/Web/Maintenance/phpMyAdmin/lang/add_message.sh
0,0 → 1,32
#!/bin/bash
# $Id: add_message.sh,v 2.1 2005/09/24 08:52:18 nijel Exp $
#
# Shell script that adds a message to all message files (Lem9)
#
# Example: add_message.sh '$strNewMessage' 'new message contents'
#
 
if [ $# -ne 2 ] ; then
echo "usage: add_message.sh '\$strNewMessage' 'new message contents'"
exit 1
fi
 
for file in *.inc.php
do
echo $file " "
grep -v '?>' ${file} > ${file}.new
case $file in
english*)
echo "$1 = '"$2"';" >> ${file}.new
;;
*)
echo "$1 = '"$2"'; //to translate" >> ${file}.new
;;
esac
echo "?>" >> ${file}.new
rm $file
mv ${file}.new $file
done
./sort_lang.sh english*
echo " "
echo "Message added to all message files (including english)"
/Web/Maintenance/phpMyAdmin/lang/add_message_file.sh
0,0 → 1,32
#!/bin/bash
# $Id: add_message_file.sh,v 2.1 2005/09/24 08:49:52 nijel Exp $
#
# Shell script that adds a message file to all message files
# adding "//to translate" on each line
#
# Example: add_message_file.sh xxx
#
if [ $# -ne 1 ] ; then
echo "usage: add_message_file.sh filename"
exit 1
fi
 
for file in *.inc.php
do
echo $file " "
grep -v '?>' ${file} > ${file}.new
case $file in
english*)
sed -n 's/\(.*\);/\1;/p' $1 >> ${file}.new
;;
*)
sed -n 's/\(.*\);/\1; \/\/to translate/p' $1 >> ${file}.new
;;
esac
echo "?>" >> ${file}.new
rm $file
mv ${file}.new $file
done
./sort_lang.sh english*
echo " "
echo "Messages added to add message files (including english)"
/Web/Maintenance/phpMyAdmin/lang/afrikaans-iso-8859-1.inc.php
0,0 → 1,991
<?php
/* $Id: afrikaans-iso-8859-1.inc.php,v 2.115.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
/*
translated by Andreas Pauley <pauley@buitegroep.org.za>
 
Dit lyk nogal snaaks in Afrikaans ;-).
Laat weet my asb. as jy aan beter taalgebruik kan dink.
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('So', 'Ma', 'Di', 'Wo', 'Do', 'Fr', 'Sa');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$strAccessDenied = 'Toegang Geweier';
$strAction = 'Aksie';
$strAddDeleteColumn = 'Voeg By/Verwyder Veld Kolomme';
$strAddDeleteRow = 'Voeg By/Verwyder Kriteria Ry';
$strAddNewField = 'Voeg \'n nuwe veld by';
$strAddSearchConditions = 'Voeg soek kriteria by (laaste deel van die "where" in SQL SELECT):';
$strAddToIndex = 'Voeg by indeks &nbsp;%s&nbsp;kolom(me)';
$strAddUser = 'Voeg \'n nuwe gebruiker by';
$strAddUserMessage = 'Jy het \'n nuwe gebruiker bygevoeg.';
$strAffectedRows = 'Geaffekteerde rye:';
$strAfter = 'Na %s';
$strAfterInsertBack = 'Terug na vorige bladsy';
$strAfterInsertNewInsert = 'Voeg \'n nuwe ry by';
$strAll = 'Alle';
$strAllTableSameWidth = 'vertoon alle tabelle met dieselfde wydte?';
$strAlterOrderBy = 'Verander tabel sorteer volgens';
$strAnalyzeTable = 'Analiseer tabel';
$strAnd = 'En';
$strAnIndex = '\'n Indeks is bygevoeg op %s';
$strAny = 'Enige';
$strAnyHost = 'Enige gasheer (host)';
$strAnyUser = 'Enige gebruiker';
$strAPrimaryKey = '\'n primere sleutel is bygevoeg op %s';
$strAscending = 'Dalend';
$strAtBeginningOfTable = 'By Begin van Tabel';
$strAtEndOfTable = 'By Einde van Tabel';
$strAttr = 'Kenmerke';
 
$strBack = 'Terug';
$strBeginCut = 'BEGIN UITKNIPSEL';
$strBeginRaw = 'BEGIN ONVERANDERD (RAW)';
$strBinary = 'Biner';
$strBinaryDoNotEdit = 'Biner - moenie verander nie';
$strBookmarkDeleted = 'Die boekmerk is verwyder.';
$strBookmarkLabel = 'Etiket';
$strBookmarkQuery = 'Geboekmerkde SQL-stelling';
$strBookmarkThis = 'Boekmerk hierdie SQL-stelling';
$strBookmarkView = 'Kyk slegs';
$strBrowse = 'Beloer Data';
$strBzip = '"ge-bzip"';
 
$strCantLoadRecodeIconv = 'Kan nie iconv laai nie, of "recode" ekstensie word benodig vir die karakterstel omskakeling, stel PHP op om hierdie ekstensies toe te laat of verwyder karakterstel omskakeling in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kannie die indeks hernoem na PRIMARY!';
$strCantUseRecodeIconv = 'Kan nie iconv, libiconv of recode_string funksie gebruik terwyl die extensie homself as gelaai rapporteer nie. Kyk na jou PHP opstelling.';
$strCardinality = 'Cardinality';
$strChange = 'Verander';
$strChangeDisplay = 'Kies \'n Veld om te vertoon';
$strChangePassword = 'Verander wagwoord';
$strCharsetOfFile = 'Karakterstel van die leer:';
$strCheckAll = 'Kies Alles';
$strCheckTable = 'Kontroleer tabel';
$strChoosePage = 'Kies asb. \'n bladsy om te verander';
$strColComFeat = 'Kolom Kommentaar word vertoon';
$strColumnNames = 'Kolom name';
$strComments = 'Kommentaar';
$strCompleteInserts = 'Voltooi invoegings';
$strConfigFileError = 'phpMyAdmin was nie in staat om jou konfigurasie leer te lees nie!<br />Dit kan moontlik gebeur wanneer PHP \'n fout in die leer vind of die leer sommer glad nie vind nie.<br />Volg asb. die skakel hieronder om die leer direk te roep, en lees dan enige foutboodskappe. In die meeste gevalle is daar net \'n quote of \'n kommapunt weg erens.<br />Indien jy \'n bladsy kry wat leeg is, is alles klopdisselboom.';
$strConfigureTableCoord = 'Stel asb. die koordinate op van tabel %s';
$strCookiesRequired = 'HTTP Koekies moet van nou af geaktifeer wees.';
$strCopyTable = 'Kopieer tabel na (databasis<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s is gekopieer na %s.';
$strCreate = 'Skep';
$strCreateIndex = 'Skep \'n indeks op&nbsp;%s&nbsp;kolomme';
$strCreateIndexTopic = 'Skep \'n nuwe indeks';
$strCreateNewDatabase = 'Skep \'n nuwe databasis';
$strCreateNewTable = 'Skep \'n nuwe tabel op databasis %s';
$strCreatePage = 'Skep \'n nuwe bladsy';
$strCreatePdfFeat = 'Skepping van PDF\'s';
$strCriteria = 'Kriteria';
 
$strData = 'Data';
$strDatabase = 'Databasis';
$strDatabaseHasBeenDropped = 'Databasis %s is verwyder.';
$strDatabases = 'databasisse';
$strDatabasesStats = 'Databasis statistieke';
$strDataOnly = 'Slegs Data';
$strDefault = 'Verstekwaarde (default)';
$strDelete = 'Verwyder';
$strDeleted = 'Die ry is verwyder';
$strDeletedRows = 'Verwyderde rye:';
$strDescending = 'Dalend';
$strDisabled = 'Onbeskikbaar';
$strDisplayFeat = 'Vertoon Funksies';
$strDisplayOrder = 'Vertoon volgorde:';
$strDisplayPDF = 'Vertoon PDF skema';
$strDoAQuery = 'Doen \'n "Navraag dmv Voorbeeld" (wildcard: "%")';
$strDocu = 'Dokumentasie';
$strDoYouReally = 'Wil jy regtig ';
$strDrop = 'Verwyder';
$strDumpingData = 'Stort data vir tabel';
$strDumpXRows = 'Stort %s rye beginnende by rekord # %s.';
$strDynamic = 'dinamies';
 
$strEdit = 'Verander';
$strEditPDFPages = 'Verander PDF Bladsye';
$strEditPrivileges = 'Verander Regte';
$strEffective = 'Effektief';
$strEmpty = 'Maak Leeg';
$strEmptyResultSet = 'MySQL het niks teruggegee nie (dus nul rye).';
$strEnabled = 'Beskikbaar';
$strEnd = 'Einde';
$strEndCut = 'EINDE UITKNIPSEL';
$strEndRaw = 'EINDE ONVERANDERD (RAW)';
$strEnglishPrivileges = ' Nota: MySQL regte name word in Engels vertoon ';
$strError = 'Fout';
$strExplain = 'Verduidelik SQL';
$strExport = 'Export';
$strExtendedInserts = 'Uitgebreide toevoegings';
$strExtra = 'Ekstra';
 
$strField = 'Veld';
$strFieldHasBeenDropped = 'Veld %s is verwyder';
$strFields = 'Velde';
$strFieldsEmpty = ' Die veld telling is leeg! ';
$strFieldsEnclosedBy = 'Velde omring met';
$strFieldsEscapedBy = 'Velde ontsnap (escaped) deur';
$strFieldsTerminatedBy = 'Velde beeindig deur';
$strFixed = 'vaste (fixed)';
$strFlushTable = 'Spoel die tabel ("FLUSH")';
$strFormat = 'Formaat';
$strFormEmpty = 'Daar ontbreek \'n waarde in die vorm !';
$strFullText = 'Volle Tekste';
$strFunction = 'Funksie';
 
$strGenBy = 'Voortgebring deur';
$strGeneralRelationFeat = 'Algemene verwantskap funksies';
$strGenTime = 'Generasie Tyd';
$strGo = 'Gaan';
$strGzip = '"ge-gzip"';
 
$strHasBeenAltered = 'is verander.';
$strHasBeenCreated = 'is geskep.';
$strHaveToShow = 'Jy moet ten minste een Kolom kies om te vertoon';
$strHome = 'Tuis';
$strHomepageOfficial = 'Amptelike phpMyAdmin Tuisblad';
$strHost = 'Gasheer (host)';
$strHostEmpty = 'Die gasheer naam is leeg!';
 
$strIdxFulltext = 'Volteks';
$strIgnore = 'Ignoreer';
$strIndex = 'Indeks';
$strIndexes = 'Indekse';
$strIndexHasBeenDropped = 'Indeks %s is verwyder';
$strIndexName = 'Indeks naam&nbsp;:';
$strIndexType = 'Indeks tipe&nbsp;:';
$strInsert = 'Voeg by';
$strInsertAsNewRow = 'Voeg by as \'n nuwe ry';
$strInsertedRows = 'Toegevoegde rye:';
$strInsertNewRow = 'Voeg nuwe ry by';
$strInUse = 'in gebruik';
 
$strKeepPass = 'Moenie die wagwoord verander nie';
$strKeyname = 'Sleutelnaam';
$strKill = 'Vermoor';
 
$strLengthSet = 'Lengte/Waardes*';
$strLimitNumRows = 'Hoeveelheid rye per bladsy';
$strLinesTerminatedBy = 'Lyne beeindig deur';
$strLinkNotFound = 'Skakel nie gevind nie';
$strLinksTo = 'Skakels na';
$strLocationTextfile = 'Soek die teksleer';
$strLogin = 'Teken aan';
$strLogout = 'Teken uit';
$strLogPassword = 'Wagwoord:';
$strLogUsername = 'Gebruiker Naam:';
 
$strModifications = 'Veranderinge is gestoor';
$strModify = 'Verander';
$strModifyIndexTopic = 'Verander \'n indeks';
$strMoveTable = 'Skuif tabel na (databasis<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s is geskuif na %s.';
$strMySQLCharset = 'MySQL Karakterstel';
$strMySQLSaid = 'MySQL het gepraat: ';
$strMySQLShowProcess = 'Wys prosesse';
$strMySQLShowStatus = 'Wys MySQL in-proses informasie';
$strMySQLShowVars = 'Wys MySQL stelsel veranderlikes';
 
$strName = 'Naam';
$strNext = 'Volgende';
$strNo = 'Nee';
$strNoDatabases = 'Geen databasisse';
$strNoDescription = 'geen Beskrywing';
$strNoDropDatabases = '"DROP DATABASE" stellings word nie toegelaat nie.';
$strNoExplain = 'Ignoreer SQL Verduideliking';
$strNoFrames = 'phpMyAdmin verkies \'n <b>frames-kapabele</b> blaaier.';
$strNoIndex = 'Geen indeks gedefinieer!';
$strNoIndexPartsDefined = 'Geen indeks dele gedefinieer!';
$strNoModification = 'Geen verandering';
$strNone = 'Geen';
$strNoPassword = 'Geen Wagwoord';
$strNoPhp = 'Sonder PHP Kode';
$strNoPrivileges = 'Geen Regte';
$strNoRights = 'Jy het nie genoeg regte om nou hier te wees nie!';
$strNoTablesFound = 'Geen tabelle in databasis gevind nie.';
$strNotNumber = 'Hierdie is nie \'n nommer nie';
$strNotOK = 'nie OK';
$strNotSet = '<b>%s</b> tabel nie gevind nie of nie gesetel in %s';
$strNoUsersFound = 'Geen gebruiker(s) gevind nie.';
$strNoValidateSQL = 'Ignoreer SQL Validasie';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s resultate binne tabel <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totaal:</b> <i>%s</i> ooreenkomste';
 
$strOK = 'OK';
$strOperations = 'Operasies';
$strOptimizeTable = 'Optimaliseer tabel';
$strOr = 'Of';
$strOverhead = 'Overhead';
 
$strPageNumber = 'Bladsy nommer:';
$strPartialText = 'Gedeeltelike Tekste';
$strPassword = 'Wagwoord';
$strPasswordEmpty = 'Die wagwoord is leeg!';
$strPasswordNotSame = 'Die wagwoorde is verskillend!';
$strPdfDbSchema = 'Skema van die "%s" databasis - Bladsy %s';
$strPdfInvalidTblName = 'Die "%s" databasis bestaan nie!';
$strPdfNoTables = 'Geen tabelle';
$strPhp = 'Skep PHP Kode';
$strPHPVersion = 'PHP Version';
$strPmaDocumentation = 'phpMyAdmin dokumentasie';
$strPmaUriError = 'Die <tt>$cfg[\'PmaAbsoluteUri\']</tt> veranderlike MOET gestel wees in jou konfigurasie leer!';
$strPos1 = 'Begin';
$strPrevious = 'Vorige';
$strPrimary = 'Primere';
$strPrimaryKeyHasBeenDropped = 'Die primere sleutel is verwyder';
$strPrimaryKeyName = 'Die naam van die primere sleutel moet PRIMARY wees!';
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> die naam wees van die primere sleutel, en <b>slegs</b> van die primere sleutel!)';
$strPrintView = 'Drukker mooi (print view)';
$strPrivileges = 'Regte';
 
$strQBE = 'Navraag dmv Voorbeeld';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL-navraag op databasis <b>%s</b>:';
 
$strRecords = 'Rekords';
$strReferentialIntegrity = 'Toets referential integrity:';
$strRelationNotWorking = 'Die addisionele funksies om met geskakelde tabelle te werk is ge deaktiveer. Om uit te vind hoekom kliek %shier%s.';
$strRelationView = 'Relasie uitsig';
$strReloadMySQL = 'Herlaai MySQL';
$strRenameTable = 'Hernoem tabel na';
$strRenameTableOK = 'Tabel %s is vernoem na %s';
$strRepairTable = 'Herstel tabel';
$strReplaceTable = 'Vervang tabel data met leer (file)';
$strReset = 'Herstel';
$strReType = 'Tik weer';
$strRevoke = 'Herroep';
$strRevokeMessage = 'Jy het die regte herroep vir %s';
$strRowLength = 'Ry lengte';
$strRows = 'Rye';
$strRowsFrom = 'ry(e) beginnende vanaf rekord #';
$strRowSize = ' Ry grootte ';
$strRowsModeHorizontal = 'horisontale';
$strRowsModeOptions = 'in %s formaat en herhaal opskrifte na %s selle';
$strRowsModeVertical = 'vertikale';
$strRowsStatistic = 'Ry Statistiek';
$strRunning = 'op bediener %s';
$strRunQuery = 'Doen Navraag';
$strRunSQLQuery = 'Hardloop SQL stellings op databasis %s';
 
$strSave = 'Stoor';
$strScaleFactorSmall = 'Die skaal faktor is te klein om die skema op een bladsy te pas';
$strSearch = 'Soek';
$strSearchFormTitle = 'Soek in databasis';
$strSearchInTables = 'Binne tabel(le):';
$strSearchNeedle = 'Woord(e) of waarde(s) om voor te soek (wildcard: "%"):';
$strSearchOption1 = 'ten minste een van die woorde';
$strSearchOption2 = 'alle woorde';
$strSearchOption3 = 'die presiese frase';
$strSearchOption4 = 'as \'n regular expression';
$strSearchResultsFor = 'Soek resultate vir "<i>%s</i>" %s:';
$strSearchType = 'Vind:';
$strSelectADb = 'Kies asb. \'n databasis';
$strSelectAll = 'Kies Alles';
$strSelectFields = 'Kies Velde (ten minste een):';
$strSelectNumRows = 'in navraag';
$strSelectTables = 'Kies Tabelle';
$strSend = 'Stoor as leer (file)';
$strServerChoice = 'Bediener Keuse';
$strServerVersion = 'Bediener weergawe';
$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 = 'Wys';
$strShowAll = 'Wys alles';
$strShowColor = 'Wys kleur';
$strShowGrid = 'Wys ruitgebied';
$strShowingRecords = 'Vertoon rye';
$strShowPHPInfo = 'Wys PHP informasie';
$strShowTableDimension = 'Wys dimensie van tabelle';
$strShowTables = 'Wys tabelle';
$strShowThisQuery = ' Wys hierdie navraag weer hier ';
$strSingly = '(afsonderlik)';
$strSize = 'Grootte';
$strSort = 'Sorteer';
$strSpaceUsage = 'Spasie verbruik';
$strSplitWordsWithSpace = 'Woorde is geskei dmv \'n spasie karakter (" ").';
$strSQL = 'SQL';
$strSQLParserBugMessage = 'Jy het moontlik \'n fout in die SQL interpreteerder ontdek. Ondersoek asb. jou stelling deeglik, en maak seker dat jou kwotasies korrek en gebalanseerd is. Ander moontlike oorsake vir die fout mag wees dat jy probeer om \'n leer in te laai met binere data buite \'n gekwoteerde teks area. Jy kan jou SQL stelling ook probeer direk in die MySQL opdrag-raakvlak (command line interface). Die MySQL bediener se foutboodskap hieronder (indien enige) kan jou ook help om die probleem te diagnoseer. As jy dan nog steeds probleme het, of as die interpreteerder fouteer waar die opdrag-raakvlak slaag, verminder asb. jou SQL stelling toevoer na die enkele stelling wat die probleem veroorsaak, en rapporteer \'n fout met die data stuk in die UITKNIPSEL seksie hieronder:';
$strSQLParserUserError = 'Dit lyk of daar \'n fout is in jou SQL stelling. Die MySQL bediener se foutboodskap hieronder (indien enige) kan jou ook help om die probleem te diagnoseer';
$strSQLQuery = 'SQL-stelling';
$strSQLResult = 'SQL resultaat';
$strSQPBugInvalidIdentifer = 'Ongeldige Identifiseerder';
$strSQPBugUnclosedQuote = 'Ongebalanseerde kwotasie-teken';
$strSQPBugUnknownPunctuation = 'Onbekende Punktuasie String';
$strStatement = 'Stellings';
$strStrucCSV = 'CSV data';
$strStrucData = 'Struktuur en data';
$strStrucDrop = 'Voeg DROP TABLE by';
$strStrucExcelCSV = 'CSV vir M$ Excel data';
$strStrucOnly = 'Slegs struktuur';
$strStructPropose = 'Stel tabel struktuur voor';
$strStructure = 'Struktuur';
$strSubmit = 'Stuur';
$strSuccess = 'Jou SQL-navraag is suksesvol uitgevoer';
$strSum = 'Som';
 
$strTable = 'Tabel';
$strTableComments = 'Tabel kommentaar';
$strTableEmpty = 'Die tabel naam is leeg!';
$strTableHasBeenDropped = 'Tabel %s is verwyder';
$strTableHasBeenEmptied = 'Tabel %s is leeg gemaak';
$strTableHasBeenFlushed = 'Tabel %s is geflush';
$strTableMaintenance = 'Tabel instandhouding';
$strTables = '%s tabel(le)';
$strTableStructure = 'Tabel struktuur vir tabel';
$strTableType = 'Tabel tipe';
$strTextAreaLength = ' Omrede sy lengte,<br /> is hierdie veld moontlik nie veranderbaar nie ';
$strTotal = 'totaal';
$strType = 'Tipe';
 
$strUncheckAll = 'Kies Niks';
$strUnique = 'Uniek';
$strUnselectAll = 'Selekteer Niks';
$strUpdatePrivMessage = 'Jy het die regte opgedateer vir %s.';
$strUpdateProfileMessage = 'Die profiel is opgedateer.';
$strUpdateQuery = 'Verander Navraag';
$strUsage = 'Gebruik';
$strUseBackquotes = 'Omring tabel en veldname met backquotes';
$strUser = 'Gebruiker';
$strUserEmpty = 'Die gebruiker naam ontbreek!';
$strUserName = 'Gebruiker naam';
$strUseTables = 'Gebruik Tabelle';
 
$strValidateSQL = 'Valideer SQL';
$strValue = 'Waarde';
$strViewDump = 'Sien die storting (skema) van die tabel';
$strViewDumpDB = 'Sien die storting (skema) van die databasis';
 
$strWelcome = 'Welkom by %s';
$strWithChecked = 'Met gekose:';
$strWrongUser = 'Verkeerde gebruikernaam/wagwoord. Toegang geweier.';
 
$strYes = 'Ja';
 
$strZip = '"ge-zip"';
 
$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
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$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
$strServer = 'Server'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$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
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
 
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strConnections = 'Connections'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strPerHour = 'per hour'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryType = 'Query type'; //to translate
$strReceived = 'Received'; //to translate
$strSent = 'Sent'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strTraffic = 'Traffic'; //to translate
$strVar = 'Variable'; //to translate
 
$strCommand = 'Command'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strId = 'ID'; //to translate
$strProcesslist = 'Process list'; //to translate
$strStatus = 'Status'; //to translate
$strTime = 'Time'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
 
$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
$strLaTeX = 'LaTeX'; //to translate
 
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this 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
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, 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
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$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
$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
$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
$strAutodetect = 'Autodetect'; //to translate
$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
$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
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$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.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //to translate
$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'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/afrikaans-utf-8.inc.php
0,0 → 1,992
<?php
/* $Id: afrikaans-utf-8.inc.php,v 2.115.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
/*
translated by Andreas Pauley <pauley@buitegroep.org.za>
 
Dit lyk nogal snaaks in Afrikaans ;-).
Laat weet my asb. as jy aan beter taalgebruik kan dink.
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('So', 'Ma', 'Di', 'Wo', 'Do', 'Fr', 'Sa');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$strAccessDenied = 'Toegang Geweier';
$strAction = 'Aksie';
$strAddDeleteColumn = 'Voeg By/Verwyder Veld Kolomme';
$strAddDeleteRow = 'Voeg By/Verwyder Kriteria Ry';
$strAddNewField = 'Voeg \'n nuwe veld by';
$strAddSearchConditions = 'Voeg soek kriteria by (laaste deel van die "where" in SQL SELECT):';
$strAddToIndex = 'Voeg by indeks &nbsp;%s&nbsp;kolom(me)';
$strAddUser = 'Voeg \'n nuwe gebruiker by';
$strAddUserMessage = 'Jy het \'n nuwe gebruiker bygevoeg.';
$strAffectedRows = 'Geaffekteerde rye:';
$strAfter = 'Na %s';
$strAfterInsertBack = 'Terug na vorige bladsy';
$strAfterInsertNewInsert = 'Voeg \'n nuwe ry by';
$strAll = 'Alle';
$strAllTableSameWidth = 'vertoon alle tabelle met dieselfde wydte?';
$strAlterOrderBy = 'Verander tabel sorteer volgens';
$strAnalyzeTable = 'Analiseer tabel';
$strAnd = 'En';
$strAnIndex = '\'n Indeks is bygevoeg op %s';
$strAny = 'Enige';
$strAnyHost = 'Enige gasheer (host)';
$strAnyUser = 'Enige gebruiker';
$strAPrimaryKey = '\'n primere sleutel is bygevoeg op %s';
$strAscending = 'Dalend';
$strAtBeginningOfTable = 'By Begin van Tabel';
$strAtEndOfTable = 'By Einde van Tabel';
$strAttr = 'Kenmerke';
 
$strBack = 'Terug';
$strBeginCut = 'BEGIN UITKNIPSEL';
$strBeginRaw = 'BEGIN ONVERANDERD (RAW)';
$strBinary = 'Biner';
$strBinaryDoNotEdit = 'Biner - moenie verander nie';
$strBookmarkDeleted = 'Die boekmerk is verwyder.';
$strBookmarkLabel = 'Etiket';
$strBookmarkQuery = 'Geboekmerkde SQL-stelling';
$strBookmarkThis = 'Boekmerk hierdie SQL-stelling';
$strBookmarkView = 'Kyk slegs';
$strBrowse = 'Beloer Data';
$strBzip = '"ge-bzip"';
 
$strCantLoadRecodeIconv = 'Kan nie iconv laai nie, of "recode" ekstensie word benodig vir die karakterstel omskakeling, stel PHP op om hierdie ekstensies toe te laat of verwyder karakterstel omskakeling in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kannie die indeks hernoem na PRIMARY!';
$strCantUseRecodeIconv = 'Kan nie iconv, libiconv of recode_string funksie gebruik terwyl die extensie homself as gelaai rapporteer nie. Kyk na jou PHP opstelling.';
$strCardinality = 'Cardinality';
$strChange = 'Verander';
$strChangeDisplay = 'Kies \'n Veld om te vertoon';
$strChangePassword = 'Verander wagwoord';
$strCharsetOfFile = 'Karakterstel van die leer:';
$strCheckAll = 'Kies Alles';
$strCheckTable = 'Kontroleer tabel';
$strChoosePage = 'Kies asb. \'n bladsy om te verander';
$strColComFeat = 'Kolom Kommentaar word vertoon';
$strColumnNames = 'Kolom name';
$strComments = 'Kommentaar';
$strCompleteInserts = 'Voltooi invoegings';
$strConfigFileError = 'phpMyAdmin was nie in staat om jou konfigurasie leer te lees nie!<br />Dit kan moontlik gebeur wanneer PHP \'n fout in die leer vind of die leer sommer glad nie vind nie.<br />Volg asb. die skakel hieronder om die leer direk te roep, en lees dan enige foutboodskappe. In die meeste gevalle is daar net \'n quote of \'n kommapunt weg erens.<br />Indien jy \'n bladsy kry wat leeg is, is alles klopdisselboom.';
$strConfigureTableCoord = 'Stel asb. die koordinate op van tabel %s';
$strCookiesRequired = 'HTTP Koekies moet van nou af geaktifeer wees.';
$strCopyTable = 'Kopieer tabel na (databasis<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s is gekopieer na %s.';
$strCreate = 'Skep';
$strCreateIndex = 'Skep \'n indeks op&nbsp;%s&nbsp;kolomme';
$strCreateIndexTopic = 'Skep \'n nuwe indeks';
$strCreateNewDatabase = 'Skep \'n nuwe databasis';
$strCreateNewTable = 'Skep \'n nuwe tabel op databasis %s';
$strCreatePage = 'Skep \'n nuwe bladsy';
$strCreatePdfFeat = 'Skepping van PDF\'s';
$strCriteria = 'Kriteria';
 
$strData = 'Data';
$strDatabase = 'Databasis';
$strDatabaseHasBeenDropped = 'Databasis %s is verwyder.';
$strDatabases = 'databasisse';
$strDatabasesStats = 'Databasis statistieke';
$strDataOnly = 'Slegs Data';
$strDefault = 'Verstekwaarde (default)';
$strDelete = 'Verwyder';
$strDeleted = 'Die ry is verwyder';
$strDeletedRows = 'Verwyderde rye:';
$strDescending = 'Dalend';
$strDisabled = 'Onbeskikbaar';
$strDisplayFeat = 'Vertoon Funksies';
$strDisplayOrder = 'Vertoon volgorde:';
$strDisplayPDF = 'Vertoon PDF skema';
$strDoAQuery = 'Doen \'n "Navraag dmv Voorbeeld" (wildcard: "%")';
$strDocu = 'Dokumentasie';
$strDoYouReally = 'Wil jy regtig ';
$strDrop = 'Verwyder';
$strDumpingData = 'Stort data vir tabel';
$strDumpXRows = 'Stort %s rye beginnende by rekord # %s.';
$strDynamic = 'dinamies';
 
$strEdit = 'Verander';
$strEditPDFPages = 'Verander PDF Bladsye';
$strEditPrivileges = 'Verander Regte';
$strEffective = 'Effektief';
$strEmpty = 'Maak Leeg';
$strEmptyResultSet = 'MySQL het niks teruggegee nie (dus nul rye).';
$strEnabled = 'Beskikbaar';
$strEnd = 'Einde';
$strEndCut = 'EINDE UITKNIPSEL';
$strEndRaw = 'EINDE ONVERANDERD (RAW)';
$strEnglishPrivileges = ' Nota: MySQL regte name word in Engels vertoon ';
$strError = 'Fout';
$strExplain = 'Verduidelik SQL';
$strExport = 'Export';
$strExtendedInserts = 'Uitgebreide toevoegings';
$strExtra = 'Ekstra';
 
$strField = 'Veld';
$strFieldHasBeenDropped = 'Veld %s is verwyder';
$strFields = 'Velde';
$strFieldsEmpty = ' Die veld telling is leeg! ';
$strFieldsEnclosedBy = 'Velde omring met';
$strFieldsEscapedBy = 'Velde ontsnap (escaped) deur';
$strFieldsTerminatedBy = 'Velde beeindig deur';
$strFixed = 'vaste (fixed)';
$strFlushTable = 'Spoel die tabel ("FLUSH")';
$strFormat = 'Formaat';
$strFormEmpty = 'Daar ontbreek \'n waarde in die vorm !';
$strFullText = 'Volle Tekste';
$strFunction = 'Funksie';
 
$strGenBy = 'Voortgebring deur';
$strGeneralRelationFeat = 'Algemene verwantskap funksies';
$strGenTime = 'Generasie Tyd';
$strGo = 'Gaan';
$strGzip = '"ge-gzip"';
 
$strHasBeenAltered = 'is verander.';
$strHasBeenCreated = 'is geskep.';
$strHaveToShow = 'Jy moet ten minste een Kolom kies om te vertoon';
$strHome = 'Tuis';
$strHomepageOfficial = 'Amptelike phpMyAdmin Tuisblad';
$strHost = 'Gasheer (host)';
$strHostEmpty = 'Die gasheer naam is leeg!';
 
$strIdxFulltext = 'Volteks';
$strIgnore = 'Ignoreer';
$strIndex = 'Indeks';
$strIndexes = 'Indekse';
$strIndexHasBeenDropped = 'Indeks %s is verwyder';
$strIndexName = 'Indeks naam&nbsp;:';
$strIndexType = 'Indeks tipe&nbsp;:';
$strInsert = 'Voeg by';
$strInsertAsNewRow = 'Voeg by as \'n nuwe ry';
$strInsertedRows = 'Toegevoegde rye:';
$strInsertNewRow = 'Voeg nuwe ry by';
$strInUse = 'in gebruik';
 
$strKeepPass = 'Moenie die wagwoord verander nie';
$strKeyname = 'Sleutelnaam';
$strKill = 'Vermoor';
 
$strLengthSet = 'Lengte/Waardes*';
$strLimitNumRows = 'Hoeveelheid rye per bladsy';
$strLinesTerminatedBy = 'Lyne beeindig deur';
$strLinkNotFound = 'Skakel nie gevind nie';
$strLinksTo = 'Skakels na';
$strLocationTextfile = 'Soek die teksleer';
$strLogin = 'Teken aan';
$strLogout = 'Teken uit';
$strLogPassword = 'Wagwoord:';
$strLogUsername = 'Gebruiker Naam:';
 
$strModifications = 'Veranderinge is gestoor';
$strModify = 'Verander';
$strModifyIndexTopic = 'Verander \'n indeks';
$strMoveTable = 'Skuif tabel na (databasis<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s is geskuif na %s.';
$strMySQLCharset = 'MySQL Karakterstel';
$strMySQLSaid = 'MySQL het gepraat: ';
$strMySQLShowProcess = 'Wys prosesse';
$strMySQLShowStatus = 'Wys MySQL in-proses informasie';
$strMySQLShowVars = 'Wys MySQL stelsel veranderlikes';
 
$strName = 'Naam';
$strNext = 'Volgende';
$strNo = 'Nee';
$strNoDatabases = 'Geen databasisse';
$strNoDescription = 'geen Beskrywing';
$strNoDropDatabases = '"DROP DATABASE" stellings word nie toegelaat nie.';
$strNoExplain = 'Ignoreer SQL Verduideliking';
$strNoFrames = 'phpMyAdmin verkies \'n <b>frames-kapabele</b> blaaier.';
$strNoIndex = 'Geen indeks gedefinieer!';
$strNoIndexPartsDefined = 'Geen indeks dele gedefinieer!';
$strNoModification = 'Geen verandering';
$strNone = 'Geen';
$strNoPassword = 'Geen Wagwoord';
$strNoPhp = 'Sonder PHP Kode';
$strNoPrivileges = 'Geen Regte';
$strNoRights = 'Jy het nie genoeg regte om nou hier te wees nie!';
$strNoTablesFound = 'Geen tabelle in databasis gevind nie.';
$strNotNumber = 'Hierdie is nie \'n nommer nie';
$strNotOK = 'nie OK';
$strNotSet = '<b>%s</b> tabel nie gevind nie of nie gesetel in %s';
$strNoUsersFound = 'Geen gebruiker(s) gevind nie.';
$strNoValidateSQL = 'Ignoreer SQL Validasie';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s resultate binne tabel <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totaal:</b> <i>%s</i> ooreenkomste';
 
$strOK = 'OK';
$strOperations = 'Operasies';
$strOptimizeTable = 'Optimaliseer tabel';
$strOr = 'Of';
$strOverhead = 'Overhead';
 
$strPageNumber = 'Bladsy nommer:';
$strPartialText = 'Gedeeltelike Tekste';
$strPassword = 'Wagwoord';
$strPasswordEmpty = 'Die wagwoord is leeg!';
$strPasswordNotSame = 'Die wagwoorde is verskillend!';
$strPdfDbSchema = 'Skema van die "%s" databasis - Bladsy %s';
$strPdfInvalidTblName = 'Die "%s" databasis bestaan nie!';
$strPdfNoTables = 'Geen tabelle';
$strPhp = 'Skep PHP Kode';
$strPHPVersion = 'PHP Version';
$strPmaDocumentation = 'phpMyAdmin dokumentasie';
$strPmaUriError = 'Die <tt>$cfg[\'PmaAbsoluteUri\']</tt> veranderlike MOET gestel wees in jou konfigurasie leer!';
$strPos1 = 'Begin';
$strPrevious = 'Vorige';
$strPrimary = 'Primere';
$strPrimaryKeyHasBeenDropped = 'Die primere sleutel is verwyder';
$strPrimaryKeyName = 'Die naam van die primere sleutel moet PRIMARY wees!';
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> die naam wees van die primere sleutel, en <b>slegs</b> van die primere sleutel!)';
$strPrintView = 'Drukker mooi (print view)';
$strPrivileges = 'Regte';
 
$strQBE = 'Navraag dmv Voorbeeld';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL-navraag op databasis <b>%s</b>:';
 
$strRecords = 'Rekords';
$strReferentialIntegrity = 'Toets referential integrity:';
$strRelationNotWorking = 'Die addisionele funksies om met geskakelde tabelle te werk is ge deaktiveer. Om uit te vind hoekom kliek %shier%s.';
$strRelationView = 'Relasie uitsig';
$strReloadMySQL = 'Herlaai MySQL';
$strRenameTable = 'Hernoem tabel na';
$strRenameTableOK = 'Tabel %s is vernoem na %s';
$strRepairTable = 'Herstel tabel';
$strReplaceTable = 'Vervang tabel data met leer (file)';
$strReset = 'Herstel';
$strReType = 'Tik weer';
$strRevoke = 'Herroep';
$strRevokeMessage = 'Jy het die regte herroep vir %s';
$strRowLength = 'Ry lengte';
$strRows = 'Rye';
$strRowsFrom = 'ry(e) beginnende vanaf rekord #';
$strRowSize = ' Ry grootte ';
$strRowsModeHorizontal = 'horisontale';
$strRowsModeOptions = 'in %s formaat en herhaal opskrifte na %s selle';
$strRowsModeVertical = 'vertikale';
$strRowsStatistic = 'Ry Statistiek';
$strRunning = 'op bediener %s';
$strRunQuery = 'Doen Navraag';
$strRunSQLQuery = 'Hardloop SQL stellings op databasis %s';
 
$strSave = 'Stoor';
$strScaleFactorSmall = 'Die skaal faktor is te klein om die skema op een bladsy te pas';
$strSearch = 'Soek';
$strSearchFormTitle = 'Soek in databasis';
$strSearchInTables = 'Binne tabel(le):';
$strSearchNeedle = 'Woord(e) of waarde(s) om voor te soek (wildcard: "%"):';
$strSearchOption1 = 'ten minste een van die woorde';
$strSearchOption2 = 'alle woorde';
$strSearchOption3 = 'die presiese frase';
$strSearchOption4 = 'as \'n regular expression';
$strSearchResultsFor = 'Soek resultate vir "<i>%s</i>" %s:';
$strSearchType = 'Vind:';
$strSelectADb = 'Kies asb. \'n databasis';
$strSelectAll = 'Kies Alles';
$strSelectFields = 'Kies Velde (ten minste een):';
$strSelectNumRows = 'in navraag';
$strSelectTables = 'Kies Tabelle';
$strSend = 'Stoor as leer (file)';
$strServerChoice = 'Bediener Keuse';
$strServerVersion = 'Bediener weergawe';
$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 = 'Wys';
$strShowAll = 'Wys alles';
$strShowColor = 'Wys kleur';
$strShowGrid = 'Wys ruitgebied';
$strShowingRecords = 'Vertoon rye';
$strShowPHPInfo = 'Wys PHP informasie';
$strShowTableDimension = 'Wys dimensie van tabelle';
$strShowTables = 'Wys tabelle';
$strShowThisQuery = ' Wys hierdie navraag weer hier ';
$strSingly = '(afsonderlik)';
$strSize = 'Grootte';
$strSort = 'Sorteer';
$strSpaceUsage = 'Spasie verbruik';
$strSplitWordsWithSpace = 'Woorde is geskei dmv \'n spasie karakter (" ").';
$strSQL = 'SQL';
$strSQLParserBugMessage = 'Jy het moontlik \'n fout in die SQL interpreteerder ontdek. Ondersoek asb. jou stelling deeglik, en maak seker dat jou kwotasies korrek en gebalanseerd is. Ander moontlike oorsake vir die fout mag wees dat jy probeer om \'n leer in te laai met binere data buite \'n gekwoteerde teks area. Jy kan jou SQL stelling ook probeer direk in die MySQL opdrag-raakvlak (command line interface). Die MySQL bediener se foutboodskap hieronder (indien enige) kan jou ook help om die probleem te diagnoseer. As jy dan nog steeds probleme het, of as die interpreteerder fouteer waar die opdrag-raakvlak slaag, verminder asb. jou SQL stelling toevoer na die enkele stelling wat die probleem veroorsaak, en rapporteer \'n fout met die data stuk in die UITKNIPSEL seksie hieronder:';
$strSQLParserUserError = 'Dit lyk of daar \'n fout is in jou SQL stelling. Die MySQL bediener se foutboodskap hieronder (indien enige) kan jou ook help om die probleem te diagnoseer';
$strSQLQuery = 'SQL-stelling';
$strSQLResult = 'SQL resultaat';
$strSQPBugInvalidIdentifer = 'Ongeldige Identifiseerder';
$strSQPBugUnclosedQuote = 'Ongebalanseerde kwotasie-teken';
$strSQPBugUnknownPunctuation = 'Onbekende Punktuasie String';
$strStatement = 'Stellings';
$strStrucCSV = 'CSV data';
$strStrucData = 'Struktuur en data';
$strStrucDrop = 'Voeg DROP TABLE by';
$strStrucExcelCSV = 'CSV vir M$ Excel data';
$strStrucOnly = 'Slegs struktuur';
$strStructPropose = 'Stel tabel struktuur voor';
$strStructure = 'Struktuur';
$strSubmit = 'Stuur';
$strSuccess = 'Jou SQL-navraag is suksesvol uitgevoer';
$strSum = 'Som';
 
$strTable = 'Tabel';
$strTableComments = 'Tabel kommentaar';
$strTableEmpty = 'Die tabel naam is leeg!';
$strTableHasBeenDropped = 'Tabel %s is verwyder';
$strTableHasBeenEmptied = 'Tabel %s is leeg gemaak';
$strTableHasBeenFlushed = 'Tabel %s is geflush';
$strTableMaintenance = 'Tabel instandhouding';
$strTables = '%s tabel(le)';
$strTableStructure = 'Tabel struktuur vir tabel';
$strTableType = 'Tabel tipe';
$strTextAreaLength = ' Omrede sy lengte,<br /> is hierdie veld moontlik nie veranderbaar nie ';
$strTotal = 'totaal';
$strType = 'Tipe';
 
$strUncheckAll = 'Kies Niks';
$strUnique = 'Uniek';
$strUnselectAll = 'Selekteer Niks';
$strUpdatePrivMessage = 'Jy het die regte opgedateer vir %s.';
$strUpdateProfileMessage = 'Die profiel is opgedateer.';
$strUpdateQuery = 'Verander Navraag';
$strUsage = 'Gebruik';
$strUseBackquotes = 'Omring tabel en veldname met backquotes';
$strUser = 'Gebruiker';
$strUserEmpty = 'Die gebruiker naam ontbreek!';
$strUserName = 'Gebruiker naam';
$strUseTables = 'Gebruik Tabelle';
 
$strValidateSQL = 'Valideer SQL';
$strValue = 'Waarde';
$strViewDump = 'Sien die storting (skema) van die tabel';
$strViewDumpDB = 'Sien die storting (skema) van die databasis';
 
$strWelcome = 'Welkom by %s';
$strWithChecked = 'Met gekose:';
$strWrongUser = 'Verkeerde gebruikernaam/wagwoord. Toegang geweier.';
 
$strYes = 'Ja';
 
$strZip = '"ge-zip"';
 
$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
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$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
$strServer = 'Server'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$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
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
 
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strConnections = 'Connections'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strPerHour = 'per hour'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryType = 'Query type'; //to translate
$strReceived = 'Received'; //to translate
$strSent = 'Sent'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strTraffic = 'Traffic'; //to translate
$strVar = 'Variable'; //to translate
 
$strCommand = 'Command'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strId = 'ID'; //to translate
$strProcesslist = 'Process list'; //to translate
$strStatus = 'Status'; //to translate
$strTime = 'Time'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
 
$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
$strLaTeX = 'LaTeX'; //to translate
 
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this 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
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, 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
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$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
$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
$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
$strAutodetect = 'Autodetect'; //to translate
$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
$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
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$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.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //to translate
$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'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/albanian-iso-8859-1.inc.php
0,0 → 1,981
<?php
/* $Id: albanian-iso-8859-1.inc.php,v 2.119.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
/**
* Translated by: Laurent Dhima <laurenti at users.sourceforge.net>
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Djl', 'Hën', 'Mar', 'Mër', 'Enj', 'Pre', 'Sht'); //albanian days
$month = array('Jan', 'Shk', 'Mar', 'Pri', 'Maj', 'Qer', 'Kor', 'Gsh', 'Sht', 'Tet', 'Nën', 'Dhj'); //albanian months
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y at %I:%M %p'; //albanian time
$timespanfmt = '%s ditë, %s orë, %s minuta dhe %s sekonda';
 
$strAPrimaryKey = 'Një kyç primar u shtua tek %s';
$strAbortedClients = 'Dështoi';
$strAbsolutePathToDocSqlDir = 'Ju lutem, shkruani pozicionin absolut në webserver për tek directory e docSQL';
$strAccessDenied = 'Hyrja nuk u pranua';
$strAccessDeniedExplanation = 'phpMyAdmin u përpoq të lidhet me server-in MySQL, dhe server-i refuzoi lidhjen. Kontrollo emrin e host, përdoruesin dhe fjalëkalimin tek file config.inc.php dhe sigurohu që korrispondojnë me informacionet që ju ka dhënë administratori i serverit MySQL.';
$strAction = 'Veprimi';
$strAddAutoIncrement = 'Shto vlerë AUTO_INCREMENT';
$strAddConstraints = 'Shto kushte';
$strAddDeleteColumn = 'Shto/Fshi fushën';
$strAddDeleteRow = 'Shto/Fshi kriterin';
$strAddDropDatabase = 'Shto DROP DATABASE';
$strAddHeaderComment = 'Shto një koment të personalizuar në header (\\n ndërpret rreshtin)';
$strAddIfNotExists = 'Shto IF NOT EXISTS';
$strAddIntoComments = 'Shto tek komentet';
$strAddNewField = 'Shto një fushë të re';
$strAddPrivilegesOnDb = 'Shto të drejta tek databaza në vazhdim';
$strAddPrivilegesOnTbl = 'Shto të drejta tek tabela në vazhdim';
$strAddSearchConditions = 'Shto kushte kërkimi (trupi i specifikimit "where"):';
$strAddToIndex = 'Shto tek treguesi i &nbsp;%s&nbsp;kolonës(ave)';
$strAddUser = 'Shto një përdorues të ri';
$strAddUserMessage = 'Ke shtuar një përdorues të ri.';
$strAddedColumnComment = 'Komenti u shtua në kollonë';
$strAddedColumnRelation = 'Relacioni u shtua për kollonën';
$strAdministration = 'Administrimi';
$strAffectedRows = 'Rreshtat e ndikuar:';
$strAfter = 'Mbas %s';
$strAfterInsertBack = 'Mbrapa';
$strAfterInsertNewInsert = 'Shto një regjistrim të ri';
$strAfterInsertSame = 'Kthehu mbrapa tek kjo faqe';
$strAll = 'Të gjithë';
$strAllTableSameWidth = 'vizualizon të gjitha tabelat me të njëjtën gjërësi?';
$strAlterOrderBy = 'Transformo tabelën e renditur sipas';
$strAnIndex = 'Një tregues u shtua tek %s';
$strAnalyzeTable = 'Analizo tabelën';
$strAnd = 'Dhe';
$strAny = 'Çfarëdo';
$strAnyHost = 'Çfarëdo host';
$strAnyUser = 'Çfarëdo përdorues';
$strArabic = 'Arabisht';
$strArmenian = 'Armene';
$strAscending = 'Ngjitje';
$strAtBeginningOfTable = 'Në fillim të tabelës';
$strAtEndOfTable = 'Në fund të tabelës';
$strAttr = 'Pronësi';
$strAutodetect = 'Zbulim automatik';
$strAutomaticLayout = 'Faqosje automatike';
 
$strBack = 'Mbrapa';
$strBaltic = 'Baltike';
$strBeginCut = 'FILLIMI I CUT';
$strBeginRaw = 'FILLIMI I RAW';
$strBinary = 'Binar';
$strBinaryDoNotEdit = 'Të dhëna të tipit binar - mos ndrysho';
$strBookmarkAllUsers = 'Lejo që çdo përdorues të ketë hyrje në këtë libërshënues';
$strBookmarkDeleted = 'Libërshënuesi u fshi.';
$strBookmarkLabel = 'Etiketë';
$strBookmarkQuery = 'Query SQL shtuar të preferuarve';
$strBookmarkThis = 'Shtoja të preferuarve këtë query SQL';
$strBookmarkView = 'Shfaq vetëm';
$strBrowse = 'Shfaq';
$strBrowseForeignValues = 'Shfleto opcionet e huaja';
$strBulgarian = 'Bullgarisht';
$strBzError = 'phpMyAdmin nuk është në gjendje të kompresojë dump-in për arsye të prapashtesës Bz2 të gabuar në këtë version të php. Ju rekomandojmë patjetër vendosjen e <code>$cfg[\'BZipDump\']</code> tek file juaj i konfigurimit të phpMyAdmin në <code>FALSE</code>. Nëqoftëse dëshironi të përdorni patjetër specifikat e kompresimit Bz2, duhet të rifreskoni php në versionin e fundit. Hidhini një sy php bug report %s për informacione të hollësishme.';
$strBzip = '"kompresuar me bzip2"';
 
$strCSVOptions = 'Opcione CSV';
$strCalendar = 'Kalendari';
$strCannotLogin = 'E pamundur kryerja e login tek server-i MySQL';
$strCantLoad = 'I pamundur ngarkimi i prapashtesës %s,<br />kontrollo konfigurimin e PHP';
$strCantLoadRecodeIconv = 'I pamundur ngarkimi i prapashtesës iconv apo recode të nevoitshëm për konvertimin e karaktereve, konfiguroni php për të lejuar përdorimin e këtyre prapashtesave ose disaktivoni konvertimin e set të karaktereve në phpMyAdmin.';
$strCantRenameIdxToPrimary = 'I pamundur riemërtimi i treguesit në PRIMAR!';
$strCantUseRecodeIconv = 'I pamundur përdorimi i funksioneve iconv apo libiconv apo recode_string për shkak se ekstensioni duhet të ngarkohet. Kontrolloni konfigurimin e php.';
$strCardinality = '';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Europa qendrore';
$strChange = 'Ndrysho';
$strChangeCopyMode = 'Krijo një përdorues të ri me të njëjta të drejta dhe ...';
$strChangeCopyModeCopy = '... mbaj të vjetrin.';
$strChangeCopyModeDeleteAndReload = ' ... elemino të vjetrin nga tabela e përdoruesve e pastaj rilexo të drejtat.';
$strChangeCopyModeJustDelete = ' ... elemino të vjetrin nga tabela e përdoruesve.';
$strChangeCopyModeRevoke = ' ... hiq të gjitha të drejtat nga i vjetri e pastaj eleminoje.';
$strChangeCopyUser = 'Ndrysho Informacionet e Login / Kopjo përdoruesin';
$strChangeDisplay = 'Zgjidh fushën që dëshiron të shohësh';
$strChangePassword = 'Ndrysho fjalëkalimin';
$strCharset = 'Familje gërmash';
$strCharsetOfFile = 'Familja gërmave të file:';
$strCharsets = 'Familje gërmash';
$strCharsetsAndCollations = 'Familje gërmash dhe Collations';
$strCheckAll = 'Zgjidhi të gjithë';
$strCheckOverhead = 'Zgjidh të mbingarkuarit';
$strCheckPrivs = 'Kontrollo të drejtat';
$strCheckPrivsLong = 'Kontrollo të drejtat për databazën &quot;%s&quot;.';
$strCheckTable = 'Kontrollo tabelën';
$strChoosePage = 'Ju lutem zgjidhni faqen që dëshironi të modifikoni';
$strColComFeat = 'Vizualizimi i komenteve të kollonave';
$strCollation = 'Collation';
$strColumnNames = 'Emrat e kollonave';
$strColumnPrivileges = 'Të drejtat relative të kollonave';
$strCommand = 'Komanda';
$strComments = 'Komente';
$strCommentsForTable = 'KOMENTET PËR TABELËN';
$strCompleteInserts = 'Të shtuarat komplet';
$strCompression = 'Kompresim';
$strConfigFileError = 'phpMyAdmin nuk arrin të lexojë file e konfigurimit!<br />Kjo mund të ndodhë kur php gjen një parse error në të apo kur php nuk arrin ta gjejë këtë file.<br />Ju lutem ngarkoheni direkt file e konfigurimit duke përdorur link-un e mëposhtëm dhe lexoni mesazhin(et) e gabimeve php që merrni. Në shumicën e rasteve mund t\'ju mungojë një apostrofë apo një presje.<br />Nëse faqja që do t\'ju hapet është bosh (e bardhë), atëhere gjithçka është në rregull.';
$strConfigureTableCoord = 'Ju lutem, konfiguroni koordinatat për tabelën %s';
$strConnectionError = 'E pamundur lidhja: rregullime të pavlefshme.';
$strConnections = 'Lidhje';
$strConstraintsForDumped = 'Kushtet për tabelat e nxjerra';
$strConstraintsForTable = 'Kushtet për tabelën';
$strCookiesRequired = 'Nga kjo pikë e tutje, cookies duhet të jenë të aktivuara.';
$strCopyTable = 'Kopjo tabelën tek (databaza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s u kopjua tek %s.';
$strCopyTableSameNames = 'I pamundur kopjimi i tabelës tek vetvetja!';
$strCouldNotKill = 'phpMyAdmin nuk është në gjendje të përfundojë thread %s. Ka mundësi të ketë përfunduar më parë.';
$strCreate = 'Krijo';
$strCreateIndex = 'Krijo një tregues tek &nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Krijo një tregues të ri';
$strCreateNewDatabase = 'Krijo një databazë të re';
$strCreateNewTable = 'Krijo një tabelë të re tek databaza %s';
$strCreatePage = 'Krijo një faqe të re';
$strCreatePdfFeat = 'Krijimi i PDF-ve';
$strCreationDates = 'Datat e Krijimit/Përditësimit/Kontrollit';
$strCriteria = 'Kriteri';
$strCroatian = 'Kroate';
$strCyrillic = 'Cyrillic';
$strCzech = 'Çekisht';
$strCzechSlovak = 'Çeko-Sllovak';
 
$strDBComment = 'Komenti për Databazën: ';
$strDBGContext = 'Konteksti';
$strDBGContextID = 'ID e kontekstit';
$strDBGHits = 'Hits';
$strDBGLine = 'Rreshti';
$strDBGMaxTimeMs = 'Koha maksimum, ms';
$strDBGMinTimeMs = 'Koha minimum, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Koha/Hit, ms';
$strDBGTotalTimeMs = 'Koha gjithsej, ms';
$strDBRename = 'Ndysho emrin e databazës në';
$strDanish = 'Danisht';
$strData = 'Të dhëna';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Vetëm të dhëna';
$strDatabase = 'Databazat';
$strDatabaseEmpty = 'Emri i databazës mungon!';
$strDatabaseExportOptions = 'Opcione të eksportimit të databazës';
$strDatabaseHasBeenDropped = 'Databaza %s u eleminua.';
$strDatabaseNoTable = 'Kjo databazë nuk përmban tabela!';
$strDatabases = 'Databazat';
$strDatabasesDropped = '%s databaza u eleminuan korrektësisht.';
$strDatabasesStats = 'Statistikat e databazave';
$strDatabasesStatsDisable = 'Disaktivo Statistikat';
$strDatabasesStatsEnable = 'Aktivo Statistikat';
$strDatabasesStatsHeavyTraffic = 'Shënim: Aktivimi këtu i statistikave të Databazës mund të shkaktojë rritjen e trafikut midis server-it web dhe MySQL.';
$strDbPrivileges = 'Të drejta specifike të databazës';
$strDbSpecific = 'specifik i databazës';
$strDefault = 'Prezgjedhur';
$strDefaultValueHelp = 'Për vlerat e prezgjedhura, ju lutem shtoni një vlerë të vetme, pa backslash escaping apo thonjëza, duke përdorur këtë format: a';
$strDefragment = 'Defragmento tabelën';
$strDelOld = 'Faqja aktuale përmban riferime ndaj tabelash që nuk ekzistojnë më. Dëshironi t\'i eleminoni këto riferimente?';
$strDelayedInserts = 'Përdor shtimet me vonesë';
$strDelete = 'Fshi';
$strDeleteAndFlush = 'Fshi përdoruesit dhe pastaj rifresko të drejtat.';
$strDeleteAndFlushDescr = 'Kjo është rruga më e pastër, por ngarkimi i të drejtave mund të zgjasë disa çaste më shumë.';
$strDeleted = 'rreshti u fshi';
$strDeletedRows = 'rreshtat e fshirë:';
$strDeleting = 'Në fshirje e sipër të %s';
$strDescending = 'Zbritës';
$strDescription = 'Përshkrimi';
$strDictionary = 'fjalor';
$strDisableForeignChecks = 'Ç\'aktivo kontrollin e kyçeve të jashtëm';
$strDisabled = 'Jo aktiv';
$strDisplayFeat = 'Shfaq karakteristikat';
$strDisplayOrder = 'Mënyra e shfaqjes:';
$strDisplayPDF = 'Shfaq skemën e PDF';
$strDoAQuery = 'Zbato "query nga shembull" (karakteri jolly: "%")';
$strDoYouReally = 'Konfermo: ';
$strDocu = 'Dokumentet';
$strDrop = 'Elemino';
$strDropDatabaseStrongWarning = 'Jeni duke SHKATËRRUAR një databazë komplete!';
$strDropUsersDb = 'Elemino databazat që kanë emër të njëjtë me përdoruesit.';
$strDumpSaved = 'Dump u ruajt tek file %s.';
$strDumpXRows = 'Dump i %s rreshta duke filluar nga rreshti %s.';
$strDumpingData = 'Dump i të dhënave për tabelën';
$strDynamic = 'dinamik';
 
$strEdit = 'Ndrysho';
$strEditPDFPages = 'Ndrysho faqen PDF';
$strEditPrivileges = 'Ndrysho të drejtat';
$strEffective = 'Efektiv';
$strEmpty = 'Zbraz';
$strEmptyResultSet = 'MySQL ka kthyer një të përbashkët boshe (p.sh. zero rreshta).';
$strEnabled = 'Aktiv';
$strEncloseInTransaction = 'Përfshi eksportin në një transacion';
$strEnd = 'Fund';
$strEndCut = 'FUNDI I CUT';
$strEndRaw = 'FUNDI I RAW';
$strEnglish = 'Anglisht';
$strEnglishPrivileges = 'Shënim: emrat e të drejtave të MySQL janë në Anglisht';
$strError = 'Gabim';
$strEstonian = 'Estoneze';
$strExcelEdition = 'Edicion i Excel';
$strExcelOptions = 'Opcione të Excel';
$strExecuteBookmarked = 'Zbaton query nga libërshënuesi';
$strExplain = 'Shpjego SQL';
$strExport = 'Eksporto';
$strExtendedInserts = 'Të shtuara të zgjeruara';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Përpjekje të dështuara';
$strField = 'Fusha';
$strFieldHasBeenDropped = 'Fusha %s u eleminua';
$strFields = 'Fusha';
$strFieldsEmpty = ' Numratori i fushave është bosh! ';
$strFieldsEnclosedBy = 'Fushë e përbërë nga';
$strFieldsEscapedBy = 'Fushë e kufizuar nga';
$strFieldsTerminatedBy = 'Fushë që mbaron me';
$strFileAlreadyExists = 'File %s ekziston në server: të lutem, ndrysho emrin e file ose zgjidh opcionin "Mbishkruaj".';
$strFileCouldNotBeRead = 'File nuk mund të lexohet';
$strFileNameTemplate = 'Emri i file template';
$strFileNameTemplateRemember = 'kujto template';
$strFixed = 'fiks';
$strFlushPrivilegesNote = 'Shënim: phpMyAdmin lexon të drejtat e përdoruesve direkt nga tabela e privilegjeve të MySQL. Përmbajtja e kësaj tabele mund të ndryshojë prej të drejtave të përdorura nga serveri nëse janë kryer ndryshime manuale. Në këtë rast, duhet të %srifreskoni të drejtat%s para se të vazhdoni.';
$strFlushTable = 'Rifillo ("FLUSH") tabelën';
$strFormEmpty = 'Mungon një vlerë në formular!';
$strFormat = 'Formati';
$strFullText = 'Teksti i plotë';
$strFunction = 'Funksioni';
 
$strGenBy = 'Gjeneruar nga';
$strGenTime = 'Gjeneruar më';
$strGeneralRelationFeat = 'Karakteristikat e përgjithshme të relacionit';
$strGeorgian = 'Gjeorgjisht';
$strGerman = 'Gjermanisht';
$strGlobal = 'globale';
$strGlobalPrivileges = 'Të drejtat e përgjithshme';
$strGlobalValue = 'Vlerë Globale';
$strGo = 'Zbato';
$strGrantOption = 'Grant';
$strGreek = 'Greqisht';
$strGzip = '"kompresuar me gzip"';
 
$strHasBeenAltered = 'u ndryshua.';
$strHasBeenCreated = 'u krijua.';
$strHaveToShow = 'Zgjidh të paktën një kolonë për të parë';
$strHebrew = 'Hebraike';
$strHexForBinary = 'Përdor hexadecimale për fushat binare';
$strHome = 'Shtëpia';
$strHomepageOfficial = 'Faqja zyrtare e phpMyAdmin';
$strHost = 'Host';
$strHostEmpty = 'Emri i host është bosh!';
$strHungarian = 'Hungarisht';
 
$strIcelandic = 'Islandeze';
$strId = 'ID';
$strIdxFulltext = 'Teksti komplet';
$strIgnore = 'Shpërfill';
$strIgnoreInserts = 'Përdor shpërfill shtimet';
$strIgnoringFile = 'File %s u shpërfill';
$strImportDocSQL = 'Importo files docSQL';
$strImportFiles = 'Importo files';
$strInUse = 'në përdorim';
$strIndex = 'Treguesi';
$strIndexHasBeenDropped = 'Treguesi %s u eleminua';
$strIndexName = 'Emri i treguesit&nbsp;:';
$strIndexType = 'Lloji i treguesit&nbsp;:';
$strIndexes = 'Tregues';
$strInnodbStat = 'Gjëndja InnoDB';
$strInsecureMySQL = 'File i konfigurimit në përdorim përmban zgjedhje (root pa asnjë password) që korrispondojnë me të drejtat e account MySQL të paracaktuar. Një server MySQL funksionues me këto zgjedhje është i pambrojtur ndaj sulmeve, dhe ju duhet patjetër të korrigjoni këtë vrimë në siguri.';
$strInsert = 'Shto';
$strInsertAsNewRow = 'Shto një rresht të ri';
$strInsertNewRow = 'Shto një rresht të ri';
$strInsertedRowId = 'U shtua id e rreshtit:';
$strInsertedRows = 'Rreshtat e shtuar:';
$strInternalNotNecessary = '* Nuk ka nevojë për një relacion të brendshëm kur ky relacion ekziston në InnoDB.';
$strInternalRelations = 'Relacione të brendshme';
 
$strJapanese = 'Japonisht';
$strJumpToDB = 'Kalo tek databaza &quot;%s&quot;.';
$strJustDelete = 'Vetëm fshi përdoruesit nga tabelat e të drejtave.';
$strJustDeleteDescr = 'Përdoruesit e &quot;fshirë&quot; do të kenë akoma mundësi të futen në server si zakonisht derisa të drejtat të ringarkohen përsëri.';
 
$strKeepPass = 'Mos ndrysho fjalëkalim';
$strKeyname = 'Emri i kyçit';
$strKill = 'Hiq';
$strKorean = 'Koreane';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcione LaTeX';
$strLandscape = 'Horizontale';
$strLatexCaption = 'Titulli i Tabelës caption';
$strLatexContent = 'Përmbajtja e tabelës __TABLE__';
$strLatexContinued = '(vazhdon)';
$strLatexContinuedCaption = 'Nëntitulli i tabelës vazhduese';
$strLatexIncludeCaption = 'Përfshi nëntitullin e tabelës';
$strLatexLabel = 'Kyçi i etiketës';
$strLatexStructure = 'Struktura e tabelës __TABLE__';
$strLatvian = 'Letone';
$strLengthSet = 'Gjatësia/Set*';
$strLimitNumRows = 'regjistrime për faqe';
$strLinesTerminatedBy = 'Rreshta që mbarojnë me';
$strLinkNotFound = 'Lidhja nuk u gjet';
$strLinksTo = 'Lidhje me';
$strLithuanian = 'Lituane';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Pozicioni i file';
$strLogPassword = 'Fjalëkalimi:';
$strLogServer = 'Serveri';
$strLogUsername = 'Emri i përdoruesit:';
$strLogin = 'Hyrja';
$strLoginInformation = 'Informacione mbi Identifikimin';
$strLogout = 'Përfundo seancën';
 
$strMIMETypesForTable = 'LLOJET E MIME PËR TABELËN';
$strMIME_MIMEtype = 'Lloji MIME';
$strMIME_available_mime = 'Lloje MIME në dispozicion';
$strMIME_available_transform = 'Transformacionet në dispozicion';
$strMIME_description = 'Përshkrimi';
$strMIME_nodescription = 'Asnjë përshkrim në dispozicion për këtë transformim.<br />Ju lutem pyet autorin, çfarë %s bën.';
$strMIME_transformation = 'Transformimi i Shfletuesit';
$strMIME_transformation_note = 'Për listën e opcioneve të transformimeve në dispozicion dhe transformimet relativë të llojeve-MIME, kliko tek %spërshkrimet e transformimeve%s';
$strMIME_transformation_options = 'Opcione të transformimeve';
$strMIME_transformation_options_note = 'Ju lutem shkruani vlerat për opcionet e transformimit duke përdorur këtë format: \'a\',\'b\',\'c\'...<br />Nëse keni nevojë të shtoni një backslash ("\") apo një apostrofë ("\'") midis këtyre vlerave, duhet ti backslash-oni (për shembull \'\\\\xyz\' ose \'a\\\'b\').';
$strMIME_without = 'Llojet-MIME të printuar në italics kanë një funksion transformacioni të veçantë';
$strMaximumSize = 'Madhësia maksimum: %s%s';
$strModifications = 'Ndryshimet u ruajtën';
$strModify = 'Ndrysho';
$strModifyIndexTopic = 'Ndrysho një tregues';
$strMoveTable = 'Sposto tabelën në (databaza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s u lëviz tek %s.';
$strMoveTableSameNames = 'E pamundur lëvizja e tabelës tek vetvetja!';
$strMultilingual = 'shumëgjuhësh';
$strMySQLCharset = 'Set simbolesh MySQL';
$strMySQLConnectionCollation = 'Vendosja e lidhjes MySQL';
$strMySQLSaid = 'Mesazh nga MySQL: ';
$strMySQLShowProcess = 'Shfaq proceset në ekzekutim';
$strMySQLShowStatus = 'Shfaq informacionet e nisjes së MySQL';
$strMySQLShowVars = 'Shfaq të ndryshueshmet e sistemit të MySQL';
 
$strName = 'Emri';
$strNext = 'Në vazhdim';
$strNo = ' Jo ';
$strNoDatabases = 'Asnjë databazë';
$strNoDatabasesSelected = 'Nuk është zgjedhur asnjë databazë.';
$strNoDescription = 'asnjë përshkrim';
$strNoDropDatabases = 'Komandat "DROP DATABASE" nuk janë aktive.';
$strNoExplain = 'Mos shpjego SQL';
$strNoFrames = 'phpMyAdmin funksionon më mirë me shfletues që suportojnë frames';
$strNoIndex = 'Asnjë tregues i përcaktuar!';
$strNoIndexPartsDefined = 'Asnjë pjesë e treguesit është përcaktuar!';
$strNoModification = 'Asnjë ndryshim';
$strNoOptions = 'Ky format nuk ka opcione';
$strNoPassword = 'Asnjë fjalëkalim';
$strNoPermission = 'Serveri web nuk ka të drejtat e duhura për të ruajtur file %s.';
$strNoPhp = 'pa kod PHP';
$strNoPrivileges = 'Asnjë e drejtë';
$strNoRights = 'Nuk ke të drejta të mjaftueshme për të kryer këtë operacion!';
$strNoRowsSelected = 'Nuk ka rreshta të zgjedhur';
$strNoSpace = 'Hapësirë e pamjaftueshme për të ruajtur file %s.';
$strNoTablesFound = 'Nuk gjenden tabela në databazë.';
$strNoUsersFound = 'Nuk u gjet asnjë përdorues.';
$strNoValidateSQL = 'Mos vleftëso SQL';
$strNone = 'Asnjë lloj';
$strNotNumber = 'Ky nuk është një numër!';
$strNotOK = 'jo OK';
$strNotSet = '<b>%s</b> tabela nuk u gjet ose nuk është përcaktuar tek %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s korrispondon(jnë) tek tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Gjithsej:</b> <i>%s</i> korrispondues(ë)';
$strNumTables = 'Tabela';
 
$strOK = 'OK';
$strOperations = 'Operacione';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimizo tabelën';
$strOr = 'Ose';
$strOverhead = 'Mbi limit';
$strOverwriteExisting = 'Mbishkruaj file(s) ekzistues';
 
$strPHP40203 = 'Është në përdorim PHP 4.2.3, që përmban një difekt serioz me stringat multi-byte strings (mbstring). Shiko raportin 19404 të bug PHP. Ky version i PHP nuk rekomandohet për t\'u përdorur me phpMyAdmin.';
$strPHPVersion = 'Versioni i PHP';
$strPageNumber = 'Numri i faqes:';
$strPaperSize = 'Përmasat e letrës';
$strPartialText = 'Tekst i pjesëshëm';
$strPassword = 'Fjalëkalimi';
$strPasswordChanged = 'Fjalëkalimi për përdoruesin %s u ndryshua me sukses.';
$strPasswordEmpty = 'Fjalëkalimi është bosh!';
$strPasswordNotSame = 'Fjalëkalimi nuk korrispondon!';
$strPdfDbSchema = 'Skema e databazës "%s" - Faqja %s';
$strPdfInvalidTblName = 'Tabela "%s" nuk ekziston!';
$strPdfNoTables = 'Asnjë tabelë';
$strPerHour = 'në orë';
$strPerMinute = 'në minutë';
$strPerSecond = 'në sekondë';
$strPhoneBook = 'numratori';
$strPhp = 'Krijo kodin PHP';
$strPmaDocumentation = 'Dokumente të phpMyAdmin';
$strPmaUriError = 'Direktiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DUHET të përcaktohet tek file i konfigurimit!';
$strPolish = 'Polonisht';
$strPortrait = 'Vertikal';
$strPos1 = 'Fillim';
$strPrevious = 'Paraardhësi';
$strPrimary = 'Primar';
$strPrimaryKeyHasBeenDropped = 'Kyçi primar u eleminua';
$strPrimaryKeyName = 'Emri i kyçit primar duhet të jetë... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>duhet</b> të jetë emri i, dhe <b>vetëm i</b>, një kyçi primar!)';
$strPrint = 'Printo';
$strPrintView = 'Shfaq për printim';
$strPrintViewFull = 'Shfaq për printim (me full text)';
$strPrivDescAllPrivileges = 'Përfshin të gjitha të drejtat me përjashtim të GRANT.';
$strPrivDescAlter = 'Lejon ndryshimin e strukturës së tabelave ekzistuese.';
$strPrivDescCreateDb = 'Lejon krijimin e tabelave të reja dhe databazave të reja.';
$strPrivDescCreateTbl = 'Lejon krijimin e tabelave të reja.';
$strPrivDescCreateTmpTable = 'Lejon krijimin e tabelave të përkohëshme.';
$strPrivDescDelete = 'Lejon fshirjen e të dhënave.';
$strPrivDescDropDb = 'Lejon eleminimin e databazave dhe tabelave.';
$strPrivDescDropTbl = 'Lejon eleminimin e tabelave.';
$strPrivDescExecute = 'Lejon ekzekutimin e procedurave të regjistruara; Nuk ka efekt në këtë version të MySQL.';
$strPrivDescFile = 'Lejon importimin e të dhënave nga dhe eksportimin e të dhënave në files.';
$strPrivDescGrant = 'Lejon të shtosh përdorues dhe të drejta pa ringarkuar tabelat e privilegjeve.';
$strPrivDescIndex = 'Lejon krijimin dhe eleminimin e treguesve.';
$strPrivDescInsert = 'Lejon futjen dhe mbishkrimin e të dhënave.';
$strPrivDescLockTables = 'Lejon bllokimin e tabelave për thread e momentit.';
$strPrivDescMaxConnections = 'Kufizon numrin e lidhjeve të reja që një përdorues mund të hapë në një orë.';
$strPrivDescMaxQuestions = 'Kufizon numrin e kërkesave që një përdorues mund ti dërgojë server-it në një orë.';
$strPrivDescMaxUpdates = 'Kufizon numrin e komandave që mund të ndryshojnë një tabelë apo databazë që një përdorues mund të zbatojë në një orë.';
$strPrivDescProcess3 = 'Lejon vrasjen e proçeseve të përdoruesve të tjerë.';
$strPrivDescProcess4 = 'Lejon shikimin e të gjitha kërkesave tek lista e proçeseve.';
$strPrivDescReferences = 'Nuk ka asnjë efekt tek ky version i MySQL.';
$strPrivDescReload = 'Lejon ringarkimin e parametrave të server-it dhe risetimin e cache të servërve.';
$strPrivDescReplClient = 'I jep të drejtën një përdoruesi të pyesë se ku gjenden slaves / masters.';
$strPrivDescReplSlave = 'Nevoitet për replikimin e slaves.';
$strPrivDescSelect = 'Lejon leximin e të dhënave.';
$strPrivDescShowDb = 'Mundëson hyrjen tek lista komplete e databazave.';
$strPrivDescShutdown = 'Lejon përfundimin e serverit.';
$strPrivDescSuper = 'Lejon lidhje të tjera, edhe po të jetë arritur numri maksimal i lidhjeve; I nevojshëm për shumë operacione administrimi si përcaktimi i të ndryshueshmeve globale apo fshirja e threads të përdoruesve të tjerë.';
$strPrivDescUpdate = 'Lejon ndryshimin e të dhënave.';
$strPrivDescUsage = 'Asnjë të drejtë.';
$strPrivileges = 'Të drejtat';
$strPrivilegesReloaded = 'Të drejtat u përditësuan me sukses.';
$strProcesslist = 'Lista e Proçeseve';
$strPutColNames = 'Vendos emrat e kollonave tek rreshti i parë';
 
$strQBE = 'Query nga shembull';
$strQBEDel = 'Fshi';
$strQBEIns = 'Shto';
$strQueryFrame = 'Dritarja e Query';
$strQueryOnDb = 'SQL-query tek databaza <b>%s</b>:';
$strQuerySQLHistory = 'Kronollogjia e SQL';
$strQueryStatistics = '<b>Statistikat e Query</b>: Që nga nisja e tij, serverit i janë dërguar %s queries.';
$strQueryTime = 'Query ka zgjatur %01.4f sec';
$strQueryType = 'Lloji i query';
$strQueryWindowLock = 'Mos e mbishkruaj këtë query nga jashtë dritares';
 
$strReType = 'Rifut';
$strReceived = 'Marrë';
$strRecords = 'Regjistrime';
$strReferentialIntegrity = 'Kontrollo integritetin e informacioneve:';
$strRefresh = 'Rifresko';
$strRelationNotWorking = 'Karakteristikat shtesë janë ç\'aktivuar për sa i takon funksionimit me tabelat e lidhura. Për të zbuluar përse, klikoni %skëtu%s.';
$strRelationView = 'Shiko relacionet';
$strRelationalSchema = 'Skema relacionale';
$strRelations = 'Relacione';
$strRelationsForTable = 'RELACIONET PËR TABELËN';
$strReloadMySQL = 'Rinis MySQL';
$strReloadingThePrivileges = 'Duke ringarkuar të drejtat';
$strRemoveSelectedUsers = 'Heq përdoruesit e zgjedhur';
$strRenameDatabaseOK = 'Databazës %s i është ndryshuar emri në %s';
$strRenameTable = 'Riemërto tabelën në';
$strRenameTableOK = 'Tabela %s u riemërtua %s';
$strRepairTable = 'Riparo tabelën';
$strReplaceNULLBy = 'Zëvendëso NULL me';
$strReplaceTable = 'Zëvendëso të dhënat e tabelës me file';
$strReset = 'Rinis';
$strResourceLimits = 'Limitet e rezervave';
$strRevoke = 'Hiq';
$strRevokeAndDelete = 'Hiqja të gjitha të drejtat aktive përdoruesve dhe pastaj eleminoi.';
$strRevokeAndDeleteDescr = 'Përdoruesit DO TË MUND TË PËRDORIN sidoqoftë të drejtën deri atëhere kur të drejtat të ringarkohen.';
$strRevokeMessage = 'Ke anulluar të drejtat për %s';
$strRomanian = 'Romanisht';
$strRowLength = 'Gjatësia e rreshtit';
$strRowSize = 'Madhësia e rreshtit';
$strRows = 'rreshta';
$strRowsFrom = 'rreshta duke filluar nga';
$strRowsModeFlippedHorizontal = 'horizontal (headers të rrotulluar)';
$strRowsModeHorizontal = ' horizontal ';
$strRowsModeOptions = ' në modalitetin %s dhe përsërit headers mbas %s qelish ';
$strRowsModeVertical = ' vertikal ';
$strRowsStatistic = 'Statistikat e rreshtave';
$strRunQuery = 'Dërgo Query';
$strRunSQLQuery = 'Zbato query SQL tek databaza %s';
$strRunning = 'në ekzekutim tek %s';
$strRussian = 'Rusisht';
 
$strSQL = 'SQL';
$strSQLExportType = 'Lloji i Eksportit';
$strSQLOptions = 'Opcione SQL';
$strSQLParserBugMessage = 'Ka mundësi që ka një bug tek parser-i SQL. Ju lutem, kontrolloni query tuaj me kujdes, dhe kontrolloni që presjet të jenë ku duhet dhe jo të gabuara. Një shkak tjetër i mundshëm i gabimit mund të jetë që po mundoheni të uploadoni një file binar jashtë një zone teksti të kufizuar me presje. Mund edhe të provoni query tuaj MySQL nga interfaqja e shkruar e komandave. Gabimi i mëposhtëm i kthyer nga server-i MySQL, nëse ekziston një i tillë, mund tju ndihmojë në diagnostikimin e problemit. Nëse ka akoma probleme, apo n.q.s. parser-i SQL i phpMyAdmin gabon kur përkundrazi nga interfaqja e komandave të thjeshta nuk rezultojnë probleme, ju lutem zvogëloni query tuaj SQL në hyrje në query e vetme që shkakton probleme, dhe dërgoni një bug raportim me të dhënat rezultuese nga seksioni CUT i mëposhtëm:';
$strSQLParserUserError = 'Mesa duket ekziston një gabim tek query juaj SQL e futur. Gabimi i serverit MySQL i treguar më poshtë, nëse ekziston, mund t\'ju ndihmojë në diagnostikimin e problemit';
$strSQLQuery = 'query SQL';
$strSQLResult = 'Rezultati SQL';
$strSQPBugInvalidIdentifer = 'Identifikues i pavlefshëm';
$strSQPBugUnclosedQuote = 'Thonjëza të pambyllura';
$strSQPBugUnknownPunctuation = 'Stringë Punctuation e panjohur';
$strSave = 'Ruaj';
$strSaveOnServer = 'Ruaje në server tek directory %s';
$strScaleFactorSmall = 'Faktori i shkallës është shumë i vogël për të plotësuar skemën në faqe';
$strSearch = 'Kërko';
$strSearchFormTitle = 'Kërko në databazë';
$strSearchInTables = 'Tek tabela(at):';
$strSearchNeedle = 'Fjala(ë) apo vlera(at) për t\'u kërkuar (karakteri Jolly: "%"):';
$strSearchOption1 = 'të paktën njërën nga fjalët';
$strSearchOption2 = 'të gjitha fjalët';
$strSearchOption3 = 'fraza precize';
$strSearchOption4 = 'si shprehje e rregullt';
$strSearchResultsFor = 'Kërko rezultatet për "<i>%s</i>" %s:';
$strSearchType = 'Gjej:';
$strSecretRequired = 'Tani nevoitet një fjalëkalim sekret për file e konfigurimit(blowfish_secret).';
$strSelectADb = 'Të lutem, zgjidh një databazë';
$strSelectAll = 'Zgjidh gjithçka';
$strSelectFields = 'Zgjidh fushat (të paktën një):';
$strSelectNumRows = 'tek query';
$strSelectTables = 'Zgjidh Tabelat';
$strSend = 'Ruaje me emër...';
$strSent = 'Dërguar';
$strServer = 'Serveri';
$strServerChoice = 'Zgjedhja e serverit';
$strServerNotResponding = 'Serveri nuk përgjigjet';
$strServerStatus = 'Informacione mbi Runtime';
$strServerStatusUptime = 'Ky server MySQL po punon që prej %s. U nis më %s.';
$strServerTabProcesslist = 'Proceset';
$strServerTabVariables = 'Të ndryshueshmet';
$strServerTrafficNotes = '<b>Trafiku i serverit</b>: Këto tabela do të shfaqin statistikat e trafikut të rrjetit për këtë server MySQL që nga momenti i nisjes së tij.';
$strServerVars = 'Të ndryshueshmet dhe parametrat e Serverit';
$strServerVersion = 'Versioni i MySQL';
$strSessionValue = 'Vlera seancës';
$strSetEnumVal = 'N.q.s. fusha është "enum" apo "set", shtoni të dhënat duke përdorur formatin: \'a\',\'b\',\'c\'...<br />Nëse megjithatë do t\'u duhet të vini backslashes ("\") apo single quote ("\'") para këtyre vlerave, backslash-ojini (për shembull \'\\\\xyz\' o \'a\\\'b\').';
$strShow = 'Shfaq';
$strShowAll = 'Shfaqi të gjithë';
$strShowColor = 'Shfaq ngjyrën';
$strShowDatadictAs = 'Formati i Data Dictionary';
$strShowFullQueries = 'Shfaq të gjitha kërkesat';
$strShowGrid = 'Shfaq rrjetën';
$strShowPHPInfo = 'Trego info mbi PHP';
$strShowTableDimension = 'Trego madhësinë e tabelave';
$strShowTables = 'Shfaq tabelat';
$strShowThisQuery = 'Tregoje përsëri këtë query';
$strShowingRecords = 'Shfaqja e regjistrimeve ';
$strSimplifiedChinese = 'Kineze e thjeshtëzuar';
$strSingly = '(një nga një)';
$strSize = 'Madhësia';
$strSlovak = 'Sllovakisht';
$strSlovenian = 'Sllovenisht';
$strSort = 'rreshtimi';
$strSortByKey = 'Rendit sipas kyçit';
$strSpaceUsage = 'Hapësira e përdorur';
$strSpanish = 'Spanjisht';
$strSplitWordsWithSpace = 'Fjalët janë të ndara me një hapsirë (" ").';
$strStatCheckTime = 'Kontrolli i fundit';
$strStatCreateTime = 'Krijimi';
$strStatUpdateTime = 'Ndryshimi i fundit';
$strStatement = 'Instruksione';
$strStatus = 'Gjendja';
$strStrucCSV = 'të dhëna CSV';
$strStrucData = 'Struktura dhe të dhëna';
$strStrucDrop = 'Shto DROP TABLE';
$strStrucExcelCSV = 'CSV për të dhëna MS Excel';
$strStrucNativeExcel = 'Të dhëna orgjinale MS Excel';
$strStrucOnly = 'Vetëm struktura';
$strStructPropose = 'Propozo strukturën e tabelës';
$strStructure = 'Struktura';
$strSubmit = 'Dërgoje';
$strSuccess = 'Query u zbatua me sukses';
$strSum = 'Gjithsej';
$strSwedish = 'Suedisht';
$strSwitchToTable = 'Kalo tek tabela e kopjuar';
 
$strTable = 'Tabela';
$strTableComments = 'Komente mbi tabelën';
$strTableEmpty = 'Emri i tabelës është bosh!';
$strTableHasBeenDropped = 'Tabela %s u eleminua';
$strTableHasBeenEmptied = 'Tabela %s u zbraz';
$strTableHasBeenFlushed = 'Tabela %s u rifreskua';
$strTableMaintenance = 'Administrimi i tabelës';
$strTableOfContents = 'Tabela e përmbajtjes';
$strTableOptions = 'Opcione për tabelën';
$strTableStructure = 'Struktura e tabelës';
$strTableType = 'Lloji i tabelës';
$strTables = '%s tabela(at)';
$strTakeIt = 'merre';
$strTblPrivileges = 'Të drejta relative me tabelat';
$strTextAreaLength = ' Për shkak të gjatësisë saj,<br /> kjo fushë nuk mund të ndryshohet ';
$strThai = 'Thai';
$strTheme = 'Tema / Stili';
$strThisHost = 'Këtë Host';
$strThisNotDirectory = 'Kjo nuk është një directory';
$strThreadSuccessfullyKilled = 'Thread %s u përfundua me sukses.';
$strTime = 'Koha';
$strToggleScratchboard = '(ç\')aktivo scratchboard';
$strTotal = 'Gjithsej';
$strTotalUC = 'Gjithsej';
$strTraditionalChinese = 'Kineze tradicionale';
$strTraditionalSpanish = 'Spanjishte tradicionale';
$strTraffic = 'Trafiku';
$strTransformation_application_octetstream__download = 'Shfaq një lidhje për të shkarkuar të dhënat binare të një fushe. Mundësia e parë është emri i file binar. Opcioni i dytë është emri i mundshëm i fushës së rreshtit të tabelës që përmban emrin e file. Nëse jepni opcionin e dytë, opcioni i parë duhet të jetë një stringë bosh';
$strTransformation_image_jpeg__inline = 'Shfaq një miniaturë të klikueshme; mundësitë: gjërësia, lartësia në pixels (ruan proporcionin origjinal)';
$strTransformation_image_jpeg__link = 'Shfaq një lidhje për tek kjo figurë (download blob direkt, p.sh.).';
$strTransformation_image_png__inline = 'Shiko figurën/jpeg: në linjë';
$strTransformation_text_plain__dateformat = 'Merr një fushë TIME, TIMESTAMP apo DATETIME dhe e formaton duke përdorur formatin e datës lokale. Mundësia e parë është offset (në orë) që do t\'i shtohet timestamp (Default: 0). Mundësia e dytë është një format date në përputhje me parametrat në dispozicion për funksionin strftime() të PHP.';
$strTransformation_text_plain__external = 'VETËM PËR LINUX: Lëshon një program të jashtëm dhe plotëson të dhënat e fushave me anë të standard input. Jep si rezultat standard output e programit. Vendosja default është Tidy, për të printuar si duhet kodin HTML. Për arsye sigurie, do t\'ju duhet të ndryshoni file libraries/transformations/text_plain__external.inc.php dhe të shkruani instrumentet që lejoni të përdoren. Mundësia e parë pra është numri i programit që dëshironi të përdorni dhe e dyta janë parametrat për programin. Parametri i tretë, n.q.s. i vendosur në 1 do të konvertojë output duke përdorur htmlspecialchars() (Prezgjedhur: 1). Një parametër i katërt, po të jetë vendosur në 1 do t\'i shtojë një NOWRAP përmbajtjes së qelisë kështu që output komplet do të shfaqet pa u riformatuar (Default: 1)';
$strTransformation_text_plain__formatted = 'Konservon formatimin origjinal të fushës. Nuk aplikohet asnjë Escaping.';
$strTransformation_text_plain__imagelink = 'Shfaq një figurë dhe një link, fusha përmban emrin e file; opcioni i parë është një prefiks si "http://domain.com/", opcioni i dytë është gjërësia në pixels, i treti është lartësia.';
$strTransformation_text_plain__link = 'Shfaq një link, fusha përmban emrin e file; opcioni i parë është një prefiks si "http://domain.com/", opcioni i dytë është një titull për lidhjen.';
$strTransformation_text_plain__substr = 'Shfaq vetëm një pjesë të string-ës. Opcioni i parë është offset-i që shërben për të përcaktuar ku fillon output i tekstit tuaj (Default 0). Opcioni i dytë është një offset që tregon se sa tekst kthehet. Po të jetë bosh, kthen të gjithë tekstin e mbetur. Opcioni i tretë përcakton çfarë karakteresh do të shtohen në fund të output kur kthehet një nën-string-ë (Default: ...) .';
$strTruncateQueries = 'Shkurton (ndërpret) Queries e Shfaqura';
$strTurkish = 'Turqisht';
$strType = 'Lloji';
 
$strUkrainian = 'Ukrainase';
$strUncheckAll = 'Ç\'zgjidhi të gjithë';
$strUnicode = 'Unicode';
$strUnique = 'I vetëm';
$strUnknown = 'e panjohur';
$strUnselectAll = 'Ç\'zgjidh gjithçka';
$strUpdComTab = 'Ju lutem lexoni dokumentet mbi rifreskimin e tabelës suaj Column_comments';
$strUpdatePrivMessage = 'Ke rifreskuar lejet për %s.';
$strUpdateProfileMessage = 'Profili u rifreskua.';
$strUpdateQuery = 'Rifresko Query';
$strUpgrade = 'Duhet të instaloni %s %s ose superior.';
$strUsage = 'Përdorimi';
$strUseBackquotes = 'Përdor backquotes me emrat e tabelave dhe fushave';
$strUseHostTable = 'Përdor Tabelën e Host-it';
$strUseTables = 'Përdor tabelat';
$strUseTextField = 'Përdor fushë teksti';
$strUseThisValue = 'Përdor këtë vlerë';
$strUser = 'Përdorues';
$strUserAlreadyExists = 'Përdoruesi %s ekziston!';
$strUserEmpty = 'Emri i përdoruesit është bosh!';
$strUserName = 'Emri i përdoruesit';
$strUserNotFound = 'Përdoruesi i zgjedhur nuk u gjet tek tabela e të drejtave.';
$strUserOverview = 'Paraqitja e përgjithshme e përdoruesve';
$strUsersDeleted = 'Përdoruesit e zgjedhur u hoqën me sukses.';
$strUsersHavingAccessToDb = 'Përdoruesit që kanë hyrje tek &quot;%s&quot;';
 
$strValidateSQL = 'Vleftëso SQL';
$strValidatorError = 'Miratuesi SQL nuk arrin të niset. Ju lutem kontrolloni instalimin e prapashtesave të duhura php ashtu si përshkruhet tek %sdokumentimi%s.';
$strValue = 'Vlerë';
$strVar = 'E ndryshueshme';
$strViewDump = 'Shfaq dump (skema) e tabelës';
$strViewDumpDB = 'Shfaq dump (skema) e databazës';
$strViewDumpDatabases = 'Shfaq dump (skema) e databazave';
 
$strWebServerUploadDirectory = 'directory e upload të server-it web';
$strWebServerUploadDirectoryError = 'Directory që keni zgjedhur për upload nuk arrin të gjehet';
$strWelcome = 'Mirësevini tek %s';
$strWestEuropean = 'Europa Perëndimore';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Dritarja e destinimit të browser nuk mund të rifreskohet. Ka mundësi të keni mbyllur dritaren nënë apo që browser-i juaj është duke bllokuar rifreskimet ndërmjet browser-ve për shkak të ndonjë mase sigurie';
$strWithChecked = 'N.q.s. të zgjedhur:';
$strWritingCommentNotPossible = 'I pamundur shkrimi i komentit';
$strWritingRelationNotPossible = 'I pamundur shkrimi i relacionit';
$strWrongUser = 'Emër përdoruesi apo fjalëkalim i gabuar. Ndalohet hyrja.';
 
$strXML = 'XML';
 
$strYes = ' Po ';
 
$strZeroRemovesTheLimit = 'Shënim: Vendosja e këtyre opcioneve në 0 (zero) do të thotë asnjë limit.';
$strZip = '"kompresuar me zip"';
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/albanian-utf-8.inc.php
0,0 → 1,982
<?php
/* $Id: albanian-utf-8.inc.php,v 2.119.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
/**
* Translated by: Laurent Dhima <laurenti at users.sourceforge.net>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Djl', 'Hën', 'Mar', 'Mër', 'Enj', 'Pre', 'Sht'); //albanian days
$month = array('Jan', 'Shk', 'Mar', 'Pri', 'Maj', 'Qer', 'Kor', 'Gsh', 'Sht', 'Tet', 'Nën', 'Dhj'); //albanian months
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y at %I:%M %p'; //albanian time
$timespanfmt = '%s ditë, %s orë, %s minuta dhe %s sekonda';
 
$strAPrimaryKey = 'Një kyç primar u shtua tek %s';
$strAbortedClients = 'Dështoi';
$strAbsolutePathToDocSqlDir = 'Ju lutem, shkruani pozicionin absolut në webserver për tek directory e docSQL';
$strAccessDenied = 'Hyrja nuk u pranua';
$strAccessDeniedExplanation = 'phpMyAdmin u përpoq të lidhet me server-in MySQL, dhe server-i refuzoi lidhjen. Kontrollo emrin e host, përdoruesin dhe fjalëkalimin tek file config.inc.php dhe sigurohu që korrispondojnë me informacionet që ju ka dhënë administratori i serverit MySQL.';
$strAction = 'Veprimi';
$strAddAutoIncrement = 'Shto vlerë AUTO_INCREMENT';
$strAddConstraints = 'Shto kushte';
$strAddDeleteColumn = 'Shto/Fshi fushën';
$strAddDeleteRow = 'Shto/Fshi kriterin';
$strAddDropDatabase = 'Shto DROP DATABASE';
$strAddHeaderComment = 'Shto një koment të personalizuar në header (\\n ndërpret rreshtin)';
$strAddIfNotExists = 'Shto IF NOT EXISTS';
$strAddIntoComments = 'Shto tek komentet';
$strAddNewField = 'Shto një fushë të re';
$strAddPrivilegesOnDb = 'Shto të drejta tek databaza në vazhdim';
$strAddPrivilegesOnTbl = 'Shto të drejta tek tabela në vazhdim';
$strAddSearchConditions = 'Shto kushte kërkimi (trupi i specifikimit "where"):';
$strAddToIndex = 'Shto tek treguesi i &nbsp;%s&nbsp;kolonës(ave)';
$strAddUser = 'Shto një përdorues të ri';
$strAddUserMessage = 'Ke shtuar një përdorues të ri.';
$strAddedColumnComment = 'Komenti u shtua në kollonë';
$strAddedColumnRelation = 'Relacioni u shtua për kollonën';
$strAdministration = 'Administrimi';
$strAffectedRows = 'Rreshtat e ndikuar:';
$strAfter = 'Mbas %s';
$strAfterInsertBack = 'Mbrapa';
$strAfterInsertNewInsert = 'Shto një regjistrim të ri';
$strAfterInsertSame = 'Kthehu mbrapa tek kjo faqe';
$strAll = 'Të gjithë';
$strAllTableSameWidth = 'vizualizon të gjitha tabelat me të njëjtën gjërësi?';
$strAlterOrderBy = 'Transformo tabelën e renditur sipas';
$strAnIndex = 'Një tregues u shtua tek %s';
$strAnalyzeTable = 'Analizo tabelën';
$strAnd = 'Dhe';
$strAny = 'Çfarëdo';
$strAnyHost = 'Çfarëdo host';
$strAnyUser = 'Çfarëdo përdorues';
$strArabic = 'Arabisht';
$strArmenian = 'Armene';
$strAscending = 'Ngjitje';
$strAtBeginningOfTable = 'Në fillim të tabelës';
$strAtEndOfTable = 'Në fund të tabelës';
$strAttr = 'Pronësi';
$strAutodetect = 'Zbulim automatik';
$strAutomaticLayout = 'Faqosje automatike';
 
$strBack = 'Mbrapa';
$strBaltic = 'Baltike';
$strBeginCut = 'FILLIMI I CUT';
$strBeginRaw = 'FILLIMI I RAW';
$strBinary = 'Binar';
$strBinaryDoNotEdit = 'Të dhëna të tipit binar - mos ndrysho';
$strBookmarkAllUsers = 'Lejo që çdo përdorues të ketë hyrje në këtë libërshënues';
$strBookmarkDeleted = 'Libërshënuesi u fshi.';
$strBookmarkLabel = 'Etiketë';
$strBookmarkQuery = 'Query SQL shtuar të preferuarve';
$strBookmarkThis = 'Shtoja të preferuarve këtë query SQL';
$strBookmarkView = 'Shfaq vetëm';
$strBrowse = 'Shfaq';
$strBrowseForeignValues = 'Shfleto opcionet e huaja';
$strBulgarian = 'Bullgarisht';
$strBzError = 'phpMyAdmin nuk është në gjendje të kompresojë dump-in për arsye të prapashtesës Bz2 të gabuar në këtë version të php. Ju rekomandojmë patjetër vendosjen e <code>$cfg[\'BZipDump\']</code> tek file juaj i konfigurimit të phpMyAdmin në <code>FALSE</code>. Nëqoftëse dëshironi të përdorni patjetër specifikat e kompresimit Bz2, duhet të rifreskoni php në versionin e fundit. Hidhini një sy php bug report %s për informacione të hollësishme.';
$strBzip = '"kompresuar me bzip2"';
 
$strCSVOptions = 'Opcione CSV';
$strCalendar = 'Kalendari';
$strCannotLogin = 'E pamundur kryerja e login tek server-i MySQL';
$strCantLoad = 'I pamundur ngarkimi i prapashtesës %s,<br />kontrollo konfigurimin e PHP';
$strCantLoadRecodeIconv = 'I pamundur ngarkimi i prapashtesës iconv apo recode të nevoitshëm për konvertimin e karaktereve, konfiguroni php për të lejuar përdorimin e këtyre prapashtesave ose disaktivoni konvertimin e set të karaktereve në phpMyAdmin.';
$strCantRenameIdxToPrimary = 'I pamundur riemërtimi i treguesit në PRIMAR!';
$strCantUseRecodeIconv = 'I pamundur përdorimi i funksioneve iconv apo libiconv apo recode_string për shkak se ekstensioni duhet të ngarkohet. Kontrolloni konfigurimin e php.';
$strCardinality = '';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Europa qendrore';
$strChange = 'Ndrysho';
$strChangeCopyMode = 'Krijo një përdorues të ri me të njëjta të drejta dhe ...';
$strChangeCopyModeCopy = '... mbaj të vjetrin.';
$strChangeCopyModeDeleteAndReload = ' ... elemino të vjetrin nga tabela e përdoruesve e pastaj rilexo të drejtat.';
$strChangeCopyModeJustDelete = ' ... elemino të vjetrin nga tabela e përdoruesve.';
$strChangeCopyModeRevoke = ' ... hiq të gjitha të drejtat nga i vjetri e pastaj eleminoje.';
$strChangeCopyUser = 'Ndrysho Informacionet e Login / Kopjo përdoruesin';
$strChangeDisplay = 'Zgjidh fushën që dëshiron të shohësh';
$strChangePassword = 'Ndrysho fjalëkalimin';
$strCharset = 'Familje gërmash';
$strCharsetOfFile = 'Familja gërmave të file:';
$strCharsets = 'Familje gërmash';
$strCharsetsAndCollations = 'Familje gërmash dhe Collations';
$strCheckAll = 'Zgjidhi të gjithë';
$strCheckOverhead = 'Zgjidh të mbingarkuarit';
$strCheckPrivs = 'Kontrollo të drejtat';
$strCheckPrivsLong = 'Kontrollo të drejtat për databazën &quot;%s&quot;.';
$strCheckTable = 'Kontrollo tabelën';
$strChoosePage = 'Ju lutem zgjidhni faqen që dëshironi të modifikoni';
$strColComFeat = 'Vizualizimi i komenteve të kollonave';
$strCollation = 'Collation';
$strColumnNames = 'Emrat e kollonave';
$strColumnPrivileges = 'Të drejtat relative të kollonave';
$strCommand = 'Komanda';
$strComments = 'Komente';
$strCommentsForTable = 'KOMENTET PËR TABELËN';
$strCompleteInserts = 'Të shtuarat komplet';
$strCompression = 'Kompresim';
$strConfigFileError = 'phpMyAdmin nuk arrin të lexojë file e konfigurimit!<br />Kjo mund të ndodhë kur php gjen një parse error në të apo kur php nuk arrin ta gjejë këtë file.<br />Ju lutem ngarkoheni direkt file e konfigurimit duke përdorur link-un e mëposhtëm dhe lexoni mesazhin(et) e gabimeve php që merrni. Në shumicën e rasteve mund t\'ju mungojë një apostrofë apo një presje.<br />Nëse faqja që do t\'ju hapet është bosh (e bardhë), atëhere gjithçka është në rregull.';
$strConfigureTableCoord = 'Ju lutem, konfiguroni koordinatat për tabelën %s';
$strConnectionError = 'E pamundur lidhja: rregullime të pavlefshme.';
$strConnections = 'Lidhje';
$strConstraintsForDumped = 'Kushtet për tabelat e nxjerra';
$strConstraintsForTable = 'Kushtet për tabelën';
$strCookiesRequired = 'Nga kjo pikë e tutje, cookies duhet të jenë të aktivuara.';
$strCopyTable = 'Kopjo tabelën tek (databaza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s u kopjua tek %s.';
$strCopyTableSameNames = 'I pamundur kopjimi i tabelës tek vetvetja!';
$strCouldNotKill = 'phpMyAdmin nuk është në gjendje të përfundojë thread %s. Ka mundësi të ketë përfunduar më parë.';
$strCreate = 'Krijo';
$strCreateIndex = 'Krijo një tregues tek &nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Krijo një tregues të ri';
$strCreateNewDatabase = 'Krijo një databazë të re';
$strCreateNewTable = 'Krijo një tabelë të re tek databaza %s';
$strCreatePage = 'Krijo një faqe të re';
$strCreatePdfFeat = 'Krijimi i PDF-ve';
$strCreationDates = 'Datat e Krijimit/Përditësimit/Kontrollit';
$strCriteria = 'Kriteri';
$strCroatian = 'Kroate';
$strCyrillic = 'Cyrillic';
$strCzech = 'Çekisht';
$strCzechSlovak = 'Çeko-Sllovak';
 
$strDBComment = 'Komenti për Databazën: ';
$strDBGContext = 'Konteksti';
$strDBGContextID = 'ID e kontekstit';
$strDBGHits = 'Hits';
$strDBGLine = 'Rreshti';
$strDBGMaxTimeMs = 'Koha maksimum, ms';
$strDBGMinTimeMs = 'Koha minimum, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Koha/Hit, ms';
$strDBGTotalTimeMs = 'Koha gjithsej, ms';
$strDBRename = 'Ndysho emrin e databazës në';
$strDanish = 'Danisht';
$strData = 'Të dhëna';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Vetëm të dhëna';
$strDatabase = 'Databazat';
$strDatabaseEmpty = 'Emri i databazës mungon!';
$strDatabaseExportOptions = 'Opcione të eksportimit të databazës';
$strDatabaseHasBeenDropped = 'Databaza %s u eleminua.';
$strDatabaseNoTable = 'Kjo databazë nuk përmban tabela!';
$strDatabases = 'Databazat';
$strDatabasesDropped = '%s databaza u eleminuan korrektësisht.';
$strDatabasesStats = 'Statistikat e databazave';
$strDatabasesStatsDisable = 'Disaktivo Statistikat';
$strDatabasesStatsEnable = 'Aktivo Statistikat';
$strDatabasesStatsHeavyTraffic = 'Shënim: Aktivimi këtu i statistikave të Databazës mund të shkaktojë rritjen e trafikut midis server-it web dhe MySQL.';
$strDbPrivileges = 'Të drejta specifike të databazës';
$strDbSpecific = 'specifik i databazës';
$strDefault = 'Prezgjedhur';
$strDefaultValueHelp = 'Për vlerat e prezgjedhura, ju lutem shtoni një vlerë të vetme, pa backslash escaping apo thonjëza, duke përdorur këtë format: a';
$strDefragment = 'Defragmento tabelën';
$strDelOld = 'Faqja aktuale përmban riferime ndaj tabelash që nuk ekzistojnë më. Dëshironi t\'i eleminoni këto riferimente?';
$strDelayedInserts = 'Përdor shtimet me vonesë';
$strDelete = 'Fshi';
$strDeleteAndFlush = 'Fshi përdoruesit dhe pastaj rifresko të drejtat.';
$strDeleteAndFlushDescr = 'Kjo është rruga më e pastër, por ngarkimi i të drejtave mund të zgjasë disa çaste më shumë.';
$strDeleted = 'rreshti u fshi';
$strDeletedRows = 'rreshtat e fshirë:';
$strDeleting = 'Në fshirje e sipër të %s';
$strDescending = 'Zbritës';
$strDescription = 'Përshkrimi';
$strDictionary = 'fjalor';
$strDisableForeignChecks = 'Ç\'aktivo kontrollin e kyçeve të jashtëm';
$strDisabled = 'Jo aktiv';
$strDisplayFeat = 'Shfaq karakteristikat';
$strDisplayOrder = 'Mënyra e shfaqjes:';
$strDisplayPDF = 'Shfaq skemën e PDF';
$strDoAQuery = 'Zbato "query nga shembull" (karakteri jolly: "%")';
$strDoYouReally = 'Konfermo: ';
$strDocu = 'Dokumentet';
$strDrop = 'Elemino';
$strDropDatabaseStrongWarning = 'Jeni duke SHKATËRRUAR një databazë komplete!';
$strDropUsersDb = 'Elemino databazat që kanë emër të njëjtë me përdoruesit.';
$strDumpSaved = 'Dump u ruajt tek file %s.';
$strDumpXRows = 'Dump i %s rreshta duke filluar nga rreshti %s.';
$strDumpingData = 'Dump i të dhënave për tabelën';
$strDynamic = 'dinamik';
 
$strEdit = 'Ndrysho';
$strEditPDFPages = 'Ndrysho faqen PDF';
$strEditPrivileges = 'Ndrysho të drejtat';
$strEffective = 'Efektiv';
$strEmpty = 'Zbraz';
$strEmptyResultSet = 'MySQL ka kthyer një të përbashkët boshe (p.sh. zero rreshta).';
$strEnabled = 'Aktiv';
$strEncloseInTransaction = 'Përfshi eksportin në një transacion';
$strEnd = 'Fund';
$strEndCut = 'FUNDI I CUT';
$strEndRaw = 'FUNDI I RAW';
$strEnglish = 'Anglisht';
$strEnglishPrivileges = 'Shënim: emrat e të drejtave të MySQL janë në Anglisht';
$strError = 'Gabim';
$strEstonian = 'Estoneze';
$strExcelEdition = 'Edicion i Excel';
$strExcelOptions = 'Opcione të Excel';
$strExecuteBookmarked = 'Zbaton query nga libërshënuesi';
$strExplain = 'Shpjego SQL';
$strExport = 'Eksporto';
$strExtendedInserts = 'Të shtuara të zgjeruara';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Përpjekje të dështuara';
$strField = 'Fusha';
$strFieldHasBeenDropped = 'Fusha %s u eleminua';
$strFields = 'Fusha';
$strFieldsEmpty = ' Numratori i fushave është bosh! ';
$strFieldsEnclosedBy = 'Fushë e përbërë nga';
$strFieldsEscapedBy = 'Fushë e kufizuar nga';
$strFieldsTerminatedBy = 'Fushë që mbaron me';
$strFileAlreadyExists = 'File %s ekziston në server: të lutem, ndrysho emrin e file ose zgjidh opcionin "Mbishkruaj".';
$strFileCouldNotBeRead = 'File nuk mund të lexohet';
$strFileNameTemplate = 'Emri i file template';
$strFileNameTemplateRemember = 'kujto template';
$strFixed = 'fiks';
$strFlushPrivilegesNote = 'Shënim: phpMyAdmin lexon të drejtat e përdoruesve direkt nga tabela e privilegjeve të MySQL. Përmbajtja e kësaj tabele mund të ndryshojë prej të drejtave të përdorura nga serveri nëse janë kryer ndryshime manuale. Në këtë rast, duhet të %srifreskoni të drejtat%s para se të vazhdoni.';
$strFlushTable = 'Rifillo ("FLUSH") tabelën';
$strFormEmpty = 'Mungon një vlerë në formular!';
$strFormat = 'Formati';
$strFullText = 'Teksti i plotë';
$strFunction = 'Funksioni';
 
$strGenBy = 'Gjeneruar nga';
$strGenTime = 'Gjeneruar më';
$strGeneralRelationFeat = 'Karakteristikat e përgjithshme të relacionit';
$strGeorgian = 'Gjeorgjisht';
$strGerman = 'Gjermanisht';
$strGlobal = 'globale';
$strGlobalPrivileges = 'Të drejtat e përgjithshme';
$strGlobalValue = 'Vlerë Globale';
$strGo = 'Zbato';
$strGrantOption = 'Grant';
$strGreek = 'Greqisht';
$strGzip = '"kompresuar me gzip"';
 
$strHasBeenAltered = 'u ndryshua.';
$strHasBeenCreated = 'u krijua.';
$strHaveToShow = 'Zgjidh të paktën një kolonë për të parë';
$strHebrew = 'Hebraike';
$strHexForBinary = 'Përdor hexadecimale për fushat binare';
$strHome = 'Shtëpia';
$strHomepageOfficial = 'Faqja zyrtare e phpMyAdmin';
$strHost = 'Host';
$strHostEmpty = 'Emri i host është bosh!';
$strHungarian = 'Hungarisht';
 
$strIcelandic = 'Islandeze';
$strId = 'ID';
$strIdxFulltext = 'Teksti komplet';
$strIgnore = 'Shpërfill';
$strIgnoreInserts = 'Përdor shpërfill shtimet';
$strIgnoringFile = 'File %s u shpërfill';
$strImportDocSQL = 'Importo files docSQL';
$strImportFiles = 'Importo files';
$strInUse = 'në përdorim';
$strIndex = 'Treguesi';
$strIndexHasBeenDropped = 'Treguesi %s u eleminua';
$strIndexName = 'Emri i treguesit&nbsp;:';
$strIndexType = 'Lloji i treguesit&nbsp;:';
$strIndexes = 'Tregues';
$strInnodbStat = 'Gjëndja InnoDB';
$strInsecureMySQL = 'File i konfigurimit në përdorim përmban zgjedhje (root pa asnjë password) që korrispondojnë me të drejtat e account MySQL të paracaktuar. Një server MySQL funksionues me këto zgjedhje është i pambrojtur ndaj sulmeve, dhe ju duhet patjetër të korrigjoni këtë vrimë në siguri.';
$strInsert = 'Shto';
$strInsertAsNewRow = 'Shto një rresht të ri';
$strInsertNewRow = 'Shto një rresht të ri';
$strInsertedRowId = 'U shtua id e rreshtit:';
$strInsertedRows = 'Rreshtat e shtuar:';
$strInternalNotNecessary = '* Nuk ka nevojë për një relacion të brendshëm kur ky relacion ekziston në InnoDB.';
$strInternalRelations = 'Relacione të brendshme';
 
$strJapanese = 'Japonisht';
$strJumpToDB = 'Kalo tek databaza &quot;%s&quot;.';
$strJustDelete = 'Vetëm fshi përdoruesit nga tabelat e të drejtave.';
$strJustDeleteDescr = 'Përdoruesit e &quot;fshirë&quot; do të kenë akoma mundësi të futen në server si zakonisht derisa të drejtat të ringarkohen përsëri.';
 
$strKeepPass = 'Mos ndrysho fjalëkalim';
$strKeyname = 'Emri i kyçit';
$strKill = 'Hiq';
$strKorean = 'Koreane';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcione LaTeX';
$strLandscape = 'Horizontale';
$strLatexCaption = 'Titulli i Tabelës caption';
$strLatexContent = 'Përmbajtja e tabelës __TABLE__';
$strLatexContinued = '(vazhdon)';
$strLatexContinuedCaption = 'Nëntitulli i tabelës vazhduese';
$strLatexIncludeCaption = 'Përfshi nëntitullin e tabelës';
$strLatexLabel = 'Kyçi i etiketës';
$strLatexStructure = 'Struktura e tabelës __TABLE__';
$strLatvian = 'Letone';
$strLengthSet = 'Gjatësia/Set*';
$strLimitNumRows = 'regjistrime për faqe';
$strLinesTerminatedBy = 'Rreshta që mbarojnë me';
$strLinkNotFound = 'Lidhja nuk u gjet';
$strLinksTo = 'Lidhje me';
$strLithuanian = 'Lituane';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Pozicioni i file';
$strLogPassword = 'Fjalëkalimi:';
$strLogServer = 'Serveri';
$strLogUsername = 'Emri i përdoruesit:';
$strLogin = 'Hyrja';
$strLoginInformation = 'Informacione mbi Identifikimin';
$strLogout = 'Përfundo seancën';
 
$strMIMETypesForTable = 'LLOJET E MIME PËR TABELËN';
$strMIME_MIMEtype = 'Lloji MIME';
$strMIME_available_mime = 'Lloje MIME në dispozicion';
$strMIME_available_transform = 'Transformacionet në dispozicion';
$strMIME_description = 'Përshkrimi';
$strMIME_nodescription = 'Asnjë përshkrim në dispozicion për këtë transformim.<br />Ju lutem pyet autorin, çfarë %s bën.';
$strMIME_transformation = 'Transformimi i Shfletuesit';
$strMIME_transformation_note = 'Për listën e opcioneve të transformimeve në dispozicion dhe transformimet relativë të llojeve-MIME, kliko tek %spërshkrimet e transformimeve%s';
$strMIME_transformation_options = 'Opcione të transformimeve';
$strMIME_transformation_options_note = 'Ju lutem shkruani vlerat për opcionet e transformimit duke përdorur këtë format: \'a\',\'b\',\'c\'...<br />Nëse keni nevojë të shtoni një backslash ("\") apo një apostrofë ("\'") midis këtyre vlerave, duhet ti backslash-oni (për shembull \'\\\\xyz\' ose \'a\\\'b\').';
$strMIME_without = 'Llojet-MIME të printuar në italics kanë një funksion transformacioni të veçantë';
$strMaximumSize = 'Madhësia maksimum: %s%s';
$strModifications = 'Ndryshimet u ruajtën';
$strModify = 'Ndrysho';
$strModifyIndexTopic = 'Ndrysho një tregues';
$strMoveTable = 'Sposto tabelën në (databaza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s u lëviz tek %s.';
$strMoveTableSameNames = 'E pamundur lëvizja e tabelës tek vetvetja!';
$strMultilingual = 'shumëgjuhësh';
$strMySQLCharset = 'Set simbolesh MySQL';
$strMySQLConnectionCollation = 'Vendosja e lidhjes MySQL';
$strMySQLSaid = 'Mesazh nga MySQL: ';
$strMySQLShowProcess = 'Shfaq proceset në ekzekutim';
$strMySQLShowStatus = 'Shfaq informacionet e nisjes së MySQL';
$strMySQLShowVars = 'Shfaq të ndryshueshmet e sistemit të MySQL';
 
$strName = 'Emri';
$strNext = 'Në vazhdim';
$strNo = ' Jo ';
$strNoDatabases = 'Asnjë databazë';
$strNoDatabasesSelected = 'Nuk është zgjedhur asnjë databazë.';
$strNoDescription = 'asnjë përshkrim';
$strNoDropDatabases = 'Komandat "DROP DATABASE" nuk janë aktive.';
$strNoExplain = 'Mos shpjego SQL';
$strNoFrames = 'phpMyAdmin funksionon më mirë me shfletues që suportojnë frames';
$strNoIndex = 'Asnjë tregues i përcaktuar!';
$strNoIndexPartsDefined = 'Asnjë pjesë e treguesit është përcaktuar!';
$strNoModification = 'Asnjë ndryshim';
$strNoOptions = 'Ky format nuk ka opcione';
$strNoPassword = 'Asnjë fjalëkalim';
$strNoPermission = 'Serveri web nuk ka të drejtat e duhura për të ruajtur file %s.';
$strNoPhp = 'pa kod PHP';
$strNoPrivileges = 'Asnjë e drejtë';
$strNoRights = 'Nuk ke të drejta të mjaftueshme për të kryer këtë operacion!';
$strNoRowsSelected = 'Nuk ka rreshta të zgjedhur';
$strNoSpace = 'Hapësirë e pamjaftueshme për të ruajtur file %s.';
$strNoTablesFound = 'Nuk gjenden tabela në databazë.';
$strNoUsersFound = 'Nuk u gjet asnjë përdorues.';
$strNoValidateSQL = 'Mos vleftëso SQL';
$strNone = 'Asnjë lloj';
$strNotNumber = 'Ky nuk është një numër!';
$strNotOK = 'jo OK';
$strNotSet = '<b>%s</b> tabela nuk u gjet ose nuk është përcaktuar tek %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s korrispondon(jnë) tek tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Gjithsej:</b> <i>%s</i> korrispondues(ë)';
$strNumTables = 'Tabela';
 
$strOK = 'OK';
$strOperations = 'Operacione';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimizo tabelën';
$strOr = 'Ose';
$strOverhead = 'Mbi limit';
$strOverwriteExisting = 'Mbishkruaj file(s) ekzistues';
 
$strPHP40203 = 'Është në përdorim PHP 4.2.3, që përmban një difekt serioz me stringat multi-byte strings (mbstring). Shiko raportin 19404 të bug PHP. Ky version i PHP nuk rekomandohet për t\'u përdorur me phpMyAdmin.';
$strPHPVersion = 'Versioni i PHP';
$strPageNumber = 'Numri i faqes:';
$strPaperSize = 'Përmasat e letrës';
$strPartialText = 'Tekst i pjesëshëm';
$strPassword = 'Fjalëkalimi';
$strPasswordChanged = 'Fjalëkalimi për përdoruesin %s u ndryshua me sukses.';
$strPasswordEmpty = 'Fjalëkalimi është bosh!';
$strPasswordNotSame = 'Fjalëkalimi nuk korrispondon!';
$strPdfDbSchema = 'Skema e databazës "%s" - Faqja %s';
$strPdfInvalidTblName = 'Tabela "%s" nuk ekziston!';
$strPdfNoTables = 'Asnjë tabelë';
$strPerHour = 'në orë';
$strPerMinute = 'në minutë';
$strPerSecond = 'në sekondë';
$strPhoneBook = 'numratori';
$strPhp = 'Krijo kodin PHP';
$strPmaDocumentation = 'Dokumente të phpMyAdmin';
$strPmaUriError = 'Direktiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DUHET të përcaktohet tek file i konfigurimit!';
$strPolish = 'Polonisht';
$strPortrait = 'Vertikal';
$strPos1 = 'Fillim';
$strPrevious = 'Paraardhësi';
$strPrimary = 'Primar';
$strPrimaryKeyHasBeenDropped = 'Kyçi primar u eleminua';
$strPrimaryKeyName = 'Emri i kyçit primar duhet të jetë... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>duhet</b> të jetë emri i, dhe <b>vetëm i</b>, një kyçi primar!)';
$strPrint = 'Printo';
$strPrintView = 'Shfaq për printim';
$strPrintViewFull = 'Shfaq për printim (me full text)';
$strPrivDescAllPrivileges = 'Përfshin të gjitha të drejtat me përjashtim të GRANT.';
$strPrivDescAlter = 'Lejon ndryshimin e strukturës së tabelave ekzistuese.';
$strPrivDescCreateDb = 'Lejon krijimin e tabelave të reja dhe databazave të reja.';
$strPrivDescCreateTbl = 'Lejon krijimin e tabelave të reja.';
$strPrivDescCreateTmpTable = 'Lejon krijimin e tabelave të përkohëshme.';
$strPrivDescDelete = 'Lejon fshirjen e të dhënave.';
$strPrivDescDropDb = 'Lejon eleminimin e databazave dhe tabelave.';
$strPrivDescDropTbl = 'Lejon eleminimin e tabelave.';
$strPrivDescExecute = 'Lejon ekzekutimin e procedurave të regjistruara; Nuk ka efekt në këtë version të MySQL.';
$strPrivDescFile = 'Lejon importimin e të dhënave nga dhe eksportimin e të dhënave në files.';
$strPrivDescGrant = 'Lejon të shtosh përdorues dhe të drejta pa ringarkuar tabelat e privilegjeve.';
$strPrivDescIndex = 'Lejon krijimin dhe eleminimin e treguesve.';
$strPrivDescInsert = 'Lejon futjen dhe mbishkrimin e të dhënave.';
$strPrivDescLockTables = 'Lejon bllokimin e tabelave për thread e momentit.';
$strPrivDescMaxConnections = 'Kufizon numrin e lidhjeve të reja që një përdorues mund të hapë në një orë.';
$strPrivDescMaxQuestions = 'Kufizon numrin e kërkesave që një përdorues mund ti dërgojë server-it në një orë.';
$strPrivDescMaxUpdates = 'Kufizon numrin e komandave që mund të ndryshojnë një tabelë apo databazë që një përdorues mund të zbatojë në një orë.';
$strPrivDescProcess3 = 'Lejon vrasjen e proçeseve të përdoruesve të tjerë.';
$strPrivDescProcess4 = 'Lejon shikimin e të gjitha kërkesave tek lista e proçeseve.';
$strPrivDescReferences = 'Nuk ka asnjë efekt tek ky version i MySQL.';
$strPrivDescReload = 'Lejon ringarkimin e parametrave të server-it dhe risetimin e cache të servërve.';
$strPrivDescReplClient = 'I jep të drejtën një përdoruesi të pyesë se ku gjenden slaves / masters.';
$strPrivDescReplSlave = 'Nevoitet për replikimin e slaves.';
$strPrivDescSelect = 'Lejon leximin e të dhënave.';
$strPrivDescShowDb = 'Mundëson hyrjen tek lista komplete e databazave.';
$strPrivDescShutdown = 'Lejon përfundimin e serverit.';
$strPrivDescSuper = 'Lejon lidhje të tjera, edhe po të jetë arritur numri maksimal i lidhjeve; I nevojshëm për shumë operacione administrimi si përcaktimi i të ndryshueshmeve globale apo fshirja e threads të përdoruesve të tjerë.';
$strPrivDescUpdate = 'Lejon ndryshimin e të dhënave.';
$strPrivDescUsage = 'Asnjë të drejtë.';
$strPrivileges = 'Të drejtat';
$strPrivilegesReloaded = 'Të drejtat u përditësuan me sukses.';
$strProcesslist = 'Lista e Proçeseve';
$strPutColNames = 'Vendos emrat e kollonave tek rreshti i parë';
 
$strQBE = 'Query nga shembull';
$strQBEDel = 'Fshi';
$strQBEIns = 'Shto';
$strQueryFrame = 'Dritarja e Query';
$strQueryOnDb = 'SQL-query tek databaza <b>%s</b>:';
$strQuerySQLHistory = 'Kronollogjia e SQL';
$strQueryStatistics = '<b>Statistikat e Query</b>: Që nga nisja e tij, serverit i janë dërguar %s queries.';
$strQueryTime = 'Query ka zgjatur %01.4f sec';
$strQueryType = 'Lloji i query';
$strQueryWindowLock = 'Mos e mbishkruaj këtë query nga jashtë dritares';
 
$strReType = 'Rifut';
$strReceived = 'Marrë';
$strRecords = 'Regjistrime';
$strReferentialIntegrity = 'Kontrollo integritetin e informacioneve:';
$strRefresh = 'Rifresko';
$strRelationNotWorking = 'Karakteristikat shtesë janë ç\'aktivuar për sa i takon funksionimit me tabelat e lidhura. Për të zbuluar përse, klikoni %skëtu%s.';
$strRelationView = 'Shiko relacionet';
$strRelationalSchema = 'Skema relacionale';
$strRelations = 'Relacione';
$strRelationsForTable = 'RELACIONET PËR TABELËN';
$strReloadMySQL = 'Rinis MySQL';
$strReloadingThePrivileges = 'Duke ringarkuar të drejtat';
$strRemoveSelectedUsers = 'Heq përdoruesit e zgjedhur';
$strRenameDatabaseOK = 'Databazës %s i është ndryshuar emri në %s';
$strRenameTable = 'Riemërto tabelën në';
$strRenameTableOK = 'Tabela %s u riemërtua %s';
$strRepairTable = 'Riparo tabelën';
$strReplaceNULLBy = 'Zëvendëso NULL me';
$strReplaceTable = 'Zëvendëso të dhënat e tabelës me file';
$strReset = 'Rinis';
$strResourceLimits = 'Limitet e rezervave';
$strRevoke = 'Hiq';
$strRevokeAndDelete = 'Hiqja të gjitha të drejtat aktive përdoruesve dhe pastaj eleminoi.';
$strRevokeAndDeleteDescr = 'Përdoruesit DO TË MUND TË PËRDORIN sidoqoftë të drejtën deri atëhere kur të drejtat të ringarkohen.';
$strRevokeMessage = 'Ke anulluar të drejtat për %s';
$strRomanian = 'Romanisht';
$strRowLength = 'Gjatësia e rreshtit';
$strRowSize = 'Madhësia e rreshtit';
$strRows = 'rreshta';
$strRowsFrom = 'rreshta duke filluar nga';
$strRowsModeFlippedHorizontal = 'horizontal (headers të rrotulluar)';
$strRowsModeHorizontal = ' horizontal ';
$strRowsModeOptions = ' në modalitetin %s dhe përsërit headers mbas %s qelish ';
$strRowsModeVertical = ' vertikal ';
$strRowsStatistic = 'Statistikat e rreshtave';
$strRunQuery = 'Dërgo Query';
$strRunSQLQuery = 'Zbato query SQL tek databaza %s';
$strRunning = 'në ekzekutim tek %s';
$strRussian = 'Rusisht';
 
$strSQL = 'SQL';
$strSQLExportType = 'Lloji i Eksportit';
$strSQLOptions = 'Opcione SQL';
$strSQLParserBugMessage = 'Ka mundësi që ka një bug tek parser-i SQL. Ju lutem, kontrolloni query tuaj me kujdes, dhe kontrolloni që presjet të jenë ku duhet dhe jo të gabuara. Një shkak tjetër i mundshëm i gabimit mund të jetë që po mundoheni të uploadoni një file binar jashtë një zone teksti të kufizuar me presje. Mund edhe të provoni query tuaj MySQL nga interfaqja e shkruar e komandave. Gabimi i mëposhtëm i kthyer nga server-i MySQL, nëse ekziston një i tillë, mund tju ndihmojë në diagnostikimin e problemit. Nëse ka akoma probleme, apo n.q.s. parser-i SQL i phpMyAdmin gabon kur përkundrazi nga interfaqja e komandave të thjeshta nuk rezultojnë probleme, ju lutem zvogëloni query tuaj SQL në hyrje në query e vetme që shkakton probleme, dhe dërgoni një bug raportim me të dhënat rezultuese nga seksioni CUT i mëposhtëm:';
$strSQLParserUserError = 'Mesa duket ekziston një gabim tek query juaj SQL e futur. Gabimi i serverit MySQL i treguar më poshtë, nëse ekziston, mund t\'ju ndihmojë në diagnostikimin e problemit';
$strSQLQuery = 'query SQL';
$strSQLResult = 'Rezultati SQL';
$strSQPBugInvalidIdentifer = 'Identifikues i pavlefshëm';
$strSQPBugUnclosedQuote = 'Thonjëza të pambyllura';
$strSQPBugUnknownPunctuation = 'Stringë Punctuation e panjohur';
$strSave = 'Ruaj';
$strSaveOnServer = 'Ruaje në server tek directory %s';
$strScaleFactorSmall = 'Faktori i shkallës është shumë i vogël për të plotësuar skemën në faqe';
$strSearch = 'Kërko';
$strSearchFormTitle = 'Kërko në databazë';
$strSearchInTables = 'Tek tabela(at):';
$strSearchNeedle = 'Fjala(ë) apo vlera(at) për t\'u kërkuar (karakteri Jolly: "%"):';
$strSearchOption1 = 'të paktën njërën nga fjalët';
$strSearchOption2 = 'të gjitha fjalët';
$strSearchOption3 = 'fraza precize';
$strSearchOption4 = 'si shprehje e rregullt';
$strSearchResultsFor = 'Kërko rezultatet për "<i>%s</i>" %s:';
$strSearchType = 'Gjej:';
$strSecretRequired = 'Tani nevoitet një fjalëkalim sekret për file e konfigurimit(blowfish_secret).';
$strSelectADb = 'Të lutem, zgjidh një databazë';
$strSelectAll = 'Zgjidh gjithçka';
$strSelectFields = 'Zgjidh fushat (të paktën një):';
$strSelectNumRows = 'tek query';
$strSelectTables = 'Zgjidh Tabelat';
$strSend = 'Ruaje me emër...';
$strSent = 'Dërguar';
$strServer = 'Serveri';
$strServerChoice = 'Zgjedhja e serverit';
$strServerNotResponding = 'Serveri nuk përgjigjet';
$strServerStatus = 'Informacione mbi Runtime';
$strServerStatusUptime = 'Ky server MySQL po punon që prej %s. U nis më %s.';
$strServerTabProcesslist = 'Proceset';
$strServerTabVariables = 'Të ndryshueshmet';
$strServerTrafficNotes = '<b>Trafiku i serverit</b>: Këto tabela do të shfaqin statistikat e trafikut të rrjetit për këtë server MySQL që nga momenti i nisjes së tij.';
$strServerVars = 'Të ndryshueshmet dhe parametrat e Serverit';
$strServerVersion = 'Versioni i MySQL';
$strSessionValue = 'Vlera seancës';
$strSetEnumVal = 'N.q.s. fusha është "enum" apo "set", shtoni të dhënat duke përdorur formatin: \'a\',\'b\',\'c\'...<br />Nëse megjithatë do t\'u duhet të vini backslashes ("\") apo single quote ("\'") para këtyre vlerave, backslash-ojini (për shembull \'\\\\xyz\' o \'a\\\'b\').';
$strShow = 'Shfaq';
$strShowAll = 'Shfaqi të gjithë';
$strShowColor = 'Shfaq ngjyrën';
$strShowDatadictAs = 'Formati i Data Dictionary';
$strShowFullQueries = 'Shfaq të gjitha kërkesat';
$strShowGrid = 'Shfaq rrjetën';
$strShowPHPInfo = 'Trego info mbi PHP';
$strShowTableDimension = 'Trego madhësinë e tabelave';
$strShowTables = 'Shfaq tabelat';
$strShowThisQuery = 'Tregoje përsëri këtë query';
$strShowingRecords = 'Shfaqja e regjistrimeve ';
$strSimplifiedChinese = 'Kineze e thjeshtëzuar';
$strSingly = '(një nga një)';
$strSize = 'Madhësia';
$strSlovak = 'Sllovakisht';
$strSlovenian = 'Sllovenisht';
$strSort = 'rreshtimi';
$strSortByKey = 'Rendit sipas kyçit';
$strSpaceUsage = 'Hapësira e përdorur';
$strSpanish = 'Spanjisht';
$strSplitWordsWithSpace = 'Fjalët janë të ndara me një hapsirë (" ").';
$strStatCheckTime = 'Kontrolli i fundit';
$strStatCreateTime = 'Krijimi';
$strStatUpdateTime = 'Ndryshimi i fundit';
$strStatement = 'Instruksione';
$strStatus = 'Gjendja';
$strStrucCSV = 'të dhëna CSV';
$strStrucData = 'Struktura dhe të dhëna';
$strStrucDrop = 'Shto DROP TABLE';
$strStrucExcelCSV = 'CSV për të dhëna MS Excel';
$strStrucNativeExcel = 'Të dhëna orgjinale MS Excel';
$strStrucOnly = 'Vetëm struktura';
$strStructPropose = 'Propozo strukturën e tabelës';
$strStructure = 'Struktura';
$strSubmit = 'Dërgoje';
$strSuccess = 'Query u zbatua me sukses';
$strSum = 'Gjithsej';
$strSwedish = 'Suedisht';
$strSwitchToTable = 'Kalo tek tabela e kopjuar';
 
$strTable = 'Tabela';
$strTableComments = 'Komente mbi tabelën';
$strTableEmpty = 'Emri i tabelës është bosh!';
$strTableHasBeenDropped = 'Tabela %s u eleminua';
$strTableHasBeenEmptied = 'Tabela %s u zbraz';
$strTableHasBeenFlushed = 'Tabela %s u rifreskua';
$strTableMaintenance = 'Administrimi i tabelës';
$strTableOfContents = 'Tabela e përmbajtjes';
$strTableOptions = 'Opcione për tabelën';
$strTableStructure = 'Struktura e tabelës';
$strTableType = 'Lloji i tabelës';
$strTables = '%s tabela(at)';
$strTakeIt = 'merre';
$strTblPrivileges = 'Të drejta relative me tabelat';
$strTextAreaLength = ' Për shkak të gjatësisë saj,<br /> kjo fushë nuk mund të ndryshohet ';
$strThai = 'Thai';
$strTheme = 'Tema / Stili';
$strThisHost = 'Këtë Host';
$strThisNotDirectory = 'Kjo nuk është një directory';
$strThreadSuccessfullyKilled = 'Thread %s u përfundua me sukses.';
$strTime = 'Koha';
$strToggleScratchboard = '(ç\')aktivo scratchboard';
$strTotal = 'Gjithsej';
$strTotalUC = 'Gjithsej';
$strTraditionalChinese = 'Kineze tradicionale';
$strTraditionalSpanish = 'Spanjishte tradicionale';
$strTraffic = 'Trafiku';
$strTransformation_application_octetstream__download = 'Shfaq një lidhje për të shkarkuar të dhënat binare të një fushe. Mundësia e parë është emri i file binar. Opcioni i dytë është emri i mundshëm i fushës së rreshtit të tabelës që përmban emrin e file. Nëse jepni opcionin e dytë, opcioni i parë duhet të jetë një stringë bosh';
$strTransformation_image_jpeg__inline = 'Shfaq një miniaturë të klikueshme; mundësitë: gjërësia, lartësia në pixels (ruan proporcionin origjinal)';
$strTransformation_image_jpeg__link = 'Shfaq një lidhje për tek kjo figurë (download blob direkt, p.sh.).';
$strTransformation_image_png__inline = 'Shiko figurën/jpeg: në linjë';
$strTransformation_text_plain__dateformat = 'Merr një fushë TIME, TIMESTAMP apo DATETIME dhe e formaton duke përdorur formatin e datës lokale. Mundësia e parë është offset (në orë) që do t\'i shtohet timestamp (Default: 0). Mundësia e dytë është një format date në përputhje me parametrat në dispozicion për funksionin strftime() të PHP.';
$strTransformation_text_plain__external = 'VETËM PËR LINUX: Lëshon një program të jashtëm dhe plotëson të dhënat e fushave me anë të standard input. Jep si rezultat standard output e programit. Vendosja default është Tidy, për të printuar si duhet kodin HTML. Për arsye sigurie, do t\'ju duhet të ndryshoni file libraries/transformations/text_plain__external.inc.php dhe të shkruani instrumentet që lejoni të përdoren. Mundësia e parë pra është numri i programit që dëshironi të përdorni dhe e dyta janë parametrat për programin. Parametri i tretë, n.q.s. i vendosur në 1 do të konvertojë output duke përdorur htmlspecialchars() (Prezgjedhur: 1). Një parametër i katërt, po të jetë vendosur në 1 do t\'i shtojë një NOWRAP përmbajtjes së qelisë kështu që output komplet do të shfaqet pa u riformatuar (Default: 1)';
$strTransformation_text_plain__formatted = 'Konservon formatimin origjinal të fushës. Nuk aplikohet asnjë Escaping.';
$strTransformation_text_plain__imagelink = 'Shfaq një figurë dhe një link, fusha përmban emrin e file; opcioni i parë është një prefiks si "http://domain.com/", opcioni i dytë është gjërësia në pixels, i treti është lartësia.';
$strTransformation_text_plain__link = 'Shfaq një link, fusha përmban emrin e file; opcioni i parë është një prefiks si "http://domain.com/", opcioni i dytë është një titull për lidhjen.';
$strTransformation_text_plain__substr = 'Shfaq vetëm një pjesë të string-ës. Opcioni i parë është offset-i që shërben për të përcaktuar ku fillon output i tekstit tuaj (Default 0). Opcioni i dytë është një offset që tregon se sa tekst kthehet. Po të jetë bosh, kthen të gjithë tekstin e mbetur. Opcioni i tretë përcakton çfarë karakteresh do të shtohen në fund të output kur kthehet një nën-string-ë (Default: ...) .';
$strTruncateQueries = 'Shkurton (ndërpret) Queries e Shfaqura';
$strTurkish = 'Turqisht';
$strType = 'Lloji';
 
$strUkrainian = 'Ukrainase';
$strUncheckAll = 'Ç\'zgjidhi të gjithë';
$strUnicode = 'Unicode';
$strUnique = 'I vetëm';
$strUnknown = 'e panjohur';
$strUnselectAll = 'Ç\'zgjidh gjithçka';
$strUpdComTab = 'Ju lutem lexoni dokumentet mbi rifreskimin e tabelës suaj Column_comments';
$strUpdatePrivMessage = 'Ke rifreskuar lejet për %s.';
$strUpdateProfileMessage = 'Profili u rifreskua.';
$strUpdateQuery = 'Rifresko Query';
$strUpgrade = 'Duhet të instaloni %s %s ose superior.';
$strUsage = 'Përdorimi';
$strUseBackquotes = 'Përdor backquotes me emrat e tabelave dhe fushave';
$strUseHostTable = 'Përdor Tabelën e Host-it';
$strUseTables = 'Përdor tabelat';
$strUseTextField = 'Përdor fushë teksti';
$strUseThisValue = 'Përdor këtë vlerë';
$strUser = 'Përdorues';
$strUserAlreadyExists = 'Përdoruesi %s ekziston!';
$strUserEmpty = 'Emri i përdoruesit është bosh!';
$strUserName = 'Emri i përdoruesit';
$strUserNotFound = 'Përdoruesi i zgjedhur nuk u gjet tek tabela e të drejtave.';
$strUserOverview = 'Paraqitja e përgjithshme e përdoruesve';
$strUsersDeleted = 'Përdoruesit e zgjedhur u hoqën me sukses.';
$strUsersHavingAccessToDb = 'Përdoruesit që kanë hyrje tek &quot;%s&quot;';
 
$strValidateSQL = 'Vleftëso SQL';
$strValidatorError = 'Miratuesi SQL nuk arrin të niset. Ju lutem kontrolloni instalimin e prapashtesave të duhura php ashtu si përshkruhet tek %sdokumentimi%s.';
$strValue = 'Vlerë';
$strVar = 'E ndryshueshme';
$strViewDump = 'Shfaq dump (skema) e tabelës';
$strViewDumpDB = 'Shfaq dump (skema) e databazës';
$strViewDumpDatabases = 'Shfaq dump (skema) e databazave';
 
$strWebServerUploadDirectory = 'directory e upload të server-it web';
$strWebServerUploadDirectoryError = 'Directory që keni zgjedhur për upload nuk arrin të gjehet';
$strWelcome = 'Mirësevini tek %s';
$strWestEuropean = 'Europa Perëndimore';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Dritarja e destinimit të browser nuk mund të rifreskohet. Ka mundësi të keni mbyllur dritaren nënë apo që browser-i juaj është duke bllokuar rifreskimet ndërmjet browser-ve për shkak të ndonjë mase sigurie';
$strWithChecked = 'N.q.s. të zgjedhur:';
$strWritingCommentNotPossible = 'I pamundur shkrimi i komentit';
$strWritingRelationNotPossible = 'I pamundur shkrimi i relacionit';
$strWrongUser = 'Emër përdoruesi apo fjalëkalim i gabuar. Ndalohet hyrja.';
 
$strXML = 'XML';
 
$strYes = ' Po ';
 
$strZeroRemovesTheLimit = 'Shënim: Vendosja e këtyre opcioneve në 0 (zero) do të thotë asnjë limit.';
$strZip = '"kompresuar me zip"';
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/arabic-utf-8.inc.php
0,0 → 1,985
<?php
/* $Id: arabic-utf-8.inc.php,v 2.120.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
/**
* Original translation to Arabic by Fisal <fisal77 at hotmail.com>
* Update by Tarik kallida <kallida at caramail.com>
* Final Update on November 25, 2003 by Ossama Khayat <okhayat at yahoo.com>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'Tahoma, verdana, arial, helvetica, sans-serif';
$right_font_family = '"Windows UI", Tahoma, verdana, arial, helvetica, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('بايت', 'كيلوبايت', 'ميجابايت', 'غيغابايت');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت');
$month = array('يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y الساعة %H:%M';
 
$timespanfmt = '%s يوم، %s ساعة، %s دقيقة و%s ثانية';
 
$strAPrimaryKey = 'لقد أُضيف المفتاح الأساسي في %s';
$strAbortedClients = 'ألغي';
$strAbsolutePathToDocSqlDir = 'الرجاء كتابة المسار المطلق على خادم الشبكة إلى دليل docSQL';
$strAccessDenied = 'غير مسموح';
$strAccessDeniedExplanation = 'حاول phpMyAdmin الاتصال بخادم MySQL، ورفض الخادم الاتصال. عليك أن تتحقق من المستضيف، أو اسم المستخدم وكلمة المرور في ملف الإعداد config.inc.php وتتأكد أنها مطابقة للمعلومات المعطاة إليك من قبل المسؤول عن خادم MySQL.';
$strAction = 'العملية';
$strAddAutoIncrement = 'أضف قيمة AUTO_INCREMENT';
$strAddConstraints = 'أضف قيوداً';
$strAddDeleteColumn = 'إضافه/حذف عمود حقل';
$strAddDeleteRow = 'إضافه/حذف صف سجل';
$strAddDropDatabase = 'أضف أو احذف قاعدة بيانات';
$strAddIntoComments = 'أضف إلى الملاحظات';
$strAddNewField = 'إضافة حقل جديد';
$strAddPrivilegesOnDb = 'إضافة الصلاحيات على قاعدة البيانات التالية';
$strAddPrivilegesOnTbl = 'إضافة الصلاحيات على الجدول التالي';
$strAddSearchConditions = 'أضف شروط البحث (جسم من الفقره "where" clause):';
$strAddToIndex = 'إضافه كفهرس &nbsp;%s&nbsp;صف(ـوف)';
$strAddUser = 'أضف مستخدم جديد';
$strAddUserMessage = 'لقد أضفت مستخدم جديد.';
$strAddedColumnComment = 'تم إضافة التعليق للعمود';
$strAddedColumnRelation = 'تم إضافة العلاقة للعمود';
$strAdministration = 'إدارة';
$strAffectedRows = 'صفوف مؤثره:';
$strAfter = 'بعد %s';
$strAfterInsertBack = 'الرجوع إلى الصفحة السابقة';
$strAfterInsertNewInsert = 'إدخال تسجيل جديد';
$strAll = 'الكل';
$strAllTableSameWidth = 'أظهر كل الجدوال بنفس العرض؟';
$strAlterOrderBy = 'تعديل ترتيب الجدول بـ';
$strAnIndex = 'لقد أُضيف الفهرس في %s';
$strAnalyzeTable = 'تحليل الجدول';
$strAnd = 'و';
$strAny = 'أي';
$strAnyHost = 'أي مزود';
$strAnyUser = 'أي مستخدم';
$strArabic = 'العربية';
$strArmenian = 'الأرمنية';
$strAscending = 'تصاعدياً';
$strAtBeginningOfTable = 'في بداية الجدول';
$strAtEndOfTable = 'في نهاية الجدول';
$strAttr = 'الخواص';
$strAutodetect = 'التفحص التلقائي';
$strAutomaticLayout = 'مظهر تلقائي';
 
$strBack = 'رجوع';
$strBaltic = 'البلطيق';
$strBeginCut = 'بدء القصّ';
$strBeginRaw = 'بدء بيانات أصليّة';
$strBinary = 'ثنائي';
$strBinaryDoNotEdit = 'ثنائي - لاتحرره';
$strBookmarkAllUsers = 'اسمح لكل المستخدمين الوصول إلى هذه العلامة المرجعية';
$strBookmarkDeleted = 'لقد حُذفت العلامه المرجعيه.';
$strBookmarkLabel = 'علامه';
$strBookmarkQuery = 'علامه مرجعيه SQL-إستعلام';
$strBookmarkThis = 'إجعل علامه مرجعيه SQL-إستعلام';
$strBookmarkView = 'عرض فقط';
$strBrowse = 'إستعراض';
$strBrowseForeignValues = 'استعرض القيم الغريبة';
$strBulgarian = 'البلغارية';
$strBzError = 'لم يستطع phpMyAdmin ضغط كمّ البيانات بسبب عطل في امتداد Bz2 في إصدار PHP. يُفضّل أن تغيّر قيمة توجيه <code>$cfg[\'BZipDump\']</code> في ملف إعدادات phpMyAdmin إلى <code>FALSE</code>. إن كنت تريد استخدام مزايا ضغط Bz2، عليك بالتحديث إلى إصدار جديد من PHP. لمزيد من التفاصيل، أنظر في تقرير خلل PHP %s.';
$strBzip = '"bzipped"';
 
$strCSVOptions = 'خيارات القيم المفصولة بفواصل )CSV(';
$strCannotLogin = 'لا يمكن الدخول إلى خادم MySQL';
$strCantLoad = 'لا يمكن قراءة الامتداد %s،<br />رجاء تأكد من إعدادات PHP.';
$strCantLoadRecodeIconv = 'لم يمكن تحميل iconv أو إعادة تشفير الإمتداد المطلوب لتحويل شيفرة الأحرف، الرجاء إعداد PHP ليسمح باستخدام هذه الإمتدادات أو عطل عمل التحويل في phpMyAdmin.';
$strCantRenameIdxToPrimary = 'لايمكن تغيير إسم الفهرس إلى الأساسي!';
$strCantUseRecodeIconv = 'لا يمكن استخدام iconv ولا libiconv ولا عملية recode_string في حين يحدد الامتداد أنه محمّل. تأكّد من إعدادات PHP.';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'غير حساس لحالة الأحرف';
$strCaseSensitive = 'حساس لحالة الأحرف';
$strCentralEuropean = 'أوروبا الوسطى';
$strChange = 'تغيير';
$strChangeCopyMode = 'أضف اسم مستخدم جديد بنفس الصلاحيات و...';
$strChangeCopyModeCopy = ' ... أبق القديم.';
$strChangeCopyModeDeleteAndReload = ' ... إحذف القديمين من جداول المستخدمين وأعد قراءة الصلاحيات بعد ذلك.';
$strChangeCopyModeJustDelete = ' ... إحذف القديم من جداول المستخدمين.';
$strChangeCopyModeRevoke = ' ... استعد كل الصلاحيات الفعالة من القديمين واحذهم بعد ذلك.';
$strChangeCopyUser = 'غيّر معلومات الدخول / إنسخ اسم مستخدم';
$strChangeDisplay = 'اختر الحقل لإظهاره';
$strChangePassword = 'تغيير كلمة السر';
$strCharset = 'مجموعة المحارف';
$strCharsetOfFile = 'شيفرة أحرف الملف:';
$strCharsets = 'مجموعات المحارف';
$strCharsetsAndCollations = 'مجموعات المحارف وCollations';
$strCheckAll = 'إختر الكل';
$strCheckOverhead = 'تحقق من overhead';
$strCheckPrivs = 'تحقق من الصلاحيات';
$strCheckPrivsLong = 'تحقق من الصلاحيات لقاعدة بيانات &quot;%s&quot;.';
$strCheckTable = 'التحقق من الجدول';
$strChoosePage = 'رجاءً اختر صفحة لتعديلها';
$strColComFeat = 'إظهار تعليقات العمود';
$strCollation = 'Collation';
$strColumnNames = 'إسم العمود';
$strColumnPrivileges = 'صلاحيات خاصة بالحقل';
$strCommand = 'أمْر';
$strComments = 'تعليقات';
$strCompleteInserts = 'الإدخال لقد إكتمل';
$strCompression = 'الضغط';
$strConfigFileError = 'لم يستطع phpMyAdmin أن يقرأ ملف إعداداتك!<br />قد يكون هذا بسبب أن PHP وجد خطأ في الإعراب فيه أو أنه لا يستطيع أن يجد الملف.<br />رجاءً اقرأ الملف بشكل مباشر باستخدام الوصلة أدناه واقرأ رسالة الخطأ الناتجة. في معظم الحالات قد تكون علامة التنصيص أو علامة الفاصلة المنقوطة ناقصة في مكان ما.<br />إن حصلت على صفحة فارغة، فكلّ شيء على ما يرام.';
$strConfigureTableCoord = 'رجاء إعداد الموقع للجدول %s';
$strConnections = 'اتصالات';
$strConstraintsForDumped = 'قيود الجداول المحفوظة';
$strConstraintsForTable = 'القيود للجدول';
$strCookiesRequired = 'يجب تفعيل دعم الكوكيز في هذه المرحلة.';
$strCopyTable = 'نسخ الجدول إلى';
$strCopyTableOK = 'الجدول %s لقد تم نسخه إلى %s.';
$strCopyTableSameNames = 'لا يمكن نسخ الجدول إلى نفسه!';
$strCouldNotKill = 'لم يستطع phpMyAdmin إيقاف العمليّة %s. يبدو أنها أوقفت مسبقاً.';
$strCreate = 'تكوين';
$strCreateIndex = 'تصميم فهرسه على&nbsp;%s&nbsp;عمود';
$strCreateIndexTopic = 'تصميم فهرسه جديده';
$strCreateNewDatabase = 'تكوين قاعدة بيانات جديدة';
$strCreateNewTable = 'تكوين جدول جديد في قاعدة البيانات %s';
$strCreatePage = 'أنشئ صفحة جديدة';
$strCreatePdfFeat = 'إنشاء ملفات PDF';
$strCreationDates = 'تواريخ الإنشاء/التحديث/التحقّق';
$strCriteria = 'المعايير';
$strCroatian = 'الكرواتية';
$strCyrillic = 'السيريلية';
$strCzech = 'التشيكية';
 
$strDBComment = 'ملاحظة قاعدة البيانات: ';
$strDBGContext = 'السياق';
$strDBGContextID = 'رقم السياق';
$strDBGHits = 'استخدامات';
$strDBGLine = 'سطر';
$strDBGMaxTimeMs = 'أقصى وقت، مث';
$strDBGMinTimeMs = 'أقل وقت، مث';
$strDBGModule = 'وِحْدة';
$strDBGTimePerHitMs = 'وقت/استخدام، مث';
$strDBGTotalTimeMs = 'الوقت الكلي، مث';
$strDanish = 'الدنمركية';
$strData = 'بيانات';
$strDataDict = 'قاموس البيانات';
$strDataOnly = 'بيانات فقط';
$strDatabase = 'قاعدة البيانات';
$strDatabaseExportOptions = 'خيارات تصدير قاعدة بيانات';
$strDatabaseHasBeenDropped = 'قاعدة بيانات %s محذوفه.';
$strDatabaseNoTable = 'لا تحتوي قاعدة البيانات هذه على جداول!';
$strDatabases = 'قاعدة بيانات';
$strDatabasesDropped = 'تم حذف قواعد البيانات %s بنجاح.';
$strDatabasesStats = 'إحصائيات قواعد البيانات';
$strDatabasesStatsDisable = 'أوقف الإحصائيات';
$strDatabasesStatsEnable = 'مكّن الإحصائيات';
$strDatabasesStatsHeavyTraffic = 'ملاحظة: تمكين إحصائيات قواعد البيانات هنا قد يسبب تدفق بيانات ثقيل بين خادم الوب وخادم MySQL.';
$strDbPrivileges = 'صلاحيات خاصة بقاعدة البيانات';
$strDbSpecific = 'خاص بقاعدة بيانات';
$strDefault = 'إفتراضي';
$strDefaultValueHelp = 'للقيم الافتراضية، الرجاء أدخل قيمة مفردة، دون علامات هروب أو تنصيص، باستخدام التنسيق: a';
$strDelOld = 'تحتوي الصفحة الحالية مراجع لجداول لم تعد موجودة. هل تود حذف هذه المراجع؟';
$strDelayedInserts = 'استخدم الإضافات المتأخرة';
$strDelete = 'حذف';
$strDeleteAndFlush = 'احذف المستخدمين وقم بإعادة قراءة الصلاحيات بعد ذلك.';
$strDeleteAndFlushDescr = 'هذه هي أنظف طريقة، لكن إعادة قراءة الصلاحيات قد يتطلّب بعض الوقت.';
$strDeleted = 'لقد تم حذف الصف';
$strDeletedRows = 'الصفوف المحذوفه:';
$strDeleting = 'قيْد حذْف %s';
$strDescending = 'تنازلياً';
$strDescription = 'الوصف';
$strDictionary = 'قاموس';
$strDisabled = 'معطّل';
$strDisplayFeat = 'إظهار المزايا';
$strDisplayOrder = 'ترتيب العرض:';
$strDisplayPDF = 'إظهار بناء ملف PDF';
$strDoAQuery = 'تجعل "إستعلام بواسطة المثال" (wildcard: "%")';
$strDoYouReally = 'هل تريد حقاً تنفيذ';
$strDocu = 'مستندات وثائقيه';
$strDrop = 'حذف';
$strDropUsersDb = 'إحذف قواعد البيانات التي لها نفس إسماء المستخدمين.';
$strDumpSaved = 'تم حفظ الـDump إلى الملف %s.';
$strDumpXRows = 'إحدف %s سطر بدءً من السطر %s.';
$strDumpingData = 'إرجاع أو إستيراد بيانات الجدول';
$strDynamic = 'ديناميكي';
 
$strEdit = 'تحرير';
$strEditPDFPages = 'عدّل صفحات PDF';
$strEditPrivileges = 'تحرير الإمتيازات';
$strEffective = 'فعال';
$strEmpty = 'إفراغ محتوى';
$strEmptyResultSet = 'MySQL قام بإرجاع نتيجة إعداد فارغه (مثلاً. صف صفري).';
$strEnabled = 'ممكّن';
$strEnd = 'نهايه';
$strEndCut = 'انتهاء القصّ';
$strEndRaw = 'انتهاء البيانات الأصلية';
$strEnglish = 'الإنجليزية';
$strEnglishPrivileges = ' ملاحظه: إسم الإمتياز لـMySQL يظهر ويُقرأ باللغه الإنجليزيه فقط ';
$strError = 'خطأ';
$strEstonian = 'الإستونية';
$strExcelEdition = 'إصدارة إكسل';
$strExcelOptions = 'خيارات إكسل';
$strExecuteBookmarked = 'نفّذ استعلام محفوظ بعلامة مرجعية';
$strExplain = 'إشرح SQL';
$strExport = 'تصدير';
$strExtendedInserts = 'إدخال مُدد';
$strExtra = 'إضافي';
 
$strFailedAttempts = 'محاولات أخفقت';
$strField = 'الحقل';
$strFieldHasBeenDropped = 'حقل محذوف %s';
$strFields = ' عدد الحقول';
$strFieldsEmpty = ' تعداد الحقل فارغ! ';
$strFieldsEnclosedBy = 'حقل مضمن بـ';
$strFieldsEscapedBy = 'حقل مُتجاهل بـ';
$strFieldsTerminatedBy = 'حقل مفصول بـ';
$strFileAlreadyExists = 'المف %s موجود اصلاً على الخادم. غير الاسم أو حدد خيار التسجيل على الملف الموجود.';
$strFileCouldNotBeRead = 'لم يمكن قراءة الملف';
$strFileNameTemplate = 'قالب إسم الملف';
$strFileNameTemplateRemember = 'تذكر القالب';
$strFixed = 'مثبت';
$strFlushPrivilegesNote = 'ملاحظة: يقرأ phpMyAdmin صلاحيات المستخدمين من جداول الصلاحيات من خادم MySQL مباشرةً. محتويات هذه الجداول قد تختلف عن الصلاحيات التي يستخدمها الخادم إذا ما تمّ التعديل عليها يدويّاً. في هذه الحالة، عليك %s بإعادة قراءة الصلاحيات %s قبل أن تكمل.';
$strFlushTable = 'إعادة تحميل الجدول ("FLUSH")';
$strFormEmpty = 'يوجد قيمه مفقوده بالنموذج !';
$strFormat = 'صيغه';
$strFullText = 'نصوص كامله';
$strFunction = 'دالة';
 
$strGenBy = 'أنشئ بواسطة';
$strGenTime = 'أنشئ في';
$strGeneralRelationFeat = 'المزايا العامّة للرابط';
$strGerman = 'الألمانية';
$strGlobal = 'عامّ';
$strGlobalPrivileges = 'صلاحيّات عامّة';
$strGlobalValue = 'قيمة عامّة';
$strGo = '&nbsp;تنفيــذ&nbsp;';
$strGrantOption = 'مَنْحْ';
$strGreek = 'اليونانية';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'لقد عُدِل.';
$strHasBeenCreated = 'لقد تكون.';
$strHaveToShow = 'عليك اختيار عمود واحد على الأقل للعرض';
$strHebrew = 'العبرية';
$strHome = 'الصفحة الرئيسية';
$strHomepageOfficial = 'الصفحة الرئيسية الرسمية لـ phpMyAdmin';
$strHost = 'المزود';
$strHostEmpty = 'إسم المستضيف فارغ!';
$strHungarian = 'الهنغارية';
 
$strId = 'رقم';
$strIdxFulltext = 'النص كاملاً';
$strIgnore = 'تجاهل';
$strIgnoringFile = 'تجاهل الملف %s';
$strImportDocSQL = 'استيراد ملفات docSQL';
$strImportFiles = 'استورد الملفات';
$strInUse = 'قيد الإستعمال';
$strIndex = 'فهرست';
$strIndexHasBeenDropped = 'فهرسه محذوفه %s';
$strIndexName = 'إسم الفهرس&nbsp;:';
$strIndexType = 'نوع الفهرس&nbsp;:';
$strIndexes = 'فهارس';
$strInnodbStat = 'وضع InnoDB';
$strInsecureMySQL = 'يحتوي ملف الإعدادت الخاص بك تعيينات )المستخدم root دون كلمة مرور( والذي يشير إلى حساب المستخدم الرئيسي لـMySQL. خادم MySQL الذي يعمل بهذه الإعدادت الافتراضية معرض لخطر الاقتحام، وعليك أن تقوم بإصلاح ثغرة الأمان هذه في أقرب وقت ممكن.';
$strInsert = 'إدخال';
$strInsertAsNewRow = 'إدخال كتسجيل جديد';
$strInsertNewRow = 'إضافة تسجيل جديد';
$strInsertedRowId = 'رقم معرّف السّطر المضاف:';
$strInsertedRows = 'صفوف مدخله:';
$strInternalNotNecessary = '* العلاقة الداخلية غير ضرورية عندما تكون موجودة مسبقاً في InnoDB.';
$strInternalRelations = 'العلاقات الداخلية';
 
$strJapanese = 'اليابانية';
$strJumpToDB = 'إذهب إلى قاعدة بيانات &quot;%s&quot;.';
$strJustDelete = 'فقط قم بحذف المستخدمين من جدول الصلاحيات.';
$strJustDeleteDescr = 'سوف يبقى المستخدمون &quot;المحذوفون&quot; قادرون على الوصول للخادم كالعادة حتى يتم إعادة قراءة الصلاحيات.';
 
$strKeepPass = 'لاتغير كلمة السر';
$strKeyname = 'إسم المفتاح';
$strKill = 'إبطال';
$strKorean = 'الكورية';
 
$strLaTeX = 'لاتِكْسْ';
$strLaTeXOptions = 'خيارات لاتكس';
$strLandscape = 'عرض الصفحة';
$strLatexCaption = 'عنوان الجدول';
$strLatexContent = 'محتوييات الجدول __TABLE__';
$strLatexContinued = '(تابع)';
$strLatexContinuedCaption = 'عنوان جدول تابع';
$strLatexIncludeCaption = 'أضف عنواناً للجدول';
$strLatexLabel = 'Label key';
$strLatexStructure = 'بنية الجدول __TABLE__';
$strLengthSet = 'الطول/القيمه*';
$strLimitNumRows = 'رقم السجلات لكل صفحه';
$strLinesTerminatedBy = 'خطوط مفصوله بـ';
$strLinkNotFound = 'لم يمكن إيجاد الوصلة';
$strLinksTo = 'مرتبط بـ';
$strLithuanian = 'الليتوانية';
$strLocalhost = 'محلي';
$strLocationTextfile = 'مكان ملف نصي';
$strLogPassword = 'كلمة السر:';
$strLogServer = 'خادم السجلّ';
$strLogUsername = 'إسم المُستخدم:';
$strLogin = 'دخول';
$strLoginInformation = 'بيانات الدخول';
$strLogout = 'تسجيل خروج';
 
$strMIME_MIMEtype = 'نوع MIME';
$strMIME_available_mime = 'أنواع MIME المتوفرة';
$strMIME_available_transform = 'التحويلات المتوفرة';
$strMIME_description = 'الوصف';
$strMIME_nodescription = 'ليس هناك وصف متوفر لهذا التحويل.<br />رجاء اسأل الناشر، ما يفعله %s.';
$strMIME_transformation = 'تحويل المتصفح';
$strMIME_transformation_note = 'لعرض قائمة بخيارات التحويل المتوفرة وأنواع تحويلات MIME الخاصة بها، إضغط على %sخيارات التحويل%s';
$strMIME_transformation_options = 'خيارات التحويل';
$strMIME_transformation_options_note = 'رجاءً أدخل القيم لخيارات التحويل باستخدام هذا التنسيق: \'a\',\'b\',\'c\'...<br />إذا احتجت أن تضع شرْطة مائلة ("\") أو علامة تنصيص ("\'") بين هذه القيم، اسبقها بشرْطة مائلة )على سبيل المثال \'\\\\xyz\' أو \'a\\\'b\'(.';
$strMIME_without = 'أنواع MIME التي تظهر بحروف مائلة ليس لها وظيفة تحويل منفصلة';
$strModifications = 'تمت التعديلات';
$strModify = 'تعديل';
$strModifyIndexTopic = 'تعديل الفهرسه';
$strMoveTable = 'نقل جدول إلى (قاعدة بيانات<b>.</b>جدول):';
$strMoveTableOK = '%s جدول تم نقله إلى %s.';
$strMoveTableSameNames = 'لايمكن نقل الجدول إلى نفسه!';
$strMultilingual = 'متعدد اللغات';
$strMySQLCharset = 'شيفرة أحرف MySQL';
$strMySQLSaid = 'MySQL قال: ';
$strMySQLShowProcess = 'عرض العمليات';
$strMySQLShowStatus = 'عرض حالة المزود MySQL';
$strMySQLShowVars ='عرض متغيرات المزود MySQL';
 
$strName = 'الإسم';
$strNext = 'التالي';
$strNo = 'لا';
$strNoDatabases = 'لايوجد قواعد بيانات';
$strNoDatabasesSelected = 'لا قواعد بيانات محددة';
$strNoDescription = 'بدون وصف';
$strNoDropDatabases = 'معطل "حذف قاعدة بيانات"الأمر ';
$strNoExplain = 'تخطّي شرح SQL';
$strNoFrames = 'phpMyAdmin أكثر تفهماً مع مستعرض <b>الإطارات</b>.';
$strNoIndex = 'فهرس غير معرف!';
$strNoIndexPartsDefined = 'إجزاء الفهرسه غير معرفه!';
$strNoModification = 'لا تغييرات';
$strNoOptions = 'هذا التنسيق ليس له أي خيارات';
$strNoPassword = 'لا كلمة سر';
$strNoPermission = 'خادأ£ الوب ليس لديه صلاحية لحفظ الملف %s.';
$strNoPhp = 'بدون شيفرة PHP';
$strNoPrivileges = 'إمتياز غير موجود';
$strNoRights = 'ليس لديك الحقوق الكافيه بأن تكون هنا الآن!';
$strNoSpace = 'لا يوجد مساحة كافية لحفظ الملف %s.';
$strNoTablesFound = 'لايوجد جداول متوفره في قاعدة البيانات هذه!.';
$strNoUsersFound = 'المستخدم(ـين) لم يتم إيجادهم.';
$strNoValidateSQL = 'تخطّي التأكّد من SQL';
$strNone = 'لاشئ';
$strNotNumber = 'هذا ليس رقم!';
$strNotOK = 'ليس صالحاً';
$strNotSet = 'الجدول <b>%s</b> غير موجود أو محدد في %s';
$strNull = 'خالي';
$strNumSearchResultsInTable = '%s مطابقة في الجدول <i>%s</i>';
$strNumSearchResultsTotal = '<b>المجموع:</b> <i>%s</i>مطابقة';
$strNumTables = 'جداول';
 
$strOK = 'موافق';
$strOperations = 'عمليّات';
$strOptimizeTable = 'ضغط الجدول';
$strOr = 'أو';
$strOverhead = 'الفوقي';
$strOverwriteExisting = 'خزن على الملفات الموجودة أصلاً';
 
$strPHP40203 = 'أنت تستخدم الإصدار 4.2.3 من PHP والذي يحتوي على خلّل خطير في التعامل مع النصوص ثنائية البايت (mbstring). أنظر في تقرير خلل PHP رقم 19404. لا ينصح باستخدام هذه النسخة من PHP مع phpMyAdmin.';
$strPHPVersion = ' PHP إصدارة';
$strPageNumber = 'صفحة رقم:';
$strPaperSize = 'حجم الورق';
$strPartialText = 'نصوص جزئيه';
$strPassword = 'كلمة السر';
$strPasswordChanged = 'تم تغيير كلمة المرور لـ %s بنجاح.';
$strPasswordEmpty = 'كلمة السر فارغة !';
$strPasswordNotSame = 'كلمتا السر غير متشابهتان !';
$strPdfDbSchema = 'بناء قاعدة البيانات "%s" - الصفحة %s';
$strPdfInvalidTblName = 'الجدول "%s" غير موجود!';
$strPdfNoTables = 'لا يوجد جداول';
$strPerHour = 'لكل ساعة';
$strPerMinute = 'لكل دقيقة';
$strPerSecond = 'لكل ثانية';
$strPhoneBook = 'دفتر الهاتف';
$strPhp = 'أنشئ شيفرة PHP';
$strPmaDocumentation = 'مستندات وثائقيه لـ phpMyAdmin (بالإنجليزية)';
$strPmaUriError = 'المتغير <span dir="ltr"><tt>$cfg[\'PmaAbsoluteUri\']</tt></span> يجب تعديله في ملف الكوفيك !';
$strPortrait = 'طول الصفحة';
$strPos1 = 'بداية';
$strPrevious = 'سابق';
$strPrimary = 'أساسي';
$strPrimaryKeyHasBeenDropped = 'لقد تم حذف المفتاح الأساسي';
$strPrimaryKeyName = 'إسم المفتاح الأساسي يجب أن يكون أساسي... PRIMARY!';
$strPrimaryKeyWarning = '("الأساسي" <b>يجب</b> يجب أن يكون الأسم <b>وأيضاً فقط</b> المفتاح الأساسي!)';
$strPrint = 'إطبع';
$strPrintView = 'عرض نسخة للطباعة';
$strPrintViewFull = 'عرض الطباعة (مع النصوص الكاملة).';
$strPrivDescAllPrivileges = 'يتضمّن كل الصلاحيّات عدا GRANT.';
$strPrivDescAlter = 'يسمح بتعديل بناء الجداول الموجودة مسبقاً.';
$strPrivDescCreateDb = 'يسمح بإنشاء قواعد بيانات وجداول جديدة.';
$strPrivDescCreateTbl = 'يسمح بإنشاء جداول جديدة.';
$strPrivDescCreateTmpTable = 'يسمح بإنشاء جداول مؤقّتة.';
$strPrivDescDelete = 'يسمح بحذف البيانات.';
$strPrivDescDropDb = 'يسمح بحذف قواعد البيانات.';
$strPrivDescDropTbl = 'يسمح بحذف الجداول.';
$strPrivDescExecute = 'يسمح بتشغيل الإجراءات المخزّنة )stored procedures(، ليس له أي تأثير في هذه النسخة من خادم MySQL.';
$strPrivDescFile = 'يسمح باستيراد وتصدير البيانات من وإلى الملفّات.';
$strPrivDescGrant = 'يسمح بإضافة المستخدمين والصلاحيات دون إعادة قراءة جداول الصلاحيات.';
$strPrivDescIndex = 'يسمح بإنشاء وحذف الفهارس.';
$strPrivDescInsert = 'يسمح بإضافة واستبدال البيانات.';
$strPrivDescLockTables = 'يسمح بقفل الجداول للعمليّة الحاليّة.';
$strPrivDescMaxConnections = 'يحدّ من عدد الاتصالات الجديدة التي يمكن للمستخدم فتحها بكل ساعة.';
$strPrivDescMaxQuestions = 'يحدّ عدد الاستعلامات التي يستطيع المستخدم إرسالها إلى الخادم بكل ساعة.';
$strPrivDescMaxUpdates = 'يحدّ عدد الأوامر التي ينفذها المستخدم بكل ساعة، والتي تغير أي جدول أو قاعدة بيانات.';
$strPrivDescProcess3 = 'يسمح بإيقاف عمليّات المستخدمين الأخرين.';
$strPrivDescProcess4 = 'يسمح بعرض الاستعلام بالكامل في سرد العمليات.';
$strPrivDescReferences = 'ليس له أي تأثير في نسخة MySQL الحاليّة.';
$strPrivDescReload = 'يسمح بإعادة تحميل إعدادات الخادم وتفريغ كاش الخادم.';
$strPrivDescReplClient = 'يعطي الحق للمستخدم بالسؤال عن مكان وجود slaves/masters.';
$strPrivDescReplSlave = 'مطلوب لتوابع لاستنساخ.';
$strPrivDescSelect = 'يسمح بقراءة البيانات.';
$strPrivDescShowDb = 'يسمح بالوصول لقائمة أسماء جميع قواعد البيانات.';
$strPrivDescShutdown = 'يسمح بإيقاف عمل الخادم.';
$strPrivDescSuper = 'يسمح بالاتصال، حتى لو وصل حدّ عدد الاتصالات للأقصى.، مطلوب للمهام الإدارية كضبط الإعدادات العامّة other users.';
$strPrivDescUpdate = 'يسمح بتعديل البيانات.';
$strPrivDescUsage = 'لا صلاحيات.';
$strPrivileges = 'الإمتيازات';
$strPrivilegesReloaded = 'تم إعادة قراءة الصلاحيات بنجاح.';
$strProcesslist = 'سرد العمليّات';
$strPutColNames = 'ضع أسماء الحقول في السطر الأول';
 
$strQBE = 'إستعلام بواسطة مثال';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryFrame = 'نافذة الاستعلام';
$strQueryOnDb = 'في قاعدة البيانات SQL-إستعلام <b>%s</b>:';
$strQuerySQLHistory = 'نصوص SQL سابقة';
$strQueryStatistics = '<b>إحصائيات الاستعلام</b>: %s استعلام أرسل إلى الخادم منذ تشغيله.';
$strQueryTime = 'استغرف الاستعلام %01.4f ثانية';
$strQueryType = 'نوع الاستعلام';
$strQueryWindowLock = 'لا تخزن على هذا الاستعلام من خارج النافذة';
 
$strReType = 'أعد كتابه';
$strReceived = 'استُلِم';
$strRecords = 'التسجيلات';
$strReferentialIntegrity = 'تحديد التكامل المرجعي:';
$strRelationNotWorking = 'تمّ تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب إضغط %sهنا%s.';
$strRelationView = 'عرض الروابط';
$strRelationalSchema = 'بناء الإرتباطات';
$strRelations = 'الروابط';
$strReloadMySQL = 'إعادة تحميل MySQL';
$strReloadingThePrivileges = 'قيد إعادة قراءة الصلاحيات.';
$strRemoveSelectedUsers = 'إحذف المستخدمين المحددين';
$strRenameTable = 'تغيير إسم جدول إلى';
$strRenameTableOK = 'تم تغيير إسمهم إلى %s جدول%s';
$strRepairTable = 'إصلاح الجدول';
$strReplaceNULLBy = 'استبدل NULL بـ';
$strReplaceTable = 'إستبدال بيانات الجدول بالملف';
$strReset = 'إلغاء';
$strResourceLimits = 'حدود المصادر';
$strRevoke = 'إبطال';
$strRevokeAndDelete = 'استرجع كل الصلاحيات الفعالة من المستخدمين ثم احذفهم بعد ذلك.';
$strRevokeAndDeleteDescr = 'سوف تبقى الصلاحية USAGE لدى المستخدمين حتى يتم إعادة قراءة الصلاحيات.';
$strRevokeMessage = 'لقد أبطلت الأمتيازات لـ %s';
$strRowLength = 'طول الصف';
$strRowSize = ' مقاس الصف ';
$strRows = 'صفوف';
$strRowsFrom = 'صفوف تبدأ من';
$strRowsModeFlippedHorizontal = ')عناوين ملتفّة( أفقياً';
$strRowsModeHorizontal = 'أفقي';
$strRowsModeOptions = ' %s و إعادة الرؤوس بعد %s حقل';
$strRowsModeVertical = 'عمودي';
$strRowsStatistic = 'إحصائيات';
$strRunQuery = 'إرسال الإستعلام';
$strRunSQLQuery = 'تنفيذ إستعلام/إستعلامات SQL على قاعدة بيانات %s';
$strRunning = ' على المزود %s';
$strRussian = 'الروسية';
 
$strSQL = 'SQL';
$strSQLExportType = 'نوع التصدير';
$strSQLOptions = 'خيارات SQL';
$strSQLParserBugMessage = 'هناك احتمال أنك عثرت على خلل في مدققّ SQL. رجاءً اختبر استعلامك بدقّة، وتأكّد من أن علامات التنصيص صحيحة ومتطابقة. بعض أسباب الإخفاق الأخرى قد تكون أنك تحاول تحميل ملف يحتوي على بيانات غير نصّية خارج منطقة التنصيص. يمكنك أيضاً تجربة استعلامك بواسطة سطر أوامر MySQL. قد تساعدك رسالة خطأ خادم MySQL أدناه، إن كانت هناك واحدة، على تشخيص المشكلة. إن بقي هناك مشاكل أو إن أخفق المدقّق في حين نجح استخدام سطر الأوامر، رجاءً قلّص حجم استعلامك لاستعلام واحد يسبب المشكلة، وقم بإرسال تقرير خلل مع جزء البيانات في منطقة القصّ أدناه:';
$strSQLParserUserError = 'يبدو أن هناك خطأ في استعلام SQL. سوف تساعدك رسالة الخطأ من خادم MySQL أدناه في تشخيص المشكلة، إن كان هناك واحدة،.';
$strSQLQuery = 'إستعلام-SQL';
$strSQLResult = 'ناتج استعلام SQL';
$strSQPBugInvalidIdentifer = 'معرّف غير صالح';
$strSQPBugUnclosedQuote = 'علامة تنصيص غير مغلقة';
$strSQPBugUnknownPunctuation = 'نص تنقيط غير معروف';
$strSave = 'حفــظ';
$strSaveOnServer = 'إحفظ على الخادم في الدليل %s';
$strScaleFactorSmall = 'نسبة الحجم المحددة صغيرة جدا لملائمة المخطط في صفحة واحدة.';
$strSearch = 'إبحث';
$strSearchFormTitle = 'إبحث في قاعدة البيانات';
$strSearchInTables = 'داخل الجدول)الجداول(:';
$strSearchNeedle = 'الكلمات أو القيم المطلوب البحث عنها (wildcard: "%"):';
$strSearchOption1 = 'على الأقل أحد الكلمات';
$strSearchOption2 = 'كل الكلمات';
$strSearchOption3 = 'الجملة بالضبط';
$strSearchOption4 = 'كصيغة مطابقة';
$strSearchResultsFor = 'إبحث في النتائج عن "<i>%s</i>" %s:';
$strSearchType = 'إبحث:';
$strSecretRequired = 'يحتاج ملف الإعداد الآن إلى كلمة المرور السريّة.';
$strSelectADb = 'إختر قاعدة بيانات من القائمة';
$strSelectAll = 'تحديد الكل';
$strSelectFields = 'إختيار حقول (على الأقل واحد):';
$strSelectNumRows = 'في الإستعلام';
$strSelectTables = 'إختر الجداول';
$strSend = 'حفظ كملف';
$strSent = 'أُرسِل';
$strServer = 'خادم';
$strServerChoice = 'إختيار الخادم';
$strServerStatus = 'بيانات التشغيل';
$strServerStatusUptime = 'مضى على عمل خادم MySQL مدة %s. بدأ العمل في %s.';
$strServerTabProcesslist = 'معالَجات';
$strServerTabVariables = 'متغيّرات';
$strServerTrafficNotes = '<b>سيْر الخادم</b>: تظهر هذه الجداول إحصائيات سيْر بيانات الشبكة لهذا الخادم منذ تشغيله.';
$strServerVars = 'متغيّرات وأعدادات الخادم';
$strServerVersion = 'إصدارة المزود';
$strSessionValue = 'قيمة الجلسة';
$strSetEnumVal = 'إذا كان نوع الحقل هو "enum" أو "set", الرجاء إدخال القيم بإستخدام هذا التنسيق: \'a\',\'b\',\'c\'...<br />إذا كنت تحتاج بأن تضع علامة الشرطه المائله لليسار ("\") أو علامة الإقتباس الفرديه ("\'") فيما بين تلك القيم, إجعلها كشرطه مائله لليسار (مثلاً \'\\\\xyz\' أو \'a\\\'b\').';
$strShow = 'عرض';
$strShowAll = 'شاهد الكل';
$strShowColor = 'أظهر اللون';
$strShowDatadictAs = 'تنسيق قامون البيانات';
$strShowFullQueries = 'إعرض الاستعلامات كاملة';
$strShowGrid = 'أظهر تخطيط الجدول';
$strShowPHPInfo = 'عرض المعلومات المتعلقة ب PHP';
$strShowTableDimension = 'إظهار أبعاد الجداول';
$strShowTables = 'شاهد الجدول';
$strShowThisQuery = ' عرض هذا الإستعلام هنا مرة أخرى ';
$strShowingRecords = 'مشاهدة السجلات ';
$strSimplifiedChinese = 'الصينية المبسطة';
$strSingly = '(فردي)';
$strSize = 'الحجم';
$strSort = 'تصنيف';
$strSortByKey = 'رتّب حسب المفتاح';
$strSpaceUsage = 'المساحة المستغلة';
$strSplitWordsWithSpace = 'الكلمات مفصولة بحرف مسافة (" ").';
$strStatCheckTime = 'التحقق الأخير';
$strStatCreateTime = 'الإنشاء';
$strStatUpdateTime = 'التحديث الأخير';
$strStatement = 'أوامر';
$strStatus = 'وضْع';
$strStrucCSV = 'بيانات CSV';
$strStrucData = 'البنية والبيانات';
$strStrucDrop = ' إضافة \'حذف جدول إذا كان موجودا\' في البداية';
$strStrucExcelCSV = 'بيانات CSV لبرنامج ميكروسوفت إكسل';
$strStrucOnly = 'البنية فقط';
$strStructPropose = 'اقترح بناء الجدول';
$strStructure = 'بناء';
$strSubmit = 'إرسال';
$strSuccess = 'الخاص بك تم تنفيذه بنجاح SQL-إستعلام';
$strSum = 'المجموع';
$strSwedish = 'السويدية';
$strSwitchToTable = 'بدّل إلى الجدول المنسوخ';
 
$strTable = 'الجدول ';
$strTableComments = 'تعليقات على الجدول';
$strTableEmpty = 'إسم الجدول فارغ!';
$strTableHasBeenDropped = 'جدول %s حُذفت';
$strTableHasBeenEmptied = 'جدول %s أُفرغت محتوياتها';
$strTableHasBeenFlushed = 'لقد تم إعادة تحميل الجدول %s بنجاح';
$strTableMaintenance = 'صيانة الجدول';
$strTableOfContents = 'جدول المحتويات';
$strTableOptions = 'خيارات الجدول';
$strTableStructure = 'بنية الجدول';
$strTableType = 'نوع الجدول';
$strTables = '%s جدول (جداول)';
$strTblPrivileges = 'صلاحيات خاصة بالجدول';
$strTextAreaLength = ' بسبب طوله,<br /> فمن المحتمل أن هذا الحقل غير قابل للتحرير ';
$strThai = 'التايلندية';
$strThisHost = 'هذا المضيف';
$strThisNotDirectory = 'لم يكن هذا دليلاً';
$strThreadSuccessfullyKilled = 'تم إيقاف العمليّة %s بنجاح.';
$strTime = 'وقت';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'المجموع';
$strTotalUC = 'مجموع كلّي';
$strTraditionalChinese = 'الصينية التقليدية';
$strTraffic = 'بيانات سير';
$strTransformation_image_jpeg__inline = 'يظهر صورة مصغرة للضغط عليها، الخيارات: العرض، الارتفاع بالبكسل )ويبقي التناسب الأصلي للحجم(.';
$strTransformation_image_jpeg__link = 'يظهر رابطاً لهذه الصورة (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'إعرض صور/jpeg: بنفس السطر';
$strTransformation_text_plain__dateformat = 'يتطلّب TIME, TIMESTAMP أو DATETIME والتنسيق باستخدام تنسيق التاريخ المحلي الخاص بك. الخيار الأول هو التعديل )بالساعات) والذي سوف يضاف إلى timestamp )صفر بشكل افتراضي(. الخيار الثاني هو تنسيق تاريخ مختلف بناءً على المتغيرات المتوفرة لـPHP strftime().';
$strTransformation_text_plain__external = 'لينكس فقط: يشغّل تطبيقاً خارجياً و يقوم بتغذية بيانات الحقل عبر المدخل الافتراضي. يسترجع مخرجات التطبيق الافتراضية. القيمة الافتراضية هي Tidy، كي تطبع شيفرة نص HTML بشكل جميل. لأسباب أمنية، عليك أن تقوم بتعديل الملف libraries/transformations/text_plain__external.inc.php وإضافة الأدوات التي تريد أن تسمح لها بالعمل. الخيار الأول عند ذلك هو رقم البرنامج الذي تريد أن تستخدمه والخيار الثاني هو المتغيرات للبرنامج. سوف يقوم الخيار الثالث، إن حدد بقيمة 1، بتحويل المخرجات باستخدام htmlspecialchars() )القيمة الافتراضية 1(. متغير رابع، إن حدد بقيمة 1 سوف يضيف الصفة NOWRAP إلى الخلية الحاوية حتى يصبح المخرج بأكمله بدن إعادة تنسيق )القيمة الافتراضية 1(.';
$strTransformation_text_plain__formatted = 'يُبقي التنسيق الأصلي للحقل. لا يتم عمل أي Escaping.';
$strTransformation_text_plain__imagelink = 'تظهر صورة ورابط، يتحوي الحقل على إسم الملف، الخيار الأول هو سابقة مثل "http://domain.com/"، والخيار الثاني هو العرض بالبكسل، والثالث هو الارتفاع.';
$strTransformation_text_plain__link = 'تظهر رابطاً، الحقل يحتوي إسم الملف، والخيار الأول هو سابقة مثل "http://domain.com/"، والخيار الثاني هو العنوان للرابط.';
$strTransformation_text_plain__substr = 'يظهر فقط جزءً من النص. الخيار الأول يحدد مكان بدء ظهور النص )صفر بشكل افتراضي(. الخيار الثاني هو تعديل كمّ النص المسترجع. إن كان فارغاً، يسترجع كل النص الباقي. الخيار الثالث يعرف أي من الأحرف سوف تضاف إلى المخرجات عند استرجاع جزء من النص )... بشكل افتراضي(.';
$strTruncateQueries = 'إحذف الاستعلامات المعروضة';
$strTurkish = 'التركية';
$strType = 'النوع';
 
$strUkrainian = 'الأكرانية';
$strUncheckAll = 'إلغاء تحديد الكل';
$strUnicode = 'يونيكود';
$strUnique = 'مميز';
$strUnknown = 'غير معروفة';
$strUnselectAll = 'إلغاء تحديد الكل';
$strUpdComTab = 'رجاء راجع التوثيق لكيفية تحديث جدول Column_comments.';
$strUpdatePrivMessage = 'لقد جددت وحدثت الإمتيازات لـ %s.';
$strUpdateProfileMessage = 'لقد تم تجديد العرض الجانبي.';
$strUpdateQuery = 'تجديد إستعلام';
$strUpgrade = 'عليك التحديث إلى %s %s أو لاحقا.';
$strUsage = 'المساحة';
$strUseBackquotes = 'حماية أسماء الجداول و الحقول ب "`" ';
$strUseHostTable = 'استخدم الجدول المضيف';
$strUseTables = 'إستخدم الجدول';
$strUseTextField = 'استخدم حقل نصّ';
$strUseThisValue = 'استخدم هذه القيمة';
$strUser = 'المستخدم';
$strUserAlreadyExists = 'إسم المستخدم %s موجود مسبقاً!';
$strUserEmpty = 'إسم المستخدم فارغ!';
$strUserName = 'إسم المستخدم';
$strUserNotFound = 'المستخدم المحدد غير موجود في جدول الصلاحيات.';
$strUserOverview = 'معلومات المستخدم';
$strUsersDeleted = 'تم حذف المستخدمين المحددين بنجاح.';
$strUsersHavingAccessToDb = 'المستخدمين ذوي صلاحية الوصول إلى &quot;%s&quot;';
 
$strValidateSQL = 'التحقق من استعلام SQL';
$strValidatorError = 'لم يمكن تشغيل محقق SQL. الرجاء التأكد مما إذا كنت ثبّتْت إضافات PHP كما هو مشروح في %sالتوثيق%s.';
$strValue = 'القيمه';
$strVar = 'متغيّر';
$strViewDump = 'عرض بنية الجدول ';
$strViewDumpDB = 'عرض بنية قاعدة البيانات';
$strViewDumpDatabases = 'إعرض أو إحفظ بناء قواعد البيانات.';
 
$strWebServerUploadDirectory = 'دليل تحميل الملفات على خادم الشبكة';
$strWebServerUploadDirectoryError = 'الدليل الذي حددته لتحميل عملك لا يمكن الوصول إليه.';
$strWelcome = 'أهلاً بك في %s';
$strWestEuropean = 'أوروبا الغربية';
$strWildcard = 'حرف شامل';
$strWindowNotFound = 'لم يمكن تحديث نافذة المتصفح المستهدفة. يبدو أنك أغلقت الرئيسية أو أن مستعرضك يمنع التحديث عبر النوافذ بسبب إعدادات الأمان.';
$strWithChecked = ': على المحدد';
$strWritingCommentNotPossible = 'كتابة التعليق غير ممكن';
$strWritingRelationNotPossible = 'كتابة العلاقة غير ممكنة';
$strWrongUser = 'خطأ إسم المستخدم/كلمة السر. الدخول ممنوع.';
 
$strXML = 'XML';
 
$strYes = 'نعم';
 
$strZeroRemovesTheLimit = 'ملاحظة: تغيير هذه الخيارات للرقم 0 )صفر( يلغي الحدّ.';
$strZip = '"zipped" "مضغوط"';
 
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/arabic-windows-1256.inc.php
0,0 → 1,984
<?php
/* $Id: arabic-windows-1256.inc.php,v 2.117.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
/**
* Original translation to Arabic by Fisal <fisal77 at hotmail.com>
* Update by Tarik kallida <kallida at caramail.com>
* Final Update on November 25, 2003 by Ossama Khayat <okhayat at yahoo.com>
*/
 
$charset = 'windows-1256';
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'Tahoma, verdana, arial, helvetica, sans-serif';
$right_font_family = '"Windows UI", Tahoma, verdana, arial, helvetica, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('ÈÇíÊ', 'ßíáæÈÇíÊ', 'ãíÌÇÈÇíÊ', 'ÛíÛÇÈÇíÊ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('ÇáÃÍÏ', 'ÇáÅËäíä', 'ÇáËáÇËÇÁ', 'ÇáÃÑÈÚÇÁ', 'ÇáÎãíÓ', 'ÇáÌãÚÉ', 'ÇáÓÈÊ');
$month = array('íäÇíÑ', 'ÝÈÑÇíÑ', 'ãÇÑÓ', 'ÃÈÑíá', 'ãÇíæ', 'íæäíæ', 'íæáíæ', 'ÃÛÓØÓ', 'ÓÈÊãÈÑ', 'ÃßÊæÈÑ', 'äæÝãÈÑ', 'ÏíÓãÈÑ');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y ÇáÓÇÚÉ %H:%M';
 
$timespanfmt = '%s íæã¡ %s ÓÇÚÉ¡ %s ÏÞíÞÉ æ%s ËÇäíÉ';
 
$strAPrimaryKey = 'áÞÏ ÃõÖíÝ ÇáãÝÊÇÍ ÇáÃÓÇÓí Ýí %s';
$strAbortedClients = 'ÃáÛí';
$strAbsolutePathToDocSqlDir = 'ÇáÑÌÇÁ ßÊÇÈÉ ÇáãÓÇÑ ÇáãØáÞ Úáì ÎÇÏã ÇáÔÈßÉ Åáì Ïáíá docSQL';
$strAccessDenied = 'ÛíÑ ãÓãæÍ';
$strAccessDeniedExplanation = 'ÍÇæá phpMyAdmin ÇáÇÊÕÇá ÈÎÇÏã MySQL¡ æÑÝÖ ÇáÎÇÏã ÇáÇÊÕÇá. Úáíß Ãä ÊÊÍÞÞ ãä ÇáãÓÊÖíÝ¡ Ãæ ÇÓã ÇáãÓÊÎÏã æßáãÉ ÇáãÑæÑ Ýí ãáÝ ÇáÅÚÏÇÏ config.inc.php æÊÊÃßÏ ÃäåÇ ãØÇÈÞÉ ááãÚáæãÇÊ ÇáãÚØÇÉ Åáíß ãä ÞÈá ÇáãÓÄæá Úä ÎÇÏã MySQL.';
$strAction = 'ÇáÚãáíÉ';
$strAddAutoIncrement = 'ÃÖÝ ÞíãÉ AUTO_INCREMENT';
$strAddConstraints = 'ÃÖÝ ÞíæÏÇð';
$strAddDeleteColumn = 'ÅÖÇÝå/ÍÐÝ ÚãæÏ ÍÞá';
$strAddDeleteRow = 'ÅÖÇÝå/ÍÐÝ ÕÝ ÓÌá';
$strAddDropDatabase = 'ÃÖÝ Ãæ ÇÍÐÝ ÞÇÚÏÉ ÈíÇäÇÊ';
$strAddIntoComments = 'ÃÖÝ Åáì ÇáãáÇÍÙÇÊ';
$strAddNewField = 'ÅÖÇÝÉ ÍÞá ÌÏíÏ';
$strAddPrivilegesOnDb = 'ÅÖÇÝÉ ÇáÕáÇÍíÇÊ Úáì ÞÇÚÏÉ ÇáÈíÇäÇÊ ÇáÊÇáíÉ';
$strAddPrivilegesOnTbl = 'ÅÖÇÝÉ ÇáÕáÇÍíÇÊ Úáì ÇáÌÏæá ÇáÊÇáí';
$strAddSearchConditions = 'ÃÖÝ ÔÑæØ ÇáÈÍË (ÌÓã ãä ÇáÝÞÑå "where" clause):';
$strAddToIndex = 'ÅÖÇÝå ßÝåÑÓ &nbsp;%s&nbsp;ÕÝ(ÜæÝ)';
$strAddUser = 'ÃÖÝ ãÓÊÎÏã ÌÏíÏ';
$strAddUserMessage = 'áÞÏ ÃÖÝÊ ãÓÊÎÏã ÌÏíÏ.';
$strAddedColumnComment = 'Êã ÅÖÇÝÉ ÇáÊÚáíÞ ááÚãæÏ';
$strAddedColumnRelation = 'Êã ÅÖÇÝÉ ÇáÚáÇÞÉ ááÚãæÏ';
$strAdministration = 'ÅÏÇÑÉ';
$strAffectedRows = 'ÕÝæÝ ãÄËÑå:';
$strAfter = 'ÈÚÏ %s';
$strAfterInsertBack = 'ÇáÑÌæÚ Åáì ÇáÕÝÍÉ ÇáÓÇÈÞÉ';
$strAfterInsertNewInsert = 'ÅÏÎÇá ÊÓÌíá ÌÏíÏ';
$strAll = 'Çáßá';
$strAllTableSameWidth = 'ÃÙåÑ ßá ÇáÌÏæÇá ÈäÝÓ ÇáÚÑÖ¿';
$strAlterOrderBy = 'ÊÚÏíá ÊÑÊíÈ ÇáÌÏæá ÈÜ';
$strAnIndex = 'áÞÏ ÃõÖíÝ ÇáÝåÑÓ Ýí %s';
$strAnalyzeTable = 'ÊÍáíá ÇáÌÏæá';
$strAnd = 'æ';
$strAny = 'Ãí';
$strAnyHost = 'Ãí ãÒæÏ';
$strAnyUser = 'Ãí ãÓÊÎÏã';
$strArabic = 'ÇáÚÑÈíÉ';
$strArmenian = 'ÇáÃÑãäíÉ';
$strAscending = 'ÊÕÇÚÏíÇð';
$strAtBeginningOfTable = 'Ýí ÈÏÇíÉ ÇáÌÏæá';
$strAtEndOfTable = 'Ýí äåÇíÉ ÇáÌÏæá';
$strAttr = 'ÇáÎæÇÕ';
$strAutodetect = 'ÇáÊÝÍÕ ÇáÊáÞÇÆí';
$strAutomaticLayout = 'ãÙåÑ ÊáÞÇÆí';
 
$strBack = 'ÑÌæÚ';
$strBaltic = 'ÇáÈáØíÞ';
$strBeginCut = 'ÈÏÁ ÇáÞÕø';
$strBeginRaw = 'ÈÏÁ ÈíÇäÇÊ ÃÕáíøÉ';
$strBinary = 'ËäÇÆí';
$strBinaryDoNotEdit = 'ËäÇÆí - áÇÊÍÑÑå';
$strBookmarkAllUsers = 'ÇÓãÍ áßá ÇáãÓÊÎÏãíä ÇáæÕæá Åáì åÐå ÇáÚáÇãÉ ÇáãÑÌÚíÉ';
$strBookmarkDeleted = 'áÞÏ ÍõÐÝÊ ÇáÚáÇãå ÇáãÑÌÚíå.';
$strBookmarkLabel = 'ÚáÇãå';
$strBookmarkQuery = 'ÚáÇãå ãÑÌÚíå SQL-ÅÓÊÚáÇã';
$strBookmarkThis = 'ÅÌÚá ÚáÇãå ãÑÌÚíå SQL-ÅÓÊÚáÇã';
$strBookmarkView = 'ÚÑÖ ÝÞØ';
$strBrowse = 'ÅÓÊÚÑÇÖ';
$strBrowseForeignValues = 'ÇÓÊÚÑÖ ÇáÞíã ÇáÛÑíÈÉ';
$strBulgarian = 'ÇáÈáÛÇÑíÉ';
$strBzError = 'áã íÓÊØÚ phpMyAdmin ÖÛØ ßãø ÇáÈíÇäÇÊ ÈÓÈÈ ÚØá Ýí ÇãÊÏÇÏ Bz2 Ýí ÅÕÏÇÑ PHP. íõÝÖøá Ãä ÊÛíøÑ ÞíãÉ ÊæÌíå <code>$cfg[\'BZipDump\']</code> Ýí ãáÝ ÅÚÏÇÏÇÊ phpMyAdmin Åáì <code>FALSE</code>. Åä ßäÊ ÊÑíÏ ÇÓÊÎÏÇã ãÒÇíÇ ÖÛØ Bz2¡ Úáíß ÈÇáÊÍÏíË Åáì ÅÕÏÇÑ ÌÏíÏ ãä PHP. áãÒíÏ ãä ÇáÊÝÇÕíá¡ ÃäÙÑ Ýí ÊÞÑíÑ Îáá PHP %s.';
$strBzip = '"bzipped"';
 
$strCSVOptions = 'ÎíÇÑÇÊ ÇáÞíã ÇáãÝÕæáÉ ÈÝæÇÕá )CSV(';
$strCannotLogin = 'áÇ íãßä ÇáÏÎæá Åáì ÎÇÏã MySQL';
$strCantLoad = 'áÇ íãßä ÞÑÇÁÉ ÇáÇãÊÏÇÏ %s¡<br />ÑÌÇÁ ÊÃßÏ ãä ÅÚÏÇÏÇÊ PHP.';
$strCantLoadRecodeIconv = 'áã íãßä ÊÍãíá iconv Ãæ ÅÚÇÏÉ ÊÔÝíÑ ÇáÅãÊÏÇÏ ÇáãØáæÈ áÊÍæíá ÔíÝÑÉ ÇáÃÍÑÝ¡ ÇáÑÌÇÁ ÅÚÏÇÏ PHP áíÓãÍ ÈÇÓÊÎÏÇã åÐå ÇáÅãÊÏÇÏÇÊ Ãæ ÚØá Úãá ÇáÊÍæíá Ýí phpMyAdmin.';
$strCantRenameIdxToPrimary = 'áÇíãßä ÊÛííÑ ÅÓã ÇáÝåÑÓ Åáì ÇáÃÓÇÓí!';
$strCantUseRecodeIconv = 'áÇ íãßä ÇÓÊÎÏÇã iconv æáÇ libiconv æáÇ ÚãáíÉ recode_string Ýí Ííä íÍÏÏ ÇáÇãÊÏÇÏ Ãäå ãÍãøá. ÊÃßøÏ ãä ÅÚÏÇÏÇÊ PHP.';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'ÛíÑ ÍÓÇÓ áÍÇáÉ ÇáÃÍÑÝ';
$strCaseSensitive = 'ÍÓÇÓ áÍÇáÉ ÇáÃÍÑÝ';
$strCentralEuropean = 'ÃæÑæÈÇ ÇáæÓØì';
$strChange = 'ÊÛííÑ';
$strChangeCopyMode = 'ÃÖÝ ÇÓã ãÓÊÎÏã ÌÏíÏ ÈäÝÓ ÇáÕáÇÍíÇÊ æ...';
$strChangeCopyModeCopy = ' ... ÃÈÞ ÇáÞÏíã.';
$strChangeCopyModeDeleteAndReload = ' ... ÅÍÐÝ ÇáÞÏíãíä ãä ÌÏÇæá ÇáãÓÊÎÏãíä æÃÚÏ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ ÈÚÏ Ðáß.';
$strChangeCopyModeJustDelete = ' ... ÅÍÐÝ ÇáÞÏíã ãä ÌÏÇæá ÇáãÓÊÎÏãíä.';
$strChangeCopyModeRevoke = ' ... ÇÓÊÚÏ ßá ÇáÕáÇÍíÇÊ ÇáÝÚÇáÉ ãä ÇáÞÏíãíä æÇÍÐåã ÈÚÏ Ðáß.';
$strChangeCopyUser = 'ÛíøÑ ãÚáæãÇÊ ÇáÏÎæá / ÅäÓÎ ÇÓã ãÓÊÎÏã';
$strChangeDisplay = 'ÇÎÊÑ ÇáÍÞá áÅÙåÇÑå';
$strChangePassword = 'ÊÛííÑ ßáãÉ ÇáÓÑ';
$strCharset = 'ãÌãæÚÉ ÇáãÍÇÑÝ';
$strCharsetOfFile = 'ÔíÝÑÉ ÃÍÑÝ ÇáãáÝ:';
$strCharsets = 'ãÌãæÚÇÊ ÇáãÍÇÑÝ';
$strCharsetsAndCollations = 'ãÌãæÚÇÊ ÇáãÍÇÑÝ æCollations';
$strCheckAll = 'ÅÎÊÑ Çáßá';
$strCheckOverhead = 'ÊÍÞÞ ãä overhead';
$strCheckPrivs = 'ÊÍÞÞ ãä ÇáÕáÇÍíÇÊ';
$strCheckPrivsLong = 'ÊÍÞÞ ãä ÇáÕáÇÍíÇÊ áÞÇÚÏÉ ÈíÇäÇÊ &quot;%s&quot;.';
$strCheckTable = 'ÇáÊÍÞÞ ãä ÇáÌÏæá';
$strChoosePage = 'ÑÌÇÁð ÇÎÊÑ ÕÝÍÉ áÊÚÏíáåÇ';
$strColComFeat = 'ÅÙåÇÑ ÊÚáíÞÇÊ ÇáÚãæÏ';
$strCollation = 'Collation';
$strColumnNames = 'ÅÓã ÇáÚãæÏ';
$strColumnPrivileges = 'ÕáÇÍíÇÊ ÎÇÕÉ ÈÇáÍÞá';
$strCommand = 'ÃãúÑ';
$strComments = 'ÊÚáíÞÇÊ';
$strCompleteInserts = 'ÇáÅÏÎÇá áÞÏ ÅßÊãá';
$strCompression = 'ÇáÖÛØ';
$strConfigFileError = 'áã íÓÊØÚ phpMyAdmin Ãä íÞÑà ãáÝ ÅÚÏÇÏÇÊß!<br />ÞÏ íßæä åÐÇ ÈÓÈÈ Ãä PHP æÌÏ ÎØà Ýí ÇáÅÚÑÇÈ Ýíå Ãæ Ãäå áÇ íÓÊØíÚ Ãä íÌÏ ÇáãáÝ.<br />ÑÌÇÁð ÇÞÑà ÇáãáÝ ÈÔßá ãÈÇÔÑ ÈÇÓÊÎÏÇã ÇáæÕáÉ ÃÏäÇå æÇÞÑà ÑÓÇáÉ ÇáÎØà ÇáäÇÊÌÉ. Ýí ãÚÙã ÇáÍÇáÇÊ ÞÏ Êßæä ÚáÇãÉ ÇáÊäÕíÕ Ãæ ÚáÇãÉ ÇáÝÇÕáÉ ÇáãäÞæØÉ äÇÞÕÉ Ýí ãßÇä ãÇ.<br />Åä ÍÕáÊ Úáì ÕÝÍÉ ÝÇÑÛÉ¡ Ýßáø ÔíÁ Úáì ãÇ íÑÇã.';
$strConfigureTableCoord = 'ÑÌÇÁ ÅÚÏÇÏ ÇáãæÞÚ ááÌÏæá %s';
$strConnections = 'ÇÊÕÇáÇÊ';
$strConstraintsForDumped = 'ÞíæÏ ÇáÌÏÇæá ÇáãÍÝæÙÉ';
$strConstraintsForTable = 'ÇáÞíæÏ ááÌÏæá';
$strCookiesRequired = 'íÌÈ ÊÝÚíá ÏÚã ÇáßæßíÒ Ýí åÐå ÇáãÑÍáÉ.';
$strCopyTable = 'äÓÎ ÇáÌÏæá Åáì';
$strCopyTableOK = 'ÇáÌÏæá %s áÞÏ Êã äÓÎå Åáì %s.';
$strCopyTableSameNames = 'áÇ íãßä äÓÎ ÇáÌÏæá Åáì äÝÓå!';
$strCouldNotKill = 'áã íÓÊØÚ phpMyAdmin ÅíÞÇÝ ÇáÚãáíøÉ %s. íÈÏæ ÃäåÇ ÃæÞÝÊ ãÓÈÞÇð.';
$strCreate = 'Êßæíä';
$strCreateIndex = 'ÊÕãíã ÝåÑÓå Úáì&nbsp;%s&nbsp;ÚãæÏ';
$strCreateIndexTopic = 'ÊÕãíã ÝåÑÓå ÌÏíÏå';
$strCreateNewDatabase = 'Êßæíä ÞÇÚÏÉ ÈíÇäÇÊ ÌÏíÏÉ';
$strCreateNewTable = 'Êßæíä ÌÏæá ÌÏíÏ Ýí ÞÇÚÏÉ ÇáÈíÇäÇÊ %s';
$strCreatePage = 'ÃäÔÆ ÕÝÍÉ ÌÏíÏÉ';
$strCreatePdfFeat = 'ÅäÔÇÁ ãáÝÇÊ PDF';
$strCreationDates = 'ÊæÇÑíÎ ÇáÅäÔÇÁ/ÇáÊÍÏíË/ÇáÊÍÞøÞ';
$strCriteria = 'ÇáãÚÇííÑ';
$strCroatian = 'ÇáßÑæÇÊíÉ';
$strCyrillic = 'ÇáÓíÑíáíÉ';
$strCzech = 'ÇáÊÔíßíÉ';
 
$strDBComment = 'ãáÇÍÙÉ ÞÇÚÏÉ ÇáÈíÇäÇÊ: ';
$strDBGContext = 'ÇáÓíÇÞ';
$strDBGContextID = 'ÑÞã ÇáÓíÇÞ';
$strDBGHits = 'ÇÓÊÎÏÇãÇÊ';
$strDBGLine = 'ÓØÑ';
$strDBGMaxTimeMs = 'ÃÞÕì æÞÊ¡ ãË';
$strDBGMinTimeMs = 'ÃÞá æÞÊ¡ ãË';
$strDBGModule = 'æöÍúÏÉ';
$strDBGTimePerHitMs = 'æÞÊ/ÇÓÊÎÏÇã¡ ãË';
$strDBGTotalTimeMs = 'ÇáæÞÊ Çáßáí¡ ãË';
$strDanish = 'ÇáÏäãÑßíÉ';
$strData = 'ÈíÇäÇÊ';
$strDataDict = 'ÞÇãæÓ ÇáÈíÇäÇÊ';
$strDataOnly = 'ÈíÇäÇÊ ÝÞØ';
$strDatabase = 'ÞÇÚÏÉ ÇáÈíÇäÇÊ';
$strDatabaseExportOptions = 'ÎíÇÑÇÊ ÊÕÏíÑ ÞÇÚÏÉ ÈíÇäÇÊ';
$strDatabaseHasBeenDropped = 'ÞÇÚÏÉ ÈíÇäÇÊ %s ãÍÐæÝå.';
$strDatabaseNoTable = 'áÇ ÊÍÊæí ÞÇÚÏÉ ÇáÈíÇäÇÊ åÐå Úáì ÌÏÇæá!';
$strDatabases = 'ÞÇÚÏÉ ÈíÇäÇÊ';
$strDatabasesDropped = 'Êã ÍÐÝ ÞæÇÚÏ ÇáÈíÇäÇÊ %s ÈäÌÇÍ.';
$strDatabasesStats = 'ÅÍÕÇÆíÇÊ ÞæÇÚÏ ÇáÈíÇäÇÊ';
$strDatabasesStatsDisable = 'ÃæÞÝ ÇáÅÍÕÇÆíÇÊ';
$strDatabasesStatsEnable = 'ãßøä ÇáÅÍÕÇÆíÇÊ';
$strDatabasesStatsHeavyTraffic = 'ãáÇÍÙÉ: Êãßíä ÅÍÕÇÆíÇÊ ÞæÇÚÏ ÇáÈíÇäÇÊ åäÇ ÞÏ íÓÈÈ ÊÏÝÞ ÈíÇäÇÊ ËÞíá Èíä ÎÇÏã ÇáæÈ æÎÇÏã MySQL.';
$strDbPrivileges = 'ÕáÇÍíÇÊ ÎÇÕÉ ÈÞÇÚÏÉ ÇáÈíÇäÇÊ';
$strDbSpecific = 'ÎÇÕ ÈÞÇÚÏÉ ÈíÇäÇÊ';
$strDefault = 'ÅÝÊÑÇÖí';
$strDefaultValueHelp = 'ááÞíã ÇáÇÝÊÑÇÖíÉ¡ ÇáÑÌÇÁ ÃÏÎá ÞíãÉ ãÝÑÏÉ¡ Ïæä ÚáÇãÇÊ åÑæÈ Ãæ ÊäÕíÕ¡ ÈÇÓÊÎÏÇã ÇáÊäÓíÞ: a';
$strDelOld = 'ÊÍÊæí ÇáÕÝÍÉ ÇáÍÇáíÉ ãÑÇÌÚ áÌÏÇæá áã ÊÚÏ ãæÌæÏÉ. åá ÊæÏ ÍÐÝ åÐå ÇáãÑÇÌÚ¿';
$strDelayedInserts = 'ÇÓÊÎÏã ÇáÅÖÇÝÇÊ ÇáãÊÃÎÑÉ';
$strDelete = 'ÍÐÝ';
$strDeleteAndFlush = 'ÇÍÐÝ ÇáãÓÊÎÏãíä æÞã ÈÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ ÈÚÏ Ðáß.';
$strDeleteAndFlushDescr = 'åÐå åí ÃäÙÝ ØÑíÞÉ¡ áßä ÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ ÞÏ íÊØáøÈ ÈÚÖ ÇáæÞÊ.';
$strDeleted = 'áÞÏ Êã ÍÐÝ ÇáÕÝ';
$strDeletedRows = 'ÇáÕÝæÝ ÇáãÍÐæÝå:';
$strDeleting = 'ÞíúÏ ÍÐúÝ %s';
$strDescending = 'ÊäÇÒáíÇð';
$strDescription = 'ÇáæÕÝ';
$strDictionary = 'ÞÇãæÓ';
$strDisabled = 'ãÚØøá';
$strDisplayFeat = 'ÅÙåÇÑ ÇáãÒÇíÇ';
$strDisplayOrder = 'ÊÑÊíÈ ÇáÚÑÖ:';
$strDisplayPDF = 'ÅÙåÇÑ ÈäÇÁ ãáÝ PDF';
$strDoAQuery = 'ÊÌÚá "ÅÓÊÚáÇã ÈæÇÓØÉ ÇáãËÇá" (wildcard: "%")';
$strDoYouReally = 'åá ÊÑíÏ ÍÞÇð ÊäÝíÐ';
$strDocu = 'ãÓÊäÏÇÊ æËÇÆÞíå';
$strDrop = 'ÍÐÝ';
$strDropUsersDb = 'ÅÍÐÝ ÞæÇÚÏ ÇáÈíÇäÇÊ ÇáÊí áåÇ äÝÓ ÅÓãÇÁ ÇáãÓÊÎÏãíä.';
$strDumpSaved = 'Êã ÍÝÙ ÇáÜDump Åáì ÇáãáÝ %s.';
$strDumpXRows = 'ÅÍÏÝ %s ÓØÑ ÈÏÁð ãä ÇáÓØÑ %s.';
$strDumpingData = 'ÅÑÌÇÚ Ãæ ÅÓÊíÑÇÏ ÈíÇäÇÊ ÇáÌÏæá';
$strDynamic = 'ÏíäÇãíßí';
 
$strEdit = 'ÊÍÑíÑ';
$strEditPDFPages = 'ÚÏøá ÕÝÍÇÊ PDF';
$strEditPrivileges = 'ÊÍÑíÑ ÇáÅãÊíÇÒÇÊ';
$strEffective = 'ÝÚÇá';
$strEmpty = 'ÅÝÑÇÛ ãÍÊæì';
$strEmptyResultSet = 'MySQL ÞÇã ÈÅÑÌÇÚ äÊíÌÉ ÅÚÏÇÏ ÝÇÑÛå (ãËáÇð. ÕÝ ÕÝÑí).';
$strEnabled = 'ããßøä';
$strEnd = 'äåÇíå';
$strEndCut = 'ÇäÊåÇÁ ÇáÞÕø';
$strEndRaw = 'ÇäÊåÇÁ ÇáÈíÇäÇÊ ÇáÃÕáíÉ';
$strEnglish = 'ÇáÅäÌáíÒíÉ';
$strEnglishPrivileges = ' ãáÇÍÙå: ÅÓã ÇáÅãÊíÇÒ áÜMySQL íÙåÑ æíõÞÑà ÈÇááÛå ÇáÅäÌáíÒíå ÝÞØ ';
$strError = 'ÎØÃ';
$strEstonian = 'ÇáÅÓÊæäíÉ';
$strExcelEdition = 'ÅÕÏÇÑÉ ÅßÓá';
$strExcelOptions = 'ÎíÇÑÇÊ ÅßÓá';
$strExecuteBookmarked = 'äÝøÐ ÇÓÊÚáÇã ãÍÝæÙ ÈÚáÇãÉ ãÑÌÚíÉ';
$strExplain = 'ÅÔÑÍ SQL';
$strExport = 'ÊÕÏíÑ';
$strExtendedInserts = 'ÅÏÎÇá ãõÏÏ';
$strExtra = 'ÅÖÇÝí';
 
$strFailedAttempts = 'ãÍÇæáÇÊ ÃÎÝÞÊ';
$strField = 'ÇáÍÞá';
$strFieldHasBeenDropped = 'ÍÞá ãÍÐæÝ %s';
$strFields = ' ÚÏÏ ÇáÍÞæá';
$strFieldsEmpty = ' ÊÚÏÇÏ ÇáÍÞá ÝÇÑÛ! ';
$strFieldsEnclosedBy = 'ÍÞá ãÖãä ÈÜ';
$strFieldsEscapedBy = 'ÍÞá ãõÊÌÇåá ÈÜ';
$strFieldsTerminatedBy = 'ÍÞá ãÝÕæá ÈÜ';
$strFileAlreadyExists = 'ÇáãÝ %s ãæÌæÏ ÇÕáÇð Úáì ÇáÎÇÏã. ÛíÑ ÇáÇÓã Ãæ ÍÏÏ ÎíÇÑ ÇáÊÓÌíá Úáì ÇáãáÝ ÇáãæÌæÏ.';
$strFileCouldNotBeRead = 'áã íãßä ÞÑÇÁÉ ÇáãáÝ';
$strFileNameTemplate = 'ÞÇáÈ ÅÓã ÇáãáÝ';
$strFileNameTemplateRemember = 'ÊÐßÑ ÇáÞÇáÈ';
$strFixed = 'ãËÈÊ';
$strFlushPrivilegesNote = 'ãáÇÍÙÉ: íÞÑà phpMyAdmin ÕáÇÍíÇÊ ÇáãÓÊÎÏãíä ãä ÌÏÇæá ÇáÕáÇÍíÇÊ ãä ÎÇÏã MySQL ãÈÇÔÑÉð. ãÍÊæíÇÊ åÐå ÇáÌÏÇæá ÞÏ ÊÎÊáÝ Úä ÇáÕáÇÍíÇÊ ÇáÊí íÓÊÎÏãåÇ ÇáÎÇÏã ÅÐÇ ãÇ Êãø ÇáÊÚÏíá ÚáíåÇ íÏæíøÇð. Ýí åÐå ÇáÍÇáÉ¡ Úáíß %s ÈÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ %s ÞÈá Ãä Êßãá.';
$strFlushTable = 'ÅÚÇÏÉ ÊÍãíá ÇáÌÏæá ("FLUSH")';
$strFormEmpty = 'íæÌÏ Þíãå ãÝÞæÏå ÈÇáäãæÐÌ !';
$strFormat = 'ÕíÛå';
$strFullText = 'äÕæÕ ßÇãáå';
$strFunction = 'ÏÇáÉ';
 
$strGenBy = 'ÃäÔÆ ÈæÇÓØÉ';
$strGenTime = 'ÃäÔÆ Ýí';
$strGeneralRelationFeat = 'ÇáãÒÇíÇ ÇáÚÇãøÉ ááÑÇÈØ';
$strGerman = 'ÇáÃáãÇäíÉ';
$strGlobal = 'ÚÇãø';
$strGlobalPrivileges = 'ÕáÇÍíøÇÊ ÚÇãøÉ';
$strGlobalValue = 'ÞíãÉ ÚÇãøÉ';
$strGo = '&nbsp;ÊäÝíÜÜÐ&nbsp;';
$strGrantOption = 'ãóäúÍú';
$strGreek = 'ÇáíæäÇäíÉ';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'áÞÏ ÚõÏöá.';
$strHasBeenCreated = 'áÞÏ Êßæä.';
$strHaveToShow = 'Úáíß ÇÎÊíÇÑ ÚãæÏ æÇÍÏ Úáì ÇáÃÞá ááÚÑÖ';
$strHebrew = 'ÇáÚÈÑíÉ';
$strHome = 'ÇáÕÝÍÉ ÇáÑÆíÓíÉ';
$strHomepageOfficial = 'ÇáÕÝÍÉ ÇáÑÆíÓíÉ ÇáÑÓãíÉ áÜ phpMyAdmin';
$strHost = 'ÇáãÒæÏ';
$strHostEmpty = 'ÅÓã ÇáãÓÊÖíÝ ÝÇÑÛ!';
$strHungarian = 'ÇáåäÛÇÑíÉ';
 
$strId = 'ÑÞã';
$strIdxFulltext = 'ÇáäÕ ßÇãáÇð';
$strIgnore = 'ÊÌÇåá';
$strIgnoringFile = 'ÊÌÇåá ÇáãáÝ %s';
$strImportDocSQL = 'ÇÓÊíÑÇÏ ãáÝÇÊ docSQL';
$strImportFiles = 'ÇÓÊæÑÏ ÇáãáÝÇÊ';
$strInUse = 'ÞíÏ ÇáÅÓÊÚãÇá';
$strIndex = 'ÝåÑÓÊ';
$strIndexHasBeenDropped = 'ÝåÑÓå ãÍÐæÝå %s';
$strIndexName = 'ÅÓã ÇáÝåÑÓ&nbsp;:';
$strIndexType = 'äæÚ ÇáÝåÑÓ&nbsp;:';
$strIndexes = 'ÝåÇÑÓ';
$strInnodbStat = 'æÖÚ InnoDB';
$strInsecureMySQL = 'íÍÊæí ãáÝ ÇáÅÚÏÇÏÊ ÇáÎÇÕ Èß ÊÚííäÇÊ )ÇáãÓÊÎÏã root Ïæä ßáãÉ ãÑæÑ( æÇáÐí íÔíÑ Åáì ÍÓÇÈ ÇáãÓÊÎÏã ÇáÑÆíÓí áÜMySQL. ÎÇÏã MySQL ÇáÐí íÚãá ÈåÐå ÇáÅÚÏÇÏÊ ÇáÇÝÊÑÇÖíÉ ãÚÑÖ áÎØÑ ÇáÇÞÊÍÇã¡ æÚáíß Ãä ÊÞæã ÈÅÕáÇÍ ËÛÑÉ ÇáÃãÇä åÐå Ýí ÃÞÑÈ æÞÊ ããßä.';
$strInsert = 'ÅÏÎÇá';
$strInsertAsNewRow = 'ÅÏÎÇá ßÊÓÌíá ÌÏíÏ';
$strInsertNewRow = 'ÅÖÇÝÉ ÊÓÌíá ÌÏíÏ';
$strInsertedRowId = 'ÑÞã ãÚÑøÝ ÇáÓøØÑ ÇáãÖÇÝ:';
$strInsertedRows = 'ÕÝæÝ ãÏÎáå:';
$strInternalNotNecessary = '* ÇáÚáÇÞÉ ÇáÏÇÎáíÉ ÛíÑ ÖÑæÑíÉ ÚäÏãÇ Êßæä ãæÌæÏÉ ãÓÈÞÇð Ýí InnoDB.';
$strInternalRelations = 'ÇáÚáÇÞÇÊ ÇáÏÇÎáíÉ';
 
$strJapanese = 'ÇáíÇÈÇäíÉ';
$strJumpToDB = 'ÅÐåÈ Åáì ÞÇÚÏÉ ÈíÇäÇÊ &quot;%s&quot;.';
$strJustDelete = 'ÝÞØ Þã ÈÍÐÝ ÇáãÓÊÎÏãíä ãä ÌÏæá ÇáÕáÇÍíÇÊ.';
$strJustDeleteDescr = 'ÓæÝ íÈÞì ÇáãÓÊÎÏãæä &quot;ÇáãÍÐæÝæä&quot; ÞÇÏÑæä Úáì ÇáæÕæá ááÎÇÏã ßÇáÚÇÏÉ ÍÊì íÊã ÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ.';
 
$strKeepPass = 'áÇÊÛíÑ ßáãÉ ÇáÓÑ';
$strKeyname = 'ÅÓã ÇáãÝÊÇÍ';
$strKill = 'ÅÈØÇá';
$strKorean = 'ÇáßæÑíÉ';
 
$strLaTeX = 'áÇÊößúÓú';
$strLaTeXOptions = 'ÎíÇÑÇÊ áÇÊßÓ';
$strLandscape = 'ÚÑÖ ÇáÕÝÍÉ';
$strLatexCaption = 'ÚäæÇä ÇáÌÏæá';
$strLatexContent = 'ãÍÊæííÇÊ ÇáÌÏæá __TABLE__';
$strLatexContinued = '(ÊÇÈÚ)';
$strLatexContinuedCaption = 'ÚäæÇä ÌÏæá ÊÇÈÚ';
$strLatexIncludeCaption = 'ÃÖÝ ÚäæÇäÇð ááÌÏæá';
$strLatexLabel = 'Label key';
$strLatexStructure = 'ÈäíÉ ÇáÌÏæá __TABLE__';
$strLengthSet = 'ÇáØæá/ÇáÞíãå*';
$strLimitNumRows = 'ÑÞã ÇáÓÌáÇÊ áßá ÕÝÍå';
$strLinesTerminatedBy = 'ÎØæØ ãÝÕæáå ÈÜ';
$strLinkNotFound = 'áã íãßä ÅíÌÇÏ ÇáæÕáÉ';
$strLinksTo = 'ãÑÊÈØ ÈÜ';
$strLithuanian = 'ÇááíÊæÇäíÉ';
$strLocalhost = 'ãÍáí';
$strLocationTextfile = 'ãßÇä ãáÝ äÕí';
$strLogPassword = 'ßáãÉ ÇáÓÑ:';
$strLogServer = 'ÎÇÏã ÇáÓÌáø';
$strLogUsername = 'ÅÓã ÇáãõÓÊÎÏã:';
$strLogin = 'ÏÎæá';
$strLoginInformation = 'ÈíÇäÇÊ ÇáÏÎæá';
$strLogout = 'ÊÓÌíá ÎÑæÌ';
 
$strMIME_MIMEtype = 'äæÚ MIME';
$strMIME_available_mime = 'ÃäæÇÚ MIME ÇáãÊæÝÑÉ';
$strMIME_available_transform = 'ÇáÊÍæíáÇÊ ÇáãÊæÝÑÉ';
$strMIME_description = 'ÇáæÕÝ';
$strMIME_nodescription = 'áíÓ åäÇß æÕÝ ãÊæÝÑ áåÐÇ ÇáÊÍæíá.<br />ÑÌÇÁ ÇÓÃá ÇáäÇÔÑ¡ ãÇ íÝÚáå %s.';
$strMIME_transformation = 'ÊÍæíá ÇáãÊÕÝÍ';
$strMIME_transformation_note = 'áÚÑÖ ÞÇÆãÉ ÈÎíÇÑÇÊ ÇáÊÍæíá ÇáãÊæÝÑÉ æÃäæÇÚ ÊÍæíáÇÊ MIME ÇáÎÇÕÉ ÈåÇ¡ ÅÖÛØ Úáì %sÎíÇÑÇÊ ÇáÊÍæíá%s';
$strMIME_transformation_options = 'ÎíÇÑÇÊ ÇáÊÍæíá';
$strMIME_transformation_options_note = 'ÑÌÇÁð ÃÏÎá ÇáÞíã áÎíÇÑÇÊ ÇáÊÍæíá ÈÇÓÊÎÏÇã åÐÇ ÇáÊäÓíÞ: \'a\',\'b\',\'c\'...<br />ÅÐÇ ÇÍÊÌÊ Ãä ÊÖÚ ÔÑúØÉ ãÇÆáÉ ("\") Ãæ ÚáÇãÉ ÊäÕíÕ ("\'") Èíä åÐå ÇáÞíã¡ ÇÓÈÞåÇ ÈÔÑúØÉ ãÇÆáÉ )Úáì ÓÈíá ÇáãËÇá \'\\\\xyz\' Ãæ \'a\\\'b\'(.';
$strMIME_without = 'ÃäæÇÚ MIME ÇáÊí ÊÙåÑ ÈÍÑæÝ ãÇÆáÉ áíÓ áåÇ æÙíÝÉ ÊÍæíá ãäÝÕáÉ';
$strModifications = 'ÊãÊ ÇáÊÚÏíáÇÊ';
$strModify = 'ÊÚÏíá';
$strModifyIndexTopic = 'ÊÚÏíá ÇáÝåÑÓå';
$strMoveTable = 'äÞá ÌÏæá Åáì (ÞÇÚÏÉ ÈíÇäÇÊ<b>.</b>ÌÏæá):';
$strMoveTableOK = '%s ÌÏæá Êã äÞáå Åáì %s.';
$strMoveTableSameNames = 'áÇíãßä äÞá ÇáÌÏæá Åáì äÝÓå!';
$strMultilingual = 'ãÊÚÏÏ ÇááÛÇÊ';
$strMySQLCharset = 'ÔíÝÑÉ ÃÍÑÝ MySQL';
$strMySQLSaid = 'MySQL ÞÇá: ';
$strMySQLShowProcess = 'ÚÑÖ ÇáÚãáíÇÊ';
$strMySQLShowStatus = 'ÚÑÖ ÍÇáÉ ÇáãÒæÏ MySQL';
$strMySQLShowVars ='ÚÑÖ ãÊÛíÑÇÊ ÇáãÒæÏ MySQL';
 
$strName = 'ÇáÅÓã';
$strNext = 'ÇáÊÇáí';
$strNo = 'áÇ';
$strNoDatabases = 'áÇíæÌÏ ÞæÇÚÏ ÈíÇäÇÊ';
$strNoDatabasesSelected = 'áÇ ÞæÇÚÏ ÈíÇäÇÊ ãÍÏÏÉ';
$strNoDescription = 'ÈÏæä æÕÝ';
$strNoDropDatabases = 'ãÚØá "ÍÐÝ ÞÇÚÏÉ ÈíÇäÇÊ"ÇáÃãÑ ';
$strNoExplain = 'ÊÎØøí ÔÑÍ SQL';
$strNoFrames = 'phpMyAdmin ÃßËÑ ÊÝåãÇð ãÚ ãÓÊÚÑÖ <b>ÇáÅØÇÑÇÊ</b>.';
$strNoIndex = 'ÝåÑÓ ÛíÑ ãÚÑÝ!';
$strNoIndexPartsDefined = 'ÅÌÒÇÁ ÇáÝåÑÓå ÛíÑ ãÚÑÝå!';
$strNoModification = 'áÇ ÊÛííÑÇÊ';
$strNoOptions = 'åÐÇ ÇáÊäÓíÞ áíÓ áå Ãí ÎíÇÑÇÊ';
$strNoPassword = 'áÇ ßáãÉ ÓÑ';
$strNoPermission = 'ÎÇÏã ÇáæÈ áíÓ áÏíå ÕáÇÍíÉ áÍÝÙ ÇáãáÝ %s.';
$strNoPhp = 'ÈÏæä ÔíÝÑÉ PHP';
$strNoPrivileges = 'ÅãÊíÇÒ ÛíÑ ãæÌæÏ';
$strNoRights = 'áíÓ áÏíß ÇáÍÞæÞ ÇáßÇÝíå ÈÃä Êßæä åäÇ ÇáÂä!';
$strNoSpace = 'áÇ íæÌÏ ãÓÇÍÉ ßÇÝíÉ áÍÝÙ ÇáãáÝ %s.';
$strNoTablesFound = 'áÇíæÌÏ ÌÏÇæá ãÊæÝÑå Ýí ÞÇÚÏÉ ÇáÈíÇäÇÊ åÐå!.';
$strNoUsersFound = 'ÇáãÓÊÎÏã(Üíä) áã íÊã ÅíÌÇÏåã.';
$strNoValidateSQL = 'ÊÎØøí ÇáÊÃßøÏ ãä SQL';
$strNone = 'áÇÔÆ';
$strNotNumber = 'åÐÇ áíÓ ÑÞã!';
$strNotOK = 'áíÓ ÕÇáÍÇð';
$strNotSet = 'ÇáÌÏæá <b>%s</b> ÛíÑ ãæÌæÏ Ãæ ãÍÏÏ Ýí %s';
$strNull = 'ÎÇáí';
$strNumSearchResultsInTable = '%s ãØÇÈÞÉ Ýí ÇáÌÏæá <i>%s</i>';
$strNumSearchResultsTotal = '<b>ÇáãÌãæÚ:</b> <i>%s</i>ãØÇÈÞÉ';
$strNumTables = 'ÌÏÇæá';
 
$strOK = 'ãæÇÝÞ';
$strOperations = 'ÚãáíøÇÊ';
$strOptimizeTable = 'ÖÛØ ÇáÌÏæá';
$strOr = 'Ãæ';
$strOverhead = 'ÇáÝæÞí';
$strOverwriteExisting = 'ÎÒä Úáì ÇáãáÝÇÊ ÇáãæÌæÏÉ ÃÕáÇð';
 
$strPHP40203 = 'ÃäÊ ÊÓÊÎÏã ÇáÅÕÏÇÑ 4.2.3 ãä PHP æÇáÐí íÍÊæí Úáì Îáøá ÎØíÑ Ýí ÇáÊÚÇãá ãÚ ÇáäÕæÕ ËäÇÆíÉ ÇáÈÇíÊ (mbstring). ÃäÙÑ Ýí ÊÞÑíÑ Îáá PHP ÑÞã 19404. áÇ íäÕÍ ÈÇÓÊÎÏÇã åÐå ÇáäÓÎÉ ãä PHP ãÚ phpMyAdmin.';
$strPHPVersion = ' PHP ÅÕÏÇÑÉ';
$strPageNumber = 'ÕÝÍÉ ÑÞã:';
$strPaperSize = 'ÍÌã ÇáæÑÞ';
$strPartialText = 'äÕæÕ ÌÒÆíå';
$strPassword = 'ßáãÉ ÇáÓÑ';
$strPasswordChanged = 'Êã ÊÛííÑ ßáãÉ ÇáãÑæÑ áÜ %s ÈäÌÇÍ.';
$strPasswordEmpty = 'ßáãÉ ÇáÓÑ ÝÇÑÛÉ !';
$strPasswordNotSame = 'ßáãÊÇ ÇáÓÑ ÛíÑ ãÊÔÇÈåÊÇä !';
$strPdfDbSchema = 'ÈäÇÁ ÞÇÚÏÉ ÇáÈíÇäÇÊ "%s" - ÇáÕÝÍÉ %s';
$strPdfInvalidTblName = 'ÇáÌÏæá "%s" ÛíÑ ãæÌæÏ!';
$strPdfNoTables = 'áÇ íæÌÏ ÌÏÇæá';
$strPerHour = 'áßá ÓÇÚÉ';
$strPerMinute = 'áßá ÏÞíÞÉ';
$strPerSecond = 'áßá ËÇäíÉ';
$strPhoneBook = 'ÏÝÊÑ ÇáåÇÊÝ';
$strPhp = 'ÃäÔÆ ÔíÝÑÉ PHP';
$strPmaDocumentation = 'ãÓÊäÏÇÊ æËÇÆÞíå áÜ phpMyAdmin (ÈÇáÅäÌáíÒíÉ)';
$strPmaUriError = 'ÇáãÊÛíÑ <span dir="ltr"><tt>$cfg[\'PmaAbsoluteUri\']</tt></span> íÌÈ ÊÚÏíáå Ýí ãáÝ ÇáßæÝíß !';
$strPortrait = 'Øæá ÇáÕÝÍÉ';
$strPos1 = 'ÈÏÇíÉ';
$strPrevious = 'ÓÇÈÞ';
$strPrimary = 'ÃÓÇÓí';
$strPrimaryKeyHasBeenDropped = 'áÞÏ Êã ÍÐÝ ÇáãÝÊÇÍ ÇáÃÓÇÓí';
$strPrimaryKeyName = 'ÅÓã ÇáãÝÊÇÍ ÇáÃÓÇÓí íÌÈ Ãä íßæä ÃÓÇÓí... PRIMARY!';
$strPrimaryKeyWarning = '("ÇáÃÓÇÓí" <b>íÌÈ</b> íÌÈ Ãä íßæä ÇáÃÓã <b>æÃíÖÇð ÝÞØ</b> ÇáãÝÊÇÍ ÇáÃÓÇÓí!)';
$strPrint = 'ÅØÈÚ';
$strPrintView = 'ÚÑÖ äÓÎÉ ááØÈÇÚÉ';
$strPrintViewFull = 'ÚÑÖ ÇáØÈÇÚÉ (ãÚ ÇáäÕæÕ ÇáßÇãáÉ).';
$strPrivDescAllPrivileges = 'íÊÖãøä ßá ÇáÕáÇÍíøÇÊ ÚÏÇ GRANT.';
$strPrivDescAlter = 'íÓãÍ ÈÊÚÏíá ÈäÇÁ ÇáÌÏÇæá ÇáãæÌæÏÉ ãÓÈÞÇð.';
$strPrivDescCreateDb = 'íÓãÍ ÈÅäÔÇÁ ÞæÇÚÏ ÈíÇäÇÊ æÌÏÇæá ÌÏíÏÉ.';
$strPrivDescCreateTbl = 'íÓãÍ ÈÅäÔÇÁ ÌÏÇæá ÌÏíÏÉ.';
$strPrivDescCreateTmpTable = 'íÓãÍ ÈÅäÔÇÁ ÌÏÇæá ãÄÞøÊÉ.';
$strPrivDescDelete = 'íÓãÍ ÈÍÐÝ ÇáÈíÇäÇÊ.';
$strPrivDescDropDb = 'íÓãÍ ÈÍÐÝ ÞæÇÚÏ ÇáÈíÇäÇÊ.';
$strPrivDescDropTbl = 'íÓãÍ ÈÍÐÝ ÇáÌÏÇæá.';
$strPrivDescExecute = 'íÓãÍ ÈÊÔÛíá ÇáÅÌÑÇÁÇÊ ÇáãÎÒøäÉ )stored procedures(¡ áíÓ áå Ãí ÊÃËíÑ Ýí åÐå ÇáäÓÎÉ ãä ÎÇÏã MySQL.';
$strPrivDescFile = 'íÓãÍ ÈÇÓÊíÑÇÏ æÊÕÏíÑ ÇáÈíÇäÇÊ ãä æÅáì ÇáãáÝøÇÊ.';
$strPrivDescGrant = 'íÓãÍ ÈÅÖÇÝÉ ÇáãÓÊÎÏãíä æÇáÕáÇÍíÇÊ Ïæä ÅÚÇÏÉ ÞÑÇÁÉ ÌÏÇæá ÇáÕáÇÍíÇÊ.';
$strPrivDescIndex = 'íÓãÍ ÈÅäÔÇÁ æÍÐÝ ÇáÝåÇÑÓ.';
$strPrivDescInsert = 'íÓãÍ ÈÅÖÇÝÉ æÇÓÊÈÏÇá ÇáÈíÇäÇÊ.';
$strPrivDescLockTables = 'íÓãÍ ÈÞÝá ÇáÌÏÇæá ááÚãáíøÉ ÇáÍÇáíøÉ.';
$strPrivDescMaxConnections = 'íÍÏø ãä ÚÏÏ ÇáÇÊÕÇáÇÊ ÇáÌÏíÏÉ ÇáÊí íãßä ááãÓÊÎÏã ÝÊÍåÇ Èßá ÓÇÚÉ.';
$strPrivDescMaxQuestions = 'íÍÏø ÚÏÏ ÇáÇÓÊÚáÇãÇÊ ÇáÊí íÓÊØíÚ ÇáãÓÊÎÏã ÅÑÓÇáåÇ Åáì ÇáÎÇÏã Èßá ÓÇÚÉ.';
$strPrivDescMaxUpdates = 'íÍÏø ÚÏÏ ÇáÃæÇãÑ ÇáÊí íäÝÐåÇ ÇáãÓÊÎÏã Èßá ÓÇÚÉ¡ æÇáÊí ÊÛíÑ Ãí ÌÏæá Ãæ ÞÇÚÏÉ ÈíÇäÇÊ.';
$strPrivDescProcess3 = 'íÓãÍ ÈÅíÞÇÝ ÚãáíøÇÊ ÇáãÓÊÎÏãíä ÇáÃÎÑíä.';
$strPrivDescProcess4 = 'íÓãÍ ÈÚÑÖ ÇáÇÓÊÚáÇã ÈÇáßÇãá Ýí ÓÑÏ ÇáÚãáíÇÊ.';
$strPrivDescReferences = 'áíÓ áå Ãí ÊÃËíÑ Ýí äÓÎÉ MySQL ÇáÍÇáíøÉ.';
$strPrivDescReload = 'íÓãÍ ÈÅÚÇÏÉ ÊÍãíá ÅÚÏÇÏÇÊ ÇáÎÇÏã æÊÝÑíÛ ßÇÔ ÇáÎÇÏã.';
$strPrivDescReplClient = 'íÚØí ÇáÍÞ ááãÓÊÎÏã ÈÇáÓÄÇá Úä ãßÇä æÌæÏ slaves/masters.';
$strPrivDescReplSlave = 'ãØáæÈ áÊæÇÈÚ áÇÓÊäÓÇÎ.';
$strPrivDescSelect = 'íÓãÍ ÈÞÑÇÁÉ ÇáÈíÇäÇÊ.';
$strPrivDescShowDb = 'íÓãÍ ÈÇáæÕæá áÞÇÆãÉ ÃÓãÇÁ ÌãíÚ ÞæÇÚÏ ÇáÈíÇäÇÊ.';
$strPrivDescShutdown = 'íÓãÍ ÈÅíÞÇÝ Úãá ÇáÎÇÏã.';
$strPrivDescSuper = 'íÓãÍ ÈÇáÇÊÕÇá¡ ÍÊì áæ æÕá ÍÏø ÚÏÏ ÇáÇÊÕÇáÇÊ ááÃÞÕì.¡ ãØáæÈ ááãåÇã ÇáÅÏÇÑíÉ ßÖÈØ ÇáÅÚÏÇÏÇÊ ÇáÚÇãøÉ other users.';
$strPrivDescUpdate = 'íÓãÍ ÈÊÚÏíá ÇáÈíÇäÇÊ.';
$strPrivDescUsage = 'áÇ ÕáÇÍíÇÊ.';
$strPrivileges = 'ÇáÅãÊíÇÒÇÊ';
$strPrivilegesReloaded = 'Êã ÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ ÈäÌÇÍ.';
$strProcesslist = 'ÓÑÏ ÇáÚãáíøÇÊ';
$strPutColNames = 'ÖÚ ÃÓãÇÁ ÇáÍÞæá Ýí ÇáÓØÑ ÇáÃæá';
 
$strQBE = 'ÅÓÊÚáÇã ÈæÇÓØÉ ãËÇá';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryFrame = 'äÇÝÐÉ ÇáÇÓÊÚáÇã';
$strQueryOnDb = 'Ýí ÞÇÚÏÉ ÇáÈíÇäÇÊ SQL-ÅÓÊÚáÇã <b>%s</b>:';
$strQuerySQLHistory = 'äÕæÕ SQL ÓÇÈÞÉ';
$strQueryStatistics = '<b>ÅÍÕÇÆíÇÊ ÇáÇÓÊÚáÇã</b>: %s ÇÓÊÚáÇã ÃÑÓá Åáì ÇáÎÇÏã ãäÐ ÊÔÛíáå.';
$strQueryTime = 'ÇÓÊÛÑÝ ÇáÇÓÊÚáÇã %01.4f ËÇäíÉ';
$strQueryType = 'äæÚ ÇáÇÓÊÚáÇã';
$strQueryWindowLock = 'áÇ ÊÎÒä Úáì åÐÇ ÇáÇÓÊÚáÇã ãä ÎÇÑÌ ÇáäÇÝÐÉ';
 
$strReType = 'ÃÚÏ ßÊÇÈå';
$strReceived = 'ÇÓÊõáöã';
$strRecords = 'ÇáÊÓÌíáÇÊ';
$strReferentialIntegrity = 'ÊÍÏíÏ ÇáÊßÇãá ÇáãÑÌÚí:';
$strRelationNotWorking = 'Êãø ÊÚØíá ÇáãÒÇíÇ ÇáÅÖÇÝíÉ ááÚãá ÈÇáÌÏÇæá ÇáãÊÑÇÈØÉ. áãÚÑÝÉ ÇáÓÈÈ ÅÖÛØ %såäÇ%s.';
$strRelationView = 'ÚÑÖ ÇáÑæÇÈØ';
$strRelationalSchema = 'ÈäÇÁ ÇáÅÑÊÈÇØÇÊ';
$strRelations = 'ÇáÑæÇÈØ';
$strReloadMySQL = 'ÅÚÇÏÉ ÊÍãíá MySQL';
$strReloadingThePrivileges = 'ÞíÏ ÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ.';
$strRemoveSelectedUsers = 'ÅÍÐÝ ÇáãÓÊÎÏãíä ÇáãÍÏÏíä';
$strRenameTable = 'ÊÛííÑ ÅÓã ÌÏæá Åáì';
$strRenameTableOK = 'Êã ÊÛííÑ ÅÓãåã Åáì %s ÌÏæá%s';
$strRepairTable = 'ÅÕáÇÍ ÇáÌÏæá';
$strReplaceNULLBy = 'ÇÓÊÈÏá NULL ÈÜ';
$strReplaceTable = 'ÅÓÊÈÏÇá ÈíÇäÇÊ ÇáÌÏæá ÈÇáãáÝ';
$strReset = 'ÅáÛÇÁ';
$strResourceLimits = 'ÍÏæÏ ÇáãÕÇÏÑ';
$strRevoke = 'ÅÈØÇá';
$strRevokeAndDelete = 'ÇÓÊÑÌÚ ßá ÇáÕáÇÍíÇÊ ÇáÝÚÇáÉ ãä ÇáãÓÊÎÏãíä Ëã ÇÍÐÝåã ÈÚÏ Ðáß.';
$strRevokeAndDeleteDescr = 'ÓæÝ ÊÈÞì ÇáÕáÇÍíÉ USAGE áÏì ÇáãÓÊÎÏãíä ÍÊì íÊã ÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ.';
$strRevokeMessage = 'áÞÏ ÃÈØáÊ ÇáÃãÊíÇÒÇÊ áÜ %s';
$strRowLength = 'Øæá ÇáÕÝ';
$strRowSize = ' ãÞÇÓ ÇáÕÝ ';
$strRows = 'ÕÝæÝ';
$strRowsFrom = 'ÕÝæÝ ÊÈÏà ãä';
$strRowsModeFlippedHorizontal = ')ÚäÇæíä ãáÊÝøÉ( ÃÝÞíÇð';
$strRowsModeHorizontal = 'ÃÝÞí';
$strRowsModeOptions = ' %s æ ÅÚÇÏÉ ÇáÑÄæÓ ÈÚÏ %s ÍÞá';
$strRowsModeVertical = 'ÚãæÏí';
$strRowsStatistic = 'ÅÍÕÇÆíÇÊ';
$strRunQuery = 'ÅÑÓÇá ÇáÅÓÊÚáÇã';
$strRunSQLQuery = 'ÊäÝíÐ ÅÓÊÚáÇã/ÅÓÊÚáÇãÇÊ SQL Úáì ÞÇÚÏÉ ÈíÇäÇÊ %s';
$strRunning = ' Úáì ÇáãÒæÏ %s';
$strRussian = 'ÇáÑæÓíÉ';
 
$strSQL = 'SQL';
$strSQLExportType = 'äæÚ ÇáÊÕÏíÑ';
$strSQLOptions = 'ÎíÇÑÇÊ SQL';
$strSQLParserBugMessage = 'åäÇß ÇÍÊãÇá Ãäß ÚËÑÊ Úáì Îáá Ýí ãÏÞÞø SQL. ÑÌÇÁð ÇÎÊÈÑ ÇÓÊÚáÇãß ÈÏÞøÉ¡ æÊÃßøÏ ãä Ãä ÚáÇãÇÊ ÇáÊäÕíÕ ÕÍíÍÉ æãÊØÇÈÞÉ. ÈÚÖ ÃÓÈÇÈ ÇáÅÎÝÇÞ ÇáÃÎÑì ÞÏ Êßæä Ãäß ÊÍÇæá ÊÍãíá ãáÝ íÍÊæí Úáì ÈíÇäÇÊ ÛíÑ äÕøíÉ ÎÇÑÌ ãäØÞÉ ÇáÊäÕíÕ. íãßäß ÃíÖÇð ÊÌÑÈÉ ÇÓÊÚáÇãß ÈæÇÓØÉ ÓØÑ ÃæÇãÑ MySQL. ÞÏ ÊÓÇÚÏß ÑÓÇáÉ ÎØà ÎÇÏã MySQL ÃÏäÇå¡ Åä ßÇäÊ åäÇß æÇÍÏÉ¡ Úáì ÊÔÎíÕ ÇáãÔßáÉ. Åä ÈÞí åäÇß ãÔÇßá Ãæ Åä ÃÎÝÞ ÇáãÏÞøÞ Ýí Ííä äÌÍ ÇÓÊÎÏÇã ÓØÑ ÇáÃæÇãÑ¡ ÑÌÇÁð ÞáøÕ ÍÌã ÇÓÊÚáÇãß áÇÓÊÚáÇã æÇÍÏ íÓÈÈ ÇáãÔßáÉ¡ æÞã ÈÅÑÓÇá ÊÞÑíÑ Îáá ãÚ ÌÒÁ ÇáÈíÇäÇÊ Ýí ãäØÞÉ ÇáÞÕø ÃÏäÇå:';
$strSQLParserUserError = 'íÈÏæ Ãä åäÇß ÎØà Ýí ÇÓÊÚáÇã SQL. ÓæÝ ÊÓÇÚÏß ÑÓÇáÉ ÇáÎØà ãä ÎÇÏã MySQL ÃÏäÇå Ýí ÊÔÎíÕ ÇáãÔßáÉ¡ Åä ßÇä åäÇß æÇÍÏÉ¡.';
$strSQLQuery = 'ÅÓÊÚáÇã-SQL';
$strSQLResult = 'äÇÊÌ ÇÓÊÚáÇã SQL';
$strSQPBugInvalidIdentifer = 'ãÚÑøÝ ÛíÑ ÕÇáÍ';
$strSQPBugUnclosedQuote = 'ÚáÇãÉ ÊäÕíÕ ÛíÑ ãÛáÞÉ';
$strSQPBugUnknownPunctuation = 'äÕ ÊäÞíØ ÛíÑ ãÚÑæÝ';
$strSave = 'ÍÝÜÜÙ';
$strSaveOnServer = 'ÅÍÝÙ Úáì ÇáÎÇÏã Ýí ÇáÏáíá %s';
$strScaleFactorSmall = 'äÓÈÉ ÇáÍÌã ÇáãÍÏÏÉ ÕÛíÑÉ ÌÏÇ áãáÇÆãÉ ÇáãÎØØ Ýí ÕÝÍÉ æÇÍÏÉ.';
$strSearch = 'ÅÈÍË';
$strSearchFormTitle = 'ÅÈÍË Ýí ÞÇÚÏÉ ÇáÈíÇäÇÊ';
$strSearchInTables = 'ÏÇÎá ÇáÌÏæá)ÇáÌÏÇæá(:';
$strSearchNeedle = 'ÇáßáãÇÊ Ãæ ÇáÞíã ÇáãØáæÈ ÇáÈÍË ÚäåÇ (wildcard: "%"):';
$strSearchOption1 = 'Úáì ÇáÃÞá ÃÍÏ ÇáßáãÇÊ';
$strSearchOption2 = 'ßá ÇáßáãÇÊ';
$strSearchOption3 = 'ÇáÌãáÉ ÈÇáÖÈØ';
$strSearchOption4 = 'ßÕíÛÉ ãØÇÈÞÉ';
$strSearchResultsFor = 'ÅÈÍË Ýí ÇáäÊÇÆÌ Úä "<i>%s</i>" %s:';
$strSearchType = 'ÅÈÍË:';
$strSecretRequired = 'íÍÊÇÌ ãáÝ ÇáÅÚÏÇÏ ÇáÂä Åáì ßáãÉ ÇáãÑæÑ ÇáÓÑíøÉ.';
$strSelectADb = 'ÅÎÊÑ ÞÇÚÏÉ ÈíÇäÇÊ ãä ÇáÞÇÆãÉ';
$strSelectAll = 'ÊÍÏíÏ Çáßá';
$strSelectFields = 'ÅÎÊíÇÑ ÍÞæá (Úáì ÇáÃÞá æÇÍÏ):';
$strSelectNumRows = 'Ýí ÇáÅÓÊÚáÇã';
$strSelectTables = 'ÅÎÊÑ ÇáÌÏÇæá';
$strSend = 'ÍÝÙ ßãáÝ';
$strSent = 'ÃõÑÓöá';
$strServer = 'ÎÇÏã';
$strServerChoice = 'ÅÎÊíÇÑ ÇáÎÇÏã';
$strServerStatus = 'ÈíÇäÇÊ ÇáÊÔÛíá';
$strServerStatusUptime = 'ãÖì Úáì Úãá ÎÇÏã MySQL ãÏÉ %s. ÈÏà ÇáÚãá Ýí %s.';
$strServerTabProcesslist = 'ãÚÇáóÌÇÊ';
$strServerTabVariables = 'ãÊÛíøÑÇÊ';
$strServerTrafficNotes = '<b>ÓíúÑ ÇáÎÇÏã</b>: ÊÙåÑ åÐå ÇáÌÏÇæá ÅÍÕÇÆíÇÊ ÓíúÑ ÈíÇäÇÊ ÇáÔÈßÉ áåÐÇ ÇáÎÇÏã ãäÐ ÊÔÛíáå.';
$strServerVars = 'ãÊÛíøÑÇÊ æÃÚÏÇÏÇÊ ÇáÎÇÏã';
$strServerVersion = 'ÅÕÏÇÑÉ ÇáãÒæÏ';
$strSessionValue = 'ÞíãÉ ÇáÌáÓÉ';
$strSetEnumVal = 'ÅÐÇ ßÇä äæÚ ÇáÍÞá åæ "enum" Ãæ "set", ÇáÑÌÇÁ ÅÏÎÇá ÇáÞíã ÈÅÓÊÎÏÇã åÐÇ ÇáÊäÓíÞ: \'a\',\'b\',\'c\'...<br />ÅÐÇ ßäÊ ÊÍÊÇÌ ÈÃä ÊÖÚ ÚáÇãÉ ÇáÔÑØå ÇáãÇÆáå ááíÓÇÑ ("\") Ãæ ÚáÇãÉ ÇáÅÞÊÈÇÓ ÇáÝÑÏíå ("\'") ÝíãÇ Èíä Êáß ÇáÞíã, ÅÌÚáåÇ ßÔÑØå ãÇÆáå ááíÓÇÑ (ãËáÇð \'\\\\xyz\' Ãæ \'a\\\'b\').';
$strShow = 'ÚÑÖ';
$strShowAll = 'ÔÇåÏ Çáßá';
$strShowColor = 'ÃÙåÑ Çááæä';
$strShowDatadictAs = 'ÊäÓíÞ ÞÇãæä ÇáÈíÇäÇÊ';
$strShowFullQueries = 'ÅÚÑÖ ÇáÇÓÊÚáÇãÇÊ ßÇãáÉ';
$strShowGrid = 'ÃÙåÑ ÊÎØíØ ÇáÌÏæá';
$strShowPHPInfo = 'ÚÑÖ ÇáãÚáæãÇÊ ÇáãÊÚáÞÉ È PHP';
$strShowTableDimension = 'ÅÙåÇÑ ÃÈÚÇÏ ÇáÌÏÇæá';
$strShowTables = 'ÔÇåÏ ÇáÌÏæá';
$strShowThisQuery = ' ÚÑÖ åÐÇ ÇáÅÓÊÚáÇã åäÇ ãÑÉ ÃÎÑì ';
$strShowingRecords = 'ãÔÇåÏÉ ÇáÓÌáÇÊ ';
$strSimplifiedChinese = 'ÇáÕíäíÉ ÇáãÈÓØÉ';
$strSingly = '(ÝÑÏí)';
$strSize = 'ÇáÍÌã';
$strSort = 'ÊÕäíÝ';
$strSortByKey = 'ÑÊøÈ ÍÓÈ ÇáãÝÊÇÍ';
$strSpaceUsage = 'ÇáãÓÇÍÉ ÇáãÓÊÛáÉ';
$strSplitWordsWithSpace = 'ÇáßáãÇÊ ãÝÕæáÉ ÈÍÑÝ ãÓÇÝÉ (" ").';
$strStatCheckTime = 'ÇáÊÍÞÞ ÇáÃÎíÑ';
$strStatCreateTime = 'ÇáÅäÔÇÁ';
$strStatUpdateTime = 'ÇáÊÍÏíË ÇáÃÎíÑ';
$strStatement = 'ÃæÇãÑ';
$strStatus = 'æÖúÚ';
$strStrucCSV = 'ÈíÇäÇÊ CSV';
$strStrucData = 'ÇáÈäíÉ æÇáÈíÇäÇÊ';
$strStrucDrop = ' ÅÖÇÝÉ \'ÍÐÝ ÌÏæá ÅÐÇ ßÇä ãæÌæÏÇ\' Ýí ÇáÈÏÇíÉ';
$strStrucExcelCSV = 'ÈíÇäÇÊ CSV áÈÑäÇãÌ ãíßÑæÓæÝÊ ÅßÓá';
$strStrucOnly = 'ÇáÈäíÉ ÝÞØ';
$strStructPropose = 'ÇÞÊÑÍ ÈäÇÁ ÇáÌÏæá';
$strStructure = 'ÈäÇÁ';
$strSubmit = 'ÅÑÓÇá';
$strSuccess = 'ÇáÎÇÕ Èß Êã ÊäÝíÐå ÈäÌÇÍ SQL-ÅÓÊÚáÇã';
$strSum = 'ÇáãÌãæÚ';
$strSwedish = 'ÇáÓæíÏíÉ';
$strSwitchToTable = 'ÈÏøá Åáì ÇáÌÏæá ÇáãäÓæÎ';
 
$strTable = 'ÇáÌÏæá ';
$strTableComments = 'ÊÚáíÞÇÊ Úáì ÇáÌÏæá';
$strTableEmpty = 'ÅÓã ÇáÌÏæá ÝÇÑÛ!';
$strTableHasBeenDropped = 'ÌÏæá %s ÍõÐÝÊ';
$strTableHasBeenEmptied = 'ÌÏæá %s ÃõÝÑÛÊ ãÍÊæíÇÊåÇ';
$strTableHasBeenFlushed = 'áÞÏ Êã ÅÚÇÏÉ ÊÍãíá ÇáÌÏæá %s ÈäÌÇÍ';
$strTableMaintenance = 'ÕíÇäÉ ÇáÌÏæá';
$strTableOfContents = 'ÌÏæá ÇáãÍÊæíÇÊ';
$strTableOptions = 'ÎíÇÑÇÊ ÇáÌÏæá';
$strTableStructure = 'ÈäíÉ ÇáÌÏæá';
$strTableType = 'äæÚ ÇáÌÏæá';
$strTables = '%s ÌÏæá (ÌÏÇæá)';
$strTblPrivileges = 'ÕáÇÍíÇÊ ÎÇÕÉ ÈÇáÌÏæá';
$strTextAreaLength = ' ÈÓÈÈ Øæáå,<br /> Ýãä ÇáãÍÊãá Ãä åÐÇ ÇáÍÞá ÛíÑ ÞÇÈá ááÊÍÑíÑ ';
$strThai = 'ÇáÊÇíáäÏíÉ';
$strThisHost = 'åÐÇ ÇáãÖíÝ';
$strThisNotDirectory = 'áã íßä åÐÇ ÏáíáÇð';
$strThreadSuccessfullyKilled = 'Êã ÅíÞÇÝ ÇáÚãáíøÉ %s ÈäÌÇÍ.';
$strTime = 'æÞÊ';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'ÇáãÌãæÚ';
$strTotalUC = 'ãÌãæÚ ßáøí';
$strTraditionalChinese = 'ÇáÕíäíÉ ÇáÊÞáíÏíÉ';
$strTraffic = 'ÈíÇäÇÊ ÓíÑ';
$strTransformation_image_jpeg__inline = 'íÙåÑ ÕæÑÉ ãÕÛÑÉ ááÖÛØ ÚáíåÇ¡ ÇáÎíÇÑÇÊ: ÇáÚÑÖ¡ ÇáÇÑÊÝÇÚ ÈÇáÈßÓá )æíÈÞí ÇáÊäÇÓÈ ÇáÃÕáí ááÍÌã(.';
$strTransformation_image_jpeg__link = 'íÙåÑ ÑÇÈØÇð áåÐå ÇáÕæÑÉ (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'ÅÚÑÖ ÕæÑ/jpeg: ÈäÝÓ ÇáÓØÑ';
$strTransformation_text_plain__dateformat = 'íÊØáøÈ TIME, TIMESTAMP Ãæ DATETIME æÇáÊäÓíÞ ÈÇÓÊÎÏÇã ÊäÓíÞ ÇáÊÇÑíÎ ÇáãÍáí ÇáÎÇÕ Èß. ÇáÎíÇÑ ÇáÃæá åæ ÇáÊÚÏíá )ÈÇáÓÇÚÇÊ) æÇáÐí ÓæÝ íÖÇÝ Åáì timestamp )ÕÝÑ ÈÔßá ÇÝÊÑÇÖí(. ÇáÎíÇÑ ÇáËÇäí åæ ÊäÓíÞ ÊÇÑíÎ ãÎÊáÝ ÈäÇÁð Úáì ÇáãÊÛíÑÇÊ ÇáãÊæÝÑÉ áÜPHP strftime().';
$strTransformation_text_plain__external = 'áíäßÓ ÝÞØ: íÔÛøá ÊØÈíÞÇð ÎÇÑÌíÇð æ íÞæã ÈÊÛÐíÉ ÈíÇäÇÊ ÇáÍÞá ÚÈÑ ÇáãÏÎá ÇáÇÝÊÑÇÖí. íÓÊÑÌÚ ãÎÑÌÇÊ ÇáÊØÈíÞ ÇáÇÝÊÑÇÖíÉ. ÇáÞíãÉ ÇáÇÝÊÑÇÖíÉ åí Tidy¡ ßí ÊØÈÚ ÔíÝÑÉ äÕ HTML ÈÔßá Ìãíá. áÃÓÈÇÈ ÃãäíÉ¡ Úáíß Ãä ÊÞæã ÈÊÚÏíá ÇáãáÝ libraries/transformations/text_plain__external.inc.php æÅÖÇÝÉ ÇáÃÏæÇÊ ÇáÊí ÊÑíÏ Ãä ÊÓãÍ áåÇ ÈÇáÚãá. ÇáÎíÇÑ ÇáÃæá ÚäÏ Ðáß åæ ÑÞã ÇáÈÑäÇãÌ ÇáÐí ÊÑíÏ Ãä ÊÓÊÎÏãå æÇáÎíÇÑ ÇáËÇäí åæ ÇáãÊÛíÑÇÊ ááÈÑäÇãÌ. ÓæÝ íÞæã ÇáÎíÇÑ ÇáËÇáË¡ Åä ÍÏÏ ÈÞíãÉ 1¡ ÈÊÍæíá ÇáãÎÑÌÇÊ ÈÇÓÊÎÏÇã htmlspecialchars() )ÇáÞíãÉ ÇáÇÝÊÑÇÖíÉ 1(. ãÊÛíÑ ÑÇÈÚ¡ Åä ÍÏÏ ÈÞíãÉ 1 ÓæÝ íÖíÝ ÇáÕÝÉ NOWRAP Åáì ÇáÎáíÉ ÇáÍÇæíÉ ÍÊì íÕÈÍ ÇáãÎÑÌ ÈÃßãáå ÈÏä ÅÚÇÏÉ ÊäÓíÞ )ÇáÞíãÉ ÇáÇÝÊÑÇÖíÉ 1(.';
$strTransformation_text_plain__formatted = 'íõÈÞí ÇáÊäÓíÞ ÇáÃÕáí ááÍÞá. áÇ íÊã Úãá Ãí Escaping.';
$strTransformation_text_plain__imagelink = 'ÊÙåÑ ÕæÑÉ æÑÇÈØ¡ íÊÍæí ÇáÍÞá Úáì ÅÓã ÇáãáÝ¡ ÇáÎíÇÑ ÇáÃæá åæ ÓÇÈÞÉ ãËá "http://domain.com/"¡ æÇáÎíÇÑ ÇáËÇäí åæ ÇáÚÑÖ ÈÇáÈßÓá¡ æÇáËÇáË åæ ÇáÇÑÊÝÇÚ.';
$strTransformation_text_plain__link = 'ÊÙåÑ ÑÇÈØÇð¡ ÇáÍÞá íÍÊæí ÅÓã ÇáãáÝ¡ æÇáÎíÇÑ ÇáÃæá åæ ÓÇÈÞÉ ãËá "http://domain.com/"¡ æÇáÎíÇÑ ÇáËÇäí åæ ÇáÚäæÇä ááÑÇÈØ.';
$strTransformation_text_plain__substr = 'íÙåÑ ÝÞØ ÌÒÁð ãä ÇáäÕ. ÇáÎíÇÑ ÇáÃæá íÍÏÏ ãßÇä ÈÏÁ ÙåæÑ ÇáäÕ )ÕÝÑ ÈÔßá ÇÝÊÑÇÖí(. ÇáÎíÇÑ ÇáËÇäí åæ ÊÚÏíá ßãø ÇáäÕ ÇáãÓÊÑÌÚ. Åä ßÇä ÝÇÑÛÇð¡ íÓÊÑÌÚ ßá ÇáäÕ ÇáÈÇÞí. ÇáÎíÇÑ ÇáËÇáË íÚÑÝ Ãí ãä ÇáÃÍÑÝ ÓæÝ ÊÖÇÝ Åáì ÇáãÎÑÌÇÊ ÚäÏ ÇÓÊÑÌÇÚ ÌÒÁ ãä ÇáäÕ )... ÈÔßá ÇÝÊÑÇÖí(.';
$strTruncateQueries = 'ÅÍÐÝ ÇáÇÓÊÚáÇãÇÊ ÇáãÚÑæÖÉ';
$strTurkish = 'ÇáÊÑßíÉ';
$strType = 'ÇáäæÚ';
 
$strUkrainian = 'ÇáÃßÑÇäíÉ';
$strUncheckAll = 'ÅáÛÇÁ ÊÍÏíÏ Çáßá';
$strUnicode = 'íæäíßæÏ';
$strUnique = 'ããíÒ';
$strUnknown = 'ÛíÑ ãÚÑæÝÉ';
$strUnselectAll = 'ÅáÛÇÁ ÊÍÏíÏ Çáßá';
$strUpdComTab = 'ÑÌÇÁ ÑÇÌÚ ÇáÊæËíÞ áßíÝíÉ ÊÍÏíË ÌÏæá Column_comments.';
$strUpdatePrivMessage = 'áÞÏ ÌÏÏÊ æÍÏËÊ ÇáÅãÊíÇÒÇÊ áÜ %s.';
$strUpdateProfileMessage = 'áÞÏ Êã ÊÌÏíÏ ÇáÚÑÖ ÇáÌÇäÈí.';
$strUpdateQuery = 'ÊÌÏíÏ ÅÓÊÚáÇã';
$strUpgrade = 'Úáíß ÇáÊÍÏíË Åáì %s %s Ãæ áÇÍÞÇ.';
$strUsage = 'ÇáãÓÇÍÉ';
$strUseBackquotes = 'ÍãÇíÉ ÃÓãÇÁ ÇáÌÏÇæá æ ÇáÍÞæá È "`" ';
$strUseHostTable = 'ÇÓÊÎÏã ÇáÌÏæá ÇáãÖíÝ';
$strUseTables = 'ÅÓÊÎÏã ÇáÌÏæá';
$strUseTextField = 'ÇÓÊÎÏã ÍÞá äÕø';
$strUseThisValue = 'ÇÓÊÎÏã åÐå ÇáÞíãÉ';
$strUser = 'ÇáãÓÊÎÏã';
$strUserAlreadyExists = 'ÅÓã ÇáãÓÊÎÏã %s ãæÌæÏ ãÓÈÞÇð!';
$strUserEmpty = 'ÅÓã ÇáãÓÊÎÏã ÝÇÑÛ!';
$strUserName = 'ÅÓã ÇáãÓÊÎÏã';
$strUserNotFound = 'ÇáãÓÊÎÏã ÇáãÍÏÏ ÛíÑ ãæÌæÏ Ýí ÌÏæá ÇáÕáÇÍíÇÊ.';
$strUserOverview = 'ãÚáæãÇÊ ÇáãÓÊÎÏã';
$strUsersDeleted = 'Êã ÍÐÝ ÇáãÓÊÎÏãíä ÇáãÍÏÏíä ÈäÌÇÍ.';
$strUsersHavingAccessToDb = 'ÇáãÓÊÎÏãíä Ðæí ÕáÇÍíÉ ÇáæÕæá Åáì &quot;%s&quot;';
 
$strValidateSQL = 'ÇáÊÍÞÞ ãä ÇÓÊÚáÇã SQL';
$strValidatorError = 'áã íãßä ÊÔÛíá ãÍÞÞ SQL. ÇáÑÌÇÁ ÇáÊÃßÏ ããÇ ÅÐÇ ßäÊ ËÈøÊúÊ ÅÖÇÝÇÊ PHP ßãÇ åæ ãÔÑæÍ Ýí %sÇáÊæËíÞ%s.';
$strValue = 'ÇáÞíãå';
$strVar = 'ãÊÛíøÑ';
$strViewDump = 'ÚÑÖ ÈäíÉ ÇáÌÏæá ';
$strViewDumpDB = 'ÚÑÖ ÈäíÉ ÞÇÚÏÉ ÇáÈíÇäÇÊ';
$strViewDumpDatabases = 'ÅÚÑÖ Ãæ ÅÍÝÙ ÈäÇÁ ÞæÇÚÏ ÇáÈíÇäÇÊ.';
 
$strWebServerUploadDirectory = 'Ïáíá ÊÍãíá ÇáãáÝÇÊ Úáì ÎÇÏã ÇáÔÈßÉ';
$strWebServerUploadDirectoryError = 'ÇáÏáíá ÇáÐí ÍÏÏÊå áÊÍãíá Úãáß áÇ íãßä ÇáæÕæá Åáíå.';
$strWelcome = 'ÃåáÇð Èß Ýí %s';
$strWestEuropean = 'ÃæÑæÈÇ ÇáÛÑÈíÉ';
$strWildcard = 'ÍÑÝ ÔÇãá';
$strWindowNotFound = 'áã íãßä ÊÍÏíË äÇÝÐÉ ÇáãÊÕÝÍ ÇáãÓÊåÏÝÉ. íÈÏæ Ãäß ÃÛáÞÊ ÇáÑÆíÓíÉ Ãæ Ãä ãÓÊÚÑÖß íãäÚ ÇáÊÍÏíË ÚÈÑ ÇáäæÇÝÐ ÈÓÈÈ ÅÚÏÇÏÇÊ ÇáÃãÇä.';
$strWithChecked = ': Úáì ÇáãÍÏÏ';
$strWritingCommentNotPossible = 'ßÊÇÈÉ ÇáÊÚáíÞ ÛíÑ ããßä';
$strWritingRelationNotPossible = 'ßÊÇÈÉ ÇáÚáÇÞÉ ÛíÑ ããßäÉ';
$strWrongUser = 'ÎØà ÅÓã ÇáãÓÊÎÏã/ßáãÉ ÇáÓÑ. ÇáÏÎæá ããäæÚ.';
 
$strXML = 'XML';
 
$strYes = 'äÚã';
 
$strZeroRemovesTheLimit = 'ãáÇÍÙÉ: ÊÛííÑ åÐå ÇáÎíÇÑÇÊ ááÑÞã 0 )ÕÝÑ( íáÛí ÇáÍÏø.';
$strZip = '"zipped" "ãÖÛæØ"';
 
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/azerbaijani-iso-8859-9.inc.php
0,0 → 1,1002
<?php
/* $Id: azerbaijani-iso-8859-9.inc.php,v 2.118.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
// tercümedeki eksiklerimi ve ya sehv olduðunu düþündüyünüz yerleri shehriyari@trcomm.net adresine göndere bilersiniz...
// Þehriyar Ýmanov 30 Avqust 2003... Shehi
 
$charset = 'iso-8859-9';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bayt', 'KB', 'MB', 'QB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Baz', 'Baz Ert', 'Çerþ Axþ', 'Çerþ', 'Cüme Axþ', 'Cüme', 'Þen');
$month = array('Yan', 'Fev', 'Mar', 'Apr', 'May', 'Ýyun', 'Ýyul', 'Avq', 'Sent', 'Okt', 'Noy', 'Dek');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y saat %H:%M';
$timespanfmt = '%s gün, %s saat, %s deqiqe ve %s saniye';
 
$strAbortedClients = 'Dayandýrýlmýþ Elaqeler';
$strAbsolutePathToDocSqlDir = 'Xahiþ edirik, docSQL direktoriyasýna webserver-deki mütleq yolu (absolute path) gösterin.';
$strAccessDenied = 'Giriþ Tesdiq Edilmedi';
$strAction = 'Fealiyyetler';
$strAddAutoIncrement = 'AUTO_INCREMENT deyeri elave et';
$strAddDeleteColumn = 'Sahe Sütunlarýný Elave Et/Sil';
$strAddDeleteRow = 'Kriteria Setirlerini Elave Et/Sil';
$strAddDropDatabase = 'DROP DATABASE elave et';
$strAddedColumnComment = 'Bu sütun üçün qýsa izahat elave edildi';
$strAddedColumnRelation = 'Sütun üçün elaqe elave edildi';
$strAddHeaderComment = 'Baþlýða xülase me\'lumatý elave et (\\n yeni setire keçir)';
$strAddIfNotExists = 'IF NOT EXISTS elave et';
$strAddIntoComments = 'Xülaseye elave et';
$strAddNewField = 'Yeni sahe elave et';
$strAddPrivilegesOnDb = 'Aþaðýdaký me\'lumat bazasý üçün selahiyyet müeyyen et';
$strAddPrivilegesOnTbl = 'Aþaðýdaký cedvel üçün selahiyyetler müeyyen et';
$strAddSearchConditions = 'Axtarýþ þertlerini gir ("where" ifadesinin esas metni):';
$strAddToIndex = 'Ýndekse &nbsp;%s&nbsp;sütun elave et';
$strAddUserMessage = 'Yeni istifadeçi elave etdiniz.';
$strAddUser = 'Yeni Ýstifadeçi elave Et';
$strAdministration = 'Administrasiya';
$strAffectedRows = 'Deyiþen setir sayý:';
$strAfterInsertBack = 'Evvelki sehifeye qayýt';
$strAfterInsertNewInsert = 'Teze bir setir daha gir';
$strAfterInsertNext = 'Bir sonraký setre keç';
$strAfterInsertSame = 'Bu sehifeye geri dön';
$strAfter = 'Sonra: %s';
$strAll = 'All';
$strAllTableSameWidth = 'eyni enli bütün cedveller gösterilsinmi?';
$strAlterOrderBy = 'Cedvel sýrasýna buna göre yeniden qur';
$strAnalyzeTable = 'Cedveli analiz et';
$strAnd = 'Ve';
$strAnIndex = '%s üzerine indeks elave edildi';
$strAny = 'Her hansý';
$strAnyHost = 'Her hansý host';
$strAnyUser = 'Her hansý istifadeçi';
$strAPrimaryKey = '%s üzerine Birinci Dereceli Açar elave edildi.';
$strArabic = 'Ereb';
$strArmenian = 'Ermeni';
$strAscending = 'Artan sýrada';
$strAtBeginningOfTable = 'Cedvelin baþýna';
$strAtEndOfTable = 'Cedvelin sonuna';
$strAttr = 'Xüsusiyyetler';
$strAutodetect = 'Avtomatik';
$strAutomaticLayout = 'Automatik þablon';
 
$strBack = 'Geri';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - deyiþiklik etme';
$strBookmarkDeleted = 'Bookmark silindi.';
$strBookmarkLabel = 'Etiket';
$strBookmarkQuery = 'Bookmark-lanmýþ SQL sorðusu';
$strBookmarkThis = 'Bu SQL sorðusunu bookmark-la';
$strBookmarkView = 'Sadece göster';
$strBrowse = 'Ýçindekiler';
$strBulgarian = 'Bolqar Dili';
$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.';
$strBzip = '"bzip"lenmiþ';
 
$strCannotLogin = 'MySQL server-e gire bilmirem';
$strCantLoadRecodeIconv = 'Charset çevirmeleri üçün lazým olan iconv ve ya recode uzantýlarýný yükleye bilmirem; ya php-ni bu uzantýlarý istifade ede bilmesi üçün yeniden quraþdýrýn ya da phpMyAdmin-de charset çevirme xüsusiyyetini söndürün.';
$strCantLoad = '%s uzantýsýný (extension) yükleye bilmirem,<br />xahiþ edirem PHP Konfiqurasiyaný gözden keçir.';
$strCantRenameIdxToPrimary = 'Ýndeksi Birinci Dereceli (PRIMARY) olaraq yeniden adlandýra bilmirem!';
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
$strCardinality = 'Cardinality';
$strCentralEuropean = 'Merkezi Avropa';
$strChangeCopyModeCopy = '... köhnesini saxla.';
$strChangeCopyModeDeleteAndReload = ' ... istifadeçi cedvellerinden köhnesini sil ve ardýndan selahiyyetleri yeniden yükle.';
$strChangeCopyMode = 'Eyni selahiyyetlere sahib yeni istifadeçi qur ve ...';
$strChangeCopyModeJustDelete = ' ... istifadeçi cedvellerinden köhnesini sil.';
$strChangeCopyModeRevoke = ' ... köhne istifadeçinin selahiyyetlerini elinden alaraq onu sil.';
$strChangeCopyUser = 'Sistem Giriþ Me\'lumatýný Deyiþdir / Ýstifadeçini Kopyala';
$strChange = 'Deyiþdir';
$strChangeDisplay = 'Gösterilecek Saheni Seç';
$strChangePassword = 'Parolu Deyiþdir';
$strCharset = 'Charset';
$strCharsetOfFile = 'Faylýn Charset-i:';
$strCheckAll = 'Hamýsýný Seç';
$strCheckPrivsLong = '&quot;%s&quot; bazasý üçün selahiyyetleri gözden keçir.';
$strCheckPrivs = 'Selahiyyetleri Gözden Keçir';
$strCheckTable = 'Cedveli yoxla';
$strChoosePage = 'Xahiþ edirem, deyiþdirilecek Sehifeni seç';
$strColComFeat = 'Sütun Qýsa Ýzahatýný Deyiþdir';
$strColumnNames = 'Sütun adlarý';
$strColumnPrivileges = 'Sütunaxas Selahiyyetler';
$strCommand = 'Komanda Tipi';
$strComments = 'Qýsa Ýzahatlar';
$strCompleteInserts = 'Tam giriþli';
$strCompression = 'Sýxýþdýrma';
$strConfigFileError = 'phpMyAdmin konfiqurasiya faylýnýzý oxuya bilmedi!<br />Bunun sebebi fayldaký parse error ya da faylýn mövcud olmamasý ola biler.<br />Xahiþ edirem aþaðýdaký link-i istifade ederek konfiqurasiya faylýný çaðýrýn ve aldýðýnýz php xeta mesaj(lar)ýný oxuyun. Bir çox halda ya tek dýrnaq ya da nöqteli vergül eksikliyi vardýr.<br />Eger boþ sehife ile qarþýlaþsanýz, demek ki, her þey qaydasýndadýr.';
$strConfigureTableCoord = 'Xahiþ edirem, %s cedveli üçün koordinatlarý yeniden müeyyen et.';
$strConnectionError = 'Elaqe qura bilmirem: yalnýþ quruluþ.';
$strConnections = 'Elaqeler';
$strCookiesRequired = 'Sisteme girebilmeniz üçün çerez fayllarý (cookie-ler) aktiv olmalýdýr.';
$strCopyTable = 'Cedveli kopyala (me\'lumat bazasý<b>.</b>cedvel):';
$strCopyTableOK = '%s cedveli %s - e kopyalandý.';
$strCopyTableSameNames = 'Cedveli eynisinin üzerine kopyalaya bilmerem!';
$strCouldNotKill = 'phpMyAdmin %s emeliyyat thread-ini söndüre (kill) bilmedi. Böyük ehtimal artýq söndürülmüþdür.';
$strCreateIndex = '&nbsp;%s&nbsp;sütunda indeks yarat';
$strCreateIndexTopic = 'Yeni indeks qur';
$strCreateNewDatabase = 'Yeni me\'lumat bazasý qur';
$strCreateNewTable = '%s bazasýnda yeni cedvel qur';
$strCreatePage = 'Yeni Sehife qur';
$strCreatePdfFeat = 'PDF-lerin qurulmasý';
$strCreate = 'Qur';
$strCreationDates = 'Quruluþ/Deyiþdirilme/Yoxlama tarixleri';
$strCriteria = 'Kriteriyalar';
$strCroatian = 'Xorvat Dili';
$strCSVOptions = 'CSV variantlarý';
$strCyrillic = 'Kiril';
$strCzechSlovak = 'Çex-Slovak';
 
$strDatabaseExportOptions = 'Me\'lumat bazasý eksport variantlarý';
$strDatabaseHasBeenDropped = '%s bazasý leðv edildi.';
$strDatabase = 'Me\'lumat Bazasý';
$strDatabasesDropped = '%s bazasý müveffeqiyyetle leðv edildi.';
$strDatabases = 'Me\'lumat Bazalarý';
$strDatabasesStatsDisable = 'Statistikalarý Söndür';
$strDatabasesStatsEnable = 'Statistikalarý Aktivleþdir';
$strDatabasesStatsHeavyTraffic = 'Qeyd: Me\'lumat Bazasý statistikalarýný burada aktivleþdirmekle webserver-le MySQL server arasýnda aðýr neqliyyata sebeb ola bilersiniz.';
$strDatabasesStats = 'Me\'lumat Bazasý Statistikalarý';
$strDataDict = 'Me\'lumat lüðeti';
$strData = 'Me\'lumat';
$strDataOnly = 'Sadece me\'lumat';
$strDBComment = 'Baza qýsa izahatý: ';
$strDBGContextID = 'Kontekst Nömresi';
$strDBGContext = 'Metn (kontekst)';
$strDBGHits = 'Hit-ler';
$strDBGLine = 'Setr';
$strDBGMaxTimeMs = 'Min. müddet, ms';
$strDBGMinTimeMs = 'Maks. müddet, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vaxt/Hit, ms';
$strDBGTotalTimeMs = 'Toplam müddet, ms';
$strDbPrivileges = 'Me\'lumat Bazasýna Mexsus Selahiyyetler';
$strDbSpecific = 'bazayaxas';
$strDefault = 'Baþlanðýc deyeri';
$strDefaultEngine = '%s bu MySQL serverinde esas depolama motoru olaraq qurulmuþdur.';
$strDefaultValueHelp = 'Baþlanðýc deyer girerken, sadece deyeri girin, ters kesr escape-leme ya da dýrnaqdan istifade etmeyin, bu formatý te\'qib edin: a';
$strDeleteAndFlush = 'Bütün istifadeçileri sil ve ardýndan selahiyyetleri yeniden yükle.';
$strDeleteAndFlushDescr = 'Bu en temiz yoldur, amma selahiyyetlerin yeniden yüklenmesi zaman teleb ede biler.';
$strDeletedRows = 'Silinen setir sayý:';
$strDeleted = 'Setir silindi';
$strDelete = 'Sil';
$strDeleting = '%s silinir';
$strDelOld = 'Hal-hazýrki sehifen artýq mövcud olmayan Cedvellere baðlýdýr. Bu elaqelerin silinmesini istermisiniz?';
$strDescending = 'Azalan sýrada';
$strDisabled = 'Söndürülüb';
$strDisplayFeat = 'Xüsusiyyetleri Göster';
$strDisplayOrder = 'Sýralama þekli:';
$strDisplayPDF = 'PDF sxemini göster';
$strDoAQuery = '"nümuneye göre sorðu" gönderin (xüsusi iþare: "%")';
$strDocu = 'Dokumentasiya';
$strDoYouReally = 'Aþaðýdaký sorðunu icra etdirmekten eminsiniz ';
$strDropDatabaseStrongWarning = 'Bütün bazaný YOX ETMEK üzeresiniz!';
$strDrop = 'Leðv et';
$strDropUsersDb = 'Ýstifadeçilerle eyni adlý me\'lumat bazalarýný leðv et.';
$strDumpingData = 'Sxemi çýxarýlan cedvel';
$strDumpSaved = 'Sxem %s faylýna qeyd edildi.';
$strDumpXRows = '%s setri %s nömreli qeydden baþlayaraq göster.';
$strDynamic = 'dinamik';
 
$strEdit = 'Deyiþdir';
$strEditPDFPages = 'PDF Sehifelerini Deyiþdir';
$strEditPrivileges = 'Selahiyyetleri Deyiþdir';
$strEffective = 'Effektiv';
$strEmpty = 'Boþalt';
$strEmptyResultSet = 'MySQL boþ netice çoxluðu gönderdi (ye\'ni sýfýr setir).';
$strEnabled = 'Enabled';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnd = 'Son';
$strEngineDisabled = '%s motoru bu serverde söndürülmüþdür.';
$strEngines = 'Motorlar';
$strEngineUnsupported = 'Bu MySQL server %s depolama motorunu desteklememektedir.';
$strEnglishPrivileges = ' Qeyd: MySQL selahiyyet adlarý ingilis dilinde ifade edilmiþdir ';
$strEnglish = 'Ýngilis Dili';
$strError = 'Xeta';
$strEstonian = 'Eston Dili';
$strExcelEdition = 'Excel versiyasý';
$strExcelOptions = 'Excel variantlarý';
$strExplain = 'SQL-i Ýzah Et';
$strExport = 'Eksport';
$strExtendedInserts = 'Geniþletilmiþ giriþli';
$strExtra = 'Elave Xüs.';
 
$strFailedAttempts = 'Uðursuz Cehdler';
$strFieldHasBeenDropped = '%s sahesi leðv edildi';
$strField = 'Sahe';
$strFieldsEmpty = ' Sahe sayðacý boþdur! ';
$strFieldsEnclosedBy = 'Saheler ehate edildiyi iþare';
$strFieldsEscapedBy = 'Sahelerin escape edildiyi iþare';
$strFields = 'Sahe sayý';
$strFieldsTerminatedBy = 'Sahelerin yox edildiyi (terminate) iþare';
$strFileAlreadyExists = '%s faylý serverda onsuz da mövcuddur, ya faylýn adýný deyiþdir ya da üzerine yazma variantlarýný.';
$strFileCouldNotBeRead = 'Fayl oxuna bilmir';
$strFileNameTemplate = 'Fayl adý nomenklaturasý';
$strFileNameTemplateRemember = 'nomenklaturaný unutma';
$strFixed = 'fixed';
$strFlushPrivilegesNote = 'Qeyd: phpMyAdmin istifadeçi selahiyyetlerini birbaþa MySQL-in selahiyyetler cedvellerinden almaqdadýr. Eger elle nizamlamalar edilmiþse, bu cedvellerin içerisindekiler webserver-in istifade etdiklerinden ferqli ola biler. Bu halda, davam etmeden evvel, selahiyyetleri yeniden yüklemelisiniz.';
$strFlushTable = 'Cedveli flush-la ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Formda eksik girilmiþ deyer var!';
$strFullText = 'Tam Metnler (Full Text)';
$strFunction = 'Funksiya';
 
$strGenBy = 'Qurucu';
$strGeneralRelationFeat = 'Ümumi elaqe variantlarý';
$strGenTime = 'Hazýrlanma Vaxtý';
$strGeorgian = 'Gürcü';
$strGlobalPrivileges = 'Qlobal selahiyyetler';
$strGlobal = 'qlobal';
$strGlobalValue = 'Qlobal deyer';
$strGo = 'Davam';
$strGrantOption = 'Ýcaze ver';
$strGzip = '"gzip"lenmiþ';
 
$strHasBeenAltered = 'deyiþdirildi.';
$strHasBeenCreated = 'quruldu.';
$strHaveToShow = 'Gösterilmesi üçün en az bir sütun seçmelisiniz';
$strHebrew = 'Ýbrani Dili';
$strHexForBinary = 'Ýkili saheler üçün hekzadesimaldan istifade et';
$strHome = 'Baþlanðýc';
$strHomepageOfficial = 'phpMyAdmin Resmi Ýnternet Sehifesi';
$strHostEmpty = 'Host adý boþdur!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 eksport variantlarý';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 eksport variantlarý';
$strHungarian = 'Macar Dili';
 
$strId = 'Nömre';
$strIdxFulltext = 'Tam metn (Fulltext)';
$strIgnore = 'Diqqete Alma';
$strIgnoringFile = '%s Diqqete Almama (Ignore) faylý';
$strImportDocSQL = 'docSQL Fayllarýný Ýmport Et';
$strImportFiles = 'Fayllarý import et';
$strIndexes = 'Indeksler';
$strIndexHasBeenDropped = '%s indeksi leðv edildi';
$strIndexName = 'Ýndex adý&nbsp;:';
$strIndexType = 'Ýndex tipi&nbsp;:';
$strIndex = 'Ýndeks';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Konfiqurasiya faylýnýzda MySQL baþlanðýc deyerleri (parolsuz root istifadeçisi) mövcuddur ki, bu da tehlükesizlik nöqteyi nezerinden e\'tibarlý deyildir.';
$strInsertAsNewRow = 'Yeni setir olaraq elave et';
$strInsertedRowId = 'Elave edilen setir nömresi (id):';
$strInsertedRows = 'Elave edilen setir sayý:';
$strInsert = 'Elave et';
$strInsertNewRow = 'Yeni setir elave et';
$strInUse = 'istifadede';
 
$strJumpToDB = '&quot;%s&quot; me\'lumat bazasýna keç.';
$strJustDeleteDescr = '&quot;Silinmiþ&quot; istifadeçiler selahiyyetler yeniden yüklenene qeder server-e gire bilecekler.';
$strJustDelete = 'Sadece olaraq selahiyyet cedvellerindeki istifadeçileri sil.';
 
$strKeepPass = 'Parolu deyiþdirme';
$strKeyname = 'Açar söz';
$strKill = 'Söndür';
 
$strLandscape = 'Landþaft';
$strLatexCaption = 'Cedvel baþlýðý';
$strLatexContinuedCaption = 'Cedvel baþlýðýnýn davamý';
$strLatexContinued = '(davamý)';
$strLatexIncludeCaption = 'Cedvel baþlýðýný daxil et';
$strLatexLabel = 'Etiket açarý';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX variantlarý';
$strLengthSet = 'Uzunluq/Deyerler*';
$strLimitNumRows = 'Sehife baþýna düþen setir sayý';
$strLinesTerminatedBy = 'Setir leðvedicisi (Lines terminated by)';
$strLinkNotFound = 'Link tapýlmadý';
$strLinksTo = 'Links to';
$strLithuanian = 'Litva Dili';
$strLocalhost = 'Yerli';
$strLocationTextfile = 'tekst faylýndan yükleyerek';
$strLoginInformation = 'Sisteme Giriþ Me\'lumatý';
$strLogin = 'Sisteme Giriþ';
$strLogout = 'Sistemden Çýxýþ';
$strLogPassword = 'Parol:';
$strLogUsername = 'Ýstifadeçi Adý:';
 
$strMaximumSize = 'En çox: %s%s';
$strMIME_available_mime = 'Mövcud olan MIME-tipleri';
$strMIME_available_transform = 'Mövcud transformasiyalar';
$strMIME_description = 'Haqqýnda';
$strMIME_MIMEtype = 'MIME-tipi';
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';
$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\').';
$strMIME_transformation_options = 'Transformasiya variantlarý';
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
$strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify';
$strMoveTable = 'Cedveli daþý (me\'lumat bazasý<b>.</b>cedvel):';
$strMoveTableOK = '%s cedveli %s - e daþýnmýþdýr.';
$strMoveTableSameNames = 'Can\'t move table to same one!';
$strMyISAMMaxExtraSortFileSize = 'Ýndeks yaradýlarken istifade olunan keçici fayllarýn maksimum boyu';
$strMyISAMMaxSortFileSize = 'Keçici sýralama fayllarýnýn maksimum boyu';
$strMyISAMRecoverOptions = 'Avtomatik qurtarma rejimi';
$strMyISAMSortBufferSize = 'Sýralama buferinin (keçici yaddaþýnýn) boyu';
$strMySQLCharset = 'MySQL charset';
$strMySQLSaid = 'MySQL deyir: ';
$strMySQLShowProcess = 'Prosesleri göster';
$strMySQLShowStatus = 'MySQL runtime me\'lumatýný göster';
$strMySQLShowVars = 'MySQL sistem deyiþenlerini göster';
 
$strName = 'Adý';
$strNext = 'Sonraký';
$strNoDatabases = 'Baza seçilmemiþdir ve ya mövcud deyildir.';
$strNoDatabasesSelected = 'Heç bir baza seçilmemiþdir.';
$strNoDescription = 'Haqqýnda me\'lumat (description) mövcud deyildir';
$strNoDetailsForEngine = 'Bu depolama motoru haqqýnda etrafli status me\'lumatý mövcud deyildir.';
$strNoDropDatabases = '"DROP DATABASE" ifadeleri söndürülmüþdür (disabled).';
$strNoExplain = 'SQL Ýzah Et-i Keç';
$strNoFrames = 'phpMyAdmin <b>frame-destekli</b> görüntüleyicilerle (browser) daha yaxþý iþleyir.';
$strNoIndexPartsDefined = 'Ýndeks qisimleri te\'yin edilmedi!';
$strNoIndex = 'Ýndeks te\'yin edilmedi!';
$strNoModification = 'Deyiþiklik Yoxdur';
$strNone = 'Heç biri';
$strNoOptions = 'Bu formatýn variantlarý yoxdur';
$strNoPassword = 'Parol Yoxdur';
$strNoPermission = 'Webserver-in %s faylýný saxlama izni yoxdur.';
$strNoPhp = 'PHP Kodunu Gösterme';
$strNoPrivileges = 'Selahiyyet çatýþmazlýðý';
$strNoRights = 'Burada olma haqqýnýz yoxdur!';
$strNoSpace = '%s faylýný saxlamaq üçün lazým olan yer çatýþmýr.';
$strNoTablesFound = 'Me\'lumat bazasýnda cedvel yoxdur.';
$strNotNumber = 'Bu reqem deyildir!';
$strNotOK = 'Müveffeqiyyetsiz';
$strNotSet = '<b>%s</b> cedveli %s içerisinde ya <b>tapýlmadý</b> ya da qurulmamýþdýr';
$strNoUsersFound = 'Ýstifadeçi(ler) tapýlmadý.';
$strNoValidateSQL = 'SQL Ýfadesini Yoxlama';
$strNo = 'Xeyir';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s uyðunluq tapýldý (<i>%s</i> cedvelinde)';
$strNumSearchResultsTotal = '<b>Cemi:</b> <i>%s</i> uyðunluq';
$strNumTables = 'Cedveller';
 
$strOK = 'Müveffeqiyyetle';
$strOperations = 'Emeliyyatlar';
$strOptimizeTable = 'Cedveli optimallaþdýr';
$strOr = 'ya da';
$strOverhead = 'Aþma deyeri';
$strOverwriteExisting = 'Mövcud fayl(lar)ýn üzerine yaz';
 
$strPageNumber = 'Sehife Nömresi:';
$strPartialText = 'Qismi Metnler';
$strPasswordChanged = '%s üçün parol müveffeqiyyetle deyiþdirilmiþdir.';
$strPasswordEmpty = 'Parol boþdur!';
$strPasswordNotSame = 'Girdiyiniz parollar eyni deyil!';
$strPassword = 'Parol';
$strPdfDbSchema = '"%s" bazanýn sxemi - Sehife %s';
$strPdfInvalidTblName = '"%s" cedveli mövcud deyil!';
$strPdfNoTables = 'Cedvel yoxdur';
$strPerHour = 'saatda';
$strPerMinute = 'deqiqede';
$strPerSecond = 'saniyede';
$strPHP40203 = 'Siz içerisinde ciddi multi-bayt strinqleri (mbstring) ile elaqedar xetalar olan PHP 4.2.3 versiyasýný istifade edirsiniz. Etraflý melumat üçün PHP xeta raportu 19404-e baxýn. PHP-nin bu versiyasý PhpMyAdmin ile istifade üçün tövsiye edilmir.';
$strPhp = 'PHP Kodunu Hazýrla';
$strPHPVersion = 'PHP Versiyasý';
$strPmaDocumentation = 'phpMyAdmin dokumentasiyasý (etraflý me\'lumat üçün)';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktivi PMA konfiqurasiya faylýnýzda QURULMAMIÞDIR!';
$strPortrait = 'Portret';
$strPos1 = 'Baþla';
$strPrevious = 'Evvelki';
$strPrimary = 'Birinci Dereceli';
$strPrimaryKeyHasBeenDropped = 'Birinci dereceli açar leðv edildi';
$strPrimaryKeyName = 'Birinci dereceli açarýn adý... BÝRÝNCÝ DERECELÝ (PRIMARY) olmalýdýr!';
$strPrimaryKeyWarning = '("PRIMARY" sadece birinci dereceli açarýn adý <b>olmalýdýr</b>!)';
$strPrint = 'Çap et';
$strPrintView = 'Çap görüntüsü';
$strPrivDescAllPrivileges = 'GRANT-dan baþqa bütün selahiyyetler daxildir.';
$strPrivDescAlter = 'Mövcud olan cedvellerin strukturunu deyiþdirmeye icaze verir.';
$strPrivDescCreateDb = 'Yeni bazalar ve cedveller qurmaða icaze verir.';
$strPrivDescCreateTbl = 'Yeni cedveller qurmaða icaze verir.';
$strPrivDescCreateTmpTable = 'Keçici cedveller qurmaða icaze verir.';
$strPrivDescDelete = 'Me\'lumat silmeye icaze verir.';
$strPrivDescDropDb = 'Baza ve cedvel leðv etmeye icaze verir.';
$strPrivDescDropTbl = 'Cedvelleri leðv etmeye icaze verir.';
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Allows creating and dropping indexes.';
$strPrivDescInsert = 'Allows inserting and replacing data.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Allows reading data.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShutdown = 'Allows shutting down the server.';
$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.';
$strPrivDescUpdate = 'Allows changing data.';
$strPrivDescUsage = 'Selahiyyet te\'yin edilmedi.';
$strPrivilegesReloaded = 'The privileges were reloaded successfully.';
$strPrivileges = 'Selahiyyetler';
$strProcesslist = 'Proses Siyahýsý';
$strPutColNames = 'Sahe adlarýný birinci setre yerleþdir';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Sorðu';
$strQueryFrame = 'Sorðu penceresi';
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-tarixçesi';
$strQueryStatistics = '<b>Sorðu Statistikasý</b>: Açýldýqdan bu yana, bu servere %s sorðu gönderilmiþdir.';
$strQueryTime = 'sorðu %01.4f saniyede icra edildi';
$strQueryType = 'Sorðu tipi';
 
$strReceived = 'Alýndý';
$strRecords = 'Setr sayý';
$strReferentialIntegrity = 'Check referential integrity:';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'Elaqelendirilmiþ cedveller üçün nezerde tutulmuþ be\'zi xüsusiyyetler passivleþdirilmiþdir. Sebebini aydýnlaþdýrmaq üçün %sbax%s.';
$strRelations = 'Relations';
$strRelationView = 'Relation view';
$strReloadingThePrivileges = 'Reloading the privileges';
$strReloadMySQL = 'Reload MySQL';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameTable = 'Cedveli yeniden adlandýr';
$strRenameTableOK = '%s cedveli %s olaraq yeniden adlandýrýlmýþdýr';
$strRepairTable = 'Cedveli te\'mir et';
$strReplaceNULLBy = 'NULL-u bununla deyiþdir';
$strReplaceTable = 'Replace table data with file';
$strReset = 'Yenile';
$strResourceLimits = 'Resource limits';
$strReType = 'Re-type';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRevoke = 'Revoke';
$strRowLength = 'Sýra uzunluðu';
$strRowsFrom = 'setri göster; baþlangýç qeydiyyat nömresi';
$strRowSize = ' Sýra boyu ';
$strRowsModeFlippedHorizontal = 'üfüqi (tekrarlanan baþlýqlar)';
$strRowsModeHorizontal = 'üfüqi';
$strRowsModeOptions = '%s rejimde, baþlýqlar %s blokdan bir tekrar ederek';
$strRowsModeVertical = 'þaquli';
$strRowsStatistic = 'Sýra Statistikasý';
$strRows = 'Sýra sayý';
$strRunning = '%s üzerinde iþlemektedir';
$strRunQuery = 'Emri Ýcra Et';
$strRunSQLQuery = '%s me\'lumat bazasýna SQL sorðusu(-larý) gönder';
 
$strSaveOnServer = 'Serverdeki %s direktoriyasýna qeyd et';
$strSave = 'Qeyd Et';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearch = 'Axtarýþ';
$strSearchFormTitle = 'Search in database';
$strSearchInTables = 'Inside table(s):';
$strSearchNeedle = 'Axtarmaq üçün söz(ler) ve ya deyer(ler) (wildcard: "%"):';
$strSearchOption1 = 'sözlerin en azýndan birini';
$strSearchOption2 = 'bütün sözleri';
$strSearchOption3 = 'tamamile eyni sözü';
$strSearchOption4 = 'requlyar ifade (regular expression) olaraq';
$strSearchResultsFor = '"<i>%s</i>" üçün axtarýþ neticeleri %s:';
$strSearchType = 'Tap:';
$strSelectADb = 'Me\'lumat bazasý seç';
$strSelectAll = 'Hamýsýný Seç';
$strSelectFields = 'Sahe seçin (en az birini):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'Fayl olaraq qeyd et';
$strSent = 'Gönderildi';
$strServerChoice = 'Quraþdýrýlmýþ Serverler';
$strServer = 'Server';
$strServerStatus = 'Runtime Me\'lumatý';
$strServerStatusUptime = 'Bu MySQL server %sdir iþlemektedir. Server %s-de açýlmýþdýr.';
$strServerTabProcesslist = 'Prosesler';
$strServerTabVariables = 'Deyiþenler';
$strServerTrafficNotes = '<b>Server Neqliyyatý</b>: Bu cedveller serverin açýlýþýndan beri elde edilen me\'lumat axýþý miqdarýný göstermektedir.';
$strServerVars = 'Server Deyiþenleri Ve Variantlarý';
$strServerVersion = 'Server versiyasý';
$strSessionValue = 'Sessiya deyeri';
$strSetEnumVal = 'Sahe tipi "enum" ve ya "set" ise, deyerleri bu formatda girin: \'a\',\'b\',\'c\'...<br />Eger bu deyerlerde ters-kesr ("\") ve ya tek dýrnaq ("\'") istifade etmek isteyirsinizse, onlarý ters-kesrle escape-leyin (meselen \'\\\\xyz\' ve ya \'a\\\'b\').';
$strShowAll = 'Hamýsýný göster';
$strShowColor = 'Rengini göster';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Emrleri Tam Olaraq Göster';
$strShow = 'Göster';
$strShowGrid = 'Show grid';
$strShowingRecords = 'Gösterilen setirler';
$strShowPHPInfo = 'PHPInfo() me\'lumatýný göster';
$strShowTableDimension = 'Cedvellerin ölçülerini göster';
$strShowTables = 'Cedvelleri göster';
$strShowThisQuery = ' Bu sorðunu burada yene göster ';
$strSingly = '(tek-tek)';
$strSize = 'Boy';
$strSort = 'Sýrala';
$strSpaceUsage = 'Yer istifadesi';
$strSplitWordsWithSpace = 'Sözler boþluq ifadesi (" ") ile ayrýlmýþdýr.';
$strSQLExportType = 'Eksport þekli';
$strSQLOptions = 'SQL variantlarý';
$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:';
$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';
$strSQLQuery = 'SQL sorðusu';
$strSQLResult = 'SQL result';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Unclosed quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStatCheckTime = 'En son yoxlama';
$strStatCreateTime = 'Quruluþ';
$strStatement = 'Variantlar';
$strStatUpdateTime = 'En son yenilenme';
$strStatus = 'Status';
$strStorageEngine = 'Depolama Motorlarý';
$strStorageEngines = 'MySQL Depolama Motorlarý';
$strStrucCSV = 'CSV verilenleri';
$strStrucData = 'Quruluþ ve me\'lumat';
$strStrucDrop = '\'Cedveli leðv et\' elaveli';
$strStrucExcelCSV = 'MS Excel verilenleri üçün CSV';
$strStrucOnly = 'Sadece quruluþ';
$strStructPropose = 'Alternativ cedvel strukturu';
$strStructure = 'Quruluþ';
$strSubmit = 'Submit';
$strSuccess = 'SQL sorðunuz müveffeqiyyetle icra edilmiþdir';
$strSum = 'Cemi';
$strSwitchToTable = 'Kopyalanmýþ cedvele keç';
 
$strTable = 'Cedvel';
$strTableComments = 'Cedvel haqqýnda qýsa izahat';
$strTableEmpty = 'Cedveli adý boþdur!';
$strTableHasBeenDropped = '%s cedveli leðv edildi';
$strTableHasBeenEmptied = '%s cedveli boþaldýldý';
$strTableHasBeenFlushed = '%s cedveli flush-landý';
$strTableMaintenance = 'Cedvel temizliyi';
$strTableOfContents = 'Ýçindekiler Cedveli';
$strTables = '%s cedvel';
$strTableStructure = 'Table structure for table';
$strTableType = 'Cedvel tipi';
$strTblPrivileges = 'Cedvelexas selahiyyetler';
$strTextAreaLength = ' Uzun olduðuna göre,<br /> bu sahedeki me\'lumatlar deyiþdirilmeye biler ';
$strThisHost = 'Bu Host';
$strThisNotDirectory = 'Bu direktoriya deyildi';
$strThreadSuccessfullyKilled = 'Thread %s uðurla söndürüldü (killed).';
$strTime = 'Müddet';
$strTotal = 'cemi';
$strTotalUC = 'Cemi';
$strTraditionalChinese = 'Enenevi Çin Dili';
$strTraffic = 'Neqliyyat';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$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().';
$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)';
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';
$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.';
$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.';
$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: ...) .';
$strTruncateQueries = 'Truncate Shown Queries';
$strTurkish = 'Türk Dili';
$strType = 'Tip';
 
$strUkrainian = 'Ukrayna Dili';
$strUncheckAll = 'Heç Birini Seçme';
$strUnique = 'Unikal';
$strUnselectAll = 'Heç birini seçme';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'Profil yenilendi.';
$strUpdateQuery = 'Sorðunu Yenile';
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';
$strUsage = 'Miqdar';
$strUseBackquotes = 'Cedvel ve sahe adlarýný tek dýrnaq arasýna al';
$strUseHostTable = 'Use Host Table';
$strUserAlreadyExists = '%s istifadeçisi mövcuddur!';
$strUserEmpty = 'Ýstifadeçi adý boþ qaldý!';
$strUserName = 'Ýstifadeçi adý';
$strUserNotFound = 'The selected user was not found in the privilege table.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'The selected users have been deleted successfully.';
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';
$strUser = 'Ýstifadeçi';
$strUseTables = 'Use Tables';
$strUseTextField = 'Use text field';
 
$strValidateSQL = 'SQL Tesdiqle';
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.';
$strValue = 'Deyer';
$strVar = 'Deyiþen';
$strViewDump = 'Cedvelin sxemini göster';
$strViewDumpDatabases = 'Me\'lumat bazalarýnýn sxemini göster';
$strViewDumpDB = 'Me\'lumat bazasýnýn sxemini göster';
 
$strWebServerUploadDirectoryError = 'Upload iþleri üçün te\'yin etdiyiniz direktoriya tapýlmadý';
$strWebServerUploadDirectory = 'web-server upload direktoriyasý';
$strWelcome = '%s - e Xoþ Gelmiþsiniz!';
$strWestEuropean = 'Qerbi Avropa';
$strWildcard = 'xüsusi iþare';
$strWithChecked = 'Seçilenleri:';
$strWritingCommentNotPossible = 'Qýsa izahat yazýlýþý mümkün deyil';
$strWritingRelationNotPossible = 'Elaqe yazýlýþý mümkün deyil';
$strWrongUser = 'Yanlýþ istifadeçi adý ve ya parol. Giriþ tesdiq edilmedi.';
 
$strXML = 'XML';
 
$strYes = 'Beli';
 
$strZeroRemovesTheLimit = 'Qeyd: Bu variantlarý 0 (sýfýr)-a çevirmek hüdudu (limiti) qaldýracaq.';
$strZip = '"zip"lenmiþ';
 
// To translate:
$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.'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAndThen = 'and then'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
 
$strBaltic = 'Baltic'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCalendar = 'Calendar'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCollation = 'Collation'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strCzech = 'Czech'; //to translate
 
$strDanish = 'Danish'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDescription = 'Description'; //to translate
$strDictionary = 'dictionary'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s bu MySQL serverde quruludur.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFreePages = 'Free pages'; //to translate
 
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGerman = 'German'; //to translate
$strGreek = 'Greek'; //to translate
 
$strIcelandic = 'Icelandic'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
 
$strJapanese = 'Japanese'; //to translate
 
$strKorean = 'Korean'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatvian = 'Latvian'; //to translate
$strLogServer = 'Server'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
 
$strOperator = 'Operator'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strPersian = 'Persian'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strPolish = 'Polish'; //to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
 
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strRefresh = 'Refresh'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strRomanian = 'Romanian'; //to translate
$strRussian = 'Russian'; //to translate
 
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSpanish = 'Spanish'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strSwedish = 'Swedish'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
 
$strTableOptions = 'Table options'; //to translate
$strTakeIt = 'take it'; //to translate
$strThai = 'Thai'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$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
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
 
$strUnicode = 'Unicode'; //to translate
$strUnknown = 'unknown'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseTabKey = 'TAB düymesine basaraq bir sonraký deyere, ve ya CTRL+Ox kombinasiyasýný istifade ederek istediyiniz yöne keçe bilersiniz.'; //to translate
$strUseThisValue = 'Use this value'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
 
$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'; //to translate
$strWriteRequests = 'Write requests'; //to translate
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/azerbaijani-utf-8.inc.php
0,0 → 1,1003
<?php
/* $Id: azerbaijani-utf-8.inc.php,v 2.118.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
// tercümedeki eksiklerimi ve ya sehv olduğunu düşündüyünüz yerleri shehriyari@trcomm.net adresine göndere bilersiniz...
// Şehriyar İmanov 30 Avqust 2003... Shehi
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bayt', 'KB', 'MB', 'QB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Baz', 'Baz Ert', 'Çerş Axş', 'Çerş', 'Cüme Axş', 'Cüme', 'Şen');
$month = array('Yan', 'Fev', 'Mar', 'Apr', 'May', 'İyun', 'İyul', 'Avq', 'Sent', 'Okt', 'Noy', 'Dek');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y saat %H:%M';
$timespanfmt = '%s gün, %s saat, %s deqiqe ve %s saniye';
 
$strAbortedClients = 'Dayandırılmış Elaqeler';
$strAbsolutePathToDocSqlDir = 'Xahiş edirik, docSQL direktoriyasına webserver-deki mütleq yolu (absolute path) gösterin.';
$strAccessDenied = 'Giriş Tesdiq Edilmedi';
$strAction = 'Fealiyyetler';
$strAddAutoIncrement = 'AUTO_INCREMENT deyeri elave et';
$strAddDeleteColumn = 'Sahe Sütunlarını Elave Et/Sil';
$strAddDeleteRow = 'Kriteria Setirlerini Elave Et/Sil';
$strAddDropDatabase = 'DROP DATABASE elave et';
$strAddedColumnComment = 'Bu sütun üçün qısa izahat elave edildi';
$strAddedColumnRelation = 'Sütun üçün elaqe elave edildi';
$strAddHeaderComment = 'Başlığa xülase me\'lumatı elave et (\\n yeni setire keçir)';
$strAddIfNotExists = 'IF NOT EXISTS elave et';
$strAddIntoComments = 'Xülaseye elave et';
$strAddNewField = 'Yeni sahe elave et';
$strAddPrivilegesOnDb = 'Aşağıdakı me\'lumat bazası üçün selahiyyet müeyyen et';
$strAddPrivilegesOnTbl = 'Aşağıdakı cedvel üçün selahiyyetler müeyyen et';
$strAddSearchConditions = 'Axtarış şertlerini gir ("where" ifadesinin esas metni):';
$strAddToIndex = 'İndekse &nbsp;%s&nbsp;sütun elave et';
$strAddUserMessage = 'Yeni istifadeçi elave etdiniz.';
$strAddUser = 'Yeni İstifadeçi elave Et';
$strAdministration = 'Administrasiya';
$strAffectedRows = 'Deyişen setir sayı:';
$strAfterInsertBack = 'Evvelki sehifeye qayıt';
$strAfterInsertNewInsert = 'Teze bir setir daha gir';
$strAfterInsertNext = 'Bir sonrakı setre keç';
$strAfterInsertSame = 'Bu sehifeye geri dön';
$strAfter = 'Sonra: %s';
$strAll = 'All';
$strAllTableSameWidth = 'eyni enli bütün cedveller gösterilsinmi?';
$strAlterOrderBy = 'Cedvel sırasına buna göre yeniden qur';
$strAnalyzeTable = 'Cedveli analiz et';
$strAnd = 'Ve';
$strAnIndex = '%s üzerine indeks elave edildi';
$strAny = 'Her hansı';
$strAnyHost = 'Her hansı host';
$strAnyUser = 'Her hansı istifadeçi';
$strAPrimaryKey = '%s üzerine Birinci Dereceli Açar elave edildi.';
$strArabic = 'Ereb';
$strArmenian = 'Ermeni';
$strAscending = 'Artan sırada';
$strAtBeginningOfTable = 'Cedvelin başına';
$strAtEndOfTable = 'Cedvelin sonuna';
$strAttr = 'Xüsusiyyetler';
$strAutodetect = 'Avtomatik';
$strAutomaticLayout = 'Automatik şablon';
 
$strBack = 'Geri';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - deyişiklik etme';
$strBookmarkDeleted = 'Bookmark silindi.';
$strBookmarkLabel = 'Etiket';
$strBookmarkQuery = 'Bookmark-lanmış SQL sorğusu';
$strBookmarkThis = 'Bu SQL sorğusunu bookmark-la';
$strBookmarkView = 'Sadece göster';
$strBrowse = 'İçindekiler';
$strBulgarian = 'Bolqar Dili';
$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.';
$strBzip = '"bzip"lenmiş';
 
$strCannotLogin = 'MySQL server-e gire bilmirem';
$strCantLoadRecodeIconv = 'Charset çevirmeleri üçün lazım olan iconv ve ya recode uzantılarını yükleye bilmirem; ya php-ni bu uzantıları istifade ede bilmesi üçün yeniden quraşdırın ya da phpMyAdmin-de charset çevirme xüsusiyyetini söndürün.';
$strCantLoad = '%s uzantısını (extension) yükleye bilmirem,<br />xahiş edirem PHP Konfiqurasiyanı gözden keçir.';
$strCantRenameIdxToPrimary = 'İndeksi Birinci Dereceli (PRIMARY) olaraq yeniden adlandıra bilmirem!';
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
$strCardinality = 'Cardinality';
$strCentralEuropean = 'Merkezi Avropa';
$strChangeCopyModeCopy = '... köhnesini saxla.';
$strChangeCopyModeDeleteAndReload = ' ... istifadeçi cedvellerinden köhnesini sil ve ardından selahiyyetleri yeniden yükle.';
$strChangeCopyMode = 'Eyni selahiyyetlere sahib yeni istifadeçi qur ve ...';
$strChangeCopyModeJustDelete = ' ... istifadeçi cedvellerinden köhnesini sil.';
$strChangeCopyModeRevoke = ' ... köhne istifadeçinin selahiyyetlerini elinden alaraq onu sil.';
$strChangeCopyUser = 'Sistem Giriş Me\'lumatını Deyişdir / İstifadeçini Kopyala';
$strChange = 'Deyişdir';
$strChangeDisplay = 'Gösterilecek Saheni Seç';
$strChangePassword = 'Parolu Deyişdir';
$strCharset = 'Charset';
$strCharsetOfFile = 'Faylın Charset-i:';
$strCheckAll = 'Hamısını Seç';
$strCheckPrivsLong = '&quot;%s&quot; bazası üçün selahiyyetleri gözden keçir.';
$strCheckPrivs = 'Selahiyyetleri Gözden Keçir';
$strCheckTable = 'Cedveli yoxla';
$strChoosePage = 'Xahiş edirem, deyişdirilecek Sehifeni seç';
$strColComFeat = 'Sütun Qısa İzahatını Deyişdir';
$strColumnNames = 'Sütun adları';
$strColumnPrivileges = 'Sütunaxas Selahiyyetler';
$strCommand = 'Komanda Tipi';
$strComments = 'Qısa İzahatlar';
$strCompleteInserts = 'Tam girişli';
$strCompression = 'Sıxışdırma';
$strConfigFileError = 'phpMyAdmin konfiqurasiya faylınızı oxuya bilmedi!<br />Bunun sebebi fayldakı parse error ya da faylın mövcud olmaması ola biler.<br />Xahiş edirem aşağıdakı link-i istifade ederek konfiqurasiya faylını çağırın ve aldığınız php xeta mesaj(lar)ını oxuyun. Bir çox halda ya tek dırnaq ya da nöqteli vergül eksikliyi vardır.<br />Eger boş sehife ile qarşılaşsanız, demek ki, her şey qaydasındadır.';
$strConfigureTableCoord = 'Xahiş edirem, %s cedveli üçün koordinatları yeniden müeyyen et.';
$strConnectionError = 'Elaqe qura bilmirem: yalnış quruluş.';
$strConnections = 'Elaqeler';
$strCookiesRequired = 'Sisteme girebilmeniz üçün çerez faylları (cookie-ler) aktiv olmalıdır.';
$strCopyTable = 'Cedveli kopyala (me\'lumat bazası<b>.</b>cedvel):';
$strCopyTableOK = '%s cedveli %s - e kopyalandı.';
$strCopyTableSameNames = 'Cedveli eynisinin üzerine kopyalaya bilmerem!';
$strCouldNotKill = 'phpMyAdmin %s emeliyyat thread-ini söndüre (kill) bilmedi. Böyük ehtimal artıq söndürülmüşdür.';
$strCreateIndex = '&nbsp;%s&nbsp;sütunda indeks yarat';
$strCreateIndexTopic = 'Yeni indeks qur';
$strCreateNewDatabase = 'Yeni me\'lumat bazası qur';
$strCreateNewTable = '%s bazasında yeni cedvel qur';
$strCreatePage = 'Yeni Sehife qur';
$strCreatePdfFeat = 'PDF-lerin qurulması';
$strCreate = 'Qur';
$strCreationDates = 'Quruluş/Deyişdirilme/Yoxlama tarixleri';
$strCriteria = 'Kriteriyalar';
$strCroatian = 'Xorvat Dili';
$strCSVOptions = 'CSV variantları';
$strCyrillic = 'Kiril';
$strCzechSlovak = 'Çex-Slovak';
 
$strDatabaseExportOptions = 'Me\'lumat bazası eksport variantları';
$strDatabaseHasBeenDropped = '%s bazası leğv edildi.';
$strDatabase = 'Me\'lumat Bazası';
$strDatabasesDropped = '%s bazası müveffeqiyyetle leğv edildi.';
$strDatabases = 'Me\'lumat Bazaları';
$strDatabasesStatsDisable = 'Statistikaları Söndür';
$strDatabasesStatsEnable = 'Statistikaları Aktivleşdir';
$strDatabasesStatsHeavyTraffic = 'Qeyd: Me\'lumat Bazası statistikalarını burada aktivleşdirmekle webserver-le MySQL server arasında ağır neqliyyata sebeb ola bilersiniz.';
$strDatabasesStats = 'Me\'lumat Bazası Statistikaları';
$strDataDict = 'Me\'lumat lüğeti';
$strData = 'Me\'lumat';
$strDataOnly = 'Sadece me\'lumat';
$strDBComment = 'Baza qısa izahatı: ';
$strDBGContextID = 'Kontekst Nömresi';
$strDBGContext = 'Metn (kontekst)';
$strDBGHits = 'Hit-ler';
$strDBGLine = 'Setr';
$strDBGMaxTimeMs = 'Min. müddet, ms';
$strDBGMinTimeMs = 'Maks. müddet, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vaxt/Hit, ms';
$strDBGTotalTimeMs = 'Toplam müddet, ms';
$strDbPrivileges = 'Me\'lumat Bazasına Mexsus Selahiyyetler';
$strDbSpecific = 'bazayaxas';
$strDefault = 'Başlanğıc deyeri';
$strDefaultEngine = '%s bu MySQL serverinde esas depolama motoru olaraq qurulmuşdur.';
$strDefaultValueHelp = 'Başlanğıc deyer girerken, sadece deyeri girin, ters kesr escape-leme ya da dırnaqdan istifade etmeyin, bu formatı te\'qib edin: a';
$strDeleteAndFlush = 'Bütün istifadeçileri sil ve ardından selahiyyetleri yeniden yükle.';
$strDeleteAndFlushDescr = 'Bu en temiz yoldur, amma selahiyyetlerin yeniden yüklenmesi zaman teleb ede biler.';
$strDeletedRows = 'Silinen setir sayı:';
$strDeleted = 'Setir silindi';
$strDelete = 'Sil';
$strDeleting = '%s silinir';
$strDelOld = 'Hal-hazırki sehifen artıq mövcud olmayan Cedvellere bağlıdır. Bu elaqelerin silinmesini istermisiniz?';
$strDescending = 'Azalan sırada';
$strDisabled = 'Söndürülüb';
$strDisplayFeat = 'Xüsusiyyetleri Göster';
$strDisplayOrder = 'Sıralama şekli:';
$strDisplayPDF = 'PDF sxemini göster';
$strDoAQuery = '"nümuneye göre sorğu" gönderin (xüsusi işare: "%")';
$strDocu = 'Dokumentasiya';
$strDoYouReally = 'Aşağıdakı sorğunu icra etdirmekten eminsiniz ';
$strDropDatabaseStrongWarning = 'Bütün bazanı YOX ETMEK üzeresiniz!';
$strDrop = 'Leğv et';
$strDropUsersDb = 'İstifadeçilerle eyni adlı me\'lumat bazalarını leğv et.';
$strDumpingData = 'Sxemi çıxarılan cedvel';
$strDumpSaved = 'Sxem %s faylına qeyd edildi.';
$strDumpXRows = '%s setri %s nömreli qeydden başlayaraq göster.';
$strDynamic = 'dinamik';
 
$strEdit = 'Deyişdir';
$strEditPDFPages = 'PDF Sehifelerini Deyişdir';
$strEditPrivileges = 'Selahiyyetleri Deyişdir';
$strEffective = 'Effektiv';
$strEmpty = 'Boşalt';
$strEmptyResultSet = 'MySQL boş netice çoxluğu gönderdi (ye\'ni sıfır setir).';
$strEnabled = 'Enabled';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnd = 'Son';
$strEngineDisabled = '%s motoru bu serverde söndürülmüşdür.';
$strEngines = 'Motorlar';
$strEngineUnsupported = 'Bu MySQL server %s depolama motorunu desteklememektedir.';
$strEnglishPrivileges = ' Qeyd: MySQL selahiyyet adları ingilis dilinde ifade edilmişdir ';
$strEnglish = 'İngilis Dili';
$strError = 'Xeta';
$strEstonian = 'Eston Dili';
$strExcelEdition = 'Excel versiyası';
$strExcelOptions = 'Excel variantları';
$strExplain = 'SQL-i İzah Et';
$strExport = 'Eksport';
$strExtendedInserts = 'Genişletilmiş girişli';
$strExtra = 'Elave Xüs.';
 
$strFailedAttempts = 'Uğursuz Cehdler';
$strFieldHasBeenDropped = '%s sahesi leğv edildi';
$strField = 'Sahe';
$strFieldsEmpty = ' Sahe sayğacı boşdur! ';
$strFieldsEnclosedBy = 'Saheler ehate edildiyi işare';
$strFieldsEscapedBy = 'Sahelerin escape edildiyi işare';
$strFields = 'Sahe sayı';
$strFieldsTerminatedBy = 'Sahelerin yox edildiyi (terminate) işare';
$strFileAlreadyExists = '%s faylı serverda onsuz da mövcuddur, ya faylın adını deyişdir ya da üzerine yazma variantlarını.';
$strFileCouldNotBeRead = 'Fayl oxuna bilmir';
$strFileNameTemplate = 'Fayl adı nomenklaturası';
$strFileNameTemplateRemember = 'nomenklaturanı unutma';
$strFixed = 'fixed';
$strFlushPrivilegesNote = 'Qeyd: phpMyAdmin istifadeçi selahiyyetlerini birbaşa MySQL-in selahiyyetler cedvellerinden almaqdadır. Eger elle nizamlamalar edilmişse, bu cedvellerin içerisindekiler webserver-in istifade etdiklerinden ferqli ola biler. Bu halda, davam etmeden evvel, selahiyyetleri yeniden yüklemelisiniz.';
$strFlushTable = 'Cedveli flush-la ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Formda eksik girilmiş deyer var!';
$strFullText = 'Tam Metnler (Full Text)';
$strFunction = 'Funksiya';
 
$strGenBy = 'Qurucu';
$strGeneralRelationFeat = 'Ümumi elaqe variantları';
$strGenTime = 'Hazırlanma Vaxtı';
$strGeorgian = 'Gürcü';
$strGlobalPrivileges = 'Qlobal selahiyyetler';
$strGlobal = 'qlobal';
$strGlobalValue = 'Qlobal deyer';
$strGo = 'Davam';
$strGrantOption = 'İcaze ver';
$strGzip = '"gzip"lenmiş';
 
$strHasBeenAltered = 'deyişdirildi.';
$strHasBeenCreated = 'quruldu.';
$strHaveToShow = 'Gösterilmesi üçün en az bir sütun seçmelisiniz';
$strHebrew = 'İbrani Dili';
$strHexForBinary = 'İkili saheler üçün hekzadesimaldan istifade et';
$strHome = 'Başlanğıc';
$strHomepageOfficial = 'phpMyAdmin Resmi İnternet Sehifesi';
$strHostEmpty = 'Host adı boşdur!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 eksport variantları';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 eksport variantları';
$strHungarian = 'Macar Dili';
 
$strId = 'Nömre';
$strIdxFulltext = 'Tam metn (Fulltext)';
$strIgnore = 'Diqqete Alma';
$strIgnoringFile = '%s Diqqete Almama (Ignore) faylı';
$strImportDocSQL = 'docSQL Fayllarını İmport Et';
$strImportFiles = 'Faylları import et';
$strIndexes = 'Indeksler';
$strIndexHasBeenDropped = '%s indeksi leğv edildi';
$strIndexName = 'İndex adı&nbsp;:';
$strIndexType = 'İndex tipi&nbsp;:';
$strIndex = 'İndeks';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Konfiqurasiya faylınızda MySQL başlanğıc deyerleri (parolsuz root istifadeçisi) mövcuddur ki, bu da tehlükesizlik nöqteyi nezerinden e\'tibarlı deyildir.';
$strInsertAsNewRow = 'Yeni setir olaraq elave et';
$strInsertedRowId = 'Elave edilen setir nömresi (id):';
$strInsertedRows = 'Elave edilen setir sayı:';
$strInsert = 'Elave et';
$strInsertNewRow = 'Yeni setir elave et';
$strInUse = 'istifadede';
 
$strJumpToDB = '&quot;%s&quot; me\'lumat bazasına keç.';
$strJustDeleteDescr = '&quot;Silinmiş&quot; istifadeçiler selahiyyetler yeniden yüklenene qeder server-e gire bilecekler.';
$strJustDelete = 'Sadece olaraq selahiyyet cedvellerindeki istifadeçileri sil.';
 
$strKeepPass = 'Parolu deyişdirme';
$strKeyname = 'Açar söz';
$strKill = 'Söndür';
 
$strLandscape = 'Landşaft';
$strLatexCaption = 'Cedvel başlığı';
$strLatexContinuedCaption = 'Cedvel başlığının davamı';
$strLatexContinued = '(davamı)';
$strLatexIncludeCaption = 'Cedvel başlığını daxil et';
$strLatexLabel = 'Etiket açarı';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX variantları';
$strLengthSet = 'Uzunluq/Deyerler*';
$strLimitNumRows = 'Sehife başına düşen setir sayı';
$strLinesTerminatedBy = 'Setir leğvedicisi (Lines terminated by)';
$strLinkNotFound = 'Link tapılmadı';
$strLinksTo = 'Links to';
$strLithuanian = 'Litva Dili';
$strLocalhost = 'Yerli';
$strLocationTextfile = 'tekst faylından yükleyerek';
$strLoginInformation = 'Sisteme Giriş Me\'lumatı';
$strLogin = 'Sisteme Giriş';
$strLogout = 'Sistemden Çıxış';
$strLogPassword = 'Parol:';
$strLogUsername = 'İstifadeçi Adı:';
 
$strMaximumSize = 'En çox: %s%s';
$strMIME_available_mime = 'Mövcud olan MIME-tipleri';
$strMIME_available_transform = 'Mövcud transformasiyalar';
$strMIME_description = 'Haqqında';
$strMIME_MIMEtype = 'MIME-tipi';
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';
$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\').';
$strMIME_transformation_options = 'Transformasiya variantları';
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
$strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify';
$strMoveTable = 'Cedveli daşı (me\'lumat bazası<b>.</b>cedvel):';
$strMoveTableOK = '%s cedveli %s - e daşınmışdır.';
$strMoveTableSameNames = 'Can\'t move table to same one!';
$strMyISAMMaxExtraSortFileSize = 'İndeks yaradılarken istifade olunan keçici faylların maksimum boyu';
$strMyISAMMaxSortFileSize = 'Keçici sıralama fayllarının maksimum boyu';
$strMyISAMRecoverOptions = 'Avtomatik qurtarma rejimi';
$strMyISAMSortBufferSize = 'Sıralama buferinin (keçici yaddaşının) boyu';
$strMySQLCharset = 'MySQL charset';
$strMySQLSaid = 'MySQL deyir: ';
$strMySQLShowProcess = 'Prosesleri göster';
$strMySQLShowStatus = 'MySQL runtime me\'lumatını göster';
$strMySQLShowVars = 'MySQL sistem deyişenlerini göster';
 
$strName = 'Adı';
$strNext = 'Sonrakı';
$strNoDatabases = 'Baza seçilmemişdir ve ya mövcud deyildir.';
$strNoDatabasesSelected = 'Heç bir baza seçilmemişdir.';
$strNoDescription = 'Haqqında me\'lumat (description) mövcud deyildir';
$strNoDetailsForEngine = 'Bu depolama motoru haqqında etrafli status me\'lumatı mövcud deyildir.';
$strNoDropDatabases = '"DROP DATABASE" ifadeleri söndürülmüşdür (disabled).';
$strNoExplain = 'SQL İzah Et-i Keç';
$strNoFrames = 'phpMyAdmin <b>frame-destekli</b> görüntüleyicilerle (browser) daha yaxşı işleyir.';
$strNoIndexPartsDefined = 'İndeks qisimleri te\'yin edilmedi!';
$strNoIndex = 'İndeks te\'yin edilmedi!';
$strNoModification = 'Deyişiklik Yoxdur';
$strNone = 'Heç biri';
$strNoOptions = 'Bu formatın variantları yoxdur';
$strNoPassword = 'Parol Yoxdur';
$strNoPermission = 'Webserver-in %s faylını saxlama izni yoxdur.';
$strNoPhp = 'PHP Kodunu Gösterme';
$strNoPrivileges = 'Selahiyyet çatışmazlığı';
$strNoRights = 'Burada olma haqqınız yoxdur!';
$strNoSpace = '%s faylını saxlamaq üçün lazım olan yer çatışmır.';
$strNoTablesFound = 'Me\'lumat bazasında cedvel yoxdur.';
$strNotNumber = 'Bu reqem deyildir!';
$strNotOK = 'Müveffeqiyyetsiz';
$strNotSet = '<b>%s</b> cedveli %s içerisinde ya <b>tapılmadı</b> ya da qurulmamışdır';
$strNoUsersFound = 'İstifadeçi(ler) tapılmadı.';
$strNoValidateSQL = 'SQL İfadesini Yoxlama';
$strNo = 'Xeyir';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s uyğunluq tapıldı (<i>%s</i> cedvelinde)';
$strNumSearchResultsTotal = '<b>Cemi:</b> <i>%s</i> uyğunluq';
$strNumTables = 'Cedveller';
 
$strOK = 'Müveffeqiyyetle';
$strOperations = 'Emeliyyatlar';
$strOptimizeTable = 'Cedveli optimallaşdır';
$strOr = 'ya da';
$strOverhead = 'Aşma deyeri';
$strOverwriteExisting = 'Mövcud fayl(lar)ın üzerine yaz';
 
$strPageNumber = 'Sehife Nömresi:';
$strPartialText = 'Qismi Metnler';
$strPasswordChanged = '%s üçün parol müveffeqiyyetle deyişdirilmişdir.';
$strPasswordEmpty = 'Parol boşdur!';
$strPasswordNotSame = 'Girdiyiniz parollar eyni deyil!';
$strPassword = 'Parol';
$strPdfDbSchema = '"%s" bazanın sxemi - Sehife %s';
$strPdfInvalidTblName = '"%s" cedveli mövcud deyil!';
$strPdfNoTables = 'Cedvel yoxdur';
$strPerHour = 'saatda';
$strPerMinute = 'deqiqede';
$strPerSecond = 'saniyede';
$strPHP40203 = 'Siz içerisinde ciddi multi-bayt strinqleri (mbstring) ile elaqedar xetalar olan PHP 4.2.3 versiyasını istifade edirsiniz. Etraflı melumat üçün PHP xeta raportu 19404-e baxın. PHP-nin bu versiyası PhpMyAdmin ile istifade üçün tövsiye edilmir.';
$strPhp = 'PHP Kodunu Hazırla';
$strPHPVersion = 'PHP Versiyası';
$strPmaDocumentation = 'phpMyAdmin dokumentasiyası (etraflı me\'lumat üçün)';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktivi PMA konfiqurasiya faylınızda QURULMAMIŞDIR!';
$strPortrait = 'Portret';
$strPos1 = 'Başla';
$strPrevious = 'Evvelki';
$strPrimary = 'Birinci Dereceli';
$strPrimaryKeyHasBeenDropped = 'Birinci dereceli açar leğv edildi';
$strPrimaryKeyName = 'Birinci dereceli açarın adı... BİRİNCİ DERECELİ (PRIMARY) olmalıdır!';
$strPrimaryKeyWarning = '("PRIMARY" sadece birinci dereceli açarın adı <b>olmalıdır</b>!)';
$strPrint = 'Çap et';
$strPrintView = 'Çap görüntüsü';
$strPrivDescAllPrivileges = 'GRANT-dan başqa bütün selahiyyetler daxildir.';
$strPrivDescAlter = 'Mövcud olan cedvellerin strukturunu deyişdirmeye icaze verir.';
$strPrivDescCreateDb = 'Yeni bazalar ve cedveller qurmağa icaze verir.';
$strPrivDescCreateTbl = 'Yeni cedveller qurmağa icaze verir.';
$strPrivDescCreateTmpTable = 'Keçici cedveller qurmağa icaze verir.';
$strPrivDescDelete = 'Me\'lumat silmeye icaze verir.';
$strPrivDescDropDb = 'Baza ve cedvel leğv etmeye icaze verir.';
$strPrivDescDropTbl = 'Cedvelleri leğv etmeye icaze verir.';
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Allows creating and dropping indexes.';
$strPrivDescInsert = 'Allows inserting and replacing data.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Allows reading data.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShutdown = 'Allows shutting down the server.';
$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.';
$strPrivDescUpdate = 'Allows changing data.';
$strPrivDescUsage = 'Selahiyyet te\'yin edilmedi.';
$strPrivilegesReloaded = 'The privileges were reloaded successfully.';
$strPrivileges = 'Selahiyyetler';
$strProcesslist = 'Proses Siyahısı';
$strPutColNames = 'Sahe adlarını birinci setre yerleşdir';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Sorğu';
$strQueryFrame = 'Sorğu penceresi';
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-tarixçesi';
$strQueryStatistics = '<b>Sorğu Statistikası</b>: Açıldıqdan bu yana, bu servere %s sorğu gönderilmişdir.';
$strQueryTime = 'sorğu %01.4f saniyede icra edildi';
$strQueryType = 'Sorğu tipi';
 
$strReceived = 'Alındı';
$strRecords = 'Setr sayı';
$strReferentialIntegrity = 'Check referential integrity:';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'Elaqelendirilmiş cedveller üçün nezerde tutulmuş be\'zi xüsusiyyetler passivleşdirilmişdir. Sebebini aydınlaşdırmaq üçün %sbax%s.';
$strRelations = 'Relations';
$strRelationView = 'Relation view';
$strReloadingThePrivileges = 'Reloading the privileges';
$strReloadMySQL = 'Reload MySQL';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameTable = 'Cedveli yeniden adlandır';
$strRenameTableOK = '%s cedveli %s olaraq yeniden adlandırılmışdır';
$strRepairTable = 'Cedveli te\'mir et';
$strReplaceNULLBy = 'NULL-u bununla deyişdir';
$strReplaceTable = 'Replace table data with file';
$strReset = 'Yenile';
$strResourceLimits = 'Resource limits';
$strReType = 'Re-type';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRevoke = 'Revoke';
$strRowLength = 'Sıra uzunluğu';
$strRowsFrom = 'setri göster; başlangıç qeydiyyat nömresi';
$strRowSize = ' Sıra boyu ';
$strRowsModeFlippedHorizontal = 'üfüqi (tekrarlanan başlıqlar)';
$strRowsModeHorizontal = 'üfüqi';
$strRowsModeOptions = '%s rejimde, başlıqlar %s blokdan bir tekrar ederek';
$strRowsModeVertical = 'şaquli';
$strRowsStatistic = 'Sıra Statistikası';
$strRows = 'Sıra sayı';
$strRunning = '%s üzerinde işlemektedir';
$strRunQuery = 'Emri İcra Et';
$strRunSQLQuery = '%s me\'lumat bazasına SQL sorğusu(-ları) gönder';
 
$strSaveOnServer = 'Serverdeki %s direktoriyasına qeyd et';
$strSave = 'Qeyd Et';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearch = 'Axtarış';
$strSearchFormTitle = 'Search in database';
$strSearchInTables = 'Inside table(s):';
$strSearchNeedle = 'Axtarmaq üçün söz(ler) ve ya deyer(ler) (wildcard: "%"):';
$strSearchOption1 = 'sözlerin en azından birini';
$strSearchOption2 = 'bütün sözleri';
$strSearchOption3 = 'tamamile eyni sözü';
$strSearchOption4 = 'requlyar ifade (regular expression) olaraq';
$strSearchResultsFor = '"<i>%s</i>" üçün axtarış neticeleri %s:';
$strSearchType = 'Tap:';
$strSelectADb = 'Me\'lumat bazası seç';
$strSelectAll = 'Hamısını Seç';
$strSelectFields = 'Sahe seçin (en az birini):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'Fayl olaraq qeyd et';
$strSent = 'Gönderildi';
$strServerChoice = 'Quraşdırılmış Serverler';
$strServer = 'Server';
$strServerStatus = 'Runtime Me\'lumatı';
$strServerStatusUptime = 'Bu MySQL server %sdir işlemektedir. Server %s-de açılmışdır.';
$strServerTabProcesslist = 'Prosesler';
$strServerTabVariables = 'Deyişenler';
$strServerTrafficNotes = '<b>Server Neqliyyatı</b>: Bu cedveller serverin açılışından beri elde edilen me\'lumat axışı miqdarını göstermektedir.';
$strServerVars = 'Server Deyişenleri Ve Variantları';
$strServerVersion = 'Server versiyası';
$strSessionValue = 'Sessiya deyeri';
$strSetEnumVal = 'Sahe tipi "enum" ve ya "set" ise, deyerleri bu formatda girin: \'a\',\'b\',\'c\'...<br />Eger bu deyerlerde ters-kesr ("\") ve ya tek dırnaq ("\'") istifade etmek isteyirsinizse, onları ters-kesrle escape-leyin (meselen \'\\\\xyz\' ve ya \'a\\\'b\').';
$strShowAll = 'Hamısını göster';
$strShowColor = 'Rengini göster';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Emrleri Tam Olaraq Göster';
$strShow = 'Göster';
$strShowGrid = 'Show grid';
$strShowingRecords = 'Gösterilen setirler';
$strShowPHPInfo = 'PHPInfo() me\'lumatını göster';
$strShowTableDimension = 'Cedvellerin ölçülerini göster';
$strShowTables = 'Cedvelleri göster';
$strShowThisQuery = ' Bu sorğunu burada yene göster ';
$strSingly = '(tek-tek)';
$strSize = 'Boy';
$strSort = 'Sırala';
$strSpaceUsage = 'Yer istifadesi';
$strSplitWordsWithSpace = 'Sözler boşluq ifadesi (" ") ile ayrılmışdır.';
$strSQLExportType = 'Eksport şekli';
$strSQLOptions = 'SQL variantları';
$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:';
$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';
$strSQLQuery = 'SQL sorğusu';
$strSQLResult = 'SQL result';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Unclosed quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStatCheckTime = 'En son yoxlama';
$strStatCreateTime = 'Quruluş';
$strStatement = 'Variantlar';
$strStatUpdateTime = 'En son yenilenme';
$strStatus = 'Status';
$strStorageEngine = 'Depolama Motorları';
$strStorageEngines = 'MySQL Depolama Motorları';
$strStrucCSV = 'CSV verilenleri';
$strStrucData = 'Quruluş ve me\'lumat';
$strStrucDrop = '\'Cedveli leğv et\' elaveli';
$strStrucExcelCSV = 'MS Excel verilenleri üçün CSV';
$strStrucOnly = 'Sadece quruluş';
$strStructPropose = 'Alternativ cedvel strukturu';
$strStructure = 'Quruluş';
$strSubmit = 'Submit';
$strSuccess = 'SQL sorğunuz müveffeqiyyetle icra edilmişdir';
$strSum = 'Cemi';
$strSwitchToTable = 'Kopyalanmış cedvele keç';
 
$strTable = 'Cedvel';
$strTableComments = 'Cedvel haqqında qısa izahat';
$strTableEmpty = 'Cedveli adı boşdur!';
$strTableHasBeenDropped = '%s cedveli leğv edildi';
$strTableHasBeenEmptied = '%s cedveli boşaldıldı';
$strTableHasBeenFlushed = '%s cedveli flush-landı';
$strTableMaintenance = 'Cedvel temizliyi';
$strTableOfContents = 'İçindekiler Cedveli';
$strTables = '%s cedvel';
$strTableStructure = 'Table structure for table';
$strTableType = 'Cedvel tipi';
$strTblPrivileges = 'Cedvelexas selahiyyetler';
$strTextAreaLength = ' Uzun olduğuna göre,<br /> bu sahedeki me\'lumatlar deyişdirilmeye biler ';
$strThisHost = 'Bu Host';
$strThisNotDirectory = 'Bu direktoriya deyildi';
$strThreadSuccessfullyKilled = 'Thread %s uğurla söndürüldü (killed).';
$strTime = 'Müddet';
$strTotal = 'cemi';
$strTotalUC = 'Cemi';
$strTraditionalChinese = 'Enenevi Çin Dili';
$strTraffic = 'Neqliyyat';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$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().';
$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)';
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';
$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.';
$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.';
$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: ...) .';
$strTruncateQueries = 'Truncate Shown Queries';
$strTurkish = 'Türk Dili';
$strType = 'Tip';
 
$strUkrainian = 'Ukrayna Dili';
$strUncheckAll = 'Heç Birini Seçme';
$strUnique = 'Unikal';
$strUnselectAll = 'Heç birini seçme';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'Profil yenilendi.';
$strUpdateQuery = 'Sorğunu Yenile';
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';
$strUsage = 'Miqdar';
$strUseBackquotes = 'Cedvel ve sahe adlarını tek dırnaq arasına al';
$strUseHostTable = 'Use Host Table';
$strUserAlreadyExists = '%s istifadeçisi mövcuddur!';
$strUserEmpty = 'İstifadeçi adı boş qaldı!';
$strUserName = 'İstifadeçi adı';
$strUserNotFound = 'The selected user was not found in the privilege table.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'The selected users have been deleted successfully.';
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';
$strUser = 'İstifadeçi';
$strUseTables = 'Use Tables';
$strUseTextField = 'Use text field';
 
$strValidateSQL = 'SQL Tesdiqle';
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.';
$strValue = 'Deyer';
$strVar = 'Deyişen';
$strViewDump = 'Cedvelin sxemini göster';
$strViewDumpDatabases = 'Me\'lumat bazalarının sxemini göster';
$strViewDumpDB = 'Me\'lumat bazasının sxemini göster';
 
$strWebServerUploadDirectoryError = 'Upload işleri üçün te\'yin etdiyiniz direktoriya tapılmadı';
$strWebServerUploadDirectory = 'web-server upload direktoriyası';
$strWelcome = '%s - e Xoş Gelmişsiniz!';
$strWestEuropean = 'Qerbi Avropa';
$strWildcard = 'xüsusi işare';
$strWithChecked = 'Seçilenleri:';
$strWritingCommentNotPossible = 'Qısa izahat yazılışı mümkün deyil';
$strWritingRelationNotPossible = 'Elaqe yazılışı mümkün deyil';
$strWrongUser = 'Yanlış istifadeçi adı ve ya parol. Giriş tesdiq edilmedi.';
 
$strXML = 'XML';
 
$strYes = 'Beli';
 
$strZeroRemovesTheLimit = 'Qeyd: Bu variantları 0 (sıfır)-a çevirmek hüdudu (limiti) qaldıracaq.';
$strZip = '"zip"lenmiş';
 
// To translate:
$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.'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAndThen = 'and then'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
 
$strBaltic = 'Baltic'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCalendar = 'Calendar'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCollation = 'Collation'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strCzech = 'Czech'; //to translate
 
$strDanish = 'Danish'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDescription = 'Description'; //to translate
$strDictionary = 'dictionary'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s bu MySQL serverde quruludur.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFreePages = 'Free pages'; //to translate
 
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGerman = 'German'; //to translate
$strGreek = 'Greek'; //to translate
 
$strIcelandic = 'Icelandic'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
 
$strJapanese = 'Japanese'; //to translate
 
$strKorean = 'Korean'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatvian = 'Latvian'; //to translate
$strLogServer = 'Server'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
 
$strOperator = 'Operator'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strPersian = 'Persian'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strPolish = 'Polish'; //to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
 
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strRefresh = 'Refresh'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strRomanian = 'Romanian'; //to translate
$strRussian = 'Russian'; //to translate
 
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSpanish = 'Spanish'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strSwedish = 'Swedish'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
 
$strTableOptions = 'Table options'; //to translate
$strTakeIt = 'take it'; //to translate
$strThai = 'Thai'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$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
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
 
$strUnicode = 'Unicode'; //to translate
$strUnknown = 'unknown'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseTabKey = 'TAB düymesine basaraq bir sonrakı deyere, ve ya CTRL+Ox kombinasiyasını istifade ederek istediyiniz yöne keçe bilersiniz.'; //to translate
$strUseThisValue = 'Use this value'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
 
$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'; //to translate
$strWriteRequests = 'Write requests'; //to translate
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/basque-iso-8859-1.inc.php
0,0 → 1,983
<?php
/* $Id: basque-iso-8859-1.inc.php,v 2.111.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Byte', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Iga', 'Astel', 'Astea', 'Astez', 'Oste', 'Osti', 'Lar');
$month = array('Urt', 'Ots', 'Mar', 'Api', 'Mai', 'Eka', 'Uzt', 'Abu', 'Ira', 'Urr', 'Aza', 'Abe');
// Ikus http://www.php.net/manual/es/function.strftime.php zehazteko
// hurrengo aldagaia
$datefmt = '%Y-%m-%d, %H:%M:%S';
$timespanfmt = '%s egun, %s ordu, %s minutu eta %s segundu';
 
$strAPrimaryKey = 'Lehen mailako gakoa gehitu da hemen: %s';
$strAbortedClients = 'Deuseztatua';
$strAbsolutePathToDocSqlDir = 'Mesedez, docSQL direktorioaren zerbitzariko helbide absolutoa idatzi';
$strAccessDenied = 'Sarbidea ukatua';
$strAccessDeniedExplanation = 'phpMyAdmin MySQL zerbitzariarekin konektatzen saiatu zen, eta zerbitzariak konexioa ukatu zuen. Config.inc.php fitxategian host-a, erabiltzaile-izena eta pasahitza berpasatu beharko dituzu eta MySQL zerbitzariaren administratzaileak emaniko informazioarekin bat egiten dutela ziurtatu.';
$strAction = 'Ekintza';
$strAddAutoIncrement = 'Gehitu AUTO_INCREMENT balioa';
$strAddConstraints = 'Murrizketak gehitu';
$strAddDeleteColumn = 'Gehitu/ezabatu irizpide-zutabea';
$strAddDeleteRow = 'Gehitu/ezabatu irizpide-errenkada';
$strAddDropDatabase = 'Gehitu DROP DATABASE';
$strAddIntoComments = 'Iruzkinetan gehitu';
$strAddNewField = 'Eremu berria gehitu';
$strAddPrivilegesOnDb = 'Pribilegioak gehitu datu-base honetan';
$strAddPrivilegesOnTbl = 'Pribilegioak gehitu taula honetan ';
$strAddSearchConditions = 'Bilatzeko baldintzak txertatu ("where" klausularen gorputza):';
$strAddToIndex = '&nbsp;%s&nbsp; zutabe indizean gehituta';
$strAddUser = 'Erabiltzaile berria gehitu';
$strAddUserMessage = 'Erabiltzaile berria gehitu duzu.';
$strAddedColumnComment = 'Zutabearentzako iruzkin bat gehitu da';
$strAddedColumnRelation = 'Zutabearentzako erlazio bat gehitu da';
$strAdministration = 'Kudeaketa';
$strAffectedRows = 'Eragindako errenkadak: ';
$strAfter = '%s(a)ren ondoren';
$strAfterInsertBack = 'Itzuli';
$strAfterInsertNewInsert = 'Erregistro berria gehitu';
$strAll = 'Guztiak';
$strAllTableSameWidth = 'Zabalera berdina duten taula guztiak erakutsi?';
$strAlterOrderBy = 'Taularen "Order By" aldatu';
$strAnIndex = 'Indize bat gehitu da hemen: %s';
$strAnalyzeTable = 'Taula aztertu';
$strAnd = 'eta';
$strAny = 'edozein';
$strAnyHost = 'Edozein zerbitzari';
$strAnyUser = 'Edozein erabiltzaile';
$strArabic = 'Arabiera';
$strArmenian = 'Armeniera';
$strAscending = 'Goranzko';
$strAtBeginningOfTable = 'Taularen hasiera';
$strAtEndOfTable = 'Taularen amaiera';
$strAttr = 'Ezaugarriak';
$strAutodetect = 'Autodetektatu';
$strAutomaticLayout = 'Diseinu automatikoa';
 
$strBack = 'Itzuli';
$strBaltic = 'Baltikera';
$strBeginCut = 'EBAKINAREN HASIERA';
$strBeginRaw = 'IRAULKETAREN HASIERA';
$strBinary = ' Binarioa ';
$strBinaryDoNotEdit = ' Binarioa - ez editatu! ';
$strBookmarkAllUsers = 'Gogokoen erregistro hau edozein erabiltzailearentzat erabilgarri ';
$strBookmarkDeleted = 'Gordetako kontsulta ezabatu da.';
$strBookmarkLabel = 'Etiketa';
$strBookmarkQuery = 'Kontsulta gogokoetan gordea';
$strBookmarkThis = 'Kontsulta hau gogokoetan gorde';
$strBookmarkView = 'Soilik ikusi';
$strBrowse = 'Arakatu';
$strBulgarian = 'Bulgariera';
$strBzError = 'phpMyAdmin-ek ezinezko izan du iraulketa trinkotzea php bertsio honen Bz2 luzapena hondatuta dagoelako. Zinez gomendatzen dizugu zure phpMyAdmin-en konfigurazio-fitxategian <code>$cfg[\'BZipDump\']</code> parametroa era honetan <code>FALSE</code> ezartzea.Bz2 trinkotzeko hobespenak erabili nahi badituzu, zure php-a bertsio berri batera gaurkotu beharko duzu. Detaileak ikusi nahi izanez gero begira erroreen txostena.';
$strBzip = '"Bzip-ez trinkotua"';
 
$strCSVOptions = 'CSV aukerak';
$strCannotLogin = 'Ezinezkoa MySql zerbitzarian saioa hastea';
$strCantLoad = 'ezinezkoa %s luzapena kargatzea ,<br />mesedez, berpasatu zure PHPren konfigurazioa.';
$strCantLoadRecodeIconv = 'Ezinezkoa iconv kargatzea edota karaktere-jokoaren bihurketarako beharrezkoa den luzapena berkodifikatzea, configure php para permitir el uso de estas extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Ezinezkoa indizearen izena ¡PRIMARY! berrizendatzea';
$strCantUseRecodeIconv = 'Ezin dira erabili ez iconv, ez libiconv ezta recode_string funtzioa luzapenen txostena kargatzen den bitartean. Berpasatu php-ren konfigurazioa.';
$strCardinality = 'Kardinalitatea';
$strCaseInsensitive = 'Maiuskulak ez ditu bereizten';
$strCaseSensitive = 'Maiuskulak bereizten ditu';
$strCentralEuropean = 'Erdialdeko europearra';
$strChange = 'Aldatu';
$strChangeCopyMode = 'Erabiltzaile berri bat sortu pribilegio berdinekin eta ...';
$strChangeCopyModeCopy = '... mantendu aurrekoa.';
$strChangeCopyModeDeleteAndReload = ' ... zaharra ezabatu erabiltzaileen tauletatik eta ondoren berkargatu pribilegioak.';
$strChangeCopyModeJustDelete = ' ... zaharra ezabatu erabiltzaileen tauletatik.';
$strChangeCopyModeRevoke = ' ... zaharraren pribilegio aktibo guztiak errebokatu eta ondoren ezabatu.';
$strChangeCopyUser = 'Aldatu saioa hasteko informazioa / Erabiltzailea kopiatu';
$strChangeDisplay = 'Aukeratu erakutsi beharreko eremua';
$strChangePassword = 'Pasahitza aldatu';
$strCharset = 'Karaktere-jokoa';
$strCharsetOfFile = 'Fitxategiaren karaktereen kodeketa:';
$strCharsets = 'Karaktere-multzoa';
$strCharsetsAndCollations = 'Karaktere-multzoak eta ordenamenduak';
$strCheckAll = 'Guztiak egiaztatu';
$strCheckOverhead = 'Arazteko hondakinak egiaztatu';
$strCheckPrivs = 'Pribilegioak egiaztatu';
$strCheckPrivsLong = '&quot;%s&quot; datu-basearen pribilegioak egiaztatu.';
$strCheckTable = 'Taula egiaztatu';
$strChoosePage = 'Aukeratu editatzeko orria mesedez';
$strColComFeat = 'Zutabearen iruzkinak erakusten';
$strCollation = 'Ordenamendua';
$strColumnNames = 'Zutabe izenak';
$strColumnPrivileges = 'Zutabearen pribilegio espezifikoak';
$strCommand = 'Komandoa';
$strComments = 'Iruzkinak';
$strCompleteInserts = '"Insert"ak osatu';
$strCompression = 'Trinkotzea';
$strConfigFileError = 'phpMyAdmin-ek ezin izan du zure konfigurazio fitxategia irakurri!<br />Hau gerta liteke php-k sintasi errore bat aurkitzen badio edota php-k fitxategia ezin izan duelako aurkitu.<br />Faborez, saiatu konfigurazio fitxategia zuzenean deitzen hurrengo esteka erabiliz eta irakurri jaso lite(z)keen php-ren errore mezua(k). Kasu gehienetan komatxo edo puntu eta komaren bat nonbait ez egoteak sortzen du arazoa.<br />Orria txuriz jasoz gero, dena ondo legoke.';
$strConfigureTableCoord = 'Mesedez, %s taularentzako koordinatuak konfiguratu';
$strConnections = 'Konexioak';
$strConstraintsForDumped = 'Iraulitako taulentzako murrizketak';
$strConstraintsForTable = 'Taularentzako murrizketak';
$strCookiesRequired = 'Puntu honetarako cookie-ek gaituta egon behar dute.';
$strCopyTable = 'Taula hona kopiatu: (datu-base<b>.</b>taula):';
$strCopyTableOK = '%s taula hona kopiatua izan da: %s.';
$strCopyTableSameNames = 'Ezinezkoa da taula berberera kopiatzea!';
$strCouldNotKill = 'phpMyAdmin-ek ezin izan du %s haria deuseztatu. Seguruena aurretik itxia izatea.';
$strCreate = 'Sortu';
$strCreateIndex = 'Indize bat sortu &nbsp;%s&nbsp; zutabetan';
$strCreateIndexTopic = 'Indize berri bat sortu';
$strCreateNewDatabase = 'Datu-base berri bat sortu';
$strCreateNewTable = 'Taula berri bat sortu %s datu-basean';
$strCreatePage = 'Orri berri bat sortu';
$strCreatePdfFeat = 'PDF-en sorrera';
$strCreationDates = 'Sortu/Eguneratu/Egiaztatu datak';
$strCriteria = 'Irizpidea';
$strCroatian = 'Croaziera';
$strCyrillic = 'Zirilikoa';
$strCzech = 'Txekiera';
 
$strDBComment = 'Datu-basearen iruzkina: ';
$strDBGContext = 'Testuingurua';
$strDBGContextID = 'Testuinguruaren IDa';
$strDBGHits = 'Atzialdiak';
$strDBGLine = 'Lerroa';
$strDBGMaxTimeMs = 'Denbora Min , ms';
$strDBGMinTimeMs = 'Denbora Max, ms';
$strDBGModule = 'Modulua';
$strDBGTimePerHitMs = 'Denbora/Atzialdi, ms';
$strDBGTotalTimeMs = 'Denbora orokorra, ms';
$strDanish = 'Danesa';
$strData = 'Datuak';
$strDataDict = 'Datu-hiztegia';
$strDataOnly = 'Datuak soilik';
$strDatabase = 'Datu-basea';
$strDatabaseExportOptions = 'Datu-basea esportatzeko aukerak';
$strDatabaseHasBeenDropped = '%s datu-basea ezabatua izan da.';
$strDatabaseNoTable = 'Datu-base honek ez dauka taularik!';
$strDatabases = 'Datu-baseak';
$strDatabasesDropped = '%s datu-base arrakastaz ezabatu dira.';
$strDatabasesStats = 'Datu-baseen estatistikak';
$strDatabasesStatsDisable = 'Estatistikak ezgaitu';
$strDatabasesStatsEnable = 'Estatistikak gaitu';
$strDatabasesStatsHeavyTraffic = 'Oharra: Datu-basearen estatistikak hemen gaituz gero web-zerbitzaria eta MySQL-arenaren arteko trafiko handia sor liteke.';
$strDbPrivileges = 'Datu-basearen pribilegio espezifikoak';
$strDbSpecific = 'Datubasearentzat espezifikoa';
$strDefault = 'Lehenetsia';
$strDefaultValueHelp = 'Lehenetsitako balioak erabiltzeko, mesedez sartu balio bakar bat, komatxo edota alderantzikaturiko barrarik gabe, formato hau erabiliz: a';
$strDelOld = 'Orri honek existitzen ez diren taulekiko erreferentziak dauzka. Erreferentziok ezabatu nahi al dituzu?';
$strDelayedInserts = 'Use delayed inserts';
$strDelete = 'Ezabatu';
$strDeleteAndFlush = 'Erabiltzaileak ezabatu eta ondoren pribilegioak berkargatu.';
$strDeleteAndFlushDescr = 'Hau da biderik garbiena, baina pribilegioak berkargatzeak denbora behar du.';
$strDeleted = 'Errenkada ezabatua izan da';
$strDeletedRows = 'Ezabatutako errenkadak:';
$strDeleting = '%s ezabatzen';
$strDescending = 'Beherantz';
$strDescription = 'Deskribapena';
$strDictionary = 'hiztegia';
$strDisabled = 'Ezgaituta';
$strDisplayFeat = 'Eginbideak erakutsi';
$strDisplayOrder = 'Ordena erakutsi:';
$strDisplayPDF = 'PDF eskema erakutsi';
$strDoAQuery = '"Adibide moduan" kontsulta bat egin (komodina: "%")';
$strDoYouReally = 'Benetan nahi al duzu ';
$strDocu = 'Dokumentazioa';
$strDrop = 'Ezabatu';
$strDropUsersDb = 'Erabiltzaileen izen berdina duten datu-baseak ezabatu.';
$strDumpSaved = 'Iraulketa %s fitxategian gorde da.';
$strDumpXRows = '%s errenkada irauli, erregistro honetatik hasita: # %s.';
$strDumpingData = 'Taula honen datuak irauli';
$strDynamic = 'dinamikoa';
 
$strEdit = 'Editatu';
$strEditPDFPages = 'Editatu PDF Orriak';
$strEditPrivileges = 'Editatu Pribilegioak';
$strEffective = 'Eraginkorra';
$strEmpty = 'Hutsik';
$strEmptyResultSet = 'MySQL-k emaitza hutsa itzuli du. (i.e. zero errenkada).';
$strEnabled = 'Gaituta';
$strEnd = 'Amaiera';
$strEndCut = 'EBAKINAREN AMAIERA';
$strEndRaw = 'IRAULKETAREN AMAIERA';
$strEnglish = 'Ingelesa';
$strEnglishPrivileges = ' Oharra: MySQL-ren pribilegioen izenak ingelesez adierazita daude';
$strError = 'Errorea';
$strEstonian = 'Estoniera';
$strExcelEdition = 'Excel edizioa';
$strExcelOptions = 'Excel hobespenak';
$strExecuteBookmarked = 'Exekutatu aurretik aukeratutako kontsulta';
$strExplain = 'SQL-a azaldu';
$strExport = 'Esportatu';
$strExtendedInserts = '"insert" hedatuak';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Erratutako saiakerak';
$strField = 'Eremua';
$strFieldHasBeenDropped = '%s eremua ezabatu da';
$strFields = 'Eremuak';
$strFieldsEmpty = ' Eremuen kontaketa hutsik dago! ';
$strFieldsEnclosedBy = 'Eremuak honekin mugatuta:';
$strFieldsEscapedBy = 'Eremuak escaped by:';
$strFieldsTerminatedBy = 'Eremuak honekin bukatuak:';
$strFileAlreadyExists = '%s fitxategia aurretik bazegoen zerbitzarian, izena aldatu edo aukeratu gainean idazteko hobespena.';
$strFileCouldNotBeRead = 'Ezinezkoa fitxategia irakurtzea';
$strFileNameTemplate = 'Txantiloi-fitxategiaren izena';
$strFileNameTemplateRemember = 'txantiloia gogoratu';
$strFixed = 'finkoa';
$strFlushPrivilegesNote = 'Oharra: phpMyAdmin-ek erabiltzaileen pribilegioak\' zuzenean MySQL-ren pribilegioen taulatik\' eskuratzen ditu. Taula hauen edukiak, tartean eskuz aldaketarik egon bada, zerbitzariak erabiltzen dituenak ez bezelakoak izan daitezke. Kasu honetan, jarraitu aurretik %spribilegioak berkargatu%s beharko zenituzke.';
$strFlushTable = 'Taularen cachea hustu ("FLUSH")';
$strFormEmpty = 'Balioa bat falta da formularioan!';
$strFormat = 'Formatoa';
$strFullText = 'Testu osoak';
$strFunction = 'Funtzioak';
 
$strGenBy = 'Egilea:';
$strGenTime = 'Sortzeko denbora';
$strGeneralRelationFeat = 'Erlazioen ezaaugarri orokorrak';
$strGerman = 'Alemaniera';
$strGlobal = 'orokorra';
$strGlobalPrivileges = 'Pribilegio orokorrak';
$strGlobalValue = 'Balio orokorra';
$strGo = 'Joan';
$strGrantOption = 'Baimendu';
$strGreek = 'Grekiera';
$strGzip = '"gzip-ez trinkotuta"';
 
$strHasBeenAltered = 'aldatua izan da.';
$strHasBeenCreated = 'sortu da.';
$strHaveToShow = 'Gutxienez bistaratzeko Zutabe bat hautatu duzu.';
$strHebrew = 'Hebreera';
$strHome = 'Hasiera-orria';
$strHomepageOfficial = 'phpMyAdmin-en webgune ofiziala';
$strHost = 'Zerbitzaria';
$strHostEmpty = 'Zerbitzariaren izena hutsik dago!';
$strHungarian = 'Hungariera';
 
$strId = 'ID';
$strIdxFulltext = 'Testu osoa';
$strIgnore = 'Ezikusi';
$strIgnoringFile = '%s fitxategia ezikusten';
$strImportDocSQL = 'docSQL Fitxategiak inportatu';
$strImportFiles = 'Fitxategiak inportatu';
$strInUse = 'lanean';
$strIndex = 'Indizea';
$strIndexHasBeenDropped = '%s indizea ezabatu da';
$strIndexName = 'Indizearen izena&nbsp;:';
$strIndexType = 'Indize mota&nbsp;:';
$strIndexes = 'Indizeak';
$strInnodbStat = 'InnoDB Egoera';
$strInsecureMySQL = 'Zure konfigurazio fitxategiak MySQL-ren kontu pribilegiatuari dagozkion ezarpenak (root pasahitzik gabe) dauzka . Zure MySQL zerbitzaria lehenetsitako balio hauekin ari da lanean; atzipen-saiakera arrotzei irekita beraz. Segurtasun-zulo hau konpondu beharko zenuke.';
$strInsert = 'Txertatu';
$strInsertAsNewRow = 'Txertatu errenkada berri batean';
$strInsertNewRow = 'Errenkada berri bat txertatu';
$strInsertedRowId = 'Txertatutako errenkararen id-a:';
$strInsertedRows = 'Txartatutako errenkadak:';
$strInternalNotNecessary = '* Barne-erlaziorik ez da beharrezkoa InnoDB-en ere existitzen denean.';
$strInternalRelations = 'Barne-erlazioak';
 
$strJapanese = 'Japoniera';
$strJumpToDB = '&quot;%s&quot; datu-basera joan.';
$strJustDelete = 'Pribilegioen taulatik erabiltzaileak ezabatzea besterik ez duzu.';
$strJustDeleteDescr = '&quot;Ezabatutako&quot; erabiltzaileak ohizko eran zerbitzarira sartzeko aukera izaten jarraituko dute harik eta pribilegioak berkargatu arte.';
 
$strKeepPass = 'Pasahitza ez aldatu';
$strKeyname = 'Klabearen hitza';
$strKill = 'Hil';
$strKorean = 'Koreera';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX hobespenak';
$strLatexCaption = 'Taularen epigrafea';
$strLatexContent = '__TABLE__ taularen edukina';
$strLatexIncludeCaption = 'Taularen epigrafea gehitu';
$strLatexStructure = '__TABLE__ taularen egitura';
$strLengthSet = 'Luzera/Balioak*';
$strLimitNumRows = 'Errenkada kopurua orriko';
$strLinesTerminatedBy = 'Honetan bukatutako lerroak: ';
$strLinkNotFound = 'Esteka aurkitugabea';
$strLinksTo = 'Estekak honi:';
$strLithuanian = 'Lithuaniera';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Testu-fitxategiaren kokapena';
$strLogPassword = 'Pasahitza:';
$strLogServer = 'Zerbitzaria';
$strLogUsername = 'Erabiltzaile-izena:';
$strLogin = 'Hasi saioa';
$strLoginInformation = 'Saioa hasteko informazioa';
$strLogout = 'Saioa bukatu';
 
$strMIME_MIMEtype = 'MIME-mota';
$strMIME_available_mime = 'MIME-mota erabilgarriak';
$strMIME_available_transform = 'Eraldaketa erabilgarriak';
$strMIME_description = 'Deskribapena';
$strMIME_nodescription = 'Eraldaketa honentzako deskribapenik ez dago erabilgarri.<br />Mesedez egileari galdetu, %s-(e)k zer egiten duen.';
$strMIME_transformation = 'Nabigatzailearen eraldaketa';
$strMIME_transformation_note = 'Eraldaketen hobespen eta haien MIME-mota eraldaketen zerrendarako, egizu klik hemen %stransformation descriptions%s';
$strMIME_transformation_options = 'Eraldaketen hobespenak';
$strMIME_transformation_options_note = 'Mesedez, formato honi jarraiki, sartu itzazu eraldaketen hobespenentzako balioak: \'a\',\'b\',\'c\'...<br />Noizbait alderantzikaturiko barra ("\") edo barra arrunta ("\'") erabili beharko bazenu, beti erabili alderantzikaturiko barra (adibidez \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'Etzanez inprimaturiko MIME-motek ez dute eraldaketa-funtzio berezirik';
$strModifications = 'Aldaketak gorde dira';
$strModify = 'Aldatu';
$strModifyIndexTopic = 'Indize bat aldatu';
$strMoveTable = 'Taula hona mugitu (datu-basea<b>.</b>taula):';
$strMoveTableOK = '%s taula hona mugitu da: %s.';
$strMoveTableSameNames = 'Ezin taula berberara mugitu!';
$strMultilingual = 'eleanitza';
$strMySQLCharset = 'MySQL karaktere-multzoa';
$strMySQLSaid = 'MySQL-ek zera dio: ';
$strMySQLShowProcess = 'Erakutsi prozesuak';
$strMySQLShowStatus = 'MySQL-ren funtzionamenduari buruzko informazioa erakutsi';
$strMySQLShowVars = 'MySQL-ren sistema-aldagaiak erakutsi';
 
$strName = 'Izena';
$strNext = 'Hurrengoa';
$strNo = 'Ez';
$strNoDatabases = 'Datu-baserik ez';
$strNoDatabasesSelected = 'Ez dago datu-baserik aukeratuta.';
$strNoDescription = 'Deskribapenik ez';
$strNoDropDatabases = '"DROP DATABASE" sententziak ezgaituta daude.';
$strNoExplain = 'SQL-ren azalpena saltatu';
$strNoFrames = 'phpMyAdmin askoz erabilerraza da <b>frame-ak onartzen duen</b> nabigatzaile batekin.';
$strNoIndex = 'Ez dago indizerik definituta!';
$strNoIndexPartsDefined = 'Ez da indiziaren zatiak definitu!';
$strNoModification = 'Aldaketarik ez';
$strNoOptions = 'Formato honek ez du aukerarik';
$strNoPassword = 'Pasahitzik ez';
$strNoPermission = 'Web-zerbitzariak dio %s fitxategia gordetzeko baimenik ez duzula.';
$strNoPhp = 'PHP Koderik gabe';
$strNoPrivileges = 'Pribilegiorik gabe';
$strNoRights = 'Ez daukazu baimen nahikorik hemen orain egoteko!';
$strNoSpace = 'Ez dago leku-disko nahikoa %s fitxategia gordetzeko.';
$strNoTablesFound = 'Ez da taularik aurkitu datu-basean.';
$strNoUsersFound = 'Ez da erabiltzailerik aurkitu.';
$strNoValidateSQL = 'SQL-ren balidapena saltatu';
$strNone = 'Batez';
$strNotNumber = 'Hau ez da zenbaki bat!';
$strNotOK = 'Okerra';
$strNotSet = '<b>%s</b> taula ez da aurkitu edo ez da definitu hemen: %s';
$strNull = 'Nulua';
$strNumSearchResultsInTable = '%s emaitza(k) <i>%s</i> taulan';
$strNumSearchResultsTotal = '<b>Guztira:</b> <i>%s</i> emaitza(k)';
$strNumTables = 'Taulak';
 
$strOK = 'Zuzena';
$strOperations = 'Eragiketak';
$strOptimizeTable = 'Taula optimizatu';
$strOr = 'Edo';
$strOverhead = 'Arazteko hondakina';
$strOverwriteExisting = 'Gainean idatzi aurretik badiren fitxategiak';
 
$strPHP40203 = 'PHP 4.2.3 erabiltzen ari zara, zeinek multi-byte kateekin (mbstring) arazo handia duena. Ikus PHP-ren 19404 errore-txostena. PHPren bertsio hau ez dago gomendatuta phpMyAdmin-arekin batera erabiltzeko.';
$strPHPVersion = 'PHP Bertsioa';
$strPageNumber = 'Orri zenbakia:';
$strPaperSize = 'Paperaren tamaina';
$strPartialText = 'Testu partzialak';
$strPassword = 'Pasahitza';
$strPasswordChanged = '%s-arentzako pasahitza arrakastaz aldatua izan da.';
$strPasswordEmpty = 'Pasahitza hutsik dago!';
$strPasswordNotSame = 'Pasahitzek ez dute bat egiten!';
$strPdfDbSchema = '"%s" datu-basearen eskema- Orria %s';
$strPdfInvalidTblName = '"%s" taula ez da existitzen!';
$strPdfNoTables = 'Taularik ez';
$strPerHour = 'orduko';
$strPerMinute = 'minutuko';
$strPerSecond = 'segunduko';
$strPhoneBook = 'Telefono-agenda';
$strPhp = 'PHP kodea sortu';
$strPmaDocumentation = 'phpMyAdmin dokumentazioa';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktibak zure konfigurazio fitxategian zehaztuta behar du egon!';
$strPortrait = 'Bertikal';
$strPos1 = 'Hasi';
$strPrevious = 'Aurrekoa';
$strPrimary = 'Lehen mailakoa';
$strPrimaryKeyHasBeenDropped = 'Lehen mailako gakoa ezabatu da';
$strPrimaryKeyName = 'Lehen mailako gakoaren izenak behar du izan... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY"-k, <b>soilik</b>, lehen mailako gako baten izena izan <b>behar</b> du!)';
$strPrint = 'Inprimatu';
$strPrintView = 'Inprimatzeko ikuspegia';
$strPrintViewFull = 'Inprimatzeko ikuspena (testu osoak)';
$strPrivDescAllPrivileges = 'Pribilegio guztiak, GRANT(baimendu) izanezik, dauzka.';
$strPrivDescAlter = 'Uneko taulen egiturak aldatzea baimentzen du.';
$strPrivDescCreateDb = 'Datu-base eta taula berriak sortzea baimentzen du.';
$strPrivDescCreateTbl = 'Taula berriak sortzea baimentzen du.';
$strPrivDescCreateTmpTable = 'Aldi baterako taulak sortzea baimentzen du.';
$strPrivDescDelete = 'Datuak ezabatzea baimentzen du.';
$strPrivDescDropDb = 'Datu-base eta taulak ezabatzea baimentzen du.';
$strPrivDescDropTbl = 'Taulak ezabatzea baimentzen du.';
$strPrivDescExecute = 'Gordetako prozedurak exekutatzea baimentzen du; Ez du eraginik MySQL bertsio honetan.';
$strPrivDescFile = 'Datuak fitxategietatik inportatzea eta fitxategietara esportatzea baimentzen du.';
$strPrivDescGrant = 'Erabiltzaileak eta pribilegioak gehitzea baimentzen du pribilegioen taula berkargatu gabe.';
$strPrivDescIndex = 'Indizeak sortu eta ezabatzea baimentzen du.';
$strPrivDescInsert = 'Datuak txertatu eta ordezkatzea baimentzen du.';
$strPrivDescLockTables = 'Momentuko harian taulak blokeatzea baimentzen du.';
$strPrivDescMaxConnections = 'Erabiltzaileak orduko ireki dezakeen konexio berrien kopurua mugatzen du.';
$strPrivDescMaxQuestions = 'Erabiltzaileak orduko zerbitzarira bidali dezakeen kontsulta kopurua mugatzen du.';
$strPrivDescMaxUpdates = 'Erabiltzaileak orduko exekuta dezakeen taula edo datu-baserik alda dezaketen komando kopurua mugatzen du.';
$strPrivDescProcess3 = 'Beste erabiltzaileen prosezuak hiltzen baimentzen du.';
$strPrivDescProcess4 = 'Kontsulta osoak prozesuen zerrendan ikustea baimentzen du.';
$strPrivDescReferences = 'Ez du eraginik MySQL bertsio honetan.';
$strPrivDescReload = 'Zerbitzariaren hobespenak berkargatu eta beraren cacheak hustea baimentzen du.';
$strPrivDescReplClient = 'Erabiltzailea baimentzen du morroiak / nagusiak non dauden galdetzeko.';
$strPrivDescReplSlave = 'Erreplikazio morroientzat beharrezkoa.';
$strPrivDescSelect = 'Datuak irakurtzea baimentzen du.';
$strPrivDescShowDb = 'Datu-base zenrrenda osorako sarrera ahalbidetzen du.';
$strPrivDescShutdown = 'Zerbitzaria amatatzea baimentzen du.';
$strPrivDescSuper = 'Konektatzea baimentzen du, baita konexio kopuru maximora ailegatuta ere; Aldagai orokorrak zehaztu edota beste erabiltzaileen hariak hiltzeko bezalako kudeaketa-eragiketa gehienentzat beharrezkoa da.';
$strPrivDescUpdate = 'Datuak aldatzea baimentzen du.';
$strPrivDescUsage = 'Pribilegiorik ez.';
$strPrivileges = 'Probilegioak';
$strPrivilegesReloaded = 'Pribilegioak arrakastaz berkargatu dira.';
$strProcesslist = 'Prozesuen zerrenda';
$strPutColNames = 'Eremuen izenak lehenengo errenkadan jarri';
 
$strQBE = 'Kontsulta';
$strQBEDel = 'Ezabatu';
$strQBEIns = 'Txertatu';
$strQueryFrame = 'Kontsulta-leihoa';
$strQueryOnDb = 'SQL-kontsulta <b>%s</b> datu-basean:';
$strQuerySQLHistory = 'SQL-historia';
$strQueryStatistics = '<b>Kontsultaren estatistikak</b>: Bere hasieratik, %s kontsulta zerbitzarira bidali dira.';
$strQueryTime = 'Kontsulta exekutatzeko denbora %01.4f seg';
$strQueryType = 'Kontsulta mota';
$strQueryWindowLock = 'Kontsulta hau ez idatzi gainean leihotik kanpo';
 
$strReType = 'Berridatzi';
$strReceived = 'Jasota';
$strRecords = 'Erregistroak';
$strReferentialIntegrity = 'Erreferentzien integritatea egiaztatu:';
$strRelationNotWorking = 'Estekatutako taulekin lan egiteko hobespen gehigarriak ezgaitu dira . Zergatia jakiteko egizu klik %shemen%s.';
$strRelationView = 'Erlazioen ikuspegia';
$strRelationalSchema = 'Erlazio-eskema';
$strRelations = 'Erlazioak';
$strReloadMySQL = 'MySQL berrabiarazi';
$strReloadingThePrivileges = 'Pribilegioak berkargatzen';
$strRemoveSelectedUsers = 'Hautatutako erabiltzaileak baztertu';
$strRenameTable = 'Taula berrizendatu izen honetara: ';
$strRenameTableOK = '%s taula %s-(e)ra berrizendatua izan da';
$strRepairTable = 'Taula konpondu';
$strReplaceNULLBy = 'NULL ordezkatu honen ordez:';
$strReplaceTable = 'Taularen datuak fitxategiarekin ordezkatu ';
$strReset = 'Reset egin';
$strResourceLimits = 'Baliabideen mugak';
$strRevoke = 'Ezeztatu';
$strRevokeAndDelete = 'Erabiltzaileen pribilegio aktibo guztiak ezeztatu eta ondoren denak ezabatu.';
$strRevokeAndDeleteDescr = 'Erabiltzaileak USAGE pribilegioa izaten jarraituko dute harik eta pribilegioak berkargatu arte.';
$strRevokeMessage = 'Zuk %s-(r)en pribilegioak ezeztatu dituzu';
$strRowLength = 'Errenkadaren luzera';
$strRowSize = ' Errenkadaren tamaina ';
$strRows = 'Errenkadak';
$strRowsFrom = 'errenkada(k) # erregistrotik hasita';
$strRowsModeFlippedHorizontal = 'horizontal (goiburukoak biratuta)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = '%s moduan eta goiburukoak errepikatu %s zeldaka';
$strRowsModeVertical = 'bertikal';
$strRowsStatistic = 'Errenkadaren estatistikak';
$strRunQuery = 'Kontsulta bidali';
$strRunSQLQuery = 'SQL kontsulta(k) exekutatu %s datu-basean';
$strRunning = 'hemen ibiltzen: %s';
$strRussian = 'Errusiera';
 
$strSQL = 'SQL';
$strSQLExportType = 'Esportazio mota';
$strSQLOptions = 'SQL hobespenak';
$strSQLParserBugMessage = 'Baliteke zuk SQL analizatzailean errore bat topatu izana. Mesedez arretaz aztertu zure kontsulta, eta egiaztatu komatxoak zuzen erabiliak eta bikoitiak direla. Akatsaren bestelako jatorri bat izan liteke zu datu binariodun fitxategi bat igotzen saiatzea mugatutako testu-eremutik at. Zure kontsulta MySQL-ren komando-interfazean ere exekutatzen saia zenezake. MySql zeritzariak itzulitako erroreak, baldin badago, arazoa diagnostikatzen lagundu zaitzake. Arazoak bere horretan badirau edota komando-interfazeak arrakasta duen lekuan analizatzaileak huts egiten badu, mesedez murriztu ezazu zure SQL kontsulta arazoa sortzen duen zatira, eta bidal ezazu errore-txosten bat behean seinalaturiko MOZKETA atalean datu-katea paratuz:';
$strSQLParserUserError = 'Ematen du zure SQL kontsultan errore bat dagoela. MySQL zerbitzariak itzulitako erroreak, baldin badago, arazoa diagnostikatzen lagundu zaitzake';
$strSQLQuery = 'SQL kontsulta';
$strSQLResult = 'SQL emaitza';
$strSQPBugInvalidIdentifer = 'Indentifikatzaile okerra';
$strSQPBugUnclosedQuote = 'Itxi gabeko komatxoak';
$strSQPBugUnknownPunctuation = 'Puntuazio ikurra ezezaguna';
$strSave = 'Gorde';
$strSaveOnServer = 'Zerbitzariren %s direktorioan gorde';
$strScaleFactorSmall = 'Eskalaren faktorea txikiegia da eskema orri bakar batean azaltzeko';
$strSearch = 'Bilatu';
$strSearchFormTitle = 'Datu-basean bilatu';
$strSearchInTables = 'Taul(ar)en barnean:';
$strSearchNeedle = 'Bilaketa egiteko hitza(k) edo balioa(k) (komodina: "%"):';
$strSearchOption1 = 'hitz hauetariko bat gutxienez';
$strSearchOption2 = 'hitz guztiak';
$strSearchOption3 = 'esaldi zehatza';
$strSearchOption4 = 'adierazpen erregular moduan';
$strSearchResultsFor = 'Bilaketaren emaitzak: "<i>%s</i>" %s:';
$strSearchType = 'Aurkitu:';
$strSecretRequired = 'Konfigurazio-fitxategiak orain ezkutuko pasahitz bat behar du (blowfish_secret).';
$strSelectADb = 'Datu-base bat hautatu mesedez';
$strSelectAll = 'Dena hautatu';
$strSelectFields = 'Eremuak hautatu (bat gutxienez):';
$strSelectNumRows = 'kontsultan';
$strSelectTables = 'Taulak hautatu';
$strSend = 'Bidali';
$strSent = 'Bidalita';
$strServer = 'Zerbitzaria';
$strServerChoice = 'Zerbitzariaren hautaketa';
$strServerStatusUptime = 'MySQL zerbitzari hau martxan egon da %s. %s abiaratu zelarik.';
$strServerTabProcesslist = 'Prozesuak';
$strServerTabVariables = 'Aldagaiak';
$strServerTrafficNotes = '<b>Zerbitzariaren trafikoa</b>: Taula hauek erakusten dituzte MySQL zerbitzari honen sare-trafikoaren estatistikak bere hasieratzetik.';
$strServerVars = 'Zerbitzariaren aldagai eta ezarpenak';
$strServerVersion = 'Zerbitzariaren bertsioa';
$strSessionValue = 'Saioaren balioa';
$strSetEnumVal = 'Eremu-mota "enum" edo "set" bada, mesedez idatzi balioak formato hau erabiliz: \'a\',\'b\',\'c\'...<br />Noizbait balio horien artean alderantzikaturiko barra ("\") edo barra arrunta ("\'") erabili beharko bazenu, beti erabili alderantzikaturiko barra (adibidez \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Erakutsi';
$strShowAll = 'Dena erakutsi';
$strShowColor = 'Kolorea erakutsi';
$strShowDatadictAs = 'Datuen hiztegiaren formateoa';
$strShowFullQueries = 'Kontsulta osoak erakutsi';
$strShowGrid = 'Sareta erakutsi';
$strShowPHPInfo = 'PHP informazioa erakutsi';
$strShowTableDimension = 'Taulen dimentsioak erakutsi';
$strShowTables = 'Taulak erakutsi';
$strShowThisQuery = ' Kontsulta hau hemen berriz erakutsi';
$strShowingRecords = 'Errenkadak erakusten';
$strSimplifiedChinese = 'Txinera erraztua';
$strSingly = '(soilik)';
$strSize = 'Tamaina';
$strSort = 'Ordenatu';
$strSortByKey = 'Gakoaren arabera ordenatu';
$strSpaceUsage = 'Erabilitako lekua';
$strSplitWordsWithSpace = 'Hitzak "zuriune" karakterrarekin bereiztuta daude (" ").';
$strStatCheckTime = 'Azken egiaztapena';
$strStatCreateTime = 'Sortzea';
$strStatUpdateTime = 'Azken eguneraketa';
$strStatement = 'Sententziak';
$strStatus = 'Egoera';
$strStrucCSV = 'CSV datuak';
$strStrucData = 'Egitura eta datuak';
$strStrucDrop = 'Gehitu DROP TABLE';
$strStrucExcelCSV = 'MS Excel datuentzako CSV';
$strStrucOnly = 'Egitura soilik';
$strStructPropose = 'Taularen egituraren proposamena ';
$strStructure = 'Egitura';
$strSubmit = 'Bidali';
$strSuccess = 'Zure SQL-kontsula arrakastaz burutu da';
$strSum = 'Gehiketa';
$strSwedish = 'Suediera';
$strSwitchToTable = 'Kopiatutako taulara aldatu';
 
$strTable = 'Taula';
$strTableComments = 'Taularen iruzkinak';
$strTableEmpty = 'Taularen izena hutsik dago!';
$strTableHasBeenDropped = '%s taula ezabatu egin da';
$strTableHasBeenEmptied = '%s taula hustu egin da';
$strTableHasBeenFlushed = '%s taularen cachea hustu egin da';
$strTableMaintenance = 'Taularen mantenua';
$strTableOfContents = 'Edukinen taula';
$strTableOptions = 'Taularen hobespenak';
$strTableStructure = 'Taularen egitura taula honentzat: ';
$strTableType = 'Taula mota';
$strTables = '%s taula(k)';
$strTblPrivileges = 'Taularen pribilegio espezifikoak';
$strTextAreaLength = ' Bere luzeragatik,<br /> eremu hau ez da editagarria ';
$strThai = 'Thailandiarra';
$strThisHost = 'Host hau';
$strThisNotDirectory = 'Hau ez zen direktorio bat';
$strThreadSuccessfullyKilled = '%s haria arrakastaz ezabatu da.';
$strTime = 'Denbora';
$strToggleScratchboard = 'Aldatu "scratchboard"-a';
$strTotal = 'guztira';
$strTotalUC = 'Gutira';
$strTraditionalChinese = 'Txinera tradizionala';
$strTraffic = 'Trafikoa';
$strTransformation_image_jpeg__inline = 'Miniatura klikagarri bat erakusten du; aukerak: luzera,altuera pixeletan (jatorrizko erlazioa mantentzen du)';
$strTransformation_image_jpeg__link = 'Irudi honi zuzendutako esketa bat erakusten du(blob deskarga zuzena, i.e.).';
$strTransformation_image_png__inline = 'Ikusi image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'TIME, TIMESTAMP edo DATETIME eremu bat hartu eta zure data lokalaren formateo mota erabiliz formateatzen du. Lehenengo aukera orduari gehitu beharreko aldea (orduetan) da (Lehenetsia: 0). Bigarren aukera dataren formateo ezberdin bat da, PHPren strftime() funtzioaren eskuragarri dauden parametroen arabera.';
$strTransformation_text_plain__external = 'LINUX SOILIK: Kanpoko aplikazio bat abiaratzen du eta datu-eremua sarrera estandarraren bidez osatzen du. Aplikazioaren irteera estandarra itzultzen du. Lehenetsitakoa Tidy da, HTML kodea txukun pantailaratzeko. Segurtasun arrazoiengatik, libraries/transformations/text_plain__external.inc.php fitxategia eskuz editatu beharko duzu eta hor zehaztu zein tresna exekutatzea baimentzen duzun. Lehenengo aukera erabili nahi duzun programaren zenbakia da eta bigarren aukera programarentzako parametroak dira . Hirugarren parametroa, 1 izanez gero irteera bihurtuko du htmlspecialchars() funtzioa erabiliz (Lehenetsia: 1). Laugarren parametroa, 1 izanez gero NOWRAP bat ezarriko dio edukin-gelaxkari, beraz irteera osoa berformateatu barik erakutsiko da(Lehenetsi 1)';
$strTransformation_text_plain__formatted = 'Eremuaren jatorrizko formateoa mantentzen du. Aldaketarik egin gabe.';
$strTransformation_text_plain__imagelink = 'Irudi eta esteka bana erakusten ditu, eremuak fitxategiaren izena dauka; lehenengo aukera "http://domain.com/" moduko aurrizki bat da, bigarren aukera pixeletan neurtutako zabalera da, hirugarrena altuera da.';
$strTransformation_text_plain__link = 'Esteka bat erakusten du, eremuak fitxategiaren izena dauka; lehenengo aukera "http://domain.com/" moduko aurrizki bat da , bigarren aukera estekaren izenburua da.';
$strTransformation_text_plain__substr = 'Soilik katearen zati bat erakutsi. Lehenengo aukerak zehazten du non hasten den zure testuaren desplazamendua (lehenetsi 0). Bigarren aukerak itzultzeko karaktere kopurua erakusten du. Hutsik badago, gainerako testu guztia bueltatuko du. Hirugarren aukerak zehazten du zeintzuk karaktere txertatuko diren irteerara azpikate bat itzultzen denean (Lehenetsia: ...) .';
$strTruncateQueries = 'Erakutsitako kontultak moztu';
$strTurkish = 'Turkiera';
$strType = 'Mota';
 
$strUkrainian = 'Ukraniera';
$strUncheckAll = 'Desautatu dena';
$strUnicode = 'Unicode';
$strUnique = 'Bakarra';
$strUnknown = 'ezezaguna';
$strUnselectAll = 'Desautatu dena';
$strUpdComTab = 'Mesedez, Dokumentazioa begiratu zure zutabeen iruzkinen Taula nola eguneratzeko';
$strUpdatePrivMessage = '%s-aren pribilegioak eguneratu dituzu.';
$strUpdateProfileMessage = 'Profila eguneratua izan da.';
$strUpdateQuery = 'Kontsulta eguneratu';
$strUpgrade = '%s %s bertsiora edo handiago batera eguneratu beharko zenuke.';
$strUsage = 'Erabilpena';
$strUseBackquotes = '"Backquotes" erabili taula eta eremuen izenekin ';
$strUseHostTable = 'Host taula erabili';
$strUseTables = 'Taulak erabili';
$strUseTextField = 'Testu-eremua erabili';
$strUseThisValue = 'Erabili balio hau';
$strUser = 'Erabiltzailea';
$strUserAlreadyExists = '%s erabiltzailea badago lehendik ere!';
$strUserEmpty = 'Erabiltzailearen izena hutsik dago!';
$strUserName = 'Erabiltzaile-izena';
$strUserNotFound = 'Hautatutako erabiltzailea ez da pribilegioen taulan aurkitu.';
$strUserOverview = 'Erabiltzailearen info orokorra';
$strUsersDeleted = 'Hautatutako erabiltzaileak arrakastaz ezabatu dira.';
$strUsersHavingAccessToDb = '&quot;%s&quot;-(e)ra sarbidea duten erabiltzaileak';
 
$strValidateSQL = 'SQL balidatu';
$strValidatorError = 'Ezin izan da SQl balidatzailea hasieratu. Mesedez egiazta ezazu ea beharrezkoak diren php luzapenak instalatu dituzun %sdokumentazioan%s azaltzen den moduan.';
$strValue = 'balioa';
$strVar = 'Aldagaia';
$strViewDump = 'Ikusi taularen iraulketa (eskema)';
$strViewDumpDB = 'Ikusi datu-basearen iraulketa (eskema)';
$strViewDumpDatabases = 'Ikusi datu-baseen iraulketa (eskema)';
 
$strWebServerUploadDirectory = 'Fitxategiak igotzeko web-zerbitzariaren direktorioa';
$strWebServerUploadDirectoryError = 'Igoerentzat ezarri duzun direktorioa ez dago eskuragarri';
$strWelcome = 'Ongietorriak %s(e)ra';
$strWestEuropean = 'Mendebaldeko europearra';
$strWildcard = 'komodina';
$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';
$strWithChecked = 'Ikurdunak:';
$strWritingCommentNotPossible = 'Ezin izan da iruzkina idatzi';
$strWritingRelationNotPossible = 'Ezin izan da erlazioa idatzi';
$strWrongUser = 'Erabiltzaile-izena/pasahitza okerra. Atzipena ukatuta.';
 
$strXML = 'XML';
 
$strYes = 'Bai';
 
$strZeroRemovesTheLimit = 'Oharra: Aukera hauek zerora ezarriz gero muga kentzen da.';
$strZip = '"zipatuta"';
 
// To translate:
 
$strBrowseForeignValues = 'Browse foreign values'; //to translate
 
$strCzechSlovak = 'Czech-Slovak'; //to translate
 
$strGeorgian = 'Georgian'; //to translate
 
$strLandscape = 'Horizontal'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
 
$strServerStatus = 'Runtime Information'; //to translate
 
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/basque-utf-8.inc.php
0,0 → 1,984
<?php
/* $Id: basque-utf-8.inc.php,v 2.111.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Byte', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Iga', 'Astel', 'Astea', 'Astez', 'Oste', 'Osti', 'Lar');
$month = array('Urt', 'Ots', 'Mar', 'Api', 'Mai', 'Eka', 'Uzt', 'Abu', 'Ira', 'Urr', 'Aza', 'Abe');
// Ikus http://www.php.net/manual/es/function.strftime.php zehazteko
// hurrengo aldagaia
$datefmt = '%Y-%m-%d, %H:%M:%S';
$timespanfmt = '%s egun, %s ordu, %s minutu eta %s segundu';
 
$strAPrimaryKey = 'Lehen mailako gakoa gehitu da hemen: %s';
$strAbortedClients = 'Deuseztatua';
$strAbsolutePathToDocSqlDir = 'Mesedez, docSQL direktorioaren zerbitzariko helbide absolutoa idatzi';
$strAccessDenied = 'Sarbidea ukatua';
$strAccessDeniedExplanation = 'phpMyAdmin MySQL zerbitzariarekin konektatzen saiatu zen, eta zerbitzariak konexioa ukatu zuen. Config.inc.php fitxategian host-a, erabiltzaile-izena eta pasahitza berpasatu beharko dituzu eta MySQL zerbitzariaren administratzaileak emaniko informazioarekin bat egiten dutela ziurtatu.';
$strAction = 'Ekintza';
$strAddAutoIncrement = 'Gehitu AUTO_INCREMENT balioa';
$strAddConstraints = 'Murrizketak gehitu';
$strAddDeleteColumn = 'Gehitu/ezabatu irizpide-zutabea';
$strAddDeleteRow = 'Gehitu/ezabatu irizpide-errenkada';
$strAddDropDatabase = 'Gehitu DROP DATABASE';
$strAddIntoComments = 'Iruzkinetan gehitu';
$strAddNewField = 'Eremu berria gehitu';
$strAddPrivilegesOnDb = 'Pribilegioak gehitu datu-base honetan';
$strAddPrivilegesOnTbl = 'Pribilegioak gehitu taula honetan ';
$strAddSearchConditions = 'Bilatzeko baldintzak txertatu ("where" klausularen gorputza):';
$strAddToIndex = '&nbsp;%s&nbsp; zutabe indizean gehituta';
$strAddUser = 'Erabiltzaile berria gehitu';
$strAddUserMessage = 'Erabiltzaile berria gehitu duzu.';
$strAddedColumnComment = 'Zutabearentzako iruzkin bat gehitu da';
$strAddedColumnRelation = 'Zutabearentzako erlazio bat gehitu da';
$strAdministration = 'Kudeaketa';
$strAffectedRows = 'Eragindako errenkadak: ';
$strAfter = '%s(a)ren ondoren';
$strAfterInsertBack = 'Itzuli';
$strAfterInsertNewInsert = 'Erregistro berria gehitu';
$strAll = 'Guztiak';
$strAllTableSameWidth = 'Zabalera berdina duten taula guztiak erakutsi?';
$strAlterOrderBy = 'Taularen "Order By" aldatu';
$strAnIndex = 'Indize bat gehitu da hemen: %s';
$strAnalyzeTable = 'Taula aztertu';
$strAnd = 'eta';
$strAny = 'edozein';
$strAnyHost = 'Edozein zerbitzari';
$strAnyUser = 'Edozein erabiltzaile';
$strArabic = 'Arabiera';
$strArmenian = 'Armeniera';
$strAscending = 'Goranzko';
$strAtBeginningOfTable = 'Taularen hasiera';
$strAtEndOfTable = 'Taularen amaiera';
$strAttr = 'Ezaugarriak';
$strAutodetect = 'Autodetektatu';
$strAutomaticLayout = 'Diseinu automatikoa';
 
$strBack = 'Itzuli';
$strBaltic = 'Baltikera';
$strBeginCut = 'EBAKINAREN HASIERA';
$strBeginRaw = 'IRAULKETAREN HASIERA';
$strBinary = ' Binarioa ';
$strBinaryDoNotEdit = ' Binarioa - ez editatu! ';
$strBookmarkAllUsers = 'Gogokoen erregistro hau edozein erabiltzailearentzat erabilgarri ';
$strBookmarkDeleted = 'Gordetako kontsulta ezabatu da.';
$strBookmarkLabel = 'Etiketa';
$strBookmarkQuery = 'Kontsulta gogokoetan gordea';
$strBookmarkThis = 'Kontsulta hau gogokoetan gorde';
$strBookmarkView = 'Soilik ikusi';
$strBrowse = 'Arakatu';
$strBulgarian = 'Bulgariera';
$strBzError = 'phpMyAdmin-ek ezinezko izan du iraulketa trinkotzea php bertsio honen Bz2 luzapena hondatuta dagoelako. Zinez gomendatzen dizugu zure phpMyAdmin-en konfigurazio-fitxategian <code>$cfg[\'BZipDump\']</code> parametroa era honetan <code>FALSE</code> ezartzea.Bz2 trinkotzeko hobespenak erabili nahi badituzu, zure php-a bertsio berri batera gaurkotu beharko duzu. Detaileak ikusi nahi izanez gero begira erroreen txostena.';
$strBzip = '"Bzip-ez trinkotua"';
 
$strCSVOptions = 'CSV aukerak';
$strCannotLogin = 'Ezinezkoa MySql zerbitzarian saioa hastea';
$strCantLoad = 'ezinezkoa %s luzapena kargatzea ,<br />mesedez, berpasatu zure PHPren konfigurazioa.';
$strCantLoadRecodeIconv = 'Ezinezkoa iconv kargatzea edota karaktere-jokoaren bihurketarako beharrezkoa den luzapena berkodifikatzea, configure php para permitir el uso de estas extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Ezinezkoa indizearen izena ¡PRIMARY! berrizendatzea';
$strCantUseRecodeIconv = 'Ezin dira erabili ez iconv, ez libiconv ezta recode_string funtzioa luzapenen txostena kargatzen den bitartean. Berpasatu php-ren konfigurazioa.';
$strCardinality = 'Kardinalitatea';
$strCaseInsensitive = 'Maiuskulak ez ditu bereizten';
$strCaseSensitive = 'Maiuskulak bereizten ditu';
$strCentralEuropean = 'Erdialdeko europearra';
$strChange = 'Aldatu';
$strChangeCopyMode = 'Erabiltzaile berri bat sortu pribilegio berdinekin eta ...';
$strChangeCopyModeCopy = '... mantendu aurrekoa.';
$strChangeCopyModeDeleteAndReload = ' ... zaharra ezabatu erabiltzaileen tauletatik eta ondoren berkargatu pribilegioak.';
$strChangeCopyModeJustDelete = ' ... zaharra ezabatu erabiltzaileen tauletatik.';
$strChangeCopyModeRevoke = ' ... zaharraren pribilegio aktibo guztiak errebokatu eta ondoren ezabatu.';
$strChangeCopyUser = 'Aldatu saioa hasteko informazioa / Erabiltzailea kopiatu';
$strChangeDisplay = 'Aukeratu erakutsi beharreko eremua';
$strChangePassword = 'Pasahitza aldatu';
$strCharset = 'Karaktere-jokoa';
$strCharsetOfFile = 'Fitxategiaren karaktereen kodeketa:';
$strCharsets = 'Karaktere-multzoa';
$strCharsetsAndCollations = 'Karaktere-multzoak eta ordenamenduak';
$strCheckAll = 'Guztiak egiaztatu';
$strCheckOverhead = 'Arazteko hondakinak egiaztatu';
$strCheckPrivs = 'Pribilegioak egiaztatu';
$strCheckPrivsLong = '&quot;%s&quot; datu-basearen pribilegioak egiaztatu.';
$strCheckTable = 'Taula egiaztatu';
$strChoosePage = 'Aukeratu editatzeko orria mesedez';
$strColComFeat = 'Zutabearen iruzkinak erakusten';
$strCollation = 'Ordenamendua';
$strColumnNames = 'Zutabe izenak';
$strColumnPrivileges = 'Zutabearen pribilegio espezifikoak';
$strCommand = 'Komandoa';
$strComments = 'Iruzkinak';
$strCompleteInserts = '"Insert"ak osatu';
$strCompression = 'Trinkotzea';
$strConfigFileError = 'phpMyAdmin-ek ezin izan du zure konfigurazio fitxategia irakurri!<br />Hau gerta liteke php-k sintasi errore bat aurkitzen badio edota php-k fitxategia ezin izan duelako aurkitu.<br />Faborez, saiatu konfigurazio fitxategia zuzenean deitzen hurrengo esteka erabiliz eta irakurri jaso lite(z)keen php-ren errore mezua(k). Kasu gehienetan komatxo edo puntu eta komaren bat nonbait ez egoteak sortzen du arazoa.<br />Orria txuriz jasoz gero, dena ondo legoke.';
$strConfigureTableCoord = 'Mesedez, %s taularentzako koordinatuak konfiguratu';
$strConnections = 'Konexioak';
$strConstraintsForDumped = 'Iraulitako taulentzako murrizketak';
$strConstraintsForTable = 'Taularentzako murrizketak';
$strCookiesRequired = 'Puntu honetarako cookie-ek gaituta egon behar dute.';
$strCopyTable = 'Taula hona kopiatu: (datu-base<b>.</b>taula):';
$strCopyTableOK = '%s taula hona kopiatua izan da: %s.';
$strCopyTableSameNames = 'Ezinezkoa da taula berberera kopiatzea!';
$strCouldNotKill = 'phpMyAdmin-ek ezin izan du %s haria deuseztatu. Seguruena aurretik itxia izatea.';
$strCreate = 'Sortu';
$strCreateIndex = 'Indize bat sortu &nbsp;%s&nbsp; zutabetan';
$strCreateIndexTopic = 'Indize berri bat sortu';
$strCreateNewDatabase = 'Datu-base berri bat sortu';
$strCreateNewTable = 'Taula berri bat sortu %s datu-basean';
$strCreatePage = 'Orri berri bat sortu';
$strCreatePdfFeat = 'PDF-en sorrera';
$strCreationDates = 'Sortu/Eguneratu/Egiaztatu datak';
$strCriteria = 'Irizpidea';
$strCroatian = 'Croaziera';
$strCyrillic = 'Zirilikoa';
$strCzech = 'Txekiera';
 
$strDBComment = 'Datu-basearen iruzkina: ';
$strDBGContext = 'Testuingurua';
$strDBGContextID = 'Testuinguruaren IDa';
$strDBGHits = 'Atzialdiak';
$strDBGLine = 'Lerroa';
$strDBGMaxTimeMs = 'Denbora Min , ms';
$strDBGMinTimeMs = 'Denbora Max, ms';
$strDBGModule = 'Modulua';
$strDBGTimePerHitMs = 'Denbora/Atzialdi, ms';
$strDBGTotalTimeMs = 'Denbora orokorra, ms';
$strDanish = 'Danesa';
$strData = 'Datuak';
$strDataDict = 'Datu-hiztegia';
$strDataOnly = 'Datuak soilik';
$strDatabase = 'Datu-basea';
$strDatabaseExportOptions = 'Datu-basea esportatzeko aukerak';
$strDatabaseHasBeenDropped = '%s datu-basea ezabatua izan da.';
$strDatabaseNoTable = 'Datu-base honek ez dauka taularik!';
$strDatabases = 'Datu-baseak';
$strDatabasesDropped = '%s datu-base arrakastaz ezabatu dira.';
$strDatabasesStats = 'Datu-baseen estatistikak';
$strDatabasesStatsDisable = 'Estatistikak ezgaitu';
$strDatabasesStatsEnable = 'Estatistikak gaitu';
$strDatabasesStatsHeavyTraffic = 'Oharra: Datu-basearen estatistikak hemen gaituz gero web-zerbitzaria eta MySQL-arenaren arteko trafiko handia sor liteke.';
$strDbPrivileges = 'Datu-basearen pribilegio espezifikoak';
$strDbSpecific = 'Datubasearentzat espezifikoa';
$strDefault = 'Lehenetsia';
$strDefaultValueHelp = 'Lehenetsitako balioak erabiltzeko, mesedez sartu balio bakar bat, komatxo edota alderantzikaturiko barrarik gabe, formato hau erabiliz: a';
$strDelOld = 'Orri honek existitzen ez diren taulekiko erreferentziak dauzka. Erreferentziok ezabatu nahi al dituzu?';
$strDelayedInserts = 'Use delayed inserts';
$strDelete = 'Ezabatu';
$strDeleteAndFlush = 'Erabiltzaileak ezabatu eta ondoren pribilegioak berkargatu.';
$strDeleteAndFlushDescr = 'Hau da biderik garbiena, baina pribilegioak berkargatzeak denbora behar du.';
$strDeleted = 'Errenkada ezabatua izan da';
$strDeletedRows = 'Ezabatutako errenkadak:';
$strDeleting = '%s ezabatzen';
$strDescending = 'Beherantz';
$strDescription = 'Deskribapena';
$strDictionary = 'hiztegia';
$strDisabled = 'Ezgaituta';
$strDisplayFeat = 'Eginbideak erakutsi';
$strDisplayOrder = 'Ordena erakutsi:';
$strDisplayPDF = 'PDF eskema erakutsi';
$strDoAQuery = '"Adibide moduan" kontsulta bat egin (komodina: "%")';
$strDoYouReally = 'Benetan nahi al duzu ';
$strDocu = 'Dokumentazioa';
$strDrop = 'Ezabatu';
$strDropUsersDb = 'Erabiltzaileen izen berdina duten datu-baseak ezabatu.';
$strDumpSaved = 'Iraulketa %s fitxategian gorde da.';
$strDumpXRows = '%s errenkada irauli, erregistro honetatik hasita: # %s.';
$strDumpingData = 'Taula honen datuak irauli';
$strDynamic = 'dinamikoa';
 
$strEdit = 'Editatu';
$strEditPDFPages = 'Editatu PDF Orriak';
$strEditPrivileges = 'Editatu Pribilegioak';
$strEffective = 'Eraginkorra';
$strEmpty = 'Hutsik';
$strEmptyResultSet = 'MySQL-k emaitza hutsa itzuli du. (i.e. zero errenkada).';
$strEnabled = 'Gaituta';
$strEnd = 'Amaiera';
$strEndCut = 'EBAKINAREN AMAIERA';
$strEndRaw = 'IRAULKETAREN AMAIERA';
$strEnglish = 'Ingelesa';
$strEnglishPrivileges = ' Oharra: MySQL-ren pribilegioen izenak ingelesez adierazita daude';
$strError = 'Errorea';
$strEstonian = 'Estoniera';
$strExcelEdition = 'Excel edizioa';
$strExcelOptions = 'Excel hobespenak';
$strExecuteBookmarked = 'Exekutatu aurretik aukeratutako kontsulta';
$strExplain = 'SQL-a azaldu';
$strExport = 'Esportatu';
$strExtendedInserts = '"insert" hedatuak';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Erratutako saiakerak';
$strField = 'Eremua';
$strFieldHasBeenDropped = '%s eremua ezabatu da';
$strFields = 'Eremuak';
$strFieldsEmpty = ' Eremuen kontaketa hutsik dago! ';
$strFieldsEnclosedBy = 'Eremuak honekin mugatuta:';
$strFieldsEscapedBy = 'Eremuak escaped by:';
$strFieldsTerminatedBy = 'Eremuak honekin bukatuak:';
$strFileAlreadyExists = '%s fitxategia aurretik bazegoen zerbitzarian, izena aldatu edo aukeratu gainean idazteko hobespena.';
$strFileCouldNotBeRead = 'Ezinezkoa fitxategia irakurtzea';
$strFileNameTemplate = 'Txantiloi-fitxategiaren izena';
$strFileNameTemplateRemember = 'txantiloia gogoratu';
$strFixed = 'finkoa';
$strFlushPrivilegesNote = 'Oharra: phpMyAdmin-ek erabiltzaileen pribilegioak\' zuzenean MySQL-ren pribilegioen taulatik\' eskuratzen ditu. Taula hauen edukiak, tartean eskuz aldaketarik egon bada, zerbitzariak erabiltzen dituenak ez bezelakoak izan daitezke. Kasu honetan, jarraitu aurretik %spribilegioak berkargatu%s beharko zenituzke.';
$strFlushTable = 'Taularen cachea hustu ("FLUSH")';
$strFormEmpty = 'Balioa bat falta da formularioan!';
$strFormat = 'Formatoa';
$strFullText = 'Testu osoak';
$strFunction = 'Funtzioak';
 
$strGenBy = 'Egilea:';
$strGenTime = 'Sortzeko denbora';
$strGeneralRelationFeat = 'Erlazioen ezaaugarri orokorrak';
$strGerman = 'Alemaniera';
$strGlobal = 'orokorra';
$strGlobalPrivileges = 'Pribilegio orokorrak';
$strGlobalValue = 'Balio orokorra';
$strGo = 'Joan';
$strGrantOption = 'Baimendu';
$strGreek = 'Grekiera';
$strGzip = '"gzip-ez trinkotuta"';
 
$strHasBeenAltered = 'aldatua izan da.';
$strHasBeenCreated = 'sortu da.';
$strHaveToShow = 'Gutxienez bistaratzeko Zutabe bat hautatu duzu.';
$strHebrew = 'Hebreera';
$strHome = 'Hasiera-orria';
$strHomepageOfficial = 'phpMyAdmin-en webgune ofiziala';
$strHost = 'Zerbitzaria';
$strHostEmpty = 'Zerbitzariaren izena hutsik dago!';
$strHungarian = 'Hungariera';
 
$strId = 'ID';
$strIdxFulltext = 'Testu osoa';
$strIgnore = 'Ezikusi';
$strIgnoringFile = '%s fitxategia ezikusten';
$strImportDocSQL = 'docSQL Fitxategiak inportatu';
$strImportFiles = 'Fitxategiak inportatu';
$strInUse = 'lanean';
$strIndex = 'Indizea';
$strIndexHasBeenDropped = '%s indizea ezabatu da';
$strIndexName = 'Indizearen izena&nbsp;:';
$strIndexType = 'Indize mota&nbsp;:';
$strIndexes = 'Indizeak';
$strInnodbStat = 'InnoDB Egoera';
$strInsecureMySQL = 'Zure konfigurazio fitxategiak MySQL-ren kontu pribilegiatuari dagozkion ezarpenak (root pasahitzik gabe) dauzka . Zure MySQL zerbitzaria lehenetsitako balio hauekin ari da lanean; atzipen-saiakera arrotzei irekita beraz. Segurtasun-zulo hau konpondu beharko zenuke.';
$strInsert = 'Txertatu';
$strInsertAsNewRow = 'Txertatu errenkada berri batean';
$strInsertNewRow = 'Errenkada berri bat txertatu';
$strInsertedRowId = 'Txertatutako errenkararen id-a:';
$strInsertedRows = 'Txartatutako errenkadak:';
$strInternalNotNecessary = '* Barne-erlaziorik ez da beharrezkoa InnoDB-en ere existitzen denean.';
$strInternalRelations = 'Barne-erlazioak';
 
$strJapanese = 'Japoniera';
$strJumpToDB = '&quot;%s&quot; datu-basera joan.';
$strJustDelete = 'Pribilegioen taulatik erabiltzaileak ezabatzea besterik ez duzu.';
$strJustDeleteDescr = '&quot;Ezabatutako&quot; erabiltzaileak ohizko eran zerbitzarira sartzeko aukera izaten jarraituko dute harik eta pribilegioak berkargatu arte.';
 
$strKeepPass = 'Pasahitza ez aldatu';
$strKeyname = 'Klabearen hitza';
$strKill = 'Hil';
$strKorean = 'Koreera';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX hobespenak';
$strLatexCaption = 'Taularen epigrafea';
$strLatexContent = '__TABLE__ taularen edukina';
$strLatexIncludeCaption = 'Taularen epigrafea gehitu';
$strLatexStructure = '__TABLE__ taularen egitura';
$strLengthSet = 'Luzera/Balioak*';
$strLimitNumRows = 'Errenkada kopurua orriko';
$strLinesTerminatedBy = 'Honetan bukatutako lerroak: ';
$strLinkNotFound = 'Esteka aurkitugabea';
$strLinksTo = 'Estekak honi:';
$strLithuanian = 'Lithuaniera';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Testu-fitxategiaren kokapena';
$strLogPassword = 'Pasahitza:';
$strLogServer = 'Zerbitzaria';
$strLogUsername = 'Erabiltzaile-izena:';
$strLogin = 'Hasi saioa';
$strLoginInformation = 'Saioa hasteko informazioa';
$strLogout = 'Saioa bukatu';
 
$strMIME_MIMEtype = 'MIME-mota';
$strMIME_available_mime = 'MIME-mota erabilgarriak';
$strMIME_available_transform = 'Eraldaketa erabilgarriak';
$strMIME_description = 'Deskribapena';
$strMIME_nodescription = 'Eraldaketa honentzako deskribapenik ez dago erabilgarri.<br />Mesedez egileari galdetu, %s-(e)k zer egiten duen.';
$strMIME_transformation = 'Nabigatzailearen eraldaketa';
$strMIME_transformation_note = 'Eraldaketen hobespen eta haien MIME-mota eraldaketen zerrendarako, egizu klik hemen %stransformation descriptions%s';
$strMIME_transformation_options = 'Eraldaketen hobespenak';
$strMIME_transformation_options_note = 'Mesedez, formato honi jarraiki, sartu itzazu eraldaketen hobespenentzako balioak: \'a\',\'b\',\'c\'...<br />Noizbait alderantzikaturiko barra ("\") edo barra arrunta ("\'") erabili beharko bazenu, beti erabili alderantzikaturiko barra (adibidez \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'Etzanez inprimaturiko MIME-motek ez dute eraldaketa-funtzio berezirik';
$strModifications = 'Aldaketak gorde dira';
$strModify = 'Aldatu';
$strModifyIndexTopic = 'Indize bat aldatu';
$strMoveTable = 'Taula hona mugitu (datu-basea<b>.</b>taula):';
$strMoveTableOK = '%s taula hona mugitu da: %s.';
$strMoveTableSameNames = 'Ezin taula berberara mugitu!';
$strMultilingual = 'eleanitza';
$strMySQLCharset = 'MySQL karaktere-multzoa';
$strMySQLSaid = 'MySQL-ek zera dio: ';
$strMySQLShowProcess = 'Erakutsi prozesuak';
$strMySQLShowStatus = 'MySQL-ren funtzionamenduari buruzko informazioa erakutsi';
$strMySQLShowVars = 'MySQL-ren sistema-aldagaiak erakutsi';
 
$strName = 'Izena';
$strNext = 'Hurrengoa';
$strNo = 'Ez';
$strNoDatabases = 'Datu-baserik ez';
$strNoDatabasesSelected = 'Ez dago datu-baserik aukeratuta.';
$strNoDescription = 'Deskribapenik ez';
$strNoDropDatabases = '"DROP DATABASE" sententziak ezgaituta daude.';
$strNoExplain = 'SQL-ren azalpena saltatu';
$strNoFrames = 'phpMyAdmin askoz erabilerraza da <b>frame-ak onartzen duen</b> nabigatzaile batekin.';
$strNoIndex = 'Ez dago indizerik definituta!';
$strNoIndexPartsDefined = 'Ez da indiziaren zatiak definitu!';
$strNoModification = 'Aldaketarik ez';
$strNoOptions = 'Formato honek ez du aukerarik';
$strNoPassword = 'Pasahitzik ez';
$strNoPermission = 'Web-zerbitzariak dio %s fitxategia gordetzeko baimenik ez duzula.';
$strNoPhp = 'PHP Koderik gabe';
$strNoPrivileges = 'Pribilegiorik gabe';
$strNoRights = 'Ez daukazu baimen nahikorik hemen orain egoteko!';
$strNoSpace = 'Ez dago leku-disko nahikoa %s fitxategia gordetzeko.';
$strNoTablesFound = 'Ez da taularik aurkitu datu-basean.';
$strNoUsersFound = 'Ez da erabiltzailerik aurkitu.';
$strNoValidateSQL = 'SQL-ren balidapena saltatu';
$strNone = 'Batez';
$strNotNumber = 'Hau ez da zenbaki bat!';
$strNotOK = 'Okerra';
$strNotSet = '<b>%s</b> taula ez da aurkitu edo ez da definitu hemen: %s';
$strNull = 'Nulua';
$strNumSearchResultsInTable = '%s emaitza(k) <i>%s</i> taulan';
$strNumSearchResultsTotal = '<b>Guztira:</b> <i>%s</i> emaitza(k)';
$strNumTables = 'Taulak';
 
$strOK = 'Zuzena';
$strOperations = 'Eragiketak';
$strOptimizeTable = 'Taula optimizatu';
$strOr = 'Edo';
$strOverhead = 'Arazteko hondakina';
$strOverwriteExisting = 'Gainean idatzi aurretik badiren fitxategiak';
 
$strPHP40203 = 'PHP 4.2.3 erabiltzen ari zara, zeinek multi-byte kateekin (mbstring) arazo handia duena. Ikus PHP-ren 19404 errore-txostena. PHPren bertsio hau ez dago gomendatuta phpMyAdmin-arekin batera erabiltzeko.';
$strPHPVersion = 'PHP Bertsioa';
$strPageNumber = 'Orri zenbakia:';
$strPaperSize = 'Paperaren tamaina';
$strPartialText = 'Testu partzialak';
$strPassword = 'Pasahitza';
$strPasswordChanged = '%s-arentzako pasahitza arrakastaz aldatua izan da.';
$strPasswordEmpty = 'Pasahitza hutsik dago!';
$strPasswordNotSame = 'Pasahitzek ez dute bat egiten!';
$strPdfDbSchema = '"%s" datu-basearen eskema- Orria %s';
$strPdfInvalidTblName = '"%s" taula ez da existitzen!';
$strPdfNoTables = 'Taularik ez';
$strPerHour = 'orduko';
$strPerMinute = 'minutuko';
$strPerSecond = 'segunduko';
$strPhoneBook = 'Telefono-agenda';
$strPhp = 'PHP kodea sortu';
$strPmaDocumentation = 'phpMyAdmin dokumentazioa';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktibak zure konfigurazio fitxategian zehaztuta behar du egon!';
$strPortrait = 'Bertikal';
$strPos1 = 'Hasi';
$strPrevious = 'Aurrekoa';
$strPrimary = 'Lehen mailakoa';
$strPrimaryKeyHasBeenDropped = 'Lehen mailako gakoa ezabatu da';
$strPrimaryKeyName = 'Lehen mailako gakoaren izenak behar du izan... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY"-k, <b>soilik</b>, lehen mailako gako baten izena izan <b>behar</b> du!)';
$strPrint = 'Inprimatu';
$strPrintView = 'Inprimatzeko ikuspegia';
$strPrintViewFull = 'Inprimatzeko ikuspena (testu osoak)';
$strPrivDescAllPrivileges = 'Pribilegio guztiak, GRANT(baimendu) izanezik, dauzka.';
$strPrivDescAlter = 'Uneko taulen egiturak aldatzea baimentzen du.';
$strPrivDescCreateDb = 'Datu-base eta taula berriak sortzea baimentzen du.';
$strPrivDescCreateTbl = 'Taula berriak sortzea baimentzen du.';
$strPrivDescCreateTmpTable = 'Aldi baterako taulak sortzea baimentzen du.';
$strPrivDescDelete = 'Datuak ezabatzea baimentzen du.';
$strPrivDescDropDb = 'Datu-base eta taulak ezabatzea baimentzen du.';
$strPrivDescDropTbl = 'Taulak ezabatzea baimentzen du.';
$strPrivDescExecute = 'Gordetako prozedurak exekutatzea baimentzen du; Ez du eraginik MySQL bertsio honetan.';
$strPrivDescFile = 'Datuak fitxategietatik inportatzea eta fitxategietara esportatzea baimentzen du.';
$strPrivDescGrant = 'Erabiltzaileak eta pribilegioak gehitzea baimentzen du pribilegioen taula berkargatu gabe.';
$strPrivDescIndex = 'Indizeak sortu eta ezabatzea baimentzen du.';
$strPrivDescInsert = 'Datuak txertatu eta ordezkatzea baimentzen du.';
$strPrivDescLockTables = 'Momentuko harian taulak blokeatzea baimentzen du.';
$strPrivDescMaxConnections = 'Erabiltzaileak orduko ireki dezakeen konexio berrien kopurua mugatzen du.';
$strPrivDescMaxQuestions = 'Erabiltzaileak orduko zerbitzarira bidali dezakeen kontsulta kopurua mugatzen du.';
$strPrivDescMaxUpdates = 'Erabiltzaileak orduko exekuta dezakeen taula edo datu-baserik alda dezaketen komando kopurua mugatzen du.';
$strPrivDescProcess3 = 'Beste erabiltzaileen prosezuak hiltzen baimentzen du.';
$strPrivDescProcess4 = 'Kontsulta osoak prozesuen zerrendan ikustea baimentzen du.';
$strPrivDescReferences = 'Ez du eraginik MySQL bertsio honetan.';
$strPrivDescReload = 'Zerbitzariaren hobespenak berkargatu eta beraren cacheak hustea baimentzen du.';
$strPrivDescReplClient = 'Erabiltzailea baimentzen du morroiak / nagusiak non dauden galdetzeko.';
$strPrivDescReplSlave = 'Erreplikazio morroientzat beharrezkoa.';
$strPrivDescSelect = 'Datuak irakurtzea baimentzen du.';
$strPrivDescShowDb = 'Datu-base zenrrenda osorako sarrera ahalbidetzen du.';
$strPrivDescShutdown = 'Zerbitzaria amatatzea baimentzen du.';
$strPrivDescSuper = 'Konektatzea baimentzen du, baita konexio kopuru maximora ailegatuta ere; Aldagai orokorrak zehaztu edota beste erabiltzaileen hariak hiltzeko bezalako kudeaketa-eragiketa gehienentzat beharrezkoa da.';
$strPrivDescUpdate = 'Datuak aldatzea baimentzen du.';
$strPrivDescUsage = 'Pribilegiorik ez.';
$strPrivileges = 'Probilegioak';
$strPrivilegesReloaded = 'Pribilegioak arrakastaz berkargatu dira.';
$strProcesslist = 'Prozesuen zerrenda';
$strPutColNames = 'Eremuen izenak lehenengo errenkadan jarri';
 
$strQBE = 'Kontsulta';
$strQBEDel = 'Ezabatu';
$strQBEIns = 'Txertatu';
$strQueryFrame = 'Kontsulta-leihoa';
$strQueryOnDb = 'SQL-kontsulta <b>%s</b> datu-basean:';
$strQuerySQLHistory = 'SQL-historia';
$strQueryStatistics = '<b>Kontsultaren estatistikak</b>: Bere hasieratik, %s kontsulta zerbitzarira bidali dira.';
$strQueryTime = 'Kontsulta exekutatzeko denbora %01.4f seg';
$strQueryType = 'Kontsulta mota';
$strQueryWindowLock = 'Kontsulta hau ez idatzi gainean leihotik kanpo';
 
$strReType = 'Berridatzi';
$strReceived = 'Jasota';
$strRecords = 'Erregistroak';
$strReferentialIntegrity = 'Erreferentzien integritatea egiaztatu:';
$strRelationNotWorking = 'Estekatutako taulekin lan egiteko hobespen gehigarriak ezgaitu dira . Zergatia jakiteko egizu klik %shemen%s.';
$strRelationView = 'Erlazioen ikuspegia';
$strRelationalSchema = 'Erlazio-eskema';
$strRelations = 'Erlazioak';
$strReloadMySQL = 'MySQL berrabiarazi';
$strReloadingThePrivileges = 'Pribilegioak berkargatzen';
$strRemoveSelectedUsers = 'Hautatutako erabiltzaileak baztertu';
$strRenameTable = 'Taula berrizendatu izen honetara: ';
$strRenameTableOK = '%s taula %s-(e)ra berrizendatua izan da';
$strRepairTable = 'Taula konpondu';
$strReplaceNULLBy = 'NULL ordezkatu honen ordez:';
$strReplaceTable = 'Taularen datuak fitxategiarekin ordezkatu ';
$strReset = 'Reset egin';
$strResourceLimits = 'Baliabideen mugak';
$strRevoke = 'Ezeztatu';
$strRevokeAndDelete = 'Erabiltzaileen pribilegio aktibo guztiak ezeztatu eta ondoren denak ezabatu.';
$strRevokeAndDeleteDescr = 'Erabiltzaileak USAGE pribilegioa izaten jarraituko dute harik eta pribilegioak berkargatu arte.';
$strRevokeMessage = 'Zuk %s-(r)en pribilegioak ezeztatu dituzu';
$strRowLength = 'Errenkadaren luzera';
$strRowSize = ' Errenkadaren tamaina ';
$strRows = 'Errenkadak';
$strRowsFrom = 'errenkada(k) # erregistrotik hasita';
$strRowsModeFlippedHorizontal = 'horizontal (goiburukoak biratuta)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = '%s moduan eta goiburukoak errepikatu %s zeldaka';
$strRowsModeVertical = 'bertikal';
$strRowsStatistic = 'Errenkadaren estatistikak';
$strRunQuery = 'Kontsulta bidali';
$strRunSQLQuery = 'SQL kontsulta(k) exekutatu %s datu-basean';
$strRunning = 'hemen ibiltzen: %s';
$strRussian = 'Errusiera';
 
$strSQL = 'SQL';
$strSQLExportType = 'Esportazio mota';
$strSQLOptions = 'SQL hobespenak';
$strSQLParserBugMessage = 'Baliteke zuk SQL analizatzailean errore bat topatu izana. Mesedez arretaz aztertu zure kontsulta, eta egiaztatu komatxoak zuzen erabiliak eta bikoitiak direla. Akatsaren bestelako jatorri bat izan liteke zu datu binariodun fitxategi bat igotzen saiatzea mugatutako testu-eremutik at. Zure kontsulta MySQL-ren komando-interfazean ere exekutatzen saia zenezake. MySql zeritzariak itzulitako erroreak, baldin badago, arazoa diagnostikatzen lagundu zaitzake. Arazoak bere horretan badirau edota komando-interfazeak arrakasta duen lekuan analizatzaileak huts egiten badu, mesedez murriztu ezazu zure SQL kontsulta arazoa sortzen duen zatira, eta bidal ezazu errore-txosten bat behean seinalaturiko MOZKETA atalean datu-katea paratuz:';
$strSQLParserUserError = 'Ematen du zure SQL kontsultan errore bat dagoela. MySQL zerbitzariak itzulitako erroreak, baldin badago, arazoa diagnostikatzen lagundu zaitzake';
$strSQLQuery = 'SQL kontsulta';
$strSQLResult = 'SQL emaitza';
$strSQPBugInvalidIdentifer = 'Indentifikatzaile okerra';
$strSQPBugUnclosedQuote = 'Itxi gabeko komatxoak';
$strSQPBugUnknownPunctuation = 'Puntuazio ikurra ezezaguna';
$strSave = 'Gorde';
$strSaveOnServer = 'Zerbitzariren %s direktorioan gorde';
$strScaleFactorSmall = 'Eskalaren faktorea txikiegia da eskema orri bakar batean azaltzeko';
$strSearch = 'Bilatu';
$strSearchFormTitle = 'Datu-basean bilatu';
$strSearchInTables = 'Taul(ar)en barnean:';
$strSearchNeedle = 'Bilaketa egiteko hitza(k) edo balioa(k) (komodina: "%"):';
$strSearchOption1 = 'hitz hauetariko bat gutxienez';
$strSearchOption2 = 'hitz guztiak';
$strSearchOption3 = 'esaldi zehatza';
$strSearchOption4 = 'adierazpen erregular moduan';
$strSearchResultsFor = 'Bilaketaren emaitzak: "<i>%s</i>" %s:';
$strSearchType = 'Aurkitu:';
$strSecretRequired = 'Konfigurazio-fitxategiak orain ezkutuko pasahitz bat behar du (blowfish_secret).';
$strSelectADb = 'Datu-base bat hautatu mesedez';
$strSelectAll = 'Dena hautatu';
$strSelectFields = 'Eremuak hautatu (bat gutxienez):';
$strSelectNumRows = 'kontsultan';
$strSelectTables = 'Taulak hautatu';
$strSend = 'Bidali';
$strSent = 'Bidalita';
$strServer = 'Zerbitzaria';
$strServerChoice = 'Zerbitzariaren hautaketa';
$strServerStatusUptime = 'MySQL zerbitzari hau martxan egon da %s. %s abiaratu zelarik.';
$strServerTabProcesslist = 'Prozesuak';
$strServerTabVariables = 'Aldagaiak';
$strServerTrafficNotes = '<b>Zerbitzariaren trafikoa</b>: Taula hauek erakusten dituzte MySQL zerbitzari honen sare-trafikoaren estatistikak bere hasieratzetik.';
$strServerVars = 'Zerbitzariaren aldagai eta ezarpenak';
$strServerVersion = 'Zerbitzariaren bertsioa';
$strSessionValue = 'Saioaren balioa';
$strSetEnumVal = 'Eremu-mota "enum" edo "set" bada, mesedez idatzi balioak formato hau erabiliz: \'a\',\'b\',\'c\'...<br />Noizbait balio horien artean alderantzikaturiko barra ("\") edo barra arrunta ("\'") erabili beharko bazenu, beti erabili alderantzikaturiko barra (adibidez \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Erakutsi';
$strShowAll = 'Dena erakutsi';
$strShowColor = 'Kolorea erakutsi';
$strShowDatadictAs = 'Datuen hiztegiaren formateoa';
$strShowFullQueries = 'Kontsulta osoak erakutsi';
$strShowGrid = 'Sareta erakutsi';
$strShowPHPInfo = 'PHP informazioa erakutsi';
$strShowTableDimension = 'Taulen dimentsioak erakutsi';
$strShowTables = 'Taulak erakutsi';
$strShowThisQuery = ' Kontsulta hau hemen berriz erakutsi';
$strShowingRecords = 'Errenkadak erakusten';
$strSimplifiedChinese = 'Txinera erraztua';
$strSingly = '(soilik)';
$strSize = 'Tamaina';
$strSort = 'Ordenatu';
$strSortByKey = 'Gakoaren arabera ordenatu';
$strSpaceUsage = 'Erabilitako lekua';
$strSplitWordsWithSpace = 'Hitzak "zuriune" karakterrarekin bereiztuta daude (" ").';
$strStatCheckTime = 'Azken egiaztapena';
$strStatCreateTime = 'Sortzea';
$strStatUpdateTime = 'Azken eguneraketa';
$strStatement = 'Sententziak';
$strStatus = 'Egoera';
$strStrucCSV = 'CSV datuak';
$strStrucData = 'Egitura eta datuak';
$strStrucDrop = 'Gehitu DROP TABLE';
$strStrucExcelCSV = 'MS Excel datuentzako CSV';
$strStrucOnly = 'Egitura soilik';
$strStructPropose = 'Taularen egituraren proposamena ';
$strStructure = 'Egitura';
$strSubmit = 'Bidali';
$strSuccess = 'Zure SQL-kontsula arrakastaz burutu da';
$strSum = 'Gehiketa';
$strSwedish = 'Suediera';
$strSwitchToTable = 'Kopiatutako taulara aldatu';
 
$strTable = 'Taula';
$strTableComments = 'Taularen iruzkinak';
$strTableEmpty = 'Taularen izena hutsik dago!';
$strTableHasBeenDropped = '%s taula ezabatu egin da';
$strTableHasBeenEmptied = '%s taula hustu egin da';
$strTableHasBeenFlushed = '%s taularen cachea hustu egin da';
$strTableMaintenance = 'Taularen mantenua';
$strTableOfContents = 'Edukinen taula';
$strTableOptions = 'Taularen hobespenak';
$strTableStructure = 'Taularen egitura taula honentzat: ';
$strTableType = 'Taula mota';
$strTables = '%s taula(k)';
$strTblPrivileges = 'Taularen pribilegio espezifikoak';
$strTextAreaLength = ' Bere luzeragatik,<br /> eremu hau ez da editagarria ';
$strThai = 'Thailandiarra';
$strThisHost = 'Host hau';
$strThisNotDirectory = 'Hau ez zen direktorio bat';
$strThreadSuccessfullyKilled = '%s haria arrakastaz ezabatu da.';
$strTime = 'Denbora';
$strToggleScratchboard = 'Aldatu "scratchboard"-a';
$strTotal = 'guztira';
$strTotalUC = 'Gutira';
$strTraditionalChinese = 'Txinera tradizionala';
$strTraffic = 'Trafikoa';
$strTransformation_image_jpeg__inline = 'Miniatura klikagarri bat erakusten du; aukerak: luzera,altuera pixeletan (jatorrizko erlazioa mantentzen du)';
$strTransformation_image_jpeg__link = 'Irudi honi zuzendutako esketa bat erakusten du(blob deskarga zuzena, i.e.).';
$strTransformation_image_png__inline = 'Ikusi image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'TIME, TIMESTAMP edo DATETIME eremu bat hartu eta zure data lokalaren formateo mota erabiliz formateatzen du. Lehenengo aukera orduari gehitu beharreko aldea (orduetan) da (Lehenetsia: 0). Bigarren aukera dataren formateo ezberdin bat da, PHPren strftime() funtzioaren eskuragarri dauden parametroen arabera.';
$strTransformation_text_plain__external = 'LINUX SOILIK: Kanpoko aplikazio bat abiaratzen du eta datu-eremua sarrera estandarraren bidez osatzen du. Aplikazioaren irteera estandarra itzultzen du. Lehenetsitakoa Tidy da, HTML kodea txukun pantailaratzeko. Segurtasun arrazoiengatik, libraries/transformations/text_plain__external.inc.php fitxategia eskuz editatu beharko duzu eta hor zehaztu zein tresna exekutatzea baimentzen duzun. Lehenengo aukera erabili nahi duzun programaren zenbakia da eta bigarren aukera programarentzako parametroak dira . Hirugarren parametroa, 1 izanez gero irteera bihurtuko du htmlspecialchars() funtzioa erabiliz (Lehenetsia: 1). Laugarren parametroa, 1 izanez gero NOWRAP bat ezarriko dio edukin-gelaxkari, beraz irteera osoa berformateatu barik erakutsiko da(Lehenetsi 1)';
$strTransformation_text_plain__formatted = 'Eremuaren jatorrizko formateoa mantentzen du. Aldaketarik egin gabe.';
$strTransformation_text_plain__imagelink = 'Irudi eta esteka bana erakusten ditu, eremuak fitxategiaren izena dauka; lehenengo aukera "http://domain.com/" moduko aurrizki bat da, bigarren aukera pixeletan neurtutako zabalera da, hirugarrena altuera da.';
$strTransformation_text_plain__link = 'Esteka bat erakusten du, eremuak fitxategiaren izena dauka; lehenengo aukera "http://domain.com/" moduko aurrizki bat da , bigarren aukera estekaren izenburua da.';
$strTransformation_text_plain__substr = 'Soilik katearen zati bat erakutsi. Lehenengo aukerak zehazten du non hasten den zure testuaren desplazamendua (lehenetsi 0). Bigarren aukerak itzultzeko karaktere kopurua erakusten du. Hutsik badago, gainerako testu guztia bueltatuko du. Hirugarren aukerak zehazten du zeintzuk karaktere txertatuko diren irteerara azpikate bat itzultzen denean (Lehenetsia: ...) .';
$strTruncateQueries = 'Erakutsitako kontultak moztu';
$strTurkish = 'Turkiera';
$strType = 'Mota';
 
$strUkrainian = 'Ukraniera';
$strUncheckAll = 'Desautatu dena';
$strUnicode = 'Unicode';
$strUnique = 'Bakarra';
$strUnknown = 'ezezaguna';
$strUnselectAll = 'Desautatu dena';
$strUpdComTab = 'Mesedez, Dokumentazioa begiratu zure zutabeen iruzkinen Taula nola eguneratzeko';
$strUpdatePrivMessage = '%s-aren pribilegioak eguneratu dituzu.';
$strUpdateProfileMessage = 'Profila eguneratua izan da.';
$strUpdateQuery = 'Kontsulta eguneratu';
$strUpgrade = '%s %s bertsiora edo handiago batera eguneratu beharko zenuke.';
$strUsage = 'Erabilpena';
$strUseBackquotes = '"Backquotes" erabili taula eta eremuen izenekin ';
$strUseHostTable = 'Host taula erabili';
$strUseTables = 'Taulak erabili';
$strUseTextField = 'Testu-eremua erabili';
$strUseThisValue = 'Erabili balio hau';
$strUser = 'Erabiltzailea';
$strUserAlreadyExists = '%s erabiltzailea badago lehendik ere!';
$strUserEmpty = 'Erabiltzailearen izena hutsik dago!';
$strUserName = 'Erabiltzaile-izena';
$strUserNotFound = 'Hautatutako erabiltzailea ez da pribilegioen taulan aurkitu.';
$strUserOverview = 'Erabiltzailearen info orokorra';
$strUsersDeleted = 'Hautatutako erabiltzaileak arrakastaz ezabatu dira.';
$strUsersHavingAccessToDb = '&quot;%s&quot;-(e)ra sarbidea duten erabiltzaileak';
 
$strValidateSQL = 'SQL balidatu';
$strValidatorError = 'Ezin izan da SQl balidatzailea hasieratu. Mesedez egiazta ezazu ea beharrezkoak diren php luzapenak instalatu dituzun %sdokumentazioan%s azaltzen den moduan.';
$strValue = 'balioa';
$strVar = 'Aldagaia';
$strViewDump = 'Ikusi taularen iraulketa (eskema)';
$strViewDumpDB = 'Ikusi datu-basearen iraulketa (eskema)';
$strViewDumpDatabases = 'Ikusi datu-baseen iraulketa (eskema)';
 
$strWebServerUploadDirectory = 'Fitxategiak igotzeko web-zerbitzariaren direktorioa';
$strWebServerUploadDirectoryError = 'Igoerentzat ezarri duzun direktorioa ez dago eskuragarri';
$strWelcome = 'Ongietorriak %s(e)ra';
$strWestEuropean = 'Mendebaldeko europearra';
$strWildcard = 'komodina';
$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';
$strWithChecked = 'Ikurdunak:';
$strWritingCommentNotPossible = 'Ezin izan da iruzkina idatzi';
$strWritingRelationNotPossible = 'Ezin izan da erlazioa idatzi';
$strWrongUser = 'Erabiltzaile-izena/pasahitza okerra. Atzipena ukatuta.';
 
$strXML = 'XML';
 
$strYes = 'Bai';
 
$strZeroRemovesTheLimit = 'Oharra: Aukera hauek zerora ezarriz gero muga kentzen da.';
$strZip = '"zipatuta"';
 
// To translate:
 
$strBrowseForeignValues = 'Browse foreign values'; //to translate
 
$strCzechSlovak = 'Czech-Slovak'; //to translate
 
$strGeorgian = 'Georgian'; //to translate
 
$strLandscape = 'Horizontal'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
 
$strServerStatus = 'Runtime Information'; //to translate
 
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/belarusian_cyrillic-utf-8.inc.php
0,0 → 1,983
<?php
/* $Id: belarusian_cyrillic-utf-8.inc.php,v 1.49.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by:
* Jaska Zedlik <jz53 at zedlik.com>
* http://www.zedlik.com
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, tahoma, arial, helvetica, geneva, sans-serif';
$right_font_family = 'verdana, tahoma, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Б', 'КБ', 'МБ', 'ГБ', 'ТБ', 'ПБ', 'ЭБ');
 
$day_of_week = array('Ндз', 'Пан', 'Аўт', 'Сер', 'Цач', 'Пят', 'Суб');
$month = array('Сту', 'Лют', 'Сак', 'Кра', 'Тра', 'Чэр', 'Ліп', 'Жні', 'Вер', 'Кас', 'Ліс', 'Сьн');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s дзён, %s гадзінаў, %s хвілінаў і %s сэкундаў';
 
$strAbortedClients = 'Спынена';
$strAbsolutePathToDocSqlDir = 'Калі ласка, пазначце поўны шлях на вэб-сэрвэры да тэчкі docSQL';
$strAccessDeniedCreateConfig = 'Імаверна, прычына гэтага ў тым, што ня створаны канфігурацыйны файл. Каб яго стварыць, можна выкарыстаць %1$sналадачны скрыпт%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin паспрабаваў падлучыцца да сэрвэра MySQL, але сэрвэр адхіліў злучэньне. Праверце імя хосту, карыстальніка і пароль у config.inc.php і ўпэўніцеся, што яны адпавядаюць інфармацыі, якую даў адміністратар MySQL-сэрвэра.';
$strAccessDenied = 'У доступе адмоўлена';
$strAction = 'Дзеяньне';
$strAddAutoIncrement = 'Дадаць значэньне AUTO_INCREMENT';
$strAddConstraints = 'Дадаць абмежаваньні';
$strAddDeleteColumn = 'Дадаць/выдаліць калёнку крытэру';
$strAddDeleteRow = 'Дадаць/выдаліць радок крытэру';
$strAddDropDatabase = 'Дадаць DROP DATABASE';
$strAddedColumnComment = 'Даданы камэнтар да калёнкі';
$strAddedColumnRelation = 'Даданая сувязь для калёнкі';
$strAddFields = 'Дадаць новыя палі';
$strAddHeaderComment = 'Дадаць прыватны камэнтар у загаловак (\\n падзяляе радкі)';
$strAddIfNotExists = 'Дадаць IF NOT EXISTS';
$strAddIntoComments = 'Дадаць у камэнтары';
$strAddNewField = 'Дадаць новае поле';
$strAddPrivilegesOnDb = 'Дадаць прывілеі на наступную базу';
$strAddPrivilegesOnTbl = 'Дадаць прывілеі на наступную табліцу';
$strAddSearchConditions = 'Дадаць умовы пошуку (цела для ўмовы "where"):';
$strAddToIndex = 'Дадаць да індэкса &nbsp;%s&nbsp;калёнку(і)';
$strAddUser = 'Дадаць новага карыстальніка';
$strAddUserMessage = 'Быў дададзены новы карыстальнік.';
$strAdministration = 'Адміністраваньне';
$strAffectedRows = 'Закранутыя радкі:';
$strAfter = 'Пасьля %s';
$strAfterInsertBack = 'Перайсьці да папярэдняй старонкі';
$strAfterInsertNewInsert = 'Дадаць яшчэ адзін радок';
$strAfterInsertNext = 'Рэдагаваць наступны радок';
$strAfterInsertSame = 'Вярнуцца да гэтай старонкі';
$strAll = 'Усе';
$strAllowInterrupt = 'Дазволіць спыненьне імпартаваньня ў выпадку, калі скрыпт высьветліць, што скончваецца час выкананьня. Гэта можа быць добрым спосабам імпартаваньня вялікіх файлаў, аднак, гэта можа перапыніць транзакцыі.';
$strAllTableSameWidth = 'Паказаць усе табліцы аднолькавай шырыні?';
$strAlterOrderBy = 'Зьмяніць парадак табліцы';
$strAnalyzeTable = 'Аналізаваць табліцу';
$strAnd = 'І';
$strAndThen = 'і пасьля';
$strAnIndex = 'Быў дададзены індэкс для %s';
$strAny = 'Любы';
$strAnyHost = 'Любы хост';
$strAnyUser = 'Любы карыстальнік';
$strApproximateCount = 'Можа быць прыблізным. Гл. FAQ 3.11';
$strAPrimaryKey = 'Першасны ключ быў дададзены да %s';
$strArabic = 'Арабская';
$strArmenian = 'Армянская';
$strAscending = 'прамы';
$strAtBeginningOfTable = 'У пачатку табліцы';
$strAtEndOfTable = 'У канцы табліцы';
$strAttr = 'Атрыбуты';
$strAutodetect = 'Аўтавызначэньне';
$strAutomaticLayout = 'Аўтаматычнае разьмяшчэньне';
 
$strBack = 'Назад';
$strBaltic = 'Балтыйская';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Двойкавы';
$strBinaryDoNotEdit = 'Двойкавыя дадзеныя — не рэдагуюцца';
$strBinaryLog = 'Двойкавы лог';
$strBinLogEventType = 'Тып падзеі';
$strBinLogInfo = 'Інфармацыя';
$strBinLogName = 'Імя логу';
$strBinLogOriginalPosition = 'Першапачатковая пазыцыя';
$strBinLogPosition = 'Пазыцыя';
$strBinLogServerId = 'ID сэрвэра';
$strBookmarkAllUsers = 'Даць кожнаму карыстальніку доступ да гэтай закладкі';
$strBookmarkCreated = 'Закладка %s створаная';
$strBookmarkDeleted = 'Закладка была выдаленая.';
$strBookmarkLabel = 'Метка';
$strBookmarkQuery = 'Закладзены SQL-запыт';
$strBookmarkReplace = 'Замяніць існую закладку з такім жа імем';
$strBookmarkThis = 'Дадаць гэты SQL-запыт у закладкі';
$strBookmarkView = 'Толькі прагляд';
$strBrowseDistinctValues = 'Прагляд розных значэньняў';
$strBrowseForeignValues = 'Праглядзець зьнешнія значэньні';
$strBrowse = 'Прагляд';
$strBufferPoolActivity = 'Актыўнасьць пулу буфэру';
$strBufferPool = 'Пул буфэру';
$strBufferPoolUsage = 'Выкарыстаньне пулу буфэру';
$strBufferReadMisses = 'Пропускаў чытаньня';
$strBufferReadMissesInPercent = 'Пропускаў чытаньня ў %';
$strBufferWriteWaits = 'Затрымак запісу';
$strBufferWriteWaitsInPercent = 'Затрымак запісу ў %';
$strBulgarian = 'Баўгарская';
$strBusyPages = 'Занятых старонак';
$strBzError = 'phpMyAdmin ня можа сьціснуць дамп з-за праблемаў з пашырэньнем Bz2 у гэтай вэрсіі PHP. Строга рэкамэндуецца вызначыць значэньне дырэктывы <code>$cfg[\'BZipDump\']</code> у вашым канфігурацыйным файле phpMyAdmin як <code>FALSE</code>. Калі вы жадаеце выкарыстоўваць Bz2-сьціск, вам неабходна абнавіць вэрсію PHP. Зьварніцеся да PHP bug report %s для больш падрабязнай інфармацыі.';
$strBzip = 'сьціскаць у bzip';
 
$strCalendar = 'Каляндар';
$strCanNotLoadImportPlugins = 'Немагчыма загрузіць плагіны імпартаваньня, калі ласка, праверце ўсталёўку!';
$strCannotLogin = 'Немагчыма залагавацца на сэрвэр MySQL';
$strCantLoad = 'немагчыма загрузіць пашырэньне %s;<br />калі ласка, праверце канфігурацыю PHP';
$strCantLoadRecodeIconv = 'Немагчыма загрузіць пашырэньне iconv або пашырэньне recode, неабходныя для перакадаваньня сымбаляў. Наладзьце PHP на выкарыстаньне гэтых пашырэньняў або ўвогуле адключыце перакадаваньне сымбаляў у phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Немагчыма перайменаваць індэкс у PRIMARY!';
$strCantUseRecodeIconv = 'Немагчыма выкарыстаць ні функцыю iconv, ні libiconvr, ні recode_string у той час, як пашырэньне паведамляе, што яно загружанае. Праверце вашую канфігурацыю PHP.';
$strCardinality = 'Колькасьць элемэнтаў';
$strCaseInsensitive = 'без уліку рэгістру';
$strCaseSensitive = 'з улікам рэгістру';
$strCentralEuropean = 'Цэнтральнаэўрапейская';
$strChangeCopyModeCopy = '... пакінуць старога.';
$strChangeCopyModeDeleteAndReload = ' ... выдаліць старога з табліцы карыстальнікаў і пасьля перазагрузіць прывілеі.';
$strChangeCopyModeJustDelete = ' ... выдаліць старога з табліцы карыстальнікаў.';
$strChangeCopyMode = 'Стварыць новага карыстальніка з такімі ж прывілеямі і ...';
$strChangeCopyModeRevoke = ' ... ануляваць усе актыўныя прывілеі старога і пасьля выдаліць яго.';
$strChangeCopyUser = 'Зьмяніць рэгістрацыйную інфармацыю / Капіяваць карыстальніка';
$strChange = 'Зьмяніць';
$strChangeDisplay = 'Выберыце поле для адлюстраваньня';
$strChangePassword = 'Зьмяніць пароль';
$strCharset = 'Кадыроўка';
$strCharsetOfFile = 'Кадыроўка файла:';
$strCharsetsAndCollations = 'Раскладкі і супастаўленьні';
$strCharsets = 'Кадыроўкі';
$strCheckAll = 'Адзначыць усё';
$strCheckOverhead = 'Адзначыць тыя, што патрабуюць аптымізацыі';
$strCheckPrivs = 'Праверыць прывілеі';
$strCheckPrivsLong = 'Праверыць прывілеі для базы &quot;%s&quot;.';
$strCheckTable = 'Праверыць табліцу';
$strChoosePage = 'Калі ласка, выберыце старонку для рэдагаваньня';
$strColComFeat = 'Паказваць камэнтары калёнак';
$strCollation = 'Супастаўленьне';
$strColumnNames = 'Назвы калёнак';
$strColumnPrivileges = 'Спэцыфічныя прывілеі калёнак';
$strCommand = 'Каманда';
$strComments = 'Камэнтары';
$strCommentsForTable = 'Камэнтары да табліцы';
$strCompatibleHashing = 'Сумяшчальнае з MySQL&nbsp;4.0';
$strCompleteInserts = 'Поўная ўстаўка';
$strCompression = 'Сьціск';
$strCompressionWillBeDetected = 'Мэтад сьціску імпартаванага файла будзе вызначаная аўтаматычна з: %s';
$strConfigDefaultFileError = 'Немагчыма загрузіць канфігурацыю па змоўчаньні з: "%1$s"';
$strConfigFileError = 'phpMyAdmin ня можа прачытаць канфігурацыйны файл!<br />Гэта можа адбыцца ў выпадку, калі PHP знойдзе сынтаксычную памылку ў ім або калі PHP ня можа знайсьці файл.<br />Калі ласка, загрузіце канфігурацыйны файл непасрэдна, выкарыстоўваючы спасылку, прыведзеную ніжэй, і прачытайце паведамленьні PHP пра памылкі. У большасьці выпадкаў, недзе прапушчаны апостраф або кропка з коскай.<br />Калі вы атрымаеце чыстую старонку, значыць, усё добра.';
$strConfigureTableCoord = 'Калі ласка, сканфігуруйце каардынаты для табліцы %s';
$strConnectionError = 'Немагчыма падлучыцца: няправільныя налады.';
$strConnections = 'Падлучэньні';
$strConstraintsForDumped = 'Абмежаваньні для экспартаваных табліц';
$strConstraintsForTable = 'Абмежаваньні для табліцы';
$strCookiesRequired = 'Cookies мусяць быць уключанымі пасьля гэтага месца.';
$strCopyDatabaseOK = 'База дадзеных %s была скапіяваная ў %s';
$strCopy = 'Скапіяваць';
$strCopyTable = 'Скапіяваць табліцу ў (база дадзеных<b>.</b>табліца):';
$strCopyTableOK = 'Табліца %s была скапіяваная ў %s.';
$strCopyTableSameNames = 'Немагчыма скапіяваць табліцу ў саму сябе!';
$strCouldNotKill = 'phpMyAdmin ня можа спыніць працэс %s. Напэўна, ён ужо спынены.';
$strCreateDatabaseBeforeCopying = 'выканаць CREATE DATABASE перад капіяваньнем';
$strCreateIndex = 'Стварыць індэкс на&nbsp;%s&nbsp;калёнках';
$strCreateIndexTopic = 'Стварыць новы індэкс';
$strCreateNewDatabase = 'Стварыць новую базу дадзеных';
$strCreateNewTable = 'Стварыць новую табліцу ў БД %s';
$strCreate = 'Стварыць';
$strCreatePage = 'Стварыць новую старонку';
$strCreatePdfFeat = 'Стварэньне PDF-файлаў';
$strCreationDates = 'Стварэньне/Абнаўленьне/Праверка дат';
$strCriteria = 'Крытэр';
$strCroatian = 'Харвацкая';
$strCSV = 'CSV';
$strCSVImportOptions = 'Опцыі CSV';
$strCSVOptions = 'Опцыі CSV';
$strCyrillic = 'Кірылічная';
$strCzechSlovak = 'Чэхаславацкая';
$strCzech = 'Чэская';
 
$strDanish = 'Дацкая';
$strData = 'Дадзеныя';
$strDatabase = 'База дадзеных';
$strDatabaseEmpty = 'Імя базы дадзеных не пазначанае!';
$strDatabaseExportOptions = 'Налады экспарту базы дадзеных';
$strDatabaseHasBeenDropped = 'База дадзеных %s была выдаленая.';
$strDatabaseNoTable = 'Гэта база дадзеных ня ўтрымлівае табліц!';
$strDatabases = 'Базы дадзеных';
$strDatabasesDropped = '%s базаў дадзеных былі пасьпяхова выдаленыя.';
$strDatabasesStatsDisable = 'Адключыць статыстыку';
$strDatabasesStatsEnable = 'Уключыць статыстыку';
$strDatabasesStatsHeavyTraffic = 'Заўвага: Уключэньне статыстыкі базы дадзеных можа выклікаць вялікую колькасьць трафіку паміж вэб-сэрвэрам і сэрвэрам MySQL.';
$strDatabasesStats = 'Статыстыка базаў дадзеных';
$strDataDict = 'Слоўнік дадзеных';
$strDataOnly = 'Толькі дадзеныя';
$strDataPages = 'Старонак з дадзенымі';
$strDBComment = 'Камэнтар да базы дадзеных: ';
$strDBCopy = 'Капіяваць базу дадзеных у';
$strDBGContext = 'Кантэкст';
$strDBGContextID = 'Кантэкст ID';
$strDBGHits = 'Зваротаў';
$strDBGLine = 'Радок';
$strDBGMaxTimeMs = 'Максымальны час, мс';
$strDBGMinTimeMs = 'Мінімальны час, мс';
$strDBGModule = 'Модуль';
$strDBGTimePerHitMs = 'Час/Зварот, мс';
$strDBGTotalTimeMs = 'Агульны час, мс';
$strDbPrivileges = 'Спэцыфічныя прывілеі базы дадзеных';
$strDBRename = 'Перайменаваць базу дадзеных у';
$strDbSpecific = 'спэцыфічны для базы дадзеных';
$strDefaultEngine = '%s зьяўляецца машынай захаваньня дадзеных па змоўчаньні на гэтым MySQL-сэрвэры.';
$strDefault = 'Па змоўчаньні';
$strDefaultValueHelp = 'Для значэньняў па змоўчаньні, калі ласка, увядзіце проста значэньне, без выкарыстаньня зваротных слэшаў і двукосься, выкарыстоўваючы фармат: a';
$strDefragment = 'Дэфрагмэнтаваць табліцу';
$strDelayedInserts = 'Выкарыстоўваць адкладзеныя ўстаўкі';
$strDeleteAndFlush = 'Выдаліць карыстальнікаў і пасьля перазагрузіць прывілеі.';
$strDeleteAndFlushDescr = 'Гэта лепшы спосаб, але перазагрузка прывілеяў можа заняць пэўны час.';
$strDelete = 'Выдаліць';
$strDeleted = 'Радок быў выдалены';
$strDeletedRows = 'Выдаленыя радкі:';
$strDeleteNoUsersSelected = 'На выбраныя карыстальнікі для выдаленьня!';
$strDeleting = 'Выдаленьне %s';
$strDelOld = 'Бягучая старонка ўтрымлівае спасылкі на табліцы, якія больш не існуюць. Ці жадаеце вы выдаліць гэтыя спасылкі?';
$strDescending = 'адваротны';
$strDescription = 'Апісаньне';
$strDictionary = 'слоўнік';
$strDirtyPages = 'Брудных старонак';
$strDisabled = 'Адключана';
$strDisableForeignChecks = 'Адключыць праверку зьнешніх ключоў';
$strDisplayFeat = 'Паказваць магчымасьці';
$strDisplayOrder = 'Парадак прагляду:';
$strDisplayPDF = 'Паказаць PDF-схему';
$strDoAQuery = 'Выканаць "запыт згодна прыклада" (сымбаль падстаноўкі: "%")';
$strDocu = 'Дакумэнтацыя';
$strDoYouReally = 'Ці сапраўды вы жадаеце ';
$strDrop = 'Выдаліць';
$strDropDatabaseStrongWarning = 'Вы зьбіраеце ВЫДАЛІЦЬ базу дадзеных цалкам!';
$strDropUsersDb = 'Выдаліць базы дадзеных, якія маюць такія ж імёны як і карыстальнікі.';
$strDumpingData = 'Дамп дадзеных табліцы';
$strDumpSaved = 'Дамп захаваны ў файл %s.';
$strDumpXRows = 'Дамп %s радкоў, пачынаючы з %s.';
$strDynamic = 'дынамічны';
 
$strEditPDFPages = 'Рэдагаваць PDF-старонкі';
$strEditPrivileges = 'Рэдагаваць прывілеі';
$strEdit = 'Рэдагаваць';
$strEffective = 'Эфэктыўнасьць';
$strEmpty = 'Ачысьціць';
$strEmptyResultSet = 'MySQL вярнула пусты вынік (то бок нуль радкоў).';
$strEnabled = 'Уключана';
$strEncloseInTransaction = 'Экспартаваць за адну транзакцыю';
$strEndCut = 'END CUT';
$strEnd = 'Канец';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s даступная на гэтым MySQL-сэрвэры.';
$strEngineDisabled = '%s была адключаная для рэтага MySQL-сэрвэра.';
$strEngines = 'Машыны';
$strEngineUnsupported = 'Гэты сэрвэр MySQL не падтрымлівае машыну захаваньня дадзеных %s.';
$strEnglish = 'Ангельская';
$strEnglishPrivileges = ' Заўвага: імёны прывілеяў MySQL задаюцца па-ангельску ';
$strError = 'Памылка';
$strErrorInZipFile = 'Памылка ў ZIP-архіве:';
$strEscapeWildcards = 'Сымбалі падстаноўкі _ і % мусяць быць экранаванымі сымбалем \ для іх літаральнага выкарыстаньня';
$strEsperanto = 'Эспэранта';
$strEstonian = 'Эстонская';
$strExcelEdition = 'Вэрсія Excel';
$strExcelOptions = 'Опцыі Excel';
$strExecuteBookmarked = 'Выканаць запыт з закладак';
$strExplain = 'Тлумачыць SQL';
$strExport = 'Экспарт';
$strExtendedInserts = 'Пашыраныя ўстаўкі';
$strExtra = 'Дадаткова';
 
$strFailedAttempts = 'Няўдалых спробаў';
$strFieldHasBeenDropped = 'Поле %s было выдаленае';
$strField = 'Поле';
$strFieldsEmpty = ' Ня ўведзеная колькасьць палёў! ';
$strFieldsEnclosedBy = 'Палі ўзятыя ў';
$strFieldsEscapedBy = 'Палі экрануюцца';
$strFields = 'Палі';
$strFieldsTerminatedBy = 'Палі падзеленыя';
$strFileAlreadyExists = 'Файл %s ужо існуе на сэрвэры, зьмяніце імя файла або праверце опцыю перазапісу.';
$strFileCouldNotBeRead = 'Немагчыма прачытаць файл';
$strFileNameTemplateDescription = 'Гэтае значэньне інтэрпрэтуецца з выкарыстаньнем %1$sstrftime%2$s, таму можна выкарыстоўваць радкі фарматаваньня часу. Апроч гэтага, будуць праведзеныя наступныя зьмены: %3$s. Астатні тэкст застанецца як ёсьць.';
$strFileNameTemplateDescriptionDatabase = 'імя базы дадзеных';
$strFileNameTemplateDescriptionServer = 'імя сэрвэра';
$strFileNameTemplateDescriptionTable = 'імя табліцы';
$strFileNameTemplate = 'Шаблён назвы файла';
$strFileNameTemplateRemember = 'запомніць шаблён';
$strFileToImport = 'Імпартаваць файл';
$strFixed = 'фіксаваны';
$strFlushPrivilegesNote = 'Заўвага: phpMyAdmin атрымлівае прывілеі карыстальнікаў наўпростава з табліц прывілеяў MySQL. Зьмесьціва гэтых табліц можа адрозьнівацца ад прывілеяў, якія выкарыстоўвае сэрвэр, калі яны былі зьмененыя ўручную. У гэтым выпадку вам трэба %sперазагрузіць прывілеі%s да таго, як вы працягнеце.';
$strFlushQueryCache = 'Скінуць кэш запытаў';
$strFlushTable = 'Скінуць кэш табліцы ("FLUSH")';
$strFlushTables = 'Скінуць (закрыць) усе табліцы';
$strFormat = 'Фармат';
$strFormEmpty = 'Не зададзенае значэньне ў форме!';
$strFreePages = 'Вольных старонак';
$strFullText = 'Поўныя тэксты';
$strFunction = 'Функцыя';
 
$strGenBy = 'Створаны';
$strGeneralRelationFeat = 'Магчымасьці асноўных сувязяў';
$strGenerate = 'Згэнэраваць';
$strGeneratePassword = 'Згэнэраваць пароль';
$strGenTime = 'Час стварэньня';
$strGeorgian = 'Грузінская';
$strGerman = 'Нямецкая';
$strGlobal = 'глябальны';
$strGlobalPrivileges = 'Глябальныя прывілеі';
$strGlobalValue = 'Глябальнае значэньне';
$strGo = 'Панеслася';
$strGrantOption = 'Grant';
$strGreek = 'Грэцкая';
$strGzip = 'архіваваны ў gzip';
 
$strHandler = 'Апрацоўнік';
$strHasBeenAltered = 'была зьмененая.';
$strHasBeenCreated = 'была створаная.';
$strHaveToShow = 'Вам неабходна выбраць прынамсі адну калёнку для адлюстраваньня';
$strHebrew = 'Габрэйская';
$strHexForBinary = 'Выкарыстоўваць шаснаццаткавыя лікі для двойкавых палёў';
$strHome = 'Да пачатку';
$strHomepageOfficial = 'Афіцыйная старонка phpMyAdmin';
$strHostEmpty = 'Пустое імя хосту!';
$strHost = 'Хост';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Опцыі Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Опцыі Microsoft Word 2000';
$strHungarian = 'Вугорская';
 
$strIcelandic = 'Ісьляндзкая';
$strId = 'ID';
$strIdxFulltext = 'Поўнатэкстэкставае';
$strIgnore = 'Ігнараваць';
$strIgnoreDuplicates = 'Ігнараваць радкі, якія паўтараюцца';
$strIgnoreInserts = 'Выкарыстоўваць устаўкі ігнараваньняў';
$strIgnoringFile = 'Файл %s праігнараваны';
$strImport = 'Імрарт';
$strImportDocSQL = 'Імпартаваць файлы docSQL';
$strImportFiles = 'Імпартаваць файлы';
$strImportFormat = 'Фармат імпартаванага файла';
$strImportSuccessfullyFinished = 'Імпартраваньне пасьпяхова завершанае, выканана %d запытаў.';
$strIndex = 'Індэкс';
$strIndexes = 'Індэксы';
$strIndexHasBeenDropped = 'Індэкс %s быў выдалены';
$strIndexName = 'Імя індэкса:';
$strIndexType = 'Тып індэкса:';
$strIndexWarningMultiple = 'Больш за адзін %s ключ быў створаны для калёнкі `%s`';
$strIndexWarningPrimary = 'Абодва ключы PRIMARY і INDEX павінны быць вызначаны для калёнкі `%s`';
$strIndexWarningTable = 'Праблемы з індэксамі для табліцы `%s`';
$strIndexWarningUnique = 'Абодва ключы UNIQUE і INDEX павінны быць вызначаны для калёнкі `%s`';
$strInnoDBAutoextendIncrement = 'Аўтапашыральнае прыпашчэньне';
$strInnoDBAutoextendIncrementDesc = ' Памер прырашчэньня для пашырэньня памеру прасторы аўтапашыральнай табліцы, калі яна запоўніцца.';
$strInnoDBBufferPoolSizeDesc = 'Памер буфэру ў памяці, які InnoDB выкарыстоўвае для кэшаваньня дадзеных і індэксаў табліц.';
$strInnoDBBufferPoolSize = 'Памер пулу буфэру';
$strInnoDBDataFilePath = 'Файлы дадзеных';
$strInnoDBDataHomeDirDesc = 'Агульная частка шляху тэчкі да ўсіх файлаў дадзеных InnoDB.';
$strInnoDBDataHomeDir = 'Хатняя тэчка дадзеных';
$strInnoDBPages = 'старонак';
$strInnodbStat = 'Стан InnoDB';
$strInsecureMySQL = 'Ваш канфігурацыйны файл утрымлівае налады (карыстальнік root без паролю), якія адпавядаюць прывілеяванаму карыстальніку MySQL па змоўчаньні. Ваш сэрвэр MySQL працуе з гэтай наладай па змоўчаньні і зьяўляецца адкрытым для зьнешняга ўрываньня, і таму вам абавязкова трэба выправіць гэтую хібу ў бясьпецы.';
$strInsertAsNewRow = 'Уставіць як новы радок';
$strInsertedRowId = 'Id устаўленага радка:';
$strInsertedRows = 'Даданыя радкі:';
$strInsertNewRow = 'Уставіць новы радок';
$strInsert = 'Уставіць';
$strInternalNotNecessary = '* Унутраная сувязь не зьяўляецца абавязковай, калі яна ўжо існуе ў InnoDB.';
$strInternalRelations = 'Унутраныя сувязі';
$strInUse = 'выкарыстоўваецца';
$strInvalidAuthMethod = 'У канфігурацыі вызначаны некарэктны мэтад аўтэнтыфікацыі:';
$strInvalidColumn = 'Вызначаная некарэктная калёнка (%s)!';
$strInvalidColumnCount = 'Колькасьць калёнак мусіць быць большай за нуль.';
$strInvalidCSVFieldCount = 'Няправільная колькасьць палёў у CSV-дадзеных у радку %d.';
$strInvalidCSVFormat = 'Некарэктны фармат CSV-дадзеных у радку %d.';
$strInvalidCSVParameter = 'Недапушчальны парэмэтар для імпарту дадзеных у CSV: %s';
$strInvalidFieldAddCount = 'Трэба дадаць прынамсі адно поле.';
$strInvalidFieldCount = 'Табліца мусіць мець прынамсі адно поле.';
$strInvalidLDIImport = 'Гэты плагін не падтрымлівае сьціснутыя дадзеныя!';
$strInvalidRowNumber = '%d не зьяўляецца карэктным нумарам радка.';
$strInvalidServerHostname = 'Няправільнае імя хосту для сэрвэра %1$s. Калі ласка, праверце канфігурыцыю.';
$strInvalidServerIndex = 'Некарэктны індэкс сэрвэра: "%s"';
 
$strJapanese = 'Японская';
$strJoins = 'Аб\'яднаньні';
$strJumpToDB = 'Перайсьці да базы дадзеных &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Выдаленыя&quot; карыстальнікі ўсё яшчэ змогуць атрымаць доступ да сэрвэра як звычайна, пакуль прывілеі ня будуць перазагружаныя.';
$strJustDelete = 'Проста выдаліць карыстальнікаў з табліц прывілеяў.';
 
$strKeepPass = 'Не зьмяняць пароль';
$strKeyCache = 'Кэш ключоў';
$strKeyname = 'Імя ключа';
$strKill = 'Спыніць';
$strKorean = 'Карэйская';
 
$strLandscape = 'Краявід';
$strLanguageFileNotFound = 'Моўны файл "%1$s" ня знойдзены.';
$strLanguageUnknown = 'Невядомая мова: %1$s.';
$strLatchedPages = 'Фіксаваныя старонкі';
$strLatexCaption = 'Загаловак табліцы';
$strLatexContent = 'Зьмесьціва табліцы __TABLE__';
$strLatexContinuedCaption = 'Працягнуты загаловак табліцы';
$strLatexContinued = '(працяг)';
$strLatexIncludeCaption = 'Уключыць загаловак табліцы';
$strLatexLabel = 'Ключ меткі';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Опцыі LaTeX';
$strLatexStructure = 'Структура табліцы __TABLE__';
$strLatvian = 'Латвійская';
$strLDI = 'CSV з выкарыстаньнем LOAD DATA';
$strLDIImportOptions = 'Опцыі CSV-імпартаваньня, выкарыстоўваючы LOAD DATA';
$strLDILocal = 'Выкарыстоўваць ключавое слова LOCAL';
$strLengthSet = 'Даўжыня/Значэньні*';
$strLimitNumRows = 'Колькасьць радкоў на старонку';
$strLinesTerminatedBy = 'Радкі падзеленыя';
$strLinkNotFound = 'Сувязь ня знойдзеная';
$strLinksTo = 'Зьвязаная з';
$strLithuanian = 'Літоўская';
$strLocalhost = 'Лякальны';
$strLocationTextfile = 'Месцазнаходжаньне тэкставага файла';
$strLoginInformation = 'Інфармацыя пра ўваход';
$strLogin = 'Уваход у сыстэму';
$strLogout = 'Выйсьці з сыстэмы';
$strLogPassword = 'Пароль:';
$strLogServer = 'Сэрвэр';
$strLogUsername = 'Імя карыстальніка:';
$strLongOperation = 'Гэтая апэрацыя можа заняць шмат часу. Працягваць?';
 
$strMaxConnects = 'максымум адначасовых злучэньняў';
$strMaximalQueryLength = 'Максымальная даўжыня створанага запыту';
$strMaximumSize = 'Максымальны памер: %s%s';
$strMbExtensionMissing = 'Пашырэньне PHP mbstring ня знойдзенае, а вы, здаецца, выкарыстоўваеце шматбайтавую кадыроўку. Без пашырэньня mbstring phpMyAdmin ня можа падзяляць радкі карэктна, і гэта можа прывесьці да нечаканых вынікаў.';
$strMbOverloadWarning = 'Вы ўключылі mbstring.func_overload у вашым канфігурацыйным файле PHP. Гэтая опцыя несумяшчальная з phpMyAdmin і можа выклікаць пашкоджаньне дадзеных!';
$strMIME_available_mime = 'Даступныя MIME-тыпы';
$strMIME_available_transform = 'Даступныя пераўтварэньні';
$strMIME_description = 'Апісаньне';
$strMIME_MIMEtype = 'MIME-тып';
$strMIME_nodescription = 'Няма даступных апісаньняў для гэтага пераўтварэньня.<br />Калі ласка, спытайце аўтара, што робіць %s.';
$strMIME_transformation = 'Пераўтварэньне MIME-тыпу браўзэрам';
$strMIME_transformation_note = 'Для атрыманьня сьпісу даступных опцыяў трансфармацыі і пераўтварэньняў іхных MIME-тыпаў, націсьніце на %sапісаньні пераўтварэньняў%s';
$strMIME_transformation_options = 'Опцыі пераўтварэньня';
$strMIME_transformation_options_note = 'Калі ласка, уводзьце значэньні опцыяў пераўтварэньня выкарыстоўваючы гэты фармат: \'a\',\'b\',\'c\'...<br />Калі вам трэба ўжыць зваротны слэш ("\") або апостраф ("\'") у гэтых значэньнях, устаўце зваротны слэш перад імі (напрыклад, \'\\\\xyz\' або \'a\\\'b\').';
$strMIMETypesForTable = 'MIME-тыпы табліцы';
$strMIME_without = 'MIME-тыпы, вылучаныя курсівам, ня маюць асобнай функцыі пераўтварэньня';
$strModifications = 'Мадыфікацыі былі захаваныя';
$strModify = 'Зьмяніць';
$strModifyIndexTopic = 'Зьмяніць індэкс';
$strMoveTable = 'Перанесьці табліцу ў (база дадзеных<b>.</b>табліца):';
$strMoveTableOK = 'Табліца %s была перанесеная ў %s.';
$strMoveTableSameNames = 'Немагчыма перанесьці табліцу ў саму сябе!';
$strMultilingual = 'шматмоўная';
$strMyISAMDataPointerSizeDesc = 'Значэньне па змоўчаньні памеру ўказальніка ў байтах, для выкарыстаньня ў CREATE TABLE для табліц MyISAM, калі ня вызначаная опцыя MAX_ROWS.';
$strMyISAMDataPointerSize = 'Памер указальніка на дадзеныя';
$strMyISAMMaxExtraSortFileSizeDesc = 'Калі памер часовага файла, які выкарыстоўваецца для хуткага стварэньня індэксу MyISAM, будзе большы, чым выкарыстаньне для кэшу ключоў памеру, пазначанага тут, выберыце мэтад кэшаваньня ключоў.';
$strMyISAMMaxExtraSortFileSize = 'Максымальны памер часовых файлаў для стварэньня індэксу';
$strMyISAMMaxSortFileSizeDesc = 'Максымальны памер часовага файла MySQL, які дазволена выкарыстоўваць для перастварэньня індэксу MyISAM (падчас REPAIR TABLE, ALTER TABLE, або LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Максымальны памер для часовых файлаў сартаваньня';
$strMyISAMRecoverOptionsDesc = 'Рэжым для аўтаматычнага ўзнаўленьня пашкоджаных табліц MyISAM, як вызначаны праз опцыю --myisam-recover загрузкі сэрвэра.';
$strMyISAMRecoverOptions = 'Рэжым аўтаматычнага ўзнаўленьня';
$strMyISAMRepairThreadsDesc = 'Калі гэтае значэньне большае за 1, індэксы табліц MyISAM будуць стварацца паралельна (кожны індэкс у сваім уласным патоку) падчас узнаўленьня працэсам сартаваньня.';
$strMyISAMRepairThreads = 'Патокаў узнаўленьня';
$strMyISAMSortBufferSizeDesc = 'Буфэр, які выдзяляецца для сартаваньня індэксаў MyISAM падчас REPAIR TABLE або падчас стварэньня індэксаў, выкарыстоўваючы CREATE INDEX ці ALTER TABLE.';
$strMyISAMSortBufferSize = 'Памер буфэру сартаваньня';
$strMySQLCharset = 'Кадыроўка MySQL';
$strMysqlClientVersion = 'Вэрсія кліента MySQL';
$strMySQLConnectionCollation = 'Супастаўленьне падлучэньня да MySQL';
$strMySQLSaid = 'Адказ MySQL: ';
$strMySQLShowProcess = 'Паказаць працэсы';
$strMySQLShowStatus = 'Паказаць стан MySQL';
$strMySQLShowVars = 'Паказаць сыстэмныя зьменныя MySQL';
 
$strName = 'Назва';
$strNext = 'Наступны';
$strNoActivity = 'Не было аніякай актыўнасьці на працягу %s сэкундаў. Калі ласка, увайдзіце зноў';
$strNoDatabases = 'Базы дадзеных адсутнічаюць';
$strNoDatabasesSelected = 'Ня выбраная база дадзеных.';
$strNoDescription = 'няма апісаньня';
$strNoDetailsForEngine = 'Для гэтай машыны захаваньня дадзеных дэтальная інфармацыя не даступная.';
$strNoDropDatabases = 'Каманды "DROP DATABASE" адключаныя.';
$strNoExplain = 'Не тлумачыць SQL';
$strNoFilesFoundInZip = 'Файлы ў ZIP-архіве ня знойдзеныя!';
$strNoFrames = 'Для работы phpMyAdmin патрэбны браўзэр з падтрымкай <b>фрэймаў</b>.';
$strNo = 'Не';
$strNoIndex = 'Індэкс ня вызначаны!';
$strNoIndexPartsDefined = 'Часткі індэксу ня вызначаныя!';
$strNoModification = 'Няма зьменаў';
$strNone = 'Няма';
$strNoOptions = 'Гэты фармат ня мае опцыяў';
$strNoPassword = 'Без пароля';
$strNoPermission = 'Вэб-сэрвэр ня мае дазволу для захаваньня ў файл %s.';
$strNoPhp = 'Без PHP-коду';
$strNoPrivileges = 'Без прывілеяў';
$strNoRights = 'Вы ня маеце дастатковых прывілеяў быць у гэтым месцы ў гэты час!';
$strNoRowsSelected = 'Ніводны радок ня выбраны';
$strNoSpace = 'Недастаткова месца для захаваньня ў файл %s.';
$strNoTablesFound = 'У базе дадзеных табліц ня выяўлена.';
$strNoThemeSupport = 'Тэмы не падтрымліваюцца; калі ласка, праверце вашую канфігурацыю і/або вашыя тэмы ў тэчцы %s.';
$strNothingToImport = 'Дадзеныя для імпартаваньня ня ўведзеныя!';
$strNotNumber = 'Гэта ня лік!';
$strNotOK = 'не OK';
$strNotSet = 'Табліца <b>%s</b> ня знойдзеная або ня вызначаная ў %s';
$strNoUsersFound = 'Не знойдзены карыстальнік.';
$strNoValidateSQL = 'Не правяраць SQL';
$strNull = 'Нуль';
$strNumberOfFields = 'Колькасьць палёў';
$strNumSearchResultsInTable = '%s супадзеньняў у табліцы <i>%s</i>';
$strNumSearchResultsTotal = '<b>Агулам:</b> <i>%s</i> супадзеньняў';
$strNumTables = 'Табліц';
 
$strOK = 'OK';
$strOpenNewWindow = 'Адкрыць новае акно phpMyAdmin';
$strOperations = 'Апэрацыі';
$strOperator = 'Апэратар';
$strOptimizeTable = 'Аптымізаваць табліцу';
$strOr = 'Або';
$strOverhead = 'Выкарыстаньне рэсурсаў';
$strOverwriteExisting = 'Перазапісваць існуючы(я) файл(ы)';
 
$strPageNumber = 'Старонка:';
$strPagesToBeFlushed = 'Скінуць кэш старонак';
$strPaperSize = 'Памер паперы';
$strPartialImport = 'Частковы імпарт';
$strPartialText = 'Частковыя тэксты';
$strPasswordChanged = 'Пароль для %s пасьпяхова зьменены.';
$strPasswordEmpty = 'Пусты пароль!';
$strPasswordHashing = 'Хэшаваньне паролю';
$strPassword = 'Пароль';
$strPasswordNotSame = 'Паролі не супадаюць!';
$strPdfDbSchema = 'Структура базы "%s" — старонка %s';
$strPdfInvalidTblName = 'Табліцы "%s" не існуе!';
$strPdfNoTables = 'Няма табліц';
$strPDFOptions = 'Парамэтры PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Загаловак справаздачы';
$strPerHour = 'у гадзіну';
$strPerMinute = 'у хвіліну';
$strPerSecond = 'у сэкунду';
$strPersian = 'Пэрсыдзкая';
$strPhoneBook = 'тэлефонная кніга';
$strPHP40203 = 'Вы выкарыстоўваеце PHP 4.2.3, якая мае сур\'ёзныя памылкі пры рабоце з шматбайтавымі радкамі (mbstring). Глядзіце паведамленьне пра памылку PHP 19404. Гэта вэрсія PHP не рэкамэндуецца для выкарыстаньня з phpMyAdmin.';
$strPhp = 'Стварыць PHP-код';
$strPHPVersion = 'Вэрсія PHP';
$strPmaDocumentation = 'Дакумэнтацыя па phpMyAdmin';
$strPmaUriError = 'Дырэктыва <tt>$cfg[\'PmaAbsoluteUri\']</tt> ПАВІННА быць вызначаная ў вашым канфігурацыйным файле!';
$strPolish = 'Польская';
$strPortrait = 'Партрэт';
$strPos1 = 'Пачатак';
$strPrevious = 'Назад';
$strPrimary = 'Першасны';
$strPrimaryKeyHasBeenDropped = 'Першасны ключ быў выдалены';
$strPrimaryKeyName = 'Імя першаснага ключа мусіць быць PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>мусіць</b> быць імем першаснага ключа і <b>толькі</b> яго!)';
$strPrint = 'Друк';
$strPrintView = 'Вэрсія для друку';
$strPrintViewFull = 'Вэрсія для друку (з усім тэкстам)';
$strPrivDescAllPrivileges = 'Уключае ўсе прывілеі, апроч GRANT.';
$strPrivDescAlter = 'Дазваляе зьмяняць структуру існых табліц.';
$strPrivDescAlterRoutine = 'Дазваляе зьмяняць і выдаляць праграмы, якія захоўваюцца.';
$strPrivDescCreateDb = 'Дазваляе ствараць новыя базы дадзеных і табліцы.';
$strPrivDescCreateRoutine = 'Дазваляе ствараць праграмы, якія захоўваюцца.';
$strPrivDescCreateTbl = 'Дазваляе ствараць новыя табліцы.';
$strPrivDescCreateTmpTable = 'Дазваляе ствараць часовыя табліцы.';
$strPrivDescCreateUser = 'Дазваляе ствараць, выдаляць і пераймяноўваць уліковыя запісы карыстальнікаў';
$strPrivDescCreateView = 'Дазваляе ствараць новыя прагляды.';
$strPrivDescDelete = 'Дазваляе выдаляць дадзеныя.';
$strPrivDescDropDb = 'Дазваляе выдаляць базы дадзеных і табліцы.';
$strPrivDescDropTbl = 'Дазваляе выдаляць табліцы.';
$strPrivDescExecute5 = 'Дазваляе выкананьне праграмаў, якія захоўваюцца.';
$strPrivDescExecute = 'Дазваляе выкананьне захаваных працэдур; Не працуе ў гэтай вэрсіі MySQL.';
$strPrivDescFile = 'Дазваляе імпартаваць дадзеныя з файлаў і экспартаваць дадзеныя ў файлы.';
$strPrivDescGrant = 'Дазваляе дадаваць карыстальнікаў і прывілеі без перазагрузкі табліц прывілеяў.';
$strPrivDescIndex = 'Дазваляе ствараць і выдаляць індэксы.';
$strPrivDescInsert = 'Дазваляе ўстаўляць і замяняць дадзеныя.';
$strPrivDescLockTables = 'Дазваляе блякаваць табліцы для бягучага патоку.';
$strPrivDescMaxConnections = 'Абмяжоўвае колькасьць новых злучэньняў, якія карыстальнік можа адкрыць на працягу гадзіны.';
$strPrivDescMaxQuestions = 'Абмяжоўвае колькасьць запытаў, якія карыстальнік можа адправіць на сэрвэр на працягу гадзіны.';
$strPrivDescMaxUpdates = 'Абмяжоўвае колькасьць камандаў, зьмяняючых любую табліцу або базу дадзеных, якія карыстальнік можа выканаць на працягу гадзіны.';
$strPrivDescMaxUserConnections = 'Абмяжоўвае колькасьць адначасовых злучэньняў, якія можа мець карыстальнік.';
$strPrivDescProcess3 = 'Дазваляе спыняць працэсы іншых карыстальнікаў.';
$strPrivDescProcess4 = 'Дазваляе праглядаць поўныя запыты ў сьпісе працэсаў.';
$strPrivDescReferences = 'Не працуе ў гэтай вэрсіі MySQL.';
$strPrivDescReload = 'Дазваляе перазагружаць налады сэрвэра і ачышчаць кэш сэрвэра.';
$strPrivDescReplClient = 'Дазваляе карыстальніку пытацца, дзе знаходзяцца slaves / masters.';
$strPrivDescReplSlave = 'Неабходна для рэплікацыі slaves.';
$strPrivDescSelect = 'Дазваляе чытаць дадзеныя.';
$strPrivDescShowDb = 'Дае доступ да поўнага сьпісу базаў дадзеных.';
$strPrivDescShowView = 'Дазваляе выкананьне запытаў SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Дазваляе спыняць сэрвэр.';
$strPrivDescSuper = 'Дазваляе падлучэньне, нават калі дасягнуты максымальны лік падлучэньняў; Патрабуецца для большасьці адміністратыўных апэрацыяў, такіх як вызначэньне глябальных зьменных або спыненьне патокаў іншых карыстальнікаў.';
$strPrivDescUpdate = 'Дазваляе зьмяняць дадзеныя.';
$strPrivDescUsage = 'Без прывілеяў.';
$strPrivileges = 'Прывілеі';
$strPrivilegesReloaded = 'Прывілеі былі пасьпяхова перазагружаныя.';
$strProcesslist = 'Сьпіс працэсаў';
$strProtocolVersion = 'Вэрсія пратаколу';
$strPutColNames = 'Пазначыць назвы палёў у першым радку';
 
$strQBE = 'Запыт згодна прыкладу';
$strQBEDel = 'Выдаліць';
$strQBEIns = 'Уставіць';
$strQueryCache = 'Кэш запытаў';
$strQueryFrame = 'Акно запыту';
$strQueryOnDb = 'SQL-запыт да БД <b>%s</b>:';
$strQuerySQLHistory = 'Гісторыя SQL';
$strQueryStatistics = '<b>Статыстыка запытаў</b>: З моманту запуску %s запытаў было адпраўлена на сэрвэр.';
$strQueryTime = 'Запыт выконваўся %01.4f сэк';
$strQueryType = 'Тып запыту';
$strQueryWindowLock = 'Не перазапісвайце гэты запыт у іншых вокнах';
 
$strReadRequests = 'Запыты чытаньня';
$strReceived = 'Атрымана';
$strRecords = 'Запісы';
$strReferentialIntegrity = 'Праверыць цэласнасьць дадзеных:';
$strRefresh = 'Абнавіць';
$strRelationalSchema = 'Рэляцыйная схема';
$strRelationNotWorking = 'Дадатковыя магчымасьці работы з зьвязанымі табліцамі былі адключаныя. Каб высьветліць чаму, націсьніце %sтут%s.';
$strRelationsForTable = 'Сувязі ў табліцы';
$strRelations = 'Сувязі';
$strRelationView = 'Прагляд залежнасьцяў';
$strReloadingThePrivileges = 'Перазагрузіць прывілеі';
$strReloadMySQL = 'Перазагрузіць MySQL';
$strRemoveSelectedUsers = 'Выдаліць выбраных карыстальнікаў';
$strRenameDatabaseOK = 'База дадзеных %s была перайменаваная ў %s';
$strRenameTable = 'Перайменаваць табліцу ў';
$strRenameTableOK = 'Табліца %s была перайменаваная ў %s';
$strRepairTable = 'Рамантаваць табліцу';
$strReplaceNULLBy = 'Замяняць NULL на';
$strReplaceTable = 'Замяніць дадзеныя табліцы дадзенымі з файла';
$strReplication = 'Рэплікацыя';
$strReset = 'Скінуць';
$strResourceLimits = 'Абмежаваньні рэсурсаў';
$strReType = 'Пацьверджаньне';
$strRevoke = 'Ануляваць';
$strRevokeAndDelete = 'Ануляваць усе актыўныя прывілеі карыстальнікаў і пасьля выдаліць іх.';
$strRevokeAndDeleteDescr = 'Карыстальнікі ўсё яшчэ будуць мець прывілеі карыстаньня (USAGE), пакуль прывілеі ня будуць перазагружаныя.';
$strRevokeMessage = 'Вы анулявалі прывілеі для %s';
$strRomanian = 'Румынская';
$strRowLength = 'Даўжыня радка';
$strRows = 'Радкі';
$strRowsFrom = 'радкоў, пачынаючы з запісу #';
$strRowSize = ' Памер радка ';
$strRowsModeFlippedHorizontal = 'гарызантальна (павернутыя загалоўкі)';
$strRowsModeHorizontal = 'гарызантальна';
$strRowsModeOptions = 'у рэжыме %s і паўтараць загалоўкі праз кожныя %s радкоў';
$strRowsModeVertical = 'вэртыкальна';
$strRowsStatistic = 'Статыстыка радку';
$strRunning = 'на %s';
$strRunQuery = 'Адправіць запыт';
$strRunSQLQuery = 'Выканаць SQL-запыт(ы) на базе дадзеных %s';
$strRunSQLQueryOnServer = 'Выканаць SQL-запыт(ы) на сэрвэры %s';
$strRussian = 'Расейская';
 
$strSave = 'Захаваць';
$strSaveOnServer = 'Захаваць на сэрвэры ў тэчцы %s';
$strScaleFactorSmall = 'Маштаб замалы для таго, каб схема займала ўсю старонку';
$strSearchFormTitle = 'Пошук у базе дадзеных';
$strSearch = 'Пошук';
$strSearchInTables = 'У табліцы(ах):';
$strSearchNeedle = 'Слова(ы) або значэньне(і) для пошуку (маска: "%"):';
$strSearchOption1 = 'прынамсі адно з словаў';
$strSearchOption2 = 'усе словы';
$strSearchOption3 = 'дакладную фразу';
$strSearchOption4 = 'рэгулярны выраз';
$strSearchResultsFor = 'Вынікі пошуку "<i>%s</i>" %s:';
$strSearchType = 'Знайсьці:';
$strSecretRequired = 'Канфігурацыйнаму файлу зараз патрэбная сакрэтная фраза (blowfish_secret).';
$strSelectADb = 'Калі ласка, выберыце базу дадзеных';
$strSelectAll = 'Выбраць усё';
$strSelectBinaryLog = 'Вылучыце двойкавы лог для прагляду';
$strSelectFields = 'Выбраць палі (прынамсі адно):';
$strSelectNumRows = 'па запыту';
$strSelectTables = 'Выберыце табліцу(ы)';
$strSend = 'Захаваць як файл';
$strSent = 'Адпраўлена';
$strServerChoice = 'Выбар сэрвэра';
$strServerNotResponding = 'Сэрвэр не адказвае';
$strServer = 'Сэрвэр';
$strServerStatus = 'Бягучая інфармацыя';
$strServerStatusDelayedInserts = 'Адкладзеныя ўстаўкі';
$strServerStatusUptime = 'Гэты сэрвэр MySQL працуе %s. Ён быў запушчаны %s.';
$strServerTabProcesslist = 'Працэсы';
$strServerTabVariables = 'Зьменныя';
$strServerTrafficNotes = '<b>Трафік сэрвэра</b>: Гэтыя табліцы паказваюць статыстыку сеткавага трафіку гэтага сэрвэра MySQL ад моманту ягонага запуску.';
$strServerVars = 'Налады і зьменныя сэрвэра';
$strServerVersion = 'Вэрсія сэрвэра';
$strSessionValue = 'Значэньне сэсіі';
$strSetEnumVal = 'Калі тып поля "enum" або "set", калі ласка, уводзьце значэньні выкарыстоўваючы гэты фармат: \'a\',\'b\',\'c\'...<br />Калі вам патрэбна ўжыць зваротны слэш ("\") або апостраф ("\'") сярод гэтых значэньняў, пастаўце перад імі зваротны слэш (напрыклад, \'\\\\xyz\' або \'a\\\'b\').';
$strShowAll = 'Паказаць усе';
$strShowColor = 'Паказаць колер';
$strShowDatadictAs = 'Фармат слоўніка дадзеных';
$strShowFullQueries = 'Паказаць поўныя запыты';
$strShowGrid = 'Паказаць сетку';
$strShow = 'Паказаць';
$strShowingBookmark = 'Паказваючы закладку';
$strShowingRecords = 'Паказаныя запісы';
$strShowOpenTables = 'Паказаць адкрытыя табліцы';
$strShowPHPInfo = 'Паказаць інфармацыю пра PHP';
$strShowSlaveHosts = 'Паказаць залежныя сэрвэры';
$strShowSlaveStatus = 'Паказаць стан залежных сэрвэраў';
$strShowStatusBinlog_cache_disk_useDescr = 'Колькасьць транзакцыяў, якія выкарыстоўвалі часовы двойкавы кэш запытаў, але якія перавысілі значэньне binlog_cache_size і выкарыстоўвалі часовы файл для захоўваньня выразаў транзакцыі.';
$strShowStatusBinlog_cache_useDescr = 'Колькасьць транзакцыяў, якія выкарыстоўвалі часовы двойкавы кэш запытаў.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Колькасьць часовых табліц на дыску, створаных аўтаматычна сэрвэрам падчас выкананьня выразаў. Калі лік Created_tmp_disk_tables вялікі, вы можаце павялічыць значэньне tmp_table_size, каб часовыя табліцы захоўваліся ў памяці, а не на дыску.';
$strShowStatusCreated_tmp_filesDescr = 'Колькасьць часовых файлаў, створаных mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Колькасьць часовых табліц, разьмешчаных у памяці, якія былі аўтаматычна створаныя сэрвэрам падчас выкананьня выразаў.';
$strShowStatusDelayed_errorsDescr = 'Колькасьць радкоў, запісаных з INSERT DELAYED, з-за якіх адбыліся пэўныя памылкі (пэўна, дубляваныя ключы).';
$strShowStatusDelayed_insert_threadsDescr = 'Колькасьць апрацоўнікаў патокаў INSERT DELAYED, якія выкарыстоўваюцца. Кожная табліца, на якой выконваецца INSERT DELAYED атрымлівае свой уласны паток.';
$strShowStatusDelayed_writesDescr = 'Колькасьць запісаных INSERT DELAYED радкоў.';
$strShowStatusFlush_commandsDescr = 'Колькасьць выкананых FLUSH-выразаў.';
$strShowStatusHandler_commitDescr = 'Колькасьць унутраных COMMIT-выразаў.';
$strShowStatusHandler_deleteDescr = 'Колькасьць разоў выдаленьня радка з табліцы.';
$strShowStatusHandler_discoverDescr = 'Сэрвэр MySQL можа запытацца машыну захаваньня дадзеных NDB Cluster, ці ведае яна табліцу з дадзеным імем. Гэта называецца высьвятленьнем. Handler_discover паказвае колькасьць высьвятленьняў табліц.';
$strShowStatusHandler_read_firstDescr = 'Колькасьць разоў першы запіс быў прачытаны з індэксу. Калі гэтае значэньне вялікае, сэрвэру рэкамэндуецца рабіць вялікую колькасьць паўнаіндэксавых сканаваньняў; напрыклад, SELECT col1 FROM foo, улічваючы, што col1 індэксаваная.';
$strShowStatusHandler_read_keyDescr = 'Колькасьць запытаў на чытаньне радка з выкарыстаньнем ключа. Калі яна вялікая, гэта добрая прыкмета таго, што запыты і табліцы добра індэксаваныя.';
$strShowStatusHandler_read_nextDescr = 'Колькасьць запытаў чытаньня наступны радок у ключавым парадку. Яна павялічваецца, калі выконваецца запыт на індэксаваную калёнку з шэрагам абмежаваньняў або калі адбываецца сканаваньне індэксаў.';
$strShowStatusHandler_read_prevDescr = 'Колькасьць запытаў чытаньня папярэдні радок у ключавым парадку. Гэты мэтад чытаньня выкарыстоўваецца пераважна для аптымізацыі ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Колькасьць запытаў чытаньня радка фіксаванай пазыцыі. Яна вялікая, калі выконваецца шмат запытаў, якія патрабуюць сартаваньне вынікаў. Магчыма, прысутнічае шмат запытаў, якія патрабуюць ад MySQL перагляд табліцы цалкам або выконваюцца аб\'яднаньні, якія няправільна выкарыстоўваюць ключы.';
$strShowStatusHandler_read_rnd_nextDescr = 'Колькасьць запытаў чытаньня наступнага радка ў файле дадзеных. Яна вялікая, калі выконваецца шмат праглядаў табліцы. У агульным выпадку гэта азначае, што табліцы індэксаваныя няправільна або запыты не напісаныя так, каб выкарыстоўваць перавагі індэксаў.';
$strShowStatusHandler_rollbackDescr = 'Колькасьць унутраных выразаў ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Колькасьць запытаў абнаўленьня радка ў табліцы.';
$strShowStatusHandler_writeDescr = 'Колькасьць запытаў устаўкі радка ў табліцу.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Колькасьць старонак, якія ўтрымліваюць дадзеныя (зьмененых або нязьмененых).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Колькасьць зьмененых старонак.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Колькасьць старонак буфэрнага пулу, на якія быў атрыманы запыт на скід.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Колькасьць вольных старонак.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Колькасьць старонак, якія ўтрымліваюцца ў буфэрным пуле InnoDB. Гэта старонкі, якія ў бягучы момант чытаюцца ці запісваюцца або якія ня могуць быць скінутыя ці выдаленыя з-за пэўнай прычыны.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Колькасьць занятых старонак таму, што яны былі вызначаныя як адміністрыцыйныя дадзеныя такія, як блякаваньне радкоў або адаптыўны хэшаваны індэкс. Гэтае значэньне таксама можа быць вылічанае як Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Агульны памер буфэрнага пулу, у старонках.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Колькасьць «выпадковых» папярэдніх чытаньняў, зробленых InnoDB. Гэта адбываецца, калі запыт праглядае значную частку табліцы, але ў выпадковым парадку.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Колькасьць пасьлядоўных папярэдніх чытаньняў, зробленых InnoDB. Гэта адбываецца, калі InnoDB выконвае пасьлядоўны поўны прагляд табліцы.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Колькасьць лягічных запытаў чытаньня, зробленых InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Колькасьць лягічных чытаньняў, якія InnoDB не змагла аднавіць з буфэрнага пулу, а таму зрабіла аднастаронкавае чытаньне.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Звычайна, запісы ў буфэрны пул InnoDB, зробленыя ў фоне. Аднак, калі неабходна прачытаць або стварыьць старонку і чыстыя старонкі адсутнічаюць, неабхочна пачакаць, пакуль пэўныя старонкі ня будуць скінутыя. Гэты кампутар падлічвае колькасьць такіх чаканьняў. Калі памер буфэру быў вызначаны правільна, гэтае значэньне мусіць быць маленькім.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Колькасьць запісаў, зробленых у буфэрны пул InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Колькасьць апэрацыяў fsync() на бягучы момант.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Бягучая колькасьць апэрацыяў fsync(), якія чакаюць выкананьня.';
$strShowStatusInnodb_data_pending_readsDescr = 'Бягучая колькасьць чытаньняў, якія чакаюць выкананьня.';
$strShowStatusInnodb_data_pending_writesDescr = 'Бягучая колькасьць запісаў, якія чакаюць выкананьня.';
$strShowStatusInnodb_data_readDescr = 'Колькасьць прачытаных на бягучы момант дадзеных, у байтах.';
$strShowStatusInnodb_data_readsDescr = 'Агульная колькасьць чытаньняў дадзеных.';
$strShowStatusInnodb_data_writesDescr = 'Агульная колькасьць запісаў дадзеных.';
$strShowStatusInnodb_data_writtenDescr = 'Колькасьць запісаных на бягучы момант дадзеных, у байтах.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Колькасьць падвойных запісаў, якія былі выкананыя, і колькасьць старонак, якія былі запісаныя для гэтай мэты.';
$strShowStatusInnodb_dblwr_writesDescr = 'Колькасьць падвойных запісаў, якія былі выкананыя, і колькасьць старонак, якія былі запісаныя для гэтай мэты.';
$strShowStatusInnodb_log_waitsDescr = 'Колькасьць выпадкаў чаканьня з-за таго, што буфэр логу быў занадта малы, і таму давялося чакаць, пакуль ён не ачысьціцца.';
$strShowStatusInnodb_log_write_requestsDescr = 'Колькасьць запісаў у лог.';
$strShowStatusInnodb_log_writesDescr = 'Колькасьць фізычна выкананых запісаў у лог-файл.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Колькасьць сынхранізавыных запісаў, зробленых у лог-файл.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Колькасьць сынхранізаваньняў лог-файла, якія чакаюць выкананьня.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Колькасьць запісаў у лог-файл, якія чакаюць выкананьня.';
$strShowStatusInnodb_os_log_writtenDescr = 'Колькасьць байтаў, запісаных у лог-файл.';
$strShowStatusInnodb_pages_createdDescr = 'Колькасьць створаных старонак.';
$strShowStatusInnodb_page_sizeDescr = 'Памер закампіляванай старонкі InnoDB (па змоўчаньні 16КБ). Пэўныя велічыні вымяраюцца ў старонках; памер старонкі дазваляе хутка перавесьці яго ў байты.';
$strShowStatusInnodb_pages_readDescr = 'Колькасьць прачытаных старонак.';
$strShowStatusInnodb_pages_writtenDescr = 'Колькасьць запісаных старонак.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Колькасьць блякаваньняў радкоў, чаканьне якіх адбываецца на бягучы момант.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Сярэдні час атрыманьня магчымасьці блякаваньня радку, у мілісэкундах.';
$strShowStatusInnodb_row_lock_timeDescr = 'Агульны час чаканьня атрыманьня магчымасьці блякаваньня радку, у мілісэкундах.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Максымальны час атраманьня магчымасьці блякаваньня радку, у мілісэкундах.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Колькасьць разоў, калі даводзілася чакаць блякаваньне радку.';
$strShowStatusInnodb_rows_deletedDescr = 'Колькасьць радкоў, выдаленых з табліц InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Колькасьць радкоў, устаўленых у табліцы InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Колькась радкоў, прачытаных з табліц InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Колькасьць радкоў, абноўленых у табліцах InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Колькасьць блёкаў у кэшы ключоў, якія былі зьмененыя, але яшчэ не былі скінутыя на дыск. Выкарыстоўваецца як значэньне Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Колькасьць нявыкарыстаных блёкаў у кэшы ключоў. Гэтае значэньне можна выкарыстоўваць для вызначэньня ступені выкарыстаньня кэшу ключоў.';
$strShowStatusKey_blocks_usedDescr = 'Колькасьць выкарыстаных блёкаў у кэшы ключоў. Гэтае значэньне з дастатковай ступеньню пэўнасьці сьведчыць пра максымальную за ўвесь час колькасьць блёкаў, якія выкарастоўваліся адначасова.';
$strShowStatusKey_read_requestsDescr = 'Колькасьць запытаў на чытаньне блёку ключоў з кэшу.';
$strShowStatusKey_readsDescr = 'Колькасьць фізычных чытаньняў блёку ключоў з дыска. Калі значэньне Key_reads вялікае, значэньне key_buffer_size, відаць, вельмі малое. Колькасьць промахаў у кэш можна вылічыць як Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Колькасьць запытаў на запіс блёку ключоў у кэш.';
$strShowStatusKey_writesDescr = 'Колькасьць фізычных запісаў блёку ключоў на дыск.';
$strShowStatusLast_query_costDescr = 'Агульны кошт апошняга зкампіляванага запыту, падлічанага аптымізатарам запытаў. Карысна для параўнаньня розных спосабаў рэалізацыі аднаго запыту. Значэньне па змоўчаньні 0 азначае, што ніводны запыт яшчэ ня быў зкампіляваны.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Колькасьць радкоў для запісу, адкладзеных запытамі INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Колькасьць табліц, якія былі адкрытыя. Калі адкрытыя табліцы вялікія, значэньне кэшу табліц імаверна вельмі малое.';
$strShowStatusOpen_filesDescr = 'Колькасьць адкрытых файлаў.';
$strShowStatusOpen_streamsDescr = 'Колькасьць адкрытых патокаў (выкарыстоўваюцца пераважна для лагаваньня).';
$strShowStatusOpen_tablesDescr = 'Колькасьць адкрытых табліц.';
$strShowStatusQcache_free_blocksDescr = 'Колькасьць вольных блёкаў памяці ў кэшы запытаў.';
$strShowStatusQcache_free_memoryDescr = 'Колькасьць вольнай памяці для кэшу запытаў.';
$strShowStatusQcache_hitsDescr = 'Колькасьць зваротаў да кэшу.';
$strShowStatusQcache_insertsDescr = 'Колькасьць запытаў, якія былі даданыя ў кэш.';
$strShowStatusQcache_lowmem_prunesDescr = 'Колкасьць запытаў, якія былі выдаленыя з кэшу, каб вызваліць памяць для кэшаваньня новых запытаў. Гэтыя зьвесткі могуць дапамагчы вызначыць памер кэшу запытаў. Кэш запытаў выкарыстоўвае статэгію элемэнта, які выкарыстоўваўся найменш (LRU) для вызначэньня, якія запыты трэба выдаляць з кэшу.';
$strShowStatusQcache_not_cachedDescr = 'Колькасьць некэшавальных запытаў (некэшавальных або некэшаваных з-за значэньня дырэктывы query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Колькасьць запытаў, якія прысутнічаюць у кэшы.';
$strShowStatusQcache_total_blocksDescr = 'Агульная колькасьць блёкаў у кэшы запытыў.';
$strShowStatusReset = 'Скінуць статыстыку';
$strShowStatusRpl_statusDescr = 'Стан абароненай ад памылак рэплікацыі (яшчэ не рэалізаваная).';
$strShowStatusSelect_full_joinDescr = 'Колькасьць аб\'яднаньняў, якія не выкарыстоўвяюць індэксы. Калі гэтае значэньне ня роўнае 0, варта праверыць індэксы ў табліцах.';
$strShowStatusSelect_full_range_joinDescr = 'Колькасьць аб\'яднаньняў, якія выкарыстоўвалі пошук па масцы ў мэтавай табліцы.';
$strShowStatusSelect_range_checkDescr = 'Колькасьць аб\'яднаньняў без выкарыстаньня ключоў, якія правяралі наяўнасьць ключа пасьля кожнага радка. (Калі гэтае значэньне ня роўнае 0, варта праверыць індэксы ў табліцах.)';
$strShowStatusSelect_rangeDescr = 'Колькасьць аб\'яднаньняў, якія выкарыстоўвалі спалучэньні палёў у першай табліцы. (Звычайна не крытычна, нават калі гэтае значэньне вялікае.)';
$strShowStatusSelect_scanDescr = 'Колькасьць аб\'яднаньняў, якія правялі поўны прагляд першай табліцы.';
$strShowStatusSlave_open_temp_tablesDescr = 'Колькасьць часовых табліц, якія ў бягучы момант адкрытыя залежным SQL-патокам.';
$strShowStatusSlave_retried_transactionsDescr = 'Агульная (ад загрузкі) колькасьць разоў, калі залежны SQL-паток рэплікацыі паўтараў транзакцыі.';
$strShowStatusSlave_runningDescr = 'Гэтае значэньне роўнае "ON", калі сэрвэр зьяўляецца залежным і падлучаным да сэрвэра, які яго кантралюе.';
$strShowStatusSlow_launch_threadsDescr = 'Колькасьць патокаў, якім спатрэбілася больш за slow_launch_time сэкундаў для стварэньня.';
$strShowStatusSlow_queriesDescr = 'Колькасьць запытаў, на выканантне якіх спатрэбілася больш, чым long_query_time сэкундаў.';
$strShowStatusSort_merge_passesDescr = 'Колькасьць праходаў, якія былі зробленыя альгарытмам сартаваньня. Калі гэтае значэньне вялікае, варта разгледзіць павелічэньне значэньня сыстэмнай зьменнай sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Колькасьць сартаваньняў, якія былі зробленыя з выкарыстаньнем некалькіх слупкоў.';
$strShowStatusSort_rowsDescr = 'Колькасьць адсартаваных радкоў.';
$strShowStatusSort_scanDescr = 'Колькасьць сартаваньняў, якія былі зробленыя падчас прагляду табліцы.';
$strShowStatusTable_locks_immediateDescr = 'Колькасьць разоў, калі блякаваньне табліцы было зробленае імгненна.';
$strShowStatusTable_locks_waitedDescr = 'Колькасьць разоў, калі блякаваньне табліцы немагчыма было ажыцьцявіць імгненна і пэўны час пайшоў на чаканьне. Калі гэтае значэньне вялікае, і існуюць праблемы з прадукцыйнасьцю, варта спачатку аптымізаваць запыты, а пасьля або падзяліць табліцу або табліцы, або выкарыстоўваць рэплікацыю.';
$strShowStatusThreads_cachedDescr = 'Колькасьць патокаў у кэшы патокаў. Ступень трапляньня ў кэш можа быць вылічаная як Threads_created/Connections. Калі гэтае значэньне пафарбаванае ў чырвоны колер, варта павялічыць значэньне thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Колькасьць адкрытых на бягучы момант злучэньняў.';
$strShowStatusThreads_createdDescr = 'Колькасьць патокаў, створаных для кіраваньня злучэньнямі. Калі значэньне Threads_created вялікае, магчыма, варта павялічыць значэньне thread_cache_size. (Звычайна, гэта не дае якога-небудзь заўважнага павелічэньня прадукцыйнасьці, калі прысутнічае добрая рэалізацыя патокаў.)';
$strShowStatusThreads_runningDescr = 'Колькасьць патокаў, якія не зьяўляюцца сьпячымі.';
$strShowTableDimension = 'Паказаць разьмернасьць табліц';
$strShowTables = 'Паказаць табліцы';
$strShowThisQuery = ' Паказаць гэты запыт зноў ';
$strSimplifiedChinese = 'Кітайская спрошчаная';
$strSingly = '(асобна)';
$strSize = 'Памер';
$strSkipQueries = 'Колькасьць (запытаў), якія трэба прапусьціць ад пачатку';
$strSlovak = 'Славацкая';
$strSlovenian = 'Славенская';
$strSocketProblem = '(або сокет лякальнага сэрвэра MySQL не сканфігураваны правільна)';
$strSortByKey = 'Сартаваць па ключу';
$strSort = 'Парадак';
$strSorting = 'Сартаваньне';
$strSpaceUsage = 'Выкарыстаньне прасторы';
$strSpanish = 'Гішпанская';
$strSplitWordsWithSpace = 'Словы падзеленыя прагалам (" ").';
$strSQLExportCompatibility = 'Сумяшчальнасьць экспартаванага SQL';
$strSQLExportType = 'Тып экспарту';
$strSQLImportOptions = 'Парамэтры SQL';
$strSQLOptions = 'Опцыі SQL';
$strSQLParserBugMessage = 'Магчыма, вы знайшлі памылку ў SQL-парсэры. Калі ласка, уважліва праверце выш запыт і адпаведнасьць двукосьсяў у ім. Іншай магчымай прычынай памылкі можа быць тое, што вы загрузілі файл з двойкавымі дадзенымі па-за межамі тэксту, вылучанага двукосьсямі. Вы таксама можаце паспрабаваць адправіць ваш запыт з каманднага радка MySQL. Паведамленьне пра памылку сэрвэра MySQL прыведзенае ніжэй, можа таксама дапамагчы вам высьветліць прычыну праблему. Калі вы ўсё яшчэ маеце праблемы або парсэр паведамляе пра памылку, а з каманднага радку запыт выконваецца, калі ласка, скараціце ваш уведзены SQL-запыт да аднаго запыту, які выклікае памылку, і адпраўце паведамленьне пра памылку з блёкам дадзеных, пададзеных у сэкыці CUT ніжэй:';
$strSQLParserUserError = 'Здаецца, ваш SQL-запыт утрымлівае памылку. Паведамленьне пра памылку сэрвэра MySQL прыведзенае ніжэй, магчыма, таксама дапаможа вам высьветліць прычыну памылкі';
$strSQLQuery = 'SQL-запыт';
$strSQLResult = 'SQL-вынік';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Няправільны ідэнтыфікатар';
$strSQPBugUnclosedQuote = 'Незакрытае двукосьсе';
$strSQPBugUnknownPunctuation = 'Невядомы сымбаль пунктуацыі';
$strStatCheckTime = 'Апошняя праверка';
$strStatCreateTime = 'Створаная';
$strStatement = 'Выразы';
$strStatisticsOverrun = 'На загружаным сэрвэры байтавыя лічыльнікі могуць пераскокваць кола, таму статыстыка, якую паказвае MySQL-сэрвэр, можа быць няправільнай.';
$strStatUpdateTime = 'Апошняе абнаўленьне';
$strStatus = 'Стан';
$strStorageEngine = 'Машына захаваньня дадзеных';
$strStorageEngines = 'Машыны захаваньня дадзеных';
$strStrucCSV = 'CSV';
$strStrucData = 'Структуру і дадзеныя';
$strStrucDrop = 'Дадаць выдаленьне табліцы';
$strStrucExcelCSV = 'CSV для дадзеных MS Excel';
$strStrucNativeExcel = 'Родны фармат MS Excel';
$strStrucOnly = 'Толькі структуру';
$strStructPropose = 'Прапанаваная структура табліцы';
$strStructure = 'Структура';
$strSubmit = 'Адправіць';
$strSuccess = 'Ваш SQL-запыт быў пасьпяхова выкананы';
$strSum = 'Усяго';
$strSwedish = 'Швэдзкая';
$strSwitchToDatabase = 'Перайсьці да скапіяванай базы дадзеных';
$strSwitchToTable = 'Перайсьці да скапіяванай табліцы';
 
$strTableAlreadyExists = 'Табліца %s ужо існуе!';
$strTableComments = 'Камэнтар да табліцы';
$strTableEmpty = 'Пустая назва табліцы!';
$strTableHasBeenDropped = 'Табліца %s была выдаленая';
$strTableHasBeenEmptied = 'Табліца %s была ачышчаная';
$strTableHasBeenFlushed = 'Кэш табліцы %s быў ачышчаны';
$strTableMaintenance = 'Абслугоўваньне табліцы';
$strTable = 'Табліца';
$strTableOfContents = 'Зьмест';
$strTableOptions = 'Опцыі табліцы';
$strTables = '%s табліц(ы)';
$strTableStructure = 'Структура табліцы';
$strTableType = 'Тып табліцы';
$strTakeIt = 'гэтая';
$strTblPrivileges = 'Прывілеі, спэцыфічныя для табліцы';
$strTempData = 'Часовыя дадзеныя';
$strTextAreaLength = ' З-за вялікай даўжыні,<br /> гэтае поле ня можа быць адрэдагаванае ';
$strThai = 'Тайляндзкая';
$strThemeDefaultNotFound = 'Тэма па змоўчаньні %s ня знойдзеная!';
$strThemeNoPreviewAvailable = 'Папярэдні прагляд недаступны.';
$strThemeNotFound = 'Тэма %s ня знойдзеная!';
$strThemeNoValidImgPath = 'Дапушчальны шлях да малюнкаў тэмы %s ня знойдзены!';
$strTheme = 'Тэма / Стыль';
$strThemePathNotFound = 'Ня знойдзены шлях да тэмы %s!';
$strThisHost = 'Гэты хост';
$strThisNotDirectory = 'Гэта ня тэчка';
$strThreads = 'Патокі';
$strThreadSuccessfullyKilled = 'Паток %s быў пасьпяхова спынены.';
$strTime = 'Час';
$strTimeoutInfo = 'Папярэдняе імпартаваньне спынілася з-за недахопу часу. Пасьля новай загрузкі імпартаваньне будзе працягнутае з пазыцыі %d.';
$strTimeoutNothingParsed = 'Аднак, падчас апошняга выкананьня ніякія дадзеныя былі апрацаваныя. Гэта звычайна значыць, што phpMyAdmin ня зможа скончыць гэтае імпартаваньня, калі вы не павялічыце ліміты выкананьня php-скрыптоў.';
$strTimeoutPassed = 'Выйшаў дазволены час выкананьня скрыпта. Калі вы хочаце завершыць імпартаваньне, калі ласка, загрузіце файл зноў і імпартаваньне ўзнавіцца.';
$strToggleScratchboard = 'Паказаць папярэдні прагляд';
$strTotal = 'усяго';
$strTotalUC = 'Агулам';
$strTraditionalChinese = 'Традыцыйная кітайская';
$strTraditionalSpanish = 'Традыцыйная гішпанская';
$strTraffic = 'Трафік';
$strTransactionCoordinator = 'Каардынатар перакладу';
$strTransformation_application_octetstream__download = 'Паказвае спасылку для загрузкі двойкавых дадзеных поля. Вы можаце выкарыстоўваць першую опцыю для вызначэньня імя файла або выкарыстоўвайце другую опцыю як імя поля, якое ўтрымлівае імя файла. Калі вы выкарыстоўваеце другую опцыю, вам трэба пакінуць першае поле пустым';
$strTransformation_application_octetstream__hex = 'Паказвае дадзеныя ў шаснаццаткавым выглядзе.';
$strTransformation_image_jpeg__inline = 'Паказвае націскальны эскіз; Опцыі — максымальная шырыня і вышыня ў піксэлах. Захоўваюцца пачатковыя прапорцыі.';
$strTransformation_image_jpeg__link = 'Паказвае спасылку для загрузкі гэтага малюнку.';
$strTransformation_image_png__inline = 'Праглядзець малюнак image/jpeg: убудаваны';
$strTransformation_text_plain__dateformat = 'Паказвае дадзеныя з поля TIME, TIMESTAMP або DATETIME і фарматуе іх згодна вашага лякальнага фармату даты. Першая опцыя — прамежак часу (у гадзінах), які будзе дададзены да меткі часу (Па змоўчаньні: 0). Выкарыстоўвайце другую опцыю, каб вызначыць іншы фармат даты; глядзіце дакумэнтацыю да функцыі PHP strftime().';
$strTransformation_text_plain__external = 'ТОЛЬКІ ДЛЯ LINUX: Запускае зьнешнюю праграму і перадае ёй дадзеныя поля праз стандартны ўвод. Вяртае стандартны вывад праграмы. Праграма па змоўчаньні — Tidy, якая друкуе чысты HTML-код. Зь меркаваньняў бясьпекі, вам трэба ўручную адрэдагаваць файл libraries/transformations/text_plain__external.inc.php і пазначыць сьпіс праграмаў, якія вы хочаце зрабіць даступнымі. Першая опцыя — тады нумар праграмы, якую вы хочаце выкарыстоўваць, другая опцыя — парамэтры для праграмы. Трэцяя опцыя, калі вызначаная як 1, сканвэртуе дадзеныя з стандартнага вываду выкарыстоўваючы htmlspecialchars() (Па змоўчаньні 1). Чацьвертая опцыя, калі вызначаная як 1, прадухіліць перанос па словах, каб пераканацца, што ўвесь выхадны паток будзе выведзены ў адзін радок (Па змоўчаньні 1).';
$strTransformation_text_plain__formatted = 'Паказвае зьмесьціва поля як-ёсьць, без апрацоўкі яго функцыяй htmlspecialchars(). Таму разумеецца, што поле ўтрымлівае карэктны HTML-код.';
$strTransformation_text_plain__imagelink = 'Паказвае малюнак і спасылку, поле зьмяшчае назву файла. Першая опцыя — прэфікс адрасу кшталту "http://www.example.com/". Другая і трэцяя опцыі — шырыня і вышыня ў піксэлах.';
$strTransformation_text_plain__link = 'Паказвае спасылку; поле зьмяшчае назву файла. Першая опцыя — прэфікс адрасу кшталту "http://www.example.com/". Другая опцыя — назва спасылкі.';
$strTransformation_text_plain__sql = 'Фарматуе тэкст як SQL-запыт з падсьвечаным сынтаксісам.';
$strTransformation_text_plain__substr = 'Паказвае толькі частку радка. Першая опцыя — колькасьць сымбаляў ад пачатку радка, якія трэба прапусьціць (Па змоўчаньні 0). Другая опцыя — колькасьць сымбаляў, якія трэба вярнуць (Па змоўчаньні: да канца радка). Трэцяя опцыя — радок, які трэба далучыць да канца і/або з пачатку радка, калі адбудзецца ўсячэньне (Па змоўчаньні: "...") .';
$strTruncateQueries = 'Абразаць паказаныя запыты';
$strTurkish = 'Турэцкая';
$strType = 'Тып';
 
$strUkrainian = 'Украінская';
$strUncheckAll = 'Зьняць усе адзнакі';
$strUnicode = 'Юнікод';
$strUnique = 'Унікальнае';
$strUnknown = 'невядома';
$strUnselectAll = 'Зьняць усе адзнакі';
$strUnsupportedCompressionDetected = 'Вы паспрабавалі загрузіць файл з мэтадам сьціску, які непадтрымліваецца (%s). Ягоная падтрымка або не рэалізаваная, або адключаная ў вашай канфігурацыі.';
$strUpdatePrivMessage = 'Вы зьмянілі прывілеі для %s.';
$strUpdateProfileMessage = 'Профіль быў адноўлены.';
$strUpdateQuery = 'Абнавіць запыт';
$strUpdComTab = 'За інфармацыяй як абнавіць табліцу column_comments зьвярніцеся, калі ласка, да дакумэнтацыі';
$strUpgrade = 'Вам трэба абнавіць %s да вэрсіі %s ці пазьнейшай.';
$strUploadLimit = 'Вы, мусіць, паспрабавалі загрузіць вельмі вялікі файл. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s для высьвятленьня спосабаў абыйсьці гэтае абмежаваньне.';
$strUsage = 'Выкарыстаньне';
$strUseBackquotes = 'Зваротнае двукосьсе ў імёнах табліц і палёў';
$strUsedPhpExtensions = 'Выкарыстоўваюцца пашырэньні PHP';
$strUseHostTable = 'Выкарыстоўваць табліцу хостаў';
$strUserAlreadyExists = 'Карыстальнік %s ужо існуе!';
$strUser = 'Карыстальнік';
$strUserEmpty = 'Пустое імя карыстальніка!';
$strUserName = 'Імя карыстальніка';
$strUserNotFound = 'Вылучаны карыстальнік ня знойдзены ў табліцы прывілеяў.';
$strUserOverview = 'Карыстальнікі';
$strUsersDeleted = 'Выбраныя карыстальнікі былі пасьпяхова выдаленыя.';
$strUsersHavingAccessToDb = 'Карыстальнікі з правамі доступу да &quot;%s&quot;';
$strUseTabKey = 'Выкарыстоўвайце клявішу TAB для перамяшчэньня ад значэньня да значэньня або CTRL+стрэлкі для перамяшчэньня ў любое іншае месца';
$strUseTables = 'Выкарыстоўваць табліцы';
$strUseTextField = 'Выкарыстоўваць тэкставае поле';
$strUseThisValue = 'Выкарыстоўваць гэта значэньне';
 
$strValidateSQL = 'Праверыць SQL';
$strValidatorError = 'Немагчыма праініцыялізаваць праверку SQL. Калі ласка, праверце, ці ўсталяваныя ў вас неабходныя пашырэньні PHP, як гэта апісана ў %sдакумэнтацыі%s.';
$strValue = 'Значэньне';
$strVar = 'Зьменная';
$strVersionInformation = 'Інфармацыя пра вэрсію';
$strView = 'Выгляд';
$strViewDumpDatabases = 'Праглядзець дамп (схему) базаў дадзеных';
$strViewDumpDB = 'Праглядзець дамп (схуму) базы дадзеных';
$strViewDump = 'Праглядзець дамп (схему) табліцы';
$strViewHasBeenDropped = 'Выгляд %s быў выдалены';
$strViewMaxExactCount = 'У гэтым праглядзе больш за %d радкоў. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s.';
 
$strWebServerUploadDirectoryError = 'Немагчыма адкрыць пазначаную вамі тэчку для загрузкі файлаў';
$strWebServerUploadDirectory = 'тэчка вэб-сэрвэра для загрузкі файлаў';
$strWelcome = 'Запрашаем у %s';
$strWestEuropean = 'Заходнеэўрапейская';
$strWildcard = 'шаблён';
$strWindowNotFound = 'Немагчыма абнавіць мэтавае акно браўзэра. Магчыма, вы закрылі бацькоўскае акно або налады бясьпекі вашага браўзэра сканфігураныя на блякаваньне міжваконных ўзаемадзеяньняў';
$strWithChecked = 'З адзначанымі:';
$strWriteRequests = 'Запытаў запісу';
$strWritingCommentNotPossible = 'Немагчыма дадаць камэнтар';
$strWritingRelationNotPossible = 'Немагчыма дадаць сувязь';
$strWrongUser = 'Няправільны лагін/пароль. У доступе адмоўлена.';
 
$strXML = 'XML';
 
$strYes = 'Так';
 
$strZeroRemovesTheLimit = 'Заўвага: Пазначэньне гэтых опцыяў як 0 (нуль) здымае абмежаваньне.';
$strZip = 'архіваваны ў zip';
 
?>
/Web/Maintenance/phpMyAdmin/lang/belarusian_cyrillic-windows-1251.inc.php
0,0 → 1,982
<?php
/* $Id: belarusian_cyrillic-windows-1251.inc.php,v 1.49.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by:
* Jaska Zedlik <jz53 at zedlik.com>
* http://www.zedlik.com
*/
 
$charset = 'windows-1251';
$text_dir = 'ltr';
$left_font_family = 'verdana, tahoma, arial, helvetica, geneva, sans-serif';
$right_font_family = 'verdana, tahoma, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Á', 'ÊÁ', 'ÌÁ', 'ÃÁ', 'ÒÁ', 'ÏÁ', 'ÝÁ');
 
$day_of_week = array('Íäç', 'Ïàí', 'À¢ò', 'Ñåð', 'Öà÷', 'Ïÿò', 'Ñóá');
$month = array('Ñòó', 'Ëþò', 'Ñàê', 'Êðà', 'Òðà', '×ýð', '˳ï', 'Æí³', 'Âåð', 'Êàñ', '˳ñ', 'Ñüí');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s äç¸í, %s ãàäç³íà¢, %s õâ³ë³íࢠ³ %s ñýêóíäà¢';
 
$strAbortedClients = 'Ñïûíåíà';
$strAbsolutePathToDocSqlDir = 'Êàë³ ëàñêà, ïàçíà÷öå ïî¢íû øëÿõ íà âýá-ñýðâýðû äà òý÷ê³ docSQL';
$strAccessDeniedCreateConfig = '²ìàâåðíà, ïðû÷ûíà ãýòàãà ¢ òûì, øòî íÿ ñòâîðàíû êàíô³ãóðàöûéíû ôàéë. Êàá ÿãî ñòâàðûöü, ìîæíà âûêàðûñòàöü %1$síàëàäà÷íû ñêðûïò%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin ïàñïðàáàâࢠïàäëó÷ûööà äà ñýðâýðà MySQL, àëå ñýðâýð àäõ³ë³¢ çëó÷ýíüíå. Ïðàâåðöå ³ìÿ õîñòó, êàðûñòàëüí³êà ³ ïàðîëü ó config.inc.php ³ ¢ïý¢í³öåñÿ, øòî ÿíû àäïàâÿäàþöü ³íôàðìàöû³, ÿêóþ äࢠàäì³í³ñòðàòàð MySQL-ñýðâýðà.';
$strAccessDenied = 'Ó äîñòóïå àäìî¢ëåíà';
$strAction = 'Äçåÿíüíå';
$strAddAutoIncrement = 'Äàäàöü çíà÷ýíüíå AUTO_INCREMENT';
$strAddConstraints = 'Äàäàöü àáìåæàâàíüí³';
$strAddDeleteColumn = 'Äàäàöü/âûäàë³öü êàë¸íêó êðûòýðó';
$strAddDeleteRow = 'Äàäàöü/âûäàë³öü ðàäîê êðûòýðó';
$strAddDropDatabase = 'Äàäàöü DROP DATABASE';
$strAddedColumnComment = 'Äàäàíû êàìýíòàð äà êàë¸íê³';
$strAddedColumnRelation = 'Äàäàíàÿ ñóâÿçü äëÿ êàë¸íê³';
$strAddFields = 'Äàäàöü íîâûÿ ïàë³';
$strAddHeaderComment = 'Äàäàöü ïðûâàòíû êàìýíòàð ó çàãàëîâàê (\\n ïàäçÿëÿå ðàäê³)';
$strAddIfNotExists = 'Äàäàöü IF NOT EXISTS';
$strAddIntoComments = 'Äàäàöü ó êàìýíòàðû';
$strAddNewField = 'Äàäàöü íîâàå ïîëå';
$strAddPrivilegesOnDb = 'Äàäàöü ïðûâ³ëå³ íà íàñòóïíóþ áàçó';
$strAddPrivilegesOnTbl = 'Äàäàöü ïðûâ³ëå³ íà íàñòóïíóþ òàáë³öó';
$strAddSearchConditions = 'Äàäàöü óìîâû ïîøóêó (öåëà äëÿ ¢ìîâû "where"):';
$strAddToIndex = 'Äàäàöü äà ³íäýêñà &nbsp;%s&nbsp;êàë¸íêó(³)';
$strAddUser = 'Äàäàöü íîâàãà êàðûñòàëüí³êà';
$strAddUserMessage = 'Áû¢ äàäàäçåíû íîâû êàðûñòàëüí³ê.';
$strAdministration = 'Àäì³í³ñòðàâàíüíå';
$strAffectedRows = 'Çàêðàíóòûÿ ðàäê³:';
$strAfter = 'Ïàñüëÿ %s';
$strAfterInsertBack = 'Ïåðàéñüö³ äà ïàïÿðýäíÿé ñòàðîíê³';
$strAfterInsertNewInsert = 'Äàäàöü ÿø÷ý àäç³í ðàäîê';
$strAfterInsertNext = 'Ðýäàãàâàöü íàñòóïíû ðàäîê';
$strAfterInsertSame = 'Âÿðíóööà äà ãýòàé ñòàðîíê³';
$strAll = 'Óñå';
$strAllowInterrupt = 'Äàçâîë³öü ñïûíåíüíå ³ìïàðòàâàíüíÿ ¢ âûïàäêó, êàë³ ñêðûïò âûñüâåòë³öü, øòî ñêîí÷âàåööà ÷àñ âûêàíàíüíÿ. Ãýòà ìîæà áûöü äîáðûì ñïîñàáàì ³ìïàðòàâàíüíÿ âÿë³ê³õ ôàéëà¢, àäíàê, ãýòà ìîæà ïåðàïûí³öü òðàíçàêöû³.';
$strAllTableSameWidth = 'Ïàêàçàöü óñå òàáë³öû àäíîëüêàâàé øûðûí³?';
$strAlterOrderBy = 'Çüìÿí³öü ïàðàäàê òàáë³öû';
$strAnalyzeTable = 'Àíàë³çàâàöü òàáë³öó';
$strAnd = '²';
$strAndThen = '³ ïàñüëÿ';
$strAnIndex = 'Áû¢ äàäàäçåíû ³íäýêñ äëÿ %s';
$strAny = 'Ëþáû';
$strAnyHost = 'Ëþáû õîñò';
$strAnyUser = 'Ëþáû êàðûñòàëüí³ê';
$strApproximateCount = 'Ìîæà áûöü ïðûáë³çíûì. Ãë. FAQ 3.11';
$strAPrimaryKey = 'Ïåðøàñíû êëþ÷ áû¢ äàäàäçåíû äà %s';
$strArabic = 'Àðàáñêàÿ';
$strArmenian = 'Àðìÿíñêàÿ';
$strAscending = 'ïðàìû';
$strAtBeginningOfTable = 'Ó ïà÷àòêó òàáë³öû';
$strAtEndOfTable = 'Ó êàíöû òàáë³öû';
$strAttr = 'Àòðûáóòû';
$strAutodetect = 'À¢òàâûçíà÷ýíüíå';
$strAutomaticLayout = 'À¢òàìàòû÷íàå ðàçüìÿø÷ýíüíå';
 
$strBack = 'Íàçàä';
$strBaltic = 'Áàëòûéñêàÿ';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Äâîéêàâû';
$strBinaryDoNotEdit = 'Äâîéêàâûÿ äàäçåíûÿ — íå ðýäàãóþööà';
$strBinaryLog = 'Äâîéêàâû ëîã';
$strBinLogEventType = 'Òûï ïàäçå³';
$strBinLogInfo = '²íôàðìàöûÿ';
$strBinLogName = '²ìÿ ëîãó';
$strBinLogOriginalPosition = 'Ïåðøàïà÷àòêîâàÿ ïàçûöûÿ';
$strBinLogPosition = 'Ïàçûöûÿ';
$strBinLogServerId = 'ID ñýðâýðà';
$strBookmarkAllUsers = 'Äàöü êîæíàìó êàðûñòàëüí³êó äîñòóï äà ãýòàé çàêëàäê³';
$strBookmarkCreated = 'Çàêëàäêà %s ñòâîðàíàÿ';
$strBookmarkDeleted = 'Çàêëàäêà áûëà âûäàëåíàÿ.';
$strBookmarkLabel = 'Ìåòêà';
$strBookmarkQuery = 'Çàêëàäçåíû SQL-çàïûò';
$strBookmarkReplace = 'Çàìÿí³öü ³ñíóþ çàêëàäêó ç òàê³ì æà ³ìåì';
$strBookmarkThis = 'Äàäàöü ãýòû SQL-çàïûò ó çàêëàäê³';
$strBookmarkView = 'Òîëüê³ ïðàãëÿä';
$strBrowseDistinctValues = 'Ïðàãëÿä ðîçíûõ çíà÷ýíüíÿ¢';
$strBrowseForeignValues = 'Ïðàãëÿäçåöü çüíåøí³ÿ çíà÷ýíüí³';
$strBrowse = 'Ïðàãëÿä';
$strBufferPoolActivity = 'Àêòû¢íàñüöü ïóëó áóôýðó';
$strBufferPool = 'Ïóë áóôýðó';
$strBufferPoolUsage = 'Âûêàðûñòàíüíå ïóëó áóôýðó';
$strBufferReadMisses = 'Ïðîïóñêࢠ÷ûòàíüíÿ';
$strBufferReadMissesInPercent = 'Ïðîïóñêࢠ÷ûòàíüíÿ ¢ %';
$strBufferWriteWaits = 'Çàòðûìàê çàï³ñó';
$strBufferWriteWaitsInPercent = 'Çàòðûìàê çàï³ñó ¢ %';
$strBulgarian = 'Áà¢ãàðñêàÿ';
$strBusyPages = 'Çàíÿòûõ ñòàðîíàê';
$strBzError = 'phpMyAdmin íÿ ìîæà ñüö³ñíóöü äàìï ç-çà ïðàáëåìࢠç ïàøûðýíüíåì Bz2 ó ãýòàé âýðñ³³ PHP. Ñòðîãà ðýêàìýíäóåööà âûçíà÷ûöü çíà÷ýíüíå äûðýêòûâû <code>$cfg[\'BZipDump\']</code> ó âàøûì êàíô³ãóðàöûéíûì ôàéëå phpMyAdmin ÿê <code>FALSE</code>. Êàë³ âû æàäàåöå âûêàðûñòî¢âàöü Bz2-ñüö³ñê, âàì íåàáõîäíà àáíàâ³öü âýðñ³þ PHP. Çüâàðí³öåñÿ äà PHP bug report %s äëÿ áîëüø ïàäðàáÿçíàé ³íôàðìàöû³.';
$strBzip = 'ñüö³ñêàöü ó bzip';
 
$strCalendar = 'Êàëÿíäàð';
$strCanNotLoadImportPlugins = 'Íåìàã÷ûìà çàãðóç³öü ïëàã³íû ³ìïàðòàâàíüíÿ, êàë³ ëàñêà, ïðàâåðöå ¢ñòà븢êó!';
$strCannotLogin = 'Íåìàã÷ûìà çàëàãàâàööà íà ñýðâýð MySQL';
$strCantLoad = 'íåìàã÷ûìà çàãðóç³öü ïàøûðýíüíå %s;<br />êàë³ ëàñêà, ïðàâåðöå êàíô³ãóðàöûþ PHP';
$strCantLoadRecodeIconv = 'Íåìàã÷ûìà çàãðóç³öü ïàøûðýíüíå iconv àáî ïàøûðýíüíå recode, íåàáõîäíûÿ äëÿ ïåðàêàäàâàíüíÿ ñûìáàëÿ¢. Íàëàäçüöå PHP íà âûêàðûñòàíüíå ãýòûõ ïàøûðýíüíÿ¢ àáî ¢âîãóëå àäêëþ÷ûöå ïåðàêàäàâàíüíå ñûìáàëÿ¢ ó phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Íåìàã÷ûìà ïåðàéìåíàâàöü ³íäýêñ ó PRIMARY!';
$strCantUseRecodeIconv = 'Íåìàã÷ûìà âûêàðûñòàöü í³ ôóíêöûþ iconv, í³ libiconvr, í³ recode_string ó òîé ÷àñ, ÿê ïàøûðýíüíå ïàâåäàìëÿå, øòî ÿíî çàãðóæàíàå. Ïðàâåðöå âàøóþ êàíô³ãóðàöûþ PHP.';
$strCardinality = 'Êîëüêàñüöü ýëåìýíòà¢';
$strCaseInsensitive = 'áåç óë³êó ðýã³ñòðó';
$strCaseSensitive = 'ç óë³êàì ðýã³ñòðó';
$strCentralEuropean = 'Öýíòðàëüíàý¢ðàïåéñêàÿ';
$strChangeCopyModeCopy = '... ïàê³íóöü ñòàðîãà.';
$strChangeCopyModeDeleteAndReload = ' ... âûäàë³öü ñòàðîãà ç òàáë³öû êàðûñòàëüí³êࢠ³ ïàñüëÿ ïåðàçàãðóç³öü ïðûâ³ëå³.';
$strChangeCopyModeJustDelete = ' ... âûäàë³öü ñòàðîãà ç òàáë³öû êàðûñòàëüí³êà¢.';
$strChangeCopyMode = 'Ñòâàðûöü íîâàãà êàðûñòàëüí³êà ç òàê³ì³ æ ïðûâ³ëåÿì³ ³ ...';
$strChangeCopyModeRevoke = ' ... àíóëÿâàöü óñå àêòû¢íûÿ ïðûâ³ëå³ ñòàðîãà ³ ïàñüëÿ âûäàë³öü ÿãî.';
$strChangeCopyUser = 'Çüìÿí³öü ðýã³ñòðàöûéíóþ ³íôàðìàöûþ / Êàï³ÿâàöü êàðûñòàëüí³êà';
$strChange = 'Çüìÿí³öü';
$strChangeDisplay = 'Âûáåðûöå ïîëå äëÿ àäëþñòðàâàíüíÿ';
$strChangePassword = 'Çüìÿí³öü ïàðîëü';
$strCharset = 'Êàäûðî¢êà';
$strCharsetOfFile = 'Êàäûðî¢êà ôàéëà:';
$strCharsetsAndCollations = 'Ðàñêëàäê³ ³ ñóïàñòà¢ëåíüí³';
$strCharsets = 'Êàäûðî¢ê³';
$strCheckAll = 'Àäçíà÷ûöü óñ¸';
$strCheckOverhead = 'Àäçíà÷ûöü òûÿ, øòî ïàòðàáóþöü àïòûì³çàöû³';
$strCheckPrivs = 'Ïðàâåðûöü ïðûâ³ëå³';
$strCheckPrivsLong = 'Ïðàâåðûöü ïðûâ³ëå³ äëÿ áàçû &quot;%s&quot;.';
$strCheckTable = 'Ïðàâåðûöü òàáë³öó';
$strChoosePage = 'Êàë³ ëàñêà, âûáåðûöå ñòàðîíêó äëÿ ðýäàãàâàíüíÿ';
$strColComFeat = 'Ïàêàçâàöü êàìýíòàðû êàë¸íàê';
$strCollation = 'Ñóïàñòà¢ëåíüíå';
$strColumnNames = 'Íàçâû êàë¸íàê';
$strColumnPrivileges = 'Ñïýöûô³÷íûÿ ïðûâ³ëå³ êàë¸íàê';
$strCommand = 'Êàìàíäà';
$strComments = 'Êàìýíòàðû';
$strCommentsForTable = 'Êàìýíòàðû äà òàáë³öû';
$strCompatibleHashing = 'Ñóìÿø÷àëüíàå ç MySQL&nbsp;4.0';
$strCompleteInserts = 'Ïî¢íàÿ ¢ñòà¢êà';
$strCompression = 'Ñüö³ñê';
$strCompressionWillBeDetected = 'Ìýòàä ñüö³ñêó ³ìïàðòàâàíàãà ôàéëà áóäçå âûçíà÷àíàÿ à¢òàìàòû÷íà ç: %s';
$strConfigDefaultFileError = 'Íåìàã÷ûìà çàãðóç³öü êàíô³ãóðàöûþ ïà çìî¢÷àíüí³ ç: "%1$s"';
$strConfigFileError = 'phpMyAdmin íÿ ìîæà ïðà÷ûòàöü êàíô³ãóðàöûéíû ôàéë!<br />Ãýòà ìîæà àäáûööà ¢ âûïàäêó, êàë³ PHP çíîéäçå ñûíòàêñû÷íóþ ïàìûëêó ¢ ³ì àáî êàë³ PHP íÿ ìîæà çíàéñüö³ ôàéë.<br />Êàë³ ëàñêà, çàãðóç³öå êàíô³ãóðàöûéíû ôàéë íåïàñðýäíà, âûêàðûñòî¢âàþ÷û ñïàñûëêó, ïðûâåäçåíóþ í³æýé, ³ ïðà÷ûòàéöå ïàâåäàìëåíüí³ PHP ïðà ïàìûëê³. Ó áîëüøàñüö³ âûïàäêà¢, íåäçå ïðàïóø÷àíû àïîñòðàô àáî êðîïêà ç êîñêàé.<br />Êàë³ âû àòðûìàåöå ÷ûñòóþ ñòàðîíêó, çíà÷ûöü, óñ¸ äîáðà.';
$strConfigureTableCoord = 'Êàë³ ëàñêà, ñêàíô³ãóðóéöå êààðäûíàòû äëÿ òàáë³öû %s';
$strConnectionError = 'Íåìàã÷ûìà ïàäëó÷ûööà: íÿïðàâ³ëüíûÿ íàëàäû.';
$strConnections = 'Ïàäëó÷ýíüí³';
$strConstraintsForDumped = 'Àáìåæàâàíüí³ äëÿ ýêñïàðòàâàíûõ òàáë³ö';
$strConstraintsForTable = 'Àáìåæàâàíüí³ äëÿ òàáë³öû';
$strCookiesRequired = 'Cookies ìóñÿöü áûöü óêëþ÷àíûì³ ïàñüëÿ ãýòàãà ìåñöà.';
$strCopyDatabaseOK = 'Áàçà äàäçåíûõ %s áûëà ñêàï³ÿâàíàÿ ¢ %s';
$strCopy = 'Ñêàï³ÿâàöü';
$strCopyTable = 'Ñêàï³ÿâàöü òàáë³öó ¢ (áàçà äàäçåíûõ<b>.</b>òàáë³öà):';
$strCopyTableOK = 'Òàáë³öà %s áûëà ñêàï³ÿâàíàÿ ¢ %s.';
$strCopyTableSameNames = 'Íåìàã÷ûìà ñêàï³ÿâàöü òàáë³öó ¢ ñàìó ñÿáå!';
$strCouldNotKill = 'phpMyAdmin íÿ ìîæà ñïûí³öü ïðàöýñ %s. Íàïý¢íà, ¸í óæî ñïûíåíû.';
$strCreateDatabaseBeforeCopying = 'âûêàíàöü CREATE DATABASE ïåðàä êàï³ÿâàíüíåì';
$strCreateIndex = 'Ñòâàðûöü ³íäýêñ íà&nbsp;%s&nbsp;êàë¸íêàõ';
$strCreateIndexTopic = 'Ñòâàðûöü íîâû ³íäýêñ';
$strCreateNewDatabase = 'Ñòâàðûöü íîâóþ áàçó äàäçåíûõ';
$strCreateNewTable = 'Ñòâàðûöü íîâóþ òàáë³öó ¢ ÁÄ %s';
$strCreate = 'Ñòâàðûöü';
$strCreatePage = 'Ñòâàðûöü íîâóþ ñòàðîíêó';
$strCreatePdfFeat = 'Ñòâàðýíüíå PDF-ôàéëà¢';
$strCreationDates = 'Ñòâàðýíüíå/Àáíà¢ëåíüíå/Ïðàâåðêà äàò';
$strCriteria = 'Êðûòýð';
$strCroatian = 'Õàðâàöêàÿ';
$strCSV = 'CSV';
$strCSVImportOptions = 'Îïöû³ CSV';
$strCSVOptions = 'Îïöû³ CSV';
$strCyrillic = 'ʳðûë³÷íàÿ';
$strCzechSlovak = '×ýõàñëàâàöêàÿ';
$strCzech = '×ýñêàÿ';
 
$strDanish = 'Äàöêàÿ';
$strData = 'Äàäçåíûÿ';
$strDatabase = 'Áàçà äàäçåíûõ';
$strDatabaseEmpty = '²ìÿ áàçû äàäçåíûõ íå ïàçíà÷àíàå!';
$strDatabaseExportOptions = 'Íàëàäû ýêñïàðòó áàçû äàäçåíûõ';
$strDatabaseHasBeenDropped = 'Áàçà äàäçåíûõ %s áûëà âûäàëåíàÿ.';
$strDatabaseNoTable = 'Ãýòà áàçà äàäçåíûõ íÿ ¢òðûìë³âàå òàáë³ö!';
$strDatabases = 'Áàçû äàäçåíûõ';
$strDatabasesDropped = '%s áàçࢠäàäçåíûõ áûë³ ïàñüïÿõîâà âûäàëåíûÿ.';
$strDatabasesStatsDisable = 'Àäêëþ÷ûöü ñòàòûñòûêó';
$strDatabasesStatsEnable = 'Óêëþ÷ûöü ñòàòûñòûêó';
$strDatabasesStatsHeavyTraffic = 'Çà¢âàãà: Óêëþ÷ýíüíå ñòàòûñòûê³ áàçû äàäçåíûõ ìîæà âûêë³êàöü âÿë³êóþ êîëüêàñüöü òðàô³êó ïàì³æ âýá-ñýðâýðàì ³ ñýðâýðàì MySQL.';
$strDatabasesStats = 'Ñòàòûñòûêà áàçࢠäàäçåíûõ';
$strDataDict = 'Ñëî¢í³ê äàäçåíûõ';
$strDataOnly = 'Òîëüê³ äàäçåíûÿ';
$strDataPages = 'Ñòàðîíàê ç äàäçåíûì³';
$strDBComment = 'Êàìýíòàð äà áàçû äàäçåíûõ: ';
$strDBCopy = 'Êàï³ÿâàöü áàçó äàäçåíûõ ó';
$strDBGContext = 'Êàíòýêñò';
$strDBGContextID = 'Êàíòýêñò ID';
$strDBGHits = 'Çâàðîòà¢';
$strDBGLine = 'Ðàäîê';
$strDBGMaxTimeMs = 'Ìàêñûìàëüíû ÷àñ, ìñ';
$strDBGMinTimeMs = '̳í³ìàëüíû ÷àñ, ìñ';
$strDBGModule = 'Ìîäóëü';
$strDBGTimePerHitMs = '×àñ/Çâàðîò, ìñ';
$strDBGTotalTimeMs = 'Àãóëüíû ÷àñ, ìñ';
$strDbPrivileges = 'Ñïýöûô³÷íûÿ ïðûâ³ëå³ áàçû äàäçåíûõ';
$strDBRename = 'Ïåðàéìåíàâàöü áàçó äàäçåíûõ ó';
$strDbSpecific = 'ñïýöûô³÷íû äëÿ áàçû äàäçåíûõ';
$strDefaultEngine = '%s çüÿ¢ëÿåööà ìàøûíàé çàõàâàíüíÿ äàäçåíûõ ïà çìî¢÷àíüí³ íà ãýòûì MySQL-ñýðâýðû.';
$strDefault = 'Ïà çìî¢÷àíüí³';
$strDefaultValueHelp = 'Äëÿ çíà÷ýíüíÿ¢ ïà çìî¢÷àíüí³, êàë³ ëàñêà, óâÿäç³öå ïðîñòà çíà÷ýíüíå, áåç âûêàðûñòàíüíÿ çâàðîòíûõ ñëýøࢠ³ äâóêîñüñÿ, âûêàðûñòî¢âàþ÷û ôàðìàò: a';
$strDefragment = 'Äýôðàãìýíòàâàöü òàáë³öó';
$strDelayedInserts = 'Âûêàðûñòî¢âàöü àäêëàäçåíûÿ ¢ñòà¢ê³';
$strDeleteAndFlush = 'Âûäàë³öü êàðûñòàëüí³êࢠ³ ïàñüëÿ ïåðàçàãðóç³öü ïðûâ³ëå³.';
$strDeleteAndFlushDescr = 'Ãýòà ëåïøû ñïîñàá, àëå ïåðàçàãðóçêà ïðûâ³ëåÿ¢ ìîæà çàíÿöü ïý¢íû ÷àñ.';
$strDelete = 'Âûäàë³öü';
$strDeleted = 'Ðàäîê áû¢ âûäàëåíû';
$strDeletedRows = 'Âûäàëåíûÿ ðàäê³:';
$strDeleteNoUsersSelected = 'Íà âûáðàíûÿ êàðûñòàëüí³ê³ äëÿ âûäàëåíüíÿ!';
$strDeleting = 'Âûäàëåíüíå %s';
$strDelOld = 'Áÿãó÷àÿ ñòàðîíêà ¢òðûìë³âàå ñïàñûëê³ íà òàáë³öû, ÿê³ÿ áîëüø íå ³ñíóþöü. Ö³ æàäàåöå âû âûäàë³öü ãýòûÿ ñïàñûëê³?';
$strDescending = 'àäâàðîòíû';
$strDescription = 'Àï³ñàíüíå';
$strDictionary = 'ñëî¢í³ê';
$strDirtyPages = 'Áðóäíûõ ñòàðîíàê';
$strDisabled = 'Àäêëþ÷àíà';
$strDisableForeignChecks = 'Àäêëþ÷ûöü ïðàâåðêó çüíåøí³õ êëþ÷î¢';
$strDisplayFeat = 'Ïàêàçâàöü ìàã÷ûìàñüö³';
$strDisplayOrder = 'Ïàðàäàê ïðàãëÿäó:';
$strDisplayPDF = 'Ïàêàçàöü PDF-ñõåìó';
$strDoAQuery = 'Âûêàíàöü "çàïûò çãîäíà ïðûêëàäà" (ñûìáàëü ïàäñòàíî¢ê³: "%")';
$strDocu = 'Äàêóìýíòàöûÿ';
$strDoYouReally = 'Ö³ ñàïðà¢äû âû æàäàåöå ';
$strDrop = 'Âûäàë³öü';
$strDropDatabaseStrongWarning = 'Âû çüá³ðàåöå ÂÛÄÀ˲ÖÜ áàçó äàäçåíûõ öàëêàì!';
$strDropUsersDb = 'Âûäàë³öü áàçû äàäçåíûõ, ÿê³ÿ ìàþöü òàê³ÿ æ ³ì¸íû ÿê ³ êàðûñòàëüí³ê³.';
$strDumpingData = 'Äàìï äàäçåíûõ òàáë³öû';
$strDumpSaved = 'Äàìï çàõàâàíû ¢ ôàéë %s.';
$strDumpXRows = 'Äàìï %s ðàäêî¢, ïà÷ûíàþ÷û ç %s.';
$strDynamic = 'äûíàì³÷íû';
 
$strEditPDFPages = 'Ðýäàãàâàöü PDF-ñòàðîíê³';
$strEditPrivileges = 'Ðýäàãàâàöü ïðûâ³ëå³';
$strEdit = 'Ðýäàãàâàöü';
$strEffective = 'Ýôýêòû¢íàñüöü';
$strEmpty = 'À÷ûñüö³öü';
$strEmptyResultSet = 'MySQL âÿðíóëà ïóñòû âûí³ê (òî áîê íóëü ðàäêî¢).';
$strEnabled = 'Óêëþ÷àíà';
$strEncloseInTransaction = 'Ýêñïàðòàâàöü çà àäíó òðàíçàêöûþ';
$strEndCut = 'END CUT';
$strEnd = 'Êàíåö';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s äàñòóïíàÿ íà ãýòûì MySQL-ñýðâýðû.';
$strEngineDisabled = '%s áûëà àäêëþ÷àíàÿ äëÿ ðýòàãà MySQL-ñýðâýðà.';
$strEngines = 'Ìàøûíû';
$strEngineUnsupported = 'Ãýòû ñýðâýð MySQL íå ïàäòðûìë³âàå ìàøûíó çàõàâàíüíÿ äàäçåíûõ %s.';
$strEnglish = 'Àíãåëüñêàÿ';
$strEnglishPrivileges = ' Çà¢âàãà: ³ì¸íû ïðûâ³ëåÿ¢ MySQL çàäàþööà ïà-àíãåëüñêó ';
$strError = 'Ïàìûëêà';
$strErrorInZipFile = 'Ïàìûëêà ¢ ZIP-àðõ³âå:';
$strEscapeWildcards = 'Ñûìáàë³ ïàäñòàíî¢ê³ _ ³ % ìóñÿöü áûöü ýêðàíàâàíûì³ ñûìáàëåì \ äëÿ ³õ ë³òàðàëüíàãà âûêàðûñòàíüíÿ';
$strEsperanto = 'Ýñïýðàíòà';
$strEstonian = 'Ýñòîíñêàÿ';
$strExcelEdition = 'Âýðñ³ÿ Excel';
$strExcelOptions = 'Îïöû³ Excel';
$strExecuteBookmarked = 'Âûêàíàöü çàïûò ç çàêëàäàê';
$strExplain = 'Òëóìà÷ûöü SQL';
$strExport = 'Ýêñïàðò';
$strExtendedInserts = 'Ïàøûðàíûÿ ¢ñòà¢ê³';
$strExtra = 'Äàäàòêîâà';
 
$strFailedAttempts = 'Íÿ¢äàëûõ ñïðîáà¢';
$strFieldHasBeenDropped = 'Ïîëå %s áûëî âûäàëåíàå';
$strField = 'Ïîëå';
$strFieldsEmpty = ' Íÿ ¢âåäçåíàÿ êîëüêàñüöü ïà븢! ';
$strFieldsEnclosedBy = 'Ïàë³ ¢çÿòûÿ ¢';
$strFieldsEscapedBy = 'Ïàë³ ýêðàíóþööà';
$strFields = 'Ïàë³';
$strFieldsTerminatedBy = 'Ïàë³ ïàäçåëåíûÿ';
$strFileAlreadyExists = 'Ôàéë %s óæî ³ñíóå íà ñýðâýðû, çüìÿí³öå ³ìÿ ôàéëà àáî ïðàâåðöå îïöûþ ïåðàçàï³ñó.';
$strFileCouldNotBeRead = 'Íåìàã÷ûìà ïðà÷ûòàöü ôàéë';
$strFileNameTemplateDescription = 'Ãýòàå çíà÷ýíüíå ³íòýðïðýòóåööà ç âûêàðûñòàíüíåì %1$sstrftime%2$s, òàìó ìîæíà âûêàðûñòî¢âàöü ðàäê³ ôàðìàòàâàíüíÿ ÷àñó. Àïðî÷ ãýòàãà, áóäóöü ïðàâåäçåíûÿ íàñòóïíûÿ çüìåíû: %3$s. Àñòàòí³ òýêñò çàñòàíåööà ÿê ¸ñüöü.';
$strFileNameTemplateDescriptionDatabase = '³ìÿ áàçû äàäçåíûõ';
$strFileNameTemplateDescriptionServer = '³ìÿ ñýðâýðà';
$strFileNameTemplateDescriptionTable = '³ìÿ òàáë³öû';
$strFileNameTemplate = 'Øàáë¸í íàçâû ôàéëà';
$strFileNameTemplateRemember = 'çàïîìí³öü øàáë¸í';
$strFileToImport = '²ìïàðòàâàöü ôàéë';
$strFixed = 'ô³êñàâàíû';
$strFlushPrivilegesNote = 'Çà¢âàãà: phpMyAdmin àòðûìë³âàå ïðûâ³ëå³ êàðûñòàëüí³êࢠíà¢ïðîñòàâà ç òàáë³ö ïðûâ³ëåÿ¢ MySQL. Çüìåñüö³âà ãýòûõ òàáë³ö ìîæà àäðîçüí³âàööà àä ïðûâ³ëåÿ¢, ÿê³ÿ âûêàðûñòî¢âàå ñýðâýð, êàë³ ÿíû áûë³ çüìåíåíûÿ ¢ðó÷íóþ. Ó ãýòûì âûïàäêó âàì òðýáà %sïåðàçàãðóç³öü ïðûâ³ëå³%s äà òàãî, ÿê âû ïðàöÿãíåöå.';
$strFlushQueryCache = 'Ñê³íóöü êýø çàïûòà¢';
$strFlushTable = 'Ñê³íóöü êýø òàáë³öû ("FLUSH")';
$strFlushTables = 'Ñê³íóöü (çàêðûöü) óñå òàáë³öû';
$strFormat = 'Ôàðìàò';
$strFormEmpty = 'Íå çàäàäçåíàå çíà÷ýíüíå ¢ ôîðìå!';
$strFreePages = 'Âîëüíûõ ñòàðîíàê';
$strFullText = 'Ïî¢íûÿ òýêñòû';
$strFunction = 'Ôóíêöûÿ';
 
$strGenBy = 'Ñòâîðàíû';
$strGeneralRelationFeat = 'Ìàã÷ûìàñüö³ àñíî¢íûõ ñóâÿçÿ¢';
$strGenerate = 'Çãýíýðàâàöü';
$strGeneratePassword = 'Çãýíýðàâàöü ïàðîëü';
$strGenTime = '×àñ ñòâàðýíüíÿ';
$strGeorgian = 'Ãðóç³íñêàÿ';
$strGerman = 'Íÿìåöêàÿ';
$strGlobal = 'ãëÿáàëüíû';
$strGlobalPrivileges = 'Ãëÿáàëüíûÿ ïðûâ³ëå³';
$strGlobalValue = 'Ãëÿáàëüíàå çíà÷ýíüíå';
$strGo = 'Ïàíåñëàñÿ';
$strGrantOption = 'Grant';
$strGreek = 'Ãðýöêàÿ';
$strGzip = 'àðõ³âàâàíû ¢ gzip';
 
$strHandler = 'Àïðàöî¢í³ê';
$strHasBeenAltered = 'áûëà çüìåíåíàÿ.';
$strHasBeenCreated = 'áûëà ñòâîðàíàÿ.';
$strHaveToShow = 'Âàì íåàáõîäíà âûáðàöü ïðûíàìñ³ àäíó êàë¸íêó äëÿ àäëþñòðàâàíüíÿ';
$strHebrew = 'Ãàáðýéñêàÿ';
$strHexForBinary = 'Âûêàðûñòî¢âàöü øàñíàööàòêàâûÿ ë³ê³ äëÿ äâîéêàâûõ ïà븢';
$strHome = 'Äà ïà÷àòêó';
$strHomepageOfficial = 'Àô³öûéíàÿ ñòàðîíêà phpMyAdmin';
$strHostEmpty = 'Ïóñòîå ³ìÿ õîñòó!';
$strHost = 'Õîñò';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Îïöû³ Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Îïöû³ Microsoft Word 2000';
$strHungarian = 'Âóãîðñêàÿ';
 
$strIcelandic = '²ñüëÿíäçêàÿ';
$strId = 'ID';
$strIdxFulltext = 'Ïî¢íàòýêñòýêñòàâàå';
$strIgnore = '²ãíàðàâàöü';
$strIgnoreDuplicates = '²ãíàðàâàöü ðàäê³, ÿê³ÿ ïà¢òàðàþööà';
$strIgnoreInserts = 'Âûêàðûñòî¢âàöü óñòà¢ê³ ³ãíàðàâàíüíÿ¢';
$strIgnoringFile = 'Ôàéë %s ïðà³ãíàðàâàíû';
$strImport = '²ìðàðò';
$strImportDocSQL = '²ìïàðòàâàöü ôàéëû docSQL';
$strImportFiles = '²ìïàðòàâàöü ôàéëû';
$strImportFormat = 'Ôàðìàò ³ìïàðòàâàíàãà ôàéëà';
$strImportSuccessfullyFinished = '²ìïàðòðàâàíüíå ïàñüïÿõîâà çàâåðøàíàå, âûêàíàíà %d çàïûòà¢.';
$strIndex = '²íäýêñ';
$strIndexes = '²íäýêñû';
$strIndexHasBeenDropped = '²íäýêñ %s áû¢ âûäàëåíû';
$strIndexName = '²ìÿ ³íäýêñà:';
$strIndexType = 'Òûï ³íäýêñà:';
$strIndexWarningMultiple = 'Áîëüø çà àäç³í %s êëþ÷ áû¢ ñòâîðàíû äëÿ êàë¸íê³ `%s`';
$strIndexWarningPrimary = 'Àáîäâà êëþ÷û PRIMARY ³ INDEX ïàâ³ííû áûöü âûçíà÷àíû äëÿ êàë¸íê³ `%s`';
$strIndexWarningTable = 'Ïðàáëåìû ç ³íäýêñàì³ äëÿ òàáë³öû `%s`';
$strIndexWarningUnique = 'Àáîäâà êëþ÷û UNIQUE ³ INDEX ïàâ³ííû áûöü âûçíà÷àíû äëÿ êàë¸íê³ `%s`';
$strInnoDBAutoextendIncrement = 'À¢òàïàøûðàëüíàå ïðûïàø÷ýíüíå';
$strInnoDBAutoextendIncrementDesc = ' Ïàìåð ïðûðàø÷ýíüíÿ äëÿ ïàøûðýíüíÿ ïàìåðó ïðàñòîðû à¢òàïàøûðàëüíàé òàáë³öû, êàë³ ÿíà çàïî¢í³ööà.';
$strInnoDBBufferPoolSizeDesc = 'Ïàìåð áóôýðó ¢ ïàìÿö³, ÿê³ InnoDB âûêàðûñòî¢âàå äëÿ êýøàâàíüíÿ äàäçåíûõ ³ ³íäýêñࢠòàáë³ö.';
$strInnoDBBufferPoolSize = 'Ïàìåð ïóëó áóôýðó';
$strInnoDBDataFilePath = 'Ôàéëû äàäçåíûõ';
$strInnoDBDataHomeDirDesc = 'Àãóëüíàÿ ÷àñòêà øëÿõó òý÷ê³ äà ¢ñ³õ ôàéëࢠäàäçåíûõ InnoDB.';
$strInnoDBDataHomeDir = 'Õàòíÿÿ òý÷êà äàäçåíûõ';
$strInnoDBPages = 'ñòàðîíàê';
$strInnodbStat = 'Ñòàí InnoDB';
$strInsecureMySQL = 'Âàø êàíô³ãóðàöûéíû ôàéë óòðûìë³âàå íàëàäû (êàðûñòàëüí³ê root áåç ïàðîëþ), ÿê³ÿ àäïàâÿäàþöü ïðûâ³ëåÿâàíàìó êàðûñòàëüí³êó MySQL ïà çìî¢÷àíüí³. Âàø ñýðâýð MySQL ïðàöóå ç ãýòàé íàëàäàé ïà çìî¢÷àíüí³ ³ çüÿ¢ëÿåööà àäêðûòûì äëÿ çüíåøíÿãà ¢ðûâàíüíÿ, ³ òàìó âàì àáàâÿçêîâà òðýáà âûïðàâ³öü ãýòóþ õ³áó ¢ áÿñüïåöû.';
$strInsertAsNewRow = 'Óñòàâ³öü ÿê íîâû ðàäîê';
$strInsertedRowId = 'Id óñòà¢ëåíàãà ðàäêà:';
$strInsertedRows = 'Äàäàíûÿ ðàäê³:';
$strInsertNewRow = 'Óñòàâ³öü íîâû ðàäîê';
$strInsert = 'Óñòàâ³öü';
$strInternalNotNecessary = '* Óíóòðàíàÿ ñóâÿçü íå çüÿ¢ëÿåööà àáàâÿçêîâàé, êàë³ ÿíà ¢æî ³ñíóå ¢ InnoDB.';
$strInternalRelations = 'Óíóòðàíûÿ ñóâÿç³';
$strInUse = 'âûêàðûñòî¢âàåööà';
$strInvalidAuthMethod = 'Ó êàíô³ãóðàöû³ âûçíà÷àíû íåêàðýêòíû ìýòàä à¢òýíòûô³êàöû³:';
$strInvalidColumn = 'Âûçíà÷àíàÿ íåêàðýêòíàÿ êàë¸íêà (%s)!';
$strInvalidColumnCount = 'Êîëüêàñüöü êàë¸íàê ìóñ³öü áûöü áîëüøàé çà íóëü.';
$strInvalidCSVFieldCount = 'Íÿïðàâ³ëüíàÿ êîëüêàñüöü ïà븢 ó CSV-äàäçåíûõ ó ðàäêó %d.';
$strInvalidCSVFormat = 'Íåêàðýêòíû ôàðìàò CSV-äàäçåíûõ ó ðàäêó %d.';
$strInvalidCSVParameter = 'Íåäàïóø÷àëüíû ïàðýìýòàð äëÿ ³ìïàðòó äàäçåíûõ ó CSV: %s';
$strInvalidFieldAddCount = 'Òðýáà äàäàöü ïðûíàìñ³ àäíî ïîëå.';
$strInvalidFieldCount = 'Òàáë³öà ìóñ³öü ìåöü ïðûíàìñ³ àäíî ïîëå.';
$strInvalidLDIImport = 'Ãýòû ïëàã³í íå ïàäòðûìë³âàå ñüö³ñíóòûÿ äàäçåíûÿ!';
$strInvalidRowNumber = '%d íå çüÿ¢ëÿåööà êàðýêòíûì íóìàðàì ðàäêà.';
$strInvalidServerHostname = 'Íÿïðàâ³ëüíàå ³ìÿ õîñòó äëÿ ñýðâýðà %1$s. Êàë³ ëàñêà, ïðàâåðöå êàíô³ãóðûöûþ.';
$strInvalidServerIndex = 'Íåêàðýêòíû ³íäýêñ ñýðâýðà: "%s"';
 
$strJapanese = 'ßïîíñêàÿ';
$strJoins = 'Àá\'ÿäíàíüí³';
$strJumpToDB = 'Ïåðàéñüö³ äà áàçû äàäçåíûõ &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Âûäàëåíûÿ&quot; êàðûñòàëüí³ê³ ¢ñ¸ ÿø÷ý çìîãóöü àòðûìàöü äîñòóï äà ñýðâýðà ÿê çâû÷àéíà, ïàêóëü ïðûâ³ëå³ íÿ áóäóöü ïåðàçàãðóæàíûÿ.';
$strJustDelete = 'Ïðîñòà âûäàë³öü êàðûñòàëüí³êࢠç òàáë³ö ïðûâ³ëåÿ¢.';
 
$strKeepPass = 'Íå çüìÿíÿöü ïàðîëü';
$strKeyCache = 'Êýø êëþ÷î¢';
$strKeyname = '²ìÿ êëþ÷à';
$strKill = 'Ñïûí³öü';
$strKorean = 'Êàðýéñêàÿ';
 
$strLandscape = 'Êðàÿâ³ä';
$strLanguageFileNotFound = 'Ìî¢íû ôàéë "%1$s" íÿ çíîéäçåíû.';
$strLanguageUnknown = 'Íåâÿäîìàÿ ìîâà: %1$s.';
$strLatchedPages = 'Ô³êñàâàíûÿ ñòàðîíê³';
$strLatexCaption = 'Çàãàëîâàê òàáë³öû';
$strLatexContent = 'Çüìåñüö³âà òàáë³öû __TABLE__';
$strLatexContinuedCaption = 'Ïðàöÿãíóòû çàãàëîâàê òàáë³öû';
$strLatexContinued = '(ïðàöÿã)';
$strLatexIncludeCaption = 'Óêëþ÷ûöü çàãàëîâàê òàáë³öû';
$strLatexLabel = 'Êëþ÷ ìåòê³';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Îïöû³ LaTeX';
$strLatexStructure = 'Ñòðóêòóðà òàáë³öû __TABLE__';
$strLatvian = 'Ëàòâ³éñêàÿ';
$strLDI = 'CSV ç âûêàðûñòàíüíåì LOAD DATA';
$strLDIImportOptions = 'Îïöû³ CSV-³ìïàðòàâàíüíÿ, âûêàðûñòî¢âàþ÷û LOAD DATA';
$strLDILocal = 'Âûêàðûñòî¢âàöü êëþ÷àâîå ñëîâà LOCAL';
$strLengthSet = 'Äà¢æûíÿ/Çíà÷ýíüí³*';
$strLimitNumRows = 'Êîëüêàñüöü ðàäêî¢ íà ñòàðîíêó';
$strLinesTerminatedBy = 'Ðàäê³ ïàäçåëåíûÿ';
$strLinkNotFound = 'Ñóâÿçü íÿ çíîéäçåíàÿ';
$strLinksTo = 'Çüâÿçàíàÿ ç';
$strLithuanian = '˳òî¢ñêàÿ';
$strLocalhost = 'Ëÿêàëüíû';
$strLocationTextfile = 'Ìåñöàçíàõîäæàíüíå òýêñòàâàãà ôàéëà';
$strLoginInformation = '²íôàðìàöûÿ ïðà ¢âàõîä';
$strLogin = 'Óâàõîä ó ñûñòýìó';
$strLogout = 'Âûéñüö³ ç ñûñòýìû';
$strLogPassword = 'Ïàðîëü:';
$strLogServer = 'Ñýðâýð';
$strLogUsername = '²ìÿ êàðûñòàëüí³êà:';
$strLongOperation = 'Ãýòàÿ àïýðàöûÿ ìîæà çàíÿöü øìàò ÷àñó. Ïðàöÿãâàöü?';
 
$strMaxConnects = 'ìàêñûìóì àäíà÷àñîâûõ çëó÷ýíüíÿ¢';
$strMaximalQueryLength = 'Ìàêñûìàëüíàÿ äà¢æûíÿ ñòâîðàíàãà çàïûòó';
$strMaximumSize = 'Ìàêñûìàëüíû ïàìåð: %s%s';
$strMbExtensionMissing = 'Ïàøûðýíüíå PHP mbstring íÿ çíîéäçåíàå, à âû, çäàåööà, âûêàðûñòî¢âàåöå øìàòáàéòàâóþ êàäûðî¢êó. Áåç ïàøûðýíüíÿ mbstring phpMyAdmin íÿ ìîæà ïàäçÿëÿöü ðàäê³ êàðýêòíà, ³ ãýòà ìîæà ïðûâåñüö³ äà íå÷àêàíûõ âûí³êà¢.';
$strMbOverloadWarning = 'Âû ¢êëþ÷ûë³ mbstring.func_overload ó âàøûì êàíô³ãóðàöûéíûì ôàéëå PHP. Ãýòàÿ îïöûÿ íåñóìÿø÷àëüíàÿ ç phpMyAdmin ³ ìîæà âûêë³êàöü ïàøêîäæàíüíå äàäçåíûõ!';
$strMIME_available_mime = 'Äàñòóïíûÿ MIME-òûïû';
$strMIME_available_transform = 'Äàñòóïíûÿ ïåðà¢òâàðýíüí³';
$strMIME_description = 'Àï³ñàíüíå';
$strMIME_MIMEtype = 'MIME-òûï';
$strMIME_nodescription = 'Íÿìà äàñòóïíûõ àï³ñàíüíÿ¢ äëÿ ãýòàãà ïåðà¢òâàðýíüíÿ.<br />Êàë³ ëàñêà, ñïûòàéöå à¢òàðà, øòî ðîá³öü %s.';
$strMIME_transformation = 'Ïåðà¢òâàðýíüíå MIME-òûïó áðà¢çýðàì';
$strMIME_transformation_note = 'Äëÿ àòðûìàíüíÿ ñüï³ñó äàñòóïíûõ îïöûÿ¢ òðàíñôàðìàöû³ ³ ïåðà¢òâàðýíüíÿ¢ ³õíûõ MIME-òûïà¢, íàö³ñüí³öå íà %sàï³ñàíüí³ ïåðà¢òâàðýíüíÿ¢%s';
$strMIME_transformation_options = 'Îïöû³ ïåðà¢òâàðýíüíÿ';
$strMIME_transformation_options_note = 'Êàë³ ëàñêà, óâîäçüöå çíà÷ýíüí³ îïöûÿ¢ ïåðà¢òâàðýíüíÿ âûêàðûñòî¢âàþ÷û ãýòû ôàðìàò: \'a\',\'b\',\'c\'...<br />Êàë³ âàì òðýáà ¢æûöü çâàðîòíû ñëýø ("\") àáî àïîñòðàô ("\'") ó ãýòûõ çíà÷ýíüíÿõ, óñòà¢öå çâàðîòíû ñëýø ïåðàä ³ì³ (íàïðûêëàä, \'\\\\xyz\' àáî \'a\\\'b\').';
$strMIMETypesForTable = 'MIME-òûïû òàáë³öû';
$strMIME_without = 'MIME-òûïû, âûëó÷àíûÿ êóðñ³âàì, íÿ ìàþöü àñîáíàé ôóíêöû³ ïåðà¢òâàðýíüíÿ';
$strModifications = 'Ìàäûô³êàöû³ áûë³ çàõàâàíûÿ';
$strModify = 'Çüìÿí³öü';
$strModifyIndexTopic = 'Çüìÿí³öü ³íäýêñ';
$strMoveTable = 'Ïåðàíåñüö³ òàáë³öó ¢ (áàçà äàäçåíûõ<b>.</b>òàáë³öà):';
$strMoveTableOK = 'Òàáë³öà %s áûëà ïåðàíåñåíàÿ ¢ %s.';
$strMoveTableSameNames = 'Íåìàã÷ûìà ïåðàíåñüö³ òàáë³öó ¢ ñàìó ñÿáå!';
$strMultilingual = 'øìàòìî¢íàÿ';
$strMyISAMDataPointerSizeDesc = 'Çíà÷ýíüíå ïà çìî¢÷àíüí³ ïàìåðó ¢êàçàëüí³êà ¢ áàéòàõ, äëÿ âûêàðûñòàíüíÿ ¢ CREATE TABLE äëÿ òàáë³ö MyISAM, êàë³ íÿ âûçíà÷àíàÿ îïöûÿ MAX_ROWS.';
$strMyISAMDataPointerSize = 'Ïàìåð óêàçàëüí³êà íà äàäçåíûÿ';
$strMyISAMMaxExtraSortFileSizeDesc = 'Êàë³ ïàìåð ÷àñîâàãà ôàéëà, ÿê³ âûêàðûñòî¢âàåööà äëÿ õóòêàãà ñòâàðýíüíÿ ³íäýêñó MyISAM, áóäçå áîëüøû, ÷ûì âûêàðûñòàíüíå äëÿ êýøó êëþ÷î¢ ïàìåðó, ïàçíà÷àíàãà òóò, âûáåðûöå ìýòàä êýøàâàíüíÿ êëþ÷î¢.';
$strMyISAMMaxExtraSortFileSize = 'Ìàêñûìàëüíû ïàìåð ÷àñîâûõ ôàéëࢠäëÿ ñòâàðýíüíÿ ³íäýêñó';
$strMyISAMMaxSortFileSizeDesc = 'Ìàêñûìàëüíû ïàìåð ÷àñîâàãà ôàéëà MySQL, ÿê³ äàçâîëåíà âûêàðûñòî¢âàöü äëÿ ïåðàñòâàðýíüíÿ ³íäýêñó MyISAM (ïàä÷àñ REPAIR TABLE, ALTER TABLE, àáî LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Ìàêñûìàëüíû ïàìåð äëÿ ÷àñîâûõ ôàéëࢠñàðòàâàíüíÿ';
$strMyISAMRecoverOptionsDesc = 'Ðýæûì äëÿ à¢òàìàòû÷íàãà ¢çíà¢ëåíüíÿ ïàøêîäæàíûõ òàáë³ö MyISAM, ÿê âûçíà÷àíû ïðàç îïöûþ --myisam-recover çàãðóçê³ ñýðâýðà.';
$strMyISAMRecoverOptions = 'Ðýæûì à¢òàìàòû÷íàãà ¢çíà¢ëåíüíÿ';
$strMyISAMRepairThreadsDesc = 'Êàë³ ãýòàå çíà÷ýíüíå áîëüøàå çà 1, ³íäýêñû òàáë³ö MyISAM áóäóöü ñòâàðàööà ïàðàëåëüíà (êîæíû ³íäýêñ ó ñâà³ì óëàñíûì ïàòîêó) ïàä÷àñ óçíà¢ëåíüíÿ ïðàöýñàì ñàðòàâàíüíÿ.';
$strMyISAMRepairThreads = 'Ïàòîêࢠóçíà¢ëåíüíÿ';
$strMyISAMSortBufferSizeDesc = 'Áóôýð, ÿê³ âûäçÿëÿåööà äëÿ ñàðòàâàíüíÿ ³íäýêñࢠMyISAM ïàä÷àñ REPAIR TABLE àáî ïàä÷àñ ñòâàðýíüíÿ ³íäýêñà¢, âûêàðûñòî¢âàþ÷û CREATE INDEX ö³ ALTER TABLE.';
$strMyISAMSortBufferSize = 'Ïàìåð áóôýðó ñàðòàâàíüíÿ';
$strMySQLCharset = 'Êàäûðî¢êà MySQL';
$strMysqlClientVersion = 'Âýðñ³ÿ êë³åíòà MySQL';
$strMySQLConnectionCollation = 'Ñóïàñòà¢ëåíüíå ïàäëó÷ýíüíÿ äà MySQL';
$strMySQLSaid = 'Àäêàç MySQL: ';
$strMySQLShowProcess = 'Ïàêàçàöü ïðàöýñû';
$strMySQLShowStatus = 'Ïàêàçàöü ñòàí MySQL';
$strMySQLShowVars = 'Ïàêàçàöü ñûñòýìíûÿ çüìåííûÿ MySQL';
 
$strName = 'Íàçâà';
$strNext = 'Íàñòóïíû';
$strNoActivity = 'Íå áûëî àí³ÿêàé àêòû¢íàñüö³ íà ïðàöÿãó %s ñýêóíäà¢. Êàë³ ëàñêà, óâàéäç³öå çíî¢';
$strNoDatabases = 'Áàçû äàäçåíûõ àäñóòí³÷àþöü';
$strNoDatabasesSelected = 'Íÿ âûáðàíàÿ áàçà äàäçåíûõ.';
$strNoDescription = 'íÿìà àï³ñàíüíÿ';
$strNoDetailsForEngine = 'Äëÿ ãýòàé ìàøûíû çàõàâàíüíÿ äàäçåíûõ äýòàëüíàÿ ³íôàðìàöûÿ íå äàñòóïíàÿ.';
$strNoDropDatabases = 'Êàìàíäû "DROP DATABASE" àäêëþ÷àíûÿ.';
$strNoExplain = 'Íå òëóìà÷ûöü SQL';
$strNoFilesFoundInZip = 'Ôàéëû ¢ ZIP-àðõ³âå íÿ çíîéäçåíûÿ!';
$strNoFrames = 'Äëÿ ðàáîòû phpMyAdmin ïàòðýáíû áðà¢çýð ç ïàäòðûìêàé <b>ôðýéìà¢</b>.';
$strNo = 'Íå';
$strNoIndex = '²íäýêñ íÿ âûçíà÷àíû!';
$strNoIndexPartsDefined = '×àñòê³ ³íäýêñó íÿ âûçíà÷àíûÿ!';
$strNoModification = 'Íÿìà çüìåíà¢';
$strNone = 'Íÿìà';
$strNoOptions = 'Ãýòû ôàðìàò íÿ ìàå îïöûÿ¢';
$strNoPassword = 'Áåç ïàðîëÿ';
$strNoPermission = 'Âýá-ñýðâýð íÿ ìàå äàçâîëó äëÿ çàõàâàíüíÿ ¢ ôàéë %s.';
$strNoPhp = 'Áåç PHP-êîäó';
$strNoPrivileges = 'Áåç ïðûâ³ëåÿ¢';
$strNoRights = 'Âû íÿ ìàåöå äàñòàòêîâûõ ïðûâ³ëåÿ¢ áûöü ó ãýòûì ìåñöû ¢ ãýòû ÷àñ!';
$strNoRowsSelected = 'ͳâîäíû ðàäîê íÿ âûáðàíû';
$strNoSpace = 'Íåäàñòàòêîâà ìåñöà äëÿ çàõàâàíüíÿ ¢ ôàéë %s.';
$strNoTablesFound = 'Ó áàçå äàäçåíûõ òàáë³ö íÿ âûÿ¢ëåíà.';
$strNoThemeSupport = 'Òýìû íå ïàäòðûìë³âàþööà; êàë³ ëàñêà, ïðàâåðöå âàøóþ êàíô³ãóðàöûþ ³/àáî âàøûÿ òýìû ¢ òý÷öû %s.';
$strNothingToImport = 'Äàäçåíûÿ äëÿ ³ìïàðòàâàíüíÿ íÿ ¢âåäçåíûÿ!';
$strNotNumber = 'Ãýòà íÿ ë³ê!';
$strNotOK = 'íå OK';
$strNotSet = 'Òàáë³öà <b>%s</b> íÿ çíîéäçåíàÿ àáî íÿ âûçíà÷àíàÿ ¢ %s';
$strNoUsersFound = 'Íå çíîéäçåíû êàðûñòàëüí³ê.';
$strNoValidateSQL = 'Íå ïðàâÿðàöü SQL';
$strNull = 'Íóëü';
$strNumberOfFields = 'Êîëüêàñüöü ïà븢';
$strNumSearchResultsInTable = '%s ñóïàäçåíüíÿ¢ ó òàáë³öû <i>%s</i>';
$strNumSearchResultsTotal = '<b>Àãóëàì:</b> <i>%s</i> ñóïàäçåíüíÿ¢';
$strNumTables = 'Òàáë³ö';
 
$strOK = 'OK';
$strOpenNewWindow = 'Àäêðûöü íîâàå àêíî phpMyAdmin';
$strOperations = 'Àïýðàöû³';
$strOperator = 'Àïýðàòàð';
$strOptimizeTable = 'Àïòûì³çàâàöü òàáë³öó';
$strOr = 'Àáî';
$strOverhead = 'Âûêàðûñòàíüíå ðýñóðñà¢';
$strOverwriteExisting = 'Ïåðàçàï³ñâàöü ³ñíóþ÷û(ÿ) ôàéë(û)';
 
$strPageNumber = 'Ñòàðîíêà:';
$strPagesToBeFlushed = 'Ñê³íóöü êýø ñòàðîíàê';
$strPaperSize = 'Ïàìåð ïàïåðû';
$strPartialImport = '×àñòêîâû ³ìïàðò';
$strPartialText = '×àñòêîâûÿ òýêñòû';
$strPasswordChanged = 'Ïàðîëü äëÿ %s ïàñüïÿõîâà çüìåíåíû.';
$strPasswordEmpty = 'Ïóñòû ïàðîëü!';
$strPasswordHashing = 'Õýøàâàíüíå ïàðîëþ';
$strPassword = 'Ïàðîëü';
$strPasswordNotSame = 'Ïàðîë³ íå ñóïàäàþöü!';
$strPdfDbSchema = 'Ñòðóêòóðà áàçû "%s" — ñòàðîíêà %s';
$strPdfInvalidTblName = 'Òàáë³öû "%s" íå ³ñíóå!';
$strPdfNoTables = 'Íÿìà òàáë³ö';
$strPDFOptions = 'Ïàðàìýòðû PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Çàãàëîâàê ñïðàâàçäà÷û';
$strPerHour = 'ó ãàäç³íó';
$strPerMinute = 'ó õâ³ë³íó';
$strPerSecond = 'ó ñýêóíäó';
$strPersian = 'Ïýðñûäçêàÿ';
$strPhoneBook = 'òýëåôîííàÿ êí³ãà';
$strPHP40203 = 'Âû âûêàðûñòî¢âàåöå PHP 4.2.3, ÿêàÿ ìàå ñóð\'¸çíûÿ ïàìûëê³ ïðû ðàáîöå ç øìàòáàéòàâûì³ ðàäêàì³ (mbstring). Ãëÿäç³öå ïàâåäàìëåíüíå ïðà ïàìûëêó PHP 19404. Ãýòà âýðñ³ÿ PHP íå ðýêàìýíäóåööà äëÿ âûêàðûñòàíüíÿ ç phpMyAdmin.';
$strPhp = 'Ñòâàðûöü PHP-êîä';
$strPHPVersion = 'Âýðñ³ÿ PHP';
$strPmaDocumentation = 'Äàêóìýíòàöûÿ ïà phpMyAdmin';
$strPmaUriError = 'Äûðýêòûâà <tt>$cfg[\'PmaAbsoluteUri\']</tt> ÏÀ²ÍÍÀ áûöü âûçíà÷àíàÿ ¢ âàøûì êàíô³ãóðàöûéíûì ôàéëå!';
$strPolish = 'Ïîëüñêàÿ';
$strPortrait = 'Ïàðòðýò';
$strPos1 = 'Ïà÷àòàê';
$strPrevious = 'Íàçàä';
$strPrimary = 'Ïåðøàñíû';
$strPrimaryKeyHasBeenDropped = 'Ïåðøàñíû êëþ÷ áû¢ âûäàëåíû';
$strPrimaryKeyName = '²ìÿ ïåðøàñíàãà êëþ÷à ìóñ³öü áûöü PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ìóñ³öü</b> áûöü ³ìåì ïåðøàñíàãà êëþ÷à ³ <b>òîëüê³</b> ÿãî!)';
$strPrint = 'Äðóê';
$strPrintView = 'Âýðñ³ÿ äëÿ äðóêó';
$strPrintViewFull = 'Âýðñ³ÿ äëÿ äðóêó (ç óñ³ì òýêñòàì)';
$strPrivDescAllPrivileges = 'Óêëþ÷àå ¢ñå ïðûâ³ëå³, àïðî÷ GRANT.';
$strPrivDescAlter = 'Äàçâàëÿå çüìÿíÿöü ñòðóêòóðó ³ñíûõ òàáë³ö.';
$strPrivDescAlterRoutine = 'Äàçâàëÿå çüìÿíÿöü ³ âûäàëÿöü ïðàãðàìû, ÿê³ÿ çàõî¢âàþööà.';
$strPrivDescCreateDb = 'Äàçâàëÿå ñòâàðàöü íîâûÿ áàçû äàäçåíûõ ³ òàáë³öû.';
$strPrivDescCreateRoutine = 'Äàçâàëÿå ñòâàðàöü ïðàãðàìû, ÿê³ÿ çàõî¢âàþööà.';
$strPrivDescCreateTbl = 'Äàçâàëÿå ñòâàðàöü íîâûÿ òàáë³öû.';
$strPrivDescCreateTmpTable = 'Äàçâàëÿå ñòâàðàöü ÷àñîâûÿ òàáë³öû.';
$strPrivDescCreateUser = 'Äàçâàëÿå ñòâàðàöü, âûäàëÿöü ³ ïåðàéìÿíî¢âàöü óë³êîâûÿ çàï³ñû êàðûñòàëüí³êà¢';
$strPrivDescCreateView = 'Äàçâàëÿå ñòâàðàöü íîâûÿ ïðàãëÿäû.';
$strPrivDescDelete = 'Äàçâàëÿå âûäàëÿöü äàäçåíûÿ.';
$strPrivDescDropDb = 'Äàçâàëÿå âûäàëÿöü áàçû äàäçåíûõ ³ òàáë³öû.';
$strPrivDescDropTbl = 'Äàçâàëÿå âûäàëÿöü òàáë³öû.';
$strPrivDescExecute5 = 'Äàçâàëÿå âûêàíàíüíå ïðàãðàìà¢, ÿê³ÿ çàõî¢âàþööà.';
$strPrivDescExecute = 'Äàçâàëÿå âûêàíàíüíå çàõàâàíûõ ïðàöýäóð; Íå ïðàöóå ¢ ãýòàé âýðñ³³ MySQL.';
$strPrivDescFile = 'Äàçâàëÿå ³ìïàðòàâàöü äàäçåíûÿ ç ôàéëࢠ³ ýêñïàðòàâàöü äàäçåíûÿ ¢ ôàéëû.';
$strPrivDescGrant = 'Äàçâàëÿå äàäàâàöü êàðûñòàëüí³êࢠ³ ïðûâ³ëå³ áåç ïåðàçàãðóçê³ òàáë³ö ïðûâ³ëåÿ¢.';
$strPrivDescIndex = 'Äàçâàëÿå ñòâàðàöü ³ âûäàëÿöü ³íäýêñû.';
$strPrivDescInsert = 'Äàçâàëÿå ¢ñòà¢ëÿöü ³ çàìÿíÿöü äàäçåíûÿ.';
$strPrivDescLockTables = 'Äàçâàëÿå áëÿêàâàöü òàáë³öû äëÿ áÿãó÷àãà ïàòîêó.';
$strPrivDescMaxConnections = 'Àáìÿæî¢âàå êîëüêàñüöü íîâûõ çëó÷ýíüíÿ¢, ÿê³ÿ êàðûñòàëüí³ê ìîæà àäêðûöü íà ïðàöÿãó ãàäç³íû.';
$strPrivDescMaxQuestions = 'Àáìÿæî¢âàå êîëüêàñüöü çàïûòà¢, ÿê³ÿ êàðûñòàëüí³ê ìîæà àäïðàâ³öü íà ñýðâýð íà ïðàöÿãó ãàäç³íû.';
$strPrivDescMaxUpdates = 'Àáìÿæî¢âàå êîëüêàñüöü êàìàíäà¢, çüìÿíÿþ÷ûõ ëþáóþ òàáë³öó àáî áàçó äàäçåíûõ, ÿê³ÿ êàðûñòàëüí³ê ìîæà âûêàíàöü íà ïðàöÿãó ãàäç³íû.';
$strPrivDescMaxUserConnections = 'Àáìÿæî¢âàå êîëüêàñüöü àäíà÷àñîâûõ çëó÷ýíüíÿ¢, ÿê³ÿ ìîæà ìåöü êàðûñòàëüí³ê.';
$strPrivDescProcess3 = 'Äàçâàëÿå ñïûíÿöü ïðàöýñû ³íøûõ êàðûñòàëüí³êà¢.';
$strPrivDescProcess4 = 'Äàçâàëÿå ïðàãëÿäàöü ïî¢íûÿ çàïûòû ¢ ñüï³ñå ïðàöýñà¢.';
$strPrivDescReferences = 'Íå ïðàöóå ¢ ãýòàé âýðñ³³ MySQL.';
$strPrivDescReload = 'Äàçâàëÿå ïåðàçàãðóæàöü íàëàäû ñýðâýðà ³ à÷ûø÷àöü êýø ñýðâýðà.';
$strPrivDescReplClient = 'Äàçâàëÿå êàðûñòàëüí³êó ïûòàööà, äçå çíàõîäçÿööà slaves / masters.';
$strPrivDescReplSlave = 'Íåàáõîäíà äëÿ ðýïë³êàöû³ slaves.';
$strPrivDescSelect = 'Äàçâàëÿå ÷ûòàöü äàäçåíûÿ.';
$strPrivDescShowDb = 'Äàå äîñòóï äà ïî¢íàãà ñüï³ñó áàçࢠäàäçåíûõ.';
$strPrivDescShowView = 'Äàçâàëÿå âûêàíàíüíå çàïûòࢠSHOW CREATE VIEW.';
$strPrivDescShutdown = 'Äàçâàëÿå ñïûíÿöü ñýðâýð.';
$strPrivDescSuper = 'Äàçâàëÿå ïàäëó÷ýíüíå, íàâàò êàë³ äàñÿãíóòû ìàêñûìàëüíû ë³ê ïàäëó÷ýíüíÿ¢; Ïàòðàáóåööà äëÿ áîëüøàñüö³ àäì³í³ñòðàòû¢íûõ àïýðàöûÿ¢, òàê³õ ÿê âûçíà÷ýíüíå ãëÿáàëüíûõ çüìåííûõ àáî ñïûíåíüíå ïàòîêࢠ³íøûõ êàðûñòàëüí³êà¢.';
$strPrivDescUpdate = 'Äàçâàëÿå çüìÿíÿöü äàäçåíûÿ.';
$strPrivDescUsage = 'Áåç ïðûâ³ëåÿ¢.';
$strPrivileges = 'Ïðûâ³ëå³';
$strPrivilegesReloaded = 'Ïðûâ³ëå³ áûë³ ïàñüïÿõîâà ïåðàçàãðóæàíûÿ.';
$strProcesslist = 'Ñüï³ñ ïðàöýñà¢';
$strProtocolVersion = 'Âýðñ³ÿ ïðàòàêîëó';
$strPutColNames = 'Ïàçíà÷ûöü íàçâû ïà븢 ó ïåðøûì ðàäêó';
 
$strQBE = 'Çàïûò çãîäíà ïðûêëàäó';
$strQBEDel = 'Âûäàë³öü';
$strQBEIns = 'Óñòàâ³öü';
$strQueryCache = 'Êýø çàïûòà¢';
$strQueryFrame = 'Àêíî çàïûòó';
$strQueryOnDb = 'SQL-çàïûò äà ÁÄ <b>%s</b>:';
$strQuerySQLHistory = 'óñòîðûÿ SQL';
$strQueryStatistics = '<b>Ñòàòûñòûêà çàïûòà¢</b>: Ç ìîìàíòó çàïóñêó %s çàïûòࢠáûëî àäïðà¢ëåíà íà ñýðâýð.';
$strQueryTime = 'Çàïûò âûêîíâà¢ñÿ %01.4f ñýê';
$strQueryType = 'Òûï çàïûòó';
$strQueryWindowLock = 'Íå ïåðàçàï³ñâàéöå ãýòû çàïûò ó ³íøûõ âîêíàõ';
 
$strReadRequests = 'Çàïûòû ÷ûòàíüíÿ';
$strReceived = 'Àòðûìàíà';
$strRecords = 'Çàï³ñû';
$strReferentialIntegrity = 'Ïðàâåðûöü öýëàñíàñüöü äàäçåíûõ:';
$strRefresh = 'Àáíàâ³öü';
$strRelationalSchema = 'Ðýëÿöûéíàÿ ñõåìà';
$strRelationNotWorking = 'Äàäàòêîâûÿ ìàã÷ûìàñüö³ ðàáîòû ç çüâÿçàíûì³ òàáë³öàì³ áûë³ àäêëþ÷àíûÿ. Êàá âûñüâåòë³öü ÷àìó, íàö³ñüí³öå %sòóò%s.';
$strRelationsForTable = 'Ñóâÿç³ ¢ òàáë³öû';
$strRelations = 'Ñóâÿç³';
$strRelationView = 'Ïðàãëÿä çàëåæíàñüöÿ¢';
$strReloadingThePrivileges = 'Ïåðàçàãðóç³öü ïðûâ³ëå³';
$strReloadMySQL = 'Ïåðàçàãðóç³öü MySQL';
$strRemoveSelectedUsers = 'Âûäàë³öü âûáðàíûõ êàðûñòàëüí³êà¢';
$strRenameDatabaseOK = 'Áàçà äàäçåíûõ %s áûëà ïåðàéìåíàâàíàÿ ¢ %s';
$strRenameTable = 'Ïåðàéìåíàâàöü òàáë³öó ¢';
$strRenameTableOK = 'Òàáë³öà %s áûëà ïåðàéìåíàâàíàÿ ¢ %s';
$strRepairTable = 'Ðàìàíòàâàöü òàáë³öó';
$strReplaceNULLBy = 'Çàìÿíÿöü NULL íà';
$strReplaceTable = 'Çàìÿí³öü äàäçåíûÿ òàáë³öû äàäçåíûì³ ç ôàéëà';
$strReplication = 'Ðýïë³êàöûÿ';
$strReset = 'Ñê³íóöü';
$strResourceLimits = 'Àáìåæàâàíüí³ ðýñóðñà¢';
$strReType = 'Ïàöüâåðäæàíüíå';
$strRevoke = 'Àíóëÿâàöü';
$strRevokeAndDelete = 'Àíóëÿâàöü óñå àêòû¢íûÿ ïðûâ³ëå³ êàðûñòàëüí³êࢠ³ ïàñüëÿ âûäàë³öü ³õ.';
$strRevokeAndDeleteDescr = 'Êàðûñòàëüí³ê³ ¢ñ¸ ÿø÷ý áóäóöü ìåöü ïðûâ³ëå³ êàðûñòàíüíÿ (USAGE), ïàêóëü ïðûâ³ëå³ íÿ áóäóöü ïåðàçàãðóæàíûÿ.';
$strRevokeMessage = 'Âû àíóëÿâàë³ ïðûâ³ëå³ äëÿ %s';
$strRomanian = 'Ðóìûíñêàÿ';
$strRowLength = 'Äà¢æûíÿ ðàäêà';
$strRows = 'Ðàäê³';
$strRowsFrom = 'ðàäêî¢, ïà÷ûíàþ÷û ç çàï³ñó #';
$strRowSize = ' Ïàìåð ðàäêà ';
$strRowsModeFlippedHorizontal = 'ãàðûçàíòàëüíà (ïàâåðíóòûÿ çàãàëî¢ê³)';
$strRowsModeHorizontal = 'ãàðûçàíòàëüíà';
$strRowsModeOptions = 'ó ðýæûìå %s ³ ïà¢òàðàöü çàãàëî¢ê³ ïðàç êîæíûÿ %s ðàäêî¢';
$strRowsModeVertical = 'âýðòûêàëüíà';
$strRowsStatistic = 'Ñòàòûñòûêà ðàäêó';
$strRunning = 'íà %s';
$strRunQuery = 'Àäïðàâ³öü çàïûò';
$strRunSQLQuery = 'Âûêàíàöü SQL-çàïûò(û) íà áàçå äàäçåíûõ %s';
$strRunSQLQueryOnServer = 'Âûêàíàöü SQL-çàïûò(û) íà ñýðâýðû %s';
$strRussian = 'Ðàñåéñêàÿ';
 
$strSave = 'Çàõàâàöü';
$strSaveOnServer = 'Çàõàâàöü íà ñýðâýðû ¢ òý÷öû %s';
$strScaleFactorSmall = 'Ìàøòàá çàìàëû äëÿ òàãî, êàá ñõåìà çàéìàëà ¢ñþ ñòàðîíêó';
$strSearchFormTitle = 'Ïîøóê ó áàçå äàäçåíûõ';
$strSearch = 'Ïîøóê';
$strSearchInTables = 'Ó òàáë³öû(àõ):';
$strSearchNeedle = 'Ñëîâà(û) àáî çíà÷ýíüíå(³) äëÿ ïîøóêó (ìàñêà: "%"):';
$strSearchOption1 = 'ïðûíàìñ³ àäíî ç ñëîâà¢';
$strSearchOption2 = 'óñå ñëîâû';
$strSearchOption3 = 'äàêëàäíóþ ôðàçó';
$strSearchOption4 = 'ðýãóëÿðíû âûðàç';
$strSearchResultsFor = 'Âûí³ê³ ïîøóêó "<i>%s</i>" %s:';
$strSearchType = 'Çíàéñüö³:';
$strSecretRequired = 'Êàíô³ãóðàöûéíàìó ôàéëó çàðàç ïàòðýáíàÿ ñàêðýòíàÿ ôðàçà (blowfish_secret).';
$strSelectADb = 'Êàë³ ëàñêà, âûáåðûöå áàçó äàäçåíûõ';
$strSelectAll = 'Âûáðàöü óñ¸';
$strSelectBinaryLog = 'Âûëó÷ûöå äâîéêàâû ëîã äëÿ ïðàãëÿäó';
$strSelectFields = 'Âûáðàöü ïàë³ (ïðûíàìñ³ àäíî):';
$strSelectNumRows = 'ïà çàïûòó';
$strSelectTables = 'Âûáåðûöå òàáë³öó(û)';
$strSend = 'Çàõàâàöü ÿê ôàéë';
$strSent = 'Àäïðà¢ëåíà';
$strServerChoice = 'Âûáàð ñýðâýðà';
$strServerNotResponding = 'Ñýðâýð íå àäêàçâàå';
$strServer = 'Ñýðâýð';
$strServerStatus = 'Áÿãó÷àÿ ³íôàðìàöûÿ';
$strServerStatusDelayedInserts = 'Àäêëàäçåíûÿ ¢ñòà¢ê³';
$strServerStatusUptime = 'Ãýòû ñýðâýð MySQL ïðàöóå %s. ¨í áû¢ çàïóø÷àíû %s.';
$strServerTabProcesslist = 'Ïðàöýñû';
$strServerTabVariables = 'Çüìåííûÿ';
$strServerTrafficNotes = '<b>Òðàô³ê ñýðâýðà</b>: Ãýòûÿ òàáë³öû ïàêàçâàþöü ñòàòûñòûêó ñåòêàâàãà òðàô³êó ãýòàãà ñýðâýðà MySQL àä ìîìàíòó ÿãîíàãà çàïóñêó.';
$strServerVars = 'Íàëàäû ³ çüìåííûÿ ñýðâýðà';
$strServerVersion = 'Âýðñ³ÿ ñýðâýðà';
$strSessionValue = 'Çíà÷ýíüíå ñýñ³³';
$strSetEnumVal = 'Êàë³ òûï ïîëÿ "enum" àáî "set", êàë³ ëàñêà, óâîäçüöå çíà÷ýíüí³ âûêàðûñòî¢âàþ÷û ãýòû ôàðìàò: \'a\',\'b\',\'c\'...<br />Êàë³ âàì ïàòðýáíà ¢æûöü çâàðîòíû ñëýø ("\") àáî àïîñòðàô ("\'") ñÿðîä ãýòûõ çíà÷ýíüíÿ¢, ïàñòà¢öå ïåðàä ³ì³ çâàðîòíû ñëýø (íàïðûêëàä, \'\\\\xyz\' àáî \'a\\\'b\').';
$strShowAll = 'Ïàêàçàöü óñå';
$strShowColor = 'Ïàêàçàöü êîëåð';
$strShowDatadictAs = 'Ôàðìàò ñëî¢í³êà äàäçåíûõ';
$strShowFullQueries = 'Ïàêàçàöü ïî¢íûÿ çàïûòû';
$strShowGrid = 'Ïàêàçàöü ñåòêó';
$strShow = 'Ïàêàçàöü';
$strShowingBookmark = 'Ïàêàçâàþ÷û çàêëàäêó';
$strShowingRecords = 'Ïàêàçàíûÿ çàï³ñû';
$strShowOpenTables = 'Ïàêàçàöü àäêðûòûÿ òàáë³öû';
$strShowPHPInfo = 'Ïàêàçàöü ³íôàðìàöûþ ïðà PHP';
$strShowSlaveHosts = 'Ïàêàçàöü çàëåæíûÿ ñýðâýðû';
$strShowSlaveStatus = 'Ïàêàçàöü ñòàí çàëåæíûõ ñýðâýðà¢';
$strShowStatusBinlog_cache_disk_useDescr = 'Êîëüêàñüöü òðàíçàêöûÿ¢, ÿê³ÿ âûêàðûñòî¢âàë³ ÷àñîâû äâîéêàâû êýø çàïûòà¢, àëå ÿê³ÿ ïåðàâûñ³ë³ çíà÷ýíüíå binlog_cache_size ³ âûêàðûñòî¢âàë³ ÷àñîâû ôàéë äëÿ çàõî¢âàíüíÿ âûðàçࢠòðàíçàêöû³.';
$strShowStatusBinlog_cache_useDescr = 'Êîëüêàñüöü òðàíçàêöûÿ¢, ÿê³ÿ âûêàðûñòî¢âàë³ ÷àñîâû äâîéêàâû êýø çàïûòà¢.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Êîëüêàñüöü ÷àñîâûõ òàáë³ö íà äûñêó, ñòâîðàíûõ à¢òàìàòû÷íà ñýðâýðàì ïàä÷àñ âûêàíàíüíÿ âûðàçà¢. Êàë³ ë³ê Created_tmp_disk_tables âÿë³ê³, âû ìîæàöå ïàâÿë³÷ûöü çíà÷ýíüíå tmp_table_size, êàá ÷àñîâûÿ òàáë³öû çàõî¢âàë³ñÿ ¢ ïàìÿö³, à íå íà äûñêó.';
$strShowStatusCreated_tmp_filesDescr = 'Êîëüêàñüöü ÷àñîâûõ ôàéëà¢, ñòâîðàíûõ mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Êîëüêàñüöü ÷àñîâûõ òàáë³ö, ðàçüìåø÷àíûõ ó ïàìÿö³, ÿê³ÿ áûë³ à¢òàìàòû÷íà ñòâîðàíûÿ ñýðâýðàì ïàä÷àñ âûêàíàíüíÿ âûðàçà¢.';
$strShowStatusDelayed_errorsDescr = 'Êîëüêàñüöü ðàäêî¢, çàï³ñàíûõ ç INSERT DELAYED, ç-çà ÿê³õ àäáûë³ñÿ ïý¢íûÿ ïàìûëê³ (ïý¢íà, äóáëÿâàíûÿ êëþ÷û).';
$strShowStatusDelayed_insert_threadsDescr = 'Êîëüêàñüöü àïðàöî¢í³êࢠïàòîêࢠINSERT DELAYED, ÿê³ÿ âûêàðûñòî¢âàþööà. Êîæíàÿ òàáë³öà, íà ÿêîé âûêîíâàåööà INSERT DELAYED àòðûìë³âàå ñâîé óëàñíû ïàòîê.';
$strShowStatusDelayed_writesDescr = 'Êîëüêàñüöü çàï³ñàíûõ INSERT DELAYED ðàäêî¢.';
$strShowStatusFlush_commandsDescr = 'Êîëüêàñüöü âûêàíàíûõ FLUSH-âûðàçà¢.';
$strShowStatusHandler_commitDescr = 'Êîëüêàñüöü óíóòðàíûõ COMMIT-âûðàçà¢.';
$strShowStatusHandler_deleteDescr = 'Êîëüêàñüöü ðàçî¢ âûäàëåíüíÿ ðàäêà ç òàáë³öû.';
$strShowStatusHandler_discoverDescr = 'Ñýðâýð MySQL ìîæà çàïûòàööà ìàøûíó çàõàâàíüíÿ äàäçåíûõ NDB Cluster, ö³ âåäàå ÿíà òàáë³öó ç äàäçåíûì ³ìåì. Ãýòà íàçûâàåööà âûñüâÿòëåíüíåì. Handler_discover ïàêàçâàå êîëüêàñüöü âûñüâÿòëåíüíÿ¢ òàáë³ö.';
$strShowStatusHandler_read_firstDescr = 'Êîëüêàñüöü ðàçî¢ ïåðøû çàï³ñ áû¢ ïðà÷ûòàíû ç ³íäýêñó. Êàë³ ãýòàå çíà÷ýíüíå âÿë³êàå, ñýðâýðó ðýêàìýíäóåööà ðàá³öü âÿë³êóþ êîëüêàñüöü ïà¢íà³íäýêñàâûõ ñêàíàâàíüíÿ¢; íàïðûêëàä, SELECT col1 FROM foo, óë³÷âàþ÷û, øòî col1 ³íäýêñàâàíàÿ.';
$strShowStatusHandler_read_keyDescr = 'Êîëüêàñüöü çàïûòࢠíà ÷ûòàíüíå ðàäêà ç âûêàðûñòàíüíåì êëþ÷à. Êàë³ ÿíà âÿë³êàÿ, ãýòà äîáðàÿ ïðûêìåòà òàãî, øòî çàïûòû ³ òàáë³öû äîáðà ³íäýêñàâàíûÿ.';
$strShowStatusHandler_read_nextDescr = 'Êîëüêàñüöü çàïûòࢠ÷ûòàíüíÿ íàñòóïíû ðàäîê ó êëþ÷àâûì ïàðàäêó. ßíà ïàâÿë³÷âàåööà, êàë³ âûêîíâàåööà çàïûò íà ³íäýêñàâàíóþ êàë¸íêó ç øýðàãàì àáìåæàâàíüíÿ¢ àáî êàë³ àäáûâàåööà ñêàíàâàíüíå ³íäýêñà¢.';
$strShowStatusHandler_read_prevDescr = 'Êîëüêàñüöü çàïûòࢠ÷ûòàíüíÿ ïàïÿðýäí³ ðàäîê ó êëþ÷àâûì ïàðàäêó. Ãýòû ìýòàä ÷ûòàíüíÿ âûêàðûñòî¢âàåööà ïåðàâàæíà äëÿ àïòûì³çàöû³ ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Êîëüêàñüöü çàïûòࢠ÷ûòàíüíÿ ðàäêà ô³êñàâàíàé ïàçûöû³. ßíà âÿë³êàÿ, êàë³ âûêîíâàåööà øìàò çàïûòà¢, ÿê³ÿ ïàòðàáóþöü ñàðòàâàíüíå âûí³êà¢. Ìàã÷ûìà, ïðûñóòí³÷àå øìàò çàïûòà¢, ÿê³ÿ ïàòðàáóþöü àä MySQL ïåðàãëÿä òàáë³öû öàëêàì àáî âûêîíâàþööà àá\'ÿäíàíüí³, ÿê³ÿ íÿïðàâ³ëüíà âûêàðûñòî¢âàþöü êëþ÷û.';
$strShowStatusHandler_read_rnd_nextDescr = 'Êîëüêàñüöü çàïûòࢠ÷ûòàíüíÿ íàñòóïíàãà ðàäêà ¢ ôàéëå äàäçåíûõ. ßíà âÿë³êàÿ, êàë³ âûêîíâàåööà øìàò ïðàãëÿäࢠòàáë³öû. Ó àãóëüíûì âûïàäêó ãýòà àçíà÷àå, øòî òàáë³öû ³íäýêñàâàíûÿ íÿïðàâ³ëüíà àáî çàïûòû íå íàï³ñàíûÿ òàê, êàá âûêàðûñòî¢âàöü ïåðàâàã³ ³íäýêñà¢.';
$strShowStatusHandler_rollbackDescr = 'Êîëüêàñüöü óíóòðàíûõ âûðàçࢠROLLBACK.';
$strShowStatusHandler_updateDescr = 'Êîëüêàñüöü çàïûòࢠàáíà¢ëåíüíÿ ðàäêà ¢ òàáë³öû.';
$strShowStatusHandler_writeDescr = 'Êîëüêàñüöü çàïûòࢠóñòà¢ê³ ðàäêà ¢ òàáë³öó.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Êîëüêàñüöü ñòàðîíàê, ÿê³ÿ ¢òðûìë³âàþöü äàäçåíûÿ (çüìåíåíûõ àáî íÿçüìåíåíûõ).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Êîëüêàñüöü çüìåíåíûõ ñòàðîíàê.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Êîëüêàñüöü ñòàðîíàê áóôýðíàãà ïóëó, íà ÿê³ÿ áû¢ àòðûìàíû çàïûò íà ñê³ä.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Êîëüêàñüöü âîëüíûõ ñòàðîíàê.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Êîëüêàñüöü ñòàðîíàê, ÿê³ÿ ¢òðûìë³âàþööà ¢ áóôýðíûì ïóëå InnoDB. Ãýòà ñòàðîíê³, ÿê³ÿ ¢ áÿãó÷û ìîìàíò ÷ûòàþööà ö³ çàï³ñâàþööà àáî ÿê³ÿ íÿ ìîãóöü áûöü ñê³íóòûÿ ö³ âûäàëåíûÿ ç-çà ïý¢íàé ïðû÷ûíû.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Êîëüêàñüöü çàíÿòûõ ñòàðîíàê òàìó, øòî ÿíû áûë³ âûçíà÷àíûÿ ÿê àäì³í³ñòðûöûéíûÿ äàäçåíûÿ òàê³ÿ, ÿê áëÿêàâàíüíå ðàäêî¢ àáî àäàïòû¢íû õýøàâàíû ³íäýêñ. Ãýòàå çíà÷ýíüíå òàêñàìà ìîæà áûöü âûë³÷àíàå ÿê Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Àãóëüíû ïàìåð áóôýðíàãà ïóëó, ó ñòàðîíêàõ.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Êîëüêàñüöü «âûïàäêîâûõ» ïàïÿðýäí³õ ÷ûòàíüíÿ¢, çðîáëåíûõ InnoDB. Ãýòà àäáûâàåööà, êàë³ çàïûò ïðàãëÿäàå çíà÷íóþ ÷àñòêó òàáë³öû, àëå ¢ âûïàäêîâûì ïàðàäêó.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Êîëüêàñüöü ïàñüëÿäî¢íûõ ïàïÿðýäí³õ ÷ûòàíüíÿ¢, çðîáëåíûõ InnoDB. Ãýòà àäáûâàåööà, êàë³ InnoDB âûêîíâàå ïàñüëÿäî¢íû ïî¢íû ïðàãëÿä òàáë³öû.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Êîëüêàñüöü ëÿã³÷íûõ çàïûòࢠ÷ûòàíüíÿ, çðîáëåíûõ InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Êîëüêàñüöü ëÿã³÷íûõ ÷ûòàíüíÿ¢, ÿê³ÿ InnoDB íå çìàãëà àäíàâ³öü ç áóôýðíàãà ïóëó, à òàìó çðàá³ëà àäíàñòàðîíêàâàå ÷ûòàíüíå.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Çâû÷àéíà, çàï³ñû ¢ áóôýðíû ïóë InnoDB, çðîáëåíûÿ ¢ ôîíå. Àäíàê, êàë³ íåàáõîäíà ïðà÷ûòàöü àáî ñòâàðûüöü ñòàðîíêó ³ ÷ûñòûÿ ñòàðîíê³ àäñóòí³÷àþöü, íåàáõî÷íà ïà÷àêàöü, ïàêóëü ïý¢íûÿ ñòàðîíê³ íÿ áóäóöü ñê³íóòûÿ. Ãýòû êàìïóòàð ïàäë³÷âàå êîëüêàñüöü òàê³õ ÷àêàíüíÿ¢. Êàë³ ïàìåð áóôýðó áû¢ âûçíà÷àíû ïðàâ³ëüíà, ãýòàå çíà÷ýíüíå ìóñ³öü áûöü ìàëåíüê³ì.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Êîëüêàñüöü çàï³ñà¢, çðîáëåíûõ ó áóôýðíû ïóë InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Êîëüêàñüöü àïýðàöûÿ¢ fsync() íà áÿãó÷û ìîìàíò.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Áÿãó÷àÿ êîëüêàñüöü àïýðàöûÿ¢ fsync(), ÿê³ÿ ÷àêàþöü âûêàíàíüíÿ.';
$strShowStatusInnodb_data_pending_readsDescr = 'Áÿãó÷àÿ êîëüêàñüöü ÷ûòàíüíÿ¢, ÿê³ÿ ÷àêàþöü âûêàíàíüíÿ.';
$strShowStatusInnodb_data_pending_writesDescr = 'Áÿãó÷àÿ êîëüêàñüöü çàï³ñà¢, ÿê³ÿ ÷àêàþöü âûêàíàíüíÿ.';
$strShowStatusInnodb_data_readDescr = 'Êîëüêàñüöü ïðà÷ûòàíûõ íà áÿãó÷û ìîìàíò äàäçåíûõ, ó áàéòàõ.';
$strShowStatusInnodb_data_readsDescr = 'Àãóëüíàÿ êîëüêàñüöü ÷ûòàíüíÿ¢ äàäçåíûõ.';
$strShowStatusInnodb_data_writesDescr = 'Àãóëüíàÿ êîëüêàñüöü çàï³ñࢠäàäçåíûõ.';
$strShowStatusInnodb_data_writtenDescr = 'Êîëüêàñüöü çàï³ñàíûõ íà áÿãó÷û ìîìàíò äàäçåíûõ, ó áàéòàõ.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Êîëüêàñüöü ïàäâîéíûõ çàï³ñà¢, ÿê³ÿ áûë³ âûêàíàíûÿ, ³ êîëüêàñüöü ñòàðîíàê, ÿê³ÿ áûë³ çàï³ñàíûÿ äëÿ ãýòàé ìýòû.';
$strShowStatusInnodb_dblwr_writesDescr = 'Êîëüêàñüöü ïàäâîéíûõ çàï³ñà¢, ÿê³ÿ áûë³ âûêàíàíûÿ, ³ êîëüêàñüöü ñòàðîíàê, ÿê³ÿ áûë³ çàï³ñàíûÿ äëÿ ãýòàé ìýòû.';
$strShowStatusInnodb_log_waitsDescr = 'Êîëüêàñüöü âûïàäêࢠ÷àêàíüíÿ ç-çà òàãî, øòî áóôýð ëîãó áû¢ çàíàäòà ìàëû, ³ òàìó äàâÿëîñÿ ÷àêàöü, ïàêóëü ¸í íå à÷ûñüö³ööà.';
$strShowStatusInnodb_log_write_requestsDescr = 'Êîëüêàñüöü çàï³ñࢠó ëîã.';
$strShowStatusInnodb_log_writesDescr = 'Êîëüêàñüöü ô³çû÷íà âûêàíàíûõ çàï³ñࢠó ëîã-ôàéë.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Êîëüêàñüöü ñûíõðàí³çàâûíûõ çàï³ñà¢, çðîáëåíûõ ó ëîã-ôàéë.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Êîëüêàñüöü ñûíõðàí³çàâàíüíÿ¢ ëîã-ôàéëà, ÿê³ÿ ÷àêàþöü âûêàíàíüíÿ.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Êîëüêàñüöü çàï³ñࢠó ëîã-ôàéë, ÿê³ÿ ÷àêàþöü âûêàíàíüíÿ.';
$strShowStatusInnodb_os_log_writtenDescr = 'Êîëüêàñüöü áàéòà¢, çàï³ñàíûõ ó ëîã-ôàéë.';
$strShowStatusInnodb_pages_createdDescr = 'Êîëüêàñüöü ñòâîðàíûõ ñòàðîíàê.';
$strShowStatusInnodb_page_sizeDescr = 'Ïàìåð çàêàìï³ëÿâàíàé ñòàðîíê³ InnoDB (ïà çìî¢÷àíüí³ 16ÊÁ). Ïý¢íûÿ âåë³÷ûí³ âûìÿðàþööà ¢ ñòàðîíêàõ; ïàìåð ñòàðîíê³ äàçâàëÿå õóòêà ïåðàâåñüö³ ÿãî ¢ áàéòû.';
$strShowStatusInnodb_pages_readDescr = 'Êîëüêàñüöü ïðà÷ûòàíûõ ñòàðîíàê.';
$strShowStatusInnodb_pages_writtenDescr = 'Êîëüêàñüöü çàï³ñàíûõ ñòàðîíàê.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Êîëüêàñüöü áëÿêàâàíüíÿ¢ ðàäêî¢, ÷àêàíüíå ÿê³õ àäáûâàåööà íà áÿãó÷û ìîìàíò.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Ñÿðýäí³ ÷àñ àòðûìàíüíÿ ìàã÷ûìàñüö³ áëÿêàâàíüíÿ ðàäêó, ó ì³ë³ñýêóíäàõ.';
$strShowStatusInnodb_row_lock_timeDescr = 'Àãóëüíû ÷àñ ÷àêàíüíÿ àòðûìàíüíÿ ìàã÷ûìàñüö³ áëÿêàâàíüíÿ ðàäêó, ó ì³ë³ñýêóíäàõ.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Ìàêñûìàëüíû ÷àñ àòðàìàíüíÿ ìàã÷ûìàñüö³ áëÿêàâàíüíÿ ðàäêó, ó ì³ë³ñýêóíäàõ.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Êîëüêàñüöü ðàçî¢, êàë³ äàâîäç³ëàñÿ ÷àêàöü áëÿêàâàíüíå ðàäêó.';
$strShowStatusInnodb_rows_deletedDescr = 'Êîëüêàñüöü ðàäêî¢, âûäàëåíûõ ç òàáë³ö InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Êîëüêàñüöü ðàäêî¢, óñòà¢ëåíûõ ó òàáë³öû InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Êîëüêàñü ðàäêî¢, ïðà÷ûòàíûõ ç òàáë³ö InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Êîëüêàñüöü ðàäêî¢, àáíî¢ëåíûõ ó òàáë³öàõ InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Êîëüêàñüöü áë¸êࢠó êýøû êëþ÷î¢, ÿê³ÿ áûë³ çüìåíåíûÿ, àëå ÿø÷ý íå áûë³ ñê³íóòûÿ íà äûñê. Âûêàðûñòî¢âàåööà ÿê çíà÷ýíüíå Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Êîëüêàñüöü íÿâûêàðûñòàíûõ áë¸êࢠó êýøû êëþ÷î¢. Ãýòàå çíà÷ýíüíå ìîæíà âûêàðûñòî¢âàöü äëÿ âûçíà÷ýíüíÿ ñòóïåí³ âûêàðûñòàíüíÿ êýøó êëþ÷î¢.';
$strShowStatusKey_blocks_usedDescr = 'Êîëüêàñüöü âûêàðûñòàíûõ áë¸êࢠó êýøû êëþ÷î¢. Ãýòàå çíà÷ýíüíå ç äàñòàòêîâàé ñòóïåíüíþ ïý¢íàñüö³ ñüâåä÷ûöü ïðà ìàêñûìàëüíóþ çà ¢âåñü ÷àñ êîëüêàñüöü áë¸êà¢, ÿê³ÿ âûêàðàñòî¢âàë³ñÿ àäíà÷àñîâà.';
$strShowStatusKey_read_requestsDescr = 'Êîëüêàñüöü çàïûòࢠíà ÷ûòàíüíå áë¸êó êëþ÷î¢ ç êýøó.';
$strShowStatusKey_readsDescr = 'Êîëüêàñüöü ô³çû÷íûõ ÷ûòàíüíÿ¢ áë¸êó êëþ÷î¢ ç äûñêà. Êàë³ çíà÷ýíüíå Key_reads âÿë³êàå, çíà÷ýíüíå key_buffer_size, â³äàöü, âåëüì³ ìàëîå. Êîëüêàñüöü ïðîìàõࢠó êýø ìîæíà âûë³÷ûöü ÿê Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Êîëüêàñüöü çàïûòࢠíà çàï³ñ áë¸êó êëþ÷î¢ ó êýø.';
$strShowStatusKey_writesDescr = 'Êîëüêàñüöü ô³çû÷íûõ çàï³ñࢠáë¸êó êëþ÷î¢ íà äûñê.';
$strShowStatusLast_query_costDescr = 'Àãóëüíû êîøò àïîøíÿãà çêàìï³ëÿâàíàãà çàïûòó, ïàäë³÷àíàãà àïòûì³çàòàðàì çàïûòà¢. Êàðûñíà äëÿ ïàðà¢íàíüíÿ ðîçíûõ ñïîñàáࢠðýàë³çàöû³ àäíàãî çàïûòó. Çíà÷ýíüíå ïà çìî¢÷àíüí³ 0 àçíà÷àå, øòî í³âîäíû çàïûò ÿø÷ý íÿ áû¢ çêàìï³ëÿâàíû.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Êîëüêàñüöü ðàäêî¢ äëÿ çàï³ñó, àäêëàäçåíûõ çàïûòàì³ INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Êîëüêàñüöü òàáë³ö, ÿê³ÿ áûë³ àäêðûòûÿ. Êàë³ àäêðûòûÿ òàáë³öû âÿë³ê³ÿ, çíà÷ýíüíå êýøó òàáë³ö ³ìàâåðíà âåëüì³ ìàëîå.';
$strShowStatusOpen_filesDescr = 'Êîëüêàñüöü àäêðûòûõ ôàéëà¢.';
$strShowStatusOpen_streamsDescr = 'Êîëüêàñüöü àäêðûòûõ ïàòîêࢠ(âûêàðûñòî¢âàþööà ïåðàâàæíà äëÿ ëàãàâàíüíÿ).';
$strShowStatusOpen_tablesDescr = 'Êîëüêàñüöü àäêðûòûõ òàáë³ö.';
$strShowStatusQcache_free_blocksDescr = 'Êîëüêàñüöü âîëüíûõ áë¸êࢠïàìÿö³ ¢ êýøû çàïûòà¢.';
$strShowStatusQcache_free_memoryDescr = 'Êîëüêàñüöü âîëüíàé ïàìÿö³ äëÿ êýøó çàïûòà¢.';
$strShowStatusQcache_hitsDescr = 'Êîëüêàñüöü çâàðîòࢠäà êýøó.';
$strShowStatusQcache_insertsDescr = 'Êîëüêàñüöü çàïûòà¢, ÿê³ÿ áûë³ äàäàíûÿ ¢ êýø.';
$strShowStatusQcache_lowmem_prunesDescr = 'Êîëêàñüöü çàïûòà¢, ÿê³ÿ áûë³ âûäàëåíûÿ ç êýøó, êàá âûçâàë³öü ïàìÿöü äëÿ êýøàâàíüíÿ íîâûõ çàïûòà¢. Ãýòûÿ çüâåñòê³ ìîãóöü äàïàìàã÷û âûçíà÷ûöü ïàìåð êýøó çàïûòà¢. Êýø çàïûòࢠâûêàðûñòî¢âàå ñòàòýã³þ ýëåìýíòà, ÿê³ âûêàðûñòî¢âà¢ñÿ íàéìåíø (LRU) äëÿ âûçíà÷ýíüíÿ, ÿê³ÿ çàïûòû òðýáà âûäàëÿöü ç êýøó.';
$strShowStatusQcache_not_cachedDescr = 'Êîëüêàñüöü íåêýøàâàëüíûõ çàïûòࢠ(íåêýøàâàëüíûõ àáî íåêýøàâàíûõ ç-çà çíà÷ýíüíÿ äûðýêòûâû query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Êîëüêàñüöü çàïûòà¢, ÿê³ÿ ïðûñóòí³÷àþöü ó êýøû.';
$strShowStatusQcache_total_blocksDescr = 'Àãóëüíàÿ êîëüêàñüöü áë¸êࢠó êýøû çàïûòû¢.';
$strShowStatusReset = 'Ñê³íóöü ñòàòûñòûêó';
$strShowStatusRpl_statusDescr = 'Ñòàí àáàðîíåíàé àä ïàìûëàê ðýïë³êàöû³ (ÿø÷ý íå ðýàë³çàâàíàÿ).';
$strShowStatusSelect_full_joinDescr = 'Êîëüêàñüöü àá\'ÿäíàíüíÿ¢, ÿê³ÿ íå âûêàðûñòî¢âÿþöü ³íäýêñû. Êàë³ ãýòàå çíà÷ýíüíå íÿ ðî¢íàå 0, âàðòà ïðàâåðûöü ³íäýêñû ¢ òàáë³öàõ.';
$strShowStatusSelect_full_range_joinDescr = 'Êîëüêàñüöü àá\'ÿäíàíüíÿ¢, ÿê³ÿ âûêàðûñòî¢âàë³ ïîøóê ïà ìàñöû ¢ ìýòàâàé òàáë³öû.';
$strShowStatusSelect_range_checkDescr = 'Êîëüêàñüöü àá\'ÿäíàíüíÿ¢ áåç âûêàðûñòàíüíÿ êëþ÷î¢, ÿê³ÿ ïðàâÿðàë³ íàÿ¢íàñüöü êëþ÷à ïàñüëÿ êîæíàãà ðàäêà. (Êàë³ ãýòàå çíà÷ýíüíå íÿ ðî¢íàå 0, âàðòà ïðàâåðûöü ³íäýêñû ¢ òàáë³öàõ.)';
$strShowStatusSelect_rangeDescr = 'Êîëüêàñüöü àá\'ÿäíàíüíÿ¢, ÿê³ÿ âûêàðûñòî¢âàë³ ñïàëó÷ýíüí³ ïà븢 ó ïåðøàé òàáë³öû. (Çâû÷àéíà íå êðûòû÷íà, íàâàò êàë³ ãýòàå çíà÷ýíüíå âÿë³êàå.)';
$strShowStatusSelect_scanDescr = 'Êîëüêàñüöü àá\'ÿäíàíüíÿ¢, ÿê³ÿ ïðàâÿë³ ïî¢íû ïðàãëÿä ïåðøàé òàáë³öû.';
$strShowStatusSlave_open_temp_tablesDescr = 'Êîëüêàñüöü ÷àñîâûõ òàáë³ö, ÿê³ÿ ¢ áÿãó÷û ìîìàíò àäêðûòûÿ çàëåæíûì SQL-ïàòîêàì.';
$strShowStatusSlave_retried_transactionsDescr = 'Àãóëüíàÿ (àä çàãðóçê³) êîëüêàñüöü ðàçî¢, êàë³ çàëåæíû SQL-ïàòîê ðýïë³êàöû³ ïà¢òàðࢠòðàíçàêöû³.';
$strShowStatusSlave_runningDescr = 'Ãýòàå çíà÷ýíüíå ðî¢íàå "ON", êàë³ ñýðâýð çüÿ¢ëÿåööà çàëåæíûì ³ ïàäëó÷àíûì äà ñýðâýðà, ÿê³ ÿãî êàíòðàëþå.';
$strShowStatusSlow_launch_threadsDescr = 'Êîëüêàñüöü ïàòîêà¢, ÿê³ì ñïàòðýá³ëàñÿ áîëüø çà slow_launch_time ñýêóíäࢠäëÿ ñòâàðýíüíÿ.';
$strShowStatusSlow_queriesDescr = 'Êîëüêàñüöü çàïûòà¢, íà âûêàíàíòíå ÿê³õ ñïàòðýá³ëàñÿ áîëüø, ÷ûì long_query_time ñýêóíäà¢.';
$strShowStatusSort_merge_passesDescr = 'Êîëüêàñüöü ïðàõîäà¢, ÿê³ÿ áûë³ çðîáëåíûÿ àëüãàðûòìàì ñàðòàâàíüíÿ. Êàë³ ãýòàå çíà÷ýíüíå âÿë³êàå, âàðòà ðàçãëåäç³öü ïàâåë³÷ýíüíå çíà÷ýíüíÿ ñûñòýìíàé çüìåííàé sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Êîëüêàñüöü ñàðòàâàíüíÿ¢, ÿê³ÿ áûë³ çðîáëåíûÿ ç âûêàðûñòàíüíåì íåêàëüê³õ ñëóïêî¢.';
$strShowStatusSort_rowsDescr = 'Êîëüêàñüöü àäñàðòàâàíûõ ðàäêî¢.';
$strShowStatusSort_scanDescr = 'Êîëüêàñüöü ñàðòàâàíüíÿ¢, ÿê³ÿ áûë³ çðîáëåíûÿ ïàä÷àñ ïðàãëÿäó òàáë³öû.';
$strShowStatusTable_locks_immediateDescr = 'Êîëüêàñüöü ðàçî¢, êàë³ áëÿêàâàíüíå òàáë³öû áûëî çðîáëåíàå ³ìãíåííà.';
$strShowStatusTable_locks_waitedDescr = 'Êîëüêàñüöü ðàçî¢, êàë³ áëÿêàâàíüíå òàáë³öû íåìàã÷ûìà áûëî àæûöüöÿâ³öü ³ìãíåííà ³ ïý¢íû ÷àñ ïàéøî¢ íà ÷àêàíüíå. Êàë³ ãýòàå çíà÷ýíüíå âÿë³êàå, ³ ³ñíóþöü ïðàáëåìû ç ïðàäóêöûéíàñüöþ, âàðòà ñïà÷àòêó àïòûì³çàâàöü çàïûòû, à ïàñüëÿ àáî ïàäçÿë³öü òàáë³öó àáî òàáë³öû, àáî âûêàðûñòî¢âàöü ðýïë³êàöûþ.';
$strShowStatusThreads_cachedDescr = 'Êîëüêàñüöü ïàòîêࢠó êýøû ïàòîêà¢. Ñòóïåíü òðàïëÿíüíÿ ¢ êýø ìîæà áûöü âûë³÷àíàÿ ÿê Threads_created/Connections. Êàë³ ãýòàå çíà÷ýíüíå ïàôàðáàâàíàå ¢ ÷ûðâîíû êîëåð, âàðòà ïàâÿë³÷ûöü çíà÷ýíüíå thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Êîëüêàñüöü àäêðûòûõ íà áÿãó÷û ìîìàíò çëó÷ýíüíÿ¢.';
$strShowStatusThreads_createdDescr = 'Êîëüêàñüöü ïàòîêà¢, ñòâîðàíûõ äëÿ ê³ðàâàíüíÿ çëó÷ýíüíÿì³. Êàë³ çíà÷ýíüíå Threads_created âÿë³êàå, ìàã÷ûìà, âàðòà ïàâÿë³÷ûöü çíà÷ýíüíå thread_cache_size. (Çâû÷àéíà, ãýòà íå äàå ÿêîãà-íåáóäçü çà¢âàæíàãà ïàâåë³÷ýíüíÿ ïðàäóêöûéíàñüö³, êàë³ ïðûñóòí³÷àå äîáðàÿ ðýàë³çàöûÿ ïàòîêà¢.)';
$strShowStatusThreads_runningDescr = 'Êîëüêàñüöü ïàòîêà¢, ÿê³ÿ íå çüÿ¢ëÿþööà ñüïÿ÷ûì³.';
$strShowTableDimension = 'Ïàêàçàöü ðàçüìåðíàñüöü òàáë³ö';
$strShowTables = 'Ïàêàçàöü òàáë³öû';
$strShowThisQuery = ' Ïàêàçàöü ãýòû çàïûò çíî¢ ';
$strSimplifiedChinese = 'ʳòàéñêàÿ ñïðîø÷àíàÿ';
$strSingly = '(àñîáíà)';
$strSize = 'Ïàìåð';
$strSkipQueries = 'Êîëüêàñüöü (çàïûòà¢), ÿê³ÿ òðýáà ïðàïóñüö³öü àä ïà÷àòêó';
$strSlovak = 'Ñëàâàöêàÿ';
$strSlovenian = 'Ñëàâåíñêàÿ';
$strSocketProblem = '(àáî ñîêåò ëÿêàëüíàãà ñýðâýðà MySQL íå ñêàíô³ãóðàâàíû ïðàâ³ëüíà)';
$strSortByKey = 'Ñàðòàâàöü ïà êëþ÷ó';
$strSort = 'Ïàðàäàê';
$strSorting = 'Ñàðòàâàíüíå';
$strSpaceUsage = 'Âûêàðûñòàíüíå ïðàñòîðû';
$strSpanish = 'óøïàíñêàÿ';
$strSplitWordsWithSpace = 'Ñëîâû ïàäçåëåíûÿ ïðàãàëàì (" ").';
$strSQLExportCompatibility = 'Ñóìÿø÷àëüíàñüöü ýêñïàðòàâàíàãà SQL';
$strSQLExportType = 'Òûï ýêñïàðòó';
$strSQLImportOptions = 'Ïàðàìýòðû SQL';
$strSQLOptions = 'Îïöû³ SQL';
$strSQLParserBugMessage = 'Ìàã÷ûìà, âû çíàéøë³ ïàìûëêó ¢ SQL-ïàðñýðû. Êàë³ ëàñêà, óâàæë³âà ïðàâåðöå âûø çàïûò ³ àäïàâåäíàñüöü äâóêîñüñÿ¢ ó ³ì. ²íøàé ìàã÷ûìàé ïðû÷ûíàé ïàìûëê³ ìîæà áûöü òîå, øòî âû çàãðóç³ë³ ôàéë ç äâîéêàâûì³ äàäçåíûì³ ïà-çà ìåæàì³ òýêñòó, âûëó÷àíàãà äâóêîñüñÿì³. Âû òàêñàìà ìîæàöå ïàñïðàáàâàöü àäïðàâ³öü âàø çàïûò ç êàìàíäíàãà ðàäêà MySQL. Ïàâåäàìëåíüíå ïðà ïàìûëêó ñýðâýðà MySQL ïðûâåäçåíàå í³æýé, ìîæà òàêñàìà äàïàìàã÷û âàì âûñüâåòë³öü ïðû÷ûíó ïðàáëåìó. Êàë³ âû ¢ñ¸ ÿø÷ý ìàåöå ïðàáëåìû àáî ïàðñýð ïàâåäàìëÿå ïðà ïàìûëêó, à ç êàìàíäíàãà ðàäêó çàïûò âûêîíâàåööà, êàë³ ëàñêà, ñêàðàö³öå âàø óâåäçåíû SQL-çàïûò äà àäíàãî çàïûòó, ÿê³ âûêë³êàå ïàìûëêó, ³ àäïðà¢öå ïàâåäàìëåíüíå ïðà ïàìûëêó ç áë¸êàì äàäçåíûõ, ïàäàäçåíûõ ó ñýêûö³ CUT í³æýé:';
$strSQLParserUserError = 'Çäàåööà, âàø SQL-çàïûò óòðûìë³âàå ïàìûëêó. Ïàâåäàìëåíüíå ïðà ïàìûëêó ñýðâýðà MySQL ïðûâåäçåíàå í³æýé, ìàã÷ûìà, òàêñàìà äàïàìîæà âàì âûñüâåòë³öü ïðû÷ûíó ïàìûëê³';
$strSQLQuery = 'SQL-çàïûò';
$strSQLResult = 'SQL-âûí³ê';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Íÿïðàâ³ëüíû ³äýíòûô³êàòàð';
$strSQPBugUnclosedQuote = 'Íåçàêðûòàå äâóêîñüñå';
$strSQPBugUnknownPunctuation = 'Íåâÿäîìû ñûìáàëü ïóíêòóàöû³';
$strStatCheckTime = 'Àïîøíÿÿ ïðàâåðêà';
$strStatCreateTime = 'Ñòâîðàíàÿ';
$strStatement = 'Âûðàçû';
$strStatisticsOverrun = 'Íà çàãðóæàíûì ñýðâýðû áàéòàâûÿ ë³÷ûëüí³ê³ ìîãóöü ïåðàñêîêâàöü êîëà, òàìó ñòàòûñòûêà, ÿêóþ ïàêàçâàå MySQL-ñýðâýð, ìîæà áûöü íÿïðàâ³ëüíàé.';
$strStatUpdateTime = 'Àïîøíÿå àáíà¢ëåíüíå';
$strStatus = 'Ñòàí';
$strStorageEngine = 'Ìàøûíà çàõàâàíüíÿ äàäçåíûõ';
$strStorageEngines = 'Ìàøûíû çàõàâàíüíÿ äàäçåíûõ';
$strStrucCSV = 'CSV';
$strStrucData = 'Ñòðóêòóðó ³ äàäçåíûÿ';
$strStrucDrop = 'Äàäàöü âûäàëåíüíå òàáë³öû';
$strStrucExcelCSV = 'CSV äëÿ äàäçåíûõ MS Excel';
$strStrucNativeExcel = 'Ðîäíû ôàðìàò MS Excel';
$strStrucOnly = 'Òîëüê³ ñòðóêòóðó';
$strStructPropose = 'Ïðàïàíàâàíàÿ ñòðóêòóðà òàáë³öû';
$strStructure = 'Ñòðóêòóðà';
$strSubmit = 'Àäïðàâ³öü';
$strSuccess = 'Âàø SQL-çàïûò áû¢ ïàñüïÿõîâà âûêàíàíû';
$strSum = 'Óñÿãî';
$strSwedish = 'Øâýäçêàÿ';
$strSwitchToDatabase = 'Ïåðàéñüö³ äà ñêàï³ÿâàíàé áàçû äàäçåíûõ';
$strSwitchToTable = 'Ïåðàéñüö³ äà ñêàï³ÿâàíàé òàáë³öû';
 
$strTableAlreadyExists = 'Òàáë³öà %s óæî ³ñíóå!';
$strTableComments = 'Êàìýíòàð äà òàáë³öû';
$strTableEmpty = 'Ïóñòàÿ íàçâà òàáë³öû!';
$strTableHasBeenDropped = 'Òàáë³öà %s áûëà âûäàëåíàÿ';
$strTableHasBeenEmptied = 'Òàáë³öà %s áûëà à÷ûø÷àíàÿ';
$strTableHasBeenFlushed = 'Êýø òàáë³öû %s áû¢ à÷ûø÷àíû';
$strTableMaintenance = 'Àáñëóãî¢âàíüíå òàáë³öû';
$strTable = 'Òàáë³öà';
$strTableOfContents = 'Çüìåñò';
$strTableOptions = 'Îïöû³ òàáë³öû';
$strTables = '%s òàáë³ö(û)';
$strTableStructure = 'Ñòðóêòóðà òàáë³öû';
$strTableType = 'Òûï òàáë³öû';
$strTakeIt = 'ãýòàÿ';
$strTblPrivileges = 'Ïðûâ³ëå³, ñïýöûô³÷íûÿ äëÿ òàáë³öû';
$strTempData = '×àñîâûÿ äàäçåíûÿ';
$strTextAreaLength = ' Ç-çà âÿë³êàé äà¢æûí³,<br /> ãýòàå ïîëå íÿ ìîæà áûöü àäðýäàãàâàíàå ';
$strThai = 'Òàéëÿíäçêàÿ';
$strThemeDefaultNotFound = 'Òýìà ïà çìî¢÷àíüí³ %s íÿ çíîéäçåíàÿ!';
$strThemeNoPreviewAvailable = 'Ïàïÿðýäí³ ïðàãëÿä íåäàñòóïíû.';
$strThemeNotFound = 'Òýìà %s íÿ çíîéäçåíàÿ!';
$strThemeNoValidImgPath = 'Äàïóø÷àëüíû øëÿõ äà ìàëþíêࢠòýìû %s íÿ çíîéäçåíû!';
$strTheme = 'Òýìà / Ñòûëü';
$strThemePathNotFound = 'Íÿ çíîéäçåíû øëÿõ äà òýìû %s!';
$strThisHost = 'Ãýòû õîñò';
$strThisNotDirectory = 'Ãýòà íÿ òý÷êà';
$strThreads = 'Ïàòîê³';
$strThreadSuccessfullyKilled = 'Ïàòîê %s áû¢ ïàñüïÿõîâà ñïûíåíû.';
$strTime = '×àñ';
$strTimeoutInfo = 'Ïàïÿðýäíÿå ³ìïàðòàâàíüíå ñïûí³ëàñÿ ç-çà íåäàõîïó ÷àñó. Ïàñüëÿ íîâàé çàãðóçê³ ³ìïàðòàâàíüíå áóäçå ïðàöÿãíóòàå ç ïàçûöû³ %d.';
$strTimeoutNothingParsed = 'Àäíàê, ïàä÷àñ àïîøíÿãà âûêàíàíüíÿ í³ÿê³ÿ äàäçåíûÿ áûë³ àïðàöàâàíûÿ. Ãýòà çâû÷àéíà çíà÷ûöü, øòî phpMyAdmin íÿ çìîæà ñêîí÷ûöü ãýòàå ³ìïàðòàâàíüíÿ, êàë³ âû íå ïàâÿë³÷ûöå ë³ì³òû âûêàíàíüíÿ php-ñêðûïòî¢.';
$strTimeoutPassed = 'Âûéøࢠäàçâîëåíû ÷àñ âûêàíàíüíÿ ñêðûïòà. Êàë³ âû õî÷àöå çàâåðøûöü ³ìïàðòàâàíüíå, êàë³ ëàñêà, çàãðóç³öå ôàéë çíî¢ ³ ³ìïàðòàâàíüíå ¢çíàâ³ööà.';
$strToggleScratchboard = 'Ïàêàçàöü ïàïÿðýäí³ ïðàãëÿä';
$strTotal = 'óñÿãî';
$strTotalUC = 'Àãóëàì';
$strTraditionalChinese = 'Òðàäûöûéíàÿ ê³òàéñêàÿ';
$strTraditionalSpanish = 'Òðàäûöûéíàÿ ã³øïàíñêàÿ';
$strTraffic = 'Òðàô³ê';
$strTransactionCoordinator = 'Êààðäûíàòàð ïåðàêëàäó';
$strTransformation_application_octetstream__download = 'Ïàêàçâàå ñïàñûëêó äëÿ çàãðóçê³ äâîéêàâûõ äàäçåíûõ ïîëÿ. Âû ìîæàöå âûêàðûñòî¢âàöü ïåðøóþ îïöûþ äëÿ âûçíà÷ýíüíÿ ³ìÿ ôàéëà àáî âûêàðûñòî¢âàéöå äðóãóþ îïöûþ ÿê ³ìÿ ïîëÿ, ÿêîå ¢òðûìë³âàå ³ìÿ ôàéëà. Êàë³ âû âûêàðûñòî¢âàåöå äðóãóþ îïöûþ, âàì òðýáà ïàê³íóöü ïåðøàå ïîëå ïóñòûì';
$strTransformation_application_octetstream__hex = 'Ïàêàçâàå äàäçåíûÿ ¢ øàñíàööàòêàâûì âûãëÿäçå.';
$strTransformation_image_jpeg__inline = 'Ïàêàçâàå íàö³ñêàëüíû ýñê³ç; Îïöû³ — ìàêñûìàëüíàÿ øûðûíÿ ³ âûøûíÿ ¢ ï³êñýëàõ. Çàõî¢âàþööà ïà÷àòêîâûÿ ïðàïîðöû³.';
$strTransformation_image_jpeg__link = 'Ïàêàçâàå ñïàñûëêó äëÿ çàãðóçê³ ãýòàãà ìàëþíêó.';
$strTransformation_image_png__inline = 'Ïðàãëÿäçåöü ìàëþíàê image/jpeg: óáóäàâàíû';
$strTransformation_text_plain__dateformat = 'Ïàêàçâàå äàäçåíûÿ ç ïîëÿ TIME, TIMESTAMP àáî DATETIME ³ ôàðìàòóå ³õ çãîäíà âàøàãà ëÿêàëüíàãà ôàðìàòó äàòû. Ïåðøàÿ îïöûÿ — ïðàìåæàê ÷àñó (ó ãàäç³íàõ), ÿê³ áóäçå äàäàäçåíû äà ìåòê³ ÷àñó (Ïà çìî¢÷àíüí³: 0). Âûêàðûñòî¢âàéöå äðóãóþ îïöûþ, êàá âûçíà÷ûöü ³íøû ôàðìàò äàòû; ãëÿäç³öå äàêóìýíòàöûþ äà ôóíêöû³ PHP strftime().';
$strTransformation_text_plain__external = 'ÒÎËÜʲ ÄËß LINUX: Çàïóñêàå çüíåøíþþ ïðàãðàìó ³ ïåðàäàå ¸é äàäçåíûÿ ïîëÿ ïðàç ñòàíäàðòíû ¢âîä. Âÿðòàå ñòàíäàðòíû âûâàä ïðàãðàìû. Ïðàãðàìà ïà çìî¢÷àíüí³ — Tidy, ÿêàÿ äðóêóå ÷ûñòû HTML-êîä. Çü ìåðêàâàíüíÿ¢ áÿñüïåê³, âàì òðýáà ¢ðó÷íóþ àäðýäàãàâàöü ôàéë libraries/transformations/text_plain__external.inc.php ³ ïàçíà÷ûöü ñüï³ñ ïðàãðàìà¢, ÿê³ÿ âû õî÷àöå çðàá³öü äàñòóïíûì³. Ïåðøàÿ îïöûÿ — òàäû íóìàð ïðàãðàìû, ÿêóþ âû õî÷àöå âûêàðûñòî¢âàöü, äðóãàÿ îïöûÿ — ïàðàìýòðû äëÿ ïðàãðàìû. Òðýöÿÿ îïöûÿ, êàë³ âûçíà÷àíàÿ ÿê 1, ñêàíâýðòóå äàäçåíûÿ ç ñòàíäàðòíàãà âûâàäó âûêàðûñòî¢âàþ÷û htmlspecialchars() (Ïà çìî¢÷àíüí³ 1). ×àöüâåðòàÿ îïöûÿ, êàë³ âûçíà÷àíàÿ ÿê 1, ïðàäóõ³ë³öü ïåðàíîñ ïà ñëîâàõ, êàá ïåðàêàíàööà, øòî ¢âåñü âûõàäíû ïàòîê áóäçå âûâåäçåíû ¢ àäç³í ðàäîê (Ïà çìî¢÷àíüí³ 1).';
$strTransformation_text_plain__formatted = 'Ïàêàçâàå çüìåñüö³âà ïîëÿ ÿê-¸ñüöü, áåç àïðàöî¢ê³ ÿãî ôóíêöûÿé htmlspecialchars(). Òàìó ðàçóìååööà, øòî ïîëå ¢òðûìë³âàå êàðýêòíû HTML-êîä.';
$strTransformation_text_plain__imagelink = 'Ïàêàçâàå ìàëþíàê ³ ñïàñûëêó, ïîëå çüìÿø÷àå íàçâó ôàéëà. Ïåðøàÿ îïöûÿ — ïðýô³êñ àäðàñó êøòàëòó "http://www.example.com/". Äðóãàÿ ³ òðýöÿÿ îïöû³ — øûðûíÿ ³ âûøûíÿ ¢ ï³êñýëàõ.';
$strTransformation_text_plain__link = 'Ïàêàçâàå ñïàñûëêó; ïîëå çüìÿø÷àå íàçâó ôàéëà. Ïåðøàÿ îïöûÿ — ïðýô³êñ àäðàñó êøòàëòó "http://www.example.com/". Äðóãàÿ îïöûÿ — íàçâà ñïàñûëê³.';
$strTransformation_text_plain__sql = 'Ôàðìàòóå òýêñò ÿê SQL-çàïûò ç ïàäñüâå÷àíûì ñûíòàêñ³ñàì.';
$strTransformation_text_plain__substr = 'Ïàêàçâàå òîëüê³ ÷àñòêó ðàäêà. Ïåðøàÿ îïöûÿ — êîëüêàñüöü ñûìáàëÿ¢ àä ïà÷àòêó ðàäêà, ÿê³ÿ òðýáà ïðàïóñüö³öü (Ïà çìî¢÷àíüí³ 0). Äðóãàÿ îïöûÿ — êîëüêàñüöü ñûìáàëÿ¢, ÿê³ÿ òðýáà âÿðíóöü (Ïà çìî¢÷àíüí³: äà êàíöà ðàäêà). Òðýöÿÿ îïöûÿ — ðàäîê, ÿê³ òðýáà äàëó÷ûöü äà êàíöà ³/àáî ç ïà÷àòêó ðàäêà, êàë³ àäáóäçåööà ¢ñÿ÷ýíüíå (Ïà çìî¢÷àíüí³: "...") .';
$strTruncateQueries = 'Àáðàçàöü ïàêàçàíûÿ çàïûòû';
$strTurkish = 'Òóðýöêàÿ';
$strType = 'Òûï';
 
$strUkrainian = 'Óêðà³íñêàÿ';
$strUncheckAll = 'Çüíÿöü óñå àäçíàê³';
$strUnicode = 'Þí³êîä';
$strUnique = 'Óí³êàëüíàå';
$strUnknown = 'íåâÿäîìà';
$strUnselectAll = 'Çüíÿöü óñå àäçíàê³';
$strUnsupportedCompressionDetected = 'Âû ïàñïðàáàâàë³ çàãðóç³öü ôàéë ç ìýòàäàì ñüö³ñêó, ÿê³ íåïàäòðûìë³âàåööà (%s). ßãîíàÿ ïàäòðûìêà àáî íå ðýàë³çàâàíàÿ, àáî àäêëþ÷àíàÿ ¢ âàøàé êàíô³ãóðàöû³.';
$strUpdatePrivMessage = 'Âû çüìÿí³ë³ ïðûâ³ëå³ äëÿ %s.';
$strUpdateProfileMessage = 'Ïðîô³ëü áû¢ àäíî¢ëåíû.';
$strUpdateQuery = 'Àáíàâ³öü çàïûò';
$strUpdComTab = 'Çà ³íôàðìàöûÿé ÿê àáíàâ³öü òàáë³öó column_comments çüâÿðí³öåñÿ, êàë³ ëàñêà, äà äàêóìýíòàöû³';
$strUpgrade = 'Âàì òðýáà àáíàâ³öü %s äà âýðñ³³ %s ö³ ïàçüíåéøàé.';
$strUploadLimit = 'Âû, ìóñ³öü, ïàñïðàáàâàë³ çàãðóç³öü âåëüì³ âÿë³ê³ ôàéë. Êàë³ ëàñêà, çüâÿðí³öåñÿ äà %säàêóìýíòàöû³%s äëÿ âûñüâÿòëåíüíÿ ñïîñàáࢠàáûéñüö³ ãýòàå àáìåæàâàíüíå.';
$strUsage = 'Âûêàðûñòàíüíå';
$strUseBackquotes = 'Çâàðîòíàå äâóêîñüñå ¢ ³ì¸íàõ òàáë³ö ³ ïà븢';
$strUsedPhpExtensions = 'Âûêàðûñòî¢âàþööà ïàøûðýíüí³ PHP';
$strUseHostTable = 'Âûêàðûñòî¢âàöü òàáë³öó õîñòà¢';
$strUserAlreadyExists = 'Êàðûñòàëüí³ê %s óæî ³ñíóå!';
$strUser = 'Êàðûñòàëüí³ê';
$strUserEmpty = 'Ïóñòîå ³ìÿ êàðûñòàëüí³êà!';
$strUserName = '²ìÿ êàðûñòàëüí³êà';
$strUserNotFound = 'Âûëó÷àíû êàðûñòàëüí³ê íÿ çíîéäçåíû ¢ òàáë³öû ïðûâ³ëåÿ¢.';
$strUserOverview = 'Êàðûñòàëüí³ê³';
$strUsersDeleted = 'Âûáðàíûÿ êàðûñòàëüí³ê³ áûë³ ïàñüïÿõîâà âûäàëåíûÿ.';
$strUsersHavingAccessToDb = 'Êàðûñòàëüí³ê³ ç ïðàâàì³ äîñòóïó äà &quot;%s&quot;';
$strUseTabKey = 'Âûêàðûñòî¢âàéöå êëÿâ³øó TAB äëÿ ïåðàìÿø÷ýíüíÿ àä çíà÷ýíüíÿ äà çíà÷ýíüíÿ àáî CTRL+ñòðýëê³ äëÿ ïåðàìÿø÷ýíüíÿ ¢ ëþáîå ³íøàå ìåñöà';
$strUseTables = 'Âûêàðûñòî¢âàöü òàáë³öû';
$strUseTextField = 'Âûêàðûñòî¢âàöü òýêñòàâàå ïîëå';
$strUseThisValue = 'Âûêàðûñòî¢âàöü ãýòà çíà÷ýíüíå';
 
$strValidateSQL = 'Ïðàâåðûöü SQL';
$strValidatorError = 'Íåìàã÷ûìà ïðà³í³öûÿë³çàâàöü ïðàâåðêó SQL. Êàë³ ëàñêà, ïðàâåðöå, ö³ ¢ñòàëÿâàíûÿ ¢ âàñ íåàáõîäíûÿ ïàøûðýíüí³ PHP, ÿê ãýòà àï³ñàíà ¢ %säàêóìýíòàöû³%s.';
$strValue = 'Çíà÷ýíüíå';
$strVar = 'Çüìåííàÿ';
$strVersionInformation = '²íôàðìàöûÿ ïðà âýðñ³þ';
$strView = 'Âûãëÿä';
$strViewDumpDatabases = 'Ïðàãëÿäçåöü äàìï (ñõåìó) áàçࢠäàäçåíûõ';
$strViewDumpDB = 'Ïðàãëÿäçåöü äàìï (ñõóìó) áàçû äàäçåíûõ';
$strViewDump = 'Ïðàãëÿäçåöü äàìï (ñõåìó) òàáë³öû';
$strViewHasBeenDropped = 'Âûãëÿä %s áû¢ âûäàëåíû';
$strViewMaxExactCount = 'Ó ãýòûì ïðàãëÿäçå áîëüø çà %d ðàäêî¢. Êàë³ ëàñêà, çüâÿðí³öåñÿ äà %säàêóìýíòàöû³%s.';
 
$strWebServerUploadDirectoryError = 'Íåìàã÷ûìà àäêðûöü ïàçíà÷àíóþ âàì³ òý÷êó äëÿ çàãðóçê³ ôàéëà¢';
$strWebServerUploadDirectory = 'òý÷êà âýá-ñýðâýðà äëÿ çàãðóçê³ ôàéëà¢';
$strWelcome = 'Çàïðàøàåì ó %s';
$strWestEuropean = 'Çàõîäíåý¢ðàïåéñêàÿ';
$strWildcard = 'øàáë¸í';
$strWindowNotFound = 'Íåìàã÷ûìà àáíàâ³öü ìýòàâàå àêíî áðà¢çýðà. Ìàã÷ûìà, âû çàêðûë³ áàöüêî¢ñêàå àêíî àáî íàëàäû áÿñüïåê³ âàøàãà áðà¢çýðà ñêàíô³ãóðàíûÿ íà áëÿêàâàíüíå ì³æâàêîííûõ ¢çàåìàäçåÿíüíÿ¢';
$strWithChecked = 'Ç àäçíà÷àíûì³:';
$strWriteRequests = 'Çàïûòࢠçàï³ñó';
$strWritingCommentNotPossible = 'Íåìàã÷ûìà äàäàöü êàìýíòàð';
$strWritingRelationNotPossible = 'Íåìàã÷ûìà äàäàöü ñóâÿçü';
$strWrongUser = 'Íÿïðàâ³ëüíû ëàã³í/ïàðîëü. Ó äîñòóïå àäìî¢ëåíà.';
 
$strXML = 'XML';
 
$strYes = 'Òàê';
 
$strZeroRemovesTheLimit = 'Çà¢âàãà: Ïàçíà÷ýíüíå ãýòûõ îïöûÿ¢ ÿê 0 (íóëü) çäûìàå àáìåæàâàíüíå.';
$strZip = 'àðõ³âàâàíû ¢ zip';
 
?>
/Web/Maintenance/phpMyAdmin/lang/belarusian_latin-utf-8.inc.php
0,0 → 1,982
<?php
/* $Id: belarusian_latin-utf-8.inc.php,v 1.49.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by:
* Jaska Zedlik <jz53 at zedlik.com>
* http://www.zedlik.com
*/
 
$charset = 'windows-1251';
$text_dir = 'ltr';
$left_font_family = 'verdana, tahoma, arial, helvetica, geneva, sans-serif';
$right_font_family = 'verdana, tahoma, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ndz', 'Pan', 'Aŭt', 'Sier', 'Cač', 'Piat', 'Sub');
$month = array('Stu', 'Lut', 'Sak', 'Kra', 'Tra', 'Čer', 'Lip', 'Žni', 'Vier', 'Kas', 'Lis', 'Śn');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dzion, %s hadzinaŭ, %s chvilinaŭ i %s sekundaŭ';
 
$strAbortedClients = 'Spyniena';
$strAbsolutePathToDocSqlDir = 'Kali łaska, paznačcie poŭny šlach na veb-servery da tečki docSQL';
$strAccessDeniedCreateConfig = 'Imavierna, pryčyna hetaha ŭ tym, što nia stvorany kanfihuracyjny fajł. Kab jaho stvaryć, možna vykarystać %1$snaładačny skrypt%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin pasprabavaŭ padłučycca da servera MySQL, ale server adchiliŭ złučeńnie. Praviercie imia chostu, karystalnika i parol u config.inc.php i ŭpeŭniciesia, što jany adpaviadajuć infarmacyi, jakuju daŭ administratar MySQL-servera.';
$strAccessDenied = 'U dostupie admoŭlena';
$strAction = 'Dziejańnie';
$strAddAutoIncrement = 'Dadać značeńnie AUTO_INCREMENT';
$strAddConstraints = 'Dadać abmiežavańni';
$strAddDeleteColumn = 'Dadać/vydalić kalonku kryteru';
$strAddDeleteRow = 'Dadać/vydalić radok kryteru';
$strAddDropDatabase = 'Dadać DROP DATABASE';
$strAddedColumnComment = 'Dadany kamentar da kalonki';
$strAddedColumnRelation = 'Dadanaja suviaź dla kalonki';
$strAddFields = 'Dadać novyja pali';
$strAddHeaderComment = 'Dadać pryvatny kamentar u zahałovak (\\n padzialaje radki)';
$strAddIfNotExists = 'Dadać IF NOT EXISTS';
$strAddIntoComments = 'Dadać u kamentary';
$strAddNewField = 'Dadać novaje pole';
$strAddPrivilegesOnDb = 'Dadać pryvilei na nastupnuju bazu';
$strAddPrivilegesOnTbl = 'Dadać pryvilei na nastupnuju tablicu';
$strAddSearchConditions = 'Dadać umovy pošuku (cieła dla ŭmovy "where"):';
$strAddToIndex = 'Dadać da indeksa %s kalonku(i)';
$strAddUser = 'Dadać novaha karystalnika';
$strAddUserMessage = 'Byŭ dadadzieny novy karystalnik.';
$strAdministration = 'Administravańnie';
$strAffectedRows = 'Zakranutyja radki:';
$strAfterInsertBack = 'Pierajści da papiaredniaj staronki';
$strAfterInsertNewInsert = 'Dadać jašče adzin radok';
$strAfterInsertNext = 'Redagavać nastupny radok';
$strAfterInsertSame = 'Viarnucca da hetaj staronki';
$strAfter = 'Paśla %s';
$strAllowInterrupt = 'Dazvolić spynieńnie impartavańnia ŭ vypadku, kali skrypt vyśvietlić, što skončvajecca čas vykanańnia. Heta moža być dobrym sposabam impartavańnia vialikich fajłaŭ, adnak, heta moža pierapynić tranzakcyi.';
$strAllTableSameWidth = 'Pakazać usie tablicy adnolkavaj šyryni?';
$strAll = 'Usie';
$strAlterOrderBy = 'Źmianić paradak tablicy';
$strAnalyzeTable = 'Analizavać tablicu';
$strAnd = 'I';
$strAndThen = 'i paśla';
$strAnIndex = 'Byŭ dadadzieny indeks dla %s';
$strAnyHost = 'Luby chost';
$strAny = 'Luby';
$strAnyUser = 'Luby karystalnik';
$strApproximateCount = 'Moža być prybliznym. Hł. FAQ 3.11';
$strAPrimaryKey = 'Pieršasny kluč byŭ dadadzieny da %s';
$strArabic = 'Arabskaja';
$strArmenian = 'Armianskaja';
$strAscending = 'pramy';
$strAtBeginningOfTable = 'U pačatku tablicy';
$strAtEndOfTable = 'U kancy tablicy';
$strAttr = 'Atrybuty';
$strAutodetect = 'Aŭtavyznačeńnie';
$strAutomaticLayout = 'Aŭtamatyčnaje raźmiaščeńnie';
 
$strBack = 'Nazad';
$strBaltic = 'Bałtyjskaja';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinaryDoNotEdit = 'Dvojkavyja dadzienyja — nie redagujucca';
$strBinary = 'Dvojkavy';
$strBinaryLog = 'Dvojkavy łoh';
$strBinLogEventType = 'Typ padziei';
$strBinLogInfo = 'Infarmacyja';
$strBinLogName = 'Imia łohu';
$strBinLogOriginalPosition = 'Pieršapačatkovaja pazycyja';
$strBinLogPosition = 'Pazycyja';
$strBinLogServerId = 'ID servera';
$strBookmarkAllUsers = 'Dać kožnamu karystalniku dostup da hetaj zakładki';
$strBookmarkCreated = 'Zakładka %s stvoranaja';
$strBookmarkDeleted = 'Zakładka była vydalenaja.';
$strBookmarkLabel = 'Mietka';
$strBookmarkQuery = 'Zakładzieny SQL-zapyt';
$strBookmarkReplace = 'Zamianić isnuju zakładku z takim ža imiem';
$strBookmarkThis = 'Dadać hety SQL-zapyt u zakładki';
$strBookmarkView = 'Tolki prahlad';
$strBrowseDistinctValues = 'Prahlad roznych značeńniaŭ';
$strBrowseForeignValues = 'Prahladzieć źniešnija značeńni';
$strBrowse = 'Prahlad';
$strBufferPoolActivity = 'Aktyŭnaść pułu buferu';
$strBufferPool = 'Puł buferu';
$strBufferPoolUsage = 'Vykarystańnie pułu buferu';
$strBufferReadMissesInPercent = 'Propuskaŭ čytańnia ŭ %';
$strBufferReadMisses = 'Propuskaŭ čytańnia';
$strBufferWriteWaitsInPercent = 'Zatrymak zapisu ŭ %';
$strBufferWriteWaits = 'Zatrymak zapisu';
$strBulgarian = 'Baŭharskaja';
$strBusyPages = 'Zaniatych staronak';
$strBzError = 'phpMyAdmin nia moža ścisnuć damp z-za prablemaŭ z pašyreńniem Bz2 u hetaj versii PHP. Stroha rekamendujecca vyznačyć značeńnie dyrektyvy <code>$cfg[\'BZipDump\']</code> u vašym kanfihuracyjnym fajle phpMyAdmin jak <code>FALSE</code>. Kali vy žadajecie vykarystoŭvać Bz2-ścisk, vam nieabchodna abnavić versiju PHP. Źvarniciesia da PHP bug report %s dla bolš padrabiaznaj infarmacyi.';
$strBzip = 'ściskać u bzip';
 
$strCalendar = 'Kalandar';
$strCanNotLoadImportPlugins = 'Niemahčyma zahruzić płahiny impartavańnia, kali łaska, praviercie ŭstaloŭku!';
$strCannotLogin = 'Niemahčyma załahavacca na server MySQL';
$strCantLoad = 'niemahčyma zahruzić pašyreńnie %s;<br />kali łaska, praviercie kanfihuracyju PHP';
$strCantLoadRecodeIconv = 'Niemahčyma zahruzić pašyreńnie iconv abo pašyreńnie recode, nieabchodnyja dla pierakadavańnia symbalaŭ. Naładźcie PHP na vykarystańnie hetych pašyreńniaŭ abo ŭvohule adklučycie pierakadavańnie symbalaŭ u phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Niemahčyma pierajmienavać indeks u PRIMARY!';
$strCantUseRecodeIconv = 'Niemahčyma vykarystać ni funkcyju iconv, ni libiconvr, ni recode_string u toj čas, jak pašyreńnie paviedamlaje, što jano zahružanaje. Praviercie vašuju kanfihuracyju PHP.';
$strCardinality = 'Kolkaść elementaŭ';
$strCaseInsensitive = 'biez uliku rehistru';
$strCaseSensitive = 'z ulikam rehistru';
$strCentralEuropean = 'Centralnaeŭrapiejskaja';
$strChange = 'Źmianić';
$strChangeCopyModeCopy = '... pakinuć staroha.';
$strChangeCopyModeDeleteAndReload = ' ... vydalić staroha z tablicy karystalnikaŭ i paśla pierazahruzić pryvilei.';
$strChangeCopyModeJustDelete = ' ... vydalić staroha z tablicy karystalnikaŭ.';
$strChangeCopyModeRevoke = ' ... anulavać usie aktyŭnyja pryvilei staroha i paśla vydalić jaho.';
$strChangeCopyMode = 'Stvaryć novaha karystalnika z takimi ž pryvilejami i ...';
$strChangeCopyUser = 'Źmianić rehistracyjnuju infarmacyju / Kapijavać karystalnika';
$strChangeDisplay = 'Vybierycie pole dla adlustravańnia';
$strChangePassword = 'Źmianić parol';
$strCharset = 'Kadyroŭka';
$strCharsetOfFile = 'Kadyroŭka fajła:';
$strCharsetsAndCollations = 'Raskładki i supastaŭleńni';
$strCharsets = 'Kadyroŭki';
$strCheckAll = 'Adznačyć usio';
$strCheckOverhead = 'Adznačyć tyja, što patrabujuć aptymizacyi';
$strCheckPrivsLong = 'Pravieryć pryvilei dla bazy "%s".';
$strCheckPrivs = 'Pravieryć pryvilei';
$strCheckTable = 'Pravieryć tablicu';
$strChoosePage = 'Kali łaska, vybierycie staronku dla redagavańnia';
$strColComFeat = 'Pakazvać kamentary kalonak';
$strCollation = 'Supastaŭleńnie';
$strColumnNames = 'Nazvy kalonak';
$strColumnPrivileges = 'Specyfičnyja pryvilei kalonak';
$strCommand = 'Kamanda';
$strCommentsForTable = 'Kamentary da tablicy';
$strComments = 'Kamentary';
$strCompatibleHashing = 'Sumiaščalnaje z MySQL 4.0';
$strCompleteInserts = 'Poŭnaja ŭstaŭka';
$strCompression = 'Ścisk';
$strCompressionWillBeDetected = 'Metad ścisku impartavanaha fajła budzie vyznačanaja aŭtamatyčna z: %s';
$strConfigDefaultFileError = 'Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: "%1$s"';
$strConfigFileError = 'phpMyAdmin nia moža pračytać kanfihuracyjny fajł!<br />Heta moža adbycca ŭ vypadku, kali PHP znojdzie syntaksyčnuju pamyłku ŭ im abo kali PHP nia moža znajści fajł.<br />Kali łaska, zahruzicie kanfihuracyjny fajł niepasredna, vykarystoŭvajučy spasyłku, pryviedzienuju nižej, i pračytajcie paviedamleńni PHP pra pamyłki. U bolšaści vypadkaŭ, niedzie prapuščany apostraf abo kropka z koskaj.<br />Kali vy atrymajecie čystuju staronku, značyć, usio dobra.';
$strConfigureTableCoord = 'Kali łaska, skanfihurujcie kaardynaty dla tablicy %s';
$strConnectionError = 'Niemahčyma padłučycca: niapravilnyja nałady.';
$strConnections = 'Padłučeńni';
$strConstraintsForDumped = 'Abmiežavańni dla ekspartavanych tablic';
$strConstraintsForTable = 'Abmiežavańni dla tablicy';
$strCookiesRequired = 'Cookies musiać być uklučanymi paśla hetaha miesca.';
$strCopyDatabaseOK = 'Baza dadzienych %s była skapijavanaja ŭ %s';
$strCopy = 'Skapijavać';
$strCopyTableOK = 'Tablica %s była skapijavanaja ŭ %s.';
$strCopyTableSameNames = 'Niemahčyma skapijavać tablicu ŭ samu siabie!';
$strCopyTable = 'Skapijavać tablicu ŭ (baza dadzienych<b>.</b>tablica):';
$strCouldNotKill = 'phpMyAdmin nia moža spynić praces %s. Napeŭna, jon užo spynieny.';
$strCreateDatabaseBeforeCopying = 'vykanać CREATE DATABASE pierad kapijavańniem';
$strCreateIndex = 'Stvaryć indeks na %s kalonkach';
$strCreateIndexTopic = 'Stvaryć novy indeks';
$strCreateNewDatabase = 'Stvaryć novuju bazu dadzienych';
$strCreateNewTable = 'Stvaryć novuju tablicu ŭ BD %s';
$strCreatePage = 'Stvaryć novuju staronku';
$strCreatePdfFeat = 'Stvareńnie PDF-fajłaŭ';
$strCreate = 'Stvaryć';
$strCreationDates = 'Stvareńnie/Abnaŭleńnie/Pravierka dat';
$strCriteria = 'Kryter';
$strCroatian = 'Charvackaja';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcyi CSV';
$strCSVOptions = 'Opcyi CSV';
$strCyrillic = 'Kiryličnaja';
$strCzech = 'Českaja';
$strCzechSlovak = 'Čechasłavackaja';
 
$strDanish = 'Dackaja';
$strDatabase = 'Baza dadzienych';
$strDatabaseEmpty = 'Imia bazy dadzienych nie paznačanaje!';
$strDatabaseExportOptions = 'Nałady ekspartu bazy dadzienych';
$strDatabaseHasBeenDropped = 'Baza dadzienych %s była vydalenaja.';
$strDatabaseNoTable = 'Heta baza dadzienych nia ŭtrymlivaje tablic!';
$strDatabases = 'Bazy dadzienych';
$strDatabasesDropped = '%s bazaŭ dadzienych byli paśpiachova vydalenyja.';
$strDatabasesStatsDisable = 'Adklučyć statystyku';
$strDatabasesStatsEnable = 'Uklučyć statystyku';
$strDatabasesStatsHeavyTraffic = 'Zaŭvaha: Uklučeńnie statystyki bazy dadzienych moža vyklikać vialikuju kolkaść trafiku pamiž veb-serveram i serveram MySQL.';
$strDatabasesStats = 'Statystyka bazaŭ dadzienych';
$strData = 'Dadzienyja';
$strDataDict = 'Słoŭnik dadzienych';
$strDataOnly = 'Tolki dadzienyja';
$strDataPages = 'Staronak z dadzienymi';
$strDBComment = 'Kamentar da bazy dadzienych: ';
$strDBCopy = 'Kapijavać bazu dadzienych u';
$strDBGContextID = 'Kantekst ID';
$strDBGContext = 'Kantekst';
$strDBGHits = 'Zvarotaŭ';
$strDBGLine = 'Radok';
$strDBGMaxTimeMs = 'Maksymalny čas, ms';
$strDBGMinTimeMs = 'Minimalny čas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Čas/Zvarot, ms';
$strDBGTotalTimeMs = 'Ahulny čas, ms';
$strDbPrivileges = 'Specyfičnyja pryvilei bazy dadzienych';
$strDBRename = 'Pierajmienavać bazu dadzienych u';
$strDbSpecific = 'specyfičny dla bazy dadzienych';
$strDefaultEngine = '%s źjaŭlajecca mašynaj zachavańnia dadzienych pa zmoŭčańni na hetym MySQL-servery.';
$strDefault = 'Pa zmoŭčańni';
$strDefaultValueHelp = 'Dla značeńniaŭ pa zmoŭčańni, kali łaska, uviadzicie prosta značeńnie, biez vykarystańnia zvarotnych słešaŭ i dvukośsia, vykarystoŭvajučy farmat: a';
$strDefragment = 'Defrahmentavać tablicu';
$strDelayedInserts = 'Vykarystoŭvać adkładzienyja ŭstaŭki';
$strDeleteAndFlushDescr = 'Heta lepšy sposab, ale pierazahruzka pryvilejaŭ moža zaniać peŭny čas.';
$strDeleteAndFlush = 'Vydalić karystalnikaŭ i paśla pierazahruzić pryvilei.';
$strDeleted = 'Radok byŭ vydaleny';
$strDeletedRows = 'Vydalenyja radki:';
$strDeleteNoUsersSelected = 'Na vybranyja karystalniki dla vydaleńnia!';
$strDelete = 'Vydalić';
$strDeleting = 'Vydaleńnie %s';
$strDelOld = 'Biahučaja staronka ŭtrymlivaje spasyłki na tablicy, jakija bolš nie isnujuć. Ci žadajecie vy vydalić hetyja spasyłki?';
$strDescending = 'advarotny';
$strDescription = 'Apisańnie';
$strDictionary = 'słoŭnik';
$strDirtyPages = 'Brudnych staronak';
$strDisabled = 'Adklučana';
$strDisableForeignChecks = 'Adklučyć pravierku źniešnich klučoŭ';
$strDisplayFeat = 'Pakazvać mahčymaści';
$strDisplayOrder = 'Paradak prahladu:';
$strDisplayPDF = 'Pakazać PDF-schiemu';
$strDoAQuery = 'Vykanać "zapyt zhodna prykłada" (symbal padstanoŭki: "%")';
$strDocu = 'Dakumentacyja';
$strDoYouReally = 'Ci sapraŭdy vy žadajecie ';
$strDropDatabaseStrongWarning = 'Vy źbirajecie VYDALIĆ bazu dadzienych całkam!';
$strDropUsersDb = 'Vydalić bazy dadzienych, jakija majuć takija ž imiony jak i karystalniki.';
$strDrop = 'Vydalić';
$strDumpingData = 'Damp dadzienych tablicy';
$strDumpSaved = 'Damp zachavany ŭ fajł %s.';
$strDumpXRows = 'Damp %s radkoŭ, pačynajučy z %s.';
$strDynamic = 'dynamičny';
 
$strEditPDFPages = 'Redagavać PDF-staronki';
$strEditPrivileges = 'Redagavać pryvilei';
$strEdit = 'Redagavać';
$strEffective = 'Efektyŭnaść';
$strEmpty = 'Ačyścić';
$strEmptyResultSet = 'MySQL viarnuła pusty vynik (to bok nul radkoŭ).';
$strEnabled = 'Uklučana';
$strEncloseInTransaction = 'Ekspartavać za adnu tranzakcyju';
$strEndCut = 'END CUT';
$strEnd = 'Kaniec';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s dastupnaja na hetym MySQL-servery.';
$strEngineDisabled = '%s była adklučanaja dla retaha MySQL-servera.';
$strEngines = 'Mašyny';
$strEngineUnsupported = 'Hety server MySQL nie padtrymlivaje mašynu zachavańnia dadzienych %s.';
$strEnglish = 'Anhielskaja';
$strEnglishPrivileges = ' Zaŭvaha: imiony pryvilejaŭ MySQL zadajucca pa-anhielsku ';
$strErrorInZipFile = 'Pamyłka ŭ ZIP-archivie:';
$strError = 'Pamyłka';
$strEscapeWildcards = 'Symbali padstanoŭki _ i % musiać być ekranavanymi symbalem \ dla ich litaralnaha vykarystańnia';
$strEsperanto = 'Esperanta';
$strEstonian = 'Estonskaja';
$strExcelEdition = 'Versija Excel';
$strExcelOptions = 'Opcyi Excel';
$strExecuteBookmarked = 'Vykanać zapyt z zakładak';
$strExplain = 'Tłumačyć SQL';
$strExport = 'Ekspart';
$strExtendedInserts = 'Pašyranyja ŭstaŭki';
$strExtra = 'Dadatkova';
 
$strFailedAttempts = 'Niaŭdałych sprobaŭ';
$strFieldHasBeenDropped = 'Pole %s było vydalenaje';
$strField = 'Pole';
$strFieldsEmpty = ' Nia ŭviedzienaja kolkaść paloŭ! ';
$strFieldsEnclosedBy = 'Pali ŭziatyja ŭ';
$strFieldsEscapedBy = 'Pali ekranujucca';
$strFields = 'Pali';
$strFieldsTerminatedBy = 'Pali padzielenyja';
$strFileAlreadyExists = 'Fajł %s užo isnuje na servery, źmianicie imia fajła abo praviercie opcyju pierazapisu.';
$strFileCouldNotBeRead = 'Niemahčyma pračytać fajł';
$strFileNameTemplate = 'Šablon nazvy fajła';
$strFileNameTemplateDescriptionDatabase = 'imia bazy dadzienych';
$strFileNameTemplateDescription = 'Hetaje značeńnie interpretujecca z vykarystańniem %1$sstrftime%2$s, tamu možna vykarystoŭvać radki farmatavańnia času. Aproč hetaha, buduć praviedzienyja nastupnyja źmieny: %3$s. Astatni tekst zastaniecca jak jość.';
$strFileNameTemplateDescriptionServer = 'imia servera';
$strFileNameTemplateDescriptionTable = 'imia tablicy';
$strFileNameTemplateRemember = 'zapomnić šablon';
$strFileToImport = 'Impartavać fajł';
$strFixed = 'fiksavany';
$strFlushPrivilegesNote = 'Zaŭvaha: phpMyAdmin atrymlivaje pryvilei karystalnikaŭ naŭprostava z tablic pryvilejaŭ MySQL. Źmieściva hetych tablic moža adroźnivacca ad pryvilejaŭ, jakija vykarystoŭvaje server, kali jany byli źmienienyja ŭručnuju. U hetym vypadku vam treba %spierazahruzić pryvilei%s da taho, jak vy praciahniecie.';
$strFlushQueryCache = 'Skinuć keš zapytaŭ';
$strFlushTable = 'Skinuć keš tablicy ("FLUSH")';
$strFlushTables = 'Skinuć (zakryć) usie tablicy';
$strFormat = 'Farmat';
$strFormEmpty = 'Nie zadadzienaje značeńnie ŭ formie!';
$strFreePages = 'Volnych staronak';
$strFullText = 'Poŭnyja teksty';
$strFunction = 'Funkcyja';
 
$strGenBy = 'Stvorany';
$strGeneralRelationFeat = 'Mahčymaści asnoŭnych suviaziaŭ';
$strGeneratePassword = 'Zheneravać parol';
$strGenerate = 'Zheneravać';
$strGenTime = 'Čas stvareńnia';
$strGeorgian = 'Hruzinskaja';
$strGerman = 'Niamieckaja';
$strGlobal = 'hlabalny';
$strGlobalPrivileges = 'Hlabalnyja pryvilei';
$strGlobalValue = 'Hlabalnaje značeńnie';
$strGo = 'Paniesłasia';
$strGrantOption = 'Grant';
$strGreek = 'Hreckaja';
$strGzip = 'archivavany ŭ gzip';
 
$strHandler = 'Apracoŭnik';
$strHasBeenAltered = 'była źmienienaja.';
$strHasBeenCreated = 'była stvoranaja.';
$strHaveToShow = 'Vam nieabchodna vybrać prynamsi adnu kalonku dla adlustravańnia';
$strHebrew = 'Habrejskaja';
$strHexForBinary = 'Vykarystoŭvać šasnaccatkavyja liki dla dvojkavych paloŭ';
$strHome = 'Da pačatku';
$strHomepageOfficial = 'Aficyjnaja staronka phpMyAdmin';
$strHost = 'Chost';
$strHostEmpty = 'Pustoje imia chostu!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcyi Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcyi Microsoft Word 2000';
$strHungarian = 'Vuhorskaja';
 
$strIcelandic = 'Iślandzkaja';
$strId = 'ID';
$strIdxFulltext = 'Poŭnatekstekstavaje';
$strIgnoreDuplicates = 'Ignaravać radki, jakija paŭtarajucca';
$strIgnore = 'Ihnaravać';
$strIgnoreInserts = 'Vykarystoŭvać ustaŭki ihnaravańniaŭ';
$strIgnoringFile = 'Fajł %s praihnaravany';
$strImportDocSQL = 'Impartavać fajły docSQL';
$strImportFiles = 'Impartavać fajły';
$strImportFormat = 'Farmat impartavanaha fajła';
$strImport = 'Imrart';
$strImportSuccessfullyFinished = 'Impartravańnie paśpiachova zavieršanaje, vykanana %d zapytaŭ.';
$strIndexes = 'Indeksy';
$strIndexHasBeenDropped = 'Indeks %s byŭ vydaleny';
$strIndex = 'Indeks';
$strIndexName = 'Imia indeksa:';
$strIndexType = 'Typ indeksa:';
$strIndexWarningMultiple = 'Bolš za adzin %s kluč byŭ stvorany dla kalonki `%s`';
$strIndexWarningPrimary = 'Abodva klučy PRIMARY i INDEX pavinny być vyznačany dla kalonki `%s`';
$strIndexWarningTable = 'Prablemy z indeksami dla tablicy `%s`';
$strIndexWarningUnique = 'Abodva klučy UNIQUE i INDEX pavinny być vyznačany dla kalonki `%s`';
$strInnoDBAutoextendIncrement = 'Aŭtapašyralnaje prypaščeńnie';
$strInnoDBAutoextendIncrementDesc = ' Pamier pryraščeńnia dla pašyreńnia pamieru prastory aŭtapašyralnaj tablicy, kali jana zapoŭnicca.';
$strInnoDBBufferPoolSizeDesc = 'Pamier buferu ŭ pamiaci, jaki InnoDB vykarystoŭvaje dla kešavańnia dadzienych i indeksaŭ tablic.';
$strInnoDBBufferPoolSize = 'Pamier pułu buferu';
$strInnoDBDataFilePath = 'Fajły dadzienych';
$strInnoDBDataHomeDir = 'Chatniaja tečka dadzienych';
$strInnoDBDataHomeDirDesc = 'Ahulnaja častka šlachu tečki da ŭsich fajłaŭ dadzienych InnoDB.';
$strInnoDBPages = 'staronak';
$strInnodbStat = 'Stan InnoDB';
$strInsecureMySQL = 'Vaš kanfihuracyjny fajł utrymlivaje nałady (karystalnik root biez parolu), jakija adpaviadajuć pryvilejavanamu karystalniku MySQL pa zmoŭčańni. Vaš server MySQL pracuje z hetaj naładaj pa zmoŭčańni i źjaŭlajecca adkrytym dla źniešniaha ŭryvańnia, i tamu vam abaviazkova treba vypravić hetuju chibu ŭ biaśpiecy.';
$strInsertAsNewRow = 'Ustavić jak novy radok';
$strInsertedRowId = 'Id ustaŭlenaha radka:';
$strInsertedRows = 'Dadanyja radki:';
$strInsertNewRow = 'Ustavić novy radok';
$strInsert = 'Ustavić';
$strInternalNotNecessary = '* Unutranaja suviaź nie źjaŭlajecca abaviazkovaj, kali jana ŭžo isnuje ŭ InnoDB.';
$strInternalRelations = 'Unutranyja suviazi';
$strInUse = 'vykarystoŭvajecca';
$strInvalidAuthMethod = 'U kanfihuracyi vyznačany niekarektny metad aŭtentyfikacyi:';
$strInvalidColumnCount = 'Kolkaść kalonak musić być bolšaj za nul.';
$strInvalidColumn = 'Vyznačanaja niekarektnaja kalonka (%s)!';
$strInvalidCSVFieldCount = 'Niapravilnaja kolkaść paloŭ u CSV-dadzienych u radku %d.';
$strInvalidCSVFormat = 'Niekarektny farmat CSV-dadzienych u radku %d.';
$strInvalidCSVParameter = 'Niedapuščalny paremetar dla impartu dadzienych u CSV: %s';
$strInvalidFieldAddCount = 'Treba dadać prynamsi adno pole.';
$strInvalidFieldCount = 'Tablica musić mieć prynamsi adno pole.';
$strInvalidLDIImport = 'Hety płahin nie padtrymlivaje ścisnutyja dadzienyja!';
$strInvalidRowNumber = '%d nie źjaŭlajecca karektnym numaram radka.';
$strInvalidServerHostname = 'Niapravilnaje imia chostu dla servera %1$s. Kali łaska, praviercie kanfihurycyju.';
$strInvalidServerIndex = 'Niekarektny indeks servera: "%s"';
 
$strJapanese = 'Japonskaja';
$strJoins = 'Ab\'jadnańni';
$strJumpToDB = 'Pierajści da bazy dadzienych "%s".';
$strJustDeleteDescr = '"Vydalenyja" karystalniki ŭsio jašče zmohuć atrymać dostup da servera jak zvyčajna, pakul pryvilei nia buduć pierazahružanyja.';
$strJustDelete = 'Prosta vydalić karystalnikaŭ z tablic pryvilejaŭ.';
 
$strKeepPass = 'Nie źmianiać parol';
$strKeyCache = 'Keš klučoŭ';
$strKeyname = 'Imia kluča';
$strKill = 'Spynić';
$strKorean = 'Karejskaja';
 
$strLandscape = 'Krajavid';
$strLanguageFileNotFound = 'Moŭny fajł "%1$s" nia znojdzieny.';
$strLanguageUnknown = 'Nieviadomaja mova: %1$s.';
$strLatchedPages = 'Fiksavanyja staronki';
$strLatexCaption = 'Zahałovak tablicy';
$strLatexContent = 'Źmieściva tablicy __TABLE__';
$strLatexContinuedCaption = 'Praciahnuty zahałovak tablicy';
$strLatexContinued = '(praciah)';
$strLatexIncludeCaption = 'Uklučyć zahałovak tablicy';
$strLatexLabel = 'Kluč mietki';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcyi LaTeX';
$strLatexStructure = 'Struktura tablicy __TABLE__';
$strLatvian = 'Łatvijskaja';
$strLDI = 'CSV z vykarystańniem LOAD DATA';
$strLDIImportOptions = 'Opcyi CSV-impartavańnia, vykarystoŭvajučy LOAD DATA';
$strLDILocal = 'Vykarystoŭvać klučavoje słova LOCAL';
$strLengthSet = 'Daŭžynia/Značeńni*';
$strLimitNumRows = 'Kolkaść radkoŭ na staronku';
$strLinesTerminatedBy = 'Radki padzielenyja';
$strLinkNotFound = 'Suviaź nia znojdzienaja';
$strLinksTo = 'Źviazanaja z';
$strLithuanian = 'Litoŭskaja';
$strLocalhost = 'Lakalny';
$strLocationTextfile = 'Miescaznachodžańnie tekstavaha fajła';
$strLoginInformation = 'Infarmacyja pra ŭvachod';
$strLogin = 'Uvachod u systemu';
$strLogout = 'Vyjści z systemy';
$strLogPassword = 'Parol:';
$strLogServer = 'Server';
$strLogUsername = 'Imia karystalnika:';
$strLongOperation = 'Hetaja aperacyja moža zaniać šmat času. Praciahvać?';
 
$strMaxConnects = 'maksymum adnačasovych złučeńniaŭ';
$strMaximalQueryLength = 'Maksymalnaja daŭžynia stvoranaha zapytu';
$strMaximumSize = 'Maksymalny pamier: %s%s';
$strMbExtensionMissing = 'Pašyreńnie PHP mbstring nia znojdzienaje, a vy, zdajecca, vykarystoŭvajecie šmatbajtavuju kadyroŭku. Biez pašyreńnia mbstring phpMyAdmin nia moža padzialać radki karektna, i heta moža pryvieści da niečakanych vynikaŭ.';
$strMbOverloadWarning = 'Vy ŭklučyli mbstring.func_overload u vašym kanfihuracyjnym fajle PHP. Hetaja opcyja niesumiaščalnaja z phpMyAdmin i moža vyklikać paškodžańnie dadzienych!';
$strMIME_available_mime = 'Dastupnyja MIME-typy';
$strMIME_available_transform = 'Dastupnyja pieraŭtvareńni';
$strMIME_description = 'Apisańnie';
$strMIME_MIMEtype = 'MIME-typ';
$strMIME_nodescription = 'Niama dastupnych apisańniaŭ dla hetaha pieraŭtvareńnia.<br />Kali łaska, spytajcie aŭtara, što robić %s.';
$strMIME_transformation_note = 'Dla atrymańnia śpisu dastupnych opcyjaŭ transfarmacyi i pieraŭtvareńniaŭ ichnych MIME-typaŭ, naciśnicie na %sapisańni pieraŭtvareńniaŭ%s';
$strMIME_transformation_options_note = 'Kali łaska, uvodźcie značeńni opcyjaŭ pieraŭtvareńnia vykarystoŭvajučy hety farmat: \'a\',\'b\',\'c\'...<br />Kali vam treba ŭžyć zvarotny słeš ("\") abo apostraf ("\'") u hetych značeńniach, ustaŭcie zvarotny słeš pierad imi (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
$strMIME_transformation_options = 'Opcyi pieraŭtvareńnia';
$strMIME_transformation = 'Pieraŭtvareńnie MIME-typu braŭzeram';
$strMIMETypesForTable = 'MIME-typy tablicy';
$strMIME_without = 'MIME-typy, vyłučanyja kursivam, nia majuć asobnaj funkcyi pieraŭtvareńnia';
$strModifications = 'Madyfikacyi byli zachavanyja';
$strModify = 'Źmianić';
$strModifyIndexTopic = 'Źmianić indeks';
$strMoveTableOK = 'Tablica %s była pieraniesienaja ŭ %s.';
$strMoveTable = 'Pieranieści tablicu ŭ (baza dadzienych<b>.</b>tablica):';
$strMoveTableSameNames = 'Niemahčyma pieranieści tablicu ŭ samu siabie!';
$strMultilingual = 'šmatmoŭnaja';
$strMyISAMDataPointerSizeDesc = 'Značeńnie pa zmoŭčańni pamieru ŭkazalnika ŭ bajtach, dla vykarystańnia ŭ CREATE TABLE dla tablic MyISAM, kali nia vyznačanaja opcyja MAX_ROWS.';
$strMyISAMDataPointerSize = 'Pamier ukazalnika na dadzienyja';
$strMyISAMMaxExtraSortFileSizeDesc = 'Kali pamier časovaha fajła, jaki vykarystoŭvajecca dla chutkaha stvareńnia indeksu MyISAM, budzie bolšy, čym vykarystańnie dla kešu klučoŭ pamieru, paznačanaha tut, vybierycie metad kešavańnia klučoŭ.';
$strMyISAMMaxExtraSortFileSize = 'Maksymalny pamier časovych fajłaŭ dla stvareńnia indeksu';
$strMyISAMMaxSortFileSizeDesc = 'Maksymalny pamier časovaha fajła MySQL, jaki dazvolena vykarystoŭvać dla pierastvareńnia indeksu MyISAM (padčas REPAIR TABLE, ALTER TABLE, abo LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksymalny pamier dla časovych fajłaŭ sartavańnia';
$strMyISAMRecoverOptionsDesc = 'Režym dla aŭtamatyčnaha ŭznaŭleńnia paškodžanych tablic MyISAM, jak vyznačany praz opcyju --myisam-recover zahruzki servera.';
$strMyISAMRecoverOptions = 'Režym aŭtamatyčnaha ŭznaŭleńnia';
$strMyISAMRepairThreadsDesc = 'Kali hetaje značeńnie bolšaje za 1, indeksy tablic MyISAM buduć stvaracca paralelna (kožny indeks u svaim ułasnym patoku) padčas uznaŭleńnia pracesam sartavańnia.';
$strMyISAMRepairThreads = 'Patokaŭ uznaŭleńnia';
$strMyISAMSortBufferSizeDesc = 'Bufer, jaki vydzialajecca dla sartavańnia indeksaŭ MyISAM padčas REPAIR TABLE abo padčas stvareńnia indeksaŭ, vykarystoŭvajučy CREATE INDEX ci ALTER TABLE.';
$strMyISAMSortBufferSize = 'Pamier buferu sartavańnia';
$strMySQLCharset = 'Kadyroŭka MySQL';
$strMysqlClientVersion = 'Versija klijenta MySQL';
$strMySQLConnectionCollation = 'Supastaŭleńnie padłučeńnia da MySQL';
$strMySQLSaid = 'Adkaz MySQL: ';
$strMySQLShowProcess = 'Pakazać pracesy';
$strMySQLShowStatus = 'Pakazać stan MySQL';
$strMySQLShowVars = 'Pakazać systemnyja źmiennyja MySQL';
 
$strName = 'Nazva';
$strNext = 'Nastupny';
$strNoActivity = 'Nie było anijakaj aktyŭnaści na praciahu %s sekundaŭ. Kali łaska, uvajdzicie znoŭ';
$strNoDatabases = 'Bazy dadzienych adsutničajuć';
$strNoDatabasesSelected = 'Nia vybranaja baza dadzienych.';
$strNoDescription = 'niama apisańnia';
$strNoDetailsForEngine = 'Dla hetaj mašyny zachavańnia dadzienych detalnaja infarmacyja nie dastupnaja.';
$strNoDropDatabases = 'Kamandy "DROP DATABASE" adklučanyja.';
$strNoExplain = 'Nie tłumačyć SQL';
$strNoFilesFoundInZip = 'Fajły ŭ ZIP-archivie nia znojdzienyja!';
$strNoFrames = 'Dla raboty phpMyAdmin patrebny braŭzer z padtrymkaj <b>frejmaŭ</b>.';
$strNoIndex = 'Indeks nia vyznačany!';
$strNoIndexPartsDefined = 'Častki indeksu nia vyznačanyja!';
$strNoModification = 'Niama źmienaŭ';
$strNone = 'Niama';
$strNo = 'Nie';
$strNoOptions = 'Hety farmat nia maje opcyjaŭ';
$strNoPassword = 'Biez parola';
$strNoPermission = 'Veb-server nia maje dazvołu dla zachavańnia ŭ fajł %s.';
$strNoPhp = 'Biez PHP-kodu';
$strNoPrivileges = 'Biez pryvilejaŭ';
$strNoRights = 'Vy nia majecie dastatkovych pryvilejaŭ być u hetym miescy ŭ hety čas!';
$strNoRowsSelected = 'Nivodny radok nia vybrany';
$strNoSpace = 'Niedastatkova miesca dla zachavańnia ŭ fajł %s.';
$strNoTablesFound = 'U bazie dadzienych tablic nia vyjaŭlena.';
$strNoThemeSupport = 'Temy nie padtrymlivajucca; kali łaska, praviercie vašuju kanfihuracyju i/abo vašyja temy ŭ tečcy %s.';
$strNothingToImport = 'Dadzienyja dla impartavańnia nia ŭviedzienyja!';
$strNotNumber = 'Heta nia lik!';
$strNotOK = 'nie OK';
$strNotSet = 'Tablica <b>%s</b> nia znojdzienaja abo nia vyznačanaja ŭ %s';
$strNoUsersFound = 'Nie znojdzieny karystalnik.';
$strNoValidateSQL = 'Nie praviarać SQL';
$strNull = 'Nul';
$strNumberOfFields = 'Kolkaść paloŭ';
$strNumSearchResultsInTable = '%s supadzieńniaŭ u tablicy <i>%s</i>';
$strNumSearchResultsTotal = '<b>Ahułam:</b> <i>%s</i> supadzieńniaŭ';
$strNumTables = 'Tablic';
 
$strOK = 'OK';
$strOpenNewWindow = 'Adkryć novaje akno phpMyAdmin';
$strOperations = 'Aperacyi';
$strOperator = 'Aperatar';
$strOptimizeTable = 'Aptymizavać tablicu';
$strOr = 'Abo';
$strOverhead = 'Vykarystańnie resursaŭ';
$strOverwriteExisting = 'Pierazapisvać isnujučy(ja) fajł(y)';
 
$strPageNumber = 'Staronka:';
$strPagesToBeFlushed = 'Skinuć keš staronak';
$strPaperSize = 'Pamier papiery';
$strPartialImport = 'Častkovy impart';
$strPartialText = 'Častkovyja teksty';
$strPasswordChanged = 'Parol dla %s paśpiachova źmienieny.';
$strPasswordEmpty = 'Pusty parol!';
$strPasswordHashing = 'Chešavańnie parolu';
$strPasswordNotSame = 'Paroli nie supadajuć!';
$strPassword = 'Parol';
$strPdfDbSchema = 'Struktura bazy "%s" — staronka %s';
$strPdfInvalidTblName = 'Tablicy "%s" nie isnuje!';
$strPdfNoTables = 'Niama tablic';
$strPDFOptions = 'Parametry PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Zahałovak spravazdačy';
$strPerHour = 'u hadzinu';
$strPerMinute = 'u chvilinu';
$strPerSecond = 'u sekundu';
$strPersian = 'Persydzkaja';
$strPhoneBook = 'telefonnaja kniha';
$strPHP40203 = 'Vy vykarystoŭvajecie PHP 4.2.3, jakaja maje sur\'joznyja pamyłki pry rabocie z šmatbajtavymi radkami (mbstring). Hladzicie paviedamleńnie pra pamyłku PHP 19404. Heta versija PHP nie rekamendujecca dla vykarystańnia z phpMyAdmin.';
$strPhp = 'Stvaryć PHP-kod';
$strPHPVersion = 'Versija PHP';
$strPmaDocumentation = 'Dakumentacyja pa phpMyAdmin';
$strPmaUriError = 'Dyrektyva <tt>$cfg[\'PmaAbsoluteUri\']</tt> PAVINNA być vyznačanaja ŭ vašym kanfihuracyjnym fajle!';
$strPolish = 'Polskaja';
$strPortrait = 'Partret';
$strPos1 = 'Pačatak';
$strPrevious = 'Nazad';
$strPrimaryKeyHasBeenDropped = 'Pieršasny kluč byŭ vydaleny';
$strPrimaryKeyName = 'Imia pieršasnaha kluča musić być PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musić</b> być imiem pieršasnaha kluča i <b>tolki</b> jaho!)';
$strPrimary = 'Pieršasny';
$strPrint = 'Druk';
$strPrintViewFull = 'Versija dla druku (z usim tekstam)';
$strPrintView = 'Versija dla druku';
$strPrivDescAllPrivileges = 'Uklučaje ŭsie pryvilei, aproč GRANT.';
$strPrivDescAlter = 'Dazvalaje źmianiać strukturu isnych tablic.';
$strPrivDescAlterRoutine = 'Dazvalaje źmianiać i vydalać prahramy, jakija zachoŭvajucca.';
$strPrivDescCreateDb = 'Dazvalaje stvarać novyja bazy dadzienych i tablicy.';
$strPrivDescCreateRoutine = 'Dazvalaje stvarać prahramy, jakija zachoŭvajucca.';
$strPrivDescCreateTbl = 'Dazvalaje stvarać novyja tablicy.';
$strPrivDescCreateTmpTable = 'Dazvalaje stvarać časovyja tablicy.';
$strPrivDescCreateUser = 'Dazvalaje stvarać, vydalać i pierajmianoŭvać ulikovyja zapisy karystalnikaŭ';
$strPrivDescCreateView = 'Dazvalaje stvarać novyja prahlady.';
$strPrivDescDelete = 'Dazvalaje vydalać dadzienyja.';
$strPrivDescDropDb = 'Dazvalaje vydalać bazy dadzienych i tablicy.';
$strPrivDescDropTbl = 'Dazvalaje vydalać tablicy.';
$strPrivDescExecute5 = 'Dazvalaje vykanańnie prahramaŭ, jakija zachoŭvajucca.';
$strPrivDescExecute = 'Dazvalaje vykanańnie zachavanych pracedur; Nie pracuje ŭ hetaj versii MySQL.';
$strPrivDescFile = 'Dazvalaje impartavać dadzienyja z fajłaŭ i ekspartavać dadzienyja ŭ fajły.';
$strPrivDescGrant = 'Dazvalaje dadavać karystalnikaŭ i pryvilei biez pierazahruzki tablic pryvilejaŭ.';
$strPrivDescIndex = 'Dazvalaje stvarać i vydalać indeksy.';
$strPrivDescInsert = 'Dazvalaje ŭstaŭlać i zamianiać dadzienyja.';
$strPrivDescLockTables = 'Dazvalaje blakavać tablicy dla biahučaha patoku.';
$strPrivDescMaxConnections = 'Abmiažoŭvaje kolkaść novych złučeńniaŭ, jakija karystalnik moža adkryć na praciahu hadziny.';
$strPrivDescMaxQuestions = 'Abmiažoŭvaje kolkaść zapytaŭ, jakija karystalnik moža adpravić na server na praciahu hadziny.';
$strPrivDescMaxUpdates = 'Abmiažoŭvaje kolkaść kamandaŭ, źmianiajučych lubuju tablicu abo bazu dadzienych, jakija karystalnik moža vykanać na praciahu hadziny.';
$strPrivDescMaxUserConnections = 'Abmiažoŭvaje kolkaść adnačasovych złučeńniaŭ, jakija moža mieć karystalnik.';
$strPrivDescProcess3 = 'Dazvalaje spyniać pracesy inšych karystalnikaŭ.';
$strPrivDescProcess4 = 'Dazvalaje prahladać poŭnyja zapyty ŭ śpisie pracesaŭ.';
$strPrivDescReferences = 'Nie pracuje ŭ hetaj versii MySQL.';
$strPrivDescReload = 'Dazvalaje pierazahružać nałady servera i ačyščać keš servera.';
$strPrivDescReplClient = 'Dazvalaje karystalniku pytacca, dzie znachodziacca slaves / masters.';
$strPrivDescReplSlave = 'Nieabchodna dla replikacyi slaves.';
$strPrivDescSelect = 'Dazvalaje čytać dadzienyja.';
$strPrivDescShowDb = 'Daje dostup da poŭnaha śpisu bazaŭ dadzienych.';
$strPrivDescShowView = 'Dazvalaje vykanańnie zapytaŭ SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Dazvalaje spyniać server.';
$strPrivDescSuper = 'Dazvalaje padłučeńnie, navat kali dasiahnuty maksymalny lik padłučeńniaŭ; Patrabujecca dla bolšaści administratyŭnych aperacyjaŭ, takich jak vyznačeńnie hlabalnych źmiennych abo spynieńnie patokaŭ inšych karystalnikaŭ.';
$strPrivDescUpdate = 'Dazvalaje źmianiać dadzienyja.';
$strPrivDescUsage = 'Biez pryvilejaŭ.';
$strPrivileges = 'Pryvilei';
$strPrivilegesReloaded = 'Pryvilei byli paśpiachova pierazahružanyja.';
$strProcesslist = 'Śpis pracesaŭ';
$strProtocolVersion = 'Versija pratakołu';
$strPutColNames = 'Paznačyć nazvy paloŭ u pieršym radku';
 
$strQBEDel = 'Vydalić';
$strQBEIns = 'Ustavić';
$strQBE = 'Zapyt zhodna prykładu';
$strQueryCache = 'Keš zapytaŭ';
$strQueryFrame = 'Akno zapytu';
$strQueryOnDb = 'SQL-zapyt da BD <b>%s</b>:';
$strQuerySQLHistory = 'Historyja SQL';
$strQueryStatistics = '<b>Statystyka zapytaŭ</b>: Z momantu zapusku %s zapytaŭ było adpraŭlena na server.';
$strQueryTime = 'Zapyt vykonvaŭsia %01.4f sek';
$strQueryType = 'Typ zapytu';
$strQueryWindowLock = 'Nie pierazapisvajcie hety zapyt u inšych voknach';
 
$strReadRequests = 'Zapyty čytańnia';
$strReceived = 'Atrymana';
$strRecords = 'Zapisy';
$strReferentialIntegrity = 'Pravieryć cełasnaść dadzienych:';
$strRefresh = 'Abnavić';
$strRelationalSchema = 'Relacyjnaja schiema';
$strRelationNotWorking = 'Dadatkovyja mahčymaści raboty z źviazanymi tablicami byli adklučanyja. Kab vyśvietlić čamu, naciśnicie %stut%s.';
$strRelationsForTable = 'Suviazi ŭ tablicy';
$strRelations = 'Suviazi';
$strRelationView = 'Prahlad zaležnaściaŭ';
$strReloadingThePrivileges = 'Pierazahruzić pryvilei';
$strReloadMySQL = 'Pierazahruzić MySQL';
$strRemoveSelectedUsers = 'Vydalić vybranych karystalnikaŭ';
$strRenameDatabaseOK = 'Baza dadzienych %s była pierajmienavanaja ŭ %s';
$strRenameTableOK = 'Tablica %s była pierajmienavanaja ŭ %s';
$strRenameTable = 'Pierajmienavać tablicu ŭ';
$strRepairTable = 'Ramantavać tablicu';
$strReplaceNULLBy = 'Zamianiać NULL na';
$strReplaceTable = 'Zamianić dadzienyja tablicy dadzienymi z fajła';
$strReplication = 'Replikacyja';
$strReset = 'Skinuć';
$strResourceLimits = 'Abmiežavańni resursaŭ';
$strReType = 'Paćvierdžańnie';
$strRevokeAndDelete = 'Anulavać usie aktyŭnyja pryvilei karystalnikaŭ i paśla vydalić ich.';
$strRevokeAndDeleteDescr = 'Karystalniki ŭsio jašče buduć mieć pryvilei karystańnia (USAGE), pakul pryvilei nia buduć pierazahružanyja.';
$strRevoke = 'Anulavać';
$strRevokeMessage = 'Vy anulavali pryvilei dla %s';
$strRomanian = 'Rumynskaja';
$strRowLength = 'Daŭžynia radka';
$strRowsFrom = 'radkoŭ, pačynajučy z zapisu #';
$strRowSize = ' Pamier radka ';
$strRowsModeFlippedHorizontal = 'haryzantalna (paviernutyja zahałoŭki)';
$strRowsModeHorizontal = 'haryzantalna';
$strRowsModeOptions = 'u režymie %s i paŭtarać zahałoŭki praz kožnyja %s radkoŭ';
$strRowsModeVertical = 'vertykalna';
$strRows = 'Radki';
$strRowsStatistic = 'Statystyka radku';
$strRunning = 'na %s';
$strRunQuery = 'Adpravić zapyt';
$strRunSQLQueryOnServer = 'Vykanać SQL-zapyt(y) na servery %s';
$strRunSQLQuery = 'Vykanać SQL-zapyt(y) na bazie dadzienych %s';
$strRussian = 'Rasiejskaja';
 
$strSaveOnServer = 'Zachavać na servery ŭ tečcy %s';
$strSave = 'Zachavać';
$strScaleFactorSmall = 'Maštab zamały dla taho, kab schiema zajmała ŭsiu staronku';
$strSearchFormTitle = 'Pošuk u bazie dadzienych';
$strSearchInTables = 'U tablicy(ach):';
$strSearchNeedle = 'Słova(y) abo značeńnie(i) dla pošuku (maska: "%"):';
$strSearchOption1 = 'prynamsi adno z słovaŭ';
$strSearchOption2 = 'usie słovy';
$strSearchOption3 = 'dakładnuju frazu';
$strSearchOption4 = 'rehularny vyraz';
$strSearch = 'Pošuk';
$strSearchResultsFor = 'Vyniki pošuku "<i>%s</i>" %s:';
$strSearchType = 'Znajści:';
$strSecretRequired = 'Kanfihuracyjnamu fajłu zaraz patrebnaja sakretnaja fraza (blowfish_secret).';
$strSelectADb = 'Kali łaska, vybierycie bazu dadzienych';
$strSelectAll = 'Vybrać usio';
$strSelectBinaryLog = 'Vyłučycie dvojkavy łoh dla prahladu';
$strSelectFields = 'Vybrać pali (prynamsi adno):';
$strSelectNumRows = 'pa zapytu';
$strSelectTables = 'Vybierycie tablicu(y)';
$strSend = 'Zachavać jak fajł';
$strSent = 'Adpraŭlena';
$strServerChoice = 'Vybar servera';
$strServerNotResponding = 'Server nie adkazvaje';
$strServer = 'Server';
$strServerStatus = 'Biahučaja infarmacyja';
$strServerStatusDelayedInserts = 'Adkładzienyja ŭstaŭki';
$strServerStatusUptime = 'Hety server MySQL pracuje %s. Jon byŭ zapuščany %s.';
$strServerTabProcesslist = 'Pracesy';
$strServerTabVariables = 'Źmiennyja';
$strServerTrafficNotes = '<b>Trafik servera</b>: Hetyja tablicy pakazvajuć statystyku sietkavaha trafiku hetaha servera MySQL ad momantu jahonaha zapusku.';
$strServerVars = 'Nałady i źmiennyja servera';
$strServerVersion = 'Versija servera';
$strSessionValue = 'Značeńnie sesii';
$strSetEnumVal = 'Kali typ pola "enum" abo "set", kali łaska, uvodźcie značeńni vykarystoŭvajučy hety farmat: \'a\',\'b\',\'c\'...<br />Kali vam patrebna ŭžyć zvarotny słeš ("\") abo apostraf ("\'") siarod hetych značeńniaŭ, pastaŭcie pierad imi zvarotny słeš (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
$strShowAll = 'Pakazać usie';
$strShowColor = 'Pakazać koler';
$strShowDatadictAs = 'Farmat słoŭnika dadzienych';
$strShowFullQueries = 'Pakazać poŭnyja zapyty';
$strShowGrid = 'Pakazać sietku';
$strShowingBookmark = 'Pakazvajučy zakładku';
$strShowingRecords = 'Pakazanyja zapisy';
$strShowOpenTables = 'Pakazać adkrytyja tablicy';
$strShow = 'Pakazać';
$strShowPHPInfo = 'Pakazać infarmacyju pra PHP';
$strShowSlaveHosts = 'Pakazać zaležnyja servery';
$strShowSlaveStatus = 'Pakazać stan zaležnych serveraŭ';
$strShowStatusBinlog_cache_disk_useDescr = 'Kolkaść tranzakcyjaŭ, jakija vykarystoŭvali časovy dvojkavy keš zapytaŭ, ale jakija pieravysili značeńnie binlog_cache_size i vykarystoŭvali časovy fajł dla zachoŭvańnia vyrazaŭ tranzakcyi.';
$strShowStatusBinlog_cache_useDescr = 'Kolkaść tranzakcyjaŭ, jakija vykarystoŭvali časovy dvojkavy keš zapytaŭ.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Kolkaść časovych tablic na dysku, stvoranych aŭtamatyčna serveram padčas vykanańnia vyrazaŭ. Kali lik Created_tmp_disk_tables vialiki, vy možacie pavialičyć značeńnie tmp_table_size, kab časovyja tablicy zachoŭvalisia ŭ pamiaci, a nie na dysku.';
$strShowStatusCreated_tmp_filesDescr = 'Kolkaść časovych fajłaŭ, stvoranych mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Kolkaść časovych tablic, raźmieščanych u pamiaci, jakija byli aŭtamatyčna stvoranyja serveram padčas vykanańnia vyrazaŭ.';
$strShowStatusDelayed_errorsDescr = 'Kolkaść radkoŭ, zapisanych z INSERT DELAYED, z-za jakich adbylisia peŭnyja pamyłki (peŭna, dublavanyja klučy).';
$strShowStatusDelayed_insert_threadsDescr = 'Kolkaść apracoŭnikaŭ patokaŭ INSERT DELAYED, jakija vykarystoŭvajucca. Kožnaja tablica, na jakoj vykonvajecca INSERT DELAYED atrymlivaje svoj ułasny patok.';
$strShowStatusDelayed_writesDescr = 'Kolkaść zapisanych INSERT DELAYED radkoŭ.';
$strShowStatusFlush_commandsDescr = 'Kolkaść vykananych FLUSH-vyrazaŭ.';
$strShowStatusHandler_commitDescr = 'Kolkaść unutranych COMMIT-vyrazaŭ.';
$strShowStatusHandler_deleteDescr = 'Kolkaść razoŭ vydaleńnia radka z tablicy.';
$strShowStatusHandler_discoverDescr = 'Server MySQL moža zapytacca mašynu zachavańnia dadzienych NDB Cluster, ci viedaje jana tablicu z dadzienym imiem. Heta nazyvajecca vyśviatleńniem. Handler_discover pakazvaje kolkaść vyśviatleńniaŭ tablic.';
$strShowStatusHandler_read_firstDescr = 'Kolkaść razoŭ pieršy zapis byŭ pračytany z indeksu. Kali hetaje značeńnie vialikaje, serveru rekamendujecca rabić vialikuju kolkaść paŭnaindeksavych skanavańniaŭ; naprykład, SELECT col1 FROM foo, uličvajučy, što col1 indeksavanaja.';
$strShowStatusHandler_read_keyDescr = 'Kolkaść zapytaŭ na čytańnie radka z vykarystańniem kluča. Kali jana vialikaja, heta dobraja prykmieta taho, što zapyty i tablicy dobra indeksavanyja.';
$strShowStatusHandler_read_nextDescr = 'Kolkaść zapytaŭ čytańnia nastupny radok u klučavym paradku. Jana pavialičvajecca, kali vykonvajecca zapyt na indeksavanuju kalonku z šeraham abmiežavańniaŭ abo kali adbyvajecca skanavańnie indeksaŭ.';
$strShowStatusHandler_read_prevDescr = 'Kolkaść zapytaŭ čytańnia papiaredni radok u klučavym paradku. Hety metad čytańnia vykarystoŭvajecca pieravažna dla aptymizacyi ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Kolkaść zapytaŭ čytańnia radka fiksavanaj pazycyi. Jana vialikaja, kali vykonvajecca šmat zapytaŭ, jakija patrabujuć sartavańnie vynikaŭ. Mahčyma, prysutničaje šmat zapytaŭ, jakija patrabujuć ad MySQL pierahlad tablicy całkam abo vykonvajucca ab\'jadnańni, jakija niapravilna vykarystoŭvajuć klučy.';
$strShowStatusHandler_read_rnd_nextDescr = 'Kolkaść zapytaŭ čytańnia nastupnaha radka ŭ fajle dadzienych. Jana vialikaja, kali vykonvajecca šmat prahladaŭ tablicy. U ahulnym vypadku heta aznačaje, što tablicy indeksavanyja niapravilna abo zapyty nie napisanyja tak, kab vykarystoŭvać pieravahi indeksaŭ.';
$strShowStatusHandler_rollbackDescr = 'Kolkaść unutranych vyrazaŭ ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Kolkaść zapytaŭ abnaŭleńnia radka ŭ tablicy.';
$strShowStatusHandler_writeDescr = 'Kolkaść zapytaŭ ustaŭki radka ŭ tablicu.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Kolkaść staronak, jakija ŭtrymlivajuć dadzienyja (źmienienych abo niaźmienienych).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Kolkaść źmienienych staronak.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Kolkaść staronak bufernaha pułu, na jakija byŭ atrymany zapyt na skid.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Kolkaść volnych staronak.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Kolkaść staronak, jakija ŭtrymlivajucca ŭ bufernym pule InnoDB. Heta staronki, jakija ŭ biahučy momant čytajucca ci zapisvajucca abo jakija nia mohuć być skinutyja ci vydalenyja z-za peŭnaj pryčyny.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kolkaść zaniatych staronak tamu, što jany byli vyznačanyja jak administrycyjnyja dadzienyja takija, jak blakavańnie radkoŭ abo adaptyŭny chešavany indeks. Hetaje značeńnie taksama moža być vyličanaje jak Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Ahulny pamier bufernaha pułu, u staronkach.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Kolkaść «vypadkovych» papiarednich čytańniaŭ, zroblenych InnoDB. Heta adbyvajecca, kali zapyt prahladaje značnuju častku tablicy, ale ŭ vypadkovym paradku.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Kolkaść paśladoŭnych papiarednich čytańniaŭ, zroblenych InnoDB. Heta adbyvajecca, kali InnoDB vykonvaje paśladoŭny poŭny prahlad tablicy.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Kolkaść lagičnych zapytaŭ čytańnia, zroblenych InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Kolkaść lagičnych čytańniaŭ, jakija InnoDB nie zmahła adnavić z bufernaha pułu, a tamu zrabiła adnastaronkavaje čytańnie.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Zvyčajna, zapisy ŭ buferny puł InnoDB, zroblenyja ŭ fonie. Adnak, kali nieabchodna pračytać abo stvaryć staronku i čystyja staronki adsutničajuć, nieabchočna pačakać, pakul peŭnyja staronki nia buduć skinutyja. Hety kamputar padličvaje kolkaść takich čakańniaŭ. Kali pamier buferu byŭ vyznačany pravilna, hetaje značeńnie musić być maleńkim.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Kolkaść zapisaŭ, zroblenych u buferny puł InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Kolkaść aperacyjaŭ fsync() na biahučy momant.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Biahučaja kolkaść aperacyjaŭ fsync(), jakija čakajuć vykanańnia.';
$strShowStatusInnodb_data_pending_readsDescr = 'Biahučaja kolkaść čytańniaŭ, jakija čakajuć vykanańnia.';
$strShowStatusInnodb_data_pending_writesDescr = 'Biahučaja kolkaść zapisaŭ, jakija čakajuć vykanańnia.';
$strShowStatusInnodb_data_readDescr = 'Kolkaść pračytanych na biahučy momant dadzienych, u bajtach.';
$strShowStatusInnodb_data_readsDescr = 'Ahulnaja kolkaść čytańniaŭ dadzienych.';
$strShowStatusInnodb_data_writesDescr = 'Ahulnaja kolkaść zapisaŭ dadzienych.';
$strShowStatusInnodb_data_writtenDescr = 'Kolkaść zapisanych na biahučy momant dadzienych, u bajtach.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Kolkaść padvojnych zapisaŭ, jakija byli vykananyja, i kolkaść staronak, jakija byli zapisanyja dla hetaj mety.';
$strShowStatusInnodb_dblwr_writesDescr = 'Kolkaść padvojnych zapisaŭ, jakija byli vykananyja, i kolkaść staronak, jakija byli zapisanyja dla hetaj mety.';
$strShowStatusInnodb_log_waitsDescr = 'Kolkaść vypadkaŭ čakańnia z-za taho, što bufer łogu byŭ zanadta mały, i tamu daviałosia čakać, pakul jon nie ačyścicca.';
$strShowStatusInnodb_log_write_requestsDescr = 'Kolkaść zapisaŭ u łog.';
$strShowStatusInnodb_log_writesDescr = 'Kolkaść fizyčna vykananych zapisaŭ u łog-fajł.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Kolkaść synchranizavynych zapisaŭ, zroblenych u łog-fajł.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Kolkaść synchranizavańniaŭ łog-fajła, jakija čakajuć vykanańnia.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Kolkaść zapisaŭ u łog-fajł, jakija čakajuć vykanańnia.';
$strShowStatusInnodb_os_log_writtenDescr = 'Kolkaść bajtaŭ, zapisanych u łog-fajł.';
$strShowStatusInnodb_pages_createdDescr = 'Kolkaść stvoranych staronak.';
$strShowStatusInnodb_page_sizeDescr = 'Pamier zakampilavanaj staronki InnoDB (pa zmoŭčańni 16KB). Peŭnyja vieličyni vymiarajucca ŭ staronkach; pamier staronki dazvalaje chutka pieravieści jaho ŭ bajty.';
$strShowStatusInnodb_pages_readDescr = 'Kolkaść pračytanych staronak.';
$strShowStatusInnodb_pages_writtenDescr = 'Kolkaść zapisanych staronak.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Kolkaść blakavańniaŭ radkoŭ, čakańnie jakich adbyvajecca na biahučy momant.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Siaredni čas atrymańnia mahčymaści blakavańnia radku, u milisekundach.';
$strShowStatusInnodb_row_lock_timeDescr = 'Ahulny čas čakańnia atrymańnia mahčymaści blakavańnia radku, u milisekundach.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksymalny čas atramańnia mahčymaści blakavańnia radku, u milisekundach.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Kolkaść razoŭ, kali davodziłasia čakać blakavańnie radku.';
$strShowStatusInnodb_rows_deletedDescr = 'Kolkaść radkoŭ, vydalenych z tablic InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Kolkaść radkoŭ, ustaŭlenych u tablicy InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Kolkaś radkoŭ, pračytanych z tablic InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Kolkaść radkoŭ, abnoŭlenych u tablicach InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Kolkaść blokaŭ u kešy klučoŭ, jakija byli źmienienyja, ale jašče nie byli skinutyja na dysk. Vykarystoŭvajecca jak značeńnie Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Kolkaść niavykarystanych blokaŭ u kešy klučoŭ. Hetaje značeńnie možna vykarystoŭvać dla vyznačeńnia stupieni vykarystańnia kešu klučoŭ.';
$strShowStatusKey_blocks_usedDescr = 'Kolkaść vykarystanych blokaŭ u kešy klučoŭ. Hetaje značeńnie z dastatkovaj stupieńniu peŭnaści śviedčyć pra maksymalnuju za ŭvieś čas kolkaść blokaŭ, jakija vykarastoŭvalisia adnačasova.';
$strShowStatusKey_read_requestsDescr = 'Kolkaść zapytaŭ na čytańnie bloku klučoŭ z kešu.';
$strShowStatusKey_readsDescr = 'Kolkaść fizyčnych čytańniaŭ bloku klučoŭ z dyska. Kali značeńnie Key_reads vialikaje, značeńnie key_buffer_size, vidać, vielmi małoje. Kolkaść promachaŭ u keš možna vyličyć jak Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Kolkaść zapytaŭ na zapis bloku klučoŭ u keš.';
$strShowStatusKey_writesDescr = 'Kolkaść fizyčnych zapisaŭ bloku klučoŭ na dysk.';
$strShowStatusLast_query_costDescr = 'Ahulny košt apošniaha zkampilavanaha zapytu, padličanaha aptymizataram zapytaŭ. Karysna dla paraŭnańnia roznych sposabaŭ realizacyi adnaho zapytu. Značeńnie pa zmoŭčańni 0 aznačaje, što nivodny zapyt jašče nia byŭ zkampilavany.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Kolkaść radkoŭ dla zapisu, adkładzienych zapytami INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Kolkaść tablic, jakija byli adkrytyja. Kali adkrytyja tablicy vialikija, značeńnie kešu tablic imavierna vielmi małoje.';
$strShowStatusOpen_filesDescr = 'Kolkaść adkrytych fajłaŭ.';
$strShowStatusOpen_streamsDescr = 'Kolkaść adkrytych patokaŭ (vykarystoŭvajucca pieravažna dla łahavańnia).';
$strShowStatusOpen_tablesDescr = 'Kolkaść adkrytych tablic.';
$strShowStatusQcache_free_blocksDescr = 'Kolkaść volnych blokaŭ pamiaci ŭ kešy zapytaŭ.';
$strShowStatusQcache_free_memoryDescr = 'Kolkaść volnaj pamiaci dla kešu zapytaŭ.';
$strShowStatusQcache_hitsDescr = 'Kolkaść zvarotaŭ da kešu.';
$strShowStatusQcache_insertsDescr = 'Kolkaść zapytaŭ, jakija byli dadanyja ŭ keš.';
$strShowStatusQcache_lowmem_prunesDescr = 'Kołkaść zapytaŭ, jakija byli vydalenyja z kešu, kab vyzvalić pamiać dla kešavańnia novych zapytaŭ. Hetyja źviestki mohuć dapamahčy vyznačyć pamier kešu zapytaŭ. Keš zapytaŭ vykarystoŭvaje statehiju elementa, jaki vykarystoŭvaŭsia najmienš (LRU) dla vyznačeńnia, jakija zapyty treba vydalać z kešu.';
$strShowStatusQcache_not_cachedDescr = 'Kolkaść niekešavalnych zapytaŭ (niekešavalnych abo niekešavanych z-za značeńnia dyrektyvy query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Kolkaść zapytaŭ, jakija prysutničajuć u kešy.';
$strShowStatusQcache_total_blocksDescr = 'Ahulnaja kolkaść blokaŭ u kešy zapytyŭ.';
$strShowStatusReset = 'Skinuć statystyku';
$strShowStatusRpl_statusDescr = 'Stan abaronienaj ad pamyłak replikacyi (jašče nie realizavanaja).';
$strShowStatusSelect_full_joinDescr = 'Kolkaść ab\'jadnańniaŭ, jakija nie vykarystoŭviajuć indeksy. Kali hetaje značeńnie nia roŭnaje 0, varta pravieryć indeksy ŭ tablicach.';
$strShowStatusSelect_full_range_joinDescr = 'Kolkaść ab\'jadnańniaŭ, jakija vykarystoŭvali pošuk pa mascy ŭ metavaj tablicy.';
$strShowStatusSelect_range_checkDescr = 'Kolkaść ab\'jadnańniaŭ biez vykarystańnia klučoŭ, jakija praviarali najaŭnaść kluča paśla kožnaha radka. (Kali hetaje značeńnie nia roŭnaje 0, varta pravieryć indeksy ŭ tablicach.)';
$strShowStatusSelect_rangeDescr = 'Kolkaść ab\'jadnańniaŭ, jakija vykarystoŭvali spałučeńni paloŭ u pieršaj tablicy. (Zvyčajna nie krytyčna, navat kali hetaje značeńnie vialikaje.)';
$strShowStatusSelect_scanDescr = 'Kolkaść ab\'jadnańniaŭ, jakija praviali poŭny prahlad pieršaj tablicy.';
$strShowStatusSlave_open_temp_tablesDescr = 'Kolkaść časovych tablic, jakija ŭ biahučy momant adkrytyja zaležnym SQL-patokam.';
$strShowStatusSlave_retried_transactionsDescr = 'Ahulnaja (ad zahruzki) kolkaść razoŭ, kali zaležny SQL-patok replikacyi paŭtaraŭ tranzakcyi.';
$strShowStatusSlave_runningDescr = 'Hetaje značeńnie roŭnaje "ON", kali server źjaŭlajecca zaležnym i padłučanym da servera, jaki jaho kantraluje.';
$strShowStatusSlow_launch_threadsDescr = 'Kolkaść patokaŭ, jakim spatrebiłasia bolš za slow_launch_time sekundaŭ dla stvareńnia.';
$strShowStatusSlow_queriesDescr = 'Kolkaść zapytaŭ, na vykanantnie jakich spatrebiłasia bolš, čym long_query_time sekundaŭ.';
$strShowStatusSort_merge_passesDescr = 'Kolkaść prachodaŭ, jakija byli zroblenyja algarytmam sartavańnia. Kali hetaje značeńnie vialikaje, varta razhledzić pavieličeńnie značeńnia systemnaj źmiennaj sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Kolkaść sartavańniaŭ, jakija byli zroblenyja z vykarystańniem niekalkich słupkoŭ.';
$strShowStatusSort_rowsDescr = 'Kolkaść adsartavanych radkoŭ.';
$strShowStatusSort_scanDescr = 'Kolkaść sartavańniaŭ, jakija byli zroblenyja padčas prahladu tablicy.';
$strShowStatusTable_locks_immediateDescr = 'Kolkaść razoŭ, kali blakavańnie tablicy było zroblenaje imhnienna.';
$strShowStatusTable_locks_waitedDescr = 'Kolkaść razoŭ, kali blakavańnie tablicy niemahčyma było ažyćciavić imhnienna i peŭny čas pajšoŭ na čakańnie. Kali hetaje značeńnie vialikaje, i isnujuć prablemy z pradukcyjnaściu, varta spačatku aptymizavać zapyty, a paśla abo padzialić tablicu abo tablicy, abo vykarystoŭvać replikacyju.';
$strShowStatusThreads_cachedDescr = 'Kolkaść patokaŭ u kešy patokaŭ. Stupień traplańnia ŭ keš moža być vyličanaja jak Threads_created/Connections. Kali hetaje značeńnie pafarbavanaje ŭ čyrvony koler, varta pavialičyć značeńnie thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Kolkaść adkrytych na biahučy momant złučeńniaŭ.';
$strShowStatusThreads_createdDescr = 'Kolkaść patokaŭ, stvoranych dla kiravańnia złučeńniami. Kali značeńnie Threads_created vialikaje, mahčyma, varta pavialičyć značeńnie thread_cache_size. (Zvyčajna, heta nie daje jakoha-niebudź zaŭvažnaha pavieličeńnia pradukcyjnaści, kali prysutničaje dobraja realizacyja patokaŭ.)';
$strShowStatusThreads_runningDescr = 'Kolkaść patokaŭ, jakija nie źjaŭlajucca śpiačymi.';
$strShowTableDimension = 'Pakazać raźmiernaść tablic';
$strShowTables = 'Pakazać tablicy';
$strShowThisQuery = ' Pakazać hety zapyt znoŭ ';
$strSimplifiedChinese = 'Kitajskaja sproščanaja';
$strSingly = '(asobna)';
$strSize = 'Pamier';
$strSkipQueries = 'Kolkaść (zapytaŭ), jakija treba prapuścić ad pačatku';
$strSlovak = 'Słavackaja';
$strSlovenian = 'Słavienskaja';
$strSocketProblem = '(abo sokiet lakalnaha servera MySQL nie skanfihuravany pravilna)';
$strSortByKey = 'Sartavać pa kluču';
$strSorting = 'Sartavańnie';
$strSort = 'Paradak';
$strSpaceUsage = 'Vykarystańnie prastory';
$strSpanish = 'Hišpanskaja';
$strSplitWordsWithSpace = 'Słovy padzielenyja prahałam (" ").';
$strSQLExportCompatibility = 'Sumiaščalnaść ekspartavanaha SQL';
$strSQLExportType = 'Typ ekspartu';
$strSQLImportOptions = 'Parametry SQL';
$strSQLOptions = 'Opcyi SQL';
$strSQLParserBugMessage = 'Mahčyma, vy znajšli pamyłku ŭ SQL-parsery. Kali łaska, uvažliva praviercie vyš zapyt i adpaviednaść dvukośsiaŭ u im. Inšaj mahčymaj pryčynaj pamyłki moža być toje, što vy zahruzili fajł z dvojkavymi dadzienymi pa-za miežami tekstu, vyłučanaha dvukośsiami. Vy taksama možacie pasprabavać adpravić vaš zapyt z kamandnaha radka MySQL. Paviedamleńnie pra pamyłku servera MySQL pryviedzienaje nižej, moža taksama dapamahčy vam vyśvietlić pryčynu prablemu. Kali vy ŭsio jašče majecie prablemy abo parser paviedamlaje pra pamyłku, a z kamandnaha radku zapyt vykonvajecca, kali łaska, skaracicie vaš uviedzieny SQL-zapyt da adnaho zapytu, jaki vyklikaje pamyłku, i adpraŭcie paviedamleńnie pra pamyłku z blokam dadzienych, padadzienych u sekyci CUT nižej:';
$strSQLParserUserError = 'Zdajecca, vaš SQL-zapyt utrymlivaje pamyłku. Paviedamleńnie pra pamyłku servera MySQL pryviedzienaje nižej, mahčyma, taksama dapamoža vam vyśvietlić pryčynu pamyłki';
$strSQLQuery = 'SQL-zapyt';
$strSQLResult = 'SQL-vynik';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Niapravilny identyfikatar';
$strSQPBugUnclosedQuote = 'Niezakrytaje dvukośsie';
$strSQPBugUnknownPunctuation = 'Nieviadomy symbal punktuacyi';
$strStatCheckTime = 'Apošniaja pravierka';
$strStatCreateTime = 'Stvoranaja';
$strStatement = 'Vyrazy';
$strStatisticsOverrun = 'Na zahružanym servery bajtavyja ličylniki mohuć pieraskokvać koła, tamu statystyka, jakuju pakazvaje MySQL-server, moža być niapravilnaj.';
$strStatUpdateTime = 'Apošniaje abnaŭleńnie';
$strStatus = 'Stan';
$strStorageEngine = 'Mašyna zachavańnia dadzienych';
$strStorageEngines = 'Mašyny zachavańnia dadzienych';
$strStrucCSV = 'CSV';
$strStrucData = 'Strukturu i dadzienyja';
$strStrucDrop = 'Dadać vydaleńnie tablicy';
$strStrucExcelCSV = 'CSV dla dadzienych MS Excel';
$strStrucNativeExcel = 'Rodny farmat MS Excel';
$strStrucOnly = 'Tolki strukturu';
$strStructPropose = 'Prapanavanaja struktura tablicy';
$strStructure = 'Struktura';
$strSubmit = 'Adpravić';
$strSuccess = 'Vaš SQL-zapyt byŭ paśpiachova vykanany';
$strSum = 'Usiaho';
$strSwedish = 'Švedzkaja';
$strSwitchToDatabase = 'Pierajści da skapijavanaj bazy dadzienych';
$strSwitchToTable = 'Pierajści da skapijavanaj tablicy';
 
$strTableAlreadyExists = 'Tablica %s užo isnuje!';
$strTableComments = 'Kamentar da tablicy';
$strTableEmpty = 'Pustaja nazva tablicy!';
$strTableHasBeenDropped = 'Tablica %s była vydalenaja';
$strTableHasBeenEmptied = 'Tablica %s była ačyščanaja';
$strTableHasBeenFlushed = 'Keš tablicy %s byŭ ačyščany';
$strTableMaintenance = 'Absłuhoŭvańnie tablicy';
$strTableOfContents = 'Źmiest';
$strTableOptions = 'Opcyi tablicy';
$strTables = '%s tablic(y)';
$strTableStructure = 'Struktura tablicy';
$strTable = 'Tablica';
$strTableType = 'Typ tablicy';
$strTakeIt = 'hetaja';
$strTblPrivileges = 'Pryvilei, specyfičnyja dla tablicy';
$strTempData = 'Časovyja dadzienyja';
$strTextAreaLength = ' Z-za vialikaj daŭžyni,<br /> hetaje pole nia moža być adredagavanaje ';
$strThai = 'Tajlandzkaja';
$strThemeDefaultNotFound = 'Tema pa zmoŭčańni %s nia znojdzienaja!';
$strThemeNoPreviewAvailable = 'Papiaredni prahlad niedastupny.';
$strThemeNotFound = 'Tema %s nia znojdzienaja!';
$strThemeNoValidImgPath = 'Dapuščalny šlach da malunkaŭ temy %s nia znojdzieny!';
$strThemePathNotFound = 'Nia znojdzieny šlach da temy %s!';
$strTheme = 'Tema / Styl';
$strThisHost = 'Hety chost';
$strThisNotDirectory = 'Heta nia tečka';
$strThreads = 'Patoki';
$strThreadSuccessfullyKilled = 'Patok %s byŭ paśpiachova spynieny.';
$strTime = 'Čas';
$strTimeoutInfo = 'Papiaredniaje impartavańnie spyniłasia z-za niedachopu času. Paśla novaj zahruzki impartavańnie budzie praciahnutaje z pazycyi %d.';
$strTimeoutNothingParsed = 'Adnak, padčas apošniaha vykanańnia nijakija dadzienyja byli apracavanyja. Heta zvyčajna značyć, što phpMyAdmin nia zmoža skončyć hetaje impartavańnia, kali vy nie pavialičycie limity vykanańnia php-skryptoŭ.';
$strTimeoutPassed = 'Vyjšaŭ dazvoleny čas vykanańnia skrypta. Kali vy chočacie zavieršyć impartavańnie, kali łaska, zahruzicie fajł znoŭ i impartavańnie ŭznavicca.';
$strToggleScratchboard = 'Pakazać papiaredni prahlad';
$strTotalUC = 'Ahułam';
$strTotal = 'usiaho';
$strTraditionalChinese = 'Tradycyjnaja kitajskaja';
$strTraditionalSpanish = 'Tradycyjnaja hišpanskaja';
$strTraffic = 'Trafik';
$strTransactionCoordinator = 'Kaardynatar pierakładu';
$strTransformation_application_octetstream__download = 'Pakazvaje spasyłku dla zahruzki dvojkavych dadzienych pola. Vy možacie vykarystoŭvać pieršuju opcyju dla vyznačeńnia imia fajła abo vykarystoŭvajcie druhuju opcyju jak imia pola, jakoje ŭtrymlivaje imia fajła. Kali vy vykarystoŭvajecie druhuju opcyju, vam treba pakinuć pieršaje pole pustym';
$strTransformation_application_octetstream__hex = 'Pakazvaje dadzienyja ŭ šasnaccatkavym vyhladzie.';
$strTransformation_image_jpeg__inline = 'Pakazvaje naciskalny eskiz; Opcyi — maksymalnaja šyrynia i vyšynia ŭ piksełach. Zachoŭvajucca pačatkovyja praporcyi.';
$strTransformation_image_jpeg__link = 'Pakazvaje spasyłku dla zahruzki hetaha malunku.';
$strTransformation_image_png__inline = 'Prahladzieć malunak image/jpeg: ubudavany';
$strTransformation_text_plain__dateformat = 'Pakazvaje dadzienyja z pola TIME, TIMESTAMP abo DATETIME i farmatuje ich zhodna vašaha lakalnaha farmatu daty. Pieršaja opcyja — pramiežak času (u hadzinach), jaki budzie dadadzieny da mietki času (Pa zmoŭčańni: 0). Vykarystoŭvajcie druhuju opcyju, kab vyznačyć inšy farmat daty; hladzicie dakumentacyju da funkcyi PHP strftime().';
$strTransformation_text_plain__external = 'TOLKI DLA LINUX: Zapuskaje źniešniuju prahramu i pieradaje joj dadzienyja pola praz standartny ŭvod. Viartaje standartny vyvad prahramy. Prahrama pa zmoŭčańni — Tidy, jakaja drukuje čysty HTML-kod. Ź mierkavańniaŭ biaśpieki, vam treba ŭručnuju adredagavać fajł libraries/transformations/text_plain__external.inc.php i paznačyć śpis prahramaŭ, jakija vy chočacie zrabić dastupnymi. Pieršaja opcyja — tady numar prahramy, jakuju vy chočacie vykarystoŭvać, druhaja opcyja — parametry dla prahramy. Treciaja opcyja, kali vyznačanaja jak 1, skanvertuje dadzienyja z standartnaha vyvadu vykarystoŭvajučy htmlspecialchars() (Pa zmoŭčańni 1). Čaćviertaja opcyja, kali vyznačanaja jak 1, praduchilić pieranos pa słovach, kab pierakanacca, što ŭvieś vychadny patok budzie vyviedzieny ŭ adzin radok (Pa zmoŭčańni 1).';
$strTransformation_text_plain__formatted = 'Pakazvaje źmieściva pola jak-jość, biez apracoŭki jaho funkcyjaj htmlspecialchars(). Tamu razumiejecca, što pole ŭtrymlivaje karektny HTML-kod.';
$strTransformation_text_plain__imagelink = 'Pakazvaje malunak i spasyłku, pole źmiaščaje nazvu fajła. Pieršaja opcyja — prefiks adrasu kštałtu "http://www.example.com/". Druhaja i treciaja opcyi — šyrynia i vyšynia ŭ piksełach.';
$strTransformation_text_plain__link = 'Pakazvaje spasyłku; pole źmiaščaje nazvu fajła. Pieršaja opcyja — prefiks adrasu kštałtu "http://www.example.com/". Druhaja opcyja — nazva spasyłki.';
$strTransformation_text_plain__sql = 'Farmatuje tekst jak SQL-zapyt z padśviečanym syntaksisam.';
$strTransformation_text_plain__substr = 'Pakazvaje tolki častku radka. Pieršaja opcyja — kolkaść symbalaŭ ad pačatku radka, jakija treba prapuścić (Pa zmoŭčańni 0). Druhaja opcyja — kolkaść symbalaŭ, jakija treba viarnuć (Pa zmoŭčańni: da kanca radka). Treciaja opcyja — radok, jaki treba dałučyć da kanca i/abo z pačatku radka, kali adbudziecca ŭsiačeńnie (Pa zmoŭčańni: "...") .';
$strTruncateQueries = 'Abrazać pakazanyja zapyty';
$strTurkish = 'Tureckaja';
$strType = 'Typ';
 
$strUkrainian = 'Ukrainskaja';
$strUncheckAll = 'Źniać usie adznaki';
$strUnicode = 'Junikod';
$strUnique = 'Unikalnaje';
$strUnknown = 'nieviadoma';
$strUnselectAll = 'Źniać usie adznaki';
$strUnsupportedCompressionDetected = 'Vy pasprabavali zahruzić fajł z metadam ścisku, jaki niepadtrymlivajecca (%s). Jahonaja padtrymka abo nie realizavanaja, abo adklučanaja ŭ vašaj kanfihuracyi.';
$strUpdatePrivMessage = 'Vy źmianili pryvilei dla %s.';
$strUpdateProfileMessage = 'Profil byŭ adnoŭleny.';
$strUpdateQuery = 'Abnavić zapyt';
$strUpdComTab = 'Za infarmacyjaj jak abnavić tablicu column_comments źviarniciesia, kali łaska, da dakumentacyi';
$strUpgrade = 'Vam treba abnavić %s da versii %s ci paźniejšaj.';
$strUploadLimit = 'Vy, musić, pasprabavali zahruzić vielmi vialiki fajł. Kali łaska, źviarniciesia da %sdakumentacyi%s dla vyśviatleńnia sposabaŭ abyjści hetaje abmiežavańnie.';
$strUsage = 'Vykarystańnie';
$strUseBackquotes = 'Zvarotnaje dvukośsie ŭ imionach tablic i paloŭ';
$strUsedPhpExtensions = 'Vykarystoŭvajucca pašyreńni PHP';
$strUseHostTable = 'Vykarystoŭvać tablicu chostaŭ';
$strUserAlreadyExists = 'Karystalnik %s užo isnuje!';
$strUserEmpty = 'Pustoje imia karystalnika!';
$strUser = 'Karystalnik';
$strUserName = 'Imia karystalnika';
$strUserNotFound = 'Vyłučany karystalnik nia znojdzieny ŭ tablicy pryvilejaŭ.';
$strUserOverview = 'Karystalniki';
$strUsersDeleted = 'Vybranyja karystalniki byli paśpiachova vydalenyja.';
$strUsersHavingAccessToDb = 'Karystalniki z pravami dostupu da "%s"';
$strUseTabKey = 'Vykarystoŭvajcie klavišu TAB dla pieramiaščeńnia ad značeńnia da značeńnia abo CTRL+strełki dla pieramiaščeńnia ŭ luboje inšaje miesca';
$strUseTables = 'Vykarystoŭvać tablicy';
$strUseTextField = 'Vykarystoŭvać tekstavaje pole';
$strUseThisValue = 'Vykarystoŭvać heta značeńnie';
 
$strValidateSQL = 'Pravieryć SQL';
$strValidatorError = 'Niemahčyma prainicyjalizavać pravierku SQL. Kali łaska, praviercie, ci ŭstalavanyja ŭ vas nieabchodnyja pašyreńni PHP, jak heta apisana ŭ %sdakumentacyi%s.';
$strValue = 'Značeńnie';
$strVar = 'Źmiennaja';
$strVersionInformation = 'Infarmacyja pra versiju';
$strViewDumpDatabases = 'Prahladzieć damp (schiemu) bazaŭ dadzienych';
$strViewDumpDB = 'Prahladzieć damp (schumu) bazy dadzienych';
$strViewDump = 'Prahladzieć damp (schiemu) tablicy';
$strViewHasBeenDropped = 'Vyhlad %s byŭ vydaleny';
$strViewMaxExactCount = 'U hetym prahladzie bolš za %d radkoŭ. Kali łaska, źviarniciesia da %sdakumentacyi%s.';
$strView = 'Vyhlad';
 
$strWebServerUploadDirectoryError = 'Niemahčyma adkryć paznačanuju vami tečku dla zahruzki fajłaŭ';
$strWebServerUploadDirectory = 'tečka veb-servera dla zahruzki fajłaŭ';
$strWelcome = 'Zaprašajem u %s';
$strWestEuropean = 'Zachodnieeŭrapiejskaja';
$strWildcard = 'šablon';
$strWindowNotFound = 'Niemahčyma abnavić metavaje akno braŭzera. Mahčyma, vy zakryli baćkoŭskaje akno abo nałady biaśpieki vašaha braŭzera skanfihuranyja na blakavańnie mižvakonnych ŭzajemadziejańniaŭ';
$strWithChecked = 'Z adznačanymi:';
$strWriteRequests = 'Zapytaŭ zapisu';
$strWritingCommentNotPossible = 'Niemahčyma dadać kamentar';
$strWritingRelationNotPossible = 'Niemahčyma dadać suviaź';
$strWrongUser = 'Niapravilny łahin/parol. U dostupie admoŭlena.';
 
$strXML = 'XML';
 
$strYes = 'Tak';
 
$strZeroRemovesTheLimit = 'Zaŭvaha: Paznačeńnie hetych opcyjaŭ jak 0 (nul) zdymaje abmiežavańnie.';
$strZip = 'archivavany ŭ zip';
 
?>
/Web/Maintenance/phpMyAdmin/lang/bosnian-utf-8.inc.php
0,0 → 1,990
<?php
/* $Id: bosnian-utf-8.inc.php,v 2.115.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by:
* Samir Kobiljak <kobiljak@aon.at>
* http://www.kobiljak.com
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajta', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub');
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
 
$strAPrimaryKey = 'Osnovni ključ je upravo dodan %s';
$strAbortedClients = 'Prekinuto';
$strAbsolutePathToDocSqlDir = 'Unesite kompletnu putanju do direkcije docSQL na veb serveru';
$strAccessDenied = 'Ulaz nije dozvoljen';
$strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. Provjerite naziv hosta, korisničko ime i lozinku u config.inc.php i uvjerite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrijednost';
$strAddDeleteColumn = 'Dodaj/obriši kolonu';
$strAddDeleteRow = 'Dodaj/obriši polje za kriterij';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddIntoComments = 'Dodaj u komentare';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na slijedećoj bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na slijedećoj tabeli';
$strAddSearchConditions = 'Dodaj uslove pretraživanja (dio "WHERE" upita):';
$strAddToIndex = 'Dodaj u ključ &nbsp;%s&nbsp;kolona(e)';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Dodali ste novog korisnika.';
$strAddedColumnComment = 'Dodan je komentar koloni';
$strAddedColumnRelation = 'Dodana je relacija koloni';
$strAdministration = 'Administracija';
$strAffectedRows = 'Obuhvaćeno redova:';
$strAfter = 'Poslije %s';
$strAfterInsertBack = 'Nazad na prethodnu stranu';
$strAfterInsertNewInsert = 'Dodaj još jedan novi red';
$strAll = 'Sve';
$strAllTableSameWidth = 'prikaz svih tabela iste širine?';
$strAlterOrderBy = 'Promijeni redoslijed u tabeli';
$strAnIndex = 'Ključ je upravo dodan %s';
$strAnalyzeTable = 'Analiziraj tabelu';
$strAnd = 'i';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji host';
$strAnyUser = 'Bilo koji korisnik';
$strArabic = 'Arapski';
$strArmenian = 'Jermenski';
$strAscending = 'Rastući';
$strAtBeginningOfTable = 'Na početku tabele';
$strAtEndOfTable = 'Na kraju tabele';
$strAttr = 'Atributi';
$strAutodetect = 'automatski';
$strAutomaticLayout = 'Automatski raspored';
 
$strBack = 'Nazad';
$strBaltic = 'Baltički';
$strBeginCut = 'POČETAK REZ';
$strBeginRaw = 'POČETAK SIROVO';
$strBinary = 'Binarni';
$strBinaryDoNotEdit = 'Binarni - ne mijenjaj';
$strBookmarkDeleted = 'Obilježivač je upravo obrisan.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Obilježen SQL-upit';
$strBookmarkThis = 'Obilježi SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowse = 'Pregled';
$strBrowseForeignValues = 'Pregledaj strane vrijednosti';
$strBulgarian = 'Bugarski';
$strBzError = 'phpMyAdmin nije mogao da kompresuje sadržaj baze zbog neispravne BZ2 ekstenzije u ovoj verziji PHP-a. Preporučuje se da podesite <code>$cfg[\'BZipDump\']</code> direktivu u vašem phpMyAdmin konfiguracionom fajlu na <code>FALSE</code>. Ako želite da koristite mogućnosti BZ2 kompresije, trebalo bi da pređete na noviju verziju PHP-a. Vidite PHP izveštaj o greškama %s za detalje.';
$strBzip = '"bzip-ovano"';
 
$strCSVOptions = 'CSV opcije';
$strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
$strCantLoad = 'ne mogu da učitam ekstenziju %s,<br />molim provjerite PHP konfiguraciju';
$strCantLoadRecodeIconv = 'Ne mogu da učitam iconv ili recode ekstenzije potrebne za konverziju skupova znakova, podesite PHP da dozvoli korišćenje ovih ekstenzija ili onemogućite konverziju skupova znakova u phpMyAdmin-u.';
$strCantRenameIdxToPrimary = 'Ne mogu da promenim ključ u PRIMARY (primarni) !';
$strCantUseRecodeIconv = 'Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako ekstenzija prijavljuje da je učitana. Proverite vašu PHP konfiguraciju.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'Ne razlikuje mala i velika slova';
$strCaseSensitive = 'Razlikuje mala i velika slova';
$strCentralEuropean = 'Centralnoevropski';
$strChange = 'Promijeni';
$strChangeCopyMode = 'Napravi novog korisnika sa istim privilegijama i ...';
$strChangeCopyModeCopy = '... sačuvaj stare.';
$strChangeCopyModeDeleteAndReload = ' ... obriši starog iz tabele korisnika i zatim ponovo učitaj privilegije.';
$strChangeCopyModeJustDelete = ' ... obriši stare iz tabela korisnika.';
$strChangeCopyModeRevoke = ' ... obustavi sve privilegije starog korisnika i zatim ga obriši.';
$strChangeCopyUser = 'Promeni informacije o prijavi / Kopiraj korisnika';
$strChangeDisplay = 'Izaberi polja za prikaz';
$strChangePassword = 'Promeni lozinku';
$strCharset = 'Karakter set';
$strCharsetOfFile = 'Karakter set datoteke:';
$strCharsets = 'Kodne strane';
$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
$strCheckAll = 'Označi sve';
$strCheckPrivs = 'Provjeri privilegije';
$strCheckPrivsLong = 'Provjeri privilegije za bazu &quot;%s&quot;.';
$strCheckTable = 'Provjeri tabelu';
$strChoosePage = 'Izaberite stranu koju menjate';
$strColComFeat = 'Prikazujem komentare kolone';
$strCollation = 'Sortiranje';
$strColumnNames = 'Imena kolona';
$strColumnPrivileges = 'Privilegije vezane za kolone';
$strCommand = 'Naredba';
$strComments = 'Komentari';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin nije mogao da pročita vaš konfiguracioni fajl!<br />Ovo se može destiti ako PHP nađe grešku u procesiranju ili ne može da pronađe fajl.<br />Pozovite konfiguracioni fajl direktno koristeći donji link u pročitajte poruke o grešci koje dobijate. U većini slučajeve negde nedostaje navodnik ili tačka-zarez.<br />Ako dobijete praznu stranu, sve je u redu.';
$strConfigureTableCoord = 'Podesite koordinate za tabelu %s';
$strConnections = 'Konekcije';
$strCookiesRequired = 'Kolačići (Cookies) moraju u ovom slučaju biti aktivirani.';
$strCopyTable = 'Kopiraj tabelu u (baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je kopirana u %s.';
$strCopyTableSameNames = 'Ne mogu da kopiram tabelu u samu sebe!';
$strCouldNotKill = 'phpMyAdmin nije mogao da prekine proces %s. Vjerovatno je već zatvoren.';
$strCreate = 'Napravi';
$strCreateIndex = 'Napravi ključ na&nbsp;%s&nbsp;kolona';
$strCreateIndexTopic = 'Napravi novi ključ';
$strCreateNewDatabase = 'Napravi novu bazu podataka';
$strCreateNewTable = 'Napravi novu tabelu u bazi %s';
$strCreatePage = 'Napravi novu stranu';
$strCreatePdfFeat = 'Pravljenje PDF-ova';
$strCriteria = 'Kriterijum';
$strCroatian = 'Hrvatski';
$strCyrillic = 'Ćirilični';
$strCzech = 'Češki';
 
$strDBComment = 'Komentar baze:';
$strDBGContext = 'Kontekst';
$strDBGContextID = 'Kontekst ID';
$strDBGHits = 'Pogodaka';
$strDBGLine = 'Linija';
$strDBGMaxTimeMs = 'Max vrijeme, ms';
$strDBGMinTimeMs = 'Min vrijeme, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vrijeme/pogodak, ms';
$strDBGTotalTimeMs = 'Ukupno vrijeme, ms';
$strDanish = 'Danski';
$strData = 'Podaci';
$strDataDict = 'Rečnik podataka';
$strDataOnly = 'Samo podaci';
$strDatabase = 'Baza podataka';
$strDatabaseExportOptions = 'Opcije za izvoz baze';
$strDatabaseHasBeenDropped = 'Baza %s je odbačena.';
$strDatabaseNoTable = 'Baza ne sadrži tabele!';
$strDatabases = 'Baze';
$strDatabasesDropped = '%s baza je uspješno odbačena.';
$strDatabasesStats = 'Statistika baze';
$strDatabasesStatsDisable = 'Isključi statistike';
$strDatabasesStatsEnable = 'Uključi statistike';
$strDatabasesStatsHeavyTraffic = 'Napomena: uključivanje statistika može prouzrokovati veliki protok podataka između web i MySQL servera.';
$strDbPrivileges = 'Privilegije vezane za bazu';
$strDbSpecific = 'Specifično za bazu';
$strDefault = 'Podrazumjevano';
$strDefaultValueHelp = 'Za podrazumjevanu vrijednost, unesite samo jednu vrijednost, bez kosih crta ili navodnika u ovom obliku: a';
$strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
$strDelete = 'Obriši';
$strDeleteAndFlush = 'Obriši korisnike i ponovo učitaj privilegije.';
$strDeleteAndFlushDescr = 'Ovo je najčistiji način, ali ponovno učitavanje privilegina može da potraje.';
$strDeleted = 'Red je obrisan';
$strDeletedRows = 'Obrisani redovi:';
$strDeleting = 'Brišem %s';
$strDescending = 'Opadajući';
$strDescription = 'Opis';
$strDictionary = 'riječnik';
$strDisabled = 'Onemogućeno';
$strDisplayFeat = 'Prikaži osobine';
$strDisplayOrder = 'Redosled prikaza:';
$strDisplayPDF = 'Prikaži PDF shemu';
$strDoAQuery = 'Napravi "upit po primjeru" (džoker: "%")';
$strDoYouReally = 'Da li stvarno hoćete da ';
$strDocu = 'Dokumentacija';
$strDrop = 'Odbaci';
$strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
$strDumpSaved = 'Sadržaj baze je sačuvan u fajl %s.';
$strDumpXRows = 'Prikaži %s redova počevši od reda %s.';
$strDumpingData = 'Prikaz podataka tabele';
$strDynamic = 'dinamički';
 
$strEdit = 'Promeni';
$strEditPDFPages = 'Izmena PDF strana';
$strEditPrivileges = 'Promijeni privilegije';
$strEffective = 'Efektivne';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
$strEnabled = 'Omogućeno';
$strEnd = 'Kraj';
$strEndCut = 'KRAJ REZ';
$strEndRaw = 'KRAJ SIROVO';
$strEnglish = 'Engleski';
$strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
$strError = 'Greška';
$strEstonian = 'Estonski';
$strExcelOptions = 'Excel opcije';
$strExecuteBookmarked = 'Izvrši upamćen upit';
$strExplain = 'Objasni SQL';
$strExport = 'Izvoz';
$strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspelih pokušaja';
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s je obrisano';
$strFields = 'Polja';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Polja ograničena sa';
$strFieldsEscapedBy = 'Escape karakter &nbsp; &nbsp; &nbsp;';
$strFieldsTerminatedBy = 'Polja razdvojena sa';
$strFileAlreadyExists = 'Datoteka %s već postoji na serveru, promijenite ime datoteke ili uključite opciju prepisivanja.';
$strFileCouldNotBeRead = 'Datoteku nije moguće pročitati';
$strFileNameTemplate = 'Šablon imena datoteke';
$strFileNameTemplateRemember = 'zapamti šablon';
$strFixed = 'urađeno';
$strFlushPrivilegesNote = 'Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje server koristi ako su izvršene ručne izmjene. U tom slučaju %sponovo učitajte privilegije%s pre nego što nastavite.';
$strFlushTable = 'Osvježi tabelu ("FLUSH")';
$strFormEmpty = 'Nedostaje vrijednost u obrascu!';
$strFormat = 'Format';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenBy = 'Generirao';
$strGenTime = 'Vrijeme kreiranja';
$strGeneralRelationFeat = 'Opšte osobine relacija';
$strGerman = 'Njemački';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalne privilegije';
$strGlobalValue = 'Globalna vrednost';
$strGo = 'Kreni';
$strGrantOption = 'Omogući';
$strGreek = 'Grčki';
$strGzip = '"gzip-ovano"';
 
$strHasBeenAltered = 'je promijenjen(a).';
$strHasBeenCreated = 'je kreiran(a).';
$strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
$strHebrew = 'Jevrejski';
$strHome = 'Početna strana';
$strHomepageOfficial = 'phpMyAdmin veb sajt';
$strHost = 'Host';
$strHostEmpty = 'Ime hosta je prazno!';
$strHungarian = 'Mađarski';
 
$strId = 'ID';
$strIdxFulltext = 'Tekst ključ';
$strIgnore = 'Ignoriši';
$strIgnoringFile = 'Ignorišem fajl %s';
$strImportDocSQL = 'Uvoz docSQL fajlova';
$strImportFiles = 'Uvoz fajlova';
$strInUse = 'se koristi';
$strIndex = 'Ključ';
$strIndexHasBeenDropped = 'Ključ %s je obrisan';
$strIndexName = 'Ime ključa :';
$strIndexType = 'Tip ključa :';
$strIndexes = 'Ključevi';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Vaš konfiguracioni fajl sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za hakovanje, i zaista treba da ispravite ovaj sigurnosni rizik.';
$strInsert = 'Novi zapis';
$strInsertAsNewRow = 'Unesi kao novi red';
$strInsertNewRow = 'Unesi novi red';
$strInsertedRowId = 'ID umetnutih redova:';
$strInsertedRows = 'Uneseno redova:';
 
$strJapanese = 'Japanski';
$strJumpToDB = 'Pređi na bazu &quot;%s&quot;.';
$strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
$strJustDeleteDescr = '&quot;Obrisani&quot; korisnici će i dalje imati pristup serveru dok privilegije ne budu ponovo učitane.';
 
$strKeepPass = 'Nemoj da mijenjaš lozinku';
$strKeyname = 'Ime ključa';
$strKill = 'Obustavi';
$strKorean = 'Korejski';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opcije';
$strLandscape = 'Položeno';
$strLengthSet = 'Dužina/Vrijednost*';
$strLimitNumRows = 'Broj redova po strani';
$strLinesTerminatedBy = 'Linije se završavaju sa';
$strLinkNotFound = 'Veza nije pronađena';
$strLinksTo = 'Veze ka';
$strLithuanian = 'Litvanski';
$strLocalhost = 'Lokalni';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLogPassword = 'Lozinka:';
$strLogUsername = 'Korisničko ime:';
$strLogin = 'Prijavljivanje';
$strLoginInformation = 'Podatci o prijavi';
$strLogout = 'Odjavljivanje';
 
$strMIME_MIMEtype = 'MIME-tipovi';
$strMIME_available_mime = 'Dostupni MIME-tipovi';
$strMIME_available_transform = 'Dostupne transformacije';
$strMIME_description = 'Opis';
$strMIME_nodescription = 'Nema opisa za ovu transformaciju.<br />Molimo pitajte autora šta %s radi.';
$strMIME_transformation = 'Tranformacije čitača';
$strMIME_transformation_note = 'Za listu dostupnih opcija transformacije i njihove transformacije MIME-tipova, kliknite na %sopise transformacija%s';
$strMIME_transformation_options = 'Opcije transformacije';
$strMIME_transformation_options_note = 'Molimo unesite vrijednosti za opcije transformacije koristeći ovaj oblik: \'a\',\'b\',\'c\'...<br />Ako treba da unesete obrnutu kosu crtu ("\\") ili apostrof ("\'") u te vrijednosti, stavite obrnutu kosu crtu ispred njih (na primjer \'\\\\xyz\' ili \'a\\\'b\').';
$strMIME_without = 'MIME-tipovi prikazani u kursivu nemaju odvojene funkcije transformacije.';
$strModifications = 'Izmjene su sačuvane';
$strModify = 'Promijeni';
$strModifyIndexTopic = 'Izmijeni ključ';
$strMoveTable = 'Pomjeri tabelu u (baza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s je pomjerena u %s.';
$strMoveTableSameNames = 'Ne mogu da premjestim tabelu u samu sebe!';
$strMultilingual = 'višejezički';
$strMySQLCharset = 'MySQL set karaktera';
$strMySQLSaid = 'MySQL kaže: ';
$strMySQLShowProcess = 'Prikaži listu procesa';
$strMySQLShowStatus = 'Prikaži MySQL informacije o toku rada';
$strMySQLShowVars = 'Prikaži MySQL sistemske promenljive';
 
$strName = 'Ime';
$strNext = 'Slijedeći';
$strNo = 'Ne';
$strNoDatabases = 'Baza ne postoji';
$strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
$strNoDescription = 'nema opisa';
$strNoDropDatabases = '"DROP DATABASE" komanda je onemogućena.';
$strNoExplain = 'Preskoči objašnjavanje SQL-a';
$strNoFrames = 'phpMyAdmin preferira čitače koji podržavaju okvire.';
$strNoIndex = 'Ključ nije definisan!';
$strNoIndexPartsDefined = 'Dijelovi ključa nisu definisani!';
$strNoModification = 'Nema izmjena';
$strNoOptions = 'Ne postoje opcije za ovaj format';
$strNoPassword = 'Nema lozinke';
$strNoPermission = 'Veb serveru nije dozvoljeno da sačuva datoteku %s.';
$strNoPhp = 'bez PHP koda';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nije Vam dozvoljeno da budete ovdje!';
$strNoSpace = 'Nedovoljno prostora za snimanje datoteke %s.';
$strNoTablesFound = 'Tabele nisu pronađene u bazi.';
$strNoUsersFound = 'Korisnik nije nađen.';
$strNoValidateSQL = 'Preskoči provjeru SQL-a';
$strNone = 'nema';
$strNotNumber = 'Ovo nije broj!';
$strNotOK = 'nije u redu';
$strNotSet = '<b>%s</b> tabela nije pronađena ili nije postavljena u %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s pogodaka unutar tabele <i>%s</i>';
$strNumSearchResultsTotal = '<b>Ukupno:</b> <i>%s</i> pogodaka';
$strNumTables = 'Tabele';
 
$strOK = 'U redu';
$strOperations = 'Operacije';
$strOptimizeTable = 'Optimiziraj tabelu';
$strOr = 'ili';
$strOverhead = 'Prekoračenje';
$strOverwriteExisting = 'Prepiši postojeće fajlove';
 
$strPHP40203 = 'Koristite PHP 4.2.3, koji ima ozbiljnu gresku sa višebajtnim stringovima (mbstring). Pogledajte izvještaj o grešci br. 19404. Ova verzija PHP-a se ne preporučuje za korišćenje sa phpMyAdmin.';
$strPHPVersion = 'verzija PHP-a';
$strPageNumber = 'Broj strane:';
$strPaperSize = 'Dimenzije papira';
$strPartialText = 'Dio teksta';
$strPassword = 'Lozinka';
$strPasswordChanged = 'Lozinka za %s je uspješno promjenjena.';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordNotSame = 'Lozinke nisu identične!';
$strPdfDbSchema = 'Shema baze "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
$strPdfNoTables = 'Nema tabela';
$strPerHour = 'na sat';
$strPerMinute = 'u minuti';
$strPerSecond = 'u sekundi';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Napravi PHP kod';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktiva MORA biti podješena u konfiguracionoj datoteci!';
$strPortrait = 'Uspravno';
$strPos1 = 'Početak';
$strPrevious = 'Prethodna';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni ključ je obrisan';
$strPrimaryKeyName = 'Ime primarnog ključa mora da bude... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnog ključa!)';
$strPrint = 'Štampaj';
$strPrintView = 'Za štampu';
$strPrivDescAllPrivileges = 'Uključuje sve privilegije osim GRANT.';
$strPrivDescAlter = 'Dozvoljava izmjenu struktura postojećih tabela.';
$strPrivDescCreateDb = 'Dozvoljava kreiranje novih baza i tabela.';
$strPrivDescCreateTbl = 'Dozvoljava kreiranje novih tabela.';
$strPrivDescCreateTmpTable = 'Dozvoljava kreiranje privremenih tabela..';
$strPrivDescDelete = 'Dozvoljava brisanje podataka.';
$strPrivDescDropDb = 'Dozvoljava odbacivanje baza i tabela.';
$strPrivDescDropTbl = 'Dozvoljava odbacivanje tabela.';
$strPrivDescExecute = 'Dozvoljava pokretanje sačuvanih procedura. Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescFile = 'Dozvoljava uvoz podataka i njihov izvoz u datoteke.';
$strPrivDescGrant = 'Dozvoljava dodavanje korisnika i privilegija bez ponovnog učitavanja tabela privilegija.';
$strPrivDescIndex = 'Dozvoljava kreiranje i brisanje ključeva.';
$strPrivDescInsert = 'Dozvoljava umetanje i zamjenu podataka.';
$strPrivDescLockTables = 'Dozvoljava zaključavanje tabela tekućim procesima.';
$strPrivDescMaxConnections = 'Ograničava broj novih konekcija koje korisnik može ta otvori na sat.';
$strPrivDescMaxQuestions = 'Ograničava broj upita koje korisnik može da uputi serveru za sat.';
$strPrivDescMaxUpdates = 'Ograničava broj komandi koje menjaju tabele ili baze koje korisnik može da izvrši na sat.';
$strPrivDescProcess3 = 'Dozvoljava prekidanje procesa drugih korisnika.';
$strPrivDescProcess4 = 'Dozvoljava pregled kompletnih upita u listi procesa.';
$strPrivDescReferences = 'Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescReload = 'Dozvoljava ponovno učitavanje podešavanja servera i pražnjenje keša servera.';
$strPrivDescReplClient = 'Daje pravo korisniku da pita gde su glavni/pomoćni serveri.';
$strPrivDescReplSlave = 'Potrebno zbog pomoćnih servera za replikaciju.';
$strPrivDescSelect = 'Dozvoljava čitanje podataka.';
$strPrivDescShowDb = 'Daje pristup kompletnoj listi baza.';
$strPrivDescShutdown = 'Dozvoljava gašenje servera.';
$strPrivDescSuper = ' Dozvoljava povezivanje iako je dostignut maksimalan broj dozvoljenih veza; Neophodno za većinu administrativnih opcija kao što su podešavanje globalnih promenljivih ili prekidanje procesa ostalih korisnika.';
$strPrivDescUpdate = 'Dozvoljava izmenu podataka.';
$strPrivDescUsage = 'Nema privilegija.';
$strPrivileges = 'Privilegije';
$strPrivilegesReloaded = 'Privilegije su uspešno ponovo učitane.';
$strProcesslist = 'Lista procesa';
$strPutColNames = 'Stavi imena polja u prvi red';
 
$strQBE = 'Upit po primeru';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryFrame = 'Prozor za upite';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL istorijat';
$strQueryStatistics = '<b>Statistike upita</b>: %s upita je postavljeno serveru od njegovog pokretanja.';
$strQueryTime = 'Upit je trajao %01.4f sekundi';
$strQueryType = 'Vrsta upita';
$strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
 
$strReType = 'Ponovite unos';
$strReceived = 'Primljeno';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Proveri referencijalni integritet:';
$strRelationNotWorking = 'Dodatne mogućnosti za rad sa povezanim tabelama su isključene. Da biste saznali zašto, kliknite %sovde%s.';
$strRelationView = 'Relacioni pogled';
$strRelationalSchema = 'Relaciona shema';
$strRelations = 'Relacije';
$strReloadMySQL = 'Ponovo pokreni MySQL';
$strReloadingThePrivileges = 'Ponovo učitavam privilegije';
$strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
$strRenameTable = 'Promjeni ime tabele u ';
$strRenameTableOK = 'Tabeli %s promjenjeno ime u %s';
$strRepairTable = 'Popravi tabelu';
$strReplaceNULLBy = 'Zamijeni NULL sa';
$strReplaceTable = 'Zamijeni podatke u tabeli sa podatcima iz datoteke';
$strReset = 'Resetuj';
$strResourceLimits = 'Ograničenja resursa';
$strRevoke = 'Zabrani';
$strRevokeAndDelete = 'Obustavi sve aktivne privilegije korisnika i zatim ih obriši.';
$strRevokeAndDeleteDescr = 'Korisnici će i dalje imati USAGE privilegije dok se privilegije ponovo ne učitaju.';
$strRevokeMessage = 'Zabranili ste privilegije za %s';
$strRowLength = 'Dužina reda';
$strRowSize = 'Veličina reda';
$strRows = 'Redova';
$strRowsFrom = ' redova počev od reda';
$strRowsModeFlippedHorizontal = 'horizontalnom (rotirana zaglavlja)';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s modu i ponovi zaglavlje posle svakog %s reda';
$strRowsModeVertical = 'vertikalnom';
$strRowsStatistic = 'Statistike reda';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
$strRunning = 'na serveru %s';
$strRussian = 'Ruski';
 
$strSQL = 'SQL';
$strSQLOptions = 'SQL opcije';
$strSQLParserBugMessage = 'Postoji mogućnost da ste pronašli gresku u SQL parseru. Molimo ispitajte svoj upit pažljivo, i provjerite da su navodnici ispravni i da ne nedostaju. Ostali mogući razlozi greške mogu biti da ste poslali binarni fajl van oblasti za običan tekst. Možete probati svoj upit u MySQL interfejsu komandne linije. Donja poruka o grešci MySQL servera, ako je ima, može vam pomoći u otkrivanju problema. Ako i dalje imate probleme ili ako parser ne uspjeva tamo gde uspeva interfejs komandne linije, svedite svoj SQL upit na jedan jedini upit koji stvara probleme i pošaljite nam izvještaj o grešci sa delom koda u donjoj REZ sekciji:';
$strSQLParserUserError = 'Izgleda da postoji greška u vašem SQL upitu. Ovde je poruka o greški MySQL servera, koja vam može pomoći u otkrivanju problema';
$strSQLQuery = 'SQL upit';
$strSQLResult = 'SQL rezultat';
$strSQPBugInvalidIdentifer = 'Neispravan identifikator';
$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
$strSave = 'Sačuvaj';
$strSaveOnServer = 'Sačuvaj na server u direktorijum %s';
$strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
$strSearch = 'Pretraživanje';
$strSearchFormTitle = 'Pretraživanje baze';
$strSearchInTables = 'Unutar tabela:';
$strSearchNeedle = 'Riječi ili vrednosti koje se traže (džoker: "%"):';
$strSearchOption1 = 'bar jednu od riječi';
$strSearchOption2 = 'sve riječi';
$strSearchOption3 = 'tačan izraz';
$strSearchOption4 = 'kao regularni izraz';
$strSearchResultsFor = 'Rezultati pretrage za "<i>%s</i>" %s:';
$strSearchType = 'Traži:';
$strSecretRequired = 'Konfiguraciona datoteka zahtjeva tajnu lozinku (blowfish_secret).';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Izaberi sve';
$strSelectFields = 'Izaberi polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSelectTables = 'Izaberi tabele';
$strSend = 'Sačuvaj kao datoteku';
$strSent = 'Poslato';
$strServer = 'Server';
$strServerChoice = 'Izbor servera';
$strServerStatus = 'Informacije o toku rada';
$strServerStatusUptime = 'Ovaj MySQL server radi već %s. Pokrenut je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Promjenljive';
$strServerTrafficNotes = '<b>Saobraćaj servera</b>: Tabele pokazuju statistike mrežnog saobraćaja na ovom MySQL serveru od njegovog pokretanja.';
$strServerVars = 'Serverske promenljive i podešavanja';
$strServerVersion = 'Verzija servera';
$strSessionValue = 'Vrijednost sesije';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam treba obrnuta kosa crta ("\\") ili apostrof ("\'") koristite ih u "izbjegnutom" (escaped) obliku (na primer \'\\\\xyz\' ili \'a\\\'b\').';
$strShow = 'Prikaži';
$strShowAll = 'Prikaži sve';
$strShowColor = 'Prikaži boju';
$strShowDatadictAs = 'Format riječnika podataka';
$strShowFullQueries = 'Prikaži kompletne upite';
$strShowGrid = 'Prikaži mrežu';
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
$strShowTableDimension = 'Prikaži dimenzije tabele';
$strShowTables = 'Prikaži tabele';
$strShowThisQuery = 'Prikaži ponovo ovaj upit';
$strShowingRecords = 'Prikaz zapisa';
$strSimplifiedChinese = 'Pojednostavljeni kineski';
$strSingly = '(po jednom polju)';
$strSize = 'Veličina';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeće';
$strSplitWordsWithSpace = 'Riječi se odvajaju razmakom (" ").';
$strStatCheckTime = 'Posljednja provjera';
$strStatCreateTime = 'Napravljeno';
$strStatUpdateTime = 'Posljednja izmjena';
$strStatement = 'Ime';
$strStatus = 'Status';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podatci';
$strStrucDrop = 'Dodaj \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predloži strukturu tabele';
$strStructure = 'Struktura';
$strSubmit = 'Pošalji';
$strSuccess = 'Vaš SQL upit je uspešno izvršen';
$strSum = 'Ukupno';
$strSwedish = 'Švedski';
$strSwitchToTable = 'Pređi na kopiranu tabelu';
 
$strTable = 'Tabela';
$strTableComments = 'Komentari tabele';
$strTableEmpty = 'Ima tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je odbačena';
$strTableHasBeenEmptied = 'Tabela %s je ispražnjena';
$strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Radnje na tabeli';
$strTableOfContents = 'Sadržaj';
$strTableOptions = 'Opcije tabele';
$strTableStructure = 'Struktura tabele';
$strTableType = 'Tip tabele';
$strTables = '%s tabela';
$strTblPrivileges = 'Privilegije vezane za tabele';
$strTextAreaLength = 'Zbog njehove veličine, polje<br />možda nećete moći da izmenite';
$strThai = 'Tajlandski ';
$strThisHost = 'Ovaj server';
$strThisNotDirectory = 'Ovo nije direktorijum';
$strThreadSuccessfullyKilled = 'Proces %s je uspješno prekinut.';
$strTime = 'Vrijeme';
$strToggleScratchboard = 'Uključuje/isključuje scratchboard';
$strTotal = 'ukupno';
$strTotalUC = 'Ukupno';
$strTraditionalChinese = 'Tradicionalni kineski';
$strTraffic = 'Saobraćaj';
$strTransformation_image_jpeg__inline = 'Prikazuje umanjenu sliku na koju je moguće kliknuti; opcije: širina, visina u pikselima (čuva originalni odnos)';
$strTransformation_image_jpeg__link = 'Prikazuje link ka ovoj slici (npr. direktno preuzimanje iz BLOB-a).';
$strTransformation_image_png__inline = 'Prikaži JPEG slike na strani';
$strTransformation_text_plain__dateformat = 'Uzima TIME, TIMESTAMP ili DATETIME polje i formatira ga koristeći lokalni oblik prikazivanja datuma. Prva opcija je ofset (u satima) koji se dodaje vremenskoj oznaci (podrazumevano: 0). Druga opcija je različit format datuma prema parametrima koji su dostupni za PHP-ov strftime().';
$strTransformation_text_plain__external = 'SAMO LINUX: Pokreće eksternu aplikaciju i popunjava podatke u poljima preko standardnog ulaza. Vraća standardni izlaz aplikacije. Podrazumevano je Tidy, za lepši prikaz HTML koda. Zbog sigurnosnih razloga, morate ručno izmeniti datoteku libraries/transformations/text_plain__external.inc.php i dodati alate koje želite da koristite. Prva opcija je broj programa koje želite da koristite, a druga su parametri programa. Ako se treći parametar postavi na 1 izlaz će biti konvertovan koristeći htmlspecialchars() (podrazumevano je 1). Ako je četvrti parametar postavljen na 1, NOWRAP će biti dodato ćeliji sa sadržajem tako da će izlaz biti prikazan bez izmena. (podrazumevano 1)';
$strTransformation_text_plain__formatted = 'Čuva originalno formatiranje polja. Escaping se ne vrši.';
$strTransformation_text_plain__imagelink = 'Prikazuje sliku i link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je širina u pikselima, treća je visina.';
$strTransformation_text_plain__link = 'Prikazuje link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je naslov za link.';
$strTransformation_text_plain__substr = 'Pokazuje samo deo stringa. Prva opcija je ofset koji definiše gde počinje izlaz vašeg teksta (podrazumevano 0). Druga opcija je ofset koji pokazuje koliko će teksta biti prikazano. Ako je nema, sav preostali tekst će biti prikazan. Treća opcija određuje koji će znaci biti dodati izlazu kada se prikaže podstring (podrazumevano: ...) .';
$strTruncateQueries = 'Prikaži skraćene upite';
$strTurkish = 'Turski';
$strType = 'Tip';
 
$strUkrainian = 'Ukrajinski';
$strUncheckAll = 'nijedno';
$strUnicode = 'Unikod';
$strUnique = 'Jedinstveni';
$strUnknown = 'nepoznat';
$strUnselectAll = 'ništa';
$strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
$strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promjenjen.';
$strUpdateQuery = 'Ažuriraj upit';
$strUsage = 'Zauzeće';
$strUseBackquotes = 'Koristi \' za ograničavanje imena polja';
$strUseHostTable = 'Koristi tabelu hosta';
$strUseTables = 'Koristi tabele';
$strUseTextField = 'Koristi tekst polje';
$strUseThisValue = 'Koristi ovu vrijednost';
$strUser = 'Korisnik';
$strUserAlreadyExists = 'Korisnik %s već postoji!';
$strUserEmpty = 'Ime korisnika nije unijeto!';
$strUserName = 'Ime korisnika';
$strUserNotFound = 'Izabrani korisnik nije pronađen u tabeli privilegija.';
$strUserOverview = 'Pregled korisnika';
$strUsersDeleted = 'Izabrani korisnici su uspješno obrisani.';
$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup &quot;%s&quot;';
 
$strValidateSQL = 'Provjeri SQL';
$strValidatorError = 'SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane neophodne PHP ekstenzije opisane u %sdokumentaciji%s.';
$strValue = 'Vrijednost';
$strVar = 'Promjenljiva';
$strViewDump = 'Prikaži sadržaj (shemu) tabele';
$strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
$strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
 
$strWebServerUploadDirectory = 'direkcija za slanje web servera ';
$strWebServerUploadDirectoryError = 'Direkcija koju ste izabrali za slanje nije dostupna';
$strWelcome = 'Dobrodošli na %s';
$strWestEuropean = 'Zapadnoevropski';
$strWildcard = 'Džoker';
$strWindowNotFound = 'Odredišnji prozor pretraživača nije mogao da bude ažuriran. Možda ste zatvorili matični prozor, ili vaš preraživač onemogućava ažuriranje među prozorima zbog sigurnosnih podešavanja';
$strWithChecked = 'Označeno:';
$strWritingCommentNotPossible = 'Pisanje komentara nije moguće';
$strWritingRelationNotPossible = 'Upisivanje relacije nije moguće';
$strWrongUser = 'Pogrešno korisničko ime/lozinka. Ulaz nije dozvoljen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite.';
$strZip = '"zipovano"';
 
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
 
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
 
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
 
$strLatexCaption = 'Table caption'; //to translate
$strLatexContent = 'Content of table __TABLE__'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexIncludeCaption = 'Include table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
$strLatexStructure = 'Structure of table __TABLE__'; //to translate
$strLogServer = 'Server'; //to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
 
$strSortByKey = 'Sort by key'; //to translate
 
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
 
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/bosnian-windows-1250.inc.php
0,0 → 1,989
<?php
/* $Id: bosnian-windows-1250.inc.php,v 2.115.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by:
* Samir Kobiljak <kobiljak@aon.at>
* http://www.kobiljak.com
*/
 
$charset = 'windows-1250';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajta', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Èet', 'Pet', 'Sub');
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
 
$strAPrimaryKey = 'Osnovni kljuè je upravo dodan %s';
$strAbortedClients = 'Prekinuto';
$strAbsolutePathToDocSqlDir = 'Unesite kompletnu putanju do direkcije docSQL na veb serveru';
$strAccessDenied = 'Ulaz nije dozvoljen';
$strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. Provjerite naziv hosta, korisnièko ime i lozinku u config.inc.php i uvjerite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrijednost';
$strAddDeleteColumn = 'Dodaj/obriši kolonu';
$strAddDeleteRow = 'Dodaj/obriši polje za kriterij';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddIntoComments = 'Dodaj u komentare';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na slijedeæoj bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na slijedeæoj tabeli';
$strAddSearchConditions = 'Dodaj uslove pretraživanja (dio "WHERE" upita):';
$strAddToIndex = 'Dodaj u kljuè &nbsp;%s&nbsp;kolona(e)';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Dodali ste novog korisnika.';
$strAddedColumnComment = 'Dodan je komentar koloni';
$strAddedColumnRelation = 'Dodana je relacija koloni';
$strAdministration = 'Administracija';
$strAffectedRows = 'Obuhvaæeno redova:';
$strAfter = 'Poslije %s';
$strAfterInsertBack = 'Nazad na prethodnu stranu';
$strAfterInsertNewInsert = 'Dodaj još jedan novi red';
$strAll = 'Sve';
$strAllTableSameWidth = 'prikaz svih tabela iste širine?';
$strAlterOrderBy = 'Promijeni redoslijed u tabeli';
$strAnIndex = 'Kljuè je upravo dodan %s';
$strAnalyzeTable = 'Analiziraj tabelu';
$strAnd = 'i';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji host';
$strAnyUser = 'Bilo koji korisnik';
$strArabic = 'Arapski';
$strArmenian = 'Jermenski';
$strAscending = 'Rastuæi';
$strAtBeginningOfTable = 'Na poèetku tabele';
$strAtEndOfTable = 'Na kraju tabele';
$strAttr = 'Atributi';
$strAutodetect = 'automatski';
$strAutomaticLayout = 'Automatski raspored';
 
$strBack = 'Nazad';
$strBaltic = 'Baltièki';
$strBeginCut = 'POÈETAK REZ';
$strBeginRaw = 'POÈETAK SIROVO';
$strBinary = 'Binarni';
$strBinaryDoNotEdit = 'Binarni - ne mijenjaj';
$strBookmarkDeleted = 'Obilježivaè je upravo obrisan.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Obilježen SQL-upit';
$strBookmarkThis = 'Obilježi SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowse = 'Pregled';
$strBrowseForeignValues = 'Pregledaj strane vrijednosti';
$strBulgarian = 'Bugarski';
$strBzError = 'phpMyAdmin nije mogao da kompresuje sadržaj baze zbog neispravne BZ2 ekstenzije u ovoj verziji PHP-a. Preporuèuje se da podesite <code>$cfg[\'BZipDump\']</code> direktivu u vašem phpMyAdmin konfiguracionom fajlu na <code>FALSE</code>. Ako želite da koristite moguænosti BZ2 kompresije, trebalo bi da preðete na noviju verziju PHP-a. Vidite PHP izveštaj o greškama %s za detalje.';
$strBzip = '"bzip-ovano"';
 
$strCSVOptions = 'CSV opcije';
$strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
$strCantLoad = 'ne mogu da uèitam ekstenziju %s,<br />molim provjerite PHP konfiguraciju';
$strCantLoadRecodeIconv = 'Ne mogu da uèitam iconv ili recode ekstenzije potrebne za konverziju skupova znakova, podesite PHP da dozvoli korišæenje ovih ekstenzija ili onemoguæite konverziju skupova znakova u phpMyAdmin-u.';
$strCantRenameIdxToPrimary = 'Ne mogu da promenim kljuè u PRIMARY (primarni) !';
$strCantUseRecodeIconv = 'Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako ekstenzija prijavljuje da je uèitana. Proverite vašu PHP konfiguraciju.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'Ne razlikuje mala i velika slova';
$strCaseSensitive = 'Razlikuje mala i velika slova';
$strCentralEuropean = 'Centralnoevropski';
$strChange = 'Promijeni';
$strChangeCopyMode = 'Napravi novog korisnika sa istim privilegijama i ...';
$strChangeCopyModeCopy = '... saèuvaj stare.';
$strChangeCopyModeDeleteAndReload = ' ... obriši starog iz tabele korisnika i zatim ponovo uèitaj privilegije.';
$strChangeCopyModeJustDelete = ' ... obriši stare iz tabela korisnika.';
$strChangeCopyModeRevoke = ' ... obustavi sve privilegije starog korisnika i zatim ga obriši.';
$strChangeCopyUser = 'Promeni informacije o prijavi / Kopiraj korisnika';
$strChangeDisplay = 'Izaberi polja za prikaz';
$strChangePassword = 'Promeni lozinku';
$strCharset = 'Karakter set';
$strCharsetOfFile = 'Karakter set datoteke:';
$strCharsets = 'Kodne strane';
$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
$strCheckAll = 'Oznaèi sve';
$strCheckPrivs = 'Provjeri privilegije';
$strCheckPrivsLong = 'Provjeri privilegije za bazu &quot;%s&quot;.';
$strCheckTable = 'Provjeri tabelu';
$strChoosePage = 'Izaberite stranu koju menjate';
$strColComFeat = 'Prikazujem komentare kolone';
$strCollation = 'Sortiranje';
$strColumnNames = 'Imena kolona';
$strColumnPrivileges = 'Privilegije vezane za kolone';
$strCommand = 'Naredba';
$strComments = 'Komentari';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin nije mogao da proèita vaš konfiguracioni fajl!<br />Ovo se može destiti ako PHP naðe grešku u procesiranju ili ne može da pronaðe fajl.<br />Pozovite konfiguracioni fajl direktno koristeæi donji link u proèitajte poruke o grešci koje dobijate. U veæini sluèajeve negde nedostaje navodnik ili taèka-zarez.<br />Ako dobijete praznu stranu, sve je u redu.';
$strConfigureTableCoord = 'Podesite koordinate za tabelu %s';
$strConnections = 'Konekcije';
$strCookiesRequired = 'Kolaèiæi (Cookies) moraju u ovom sluèaju biti aktivirani.';
$strCopyTable = 'Kopiraj tabelu u (baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je kopirana u %s.';
$strCopyTableSameNames = 'Ne mogu da kopiram tabelu u samu sebe!';
$strCouldNotKill = 'phpMyAdmin nije mogao da prekine proces %s. Vjerovatno je veæ zatvoren.';
$strCreate = 'Napravi';
$strCreateIndex = 'Napravi kljuè na&nbsp;%s&nbsp;kolona';
$strCreateIndexTopic = 'Napravi novi kljuè';
$strCreateNewDatabase = 'Napravi novu bazu podataka';
$strCreateNewTable = 'Napravi novu tabelu u bazi %s';
$strCreatePage = 'Napravi novu stranu';
$strCreatePdfFeat = 'Pravljenje PDF-ova';
$strCriteria = 'Kriterijum';
$strCroatian = 'Hrvatski';
$strCyrillic = 'Æirilièni';
$strCzech = 'Èeški';
 
$strDBComment = 'Komentar baze:';
$strDBGContext = 'Kontekst';
$strDBGContextID = 'Kontekst ID';
$strDBGHits = 'Pogodaka';
$strDBGLine = 'Linija';
$strDBGMaxTimeMs = 'Max vrijeme, ms';
$strDBGMinTimeMs = 'Min vrijeme, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vrijeme/pogodak, ms';
$strDBGTotalTimeMs = 'Ukupno vrijeme, ms';
$strDanish = 'Danski';
$strData = 'Podaci';
$strDataDict = 'Reènik podataka';
$strDataOnly = 'Samo podaci';
$strDatabase = 'Baza podataka';
$strDatabaseExportOptions = 'Opcije za izvoz baze';
$strDatabaseHasBeenDropped = 'Baza %s je odbaèena.';
$strDatabaseNoTable = 'Baza ne sadrži tabele!';
$strDatabases = 'Baze';
$strDatabasesDropped = '%s baza je uspješno odbaèena.';
$strDatabasesStats = 'Statistika baze';
$strDatabasesStatsDisable = 'Iskljuèi statistike';
$strDatabasesStatsEnable = 'Ukljuèi statistike';
$strDatabasesStatsHeavyTraffic = 'Napomena: ukljuèivanje statistika može prouzrokovati veliki protok podataka izmeðu web i MySQL servera.';
$strDbPrivileges = 'Privilegije vezane za bazu';
$strDbSpecific = 'Specifièno za bazu';
$strDefault = 'Podrazumjevano';
$strDefaultValueHelp = 'Za podrazumjevanu vrijednost, unesite samo jednu vrijednost, bez kosih crta ili navodnika u ovom obliku: a';
$strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
$strDelete = 'Obriši';
$strDeleteAndFlush = 'Obriši korisnike i ponovo uèitaj privilegije.';
$strDeleteAndFlushDescr = 'Ovo je najèistiji naèin, ali ponovno uèitavanje privilegina može da potraje.';
$strDeleted = 'Red je obrisan';
$strDeletedRows = 'Obrisani redovi:';
$strDeleting = 'Brišem %s';
$strDescending = 'Opadajuæi';
$strDescription = 'Opis';
$strDictionary = 'rijeènik';
$strDisabled = 'Onemoguæeno';
$strDisplayFeat = 'Prikaži osobine';
$strDisplayOrder = 'Redosled prikaza:';
$strDisplayPDF = 'Prikaži PDF shemu';
$strDoAQuery = 'Napravi "upit po primjeru" (džoker: "%")';
$strDoYouReally = 'Da li stvarno hoæete da ';
$strDocu = 'Dokumentacija';
$strDrop = 'Odbaci';
$strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
$strDumpSaved = 'Sadržaj baze je saèuvan u fajl %s.';
$strDumpXRows = 'Prikaži %s redova poèevši od reda %s.';
$strDumpingData = 'Prikaz podataka tabele';
$strDynamic = 'dinamièki';
 
$strEdit = 'Promeni';
$strEditPDFPages = 'Izmena PDF strana';
$strEditPrivileges = 'Promijeni privilegije';
$strEffective = 'Efektivne';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
$strEnabled = 'Omoguæeno';
$strEnd = 'Kraj';
$strEndCut = 'KRAJ REZ';
$strEndRaw = 'KRAJ SIROVO';
$strEnglish = 'Engleski';
$strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
$strError = 'Greška';
$strEstonian = 'Estonski';
$strExcelOptions = 'Excel opcije';
$strExecuteBookmarked = 'Izvrši upamæen upit';
$strExplain = 'Objasni SQL';
$strExport = 'Izvoz';
$strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspelih pokušaja';
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s je obrisano';
$strFields = 'Polja';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Polja ogranièena sa';
$strFieldsEscapedBy = 'Escape karakter &nbsp; &nbsp; &nbsp;';
$strFieldsTerminatedBy = 'Polja razdvojena sa';
$strFileAlreadyExists = 'Datoteka %s veæ postoji na serveru, promijenite ime datoteke ili ukljuèite opciju prepisivanja.';
$strFileCouldNotBeRead = 'Datoteku nije moguæe proèitati';
$strFileNameTemplate = 'Šablon imena datoteke';
$strFileNameTemplateRemember = 'zapamti šablon';
$strFixed = 'uraðeno';
$strFlushPrivilegesNote = 'Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje server koristi ako su izvršene ruène izmjene. U tom sluèaju %sponovo uèitajte privilegije%s pre nego što nastavite.';
$strFlushTable = 'Osvježi tabelu ("FLUSH")';
$strFormEmpty = 'Nedostaje vrijednost u obrascu!';
$strFormat = 'Format';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenBy = 'Generirao';
$strGenTime = 'Vrijeme kreiranja';
$strGeneralRelationFeat = 'Opšte osobine relacija';
$strGerman = 'Njemaèki';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalne privilegije';
$strGlobalValue = 'Globalna vrednost';
$strGo = 'Kreni';
$strGrantOption = 'Omoguæi';
$strGreek = 'Grèki';
$strGzip = '"gzip-ovano"';
 
$strHasBeenAltered = 'je promijenjen(a).';
$strHasBeenCreated = 'je kreiran(a).';
$strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
$strHebrew = 'Jevrejski';
$strHome = 'Poèetna strana';
$strHomepageOfficial = 'phpMyAdmin veb sajt';
$strHost = 'Host';
$strHostEmpty = 'Ime hosta je prazno!';
$strHungarian = 'Maðarski';
 
$strId = 'ID';
$strIdxFulltext = 'Tekst kljuè';
$strIgnore = 'Ignoriši';
$strIgnoringFile = 'Ignorišem fajl %s';
$strImportDocSQL = 'Uvoz docSQL fajlova';
$strImportFiles = 'Uvoz fajlova';
$strInUse = 'se koristi';
$strIndex = 'Kljuè';
$strIndexHasBeenDropped = 'Kljuè %s je obrisan';
$strIndexName = 'Ime kljuèa :';
$strIndexType = 'Tip kljuèa :';
$strIndexes = 'Kljuèevi';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Vaš konfiguracioni fajl sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za hakovanje, i zaista treba da ispravite ovaj sigurnosni rizik.';
$strInsert = 'Novi zapis';
$strInsertAsNewRow = 'Unesi kao novi red';
$strInsertNewRow = 'Unesi novi red';
$strInsertedRowId = 'ID umetnutih redova:';
$strInsertedRows = 'Uneseno redova:';
 
$strJapanese = 'Japanski';
$strJumpToDB = 'Preði na bazu &quot;%s&quot;.';
$strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
$strJustDeleteDescr = '&quot;Obrisani&quot; korisnici æe i dalje imati pristup serveru dok privilegije ne budu ponovo uèitane.';
 
$strKeepPass = 'Nemoj da mijenjaš lozinku';
$strKeyname = 'Ime kljuèa';
$strKill = 'Obustavi';
$strKorean = 'Korejski';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opcije';
$strLandscape = 'Položeno';
$strLengthSet = 'Dužina/Vrijednost*';
$strLimitNumRows = 'Broj redova po strani';
$strLinesTerminatedBy = 'Linije se završavaju sa';
$strLinkNotFound = 'Veza nije pronaðena';
$strLinksTo = 'Veze ka';
$strLithuanian = 'Litvanski';
$strLocalhost = 'Lokalni';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLogPassword = 'Lozinka:';
$strLogUsername = 'Korisnièko ime:';
$strLogin = 'Prijavljivanje';
$strLoginInformation = 'Podatci o prijavi';
$strLogout = 'Odjavljivanje';
 
$strMIME_MIMEtype = 'MIME-tipovi';
$strMIME_available_mime = 'Dostupni MIME-tipovi';
$strMIME_available_transform = 'Dostupne transformacije';
$strMIME_description = 'Opis';
$strMIME_nodescription = 'Nema opisa za ovu transformaciju.<br />Molimo pitajte autora šta %s radi.';
$strMIME_transformation = 'Tranformacije èitaèa';
$strMIME_transformation_note = 'Za listu dostupnih opcija transformacije i njihove transformacije MIME-tipova, kliknite na %sopise transformacija%s';
$strMIME_transformation_options = 'Opcije transformacije';
$strMIME_transformation_options_note = 'Molimo unesite vrijednosti za opcije transformacije koristeæi ovaj oblik: \'a\',\'b\',\'c\'...<br />Ako treba da unesete obrnutu kosu crtu ("\\") ili apostrof ("\'") u te vrijednosti, stavite obrnutu kosu crtu ispred njih (na primjer \'\\\\xyz\' ili \'a\\\'b\').';
$strMIME_without = 'MIME-tipovi prikazani u kursivu nemaju odvojene funkcije transformacije.';
$strModifications = 'Izmjene su saèuvane';
$strModify = 'Promijeni';
$strModifyIndexTopic = 'Izmijeni kljuè';
$strMoveTable = 'Pomjeri tabelu u (baza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s je pomjerena u %s.';
$strMoveTableSameNames = 'Ne mogu da premjestim tabelu u samu sebe!';
$strMultilingual = 'višejezièki';
$strMySQLCharset = 'MySQL set karaktera';
$strMySQLSaid = 'MySQL kaže: ';
$strMySQLShowProcess = 'Prikaži listu procesa';
$strMySQLShowStatus = 'Prikaži MySQL informacije o toku rada';
$strMySQLShowVars = 'Prikaži MySQL sistemske promenljive';
 
$strName = 'Ime';
$strNext = 'Slijedeæi';
$strNo = 'Ne';
$strNoDatabases = 'Baza ne postoji';
$strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
$strNoDescription = 'nema opisa';
$strNoDropDatabases = '"DROP DATABASE" komanda je onemoguæena.';
$strNoExplain = 'Preskoèi objašnjavanje SQL-a';
$strNoFrames = 'phpMyAdmin preferira èitaèe koji podržavaju okvire.';
$strNoIndex = 'Kljuè nije definisan!';
$strNoIndexPartsDefined = 'Dijelovi kljuèa nisu definisani!';
$strNoModification = 'Nema izmjena';
$strNoOptions = 'Ne postoje opcije za ovaj format';
$strNoPassword = 'Nema lozinke';
$strNoPermission = 'Veb serveru nije dozvoljeno da saèuva datoteku %s.';
$strNoPhp = 'bez PHP koda';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nije Vam dozvoljeno da budete ovdje!';
$strNoSpace = 'Nedovoljno prostora za snimanje datoteke %s.';
$strNoTablesFound = 'Tabele nisu pronaðene u bazi.';
$strNoUsersFound = 'Korisnik nije naðen.';
$strNoValidateSQL = 'Preskoèi provjeru SQL-a';
$strNone = 'nema';
$strNotNumber = 'Ovo nije broj!';
$strNotOK = 'nije u redu';
$strNotSet = '<b>%s</b> tabela nije pronaðena ili nije postavljena u %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s pogodaka unutar tabele <i>%s</i>';
$strNumSearchResultsTotal = '<b>Ukupno:</b> <i>%s</i> pogodaka';
$strNumTables = 'Tabele';
 
$strOK = 'U redu';
$strOperations = 'Operacije';
$strOptimizeTable = 'Optimiziraj tabelu';
$strOr = 'ili';
$strOverhead = 'Prekoraèenje';
$strOverwriteExisting = 'Prepiši postojeæe fajlove';
 
$strPHP40203 = 'Koristite PHP 4.2.3, koji ima ozbiljnu gresku sa višebajtnim stringovima (mbstring). Pogledajte izvještaj o grešci br. 19404. Ova verzija PHP-a se ne preporuèuje za korišæenje sa phpMyAdmin.';
$strPHPVersion = 'verzija PHP-a';
$strPageNumber = 'Broj strane:';
$strPaperSize = 'Dimenzije papira';
$strPartialText = 'Dio teksta';
$strPassword = 'Lozinka';
$strPasswordChanged = 'Lozinka za %s je uspješno promjenjena.';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordNotSame = 'Lozinke nisu identiène!';
$strPdfDbSchema = 'Shema baze "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
$strPdfNoTables = 'Nema tabela';
$strPerHour = 'na sat';
$strPerMinute = 'u minuti';
$strPerSecond = 'u sekundi';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Napravi PHP kod';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktiva MORA biti podješena u konfiguracionoj datoteci!';
$strPortrait = 'Uspravno';
$strPos1 = 'Poèetak';
$strPrevious = 'Prethodna';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni kljuè je obrisan';
$strPrimaryKeyName = 'Ime primarnog kljuèa mora da bude... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnog kljuèa!)';
$strPrint = 'Štampaj';
$strPrintView = 'Za štampu';
$strPrivDescAllPrivileges = 'Ukljuèuje sve privilegije osim GRANT.';
$strPrivDescAlter = 'Dozvoljava izmjenu struktura postojeæih tabela.';
$strPrivDescCreateDb = 'Dozvoljava kreiranje novih baza i tabela.';
$strPrivDescCreateTbl = 'Dozvoljava kreiranje novih tabela.';
$strPrivDescCreateTmpTable = 'Dozvoljava kreiranje privremenih tabela..';
$strPrivDescDelete = 'Dozvoljava brisanje podataka.';
$strPrivDescDropDb = 'Dozvoljava odbacivanje baza i tabela.';
$strPrivDescDropTbl = 'Dozvoljava odbacivanje tabela.';
$strPrivDescExecute = 'Dozvoljava pokretanje saèuvanih procedura. Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescFile = 'Dozvoljava uvoz podataka i njihov izvoz u datoteke.';
$strPrivDescGrant = 'Dozvoljava dodavanje korisnika i privilegija bez ponovnog uèitavanja tabela privilegija.';
$strPrivDescIndex = 'Dozvoljava kreiranje i brisanje kljuèeva.';
$strPrivDescInsert = 'Dozvoljava umetanje i zamjenu podataka.';
$strPrivDescLockTables = 'Dozvoljava zakljuèavanje tabela tekuæim procesima.';
$strPrivDescMaxConnections = 'Ogranièava broj novih konekcija koje korisnik može ta otvori na sat.';
$strPrivDescMaxQuestions = 'Ogranièava broj upita koje korisnik može da uputi serveru za sat.';
$strPrivDescMaxUpdates = 'Ogranièava broj komandi koje menjaju tabele ili baze koje korisnik može da izvrši na sat.';
$strPrivDescProcess3 = 'Dozvoljava prekidanje procesa drugih korisnika.';
$strPrivDescProcess4 = 'Dozvoljava pregled kompletnih upita u listi procesa.';
$strPrivDescReferences = 'Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescReload = 'Dozvoljava ponovno uèitavanje podešavanja servera i pražnjenje keša servera.';
$strPrivDescReplClient = 'Daje pravo korisniku da pita gde su glavni/pomoæni serveri.';
$strPrivDescReplSlave = 'Potrebno zbog pomoænih servera za replikaciju.';
$strPrivDescSelect = 'Dozvoljava èitanje podataka.';
$strPrivDescShowDb = 'Daje pristup kompletnoj listi baza.';
$strPrivDescShutdown = 'Dozvoljava gašenje servera.';
$strPrivDescSuper = ' Dozvoljava povezivanje iako je dostignut maksimalan broj dozvoljenih veza; Neophodno za veæinu administrativnih opcija kao što su podešavanje globalnih promenljivih ili prekidanje procesa ostalih korisnika.';
$strPrivDescUpdate = 'Dozvoljava izmenu podataka.';
$strPrivDescUsage = 'Nema privilegija.';
$strPrivileges = 'Privilegije';
$strPrivilegesReloaded = 'Privilegije su uspešno ponovo uèitane.';
$strProcesslist = 'Lista procesa';
$strPutColNames = 'Stavi imena polja u prvi red';
 
$strQBE = 'Upit po primeru';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryFrame = 'Prozor za upite';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL istorijat';
$strQueryStatistics = '<b>Statistike upita</b>: %s upita je postavljeno serveru od njegovog pokretanja.';
$strQueryTime = 'Upit je trajao %01.4f sekundi';
$strQueryType = 'Vrsta upita';
$strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
 
$strReType = 'Ponovite unos';
$strReceived = 'Primljeno';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Proveri referencijalni integritet:';
$strRelationNotWorking = 'Dodatne moguænosti za rad sa povezanim tabelama su iskljuèene. Da biste saznali zašto, kliknite %sovde%s.';
$strRelationView = 'Relacioni pogled';
$strRelationalSchema = 'Relaciona shema';
$strRelations = 'Relacije';
$strReloadMySQL = 'Ponovo pokreni MySQL';
$strReloadingThePrivileges = 'Ponovo uèitavam privilegije';
$strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
$strRenameTable = 'Promjeni ime tabele u ';
$strRenameTableOK = 'Tabeli %s promjenjeno ime u %s';
$strRepairTable = 'Popravi tabelu';
$strReplaceNULLBy = 'Zamijeni NULL sa';
$strReplaceTable = 'Zamijeni podatke u tabeli sa podatcima iz datoteke';
$strReset = 'Resetuj';
$strResourceLimits = 'Ogranièenja resursa';
$strRevoke = 'Zabrani';
$strRevokeAndDelete = 'Obustavi sve aktivne privilegije korisnika i zatim ih obriši.';
$strRevokeAndDeleteDescr = 'Korisnici æe i dalje imati USAGE privilegije dok se privilegije ponovo ne uèitaju.';
$strRevokeMessage = 'Zabranili ste privilegije za %s';
$strRowLength = 'Dužina reda';
$strRowSize = 'Velièina reda';
$strRows = 'Redova';
$strRowsFrom = ' redova poèev od reda';
$strRowsModeFlippedHorizontal = 'horizontalnom (rotirana zaglavlja)';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s modu i ponovi zaglavlje posle svakog %s reda';
$strRowsModeVertical = 'vertikalnom';
$strRowsStatistic = 'Statistike reda';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
$strRunning = 'na serveru %s';
$strRussian = 'Ruski';
 
$strSQL = 'SQL';
$strSQLOptions = 'SQL opcije';
$strSQLParserBugMessage = 'Postoji moguænost da ste pronašli gresku u SQL parseru. Molimo ispitajte svoj upit pažljivo, i provjerite da su navodnici ispravni i da ne nedostaju. Ostali moguæi razlozi greške mogu biti da ste poslali binarni fajl van oblasti za obièan tekst. Možete probati svoj upit u MySQL interfejsu komandne linije. Donja poruka o grešci MySQL servera, ako je ima, može vam pomoæi u otkrivanju problema. Ako i dalje imate probleme ili ako parser ne uspjeva tamo gde uspeva interfejs komandne linije, svedite svoj SQL upit na jedan jedini upit koji stvara probleme i pošaljite nam izvještaj o grešci sa delom koda u donjoj REZ sekciji:';
$strSQLParserUserError = 'Izgleda da postoji greška u vašem SQL upitu. Ovde je poruka o greški MySQL servera, koja vam može pomoæi u otkrivanju problema';
$strSQLQuery = 'SQL upit';
$strSQLResult = 'SQL rezultat';
$strSQPBugInvalidIdentifer = 'Neispravan identifikator';
$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
$strSave = 'Saèuvaj';
$strSaveOnServer = 'Saèuvaj na server u direktorijum %s';
$strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
$strSearch = 'Pretraživanje';
$strSearchFormTitle = 'Pretraživanje baze';
$strSearchInTables = 'Unutar tabela:';
$strSearchNeedle = 'Rijeèi ili vrednosti koje se traže (džoker: "%"):';
$strSearchOption1 = 'bar jednu od rijeèi';
$strSearchOption2 = 'sve rijeèi';
$strSearchOption3 = 'taèan izraz';
$strSearchOption4 = 'kao regularni izraz';
$strSearchResultsFor = 'Rezultati pretrage za "<i>%s</i>" %s:';
$strSearchType = 'Traži:';
$strSecretRequired = 'Konfiguraciona datoteka zahtjeva tajnu lozinku (blowfish_secret).';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Izaberi sve';
$strSelectFields = 'Izaberi polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSelectTables = 'Izaberi tabele';
$strSend = 'Saèuvaj kao datoteku';
$strSent = 'Poslato';
$strServer = 'Server';
$strServerChoice = 'Izbor servera';
$strServerStatus = 'Informacije o toku rada';
$strServerStatusUptime = 'Ovaj MySQL server radi veæ %s. Pokrenut je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Promjenljive';
$strServerTrafficNotes = '<b>Saobraæaj servera</b>: Tabele pokazuju statistike mrežnog saobraæaja na ovom MySQL serveru od njegovog pokretanja.';
$strServerVars = 'Serverske promenljive i podešavanja';
$strServerVersion = 'Verzija servera';
$strSessionValue = 'Vrijednost sesije';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam treba obrnuta kosa crta ("\\") ili apostrof ("\'") koristite ih u "izbjegnutom" (escaped) obliku (na primer \'\\\\xyz\' ili \'a\\\'b\').';
$strShow = 'Prikaži';
$strShowAll = 'Prikaži sve';
$strShowColor = 'Prikaži boju';
$strShowDatadictAs = 'Format rijeènika podataka';
$strShowFullQueries = 'Prikaži kompletne upite';
$strShowGrid = 'Prikaži mrežu';
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
$strShowTableDimension = 'Prikaži dimenzije tabele';
$strShowTables = 'Prikaži tabele';
$strShowThisQuery = 'Prikaži ponovo ovaj upit';
$strShowingRecords = 'Prikaz zapisa';
$strSimplifiedChinese = 'Pojednostavljeni kineski';
$strSingly = '(po jednom polju)';
$strSize = 'Velièina';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeæe';
$strSplitWordsWithSpace = 'Rijeèi se odvajaju razmakom (" ").';
$strStatCheckTime = 'Posljednja provjera';
$strStatCreateTime = 'Napravljeno';
$strStatUpdateTime = 'Posljednja izmjena';
$strStatement = 'Ime';
$strStatus = 'Status';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podatci';
$strStrucDrop = 'Dodaj \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predloži strukturu tabele';
$strStructure = 'Struktura';
$strSubmit = 'Pošalji';
$strSuccess = 'Vaš SQL upit je uspešno izvršen';
$strSum = 'Ukupno';
$strSwedish = 'Švedski';
$strSwitchToTable = 'Preði na kopiranu tabelu';
 
$strTable = 'Tabela';
$strTableComments = 'Komentari tabele';
$strTableEmpty = 'Ima tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je odbaèena';
$strTableHasBeenEmptied = 'Tabela %s je ispražnjena';
$strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Radnje na tabeli';
$strTableOfContents = 'Sadržaj';
$strTableOptions = 'Opcije tabele';
$strTableStructure = 'Struktura tabele';
$strTableType = 'Tip tabele';
$strTables = '%s tabela';
$strTblPrivileges = 'Privilegije vezane za tabele';
$strTextAreaLength = 'Zbog njehove velièine, polje<br />možda neæete moæi da izmenite';
$strThai = 'Tajlandski ';
$strThisHost = 'Ovaj server';
$strThisNotDirectory = 'Ovo nije direktorijum';
$strThreadSuccessfullyKilled = 'Proces %s je uspješno prekinut.';
$strTime = 'Vrijeme';
$strToggleScratchboard = 'Ukljuèuje/iskljuèuje scratchboard';
$strTotal = 'ukupno';
$strTotalUC = 'Ukupno';
$strTraditionalChinese = 'Tradicionalni kineski';
$strTraffic = 'Saobraæaj';
$strTransformation_image_jpeg__inline = 'Prikazuje umanjenu sliku na koju je moguæe kliknuti; opcije: širina, visina u pikselima (èuva originalni odnos)';
$strTransformation_image_jpeg__link = 'Prikazuje link ka ovoj slici (npr. direktno preuzimanje iz BLOB-a).';
$strTransformation_image_png__inline = 'Prikaži JPEG slike na strani';
$strTransformation_text_plain__dateformat = 'Uzima TIME, TIMESTAMP ili DATETIME polje i formatira ga koristeæi lokalni oblik prikazivanja datuma. Prva opcija je ofset (u satima) koji se dodaje vremenskoj oznaci (podrazumevano: 0). Druga opcija je razlièit format datuma prema parametrima koji su dostupni za PHP-ov strftime().';
$strTransformation_text_plain__external = 'SAMO LINUX: Pokreæe eksternu aplikaciju i popunjava podatke u poljima preko standardnog ulaza. Vraæa standardni izlaz aplikacije. Podrazumevano je Tidy, za lepši prikaz HTML koda. Zbog sigurnosnih razloga, morate ruèno izmeniti datoteku libraries/transformations/text_plain__external.inc.php i dodati alate koje želite da koristite. Prva opcija je broj programa koje želite da koristite, a druga su parametri programa. Ako se treæi parametar postavi na 1 izlaz æe biti konvertovan koristeæi htmlspecialchars() (podrazumevano je 1). Ako je èetvrti parametar postavljen na 1, NOWRAP æe biti dodato æeliji sa sadržajem tako da æe izlaz biti prikazan bez izmena. (podrazumevano 1)';
$strTransformation_text_plain__formatted = 'Èuva originalno formatiranje polja. Escaping se ne vrši.';
$strTransformation_text_plain__imagelink = 'Prikazuje sliku i link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je širina u pikselima, treæa je visina.';
$strTransformation_text_plain__link = 'Prikazuje link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je naslov za link.';
$strTransformation_text_plain__substr = 'Pokazuje samo deo stringa. Prva opcija je ofset koji definiše gde poèinje izlaz vašeg teksta (podrazumevano 0). Druga opcija je ofset koji pokazuje koliko æe teksta biti prikazano. Ako je nema, sav preostali tekst æe biti prikazan. Treæa opcija odreðuje koji æe znaci biti dodati izlazu kada se prikaže podstring (podrazumevano: ...) .';
$strTruncateQueries = 'Prikaži skraæene upite';
$strTurkish = 'Turski';
$strType = 'Tip';
 
$strUkrainian = 'Ukrajinski';
$strUncheckAll = 'nijedno';
$strUnicode = 'Unikod';
$strUnique = 'Jedinstveni';
$strUnknown = 'nepoznat';
$strUnselectAll = 'ništa';
$strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
$strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promjenjen.';
$strUpdateQuery = 'Ažuriraj upit';
$strUsage = 'Zauzeæe';
$strUseBackquotes = 'Koristi \' za ogranièavanje imena polja';
$strUseHostTable = 'Koristi tabelu hosta';
$strUseTables = 'Koristi tabele';
$strUseTextField = 'Koristi tekst polje';
$strUseThisValue = 'Koristi ovu vrijednost';
$strUser = 'Korisnik';
$strUserAlreadyExists = 'Korisnik %s veæ postoji!';
$strUserEmpty = 'Ime korisnika nije unijeto!';
$strUserName = 'Ime korisnika';
$strUserNotFound = 'Izabrani korisnik nije pronaðen u tabeli privilegija.';
$strUserOverview = 'Pregled korisnika';
$strUsersDeleted = 'Izabrani korisnici su uspješno obrisani.';
$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup &quot;%s&quot;';
 
$strValidateSQL = 'Provjeri SQL';
$strValidatorError = 'SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane neophodne PHP ekstenzije opisane u %sdokumentaciji%s.';
$strValue = 'Vrijednost';
$strVar = 'Promjenljiva';
$strViewDump = 'Prikaži sadržaj (shemu) tabele';
$strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
$strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
 
$strWebServerUploadDirectory = 'direkcija za slanje web servera ';
$strWebServerUploadDirectoryError = 'Direkcija koju ste izabrali za slanje nije dostupna';
$strWelcome = 'Dobrodošli na %s';
$strWestEuropean = 'Zapadnoevropski';
$strWildcard = 'Džoker';
$strWindowNotFound = 'Odredišnji prozor pretraživaèa nije mogao da bude ažuriran. Možda ste zatvorili matièni prozor, ili vaš preraživaè onemoguæava ažuriranje meðu prozorima zbog sigurnosnih podešavanja';
$strWithChecked = 'Oznaèeno:';
$strWritingCommentNotPossible = 'Pisanje komentara nije moguæe';
$strWritingRelationNotPossible = 'Upisivanje relacije nije moguæe';
$strWrongUser = 'Pogrešno korisnièko ime/lozinka. Ulaz nije dozvoljen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite.';
$strZip = '"zipovano"';
 
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
 
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
 
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
 
$strLatexCaption = 'Table caption'; //to translate
$strLatexContent = 'Content of table __TABLE__'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexIncludeCaption = 'Include table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
$strLatexStructure = 'Structure of table __TABLE__'; //to translate
$strLogServer = 'Server'; //to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
 
$strSortByKey = 'Sort by key'; //to translate
 
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
 
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/brazilian_portuguese-iso-8859-1.inc.php
0,0 → 1,990
<?php
/* $Id: brazilian_portuguese-iso-8859-1.inc.php,v 2.118.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* translated by:
Renato Lins <thbest at information4u.com> DESCONTINUED
Airon Luis Pereira <aironp@pop.com.br> start from v2.6.0
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
 
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
$month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
 
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y as %I:%M %p';
 
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
 
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Digite o caminho absoluto do diretório docSQL do servidor Web';
$strAccessDenied = 'Acesso negado';
$strAccessDeniedExplanation = 'phpMyAdmin tentou se conectar no servidor MySQL e a conxão foi recusada. Você deve checar o host, nome de usuário e senha no config.inc.php e se certificar que correspondam com as informações fornecidas pelo administrador do servidor MySQL.';
$strAction = 'Ações';
$strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
$strAddConstraints = 'Adicionar restrições';
$strAddDeleteColumn = 'Adicionar/Remover colunas';
$strAddDeleteRow = 'Adicionar/Remover condições de busca';
$strAddDropDatabase = 'Adicionar DROP DATABASE';
$strAddedColumnComment = 'Adicionado comentário para a coluna';
$strAddedColumnRelation = 'Adicionada relação para a coluna';
$strAddFields = 'Adicionar %s campo(s)';
$strAddHeaderComment = 'Adicionar comentário pessoal no cabeçalho (\\n quebra linhas)';
$strAddIfNotExists = 'Adicionar IF NOT EXISTS';
$strAddIntoComments = 'Adicionar nos comentários';
$strAddNewField = 'Adicionar novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilégios nas seguintes Banco de Dados';
$strAddPrivilegesOnTbl = 'Adicionar privilégios nas seguintes tabelas';
$strAddSearchConditions = 'Condição de Pesquisa (complemento da cláusula "onde"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Adicionar novo usuário';
$strAddUserMessage = 'Adicionado usuário';
$strAdministration = 'Administração';
$strAffectedRows = 'Registro(s) afetado(s):';
$strAfter = 'Depois %s';
$strAfterInsertBack = 'Retornar';
$strAfterInsertNewInsert = 'Inserir novo registro';
$strAfterInsertNext = 'Editar próximo registro';
$strAfterInsertSame = 'Voltar para esta página';
$strAllTableSameWidth = 'mostrar todas as tabelas com o mesmo tamanho?';
$strAll = 'Todos';
$strAlterOrderBy = 'Alterar tabela ordenada por';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAnIndex = 'Um índice foi adicionado a %s';
$strAnyHost = 'Qualquer servidor';
$strAny = 'Qualquer';
$strAnyUser = 'Qualquer usuário';
$strApproximateCount = 'Pode ser aproximado. Veja o FAQ 3.11';
$strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
$strArabic = 'Árabe';
$strArmenian = 'Armêno';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No início da tabela';
$strAtEndOfTable = 'No final da tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Auto-detectar';
$strAutomaticLayout = 'Leiaute automático';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBeginCut = 'INICIO CORTE';
$strBeginRaw = 'INICIO CRU';
$strBinary = ' Binário ';
$strBinaryDoNotEdit = ' Binário - não edite ';
$strBinaryLog = 'Log binário';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Informação';
$strBinLogName = 'Nome do log';
$strBinLogOriginalPosition = 'Posição original';
$strBinLogPosition = 'Posição';
$strBinLogServerId = 'ID do Servidor';
$strBookmarkAllUsers = 'Deixar qualquer usuário acessar esse marcador';
$strBookmarkDeleted = 'O marcador foi removido.';
$strBookmarkLabel = 'Nome';
$strBookmarkQuery = 'Consulta SQL gravada';
$strBookmarkThis = 'Gravar essa consulta SQL';
$strBookmarkView = 'Apenas visualizar';
$strBrowseForeignValues = 'Visualizar valores estrangeiros';
$strBrowse = 'Visualizar';
$strBufferPoolActivity = 'Atividade do Buffer Pool';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Uso do Buffer Pool';
$strBufferReadMissesInPercent = 'Leitura falhou em %';
$strBufferReadMisses = 'Leitura falhou';
$strBufferWriteWaits = 'Escrita esperada'; // erro de traducao? fiquei na duvida, sera Escrever espera ?
$strBufferWriteWaitsInPercent = 'Escrita esperada em %';
$strBulgarian = 'Bulgaro';
$strBusyPages = 'Página ocupadas';
$strBzError = 'phpMyAdmin não foi capaz de comprimir o dump devido a um defeito na extensão Bz2 desta versão do php. É extremamente recomendado configurar a diretiva <code>$cfg[\'BZipDump\']</code> do arquivo de configuração do phpMyAdmin para <code>FALSE</code>. Se você quiser usar os recursos de compressão Bz2, você terá que atualizar para uma versão mais nova do PHP. Veja os relatórios de bug %s do php para detalhes.';
$strBzip = '"compactado com bzip"';
 
$strCalendar = 'Calendário';
$strCannotLogin = 'Não foi possível se logar no servidor MySQL';
$strCantLoad = 'não carregou extensão %s,<br />verifique a configurações do php';
$strCantLoadRecodeIconv = 'Não é possível carregar <i>iconv</i> ou recodificar a extensão necessária para a conversão do Conjunto de Caracteres, configure o PHP de modo a permitir utilizar estas extensões ou desligue a conversão do Conjunto de Caracteres no phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Não foi possível renomear o índice para "PRIMARY"!';
$strCantUseRecodeIconv = 'Não é possível usar <i>iconv</i> nem <i>libiconv</i> nem a função <i>recode_string</i> enquanto a extensão reportar que está ligada. Confira a configuração do seu php.';
$strCardinality = 'Cardinalidade';
$strCaseInsensitive = 'Não diferencia maiúsculas/minúsculas';
$strCaseSensitive = 'Diferencia maiúsculas/minúsculas';
$strCentralEuropean = 'Europeu Central';
$strChange = 'Alterar';
$strChangeCopyModeCopy = '... manter o antigo.';
$strChangeCopyMode = 'Criar um novo usuário com os mesmos privilégios e ...';
$strChangeCopyModeDeleteAndReload = ' ... apagar o antigo da tabela de usuários e depois recarregar os privilégios.';
$strChangeCopyModeJustDelete = ' ... apagar o antigo da tabela de usuários.';
$strChangeCopyModeRevoke = ' ... revogar todos privilégios do usuário antigo e depois apagar ele.';
$strChangeCopyUser = 'Mudar informações de login / Copiar usuário';
$strChangeDisplay = 'Escolha o campo para exibir';
$strChangePassword = 'Alterar a senha';
$strCharset = 'Conjunto de caracteres';
$strCharsetOfFile = 'Conjunto de caracteres do arquivo';
$strCharsetsAndCollations = 'Conjuntos de caracteres e Collations';
$strCharsets = 'Conjuntos de caracteres';
$strCheckAll = 'Marcar todos';
$strCheckOverhead = 'Verificar sobre-carga';
$strCheckPrivsLong = 'Verificar privilégios para a Banco de Dados &quot;%s&quot;.';
$strCheckPrivs = 'Verificar privilégios';
$strCheckTable = 'Verificar tabela';
$strChoosePage = 'Escolha a página para editar';
$strColComFeat = 'Exibindo comentários da coluna';
$strCollation = 'Collation';
$strColumnNames = 'Nome das colunas';
$strColumnPrivileges = 'Privilégios específicos da coluna';
$strCommand = 'Comando';
$strComments = 'Comentários';
$strCommentsForTable = 'COMENTÁRIOS PARA A TABELA';
$strCompatibleHashing = 'Compatível com MySQL&nbsp;4.0';
$strCompleteInserts = 'Inserções completas';
$strCompression = 'Compressão';
$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o arquivo de configuração!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i> ou se não conseguir encontrar o arquivo.<br />Chame o arquivo de configuração diretamente usando o <i>link</i> abaixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula errado.<br />Se receber uma página em branco, está tudo certo.';
$strConfigureTableCoord = 'Configure as coordenadas para a tabela %s';
$strConnectionError = 'Não pode conectar: configurações inválidas.';
$strConnections = 'Conexões';
$strConstraintsForDumped = 'Restrições para as tabelas dumpadas';
$strConstraintsForTable = 'Restrições para a tabela';
$strCookiesRequired = 'Cookies devem estar ativos após este ponto.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'Banco de Dados %s copiado para %s';
$strCopyTable = 'Copiar tabela para (Banco de Dados<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s copiada para %s.';
$strCopyTableSameNames = 'Não pode copiar a tabela para ela mesma!';
$strCouldNotKill = 'phpMyAdmin não foi capaz de matar o thread %s. É possível que ele já esteja fechado.';
$strCreate = 'Criar';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE antes de copiar';
$strCreateIndex = 'Criar um índice em&nbsp;%s&nbsp;colunas';
$strCreateIndexTopic = 'Criar um novo índice';
$strCreateNewDatabase = 'Criar novo Banco de Dados';
$strCreateNewTable = 'Criar nova tabela no Banco de Dados %s';
$strCreatePage = 'Criar uma nova página';
$strCreatePdfFeat = 'Criação de PDFs';
$strCreationDates = 'Criar/Atualizar/Verificar datas';
$strCriteria = 'Critério';
$strCroatian = 'Croata';
$strCSVOptions = 'Opções CSV';
$strCyrillic = 'Cirílico';
$strCzechSlovak = 'Tcheco-Eslováquio';
$strCzech = 'Tcheco';
 
$strDanish = 'Dinamarquês';
$strDatabase = 'Banco de Dados';
$strDatabaseEmpty = 'O nome do Banco de Dados está em branco!';
$strDatabaseExportOptions = 'Opções de exportação do Banco de Dados';
$strDatabaseHasBeenDropped = 'Banco de Dados %s foi eliminado.';
$strDatabaseNoTable = 'Esse Banco de Dados não possui tabelas!';
$strDatabases = 'Banco de Dados';
$strDatabasesDropped = 'Banco de Dados %s foi eliminado com sucesso!';
$strDatabasesStatsDisable = 'Disabilitar estatísticas';
$strDatabasesStatsEnable = 'Habilitar estatísticas';
$strDatabasesStats = 'Estatísticas do Banco de Dados';
$strDatabasesStatsHeavyTraffic = 'Nota: Ativar as estatísticas pode causar um grande volume de tráfego de dados entre o servidor web e o servidor MySQL.';
$strData = 'Dados';
$strDataDict = 'Dicionário de dados';
$strDataOnly = 'Dados apenas';
$strDataPages = 'Páginas contendo dados';
$strDBComment = 'Comentário do Banco de Dados: ';
$strDBCopy = 'Copiar Banco de Dados para';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID do contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo máx, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privilégios específicos do Banco de Dados';
$strDBRename = 'Renomear Banco de Dados para';
$strDbSpecific = 'Específico do Banco de Dados';
$strDefaultEngine = '%s é o stored engine padrão neste servidor MySQL.';
$strDefault = 'Padrão';
$strDefaultValueHelp = 'Para valores padrão, digite um valor simples, sem barras de escape ou aspas, use este formato: a';
$strDefragment = 'Desfragmentar tabela';
$strDelayedInserts = 'Usar inserções demoradas';
$strDeleteAndFlush = 'Apagar usuário e depois recarregar os privilégios.';
$strDeleteAndFlushDescr = 'Esse é o caminho mais claro, mas recarregar os privilégios pode demorar um pouco.';
$strDeleted = 'Registro eliminado';
$strDeletedRows = 'Registros eliminados:';
$strDelete = 'Remover';
$strDeleting = 'Eliminando %s';
$strDelOld = 'A Página atual contêm referências para uma tabela que não existe. Gostaria de eliminar estas referências?';
$strDescending = 'Descendente';
$strDescription = 'Descrição';
$strDictionary = 'dicionário';
$strDirtyPages = 'Páginas sujas';
$strDisabled = 'Desabilitado';
$strDisableForeignChecks = 'Desabilitar verificação de chaves estrangeiras';
$strDisplayFeat = 'Exibir recursos';
$strDisplayOrder = 'Ordenado por:';
$strDisplayPDF = 'Exibir esquema PDF';
$strDoAQuery = 'Faça uma "consulta por exemplo" (coringa: "%")';
$strDocu = 'Documentação';
$strDoYouReally = 'Confirmar: ';
$strDropDatabaseStrongWarning = 'Você está prestes à DESTRUIR completamente o Banco de Dados!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar o Banco de Dados que possui o mesmo nome dos usuários.';
$strDumpingData = 'Extraindo dados da tabela';
$strDumpSaved = 'Dump foi salvo no arquivo %s.';
$strDumpXRows = 'Dumpar %s registros, começando pelo registro %s.';
$strDynamic = 'dinâmico';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar Páginas PDF';
$strEditPrivileges = 'Editar Privilégios';
$strEffective = 'Efetivo';
$strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).';
$strEnabled = 'Habilitado';
$strEncloseInTransaction = 'Encapsular exportação numa transação';
$strEndCut = 'FIM CORTE';
$strEnd = 'Fim';
$strEndRaw = 'FIM CRU';
$strEngineAvailable = '%s está disponível neste servidor MySQL.';
$strEngineDisabled = '%s está desabilitado neste servidor MySQL.';
$strEngines = 'Engines';
$strEngineUnsupported = 'Esse servidor MySQL não suporta o stored engine %s.';
$strEnglish = 'Inglês';
$strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês ';
$strError = 'Erro';
$strEscapeWildcards = 'Coringas _ e % precisam ser precedidos com uma \ para serem usados literalmente';
$strEstonian = 'Estoniano';
$strExcelEdition = 'Edição do Excel';
$strExcelOptions = 'Opções do Excel';
$strExecuteBookmarked = 'Executar consulta marcada';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Inserções extendidas';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativas falharam';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Campo %s foi deletado';
$strFields = 'Campos';
$strFieldsEmpty = ' O campo count esta vazio! ';
$strFieldsEnclosedBy = 'Campos delimitados por';
$strFieldsEscapedBy = 'Campos contornados por';
$strFieldsTerminatedBy = 'Campos terminados por';
$strFileAlreadyExists = 'O arquivo %s já existe no servidor, mude o nome do arquivo ou verifique sua opção de sobrescrever.';
$strFileCouldNotBeRead = 'O arquivo não pode ser lido';
$strFileNameTemplate = 'Nome do arquivo do modelo';
$strFileNameTemplateRemember = 'lembrar modelo';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos usuário diretamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode divergir dos privilégios que o servidor usa se alterações manuais forem feitas nele. Neste caso, você deve usar %sRELOAD PRIVILEGES%s antes de continuar..';
$strFlushTable = 'Limpar a tabela ("LIMPAR")';
$strFormat = 'Formato';
$strFormEmpty = 'Faltando valores no formulário!';
$strFreePages = 'Páginas livres';
$strFullText = 'Textos completos';
$strFunction = 'Funções';
 
$strGenBy = 'Gerado por';
$strGeneralRelationFeat = 'Recursos de relações gerais';
$strGenerate = 'Gerar';
$strGeneratePassword = 'Gerar Senha';
$strGenTime = 'Tempo de Geração';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemão';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilégios globais';
$strGlobalValue = 'Valor global';
$strGo = 'Executar';
$strGrantOption = 'Conceder/Grant';
$strGreek = 'Grego';
$strGzip = '"compactado com gzip"';
 
$strHasBeenAltered = 'foi alterado.';
$strHasBeenCreated = 'foi criado.';
$strHaveToShow = 'Deve escolher pelo menos uma coluna para exibir';
$strHebrew = 'Hebreu';
$strHexForBinary = 'Usar hexadecimal para campos binários';
$strHomepageOfficial = 'Página Oficial do phpMyAdmin';
$strHome = 'Principal';
$strHostEmpty = 'O nome do servidor está vazio!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opções de exportação: Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opções de exportação: Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandês';
$strId = 'ID';
$strIdxFulltext = 'Texto completo';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar inserções ignoradas';
$strIgnoringFile = 'Ignorar arquivo %s';
$strImportDocSQL = 'Importar arquivos docSQL';
$strImportFiles = 'Importar arquivos';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'Índice %s foi eliminado';
$strIndex = 'Índice';
$strIndexName = 'Nome do índice:';
$strIndexType = 'Tipo de índice:';
$strIndexWarningMultiple = 'Mais de uma %s chave foi criada para a coluna `%s`';
$strIndexWarningPrimary = 'Chaves PRIMARY e INDEX não podem ser usadas juntas para a coluna `%s`';
$strIndexWarningTable = 'Problemas com o índice da tabela `%s`';
$strIndexWarningUnique = 'Chaves UNIQUE e INDEX não podem ser usadas juntas para a coluna `%s`';
$strInnoDBAutoextendIncrementDesc = 'O tamanho do incremento para extender o tamanho de um tamanho de tabela autoextendida quando ela começar à ficar cheia.';
$strInnoDBAutoextendIncrement = 'Incremento autoextendido';
$strInnoDBBufferPoolSizeDesc = 'O tamanho do buffer de memória que o InnoDB usa para dados do cache e índices nas suas tabelas.';
$strInnoDBBufferPoolSize = 'Tamanho do Buffer Pool';
$strInnoDBDataFilePath = 'Arquivos de dados';
$strInnoDBDataHomeDirDesc = 'A parte comum do caminho do diretório para todos os arquivos de dados do InnoDB.';
$strInnoDBDataHomeDir = 'Diretório raiz de dados';
$strInnoDBPages = 'páginas';
$strInnodbStat = 'Status do InnoDB';
$strInsecureMySQL = 'O seu arquivo de configuração contém configurações (root sem senha) que correspondem à conta privilegiada padrão do MySQL. O servidor MySQL rodando com esse padrão estará aberto a invasões, você realmente deveria corrigir este furo de segurança.';
$strInsertAsNewRow = 'Inserir uma nova coluna';
$strInsertedRowId = 'Inserir ID do registro:';
$strInsertedRows = 'Registros inseridos:';
$strInsert = 'Inserir';
$strInsertNewRow = 'Insere novo registro';
$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.';
$strInternalRelations = 'Relações internas';
$strInUse = 'em uso';
 
$strJapanese = 'Japonês';
$strJumpToDB = 'Ir para o Banco de Dados &quot;%s&quot;.';
$strJustDelete = 'Apenas apagar o usuário da tabela de privilégios';
$strJustDeleteDescr = 'O usuário &quot;apagado&quot; ainda podera continuar acessando o servidor normalmente até que os privilégios sejam recarregados.';
 
$strKeepPass = 'Não mudar a senha';
$strKeyname = 'Nome chave';
$strKill = 'Matar';
$strKorean = 'Coreano';
 
$strLandscape = 'Paisagem';
$strLatchedPages = 'Páginas trancadas';
$strLatexCaption = 'Leganda da Tabela';
$strLatexContent = 'Conteúdo da tabela __TABLE__';
$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexContinued = '(continuação)';
$strLatexIncludeCaption = 'Incluir legenda da tabela';
$strLatexLabel = 'Rótulo da chave';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opções LaTeX';
$strLatexStructure = 'Estrutura da tabela __TABLE__';
$strLatvian = 'Letonês';
$strLengthSet = 'Tamanho/Definir*';
$strLimitNumRows = 'registros por página';
$strLinesTerminatedBy = 'Linhas terminadas por';
$strLinkNotFound = 'Link não encontrado';
$strLinksTo = 'Links para';
$strLithuanian = 'Lituânio';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localização do arquivo texto';
$strLogin = 'Autenticação';
$strLoginInformation = 'Informação de login';
$strLogout = 'Sair';
$strLogPassword = 'Senha:';
$strLogServer = 'Servidor';
$strLogUsername = 'Usuário:';
$strLongOperation = 'Esta operação pode ser demorada. Deseja prosseguir?';
 
$strMaximumSize = 'Tamanho máximo: %s%s';
$strMbExtensionMissing = 'A extensão mbstring do PHP não foi encontrada e você parece estar usando conjuntos de caracteres multibyte. Sem a extensão mbstring o phpMyAdmin não será capaz de dividir as strings corretamente isso pode causar resultados inesperados.';
$strMbOverloadWarning = 'Você habilitou mbstring.func_overload nas configurações do PHP. Essa opção é incompatível com o phpMyAdmin e certamente causará a perda de algum dado!';
$strMIME_available_mime = 'MIME-type disponíveis';
$strMIME_available_transform = 'Transformações disponíveis';
$strMIME_description = 'Descrição';
$strMIME_MIMEtype = 'MIME-type'; // MIME-types nao tem traducao
$strMIME_nodescription = 'Sem descrição disponível para essa transformação.<br />Pergunte ao autor o que %s faz.';
$strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type, clique em %sdescrição de transformações%s';
$strMIME_transformation_options_note = 'Digite os valores para as opções de transformação usando este formato: \'a\',\'b\',\'c\'...<br />Se por acaso precisar inserir uma contra-barra ("\") ou aspas ("\'") no meio desses valores, faça-o usando outra contra-barra (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_transformation_options = 'Opções de transformação';
$strMIME_transformation = 'Transformações do navegador';
$strMIMETypesForTable = 'MIME-TYPES PARA AS TABELAS';
$strMIME_without = 'MIME-types em itálico não têm uma função de transformação separada';
$strModifications = 'Modificações foram salvas';
$strModifyIndexTopic = 'Modificar um índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover tabela para (Banco de Dados<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s foi movida para %s.';
$strMoveTableSameNames = 'Não pode mover a tabela para ela mesma!';
$strMultilingual = 'multi-linguagem';
$strMyISAMDataPointerSizeDesc = 'O tamanho padrão do ponteiro em bytes, para ser usado por CREATE TABLE para tabelas MyISAM quando a opção MAX_ROWS não é especificada.';
$strMyISAMDataPointerSize = 'Tamanho do ponteiro de dados';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se os arquivos temporários usados para rápida criação de índices MyISAM forem maiores do que usando a chave do cache pela quantidade especificada aqui, prefira o método chave do cache.';
$strMyISAMMaxExtraSortFileSize = 'Tamanho máximo para arquivos temporários na criação do índice';
$strMyISAMMaxSortFileSizeDesc = 'O tamanho máximo do arquivo temporário MySQL que é permitido usar quando for recriar um índice MyISAM (durante REPAIR TABLE, ALTER TABLE ou LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamanho máximo para os arquivos temporários de ordenação';
$strMyISAMRecoverOptionsDesc = 'O modo para recuperação automática de tabelas MyISAM danificadas, como configurado pela opção de inicialização do servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modo de recuperação automático';
$strMyISAMRepairThreadsDesc = 'Se este valor for maior que 1, índices das tabelas MyISAM são criados em paralelo (cada índice tem seu próprio thread) durante o Reparo pelo processo de ordenação.';
$strMyISAMRepairThreads = 'Threads de reparo';
$strMyISAMSortBufferSizeDesc = 'O buffer que é alocado quando são ordenados índices MyISAM durante um REPAIR TABLE ou quando são criados índices com CREATE INDEX ou ALTER TABLE.';
$strMyISAMSortBufferSize = 'Tamanho do buffer de ordenação';
$strMySQLCharset = 'Conjunto de caracteres MySQL';
$strMySQLConnectionCollation = 'Collation de conexão do MySQL'; // Collation nao tem traducao
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLShowProcess = 'Mostrar os Processos';
$strMySQLShowStatus = 'Mostrar informação de runtime do MySQL';
$strMySQLShowVars = 'Mostrar variáveis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Próximo';
$strNoActivity = 'Sem atividade por %s segundos ou mais, faça o login novamente';
$strNoDatabasesSelected = 'Nenhum Banco de Dados selecionado.';
$strNoDatabases = 'Sem bases';
$strNoDescription = 'sem Descrição';
$strNoDetailsForEngine = 'Não há nenhuma informação detalhada do status disponível para esta storage engine.';
$strNoDropDatabases = 'O comando "DROP DATABASE" está desabilitado.';
$strNoExplain = 'Pular Explicação SQL';
$strNoFrames = 'phpMyAdmin é mais amigável com um navegador <b>capaz de exibir frames</b>.';
$strNoIndex = 'Nenhum índice definido!';
$strNoIndexPartsDefined = 'Nenhuma parte de índice definida!';
$strNoModification = 'Sem Mudança';
$strNo = 'Não';
$strNone = 'Nenhum';
$strNoOptions = 'Esse formato não tem opções';
$strNoPassword = 'Sem senha';
$strNoPermission = 'O servidor web não tem permissão para salvar o arquivo %s.';
$strNoPhp = 'sem código PHP';
$strNoPrivileges = 'Sem privilégios';
$strNoRights = 'Você não tem direitos suficientes para estar aqui agora!';
$strNoRowsSelected = 'Nenhum registro selecionado';
$strNoSpace = 'Espaço insuficiente para salvar o arquivo %s.';
$strNoTablesFound = 'Nenhuma tabela encontrada no Banco de Dados';
$strNoThemeSupport = 'Sem suporte a Temas, verifique suas configurações e/ou seus Temas no diretório %s.';
$strNotNumber = 'Isto não é um número!';
$strNotOK = 'não está OK';
$strNotSet = '<b>%s</b> tabela não encontrada ou não configurada em %s';
$strNoUsersFound = 'Nenhum usuário(s) encontrado.';
$strNoValidateSQL = 'Pular validação SQL';
$strNull = 'Nulo';
$strNumSearchResultsInTable = '%s resultado(s) dentro da tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'OK';
$strOperations = 'Operações';
$strOperator = 'Operador';
$strOptimizeTable = 'Otimizar tabela';
$strOr = 'Ou';
$strOverhead = 'Sobrecarga';
$strOverwriteExisting = 'Sobrescrever arquivo(s) existente(s)';
 
$strPageNumber = 'Numero da página:';
$strPagesToBeFlushed = 'Páginas para serem niveladas';
$strPaperSize = 'Tamanho do papel';
$strPartialText = 'Textos parciais';
$strPasswordChanged = 'A senha para %s foi modificada com sucesso.';
$strPasswordEmpty = 'A senhas está em branco!';
$strPasswordHashing = 'Hashing da senha'; // Hashing nao tem traducao
$strPasswordNotSame = 'As senhas não são iguais!';
$strPassword = 'Senha';
$strPdfDbSchema = 'Esquema do Banco de Dados "%s" - Página %s';
$strPdfInvalidTblName = 'A tabela "%s" não existe!';
$strPdfNoTables = 'Sem tabelas';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Pérsa';
$strPhoneBook = 'Agenda de telefones';
$strPHP40203 = 'Você está usando o PHP 4.2.3, que possui um grave defeito usando strings multi-byte (mbstring). Veja relatório 19404 de erros do PHP. Essa versão não é recomendada para uso com o phpMyAdmin.';
$strPhp = 'Criar código PHP';
$strPHPVersion = 'Versão do PHP';
$strPmaDocumentation = 'Documentação do phpMyAdmin ';
$strPmaUriError = 'A variável <tt>$cfg[\'PmaAbsoluteUri\']</tt> deve ser setada';
$strPolish = 'Polonês';
$strPortrait = 'Retrato';
$strPos1 = 'Início';
$strPrevious = 'Anterior';
$strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada';
$strPrimaryKeyName = 'O nome da chave primária deve ser... "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>precisa</b> ser o nome <b>de</b> e <b>apenas da</b> chave primária!)';
$strPrimary = 'Primária';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Ver impressão (com textos completos)';
$strPrintView = 'Visualização para impressão';
$strPrivDescAllPrivileges = 'Incluir todos os privilégios, exceto GRANT.';
$strPrivDescAlter = 'Permitir alterar a estrutura das tabelas existentes.';
$strPrivDescAlterRoutine = 'Permitir alterar e apagar stored routines.';
$strPrivDescCreateDb = 'Permitir criar novas tabelas e Banco de Dados.';
$strPrivDescCreateRoutine = 'Permitir criar stored routines.';
$strPrivDescCreateTbl = 'Permitir criar novas tabelas.';
$strPrivDescCreateTmpTable = 'Permitir criar tabelas temporárias.';
$strPrivDescCreateUser = 'Permitir criar, apagar e renomear contas dos usuários.';
$strPrivDescCreateView = 'Permitir criar novas visões.';
$strPrivDescDelete = 'Permitir apagar dados.';
$strPrivDescDropDb = 'Permitir eliminar Banco de Dados e tabelas.';
$strPrivDescDropTbl = 'Permitir eliminar tabelas.';
$strPrivDescExecute5 = 'Permitir executar stored routines.';
$strPrivDescExecute = 'Permitir rodar "stored procedures"; Sem efeitos nesta versão do MySQL.';
$strPrivDescFile = 'Permitir importar dados e exportar dados em arquivos.';
$strPrivDescGrant = 'Permitir adicionar usuários e privilégios sem recarregar a tabela de privilégios.';
$strPrivDescIndex = 'Permitir criar e eliminar índices.';
$strPrivDescInsert = 'Permitir inserir e substituir dados.';
$strPrivDescLockTables = 'Permitir bloquear tabelas para a thread atual.';
$strPrivDescMaxConnections = 'Limitar o numero de novas conexões que o usuário pode abrir por hora.';
$strPrivDescMaxQuestions = 'Limitar o número de consultas que podem ser enviadas ao servidor por hora.';
$strPrivDescMaxUpdates = 'Limitar o número de comandos que alteram Bancos de Dados ou tabelas que o usuário pode executar por hora.';
$strPrivDescProcess3 = 'Permitir matar os processos de outros usuários.';
$strPrivDescProcess4 = 'Permitir visualizar consultas completas da lista de processos.';
$strPrivDescReferences = 'Sem efeitos nesta versão do MySQL.';
$strPrivDescReload = 'Permitir recarregar configurações do servidor e descarregar o cache do servidor.';
$strPrivDescReplClient = 'Permitir que o usuário pergunte onde estão os escravos / mestres.';
$strPrivDescReplSlave = 'Precisar dos escravos de replicação.';
$strPrivDescSelect = 'Permitir leitura dos dados.';
$strPrivDescShowDb = 'Permitir acesso completo à lista de Bancos de Dados.';
$strPrivDescShowView = 'Permitir executar consultas SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permitir desligar o servidor.';
$strPrivDescSuper = 'Permitir conectar, se o numero máximo de conexões for alcançado; Necessário para muitas operações administrativas, como setar variáveis globais e matar threads de outros usuários.';
$strPrivDescUpdate = 'Permitir modificar dados.';
$strPrivDescUsage = 'Sem privilégios.';
$strPrivileges = 'Privilégios';
$strPrivilegesReloaded = 'Os privilégios foram recarregados com sucesso.';
$strProcesslist = 'Lista de processos';
$strPutColNames = 'Colocar nome do campo na primeira linha';
 
$strQBEDel = 'Del'; // (used in tbl_qbe.php)
$strQBEIns = 'Ins'; // (used in tbl_qbe.php)
$strQBE = 'Procurar por exemplo';
$strQueryFrame = 'Janela de consulta';
$strQueryOnDb = 'Consulta no Banco de Dados <b>%s</b>:';
$strQuerySQLHistory = 'Histórico de consultas';
$strQueryStatistics = '<b>Estatísticas das consultas</b>: Desde o início, %s consultas foram enviadas para o servidor.';
$strQueryTime = 'Consulta levou %01.4f segundos';
$strQueryType = 'Tipo de consulta';
$strQueryWindowLock = 'Não sobrescrever esta consulta fora desta janela';
 
$strReadRequests = 'Leitura requisitada';
$strReceived = 'Recebido';
$strRecords = 'Registros';
$strReferentialIntegrity = 'Verificar integridade referencial:';
$strRefresh = 'Atualizar';
$strRelationalSchema = 'Esquema relacional';
$strRelationNotWorking = 'Os recursos adicionais para trabalhar com tabelas linkadas foram desativadas. Para descobrir o motivo clique %saqui%s.';
$strRelationsForTable = 'RELAÇÕES PARA A TABELA';
$strRelations = 'Relações';
$strRelationView = 'Ver relações';
$strReloadingThePrivileges = 'Recarregando os privilégios';
$strReloadMySQL = 'Reinicializar o MySQL';
$strRemoveSelectedUsers = 'Remover os usuários selecionados';
$strRenameDatabaseOK = 'O Banco de Dados %s foi renomeado para %s';
$strRenameTableOK = 'Tabela %s renomeada para %s';
$strRenameTable = 'Renomear a tabela para ';
$strRepairTable = 'Reparar tabela';
$strReplaceNULLBy = 'Substituir NULL por';
$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
$strReset = 'Resetar';
$strResourceLimits = 'Limite dos recursos';
$strReType = 'Re-digite';
$strRevokeAndDeleteDescr = 'Os usuários manterão o privilégio de USAGE até que os privilégios sejam recarregados.';
$strRevokeAndDelete = 'Revogar todos os privilégios ativos dos usuarios e depois apagar eles.';
$strRevokeMessage = 'Você revogou os privilégios para %s';
$strRevoke = 'Revogar';
$strRomanian = 'Romêno';
$strRowLength = 'Tamanho da coluna';
$strRows = 'Colunas';
$strRowsFrom = 'colunas começando de';
$strRowSize = ' Tamanho do registro ';
$strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rotacionados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'no modo %s e repetindo cabeçalhos após %s células';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estatísticas da coluna';
$strRunning = 'Rodando em %s';
$strRunQuery = 'Enviar consulta SQL';
$strRunSQLQuery = 'Fazer consulta SQL no Banco de Dados %s';
$strRussian = 'Russo';
 
$strSaveOnServer = 'Salvar no servidor no diretório %s';
$strSave = 'Salvar';
$strScaleFactorSmall = 'A escala é muito pequena para ajustar o esquema em uma página';
$strSearchFormTitle = 'Procurar no Banco de Dados';
$strSearchInTables = 'Dentro da(s) tabela(s):';
$strSearchNeedle = 'Palavra(s) ou valor(es) para procurar (coringa: "%"):';
$strSearchOption1 = 'pelo menos uma das palavras';
$strSearchOption2 = 'todas as palavras';
$strSearchOption3 = 'a frase exata';
$strSearchOption4 = 'como expressão regular';
$strSearch = 'Procurar';
$strSearchResultsFor = 'Procurar resultados por "<i>%s</i>" %s:';
$strSearchType = 'Encontrar:';
$strSecretRequired = 'O arquivo de configuração agora precisa de uma frase secreta com senha (blowfish_secret).';
$strSelectADb = 'Selecionar um Banco de Dados';
$strSelectAll = 'Selecionar Todos';
$strSelectBinaryLog = 'Selecionar log binário para exibir';
$strSelectFields = 'Selecionar os campos (no mínimo 1)';
$strSelectNumRows = 'na consulta';
$strSelectTables = 'Tabelas selecionadas';
$strSend = 'Enviado';
$strSent = 'Enviar';
$strServerChoice = 'Seleção do Servidor';
$strServerNotResponding = 'O servidor não está respondendo';
$strServer = 'Servidor';
$strServerStatus = 'Informações de Runtime';
$strServerStatusUptime = 'Esse servidor MySQL está rodando por %s. Ele foi iniciado em %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variáveis';
$strServerTrafficNotes = '<b>Tráfico do servidor</b>: Essas tabelas mostram as estatísticas do tráfico da rede neste servidor MySQL desde o início.';
$strServerVars = 'Variáveis e configurações do servidor';
$strServerVersion = 'Versão do Servidor';
$strSessionValue = 'Valor da sessão';
$strSetEnumVal = 'Se um tipo de campo é "enum" ou "set", por favor entre valores usando este formato: \'a\',\'b\',\'c\'...<br />Se você for colocar uma barra contrária ("\") ou aspas simples ("\'") entre os valores, coloque uma barra contrária antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShowAll = 'Mostrar todos';
$strShowColor = 'Mostrar cor';
$strShowDatadictAs = 'Formato do dicionário de dados';
$strShowFullQueries = 'Mostrar consultas completas';
$strShowGrid = 'Mostrar grade';
$strShowingRecords = 'Mostrando registros ';
$strShow = 'Mostrar';
$strShowPHPInfo = 'Mostrar informações do PHP';
$strShowTableDimension = 'Mostrar dimensão das tabelas';
$strShowTables = 'Mostrar tabelas';
$strShowThisQuery = ' Mostrar esta consulta SQL novamente ';
$strSimplifiedChinese = 'Chinês Simplificado';
$strSingly = '(singularmente)';
$strSize = 'Tamanho';
$strSlovak = 'Eslováquio';
$strSlovenian = 'Eslovênio';
$strSocketProblem = '(ou o soquete do servidor MySQL local não está configurado corretamente)';
$strSortByKey = 'Ordenar pela chave';
$strSort = 'Ordenar';
$strSpaceUsage = 'Uso do espaço';
$strSpanish = 'Espanhol';
$strSplitWordsWithSpace = 'Palavras são separadas por um caracter de espaço (" ").';
$strSQLExportCompatibility = 'Compatibilidade de exportação SQL';
$strSQLExportType = 'Tipo de exportação';
$strSQLOptions = 'Opções SQL';
$strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise a sua Consulta SQL com atenção, e verifique se as aspas estão corretas e não estão desencontradas. Outra possibilidade de falha é o fato de estar tentando subir um arquivo com saída binária de uma área de texto citada. Pode também experimentar a sua consulta SQL no prompt de comandos do MySQL. A saída de erro do MySQL, isto se existir alguma, também poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada da consulta SQL até aquele que causou o problema, e envie o relatório de bug com os dados do chunk da seção CORTE abaixo:';
$strSQLParserUserError = 'Parece haver um erro na sua consulta SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também poderá ajudar a diagnosticar o problema.';
$strSQLQuery = 'consulta SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificador inválido';
$strSQPBugUnclosedQuote = 'Aspas não fechada';
$strSQPBugUnknownPunctuation = 'String de pontuação desconhecida';
$strStatCheckTime = 'Última verificação';
$strStatCreateTime = 'Criação';
$strStatement = 'Comandos';
$strStatUpdateTime = 'Última atualização';
$strStatus = 'Status';
$strStorageEngines = 'Storage Engines'; // sem traducao
$strStorageEngine = 'Storage Engine'; // sem traducao
$strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados';
$strStrucDrop = 'Adicionar \'Sobrescrever\'';
$strStrucExcelCSV = 'CSV para dados MS Excel';
$strStrucNativeExcel = 'Dados nativos do MS Excel';
$strStrucOnly = 'Somente estrutura';
$strStructPropose = 'Propor estrutura da tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submeter';
$strSuccess = 'Seu comando SQL foi executado com sucesso';
$strSum = 'Soma';
$strSwedish = 'Suéco';
$strSwitchToDatabase = 'Mudar para o Banco de Dados copiado';
$strSwitchToTable = 'Mudar para a tabela copiada';
 
$strTableComments = 'Comentários da tabela';
$strTableEmpty = 'O Nome da Tabela está vazio!';
$strTableHasBeenDropped = 'Tabela %s foi eliminada';
$strTableHasBeenEmptied = 'Tabela %s foi esvaziada';
$strTableHasBeenFlushed = 'Tabela %s foi limpa';
$strTableMaintenance = 'Tabela de Manutenção';
$strTableOfContents = 'Tabela de conteúdos';
$strTableOptions = 'Opções da tabela';
$strTables = '%s tabela(s)';
$strTableStructure = 'Estrutura da tabela';
$strTable = 'Tabela';
$strTableType = 'Tipo da Tabela';
$strTakeIt = 'tome';
$strTblPrivileges = 'Privilégios específicos da tabela';
$strTextAreaLength = ' Por causa da sua largura,<br /> esse campo pode não ser editável ';
$strThai = 'Thailandês';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Esse Host';
$strThisNotDirectory = 'Isso não é um diretório';
$strThreadSuccessfullyKilled = 'Thread %s foi morta com sucesso.';
$strTime = 'Tempo';
$strToggleScratchboard = 'pino de madeira do quadro de rascunho'; // traducao literal, isso ta muito errado, mas nao descobri o q eh
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chinês Tradicional';
$strTraditionalSpanish = 'Espanhol Traditional';
$strTraffic = 'Tráfego';
$strTransformation_application_octetstream__download = 'Mostrar o link para baixar os dados binários do campo. Primeira opção é o nome do arquivo binário. Segunda opção é um possível nome de campo de uma linha da tabela que contém o nome do arquivo. Se você usar a segunda opção precisa colocar na primeira opção uma string em branco';
$strTransformation_image_jpeg__inline = 'Mostrar uma miniatura clicável; opções: largura,altura em pixels (mantém a proporção original)';
$strTransformation_image_jpeg__link = 'Mostrar o link para esta imagem (ex.: blob download direto).';
$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Use um campo TIME, TIMESTAMP ou DATETIME e formate usando sua formatação de data local. Primeira opção é o offset (em horas) que será adicionado ao timestamp (Padrão: 0). Segunda opção é uma formatação de data diferente de acordo com os parâmetros disponíveis no strftime() do PHP.';
$strTransformation_text_plain__external = 'LINUX APENAS: Rode uma aplicação externa e alimente os campos de dados pela entrada padrão. Retorna a saída padrão da aplicação. Padrão é Limpo, para uma bonita impressão do código HTML. Por razões de segurança, você deve editar manualmente o arquivo libraries/transformations/text_plain__external.inc.php e inserir as ferramentas que você permite rodar. A primeira opção é o número do programa que você quer rodar e a segunda opção são os parâmetros para o programa. A terceira opção, se setada para 1 irá converter a saída usando htmlspecialchars() (Padrão é 1). A quarta opção, se setada como 1 irá por um NOWRAP para o conteúdo da célula, de forma que a saída inteira será mostrada sem reformatação(Padrão é 1)';
$strTransformation_text_plain__formatted = 'Preservar a formatação original campo. Sem escape.';
$strTransformation_text_plain__imagelink = 'Mostrar uma imagem e um link, o campo contém um nome de arquivo; primeira opção é um prefixo tipo "http://domain.com/", segunda opção é a largura em pixels, o terceiro é a altura.';
$strTransformation_text_plain__link = 'Mostrar um link, o campo contém o nome do arquivo, primeira opção é um prefixo tipo "http://domain.com/", segunda opção é um título para o link.';
$strTransformation_text_plain__substr = 'Mostrar apenas parte da string. Primeira opção é um offset para definir onde a saída do seu texto deve iniciar (Padrão: 0). Segunda opção é o quanto do texto deverá ser retornado. Se estiver em branco, retorna todo o restante do texto. Terceira opção define quais caracteres serão acrescentados na substring retornada (Padrão: ...).';
$strTruncateQueries = 'Truncar as consultas SQL exibidas';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Desmarcar todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconhecido';
$strUnselectAll = 'Desmarcar Todos';
$strUpdatePrivMessage = 'Você mudou os priviléios para %s.';
$strUpdateProfileMessage = 'A configuração foi atualizada.';
$strUpdateQuery = 'Atualizar a consulta SQL';
$strUpdComTab = 'Consulte a documentação sobre como atualizar sua tabela Column_comments';
$strUpgrade = 'Você deveria atualizar para %s %s ou posterior.';
$strUsage = 'Uso';
$strUseBackquotes = 'Usar aspas simples nos nomes de tabelas e campos';
$strUseHostTable = 'Usar Tabela de Host';
$strUserAlreadyExists = 'O usuário %s já existe!';
$strUserEmpty = 'O nome do usuário está em branco!';
$strUserName = 'Nome do usuário';
$strUserNotFound = 'O usuário selecionado não foi encontrado na tabela de privilégios.';
$strUserOverview = 'Avaliação dos usuários';
$strUsersDeleted = 'Os usuários selecionados foram apagados com sucesso.';
$strUsersHavingAccessToDb = 'Usuários que têm acesso à &quot;%s&quot;';
$strUser = 'Usuário';
$strUseTabKey = 'Usar a teclar TAB para se mover de valor em valor, ou CTRL+setas para mover em qualquer direção';
$strUseTables = 'Usar tabelas';
$strUseTextField = 'Usar campo texto';
$strUseThisValue = 'Usar este valor';
 
$strValidateSQL = 'Validar SQL';
$strValidatorError = 'O Validador SQL não pode ser inicializado. Verifique se você instalou a extenção necessária do php conforme está escrito em %sdocumentation%s.';
$strValue = 'Valor';
$strVar = 'Variáveis';
$strVersionInformation = 'Informações da versão';
$strViewDumpDatabases = 'Ver dump (esquema) dos Bancos de Dados';
$strViewDumpDB = 'Ver o esquema do Banco de Dados';
$strViewDump = 'Ver o esquema da tabela';
$strViewHasBeenDropped = 'Visão %s foi apagada';
$strView = 'Visão';
 
$strWebServerUploadDirectoryError = 'O diretório que você especificou para subir arquivos não foi encontrado.';
$strWebServerUploadDirectory = 'Servidor web subiu o diretório';
$strWelcome = 'Bem vindo ao %s';
$strWestEuropean = 'Oeste Europeu';
$strWildcard = 'coringa';
$strWindowNotFound = 'A janela alvo do navegador não pode ser atualizada. Talvez você tenha fechado a janela alvo ou o seu navegador tenha bloqueado a comunicação entre janelas nas configurações de segurança.';
$strWithChecked = 'Com marcados:';
$strWriteRequests = 'Escrita requisitada';
$strWritingCommentNotPossible = 'Não foi possível escrever o comentário';
$strWritingRelationNotPossible = 'Não foi possível escrever a relação';
$strWrongUser = 'Usuário ou senha incorreta. Acesso negado.';
 
$strXML = 'XML';
 
$strYes = 'Sim';
 
$strZeroRemovesTheLimit = 'Nota: Ajustar essa opção para 0 (zero) remove os limites.';
$strZip = '"compactado com zip"';
 
// To translate:
$strAndThen = 'and then'; //to translate
 
 
 
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
 
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/brazilian_portuguese-utf-8.inc.php
0,0 → 1,989
<?php
/* $Id: brazilian_portuguese-utf-8.inc.php,v 2.118.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* translated by:
Renato Lins <thbest at information4u.com> DESCONTINUED
Airon Luis Pereira <aironp@pop.com.br> start from v2.6.0
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
 
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
$month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
 
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y as %I:%M %p';
 
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
 
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Digite o caminho absoluto do diretório docSQL do servidor Web';
$strAccessDenied = 'Acesso negado';
$strAccessDeniedExplanation = 'phpMyAdmin tentou se conectar no servidor MySQL e a conxão foi recusada. Você deve checar o host, nome de usuário e senha no config.inc.php e se certificar que correspondam com as informações fornecidas pelo administrador do servidor MySQL.';
$strAction = 'Ações';
$strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
$strAddConstraints = 'Adicionar restrições';
$strAddDeleteColumn = 'Adicionar/Remover colunas';
$strAddDeleteRow = 'Adicionar/Remover condições de busca';
$strAddDropDatabase = 'Adicionar DROP DATABASE';
$strAddedColumnComment = 'Adicionado comentário para a coluna';
$strAddedColumnRelation = 'Adicionada relação para a coluna';
$strAddFields = 'Adicionar %s campo(s)';
$strAddHeaderComment = 'Adicionar comentário pessoal no cabeçalho (\\n quebra linhas)';
$strAddIfNotExists = 'Adicionar IF NOT EXISTS';
$strAddIntoComments = 'Adicionar nos comentários';
$strAddNewField = 'Adicionar novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilégios nas seguintes Banco de Dados';
$strAddPrivilegesOnTbl = 'Adicionar privilégios nas seguintes tabelas';
$strAddSearchConditions = 'Condição de Pesquisa (complemento da cláusula "onde"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Adicionar novo usuário';
$strAddUserMessage = 'Adicionado usuário';
$strAdministration = 'Administração';
$strAffectedRows = 'Registro(s) afetado(s):';
$strAfter = 'Depois %s';
$strAfterInsertBack = 'Retornar';
$strAfterInsertNewInsert = 'Inserir novo registro';
$strAfterInsertNext = 'Editar próximo registro';
$strAfterInsertSame = 'Voltar para esta página';
$strAllTableSameWidth = 'mostrar todas as tabelas com o mesmo tamanho?';
$strAll = 'Todos';
$strAlterOrderBy = 'Alterar tabela ordenada por';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAnIndex = 'Um índice foi adicionado a %s';
$strAnyHost = 'Qualquer servidor';
$strAny = 'Qualquer';
$strAnyUser = 'Qualquer usuário';
$strApproximateCount = 'Pode ser aproximado. Veja o FAQ 3.11';
$strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
$strArabic = 'Árabe';
$strArmenian = 'Armêno';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No início da tabela';
$strAtEndOfTable = 'No final da tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Auto-detectar';
$strAutomaticLayout = 'Leiaute automático';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBeginCut = 'INICIO CORTE';
$strBeginRaw = 'INICIO CRU';
$strBinary = ' Binário ';
$strBinaryDoNotEdit = ' Binário - não edite ';
$strBinaryLog = 'Log binário';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Informação';
$strBinLogName = 'Nome do log';
$strBinLogOriginalPosition = 'Posição original';
$strBinLogPosition = 'Posição';
$strBinLogServerId = 'ID do Servidor';
$strBookmarkAllUsers = 'Deixar qualquer usuário acessar esse marcador';
$strBookmarkDeleted = 'O marcador foi removido.';
$strBookmarkLabel = 'Nome';
$strBookmarkQuery = 'Consulta SQL gravada';
$strBookmarkThis = 'Gravar essa consulta SQL';
$strBookmarkView = 'Apenas visualizar';
$strBrowseForeignValues = 'Visualizar valores estrangeiros';
$strBrowse = 'Visualizar';
$strBufferPoolActivity = 'Atividade do Buffer Pool';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Uso do Buffer Pool';
$strBufferReadMissesInPercent = 'Leitura falhou em %';
$strBufferReadMisses = 'Leitura falhou';
$strBufferWriteWaits = 'Escrita esperada'; // erro de traducao? fiquei na duvida, sera Escrever espera ?
$strBufferWriteWaitsInPercent = 'Escrita esperada em %';
$strBulgarian = 'Bulgaro';
$strBusyPages = 'Página ocupadas';
$strBzError = 'phpMyAdmin não foi capaz de comprimir o dump devido a um defeito na extensão Bz2 desta versão do php. É extremamente recomendado configurar a diretiva <code>$cfg[\'BZipDump\']</code> do arquivo de configuração do phpMyAdmin para <code>FALSE</code>. Se você quiser usar os recursos de compressão Bz2, você terá que atualizar para uma versão mais nova do PHP. Veja os relatórios de bug %s do php para detalhes.';
$strBzip = '"compactado com bzip"';
 
$strCalendar = 'Calendário';
$strCannotLogin = 'Não foi possível se logar no servidor MySQL';
$strCantLoad = 'não carregou extensão %s,<br />verifique a configurações do php';
$strCantLoadRecodeIconv = 'Não é possível carregar <i>iconv</i> ou recodificar a extensão necessária para a conversão do Conjunto de Caracteres, configure o PHP de modo a permitir utilizar estas extensões ou desligue a conversão do Conjunto de Caracteres no phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Não foi possível renomear o índice para "PRIMARY"!';
$strCantUseRecodeIconv = 'Não é possível usar <i>iconv</i> nem <i>libiconv</i> nem a função <i>recode_string</i> enquanto a extensão reportar que está ligada. Confira a configuração do seu php.';
$strCardinality = 'Cardinalidade';
$strCaseInsensitive = 'Não diferencia maiúsculas/minúsculas';
$strCaseSensitive = 'Diferencia maiúsculas/minúsculas';
$strCentralEuropean = 'Europeu Central';
$strChange = 'Alterar';
$strChangeCopyModeCopy = '... manter o antigo.';
$strChangeCopyMode = 'Criar um novo usuário com os mesmos privilégios e ...';
$strChangeCopyModeDeleteAndReload = ' ... apagar o antigo da tabela de usuários e depois recarregar os privilégios.';
$strChangeCopyModeJustDelete = ' ... apagar o antigo da tabela de usuários.';
$strChangeCopyModeRevoke = ' ... revogar todos privilégios do usuário antigo e depois apagar ele.';
$strChangeCopyUser = 'Mudar informações de login / Copiar usuário';
$strChangeDisplay = 'Escolha o campo para exibir';
$strChangePassword = 'Alterar a senha';
$strCharset = 'Conjunto de caracteres';
$strCharsetOfFile = 'Conjunto de caracteres do arquivo';
$strCharsetsAndCollations = 'Conjuntos de caracteres e Collations';
$strCharsets = 'Conjuntos de caracteres';
$strCheckAll = 'Marcar todos';
$strCheckOverhead = 'Verificar sobre-carga';
$strCheckPrivsLong = 'Verificar privilégios para a Banco de Dados &quot;%s&quot;.';
$strCheckPrivs = 'Verificar privilégios';
$strCheckTable = 'Verificar tabela';
$strChoosePage = 'Escolha a página para editar';
$strColComFeat = 'Exibindo comentários da coluna';
$strCollation = 'Collation';
$strColumnNames = 'Nome das colunas';
$strColumnPrivileges = 'Privilégios específicos da coluna';
$strCommand = 'Comando';
$strComments = 'Comentários';
$strCommentsForTable = 'COMENTÁRIOS PARA A TABELA';
$strCompatibleHashing = 'Compatível com MySQL&nbsp;4.0';
$strCompleteInserts = 'Inserções completas';
$strCompression = 'Compressão';
$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o arquivo de configuração!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i> ou se não conseguir encontrar o arquivo.<br />Chame o arquivo de configuração diretamente usando o <i>link</i> abaixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula errado.<br />Se receber uma página em branco, está tudo certo.';
$strConfigureTableCoord = 'Configure as coordenadas para a tabela %s';
$strConnectionError = 'Não pode conectar: configurações inválidas.';
$strConnections = 'Conexões';
$strConstraintsForDumped = 'Restrições para as tabelas dumpadas';
$strConstraintsForTable = 'Restrições para a tabela';
$strCookiesRequired = 'Cookies devem estar ativos após este ponto.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'Banco de Dados %s copiado para %s';
$strCopyTable = 'Copiar tabela para (Banco de Dados<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s copiada para %s.';
$strCopyTableSameNames = 'Não pode copiar a tabela para ela mesma!';
$strCouldNotKill = 'phpMyAdmin não foi capaz de matar o thread %s. É possível que ele já esteja fechado.';
$strCreate = 'Criar';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE antes de copiar';
$strCreateIndex = 'Criar um índice em&nbsp;%s&nbsp;colunas';
$strCreateIndexTopic = 'Criar um novo índice';
$strCreateNewDatabase = 'Criar novo Banco de Dados';
$strCreateNewTable = 'Criar nova tabela no Banco de Dados %s';
$strCreatePage = 'Criar uma nova página';
$strCreatePdfFeat = 'Criação de PDFs';
$strCreationDates = 'Criar/Atualizar/Verificar datas';
$strCriteria = 'Critério';
$strCroatian = 'Croata';
$strCSVOptions = 'Opções CSV';
$strCyrillic = 'Cirílico';
$strCzechSlovak = 'Tcheco-Eslováquio';
$strCzech = 'Tcheco';
 
$strDanish = 'Dinamarquês';
$strDatabase = 'Banco de Dados';
$strDatabaseEmpty = 'O nome do Banco de Dados está em branco!';
$strDatabaseExportOptions = 'Opções de exportação do Banco de Dados';
$strDatabaseHasBeenDropped = 'Banco de Dados %s foi eliminado.';
$strDatabaseNoTable = 'Esse Banco de Dados não possui tabelas!';
$strDatabases = 'Banco de Dados';
$strDatabasesDropped = 'Banco de Dados %s foi eliminado com sucesso!';
$strDatabasesStatsDisable = 'Disabilitar estatísticas';
$strDatabasesStatsEnable = 'Habilitar estatísticas';
$strDatabasesStats = 'Estatísticas do Banco de Dados';
$strDatabasesStatsHeavyTraffic = 'Nota: Ativar as estatísticas pode causar um grande volume de tráfego de dados entre o servidor web e o servidor MySQL.';
$strData = 'Dados';
$strDataDict = 'Dicionário de dados';
$strDataOnly = 'Dados apenas';
$strDataPages = 'Páginas contendo dados';
$strDBComment = 'Comentário do Banco de Dados: ';
$strDBCopy = 'Copiar Banco de Dados para';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID do contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo máx, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privilégios específicos do Banco de Dados';
$strDBRename = 'Renomear Banco de Dados para';
$strDbSpecific = 'Específico do Banco de Dados';
$strDefaultEngine = '%s é o stored engine padrão neste servidor MySQL.';
$strDefault = 'Padrão';
$strDefaultValueHelp = 'Para valores padrão, digite um valor simples, sem barras de escape ou aspas, use este formato: a';
$strDefragment = 'Desfragmentar tabela';
$strDelayedInserts = 'Usar inserções demoradas';
$strDeleteAndFlush = 'Apagar usuário e depois recarregar os privilégios.';
$strDeleteAndFlushDescr = 'Esse é o caminho mais claro, mas recarregar os privilégios pode demorar um pouco.';
$strDeleted = 'Registro eliminado';
$strDeletedRows = 'Registros eliminados:';
$strDelete = 'Remover';
$strDeleting = 'Eliminando %s';
$strDelOld = 'A Página atual contêm referências para uma tabela que não existe. Gostaria de eliminar estas referências?';
$strDescending = 'Descendente';
$strDescription = 'Descrição';
$strDictionary = 'dicionário';
$strDirtyPages = 'Páginas sujas';
$strDisabled = 'Desabilitado';
$strDisableForeignChecks = 'Desabilitar verificação de chaves estrangeiras';
$strDisplayFeat = 'Exibir recursos';
$strDisplayOrder = 'Ordenado por:';
$strDisplayPDF = 'Exibir esquema PDF';
$strDoAQuery = 'Faça uma "consulta por exemplo" (coringa: "%")';
$strDocu = 'Documentação';
$strDoYouReally = 'Confirmar: ';
$strDropDatabaseStrongWarning = 'Você está prestes à DESTRUIR completamente o Banco de Dados!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar o Banco de Dados que possui o mesmo nome dos usuários.';
$strDumpingData = 'Extraindo dados da tabela';
$strDumpSaved = 'Dump foi salvo no arquivo %s.';
$strDumpXRows = 'Dumpar %s registros, começando pelo registro %s.';
$strDynamic = 'dinâmico';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar Páginas PDF';
$strEditPrivileges = 'Editar Privilégios';
$strEffective = 'Efetivo';
$strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).';
$strEnabled = 'Habilitado';
$strEncloseInTransaction = 'Encapsular exportação numa transação';
$strEndCut = 'FIM CORTE';
$strEnd = 'Fim';
$strEndRaw = 'FIM CRU';
$strEngineAvailable = '%s está disponível neste servidor MySQL.';
$strEngineDisabled = '%s está desabilitado neste servidor MySQL.';
$strEngines = 'Engines';
$strEngineUnsupported = 'Esse servidor MySQL não suporta o stored engine %s.';
$strEnglish = 'Inglês';
$strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês ';
$strError = 'Erro';
$strEscapeWildcards = 'Coringas _ e % precisam ser precedidos com uma \ para serem usados literalmente';
$strEstonian = 'Estoniano';
$strExcelEdition = 'Edição do Excel';
$strExcelOptions = 'Opções do Excel';
$strExecuteBookmarked = 'Executar consulta marcada';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Inserções extendidas';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativas falharam';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Campo %s foi deletado';
$strFields = 'Campos';
$strFieldsEmpty = ' O campo count esta vazio! ';
$strFieldsEnclosedBy = 'Campos delimitados por';
$strFieldsEscapedBy = 'Campos contornados por';
$strFieldsTerminatedBy = 'Campos terminados por';
$strFileAlreadyExists = 'O arquivo %s já existe no servidor, mude o nome do arquivo ou verifique sua opção de sobrescrever.';
$strFileCouldNotBeRead = 'O arquivo não pode ser lido';
$strFileNameTemplate = 'Nome do arquivo do modelo';
$strFileNameTemplateRemember = 'lembrar modelo';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos usuário diretamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode divergir dos privilégios que o servidor usa se alterações manuais forem feitas nele. Neste caso, você deve usar %sRELOAD PRIVILEGES%s antes de continuar..';
$strFlushTable = 'Limpar a tabela ("LIMPAR")';
$strFormat = 'Formato';
$strFormEmpty = 'Faltando valores no formulário!';
$strFreePages = 'Páginas livres';
$strFullText = 'Textos completos';
$strFunction = 'Funções';
 
$strGenBy = 'Gerado por';
$strGeneralRelationFeat = 'Recursos de relações gerais';
$strGenerate = 'Gerar';
$strGeneratePassword = 'Gerar Senha';
$strGenTime = 'Tempo de Geração';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemão';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilégios globais';
$strGlobalValue = 'Valor global';
$strGo = 'Executar';
$strGrantOption = 'Conceder/Grant';
$strGreek = 'Grego';
$strGzip = '"compactado com gzip"';
 
$strHasBeenAltered = 'foi alterado.';
$strHasBeenCreated = 'foi criado.';
$strHaveToShow = 'Deve escolher pelo menos uma coluna para exibir';
$strHebrew = 'Hebreu';
$strHexForBinary = 'Usar hexadecimal para campos binários';
$strHomepageOfficial = 'Página Oficial do phpMyAdmin';
$strHome = 'Principal';
$strHostEmpty = 'O nome do servidor está vazio!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opções de exportação: Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opções de exportação: Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandês';
$strId = 'ID';
$strIdxFulltext = 'Texto completo';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar inserções ignoradas';
$strIgnoringFile = 'Ignorar arquivo %s';
$strImportDocSQL = 'Importar arquivos docSQL';
$strImportFiles = 'Importar arquivos';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'Índice %s foi eliminado';
$strIndex = 'Índice';
$strIndexName = 'Nome do índice:';
$strIndexType = 'Tipo de índice:';
$strIndexWarningMultiple = 'Mais de uma %s chave foi criada para a coluna `%s`';
$strIndexWarningPrimary = 'Chaves PRIMARY e INDEX não podem ser usadas juntas para a coluna `%s`';
$strIndexWarningTable = 'Problemas com o índice da tabela `%s`';
$strIndexWarningUnique = 'Chaves UNIQUE e INDEX não podem ser usadas juntas para a coluna `%s`';
$strInnoDBAutoextendIncrementDesc = 'O tamanho do incremento para extender o tamanho de um tamanho de tabela autoextendida quando ela começar à ficar cheia.';
$strInnoDBAutoextendIncrement = 'Incremento autoextendido';
$strInnoDBBufferPoolSizeDesc = 'O tamanho do buffer de memória que o InnoDB usa para dados do cache e índices nas suas tabelas.';
$strInnoDBBufferPoolSize = 'Tamanho do Buffer Pool';
$strInnoDBDataFilePath = 'Arquivos de dados';
$strInnoDBDataHomeDirDesc = 'A parte comum do caminho do diretório para todos os arquivos de dados do InnoDB.';
$strInnoDBDataHomeDir = 'Diretório raiz de dados';
$strInnoDBPages = 'páginas';
$strInnodbStat = 'Status do InnoDB';
$strInsecureMySQL = 'O seu arquivo de configuração contém configurações (root sem senha) que correspondem à conta privilegiada padrão do MySQL. O servidor MySQL rodando com esse padrão estará aberto a invasões, você realmente deveria corrigir este furo de segurança.';
$strInsertAsNewRow = 'Inserir uma nova coluna';
$strInsertedRowId = 'Inserir ID do registro:';
$strInsertedRows = 'Registros inseridos:';
$strInsert = 'Inserir';
$strInsertNewRow = 'Insere novo registro';
$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.';
$strInternalRelations = 'Relações internas';
$strInUse = 'em uso';
 
$strJapanese = 'Japonês';
$strJumpToDB = 'Ir para o Banco de Dados &quot;%s&quot;.';
$strJustDelete = 'Apenas apagar o usuário da tabela de privilégios';
$strJustDeleteDescr = 'O usuário &quot;apagado&quot; ainda podera continuar acessando o servidor normalmente até que os privilégios sejam recarregados.';
 
$strKeepPass = 'Não mudar a senha';
$strKeyname = 'Nome chave';
$strKill = 'Matar';
$strKorean = 'Coreano';
 
$strLandscape = 'Paisagem';
$strLatchedPages = 'Páginas trancadas';
$strLatexCaption = 'Leganda da Tabela';
$strLatexContent = 'Conteúdo da tabela __TABLE__';
$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexContinued = '(continuação)';
$strLatexIncludeCaption = 'Incluir legenda da tabela';
$strLatexLabel = 'Rótulo da chave';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opções LaTeX';
$strLatexStructure = 'Estrutura da tabela __TABLE__';
$strLatvian = 'Letonês';
$strLengthSet = 'Tamanho/Definir*';
$strLimitNumRows = 'registros por página';
$strLinesTerminatedBy = 'Linhas terminadas por';
$strLinkNotFound = 'Link não encontrado';
$strLinksTo = 'Links para';
$strLithuanian = 'Lituânio';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localização do arquivo texto';
$strLogin = 'Autenticação';
$strLoginInformation = 'Informação de login';
$strLogout = 'Sair';
$strLogPassword = 'Senha:';
$strLogServer = 'Servidor';
$strLogUsername = 'Usuário:';
$strLongOperation = 'Esta operação pode ser demorada. Deseja prosseguir?';
 
$strMaximumSize = 'Tamanho máximo: %s%s';
$strMbExtensionMissing = 'A extensão mbstring do PHP não foi encontrada e você parece estar usando conjuntos de caracteres multibyte. Sem a extensão mbstring o phpMyAdmin não será capaz de dividir as strings corretamente isso pode causar resultados inesperados.';
$strMbOverloadWarning = 'Você habilitou mbstring.func_overload nas configurações do PHP. Essa opção é incompatível com o phpMyAdmin e certamente causará a perda de algum dado!';
$strMIME_available_mime = 'MIME-type disponíveis';
$strMIME_available_transform = 'Transformações disponíveis';
$strMIME_description = 'Descrição';
$strMIME_MIMEtype = 'MIME-type'; // MIME-types nao tem traducao
$strMIME_nodescription = 'Sem descrição disponível para essa transformação.<br />Pergunte ao autor o que %s faz.';
$strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type, clique em %sdescrição de transformações%s';
$strMIME_transformation_options_note = 'Digite os valores para as opções de transformação usando este formato: \'a\',\'b\',\'c\'...<br />Se por acaso precisar inserir uma contra-barra ("\") ou aspas ("\'") no meio desses valores, faça-o usando outra contra-barra (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_transformation_options = 'Opções de transformação';
$strMIME_transformation = 'Transformações do navegador';
$strMIMETypesForTable = 'MIME-TYPES PARA AS TABELAS';
$strMIME_without = 'MIME-types em itálico não têm uma função de transformação separada';
$strModifications = 'Modificações foram salvas';
$strModifyIndexTopic = 'Modificar um índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover tabela para (Banco de Dados<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s foi movida para %s.';
$strMoveTableSameNames = 'Não pode mover a tabela para ela mesma!';
$strMultilingual = 'multi-linguagem';
$strMyISAMDataPointerSizeDesc = 'O tamanho padrão do ponteiro em bytes, para ser usado por CREATE TABLE para tabelas MyISAM quando a opção MAX_ROWS não é especificada.';
$strMyISAMDataPointerSize = 'Tamanho do ponteiro de dados';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se os arquivos temporários usados para rápida criação de índices MyISAM forem maiores do que usando a chave do cache pela quantidade especificada aqui, prefira o método chave do cache.';
$strMyISAMMaxExtraSortFileSize = 'Tamanho máximo para arquivos temporários na criação do índice';
$strMyISAMMaxSortFileSizeDesc = 'O tamanho máximo do arquivo temporário MySQL que é permitido usar quando for recriar um índice MyISAM (durante REPAIR TABLE, ALTER TABLE ou LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamanho máximo para os arquivos temporários de ordenação';
$strMyISAMRecoverOptionsDesc = 'O modo para recuperação automática de tabelas MyISAM danificadas, como configurado pela opção de inicialização do servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modo de recuperação automático';
$strMyISAMRepairThreadsDesc = 'Se este valor for maior que 1, índices das tabelas MyISAM são criados em paralelo (cada índice tem seu próprio thread) durante o Reparo pelo processo de ordenação.';
$strMyISAMRepairThreads = 'Threads de reparo';
$strMyISAMSortBufferSizeDesc = 'O buffer que é alocado quando são ordenados índices MyISAM durante um REPAIR TABLE ou quando são criados índices com CREATE INDEX ou ALTER TABLE.';
$strMyISAMSortBufferSize = 'Tamanho do buffer de ordenação';
$strMySQLCharset = 'Conjunto de caracteres MySQL';
$strMySQLConnectionCollation = 'Collation de conexão do MySQL'; // Collation nao tem traducao
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLShowProcess = 'Mostrar os Processos';
$strMySQLShowStatus = 'Mostrar informação de runtime do MySQL';
$strMySQLShowVars = 'Mostrar variáveis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Próximo';
$strNoActivity = 'Sem atividade por %s segundos ou mais, faça o login novamente';
$strNoDatabasesSelected = 'Nenhum Banco de Dados selecionado.';
$strNoDatabases = 'Sem bases';
$strNoDescription = 'sem Descrição';
$strNoDetailsForEngine = 'Não há nenhuma informação detalhada do status disponível para esta storage engine.';
$strNoDropDatabases = 'O comando "DROP DATABASE" está desabilitado.';
$strNoExplain = 'Pular Explicação SQL';
$strNoFrames = 'phpMyAdmin é mais amigável com um navegador <b>capaz de exibir frames</b>.';
$strNoIndex = 'Nenhum índice definido!';
$strNoIndexPartsDefined = 'Nenhuma parte de índice definida!';
$strNoModification = 'Sem Mudança';
$strNo = 'Não';
$strNone = 'Nenhum';
$strNoOptions = 'Esse formato não tem opções';
$strNoPassword = 'Sem senha';
$strNoPermission = 'O servidor web não tem permissão para salvar o arquivo %s.';
$strNoPhp = 'sem código PHP';
$strNoPrivileges = 'Sem privilégios';
$strNoRights = 'Você não tem direitos suficientes para estar aqui agora!';
$strNoRowsSelected = 'Nenhum registro selecionado';
$strNoSpace = 'Espaço insuficiente para salvar o arquivo %s.';
$strNoTablesFound = 'Nenhuma tabela encontrada no Banco de Dados';
$strNoThemeSupport = 'Sem suporte a Temas, verifique suas configurações e/ou seus Temas no diretório %s.';
$strNotNumber = 'Isto não é um número!';
$strNotOK = 'não está OK';
$strNotSet = '<b>%s</b> tabela não encontrada ou não configurada em %s';
$strNoUsersFound = 'Nenhum usuário(s) encontrado.';
$strNoValidateSQL = 'Pular validação SQL';
$strNull = 'Nulo';
$strNumSearchResultsInTable = '%s resultado(s) dentro da tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'OK';
$strOperations = 'Operações';
$strOperator = 'Operador';
$strOptimizeTable = 'Otimizar tabela';
$strOr = 'Ou';
$strOverhead = 'Sobrecarga';
$strOverwriteExisting = 'Sobrescrever arquivo(s) existente(s)';
 
$strPageNumber = 'Numero da página:';
$strPagesToBeFlushed = 'Páginas para serem niveladas';
$strPaperSize = 'Tamanho do papel';
$strPartialText = 'Textos parciais';
$strPasswordChanged = 'A senha para %s foi modificada com sucesso.';
$strPasswordEmpty = 'A senhas está em branco!';
$strPasswordHashing = 'Hashing da senha'; // Hashing nao tem traducao
$strPasswordNotSame = 'As senhas não são iguais!';
$strPassword = 'Senha';
$strPdfDbSchema = 'Esquema do Banco de Dados "%s" - Página %s';
$strPdfInvalidTblName = 'A tabela "%s" não existe!';
$strPdfNoTables = 'Sem tabelas';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Pérsa';
$strPhoneBook = 'Agenda de telefones';
$strPHP40203 = 'Você está usando o PHP 4.2.3, que possui um grave defeito usando strings multi-byte (mbstring). Veja relatório 19404 de erros do PHP. Essa versão não é recomendada para uso com o phpMyAdmin.';
$strPhp = 'Criar código PHP';
$strPHPVersion = 'Versão do PHP';
$strPmaDocumentation = 'Documentação do phpMyAdmin ';
$strPmaUriError = 'A variável <tt>$cfg[\'PmaAbsoluteUri\']</tt> deve ser setada';
$strPolish = 'Polonês';
$strPortrait = 'Retrato';
$strPos1 = 'Início';
$strPrevious = 'Anterior';
$strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada';
$strPrimaryKeyName = 'O nome da chave primária deve ser... "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>precisa</b> ser o nome <b>de</b> e <b>apenas da</b> chave primária!)';
$strPrimary = 'Primária';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Ver impressão (com textos completos)';
$strPrintView = 'Visualização para impressão';
$strPrivDescAllPrivileges = 'Incluir todos os privilégios, exceto GRANT.';
$strPrivDescAlter = 'Permitir alterar a estrutura das tabelas existentes.';
$strPrivDescAlterRoutine = 'Permitir alterar e apagar stored routines.';
$strPrivDescCreateDb = 'Permitir criar novas tabelas e Banco de Dados.';
$strPrivDescCreateRoutine = 'Permitir criar stored routines.';
$strPrivDescCreateTbl = 'Permitir criar novas tabelas.';
$strPrivDescCreateTmpTable = 'Permitir criar tabelas temporárias.';
$strPrivDescCreateUser = 'Permitir criar, apagar e renomear contas dos usuários.';
$strPrivDescCreateView = 'Permitir criar novas visões.';
$strPrivDescDelete = 'Permitir apagar dados.';
$strPrivDescDropDb = 'Permitir eliminar Banco de Dados e tabelas.';
$strPrivDescDropTbl = 'Permitir eliminar tabelas.';
$strPrivDescExecute5 = 'Permitir executar stored routines.';
$strPrivDescExecute = 'Permitir rodar "stored procedures"; Sem efeitos nesta versão do MySQL.';
$strPrivDescFile = 'Permitir importar dados e exportar dados em arquivos.';
$strPrivDescGrant = 'Permitir adicionar usuários e privilégios sem recarregar a tabela de privilégios.';
$strPrivDescIndex = 'Permitir criar e eliminar índices.';
$strPrivDescInsert = 'Permitir inserir e substituir dados.';
$strPrivDescLockTables = 'Permitir bloquear tabelas para a thread atual.';
$strPrivDescMaxConnections = 'Limitar o numero de novas conexões que o usuário pode abrir por hora.';
$strPrivDescMaxQuestions = 'Limitar o número de consultas que podem ser enviadas ao servidor por hora.';
$strPrivDescMaxUpdates = 'Limitar o número de comandos que alteram Bancos de Dados ou tabelas que o usuário pode executar por hora.';
$strPrivDescProcess3 = 'Permitir matar os processos de outros usuários.';
$strPrivDescProcess4 = 'Permitir visualizar consultas completas da lista de processos.';
$strPrivDescReferences = 'Sem efeitos nesta versão do MySQL.';
$strPrivDescReload = 'Permitir recarregar configurações do servidor e descarregar o cache do servidor.';
$strPrivDescReplClient = 'Permitir que o usuário pergunte onde estão os escravos / mestres.';
$strPrivDescReplSlave = 'Precisar dos escravos de replicação.';
$strPrivDescSelect = 'Permitir leitura dos dados.';
$strPrivDescShowDb = 'Permitir acesso completo à lista de Bancos de Dados.';
$strPrivDescShowView = 'Permitir executar consultas SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permitir desligar o servidor.';
$strPrivDescSuper = 'Permitir conectar, se o numero máximo de conexões for alcançado; Necessário para muitas operações administrativas, como setar variáveis globais e matar threads de outros usuários.';
$strPrivDescUpdate = 'Permitir modificar dados.';
$strPrivDescUsage = 'Sem privilégios.';
$strPrivileges = 'Privilégios';
$strPrivilegesReloaded = 'Os privilégios foram recarregados com sucesso.';
$strProcesslist = 'Lista de processos';
$strPutColNames = 'Colocar nome do campo na primeira linha';
 
$strQBEDel = 'Del'; // (used in tbl_qbe.php)
$strQBEIns = 'Ins'; // (used in tbl_qbe.php)
$strQBE = 'Procurar por exemplo';
$strQueryFrame = 'Janela de consulta';
$strQueryOnDb = 'Consulta no Banco de Dados <b>%s</b>:';
$strQuerySQLHistory = 'Histórico de consultas';
$strQueryStatistics = '<b>Estatísticas das consultas</b>: Desde o início, %s consultas foram enviadas para o servidor.';
$strQueryTime = 'Consulta levou %01.4f segundos';
$strQueryType = 'Tipo de consulta';
$strQueryWindowLock = 'Não sobrescrever esta consulta fora desta janela';
 
$strReadRequests = 'Leitura requisitada';
$strReceived = 'Recebido';
$strRecords = 'Registros';
$strReferentialIntegrity = 'Verificar integridade referencial:';
$strRefresh = 'Atualizar';
$strRelationalSchema = 'Esquema relacional';
$strRelationNotWorking = 'Os recursos adicionais para trabalhar com tabelas linkadas foram desativadas. Para descobrir o motivo clique %saqui%s.';
$strRelationsForTable = 'RELAÇÕES PARA A TABELA';
$strRelations = 'Relações';
$strRelationView = 'Ver relações';
$strReloadingThePrivileges = 'Recarregando os privilégios';
$strReloadMySQL = 'Reinicializar o MySQL';
$strRemoveSelectedUsers = 'Remover os usuários selecionados';
$strRenameDatabaseOK = 'O Banco de Dados %s foi renomeado para %s';
$strRenameTableOK = 'Tabela %s renomeada para %s';
$strRenameTable = 'Renomear a tabela para ';
$strRepairTable = 'Reparar tabela';
$strReplaceNULLBy = 'Substituir NULL por';
$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
$strReset = 'Resetar';
$strResourceLimits = 'Limite dos recursos';
$strReType = 'Re-digite';
$strRevokeAndDeleteDescr = 'Os usuários manterão o privilégio de USAGE até que os privilégios sejam recarregados.';
$strRevokeAndDelete = 'Revogar todos os privilégios ativos dos usuarios e depois apagar eles.';
$strRevokeMessage = 'Você revogou os privilégios para %s';
$strRevoke = 'Revogar';
$strRomanian = 'Romêno';
$strRowLength = 'Tamanho da coluna';
$strRows = 'Colunas';
$strRowsFrom = 'colunas começando de';
$strRowSize = ' Tamanho do registro ';
$strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rotacionados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'no modo %s e repetindo cabeçalhos após %s células';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estatísticas da coluna';
$strRunning = 'Rodando em %s';
$strRunQuery = 'Enviar consulta SQL';
$strRunSQLQuery = 'Fazer consulta SQL no Banco de Dados %s';
$strRussian = 'Russo';
 
$strSaveOnServer = 'Salvar no servidor no diretório %s';
$strSave = 'Salvar';
$strScaleFactorSmall = 'A escala é muito pequena para ajustar o esquema em uma página';
$strSearchFormTitle = 'Procurar no Banco de Dados';
$strSearchInTables = 'Dentro da(s) tabela(s):';
$strSearchNeedle = 'Palavra(s) ou valor(es) para procurar (coringa: "%"):';
$strSearchOption1 = 'pelo menos uma das palavras';
$strSearchOption2 = 'todas as palavras';
$strSearchOption3 = 'a frase exata';
$strSearchOption4 = 'como expressão regular';
$strSearch = 'Procurar';
$strSearchResultsFor = 'Procurar resultados por "<i>%s</i>" %s:';
$strSearchType = 'Encontrar:';
$strSecretRequired = 'O arquivo de configuração agora precisa de uma frase secreta com senha (blowfish_secret).';
$strSelectADb = 'Selecionar um Banco de Dados';
$strSelectAll = 'Selecionar Todos';
$strSelectBinaryLog = 'Selecionar log binário para exibir';
$strSelectFields = 'Selecionar os campos (no mínimo 1)';
$strSelectNumRows = 'na consulta';
$strSelectTables = 'Tabelas selecionadas';
$strSend = 'Enviado';
$strSent = 'Enviar';
$strServerChoice = 'Seleção do Servidor';
$strServerNotResponding = 'O servidor não está respondendo';
$strServer = 'Servidor';
$strServerStatus = 'Informações de Runtime';
$strServerStatusUptime = 'Esse servidor MySQL está rodando por %s. Ele foi iniciado em %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variáveis';
$strServerTrafficNotes = '<b>Tráfico do servidor</b>: Essas tabelas mostram as estatísticas do tráfico da rede neste servidor MySQL desde o início.';
$strServerVars = 'Variáveis e configurações do servidor';
$strServerVersion = 'Versão do Servidor';
$strSessionValue = 'Valor da sessão';
$strSetEnumVal = 'Se um tipo de campo é "enum" ou "set", por favor entre valores usando este formato: \'a\',\'b\',\'c\'...<br />Se você for colocar uma barra contrária ("\") ou aspas simples ("\'") entre os valores, coloque uma barra contrária antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShowAll = 'Mostrar todos';
$strShowColor = 'Mostrar cor';
$strShowDatadictAs = 'Formato do dicionário de dados';
$strShowFullQueries = 'Mostrar consultas completas';
$strShowGrid = 'Mostrar grade';
$strShowingRecords = 'Mostrando registros ';
$strShow = 'Mostrar';
$strShowPHPInfo = 'Mostrar informações do PHP';
$strShowTableDimension = 'Mostrar dimensão das tabelas';
$strShowTables = 'Mostrar tabelas';
$strShowThisQuery = ' Mostrar esta consulta SQL novamente ';
$strSimplifiedChinese = 'Chinês Simplificado';
$strSingly = '(singularmente)';
$strSize = 'Tamanho';
$strSlovak = 'Eslováquio';
$strSlovenian = 'Eslovênio';
$strSocketProblem = '(ou o soquete do servidor MySQL local não está configurado corretamente)';
$strSortByKey = 'Ordenar pela chave';
$strSort = 'Ordenar';
$strSpaceUsage = 'Uso do espaço';
$strSpanish = 'Espanhol';
$strSplitWordsWithSpace = 'Palavras são separadas por um caracter de espaço (" ").';
$strSQLExportCompatibility = 'Compatibilidade de exportação SQL';
$strSQLExportType = 'Tipo de exportação';
$strSQLOptions = 'Opções SQL';
$strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise a sua Consulta SQL com atenção, e verifique se as aspas estão corretas e não estão desencontradas. Outra possibilidade de falha é o fato de estar tentando subir um arquivo com saída binária de uma área de texto citada. Pode também experimentar a sua consulta SQL no prompt de comandos do MySQL. A saída de erro do MySQL, isto se existir alguma, também poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada da consulta SQL até aquele que causou o problema, e envie o relatório de bug com os dados do chunk da seção CORTE abaixo:';
$strSQLParserUserError = 'Parece haver um erro na sua consulta SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também poderá ajudar a diagnosticar o problema.';
$strSQLQuery = 'consulta SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificador inválido';
$strSQPBugUnclosedQuote = 'Aspas não fechada';
$strSQPBugUnknownPunctuation = 'String de pontuação desconhecida';
$strStatCheckTime = 'Última verificação';
$strStatCreateTime = 'Criação';
$strStatement = 'Comandos';
$strStatUpdateTime = 'Última atualização';
$strStatus = 'Status';
$strStorageEngines = 'Storage Engines'; // sem traducao
$strStorageEngine = 'Storage Engine'; // sem traducao
$strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados';
$strStrucDrop = 'Adicionar \'Sobrescrever\'';
$strStrucExcelCSV = 'CSV para dados MS Excel';
$strStrucNativeExcel = 'Dados nativos do MS Excel';
$strStrucOnly = 'Somente estrutura';
$strStructPropose = 'Propor estrutura da tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submeter';
$strSuccess = 'Seu comando SQL foi executado com sucesso';
$strSum = 'Soma';
$strSwedish = 'Suéco';
$strSwitchToDatabase = 'Mudar para o Banco de Dados copiado';
$strSwitchToTable = 'Mudar para a tabela copiada';
 
$strTableComments = 'Comentários da tabela';
$strTableEmpty = 'O Nome da Tabela está vazio!';
$strTableHasBeenDropped = 'Tabela %s foi eliminada';
$strTableHasBeenEmptied = 'Tabela %s foi esvaziada';
$strTableHasBeenFlushed = 'Tabela %s foi limpa';
$strTableMaintenance = 'Tabela de Manutenção';
$strTableOfContents = 'Tabela de conteúdos';
$strTableOptions = 'Opções da tabela';
$strTables = '%s tabela(s)';
$strTableStructure = 'Estrutura da tabela';
$strTable = 'Tabela';
$strTableType = 'Tipo da Tabela';
$strTakeIt = 'tome';
$strTblPrivileges = 'Privilégios específicos da tabela';
$strTextAreaLength = ' Por causa da sua largura,<br /> esse campo pode não ser editável ';
$strThai = 'Thailandês';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Esse Host';
$strThisNotDirectory = 'Isso não é um diretório';
$strThreadSuccessfullyKilled = 'Thread %s foi morta com sucesso.';
$strTime = 'Tempo';
$strToggleScratchboard = 'pino de madeira do quadro de rascunho'; // traducao literal, isso ta muito errado, mas nao descobri o q eh
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chinês Tradicional';
$strTraditionalSpanish = 'Espanhol Traditional';
$strTraffic = 'Tráfego';
$strTransformation_application_octetstream__download = 'Mostrar o link para baixar os dados binários do campo. Primeira opção é o nome do arquivo binário. Segunda opção é um possível nome de campo de uma linha da tabela que contém o nome do arquivo. Se você usar a segunda opção precisa colocar na primeira opção uma string em branco';
$strTransformation_image_jpeg__inline = 'Mostrar uma miniatura clicável; opções: largura,altura em pixels (mantém a proporção original)';
$strTransformation_image_jpeg__link = 'Mostrar o link para esta imagem (ex.: blob download direto).';
$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Use um campo TIME, TIMESTAMP ou DATETIME e formate usando sua formatação de data local. Primeira opção é o offset (em horas) que será adicionado ao timestamp (Padrão: 0). Segunda opção é uma formatação de data diferente de acordo com os parâmetros disponíveis no strftime() do PHP.';
$strTransformation_text_plain__external = 'LINUX APENAS: Rode uma aplicação externa e alimente os campos de dados pela entrada padrão. Retorna a saída padrão da aplicação. Padrão é Limpo, para uma bonita impressão do código HTML. Por razões de segurança, você deve editar manualmente o arquivo libraries/transformations/text_plain__external.inc.php e inserir as ferramentas que você permite rodar. A primeira opção é o número do programa que você quer rodar e a segunda opção são os parâmetros para o programa. A terceira opção, se setada para 1 irá converter a saída usando htmlspecialchars() (Padrão é 1). A quarta opção, se setada como 1 irá por um NOWRAP para o conteúdo da célula, de forma que a saída inteira será mostrada sem reformatação(Padrão é 1)';
$strTransformation_text_plain__formatted = 'Preservar a formatação original campo. Sem escape.';
$strTransformation_text_plain__imagelink = 'Mostrar uma imagem e um link, o campo contém um nome de arquivo; primeira opção é um prefixo tipo "http://domain.com/", segunda opção é a largura em pixels, o terceiro é a altura.';
$strTransformation_text_plain__link = 'Mostrar um link, o campo contém o nome do arquivo, primeira opção é um prefixo tipo "http://domain.com/", segunda opção é um título para o link.';
$strTransformation_text_plain__substr = 'Mostrar apenas parte da string. Primeira opção é um offset para definir onde a saída do seu texto deve iniciar (Padrão: 0). Segunda opção é o quanto do texto deverá ser retornado. Se estiver em branco, retorna todo o restante do texto. Terceira opção define quais caracteres serão acrescentados na substring retornada (Padrão: ...).';
$strTruncateQueries = 'Truncar as consultas SQL exibidas';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Desmarcar todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconhecido';
$strUnselectAll = 'Desmarcar Todos';
$strUpdatePrivMessage = 'Você mudou os priviléios para %s.';
$strUpdateProfileMessage = 'A configuração foi atualizada.';
$strUpdateQuery = 'Atualizar a consulta SQL';
$strUpdComTab = 'Consulte a documentação sobre como atualizar sua tabela Column_comments';
$strUpgrade = 'Você deveria atualizar para %s %s ou posterior.';
$strUsage = 'Uso';
$strUseBackquotes = 'Usar aspas simples nos nomes de tabelas e campos';
$strUseHostTable = 'Usar Tabela de Host';
$strUserAlreadyExists = 'O usuário %s já existe!';
$strUserEmpty = 'O nome do usuário está em branco!';
$strUserName = 'Nome do usuário';
$strUserNotFound = 'O usuário selecionado não foi encontrado na tabela de privilégios.';
$strUserOverview = 'Avaliação dos usuários';
$strUsersDeleted = 'Os usuários selecionados foram apagados com sucesso.';
$strUsersHavingAccessToDb = 'Usuários que têm acesso à &quot;%s&quot;';
$strUser = 'Usuário';
$strUseTabKey = 'Usar a teclar TAB para se mover de valor em valor, ou CTRL+setas para mover em qualquer direção';
$strUseTables = 'Usar tabelas';
$strUseTextField = 'Usar campo texto';
$strUseThisValue = 'Usar este valor';
 
$strValidateSQL = 'Validar SQL';
$strValidatorError = 'O Validador SQL não pode ser inicializado. Verifique se você instalou a extenção necessária do php conforme está escrito em %sdocumentation%s.';
$strValue = 'Valor';
$strVar = 'Variáveis';
$strVersionInformation = 'Informações da versão';
$strViewDumpDatabases = 'Ver dump (esquema) dos Bancos de Dados';
$strViewDumpDB = 'Ver o esquema do Banco de Dados';
$strViewDump = 'Ver o esquema da tabela';
$strViewHasBeenDropped = 'Visão %s foi apagada';
$strView = 'Visão';
 
$strWebServerUploadDirectoryError = 'O diretório que você especificou para subir arquivos não foi encontrado.';
$strWebServerUploadDirectory = 'Servidor web subiu o diretório';
$strWelcome = 'Bem vindo ao %s';
$strWestEuropean = 'Oeste Europeu';
$strWildcard = 'coringa';
$strWindowNotFound = 'A janela alvo do navegador não pode ser atualizada. Talvez você tenha fechado a janela alvo ou o seu navegador tenha bloqueado a comunicação entre janelas nas configurações de segurança.';
$strWithChecked = 'Com marcados:';
$strWriteRequests = 'Escrita requisitada';
$strWritingCommentNotPossible = 'Não foi possível escrever o comentário';
$strWritingRelationNotPossible = 'Não foi possível escrever a relação';
$strWrongUser = 'Usuário ou senha incorreta. Acesso negado.';
 
$strXML = 'XML';
 
$strYes = 'Sim';
 
$strZeroRemovesTheLimit = 'Nota: Ajustar essa opção para 0 (zero) remove os limites.';
$strZip = '"compactado com zip"';
 
// To translate:
$strAndThen = 'and then'; //to translate
 
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
 
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/bulgarian-koi8-r.inc.php
0,0 → 1,1003
<?php
/* $Id: bulgarian-koi8-r.inc.php,v 2.123.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by Stanislav Yordanov <stanprog at stanprog.com>
* Based on translation made by Georgi Georgiev <chutz at chubaka.homeip.net>
*/
 
$charset = 'koi8-r';
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('ÂÁÊÔÁ', 'ëâ', 'íâ', 'çâ', 'ôâ', 'ðâ', 'åâ');
 
$day_of_week = array('ÎÄ', 'ÐÎ', '×Ô', 'ÓÒ', 'ÞÔ', 'ÐÔ', 'ÓÂ');
$month = array('ÑÎÕÁÒÉ', 'ÆÅ×ÒÕÁÒÉ', 'ÍÁÒÔ', 'ÁÐÒÉÌ', 'ÍÁÊ', 'ÀÎÉ', 'ÀÌÉ', 'Á×ÇÕÓÔ', 'ÓÅÐÔÅÍ×ÒÉ', 'ÏËÔÏÍ×ÒÉ', 'ÎÏÅÍ×ÒÉ', 'ÄÅËÅÍ×ÒÉ');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%e %B %Y × %H:%M';
 
$timespanfmt = '%s ÄÅÎÁ, %s ÞÁÓÁ, %s ÍÉÎÕÔÉ É %s ÓÅËÕÎÄÉ';
 
$strAbortedClients = 'ðÒÅËßÓÎÁÔÉ';
$strAbsolutePathToDocSqlDir = 'íÏÌÑ ×ß×ÅÄÅÔÅ ÁÂÓÏÌÀÔÎÉÑ ÐßÔ ÎÁ ÕÅ ÓßÒ×ßÒÁ ÄÏ docSQL ÄÉÒÅËÔÏÒÉÑÔÁ';
$strAccessDeniedExplanation = 'phpMyAdmin ÎÁÐÒÁ×É ÏÐÉÔ ÄÁ ÓÅ Ó×ßÒÖÅ ËßÍ MySQL ÓßÒ×ßÒÁ, ÎÏ ÓßÒ×ßÒÁ ÏÔÈ×ßÒÌÉ ËÏÎÅËÃÉÑÔÁ. ôÒÑÂ×Á ÄÁ ÐÒÏ×ÅÒÉÔÅ ÈÏÓÔÁ, ÐÏÔÒÅÂÉÔÅÌÓËÏÔÏ ÉÍÅ É ÐÁÒÏÌÁÔÁ × config.inc.php ÆÁÊÌÁ É ÄÁ ÓÅ Õ×ÅÒÉÔÅ, ÞÅ ÔÅ ÏÔÇÏ×ÁÒÑÔ ÎÁ ÉÎÆÏÒÍÁÃÉÑÔÁ ÐÒÅÄÏÓÔÁ×ÅÎÁ ÏÔ ÁÄÍÉÎÉÓÔÒÁÔÏÒÁ ÎÁ MySQL ÓßÒ×ßÒÁ.';
$strAccessDenied = 'ïÔËÁÚÁÎ ÄÏÓÔßÐ';
$strAction = 'äÅÊÓÔ×ÉÅ';
$strAddAutoIncrement = 'äÏÂÁ×ÑÎÅ ÎÁ AUTO_INCREMENT';
$strAddConstraints = 'äÏÂÁ×ÑÎÅ ÎÁ ÏÇÒÁÎÉÞÅÎÉÅ';
$strAddDeleteColumn = 'äÏÂÁ×É/ÉÚÔÒÉÊ ËÏÌÏÎÁ ÐÏ ËÒÉÔÅÒÉÊ';
$strAddDeleteRow = 'äÏÂÁ×É/ÉÚÔÒÉÊ ÒÅÄ ÐÏ ËÒÉÔÅÒÉÊ';
$strAddDropDatabase = 'äÏÂÁ×ÑÎÅ ÎÁ DROP DATABASE';
$strAddedColumnComment = 'äÏÂÁ×ÅÎ ËÏÍÅÎÔÁÒ ËßÍ ËÏÌÏÎÁ';
$strAddedColumnRelation = 'äÏÂÁ×ÅÎÁ ÒÅÌÁÃÉÁ ËßÍ ËÏÌÏÎÁ';
$strAddFields = 'äÏÂÁ×ÑÎÅ ÎÁ %s ÐÏÌÅ(ÔÁ)';
$strAddHeaderComment = 'äÏÂÁ×ÑÎÅ ÎÁ ËÏÍÅÎÔÁÒ × ÈÅÄßÒÁ (\\n ÎÏ× ÒÅÄ)';
$strAddIfNotExists = 'äÏÂÁ×ÑÎÅ ÎÁ IF NOT EXISTS';
$strAddIntoComments = 'äÏÂÁ×É × ËÏÍÅÎÔÁÒÉÔÅ';
$strAddNewField = 'äÏÂÁ×ÑÎÅ ÎÁ ÎÏ×Ï ÐÏÌÅ';
$strAddPrivilegesOnDb = 'äÏÂÁ×ÑÎÅ ÎÁ ÐÒÉ×ÉÌÅÇÉÉ ËßÍ ÓÌÅÄÎÁÔÁ ÂÁÚÁ ÏÔ ÄÁÎÎÉ';
$strAddPrivilegesOnTbl = 'äÏÂÁ×ÑÎÅ ÎÁ ÐÒÉ×ÉÌÅÇÉÉ ËßÍ ÓÌÅÄÎÁÔÁ ÔÁÂÌÉÃÁ';
$strAddSearchConditions = 'äÏÂÁ×ÅÔÅ ÕÓÌÏ×ÉÅ ÚÁ ÔßÒÓÅÎÅ (ÓßÄßÒÖÁÎÉÅ ÎÁ "where" ËÌÁÕÚÁÔÁ):';
$strAddToIndex = ' &nbsp;%s&nbsp;ËÏÌÏÎÁ(É) ÂÅÛÅ(ÑÈÁ)ÄÏÂÁ×ÅÎÉ ËßÍ ÉÎÄÅËÓÁ ';
$strAddUserMessage = '÷ÉÅ ÄÏÂÁ×ÉÈÔÅ ÎÏ× ÐÏÔÒÅÂÉÔÅÌ.';
$strAddUser = 'äÏÂÁ×ÑÎÅ ÎÁ ÎÏ× ÐÏÔÒÅÂÉÔÅÌ.';
$strAdministration = 'áÄÍÉÎÉÓÔÒÁÃÉÑ';
$strAffectedRows = 'úÁÓÅÇÎÁÔÉ ÒÅÄÏ×Å:';
$strAfterInsertBack = '×ÒßÝÁÎÅ ÏÂÒÁÔÎÏ';
$strAfterInsertNewInsert = '×ÍßË×ÁÎÅ ÎÁ ÎÏ× ÚÁÐÉÓ';
$strAfterInsertNext = 'ÒÅÄÁËÔÉÒÁÎÅ ÎÁ ÓÌÅÄ×ÁÝÉÑ ÒÅÄ';
$strAfterInsertSame = '×ÒßÝÁÎÅ ËßÍ ÔÁÚÉ ÓÔÒÁÎÉÃÁ';
$strAfter = 'ÓÌÅÄ %s';
$strAll = '×ÓÉÞËÉ';
$strAllTableSameWidth = 'ÐÏËÁÚ×ÁÎÅ ÎÁ ×ÓÉÞËÉ ôÁÂÌÉÃÉ Ó ÅÄÎÁ É ÓßÝÁ ÛÉÒÉÎÁ?';
$strAlterOrderBy = 'ðÏÄÒÅÖÄÁÎÅ ÎÁ ÔÁÂÌÉÃÁÔÁ ÐÏ';
$strAnalyzeTable = 'áÎÁÌÉÚÉÒÁÎÅ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strAndThen = 'É ÓÌÅÄ ÔÏ×Á';
$strAnd = 'É';
$strAnIndex = 'âÅÛÅ ÄÏÂÁ×ÅÎ ÉÎÄÅËÓ ÎÁ %s';
$strAny = '×ÓÅËÉ';
$strAnyHost = '÷ÓÅËÉ ÈÏÓÔ';
$strAnyUser = '÷ÓÅËÉ ÐÏÔÒÅÂÉÔÅÌ';
$strApproximateCount = 'íÏÖÅ ÄÁ ÉÍÁ ÐÒÉÂÌÉÚÉÔÅÌÎÁ ÓÔÏÊÎÏÓÔ. ÷ÉÖ FAQ 3.11';
$strAPrimaryKey = 'âÅÛÅ ÄÏÂÁ×ÅÎ ÐßÒ×ÉÞÅÎ ËÌÀÞ ËßÍ ';
$strArabic = 'áÒÁÂÓËÉ';
$strArmenian = 'áÒÍÅÎÓËÉ';
$strAscending = '÷ßÚÈÏÄÑÝÏ';
$strAtBeginningOfTable = '× ÎÁÞÁÌÏÔÏ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strAtEndOfTable = '× ËÒÁÑ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strAttr = 'áÔÒÉÂÕÔÉ';
$strAutodetect = 'Á×ÔÏÍÁÔÉÞÎÏ ÏÔËÒÉ×ÁÎÅ';
$strAutomaticLayout = 'á×ÔÏÍÁÔÉÞÅÎ ÌÅÊÁÕÔ';
 
$strBack = 'îÁÚÁÄ';
$strBaltic = 'âÁÌÔÉÊÓËÉ';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' ä×ÏÉÞÎÏ ';
$strBinaryDoNotEdit = ' ä×ÏÉÞÎÏ - ÎÅ ÓÅ ÒÅÄÁËÔÉÒÁ ';
$strBookmarkAllUsers = 'îÅËÁ ×ÓÅËÉ ÐÏÔÒÅÂÉÔÅÌ ÉÍÁ ÄÏÓÔßÐ ÄÏ ÔÏÚÉ ÐÏËÁÚÁÌÅÃ';
$strBookmarkCreated = 'ðÏËÁÚÁÌÅà %s ÂÅÛÅ ÓßÚÄÁÄÅÎ ÕÓÐÅÛÎÏ';
$strBookmarkDeleted = 'ðÏËÁÚÁÌÅÃßÔ ÂÅÛÅ ÉÚÔÒÉÔ.';
$strBookmarkLabel = 'åÔÉËÅÔ';
$strBookmarkQuery = 'úÁÐÁÚ×ÁÎÅ ÎÁ SQL ÚÁÑ×ËÁ';
$strBookmarkReplace = 'ðÒÅÐÏËÒÉ×ÁÎÅ ÎÅ ÓßÝÅÓÔ×Õ×ÁÝÉÑ ÐÏËÁÚÁÌÅà ÓßÓ ÓßÝÏÔÏ ÉÍÅ';
$strBookmarkThis = 'úÁÐÁÚÉ ÔÁÚÉ SQL ÚÁÑ×ËÁ';
$strBookmarkView = 'óÁÍÏ ÐÏËÁÚ×ÁÎÅ';
$strBrowseForeignValues = 'ðÒÅÇÌÅÖÄÁÎÅ ÎÁ ×ßÎÛÎÉÔÅ(foreign) ÓÔÏÊÎÏÓÔÉ';
$strBrowse = 'ðÒÅÌÉÓÔ×ÁÎÅ';
$strBulgarian = 'âßÌÇÁÒÓËÉ';
$strBzError = 'phpMyAdmin ÎÅ ÍÏÖÅ ÄÁ ËÏÍÐÒÅÓÉÒÁ ÓÈÅÍÁÔÁ(dump) ÚÁÒÁÄÉ ÇÒÅÛËÁ × Bz2 ÒÁÚÛÉÒÅÎÉÅÔÏ × ÔÁÚÉ ×ÅÒÓÉÑ ÎÁ PHP. çÏÒÅÝÏ ÓÅ ÐÒÅÐÏÒßÞ×Á ÄÁ ÕÓÔÁÎÏ×ÉÔÅ ÓÔÏÊÎÏÓÔÔÁ ÎÁ <code>$cfg[\'BZipDump\']</code> ÄÉÒÅËÔÉ×ÁÔÁ × ËÏÎÆÉÇÕÒÁÃÉÏÎÎÉÑ ÆÁÊÌ ÎÁ ×ÁÛÉÑ phpMyAdmin ÎÁ <code>FALSE</code>. áËÏ ÉÓËÁÔÅ ÄÁ ÓÅ ÉÚÐÏÌÚ×ÁÔÅ ×ßÚÍÏÖÎÏÓÔÉÔÅ ÎÁ Bz2 ËÏÍÐÒÅÓÉÑÔÁ, ÝÅ ÔÒÑÂ×Á ÄÁ ßÐÇÒÅÊÄÎÅÔÅ ÄÏ ÐÏ-ÎÏ×Á ×ÅÒÓÉÑ ÎÁ PHP. ÷ÉÖÔÅ ÓßÏÂÝÅÎÉÅ %s ÚÁ ÐÏ×ÅÞÅ ÉÎÆÏÒÍÁÃÉÑ.';
$strBzip = '"bzip-ÎÁÔÏ"';
 
$strCalendar = 'ëÁÌÅÎÄÁÒ';
$strCannotLogin = 'îÅ ÍÏÇÁ ÄÁ ÓÅ ÌÏÇÎÁ ËßÍ MySQL ÓßÒ×ßÒÁ';
$strCantLoad = 'ÎÅ ÍÏÇÁ ÄÁ ÚÁÒÅÄÑ ÒÁÚÛÉÒÅÎÉÅÔÏ %s,<br />ÍÏÌÑ ÐÒÏ×ÅÒÅÔÅ ËÏÎÆÉÇÕÒÁÃÉÑÔÁ ÎÁ PHP';
$strCantLoadRecodeIconv = 'îÅ ÍÏÖÅ ÄÁ ÓÅ ÚÁÒÅÄÑÔ iconv ÉÌÉ recode ÒÁÚÛÉÒÅÎÉÑÔÁ ÎÅÏÂÈÏÄÉÍÉ ÚÁ ËÏÎ×ÅÒÔÉÒÁÎÅ ÎÁ ÎÁÂÏÒÁ ÏÔ ÓÉÍ×ÏÌÉ(charset), ËÏÎÆÉÇÕÒÉÒÁÊÔÅ PHP ÔÁËÁ, ÞÅ ÄÁ ÐÏÚ×ÏÌÑ×Á ÉÚÐÏÌÚ×ÁÎÅ ÎÁ ÔÅÚÉ ÒÁÚÛÉÒÅÎÉÑ ÉÌÉ ÏÔÍÅÎÅÔÅ ËÏÎ×ÅÒÔÉÒÁÎÅÔÏ ÎÁ ÎÁÂÏÒÁ ÏÔ ÓÉÍ×ÏÌÉ(charset) × phpMyAdmin.';
$strCantRenameIdxToPrimary = 'îÅ ÍÏÇÁ ÄÁ ÐÒÅÉÍÅÎÕ×ÁÍ ÉÎÄÅËÓÁ ÎÁ PRIMARY!';
$strCantUseRecodeIconv = 'îÅ ÍÏÖÅ ÄÁ ÓÅ ÉÚÐÏÌÚ×Á ÎÉÔÏ iconv ÎÉÔÏ libiconv ÎÉÔÏ recode_string ÆÕÎËÃÉÑÔÁ ÄÏËÁÔÏ ÐÒÏÔÏËÏÌÉÔÅ ÚÁ ÒÁÚÛÉÒÅÎÉÑÔÁ ÓÁ ÚÁÒÅÄÅÎÉ. ðÒÏ×ÅÒÅÔÅ ËÏÎÆÉÇÕÒÁÃÉÑÔÁ ÎÁ PHP.';
$strCardinality = 'îÁÄÅÖÄÎÏÓÔ';
$strCaseInsensitive = 'ÎÅÞÕ×ÓÔ×ÉÔÅÌÎÏ ËßÍ ÒÅÇÉÓÔßÒÁ';
$strCaseSensitive = 'ÞÕ×ÓÔ×ÉÔÅÌÎÏ ËßÍ ÒÅÇÉÓÔßÒÁ';
$strCentralEuropean = 'ãÅÎÔÒÁÌÎÏ Å×ÒÏÐÅÊÓËÉ';
$strChangeCopyModeCopy = '... ÚÁÐÁÚ×ÁÎÅ ÎÁ ÓÔÁÒÉÑ.';
$strChangeCopyModeDeleteAndReload = ' ... ÉÚÔÒÉ×ÁÎÅ ÎÁ ÓÔÁÒÉÑ ÏÔ ÔÁÂÌÉÃÁÔÁ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉÔÅ É ÓÌÅÄ ÔÏ×Á ÐÒÅÚÁÒÅÖÄÁÎÅ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
$strChangeCopyModeJustDelete = ' ... ÉÚÔÒÉ×ÁÎÅ ÎÁ ÓÔÁÒÉÑ ÏÔ ÔÁÂÌÉÃÁÔÁ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉÔÅ.';
$strChangeCopyMode = 'óßÚÄÁ×ÁÎÅ ÎÏ× ÐÏÔÒÅÂÉÔÅÌ ÓßÓ ÓßÝÉÔÅ ÐÒÉ×ÉÌÅÇÉÉ É ...';
$strChangeCopyModeRevoke = ' ... ÏÔÍÅÎÑÎÅ ÎÁ ×ÓÉÞËÉ ÁËÔÉ×ÎÉ ÐÒÉ×ÉÌÅÇÉÉ ÏÔ ÓÔÁÒÉÑ É ÓÌÅÄ ÔÏ×Á ÉÚÔÒÉ×ÁÎÅ.';
$strChangeCopyUser = 'ðÒÏÍÑÎÁ ÎÁ ÌÏÇÉÎ ÉÎÆÏÒÍÁÃÉÑÔÁ / ëÏÐÉÒÁÎÅ ÎÁ ÐÏÔÒÅÂÉÔÅÌ';
$strChangeDisplay = 'éÚÂÅÒÅÔÅ ðÏÌÅÔÁ ÚÁ ÐÏËÁÚ×ÁÎÅ';
$strChange = 'ðÒÏÍÅÎÑÎÅ';
$strChangePassword = 'óÍÑÎÁ ÎÁ ÐÁÒÏÌÁÔÁ';
$strCharsetOfFile = 'îÁÂÏÒ ÏÔ ÓÉÍ×ÏÌÉ ÎÁ ÆÁÊÌÁ:';
$strCharsetsAndCollations = 'îÁÂÏÒÉ ÏÔ ÓÉÍ×ÏÌÉ É ËÏÌÁÃÉÉ';
$strCharsets = 'îÁÂÏÒÉ ÏÔ ÓÉÍ×ÏÌÉ';
$strCharset = 'îÁÂÏÒ ÏÔ ÓÉÍ×ÏÌÉ';
$strCheckAll = 'íÁÒËÉÒÁÎÅ ÎÁ ×ÓÉÞËÏ';
$strCheckOverhead = 'íÁÒËÉÒÁÎÅ ÎÁ ÔÁÂÌÉÃÉÔÅ ÓßÓ ÚÁÇÕÂÅÎÏ ÍÑÓÔÏ';
$strCheckPrivsLong = 'ðÒÏ×ÅÒÉ ÐÒÉ×ÉÌÅÇÉÉÔÅ ÚÁ ÂÁÚÁ ÏÔ ÄÁÎÎÉ &quot;%s&quot;.';
$strCheckPrivs = 'ðÒÏ×ÅÒËÁ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ';
$strCheckTable = 'ðÒÏ×ÅÒËÁ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strChoosePage = 'íÏÌÑ ÉÚÂÅÒÅÔÅ ÓÔÒÁÎÉÃÁ ÚÁ ÒÅÄÁËÔÉÒÁÎÅ';
$strColComFeat = 'ðÏËÁÚ×ÁÎÅ ÎÁ ËÏÍÅÎÔÁÒÉ ËßÍ ëÏÌÏÎÉÔÅ';
$strCollation = 'ëÏÌÁÃÉÑ';
$strColumnNames = 'éÍÅ ÎÁ ËÏÌÏÎÁ';
$strColumnPrivileges = 'ðÒÉ×ÉÌÅÇÉÉ ÓÐÅÃÉÆÉÞÎÉ ÚÁ ËÏÌÏÎÁÔÁ';
$strCommand = 'ëÏÍÁÎÄÁ';
$strCommentsForTable = 'ëïíåîôáòé úá ôáâìéãá';
$strComments = 'ëÏÍÅÎÔÁÒÉ';
$strCompatibleHashing = 'MySQL&nbsp;4.0 Óß×ÍÅÓÔÉÍÏ';
$strCompleteInserts = 'ðßÌÎÉ INSERT-É';
$strCompression = 'ëÏÍÐÒÅÓÉÑ';
$strConfigFileError = 'phpMyAdmin ÎÅ ÍÏÖÅ ÄÁ ÐÒÏÞÅÔÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÉÑÔ ÷É ÆÁÊÌ!<br />ôÏ×Á ÍÏÖÅ ÄÁ ÓÅ ÓÌÕÞÉ ÁËÏ PHP ÏÔËÒÉÅ ÓÉÎÔÁËÔÉÞÎÁ ÇÒÅÛËÁ × ÎÅÇÏ ÉÌÉ ÎÅ ÍÏÖÅ ÄÁ ÏÔËÒÉÅ ÆÁÊÌÁ.<br />íÏÌÑ ÉÚ×ÉËÁÊÔÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÉÑ ÆÁÊÌ ÄÉÒÅËÔÎÏ ËÁÔÏ ÉÚÐÏÌÚ×ÁÔÅ ÌÉÎËÁ ÐÏ-ÄÏÌÕ É ÐÒÏÞÅÔÅÔÅ ÓßÏÂÝÅÎÉÅÔÏ ÚÁ ÇÒÅÛËÁ ËÏÅÔÏ PHP ×ÒßÝÁ. ÷ ÐÏ-ÇÏÌÑÍÁ ÞÁÓÔ ÏÔ ÓÌÕÞÁÉÔÅ, ÎÑËßÄÅ ÌÉÐÓ×ÁÔ ËÁ×ÉÞËÉ ÉÌÉ ÔÏÞËÁ É ÚÁÐÅÔÁÑ.<br />áËÏ ÓÅ ÉÚ×ÅÄÅ ÐÒÁÚÎÁ ÓÔÒÁÎÉÃÁ, ×ÓÉÞËÉ Å ÎÁÒÅÄ.';
$strConfigureTableCoord = 'íÏÌÑ ËÏÎÆÉÇÕÒÉÒÁÊÔÅ ËÏÏÒÄÉÎÁÔÉÔÅ ÚÁ ÔÁÂÌÉÃÁ %s';
$strConnectionError = '÷ÒßÚËÁÔÁ ÎÅ ÍÏÖÅ ÄÁ ÂßÄÅ ÏÓßÝÅÓÔ×ÅÎÁ: ÎÅ×ÁÌÉÄÎÉ ÎÁÓÔÒÏÊËÉ.';
$strConnections = 'ëÏÎÅËÃÉÉ';
$strConstraintsForDumped = 'ïÇÒÁÎÉÞÅÎÉÑ ÚÁ ÄßÍÐÎÁÔÉ ÔÁÂÌÉÃÉ';
$strConstraintsForTable = 'ïÇÒÁÎÉÞÅÎÉÑ ÚÁ ÔÁÂÌÉÃÁ';
$strCookiesRequired = 'ïÔÔÕË ÎÁÔÁÔßË ÓÁ ÎÅÏÂÈÏÄÉÍÉ "Cookies".';
$strCopyDatabaseOK = 'âÁÚÁ ÏÔ ÄÁÎÎÉ %s ÂÅÛÅ ËÏÐÉÒÁÎÁ ËÁÔÏ %s';
$strCopyTableOK = 'ôÁÂÌÉÃÁ %s ÂÅÛÅ ËÏÐÉÒÁÎÁ × %s.';
$strCopyTableSameNames = 'îÅ ÍÏÖÅ ÄÁ ÓÅ ËÏÐÉÒÁ ÔÁÂÌÉÃÁÔÁ ËßÍ ÓÅÂÅ ÓÉ!';
$strCopyTable = 'ëÏÐÉÒÁÎÅ ÎÁ ÔÁÂÌÉÃÁ (ÂÁÚÁ ÏÔ ÄÁÎÎÉ<b>.</b>ÔÁÂÌÉÃÁ):';
$strCopy = 'ëÏÐÉÒÁÎÅ';
$strCouldNotKill = 'phpMyAdmin ÎÅ ÍÏÖÁ ÄÁ ÓÐÒÅ ÎÉÛËÁ %s. ÷ÅÒÏÑÔÎÏ ×ÅÞÅ Å ÂÉÌÁ ÚÁÔ×ÏÒÅÎÁ.';
$strCreateDatabaseBeforeCopying = 'éÚÐßÌÎÑ×ÁÎÅ ÎÁ CREATE DATABASE ÐÒÅÄÉ ËÏÐÉÒÁÎÅÔÏ';
$strCreateIndex = 'óßÚÄÁ×ÁÎÅ ÎÁ ÉÎÄÅËÓ ×ßÒÈÕ &nbsp;%s&nbsp;ËÏÌÏÎÉ';
$strCreateIndexTopic = 'óßÚÄÁÊ ÎÏ× ÉÎÄÅËÓ';
$strCreateNewDatabase = 'óßÚÄÁ×ÁÎÅ ÎÁ ÎÏ×Á âä';
$strCreateNewTable = 'óßÚÄÁ×ÁÎÅ ÎÁ ÎÏ×Á ÔÁÂÌÉÃÁ × âä %s';
$strCreate = 'óßÚÄÁÊ';
$strCreatePage = 'óßÚÄÁÊ ÎÏ×Á óÔÒÁÎÉÃÁ';
$strCreatePdfFeat = 'óßÚÄÁ×ÁÎÅ ÎÁ PDF-É';
$strCreationDates = 'óßÚÄÁ×ÁÎÅ/ïÂÎÏ×Ñ×ÁÎÅ/ðÒÏ×ÅÒËÁ ÎÁ ÄÁÔÉ';
$strCriteria = 'ëÒÉÔÅÒÉÊ';
$strCroatian = 'èßÒ×ÁÔÓËÉ';
$strCSVImportOptions = 'CSV ÏÐÃÉÉ';
$strCSVOptions = 'CSV ÏÐÃÉÉ';
$strCyrillic = 'ëÉÒÉÌÉÃÁ';
$strCzech = 'þÅÛËÉ';
$strCzechSlovak = 'þÅÈÏÓÌÏ×ÁÛËÉ';
 
$strDanish = 'äÁÔÓËÉ';
$strDatabase = 'âä';
$strDatabaseEmpty = 'éÍÅÔÏ ÎÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ Å ÐÒÁÚÎÏ!';
$strDatabaseExportOptions = 'ïÐÃÉÉ ÚÁ ÅËÓÐÏÒÔÉÒÁÎÅ ÎÁ ÂÁÚÁ ÏÔ ÄÁÎÎÉ';
$strDatabaseHasBeenDropped = 'âÁÚÁÔÁ ÄÁÎÎÉ %s ÂÅÛÅ ÉÚÔÒÉÔÁ.';
$strDatabaseNoTable = 'âÁÚÁÔÁ ÄÁÎÎÉ ÎÅ ÓßÄßÒÖÁ ÔÁÂÌÉÃÁ!';
$strDatabasesDropped = '%s ÂÁÚÉ ÏÔ ÄÁÎÎÉ ÂÑÈÁ ÉÚÔÒÉÔÉ ÕÓÐÅÛÎÏ.';
$strDatabasesStatsDisable = 'úÁÂÒÁÎÉ ÓÔÁÔÉÓÔÉËÁ';
$strDatabasesStatsEnable = 'òÁÚÒÅÛÉ ÓÔÁÔÉÓÔÉËÁ';
$strDatabasesStatsHeavyTraffic = 'úÁÂÅÌÅÖËÁ: òÁÚÒÅÛÁ×ÁÎÅÔÏ ÎÁ ÓÔÁÔÉÓÔÉËÁ ÎÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ ÍÏÖÅ ÄÁ ËÏÓÔ×Á ÍÎÏÇÏ ÇÏÌÑÍ ÔÒÁÆÉË ÍÅÖÄÕ ÕÅ ÓßÒ×ßÒÁ É MySQL ÓßÒ×ßÒÁ.';
$strDatabasesStats = ' óÔÁÔÉÓÔÉËÁ ÚÁ ÂÁÚÉÔÅ ÄÁÎÎÉ';
$strDatabases = 'âÁÚÉ ÏÔ ÄÁÎÎÉ';
$strDataDict = 'òÅÞÎÉË ÎÁ ÄÁÎÎÉÔÅ';
$strData = 'äÁÎÎÉ';
$strDataOnly = 'óÁÍÏ ÄÁÎÎÉ';
$strDBComment = 'ëÏÍÅÎÔÁÒ ËßÍ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ: ';
$strDBCopy = 'ëÏÐÉÒÁÎÅ ÎÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ ×';
$strDBGContextID = 'ëÏÎÔÅËÓÔÎÏ ID';
$strDBGContext = 'ëÏÎÔÅËÓÔ';
$strDBGHits = 'ðÏÐÁÄÅÎÉÑ';
$strDBGLine = 'ìÉÎÉÑ';
$strDBGMaxTimeMs = 'íÁËÓ. ×ÒÅÍÅ, ms';
$strDBGMinTimeMs = 'íÉÎ. ×ÒÅÍÅ, ms';
$strDBGModule = 'íÏÄÕÌ';
$strDBGTimePerHitMs = '÷ÒÅÍÅ/ðÏÐÁÄÅÎÉÅ, ms';
$strDBGTotalTimeMs = 'ïÂÝÏ ×ÒÅÍÅ, ms';
$strDbPrivileges = 'ðÒÉ×ÉÌÅÇÉÉ ÓÐÅÃÉÆÉÞÎÉ ÚÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ';
$strDBRename = 'ðÒÅÉÍÅÎÕ×ÁÎÅ ÎÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ ÎÁ';
$strDbSpecific = 'ÓÐÅÃÉÆÉÞÎÉ ÚÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ';
$strDefaultEngine = '%s Å ÈÒÁÎÉÌÉÝÅÔÏ ÎÁ ÄÁÎÎÉ ÐÏ ÐÏÄÒÁÚÂÉÒÁÎÅ ÎÁ ÔÏÚÉ MySQL ÓßÒ×ßÒ.';
$strDefaultValueHelp = 'úÁ ÓÔÏÊÎÏÓÔÉÔÅ ÐÏ ÐÏÄÒÁÚÂÉÒÁÎÅ, ÍÏÌÑ ×ß×ÅÄÅÔÅ ÓÁÍÏ ÅÄÎÁ ÓÔÏÊÎÏÓÔ, ÂÅÚ ÏÂÒÁÔÎÉ ÞÅÒÔÉ ÉÌÉ ÁÐÏÓÔÒÏÆ, ÉÚÐÏÌÚ×ÁÊËÉ ÓÌÅÄÎÉÑ ÆÏÒÍÁÔ: a';
$strDefault = 'ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ';
$strDefragment = 'äÅÆÒÁÇÍÅÎÔÉÒÁÎÅ ÎÁ ÔÁÂÌÉÃÁ';
$strDelayedInserts = 'éÚÐÏÌÚ×ÁÎÅ ÎÁ ÏÔÌÏÖÅÎÉ ×ÍßË×ÁÎÉÑ';
$strDeleteAndFlushDescr = 'ôÏ×Á Å ÎÁÊ-ÞÉÓÔÉÑ ÎÁÞÉÎ, ÎÏ ÐÒÅÚÁÒÅÖÄÁÎÅÔÏ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ ÍÏÖÅ ÄÁ ÏÔÎÅÍÅ ÉÚ×ÅÓÔÎÏ ×ÒÅÍÅ.';
$strDeleteAndFlush = 'éÚÔÒÉ×ÁÎÅ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉÔÅ É ÓÌÅÄ ÔÏ×Á ÐÒÅÚÁÒÅÖÄÁÎÅ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
$strDeleted = 'òÅÄßÔ ÂÅÛÅ ÉÚÔÒÉÔ';
$strDeletedRows = 'éÚÔÒÉÔÉ ÒÅÄÏ×Å:';
$strDelete = 'éÚÔÒÉ×ÁÎÅ';
$strDeleting = 'éÚÔÒÉ×ÁÎÅ ÎÁ %s';
$strDelOld = 'ôÅËÕÝÁÔÁ óÔÒÁÎÉÃÁ ÉÍÁ òÅÆÅÒÅÎÃÉÉ ËßÍ ôÁÂÌÉÃÉ ËÏÉÔÏ ×ÅÞÅ ÎÅ ÓßÝÅÓÔ×Õ×ÁÔ. öÅÌÁÅÔÅ ÌÉ ÄÁ ÉÚÔÒÉÅÔÅ ÔÅÚÉ òÅÆÅÒÅÎÃÉÉ?';
$strDescending = 'îÉÚÈÏÄÑÝÏ';
$strDescription = 'ïÐÉÓÁÎÉÅ';
$strDictionary = 'ÒÅÞÎÉË';
$strDisabled = 'úÁÂÒÁÎÅÎÏ';
$strDisableForeignChecks = 'úÁÂÒÁÎÑ×ÁÎÅ ÎÁ ÐÒÏ×ÅÒËÉÔÅ ÚÁ ×ßÎÛÅÎ ËÌÀÞ';
$strDisplayFeat = 'ðÏËÁÖÉ ×ßÚÍÏÖÎÏÓÔÉÔÅ';
$strDisplayOrder = 'ðÏÄÒÅÖÄÁÎÅ ÐÏ:';
$strDisplayPDF = 'ðÏËÁÖÉ PDF ÓÈÅÍÁ';
$strDoAQuery = 'éÚÐßÌÎÉ "ÚÁÑ×ËÁ ÐÏ ÛÁÂÌÏÎ" (ÓÉÍ×ÏÌ ÚÁ ÚÁÍÅÓÔ×ÁÎÅ: "%")';
$strDocu = 'äÏËÕÍÅÎÔÁÃÉÑ';
$strDoYouReally = 'äÅÊÓÔ×ÉÔÅÌÎÏ ÌÉ ÖÅÌÁÅÔÅ ÄÁ ÉÚÐßÌÎÉÔÅ ÚÁÑ×ËÁÔÁ';
$strDropDatabaseStrongWarning = '÷ÉÅ ÝÅ õîéýïöéôå ÃÑÌÁÔÁ ÂÁÚÁ ÏÔ ÄÁÎÎÉ!';
$strDrop = 'õÎÉÝÏÖÁ×ÁÎÅ';
$strDropUsersDb = 'éÚÔÒÉ×ÁÎÅ ÎÁ ÂÁÚÉÔÅ ÏÔ ÄÁÎÎÉ ËÏÉÔÏ ÉÍÁÔ ÉÍÅÎÁ ËÁÔÏ ÔÅÚÉ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉÔÅ.';
$strDumpingData = 'äßÍÐ (ÓÈÅÍÁ) ÎÁ ÄÁÎÎÉÔÅ × ÔÁÂÌÉÃÁÔÁ';
$strDumpSaved = 'óÈÅÍÁÔÁ(ÄßÍÐ) ÂÅÛÅ ÚÁÐÉÓÁÎÁ ×ß× ÆÁÊÌ %s.';
$strDumpXRows = 'äßÍÐ-ÎÉ %s ÒÅÄÁ ËÁÔÏ ÚÁÐÏÞÎÅÛ ÏÔ %s.';
$strDynamic = 'ÄÉÎÁÍÉÞÅÎ';
 
$strEdit = 'òÅÄÁËÔÉÒÁÎÅ';
$strEditPDFPages = 'òÅÄÁËÔÉÒÁÎÅ ÎÁ PDF óÔÒÁÎÉÃÉ';
$strEditPrivileges = 'òÅÄÁËÔÉÒÁÎÅ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ';
$strEffective = 'åÆÅËÔÉ×ÎÉ';
$strEmpty = 'éÚÞÉÓÔ×ÁÎÅ';
$strEmptyResultSet = 'MySQL ×ßÒÎÁ ÐÒÁÚÅÎ ÒÅÚÕÌÔÁÔ (Ô.Å. ÎÕÌÁ ÒÅÄÏ×Å).';
$strEnabled = 'ðÏÚ×ÏÌÅÎÏ';
$strEncloseInTransaction = 'éÚÏÌÉÒÁÎÅ ÎÁ ÅËÓÐÏÒÔÁ × ÔÒÁÎÚÁËÃÉÑ';
$strEndCut = 'END CUT';
$strEnd = 'ëÒÁÊ';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s Å ÒÁÚÒÅÛÅÎ ÎÁ ÔÏÚÉ MySQL ÓßÒ×ßÒ.';
$strEngineDisabled = '%s Å ÉÚËÌÀÞÅÎ ÚÁ ÔÏÚÉ MySQL ÓßÒ×ßÒ.';
$strEngines = 'èÒÁÎÉÌÉÝÁ';
$strEngineUnsupported = 'ôÏÚÉ MySQL ÓßÒ×ßÒ ÎÅ ÐÏÄÄßÒÖÁ ÈÒÁÎÉÌÉÝÅÔÏ ÎÁ ÄÁÎÎÉ %s.';
$strEnglish = 'áÎÇÌÉÊÓËÉ';
$strEnglishPrivileges = ' úÁÂÅÌÅÖËÁ: éÍÅÎÁÔÁ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ ÎÁ MySQL ÓÁ ÐÏËÁÚÁÎÉ ÎÁ ÁÎÇÌÉÊÓËÉ. ';
$strErrorInZipFile = 'çÒÅÛËÁ × ZIP ÁÒÈÉ×Á:';
$strError = 'çÒÅÛËÁ';
$strEsperanto = 'åÓÐÅÒÁÎÔÏ';
$strEstonian = 'åÓÔÏÎÓËÉ';
$strExcelEdition = '÷ÅÒÓÉÑ ÎÁ Excel';
$strExcelOptions = 'ïÐÃÉÉ ÎÁ Excel';
$strExecuteBookmarked = 'óÔÁÒÔÉÒÁÎÅ ÎÁ ÚÁÐÁÚÅÎÁ SQL-ÚÁÑ×ËÁ';
$strExplain = 'Explain SQL';
$strExport = 'åËÓÐÏÒÔÉÒÁÎÅ';
$strExtendedInserts = 'òÁÚÛÉÒÅÎÉ INSERT-É';
$strExtra = 'äÏÐßÌÎÉÔÅÌÎÏ';
 
$strFailedAttempts = 'ðÒÏ×ÁÌÉÌÉ ÓÅ ÏÐÉÔÉ';
$strFieldHasBeenDropped = 'ðÏÌÅÔÏ %s ÂÅÛÅ ÉÚÔÒÉÔÏ';
$strFieldsEmpty = ' âÒÏÑÞÁ ÎÁ ÐÏÌÅÔÁÔÁ Å ÐÒÁÚÅÎ! ';
$strFieldsEnclosedBy = 'ðÏÌÅÔÁÔÁ ÓÁ ÏÇÒÁÄÅÎÉ ÓßÓ';
$strFieldsEscapedBy = 'ðÒÅÄÓÔÁ×ËÁ ÎÁ ÓÐÅÃÉÁÌÎÉÔÅ ÓÉÍ×ÏÌÉ';
$strFieldsTerminatedBy = 'ðÏÌÅÔÁÔÁ ÚÁ×ßÒÛ×ÁÔ ÓßÓ';
$strFields = 'ðÏÌÅÔÁ';
$strField = 'ðÏÌÅ';
$strFileAlreadyExists = 'æÁÊÌßÔ %s ×ÅÞÅ ÓßÝÅÓÔ×Õ×Á ÎÁ ÓßÒ×ßÒÁ, ÓÍÅÎÅÔÅ ÉÍÅÔÏ ÎÁ ÆÁÊÌÁ ÉÌÉ ×ËÌÀÞÅÔÅ ÏÐÃÉÑÔÁ ÚÁ ÐÒÅÐÏËÒÉ×ÁÎÅ.';
$strFileCouldNotBeRead = 'æÁÊÌßÔ ÎÅ ÍÏÖÅ ÄÁ ÂßÄÅ ÐÒÏÞÅÔÅÎ';
$strFileNameTemplateRemember = 'ÚÁÐÏÍÎÑÎÅ ÎÁ ÛÁÂÌÏÎÁ';
$strFileNameTemplate = 'ûÁÂÌÏÎ ÎÁ ÆÁÊÌÏ×ÏÔÏ ÉÍÅ';
$strFileToImport = 'æÁÊÌ ÚÁ ÉÍÐÏÒÔÉÒÁÎÅ';
$strFixed = 'æÉËÓÉÒÁÎ';
$strFlushPrivilegesNote = 'úÁÂÅÌÅÖËÁ: phpMyAdmin ×ÚÅÍÁ ÐÏÔÒÅÂÉÔÅÌÓËÉÔÅ ÐÒÉ×ÉÌÅÇÉÉ ÄÉÒÅËÔÎÏ ÏÔ ÔÁÂÌÉÃÁÔÁ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ ÎÁ MySQL. óßÄßÒÖÁÎÉÅÔÏ ÎÁ ÔÁÚÉ ÔÁÂÌÉÃÁ ÍÏÖÅ ÄÁ ÓÅ ÒÁÚÌÉÞÁ×Á ÏÔ ÐÒÉ×ÉÌÅÇÉÉÔÅ ËÏÉÔÏ ÉÚÐÏÌÚ×Á ÓßÒ×ßÒÁ ÁËÏ ËßÍ ÎÅÇÏ ÓÁ ÎÁÐÒÁ×ÅÎÉ ÐÒÏÍÅÎÉ ÎÁ ÒßËÁ. ÷ ÔÏÚÉ ÓÌÕÞÁÊ, ÔÒÑÂ×Á ÄÁ %sÐÒÅÚÁÒÅÄÉÔÅ ÐÒÉ×ÉÌÅÇÉÉÔÅ%s ÐÒÅÄÉ ÄÁ ÐÒÏÄßÌÖÉÔÅ.';
$strFlushTable = 'éÚÞÉÓÔ×ÁÎÅ ÎÁ ËÅÛÁ ÎÁ ÔÁÂÌÉÃÁÔÁ ("FLUSH")';
$strFormat = 'æÏÒÍÁÔ';
$strFormEmpty = 'ìÉÐÓ×Á ÓÔÏÊÎÏÓÔ ×ß× ÐÏÌÅÔÏ ÎÁ ÆÏÒÍÁÔÁ!';
$strFullText = 'ðßÌÎÉ ÔÅËÓÔÏ×Å';
$strFunction = 'æÕÎËÃÉÑ';
 
$strGenBy = 'çÅÎÅÒÉÒÁÎÏ ÏÔ';
$strGeneralRelationFeat = 'ïÂÝÉ ×ßÚÍÏÖÎÏÓÔÉ ÎÁ ÒÅÌÁÃÉÉÔÅ';
$strGenerate = 'çÅÎÅÒÉÒÁÎÅ';
$strGeneratePassword = 'çÅÎÅÒÉÒÁÎÅ ÎÁ ÐÁÒÏÌÁ';
$strGenTime = '÷ÒÅÍÅ ÎÁ ÇÅÎÅÒÉÒÁÎÅ';
$strGeorgian = 'çÒÕÚÉÎÓËÉ';
$strGerman = 'îÅÍÓËÉ';
$strGlobal = 'ÇÌÏÂÁÌÅÎ';
$strGlobalPrivileges = 'çÌÏÂÁÌÎÉ ÐÒÉ×ÉÌÅÇÉÉ';
$strGlobalValue = 'çÌÏÂÁÌÎÁ ÓÔÏÊÎÏÓÔ';
$strGo = 'éÚÐßÌÎÅÎÉÅ';
$strGrantOption = 'äÁÄÅÎÉ';
$strGreek = 'çÒßÃËÉ';
$strGzip = '"gzip-ÎÁÔÏ"';
 
$strHasBeenAltered = 'ÂÅÛÅ ÐÒÏÍÅÎÅÎÁ.';
$strHasBeenCreated = 'ÂÅÛÅ ÓßÚÄÁÄÅÎÁ.';
$strHaveToShow = 'ôÒÑÂ×Á ÄÁ ÉÚÂÅÒÅÔÅ ÐÏÎÅ ÅÄÎÁ ëÏÌÏÎÁ ÚÁ ÐÏËÁÚ×ÁÎÅ';
$strHebrew = 'é×ÒÉÔ';
$strHexForBinary = 'éÚÐÏÌÚ×ÁÎÅ ÎÁ ÛÅÓÔÎÁÄÅÓÅÔÉÞÎÏ ÐÒÅÄÓÔÁ×ÑÎÅ ÚÁ Ä×ÏÉÞÎÉÔÅ ÐÏÌÅÔÁ';
$strHome = 'îÁÞÁÌÏ';
$strHomepageOfficial = 'ïÆÉÃÉÁÌÎÁÔÁ ÕÅ ÓÔÒÁÎÉÃÁ ÎÁ phpMyAdmin ';
$strHostEmpty = 'éÍÅÔÏ ÎÁ ÈÏÓÔÁ Å ÐÒÁÚÎÏ!';
$strHost = 'èÏÓÔ';
$strHTMLExcelOptions = 'ïÐÃÉÉ ÚÁ ÅËÓÐÏÒÔÉÒÁÎÅ ËßÍ Microsoft Excel 2000';
$strHungarian = 'õÎÇÁÒÓËÉ';
 
$strIcelandic = 'éÓÌÁÎÄÓËÉ';
$strId = 'ID';
$strIdxFulltext = 'ðßÌÎÏÔÅËÓÔÏ×Ï';
$strIgnore = 'éÇÎÏÒÉÒÁÎÅ';
$strIgnoreDuplicates = 'éÇÎÏÒÉÒÁÎÅ ÎÁ ÄÕÂÌÉÒÁÝÉÔÅ ÓÅ ÒÅÄÏ×Å';
$strIgnoreInserts = 'éÚÐÏÌÚ×ÁÎÅ ÎÁ INSERT IGNORE';
$strIgnoringFile = 'éÇÎÏÒÉÒÁÎÅ ÎÁ ÆÁÊÌ %s';
$strImportDocSQL = 'éÍÐÏÒÔÉÒÁÊ docSQL ÆÁÊÌÏ×ÅÔÅ';
$strImportFiles = 'éÍÐÏÒÔÉÒÁÎÅ ÎÁ ÆÁÊÌÏ×Å';
$strImportFormat = 'æÏÒÍÁÔ ÎÁ ÉÎÐÏÒÔÉÒÁÎÉÑ ÆÁÊÌ';
$strImport = 'éÍÐÏÒÔÉÒÁÎÅ';
$strIndexes = 'éÎÄÅËÓÉ';
$strIndexHasBeenDropped = 'éÎÄÅËÓÁ %s ÂÅÛÅ ÉÚÔÒÉÔ';
$strIndexName = 'éÍÅ ÎÁ ÉÎÄÅËÓÁ&nbsp;:';
$strIndex = 'éÎÄÅËÓ';
$strIndexType = 'ôÉÐ ÎÁ ÉÎÄÅËÓÁ&nbsp;:';
$strIndexWarningMultiple = 'ðÏ×ÅÞÅ ÏÔ ÅÄÉÎ %s ËÌÀÞ ÂÅÛÅ ÓßÚÄÁÄÅÎ ÚÁ ËÏÌÏÎÁ `%s`';
$strIndexWarningPrimary = 'ëÏÌÏÎÁ `%s` ÎÅ ÍÏÖÅ ÄÁ ÂßÄÅ ÅÄÎÏ×ÒÅÍÅÎÎÏ ÐßÒ×ÉÞÅÎ É ×ßÎÛÅÎ ËÌÀÞ';
$strIndexWarningTable = 'ðÒÏÂÌÅÍ Ó ÉÎÄÅËÓÉÔÅ ÎÁ ÔÁÂÌÉÃÁ `%s`';
$strInnoDBPages = 'ÓÔÒÁÎÉÃÉ';
$strInnodbStat = 'InnoDB óßÓÔÏÑÎÉÅ';
$strInsecureMySQL = '÷ÁÛÉÑÔ ËÏÎÆÉÇÕÒÁÃÉÏÎÅÎ ÆÁÊÌ ÓßÄßÒÖÁ ÎÁÓÔÒÏÊËÉ (root ÂÅÚ ÐÁÒÏÌÁ), ËÏÉÔÏ ÓßÏÔ×ÅÔÓÔ×ÁÔ ÎÁ ÐÒÉ×ÉÌÅÇÉÒÏ×ÁÎÉÑ ÁËÁÕÎÔ ÎÁ MySQL ÐÏ ÐÏÄÒÁÚÂÉÒÁÎÅ. ÷ÁÛÉÑÔ MySQL ÓßÒ×ßÒ Å ÓÔÁÒÔÉÒÁÎ Ó ÔÏ×Á ÐÏ ÐÏÄÒÁÚÂÉÒÁÎÅ É ÍÏÖÅ ÄÁ ÂßÄÅ ÌÅÓÎÏ ÈÁËÎÁÔ. ôÒÑÂ×Á ÄÁ ÏÐÒÁ×ÉÔÅ ÔÁÚÉ ÄÕÐËÁ × ÓÉÇÕÒÎÏÓÔÔÁ.';
$strInsertAsNewRow = '÷ÍßË×ÁÎÅ ËÁÔÏ ÎÏ× ÒÅÄ';
$strInsertedRowId = '÷ÍßËÎÁÔÏ ID ÎÁ ÒÅÄÁ:';
$strInsertedRows = '÷ÍßËÎÁÔÉ ÒÅÄÁ:';
$strInsertNewRow = '÷ÍßË×ÁÎÅ ÎÁ ÎÏ× ÒÅÄ';
$strInsert = '÷ÍßË×ÁÎÅ';
$strInternalNotNecessary = '* ÷ßÔÒÅÛÎÁÔÁ ÒÅÌÁÃÉÑ ÎÅ Å ÎÅÏÂÈÏÄÉÍÁ ËÏÇÁÔÏ ÓßÝÅÓÔ×Õ×Á ÓßÝÏ × InnoDB.';
$strInternalRelations = '÷ßÔÒÅÛÎÉ ÒÅÌÁÃÉÉ';
$strInUse = 'úÁÅÔÏ';
$strInvalidColumn = 'îÅ×ÁÌÉÄÎÁ ËÏÌÏÎÁ (%s)!';
$strInvalidColumnCount = 'âÒÏÑ ÎÁ ËÏÌÏÎÉÔÅ ÔÒÑÂ×Á ÄÁ Å ÐÏ-ÇÏÌÑÍ ÏÔ ÎÕÌÁ.';
$strInvalidFieldAddCount = 'ôÒÑÂ×Á ÄÁ ÄÏÂÁ×ÉÔÅ ÐÏÎÅ ÅÄÎÏ ÐÏÌÅ.';
$strInvalidFieldCount = 'ôÁÂÌÉÃÁÔÁ ÔÒÑÂ×Á ÄÁ ÉÍÁ ÐÏÎÅ ÅÄÎÏ ÐÏÌÅ.';
$strInvalidRowNumber = '%d ÎÅ Å ×ÁÌÉÄÅÎ ÎÏÍÅÒ ÎÁ ÒÅÄ.';
 
$strJapanese = 'ñÐÏÎÓËÉ';
$strJumpToDB = 'óËÏÞÉ ËßÍ ÂÁÚÁ ÏÔ ÄÁÎÎÉ &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;éÚÔÒÉÔÉÔÅ&quot; ÐÏÔÒÅÂÉÔÅÌÉ ÝÅ ÉÍÁÔ ÄÏÓÔßÐ ÄÏ ÓßÒ×ßÒÁ ËÁËÔÏ ÏÂÉËÎÏ×ÅÎÏ, ÄÏËÁÔÏ ÎÅ ÓÅ ÐÒÅÚÁÒÅÄÑÔ ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
$strJustDelete = 'éÚÔÒÉ×ÁÎÅ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉÔÅ ÏÔ ÔÁÂÌÉÃÁÔÁ Ó ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
 
$strKeepPass = 'äÁ ÎÅ ÓÅ ÓÍÅÎÑ ÐÁÒÏÌÁÔÁ';
$strKeyname = 'éÍÅ ÎÁ ËÌÀÞÁ';
$strKill = 'óôïð';
$strKorean = 'ëÏÒÅÊÓËÉ';
 
$strLandscape = 'ðÅÊÚÁÖÎÏ';
$strLatexCaption = 'úÁÇÌÁ×ÉÅ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strLatexContent = 'óßÄßÒÖÁÎÉÅ ÎÁ ÔÁÂÌÉÃÁ __TABLE__';
$strLatexContinuedCaption = 'ðÒÏÄßÌÖÅÎÉÅ ÎÁ ÚÁÇÌÁ×ÉÅÔÏ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strLatexContinued = '(ÐÒÏÄßÌÖÅÎÉÅ)';
$strLatexIncludeCaption = '÷ËÌÀÞ×ÁÎÅ ÎÁ ÚÁÇÌÁ×ÉÅ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strLatexLabel = 'åÔÉËÅÔ ÎÁ ËÌÀÞÁ';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX ÏÐÃÉÉ';
$strLatexStructure = 'óÔÒÕËÔÕÒÁ ÎÁ ÔÁÂÌÉÃÁ __TABLE__';
$strLatvian = 'ìÁÔ×ÉÊÓËÉ';
$strLDI = 'CSV Ó LOAD DATA';
$strLDIImportOptions = 'ïÐÃÉÉ ÚÁ CSV ÉÍÐÏÒÔÉÒÁÎÅÔÏ Ó LOAD DATA';
$strLDILocal = 'éÚÐÏÌÚ×ÁÎÅ ÎÁ ËÌÀÞÏ×ÁÔÁ ÄÕÍÁ LOCAL ';
$strLengthSet = 'äßÌÖÉÎÁ/óÔÏÊÎÏÓÔ*';
$strLimitNumRows = 'ÒÅÄÏ×Å ÎÁ ÓÔÒÁÎÉÃÁ';
$strLinesTerminatedBy = 'òÅÄÏ×ÅÔÅ ÚÁ×ßÒÛ×ÁÔ Ó';
$strLinkNotFound = '÷ÒßÚËÉÔÅ ÎÅ ÓÁ ÎÁÍÅÒÅÎÉ';
$strLinksTo = 'óÏÞÉ ËßÍ';
$strLithuanian = 'ìÉÔÏ×ÓËÉ';
$strLocalhost = 'ìÏËÁÌÅÎ';
$strLocationTextfile = 'íÅÓÔÏÐÏÌÏÖÅÎÉÅ ÎÁ ÔÅËÓÔÏ×ÉÑ ÆÁÊÌ';
$strLoginInformation = 'éÎÆÏÒÍÁÃÉÑ ÚÁ ÌÏÇ×ÁÎÅ';
$strLogin = '÷ÈÏÄ';
$strLogout = 'éÚÈÏÄ ÏÔ ÓÉÓÔÅÍÁÔÁ';
$strLogPassword = 'ðÁÒÏÌÁ:';
$strLogServer = 'óßÒ×ßÒ';
$strLogUsername = 'éÍÅ:';
$strLongOperation = 'ïÐÅÒÁÃÉÑÔÁ ÍÏÖÅ ÄÁ ÐÒÏÄßÌÖÉ ÄßÌÇÏ. äÁ ÐÒÏÄßÌÖÉ ÌÉ ×ßÐÒÅËÉ ÔÏ×Á?';
 
$strMaxConnects = 'ÍÁËÓÉÍÁÌÅÎ ÂÒÏÊ ÎÁ ÅÄÎÏ×ÒÅÍÅÎÎÉÔÅ ËÏÎÅËÃÉÉ';
$strMaximalQueryLength = 'íÁËÓÉÍÁÌÎÁ ÄßÌÖÉÎÁ ÎÁ ÓßÚÄÁÄÅÎÁÔÁ ÚÁÑ×ËÁ';
$strMaximumSize = 'íÁËÓÉÍÁÌÅÎ ÒÁÚÍÅÒ: %s%s';
$strMIME_available_mime = 'äÏÓÔßÐÎÉ MIME-ÔÉÐÏ×Å';
$strMIME_available_transform = 'äÏÓÔßÐÎÉ ÔÒÁÎÓÆÏÒÍÁÃÉÉ';
$strMIME_description = 'ïÐÉÓÁÎÉÅ';
$strMIME_MIMEtype = 'MIME-ÔÉÐ';
$strMIME_nodescription = 'îÑÍÁ ïÐÉÓÁÎÉÅ ÚÁ ÔÁÚÉ ÔÒÁÎÓÆÏÒÍÁÃÉÑ.<br />íÏÌÑ ÏÂßÒÎÅÔÅ ÓÅ ËßÍ Á×ÔÏÒÁ ÏÔÎÏÓÎÏ ÔÏ×Á ËÁË×Ï ÐÒÁ×É %s.';
$strMIME_transformation = 'âÒÁÕÚßÒÎÁ ÔÒÁÎÓÆÏÒÍÁÃÉÑ';
$strMIME_transformation_note = 'úÁ ÓÐÉÓßËÁ ÎÁ ÄÏÓÔßÐÎÉÔÅ ÏÐÃÉÉ ÎÁ ÔÒÁÎÓÆÏÒÍÁÃÉÑÔÁ É ÔÅÈÎÉÔÅ MIME-type ÔÒÁÎÓÆÏÒÍÁÃÉÉ ËÌÉËÎÅÔÅ ÎÁ %sÏÐÉÓÁÎÉÑ ÎÁ ÔÒÁÎÓÆÏÒÍÁÃÉÑÔÁ%s';
$strMIME_transformation_options_note = 'íÏÌÑ ×ß×ÅÄÅÔÅ ÓÔÏÊÎÏÓÔÉÔÅ ÚÁ ÏÐÃÉÉÔÅ ÎÁ ÔÒÁÎÓÆÏÒÍÁÃÉÑÔÁ ËÁÔÏ ÉÚÐÏÌÚ×ÁÔÅ ÓÌÅÄÎÉÑ ÆÏÒÍÁÔ: \'a\',\'b\',\'c\'...<br />áËÏ ÔÒÑÂ×Á ÄÁ ÐÏÓÔÁ×ÉÔÅ ÏÂÒÁÔÎÏ ÎÁËÌÏÎÅÎÁ ÞÅÒÔÁ ("\") ÉÌÉ ÅÄÉÎÉÞÎÁ ËÁ×ÉÞËÁ ("\'") ÍÅÖÄÕ ÔÅÚÉ ÓÔÏÊÎÏÓÔÉ, ÐÏÓÔÁ×ÅÔÅ ÐÒÅÄ ÔÑÈ ÄÏÐßÌÎÉÔÅÌÎÁ ÏÂÒÁÔÎÏ ÎÁËÌÏÎÅÎÁ ÞÅÒÔÁ (ÎÁÐÒÉÍÅÒ \'\\\\xyz\' ÉÌÉ \'a\\\'b\').';
$strMIME_transformation_options = 'ïÐÃÉÉ ÎÁ ÔÒÁÎÓÆÏÒÍÁÃÉÑÔÁ';
$strMIMETypesForTable = 'MIME ôéðï÷å úá ôáâìéãá';
$strMIME_without = 'MIME-types ÐÏËÁÚÁÎÉ × ÎÁËÌÏÎÅÎ ÛÒÉÆÔ ÎÅ ÐÒÉÔÅÖÁ×ÁÔ ÏÔÄÅÌÎÁ ÆÕÎËÃÉÑ ÚÁ ÔÒÁÎÓÆÏÒÍÁÃÉÑ';
$strModifications = 'ðÒÏÍÅÎÉÔÅ ÂÑÈÁ ÓßÈÒÁÎÅÎÉ';
$strModifyIndexTopic = 'ðÒÏÍÑÎÁ ÎÁ ÉÎÄÅËÓ';
$strModify = 'ðÒÏÍÅÎÉ';
$strMoveTable = 'ðÒÅÍÅÓÔ×ÁÎÅ ÎÁ ÔÁÂÌÉÃÁ ËßÍ (ÂÁÚÁ ÏÔ ÄÁÎÎÉ<b>.</b>ÔÁÂÌÉÃÁ):';
$strMoveTableOK = 'ôÁÂÌÉÃÁÔÁ %s ÂÅÛÅ ÐÒÅÍÅÓÔÅÎÁ ËßÍ %s.';
$strMoveTableSameNames = 'îÅ ÍÏÖÅ ÄÁ ÓÅ ÐÒÅÍÅÓÔÉ ÔÁÂÌÉÃÁÔÁ ËßÍ ÓÅÂÅ ÓÉ!';
$strMultilingual = 'ÍÎÏÇÏÅÚÉÞÅÎ';
$strMyISAMMaxExtraSortFileSize = 'íÁËÓÉÍÁÌÅÎ ÒÁÚÍÅÒ ÎÁ ×ÒÅÍÅÎÎÉÔÅ ÆÁÊÌÏ×Å ÐÒÉ ÓßÚÄÁ×ÁÎÅ ÎÁ ÉÎÄÅËÓ';
$strMyISAMRecoverOptions = 'òÅÖÉÍ ÎÁ Á×ÔÏÍÁÔÉÞÎÏ ×ßÚÓÔÁÎÏ×Ñ×ÁÎÅ';
$strMyISAMRepairThreads = 'ðÏÐÒÁ×ËÁ ÎÁ ÎÉÛËÉÔÅ';
$strMyISAMSortBufferSize = 'òÁÚÍÅÒ ÎÁ ÂÕÆÅÒÁ ÚÁ ÓÏÒÔÉÒÁÎÅ';
$strMySQLCharset = 'îÁÂÏÒ ÏÔ ÓÉÍ×ÏÌÉ ÎÁ MySQL';
$strMySQLConnectionCollation = 'ëÏÌÁÃÉÑ ÎÁ MySQL';
$strMySQLSaid = 'MySQL ÏÔÇÏ×ÏÒÉ: ';
$strMySQLShowProcess = 'MySQL ÐÒÏÃÅÓÉ';
$strMySQLShowStatus = 'éÎÆÏÒÍÁÃÉÑ ÚÁ ÓßÓÔÏÑÎÉÅÔÏ ÎÁ MySQL ÓßÒ×ßÒÁ';
$strMySQLShowVars = 'óÉÓÔÅÍÎÉ ÐÒÏÍÅÎÌÉ×É ÎÁ MySQL';
 
$strName = 'éÍÅ';
$strNext = 'óÌÅÄ×ÁÝ';
$strNoDatabases = 'îÑÍÁ ÂÁÚÉ ÏÔ ÄÁÎÎÉ';
$strNoDatabasesSelected = 'îÑÍÁ ÉÚÂÒÁÎÉ ÂÁÚÉ ÏÔ ÄÁÎÎÉ.';
$strNoDescription = 'ÎÑÍÁ ïÐÉÓÁÎÉÅ';
$strNoDetailsForEngine = 'îÑÍÁ ÄÅÔÁÊÌÎÁ ÉÎÆÏÒÍÁÃÉÑ ÚÁ ÓßÓÔÏÑÎÉÅÔÏ ÎÁ ÔÏ×Á ÈÒÁÎÉÌÉÝÅ ÎÁ ÄÁÎÎÉ.';
$strNoDropDatabases = '"DROP DATABASE" ÚÁÑ×ËÁÔÁ Å ÚÁÂÒÁÎÅÎÁ.';
$strNoExplain = 'ðÒÏÐÕÓÎÉ Explain SQL';
$strNoFilesFoundInZip = 'îÅ ÓÁ ÏÔËÒÉÔÉ ÆÁÊÌÏ×Å × ZIP ÁÒÈÉ×Á!';
$strNoFrames = 'phpMyAdmin Å ÐÏ ÄÒÕÖÅÌÀÂÅÎ ÁËÏ ÉÚÐÏÌÚ×ÁÔÅ ÂÒÁÕÚßÒ, ËÏÊÔÏ ÐÏÄÄßÒÖÁ <b>frames</b>.';
$strNoIndexPartsDefined = 'îÅ ÓÁ ÄÅÆÉÎÉÒÁÎÉ ÞÁÓÔÉ ÎÁ ÉÎÄÅËÓ!';
$strNoIndex = 'îÅ Å ÄÅÆÉÎÉÒÁÎ ÉÎÄÅËÓ!';
$strNoModification = 'îÑÍÁ ÐÒÏÍÑÎÁ';
$strNone = 'îÑÍÁ';
$strNo = 'ÎÅ';
$strNoOptions = 'ôÏÚÉ ÆÏÒÍÁÔ ÎÑÍÁ ÏÐÃÉÉ';
$strNoPassword = 'îÑÍÁ ÐÁÒÏÌÁ';
$strNoPermission = 'õÅ ÓßÒ×ßÒÁ ÎÑÍÁ ÐÒÁ×Á ÚÁ ÚÁÐÉÓ ÎÁ ÆÁÊÌÁ %s.';
$strNoPhp = 'ÂÅÚ PHP ËÏÄ';
$strNoPrivileges = 'îÑÍÁ ÐÒÉ×ÉÌÅÇÉÉ';
$strNoRights = '÷ ÍÏÍÅÎÔÁ ÎÅ ÒÁÚÐÏÌÁÇÁÔÅ Ó ÄÏÓÔÁÔßÞÎÏ ÐÒÁ×Á ÚÁ ÄÁ ÓÅ ÎÁÍÉÒÁÔÅ ÔÕË!';
$strNoRowsSelected = 'îÑÍÁ ×ßÒÎÁÔÉ ÒÅÄÏ×Å';
$strNoSpace = 'îÅÄÏÓÔÁÔßÞÎÏ Ó×ÏÂÏÄÎÏ ÐÒÏÓÔÒÁÎÓÔ×Ï ÚÁ ÚÁÐÉÓ×ÁÎÅ ÎÁ ÆÁÊÌÁ %s.';
$strNoTablesFound = '÷ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ ÎÑÍÁ ÔÁÂÌÉÃÉ.';
$strNotNumber = 'ôÏ×Á ÎÅ Å ÞÉÓÌÏ!';
$strNotOK = 'ÎÅ Å OK';
$strNotSet = 'ÔÁÂÌÉÃÁ <b>%s</b> ÎÅ Å ÎÁÍÅÒÅÎÁ ÉÌÉ ÎÅ Å ÕÓÔÁÎÏ×ÅÎÁ × %s';
$strNoUsersFound = 'îÑÍÁ ÐÏÔÒÅÂÉÔÅÌ(É).';
$strNoValidateSQL = 'ðÒÏÐÕÓÎÉ Validate SQL';
$strNull = 'ðÒÁÚÎÏ';
$strNumberOfFields = 'âÒÏÊ ÎÁ ÐÏÌÅÔÁÔÁ';
$strNumSearchResultsInTable = '%s Óß×ÐÁÄÅÎÉÅ(Ñ) × ÔÁÂÌÉÃÁ <i>%s</i>';
$strNumSearchResultsTotal = '<b>ïÂÝÏ:</b> <i>%s</i> Óß×ÐÁÄÅÎÉÅ(Ñ)';
$strNumTables = 'ôÁÂÌÉÃÉ';
 
$strOK = 'OK';
$strOperations = 'ïÐÅÒÁÃÉÉ';
$strOperator = 'ïÐÅÒÁÔÏÒ';
$strOptimizeTable = 'ïÐÔÉÍÉÚÁÃÉÑ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strOr = 'ÉÌÉ';
$strOverhead = 'úÁÇÕÂÅÎÏ ÍÑÓÔÏ';
$strOverwriteExisting = 'ðÒÅÐÏËÒÉ×ÁÎÅ ÎÁ ÓßÝÅÓÔ×Õ×ÁÝÉÔÅ ÆÁÊÌÏ×Å';
 
$strPageNumber = 'îÏÍÅÒ ÎÁ ÓÔÒÁÎÉÃÁÔÁ:';
$strPaperSize = 'òÁÚÍÅÒ ÎÁ ÈÁÒÔÉÑÔÁ';
$strPartialImport = 'þÁÓÔÉÞÎÏ ÉÍÐÏÒÔÉÒÁÎÅ';
$strPartialText = 'þÁÓÔÉÞÎÉ ÔÅËÓÔÏ×Å';
$strPasswordChanged = 'ðÁÒÏÌÁÔÁ ÎÁ %s ÂÅÛÅ ÐÒÏÍÅÎÅÎÁ ÕÓÐÅÛÎÏ.';
$strPasswordEmpty = 'ðÁÒÏÌÁÔÁ Å ÐÒÁÚÎÁ!';
$strPasswordNotSame = 'ðÁÒÏÌÁÔÁ ÎÅ Å ÓßÝÁÔÁ!';
$strPassword = 'ðÁÒÏÌÁ';
$strPdfDbSchema = 'óÈÅÍÁÔÁ ÎÁ ÂÁÚÁ ÏÔ ÄÁÎÎÉ "%s" - óÔÒÁÎÉÃÁ %s';
$strPdfInvalidTblName = 'ôÁÂÌÉÃÁ "%s" ÎÅ ÓßÝÅÓÔ×Õ×Á!';
$strPdfNoTables = 'îÑÍÁ ÔÁÂÌÉÃÉ';
$strPerHour = 'ÎÁ ÞÁÓ';
$strPerMinute = 'ÎÁ ÍÉÎÕÔÁ';
$strPerSecond = 'ÎÁ ÓÅËÕÎÄÁ';
$strPersian = 'ðÅÒÓÉÊÓËÉ';
$strPhoneBook = 'ôÅÌÅÆÏÎÅÎ ÂÅÌÅÖÎÉË';
$strPHP40203 = '÷ÉÅ ÉÚÐÏÌÚ×ÁÔÅ PHP 4.2.3, ËÏÊÔÏ ÉÍÁ ÓÅÒÉÏÚÅÎ ÂßÇ Ó ÍÎÏÇÏ-ÂÁÊÔÏ×É ÓÔÒÉÎÇÏ×Å (mbstring). ÷ÉÖÔÅ Ó×ÅÄÅÎÉÅÔÏ ÚÁ PHP ÂßÇÁ 19404. îÅ Å ÐÒÅÐÏÒßÞÉÔÅÌÎÏ ÄÁ ÉÚÐÏÌÚ×ÁÔÅ ÔÁÚÉ ×ÅÒÓÉÑ ÎÁ PHP Ó phpMyAdmin.';
$strPhp = 'óßÚÄÁ×ÁÎÅ ÎÁ PHP ËÏÄ';
$strPHPVersion = '÷ÅÒÓÉÑ ÎÁ PHP';
$strPmaDocumentation = 'phpMyAdmin ÄÏËÕÍÅÎÔÁÃÉÑ';
$strPmaUriError = 'îÁ <tt>$cfg[\'PmaAbsoluteUri\']</tt> ôòñâ÷á ÄÁ ÓÅ ÚÁÄÁÄÅ ÓÔÏÊÎÏÓÔ × ËÏÎÆÉÇÕÒÁÃÉÏÎÎÉÑ ÆÁÊÌ!';
$strPolish = 'ðÏÌÓËÉ';
$strPortrait = 'ðÏÒÔÒÅÔÎÏ';
$strPos1 = 'îÁÞÁÌÏ';
$strPrevious = 'ðÒÅÄÉÛÅÎ';
$strPrimaryKeyHasBeenDropped = ' çÌÁ×ÎÉÑ ËÌÀÞ ÂÅÛÅ ÉÚÔÒÉÔ.';
$strPrimaryKeyName = 'éÍÅÔÏ ÎÁ ÇÌÁ×ÎÉÑ ËÌÀÞ ÔÒÑÂ×Á ÄÁ Å... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ÔÒÑÂ×Á</b> ÄÁ Å ÉÍÅÔÏ ÎÁ <b>É ÅÄÉÎÓÔ×ÅÎÏ ÎÁ</b> ÇÌÁ×ÎÉÑ ËÌÀÞ!)';
$strPrimary = 'PRIMARY';
$strPrint = 'ðÅÞÁÔ';
$strPrintView = 'éÚÇÌÅÄ ÚÁ ÐÅÞÁÔ';
$strPrintViewFull = 'ðÒÅÇÌÅÄ ÚÁ ÐÅÞÁÔ (Ó ÐßÌÎÉÔÅ ÔÅËÓÔÏ×Å)';
$strPrivDescAllPrivileges = '÷ËÌÀÞ×Á ×ÓÉÞËÉ ÐÒÉ×ÉÌÅÇÉÉ ÏÓ×ÅÎ GRANT.';
$strPrivDescAlterRoutine = 'ðÏÚ×ÏÌÑ×ÁÎÅ ÎÁ ÐÒÏÍÅÎÑÎÅ É ÉÚÄÒÉ×ÁÎÅ ÎÁ óßÈÒÁÎÅÎÉ ðÒÏÃÅÄÕÒÉ.';
$strPrivDescAlter = 'ðÏÚ×ÏÌÑ×Á ÐÒÏÍÅÎÑÎÅ ÎÁ ÓÔÒÕËÔÕÒÁÔÁ ÎÁ ÓßÝÅÓÔ×Õ×ÁÝÉ ÔÁÂÌÉÃÉ.';
$strPrivDescCreateDb = 'ðÏÚ×ÏÌÑ×Á ÓßÚÄÁ×ÁÎÅ ÎÁ ÎÏ×É ÂÁÚÉ ÏÔ ÄÁÎÎÉ É ÔÁÂÌÉÃÉ.';
$strPrivDescCreateRoutine = 'ðÏÚ×ÏÌÑ×ÁÎÅ ÎÁ ÓßÚÄÁ×ÁÎÅÔÏ ÎÁ óßÈÒÁÎÅÎÉ ðÒÏÃÅÄÕÒÉ.';
$strPrivDescCreateTbl = 'ðÏÚ×ÏÌÑ×Á ÓßÚÄÁ×ÁÎÅ ÎÁ ÎÏ×É ÔÁÂÌÉÃÉ.';
$strPrivDescCreateTmpTable = 'ðÏÚ×ÏÌÑ×Á ÓßÚÄÁ×ÁÎÅÔÏ ÎÁ ×ÒÅÍÅÎÎÉ ÔÁÂÌÉÃÉ.';
$strPrivDescCreateUser = 'ðÏÚ×ÏÌÑ×ÁÎÅ ÎÁ ÓßÚÄÁ×ÁÎÅÔÏ, ÉÚÔÒÉ×ÁÎÅÔÏ É ÐÒÅÉÍÅÎÕ×ÁÎÅÔÏ ÎÁ ÐÏÔÒÅÂÉÔÅÌÓËÉ ÁËÁÕÎÔÉ.';
$strPrivDescCreateView = 'ðÏÚ×ÏÌÑ×ÁÎÅ ÎÁ ÓßÚÄÁ×ÁÎÅÔÏ ÎÁ ÎÏ×É éÚÇÌÅÄÉ.';
$strPrivDescDelete = 'ðÏÚ×ÏÌÑ×Á ÉÚÔÒÉ×ÁÎÅ ÎÁ ÄÁÎÎÉ.';
$strPrivDescDropDb = 'ðÏÚ×ÏÌÑ×Á ÉÚÔÒÉ×ÁÎÅ ÎÁ ÂÁÚÉ ÏÔ ÄÁÎÎÉ É ÔÁÂÌÉÃÉ.';
$strPrivDescDropTbl = 'ðÏÚ×ÏÌÑ×Á ÉÚÔÒÉ×ÁÎÅ ÎÁ ÔÁÂÌÉÃÉ.';
$strPrivDescExecute5 = 'ðÏÚ×ÏÌÑ×ÁÎÅ ÎÁ ÓÔÁÒÔÉÒÁÎÅÔÏ ÎÁ óßÈÒÁÎÅÎÉ ðÒÏÃÅÄÕÒÉ.';
$strPrivDescExecute = 'ðÏÚ×ÏÌÑ×Á ÓÔÁÒÔÉÒÁÎÅÔÏ ÎÁ ÓßÈÒÁÎÅÎÉ ÐÒÏÃÅÄÕÒÉ; îÑÍÁ ÅÆÅËÔ × ÔÁÚÉ ×ÅÒÓÉÑ ÎÁ MySQL.';
$strPrivDescFile = 'ðÏÚ×ÏÌÑ×Á ÉÍÐÏÒÔÉÒÁÎÅ ÎÁ ÄÁÎÎÉ ÏÔ É ÅËÓÐÏÒÔÉÒÁÎÅ ÎÁ ÄÁÎÎÉ ×ß× ÆÁÊÌÏ×Å.';
$strPrivDescGrant = 'ðÏÚ×ÏÌÑ×Á ÄÏÂÁ×ÑÎÅ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉ É ÐÒÉ×ÉÌÅÇÉÉ ÂÅÚ ÐÒÅÚÁÒÅÖÄÁÎÅ ÎÁ ÔÁÂÌÉÃÁÔÁ Ó ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
$strPrivDescIndex = 'ðÏÚ×ÏÌÑ×Á ÓßÚÄÁ×ÁÎÅ É ÐÒÅÍÁÈ×ÁÎÅ ÎÁ ÉÎÄÅËÓÉ.';
$strPrivDescInsert = 'ðÏÚ×ÏÌÑ×Á ×ÍßË×ÁÎÅ É ÚÁÍÅÎÑÎÅ ÎÁ ÄÁÎÎÉ.';
$strPrivDescLockTables = 'ðÏÚ×ÏÌÑ×Á ÚÁËÌÀÞ×ÁÎÅ ÎÁ ÔÁÂÌÉÃÉ ÚÁ ÔÅËÕÝÁÔÁ ÎÉÛËÁ.';
$strPrivDescMaxConnections = 'ïÇÒÁÎÉÞÁ×Á ÂÒÏÑ ÎÁ ÎÏ×ÉÔÅ ËÏÎÅËÃÉÉ, ËÏÉÔÏ ÐÏÔÒÅÂÉÔÅÌÑ ÍÏÖÅ ÄÁ ÏÔ×ÏÒÉ ÎÁ ÞÁÓ.';
$strPrivDescMaxQuestions = 'ïÇÒÁÎÉÞÁ×Á ÂÒÏÑ ÎÁ ÚÁÑ×ËÉÔÅ, ËÏÉÔÏ ÐÏÔÒÅÂÉÔÅÌÑ ÍÏÖÅ ÄÁ ÉÚÐÒÁÔÉ ËßÍ ÓßÒ×ßÒÁ ÎÁ ÞÁÓ.';
$strPrivDescMaxUpdates = 'ïÇÒÁÎÉÞÁ×Á ÂÒÏÑ ÎÁ ËÏÍÁÎÄÉÔÅ, ËÏÉÔÏ ÐÒÏÍÅÎÑÔ ÎÑËÏÑ ÔÁÂÌÉÃÁ ÉÌÉ ÂÁÚÁ ÏÔ ÄÁÎÎÉ, ËÏÉÔÏ ÄÁÄÅÎ ÐÏÔÒÅÂÉÔÅÌ ÍÏÖÅ ÄÁ ÓÔÁÒÔÉÒÁ ÚÁ ÞÁÓ.';
$strPrivDescProcess3 = 'ðÏÚ×ÏÌÑ×Á ÓÐÉÒÁÎÅÔÏ ÎÁ ÐÒÏÃÅÓÉ ÎÁ ÄÒÕÇÉ ÐÏÔÒÅÂÉÔÅÌÉ.';
$strPrivDescProcess4 = 'ðÏÚ×ÏÌÑ×Á ÐÒÅÇÌÅÄ ÎÁ ÃÅÌÉÔÅ ÚÁÑ×ËÉ × ÓÐÉÓßËÁ Ó ÐÒÏÃÅÓÉÔÅ.';
$strPrivDescReferences = 'îÑÍÁ ÅÆÅËÔ × ÔÁÚÉ ×ÅÒÓÉÑ ÎÁ MySQL.';
$strPrivDescReload = 'ðÏÚ×ÏÌÑ×Á ÐÒÅÚÁÒÅÖÄÁÎÅ ÎÁ ÓßÒ×ßÒÎÉÔÅ ÎÁÓÔÒÏÊËÉ É ÉÚÞÉÓÔ×ÁÎÅ(flashing) ÎÁ ËÅÛÁ ÎÁ ÓßÒ×ßÒÁ.';
$strPrivDescReplClient = 'äÁ×Á ÐÒÁ×ÏÔÏ ÎÁ ÐÏÔÒÅÂÉÔÅÌ ÄÁ ÚÎÁÅ ËßÄÅ ÓÁ slaves / masters.';
$strPrivDescReplSlave = 'îÕÖÎÏ ÚÁ replication slaves.';
$strPrivDescSelect = 'ðÏÚ×ÏÌÑ×Á ÞÅÔÅÎÅ ÎÁ ÄÁÎÎÉ.';
$strPrivDescShowDb = 'äÁ×Á ÄÏÓÔßÐ ÄÏ ÐßÌÎÉÑ ÓÐÉÓßË ÎÁ ÂÁÚÉÔÅ ÄÁÎÎÉ.';
$strPrivDescShowView = 'ðÏÚ×ÏÌÑ×ÁÎÅ ÎÁ ÉÚÐßÌÎÅÎÉÅÔÏ ÎÁ SHOW CREATE VIEW ÚÁÑ×ËÉ.';
$strPrivDescShutdown = 'ðÏÚ×ÏÌÑ×Á ÓÐÉÒÁÎÅ ÎÁ ÓßÒ×ßÒÁ.';
$strPrivDescSuper = 'ðÏÚ×ÏÌÑ×Á ËÏÎÅËÔ×ÎÅ, ÄÏÒÉ ÁËÏ Å ÄÏÓÔÉÇÎÁÔ ÍÁËÓÉÍÁÌÎÉÑ ÂÒÏÊ ÎÁ ËÏÎÅËÃÉÉÔÅ; éÚÉÓË×Á ÓÅ ÚÁ ÐÏ×ÅÞÅÔÏ ÁÄÍÉÎÉÓÔÒÁÔÉ×ÎÉ ÏÐÅÒÁÃÉÉ, ËÁÔÏ ÕÓÔÁÎÏ×Ñ×ÁÎÅ ÎÁ ÇÌÏÂÁÌÎÉ ÐÒÏÍÅÎÌÉ×É ÉÌÉ ÓÐÉÒÁÎÅ ÎÁ ÎÉÛËÁ ÎÁ ÄÒÕÇÉ ÐÏÔÒÅÂÉÔÅÌÉ.';
$strPrivDescUpdate = 'ðÏÚ×ÏÌÑ×Á ÐÒÏÍÑÎÁ ÎÁ ÄÁÎÎÉ.';
$strPrivDescUsage = 'îÑÍÁ ÐÒÉ×ÉÌÅÇÉÉ.';
$strPrivileges = 'ðÒÉ×ÉÌÅÇÉÉ';
$strPrivilegesReloaded = 'ðÒÉ×ÉÌÅÇÉÉÔÅ ÂÑÈÁ ÐÒÅÚÁÒÅÄÅÎÉ ÕÓÐÅÛÎÏ.';
$strProcesslist = 'óÐÉÓßË ÎÁ ÐÒÏÃÅÓÉÔÅ';
$strPutColNames = 'ðÏÓÔÁ×ÑÎÅ ÉÍÅÎÁÔÁ ÎÁ ÐÏÌÅÔÁÔÁ ÎÁ ÐßÒ×ÉÑ ÒÅÄ';
 
$strQBEDel = 'éÚÔÒÉÊ';
$strQBEIns = '÷ÍßËÎÉ';
$strQBE = 'úÁÐÉÔ×ÁÎÅ ÐÏ ÐÒÉÍÅÒ';
$strQueryCache = 'ëÅÛ ÎÁ ÚÁÑ×ËÉÔÅ';
$strQueryFrame = 'ðÒÏÚÏÒÅà ÚÁ ÚÁÑ×ËÉ';
$strQueryOnDb = 'SQL-ÚÁÑ×ËÁ ËßÍ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ <b>%s</b>:';
$strQuerySQLHistory = 'SQL-ÈÒÏÎÏÌÏÇÉÑ';
$strQueryStatistics = '<b>óÔÁÔÉÓÔÉËÁ ÎÁ ÚÁÑ×ËÉÔÅ</b>: ïÔ ËÁËÔÏ Å ÓÔÁÒÔÉÒÁÎ, %s ÚÁÑ×ËÉ ÓÁ ÉÚÐÒÁÔÅÎÉ ËßÍ ÓßÒ×ßÒÁ.';
$strQueryTime = 'úÁÑ×ËÁÔÁ ÏÔÎÅ %01.4f ÓÅËÕÎÄÉ';
$strQueryType = 'ôÉÐ ÎÁ ÚÁÑ×ËÁÔÁ';
$strQueryWindowLock = 'îÅ ÐÒÅÐÏËÒÉ×ÁÊÔÅ ÔÁÚÉ ÚÁÑ×ËÁ ÉÚ×ßÎ ÔÏÚÉ ÐÒÏÚÏÒÅÃ';
 
$strReceived = 'ðÏÌÕÞÅÎÉ';
$strRecords = 'úÁÐÉÓÉ';
$strReferentialIntegrity = 'ðÒÏ×ÅÒËÁ ÎÁ ÉÎÔÅÇÒÉÔÅÔÁ ÎÁ ×ÒßÚËÉÔÅ';
$strRefresh = 'ðÒÅÚÁÒÅÖÄÁÎÅ';
$strRelationalSchema = 'òÅÌÁÃÉÏÎÎÁ ÓÈÅÍÁ';
$strRelationNotWorking = 'äÏÐßÌÎÉÔÅÌÎÉÔÅ ×ßÚÍÏÖÎÏÓÔÉ ÚÁ ÒÁÂÏÔÁ ÓßÓ Ó×ßÒÚÁÎÉ (linked) ÔÁÂÌÉÃÉ ÓÁ ÄÅÁËÔÉ×ÉÒÁÎÉ. úÁ ÄÁ ÒÁÚÂÅÒÅÔÅ ÚÁÝÏ ËÌÉËÎÅÔÅ %sÔÕË%s.';
$strRelations = 'òÅÌÁÃÉÉ';
$strRelationsForTable = 'òåìáãéé úá ôáâìéãá';
$strRelationView = 'éÚÇÌÅÄ ÎÁ ÒÅÌÁÃÉÉÔÅ';
$strReloadingThePrivileges = 'ðÒÅÚÁÒÅÖÄÁÎÅ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ';
$strReloadMySQL = 'ðÒÅÚÁÒÅÖÄÁÎÅ ÎÁ MySQL';
$strRemoveSelectedUsers = 'ïÔÓÔÒÁÎÑ×ÁÎÅ ÎÁ ÉÚÂÒÁÎÉÔÅ ÐÏÔÒÅÂÉÔÅÌÉ';
$strRenameDatabaseOK = 'âÁÚÁÔÁ ÄÁÎÎÉ %s ÂÅÛÅ ÐÒÅÉÍÅÎÕ×ÁÎÁ ÎÁ %s';
$strRenameTable = 'ðÒÅÉÍÅÎÕ×ÁÎÅ ÎÁ ÔÁÂÌÉÃÁÔÁ ÎÁ';
$strRenameTableOK = 'ôÁÂÌÉÃÁ %s ÂÅÛÅ ÐÒÅÉÍÅÎÕ×ÁÎÁ ÎÁ %s';
$strRepairTable = 'ðÏÐÒÁ×ÑÎÅ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strReplaceNULLBy = 'úÁÍÅÎÑÊ NULL Ó';
$strReplaceTable = 'úÁÍÅÓÔÉ ÄÁÎÎÉÔÅ ÏÔ ÔÁÂÌÉÃÁÔÁ Ó ÄÁÎÎÉÔÅ ÏÔ ÆÁÊÌÁ';
$strReplication = 'òÅÐÌÉËÁÃÉÑ';
$strReset = 'éÚÞÉÓÔ×ÁÎÅ';
$strResourceLimits = 'òÅÓÕÒÓÎÉ ÏÇÒÁÎÉÞÅÎÉÑ';
$strReType = 'ïÔÎÏ×Ï';
$strRevokeAndDeleteDescr = 'ðÏÔÒÅÂÉÔÅÌÉÔÅ ×ÓÅ ÏÝÅ ÝÅ ÉÍÁÔ USAGE ÐÒÉ×ÉÌÅÇÉÑ ÄÏËÁÔÏ ÎÅ ÓÅ ÐÒÅÚÁÒÅÄÑÔ ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
$strRevokeAndDelete = 'ïÔÍÑÎÁ ÎÁ ×ÓÉÞËÉ ÁËÔÉ×ÎÉ ÐÒÉ×ÉÌÅÇÉÉ ÏÔ ÐÏÔÒÅÂÉÔÅÌÉÔÅ É ÓÌÅÄ ÔÏ×Á ÉÚÔÒÉ×ÁÎÅ.';
$strRevokeMessage = '÷ÉÅ ÏÔÍÅÎÉÈÔÅ ÐÒÉ×ÉÌÅÇÉÉÔÅ ÚÁ %s';
$strRevoke = 'ïÔÍÅÎÑÎÅ';
$strRomanian = 'òÕÍßÎÓËÉ';
$strRowLength = 'äßÌÖÉÎÁ ÎÁ ÒÅÄÁ';
$strRows = 'òÅÄÏ×Å';
$strRowsFrom = 'ÒÅÄÁ ÚÁÐÏÞ×ÁÊËÉ ÏÔ';
$strRowSize = ' òÁÚÍÅÒ ÎÁ ÒÅÄ ';
$strRowsModeFlippedHorizontal = 'ÈÏÒÉÚÏÎÔÁÌÅÎ (ÏÂßÒÎÁÔÉ ÈÅÄßÒÉ)';
$strRowsModeHorizontal = 'ÈÏÒÉÚÏÎÔÁÌÅÎ';
$strRowsModeOptions = '× %s ×ÉÄ É ÐÏ×ÔÁÒÑÎÅ ÎÁ ÉÍÅÎÁÔÁ ÎÁ ËÏÌÏÎÉÔÅ ÐÒÅÚ ×ÓÅËÉ %s<br />';
$strRowsModeVertical = '×ÅÒÔÉËÁÌÅÎ';
$strRowsStatistic = 'óÔÁÔÉÓÔÉËÁ ÚÁ ÒÅÄÏ×ÅÔÅ';
$strRunning = 'ÒÁÂÏÔÉ ÎÁ %s';
$strRunQuery = 'éÚÐßÌÎÉ ÚÁÑ×ËÁÔÁ';
$strRunSQLQuery = 'óÔÁÒÔÉÒÁÎÅ SQL ÚÁÑ×ËÁ/ÚÁÑ×ËÉ ËßÍ ÂÁÚÁ ÏÔ ÄÁÎÎÉ %s';
$strRussian = 'òÕÓËÉ';
 
$strSaveOnServer = 'úÁÐÉÓ×ÁÎÅ ÎÁ ÓßÒ×ßÒÁ × ÄÉÒÅËÔÏÒÉÑ %s';
$strSave = 'úÁÐÉÓ×ÁÎÅ';
$strScaleFactorSmall = 'íÁÝÁÂÁ Å Ô×ßÒÄÅ ÍÁÌßË ÚÁ ÄÁ ÓÅ ÓßÂÅÒÅ ÓÈÅÍÁÔÁ ÎÁ ÅÄÎÁ ÓÔÒÁÎÉÃÁ';
$strSearchFormTitle = 'ôßÒÓÅÎÅ × ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ';
$strSearchInTables = '÷ ÔÁÂÌÉÃÉÔÅ:';
$strSearchNeedle = 'äÕÍÉ ÉÌÉ ÓÔÏÊÎÏÓÔÉ ÚÁ ÔßÒÓÅÎÅ (ÓÉÍ×ÏÌ ÚÁ ÚÁÍÅÓÔ×ÁÎÅ: "%"):';
$strSearch = 'ôßÒÓÅÎÅ';
$strSearchOption1 = 'ÐÏÎÅ ÅÄÎÁ ÏÔ ÄÕÍÉÔÅ';
$strSearchOption2 = '×ÓÉÞËÉ ÄÕÍÉ';
$strSearchOption3 = 'ÔÏÞÎÁÔÁ ÆÒÁÚÁ';
$strSearchOption4 = 'ËÁÔÏ ÒÅÇÕÌÑÒÅÎ ÉÚÒÁÚ';
$strSearchResultsFor = 'òÅÚÕÌÔÁÔÉ ÏÔ ÔßÒÓÅÎÅÔÏ ÎÁ "<i>%s</i>" %s:';
$strSearchType = 'îÁÍÅÒÉ:';
$strSecretRequired = 'ëÏÎÆÉÇÕÒÁÃÉÏÎÎÉÑ ÆÁÊÌ ÉÍÁ ÎÕÖÄÁ ÏÔ ÔÁÊÎÁ ÐÁÒÏÌÁ (blowfish_secret).';
$strSelectADb = 'íÏÌÑ ÉÚÂÅÒÅÔÅ ÂÁÚÁ ÏÔ ÄÁÎÎÉ';
$strSelectAll = 'óÅÌÅËÔÉÒÁÎÅ ÎÁ ×ÓÉÞËÏ';
$strSelectBinaryLog = 'éÚÂÅÒÅÔÅ Ä×ÏÉÞÅÎ ÖÕÒÎÁÌ ÚÁ ÐÒÅÇÌÅÄ';
$strSelectFields = 'éÚÂÅÒÅÔÅ ÐÏÌÅ (ÐÏÎÅ ÅÄÎÏ):';
$strSelectNumRows = '× ÚÁÐÉÔ×ÁÎÅÔÏ';
$strSelectTables = 'éÚÂÅÒÉ ÔÁÂÌÉÃÉ';
$strSend = 'éÚÐÒÁÝÁÎÅ';
$strSent = 'éÚÐÒÁÔÅÎÉ';
$strServerChoice = 'éÚÂÏÒ ÎÁ ÓßÒ×ßÒ';
$strServer = 'óßÒ×ßÒ';
$strServerNotResponding = 'îÑÍÁ ÏÔÇÏ×ÏÒ ÏÔ ÓßÒ×ßÒÁ';
$strServerStatus = 'éÎÆÏÒÍÁÃÉÑ ÚÁ ÓßÓÔÏÑÎÉÅÔÏ ÎÁ MySQL ÓßÒ×ßÒÁ';
$strServerStatusUptime = 'ôÏÚÉ MySQL ÓßÒ×ßÒ ÒÁÂÏÔÉ ÏÔ %s. óÔÁÒÔÉÒÁÎ Å ÎÁ %s.';
$strServerTabProcesslist = 'ðÒÏÃÅÓÉ';
$strServerTabVariables = 'ðÒÏÍÅÎÌÉ×É';
$strServerTrafficNotes = '<b>ôÒÁÆÉË ÎÁ ÓßÒ×ßÒÁ</b>: ôÅÚÉ ÔÁÂÌÉÃÉ ÐÏËÁÚ×ÁÔ ÓÔÁÔÉÓÔÉËÁ ÚÁ ÍÒÅÖÏ×ÉÑ ÔÒÁÆÉË ÎÁ MySQL ÓßÒ×ßÒÁ ÏÔ ËÁËÔÏ Å ÓÔÁÒÔÉÒÁÎ.';
$strServerVars = 'óßÒ×ßÒÎÉ ÐÒÏÍÅÎÌÉ×É É ÎÁÓÔÒÏÊËÉ';
$strServerVersion = '÷ÅÒÓÉÑ ÎÁ ÓßÒ×ßÒÁ';
$strSessionValue = 'óÅÓÉÊÎÁ ÓÔÏÊÎÏÓÔ';
$strSetEnumVal = 'áËÏ ÔÉÐÁ ÎÁ ÐÏÌÅÔÏ Å "enum" ÉÌÉ "set", ÍÏÌÑ ×ß×ÅÄÅÔÅ ÓÔÏÊÎÏÓÔÉÔÅ ÉÚÐÏÌÚ×ÁÊËÉ ÔÏÚÉ ÆÏÒÍÁÔ: \'a\',\'b\',\'c\'...<br />áËÏ Å ÎÅÏÂÈÏÄÉÍÏ ÄÁ ÓÌÏÖÉÔÅ ÏÂÒÁÔÎÁ ÞÅÒÔÁ ("\") ÉÌÉ ÁÐÏÓÔÒÏÆ ("\'") ÍÅÖÄÕ ÔÅÚÉ ÓÔÏÊÎÏÓÔÉ, ÓÌÏÖÉÔÅ ÏÂÒÁÔÎÁ ÞÅÒÔÁ ÐÒÅÄ ÔÑÈ (ÎÁÐÒÉÍÅÒ: \'\\\\xyz\' ÉÌÉ \'a\\\'b\').';
$strShowAll = 'ðÏËÁÖÉ ×ÓÉÞËÉ';
$strShowColor = 'ðÏËÁÖÉ Ã×ÑÔ';
$strShowDatadictAs = 'æÏÒÍÁÔ ÎÁ ÒÅÞÎÉËÁ ÎÁ ÄÁÎÎÉÔÅ';
$strShowFullQueries = 'ðÏËÁÚ×ÁÎÅ ÎÁ ÐßÌÎÉÔÅ ÚÁÑ×ËÉ';
$strShowGrid = 'ðÏËÁÖÉ ÍÒÅÖÁ';
$strShowingRecords = 'ðÏËÁÚ×ÁÎÅ ÎÁ ÚÁÐÉÓÉ ';
$strShowOpenTables = 'ðÏËÁÚ×ÁÎÅ ÎÁ ÏÔ×ÏÒÅÎÉÔÅ ÔÅÂÌÉÃÉ';
$strShowPHPInfo = 'éÎÆÏÒÍÁÃÉÑ ÚÁ PHP ';
$strShowTableDimension = 'ðÏËÁÖÉ ÒÁÚÍÅÒÎÏÓÔÔÁ ÎÁ ÔÁÂÌÉÃÉÔÅ';
$strShowTables = 'ðÏËÁÖÉ ÔÁÂÌÉÃÉÔÅ';
$strShowThisQuery = ' ðÏËÁÚ×ÁÎÅ ÎÁ ÚÁÑ×ËÁÔÁ ÏÔÎÏ×Ï';
$strShow = 'ðÏËÁÚ×ÁÎÅ';
$strSimplifiedChinese = 'ïÐÒÏÓÔÅÎ ËÉÔÁÊÓËÉ';
$strSingly = '(ÅÄÎÏËÒÁÔÎÏ)';
$strSize = 'òÁÚÍÅÒ';
$strSlovak = 'óÌÏ×ÁÛËÉ';
$strSlovenian = 'óÌÏ×ÅÎÓËÉ';
$strSortByKey = 'óÏÒÔÉÒÁÎÅ ÐÏ ËÌÀÞ';
$strSorting = 'óÏÒÔÉÒÁÎÅ';
$strSort = 'óÏÒÔÉÒÁÎÅ';
$strSpaceUsage = 'éÚÐÏÌÚ×ÁÎÏ ÍÑÓÔÏ';
$strSpanish = 'éÓÐÁÎÓËÉ';
$strSplitWordsWithSpace = 'äÕÍÉÔÅ ÔÒÑÂ×Á ÄÁ ÓÅ ÒÁÚÄÅÌÑÔ Ó ÉÎÔÅÒ×ÁÌ (" ").';
$strSQLExportCompatibility = 'óß×ÍÅÓÔÉÍÏÓÔ ÎÁ ÅËÓÐÏÒÔÉÒÁÎÉÑ SQL';
$strSQLExportType = 'ôÉÐ ÎÁ ÅËÓÐÏÒÔÉÒÁÎÅÔÏ';
$strSQLOptions = 'ïÐÃÉÉ ÎÁ ÅËÓÐÏÒÔÉÒÁÎÉÑ SQL';
$strSQLParserBugMessage = 'éÍÁ ÉÚ×ÅÓÔÎÁ ×ÅÒÏÑÔÎÏÓÔ ÄÁ ÓÔÅ ÎÁÍÅÒÉÌÉ ÂßÇ × SQL ÐÁÒÓÅÒÁ. íÏÌÑ ÐÒÏÕÞÅÔÅ ÐÏ-ÄÏÂÒÅ, É ÐÒÏ×ÅÒÅÔÅ ËÏÒÅËÔÎÏÓÔÔÁ ÎÁ ËÁ×ÉÞËÉÔÅ. äÒÕÇÁ ×ÅÒÏÑÔÎÁ ÐÒÉÞÉÎÁ ÚÁ ÇÒÅÛËÁÔÁ ÍÏÖÅ ÄÁ ÂßÄÅ, ÞÅ ßÐÌÏÕÄ×ÁÔÅ ÆÁÊÌ Ó ÉÚÐßÌÎÉÍ ËÏÄ ÉÚ×ßÎ ÏÂÌÁÓÔÔÁ ÚÁÇÒÁÄÅÎÁ Ó ËÁ×ÉÞËÉ. íÏÖÅÔÅ ÓßÝÏ ÔÁËÁ ÄÁ ÓÅ ÏÐÉÔÁÔÅ ÄÁ ÉÚÐßÌÎÉÔÅ ÚÁÑ×ËÁÔÁ ÞÒÅÚ ÉÎÔÅÒÆÅÊÓÁ ÚÁ ËÏÍÁÎÄÅÎ ÒÅÄ ÎÁ MySQL. çÒÅÛËÁÔÁ ÇÅÎÅÒÉÒÁÎÁ ÏÔ MySQL ÓßÒ×ßÒÁ ÐÏ-ÄÏÌÕ, ÁËÏ ÉÍÁ ÔÁËÁ×Á, ÍÏÖÅ ÓßÝÏ ÄÁ ×É ÐÏÍÏÇÎÅ ÐÒÉ ÏÔËÒÉ×ÁÎÅÔÏ ÎÁ ÐÒÏÂÌÅÍÁ. áËÏ ×ÓÅ ÏÝÅ ÉÍÁÔÅ ÐÒÏÂÌÅÍÉ ÉÌÉ ÐÁÒÓÅÒÁ ÄÁ×Á ÇÒÅÛËÁ ÔÁÍ ËßÄÅÔÏ ÉÎÔÅÒÆÅÊÓÁ ÎÁ ËÏÍÁÎÄÎÉÑ ÒÅÄ ÎÅ ×ÒßÝÁ ÔÁËÁ×Á, ÍÏÌÑ ÏÇÒÁÎÉÞÅÔÅ ×ÁÛÉÔÅ SQL ÚÁÑ×ËÉ ÓÁÍÏ ÄÏ ÐÒÏÂÌÅÍÎÁÔÁ ÚÁÑ×ËÁ, É ÉÚÐÒÁÔÅÔÅ ÓßÏÂÝÅÎÉÅ ÚÁ ÂßÇ Ó ÐÁÒÞÅÔÏ ÏÔ ÄÁÎÎÉÔÅ × CUT ÓÅËÃÉÑÔÁ ÐÏ-ÄÏÌÕ:';
$strSQLParserUserError = 'éÚÇÌÅÖÄÁ, ÞÅ ÉÍÁ ÇÒÅÛËÁ × SQL ÚÁÑ×ËÁÔÁ ×É. çÒÅÛËÁÔÁ ×ßÒÎÁÔÁ ÏÔ MySQL ÓßÒ×ßÒÁ ÐÏ ÄÏÌÕ, ÁËÏ ÉÍÁ ÔÁËÁ×Á, ÂÉ ÍÏÇÌÁ ÄÁ ×É ÐÏÍÏÇÎÅ × ÏÐÒÅÄÅÌÑÎÅÔÏ ÎÁ ÐÒÏÂÌÅÍÁ';
$strSQLQuery = 'SQL ÚÁÑ×ËÁ';
$strSQLResult = 'SQL ÒÅÚÕÌÔÁÔ';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'îÅ×ÁÌÉÄÅÎ ÉÄÅÎÔÉÆÉËÁÔÏÒ';
$strSQPBugUnclosedQuote = 'îÅÚÁÔ×ÏÒÅÎÉ ËÁ×ÉÞËÉ';
$strSQPBugUnknownPunctuation = 'îÅÐÏÚÎÁÔÁ ÐÕÎËÔÕÁÃÉÑ ÎÁ ÓÔÒÉÎÇ';
$strStatCheckTime = 'ðÏÓÌÅÄÎÁ ÐÒÏ×ÅÒËÁ';
$strStatCreateTime = 'äÁÔÁ ÎÁ ÓßÚÄÁ×ÁÎÅ';
$strStatement = 'úÁÑ×ÌÅÎÉÅ';
$strStatUpdateTime = 'ðÏÓÌÅÄÎÏ ÏÂÎÏ×ÌÅÎÉÅ';
$strStatus = 'óßÓÔÏÑÎÉÅ';
$strStorageEngine = 'èÒÁÎÉÌÉÝÅ ÎÁ ÄÁÎÎÉ';
$strStorageEngines = 'èÒÁÎÉÌÉÝÁ ÎÁ ÄÁÎÎÉ';
$strStrucCSV = 'CSV ÄÁÎÎÉ';
$strStrucData = 'óÔÒÕËÔÕÒÁÔÁ É ÄÁÎÎÉÔÅ';
$strStrucDrop = 'äÏÂÁ×ÑÎÅ ÎÁ \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV ÚÁ MS Excel ÄÁÎÎÉ';
$strStrucOnly = 'óÁÍÏ ÓÔÒÕËÔÕÒÁÔÁ';
$strStructPropose = 'áÎÁÌÉÚ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strStructure = 'óÔÒÕËÔÕÒÁ';
$strSubmit = 'éÚÐßÌÎÅÎÉÅ';
$strSuccess = 'SQL ÚÁÑ×ËÁÔÁ ÂÅÛÅ ÉÚÐßÌÎÅÎÁ ÕÓÐÅÛÎÏ';
$strSum = 'óÕÍÁ';
$strSwedish = 'û×ÅÄÓËÉ';
$strSwitchToDatabase = 'ðÒÅÈ×ßÒÌÑÎÁ ËßÍ ËÏÐÉÒÁÎÁÔÁ ÂÁÚÁ ÏÔ ÄÁÎÎÉ';
$strSwitchToTable = 'ðÒÅ×ËÌÀÞ×ÁÎÅ ËßÍ ËÏÐÉÒÁÎÁÔÁ ÔÁÂÌÉÃÁ';
 
$strTableAlreadyExists = 'ôÁÂÌÉÃÁ %s ×ÅÞÅ ÓßÝÅÓÔ×Õ×Á!';
$strTableComments = 'ëÏÍÅÎÔÁÒÉ ËßÍ ÔÁÂÌÉÃÁÔÁ';
$strTableEmpty = 'éÍÅÔÏ ÎÁ ÔÁÂÌÉÃÁÔÁ Å ÐÒÁÚÎÏ!';
$strTableHasBeenDropped = 'ôÁÂÌÉÃÁÔÁ %s ÂÅÛÅ ÉÚÔÒÉÔÁ';
$strTableHasBeenEmptied = 'ôÁÂÌÉÃÁÔÁ %s ÂÅÛÅ ÉÚÞÉÓÔÅÎÁ';
$strTableHasBeenFlushed = 'ëÅÛÁ ÎÁ ÔÁÂÌÉÃÁ %s ÂÅÛÅ ÉÚÞÉÓÔÅÎ';
$strTableMaintenance = 'ðÏÄÄÒßÖËÁ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strTableOfContents = 'óßÄßÒÖÁÎÉÅ';
$strTableOptions = 'ïÐÃÉÉ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strTables = '%s ÔÁÂÌÉÃÁ(É)';
$strTableStructure = 'óÔÒÕËÔÕÒÁ ÎÁ ÔÁÂÌÉÃÁ';
$strTableType = 'ôÉÐ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strTable = 'ôÁÂÌÉÃÁ ';
$strTblPrivileges = 'ðÒÉ×ÉÌÅÇÉÉ ÓÐÅÃÉÆÉÞÎÉ ÚÁ ÔÁÂÌÉÃÁÔÁ';
$strTempData = '÷ÒÅÍÅÎÎÉ ÄÁÎÎÉ';
$strTextAreaLength = ' ðÏÒÁÄÉ ÄßÌÖÉÎÁÔÁ ÓÉ,<br /> ÔÏ×Á ÐÏÌÅ ÍÏÖÅ ÄÁ ÎÅ Å ÒÅÄÁËÔÉÒÕÅÍÏ ';
$strThai = 'ôÁÊÌÁÎÄÓËÉ';
$strTheme = 'ôÅÍÁ / óÔÉÌ';
$strThisHost = 'ôÏÚÉ èÏÓÔ';
$strThisNotDirectory = 'ôÏ×Á ÎÅ ÂÅÛÅ ÄÉÒÅËÔÏÒÉÑ';
$strThreadSuccessfullyKilled = 'îÉÛËÁ %s ÂÅÛÅ ÕÓÐÅÛÎÏ ÏÔÓÔÒÁÎÅÎÁ.';
$strThreads = 'îÉÛËÉ';
$strTime = '÷ÒÅÍÅ';
$strTotal = 'ïÂÝÏ';
$strTotalUC = 'ïÂÝÏ';
$strTraditionalChinese = 'ôÒÁÄÉÃÉÏÎÅÎ ËÉÔÁÊÓËÉ';
$strTraditionalSpanish = 'ôÒÁÄÉÃÉÏÎÅÎ éÓÐÁÎÓËÉ';
$strTraffic = 'ôÒÁÆÉË';
$strTransformation_application_octetstream__download = 'ðÏËÁÚ×Á ×ÒßÚËÁ ÚÁ Ó×ÁÌÑÎÅ ÎÁ Ä×ÏÉÞÎÉÔÅ ÄÁÎÎÉ Îa ÐÏÌÅÔÏ. ðßÒ×ÁÔÁ ÏÐÃÉÑ Å ÆÁÊÌÏ×ÏÔÏ ÉÍÅ ÎÁ Ä×ÏÉÞÎÉÑ ÆÁÊÌ. ÷ÔÏÒÁÔÁ ÏÐÃÉÑ Å ×ÅÒÏÑÔÎÏÔÏ ÉÍÅ ÎÁ ÐÏÌÅÔÏ ÎÁ ÒÅÄÁ ÎÁ ÔÁÂÌÉÃÁÔÁ ÓßÄßÒÖÁÝÏ ÆÁÊÌÏ×ÏÔÏ ÉÍÅ. áËÏ ÎÁÐÉÛÅÔÅ ×ÔÏÒÁ ÏÐÃÉÑ, ÔÒÑÂ×Á ÐßÒ×ÁÔÁ ×É ÏÐÃÉÑ ÄÁ Å ÕÓÔÁÎÏ×ÅÎÁ ÎÁ ÐÒÁÚÅÎ ÎÉÚ.';
$strTransformation_application_octetstream__hex = 'ðÏËÁÚ×Á ÛÅÓÔÎÁÄÅÓÅÔÉÞÎÏ ÐÒÅÄÓÔÁ×ÑÎÅ ÎÁ ÄÁÎÎÉÔÅ.';
$strTransformation_image_jpeg__inline = 'ðÏËÁÚ×Á thumbnail; ÏÐÃÉÉ: ÛÉÒÉÎÁ, ×ÉÓÏÞÉÎÁ × ÐÉËÓÅÌÉ (ÚÁÐÁÚ×Á ÏÒÉÇÉÎÁÌÎÁÔÁ ÐÒÏÐÏÒÃÉÑ)';
$strTransformation_image_jpeg__link = 'ðÏËÁÚ×Á ×ÒßÚËÁÔÁ ÎÁ ÔÏ×Á ÉÚÏÂÒÁÖÅÎÉÅ (ÚÁ ÄÉÒÅËÔÎÏ Ó×ÁÌÑÎÅ, i.e.).';
$strTransformation_image_png__inline = '÷ÉÖ image/jpeg: inline';
$strTransformation_text_plain__dateformat = '÷ÚÅÍÁ ÐÏÌÅ TIME, TIMESTAMP ÉÌÉ DATETIME É ÇÏ ÆÏÒÍÁÔÉÒÁ ËÁÔÏ ÉÚÐÏÌÚ×Á ÌÏËÁÌÎÉÑ ÆÏÒÍÁÔ ÚÁ ÄÁÔÁ. ðßÒ×ÁÔÁ ÏÐÃÉÑ Å ÏÔÍÅÓÔ×ÁÎÅÔÏ (× ÞÁÓÏ×Å) ËÏÑÔÏ ÝÅ ÂßÄÅ ÄÏÂÁ×ÅÎÁ ËßÍ ×ÒÅÍÅÔÏ (ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ: 0). ÷ÔÏÒÁÔÁ ÏÐÃÉÑ ÐÒÅÄÓÔÁ×ÌÑ×Á ÒÁÚÌÉÞÅÎ ÆÏÒÍÁÔ ÎÁ ÄÁÔÁÔÁ × ÚÁ×ÉÓÉÍÏÓÔ ÏÔ ÐÁÒÁÍÅÔÒÉÔÅ ÎÁ ÆÕÎËÃÉÑÔÁ ÎÁ PHP - strftime().';
$strTransformation_text_plain__external = 'óáíï úá ìéîõëó: óÔÁÒÔÉÒÁ ×ßÎÛÎÏÔÏ ÐÒÉÌÏÖÅÎÉÅ É ÐÏÐßÌ×Á ÄÁÎÎÉÔÅ × ÐÏÌÅÔÁÔÁ ÞÒÅÚ ÓÔÁÎÄÁÒÔÎÉÑ ×ÈÏÄ. ÷ÒßÝÁ ÓÔÁÎÄÁÒÔÎÉÑ ÉÚÈÏÄ ÎÁ ÐÒÉÌÏÖÅÎÉÅÔÏ. ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ Å Tidy, ÚÁ ÄÁ ÐÏËÁÖÅ HTML ËÏÄÁ. ïÔ ÓßÏÂÒÁÖÅÎÉÑ ÚÁ ÓÉÇÕÒÎÏÓÔ, ÔÒÑÂ×Á ÒßÞÎÏ ÄÁ ÒÅÄÁËÔÉÒÁÔÅ ÆÁÊÌÁ libraries/transformations/text_plain__external.inc.php É ÄÁ ×ÍßËÎÅÔÅ ÐÒÏÇÒÁÍÉÔÅ ÎÁ ËÏÉÔÏ ×ÉÅ ÐÏÚ×ÏÌÑ×ÁÔÅ ÄÁ ÂßÄÁÔ ÓÔÁÒÔÉÒÁÎÉ. ðßÒ×ÁÔÁ ÏÐÃÉÑ ÔÏÇÁ×Á Å ÎÏÍÅÒÁ ÎÁ ÐÒÏÇÒÁÍÁÔÁ ËÏÑÔÏ ÂÉÈÔÅ ÉÓËÁÌÉ ÄÁ ÉÚÐÏÌÚ×ÁÔÅ Á ×ÔÏÒÁÔÁ ÏÐÃÉÑ ÓÁ ÐÁÒÁÍÅÔÒÉÔÅ ÚÁ ÐÒÏÇÒÁÍÁÔÁ. áËÏ ÔÒÅÔÉÑÔ ÐÁÒÁÍÅÔßÒ Å ÕÓÔÁÎÏ×ÅÎ × 1, ÝÅ ËÏÎ×ÅÒÔÉÒÁ ÉÚÈÏÄÁ ÉÚÐÏÌÚ×ÁÊËÉ htmlspecialchars() (ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ Å 1). áËÏ ÞÅÔ×ßÒÔÉÑÔ ÐÁÒÁÍÅÔßÒ Å ÕÓÔÁÎÏ×ÅÎ × 1, ÝÅ ÐÏÓÔÁ×É NOWRAP ÎÁ ËÌÅÔËÁÔÁ ÎÁ ÓßÄßÒÖÁÎÉÅÔÏ, ÔÁËÁ ÞÅ ÃÅÌÉÑ ÉÚÈÏÄ ÝÅ ÂßÄÅ ÐÏËÁÚÁÎ ÂÅÚ ÐÒÅÆÏÒÍÁÔÉÒÁÎÅ (ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ Å 1)';
$strTransformation_text_plain__formatted = 'úÁÐÁÚ×Á ÏÒÉÇÉÎÁÌÎÏÔÏ ÆÏÒÍÁÔÉÒÁÎÅ ÎÁ ÐÏÌÅÔÏ.';
$strTransformation_text_plain__imagelink = 'ðÏËÁÚ×Á ÉÚÏÂÒÁÖÅÎÉÅ É ×ÒßÚËÁ ÎÁ ÐÏÌÅÔÏ ÓßÄßÒÖÁÝÏ ÆÁÊÌÏ×Ï ÉÍÅ; ÐßÒ×ÁÔÁ ÏÐÃÉÑ Å ÐÒÅÆÉËÓ ËÁÔÏ "http://domain.com/", ×ÔÏÒÁÔÁ ÏÐÃÉÑ Å ÛÉÒÉÎÁÔÁ × ÐÉËÓÅÌÉ, ÔÒÅÔÁÔÁ Å ×ÉÓÏÞÉÎÁÔÁ.';
$strTransformation_text_plain__link = 'ðÏËÁÚ×Á ×ÒßÚËÁÔÁ ÎÁ ÐÏÌÅÔÏ ÓßÄßÒÖÁÝÏ ÆÁÊÌÏ×Ï ÉÍÅ; ÐßÒ×ÁÔÁ ÏÐÃÉÑ Å ÐÒÅÆÉËÓ ËÁÔÏ "http://domain.com/", ×ÔÏÒÁÔÁ ÏÐÃÉÑ Å ÚÁÇÌÁ×ÉÅÔÏ ÎÁ ×ÒßÚËÁÔÁ.';
$strTransformation_text_plain__substr = 'ðÏËÁÚ×Á ÞÁÓÔ ÏÔ ÎÉÚ. ðßÒ×ÁÔÁ ÏÐÃÉÑ Å ÏÔÍÅÓÔ×ÁÎÅÔÏ ÏÔ ËÏÅÔÏ ÝÅ ÓÅ ÉÚ×ÅÖÄÁ ×ÁÛÉÑÔ ÔÅËÓÔ (ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ Å 0). ÷ÔÏÒÁÔÁ ÏÐÃÉÑ ÕËÁÚ×Á ËÏÌËÏ ÔÅËÓÔ ÝÅ ÓÅ ÉÚ×ÅÄÅ. áËÏ Å ÐÒÁÚÎÁ, ÓÅ ×ÒßÝÁ ÃÅÌÉÑ ÏÓÔÁ×ÁÝ ÔÅËÓÔ. ôÒÅÔÁÔÁ ÏÐÃÉÑ ÕËÁÚ×Á ËÏÉ ÓÉÍ×ÏÌÉ ÝÅ ÂßÄÁÔ ÉÚ×ÅÄÅÎÉ (ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ: ...) .';
$strTruncateQueries = 'óßËÒÁÝÁ×ÁÎÅ ÎÁ ÐÏËÁÚÁÎÉÔÅ ÚÁÑ×ËÉ';
$strTurkish = 'ôÕÒÓËÉ';
$strType = 'ôÉÐ';
 
$strUkrainian = 'õËÒÁÉÎÓËÉ';
$strUncheckAll = 'òÁÚÍÁÒËÉÒÁÎÅ ÎÁ ×ÓÉÞËÏ';
$strUnicode = 'Unicode';
$strUnique = 'õÎÉËÁÌÎÏ';
$strUnknown = 'ÎÅÐÏÚÎÁÔ';
$strUnselectAll = 'äÅÓÅÌÅËÔÉÒÁÎÅ ÎÁ ×ÓÉÞËÏ';
$strUpdatePrivMessage = '÷ÉÅ ÐÒÏÍÅÎÉÈÔÅ ÐÒÉ×ÉÌÅÇÉÉÔÅ ÚÁ %s.';
$strUpdateProfileMessage = 'ðÒÏÆÉÌÁ ÂÅÛÅ ÏÂÎÏ×ÅÎ.';
$strUpdateQuery = 'äÏÐßÌÎÉ úÁÐÉÔ×ÁÎÅÔÏ';
$strUpdComTab = 'íÏÌÑ ÐÒÅÇÌÅÄÁÊÔÅ ÉÎÆÏÒÍÁÃÉÑÔÁ × äÏËÕÍÅÎÔÁÃÉÑÔÁ ÏÔÎÏÓÎÏ ÔÏ×Á ËÁË ÄÁ ÏÂÎÏ×ÉÔÅ ×ÁÛÁÔÁ Column_comments ÔÁÂÌÉÃÁ';
$strUpgrade = 'ôÒÑÂ×Á ÄÁ ßÐÇÒÅÊÄÎÅÔÅ ËßÍ %s %s ÉÌÉ ÐÏ-ËßÓÎÏ.';
$strUsage = 'éÚÐÏÌÚ×ÁÎÉ';
$strUseBackquotes = 'éÚÐÏÌÚ×ÁÎÅ ÎÁ ÏÂÒÁÔÎÉ ËÁ×ÉÞËÉ ÏËÏÌÏ ÉÍÅÎÁ ÎÁ ÔÁÂÌÉÃÉ É ÐÏÌÅÔÁ';
$strUseHostTable = 'éÚÐÏÌÚ×ÁÊ ÔÁÂÌÉÃÁ Host';
$strUserAlreadyExists = 'ðÏÔÒÅÂÉÔÅÌ %s ×ÅÞÅ ÓßÝÅÓÔ×Õ×Á!';
$strUserEmpty = 'ðÏÔÒÅÂÉÔÅÌÓËÏÔÏ ÉÍÅ Å ÐÒÁÚÎÏ!';
$strUserName = 'ðÏÔÒÅÂÉÔÅÌÓËÏ ÉÍÅ';
$strUserNotFound = 'éÚÂÒÁÎÉÑ ÐÏÔÒÅÂÉÔÅÌ ÎÅ ÂÅÛÅ ÏÔËÒÉÔ × ÔÁÂÌÉÃÁÔÁ Ó ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
$strUserOverview = 'ðÒÅÇÌÅÄ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉÔÅ';
$strUsersDeleted = 'éÚÂÒÁÎÉÔÅ ÐÏÔÒÅÂÉÔÅÌÉ ÂÑÈÁ ÉÚÔÒÉÔÉ ÕÓÐÅÛÎÏ.';
$strUsersHavingAccessToDb = 'ðÏÔÒÅÂÉÔÅÌÉ ËÏÉÔÏ ÉÍÁÔ ÄÏÓÔßÐ ÄÏ &quot;%s&quot;';
$strUser = 'ðÏÔÒÅÂÉÔÅÌ';
$strUseTabKey = 'éÚÐÏÌÚ×ÁÊÔÅ ËÌÁ×ÉÛÁ TAB ÚÁ ÄÁ ÐÒÅÍÅÓÔ×ÁÔÅ ËÒÕÒÓÏÒÁ ÏÔ ÓÔÏÊÎÏÓÔ ÎÁ ÓÔÏÊÎÏÓÔ ÉÌÉ CTRL+ÓÔÒÅÌËÁ ÚÁ ÄÁ ÐÒÅÍÅÓÔ×ÁÔÅ ËÕÒÓÏÒÁ × ÓßÏÔ×ÅÔÎÁÔÁ ÐÏÓÏËÁ';
$strUseTables = 'éÚÐÏÌÚ×ÁÊ ÔÁÂÌÉÃÁÔÁ';
$strUseTextField = 'éÚÐÏÌÚ×ÁÊ ÔÅËÓÔÏ×ÏÔÏ ÐÏÌÅ';
$strUseThisValue = 'éÚÐÏÌÚ×ÁÈÔÅ ÔÁÚÉ ÓÔÏÊÎÏÓÔ';
 
$strValidateSQL = '÷ÁÌÉÄÉÒÁÊ SQL-Á';
$strValidatorError = 'SQL ×ÁÌÉÄÁÔÏÒÁ ÎÅ ÍÏÖÅ ÄÁ ÂßÄÅ ÉÎÉÃÉÁÌÉÚÉÒÁÎ. íÏÌÑ ÐÒÏ×ÅÒÅÔÅ ÄÁÌÉ ÓÔÅ ÉÎÓÔÁÌÉÒÁÌÉ ÎÅÏÂÈÏÄÉÍÉÔÅ PHP ÒÁÚÛÉÒÅÎÉÑ, ÔÁËÁ ËÁËÔÏ Å ÏÐÉÓÁÎÏ × %sÄÏËÕÍÅÎÔÁÃÉÑÔÁ%s.';
$strValue = 'óÔÏÊÎÏÓÔ';
$strVar = 'ðÒÏÍÅÎÌÉ×Á';
$strViewDumpDatabases = 'ðÒÅÇÌÅÄ ÎÁ ÓÈÅÍÁÔÁ ÎÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ';
$strViewDumpDB = 'óÈÅÍÁ ÎÁ âä';
$strViewDump = 'óÈÅÍÁ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strViewHasBeenDropped = 'éÚÇÌÅÄ %s ÂÅÛÅ ÉÚÔÒÉÔ';
 
$strWebServerUploadDirectoryError = 'äÉÒÅËÔÏÒÉÑÔÁ ËÏÑÔÏ ÓÔÅ ÕËÁÚÁÌÉ ÚÁ upload ÎÅ ÍÏÖÅ ÄÁ ÂßÄÅ ÄÏÓÔÉÇÎÁÔÁ';
$strWebServerUploadDirectory = 'ÄÉÒÅËÔÏÒÉÑÔÁ ÚÁ upload ÎÁ ÕÅ ÓßÒ×ßÒÁ';
$strWelcome = 'äÏÂÒÅ ÄÏÛÌÉ × %s';
$strWestEuropean = 'úÁÐÁÄÎÏ-Å×ÒÏÐÅÊÓËÉ';
$strWildcard = 'ÓÉÍ×ÏÌ ÚÁ ÚÁÍÅÓÔ×ÁÎÅ';
$strWindowNotFound = 'ðÒÏÚÏÒÅÃÁ ÎÁ ÂÒÁÕÚßÒÁ ÎÅ ÍÏÖÅ ÄÁ ÂßÄÅ ÏÂÎÏ×ÅÎ. íÏÖÅ ÂÉ ÓÔÅ ÚÁÔ×ÏÒÉÌÉ ÏÔ×ÁÒÑÝÉÑÔ ÇÏ ÐÒÏÚÏÒÅà ÉÌÉ ÂÒÁÕÚßÒßÔ ÷É Å ÂÌÏËÉÒÁÌ ÏÂÎÏ×Ñ×ÁÎÅ ÎÁ ÄÁÎÎÉ ÏÔ ÅÄÉÎ ÐÒÏÚÏÒÅÃ × ÄÒÕÇ ÏÔ ÓßÏÂÒÁÖÅÎÉÑ ÚÁ ÓÉÇÕÒÎÏÓÔ';
$strWithChecked = 'ëÏÇÁÔÏ ÉÍÁ ÏÔÍÅÔËÁ:';
$strWritingCommentNotPossible = 'úÁÐÉÓÁ ÎÁ ËÏÍÅÎÔÁÒ ÎÅ Å ×ßÚÍÏÖÅÎ';
$strWritingRelationNotPossible = 'úÁÐÉÓÁ ÎÁ ÒÅÌÁÃÉÑÔÁ ÎÅ Å ×ßÚÍÏÖÅÎ';
$strWrongUser = 'çÒÅÛÎÏ ÉÍÅ/ÐÁÒÏÌÁ. äÏÓÔßÐ ÏÔËÁÚÁÎ.';
 
$strXML = 'XML';
 
$strYes = 'ÄÁ';
 
$strZeroRemovesTheLimit = 'úÁÂÅÌÅÖËÁ: õÓÔÁÎÏ×Ñ×ÁÎÅÔÏ ÎÁ ÔÅÚÉ ÏÐÃÉÉ Ó 0 (ÎÕÌÁ) ÐÒÅÍÁÈ×Á ÏÇÒÁÎÉÞÅÎÉÅÔÏ.';
$strZip = '"zip-ÎÁÔÏ"';
 
// To translate:
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
 
$strBinaryLog = 'Binary log'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCSV = 'CSV'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
 
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strFreePages = 'Free pages'; //to translate
 
$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
 
$strJoins = 'Joins'; //to translate
 
$strKeyCache = 'Key cache'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
 
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
 
$strTakeIt = 'take it'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
 
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strView = 'View'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/bulgarian-utf-8.inc.php
0,0 → 1,1004
<?php
/* $Id: bulgarian-utf-8.inc.php,v 2.123.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by Stanislav Yordanov <stanprog at stanprog.com>
* Based on translation made by Georgi Georgiev <chutz at chubaka.homeip.net>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('байта', 'КБ', 'МБ', 'ГБ', 'ТБ', 'ПБ', 'ЕБ');
 
$day_of_week = array('нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб');
$month = array('януари', 'февруари', 'март', 'април', 'май', 'юни', 'юли', 'август', 'септември', 'октомври', 'ноември', 'декември');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%e %B %Y в %H:%M';
 
$timespanfmt = '%s дена, %s часа, %s минути и %s секунди';
 
$strAbortedClients = 'Прекъснати';
$strAbsolutePathToDocSqlDir = 'Моля въведете абсолютния път на уеб сървъра до docSQL директорията';
$strAccessDeniedExplanation = 'phpMyAdmin направи опит да се свърже към MySQL сървъра, но сървъра отхвърли конекцията. Трябва да проверите хоста, потребителското име и паролата в config.inc.php файла и да се уверите, че те отговарят на информацията предоставена от администратора на MySQL сървъра.';
$strAccessDenied = 'Отказан достъп';
$strAction = 'Действие';
$strAddAutoIncrement = 'Добавяне на AUTO_INCREMENT';
$strAddConstraints = 'Добавяне на ограничение';
$strAddDeleteColumn = 'Добави/изтрий колона по критерий';
$strAddDeleteRow = 'Добави/изтрий ред по критерий';
$strAddDropDatabase = 'Добавяне на DROP DATABASE';
$strAddedColumnComment = 'Добавен коментар към колона';
$strAddedColumnRelation = 'Добавена релациа към колона';
$strAddFields = 'Добавяне на %s поле(та)';
$strAddHeaderComment = 'Добавяне на коментар в хедъра (\\n нов ред)';
$strAddIfNotExists = 'Добавяне на IF NOT EXISTS';
$strAddIntoComments = 'Добави в коментарите';
$strAddNewField = 'Добавяне на ново поле';
$strAddPrivilegesOnDb = 'Добавяне на привилегии към следната база от данни';
$strAddPrivilegesOnTbl = 'Добавяне на привилегии към следната таблица';
$strAddSearchConditions = 'Добавете условие за търсене (съдържание на "where" клаузата):';
$strAddToIndex = ' &nbsp;%s&nbsp;колона(и) беше(яха)добавени към индекса ';
$strAddUserMessage = 'Вие добавихте нов потребител.';
$strAddUser = 'Добавяне на нов потребител.';
$strAdministration = 'Администрация';
$strAffectedRows = 'Засегнати редове:';
$strAfterInsertBack = 'връщане обратно';
$strAfterInsertNewInsert = 'вмъкване на нов запис';
$strAfterInsertNext = 'редактиране на следващия ред';
$strAfterInsertSame = 'връщане към тази страница';
$strAfter = 'след %s';
$strAll = 'всички';
$strAllTableSameWidth = 'показване на всички Таблици с една и съща ширина?';
$strAlterOrderBy = 'Подреждане на таблицата по';
$strAnalyzeTable = 'Анализиране на таблицата';
$strAndThen = 'и след това';
$strAnd = 'и';
$strAnIndex = 'Беше добавен индекс на %s';
$strAny = 'всеки';
$strAnyHost = 'Всеки хост';
$strAnyUser = 'Всеки потребител';
$strApproximateCount = 'Може да има приблизителна стойност. Виж FAQ 3.11';
$strAPrimaryKey = 'Беше добавен първичен ключ към ';
$strArabic = 'Арабски';
$strArmenian = 'Арменски';
$strAscending = 'Възходящо';
$strAtBeginningOfTable = 'в началото на таблицата';
$strAtEndOfTable = 'в края на таблицата';
$strAttr = 'Атрибути';
$strAutodetect = 'автоматично откриване';
$strAutomaticLayout = 'Автоматичен лейаут';
 
$strBack = 'Назад';
$strBaltic = 'Балтийски';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' Двоично ';
$strBinaryDoNotEdit = ' Двоично - не се редактира ';
$strBookmarkAllUsers = 'Нека всеки потребител има достъп до този показалец';
$strBookmarkCreated = 'Показалец %s беше създаден успешно';
$strBookmarkDeleted = 'Показалецът беше изтрит.';
$strBookmarkLabel = 'Етикет';
$strBookmarkQuery = 'Запазване на SQL заявка';
$strBookmarkReplace = 'Препокриване не съществуващия показалец със същото име';
$strBookmarkThis = 'Запази тази SQL заявка';
$strBookmarkView = 'Само показване';
$strBrowseForeignValues = 'Преглеждане на външните(foreign) стойности';
$strBrowse = 'Прелистване';
$strBulgarian = 'Български';
$strBzError = 'phpMyAdmin не може да компресира схемата(dump) заради грешка в Bz2 разширението в тази версия на PHP. Горещо се препоръчва да установите стойността на <code>$cfg[\'BZipDump\']</code> директивата в конфигурационния файл на вашия phpMyAdmin на <code>FALSE</code>. Ако искате да се използвате възможностите на Bz2 компресията, ще трябва да ъпгрейднете до по-нова версия на PHP. Вижте съобщение %s за повече информация.';
$strBzip = '"bzip-нато"';
 
$strCalendar = 'Календар';
$strCannotLogin = 'Не мога да се логна към MySQL сървъра';
$strCantLoad = 'не мога да заредя разширението %s,<br />моля проверете конфигурацията на PHP';
$strCantLoadRecodeIconv = 'Не може да се заредят iconv или recode разширенията необходими за конвертиране на набора от символи(charset), конфигурирайте PHP така, че да позволява използване на тези разширения или отменете конвертирането на набора от символи(charset) в phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Не мога да преименувам индекса на PRIMARY!';
$strCantUseRecodeIconv = 'Не може да се използва нито iconv нито libiconv нито recode_string функцията докато протоколите за разширенията са заредени. Проверете конфигурацията на PHP.';
$strCardinality = 'Надеждност';
$strCaseInsensitive = 'нечувствително към регистъра';
$strCaseSensitive = 'чувствително към регистъра';
$strCentralEuropean = 'Централно европейски';
$strChangeCopyModeCopy = '... запазване на стария.';
$strChangeCopyModeDeleteAndReload = ' ... изтриване на стария от таблицата на потребителите и след това презареждане на привилегиите.';
$strChangeCopyModeJustDelete = ' ... изтриване на стария от таблицата на потребителите.';
$strChangeCopyMode = 'Създаване нов потребител със същите привилегии и ...';
$strChangeCopyModeRevoke = ' ... отменяне на всички активни привилегии от стария и след това изтриване.';
$strChangeCopyUser = 'Промяна на логин информацията / Копиране на потребител';
$strChangeDisplay = 'Изберете Полета за показване';
$strChange = 'Променяне';
$strChangePassword = 'Смяна на паролата';
$strCharsetOfFile = 'Набор от символи на файла:';
$strCharsetsAndCollations = 'Набори от символи и колации';
$strCharsets = 'Набори от символи';
$strCharset = 'Набор от символи';
$strCheckAll = 'Маркиране на всичко';
$strCheckOverhead = 'Маркиране на таблиците със загубено място';
$strCheckPrivsLong = 'Провери привилегиите за база от данни &quot;%s&quot;.';
$strCheckPrivs = 'Проверка на привилегиите';
$strCheckTable = 'Проверка на таблицата';
$strChoosePage = 'Моля изберете страница за редактиране';
$strColComFeat = 'Показване на коментари към Колоните';
$strCollation = 'Колация';
$strColumnNames = 'Име на колона';
$strColumnPrivileges = 'Привилегии специфични за колоната';
$strCommand = 'Команда';
$strCommentsForTable = 'КОМЕНТАРИ ЗА ТАБЛИЦА';
$strComments = 'Коментари';
$strCompatibleHashing = 'MySQL&nbsp;4.0 съвместимо';
$strCompleteInserts = 'Пълни INSERT-и';
$strCompression = 'Компресия';
$strConfigFileError = 'phpMyAdmin не може да прочете конфигурационният Ви файл!<br />Това може да се случи ако PHP открие синтактична грешка в него или не може да открие файла.<br />Моля извикайте конфигурационния файл директно като използвате линка по-долу и прочетете съобщението за грешка което PHP връща. В по-голяма част от случаите, някъде липсват кавички или точка и запетая.<br />Ако се изведе празна страница, всички е наред.';
$strConfigureTableCoord = 'Моля конфигурирайте координатите за таблица %s';
$strConnectionError = 'Връзката не може да бъде осъществена: невалидни настройки.';
$strConnections = 'Конекции';
$strConstraintsForDumped = 'Ограничения за дъмпнати таблици';
$strConstraintsForTable = 'Ограничения за таблица';
$strCookiesRequired = 'Оттук нататък са необходими "Cookies".';
$strCopyDatabaseOK = 'База от данни %s беше копирана като %s';
$strCopyTableOK = 'Таблица %s беше копирана в %s.';
$strCopyTableSameNames = 'Не може да се копира таблицата към себе си!';
$strCopyTable = 'Копиране на таблица (база от данни<b>.</b>таблица):';
$strCopy = 'Копиране';
$strCouldNotKill = 'phpMyAdmin не можа да спре нишка %s. Вероятно вече е била затворена.';
$strCreateDatabaseBeforeCopying = 'Изпълняване на CREATE DATABASE преди копирането';
$strCreateIndex = 'Създаване на индекс върху &nbsp;%s&nbsp;колони';
$strCreateIndexTopic = 'Създай нов индекс';
$strCreateNewDatabase = 'Създаване на нова БД';
$strCreateNewTable = 'Създаване на нова таблица в БД %s';
$strCreate = 'Създай';
$strCreatePage = 'Създай нова Страница';
$strCreatePdfFeat = 'Създаване на PDF-и';
$strCreationDates = 'Създаване/Обновяване/Проверка на дати';
$strCriteria = 'Критерий';
$strCroatian = 'Хърватски';
$strCSVImportOptions = 'CSV опции';
$strCSVOptions = 'CSV опции';
$strCyrillic = 'Кирилица';
$strCzech = 'Чешки';
$strCzechSlovak = 'Чехословашки';
 
$strDanish = 'Датски';
$strDatabase = 'БД';
$strDatabaseEmpty = 'Името на базата от данни е празно!';
$strDatabaseExportOptions = 'Опции за експортиране на база от данни';
$strDatabaseHasBeenDropped = 'Базата данни %s беше изтрита.';
$strDatabaseNoTable = 'Базата данни не съдържа таблица!';
$strDatabasesDropped = '%s бази от данни бяха изтрити успешно.';
$strDatabasesStatsDisable = 'Забрани статистика';
$strDatabasesStatsEnable = 'Разреши статистика';
$strDatabasesStatsHeavyTraffic = 'Забележка: Разрешаването на статистика на базата от данни може да коства много голям трафик между уеб сървъра и MySQL сървъра.';
$strDatabasesStats = ' Статистика за базите данни';
$strDatabases = 'Бази от данни';
$strDataDict = 'Речник на данните';
$strData = 'Данни';
$strDataOnly = 'Само данни';
$strDBComment = 'Коментар към базата от данни: ';
$strDBCopy = 'Копиране на базата от данни в';
$strDBGContextID = 'Контекстно ID';
$strDBGContext = 'Контекст';
$strDBGHits = 'Попадения';
$strDBGLine = 'Линия';
$strDBGMaxTimeMs = 'Макс. време, ms';
$strDBGMinTimeMs = 'Мин. време, ms';
$strDBGModule = 'Модул';
$strDBGTimePerHitMs = 'Време/Попадение, ms';
$strDBGTotalTimeMs = 'Общо време, ms';
$strDbPrivileges = 'Привилегии специфични за базата от данни';
$strDBRename = 'Преименуване на базата от данни на';
$strDbSpecific = 'специфични за базата от данни';
$strDefaultEngine = '%s е хранилището на данни по подразбиране на този MySQL сървър.';
$strDefaultValueHelp = 'За стойностите по подразбиране, моля въведете само една стойност, без обратни черти или апостроф, използвайки следния формат: a';
$strDefault = 'По подразбиране';
$strDefragment = 'Дефрагментиране на таблица';
$strDelayedInserts = 'Използване на отложени вмъквания';
$strDeleteAndFlushDescr = 'Това е най-чистия начин, но презареждането на привилегиите може да отнеме известно време.';
$strDeleteAndFlush = 'Изтриване на потребителите и след това презареждане на привилегиите.';
$strDeleted = 'Редът беше изтрит';
$strDeletedRows = 'Изтрити редове:';
$strDelete = 'Изтриване';
$strDeleting = 'Изтриване на %s';
$strDelOld = 'Текущата Страница има Референции към Таблици които вече не съществуват. Желаете ли да изтриете тези Референции?';
$strDescending = 'Низходящо';
$strDescription = 'Описание';
$strDictionary = 'речник';
$strDisabled = 'Забранено';
$strDisableForeignChecks = 'Забраняване на проверките за външен ключ';
$strDisplayFeat = 'Покажи възможностите';
$strDisplayOrder = 'Подреждане по:';
$strDisplayPDF = 'Покажи PDF схема';
$strDoAQuery = 'Изпълни "заявка по шаблон" (символ за заместване: "%")';
$strDocu = 'Документация';
$strDoYouReally = 'Действително ли желаете да изпълните заявката';
$strDropDatabaseStrongWarning = 'Вие ще УНИЩОЖИТЕ цялата база от данни!';
$strDrop = 'Унищожаване';
$strDropUsersDb = 'Изтриване на базите от данни които имат имена като тези на потребителите.';
$strDumpingData = 'Дъмп (схема) на данните в таблицата';
$strDumpSaved = 'Схемата(дъмп) беше записана във файл %s.';
$strDumpXRows = 'Дъмп-ни %s реда като започнеш от %s.';
$strDynamic = 'динамичен';
 
$strEdit = 'Редактиране';
$strEditPDFPages = 'Редактиране на PDF Страници';
$strEditPrivileges = 'Редактиране на привилегиите';
$strEffective = 'Ефективни';
$strEmpty = 'Изчистване';
$strEmptyResultSet = 'MySQL върна празен резултат (т.е. нула редове).';
$strEnabled = 'Позволено';
$strEncloseInTransaction = 'Изолиране на експорта в транзакция';
$strEndCut = 'END CUT';
$strEnd = 'Край';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s е разрешен на този MySQL сървър.';
$strEngineDisabled = '%s е изключен за този MySQL сървър.';
$strEngines = 'Хранилища';
$strEngineUnsupported = 'Този MySQL сървър не поддържа хранилището на данни %s.';
$strEnglish = 'Английски';
$strEnglishPrivileges = ' Забележка: Имената на привилегиите на MySQL са показани на английски. ';
$strErrorInZipFile = 'Грешка в ZIP архива:';
$strError = 'Грешка';
$strEsperanto = 'Есперанто';
$strEstonian = 'Естонски';
$strExcelEdition = 'Версия на Excel';
$strExcelOptions = 'Опции на Excel';
$strExecuteBookmarked = 'Стартиране на запазена SQL-заявка';
$strExplain = 'Explain SQL';
$strExport = 'Експортиране';
$strExtendedInserts = 'Разширени INSERT-и';
$strExtra = 'Допълнително';
 
$strFailedAttempts = 'Провалили се опити';
$strFieldHasBeenDropped = 'Полето %s беше изтрито';
$strFieldsEmpty = ' Брояча на полетата е празен! ';
$strFieldsEnclosedBy = 'Полетата са оградени със';
$strFieldsEscapedBy = 'Представка на специалните символи';
$strFieldsTerminatedBy = 'Полетата завършват със';
$strFields = 'Полета';
$strField = 'Поле';
$strFileAlreadyExists = 'Файлът %s вече съществува на сървъра, сменете името на файла или включете опцията за препокриване.';
$strFileCouldNotBeRead = 'Файлът не може да бъде прочетен';
$strFileNameTemplateRemember = 'запомняне на шаблона';
$strFileNameTemplate = 'Шаблон на файловото име';
$strFileToImport = 'Файл за импортиране';
$strFixed = 'Фиксиран';
$strFlushPrivilegesNote = 'Забележка: phpMyAdmin взема потребителските привилегии директно от таблицата на привилегиите на MySQL. Съдържанието на тази таблица може да се различава от привилегиите които използва сървъра ако към него са направени промени на ръка. В този случай, трябва да %sпрезаредите привилегиите%s преди да продължите.';
$strFlushTable = 'Изчистване на кеша на таблицата ("FLUSH")';
$strFormat = 'Формат';
$strFormEmpty = 'Липсва стойност във полето на формата!';
$strFullText = 'Пълни текстове';
$strFunction = 'Функция';
 
$strGenBy = 'Генерирано от';
$strGeneralRelationFeat = 'Общи възможности на релациите';
$strGenerate = 'Генериране';
$strGeneratePassword = 'Генериране на парола';
$strGenTime = 'Време на генериране';
$strGeorgian = 'Грузински';
$strGerman = 'Немски';
$strGlobal = 'глобален';
$strGlobalPrivileges = 'Глобални привилегии';
$strGlobalValue = 'Глобална стойност';
$strGo = 'Изпълнение';
$strGrantOption = 'Дадени';
$strGreek = 'Гръцки';
$strGzip = '"gzip-нато"';
 
$strHasBeenAltered = 'беше променена.';
$strHasBeenCreated = 'беше създадена.';
$strHaveToShow = 'Трябва да изберете поне една Колона за показване';
$strHebrew = 'Иврит';
$strHexForBinary = 'Използване на шестнадесетично представяне за двоичните полета';
$strHome = 'Начало';
$strHomepageOfficial = 'Официалната уеб страница на phpMyAdmin ';
$strHostEmpty = 'Името на хоста е празно!';
$strHost = 'Хост';
$strHTMLExcelOptions = 'Опции за експортиране към Microsoft Excel 2000';
$strHungarian = 'Унгарски';
 
$strIcelandic = 'Исландски';
$strId = 'ID';
$strIdxFulltext = 'Пълнотекстово';
$strIgnore = 'Игнориране';
$strIgnoreDuplicates = 'Игнориране на дублиращите се редове';
$strIgnoreInserts = 'Използване на INSERT IGNORE';
$strIgnoringFile = 'Игнориране на файл %s';
$strImportDocSQL = 'Импортирай docSQL файловете';
$strImportFiles = 'Импортиране на файлове';
$strImportFormat = 'Формат на инпортирания файл';
$strImport = 'Импортиране';
$strIndexes = 'Индекси';
$strIndexHasBeenDropped = 'Индекса %s беше изтрит';
$strIndexName = 'Име на индекса&nbsp;:';
$strIndex = 'Индекс';
$strIndexType = 'Тип на индекса&nbsp;:';
$strIndexWarningMultiple = 'Повече от един %s ключ беше създаден за колона `%s`';
$strIndexWarningPrimary = 'Колона `%s` не може да бъде едновременно първичен и външен ключ';
$strIndexWarningTable = 'Проблем с индексите на таблица `%s`';
$strInnoDBPages = 'страници';
$strInnodbStat = 'InnoDB Състояние';
$strInsecureMySQL = 'Вашият конфигурационен файл съдържа настройки (root без парола), които съответстват на привилегирования акаунт на MySQL по подразбиране. Вашият MySQL сървър е стартиран с това по подразбиране и може да бъде лесно хакнат. Трябва да оправите тази дупка в сигурността.';
$strInsertAsNewRow = 'Вмъкване като нов ред';
$strInsertedRowId = 'Вмъкнато ID на реда:';
$strInsertedRows = 'Вмъкнати реда:';
$strInsertNewRow = 'Вмъкване на нов ред';
$strInsert = 'Вмъкване';
$strInternalNotNecessary = '* Вътрешната релация не е необходима когато съществува също в InnoDB.';
$strInternalRelations = 'Вътрешни релации';
$strInUse = 'Заето';
$strInvalidColumn = 'Невалидна колона (%s)!';
$strInvalidColumnCount = 'Броя на колоните трябва да е по-голям от нула.';
$strInvalidFieldAddCount = 'Трябва да добавите поне едно поле.';
$strInvalidFieldCount = 'Таблицата трябва да има поне едно поле.';
$strInvalidRowNumber = '%d не е валиден номер на ред.';
 
$strJapanese = 'Японски';
$strJumpToDB = 'Скочи към база от данни &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Изтритите&quot; потребители ще имат достъп до сървъра както обикновено, докато не се презаредят привилегиите.';
$strJustDelete = 'Изтриване на потребителите от таблицата с привилегиите.';
 
$strKeepPass = 'Да не се сменя паролата';
$strKeyname = 'Име на ключа';
$strKill = 'СТОП';
$strKorean = 'Корейски';
 
$strLandscape = 'Пейзажно';
$strLatexCaption = 'Заглавие на таблицата';
$strLatexContent = 'Съдържание на таблица __TABLE__';
$strLatexContinuedCaption = 'Продължение на заглавието на таблицата';
$strLatexContinued = '(продължение)';
$strLatexIncludeCaption = 'Включване на заглавие на таблицата';
$strLatexLabel = 'Етикет на ключа';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX опции';
$strLatexStructure = 'Структура на таблица __TABLE__';
$strLatvian = 'Латвийски';
$strLDI = 'CSV с LOAD DATA';
$strLDIImportOptions = 'Опции за CSV импортирането с LOAD DATA';
$strLDILocal = 'Използване на ключовата дума LOCAL ';
$strLengthSet = 'Дължина/Стойност*';
$strLimitNumRows = 'редове на страница';
$strLinesTerminatedBy = 'Редовете завършват с';
$strLinkNotFound = 'Връзките не са намерени';
$strLinksTo = 'Сочи към';
$strLithuanian = 'Литовски';
$strLocalhost = 'Локален';
$strLocationTextfile = 'Местоположение на текстовия файл';
$strLoginInformation = 'Информация за логване';
$strLogin = 'Вход';
$strLogout = 'Изход от системата';
$strLogPassword = 'Парола:';
$strLogServer = 'Сървър';
$strLogUsername = 'Име:';
$strLongOperation = 'Операцията може да продължи дълго. Да продължи ли въпреки това?';
 
$strMaxConnects = 'максимален брой на едновременните конекции';
$strMaximalQueryLength = 'Максимална дължина на създадената заявка';
$strMaximumSize = 'Максимален размер: %s%s';
$strMIME_available_mime = 'Достъпни MIME-типове';
$strMIME_available_transform = 'Достъпни трансформации';
$strMIME_description = 'Описание';
$strMIME_MIMEtype = 'MIME-тип';
$strMIME_nodescription = 'Няма Описание за тази трансформация.<br />Моля обърнете се към автора относно това какво прави %s.';
$strMIME_transformation = 'Браузърна трансформация';
$strMIME_transformation_note = 'За списъка на достъпните опции на трансформацията и техните MIME-type трансформации кликнете на %sописания на трансформацията%s';
$strMIME_transformation_options_note = 'Моля въведете стойностите за опциите на трансформацията като използвате следния формат: \'a\',\'b\',\'c\'...<br />Ако трябва да поставите обратно наклонена черта ("\") или единична кавичка ("\'") между тези стойности, поставете пред тях допълнителна обратно наклонена черта (например \'\\\\xyz\' или \'a\\\'b\').';
$strMIME_transformation_options = 'Опции на трансформацията';
$strMIMETypesForTable = 'MIME ТИПОВЕ ЗА ТАБЛИЦА';
$strMIME_without = 'MIME-types показани в наклонен шрифт не притежават отделна функция за трансформация';
$strModifications = 'Промените бяха съхранени';
$strModifyIndexTopic = 'Промяна на индекс';
$strModify = 'Промени';
$strMoveTable = 'Преместване на таблица към (база от данни<b>.</b>таблица):';
$strMoveTableOK = 'Таблицата %s беше преместена към %s.';
$strMoveTableSameNames = 'Не може да се премести таблицата към себе си!';
$strMultilingual = 'многоезичен';
$strMyISAMMaxExtraSortFileSize = 'Максимален размер на временните файлове при създаване на индекс';
$strMyISAMRecoverOptions = 'Режим на автоматично възстановяване';
$strMyISAMRepairThreads = 'Поправка на нишките';
$strMyISAMSortBufferSize = 'Размер на буфера за сортиране';
$strMySQLCharset = 'Набор от символи на MySQL';
$strMySQLConnectionCollation = 'Колация на MySQL';
$strMySQLSaid = 'MySQL отговори: ';
$strMySQLShowProcess = 'MySQL процеси';
$strMySQLShowStatus = 'Информация за състоянието на MySQL сървъра';
$strMySQLShowVars = 'Системни променливи на MySQL';
 
$strName = 'Име';
$strNext = 'Следващ';
$strNoDatabases = 'Няма бази от данни';
$strNoDatabasesSelected = 'Няма избрани бази от данни.';
$strNoDescription = 'няма Описание';
$strNoDetailsForEngine = 'Няма детайлна информация за състоянието на това хранилище на данни.';
$strNoDropDatabases = '"DROP DATABASE" заявката е забранена.';
$strNoExplain = 'Пропусни Explain SQL';
$strNoFilesFoundInZip = 'Не са открити файлове в ZIP архива!';
$strNoFrames = 'phpMyAdmin е по дружелюбен ако използвате браузър, който поддържа <b>frames</b>.';
$strNoIndexPartsDefined = 'Не са дефинирани части на индекс!';
$strNoIndex = 'Не е дефиниран индекс!';
$strNoModification = 'Няма промяна';
$strNone = 'Няма';
$strNo = 'не';
$strNoOptions = 'Този формат няма опции';
$strNoPassword = 'Няма парола';
$strNoPermission = 'Уеб сървъра няма права за запис на файла %s.';
$strNoPhp = 'без PHP код';
$strNoPrivileges = 'Няма привилегии';
$strNoRights = 'В момента не разполагате с достатъчно права за да се намирате тук!';
$strNoRowsSelected = 'Няма върнати редове';
$strNoSpace = 'Недостатъчно свободно пространство за записване на файла %s.';
$strNoTablesFound = 'В базата от данни няма таблици.';
$strNotNumber = 'Това не е число!';
$strNotOK = 'не е OK';
$strNotSet = 'таблица <b>%s</b> не е намерена или не е установена в %s';
$strNoUsersFound = 'Няма потребител(и).';
$strNoValidateSQL = 'Пропусни Validate SQL';
$strNull = 'Празно';
$strNumberOfFields = 'Брой на полетата';
$strNumSearchResultsInTable = '%s съвпадение(я) в таблица <i>%s</i>';
$strNumSearchResultsTotal = '<b>Общо:</b> <i>%s</i> съвпадение(я)';
$strNumTables = 'Таблици';
 
$strOK = 'OK';
$strOperations = 'Операции';
$strOperator = 'Оператор';
$strOptimizeTable = 'Оптимизация на таблицата';
$strOr = 'или';
$strOverhead = 'Загубено място';
$strOverwriteExisting = 'Препокриване на съществуващите файлове';
 
$strPageNumber = 'Номер на страницата:';
$strPaperSize = 'Размер на хартията';
$strPartialImport = 'Частично импортиране';
$strPartialText = 'Частични текстове';
$strPasswordChanged = 'Паролата на %s беше променена успешно.';
$strPasswordEmpty = 'Паролата е празна!';
$strPasswordNotSame = 'Паролата не е същата!';
$strPassword = 'Парола';
$strPdfDbSchema = 'Схемата на база от данни "%s" - Страница %s';
$strPdfInvalidTblName = 'Таблица "%s" не съществува!';
$strPdfNoTables = 'Няма таблици';
$strPerHour = 'на час';
$strPerMinute = 'на минута';
$strPerSecond = 'на секунда';
$strPersian = 'Персийски';
$strPhoneBook = 'Телефонен бележник';
$strPHP40203 = 'Вие използвате PHP 4.2.3, който има сериозен бъг с много-байтови стрингове (mbstring). Вижте сведението за PHP бъга 19404. Не е препоръчително да използвате тази версия на PHP с phpMyAdmin.';
$strPhp = 'Създаване на PHP код';
$strPHPVersion = 'Версия на PHP';
$strPmaDocumentation = 'phpMyAdmin документация';
$strPmaUriError = 'На <tt>$cfg[\'PmaAbsoluteUri\']</tt> ТРЯБВА да се зададе стойност в конфигурационния файл!';
$strPolish = 'Полски';
$strPortrait = 'Портретно';
$strPos1 = 'Начало';
$strPrevious = 'Предишен';
$strPrimaryKeyHasBeenDropped = ' Главния ключ беше изтрит.';
$strPrimaryKeyName = 'Името на главния ключ трябва да е... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>трябва</b> да е името на <b>и единствено на</b> главния ключ!)';
$strPrimary = 'PRIMARY';
$strPrint = 'Печат';
$strPrintView = 'Изглед за печат';
$strPrintViewFull = 'Преглед за печат (с пълните текстове)';
$strPrivDescAllPrivileges = 'Включва всички привилегии освен GRANT.';
$strPrivDescAlterRoutine = 'Позволяване на променяне и издриване на Съхранени Процедури.';
$strPrivDescAlter = 'Позволява променяне на структурата на съществуващи таблици.';
$strPrivDescCreateDb = 'Позволява създаване на нови бази от данни и таблици.';
$strPrivDescCreateRoutine = 'Позволяване на създаването на Съхранени Процедури.';
$strPrivDescCreateTbl = 'Позволява създаване на нови таблици.';
$strPrivDescCreateTmpTable = 'Позволява създаването на временни таблици.';
$strPrivDescCreateUser = 'Позволяване на създаването, изтриването и преименуването на потребителски акаунти.';
$strPrivDescCreateView = 'Позволяване на създаването на нови Изгледи.';
$strPrivDescDelete = 'Позволява изтриване на данни.';
$strPrivDescDropDb = 'Позволява изтриване на бази от данни и таблици.';
$strPrivDescDropTbl = 'Позволява изтриване на таблици.';
$strPrivDescExecute5 = 'Позволяване на стартирането на Съхранени Процедури.';
$strPrivDescExecute = 'Позволява стартирането на съхранени процедури; Няма ефект в тази версия на MySQL.';
$strPrivDescFile = 'Позволява импортиране на данни от и експортиране на данни във файлове.';
$strPrivDescGrant = 'Позволява добавяне на потребители и привилегии без презареждане на таблицата с привилегиите.';
$strPrivDescIndex = 'Позволява създаване и премахване на индекси.';
$strPrivDescInsert = 'Позволява вмъкване и заменяне на данни.';
$strPrivDescLockTables = 'Позволява заключване на таблици за текущата нишка.';
$strPrivDescMaxConnections = 'Ограничава броя на новите конекции, които потребителя може да отвори на час.';
$strPrivDescMaxQuestions = 'Ограничава броя на заявките, които потребителя може да изпрати към сървъра на час.';
$strPrivDescMaxUpdates = 'Ограничава броя на командите, които променят някоя таблица или база от данни, които даден потребител може да стартира за час.';
$strPrivDescProcess3 = 'Позволява спирането на процеси на други потребители.';
$strPrivDescProcess4 = 'Позволява преглед на целите заявки в списъка с процесите.';
$strPrivDescReferences = 'Няма ефект в тази версия на MySQL.';
$strPrivDescReload = 'Позволява презареждане на сървърните настройки и изчистване(flashing) на кеша на сървъра.';
$strPrivDescReplClient = 'Дава правото на потребител да знае къде са slaves / masters.';
$strPrivDescReplSlave = 'Нужно за replication slaves.';
$strPrivDescSelect = 'Позволява четене на данни.';
$strPrivDescShowDb = 'Дава достъп до пълния списък на базите данни.';
$strPrivDescShowView = 'Позволяване на изпълнението на SHOW CREATE VIEW заявки.';
$strPrivDescShutdown = 'Позволява спиране на сървъра.';
$strPrivDescSuper = 'Позволява конектвне, дори ако е достигнат максималния брой на конекциите; Изисква се за повечето административни операции, като установяване на глобални променливи или спиране на нишка на други потребители.';
$strPrivDescUpdate = 'Позволява промяна на данни.';
$strPrivDescUsage = 'Няма привилегии.';
$strPrivileges = 'Привилегии';
$strPrivilegesReloaded = 'Привилегиите бяха презаредени успешно.';
$strProcesslist = 'Списък на процесите';
$strPutColNames = 'Поставяне имената на полетата на първия ред';
 
$strQBEDel = 'Изтрий';
$strQBEIns = 'Вмъкни';
$strQBE = 'Запитване по пример';
$strQueryCache = 'Кеш на заявките';
$strQueryFrame = 'Прозорец за заявки';
$strQueryOnDb = 'SQL-заявка към базата от данни <b>%s</b>:';
$strQuerySQLHistory = 'SQL-хронология';
$strQueryStatistics = '<b>Статистика на заявките</b>: От както е стартиран, %s заявки са изпратени към сървъра.';
$strQueryTime = 'Заявката отне %01.4f секунди';
$strQueryType = 'Тип на заявката';
$strQueryWindowLock = 'Не препокривайте тази заявка извън този прозорец';
 
$strReceived = 'Получени';
$strRecords = 'Записи';
$strReferentialIntegrity = 'Проверка на интегритета на връзките';
$strRefresh = 'Презареждане';
$strRelationalSchema = 'Релационна схема';
$strRelationNotWorking = 'Допълнителните възможности за работа със свързани (linked) таблици са деактивирани. За да разберете защо кликнете %sтук%s.';
$strRelations = 'Релации';
$strRelationsForTable = 'РЕЛАЦИИ ЗА ТАБЛИЦА';
$strRelationView = 'Изглед на релациите';
$strReloadingThePrivileges = 'Презареждане на привилегиите';
$strReloadMySQL = 'Презареждане на MySQL';
$strRemoveSelectedUsers = 'Отстраняване на избраните потребители';
$strRenameDatabaseOK = 'Базата данни %s беше преименувана на %s';
$strRenameTable = 'Преименуване на таблицата на';
$strRenameTableOK = 'Таблица %s беше преименувана на %s';
$strRepairTable = 'Поправяне на таблицата';
$strReplaceNULLBy = 'Заменяй NULL с';
$strReplaceTable = 'Замести данните от таблицата с данните от файла';
$strReplication = 'Репликация';
$strReset = 'Изчистване';
$strResourceLimits = 'Ресурсни ограничения';
$strReType = 'Отново';
$strRevokeAndDeleteDescr = 'Потребителите все още ще имат USAGE привилегия докато не се презаредят привилегиите.';
$strRevokeAndDelete = 'Отмяна на всички активни привилегии от потребителите и след това изтриване.';
$strRevokeMessage = 'Вие отменихте привилегиите за %s';
$strRevoke = 'Отменяне';
$strRomanian = 'Румънски';
$strRowLength = 'Дължина на реда';
$strRows = 'Редове';
$strRowsFrom = 'реда започвайки от';
$strRowSize = ' Размер на ред ';
$strRowsModeFlippedHorizontal = 'хоризонтален (обърнати хедъри)';
$strRowsModeHorizontal = 'хоризонтален';
$strRowsModeOptions = 'в %s вид и повтаряне на имената на колоните през всеки %s<br />';
$strRowsModeVertical = 'вертикален';
$strRowsStatistic = 'Статистика за редовете';
$strRunning = 'работи на %s';
$strRunQuery = 'Изпълни заявката';
$strRunSQLQuery = 'Стартиране SQL заявка/заявки към база от данни %s';
$strRussian = 'Руски';
 
$strSaveOnServer = 'Записване на сървъра в директория %s';
$strSave = 'Записване';
$strScaleFactorSmall = 'Мащаба е твърде малък за да се събере схемата на една страница';
$strSearchFormTitle = 'Търсене в базата от данни';
$strSearchInTables = 'В таблиците:';
$strSearchNeedle = 'Думи или стойности за търсене (символ за заместване: "%"):';
$strSearch = 'Търсене';
$strSearchOption1 = 'поне една от думите';
$strSearchOption2 = 'всички думи';
$strSearchOption3 = 'точната фраза';
$strSearchOption4 = 'като регулярен израз';
$strSearchResultsFor = 'Резултати от търсенето на "<i>%s</i>" %s:';
$strSearchType = 'Намери:';
$strSecretRequired = 'Конфигурационния файл има нужда от тайна парола (blowfish_secret).';
$strSelectADb = 'Моля изберете база от данни';
$strSelectAll = 'Селектиране на всичко';
$strSelectBinaryLog = 'Изберете двоичен журнал за преглед';
$strSelectFields = 'Изберете поле (поне едно):';
$strSelectNumRows = 'в запитването';
$strSelectTables = 'Избери таблици';
$strSend = 'Изпращане';
$strSent = 'Изпратени';
$strServerChoice = 'Избор на сървър';
$strServer = 'Сървър';
$strServerNotResponding = 'Няма отговор от сървъра';
$strServerStatus = 'Информация за състоянието на MySQL сървъра';
$strServerStatusUptime = 'Този MySQL сървър работи от %s. Стартиран е на %s.';
$strServerTabProcesslist = 'Процеси';
$strServerTabVariables = 'Променливи';
$strServerTrafficNotes = '<b>Трафик на сървъра</b>: Тези таблици показват статистика за мрежовия трафик на MySQL сървъра от както е стартиран.';
$strServerVars = 'Сървърни променливи и настройки';
$strServerVersion = 'Версия на сървъра';
$strSessionValue = 'Сесийна стойност';
$strSetEnumVal = 'Ако типа на полето е "enum" или "set", моля въведете стойностите използвайки този формат: \'a\',\'b\',\'c\'...<br />Ако е необходимо да сложите обратна черта ("\") или апостроф ("\'") между тези стойности, сложите обратна черта пред тях (например: \'\\\\xyz\' или \'a\\\'b\').';
$strShowAll = 'Покажи всички';
$strShowColor = 'Покажи цвят';
$strShowDatadictAs = 'Формат на речника на данните';
$strShowFullQueries = 'Показване на пълните заявки';
$strShowGrid = 'Покажи мрежа';
$strShowingRecords = 'Показване на записи ';
$strShowOpenTables = 'Показване на отворените теблици';
$strShowPHPInfo = 'Информация за PHP ';
$strShowTableDimension = 'Покажи размерността на таблиците';
$strShowTables = 'Покажи таблиците';
$strShowThisQuery = ' Показване на заявката отново';
$strShow = 'Показване';
$strSimplifiedChinese = 'Опростен китайски';
$strSingly = '(еднократно)';
$strSize = 'Размер';
$strSlovak = 'Словашки';
$strSlovenian = 'Словенски';
$strSortByKey = 'Сортиране по ключ';
$strSorting = 'Сортиране';
$strSort = 'Сортиране';
$strSpaceUsage = 'Използвано място';
$strSpanish = 'Испански';
$strSplitWordsWithSpace = 'Думите трябва да се разделят с интервал (" ").';
$strSQLExportCompatibility = 'Съвместимост на експортирания SQL';
$strSQLExportType = 'Тип на експортирането';
$strSQLOptions = 'Опции на експортирания SQL';
$strSQLParserBugMessage = 'Има известна вероятност да сте намерили бъг в SQL парсера. Моля проучете по-добре, и проверете коректността на кавичките. Друга вероятна причина за грешката може да бъде, че ъплоудвате файл с изпълним код извън областта заградена с кавички. Можете също така да се опитате да изпълните заявката чрез интерфейса за команден ред на MySQL. Грешката генерирана от MySQL сървъра по-долу, ако има такава, може също да ви помогне при откриването на проблема. Ако все още имате проблеми или парсера дава грешка там където интерфейса на командния ред не връща такава, моля ограничете вашите SQL заявки само до проблемната заявка, и изпратете съобщение за бъг с парчето от данните в CUT секцията по-долу:';
$strSQLParserUserError = 'Изглежда, че има грешка в SQL заявката ви. Грешката върната от MySQL сървъра по долу, ако има такава, би могла да ви помогне в определянето на проблема';
$strSQLQuery = 'SQL заявка';
$strSQLResult = 'SQL резултат';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Невалиден идентификатор';
$strSQPBugUnclosedQuote = 'Незатворени кавички';
$strSQPBugUnknownPunctuation = 'Непозната пунктуация на стринг';
$strStatCheckTime = 'Последна проверка';
$strStatCreateTime = 'Дата на създаване';
$strStatement = 'Заявление';
$strStatUpdateTime = 'Последно обновление';
$strStatus = 'Състояние';
$strStorageEngine = 'Хранилище на данни';
$strStorageEngines = 'Хранилища на данни';
$strStrucCSV = 'CSV данни';
$strStrucData = 'Структурата и данните';
$strStrucDrop = 'Добавяне на \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV за MS Excel данни';
$strStrucOnly = 'Само структурата';
$strStructPropose = 'Анализ на таблицата';
$strStructure = 'Структура';
$strSubmit = 'Изпълнение';
$strSuccess = 'SQL заявката беше изпълнена успешно';
$strSum = 'Сума';
$strSwedish = 'Шведски';
$strSwitchToDatabase = 'Прехвърляна към копираната база от данни';
$strSwitchToTable = 'Превключване към копираната таблица';
 
$strTableAlreadyExists = 'Таблица %s вече съществува!';
$strTableComments = 'Коментари към таблицата';
$strTableEmpty = 'Името на таблицата е празно!';
$strTableHasBeenDropped = 'Таблицата %s беше изтрита';
$strTableHasBeenEmptied = 'Таблицата %s беше изчистена';
$strTableHasBeenFlushed = 'Кеша на таблица %s беше изчистен';
$strTableMaintenance = 'Поддръжка на таблицата';
$strTableOfContents = 'Съдържание';
$strTableOptions = 'Опции на таблицата';
$strTables = '%s таблица(и)';
$strTableStructure = 'Структура на таблица';
$strTableType = 'Тип на таблицата';
$strTable = 'Таблица ';
$strTblPrivileges = 'Привилегии специфични за таблицата';
$strTempData = 'Временни данни';
$strTextAreaLength = ' Поради дължината си,<br /> това поле може да не е редактируемо ';
$strThai = 'Тайландски';
$strTheme = 'Тема / Стил';
$strThisHost = 'Този Хост';
$strThisNotDirectory = 'Това не беше директория';
$strThreadSuccessfullyKilled = 'Нишка %s беше успешно отстранена.';
$strThreads = 'Нишки';
$strTime = 'Време';
$strTotal = 'Общо';
$strTotalUC = 'Общо';
$strTraditionalChinese = 'Традиционен китайски';
$strTraditionalSpanish = 'Традиционен Испански';
$strTraffic = 'Трафик';
$strTransformation_application_octetstream__download = 'Показва връзка за сваляне на двоичните данни нa полето. Първата опция е файловото име на двоичния файл. Втората опция е вероятното име на полето на реда на таблицата съдържащо файловото име. Ако напишете втора опция, трябва първата ви опция да е установена на празен низ.';
$strTransformation_application_octetstream__hex = 'Показва шестнадесетично представяне на данните.';
$strTransformation_image_jpeg__inline = 'Показва thumbnail; опции: ширина, височина в пиксели (запазва оригиналната пропорция)';
$strTransformation_image_jpeg__link = 'Показва връзката на това изображение (за директно сваляне, i.e.).';
$strTransformation_image_png__inline = 'Виж image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Взема поле TIME, TIMESTAMP или DATETIME и го форматира като използва локалния формат за дата. Първата опция е отместването (в часове) която ще бъде добавена към времето (По подразбиране: 0). Втората опция представлява различен формат на датата в зависимост от параметрите на функцията на PHP - strftime().';
$strTransformation_text_plain__external = 'САМО ЗА ЛИНУКС: Стартира външното приложение и попълва данните в полетата чрез стандартния вход. Връща стандартния изход на приложението. По подразбиране е Tidy, за да покаже HTML кода. От съображения за сигурност, трябва ръчно да редактирате файла libraries/transformations/text_plain__external.inc.php и да вмъкнете програмите на които вие позволявате да бъдат стартирани. Първата опция тогава е номера на програмата която бихте искали да използвате а втората опция са параметрите за програмата. Ако третият параметър е установен в 1, ще конвертира изхода използвайки htmlspecialchars() (По подразбиране е 1). Ако четвъртият параметър е установен в 1, ще постави NOWRAP на клетката на съдържанието, така че целия изход ще бъде показан без преформатиране (По подразбиране е 1)';
$strTransformation_text_plain__formatted = 'Запазва оригиналното форматиране на полето.';
$strTransformation_text_plain__imagelink = 'Показва изображение и връзка на полето съдържащо файлово име; първата опция е префикс като "http://domain.com/", втората опция е ширината в пиксели, третата е височината.';
$strTransformation_text_plain__link = 'Показва връзката на полето съдържащо файлово име; първата опция е префикс като "http://domain.com/", втората опция е заглавието на връзката.';
$strTransformation_text_plain__substr = 'Показва част от низ. Първата опция е отместването от което ще се извежда вашият текст (По подразбиране е 0). Втората опция указва колко текст ще се изведе. Ако е празна, се връща целия оставащ текст. Третата опция указва кои символи ще бъдат изведени (По подразбиране: ...) .';
$strTruncateQueries = 'Съкращаване на показаните заявки';
$strTurkish = 'Турски';
$strType = 'Тип';
 
$strUkrainian = 'Украински';
$strUncheckAll = 'Размаркиране на всичко';
$strUnicode = 'Unicode';
$strUnique = 'Уникално';
$strUnknown = 'непознат';
$strUnselectAll = 'Деселектиране на всичко';
$strUpdatePrivMessage = 'Вие променихте привилегиите за %s.';
$strUpdateProfileMessage = 'Профила беше обновен.';
$strUpdateQuery = 'Допълни Запитването';
$strUpdComTab = 'Моля прегледайте информацията в Документацията относно това как да обновите вашата Column_comments таблица';
$strUpgrade = 'Трябва да ъпгрейднете към %s %s или по-късно.';
$strUsage = 'Използвани';
$strUseBackquotes = 'Използване на обратни кавички около имена на таблици и полета';
$strUseHostTable = 'Използвай таблица Host';
$strUserAlreadyExists = 'Потребител %s вече съществува!';
$strUserEmpty = 'Потребителското име е празно!';
$strUserName = 'Потребителско име';
$strUserNotFound = 'Избрания потребител не беше открит в таблицата с привилегиите.';
$strUserOverview = 'Преглед на потребителите';
$strUsersDeleted = 'Избраните потребители бяха изтрити успешно.';
$strUsersHavingAccessToDb = 'Потребители които имат достъп до &quot;%s&quot;';
$strUser = 'Потребител';
$strUseTabKey = 'Използвайте клавиша TAB за да премествате крурсора от стойност на стойност или CTRL+стрелка за да премествате курсора в съответната посока';
$strUseTables = 'Използвай таблицата';
$strUseTextField = 'Използвай текстовото поле';
$strUseThisValue = 'Използвахте тази стойност';
 
$strValidateSQL = 'Валидирай SQL-а';
$strValidatorError = 'SQL валидатора не може да бъде инициализиран. Моля проверете дали сте инсталирали необходимите PHP разширения, така както е описано в %sдокументацията%s.';
$strValue = 'Стойност';
$strVar = 'Променлива';
$strViewDumpDatabases = 'Преглед на схемата на базата от данни';
$strViewDumpDB = 'Схема на БД';
$strViewDump = 'Схема на таблицата';
$strViewHasBeenDropped = 'Изглед %s беше изтрит';
 
$strWebServerUploadDirectoryError = 'Директорията която сте указали за upload не може да бъде достигната';
$strWebServerUploadDirectory = 'директорията за upload на уеб сървъра';
$strWelcome = 'Добре дошли в %s';
$strWestEuropean = 'Западно-европейски';
$strWildcard = 'символ за заместване';
$strWindowNotFound = 'Прозореца на браузъра не може да бъде обновен. Може би сте затворили отварящият го прозорец или браузърът Ви е блокирал обновяване на данни от един прозорец в друг от съображения за сигурност';
$strWithChecked = 'Когато има отметка:';
$strWritingCommentNotPossible = 'Записа на коментар не е възможен';
$strWritingRelationNotPossible = 'Записа на релацията не е възможен';
$strWrongUser = 'Грешно име/парола. Достъп отказан.';
 
$strXML = 'XML';
 
$strYes = 'да';
 
$strZeroRemovesTheLimit = 'Забележка: Установяването на тези опции с 0 (нула) премахва ограничението.';
$strZip = '"zip-нато"';
 
// To translate:
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
 
$strBinaryLog = 'Binary log'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCSV = 'CSV'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
 
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strFreePages = 'Free pages'; //to translate
 
$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
 
$strJoins = 'Joins'; //to translate
 
$strKeyCache = 'Key cache'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
 
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
 
$strTakeIt = 'take it'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
 
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strView = 'View'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/bulgarian-windows-1251.inc.php
0,0 → 1,1003
<?php
/* $Id: bulgarian-windows-1251.inc.php,v 2.123.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Translated by Stanislav Yordanov <stanprog at stanprog.com>
* Based on translation made by Georgi Georgiev <chutz at chubaka.homeip.net>
*/
 
$charset = 'windows-1251';
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('áàéòà', 'ÊÁ', 'ÌÁ', 'ÃÁ', 'ÒÁ', 'ÏÁ', 'ÅÁ');
 
$day_of_week = array('íä', 'ïí', 'âò', 'ñð', '÷ò', 'ïò', 'ñá');
$month = array('ÿíóàðè', 'ôåâðóàðè', 'ìàðò', 'àïðèë', 'ìàé', 'þíè', 'þëè', 'àâãóñò', 'ñåïòåìâðè', 'îêòîìâðè', 'íîåìâðè', 'äåêåìâðè');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%e %B %Y â %H:%M';
 
$timespanfmt = '%s äåíà, %s ÷àñà, %s ìèíóòè è %s ñåêóíäè';
 
$strAbortedClients = 'Ïðåêúñíàòè';
$strAbsolutePathToDocSqlDir = 'Ìîëÿ âúâåäåòå àáñîëþòíèÿ ïúò íà óåá ñúðâúðà äî docSQL äèðåêòîðèÿòà';
$strAccessDeniedExplanation = 'phpMyAdmin íàïðàâè îïèò äà ñå ñâúðæå êúì MySQL ñúðâúðà, íî ñúðâúðà îòõâúðëè êîíåêöèÿòà. Òðÿáâà äà ïðîâåðèòå õîñòà, ïîòðåáèòåëñêîòî èìå è ïàðîëàòà â config.inc.php ôàéëà è äà ñå óâåðèòå, ÷å òå îòãîâàðÿò íà èíôîðìàöèÿòà ïðåäîñòàâåíà îò àäìèíèñòðàòîðà íà MySQL ñúðâúðà.';
$strAccessDenied = 'Îòêàçàí äîñòúï';
$strAction = 'Äåéñòâèå';
$strAddAutoIncrement = 'Äîáàâÿíå íà AUTO_INCREMENT';
$strAddConstraints = 'Äîáàâÿíå íà îãðàíè÷åíèå';
$strAddDeleteColumn = 'Äîáàâè/èçòðèé êîëîíà ïî êðèòåðèé';
$strAddDeleteRow = 'Äîáàâè/èçòðèé ðåä ïî êðèòåðèé';
$strAddDropDatabase = 'Äîáàâÿíå íà DROP DATABASE';
$strAddedColumnComment = 'Äîáàâåí êîìåíòàð êúì êîëîíà';
$strAddedColumnRelation = 'Äîáàâåíà ðåëàöèà êúì êîëîíà';
$strAddFields = 'Äîáàâÿíå íà %s ïîëå(òà)';
$strAddHeaderComment = 'Äîáàâÿíå íà êîìåíòàð â õåäúðà (\\n íîâ ðåä)';
$strAddIfNotExists = 'Äîáàâÿíå íà IF NOT EXISTS';
$strAddIntoComments = 'Äîáàâè â êîìåíòàðèòå';
$strAddNewField = 'Äîáàâÿíå íà íîâî ïîëå';
$strAddPrivilegesOnDb = 'Äîáàâÿíå íà ïðèâèëåãèè êúì ñëåäíàòà áàçà îò äàííè';
$strAddPrivilegesOnTbl = 'Äîáàâÿíå íà ïðèâèëåãèè êúì ñëåäíàòà òàáëèöà';
$strAddSearchConditions = 'Äîáàâåòå óñëîâèå çà òúðñåíå (ñúäúðæàíèå íà "where" êëàóçàòà):';
$strAddToIndex = ' &nbsp;%s&nbsp;êîëîíà(è) áåøå(ÿõà)äîáàâåíè êúì èíäåêñà ';
$strAddUserMessage = 'Âèå äîáàâèõòå íîâ ïîòðåáèòåë.';
$strAddUser = 'Äîáàâÿíå íà íîâ ïîòðåáèòåë.';
$strAdministration = 'Àäìèíèñòðàöèÿ';
$strAffectedRows = 'Çàñåãíàòè ðåäîâå:';
$strAfterInsertBack = 'âðúùàíå îáðàòíî';
$strAfterInsertNewInsert = 'âìúêâàíå íà íîâ çàïèñ';
$strAfterInsertNext = 'ðåäàêòèðàíå íà ñëåäâàùèÿ ðåä';
$strAfterInsertSame = 'âðúùàíå êúì òàçè ñòðàíèöà';
$strAfter = 'ñëåä %s';
$strAll = 'âñè÷êè';
$strAllTableSameWidth = 'ïîêàçâàíå íà âñè÷êè Òàáëèöè ñ åäíà è ñúùà øèðèíà?';
$strAlterOrderBy = 'Ïîäðåæäàíå íà òàáëèöàòà ïî';
$strAnalyzeTable = 'Àíàëèçèðàíå íà òàáëèöàòà';
$strAndThen = 'è ñëåä òîâà';
$strAnd = 'è';
$strAnIndex = 'Áåøå äîáàâåí èíäåêñ íà %s';
$strAny = 'âñåêè';
$strAnyHost = 'Âñåêè õîñò';
$strAnyUser = 'Âñåêè ïîòðåáèòåë';
$strApproximateCount = 'Ìîæå äà èìà ïðèáëèçèòåëíà ñòîéíîñò. Âèæ FAQ 3.11';
$strAPrimaryKey = 'Áåøå äîáàâåí ïúðâè÷åí êëþ÷ êúì ';
$strArabic = 'Àðàáñêè';
$strArmenian = 'Àðìåíñêè';
$strAscending = 'Âúçõîäÿùî';
$strAtBeginningOfTable = 'â íà÷àëîòî íà òàáëèöàòà';
$strAtEndOfTable = 'â êðàÿ íà òàáëèöàòà';
$strAttr = 'Àòðèáóòè';
$strAutodetect = 'àâòîìàòè÷íî îòêðèâàíå';
$strAutomaticLayout = 'Àâòîìàòè÷åí ëåéàóò';
 
$strBack = 'Íàçàä';
$strBaltic = 'Áàëòèéñêè';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' Äâîè÷íî ';
$strBinaryDoNotEdit = ' Äâîè÷íî - íå ñå ðåäàêòèðà ';
$strBookmarkAllUsers = 'Íåêà âñåêè ïîòðåáèòåë èìà äîñòúï äî òîçè ïîêàçàëåö';
$strBookmarkCreated = 'Ïîêàçàëåö %s áåøå ñúçäàäåí óñïåøíî';
$strBookmarkDeleted = 'Ïîêàçàëåöúò áåøå èçòðèò.';
$strBookmarkLabel = 'Åòèêåò';
$strBookmarkQuery = 'Çàïàçâàíå íà SQL çàÿâêà';
$strBookmarkReplace = 'Ïðåïîêðèâàíå íå ñúùåñòâóâàùèÿ ïîêàçàëåö ñúñ ñúùîòî èìå';
$strBookmarkThis = 'Çàïàçè òàçè SQL çàÿâêà';
$strBookmarkView = 'Ñàìî ïîêàçâàíå';
$strBrowseForeignValues = 'Ïðåãëåæäàíå íà âúíøíèòå(foreign) ñòîéíîñòè';
$strBrowse = 'Ïðåëèñòâàíå';
$strBulgarian = 'Áúëãàðñêè';
$strBzError = 'phpMyAdmin íå ìîæå äà êîìïðåñèðà ñõåìàòà(dump) çàðàäè ãðåøêà â Bz2 ðàçøèðåíèåòî â òàçè âåðñèÿ íà PHP. Ãîðåùî ñå ïðåïîðú÷âà äà óñòàíîâèòå ñòîéíîñòòà íà <code>$cfg[\'BZipDump\']</code> äèðåêòèâàòà â êîíôèãóðàöèîííèÿ ôàéë íà âàøèÿ phpMyAdmin íà <code>FALSE</code>. Àêî èñêàòå äà ñå èçïîëçâàòå âúçìîæíîñòèòå íà Bz2 êîìïðåñèÿòà, ùå òðÿáâà äà úïãðåéäíåòå äî ïî-íîâà âåðñèÿ íà PHP. Âèæòå ñúîáùåíèå %s çà ïîâå÷å èíôîðìàöèÿ.';
$strBzip = '"bzip-íàòî"';
 
$strCalendar = 'Êàëåíäàð';
$strCannotLogin = 'Íå ìîãà äà ñå ëîãíà êúì MySQL ñúðâúðà';
$strCantLoad = 'íå ìîãà äà çàðåäÿ ðàçøèðåíèåòî %s,<br />ìîëÿ ïðîâåðåòå êîíôèãóðàöèÿòà íà PHP';
$strCantLoadRecodeIconv = 'Íå ìîæå äà ñå çàðåäÿò iconv èëè recode ðàçøèðåíèÿòà íåîáõîäèìè çà êîíâåðòèðàíå íà íàáîðà îò ñèìâîëè(charset), êîíôèãóðèðàéòå PHP òàêà, ÷å äà ïîçâîëÿâà èçïîëçâàíå íà òåçè ðàçøèðåíèÿ èëè îòìåíåòå êîíâåðòèðàíåòî íà íàáîðà îò ñèìâîëè(charset) â phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Íå ìîãà äà ïðåèìåíóâàì èíäåêñà íà PRIMARY!';
$strCantUseRecodeIconv = 'Íå ìîæå äà ñå èçïîëçâà íèòî iconv íèòî libiconv íèòî recode_string ôóíêöèÿòà äîêàòî ïðîòîêîëèòå çà ðàçøèðåíèÿòà ñà çàðåäåíè. Ïðîâåðåòå êîíôèãóðàöèÿòà íà PHP.';
$strCardinality = 'Íàäåæäíîñò';
$strCaseInsensitive = 'íå÷óâñòâèòåëíî êúì ðåãèñòúðà';
$strCaseSensitive = '÷óâñòâèòåëíî êúì ðåãèñòúðà';
$strCentralEuropean = 'Öåíòðàëíî åâðîïåéñêè';
$strChangeCopyModeCopy = '... çàïàçâàíå íà ñòàðèÿ.';
$strChangeCopyModeDeleteAndReload = ' ... èçòðèâàíå íà ñòàðèÿ îò òàáëèöàòà íà ïîòðåáèòåëèòå è ñëåä òîâà ïðåçàðåæäàíå íà ïðèâèëåãèèòå.';
$strChangeCopyModeJustDelete = ' ... èçòðèâàíå íà ñòàðèÿ îò òàáëèöàòà íà ïîòðåáèòåëèòå.';
$strChangeCopyMode = 'Ñúçäàâàíå íîâ ïîòðåáèòåë ñúñ ñúùèòå ïðèâèëåãèè è ...';
$strChangeCopyModeRevoke = ' ... îòìåíÿíå íà âñè÷êè àêòèâíè ïðèâèëåãèè îò ñòàðèÿ è ñëåä òîâà èçòðèâàíå.';
$strChangeCopyUser = 'Ïðîìÿíà íà ëîãèí èíôîðìàöèÿòà / Êîïèðàíå íà ïîòðåáèòåë';
$strChangeDisplay = 'Èçáåðåòå Ïîëåòà çà ïîêàçâàíå';
$strChange = 'Ïðîìåíÿíå';
$strChangePassword = 'Ñìÿíà íà ïàðîëàòà';
$strCharsetOfFile = 'Íàáîð îò ñèìâîëè íà ôàéëà:';
$strCharsetsAndCollations = 'Íàáîðè îò ñèìâîëè è êîëàöèè';
$strCharsets = 'Íàáîðè îò ñèìâîëè';
$strCharset = 'Íàáîð îò ñèìâîëè';
$strCheckAll = 'Ìàðêèðàíå íà âñè÷êî';
$strCheckOverhead = 'Ìàðêèðàíå íà òàáëèöèòå ñúñ çàãóáåíî ìÿñòî';
$strCheckPrivsLong = 'Ïðîâåðè ïðèâèëåãèèòå çà áàçà îò äàííè &quot;%s&quot;.';
$strCheckPrivs = 'Ïðîâåðêà íà ïðèâèëåãèèòå';
$strCheckTable = 'Ïðîâåðêà íà òàáëèöàòà';
$strChoosePage = 'Ìîëÿ èçáåðåòå ñòðàíèöà çà ðåäàêòèðàíå';
$strColComFeat = 'Ïîêàçâàíå íà êîìåíòàðè êúì Êîëîíèòå';
$strCollation = 'Êîëàöèÿ';
$strColumnNames = 'Èìå íà êîëîíà';
$strColumnPrivileges = 'Ïðèâèëåãèè ñïåöèôè÷íè çà êîëîíàòà';
$strCommand = 'Êîìàíäà';
$strCommentsForTable = 'ÊÎÌÅÍÒÀÐÈ ÇÀ ÒÀÁËÈÖÀ';
$strComments = 'Êîìåíòàðè';
$strCompatibleHashing = 'MySQL&nbsp;4.0 ñúâìåñòèìî';
$strCompleteInserts = 'Ïúëíè INSERT-è';
$strCompression = 'Êîìïðåñèÿ';
$strConfigFileError = 'phpMyAdmin íå ìîæå äà ïðî÷åòå êîíôèãóðàöèîííèÿò Âè ôàéë!<br />Òîâà ìîæå äà ñå ñëó÷è àêî PHP îòêðèå ñèíòàêòè÷íà ãðåøêà â íåãî èëè íå ìîæå äà îòêðèå ôàéëà.<br />Ìîëÿ èçâèêàéòå êîíôèãóðàöèîííèÿ ôàéë äèðåêòíî êàòî èçïîëçâàòå ëèíêà ïî-äîëó è ïðî÷åòåòå ñúîáùåíèåòî çà ãðåøêà êîåòî PHP âðúùà.  ïî-ãîëÿìà ÷àñò îò ñëó÷àèòå, íÿêúäå ëèïñâàò êàâè÷êè èëè òî÷êà è çàïåòàÿ.<br />Àêî ñå èçâåäå ïðàçíà ñòðàíèöà, âñè÷êè å íàðåä.';
$strConfigureTableCoord = 'Ìîëÿ êîíôèãóðèðàéòå êîîðäèíàòèòå çà òàáëèöà %s';
$strConnectionError = 'Âðúçêàòà íå ìîæå äà áúäå îñúùåñòâåíà: íåâàëèäíè íàñòðîéêè.';
$strConnections = 'Êîíåêöèè';
$strConstraintsForDumped = 'Îãðàíè÷åíèÿ çà äúìïíàòè òàáëèöè';
$strConstraintsForTable = 'Îãðàíè÷åíèÿ çà òàáëèöà';
$strCookiesRequired = 'Îòòóê íàòàòúê ñà íåîáõîäèìè "Cookies".';
$strCopyDatabaseOK = 'Áàçà îò äàííè %s áåøå êîïèðàíà êàòî %s';
$strCopyTableOK = 'Òàáëèöà %s áåøå êîïèðàíà â %s.';
$strCopyTableSameNames = 'Íå ìîæå äà ñå êîïèðà òàáëèöàòà êúì ñåáå ñè!';
$strCopyTable = 'Êîïèðàíå íà òàáëèöà (áàçà îò äàííè<b>.</b>òàáëèöà):';
$strCopy = 'Êîïèðàíå';
$strCouldNotKill = 'phpMyAdmin íå ìîæà äà ñïðå íèøêà %s. Âåðîÿòíî âå÷å å áèëà çàòâîðåíà.';
$strCreateDatabaseBeforeCopying = 'Èçïúëíÿâàíå íà CREATE DATABASE ïðåäè êîïèðàíåòî';
$strCreateIndex = 'Ñúçäàâàíå íà èíäåêñ âúðõó &nbsp;%s&nbsp;êîëîíè';
$strCreateIndexTopic = 'Ñúçäàé íîâ èíäåêñ';
$strCreateNewDatabase = 'Ñúçäàâàíå íà íîâà ÁÄ';
$strCreateNewTable = 'Ñúçäàâàíå íà íîâà òàáëèöà â ÁÄ %s';
$strCreate = 'Ñúçäàé';
$strCreatePage = 'Ñúçäàé íîâà Ñòðàíèöà';
$strCreatePdfFeat = 'Ñúçäàâàíå íà PDF-è';
$strCreationDates = 'Ñúçäàâàíå/Îáíîâÿâàíå/Ïðîâåðêà íà äàòè';
$strCriteria = 'Êðèòåðèé';
$strCroatian = 'Õúðâàòñêè';
$strCSVImportOptions = 'CSV îïöèè';
$strCSVOptions = 'CSV îïöèè';
$strCyrillic = 'Êèðèëèöà';
$strCzech = '×åøêè';
$strCzechSlovak = '×åõîñëîâàøêè';
 
$strDanish = 'Äàòñêè';
$strDatabase = 'ÁÄ';
$strDatabaseEmpty = 'Èìåòî íà áàçàòà îò äàííè å ïðàçíî!';
$strDatabaseExportOptions = 'Îïöèè çà åêñïîðòèðàíå íà áàçà îò äàííè';
$strDatabaseHasBeenDropped = 'Áàçàòà äàííè %s áåøå èçòðèòà.';
$strDatabaseNoTable = 'Áàçàòà äàííè íå ñúäúðæà òàáëèöà!';
$strDatabasesDropped = '%s áàçè îò äàííè áÿõà èçòðèòè óñïåøíî.';
$strDatabasesStatsDisable = 'Çàáðàíè ñòàòèñòèêà';
$strDatabasesStatsEnable = 'Ðàçðåøè ñòàòèñòèêà';
$strDatabasesStatsHeavyTraffic = 'Çàáåëåæêà: Ðàçðåøàâàíåòî íà ñòàòèñòèêà íà áàçàòà îò äàííè ìîæå äà êîñòâà ìíîãî ãîëÿì òðàôèê ìåæäó óåá ñúðâúðà è MySQL ñúðâúðà.';
$strDatabasesStats = ' Ñòàòèñòèêà çà áàçèòå äàííè';
$strDatabases = 'Áàçè îò äàííè';
$strDataDict = 'Ðå÷íèê íà äàííèòå';
$strData = 'Äàííè';
$strDataOnly = 'Ñàìî äàííè';
$strDBComment = 'Êîìåíòàð êúì áàçàòà îò äàííè: ';
$strDBCopy = 'Êîïèðàíå íà áàçàòà îò äàííè â';
$strDBGContextID = 'Êîíòåêñòíî ID';
$strDBGContext = 'Êîíòåêñò';
$strDBGHits = 'Ïîïàäåíèÿ';
$strDBGLine = 'Ëèíèÿ';
$strDBGMaxTimeMs = 'Ìàêñ. âðåìå, ms';
$strDBGMinTimeMs = 'Ìèí. âðåìå, ms';
$strDBGModule = 'Ìîäóë';
$strDBGTimePerHitMs = 'Âðåìå/Ïîïàäåíèå, ms';
$strDBGTotalTimeMs = 'Îáùî âðåìå, ms';
$strDbPrivileges = 'Ïðèâèëåãèè ñïåöèôè÷íè çà áàçàòà îò äàííè';
$strDBRename = 'Ïðåèìåíóâàíå íà áàçàòà îò äàííè íà';
$strDbSpecific = 'ñïåöèôè÷íè çà áàçàòà îò äàííè';
$strDefaultEngine = '%s å õðàíèëèùåòî íà äàííè ïî ïîäðàçáèðàíå íà òîçè MySQL ñúðâúð.';
$strDefaultValueHelp = 'Çà ñòîéíîñòèòå ïî ïîäðàçáèðàíå, ìîëÿ âúâåäåòå ñàìî åäíà ñòîéíîñò, áåç îáðàòíè ÷åðòè èëè àïîñòðîô, èçïîëçâàéêè ñëåäíèÿ ôîðìàò: a';
$strDefault = 'Ïî ïîäðàçáèðàíå';
$strDefragment = 'Äåôðàãìåíòèðàíå íà òàáëèöà';
$strDelayedInserts = 'Èçïîëçâàíå íà îòëîæåíè âìúêâàíèÿ';
$strDeleteAndFlushDescr = 'Òîâà å íàé-÷èñòèÿ íà÷èí, íî ïðåçàðåæäàíåòî íà ïðèâèëåãèèòå ìîæå äà îòíåìå èçâåñòíî âðåìå.';
$strDeleteAndFlush = 'Èçòðèâàíå íà ïîòðåáèòåëèòå è ñëåä òîâà ïðåçàðåæäàíå íà ïðèâèëåãèèòå.';
$strDeleted = 'Ðåäúò áåøå èçòðèò';
$strDeletedRows = 'Èçòðèòè ðåäîâå:';
$strDelete = 'Èçòðèâàíå';
$strDeleting = 'Èçòðèâàíå íà %s';
$strDelOld = 'Òåêóùàòà Ñòðàíèöà èìà Ðåôåðåíöèè êúì Òàáëèöè êîèòî âå÷å íå ñúùåñòâóâàò. Æåëàåòå ëè äà èçòðèåòå òåçè Ðåôåðåíöèè?';
$strDescending = 'Íèçõîäÿùî';
$strDescription = 'Îïèñàíèå';
$strDictionary = 'ðå÷íèê';
$strDisabled = 'Çàáðàíåíî';
$strDisableForeignChecks = 'Çàáðàíÿâàíå íà ïðîâåðêèòå çà âúíøåí êëþ÷';
$strDisplayFeat = 'Ïîêàæè âúçìîæíîñòèòå';
$strDisplayOrder = 'Ïîäðåæäàíå ïî:';
$strDisplayPDF = 'Ïîêàæè PDF ñõåìà';
$strDoAQuery = 'Èçïúëíè "çàÿâêà ïî øàáëîí" (ñèìâîë çà çàìåñòâàíå: "%")';
$strDocu = 'Äîêóìåíòàöèÿ';
$strDoYouReally = 'Äåéñòâèòåëíî ëè æåëàåòå äà èçïúëíèòå çàÿâêàòà';
$strDropDatabaseStrongWarning = 'Âèå ùå ÓÍÈÙÎÆÈÒÅ öÿëàòà áàçà îò äàííè!';
$strDrop = 'Óíèùîæàâàíå';
$strDropUsersDb = 'Èçòðèâàíå íà áàçèòå îò äàííè êîèòî èìàò èìåíà êàòî òåçè íà ïîòðåáèòåëèòå.';
$strDumpingData = 'Äúìï (ñõåìà) íà äàííèòå â òàáëèöàòà';
$strDumpSaved = 'Ñõåìàòà(äúìï) áåøå çàïèñàíà âúâ ôàéë %s.';
$strDumpXRows = 'Äúìï-íè %s ðåäà êàòî çàïî÷íåø îò %s.';
$strDynamic = 'äèíàìè÷åí';
 
$strEdit = 'Ðåäàêòèðàíå';
$strEditPDFPages = 'Ðåäàêòèðàíå íà PDF Ñòðàíèöè';
$strEditPrivileges = 'Ðåäàêòèðàíå íà ïðèâèëåãèèòå';
$strEffective = 'Åôåêòèâíè';
$strEmpty = 'Èç÷èñòâàíå';
$strEmptyResultSet = 'MySQL âúðíà ïðàçåí ðåçóëòàò (ò.å. íóëà ðåäîâå).';
$strEnabled = 'Ïîçâîëåíî';
$strEncloseInTransaction = 'Èçîëèðàíå íà åêñïîðòà â òðàíçàêöèÿ';
$strEndCut = 'END CUT';
$strEnd = 'Êðàé';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s å ðàçðåøåí íà òîçè MySQL ñúðâúð.';
$strEngineDisabled = '%s å èçêëþ÷åí çà òîçè MySQL ñúðâúð.';
$strEngines = 'Õðàíèëèùà';
$strEngineUnsupported = 'Òîçè MySQL ñúðâúð íå ïîääúðæà õðàíèëèùåòî íà äàííè %s.';
$strEnglish = 'Àíãëèéñêè';
$strEnglishPrivileges = ' Çàáåëåæêà: Èìåíàòà íà ïðèâèëåãèèòå íà MySQL ñà ïîêàçàíè íà àíãëèéñêè. ';
$strErrorInZipFile = 'Ãðåøêà â ZIP àðõèâà:';
$strError = 'Ãðåøêà';
$strEsperanto = 'Åñïåðàíòî';
$strEstonian = 'Åñòîíñêè';
$strExcelEdition = 'Âåðñèÿ íà Excel';
$strExcelOptions = 'Îïöèè íà Excel';
$strExecuteBookmarked = 'Ñòàðòèðàíå íà çàïàçåíà SQL-çàÿâêà';
$strExplain = 'Explain SQL';
$strExport = 'Åêñïîðòèðàíå';
$strExtendedInserts = 'Ðàçøèðåíè INSERT-è';
$strExtra = 'Äîïúëíèòåëíî';
 
$strFailedAttempts = 'Ïðîâàëèëè ñå îïèòè';
$strFieldHasBeenDropped = 'Ïîëåòî %s áåøå èçòðèòî';
$strFieldsEmpty = ' Áðîÿ÷à íà ïîëåòàòà å ïðàçåí! ';
$strFieldsEnclosedBy = 'Ïîëåòàòà ñà îãðàäåíè ñúñ';
$strFieldsEscapedBy = 'Ïðåäñòàâêà íà ñïåöèàëíèòå ñèìâîëè';
$strFieldsTerminatedBy = 'Ïîëåòàòà çàâúðøâàò ñúñ';
$strFields = 'Ïîëåòà';
$strField = 'Ïîëå';
$strFileAlreadyExists = 'Ôàéëúò %s âå÷å ñúùåñòâóâà íà ñúðâúðà, ñìåíåòå èìåòî íà ôàéëà èëè âêëþ÷åòå îïöèÿòà çà ïðåïîêðèâàíå.';
$strFileCouldNotBeRead = 'Ôàéëúò íå ìîæå äà áúäå ïðî÷åòåí';
$strFileNameTemplateRemember = 'çàïîìíÿíå íà øàáëîíà';
$strFileNameTemplate = 'Øàáëîí íà ôàéëîâîòî èìå';
$strFileToImport = 'Ôàéë çà èìïîðòèðàíå';
$strFixed = 'Ôèêñèðàí';
$strFlushPrivilegesNote = 'Çàáåëåæêà: phpMyAdmin âçåìà ïîòðåáèòåëñêèòå ïðèâèëåãèè äèðåêòíî îò òàáëèöàòà íà ïðèâèëåãèèòå íà MySQL. Ñúäúðæàíèåòî íà òàçè òàáëèöà ìîæå äà ñå ðàçëè÷àâà îò ïðèâèëåãèèòå êîèòî èçïîëçâà ñúðâúðà àêî êúì íåãî ñà íàïðàâåíè ïðîìåíè íà ðúêà.  òîçè ñëó÷àé, òðÿáâà äà %sïðåçàðåäèòå ïðèâèëåãèèòå%s ïðåäè äà ïðîäúëæèòå.';
$strFlushTable = 'Èç÷èñòâàíå íà êåøà íà òàáëèöàòà ("FLUSH")';
$strFormat = 'Ôîðìàò';
$strFormEmpty = 'Ëèïñâà ñòîéíîñò âúâ ïîëåòî íà ôîðìàòà!';
$strFullText = 'Ïúëíè òåêñòîâå';
$strFunction = 'Ôóíêöèÿ';
 
$strGenBy = 'Ãåíåðèðàíî îò';
$strGeneralRelationFeat = 'Îáùè âúçìîæíîñòè íà ðåëàöèèòå';
$strGenerate = 'Ãåíåðèðàíå';
$strGeneratePassword = 'Ãåíåðèðàíå íà ïàðîëà';
$strGenTime = 'Âðåìå íà ãåíåðèðàíå';
$strGeorgian = 'Ãðóçèíñêè';
$strGerman = 'Íåìñêè';
$strGlobal = 'ãëîáàëåí';
$strGlobalPrivileges = 'Ãëîáàëíè ïðèâèëåãèè';
$strGlobalValue = 'Ãëîáàëíà ñòîéíîñò';
$strGo = 'Èçïúëíåíèå';
$strGrantOption = 'Äàäåíè';
$strGreek = 'Ãðúöêè';
$strGzip = '"gzip-íàòî"';
 
$strHasBeenAltered = 'áåøå ïðîìåíåíà.';
$strHasBeenCreated = 'áåøå ñúçäàäåíà.';
$strHaveToShow = 'Òðÿáâà äà èçáåðåòå ïîíå åäíà Êîëîíà çà ïîêàçâàíå';
$strHebrew = 'Èâðèò';
$strHexForBinary = 'Èçïîëçâàíå íà øåñòíàäåñåòè÷íî ïðåäñòàâÿíå çà äâîè÷íèòå ïîëåòà';
$strHome = 'Íà÷àëî';
$strHomepageOfficial = 'Îôèöèàëíàòà óåá ñòðàíèöà íà phpMyAdmin ';
$strHostEmpty = 'Èìåòî íà õîñòà å ïðàçíî!';
$strHost = 'Õîñò';
$strHTMLExcelOptions = 'Îïöèè çà åêñïîðòèðàíå êúì Microsoft Excel 2000';
$strHungarian = 'Óíãàðñêè';
 
$strIcelandic = 'Èñëàíäñêè';
$strId = 'ID';
$strIdxFulltext = 'Ïúëíîòåêñòîâî';
$strIgnore = 'Èãíîðèðàíå';
$strIgnoreDuplicates = 'Èãíîðèðàíå íà äóáëèðàùèòå ñå ðåäîâå';
$strIgnoreInserts = 'Èçïîëçâàíå íà INSERT IGNORE';
$strIgnoringFile = 'Èãíîðèðàíå íà ôàéë %s';
$strImportDocSQL = 'Èìïîðòèðàé docSQL ôàéëîâåòå';
$strImportFiles = 'Èìïîðòèðàíå íà ôàéëîâå';
$strImportFormat = 'Ôîðìàò íà èíïîðòèðàíèÿ ôàéë';
$strImport = 'Èìïîðòèðàíå';
$strIndexes = 'Èíäåêñè';
$strIndexHasBeenDropped = 'Èíäåêñà %s áåøå èçòðèò';
$strIndexName = 'Èìå íà èíäåêñà&nbsp;:';
$strIndex = 'Èíäåêñ';
$strIndexType = 'Òèï íà èíäåêñà&nbsp;:';
$strIndexWarningMultiple = 'Ïîâå÷å îò åäèí %s êëþ÷ áåøå ñúçäàäåí çà êîëîíà `%s`';
$strIndexWarningPrimary = 'Êîëîíà `%s` íå ìîæå äà áúäå åäíîâðåìåííî ïúðâè÷åí è âúíøåí êëþ÷';
$strIndexWarningTable = 'Ïðîáëåì ñ èíäåêñèòå íà òàáëèöà `%s`';
$strInnoDBPages = 'ñòðàíèöè';
$strInnodbStat = 'InnoDB Ñúñòîÿíèå';
$strInsecureMySQL = 'Âàøèÿò êîíôèãóðàöèîíåí ôàéë ñúäúðæà íàñòðîéêè (root áåç ïàðîëà), êîèòî ñúîòâåòñòâàò íà ïðèâèëåãèðîâàíèÿ àêàóíò íà MySQL ïî ïîäðàçáèðàíå. Âàøèÿò MySQL ñúðâúð å ñòàðòèðàí ñ òîâà ïî ïîäðàçáèðàíå è ìîæå äà áúäå ëåñíî õàêíàò. Òðÿáâà äà îïðàâèòå òàçè äóïêà â ñèãóðíîñòòà.';
$strInsertAsNewRow = 'Âìúêâàíå êàòî íîâ ðåä';
$strInsertedRowId = 'Âìúêíàòî ID íà ðåäà:';
$strInsertedRows = 'Âìúêíàòè ðåäà:';
$strInsertNewRow = 'Âìúêâàíå íà íîâ ðåä';
$strInsert = 'Âìúêâàíå';
$strInternalNotNecessary = '* Âúòðåøíàòà ðåëàöèÿ íå å íåîáõîäèìà êîãàòî ñúùåñòâóâà ñúùî â InnoDB.';
$strInternalRelations = 'Âúòðåøíè ðåëàöèè';
$strInUse = 'Çàåòî';
$strInvalidColumn = 'Íåâàëèäíà êîëîíà (%s)!';
$strInvalidColumnCount = 'Áðîÿ íà êîëîíèòå òðÿáâà äà å ïî-ãîëÿì îò íóëà.';
$strInvalidFieldAddCount = 'Òðÿáâà äà äîáàâèòå ïîíå åäíî ïîëå.';
$strInvalidFieldCount = 'Òàáëèöàòà òðÿáâà äà èìà ïîíå åäíî ïîëå.';
$strInvalidRowNumber = '%d íå å âàëèäåí íîìåð íà ðåä.';
 
$strJapanese = 'ßïîíñêè';
$strJumpToDB = 'Ñêî÷è êúì áàçà îò äàííè &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Èçòðèòèòå&quot; ïîòðåáèòåëè ùå èìàò äîñòúï äî ñúðâúðà êàêòî îáèêíîâåíî, äîêàòî íå ñå ïðåçàðåäÿò ïðèâèëåãèèòå.';
$strJustDelete = 'Èçòðèâàíå íà ïîòðåáèòåëèòå îò òàáëèöàòà ñ ïðèâèëåãèèòå.';
 
$strKeepPass = 'Äà íå ñå ñìåíÿ ïàðîëàòà';
$strKeyname = 'Èìå íà êëþ÷à';
$strKill = 'ÑÒÎÏ';
$strKorean = 'Êîðåéñêè';
 
$strLandscape = 'Ïåéçàæíî';
$strLatexCaption = 'Çàãëàâèå íà òàáëèöàòà';
$strLatexContent = 'Ñúäúðæàíèå íà òàáëèöà __TABLE__';
$strLatexContinuedCaption = 'Ïðîäúëæåíèå íà çàãëàâèåòî íà òàáëèöàòà';
$strLatexContinued = '(ïðîäúëæåíèå)';
$strLatexIncludeCaption = 'Âêëþ÷âàíå íà çàãëàâèå íà òàáëèöàòà';
$strLatexLabel = 'Åòèêåò íà êëþ÷à';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX îïöèè';
$strLatexStructure = 'Ñòðóêòóðà íà òàáëèöà __TABLE__';
$strLatvian = 'Ëàòâèéñêè';
$strLDI = 'CSV ñ LOAD DATA';
$strLDIImportOptions = 'Îïöèè çà CSV èìïîðòèðàíåòî ñ LOAD DATA';
$strLDILocal = 'Èçïîëçâàíå íà êëþ÷îâàòà äóìà LOCAL ';
$strLengthSet = 'Äúëæèíà/Ñòîéíîñò*';
$strLimitNumRows = 'ðåäîâå íà ñòðàíèöà';
$strLinesTerminatedBy = 'Ðåäîâåòå çàâúðøâàò ñ';
$strLinkNotFound = 'Âðúçêèòå íå ñà íàìåðåíè';
$strLinksTo = 'Ñî÷è êúì';
$strLithuanian = 'Ëèòîâñêè';
$strLocalhost = 'Ëîêàëåí';
$strLocationTextfile = 'Ìåñòîïîëîæåíèå íà òåêñòîâèÿ ôàéë';
$strLoginInformation = 'Èíôîðìàöèÿ çà ëîãâàíå';
$strLogin = 'Âõîä';
$strLogout = 'Èçõîä îò ñèñòåìàòà';
$strLogPassword = 'Ïàðîëà:';
$strLogServer = 'Ñúðâúð';
$strLogUsername = 'Èìå:';
$strLongOperation = 'Îïåðàöèÿòà ìîæå äà ïðîäúëæè äúëãî. Äà ïðîäúëæè ëè âúïðåêè òîâà?';
 
$strMaxConnects = 'ìàêñèìàëåí áðîé íà åäíîâðåìåííèòå êîíåêöèè';
$strMaximalQueryLength = 'Ìàêñèìàëíà äúëæèíà íà ñúçäàäåíàòà çàÿâêà';
$strMaximumSize = 'Ìàêñèìàëåí ðàçìåð: %s%s';
$strMIME_available_mime = 'Äîñòúïíè MIME-òèïîâå';
$strMIME_available_transform = 'Äîñòúïíè òðàíñôîðìàöèè';
$strMIME_description = 'Îïèñàíèå';
$strMIME_MIMEtype = 'MIME-òèï';
$strMIME_nodescription = 'Íÿìà Îïèñàíèå çà òàçè òðàíñôîðìàöèÿ.<br />Ìîëÿ îáúðíåòå ñå êúì àâòîðà îòíîñíî òîâà êàêâî ïðàâè %s.';
$strMIME_transformation = 'Áðàóçúðíà òðàíñôîðìàöèÿ';
$strMIME_transformation_note = 'Çà ñïèñúêà íà äîñòúïíèòå îïöèè íà òðàíñôîðìàöèÿòà è òåõíèòå MIME-type òðàíñôîðìàöèè êëèêíåòå íà %sîïèñàíèÿ íà òðàíñôîðìàöèÿòà%s';
$strMIME_transformation_options_note = 'Ìîëÿ âúâåäåòå ñòîéíîñòèòå çà îïöèèòå íà òðàíñôîðìàöèÿòà êàòî èçïîëçâàòå ñëåäíèÿ ôîðìàò: \'a\',\'b\',\'c\'...<br />Àêî òðÿáâà äà ïîñòàâèòå îáðàòíî íàêëîíåíà ÷åðòà ("\") èëè åäèíè÷íà êàâè÷êà ("\'") ìåæäó òåçè ñòîéíîñòè, ïîñòàâåòå ïðåä òÿõ äîïúëíèòåëíà îáðàòíî íàêëîíåíà ÷åðòà (íàïðèìåð \'\\\\xyz\' èëè \'a\\\'b\').';
$strMIME_transformation_options = 'Îïöèè íà òðàíñôîðìàöèÿòà';
$strMIMETypesForTable = 'MIME ÒÈÏÎÂÅ ÇÀ ÒÀÁËÈÖÀ';
$strMIME_without = 'MIME-types ïîêàçàíè â íàêëîíåí øðèôò íå ïðèòåæàâàò îòäåëíà ôóíêöèÿ çà òðàíñôîðìàöèÿ';
$strModifications = 'Ïðîìåíèòå áÿõà ñúõðàíåíè';
$strModifyIndexTopic = 'Ïðîìÿíà íà èíäåêñ';
$strModify = 'Ïðîìåíè';
$strMoveTable = 'Ïðåìåñòâàíå íà òàáëèöà êúì (áàçà îò äàííè<b>.</b>òàáëèöà):';
$strMoveTableOK = 'Òàáëèöàòà %s áåøå ïðåìåñòåíà êúì %s.';
$strMoveTableSameNames = 'Íå ìîæå äà ñå ïðåìåñòè òàáëèöàòà êúì ñåáå ñè!';
$strMultilingual = 'ìíîãîåçè÷åí';
$strMyISAMMaxExtraSortFileSize = 'Ìàêñèìàëåí ðàçìåð íà âðåìåííèòå ôàéëîâå ïðè ñúçäàâàíå íà èíäåêñ';
$strMyISAMRecoverOptions = 'Ðåæèì íà àâòîìàòè÷íî âúçñòàíîâÿâàíå';
$strMyISAMRepairThreads = 'Ïîïðàâêà íà íèøêèòå';
$strMyISAMSortBufferSize = 'Ðàçìåð íà áóôåðà çà ñîðòèðàíå';
$strMySQLCharset = 'Íàáîð îò ñèìâîëè íà MySQL';
$strMySQLConnectionCollation = 'Êîëàöèÿ íà MySQL';
$strMySQLSaid = 'MySQL îòãîâîðè: ';
$strMySQLShowProcess = 'MySQL ïðîöåñè';
$strMySQLShowStatus = 'Èíôîðìàöèÿ çà ñúñòîÿíèåòî íà MySQL ñúðâúðà';
$strMySQLShowVars = 'Ñèñòåìíè ïðîìåíëèâè íà MySQL';
 
$strName = 'Èìå';
$strNext = 'Ñëåäâàù';
$strNoDatabases = 'Íÿìà áàçè îò äàííè';
$strNoDatabasesSelected = 'Íÿìà èçáðàíè áàçè îò äàííè.';
$strNoDescription = 'íÿìà Îïèñàíèå';
$strNoDetailsForEngine = 'Íÿìà äåòàéëíà èíôîðìàöèÿ çà ñúñòîÿíèåòî íà òîâà õðàíèëèùå íà äàííè.';
$strNoDropDatabases = '"DROP DATABASE" çàÿâêàòà å çàáðàíåíà.';
$strNoExplain = 'Ïðîïóñíè Explain SQL';
$strNoFilesFoundInZip = 'Íå ñà îòêðèòè ôàéëîâå â ZIP àðõèâà!';
$strNoFrames = 'phpMyAdmin å ïî äðóæåëþáåí àêî èçïîëçâàòå áðàóçúð, êîéòî ïîääúðæà <b>frames</b>.';
$strNoIndexPartsDefined = 'Íå ñà äåôèíèðàíè ÷àñòè íà èíäåêñ!';
$strNoIndex = 'Íå å äåôèíèðàí èíäåêñ!';
$strNoModification = 'Íÿìà ïðîìÿíà';
$strNone = 'Íÿìà';
$strNo = 'íå';
$strNoOptions = 'Òîçè ôîðìàò íÿìà îïöèè';
$strNoPassword = 'Íÿìà ïàðîëà';
$strNoPermission = 'Óåá ñúðâúðà íÿìà ïðàâà çà çàïèñ íà ôàéëà %s.';
$strNoPhp = 'áåç PHP êîä';
$strNoPrivileges = 'Íÿìà ïðèâèëåãèè';
$strNoRights = ' ìîìåíòà íå ðàçïîëàãàòå ñ äîñòàòú÷íî ïðàâà çà äà ñå íàìèðàòå òóê!';
$strNoRowsSelected = 'Íÿìà âúðíàòè ðåäîâå';
$strNoSpace = 'Íåäîñòàòú÷íî ñâîáîäíî ïðîñòðàíñòâî çà çàïèñâàíå íà ôàéëà %s.';
$strNoTablesFound = 'Â áàçàòà îò äàííè íÿìà òàáëèöè.';
$strNotNumber = 'Òîâà íå å ÷èñëî!';
$strNotOK = 'íå å OK';
$strNotSet = 'òàáëèöà <b>%s</b> íå å íàìåðåíà èëè íå å óñòàíîâåíà â %s';
$strNoUsersFound = 'Íÿìà ïîòðåáèòåë(è).';
$strNoValidateSQL = 'Ïðîïóñíè Validate SQL';
$strNull = 'Ïðàçíî';
$strNumberOfFields = 'Áðîé íà ïîëåòàòà';
$strNumSearchResultsInTable = '%s ñúâïàäåíèå(ÿ) â òàáëèöà <i>%s</i>';
$strNumSearchResultsTotal = '<b>Îáùî:</b> <i>%s</i> ñúâïàäåíèå(ÿ)';
$strNumTables = 'Òàáëèöè';
 
$strOK = 'OK';
$strOperations = 'Îïåðàöèè';
$strOperator = 'Îïåðàòîð';
$strOptimizeTable = 'Îïòèìèçàöèÿ íà òàáëèöàòà';
$strOr = 'èëè';
$strOverhead = 'Çàãóáåíî ìÿñòî';
$strOverwriteExisting = 'Ïðåïîêðèâàíå íà ñúùåñòâóâàùèòå ôàéëîâå';
 
$strPageNumber = 'Íîìåð íà ñòðàíèöàòà:';
$strPaperSize = 'Ðàçìåð íà õàðòèÿòà';
$strPartialImport = '×àñòè÷íî èìïîðòèðàíå';
$strPartialText = '×àñòè÷íè òåêñòîâå';
$strPasswordChanged = 'Ïàðîëàòà íà %s áåøå ïðîìåíåíà óñïåøíî.';
$strPasswordEmpty = 'Ïàðîëàòà å ïðàçíà!';
$strPasswordNotSame = 'Ïàðîëàòà íå å ñúùàòà!';
$strPassword = 'Ïàðîëà';
$strPdfDbSchema = 'Ñõåìàòà íà áàçà îò äàííè "%s" - Ñòðàíèöà %s';
$strPdfInvalidTblName = 'Òàáëèöà "%s" íå ñúùåñòâóâà!';
$strPdfNoTables = 'Íÿìà òàáëèöè';
$strPerHour = 'íà ÷àñ';
$strPerMinute = 'íà ìèíóòà';
$strPerSecond = 'íà ñåêóíäà';
$strPersian = 'Ïåðñèéñêè';
$strPhoneBook = 'Òåëåôîíåí áåëåæíèê';
$strPHP40203 = 'Âèå èçïîëçâàòå PHP 4.2.3, êîéòî èìà ñåðèîçåí áúã ñ ìíîãî-áàéòîâè ñòðèíãîâå (mbstring). Âèæòå ñâåäåíèåòî çà PHP áúãà 19404. Íå å ïðåïîðú÷èòåëíî äà èçïîëçâàòå òàçè âåðñèÿ íà PHP ñ phpMyAdmin.';
$strPhp = 'Ñúçäàâàíå íà PHP êîä';
$strPHPVersion = 'Âåðñèÿ íà PHP';
$strPmaDocumentation = 'phpMyAdmin äîêóìåíòàöèÿ';
$strPmaUriError = 'Íà <tt>$cfg[\'PmaAbsoluteUri\']</tt> ÒÐßÁÂÀ äà ñå çàäàäå ñòîéíîñò â êîíôèãóðàöèîííèÿ ôàéë!';
$strPolish = 'Ïîëñêè';
$strPortrait = 'Ïîðòðåòíî';
$strPos1 = 'Íà÷àëî';
$strPrevious = 'Ïðåäèøåí';
$strPrimaryKeyHasBeenDropped = ' Ãëàâíèÿ êëþ÷ áåøå èçòðèò.';
$strPrimaryKeyName = 'Èìåòî íà ãëàâíèÿ êëþ÷ òðÿáâà äà å... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>òðÿáâà</b> äà å èìåòî íà <b>è åäèíñòâåíî íà</b> ãëàâíèÿ êëþ÷!)';
$strPrimary = 'PRIMARY';
$strPrint = 'Ïå÷àò';
$strPrintView = 'Èçãëåä çà ïå÷àò';
$strPrintViewFull = 'Ïðåãëåä çà ïå÷àò (ñ ïúëíèòå òåêñòîâå)';
$strPrivDescAllPrivileges = 'Âêëþ÷âà âñè÷êè ïðèâèëåãèè îñâåí GRANT.';
$strPrivDescAlterRoutine = 'Ïîçâîëÿâàíå íà ïðîìåíÿíå è èçäðèâàíå íà Ñúõðàíåíè Ïðîöåäóðè.';
$strPrivDescAlter = 'Ïîçâîëÿâà ïðîìåíÿíå íà ñòðóêòóðàòà íà ñúùåñòâóâàùè òàáëèöè.';
$strPrivDescCreateDb = 'Ïîçâîëÿâà ñúçäàâàíå íà íîâè áàçè îò äàííè è òàáëèöè.';
$strPrivDescCreateRoutine = 'Ïîçâîëÿâàíå íà ñúçäàâàíåòî íà Ñúõðàíåíè Ïðîöåäóðè.';
$strPrivDescCreateTbl = 'Ïîçâîëÿâà ñúçäàâàíå íà íîâè òàáëèöè.';
$strPrivDescCreateTmpTable = 'Ïîçâîëÿâà ñúçäàâàíåòî íà âðåìåííè òàáëèöè.';
$strPrivDescCreateUser = 'Ïîçâîëÿâàíå íà ñúçäàâàíåòî, èçòðèâàíåòî è ïðåèìåíóâàíåòî íà ïîòðåáèòåëñêè àêàóíòè.';
$strPrivDescCreateView = 'Ïîçâîëÿâàíå íà ñúçäàâàíåòî íà íîâè Èçãëåäè.';
$strPrivDescDelete = 'Ïîçâîëÿâà èçòðèâàíå íà äàííè.';
$strPrivDescDropDb = 'Ïîçâîëÿâà èçòðèâàíå íà áàçè îò äàííè è òàáëèöè.';
$strPrivDescDropTbl = 'Ïîçâîëÿâà èçòðèâàíå íà òàáëèöè.';
$strPrivDescExecute5 = 'Ïîçâîëÿâàíå íà ñòàðòèðàíåòî íà Ñúõðàíåíè Ïðîöåäóðè.';
$strPrivDescExecute = 'Ïîçâîëÿâà ñòàðòèðàíåòî íà ñúõðàíåíè ïðîöåäóðè; Íÿìà åôåêò â òàçè âåðñèÿ íà MySQL.';
$strPrivDescFile = 'Ïîçâîëÿâà èìïîðòèðàíå íà äàííè îò è åêñïîðòèðàíå íà äàííè âúâ ôàéëîâå.';
$strPrivDescGrant = 'Ïîçâîëÿâà äîáàâÿíå íà ïîòðåáèòåëè è ïðèâèëåãèè áåç ïðåçàðåæäàíå íà òàáëèöàòà ñ ïðèâèëåãèèòå.';
$strPrivDescIndex = 'Ïîçâîëÿâà ñúçäàâàíå è ïðåìàõâàíå íà èíäåêñè.';
$strPrivDescInsert = 'Ïîçâîëÿâà âìúêâàíå è çàìåíÿíå íà äàííè.';
$strPrivDescLockTables = 'Ïîçâîëÿâà çàêëþ÷âàíå íà òàáëèöè çà òåêóùàòà íèøêà.';
$strPrivDescMaxConnections = 'Îãðàíè÷àâà áðîÿ íà íîâèòå êîíåêöèè, êîèòî ïîòðåáèòåëÿ ìîæå äà îòâîðè íà ÷àñ.';
$strPrivDescMaxQuestions = 'Îãðàíè÷àâà áðîÿ íà çàÿâêèòå, êîèòî ïîòðåáèòåëÿ ìîæå äà èçïðàòè êúì ñúðâúðà íà ÷àñ.';
$strPrivDescMaxUpdates = 'Îãðàíè÷àâà áðîÿ íà êîìàíäèòå, êîèòî ïðîìåíÿò íÿêîÿ òàáëèöà èëè áàçà îò äàííè, êîèòî äàäåí ïîòðåáèòåë ìîæå äà ñòàðòèðà çà ÷àñ.';
$strPrivDescProcess3 = 'Ïîçâîëÿâà ñïèðàíåòî íà ïðîöåñè íà äðóãè ïîòðåáèòåëè.';
$strPrivDescProcess4 = 'Ïîçâîëÿâà ïðåãëåä íà öåëèòå çàÿâêè â ñïèñúêà ñ ïðîöåñèòå.';
$strPrivDescReferences = 'Íÿìà åôåêò â òàçè âåðñèÿ íà MySQL.';
$strPrivDescReload = 'Ïîçâîëÿâà ïðåçàðåæäàíå íà ñúðâúðíèòå íàñòðîéêè è èç÷èñòâàíå(flashing) íà êåøà íà ñúðâúðà.';
$strPrivDescReplClient = 'Äàâà ïðàâîòî íà ïîòðåáèòåë äà çíàå êúäå ñà slaves / masters.';
$strPrivDescReplSlave = 'Íóæíî çà replication slaves.';
$strPrivDescSelect = 'Ïîçâîëÿâà ÷åòåíå íà äàííè.';
$strPrivDescShowDb = 'Äàâà äîñòúï äî ïúëíèÿ ñïèñúê íà áàçèòå äàííè.';
$strPrivDescShowView = 'Ïîçâîëÿâàíå íà èçïúëíåíèåòî íà SHOW CREATE VIEW çàÿâêè.';
$strPrivDescShutdown = 'Ïîçâîëÿâà ñïèðàíå íà ñúðâúðà.';
$strPrivDescSuper = 'Ïîçâîëÿâà êîíåêòâíå, äîðè àêî å äîñòèãíàò ìàêñèìàëíèÿ áðîé íà êîíåêöèèòå; Èçèñêâà ñå çà ïîâå÷åòî àäìèíèñòðàòèâíè îïåðàöèè, êàòî óñòàíîâÿâàíå íà ãëîáàëíè ïðîìåíëèâè èëè ñïèðàíå íà íèøêà íà äðóãè ïîòðåáèòåëè.';
$strPrivDescUpdate = 'Ïîçâîëÿâà ïðîìÿíà íà äàííè.';
$strPrivDescUsage = 'Íÿìà ïðèâèëåãèè.';
$strPrivileges = 'Ïðèâèëåãèè';
$strPrivilegesReloaded = 'Ïðèâèëåãèèòå áÿõà ïðåçàðåäåíè óñïåøíî.';
$strProcesslist = 'Ñïèñúê íà ïðîöåñèòå';
$strPutColNames = 'Ïîñòàâÿíå èìåíàòà íà ïîëåòàòà íà ïúðâèÿ ðåä';
 
$strQBEDel = 'Èçòðèé';
$strQBEIns = 'Âìúêíè';
$strQBE = 'Çàïèòâàíå ïî ïðèìåð';
$strQueryCache = 'Êåø íà çàÿâêèòå';
$strQueryFrame = 'Ïðîçîðåö çà çàÿâêè';
$strQueryOnDb = 'SQL-çàÿâêà êúì áàçàòà îò äàííè <b>%s</b>:';
$strQuerySQLHistory = 'SQL-õðîíîëîãèÿ';
$strQueryStatistics = '<b>Ñòàòèñòèêà íà çàÿâêèòå</b>: Îò êàêòî å ñòàðòèðàí, %s çàÿâêè ñà èçïðàòåíè êúì ñúðâúðà.';
$strQueryTime = 'Çàÿâêàòà îòíå %01.4f ñåêóíäè';
$strQueryType = 'Òèï íà çàÿâêàòà';
$strQueryWindowLock = 'Íå ïðåïîêðèâàéòå òàçè çàÿâêà èçâúí òîçè ïðîçîðåö';
 
$strReceived = 'Ïîëó÷åíè';
$strRecords = 'Çàïèñè';
$strReferentialIntegrity = 'Ïðîâåðêà íà èíòåãðèòåòà íà âðúçêèòå';
$strRefresh = 'Ïðåçàðåæäàíå';
$strRelationalSchema = 'Ðåëàöèîííà ñõåìà';
$strRelationNotWorking = 'Äîïúëíèòåëíèòå âúçìîæíîñòè çà ðàáîòà ñúñ ñâúðçàíè (linked) òàáëèöè ñà äåàêòèâèðàíè. Çà äà ðàçáåðåòå çàùî êëèêíåòå %sòóê%s.';
$strRelations = 'Ðåëàöèè';
$strRelationsForTable = 'ÐÅËÀÖÈÈ ÇÀ ÒÀÁËÈÖÀ';
$strRelationView = 'Èçãëåä íà ðåëàöèèòå';
$strReloadingThePrivileges = 'Ïðåçàðåæäàíå íà ïðèâèëåãèèòå';
$strReloadMySQL = 'Ïðåçàðåæäàíå íà MySQL';
$strRemoveSelectedUsers = 'Îòñòðàíÿâàíå íà èçáðàíèòå ïîòðåáèòåëè';
$strRenameDatabaseOK = 'Áàçàòà äàííè %s áåøå ïðåèìåíóâàíà íà %s';
$strRenameTable = 'Ïðåèìåíóâàíå íà òàáëèöàòà íà';
$strRenameTableOK = 'Òàáëèöà %s áåøå ïðåèìåíóâàíà íà %s';
$strRepairTable = 'Ïîïðàâÿíå íà òàáëèöàòà';
$strReplaceNULLBy = 'Çàìåíÿé NULL ñ';
$strReplaceTable = 'Çàìåñòè äàííèòå îò òàáëèöàòà ñ äàííèòå îò ôàéëà';
$strReplication = 'Ðåïëèêàöèÿ';
$strReset = 'Èç÷èñòâàíå';
$strResourceLimits = 'Ðåñóðñíè îãðàíè÷åíèÿ';
$strReType = 'Îòíîâî';
$strRevokeAndDeleteDescr = 'Ïîòðåáèòåëèòå âñå îùå ùå èìàò USAGE ïðèâèëåãèÿ äîêàòî íå ñå ïðåçàðåäÿò ïðèâèëåãèèòå.';
$strRevokeAndDelete = 'Îòìÿíà íà âñè÷êè àêòèâíè ïðèâèëåãèè îò ïîòðåáèòåëèòå è ñëåä òîâà èçòðèâàíå.';
$strRevokeMessage = 'Âèå îòìåíèõòå ïðèâèëåãèèòå çà %s';
$strRevoke = 'Îòìåíÿíå';
$strRomanian = 'Ðóìúíñêè';
$strRowLength = 'Äúëæèíà íà ðåäà';
$strRows = 'Ðåäîâå';
$strRowsFrom = 'ðåäà çàïî÷âàéêè îò';
$strRowSize = ' Ðàçìåð íà ðåä ';
$strRowsModeFlippedHorizontal = 'õîðèçîíòàëåí (îáúðíàòè õåäúðè)';
$strRowsModeHorizontal = 'õîðèçîíòàëåí';
$strRowsModeOptions = 'â %s âèä è ïîâòàðÿíå íà èìåíàòà íà êîëîíèòå ïðåç âñåêè %s<br />';
$strRowsModeVertical = 'âåðòèêàëåí';
$strRowsStatistic = 'Ñòàòèñòèêà çà ðåäîâåòå';
$strRunning = 'ðàáîòè íà %s';
$strRunQuery = 'Èçïúëíè çàÿâêàòà';
$strRunSQLQuery = 'Ñòàðòèðàíå SQL çàÿâêà/çàÿâêè êúì áàçà îò äàííè %s';
$strRussian = 'Ðóñêè';
 
$strSaveOnServer = 'Çàïèñâàíå íà ñúðâúðà â äèðåêòîðèÿ %s';
$strSave = 'Çàïèñâàíå';
$strScaleFactorSmall = 'Ìàùàáà å òâúðäå ìàëúê çà äà ñå ñúáåðå ñõåìàòà íà åäíà ñòðàíèöà';
$strSearchFormTitle = 'Òúðñåíå â áàçàòà îò äàííè';
$strSearchInTables = 'Â òàáëèöèòå:';
$strSearchNeedle = 'Äóìè èëè ñòîéíîñòè çà òúðñåíå (ñèìâîë çà çàìåñòâàíå: "%"):';
$strSearch = 'Òúðñåíå';
$strSearchOption1 = 'ïîíå åäíà îò äóìèòå';
$strSearchOption2 = 'âñè÷êè äóìè';
$strSearchOption3 = 'òî÷íàòà ôðàçà';
$strSearchOption4 = 'êàòî ðåãóëÿðåí èçðàç';
$strSearchResultsFor = 'Ðåçóëòàòè îò òúðñåíåòî íà "<i>%s</i>" %s:';
$strSearchType = 'Íàìåðè:';
$strSecretRequired = 'Êîíôèãóðàöèîííèÿ ôàéë èìà íóæäà îò òàéíà ïàðîëà (blowfish_secret).';
$strSelectADb = 'Ìîëÿ èçáåðåòå áàçà îò äàííè';
$strSelectAll = 'Ñåëåêòèðàíå íà âñè÷êî';
$strSelectBinaryLog = 'Èçáåðåòå äâîè÷åí æóðíàë çà ïðåãëåä';
$strSelectFields = 'Èçáåðåòå ïîëå (ïîíå åäíî):';
$strSelectNumRows = 'â çàïèòâàíåòî';
$strSelectTables = 'Èçáåðè òàáëèöè';
$strSend = 'Èçïðàùàíå';
$strSent = 'Èçïðàòåíè';
$strServerChoice = 'Èçáîð íà ñúðâúð';
$strServer = 'Ñúðâúð';
$strServerNotResponding = 'Íÿìà îòãîâîð îò ñúðâúðà';
$strServerStatus = 'Èíôîðìàöèÿ çà ñúñòîÿíèåòî íà MySQL ñúðâúðà';
$strServerStatusUptime = 'Òîçè MySQL ñúðâúð ðàáîòè îò %s. Ñòàðòèðàí å íà %s.';
$strServerTabProcesslist = 'Ïðîöåñè';
$strServerTabVariables = 'Ïðîìåíëèâè';
$strServerTrafficNotes = '<b>Òðàôèê íà ñúðâúðà</b>: Òåçè òàáëèöè ïîêàçâàò ñòàòèñòèêà çà ìðåæîâèÿ òðàôèê íà MySQL ñúðâúðà îò êàêòî å ñòàðòèðàí.';
$strServerVars = 'Ñúðâúðíè ïðîìåíëèâè è íàñòðîéêè';
$strServerVersion = 'Âåðñèÿ íà ñúðâúðà';
$strSessionValue = 'Ñåñèéíà ñòîéíîñò';
$strSetEnumVal = 'Àêî òèïà íà ïîëåòî å "enum" èëè "set", ìîëÿ âúâåäåòå ñòîéíîñòèòå èçïîëçâàéêè òîçè ôîðìàò: \'a\',\'b\',\'c\'...<br />Àêî å íåîáõîäèìî äà ñëîæèòå îáðàòíà ÷åðòà ("\") èëè àïîñòðîô ("\'") ìåæäó òåçè ñòîéíîñòè, ñëîæèòå îáðàòíà ÷åðòà ïðåä òÿõ (íàïðèìåð: \'\\\\xyz\' èëè \'a\\\'b\').';
$strShowAll = 'Ïîêàæè âñè÷êè';
$strShowColor = 'Ïîêàæè öâÿò';
$strShowDatadictAs = 'Ôîðìàò íà ðå÷íèêà íà äàííèòå';
$strShowFullQueries = 'Ïîêàçâàíå íà ïúëíèòå çàÿâêè';
$strShowGrid = 'Ïîêàæè ìðåæà';
$strShowingRecords = 'Ïîêàçâàíå íà çàïèñè ';
$strShowOpenTables = 'Ïîêàçâàíå íà îòâîðåíèòå òåáëèöè';
$strShowPHPInfo = 'Èíôîðìàöèÿ çà PHP ';
$strShowTableDimension = 'Ïîêàæè ðàçìåðíîñòòà íà òàáëèöèòå';
$strShowTables = 'Ïîêàæè òàáëèöèòå';
$strShowThisQuery = ' Ïîêàçâàíå íà çàÿâêàòà îòíîâî';
$strShow = 'Ïîêàçâàíå';
$strSimplifiedChinese = 'Îïðîñòåí êèòàéñêè';
$strSingly = '(åäíîêðàòíî)';
$strSize = 'Ðàçìåð';
$strSlovak = 'Ñëîâàøêè';
$strSlovenian = 'Ñëîâåíñêè';
$strSortByKey = 'Ñîðòèðàíå ïî êëþ÷';
$strSorting = 'Ñîðòèðàíå';
$strSort = 'Ñîðòèðàíå';
$strSpaceUsage = 'Èçïîëçâàíî ìÿñòî';
$strSpanish = 'Èñïàíñêè';
$strSplitWordsWithSpace = 'Äóìèòå òðÿáâà äà ñå ðàçäåëÿò ñ èíòåðâàë (" ").';
$strSQLExportCompatibility = 'Ñúâìåñòèìîñò íà åêñïîðòèðàíèÿ SQL';
$strSQLExportType = 'Òèï íà åêñïîðòèðàíåòî';
$strSQLOptions = 'Îïöèè íà åêñïîðòèðàíèÿ SQL';
$strSQLParserBugMessage = 'Èìà èçâåñòíà âåðîÿòíîñò äà ñòå íàìåðèëè áúã â SQL ïàðñåðà. Ìîëÿ ïðîó÷åòå ïî-äîáðå, è ïðîâåðåòå êîðåêòíîñòòà íà êàâè÷êèòå. Äðóãà âåðîÿòíà ïðè÷èíà çà ãðåøêàòà ìîæå äà áúäå, ÷å úïëîóäâàòå ôàéë ñ èçïúëíèì êîä èçâúí îáëàñòòà çàãðàäåíà ñ êàâè÷êè. Ìîæåòå ñúùî òàêà äà ñå îïèòàòå äà èçïúëíèòå çàÿâêàòà ÷ðåç èíòåðôåéñà çà êîìàíäåí ðåä íà MySQL. Ãðåøêàòà ãåíåðèðàíà îò MySQL ñúðâúðà ïî-äîëó, àêî èìà òàêàâà, ìîæå ñúùî äà âè ïîìîãíå ïðè îòêðèâàíåòî íà ïðîáëåìà. Àêî âñå îùå èìàòå ïðîáëåìè èëè ïàðñåðà äàâà ãðåøêà òàì êúäåòî èíòåðôåéñà íà êîìàíäíèÿ ðåä íå âðúùà òàêàâà, ìîëÿ îãðàíè÷åòå âàøèòå SQL çàÿâêè ñàìî äî ïðîáëåìíàòà çàÿâêà, è èçïðàòåòå ñúîáùåíèå çà áúã ñ ïàð÷åòî îò äàííèòå â CUT ñåêöèÿòà ïî-äîëó:';
$strSQLParserUserError = 'Èçãëåæäà, ÷å èìà ãðåøêà â SQL çàÿâêàòà âè. Ãðåøêàòà âúðíàòà îò MySQL ñúðâúðà ïî äîëó, àêî èìà òàêàâà, áè ìîãëà äà âè ïîìîãíå â îïðåäåëÿíåòî íà ïðîáëåìà';
$strSQLQuery = 'SQL çàÿâêà';
$strSQLResult = 'SQL ðåçóëòàò';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Íåâàëèäåí èäåíòèôèêàòîð';
$strSQPBugUnclosedQuote = 'Íåçàòâîðåíè êàâè÷êè';
$strSQPBugUnknownPunctuation = 'Íåïîçíàòà ïóíêòóàöèÿ íà ñòðèíã';
$strStatCheckTime = 'Ïîñëåäíà ïðîâåðêà';
$strStatCreateTime = 'Äàòà íà ñúçäàâàíå';
$strStatement = 'Çàÿâëåíèå';
$strStatUpdateTime = 'Ïîñëåäíî îáíîâëåíèå';
$strStatus = 'Ñúñòîÿíèå';
$strStorageEngine = 'Õðàíèëèùå íà äàííè';
$strStorageEngines = 'Õðàíèëèùà íà äàííè';
$strStrucCSV = 'CSV äàííè';
$strStrucData = 'Ñòðóêòóðàòà è äàííèòå';
$strStrucDrop = 'Äîáàâÿíå íà \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV çà MS Excel äàííè';
$strStrucOnly = 'Ñàìî ñòðóêòóðàòà';
$strStructPropose = 'Àíàëèç íà òàáëèöàòà';
$strStructure = 'Ñòðóêòóðà';
$strSubmit = 'Èçïúëíåíèå';
$strSuccess = 'SQL çàÿâêàòà áåøå èçïúëíåíà óñïåøíî';
$strSum = 'Ñóìà';
$strSwedish = 'Øâåäñêè';
$strSwitchToDatabase = 'Ïðåõâúðëÿíà êúì êîïèðàíàòà áàçà îò äàííè';
$strSwitchToTable = 'Ïðåâêëþ÷âàíå êúì êîïèðàíàòà òàáëèöà';
 
$strTableAlreadyExists = 'Òàáëèöà %s âå÷å ñúùåñòâóâà!';
$strTableComments = 'Êîìåíòàðè êúì òàáëèöàòà';
$strTableEmpty = 'Èìåòî íà òàáëèöàòà å ïðàçíî!';
$strTableHasBeenDropped = 'Òàáëèöàòà %s áåøå èçòðèòà';
$strTableHasBeenEmptied = 'Òàáëèöàòà %s áåøå èç÷èñòåíà';
$strTableHasBeenFlushed = 'Êåøà íà òàáëèöà %s áåøå èç÷èñòåí';
$strTableMaintenance = 'Ïîääðúæêà íà òàáëèöàòà';
$strTableOfContents = 'Ñúäúðæàíèå';
$strTableOptions = 'Îïöèè íà òàáëèöàòà';
$strTables = '%s òàáëèöà(è)';
$strTableStructure = 'Ñòðóêòóðà íà òàáëèöà';
$strTableType = 'Òèï íà òàáëèöàòà';
$strTable = 'Òàáëèöà ';
$strTblPrivileges = 'Ïðèâèëåãèè ñïåöèôè÷íè çà òàáëèöàòà';
$strTempData = 'Âðåìåííè äàííè';
$strTextAreaLength = ' Ïîðàäè äúëæèíàòà ñè,<br /> òîâà ïîëå ìîæå äà íå å ðåäàêòèðóåìî ';
$strThai = 'Òàéëàíäñêè';
$strTheme = 'Òåìà / Ñòèë';
$strThisHost = 'Òîçè Õîñò';
$strThisNotDirectory = 'Òîâà íå áåøå äèðåêòîðèÿ';
$strThreadSuccessfullyKilled = 'Íèøêà %s áåøå óñïåøíî îòñòðàíåíà.';
$strThreads = 'Íèøêè';
$strTime = 'Âðåìå';
$strTotal = 'Îáùî';
$strTotalUC = 'Îáùî';
$strTraditionalChinese = 'Òðàäèöèîíåí êèòàéñêè';
$strTraditionalSpanish = 'Òðàäèöèîíåí Èñïàíñêè';
$strTraffic = 'Òðàôèê';
$strTransformation_application_octetstream__download = 'Ïîêàçâà âðúçêà çà ñâàëÿíå íà äâîè÷íèòå äàííè ía ïîëåòî. Ïúðâàòà îïöèÿ å ôàéëîâîòî èìå íà äâîè÷íèÿ ôàéë. Âòîðàòà îïöèÿ å âåðîÿòíîòî èìå íà ïîëåòî íà ðåäà íà òàáëèöàòà ñúäúðæàùî ôàéëîâîòî èìå. Àêî íàïèøåòå âòîðà îïöèÿ, òðÿáâà ïúðâàòà âè îïöèÿ äà å óñòàíîâåíà íà ïðàçåí íèç.';
$strTransformation_application_octetstream__hex = 'Ïîêàçâà øåñòíàäåñåòè÷íî ïðåäñòàâÿíå íà äàííèòå.';
$strTransformation_image_jpeg__inline = 'Ïîêàçâà thumbnail; îïöèè: øèðèíà, âèñî÷èíà â ïèêñåëè (çàïàçâà îðèãèíàëíàòà ïðîïîðöèÿ)';
$strTransformation_image_jpeg__link = 'Ïîêàçâà âðúçêàòà íà òîâà èçîáðàæåíèå (çà äèðåêòíî ñâàëÿíå, i.e.).';
$strTransformation_image_png__inline = 'Âèæ image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Âçåìà ïîëå TIME, TIMESTAMP èëè DATETIME è ãî ôîðìàòèðà êàòî èçïîëçâà ëîêàëíèÿ ôîðìàò çà äàòà. Ïúðâàòà îïöèÿ å îòìåñòâàíåòî (â ÷àñîâå) êîÿòî ùå áúäå äîáàâåíà êúì âðåìåòî (Ïî ïîäðàçáèðàíå: 0). Âòîðàòà îïöèÿ ïðåäñòàâëÿâà ðàçëè÷åí ôîðìàò íà äàòàòà â çàâèñèìîñò îò ïàðàìåòðèòå íà ôóíêöèÿòà íà PHP - strftime().';
$strTransformation_text_plain__external = 'ÑÀÌÎ ÇÀ ËÈÍÓÊÑ: Ñòàðòèðà âúíøíîòî ïðèëîæåíèå è ïîïúëâà äàííèòå â ïîëåòàòà ÷ðåç ñòàíäàðòíèÿ âõîä. Âðúùà ñòàíäàðòíèÿ èçõîä íà ïðèëîæåíèåòî. Ïî ïîäðàçáèðàíå å Tidy, çà äà ïîêàæå HTML êîäà. Îò ñúîáðàæåíèÿ çà ñèãóðíîñò, òðÿáâà ðú÷íî äà ðåäàêòèðàòå ôàéëà libraries/transformations/text_plain__external.inc.php è äà âìúêíåòå ïðîãðàìèòå íà êîèòî âèå ïîçâîëÿâàòå äà áúäàò ñòàðòèðàíè. Ïúðâàòà îïöèÿ òîãàâà å íîìåðà íà ïðîãðàìàòà êîÿòî áèõòå èñêàëè äà èçïîëçâàòå à âòîðàòà îïöèÿ ñà ïàðàìåòðèòå çà ïðîãðàìàòà. Àêî òðåòèÿò ïàðàìåòúð å óñòàíîâåí â 1, ùå êîíâåðòèðà èçõîäà èçïîëçâàéêè htmlspecialchars() (Ïî ïîäðàçáèðàíå å 1). Àêî ÷åòâúðòèÿò ïàðàìåòúð å óñòàíîâåí â 1, ùå ïîñòàâè NOWRAP íà êëåòêàòà íà ñúäúðæàíèåòî, òàêà ÷å öåëèÿ èçõîä ùå áúäå ïîêàçàí áåç ïðåôîðìàòèðàíå (Ïî ïîäðàçáèðàíå å 1)';
$strTransformation_text_plain__formatted = 'Çàïàçâà îðèãèíàëíîòî ôîðìàòèðàíå íà ïîëåòî.';
$strTransformation_text_plain__imagelink = 'Ïîêàçâà èçîáðàæåíèå è âðúçêà íà ïîëåòî ñúäúðæàùî ôàéëîâî èìå; ïúðâàòà îïöèÿ å ïðåôèêñ êàòî "http://domain.com/", âòîðàòà îïöèÿ å øèðèíàòà â ïèêñåëè, òðåòàòà å âèñî÷èíàòà.';
$strTransformation_text_plain__link = 'Ïîêàçâà âðúçêàòà íà ïîëåòî ñúäúðæàùî ôàéëîâî èìå; ïúðâàòà îïöèÿ å ïðåôèêñ êàòî "http://domain.com/", âòîðàòà îïöèÿ å çàãëàâèåòî íà âðúçêàòà.';
$strTransformation_text_plain__substr = 'Ïîêàçâà ÷àñò îò íèç. Ïúðâàòà îïöèÿ å îòìåñòâàíåòî îò êîåòî ùå ñå èçâåæäà âàøèÿò òåêñò (Ïî ïîäðàçáèðàíå å 0). Âòîðàòà îïöèÿ óêàçâà êîëêî òåêñò ùå ñå èçâåäå. Àêî å ïðàçíà, ñå âðúùà öåëèÿ îñòàâàù òåêñò. Òðåòàòà îïöèÿ óêàçâà êîè ñèìâîëè ùå áúäàò èçâåäåíè (Ïî ïîäðàçáèðàíå: ...) .';
$strTruncateQueries = 'Ñúêðàùàâàíå íà ïîêàçàíèòå çàÿâêè';
$strTurkish = 'Òóðñêè';
$strType = 'Òèï';
 
$strUkrainian = 'Óêðàèíñêè';
$strUncheckAll = 'Ðàçìàðêèðàíå íà âñè÷êî';
$strUnicode = 'Unicode';
$strUnique = 'Óíèêàëíî';
$strUnknown = 'íåïîçíàò';
$strUnselectAll = 'Äåñåëåêòèðàíå íà âñè÷êî';
$strUpdatePrivMessage = 'Âèå ïðîìåíèõòå ïðèâèëåãèèòå çà %s.';
$strUpdateProfileMessage = 'Ïðîôèëà áåøå îáíîâåí.';
$strUpdateQuery = 'Äîïúëíè Çàïèòâàíåòî';
$strUpdComTab = 'Ìîëÿ ïðåãëåäàéòå èíôîðìàöèÿòà â Äîêóìåíòàöèÿòà îòíîñíî òîâà êàê äà îáíîâèòå âàøàòà Column_comments òàáëèöà';
$strUpgrade = 'Òðÿáâà äà úïãðåéäíåòå êúì %s %s èëè ïî-êúñíî.';
$strUsage = 'Èçïîëçâàíè';
$strUseBackquotes = 'Èçïîëçâàíå íà îáðàòíè êàâè÷êè îêîëî èìåíà íà òàáëèöè è ïîëåòà';
$strUseHostTable = 'Èçïîëçâàé òàáëèöà Host';
$strUserAlreadyExists = 'Ïîòðåáèòåë %s âå÷å ñúùåñòâóâà!';
$strUserEmpty = 'Ïîòðåáèòåëñêîòî èìå å ïðàçíî!';
$strUserName = 'Ïîòðåáèòåëñêî èìå';
$strUserNotFound = 'Èçáðàíèÿ ïîòðåáèòåë íå áåøå îòêðèò â òàáëèöàòà ñ ïðèâèëåãèèòå.';
$strUserOverview = 'Ïðåãëåä íà ïîòðåáèòåëèòå';
$strUsersDeleted = 'Èçáðàíèòå ïîòðåáèòåëè áÿõà èçòðèòè óñïåøíî.';
$strUsersHavingAccessToDb = 'Ïîòðåáèòåëè êîèòî èìàò äîñòúï äî &quot;%s&quot;';
$strUser = 'Ïîòðåáèòåë';
$strUseTabKey = 'Èçïîëçâàéòå êëàâèøà TAB çà äà ïðåìåñòâàòå êðóðñîðà îò ñòîéíîñò íà ñòîéíîñò èëè CTRL+ñòðåëêà çà äà ïðåìåñòâàòå êóðñîðà â ñúîòâåòíàòà ïîñîêà';
$strUseTables = 'Èçïîëçâàé òàáëèöàòà';
$strUseTextField = 'Èçïîëçâàé òåêñòîâîòî ïîëå';
$strUseThisValue = 'Èçïîëçâàõòå òàçè ñòîéíîñò';
 
$strValidateSQL = 'Âàëèäèðàé SQL-à';
$strValidatorError = 'SQL âàëèäàòîðà íå ìîæå äà áúäå èíèöèàëèçèðàí. Ìîëÿ ïðîâåðåòå äàëè ñòå èíñòàëèðàëè íåîáõîäèìèòå PHP ðàçøèðåíèÿ, òàêà êàêòî å îïèñàíî â %säîêóìåíòàöèÿòà%s.';
$strValue = 'Ñòîéíîñò';
$strVar = 'Ïðîìåíëèâà';
$strViewDumpDatabases = 'Ïðåãëåä íà ñõåìàòà íà áàçàòà îò äàííè';
$strViewDumpDB = 'Ñõåìà íà ÁÄ';
$strViewDump = 'Ñõåìà íà òàáëèöàòà';
$strViewHasBeenDropped = 'Èçãëåä %s áåøå èçòðèò';
 
$strWebServerUploadDirectoryError = 'Äèðåêòîðèÿòà êîÿòî ñòå óêàçàëè çà upload íå ìîæå äà áúäå äîñòèãíàòà';
$strWebServerUploadDirectory = 'äèðåêòîðèÿòà çà upload íà óåá ñúðâúðà';
$strWelcome = 'Äîáðå äîøëè â %s';
$strWestEuropean = 'Çàïàäíî-åâðîïåéñêè';
$strWildcard = 'ñèìâîë çà çàìåñòâàíå';
$strWindowNotFound = 'Ïðîçîðåöà íà áðàóçúðà íå ìîæå äà áúäå îáíîâåí. Ìîæå áè ñòå çàòâîðèëè îòâàðÿùèÿò ãî ïðîçîðåö èëè áðàóçúðúò Âè å áëîêèðàë îáíîâÿâàíå íà äàííè îò åäèí ïðîçîðåö â äðóã îò ñúîáðàæåíèÿ çà ñèãóðíîñò';
$strWithChecked = 'Êîãàòî èìà îòìåòêà:';
$strWritingCommentNotPossible = 'Çàïèñà íà êîìåíòàð íå å âúçìîæåí';
$strWritingRelationNotPossible = 'Çàïèñà íà ðåëàöèÿòà íå å âúçìîæåí';
$strWrongUser = 'Ãðåøíî èìå/ïàðîëà. Äîñòúï îòêàçàí.';
 
$strXML = 'XML';
 
$strYes = 'äà';
 
$strZeroRemovesTheLimit = 'Çàáåëåæêà: Óñòàíîâÿâàíåòî íà òåçè îïöèè ñ 0 (íóëà) ïðåìàõâà îãðàíè÷åíèåòî.';
$strZip = '"zip-íàòî"';
 
// To translate:
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
 
$strBinaryLog = 'Binary log'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCSV = 'CSV'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
 
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strFreePages = 'Free pages'; //to translate
 
$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
 
$strJoins = 'Joins'; //to translate
 
$strKeyCache = 'Key cache'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
 
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
 
$strTakeIt = 'take it'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
 
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strView = 'View'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/catalan-iso-8859-1.inc.php
0,0 → 1,983
<?php
/* $Id: catalan-iso-8859-1.inc.php,v 2.130.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// abreviatures de Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$timespanfmt = '%s dies, %s hores, %s minuts i %s segons';
 
$day_of_week = array('Diu', 'Dll', 'Dma', 'Dcr', 'Djs', 'Div', 'Dis');
$month = array('Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Dec');
// Veure http://www.php.net/manual/es/function.strftime.php per a definir
// la variable seguent
$datefmt = '%d-%m-%Y a les %H:%M:%S';
 
$strAbortedClients = 'Avortat';
$strAbsolutePathToDocSqlDir = 'S\'ha d\'entrar el camí absolut en el servidor web per el directori de docSQL';
$strAccessDenied = 'Accés denegat';
$strAccessDeniedCreateConfig = 'La raó més probable d\'aixó és que no heu creat l\'arxiu de configuració. Podriau voler utilitzar %1$ssetup script%2$s per crear-ne un.';
$strAccessDeniedExplanation = 'phpMyAdmin ha intentat connectar amb el servidor de MySQL, pero el servidor ha rebutjat la connexió. Comprova el host, el num d\' usuari i la contrasenya al fitxer config.inc.php i mira que es correspongui amb la informació facilitada per l\' administrador del servidor de MySQL.';
$strAction = 'Acció';
$strAddAutoIncrement = 'Afegir valor AUTO_INCREMENT';
$strAddConstraints = 'Afegir restriccions';
$strAddDeleteColumn = 'Afegir/esborrar Camps de Columna';
$strAddDeleteRow = 'Afegir/esborrar fila de criteri';
$strAddDropDatabase = 'Afegir DROP DATABASE';
$strAddedColumnComment = 'Afegit comentari per la columna';
$strAddedColumnRelation = 'Afegida relació per la columna';
$strAddFields = 'Afegir %s camp(s)';
$strAddHeaderComment = 'Afegir comentari personalitzat a la capçalera (\\n divideix linies)';
$strAddIfNotExists = 'Afegir IF NOT EXISTS';
$strAddIntoComments = 'Afegir en comentaris';
$strAddNewField = 'Afegir un camp nou';
$strAddPrivilegesOnDb = 'Afegir permissos a la següent base de dades';
$strAddPrivilegesOnTbl = 'Afegir permissos a la següent taula';
$strAddSearchConditions = 'Afegeix condicions de recerca (cos de la clàusula "WHERE"):';
$strAddToIndex = 'Afegir columna(es) a l\'índex %s &nbsp;';
$strAddUser = 'Afegir un usuari nou';
$strAddUserMessage = 'Has afegit un usuari nou.';
$strAdministration = 'Administració';
$strAffectedRows = 'Files afectades:';
$strAfter = 'Després %s';
$strAfterInsertBack = 'Tornar';
$strAfterInsertNewInsert = 'Insereix un nou registre';
$strAfterInsertNext = 'Editar el següent registre';
$strAfterInsertSame = 'Tornar a aquesta plana';
$strAllowInterrupt = 'Permetre l\'interrupció de l\'importació en cas de que l\'arxiu d\'ordres detecti que s\'acosta el limit del temps. Pot ser una bona solució per importar arxius grans, però pot trencar transaccions.';
$strAllTableSameWidth = 'Mostrar totes les taules amb la mateixa amplada?';
$strAll = 'Tot';
$strAlterOrderBy = 'Altera la taula i ordena per';
$strAnalyzeTable = 'Analitza la taula';
$strAnd = 'I';
$strAndThen = 'i llavors';
$strAnIndex = 'S\'ha afegit un índex a %s';
$strAnyHost = 'Qualsevol servidor';
$strAny = 'Qualsevol';
$strAnyUser = 'Qualsevol usuari';
$strApproximateCount = 'Pot ser aproximat. Veure FAQ 3.11';
$strAPrimaryKey = 'S\'ha afegit una clau principal a %s';
$strArabic = 'Àrab';
$strArmenian = 'Armeni';
$strAscending = 'Ascendent';
$strAtBeginningOfTable = 'Al principi de la taula';
$strAtEndOfTable = 'Al final de la taula';
$strAttr = 'Atributs';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Disseny automàtic';
 
$strBack = 'Enrere';
$strBaltic = 'Bàltic';
$strBeginCut = 'INICI DEL TALL';
$strBeginRaw = 'INICI DEL VOLCAT';
$strBinary = ' Binari ';
$strBinaryDoNotEdit = ' Binari - no editeu ';
$strBinaryLog = 'Registre binari';
$strBinLogEventType = 'Tipus d\'event';
$strBinLogInfo = 'Informació';
$strBinLogName = 'Nom del registre';
$strBinLogOriginalPosition = 'Posició original';
$strBinLogPosition = 'Posició';
$strBinLogServerId = 'ID de Servidor';
$strBookmarkAllUsers = 'Deixar accedir a cada usuari a aquesta consulta desada';
$strBookmarkCreated = '%s creat com a consulta desada';
$strBookmarkDeleted = 'S\'ha esborrat la consulta desada.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Consulta SQL desada';
$strBookmarkReplace = 'Reemplaçar una consulta desada ja existent amb el mateix nom';
$strBookmarkThis = 'Desa aquesta consulta SQL';
$strBookmarkView = 'Només mirar';
$strBrowseDistinctValues = 'Navega per valors diferents';
$strBrowseForeignValues = 'Navega valors externs';
$strBrowse = 'Navega';
$strBufferPool = 'Grup de memòries intermitges';
$strBufferPoolUsage = 'Ús del grup de memòries intermitges';
$strBulgarian = 'Búlgar';
$strBusyPages = 'Planes ocupades';
$strBzError = 'phpMyAdmin és incapaç de comprimir el volcat degut a una extensió Bz2 incorrecta en aquesta versió de php. És molt recomenable posar a la directiva <code>$cfg[\'BZipDump\']</code> el valor <code>FALSE</code> al fitxer de configuració de phpMyAdmin. Si vols utilitzar les facilitats de compresió Bz2, és necessari actualitzar el php a la darrera versió disponible. Es pot consultar el informe d\'errada %s de php per a més detalls.';
$strBzip = '"comprimit amb bzip"';
 
$strCalendar = 'Calendari';
$strCanNotLoadImportPlugins = 'No es poden carregar les extensions d\'importació, comproveu l\'instal.lació!';
$strCannotLogin = 'No podem connectar amb el servidor MySQL';
$strCantLoad = 'No puc carregar la extensió %s,<br />comprova la configuració de PHP.';
$strCantLoadRecodeIconv = 'No es pot carregar iconv o recodificar una extensió necessària per la conversió de jocs de caràcters, configura php per permetre l\'ús d\'aquestes extensions o bé desactiva la conversió de jocs de caràcters en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'No pots canviar el nom d\'un índex a "PRIMARY"!';
$strCantUseRecodeIconv = 'No es pot utilitzar iconv ni libiconv ni la funció recode_string mentre es carrega l\'extensió d\'informes. Comprova la configuració de php.';
$strCardinality = 'Cardinalitat';
$strCaseInsensitive = 'No sensible a majúscules';
$strCaseSensitive = 'sensible a majúscules';
$strCentralEuropean = 'Europa Central';
$strChange = 'Canvi';
$strChangeCopyModeCopy = '... respecta l\'antic.';
$strChangeCopyMode = 'Crea un nou usuari amb els mateixos permissos i ...';
$strChangeCopyModeDeleteAndReload = ' ... esborra l\'antic de les taules d\'usuaris i recarrega els permissos després.';
$strChangeCopyModeJustDelete = ' ... esborra l\'antic de les taules d\'usuaris.';
$strChangeCopyModeRevoke = ' ... treu tots els permissos actius de l\'antic i esborra\'l després.';
$strChangeCopyUser = 'Canvi d\'Informació de Connexió / Copia d\'Usuari';
$strChangeDisplay = 'Tria el camp a mostrar';
$strChangePassword = 'Canvi de contrasenya';
$strCharset = 'Joc de Caracters';
$strCharsetOfFile = 'Joc de caràcters de l\'arxiu:';
$strCharsetsAndCollations = 'Jocs de Caracters i ordenacions';
$strCharsets = 'Jocs de caracters';
$strCheckAll = 'Verificar-ho tot';
$strCheckOverhead = 'Comprovar taules desfragmentades';
$strCheckPrivs = 'Comprova els Permissos';
$strCheckPrivsLong = 'Comprova els Permissos per la Base de dades &quot;%s&quot;.';
$strCheckTable = 'Verifica la taula';
$strChoosePage = 'Tria una pàgina per editar';
$strColComFeat = 'Mostrant comentaris de les columnes';
$strCollation = 'Ordenaciò';
$strColumnNames = 'Nom de les columnes';
$strColumnPrivileges = 'Permissos específics de columna';
$strCommand = 'Ordre';
$strComments = 'Comentaris';
$strCommentsForTable = 'COMENTARIS PER LA TAULA';
$strCompatibleHashing = 'Compatible amb MySQL&nbsp;4.0';
$strCompleteInserts = 'Completar insercions';
$strCompression = 'Compressió';
$strCompressionWillBeDetected = 'La compresió de l\'arxiu importat es detectarà automàticament des de: %s';
$strConfigDefaultFileError = 'No es pot carregar la configuració per defecte des de: "%1$s"';
$strConfigFileError = 'phpMyAdmin és incapaç de llegir el fitxer de configuració!<br />Això pot succeir si php troba un error sintàctic en ell o bé php no pot trobar el fitxer.<br />Intenta obrir el fitxer de configuració directament fent servir l\'enllaç següent i comprova el(s) missatge(s) d\'error que reps. En moltes ocasions una coma o punt i coma falta en algun lloc.<br />Si reps una plana en blanc, tot està bé.';
$strConfigureTableCoord = 'Configura les coordinades per la taula %s';
$strConnectionError = 'No puc connectar: paràmetres incorrectes.';
$strConnections = 'Connexions';
$strConstraintsForDumped = 'Restriccions per taules volcades';
$strConstraintsForTable = 'Restriccions per la taula';
$strCookiesRequired = 'A partir d\'aquest punt és necessari tenir les galetes (cookies) activades.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'La Base de dades %s s\'ha copiat a %s';
$strCopyTable = 'Copia taula a (base-de-dades<b>.</b>taula):';
$strCopyTableOK = 'La taula %s s\'ha copiat a %s.';
$strCopyTableSameNames = 'No es pot copiar la taula sobre ella mateixa';
$strCouldNotKill = 'phpMyAdmin no pot cancel.lar el fil %s. Probablement, ja és tancat.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE abans de copiar';
$strCreateIndex = 'Crea un índex a la columna:&nbsp;%s';
$strCreateIndexTopic = 'Crea un nou índex';
$strCreateNewDatabase = 'Crea una nova base de dades';
$strCreateNewTable = 'Crear una taula nova a la base de dades %s';
$strCreatePage = 'Crea una nova Pàgina';
$strCreatePdfFeat = 'Creació de PDFs';
$strCreationDates = 'Datas de Creació/Modificació/Comprovació';
$strCriteria = 'Criteris';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcions de CSV';
$strCSVOptions = 'Opcions CSV';
$strCyrillic = 'Ciríl.lic';
$strCzechSlovak = 'Txec-Eslovac';
$strCzech = 'Txec';
 
$strDanish = 'Danès';
$strDatabase = 'Base de dades';
$strDatabaseEmpty = 'El nom de la base de dades és buit!';
$strDatabaseExportOptions = 'Opcions d\'exportació de Bases de Dades';
$strDatabaseHasBeenDropped = 'La Base de Dades %s s\'ha eliminat.';
$strDatabaseNoTable = 'Aquesta base de dades no té taules!';
$strDatabases = 'bases de dades';
$strDatabasesDropped = '%s Bases de dades s\'han esborrat correctament.';
$strDatabasesStatsDisable = 'Desactiva Estadístiques';
$strDatabasesStatsEnable = 'Activa Estadístiques';
$strDatabasesStats = 'Estadístiques de les bases de dades';
$strDatabasesStatsHeavyTraffic = 'Nota: Activant les estadístiques de Base de Dades aqui pot provocar elevat tràfic entre el servidor Web i el de MySQL.';
$strData = 'Dades';
$strDataDict = 'Diccionari de Dades';
$strDataOnly = 'Només dades';
$strDataPages = 'Planes contenint dades';
$strDBComment = 'Comentaris de la Base de Dades: ';
$strDBCopy = 'Copiar base de dades a';
$strDBGContext = 'Contexte';
$strDBGContextID = 'ID de contexte';
$strDBGHits = 'Accessos';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Temps max, ms';
$strDBGMinTimeMs = 'Temps min, ms';
$strDBGModule = 'Módul';
$strDBGTimePerHitMs = 'Temps/Accés, ms';
$strDBGTotalTimeMs = 'Temps total, ms';
$strDbPrivileges = 'Permissos especifics de Base de dades';
$strDBRename = 'Reanomenar base de dades a';
$strDbSpecific = 'específic de la base de dades';
$strDefault = 'Defecte';
$strDefaultEngine = '%s és el motor d\'emmagatzematge per defecte en aquest servidor MySQL.';
$strDefaultValueHelp = 'Per a valors per defecte, només entra un valor, sense barres invertides ni cometes, fent servir aquest format: a';
$strDefragment = 'Desfragmentar taula';
$strDelayedInserts = 'Usa insercions diferides';
$strDeleteAndFlushDescr = 'Aquesta és la forma més clara, pero recarregar els permissos pot tardar una mica.';
$strDeleteAndFlush = 'Esborra els usuaris i recarrega els permissos seguidament.';
$strDeleted = 'La fila ha estat esborrada';
$strDeletedRows = 'Files esborrades:';
$strDelete = 'Esborrar';
$strDeleteNoUsersSelected = 'No hi ha usuaris sel.leccionats per esborrar!';
$strDeleting = 'Esborrant %s';
$strDelOld = 'La plana actual té referències a taules que no existeixen. Vols esborrar aquestes referències?';
$strDescending = 'Descendent';
$strDescription = 'Descripció';
$strDictionary = 'diccionari';
$strDirtyPages = 'Planes brutes';
$strDisabled = 'Desactivat';
$strDisableForeignChecks = 'Desactivar comprovacions de claus externes';
$strDisplayFeat = 'Mostrar característiques';
$strDisplayOrder = 'Ordre del llistat:';
$strDisplayPDF = 'Mostrar esquema PDF';
$strDoAQuery = 'Fer una "petició segons exemple" (comodí: "%")';
$strDocu = 'Documentació';
$strDoYouReally = 'Realment vols fer?';
$strDropDatabaseStrongWarning = 'Ets a punt d\' ELIMINAR completament una base de dades!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Esborra les bases de dades que tenen els mateixos noms que els usuaris.';
$strDumpingData = 'Volcant dades de la taula';
$strDumpSaved = 'El volcat s\'ha guardat amb el nom d\'arxiu %s.';
$strDumpXRows = 'Volcar %s files començant a la fila %s.';
$strDynamic = 'dinàmic';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar pàgines PDF';
$strEditPrivileges = 'Editar permissos';
$strEffective = 'Efectiu';
$strEmpty = 'Buidar';
$strEmptyResultSet = 'MySQL ha retornat un conjunt buit (p.e. cap fila).';
$strEnabled = 'Activat';
$strEncloseInTransaction = 'Incloure exportació en la transacció';
$strEndCut = 'FI DEL TALL';
$strEnd = 'Final';
$strEndRaw = 'FI DEL VOLCAT';
$strEngineAvailable = '%s està disponible en aquest servidor MySQL.';
$strEngineDisabled = '%s s\'ha desactivat en aquest servidor MySQL.';
$strEngines = 'Motors';
$strEngineUnsupported = 'Aquest servidor MySQL no soporta el motor d\'emmagatzematge %s.';
$strEnglish = 'Anglès';
$strEnglishPrivileges = ' Nota: Els noms dels privilegis del MySQL són en llengua anglesa ';
$strError = 'Errada';
$strErrorInZipFile = 'Error en arxiu ZIP:';
$strEscapeWildcards = 'Els comodins _ i % han de marcar-se amb una \ per usar-los literalment';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonià ';
$strExcelEdition = 'Edició per Excel';
$strExcelOptions = 'Opcions d\'Excel';
$strExecuteBookmarked = 'Executa una consulta desada';
$strExplain = 'Explicació de l\'SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Insercions ampliades';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Intents erronis';
$strField = 'Camp';
$strFieldHasBeenDropped = 'S\'ha esborrat el camp %s';
$strFields = 'Camps';
$strFieldsEmpty = ' El comptador de camps és buit! ';
$strFieldsEnclosedBy = 'Camps englobats per';
$strFieldsEscapedBy = 'Camps amb marca d\'escapada';
$strFieldsTerminatedBy = 'Camps acabats per';
$strFileAlreadyExists = 'L\'arxiu %s ja existeix al servidor, canvia el nom o marca l\'opció de sobreescriure.';
$strFileCouldNotBeRead = 'No es pot llegir el fitxer';
$strFileNameTemplateDescription = 'Aquest valor es interpretat usant %1$sstrftime%2$s, pel que podeu usar les cadenes de formateig de temps. Ademès, es faràn aquestes transformacions: %3$s. Altre text es deixarà sense variació.';
$strFileNameTemplateDescriptionDatabase = 'nom de base de dades';
$strFileNameTemplateDescriptionServer = 'nom de servidor';
$strFileNameTemplateDescriptionTable = 'nom de taula';
$strFileNameTemplate = 'Nom de fitxer de plantilla';
$strFileNameTemplateRemember = 'Recordar plantilla';
$strFileToImport = 'Arxiu a importar';
$strFixed = 'fixa';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin obté els permissos de l\'usuari directament de les taules de permissos de l\' MySQL. El contingut d\'aquestes taules pot diferir dels permissos que utilitza el servidor si s\'han fet canvis manualment. En aquest cas, es necessari %srecarregar els permissos%s abans de continuar.';
$strFlushQueryCache = 'Buidar la memòria intermèdia de consultes';
$strFlushTable = 'Buidar la memòria cau de la taula ("FLUSH")';
$strFlushTables = 'Sincronitzar (tancar) totes les taules';
$strFormat = 'Format';
$strFormEmpty = 'Falta un valor al formulari !';
$strFreePages = 'Planes lliures';
$strFullText = 'Textos sencers';
$strFunction = 'Funció';
 
$strGenBy = 'Generat per';
$strGeneralRelationFeat = 'Característiques generals de relacions';
$strGenerate = 'Generar';
$strGeneratePassword = 'Generar Contrasenya';
$strGenTime = 'Temps de generació';
$strGeorgian = 'Georgià';
$strGerman = 'Alemany';
$strGlobal = 'global';
$strGlobalPrivileges = 'Permissos generals';
$strGlobalValue = 'Valor global';
$strGo = 'Executar';
$strGrantOption = 'Atorgar';
$strGreek = 'Grec';
$strGzip = '"comprimit amb gzip"';
 
$strHandler = 'Gestor';
$strHasBeenAltered = 'ha estat alterada.';
$strHasBeenCreated = 'ha estat creada.';
$strHaveToShow = 'Has d\'escollir al menys una columna per mostrar';
$strHebrew = 'Hebreu';
$strHexForBinary = 'Usa hexadecimal per camps binaris';
$strHome = 'Inici';
$strHomepageOfficial = 'Plana oficial del phpMyAdmin';
$strHostEmpty = 'El nom del servidor és buit!';
$strHost = 'Servidor';
$strHungarian = 'Húngar';
 
$strIcelandic = 'Islandés';
$strId = 'ID';
$strIdxFulltext = 'Text sencer';
$strIgnoreDuplicates = 'Ignorar files duplicades';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilitzar "ignore inserts"';
$strIgnoringFile = 'Ignorant fitxer %s';
$strImportDocSQL = 'Importa Arxius docSQL';
$strImportFiles = 'Importar fitxers';
$strImportFormat = 'Format de l\'arxiu importat';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'Importació finalitzada correctament, %d consultes executades.';
$strIndexes = 'Indexos';
$strIndexHasBeenDropped = 'S\'ha esborrat l\'índex %s';
$strIndex = 'Índex';
$strIndexName = 'Nom d\'índex:';
$strIndexType = 'Tipus d\'índex:';
$strIndexWarningMultiple = 'Més d\'una clau %s s\'ha creat per a la columna `%s`';
$strIndexWarningPrimary = 'Les claus PRIMARY i INDEX no es poden establir alhora per a la columna `%s`';
$strIndexWarningTable = 'Problemes amb els index de la taula `%s`';
$strIndexWarningUnique = 'Les claus UNIQUE i INDEX no es poden establir alhora per a la columna `%s`';
$strInnoDBAutoextendIncrementDesc = ' La quantitat a incrementar per ampliar el tamany d\'una taula autoextensible quan estigui a punt d\'omplir-se.';
$strInnoDBAutoextendIncrement = 'Increment d\'autoextensió';
$strInnoDBDataFilePath = 'Arxius de dades';
$strInnoDBDataHomeDirDesc = 'La part comuna de la ruta al directori per tots els arxius de dades InnoDB.';
$strInnoDBDataHomeDir = 'Directori local de dades';
$strInnodbStat = 'Estat InnoDB';
$strInsecureMySQL = 'El vostre fitxer de configuració té paràmetres (root sense contrasenya) que corresponen al compte privilegiat predetermitat de MySQL. El servidor MySQL està funcionant amb aquests valors, el que significa un forat de seguretat, i s\'exposa a intrusions, pel que recomanem la reparació urgent d\'aquest forat de seguretat.';
$strInsertAsNewRow = 'Inserir com a nova fila';
$strInsertedRowId = 'Id de la fila inserida:';
$strInsertedRows = 'Files Inserides:';
$strInsert = 'Insereix';
$strInsertNewRow = 'Inserir nova fila';
$strInternalNotNecessary = '* No es necessita una relació interna si ja existeix a InnoDB.';
$strInternalRelations = 'Relacions internes';
$strInUse = 'en ús';
$strInvalidAuthMethod = 'Mètode d\'identificació incorrecte establert a la configuració:';
$strInvalidColumnCount = 'El comptador de columnes ha de ser més gran que zero.';
$strInvalidColumn = 'S\'ha especificat una columna incorrecta (%s)!';
$strInvalidCSVFieldCount = 'Comptador de camps incorrecte en l\'entrada CSV a la línia %d.';
$strInvalidCSVFormat = 'Format incorrecte a l\'entrada CSV a la línia %d.';
$strInvalidCSVParameter = 'Paràmetre incorrecte per importació CSV: %s';
$strInvalidFieldAddCount = 'Heu d\'afegir al menys un camp.';
$strInvalidFieldCount = 'La taula ha de tenir al menys un camp.';
$strInvalidLDIImport = 'Aquesta extensió no suporta importacions comprimides!';
$strInvalidRowNumber = '%d no és un num. vàlid de fila.';
$strInvalidServerHostname = 'Nom de host invàlid pel servidor %1$s. Si us plau, reviseu la configuració.';
$strInvalidServerIndex = 'Index de servidor invàlid: "%s"';
 
$strJapanese = 'Japonès';
$strJoins = 'Unions';
$strJumpToDB = 'Vés a la Base de Dades &quot;%s&quot;.';
$strJustDeleteDescr = 'Els usuaris &quot;esborrats&quot; encara tindrán accés al servidor com fins ara mentre no es recarreguin els permissos.';
$strJustDelete = 'Només esborra els usuaris de les taules de permissos.';
 
$strKeepPass = 'No canviïs la contrasenya';
$strKeyCache = 'Memòria intermèdia de claus';
$strKeyname = 'Nom Clau';
$strKill = 'Finalitzar';
$strKorean = 'Coreà';
 
$strLandscape = 'Horitzontal';
$strLanguageFileNotFound = 'Arxiu d\'idioma "%1$s" no trobat.';
$strLanguageUnknown = 'Idioma desconegut: %1$s.';
$strLatchedPages = 'Planes inalterables';
$strLatexCaption = 'Titol de Taula';
$strLatexContent = 'Contingut de la taula __TABLE__';
$strLatexContinuedCaption = 'Continuació del Titol de taula';
$strLatexContinued = '(continúa)';
$strLatexIncludeCaption = 'Inclusió del titol de taula';
$strLatexLabel = 'Etiqueta de clau';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcions LaTeX';
$strLatexStructure = 'Estructura de la taula __TABLE__';
$strLatvian = 'Letó';
$strLDI = 'CSV usant LOAD DATA';
$strLDIImportOptions = 'Opcions per importació CSV usant LOAD DATA';
$strLDILocal = 'Usa clau LOCAL';
$strLengthSet = 'Longitud/Valors*';
$strLimitNumRows = 'registres per plana';
$strLinesTerminatedBy = 'Línies acabades amb';
$strLinkNotFound = 'No s\'ha trobat l\'enllaç ';
$strLinksTo = 'Enllaços a';
$strLithuanian = 'Lituà ';
$strLocalhost = 'Local';
$strLocationTextfile = 'Ubicació del fitxer de text';
$strLogin = 'Identificació';
$strLoginInformation = 'Informació d\'Identificació';
$strLogout = 'Sortir';
$strLogPassword = 'Contrasenya:';
$strLogServer = 'Servidor';
$strLogUsername = 'Nom d\'Usuari:';
$strLongOperation = 'Aquesta operació pot ser bastant llarga. Procedim igualment?';
 
$strMaxConnects = 'max. connexions simultànies';
$strMaximalQueryLength = 'Tamany màxim de la consulta creada';
$strMaximumSize = 'Tamany Màxim: %s%s';
$strMbExtensionMissing = 'No s\'ha trobat la extensió de PHP mbstring i sembla que feu servir un joc de caracters multibyte. Sense la extensió mbstring, phpMyAdmin és incapaç de dividir cadenes de text correctament i pot generar resultats inesperats.';
$strMbOverloadWarning = 'Teniu activada la funció mbstring.func_overload a la configuració del vostre PHP. Aquesta opció és incompatible amb phpMyAdmin i pot provocar la perdua de dades!';
$strMIME_available_mime = 'Tipus MIME disponibles';
$strMIME_available_transform = 'Transformacions disponibles';
$strMIME_description = 'Descripció';
$strMIME_MIMEtype = 'Tipus MIME';
$strMIME_nodescription = 'No hi ha cap descripció disponible per a aquesta transformació.<br />Demana a l\'autor qué fa %s.';
$strMIME_transformation_note = 'Per veure una llista d\'opcions de transformació disponibles i els seus tipus MIME de transformació, clica a %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Entra els valors per a transformar utilitzant aquest format: \'a\',\'b\',\'c\'...<br />Si mai necessites escriure una barra invertida ("\") o un apòstrof ("\'") entre aquests valors, posa una barra invertida devant (per exemple \'\\\\xyz\' o \'a\\\'b\').';
$strMIME_transformation_options = 'Opcions de Transformació';
$strMIME_transformation = 'Transformació del Navegador';
$strMIMETypesForTable = 'TIPUS MIME PER LA TAULA';
$strMIME_without = 'Els tipus MIME en cursiva no tenen funcions de transformació a part';
$strModifications = 'Les modificacions han estat guardades';
$strModifyIndexTopic = 'Modifica un índex';
$strModify = 'Modificar';
$strMoveTable = 'Mou taula a (base-de-dades<b>.</b>taula):';
$strMoveTableOK = 'Taula %s moguda a %s.';
$strMoveTableSameNames = 'No es pot moure la taula sobre ella mateixa!';
$strMultilingual = 'multilingüe';
$strMyISAMDataPointerSizeDesc = 'El tamany per defecte de l\'apuntador en bytes, usat en CREATE TABLE per a taules MyISAM quan no s\'especifica l\'opció MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamany de l\'apuntador de dades';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si l\'arxiu temporal usat per creació ràpida d\'un índex MyISAM pot ser més gran que usant el cau principal per la quantitat especificada aquí, es recomana fer servir el cau principal.';
$strMyISAMMaxExtraSortFileSize = 'Màxim tamany per arxius temporals en creació d\'índex';
$strMyISAMMaxSortFileSizeDesc = 'El tamany màxim per arxius temporals de MySQL es permet usar-lo mentre es torna acrear un índex MyISAM (mentre es fa un REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamany màxim per arxius temporals de classificació';
$strMyISAMRecoverOptionsDesc = 'El modus per a recuperació automàtica en taules MyISAM corruptes, com s\'estableix via l\'opció d\'inici del servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modus de recuperació automàtic';
$strMyISAMRepairThreadsDesc = 'Si aquest valor és més gran que 1, els índexos de taules MyISAM es creen en paralel (cada índex en el seu propi fil) mentre s\'executa el procés de reparació per classificació.';
$strMyISAMRepairThreads = 'Reparar fils';
$strMyISAMSortBufferSizeDesc = 'Ârea assignada per classificar índexos MyISAM mentre es fa un REPAIR TABLE o mentre es creen índexos amb CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Tamany de l\'àrea de classificació';
$strMySQLCharset = 'Joc de caràcters de MySQL';
$strMysqlClientVersion = 'Versió del client MySQL';
$strMySQLConnectionCollation = 'Ordenació de la connexió MySQL';
$strMySQLSaid = 'MySQL diu: ';
$strMySQLShowProcess = 'Mostrar processos';
$strMySQLShowStatus = 'Mostra la informació de funcionament del MySQL';
$strMySQLShowVars = 'Mostra les variables de sistema del MySQL';
 
$strName = 'Nom';
$strNext = 'Següent';
$strNoActivity = 'Sense activitat des de fa %s segons o més, entra de nou';
$strNoDatabases = 'No hi ha Bases de Dades';
$strNoDatabasesSelected = 'No hi han Bases de dades sel.leccionades.';
$strNoDescription = 'Sense Descripció';
$strNoDetailsForEngine = 'No hi ha informació detallada de l\'estat disponible per a aquest motor d\'emmagatzematge.';
$strNoDropDatabases = 'Instrucció "DROP DATABASE" desactivada.';
$strNoExplain = 'Saltar l\'explicació de l\'SQL';
$strNoFilesFoundInZip = 'No s\'han trobat arxius dins de l\'arxiu ZIP!';
$strNoFrames = 'phpMyAdmin és més fàcil amb un navegador que <b>suporti marcs (frames)</b>.';
$strNoIndex = 'No s\'ha definit l\'índex!';
$strNoIndexPartsDefined = 'No s\'han definit parts de l\'índex!';
$strNoModification = 'Sense canvis';
$strNone = 'Res';
$strNo = 'No';
$strNoOptions = 'Aquest format no té opcions';
$strNoPassword = 'Sense contrasenya';
$strNoPermission = 'El servidor web no té permissos per a guardar l\'arxiu %s.';
$strNoPhp = 'Sense codi PHP';
$strNoPrivileges = 'Sense permissos';
$strNoRights = 'No tens prou permissos per visualitzar aquesta informació!';
$strNoRowsSelected = 'No s\'han seleccionat files';
$strNoSpace = 'No hi ha prou espai per guardar l\'arxiu %s.';
$strNoTablesFound = 'Base de dades sense taules.';
$strNoThemeSupport = 'No hi ha suport pels temes, si et plau comprova la teva configuració i/o els teus temes al directori %s.';
$strNothingToImport = 'No heu entrat dades per importar!';
$strNotNumber = 'Aquest valor no és un número!';
$strNotOK = 'Incorrecte';
$strNotSet = 'Taula <b>%s</b> no trobada o no definida a %s';
$strNoUsersFound = 'No s\'han trobat usuaris.';
$strNoValidateSQL = 'Saltar la Validació de l\'SQL';
$strNull = 'Nul';
$strNumberOfFields = 'Nombre de camps';
$strNumSearchResultsInTable = '%s resultat(s) a la taula <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultat(s)';
$strNumTables = 'Taules';
 
$strOK = 'Correcte';
$strOpenNewWindow = 'Obrir nova finestra de phpMyAdmin';
$strOperations = 'Operacions';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimitza la taula';
$strOr = 'O';
$strOverhead = 'Defragmentat';
$strOverwriteExisting = 'Sobreescriure arxiu(s) existent(s)';
 
$strPageNumber = 'Número de pàgina:';
$strPagesToBeFlushed = 'Planes per a purgar';
$strPaperSize = 'Tamany de paper';
$strPartialImport = 'Importació parcial';
$strPartialText = 'Textos Parcials';
$strPasswordChanged = 'La contrasenya per a %s s\'ha canviat correctament.';
$strPassword = 'Contrasenya';
$strPasswordEmpty = 'La contrasenya és buida!';
$strPasswordHashing = 'Contrasenya Hashing';
$strPasswordNotSame = 'Les contrasenyes no coincideixen!';
$strPdfDbSchema = 'Esquema de la base de dades "%s" - Pàgina %s';
$strPdfInvalidTblName = 'La taula "%s" no existeix!';
$strPdfNoTables = 'No hi ha taules';
$strPDFOptions = 'Opcions PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Títol de llistat';
$strPerHour = 'per hora';
$strPerMinute = 'per minut';
$strPerSecond = 'per segon';
$strPersian = 'Persa';
$strPhoneBook = 'Libreta d\' adreces';
$strPHP40203 = 'S\'esta fent servir la versió 4.2.3 de PHP, que té un serios error amb cadenes de multi-byte (mbstring). Mira l\'informe d\'error 19404 de PHP. No es recomana aquesta versió de PHP per treballar amb phpMyAdmin.';
$strPhp = 'Crear codi PHP';
$strPHPVersion = 'PHP versió';
$strPmaDocumentation = 'Documentació de phpMyAdmin';
$strPmaUriError = 'La directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> HA d\'estar al fitxer de configuració!';
$strPolish = 'Polac';
$strPortrait = 'Vertical';
$strPos1 = 'Inici';
$strPrevious = 'Anterior';
$strPrimaryKeyHasBeenDropped = 'S\'ha esborrat la clau principal';
$strPrimaryKeyName = 'El nom de la clau principal ha de ser ... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ha de ser</b> el nom i <b>només</b> el nom de la clau principal!)';
$strPrimary = 'Principal';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Vista d\'impresió (amb texts sencers)';
$strPrintView = 'Imprimir vista';
$strPrivDescAllPrivileges = 'Inclou tots els permissos excepte GRANT (atorgar).';
$strPrivDescAlter = 'Permet alterar l\'estructura de taules existents.';
$strPrivDescAlterRoutine = 'Permet alterar i esborrar rutines enmagatzemades.';
$strPrivDescCreateDb = 'Permet crear noves bases de dades i taules.';
$strPrivDescCreateRoutine = 'Permet crear rutines enmgatzemades.';
$strPrivDescCreateTbl = 'Permet crear noves taules.';
$strPrivDescCreateTmpTable = 'Permet crear taules temporals.';
$strPrivDescCreateUser = 'Permet crear, esborrar i reanomenar comptes d\'usuari.';
$strPrivDescCreateView = 'Permet crear noves vistes.';
$strPrivDescDelete = 'Permet esborrar dades.';
$strPrivDescDropDb = 'Permet eliminar bases de dades i taules.';
$strPrivDescDropTbl = 'Permet eliminar taules.';
$strPrivDescExecute5 = 'Permet executar rutines enmagatzemades.';
$strPrivDescExecute = 'Permet executar processos enmagatzemats (stored procedures); No té efecte en aquesta versió de MySQL.';
$strPrivDescFile = 'Permet importar i exportar dades amb fitxers externs.';
$strPrivDescGrant = 'Permet afegir usuaris i permissos sense tenir que recarregar les taules de permissos.';
$strPrivDescIndex = 'Permet crear i eliminar indexos.';
$strPrivDescInsert = 'Permet inserir i modificar dades.';
$strPrivDescLockTables = 'Permet bloquejar taules per l\'actual fil d\'execució.';
$strPrivDescMaxConnections = 'Limita el numero de noves connexions que pot obrir l\'usuari per hora.';
$strPrivDescMaxQuestions = 'Limita el numero de consultes que pot enviar l\'usuari al servidor per hora.';
$strPrivDescMaxUpdates = 'Limita el numero d\'ordres que pot executar l\'usuari canviant qualsevol taula o base de dades per hora.';
$strPrivDescMaxUserConnections = 'Límita el nombre de connexions simultànies que l\'usuari pot tenir.';
$strPrivDescProcess3 = 'Permet cancel.lar processos d\'altres usuaris.';
$strPrivDescProcess4 = 'Permet veure completament les consultes a la llista de processos.';
$strPrivDescReferences = 'No té efecte en aquesta versió de MySQL.';
$strPrivDescReload = 'Permet recarregar les configuracions del servidor i buidar les seves memòries cau.';
$strPrivDescReplClient = 'Dona el dret a l\'usuari de preguntar quins servidors mestres / esclaus hi ha.';
$strPrivDescReplSlave = 'Es necessari per a la replicació en servidors esclaus.';
$strPrivDescSelect = 'Permet llegir dades.';
$strPrivDescShowDb = 'Dona accés a la llista completa de bases de dades.';
$strPrivDescShowView = 'Permet fer consultes de tipus SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permet parar el servidor.';
$strPrivDescSuper = 'Permet connectar, encara que s\'hagi arribat al máxim numero de connexions permés; Es necessari per moltes operacions d\'administració com ara establir variables globals o bé cancel.lar fils d\'execució d\'altres usuaris.';
$strPrivDescUpdate = 'Permet canviar dades.';
$strPrivDescUsage = 'Sense permissos.';
$strPrivileges = 'Permissos';
$strPrivilegesReloaded = 'Els permissos s\'han recarregat correctament.';
$strProcesslist = 'Llista de processos';
$strProtocolVersion = 'Versió del protocol';
$strPutColNames = 'Posa els noms de camp a la primera fila';
 
$strQBE = 'Consulta segons exemple';
$strQBEDel = 'Sup';
$strQBEIns = 'Ins';
$strQueryCache = 'Memòria intermèdia de consultes';
$strQueryFrame = 'Finestra de la Consulta';
$strQueryOnDb = 'Consulta SQL a la base de dades <b>%s</b>:';
$strQuerySQLHistory = 'Historial SQL';
$strQueryStatistics = '<b>Estadístiques de Consultes</b>: Des de l\'últim inici, s\'han enviat %s consultes al servidor.';
$strQueryTime = 'La consulta tarda %s seg';
$strQueryType = 'Tipus de consulta';
$strQueryWindowLock = 'No sobreescriure aquesta consulta des de fora de la finestra';
 
$strReceived = 'Rebut';
$strRecords = 'Registres';
$strReferentialIntegrity = 'Comprova la integritat referencial:';
$strRefresh = 'Actualitzar';
$strRelationalSchema = 'Esquema Relacional';
$strRelationNotWorking = 'Les característiques addicionals per treballar amb taules enllaçades s\'han desactivat. Per saber perquè clica %saquí%s.';
$strRelationsForTable = 'RELACIONS DE LA TAULA';
$strRelations = 'Relacions';
$strRelationView = 'Vista de Relacions';
$strReloadingThePrivileges = 'Recarregant permissos';
$strReloadMySQL = 'Rellegir el MySQL';
$strRemoveSelectedUsers = 'Treure els usuaris sel.leccionats';
$strRenameDatabaseOK = 'Base de dades %s reanomenada a %s';
$strRenameTableOK = 'La taula %s ha canviat de nom. Ara es diu %s';
$strRenameTable = 'Renombrar les taules a';
$strRepairTable = 'Reparar taula';
$strReplaceNULLBy = 'Substitueix NULL per';
$strReplaceTable = 'Substituir les dades de la taula pel fitxer ';
$strReplication = 'Replicació';
$strReset = 'Esborrar';
$strResourceLimits = 'Limit de recursos';
$strReType = 'Reescriure';
$strRevokeAndDelete = 'Denega tots els permissos actius dels usuaris i els esborra després.';
$strRevokeAndDeleteDescr = 'Els usuaris encara tindran el permís USAGE fins que es recarreguin els permissos.';
$strRevokeMessage = 'Has tret els permissos per %s';
$strRevoke = 'Treure';
$strRomanian = 'Romanés';
$strRowLength = 'Longitud de fila';
$strRows = 'Fila';
$strRowsFrom = 'Files començant des de';
$strRowSize = 'Mida de fila ';
$strRowsModeFlippedHorizontal = 'horizontal (capçaleres rotades)';
$strRowsModeHorizontal = 'horitzontal';
$strRowsModeOptions = ' en mode %s i repeteix capçaleres després de %s cel·les ';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estadística de files';
$strRunning = 'funcionant a %s';
$strRunQuery = 'Executa consulta';
$strRunSQLQuery = 'Executa consulta/s SQL a la Base de Dades %s';
$strRunSQLQueryOnServer = 'Executar consulta/es SQL al servidor %s';
$strRussian = 'Rus';
 
$strSave = 'Guardar';
$strSaveOnServer = 'Guardar al servidor al directori %s';
$strScaleFactorSmall = 'El factor de l\'escala és massa petit per posar l\'esquema en una pàgina';
$strSearch = 'Cercar';
$strSearchFormTitle = 'Cercar a la base de dades';
$strSearchInTables = 'A la(les) taula(es):';
$strSearchNeedle = 'Paraula(es) o valor(s) a cercar (comodí: "%"):';
$strSearchOption1 = 'al menys una d\'aquestes paraules';
$strSearchOption2 = 'Totes les paraules';
$strSearchOption3 = 'La frase exacta';
$strSearchOption4 = 'com a expressió regular';
$strSearchResultsFor = 'Resultats de la recerca per a "<i>%s</i>" %s:';
$strSearchType = 'Trobat:';
$strSecretRequired = 'El fitxer de configuració necessita ara una frase de pas secreta (blowfish_secret).';
$strSelectADb = 'Selecciona una Base de Dades';
$strSelectAll = 'Selecciona Tot';
$strSelectBinaryLog = 'Selecciona el registre binari per veure';
$strSelectFields = 'Selecciona els camps (un com a mínim):';
$strSelectNumRows = 'en consulta';
$strSelectTables = 'Selecciona Taules';
$strSend = 'enviar';
$strSent = 'Enviat';
$strServerChoice = 'Elecció de Servidor';
$strServerNotResponding = 'El servidor no respon';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Insercions demorades';
$strServerStatus = 'Informació d\'execució';
$strServerStatusUptime = 'Aquest servidor MySQL és en marxa durant %s. Es va iniciar en %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Ocupació de servidor</b>: Aquestes taules mostren la ocupació de la xarxa d\'aquest servidor MySQL des de l\'últim inici.';
$strServerVars = 'Variables i configuracions del servidor';
$strServerVersion = 'Versió del servidor';
$strSessionValue = 'Valor de sessió';
$strSetEnumVal = 'Si el tipus de camp és "enum" o "set", entra els valors fent servir el format: \'a\',\'b\',\'c\'...<br />Si mai necessites escriure la barra invertida ("\") o la cometa simple ("\'") abans d\'aquests valors, escriu barres invertides (per exemple \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostra tot';
$strShowColor = 'Mostra color';
$strShowDatadictAs = 'Format del Diccionari de Dades';
$strShowFullQueries = 'Mostra Consultes completes';
$strShowGrid = 'Mostra graella';
$strShowingBookmark = 'Mostrant consultes desades';
$strShowingRecords = 'Mostrant registres: ';
$strShow = 'Mostra';
$strShowOpenTables = 'Mostrar taules obertes';
$strShowPHPInfo = 'Mostra informació de PHP';
$strShowSlaveHosts = 'Mostrar servidors esclaus';
$strShowSlaveStatus = 'Mostrar estat d\'esclaus';
$strShowStatusBinlog_cache_disk_useDescr = 'El nombre de transaccions que han fet servir el registre binari temporal però que excedeixen el valor de binlog_cache_size i usen un arxiu temporal per desar elements de la transacció.';
$strShowStatusBinlog_cache_useDescr = 'El nombre de transaccions que han fet servir el registre binari temporal.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'El nombre de taules temporals en disc creades automàticament per el servidor mentre executa instruccions. Si Created_tmp_disk_tables és gran, potser vols incrementar el valor de tmp_table_size per fer que les taules temporals treballin en memòria en lloc de treballar en disc.';
$strShowStatusCreated_tmp_filesDescr = 'Cuànts arxius temporals ha creat mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'El nombre de taules temporals creades en memòria per el servidor mentre executa instruccions.';
$strShowStatusDelayed_errorsDescr = 'El nombre de files escrites amb INSERT DELAYED en les que s\'ha detectar algun error (possile clau duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'El nombre de gestors de fils de INSERT DELAYED en ús. Cada taula diferent ón s\'usa INSERT DELAYED té el seu propi fil.';
$strShowStatusDelayed_writesDescr = 'El nombre de files escrites amb INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'El nombre d\'instruccions FLUSH executades.';
$strShowStatusHandler_commitDescr = 'El nombre d\'instruccions COMMIT internes.';
$strShowStatusHandler_deleteDescr = 'El nombre de vegades que s\'ha esborrat una fila d\'una taula.';
$strShowStatusHandler_discoverDescr = 'El servidor MySQL pot preguntar al motor d\'enmagatzemament NDB Cluster si coneix quelcom taula amb el nom especificat. Aixó s\'anomena descobriment. Handler_discover indica el nombre de taules descobertes.';
$strShowStatusHandler_read_firstDescr = 'El nombre de vegades que s\'ha llegit la primera entrada des d\'un índex. Si és alt, suggereix que el servidor està fent moltes cerques de full index; per exemple, SELECT col1 FROM foo, assumint que col1 és indexat.';
$strShowStatusHandler_read_keyDescr = 'El nombre de peticions basades en una clau per llegir una fila. Si és alt, és una bona indicació de que les consultes i taules estàn indexades adequadament.';
$strShowStatusHandler_read_nextDescr = 'El nombre de peticions per llegir la següent fila en l\'ordre de la clau. Aixó s\'incrementa si s\'està consultant una columna d\'index amb limitació de rang o si s\'està fent una cerca d\'index.';
$strShowStatusHandler_read_prevDescr = 'El nombre de peticions per llegir la fila anterior en l\'ordre de la clau. Aquest mètode de lectura s\'utilitza principalment per optimizar ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'El nombre de peticions per llegir una fila basada en una posició fixa. Aixó és alt si es fan moltes consultes que requereixen ordenació del resultat. Probablement tens moltes consultes que fan que MySQL cerqui les taules senceres o bé hi ha joins que no fan servir les claus adequadament.';
$strShowStatusHandler_read_rnd_nextDescr = 'El nombre de peticions per llegir la següent fila a l\'arxiu de dades. Aixó és alt si es fan moltes cerques de taula. Generalment, suggereix que les taules no estàn indexades adequadament o bé les consultes no estàn fetes per aprofitar les avantatges dels índexos definits.';
$strShowStatusHandler_rollbackDescr = 'El nombre d\'instruccions ROLLBACK.';
$strShowStatusHandler_updateDescr = 'El nombre de peticions per a actualitzar una fila en una taula.';
$strShowStatusHandler_writeDescr = 'El nombre de peticions per a insertar una fila en una taula.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'El nombre de planes contenint dades (brutes o netes).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'El nombre de planes actualment brutes.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'El nombre de planes a la memòria intermitja que s\'han demanat per ser actualitzades.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'El nombre de planes lliures.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'El nombre de planes bloquejades a la memòria intermitja de InnoDB. Aquestes planes s\'estàn llegint o escrivint actualment o no es poden actualitzar o esborrar per qualsevol altra raó.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'El nombre de planes en ús degut a que s\'han marcat per tasques administratives com a bloqueixos de files o l\'index del hash adaptatiu. Aquest valor es pot calcular com Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamany total de la memòria intermitja, en planes.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'El nombre de lectures aleatòries d\'InnoDB iniciades. Aixó passa quan una consulta cerca en una gran part de una taula però en ordre aleatori.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'El nombre de lectures secuencials d\'InnoDB iniciades. Aixó passa quan InnoDB fa una cerca secuencial a la taula sencera.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'El nombre de peticions de lectures lògiques que InnoDB ha fet.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'El nombre de peticions de lectures lògiques que InnoDB no pot satisfer de la memòria intermitja i ha de fer lectures de planes individuals.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalment, les escritures a la memòria intermitja d\'InnoDB es fan en segon pla. En canvi, si és necessari llegir o crear una plana i no hi ha planes netes disponibles, fa falta esperar a que primer s\'actualitzin planes. Aquest comptador mostra instàncies d\'aquestes esperes. Si el tamany de la memòria intermitja és adequat, aquest valor sól ser petit.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'El nombre d\'escriptures fetes a la memòria intermitja d\'InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'El nombre d\'operacions fsync() aproximades.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'El nombre actual d\'operacions fsync() pendents.';
$strShowStatusInnodb_data_pending_readsDescr = 'El nombre actual de lectures pendents.';
$strShowStatusInnodb_data_pending_writesDescr = 'El nombre actual d\'escritures pendents.';
$strShowStatusInnodb_data_readDescr = 'La quantitat aproximada de dades llegides, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'El nombre total de dades llegides.';
$strShowStatusInnodb_data_writesDescr = 'El nombre total de dades escrites.';
$strShowStatusInnodb_data_writtenDescr = 'La quantitat aproximada de dades escrites, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'El nombre de dobles escriptures realitzades i el nombre de planes escrites per a aquest propòsit.';
$strShowStatusInnodb_dblwr_writesDescr = 'El nombre de dobles escriptures realitzades i el nombre de planes escrites per a aquest propòsit.';
$strShowStatusInnodb_log_waitsDescr = 'El nombre d\'esperes fetes degut al petit tamany de la memòria intermèdia del registre i a esperar a que s\'actualitzés abans de continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'El nombre de peticions d\'escriptura al registre.';
$strShowStatusInnodb_log_writesDescr = 'El nombre d\'escriptures físiques a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'El nombre d\'escriptures fsync fetes a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'El nombre d\'operacions fsync pendents a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escriptures pendents a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_writtenDescr = 'El nombre de bytes escrits a l\'arxiu de registre.';
$strShowStatusInnodb_pages_createdDescr = 'El nombre de planes creades.';
$strShowStatusInnodb_page_sizeDescr = 'El tamany de plana d\'InnoDB compilat (per defecte 16KB). Bastants valors es comptabilitzen en planes; el tamany de plana permet convertir-lo fàcilment a bytes.';
$strShowStatusInnodb_pages_readDescr = 'El nombre de planes llegides.';
$strShowStatusInnodb_pages_writtenDescr = 'El nombre de planes escrites.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'El nombre de bloquejos de files actualment en espera.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'El temps promig en fer un bloqueig de fila, en milisegons.';
$strShowStatusInnodb_row_lock_timeDescr = 'El temps total emprat en fer bloquejos de files, en milisegons.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'El temps màxim en fer un bloqueig de fila, en milisegons.';
$strShowStatusInnodb_row_lock_waitsDescr = 'El nombre de vegades que un bloqueig de fila ha estat en espera.';
$strShowStatusInnodb_rows_deletedDescr = 'El nombre de files esborrades de taules InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'El nombre de files afegides a taules InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'El nombre de files llegides de taules InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'El nombre de fles actualitzades en taules InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'El nombre de bloquejos de clau a la memòria cau de les claus que han canviat però que encara no han estat actualitzades a disc. Es coneix com a Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'El nombre de blocs no usats a la memòria cau de les claus. Aquest valor es pot fer servir per saber quànta memòria cau de les claus s\'utilitza.';
$strShowStatusKey_blocks_usedDescr = 'El nombre de blocs usats a la memòria cau de les claus. Aquest valor és la marca indicativa del màxim nombre de blocs usats mai a l\'hora.';
$strShowStatusKey_read_requestsDescr = 'El nombre de peticions de lectura d\'un bloc de clau de la memòria cau.';
$strShowStatusKey_readsDescr = 'El nombre de lectures físiques d\'un bloc de clau del disc. Si Key_reads és gran, llavors el valor de key_buffer_size probablement és massa petit. El rati de la memòria cau es pot calcular com Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'El nombre de peticions d\'escriptura d\'un bloc de clau a la memòria cau.';
$strShowStatusKey_writesDescr = 'El nombre d\'escriptures físiques d\'un bloc de clau a disc.';
$strShowStatusLast_query_costDescr = 'El cost total de la darrera consulta compilada tal com el valora l\'optimitzador de consultes. És útil per comparar el cost de diferents plans de consulta per a la mateixa consulta. El valor 0 vol dr que encara no s\'ha compilat cap consulta.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'El nombre de files esperant a ser escrites en cues INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'El nombre de taules que han estat obertes. Si el nombre de taules obertes és gran, probablement el valor de memòria cau de taula és massa petit.';
$strShowStatusOpen_filesDescr = 'El nombre d\'arxius que estàn oberts.';
$strShowStatusOpen_streamsDescr = 'El nombre de fluxes que estàn oberts (usats principalment per a registre).';
$strShowStatusOpen_tablesDescr = 'El nombre de taules que estàn obertes.';
$strShowStatusQcache_free_blocksDescr = 'El nombre de blocs de memòria lliures a la memòria cau de consultes.';
$strShowStatusQcache_free_memoryDescr = 'La quantitat de memòria liure per a memòria cau de consultes.';
$strShowStatusQcache_hitsDescr = 'El nombre d\'encerts a memòria cau.';
$strShowStatusQcache_insertsDescr = 'El nombre de consultes afegides a la memòria cau.';
$strShowStatusQcache_lowmem_prunesDescr = 'El nombre de consultes tretes de la memòria cau per alliberar memòria per deixar lloc a noves consultes. Aquesta informació pot ajudar a ajustar el tamany de la memòria cau de consultes. La memòria cau de consultes utilitza l\'estratègia menys recentment usada(least recently used - LRU) per decidir quines consultes treure de la memòria cau.';
$strShowStatusQcache_not_cachedDescr = 'El nombre de consultes no enviades a la memòria cau (no enviables, o no enviades degut al paràmetre query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'El nombre de consultes registrades a la memòria cau.';
$strShowStatusQcache_total_blocksDescr = 'El nombre total de blocs a la memòria cau de consultes.';
$strShowStatusReset = 'Reiniciar';
$strShowStatusRpl_statusDescr = 'L\'estat de la replicació a prova d\'errades (no implementat encara).';
$strShowStatusSelect_full_joinDescr = 'El nombre de joins que no usen indexos. Si aquest valor no és 0, s\'haurien de comprovar acuradament els indexos de les taules.';
$strShowStatusSelect_full_range_joinDescr = 'El nombre de joins que han usat un rang de cerca en una taula de referència.';
$strShowStatusSelect_range_checkDescr = 'El nombre de joins sense claus que comproven per l\'ús de claus després de cada fila. (Si aquiest valor no és 0, s\'haurien de comprovar acuradament els indexos de les taules.)';
$strShowStatusSelect_rangeDescr = 'El nombre de joins que han usat rangs a la primera taula. (Normalment no és crític si el valor no és molt gran.)';
$strShowStatusSelect_scanDescr = 'El nombre de joins que han fet una cerca a la primera taula sencera.';
$strShowStatusSlave_open_temp_tablesDescr = 'El nombre de taules temporals obertes actualment pel fil esclau de SQL.';
$strShowStatusSlave_retried_transactionsDescr = 'Nombre total (des de l\'arrencada) de vegades que el fil esclau de replicació de SQL ha recuperat transaccions.';
$strShowStatusSlave_runningDescr = 'Aixó és ACTIU (ON) si aquest servidor és un esclau que està connectat a un mestre.';
$strShowStatusSlow_launch_threadsDescr = 'El nombre de fils que han tardat més que slow_launch_time segons a crear.';
$strShowStatusSlow_queriesDescr = 'El nombre de consultes que han tardat més que long_query_time segons.';
$strShowStatusSort_merge_passesDescr = 'El nombre de passades d\'intercal.lació que l\'algorisme de classificació ha hagut de fer. Si aquest valor és gran, s\'hauria de considerar incrementar el valor de la variable de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'El nombre de classificacions fetes amb rangs.';
$strShowStatusSort_rowsDescr = 'El nombre de files classificades.';
$strShowStatusSort_scanDescr = 'El nombre de classificacions fetes cercant la taula.';
$strShowStatusTable_locks_immediateDescr = 'El nombre de vegades que un bloqueig de taula s\'ha fet immediatament.';
$strShowStatusTable_locks_waitedDescr = 'El nombre de vegades que un bloqueig de taula no s\'ha pogut fer immediatament i s\'ha necessitat una espera. Si aixó és alt, i es detecten problemes de rendiment, s\'hauria de considerar l\'optimització de les consultes, o també dividir la taula o taules en vàries o bé utilitzar la replicació.';
$strShowStatusThreads_cachedDescr = ' El nombre de fils a la memòria cau de fil. L\'index de memòria cau es pot comptar com Threads_created/Connections. Si aquest valor és vermell s\'hauria d\'augmentar el valor de thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'El nombre de connexions obertes simultàniament.';
$strShowStatusThreads_createdDescr = ' El nombre de fils creats per gestionar connexions. Si Threads_created és gran, pots voler augmentar el valor de thread_cache_size. (Normalment això no dóna una millora de rendiment notable si es té una bona aplicació de fil.)';
$strShowStatusThreads_runningDescr = 'El nombre de fils que no estàn dormint.';
$strShowTableDimension = 'Mostra dimensió de les taules';
$strShowTables = 'Mostra taules';
$strShowThisQuery = ' Mostra aquesta consulta de nou ';
$strSimplifiedChinese = 'Xinés Simplificat';
$strSingly = '(només)';
$strSize = 'Mida';
$strSkipQueries = 'Nombre de registres(consultes) a saltar des de l\'inici';
$strSlovak = 'Eslovac';
$strSlovenian = 'Eslové';
$strSocketProblem = '(o el sòcol del servidor local MySQL no està configurat correctament)';
$strSortByKey = 'Classifica per la clau';
$strSort = 'Classificació';
$strSorting = 'Classificant';
$strSpaceUsage = 'Utilització d\'espai';
$strSpanish = 'Espanyol';
$strSplitWordsWithSpace = 'Paraules separades per un espai (" ").';
$strSQLExportCompatibility = 'Compatibilitat d\'exportació SQL';
$strSQLExportType = 'Tipus d\' Exportació';
$strSQLImportOptions = 'Opcions SQL';
$strSQLOptions = 'Opcions SQL';
$strSQLParserBugMessage = 'És possible que hagueu trobat un error a l\'intèrpret SQL. Si us plau, comproveu la sintaxi de la consulta i verifiqueu que les cometes estiguin al seu lloc i facin parelles. Un altra possible causa de l\'errada és que estigueu pujant un arxiu amb dades binàries per fora de l\'àrea de text delimitada. També podeu provar la consulta a la interfície de comandes de MySQL. La sortida següent generada pel servidor MySQL, si n\'hi ha, pot ajudar-vos a diagnosticar el problema. Si encara teniu problemes o si l\'intèrpret falla i l\'interfície de comandes funciona, reduïu la consulta a la part de l\'SQL que produeix l\'errada, i envieu un informe d\'error amb la cadena de dades de la secció de TALL indicada avall:';
$strSQLParserUserError = 'Sembla que hi ha un error a la consulta SQL. La sortida següent generada pel servidor MySQL, si n\'hi ha, pot ajudar-vos a diagnosticar el problema';
$strSQLQuery = 'crida SQL';
$strSQLResult = 'Resultat SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificador Incorrecte';
$strSQPBugUnclosedQuote = 'Cometa no tancada';
$strSQPBugUnknownPunctuation = 'Signe de puntuació desconegut';
$strStatCheckTime = 'Darrera comprovació';
$strStatCreateTime = 'Creació';
$strStatement = 'Sentències';
$strStatisticsOverrun = 'En un servidor ocupat, els comptadors de bytes poden excedir el seu tamany, llavors les estadístiques donades pel servidor MySQL poden ser incorrectes.';
$strStatUpdateTime = 'Darrera actualització';
$strStatus = 'Estat';
$strStorageEngine = 'Motor d\'emmagatzematge';
$strStorageEngines = 'Motors d\'emmagatzematge';
$strStrucCSV = 'dades CSV ';
$strStrucData = 'Estructura i dades';
$strStrucDrop = 'Afegir DROP TABLE';
$strStrucExcelCSV = 'CSV per dades de MS Excel';
$strStrucNativeExcel = 'Dades Natives MS Excel';
$strStrucOnly = 'Només l\'estructura';
$strStructPropose = 'Proposa una estructura de taula';
$strStructure = 'Estructura';
$strSubmit = 'Enviar';
$strSuccess = 'La vostra comanda SQL ha estat executada amb èxit';
$strSum = 'Suma';
$strSwedish = 'Suec';
$strSwitchToDatabase = 'Canviar a la base de dades copiada';
$strSwitchToTable = 'Canvia a una taula copiada';
 
$strTableAlreadyExists = 'La taula %s ja existeix!';
$strTableComments = 'Comentaris de la taula';
$strTableEmpty = 'El nom de la taula és buit!';
$strTableHasBeenDropped = 'S\'ha esborrat la taula %s';
$strTableHasBeenEmptied = 'S\'ha buidat la taula %s';
$strTableHasBeenFlushed = 'S\'ha buidat la memòria cau de la taula %s';
$strTableMaintenance = 'Manteniment de la taula';
$strTableOfContents = 'Taula de continguts';
$strTableOptions = 'Opcions de Taula';
$strTables = '%s taula(es)';
$strTableStructure = 'Estructura de la taula';
$strTable = 'Taula';
$strTableType = 'Tipus de taula';
$strTakeIt = 'agafa';
$strTblPrivileges = 'Permissos especifics de taula';
$strTempData = 'Dades temporals';
$strTextAreaLength = ' A causa de la seva longitud,<br /> aquest camp pot no ser editable ';
$strThai = 'Tailandès';
$strThemeDefaultNotFound = 'Tema per defecte %s no trobat!';
$strThemeNoPreviewAvailable = 'No hi ha vista prèvia disponible.';
$strThemeNotFound = 'Tema %s no trobat!';
$strThemeNoValidImgPath = 'El camí de les imatges del tema %s és incorrecte!';
$strThemePathNotFound = 'No s\'ha trobat el camí de les imatges del tema %s!';
$strTheme = 'Tema / Estil';
$strThisHost = 'Aquest Host';
$strThisNotDirectory = 'Aixó no és un directori';
$strThreads = 'Fils';
$strThreadSuccessfullyKilled = 'Fil %s cancel.lat correctament.';
$strTimeoutInfo = 'La darrera importació ha esgotat el temps, després de reenviar continuarà des de la posició %d.';
$strTimeoutNothingParsed = 'Però a la darrera importació no s\'han processat dades, el que normalment indica que phpMyAdmin no ha pogut finalitzar aquesta importació a menys que incrementeu els límits de temps de php.';
$strTimeoutPassed = 'Temps exaurit de l\'arxiu d\'ordres, si voleu finalitzar l\'importació, torneu a enviar el mateix arxiu a importar i el procés continuarà.';
$strTime = 'Temps';
$strToggleScratchboard = 'Canvia l\' scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Xinés Tradicional';
$strTraditionalSpanish = 'Espanyol Tradicional';
$strTraffic = 'Tràfic';
$strTransactionCoordinator = 'Coordinador de transaccions';
$strTransformation_application_octetstream__download = 'Mostra un enllaç per descarregar les dades binàries d\'un camp. La primera dada és el nom d\'arxiu binari. La segona dada és un possible nom de camp d\'una taula que contingui el nom d\'arxiu. Si es facilita la segona dada és necessari tenir la primera dada buida';
$strTransformation_application_octetstream__hex = 'Mostra la representació hexadecimal de les dades.';
$strTransformation_image_jpeg__inline = 'Mostra una miniatura am enllaç; opcions: ample,alt en pixels (respecta la proporció original)';
$strTransformation_image_jpeg__link = 'Es mostra com a enllaç a la imatge.';
$strTransformation_image_png__inline = 'Veure image/jpeg: en linia';
$strTransformation_text_plain__dateformat = 'Pren un camp TIME, TIMESTAMP o DATETIME i li dona format utilitzant el format d\'hora local. La primera opció es la diferència (en hores) que s\'ha d\'afegir a l\'hora (Per defecte: 0). La segona opció és un format de data diferent d\'acord als paràmetres disponibles per a la funció de PHP strftime().';
$strTransformation_text_plain__external = 'NOMÉS LINUX: Llença una aplicació externa i facilita el camp de dades via standard input. Retorna per standard output de l\'aplicacióo. El defecte és Tidy, per interpretar codi HTML. Per raons de seguretat, has d\' editar manualment el fitxer libraries/transformations/text_plain__external.inc.php i afegir les eines que vulguis fer servir. La primera opció és, llavors, el numero del programa que vols fer servir i la segona opció són els paràmetres per el programa. El tercer paràmetre, si es posa a 1, convertirà la sortida fent servir htmlspecialchars() (El defecte és 1). El quart paràmetre, si val 1, posarà un NOWRAP al contingut de les cel.les de forma que la sortida sencera es mostrarà sense reformatejar (Per defecte 1)';
$strTransformation_text_plain__formatted = 'Conserva el format original del camp. No es fa cap canvi.';
$strTransformation_text_plain__imagelink = 'Mostra una imatge i un enllaç, el camp conté el nom del fitxer; la primera opció és un prefixe com "http://domini.com/", la segona opció és l\'amplada en pixels, la tercera és l\'alçada.';
$strTransformation_text_plain__link = 'Mostra un enllaç, el camp conté el nom del fitxer; la primera opció és un prefixe com "http://domini.com/", la segona opció és el titol del enllaç.';
$strTransformation_text_plain__sql = 'Formateig del text com a consulta SQL amb resaltat de sintaxi.';
$strTransformation_text_plain__substr = 'Mostra una part d\'una cadena de text. La primera opció és el nombre de caracters a saltar des de l\'inici de la cadena (Per defecte 0). La segona opció és el nombre de caracters a retornar (Per defecte: fins al final de la cadena). La tercera opció és la cadena a afegir a l\'inici o al final quan hi ha truncament (Per defecte: "...").';
$strTruncateQueries = 'Talla les consultes mostrades';
$strTurkish = 'Turc';
$strType = 'Tipus';
 
$strUkrainian = 'Ucrainès ';
$strUncheckAll = 'Desmarcar tot';
$strUnicode = 'Unicode';
$strUnique = 'Única';
$strUnknown = 'Desconegut';
$strUnselectAll = 'Desmarca tot';
$strUnsupportedCompressionDetected = 'Intenteu carregar un arxiu amb una compresió no suportada (%s). O bé aquest suport no s\'ha implementat encara o bé el teniu desactivat a la configuració.';
$strUpdatePrivMessage = 'Heu actualitzat els permissos de %s.';
$strUpdateProfileMessage = 'S\'ha actualitzat el perfil.';
$strUpdateQuery = 'Actualitza consulta';
$strUpdComTab = 'Mira a la documentació com actualitzar la teva Taula de Comentaris de les Columnes';
$strUpgrade = 'Es necessari actualitzar a %s %s o posterior.';
$strUploadLimit = 'Probablement has triat d\'enviar un arxiu massa gran. Consulta la %sdocumentació%s per trobar formes de modificar aquest límit.';
$strUsage = 'Ús';
$strUseBackquotes = 'Usa &quot;backquotes&quot; amb taules i noms de camps';
$strUsedPhpExtensions = 'Extensions de PHP usades';
$strUseHostTable = 'Utilitza la Taula de Hosts';
$strUserAlreadyExists = 'L\'usuari %s ja existeix!';
$strUserEmpty = 'El nom d\'usuari és buit!';
$strUserName = 'Nom d\'usuari';
$strUserNotFound = 'No s\'ha trobat l\'usuari sel.leccionat a la taula de permissos.';
$strUserOverview = 'Informació general de l\'usuari';
$strUsersDeleted = 'S\'han esborrat correctament els usuaris sel.leccionats.';
$strUsersHavingAccessToDb = 'Usuaris amb accés a &quot;%s&quot;';
$strUser = 'Usuari';
$strUseTabKey = 'Usa la tecla TAB per moure\'t de valor en valor, o CTRL+fletxes per moure\'t on vulguis';
$strUseTables = 'Usa Taules';
$strUseTextField = 'Usa camp de texte';
$strUseThisValue = 'Fes servir aquest valor';
 
$strValidateSQL = 'Validar l\'SQL';
$strValidatorError = 'No s\'ha pogut iniciar el validador SQL. Si us plau, comproveu que teniu instal·lats els mòduls de PHP necessaris tal i com s\'indica a la %sdocumentació%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Informació de Versió';
$strViewDumpDatabases = 'Veure volcat (esquema) de les bases de dades';
$strViewDumpDB = 'Veure l\'esquema de la base de dades';
$strViewDump = 'Veure un esquema de la taula';
$strViewHasBeenDropped = 'Vista %s esborrada';
$strViewMaxExactCount = 'Aquesta vista té més de %d files. Consulteu a %sdocumentació%s.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'Directori de pujada d\'arxius del servidor web';
$strWebServerUploadDirectoryError = 'No està disponible el directori indicat per pujar arxius';
$strWelcome = 'Benvingut a %s';
$strWestEuropean = 'Europa Occidental';
$strWildcard = 'comodins';
$strWindowNotFound = 'La finestra destí del navegador no s\'ha pogut actualitzar. Potser has tancat la finestra "pare" o bé el teu navegador bloqueja actualitzacions entre finestres per la teva configuració de seguretat';
$strWithChecked = 'Amb marca:';
$strWritingCommentNotPossible = 'No es pot gravar aquest comentari';
$strWritingRelationNotPossible = 'No es pot gravar aquesta relació';
$strWrongUser = 'Usuari i/o clau erronis. Accés denegat.';
 
$strXML = 'XML';
 
$strYes = 'Si';
 
$strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el limit.';
$strZip = '"comprimit amb zip"';
 
// To translate:
 
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
 
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBPages = 'pages'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/catalan-utf-8.inc.php
0,0 → 1,984
<?php
/* $Id: catalan-utf-8.inc.php,v 2.130.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// abreviatures de Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$timespanfmt = '%s dies, %s hores, %s minuts i %s segons';
 
$day_of_week = array('Diu', 'Dll', 'Dma', 'Dcr', 'Djs', 'Div', 'Dis');
$month = array('Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Dec');
// Veure http://www.php.net/manual/es/function.strftime.php per a definir
// la variable seguent
$datefmt = '%d-%m-%Y a les %H:%M:%S';
 
$strAbortedClients = 'Avortat';
$strAbsolutePathToDocSqlDir = 'S\'ha d\'entrar el camí absolut en el servidor web per el directori de docSQL';
$strAccessDenied = 'Accés denegat';
$strAccessDeniedCreateConfig = 'La raó més probable d\'aixó és que no heu creat l\'arxiu de configuració. Podriau voler utilitzar %1$ssetup script%2$s per crear-ne un.';
$strAccessDeniedExplanation = 'phpMyAdmin ha intentat connectar amb el servidor de MySQL, pero el servidor ha rebutjat la connexió. Comprova el host, el num d\' usuari i la contrasenya al fitxer config.inc.php i mira que es correspongui amb la informació facilitada per l\' administrador del servidor de MySQL.';
$strAction = 'Acció';
$strAddAutoIncrement = 'Afegir valor AUTO_INCREMENT';
$strAddConstraints = 'Afegir restriccions';
$strAddDeleteColumn = 'Afegir/esborrar Camps de Columna';
$strAddDeleteRow = 'Afegir/esborrar fila de criteri';
$strAddDropDatabase = 'Afegir DROP DATABASE';
$strAddedColumnComment = 'Afegit comentari per la columna';
$strAddedColumnRelation = 'Afegida relació per la columna';
$strAddFields = 'Afegir %s camp(s)';
$strAddHeaderComment = 'Afegir comentari personalitzat a la capçalera (\\n divideix linies)';
$strAddIfNotExists = 'Afegir IF NOT EXISTS';
$strAddIntoComments = 'Afegir en comentaris';
$strAddNewField = 'Afegir un camp nou';
$strAddPrivilegesOnDb = 'Afegir permissos a la següent base de dades';
$strAddPrivilegesOnTbl = 'Afegir permissos a la següent taula';
$strAddSearchConditions = 'Afegeix condicions de recerca (cos de la clàusula "WHERE"):';
$strAddToIndex = 'Afegir columna(es) a l\'índex %s &nbsp;';
$strAddUser = 'Afegir un usuari nou';
$strAddUserMessage = 'Has afegit un usuari nou.';
$strAdministration = 'Administració';
$strAffectedRows = 'Files afectades:';
$strAfter = 'Després %s';
$strAfterInsertBack = 'Tornar';
$strAfterInsertNewInsert = 'Insereix un nou registre';
$strAfterInsertNext = 'Editar el següent registre';
$strAfterInsertSame = 'Tornar a aquesta plana';
$strAllowInterrupt = 'Permetre l\'interrupció de l\'importació en cas de que l\'arxiu d\'ordres detecti que s\'acosta el limit del temps. Pot ser una bona solució per importar arxius grans, però pot trencar transaccions.';
$strAllTableSameWidth = 'Mostrar totes les taules amb la mateixa amplada?';
$strAll = 'Tot';
$strAlterOrderBy = 'Altera la taula i ordena per';
$strAnalyzeTable = 'Analitza la taula';
$strAnd = 'I';
$strAndThen = 'i llavors';
$strAnIndex = 'S\'ha afegit un índex a %s';
$strAnyHost = 'Qualsevol servidor';
$strAny = 'Qualsevol';
$strAnyUser = 'Qualsevol usuari';
$strApproximateCount = 'Pot ser aproximat. Veure FAQ 3.11';
$strAPrimaryKey = 'S\'ha afegit una clau principal a %s';
$strArabic = 'Àrab';
$strArmenian = 'Armeni';
$strAscending = 'Ascendent';
$strAtBeginningOfTable = 'Al principi de la taula';
$strAtEndOfTable = 'Al final de la taula';
$strAttr = 'Atributs';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Disseny automàtic';
 
$strBack = 'Enrere';
$strBaltic = 'Bàltic';
$strBeginCut = 'INICI DEL TALL';
$strBeginRaw = 'INICI DEL VOLCAT';
$strBinary = ' Binari ';
$strBinaryDoNotEdit = ' Binari - no editeu ';
$strBinaryLog = 'Registre binari';
$strBinLogEventType = 'Tipus d\'event';
$strBinLogInfo = 'Informació';
$strBinLogName = 'Nom del registre';
$strBinLogOriginalPosition = 'Posició original';
$strBinLogPosition = 'Posició';
$strBinLogServerId = 'ID de Servidor';
$strBookmarkAllUsers = 'Deixar accedir a cada usuari a aquesta consulta desada';
$strBookmarkCreated = '%s creat com a consulta desada';
$strBookmarkDeleted = 'S\'ha esborrat la consulta desada.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Consulta SQL desada';
$strBookmarkReplace = 'Reemplaçar una consulta desada ja existent amb el mateix nom';
$strBookmarkThis = 'Desa aquesta consulta SQL';
$strBookmarkView = 'Només mirar';
$strBrowseDistinctValues = 'Navega per valors diferents';
$strBrowseForeignValues = 'Navega valors externs';
$strBrowse = 'Navega';
$strBufferPool = 'Grup de memòries intermitges';
$strBufferPoolUsage = 'Ús del grup de memòries intermitges';
$strBulgarian = 'Búlgar';
$strBusyPages = 'Planes ocupades';
$strBzError = 'phpMyAdmin és incapaç de comprimir el volcat degut a una extensió Bz2 incorrecta en aquesta versió de php. És molt recomenable posar a la directiva <code>$cfg[\'BZipDump\']</code> el valor <code>FALSE</code> al fitxer de configuració de phpMyAdmin. Si vols utilitzar les facilitats de compresió Bz2, és necessari actualitzar el php a la darrera versió disponible. Es pot consultar el informe d\'errada %s de php per a més detalls.';
$strBzip = '"comprimit amb bzip"';
 
$strCalendar = 'Calendari';
$strCanNotLoadImportPlugins = 'No es poden carregar les extensions d\'importació, comproveu l\'instal.lació!';
$strCannotLogin = 'No podem connectar amb el servidor MySQL';
$strCantLoad = 'No puc carregar la extensió %s,<br />comprova la configuració de PHP.';
$strCantLoadRecodeIconv = 'No es pot carregar iconv o recodificar una extensió necessària per la conversió de jocs de caràcters, configura php per permetre l\'ús d\'aquestes extensions o bé desactiva la conversió de jocs de caràcters en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'No pots canviar el nom d\'un índex a "PRIMARY"!';
$strCantUseRecodeIconv = 'No es pot utilitzar iconv ni libiconv ni la funció recode_string mentre es carrega l\'extensió d\'informes. Comprova la configuració de php.';
$strCardinality = 'Cardinalitat';
$strCaseInsensitive = 'No sensible a majúscules';
$strCaseSensitive = 'sensible a majúscules';
$strCentralEuropean = 'Europa Central';
$strChange = 'Canvi';
$strChangeCopyModeCopy = '... respecta l\'antic.';
$strChangeCopyMode = 'Crea un nou usuari amb els mateixos permissos i ...';
$strChangeCopyModeDeleteAndReload = ' ... esborra l\'antic de les taules d\'usuaris i recarrega els permissos després.';
$strChangeCopyModeJustDelete = ' ... esborra l\'antic de les taules d\'usuaris.';
$strChangeCopyModeRevoke = ' ... treu tots els permissos actius de l\'antic i esborra\'l després.';
$strChangeCopyUser = 'Canvi d\'Informació de Connexió / Copia d\'Usuari';
$strChangeDisplay = 'Tria el camp a mostrar';
$strChangePassword = 'Canvi de contrasenya';
$strCharset = 'Joc de Caracters';
$strCharsetOfFile = 'Joc de caràcters de l\'arxiu:';
$strCharsetsAndCollations = 'Jocs de Caracters i ordenacions';
$strCharsets = 'Jocs de caracters';
$strCheckAll = 'Verificar-ho tot';
$strCheckOverhead = 'Comprovar taules desfragmentades';
$strCheckPrivs = 'Comprova els Permissos';
$strCheckPrivsLong = 'Comprova els Permissos per la Base de dades &quot;%s&quot;.';
$strCheckTable = 'Verifica la taula';
$strChoosePage = 'Tria una pàgina per editar';
$strColComFeat = 'Mostrant comentaris de les columnes';
$strCollation = 'Ordenaciò';
$strColumnNames = 'Nom de les columnes';
$strColumnPrivileges = 'Permissos específics de columna';
$strCommand = 'Ordre';
$strComments = 'Comentaris';
$strCommentsForTable = 'COMENTARIS PER LA TAULA';
$strCompatibleHashing = 'Compatible amb MySQL&nbsp;4.0';
$strCompleteInserts = 'Completar insercions';
$strCompression = 'Compressió';
$strCompressionWillBeDetected = 'La compresió de l\'arxiu importat es detectarà automàticament des de: %s';
$strConfigDefaultFileError = 'No es pot carregar la configuració per defecte des de: "%1$s"';
$strConfigFileError = 'phpMyAdmin és incapaç de llegir el fitxer de configuració!<br />Això pot succeir si php troba un error sintàctic en ell o bé php no pot trobar el fitxer.<br />Intenta obrir el fitxer de configuració directament fent servir l\'enllaç següent i comprova el(s) missatge(s) d\'error que reps. En moltes ocasions una coma o punt i coma falta en algun lloc.<br />Si reps una plana en blanc, tot està bé.';
$strConfigureTableCoord = 'Configura les coordinades per la taula %s';
$strConnectionError = 'No puc connectar: paràmetres incorrectes.';
$strConnections = 'Connexions';
$strConstraintsForDumped = 'Restriccions per taules volcades';
$strConstraintsForTable = 'Restriccions per la taula';
$strCookiesRequired = 'A partir d\'aquest punt és necessari tenir les galetes (cookies) activades.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'La Base de dades %s s\'ha copiat a %s';
$strCopyTable = 'Copia taula a (base-de-dades<b>.</b>taula):';
$strCopyTableOK = 'La taula %s s\'ha copiat a %s.';
$strCopyTableSameNames = 'No es pot copiar la taula sobre ella mateixa';
$strCouldNotKill = 'phpMyAdmin no pot cancel.lar el fil %s. Probablement, ja és tancat.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE abans de copiar';
$strCreateIndex = 'Crea un índex a la columna:&nbsp;%s';
$strCreateIndexTopic = 'Crea un nou índex';
$strCreateNewDatabase = 'Crea una nova base de dades';
$strCreateNewTable = 'Crear una taula nova a la base de dades %s';
$strCreatePage = 'Crea una nova Pàgina';
$strCreatePdfFeat = 'Creació de PDFs';
$strCreationDates = 'Datas de Creació/Modificació/Comprovació';
$strCriteria = 'Criteris';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcions de CSV';
$strCSVOptions = 'Opcions CSV';
$strCyrillic = 'Ciríl.lic';
$strCzechSlovak = 'Txec-Eslovac';
$strCzech = 'Txec';
 
$strDanish = 'Danès';
$strDatabase = 'Base de dades';
$strDatabaseEmpty = 'El nom de la base de dades és buit!';
$strDatabaseExportOptions = 'Opcions d\'exportació de Bases de Dades';
$strDatabaseHasBeenDropped = 'La Base de Dades %s s\'ha eliminat.';
$strDatabaseNoTable = 'Aquesta base de dades no té taules!';
$strDatabases = 'bases de dades';
$strDatabasesDropped = '%s Bases de dades s\'han esborrat correctament.';
$strDatabasesStatsDisable = 'Desactiva Estadístiques';
$strDatabasesStatsEnable = 'Activa Estadístiques';
$strDatabasesStats = 'Estadístiques de les bases de dades';
$strDatabasesStatsHeavyTraffic = 'Nota: Activant les estadístiques de Base de Dades aqui pot provocar elevat tràfic entre el servidor Web i el de MySQL.';
$strData = 'Dades';
$strDataDict = 'Diccionari de Dades';
$strDataOnly = 'Només dades';
$strDataPages = 'Planes contenint dades';
$strDBComment = 'Comentaris de la Base de Dades: ';
$strDBCopy = 'Copiar base de dades a';
$strDBGContext = 'Contexte';
$strDBGContextID = 'ID de contexte';
$strDBGHits = 'Accessos';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Temps max, ms';
$strDBGMinTimeMs = 'Temps min, ms';
$strDBGModule = 'Módul';
$strDBGTimePerHitMs = 'Temps/Accés, ms';
$strDBGTotalTimeMs = 'Temps total, ms';
$strDbPrivileges = 'Permissos especifics de Base de dades';
$strDBRename = 'Reanomenar base de dades a';
$strDbSpecific = 'específic de la base de dades';
$strDefault = 'Defecte';
$strDefaultEngine = '%s és el motor d\'emmagatzematge per defecte en aquest servidor MySQL.';
$strDefaultValueHelp = 'Per a valors per defecte, només entra un valor, sense barres invertides ni cometes, fent servir aquest format: a';
$strDefragment = 'Desfragmentar taula';
$strDelayedInserts = 'Usa insercions diferides';
$strDeleteAndFlushDescr = 'Aquesta és la forma més clara, pero recarregar els permissos pot tardar una mica.';
$strDeleteAndFlush = 'Esborra els usuaris i recarrega els permissos seguidament.';
$strDeleted = 'La fila ha estat esborrada';
$strDeletedRows = 'Files esborrades:';
$strDelete = 'Esborrar';
$strDeleteNoUsersSelected = 'No hi ha usuaris sel.leccionats per esborrar!';
$strDeleting = 'Esborrant %s';
$strDelOld = 'La plana actual té referències a taules que no existeixen. Vols esborrar aquestes referències?';
$strDescending = 'Descendent';
$strDescription = 'Descripció';
$strDictionary = 'diccionari';
$strDirtyPages = 'Planes brutes';
$strDisabled = 'Desactivat';
$strDisableForeignChecks = 'Desactivar comprovacions de claus externes';
$strDisplayFeat = 'Mostrar característiques';
$strDisplayOrder = 'Ordre del llistat:';
$strDisplayPDF = 'Mostrar esquema PDF';
$strDoAQuery = 'Fer una "petició segons exemple" (comodí: "%")';
$strDocu = 'Documentació';
$strDoYouReally = 'Realment vols fer?';
$strDropDatabaseStrongWarning = 'Ets a punt d\' ELIMINAR completament una base de dades!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Esborra les bases de dades que tenen els mateixos noms que els usuaris.';
$strDumpingData = 'Volcant dades de la taula';
$strDumpSaved = 'El volcat s\'ha guardat amb el nom d\'arxiu %s.';
$strDumpXRows = 'Volcar %s files començant a la fila %s.';
$strDynamic = 'dinàmic';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar pàgines PDF';
$strEditPrivileges = 'Editar permissos';
$strEffective = 'Efectiu';
$strEmpty = 'Buidar';
$strEmptyResultSet = 'MySQL ha retornat un conjunt buit (p.e. cap fila).';
$strEnabled = 'Activat';
$strEncloseInTransaction = 'Incloure exportació en la transacció';
$strEndCut = 'FI DEL TALL';
$strEnd = 'Final';
$strEndRaw = 'FI DEL VOLCAT';
$strEngineAvailable = '%s està disponible en aquest servidor MySQL.';
$strEngineDisabled = '%s s\'ha desactivat en aquest servidor MySQL.';
$strEngines = 'Motors';
$strEngineUnsupported = 'Aquest servidor MySQL no soporta el motor d\'emmagatzematge %s.';
$strEnglish = 'Anglès';
$strEnglishPrivileges = ' Nota: Els noms dels privilegis del MySQL són en llengua anglesa ';
$strError = 'Errada';
$strErrorInZipFile = 'Error en arxiu ZIP:';
$strEscapeWildcards = 'Els comodins _ i % han de marcar-se amb una \ per usar-los literalment';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonià ';
$strExcelEdition = 'Edició per Excel';
$strExcelOptions = 'Opcions d\'Excel';
$strExecuteBookmarked = 'Executa una consulta desada';
$strExplain = 'Explicació de l\'SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Insercions ampliades';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Intents erronis';
$strField = 'Camp';
$strFieldHasBeenDropped = 'S\'ha esborrat el camp %s';
$strFields = 'Camps';
$strFieldsEmpty = ' El comptador de camps és buit! ';
$strFieldsEnclosedBy = 'Camps englobats per';
$strFieldsEscapedBy = 'Camps amb marca d\'escapada';
$strFieldsTerminatedBy = 'Camps acabats per';
$strFileAlreadyExists = 'L\'arxiu %s ja existeix al servidor, canvia el nom o marca l\'opció de sobreescriure.';
$strFileCouldNotBeRead = 'No es pot llegir el fitxer';
$strFileNameTemplateDescription = 'Aquest valor es interpretat usant %1$sstrftime%2$s, pel que podeu usar les cadenes de formateig de temps. Ademès, es faràn aquestes transformacions: %3$s. Altre text es deixarà sense variació.';
$strFileNameTemplateDescriptionDatabase = 'nom de base de dades';
$strFileNameTemplateDescriptionServer = 'nom de servidor';
$strFileNameTemplateDescriptionTable = 'nom de taula';
$strFileNameTemplate = 'Nom de fitxer de plantilla';
$strFileNameTemplateRemember = 'Recordar plantilla';
$strFileToImport = 'Arxiu a importar';
$strFixed = 'fixa';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin obté els permissos de l\'usuari directament de les taules de permissos de l\' MySQL. El contingut d\'aquestes taules pot diferir dels permissos que utilitza el servidor si s\'han fet canvis manualment. En aquest cas, es necessari %srecarregar els permissos%s abans de continuar.';
$strFlushQueryCache = 'Buidar la memòria intermèdia de consultes';
$strFlushTable = 'Buidar la memòria cau de la taula ("FLUSH")';
$strFlushTables = 'Sincronitzar (tancar) totes les taules';
$strFormat = 'Format';
$strFormEmpty = 'Falta un valor al formulari !';
$strFreePages = 'Planes lliures';
$strFullText = 'Textos sencers';
$strFunction = 'Funció';
 
$strGenBy = 'Generat per';
$strGeneralRelationFeat = 'Característiques generals de relacions';
$strGenerate = 'Generar';
$strGeneratePassword = 'Generar Contrasenya';
$strGenTime = 'Temps de generació';
$strGeorgian = 'Georgià';
$strGerman = 'Alemany';
$strGlobal = 'global';
$strGlobalPrivileges = 'Permissos generals';
$strGlobalValue = 'Valor global';
$strGo = 'Executar';
$strGrantOption = 'Atorgar';
$strGreek = 'Grec';
$strGzip = '"comprimit amb gzip"';
 
$strHandler = 'Gestor';
$strHasBeenAltered = 'ha estat alterada.';
$strHasBeenCreated = 'ha estat creada.';
$strHaveToShow = 'Has d\'escollir al menys una columna per mostrar';
$strHebrew = 'Hebreu';
$strHexForBinary = 'Usa hexadecimal per camps binaris';
$strHome = 'Inici';
$strHomepageOfficial = 'Plana oficial del phpMyAdmin';
$strHostEmpty = 'El nom del servidor és buit!';
$strHost = 'Servidor';
$strHungarian = 'Húngar';
 
$strIcelandic = 'Islandés';
$strId = 'ID';
$strIdxFulltext = 'Text sencer';
$strIgnoreDuplicates = 'Ignorar files duplicades';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilitzar "ignore inserts"';
$strIgnoringFile = 'Ignorant fitxer %s';
$strImportDocSQL = 'Importa Arxius docSQL';
$strImportFiles = 'Importar fitxers';
$strImportFormat = 'Format de l\'arxiu importat';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'Importació finalitzada correctament, %d consultes executades.';
$strIndexes = 'Indexos';
$strIndexHasBeenDropped = 'S\'ha esborrat l\'índex %s';
$strIndex = 'Índex';
$strIndexName = 'Nom d\'índex:';
$strIndexType = 'Tipus d\'índex:';
$strIndexWarningMultiple = 'Més d\'una clau %s s\'ha creat per a la columna `%s`';
$strIndexWarningPrimary = 'Les claus PRIMARY i INDEX no es poden establir alhora per a la columna `%s`';
$strIndexWarningTable = 'Problemes amb els index de la taula `%s`';
$strIndexWarningUnique = 'Les claus UNIQUE i INDEX no es poden establir alhora per a la columna `%s`';
$strInnoDBAutoextendIncrementDesc = ' La quantitat a incrementar per ampliar el tamany d\'una taula autoextensible quan estigui a punt d\'omplir-se.';
$strInnoDBAutoextendIncrement = 'Increment d\'autoextensió';
$strInnoDBDataFilePath = 'Arxius de dades';
$strInnoDBDataHomeDirDesc = 'La part comuna de la ruta al directori per tots els arxius de dades InnoDB.';
$strInnoDBDataHomeDir = 'Directori local de dades';
$strInnodbStat = 'Estat InnoDB';
$strInsecureMySQL = 'El vostre fitxer de configuració té paràmetres (root sense contrasenya) que corresponen al compte privilegiat predetermitat de MySQL. El servidor MySQL està funcionant amb aquests valors, el que significa un forat de seguretat, i s\'exposa a intrusions, pel que recomanem la reparació urgent d\'aquest forat de seguretat.';
$strInsertAsNewRow = 'Inserir com a nova fila';
$strInsertedRowId = 'Id de la fila inserida:';
$strInsertedRows = 'Files Inserides:';
$strInsert = 'Insereix';
$strInsertNewRow = 'Inserir nova fila';
$strInternalNotNecessary = '* No es necessita una relació interna si ja existeix a InnoDB.';
$strInternalRelations = 'Relacions internes';
$strInUse = 'en ús';
$strInvalidAuthMethod = 'Mètode d\'identificació incorrecte establert a la configuració:';
$strInvalidColumnCount = 'El comptador de columnes ha de ser més gran que zero.';
$strInvalidColumn = 'S\'ha especificat una columna incorrecta (%s)!';
$strInvalidCSVFieldCount = 'Comptador de camps incorrecte en l\'entrada CSV a la línia %d.';
$strInvalidCSVFormat = 'Format incorrecte a l\'entrada CSV a la línia %d.';
$strInvalidCSVParameter = 'Paràmetre incorrecte per importació CSV: %s';
$strInvalidFieldAddCount = 'Heu d\'afegir al menys un camp.';
$strInvalidFieldCount = 'La taula ha de tenir al menys un camp.';
$strInvalidLDIImport = 'Aquesta extensió no suporta importacions comprimides!';
$strInvalidRowNumber = '%d no és un num. vàlid de fila.';
$strInvalidServerHostname = 'Nom de host invàlid pel servidor %1$s. Si us plau, reviseu la configuració.';
$strInvalidServerIndex = 'Index de servidor invàlid: "%s"';
 
$strJapanese = 'Japonès';
$strJoins = 'Unions';
$strJumpToDB = 'Vés a la Base de Dades &quot;%s&quot;.';
$strJustDeleteDescr = 'Els usuaris &quot;esborrats&quot; encara tindrán accés al servidor com fins ara mentre no es recarreguin els permissos.';
$strJustDelete = 'Només esborra els usuaris de les taules de permissos.';
 
$strKeepPass = 'No canviïs la contrasenya';
$strKeyCache = 'Memòria intermèdia de claus';
$strKeyname = 'Nom Clau';
$strKill = 'Finalitzar';
$strKorean = 'Coreà';
 
$strLandscape = 'Horitzontal';
$strLanguageFileNotFound = 'Arxiu d\'idioma "%1$s" no trobat.';
$strLanguageUnknown = 'Idioma desconegut: %1$s.';
$strLatchedPages = 'Planes inalterables';
$strLatexCaption = 'Titol de Taula';
$strLatexContent = 'Contingut de la taula __TABLE__';
$strLatexContinuedCaption = 'Continuació del Titol de taula';
$strLatexContinued = '(continúa)';
$strLatexIncludeCaption = 'Inclusió del titol de taula';
$strLatexLabel = 'Etiqueta de clau';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcions LaTeX';
$strLatexStructure = 'Estructura de la taula __TABLE__';
$strLatvian = 'Letó';
$strLDI = 'CSV usant LOAD DATA';
$strLDIImportOptions = 'Opcions per importació CSV usant LOAD DATA';
$strLDILocal = 'Usa clau LOCAL';
$strLengthSet = 'Longitud/Valors*';
$strLimitNumRows = 'registres per plana';
$strLinesTerminatedBy = 'Línies acabades amb';
$strLinkNotFound = 'No s\'ha trobat l\'enllaç ';
$strLinksTo = 'Enllaços a';
$strLithuanian = 'Lituà ';
$strLocalhost = 'Local';
$strLocationTextfile = 'Ubicació del fitxer de text';
$strLogin = 'Identificació';
$strLoginInformation = 'Informació d\'Identificació';
$strLogout = 'Sortir';
$strLogPassword = 'Contrasenya:';
$strLogServer = 'Servidor';
$strLogUsername = 'Nom d\'Usuari:';
$strLongOperation = 'Aquesta operació pot ser bastant llarga. Procedim igualment?';
 
$strMaxConnects = 'max. connexions simultànies';
$strMaximalQueryLength = 'Tamany màxim de la consulta creada';
$strMaximumSize = 'Tamany Màxim: %s%s';
$strMbExtensionMissing = 'No s\'ha trobat la extensió de PHP mbstring i sembla que feu servir un joc de caracters multibyte. Sense la extensió mbstring, phpMyAdmin és incapaç de dividir cadenes de text correctament i pot generar resultats inesperats.';
$strMbOverloadWarning = 'Teniu activada la funció mbstring.func_overload a la configuració del vostre PHP. Aquesta opció és incompatible amb phpMyAdmin i pot provocar la perdua de dades!';
$strMIME_available_mime = 'Tipus MIME disponibles';
$strMIME_available_transform = 'Transformacions disponibles';
$strMIME_description = 'Descripció';
$strMIME_MIMEtype = 'Tipus MIME';
$strMIME_nodescription = 'No hi ha cap descripció disponible per a aquesta transformació.<br />Demana a l\'autor qué fa %s.';
$strMIME_transformation_note = 'Per veure una llista d\'opcions de transformació disponibles i els seus tipus MIME de transformació, clica a %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Entra els valors per a transformar utilitzant aquest format: \'a\',\'b\',\'c\'...<br />Si mai necessites escriure una barra invertida ("\") o un apòstrof ("\'") entre aquests valors, posa una barra invertida devant (per exemple \'\\\\xyz\' o \'a\\\'b\').';
$strMIME_transformation_options = 'Opcions de Transformació';
$strMIME_transformation = 'Transformació del Navegador';
$strMIMETypesForTable = 'TIPUS MIME PER LA TAULA';
$strMIME_without = 'Els tipus MIME en cursiva no tenen funcions de transformació a part';
$strModifications = 'Les modificacions han estat guardades';
$strModifyIndexTopic = 'Modifica un índex';
$strModify = 'Modificar';
$strMoveTable = 'Mou taula a (base-de-dades<b>.</b>taula):';
$strMoveTableOK = 'Taula %s moguda a %s.';
$strMoveTableSameNames = 'No es pot moure la taula sobre ella mateixa!';
$strMultilingual = 'multilingüe';
$strMyISAMDataPointerSizeDesc = 'El tamany per defecte de l\'apuntador en bytes, usat en CREATE TABLE per a taules MyISAM quan no s\'especifica l\'opció MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamany de l\'apuntador de dades';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si l\'arxiu temporal usat per creació ràpida d\'un índex MyISAM pot ser més gran que usant el cau principal per la quantitat especificada aquí, es recomana fer servir el cau principal.';
$strMyISAMMaxExtraSortFileSize = 'Màxim tamany per arxius temporals en creació d\'índex';
$strMyISAMMaxSortFileSizeDesc = 'El tamany màxim per arxius temporals de MySQL es permet usar-lo mentre es torna acrear un índex MyISAM (mentre es fa un REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamany màxim per arxius temporals de classificació';
$strMyISAMRecoverOptionsDesc = 'El modus per a recuperació automàtica en taules MyISAM corruptes, com s\'estableix via l\'opció d\'inici del servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modus de recuperació automàtic';
$strMyISAMRepairThreadsDesc = 'Si aquest valor és més gran que 1, els índexos de taules MyISAM es creen en paralel (cada índex en el seu propi fil) mentre s\'executa el procés de reparació per classificació.';
$strMyISAMRepairThreads = 'Reparar fils';
$strMyISAMSortBufferSizeDesc = 'Ârea assignada per classificar índexos MyISAM mentre es fa un REPAIR TABLE o mentre es creen índexos amb CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Tamany de l\'àrea de classificació';
$strMySQLCharset = 'Joc de caràcters de MySQL';
$strMysqlClientVersion = 'Versió del client MySQL';
$strMySQLConnectionCollation = 'Ordenació de la connexió MySQL';
$strMySQLSaid = 'MySQL diu: ';
$strMySQLShowProcess = 'Mostrar processos';
$strMySQLShowStatus = 'Mostra la informació de funcionament del MySQL';
$strMySQLShowVars = 'Mostra les variables de sistema del MySQL';
 
$strName = 'Nom';
$strNext = 'Següent';
$strNoActivity = 'Sense activitat des de fa %s segons o més, entra de nou';
$strNoDatabases = 'No hi ha Bases de Dades';
$strNoDatabasesSelected = 'No hi han Bases de dades sel.leccionades.';
$strNoDescription = 'Sense Descripció';
$strNoDetailsForEngine = 'No hi ha informació detallada de l\'estat disponible per a aquest motor d\'emmagatzematge.';
$strNoDropDatabases = 'Instrucció "DROP DATABASE" desactivada.';
$strNoExplain = 'Saltar l\'explicació de l\'SQL';
$strNoFilesFoundInZip = 'No s\'han trobat arxius dins de l\'arxiu ZIP!';
$strNoFrames = 'phpMyAdmin és més fàcil amb un navegador que <b>suporti marcs (frames)</b>.';
$strNoIndex = 'No s\'ha definit l\'índex!';
$strNoIndexPartsDefined = 'No s\'han definit parts de l\'índex!';
$strNoModification = 'Sense canvis';
$strNone = 'Res';
$strNo = 'No';
$strNoOptions = 'Aquest format no té opcions';
$strNoPassword = 'Sense contrasenya';
$strNoPermission = 'El servidor web no té permissos per a guardar l\'arxiu %s.';
$strNoPhp = 'Sense codi PHP';
$strNoPrivileges = 'Sense permissos';
$strNoRights = 'No tens prou permissos per visualitzar aquesta informació!';
$strNoRowsSelected = 'No s\'han seleccionat files';
$strNoSpace = 'No hi ha prou espai per guardar l\'arxiu %s.';
$strNoTablesFound = 'Base de dades sense taules.';
$strNoThemeSupport = 'No hi ha suport pels temes, si et plau comprova la teva configuració i/o els teus temes al directori %s.';
$strNothingToImport = 'No heu entrat dades per importar!';
$strNotNumber = 'Aquest valor no és un número!';
$strNotOK = 'Incorrecte';
$strNotSet = 'Taula <b>%s</b> no trobada o no definida a %s';
$strNoUsersFound = 'No s\'han trobat usuaris.';
$strNoValidateSQL = 'Saltar la Validació de l\'SQL';
$strNull = 'Nul';
$strNumberOfFields = 'Nombre de camps';
$strNumSearchResultsInTable = '%s resultat(s) a la taula <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultat(s)';
$strNumTables = 'Taules';
 
$strOK = 'Correcte';
$strOpenNewWindow = 'Obrir nova finestra de phpMyAdmin';
$strOperations = 'Operacions';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimitza la taula';
$strOr = 'O';
$strOverhead = 'Defragmentat';
$strOverwriteExisting = 'Sobreescriure arxiu(s) existent(s)';
 
$strPageNumber = 'Número de pàgina:';
$strPagesToBeFlushed = 'Planes per a purgar';
$strPaperSize = 'Tamany de paper';
$strPartialImport = 'Importació parcial';
$strPartialText = 'Textos Parcials';
$strPasswordChanged = 'La contrasenya per a %s s\'ha canviat correctament.';
$strPassword = 'Contrasenya';
$strPasswordEmpty = 'La contrasenya és buida!';
$strPasswordHashing = 'Contrasenya Hashing';
$strPasswordNotSame = 'Les contrasenyes no coincideixen!';
$strPdfDbSchema = 'Esquema de la base de dades "%s" - Pàgina %s';
$strPdfInvalidTblName = 'La taula "%s" no existeix!';
$strPdfNoTables = 'No hi ha taules';
$strPDFOptions = 'Opcions PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Títol de llistat';
$strPerHour = 'per hora';
$strPerMinute = 'per minut';
$strPerSecond = 'per segon';
$strPersian = 'Persa';
$strPhoneBook = 'Libreta d\' adreces';
$strPHP40203 = 'S\'esta fent servir la versió 4.2.3 de PHP, que té un serios error amb cadenes de multi-byte (mbstring). Mira l\'informe d\'error 19404 de PHP. No es recomana aquesta versió de PHP per treballar amb phpMyAdmin.';
$strPhp = 'Crear codi PHP';
$strPHPVersion = 'PHP versió';
$strPmaDocumentation = 'Documentació de phpMyAdmin';
$strPmaUriError = 'La directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> HA d\'estar al fitxer de configuració!';
$strPolish = 'Polac';
$strPortrait = 'Vertical';
$strPos1 = 'Inici';
$strPrevious = 'Anterior';
$strPrimaryKeyHasBeenDropped = 'S\'ha esborrat la clau principal';
$strPrimaryKeyName = 'El nom de la clau principal ha de ser ... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ha de ser</b> el nom i <b>només</b> el nom de la clau principal!)';
$strPrimary = 'Principal';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Vista d\'impresió (amb texts sencers)';
$strPrintView = 'Imprimir vista';
$strPrivDescAllPrivileges = 'Inclou tots els permissos excepte GRANT (atorgar).';
$strPrivDescAlter = 'Permet alterar l\'estructura de taules existents.';
$strPrivDescAlterRoutine = 'Permet alterar i esborrar rutines enmagatzemades.';
$strPrivDescCreateDb = 'Permet crear noves bases de dades i taules.';
$strPrivDescCreateRoutine = 'Permet crear rutines enmgatzemades.';
$strPrivDescCreateTbl = 'Permet crear noves taules.';
$strPrivDescCreateTmpTable = 'Permet crear taules temporals.';
$strPrivDescCreateUser = 'Permet crear, esborrar i reanomenar comptes d\'usuari.';
$strPrivDescCreateView = 'Permet crear noves vistes.';
$strPrivDescDelete = 'Permet esborrar dades.';
$strPrivDescDropDb = 'Permet eliminar bases de dades i taules.';
$strPrivDescDropTbl = 'Permet eliminar taules.';
$strPrivDescExecute5 = 'Permet executar rutines enmagatzemades.';
$strPrivDescExecute = 'Permet executar processos enmagatzemats (stored procedures); No té efecte en aquesta versió de MySQL.';
$strPrivDescFile = 'Permet importar i exportar dades amb fitxers externs.';
$strPrivDescGrant = 'Permet afegir usuaris i permissos sense tenir que recarregar les taules de permissos.';
$strPrivDescIndex = 'Permet crear i eliminar indexos.';
$strPrivDescInsert = 'Permet inserir i modificar dades.';
$strPrivDescLockTables = 'Permet bloquejar taules per l\'actual fil d\'execució.';
$strPrivDescMaxConnections = 'Limita el numero de noves connexions que pot obrir l\'usuari per hora.';
$strPrivDescMaxQuestions = 'Limita el numero de consultes que pot enviar l\'usuari al servidor per hora.';
$strPrivDescMaxUpdates = 'Limita el numero d\'ordres que pot executar l\'usuari canviant qualsevol taula o base de dades per hora.';
$strPrivDescMaxUserConnections = 'Límita el nombre de connexions simultànies que l\'usuari pot tenir.';
$strPrivDescProcess3 = 'Permet cancel.lar processos d\'altres usuaris.';
$strPrivDescProcess4 = 'Permet veure completament les consultes a la llista de processos.';
$strPrivDescReferences = 'No té efecte en aquesta versió de MySQL.';
$strPrivDescReload = 'Permet recarregar les configuracions del servidor i buidar les seves memòries cau.';
$strPrivDescReplClient = 'Dona el dret a l\'usuari de preguntar quins servidors mestres / esclaus hi ha.';
$strPrivDescReplSlave = 'Es necessari per a la replicació en servidors esclaus.';
$strPrivDescSelect = 'Permet llegir dades.';
$strPrivDescShowDb = 'Dona accés a la llista completa de bases de dades.';
$strPrivDescShowView = 'Permet fer consultes de tipus SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permet parar el servidor.';
$strPrivDescSuper = 'Permet connectar, encara que s\'hagi arribat al máxim numero de connexions permés; Es necessari per moltes operacions d\'administració com ara establir variables globals o bé cancel.lar fils d\'execució d\'altres usuaris.';
$strPrivDescUpdate = 'Permet canviar dades.';
$strPrivDescUsage = 'Sense permissos.';
$strPrivileges = 'Permissos';
$strPrivilegesReloaded = 'Els permissos s\'han recarregat correctament.';
$strProcesslist = 'Llista de processos';
$strProtocolVersion = 'Versió del protocol';
$strPutColNames = 'Posa els noms de camp a la primera fila';
 
$strQBE = 'Consulta segons exemple';
$strQBEDel = 'Sup';
$strQBEIns = 'Ins';
$strQueryCache = 'Memòria intermèdia de consultes';
$strQueryFrame = 'Finestra de la Consulta';
$strQueryOnDb = 'Consulta SQL a la base de dades <b>%s</b>:';
$strQuerySQLHistory = 'Historial SQL';
$strQueryStatistics = '<b>Estadístiques de Consultes</b>: Des de l\'últim inici, s\'han enviat %s consultes al servidor.';
$strQueryTime = 'La consulta tarda %s seg';
$strQueryType = 'Tipus de consulta';
$strQueryWindowLock = 'No sobreescriure aquesta consulta des de fora de la finestra';
 
$strReceived = 'Rebut';
$strRecords = 'Registres';
$strReferentialIntegrity = 'Comprova la integritat referencial:';
$strRefresh = 'Actualitzar';
$strRelationalSchema = 'Esquema Relacional';
$strRelationNotWorking = 'Les característiques addicionals per treballar amb taules enllaçades s\'han desactivat. Per saber perquè clica %saquí%s.';
$strRelationsForTable = 'RELACIONS DE LA TAULA';
$strRelations = 'Relacions';
$strRelationView = 'Vista de Relacions';
$strReloadingThePrivileges = 'Recarregant permissos';
$strReloadMySQL = 'Rellegir el MySQL';
$strRemoveSelectedUsers = 'Treure els usuaris sel.leccionats';
$strRenameDatabaseOK = 'Base de dades %s reanomenada a %s';
$strRenameTableOK = 'La taula %s ha canviat de nom. Ara es diu %s';
$strRenameTable = 'Renombrar les taules a';
$strRepairTable = 'Reparar taula';
$strReplaceNULLBy = 'Substitueix NULL per';
$strReplaceTable = 'Substituir les dades de la taula pel fitxer ';
$strReplication = 'Replicació';
$strReset = 'Esborrar';
$strResourceLimits = 'Limit de recursos';
$strReType = 'Reescriure';
$strRevokeAndDelete = 'Denega tots els permissos actius dels usuaris i els esborra després.';
$strRevokeAndDeleteDescr = 'Els usuaris encara tindran el permís USAGE fins que es recarreguin els permissos.';
$strRevokeMessage = 'Has tret els permissos per %s';
$strRevoke = 'Treure';
$strRomanian = 'Romanés';
$strRowLength = 'Longitud de fila';
$strRows = 'Fila';
$strRowsFrom = 'Files començant des de';
$strRowSize = 'Mida de fila ';
$strRowsModeFlippedHorizontal = 'horizontal (capçaleres rotades)';
$strRowsModeHorizontal = 'horitzontal';
$strRowsModeOptions = ' en mode %s i repeteix capçaleres després de %s cel·les ';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estadística de files';
$strRunning = 'funcionant a %s';
$strRunQuery = 'Executa consulta';
$strRunSQLQuery = 'Executa consulta/s SQL a la Base de Dades %s';
$strRunSQLQueryOnServer = 'Executar consulta/es SQL al servidor %s';
$strRussian = 'Rus';
 
$strSave = 'Guardar';
$strSaveOnServer = 'Guardar al servidor al directori %s';
$strScaleFactorSmall = 'El factor de l\'escala és massa petit per posar l\'esquema en una pàgina';
$strSearch = 'Cercar';
$strSearchFormTitle = 'Cercar a la base de dades';
$strSearchInTables = 'A la(les) taula(es):';
$strSearchNeedle = 'Paraula(es) o valor(s) a cercar (comodí: "%"):';
$strSearchOption1 = 'al menys una d\'aquestes paraules';
$strSearchOption2 = 'Totes les paraules';
$strSearchOption3 = 'La frase exacta';
$strSearchOption4 = 'com a expressió regular';
$strSearchResultsFor = 'Resultats de la recerca per a "<i>%s</i>" %s:';
$strSearchType = 'Trobat:';
$strSecretRequired = 'El fitxer de configuració necessita ara una frase de pas secreta (blowfish_secret).';
$strSelectADb = 'Selecciona una Base de Dades';
$strSelectAll = 'Selecciona Tot';
$strSelectBinaryLog = 'Selecciona el registre binari per veure';
$strSelectFields = 'Selecciona els camps (un com a mínim):';
$strSelectNumRows = 'en consulta';
$strSelectTables = 'Selecciona Taules';
$strSend = 'enviar';
$strSent = 'Enviat';
$strServerChoice = 'Elecció de Servidor';
$strServerNotResponding = 'El servidor no respon';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Insercions demorades';
$strServerStatus = 'Informació d\'execució';
$strServerStatusUptime = 'Aquest servidor MySQL és en marxa durant %s. Es va iniciar en %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Ocupació de servidor</b>: Aquestes taules mostren la ocupació de la xarxa d\'aquest servidor MySQL des de l\'últim inici.';
$strServerVars = 'Variables i configuracions del servidor';
$strServerVersion = 'Versió del servidor';
$strSessionValue = 'Valor de sessió';
$strSetEnumVal = 'Si el tipus de camp és "enum" o "set", entra els valors fent servir el format: \'a\',\'b\',\'c\'...<br />Si mai necessites escriure la barra invertida ("\") o la cometa simple ("\'") abans d\'aquests valors, escriu barres invertides (per exemple \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostra tot';
$strShowColor = 'Mostra color';
$strShowDatadictAs = 'Format del Diccionari de Dades';
$strShowFullQueries = 'Mostra Consultes completes';
$strShowGrid = 'Mostra graella';
$strShowingBookmark = 'Mostrant consultes desades';
$strShowingRecords = 'Mostrant registres: ';
$strShow = 'Mostra';
$strShowOpenTables = 'Mostrar taules obertes';
$strShowPHPInfo = 'Mostra informació de PHP';
$strShowSlaveHosts = 'Mostrar servidors esclaus';
$strShowSlaveStatus = 'Mostrar estat d\'esclaus';
$strShowStatusBinlog_cache_disk_useDescr = 'El nombre de transaccions que han fet servir el registre binari temporal però que excedeixen el valor de binlog_cache_size i usen un arxiu temporal per desar elements de la transacció.';
$strShowStatusBinlog_cache_useDescr = 'El nombre de transaccions que han fet servir el registre binari temporal.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'El nombre de taules temporals en disc creades automàticament per el servidor mentre executa instruccions. Si Created_tmp_disk_tables és gran, potser vols incrementar el valor de tmp_table_size per fer que les taules temporals treballin en memòria en lloc de treballar en disc.';
$strShowStatusCreated_tmp_filesDescr = 'Cuànts arxius temporals ha creat mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'El nombre de taules temporals creades en memòria per el servidor mentre executa instruccions.';
$strShowStatusDelayed_errorsDescr = 'El nombre de files escrites amb INSERT DELAYED en les que s\'ha detectar algun error (possile clau duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'El nombre de gestors de fils de INSERT DELAYED en ús. Cada taula diferent ón s\'usa INSERT DELAYED té el seu propi fil.';
$strShowStatusDelayed_writesDescr = 'El nombre de files escrites amb INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'El nombre d\'instruccions FLUSH executades.';
$strShowStatusHandler_commitDescr = 'El nombre d\'instruccions COMMIT internes.';
$strShowStatusHandler_deleteDescr = 'El nombre de vegades que s\'ha esborrat una fila d\'una taula.';
$strShowStatusHandler_discoverDescr = 'El servidor MySQL pot preguntar al motor d\'enmagatzemament NDB Cluster si coneix quelcom taula amb el nom especificat. Aixó s\'anomena descobriment. Handler_discover indica el nombre de taules descobertes.';
$strShowStatusHandler_read_firstDescr = 'El nombre de vegades que s\'ha llegit la primera entrada des d\'un índex. Si és alt, suggereix que el servidor està fent moltes cerques de full index; per exemple, SELECT col1 FROM foo, assumint que col1 és indexat.';
$strShowStatusHandler_read_keyDescr = 'El nombre de peticions basades en una clau per llegir una fila. Si és alt, és una bona indicació de que les consultes i taules estàn indexades adequadament.';
$strShowStatusHandler_read_nextDescr = 'El nombre de peticions per llegir la següent fila en l\'ordre de la clau. Aixó s\'incrementa si s\'està consultant una columna d\'index amb limitació de rang o si s\'està fent una cerca d\'index.';
$strShowStatusHandler_read_prevDescr = 'El nombre de peticions per llegir la fila anterior en l\'ordre de la clau. Aquest mètode de lectura s\'utilitza principalment per optimizar ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'El nombre de peticions per llegir una fila basada en una posició fixa. Aixó és alt si es fan moltes consultes que requereixen ordenació del resultat. Probablement tens moltes consultes que fan que MySQL cerqui les taules senceres o bé hi ha joins que no fan servir les claus adequadament.';
$strShowStatusHandler_read_rnd_nextDescr = 'El nombre de peticions per llegir la següent fila a l\'arxiu de dades. Aixó és alt si es fan moltes cerques de taula. Generalment, suggereix que les taules no estàn indexades adequadament o bé les consultes no estàn fetes per aprofitar les avantatges dels índexos definits.';
$strShowStatusHandler_rollbackDescr = 'El nombre d\'instruccions ROLLBACK.';
$strShowStatusHandler_updateDescr = 'El nombre de peticions per a actualitzar una fila en una taula.';
$strShowStatusHandler_writeDescr = 'El nombre de peticions per a insertar una fila en una taula.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'El nombre de planes contenint dades (brutes o netes).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'El nombre de planes actualment brutes.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'El nombre de planes a la memòria intermitja que s\'han demanat per ser actualitzades.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'El nombre de planes lliures.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'El nombre de planes bloquejades a la memòria intermitja de InnoDB. Aquestes planes s\'estàn llegint o escrivint actualment o no es poden actualitzar o esborrar per qualsevol altra raó.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'El nombre de planes en ús degut a que s\'han marcat per tasques administratives com a bloqueixos de files o l\'index del hash adaptatiu. Aquest valor es pot calcular com Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamany total de la memòria intermitja, en planes.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'El nombre de lectures aleatòries d\'InnoDB iniciades. Aixó passa quan una consulta cerca en una gran part de una taula però en ordre aleatori.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'El nombre de lectures secuencials d\'InnoDB iniciades. Aixó passa quan InnoDB fa una cerca secuencial a la taula sencera.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'El nombre de peticions de lectures lògiques que InnoDB ha fet.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'El nombre de peticions de lectures lògiques que InnoDB no pot satisfer de la memòria intermitja i ha de fer lectures de planes individuals.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalment, les escritures a la memòria intermitja d\'InnoDB es fan en segon pla. En canvi, si és necessari llegir o crear una plana i no hi ha planes netes disponibles, fa falta esperar a que primer s\'actualitzin planes. Aquest comptador mostra instàncies d\'aquestes esperes. Si el tamany de la memòria intermitja és adequat, aquest valor sól ser petit.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'El nombre d\'escriptures fetes a la memòria intermitja d\'InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'El nombre d\'operacions fsync() aproximades.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'El nombre actual d\'operacions fsync() pendents.';
$strShowStatusInnodb_data_pending_readsDescr = 'El nombre actual de lectures pendents.';
$strShowStatusInnodb_data_pending_writesDescr = 'El nombre actual d\'escritures pendents.';
$strShowStatusInnodb_data_readDescr = 'La quantitat aproximada de dades llegides, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'El nombre total de dades llegides.';
$strShowStatusInnodb_data_writesDescr = 'El nombre total de dades escrites.';
$strShowStatusInnodb_data_writtenDescr = 'La quantitat aproximada de dades escrites, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'El nombre de dobles escriptures realitzades i el nombre de planes escrites per a aquest propòsit.';
$strShowStatusInnodb_dblwr_writesDescr = 'El nombre de dobles escriptures realitzades i el nombre de planes escrites per a aquest propòsit.';
$strShowStatusInnodb_log_waitsDescr = 'El nombre d\'esperes fetes degut al petit tamany de la memòria intermèdia del registre i a esperar a que s\'actualitzés abans de continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'El nombre de peticions d\'escriptura al registre.';
$strShowStatusInnodb_log_writesDescr = 'El nombre d\'escriptures físiques a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'El nombre d\'escriptures fsync fetes a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'El nombre d\'operacions fsync pendents a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escriptures pendents a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_writtenDescr = 'El nombre de bytes escrits a l\'arxiu de registre.';
$strShowStatusInnodb_pages_createdDescr = 'El nombre de planes creades.';
$strShowStatusInnodb_page_sizeDescr = 'El tamany de plana d\'InnoDB compilat (per defecte 16KB). Bastants valors es comptabilitzen en planes; el tamany de plana permet convertir-lo fàcilment a bytes.';
$strShowStatusInnodb_pages_readDescr = 'El nombre de planes llegides.';
$strShowStatusInnodb_pages_writtenDescr = 'El nombre de planes escrites.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'El nombre de bloquejos de files actualment en espera.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'El temps promig en fer un bloqueig de fila, en milisegons.';
$strShowStatusInnodb_row_lock_timeDescr = 'El temps total emprat en fer bloquejos de files, en milisegons.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'El temps màxim en fer un bloqueig de fila, en milisegons.';
$strShowStatusInnodb_row_lock_waitsDescr = 'El nombre de vegades que un bloqueig de fila ha estat en espera.';
$strShowStatusInnodb_rows_deletedDescr = 'El nombre de files esborrades de taules InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'El nombre de files afegides a taules InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'El nombre de files llegides de taules InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'El nombre de fles actualitzades en taules InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'El nombre de bloquejos de clau a la memòria cau de les claus que han canviat però que encara no han estat actualitzades a disc. Es coneix com a Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'El nombre de blocs no usats a la memòria cau de les claus. Aquest valor es pot fer servir per saber quànta memòria cau de les claus s\'utilitza.';
$strShowStatusKey_blocks_usedDescr = 'El nombre de blocs usats a la memòria cau de les claus. Aquest valor és la marca indicativa del màxim nombre de blocs usats mai a l\'hora.';
$strShowStatusKey_read_requestsDescr = 'El nombre de peticions de lectura d\'un bloc de clau de la memòria cau.';
$strShowStatusKey_readsDescr = 'El nombre de lectures físiques d\'un bloc de clau del disc. Si Key_reads és gran, llavors el valor de key_buffer_size probablement és massa petit. El rati de la memòria cau es pot calcular com Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'El nombre de peticions d\'escriptura d\'un bloc de clau a la memòria cau.';
$strShowStatusKey_writesDescr = 'El nombre d\'escriptures físiques d\'un bloc de clau a disc.';
$strShowStatusLast_query_costDescr = 'El cost total de la darrera consulta compilada tal com el valora l\'optimitzador de consultes. És útil per comparar el cost de diferents plans de consulta per a la mateixa consulta. El valor 0 vol dr que encara no s\'ha compilat cap consulta.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'El nombre de files esperant a ser escrites en cues INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'El nombre de taules que han estat obertes. Si el nombre de taules obertes és gran, probablement el valor de memòria cau de taula és massa petit.';
$strShowStatusOpen_filesDescr = 'El nombre d\'arxius que estàn oberts.';
$strShowStatusOpen_streamsDescr = 'El nombre de fluxes que estàn oberts (usats principalment per a registre).';
$strShowStatusOpen_tablesDescr = 'El nombre de taules que estàn obertes.';
$strShowStatusQcache_free_blocksDescr = 'El nombre de blocs de memòria lliures a la memòria cau de consultes.';
$strShowStatusQcache_free_memoryDescr = 'La quantitat de memòria liure per a memòria cau de consultes.';
$strShowStatusQcache_hitsDescr = 'El nombre d\'encerts a memòria cau.';
$strShowStatusQcache_insertsDescr = 'El nombre de consultes afegides a la memòria cau.';
$strShowStatusQcache_lowmem_prunesDescr = 'El nombre de consultes tretes de la memòria cau per alliberar memòria per deixar lloc a noves consultes. Aquesta informació pot ajudar a ajustar el tamany de la memòria cau de consultes. La memòria cau de consultes utilitza l\'estratègia menys recentment usada(least recently used - LRU) per decidir quines consultes treure de la memòria cau.';
$strShowStatusQcache_not_cachedDescr = 'El nombre de consultes no enviades a la memòria cau (no enviables, o no enviades degut al paràmetre query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'El nombre de consultes registrades a la memòria cau.';
$strShowStatusQcache_total_blocksDescr = 'El nombre total de blocs a la memòria cau de consultes.';
$strShowStatusReset = 'Reiniciar';
$strShowStatusRpl_statusDescr = 'L\'estat de la replicació a prova d\'errades (no implementat encara).';
$strShowStatusSelect_full_joinDescr = 'El nombre de joins que no usen indexos. Si aquest valor no és 0, s\'haurien de comprovar acuradament els indexos de les taules.';
$strShowStatusSelect_full_range_joinDescr = 'El nombre de joins que han usat un rang de cerca en una taula de referència.';
$strShowStatusSelect_range_checkDescr = 'El nombre de joins sense claus que comproven per l\'ús de claus després de cada fila. (Si aquiest valor no és 0, s\'haurien de comprovar acuradament els indexos de les taules.)';
$strShowStatusSelect_rangeDescr = 'El nombre de joins que han usat rangs a la primera taula. (Normalment no és crític si el valor no és molt gran.)';
$strShowStatusSelect_scanDescr = 'El nombre de joins que han fet una cerca a la primera taula sencera.';
$strShowStatusSlave_open_temp_tablesDescr = 'El nombre de taules temporals obertes actualment pel fil esclau de SQL.';
$strShowStatusSlave_retried_transactionsDescr = 'Nombre total (des de l\'arrencada) de vegades que el fil esclau de replicació de SQL ha recuperat transaccions.';
$strShowStatusSlave_runningDescr = 'Aixó és ACTIU (ON) si aquest servidor és un esclau que està connectat a un mestre.';
$strShowStatusSlow_launch_threadsDescr = 'El nombre de fils que han tardat més que slow_launch_time segons a crear.';
$strShowStatusSlow_queriesDescr = 'El nombre de consultes que han tardat més que long_query_time segons.';
$strShowStatusSort_merge_passesDescr = 'El nombre de passades d\'intercal.lació que l\'algorisme de classificació ha hagut de fer. Si aquest valor és gran, s\'hauria de considerar incrementar el valor de la variable de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'El nombre de classificacions fetes amb rangs.';
$strShowStatusSort_rowsDescr = 'El nombre de files classificades.';
$strShowStatusSort_scanDescr = 'El nombre de classificacions fetes cercant la taula.';
$strShowStatusTable_locks_immediateDescr = 'El nombre de vegades que un bloqueig de taula s\'ha fet immediatament.';
$strShowStatusTable_locks_waitedDescr = 'El nombre de vegades que un bloqueig de taula no s\'ha pogut fer immediatament i s\'ha necessitat una espera. Si aixó és alt, i es detecten problemes de rendiment, s\'hauria de considerar l\'optimització de les consultes, o també dividir la taula o taules en vàries o bé utilitzar la replicació.';
$strShowStatusThreads_cachedDescr = ' El nombre de fils a la memòria cau de fil. L\'index de memòria cau es pot comptar com Threads_created/Connections. Si aquest valor és vermell s\'hauria d\'augmentar el valor de thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'El nombre de connexions obertes simultàniament.';
$strShowStatusThreads_createdDescr = ' El nombre de fils creats per gestionar connexions. Si Threads_created és gran, pots voler augmentar el valor de thread_cache_size. (Normalment això no dóna una millora de rendiment notable si es té una bona aplicació de fil.)';
$strShowStatusThreads_runningDescr = 'El nombre de fils que no estàn dormint.';
$strShowTableDimension = 'Mostra dimensió de les taules';
$strShowTables = 'Mostra taules';
$strShowThisQuery = ' Mostra aquesta consulta de nou ';
$strSimplifiedChinese = 'Xinés Simplificat';
$strSingly = '(només)';
$strSize = 'Mida';
$strSkipQueries = 'Nombre de registres(consultes) a saltar des de l\'inici';
$strSlovak = 'Eslovac';
$strSlovenian = 'Eslové';
$strSocketProblem = '(o el sòcol del servidor local MySQL no està configurat correctament)';
$strSortByKey = 'Classifica per la clau';
$strSort = 'Classificació';
$strSorting = 'Classificant';
$strSpaceUsage = 'Utilització d\'espai';
$strSpanish = 'Espanyol';
$strSplitWordsWithSpace = 'Paraules separades per un espai (" ").';
$strSQLExportCompatibility = 'Compatibilitat d\'exportació SQL';
$strSQLExportType = 'Tipus d\' Exportació';
$strSQLImportOptions = 'Opcions SQL';
$strSQLOptions = 'Opcions SQL';
$strSQLParserBugMessage = 'És possible que hagueu trobat un error a l\'intèrpret SQL. Si us plau, comproveu la sintaxi de la consulta i verifiqueu que les cometes estiguin al seu lloc i facin parelles. Un altra possible causa de l\'errada és que estigueu pujant un arxiu amb dades binàries per fora de l\'àrea de text delimitada. També podeu provar la consulta a la interfície de comandes de MySQL. La sortida següent generada pel servidor MySQL, si n\'hi ha, pot ajudar-vos a diagnosticar el problema. Si encara teniu problemes o si l\'intèrpret falla i l\'interfície de comandes funciona, reduïu la consulta a la part de l\'SQL que produeix l\'errada, i envieu un informe d\'error amb la cadena de dades de la secció de TALL indicada avall:';
$strSQLParserUserError = 'Sembla que hi ha un error a la consulta SQL. La sortida següent generada pel servidor MySQL, si n\'hi ha, pot ajudar-vos a diagnosticar el problema';
$strSQLQuery = 'crida SQL';
$strSQLResult = 'Resultat SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificador Incorrecte';
$strSQPBugUnclosedQuote = 'Cometa no tancada';
$strSQPBugUnknownPunctuation = 'Signe de puntuació desconegut';
$strStatCheckTime = 'Darrera comprovació';
$strStatCreateTime = 'Creació';
$strStatement = 'Sentències';
$strStatisticsOverrun = 'En un servidor ocupat, els comptadors de bytes poden excedir el seu tamany, llavors les estadístiques donades pel servidor MySQL poden ser incorrectes.';
$strStatUpdateTime = 'Darrera actualització';
$strStatus = 'Estat';
$strStorageEngine = 'Motor d\'emmagatzematge';
$strStorageEngines = 'Motors d\'emmagatzematge';
$strStrucCSV = 'dades CSV ';
$strStrucData = 'Estructura i dades';
$strStrucDrop = 'Afegir DROP TABLE';
$strStrucExcelCSV = 'CSV per dades de MS Excel';
$strStrucNativeExcel = 'Dades Natives MS Excel';
$strStrucOnly = 'Només l\'estructura';
$strStructPropose = 'Proposa una estructura de taula';
$strStructure = 'Estructura';
$strSubmit = 'Enviar';
$strSuccess = 'La vostra comanda SQL ha estat executada amb èxit';
$strSum = 'Suma';
$strSwedish = 'Suec';
$strSwitchToDatabase = 'Canviar a la base de dades copiada';
$strSwitchToTable = 'Canvia a una taula copiada';
 
$strTableAlreadyExists = 'La taula %s ja existeix!';
$strTableComments = 'Comentaris de la taula';
$strTableEmpty = 'El nom de la taula és buit!';
$strTableHasBeenDropped = 'S\'ha esborrat la taula %s';
$strTableHasBeenEmptied = 'S\'ha buidat la taula %s';
$strTableHasBeenFlushed = 'S\'ha buidat la memòria cau de la taula %s';
$strTableMaintenance = 'Manteniment de la taula';
$strTableOfContents = 'Taula de continguts';
$strTableOptions = 'Opcions de Taula';
$strTables = '%s taula(es)';
$strTableStructure = 'Estructura de la taula';
$strTable = 'Taula';
$strTableType = 'Tipus de taula';
$strTakeIt = 'agafa';
$strTblPrivileges = 'Permissos especifics de taula';
$strTempData = 'Dades temporals';
$strTextAreaLength = ' A causa de la seva longitud,<br /> aquest camp pot no ser editable ';
$strThai = 'Tailandès';
$strThemeDefaultNotFound = 'Tema per defecte %s no trobat!';
$strThemeNoPreviewAvailable = 'No hi ha vista prèvia disponible.';
$strThemeNotFound = 'Tema %s no trobat!';
$strThemeNoValidImgPath = 'El camí de les imatges del tema %s és incorrecte!';
$strThemePathNotFound = 'No s\'ha trobat el camí de les imatges del tema %s!';
$strTheme = 'Tema / Estil';
$strThisHost = 'Aquest Host';
$strThisNotDirectory = 'Aixó no és un directori';
$strThreads = 'Fils';
$strThreadSuccessfullyKilled = 'Fil %s cancel.lat correctament.';
$strTimeoutInfo = 'La darrera importació ha esgotat el temps, després de reenviar continuarà des de la posició %d.';
$strTimeoutNothingParsed = 'Però a la darrera importació no s\'han processat dades, el que normalment indica que phpMyAdmin no ha pogut finalitzar aquesta importació a menys que incrementeu els límits de temps de php.';
$strTimeoutPassed = 'Temps exaurit de l\'arxiu d\'ordres, si voleu finalitzar l\'importació, torneu a enviar el mateix arxiu a importar i el procés continuarà.';
$strTime = 'Temps';
$strToggleScratchboard = 'Canvia l\' scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Xinés Tradicional';
$strTraditionalSpanish = 'Espanyol Tradicional';
$strTraffic = 'Tràfic';
$strTransactionCoordinator = 'Coordinador de transaccions';
$strTransformation_application_octetstream__download = 'Mostra un enllaç per descarregar les dades binàries d\'un camp. La primera dada és el nom d\'arxiu binari. La segona dada és un possible nom de camp d\'una taula que contingui el nom d\'arxiu. Si es facilita la segona dada és necessari tenir la primera dada buida';
$strTransformation_application_octetstream__hex = 'Mostra la representació hexadecimal de les dades.';
$strTransformation_image_jpeg__inline = 'Mostra una miniatura am enllaç; opcions: ample,alt en pixels (respecta la proporció original)';
$strTransformation_image_jpeg__link = 'Es mostra com a enllaç a la imatge.';
$strTransformation_image_png__inline = 'Veure image/jpeg: en linia';
$strTransformation_text_plain__dateformat = 'Pren un camp TIME, TIMESTAMP o DATETIME i li dona format utilitzant el format d\'hora local. La primera opció es la diferència (en hores) que s\'ha d\'afegir a l\'hora (Per defecte: 0). La segona opció és un format de data diferent d\'acord als paràmetres disponibles per a la funció de PHP strftime().';
$strTransformation_text_plain__external = 'NOMÉS LINUX: Llença una aplicació externa i facilita el camp de dades via standard input. Retorna per standard output de l\'aplicacióo. El defecte és Tidy, per interpretar codi HTML. Per raons de seguretat, has d\' editar manualment el fitxer libraries/transformations/text_plain__external.inc.php i afegir les eines que vulguis fer servir. La primera opció és, llavors, el numero del programa que vols fer servir i la segona opció són els paràmetres per el programa. El tercer paràmetre, si es posa a 1, convertirà la sortida fent servir htmlspecialchars() (El defecte és 1). El quart paràmetre, si val 1, posarà un NOWRAP al contingut de les cel.les de forma que la sortida sencera es mostrarà sense reformatejar (Per defecte 1)';
$strTransformation_text_plain__formatted = 'Conserva el format original del camp. No es fa cap canvi.';
$strTransformation_text_plain__imagelink = 'Mostra una imatge i un enllaç, el camp conté el nom del fitxer; la primera opció és un prefixe com "http://domini.com/", la segona opció és l\'amplada en pixels, la tercera és l\'alçada.';
$strTransformation_text_plain__link = 'Mostra un enllaç, el camp conté el nom del fitxer; la primera opció és un prefixe com "http://domini.com/", la segona opció és el titol del enllaç.';
$strTransformation_text_plain__sql = 'Formateig del text com a consulta SQL amb resaltat de sintaxi.';
$strTransformation_text_plain__substr = 'Mostra una part d\'una cadena de text. La primera opció és el nombre de caracters a saltar des de l\'inici de la cadena (Per defecte 0). La segona opció és el nombre de caracters a retornar (Per defecte: fins al final de la cadena). La tercera opció és la cadena a afegir a l\'inici o al final quan hi ha truncament (Per defecte: "...").';
$strTruncateQueries = 'Talla les consultes mostrades';
$strTurkish = 'Turc';
$strType = 'Tipus';
 
$strUkrainian = 'Ucrainès ';
$strUncheckAll = 'Desmarcar tot';
$strUnicode = 'Unicode';
$strUnique = 'Única';
$strUnknown = 'Desconegut';
$strUnselectAll = 'Desmarca tot';
$strUnsupportedCompressionDetected = 'Intenteu carregar un arxiu amb una compresió no suportada (%s). O bé aquest suport no s\'ha implementat encara o bé el teniu desactivat a la configuració.';
$strUpdatePrivMessage = 'Heu actualitzat els permissos de %s.';
$strUpdateProfileMessage = 'S\'ha actualitzat el perfil.';
$strUpdateQuery = 'Actualitza consulta';
$strUpdComTab = 'Mira a la documentació com actualitzar la teva Taula de Comentaris de les Columnes';
$strUpgrade = 'Es necessari actualitzar a %s %s o posterior.';
$strUploadLimit = 'Probablement has triat d\'enviar un arxiu massa gran. Consulta la %sdocumentació%s per trobar formes de modificar aquest límit.';
$strUsage = 'Ús';
$strUseBackquotes = 'Usa &quot;backquotes&quot; amb taules i noms de camps';
$strUsedPhpExtensions = 'Extensions de PHP usades';
$strUseHostTable = 'Utilitza la Taula de Hosts';
$strUserAlreadyExists = 'L\'usuari %s ja existeix!';
$strUserEmpty = 'El nom d\'usuari és buit!';
$strUserName = 'Nom d\'usuari';
$strUserNotFound = 'No s\'ha trobat l\'usuari sel.leccionat a la taula de permissos.';
$strUserOverview = 'Informació general de l\'usuari';
$strUsersDeleted = 'S\'han esborrat correctament els usuaris sel.leccionats.';
$strUsersHavingAccessToDb = 'Usuaris amb accés a &quot;%s&quot;';
$strUser = 'Usuari';
$strUseTabKey = 'Usa la tecla TAB per moure\'t de valor en valor, o CTRL+fletxes per moure\'t on vulguis';
$strUseTables = 'Usa Taules';
$strUseTextField = 'Usa camp de texte';
$strUseThisValue = 'Fes servir aquest valor';
 
$strValidateSQL = 'Validar l\'SQL';
$strValidatorError = 'No s\'ha pogut iniciar el validador SQL. Si us plau, comproveu que teniu instal·lats els mòduls de PHP necessaris tal i com s\'indica a la %sdocumentació%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Informació de Versió';
$strViewDumpDatabases = 'Veure volcat (esquema) de les bases de dades';
$strViewDumpDB = 'Veure l\'esquema de la base de dades';
$strViewDump = 'Veure un esquema de la taula';
$strViewHasBeenDropped = 'Vista %s esborrada';
$strViewMaxExactCount = 'Aquesta vista té més de %d files. Consulteu a %sdocumentació%s.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'Directori de pujada d\'arxius del servidor web';
$strWebServerUploadDirectoryError = 'No està disponible el directori indicat per pujar arxius';
$strWelcome = 'Benvingut a %s';
$strWestEuropean = 'Europa Occidental';
$strWildcard = 'comodins';
$strWindowNotFound = 'La finestra destí del navegador no s\'ha pogut actualitzar. Potser has tancat la finestra "pare" o bé el teu navegador bloqueja actualitzacions entre finestres per la teva configuració de seguretat';
$strWithChecked = 'Amb marca:';
$strWritingCommentNotPossible = 'No es pot gravar aquest comentari';
$strWritingRelationNotPossible = 'No es pot gravar aquesta relació';
$strWrongUser = 'Usuari i/o clau erronis. Accés denegat.';
 
$strXML = 'XML';
 
$strYes = 'Si';
 
$strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el limit.';
$strZip = '"comprimit amb zip"';
 
// To translate:
 
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
 
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBPages = 'pages'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/check_lang.sh
0,0 → 1,62
#!/bin/sh
# $Id: check_lang.sh,v 2.2 2004/06/29 08:20:47 nijel Exp $
##
# Shell script to check that all language files are syncronized
# Catches duplicate/missing strings
#
# Robin Johnson <robbat2@users.sourceforge.net>
# August 9, 2002
##
 
MASTER="english-iso-8859-1.inc.php"
TMPDIR="tmp-check"
FILEPAT="*.inc.php"
STRINGMATCH='^[[:space:]]*\$[[:alnum:]_]+[[:blank:]]+='
IGNOREMATCH='strEncto|strKanjiEncodConvert|strXkana|allow_recoding'
 
if [ "`which diffstat`" = "" ] ; then
echo 'You need diffstat to use this!'
exit 1
fi
 
rm -rf $TMPDIR
mkdir -p $TMPDIR
 
# Build the list of variables in each file
echo "Building data"
for f in $FILEPAT;
do
awk "/$STRINGMATCH/ && ! /$IGNOREMATCH/ { print \$1 }" $f | sort > $TMPDIR/$f
done
 
 
# Build the diff files used for checking
# And if there are no differences, delete the empty files
echo "Comparing data"
for f in $FILEPAT;
do
if [ ! $MASTER = $f ]; then
if diff -u $TMPDIR/$MASTER $TMPDIR/$f >$TMPDIR/$f.diff ; then
rm -f $TMPDIR/$f.diff $TMPDIR/$f
fi
fi
done
 
# Cleanup
rm -f $TMPDIR/$MASTER
 
# Build the nice difference table
echo "Differences"
diffstat -f 0 $TMPDIR/*.diff >$TMPDIR/diffstat 2>/dev/null
echo "Dupe Miss Filename"
head -n -1 $TMPDIR/diffstat | \
while read filename sep change add plus sub minus edits exclaim;
do
echo "$add $sub $filename";
done
 
echo
echo "Dupe = Duplicate Variables"
echo "Miss = Missing Variables"
echo "For exact problem listings, look in the $TMPDIR/ directory"
echo "Please remember to remove '$TMPDIR/' once you are done"
/Web/Maintenance/phpMyAdmin/lang/chinese_simplified-gb2312.inc.php
0,0 → 1,998
<?php
/* $Id: chinese_simplified-gb2312.inc.php,v 2.85.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Last translation by: Funda Wang <fundawang@en2china.com>
* update by Simon <simon@venustech.com.cn>
*/
 
$charset = 'gb2312';
$text_dir = 'ltr';
$left_font_family = 'simsun, ËÎÌå';
$right_font_family = 'simsun';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('×Ö½Ú', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('ÖÜÈÕ', 'ÖÜÒ»', 'Öܶþ', 'ÖÜÈý', 'ÖÜËÄ', 'ÖÜÎå', 'ÖÜÁù');
$month = array('Ò»ÔÂ', '¶þÔÂ', 'ÈýÔÂ', 'ËÄÔÂ', 'ÎåÔÂ', 'ÁùÔÂ', 'ÆßÔÂ', '°ËÔÂ', '¾ÅÔÂ', 'Ê®ÔÂ', 'ʮһÔÂ', 'Ê®¶þÔÂ');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%Y Äê %m ÔÂ %d ÈÕ %H:%M';
 
$timespanfmt = '%s Ìì %s Сʱ£¬%s ·Ö %s Ãë';
 
$strAPrimaryKey = 'Ö÷¼üÒѾ­Ìí¼Óµ½ %s';
$strAbortedClients = 'ÖÐÖ¹';
$strAbsolutePathToDocSqlDir = 'ÇëÊäÈë docSQL Ŀ¼ÔÚÍøÕ¾·þÎñÆ÷µÄ¾ø¶Ô·¾¶';
$strAccessDenied = '·ÃÎʱ»¾Ü¾ø';
$strAccessDeniedExplanation = 'phpMyAdmin ÊÔͼÁ¬½Óµ½ MySQL ·þÎñÆ÷£¬µ«·þÎñÆ÷¾Ü¾øÁ¬½Ó¡£ÄúÓ¦¸Ã¼ì²é config.inc.php ÖеÄÖ÷»ú¡¢Óû§ÃûºÍÃÜÂ룬²¢ÇÒÈ·¶¨ÕâЩÐÅÏ¢Óë MySQL ·þÎñÆ÷µÄ¹ÜÀíÔ±Ëù¸ø³öµÄÐÅÏ¢Ò»Ö¡£';
$strAction = '²Ù×÷';
$strAddAutoIncrement = 'Ìí¼Ó AUTO_INCREMENT Öµ';
$strAddConstraints = 'Ç¿ÖÆÌí¼Ó';
$strAddDeleteColumn = 'Ìí¼Ó/ɾ³ý×Ö¶ÎÁÐ';
$strAddDeleteRow = 'Ìí¼Ó/ɾ³ýÌõ¼þÐÐ';
$strAddDropDatabase = 'Ìí¼Ó DROP DATABASE';
$strAddFields = 'Ìí¼Ó %s ×Ö¶Î';
$strAddHeaderComment = 'ÔÚ±êÌâÖÐÔö¼ÓÒ»¸ö¶¨ÖƵÄ×¢ÊÍ (\\n ÐиôÀë·û)';
$strAddIfNotExists = 'Èç¹û²»´æÔÚ¾ÍÔö¼Ó';
$strAddIntoComments = 'Ìí¼Ó½ø×¢ÊÍ';
$strAddNewField = 'Ìí¼ÓÐÂ×Ö¶Î';
$strAddPrivilegesOnDb = 'ÔÚÏÂÁÐÊý¾Ý¿âÌí¼ÓȨÏÞ';
$strAddPrivilegesOnTbl = 'ÔÚÏÂÁбíÌí¼ÓȨÏÞ';
$strAddSearchConditions = 'Ìí¼ÓËÑË÷Ìõ¼þ(¡°where¡±Óï¾äµÄÖ÷Ìå)£º';
$strAddToIndex = 'Ìí¼Óµ½ %s ÁÐ';
$strAddUser = 'Ìí¼ÓÐÂÓû§';
$strAddUserMessage = 'ÄúÒÑÌí¼ÓÁËÒ»¸öÐÂÓû§¡£';
$strAddedColumnComment = 'ÒÑÌí¼ÓÁÐ×¢ÊÍ';
$strAddedColumnRelation = 'ÒÑÌí¼ÓÁйØϵ';
$strAdministration = '¹ÜÀí';
$strAffectedRows = 'Ó°ÏìÁÐÊý£º';
$strAfter = 'ÓÚ %s Ö®ºó';
$strAfterInsertBack = 'ºóÍ˵½ÉÏÒ»Ò³';
$strAfterInsertNewInsert = '²åÈëеÄÒ»ÐÐ';
$strAfterInsertNext = '±à¼­ÏÂÒ»ÐÐ';
$strAfterInsertSame = '·µ»ØÕâÒ»Ò³';
$strAll = 'È«²¿';
$strAllTableSameWidth = 'ÒÔÏàͬ¿í¶ÈÏÔʾËùÓбíÂð?';
$strAlterOrderBy = '¸ü¸Ä±í˳Ðò£¬ÒÀ¾Ý';
$strAnIndex = 'Ë÷ÒýÒѾ­Ìí¼Óµ½ %s';
$strAnalyzeTable = '·ÖÎö±í';
$strAnd = 'Óë';
$strAny = 'ÈÎÒâ';
$strAnyHost = 'ÈÎÒâÖ÷»ú';
$strAnyUser = 'ÈÎÒâÓû§';
$strApproximateCount = '¿ÉÄܽӽü. Çë²Î¿´ FAQ 3.11';
$strArabic = '°¢À­²®Óï';
$strArmenian = 'ÑÇÃÀÄáÑÇÓï';
$strAscending = 'µÝÔö';
$strAtBeginningOfTable = 'ÓÚ±í¿ªÍ·';
$strAtEndOfTable = 'ÓÚ±í½áβ';
$strAttr = 'ÊôÐÔ';
$strAutodetect = '×Ô¶¯¼ì²â';
$strAutomaticLayout = '×Ô¶¯Ì×Óøñʽ';
 
$strBack = '·µ»Ø';
$strBaltic = '°ÍÀ­¿ËÓï';
$strBeginCut = '¿ªÊ¼¼ôÇÐ';
$strBeginRaw = '¿ªÊ¼Ô­ÎÄ';
$strBinLogEventType = 'ʼþÀàÐÍ';
$strBinLogInfo = 'ÐÅÏ¢';
$strBinLogName = 'ÈÕÖ¾ÎļþÃû';
$strBinLogOriginalPosition = '³õʼλÖÃ';
$strBinLogPosition = 'λÖÃ';
$strBinLogServerId = '·þÎñÆ÷ID';
$strBinary = '¶þ½øÖÆ';
$strBinaryDoNotEdit = '¶þ½øÖÆ - ÎÞ·¨±à¼­';
$strBinaryLog = '¶þ½øÖÆÈÕÖ¾';
$strBookmarkAllUsers = 'ÈÃÿ¸öÓû§¶¼¿ÉÒÔ·ÃÎÊÕâ¸öÊéÇ©';
$strBookmarkDeleted = 'ÊéÇ©ÒѾ­É¾³ý¡£';
$strBookmarkLabel = '±êÇ©';
$strBookmarkQuery = 'ÒѼÓÊéÇ©µÄ SQL ²éѯ';
$strBookmarkThis = '½«´Ë SQL ²éѯ¼ÓΪÊéÇ©';
$strBookmarkView = 'Ö»²é¿´';
$strBrowse = 'ä¯ÀÀ';
$strBrowseForeignValues = 'ä¯ÀÀ²»Ïà¹ØµÄÖµ';
$strBulgarian = '±£¼ÓÀûÑÇÓï';
$strBzError = 'phpMyAdmin ÎÞ·¨Ñ¹Ëõת´æ£¬Ô­ÒòÊÇ´Ë°æ±¾ php ÖÐµÄ Bz2 Ä£¿éË𻵡£Ç¿Öƽ« phpMyAdmin ÅäÖÃÎļþÖÐµÄ <code>$cfg[\'BZipDump\']</code> ÉèÖÃΪ <code>FALSE</code>¡£Èç¹ûÄúÏëʹÓà Bz2 ѹËõ¹¦ÄÜ£¬Çë¸üРphp µÄ°æ±¾¡£ÏêÇéÇë²Î¿´ php ´íÎ󱨸æ %s¡£';
$strBzip = 'bzip ѹËõ';
 
$strCSVOptions = 'CSV Ñ¡Ïî';
$strCalendar = 'ÈÕÀú';
$strCannotLogin = 'ÎÞ·¨µÇÈë MySQL ·þÎñÆ÷';
$strCantLoad = 'ÎÞ·¨ÔØÈë %s À©Õ¹£¬<br />Çë¼ì²é PHP ÅäÖÃ';
$strCantLoadRecodeIconv = 'ÎÞ·¨ÔØÈë iconv »òÕß½øÐÐ×Ö·û¼¯×ª»»ËùÐèµÄÖرàÂëÀ©Õ¹³ÌÐò£¬ÇëÅäÖà php ÔÊÐíʹÓÃÕâЩÀ©Õ¹»òÕßÔÚ phpMyAdmin ÖнûÓÃ×Ö·û¼¯×ª»»¹¦ÄÜ¡£';
$strCantRenameIdxToPrimary = 'ÎÞ·¨½«Ë÷Òý¸üÃûΪ PRIMARY£¡';
$strCantUseRecodeIconv = 'ÔØÈëÀ©Õ¹±¨¸æʱ iconv£¬libiconv ºÍ recode_string ¶¼ÎÞ·¨Ê¹Óá£Çë¼ì²éÄúµÄ php ÅäÖá£';
$strCardinality = '»ùÊý';
$strCaseInsensitive = '²»Çø·Ö´óСд';
$strCaseSensitive = 'Çø·Ö´óСд';
$strCentralEuropean = 'ÖÐÅ·';
$strChange = '¸ü¸Ä';
$strChangeCopyMode = '´´½¨´øÓÐÏàͬȨÏÞµÄÐÂÓû§²¢ ...';
$strChangeCopyModeCopy = '... ±£Áô¾ÉÓû§¡£';
$strChangeCopyModeDeleteAndReload = ' ... ´ÓÓû§±íÖÐɾ³ý¾ÉÓû§£¬È»ºóÖØÐÂÔØÈëȨÏÞ¡£';
$strChangeCopyModeJustDelete = ' ... ´ÓÓû§±íÖÐɾ³ý¾ÉÓû§¡£';
$strChangeCopyModeRevoke = ' ... ÊջؾÉÓû§µÄËùÓ줻îȨÏÞ£¬È»ºóɾ³ý¾ÉÓû§¡£';
$strChangeCopyUser = '¸ü¸ÄµÇ¼ÐÅÏ¢/¸´ÖÆÓû§';
$strChangeDisplay = 'Ñ¡ÔñÒªÏÔʾµÄ×Ö¶Î';
$strChangePassword = '¸ü¸ÄÃÜÂë';
$strCharset = '×Ö·û¼¯';
$strCharsetOfFile = 'ÎļþµÄ×Ö·û¼¯£º';
$strCharsets = '×Ö·û¼¯';
$strCharsetsAndCollations = '×Ö·û¼¯ºÍÕûÀí';
$strCheckAll = 'ȫѡ';
$strCheckOverhead = '³¹µ×¼ì²é';
$strCheckPrivs = '¼ì²éȨÏÞ';
$strCheckPrivsLong = '¼ì²éÊý¾Ý¿â¡°%s¡±µÄȨÏÞ¡£';
$strCheckTable = '¼ì²é±í';
$strChoosePage = 'ÇëÑ¡ÔñÐèÒª±à¼­µÄÒ³ºÅ';
$strColComFeat = 'ÏÔʾÁÐ×¢½â';
$strCollation = 'ÕûÀí';
$strColumnNames = 'ÁÐÃû';
$strColumnPrivileges = '°´ÁÐÖ¸¶¨È¨ÏÞ';
$strCommand = 'ÃüÁî';
$strComments = '×¢ÊÍ';
$strCommentsForTable = '±íµÄ×¢ÊÍ';
$strCompatibleHashing = 'MySQL&nbsp;4.0 ¼æÈÝ';
$strCompleteInserts = 'ÍêÕû²åÈë';
$strCompression = 'ѹËõ';
$strConfigFileError = 'phpMyAdmin ÎÞ·¨¶ÁÈ¡ÄúµÄÅäÖÃÎļþ£¡<br />Õâ¿ÉÄÜÊÇÒòΪ php ·¢ÏÖÁËÓï·¨´íÎó»ò php δÄÜÕÒµ½Îĵµ¡£<br />ÇëÖ±½ÓʹÓÃÏÂÃæµÄÁ´½Óµ÷ÓÃÅäÖÃÎļþ£¬È»ºó¶ÁÈ¡ÄúÊÕµ½µÄ php ´íÎóÌáʾ¡£Í¨³£µÄ´íÎó¶¼ÊÇÒòΪij´¦Â©ÁËÒýºÅ»ò·ÖºÅ¡£<br />Èç¹ûÄú¿´µ½µÄÊÇÒ»¸ö¿Õ°×Ò³£¬Ôò´ú±íûÓÐÈκÎÎÊÌâ¡£';
$strConfigureTableCoord = 'ÇëÅäÖñí %s µÄ×ø±ê';
$strConnectionError = 'ÎÞ·¨Á¬½Ó£º·Ç·¨ÉèÖá£';
$strConnections = 'Á¬½Ó';
$strConstraintsForDumped = 'ÏÞÖƵ¼³öµÄ±í';
$strConstraintsForTable = 'ÏÞÖƱí';
$strCookiesRequired = 'Cookies ±ØÐëÆôÓòÅÄܵÇÈë¡£';
$strCopyDatabaseOK = 'Êý¾Ý¿â %sÒѾ­±»¸´ÖƵ½%s';
$strCopyTable = '½«±í¸´ÖƵ½(Êý¾Ý¿âÃû<b>.</b>±íÃû)£º';
$strCopyTableOK = '±í %s ÒѾ­³É¹¦¸´ÖÆΪ %s¡£';
$strCopyTableSameNames = 'ÎÞ·¨½«±í¸´ÖÆΪÏàͬÃû³Æ£¡';
$strCouldNotKill = 'phpMyAdmin ÎÞ·¨É±ËÀÏß³Ì %s¡£¿ÉÄܸÃÏß³ÌÒѾ­¹Ø±Õ¡£';
$strCreate = '´´½¨';
$strCreateIndex = 'ÔÚµÚ %s Áд´½¨Ë÷Òý';
$strCreateIndexTopic = '´´½¨ÐÂË÷Òý';
$strCreateNewDatabase = '´´½¨Ò»¸öеÄÊý¾Ý¿â';
$strCreateNewTable = 'ÔÚÊý¾Ý¿â %s Öд´½¨Ò»¸öбí';
$strCreatePage = '´´½¨ÐÂÒ³';
$strCreatePdfFeat = '´´½¨ PDF';
$strCreationDates = '´´½¨/¸üÐÂ/ÈÕÆÚ¼ì²é';
$strCriteria = 'Ìõ¼þ';
$strCroatian = '¿ËÂÞµØÑÇÓï';
$strCyrillic = 'Î÷Àï¶ûÓï';
$strCzech = '½Ý¿ËÓï';
$strCzechSlovak = '½Ý¿Ë˹Âå·¥¿ËÓï';
 
$strDBComment = 'Êý¾Ý¿â×¢ÊÍ£º';
$strDBCopy = '¸´ÖÆÊý¾Ý¿âµ½';
$strDBGContext = 'ÉÏÏÂÎÄ';
$strDBGContextID = 'ÉÏÏÂÎÄ ID';
$strDBGHits = '´ÎÊý';
$strDBGLine = 'ÐÐ';
$strDBGMaxTimeMs = '×î´óʱ¼ä£¬ºÁÃë';
$strDBGMinTimeMs = '×îСʱ¼ä£¬ºÁÃë';
$strDBGModule = 'Ä£¿é';
$strDBGTimePerHitMs = 'ʱ¼ä/´Î£¬ºÁÃë';
$strDBGTotalTimeMs = '×ܼÆʱ¼ä£¬ºÁÃë';
$strDBRename = 'ÖØÐÂÃüÃûÊý¾Ý¿âΪ ';
$strDanish = 'µ¤ÂóÓï';
$strData = 'Êý¾Ý';
$strDataDict = 'Êý¾Ý×Öµä';
$strDataOnly = 'Ö»ÓÐÊý¾Ý';
$strDatabase = 'Êý¾Ý¿â';
$strDatabaseEmpty = 'Õâ¸öÊý¾Ý¿âÃû×ÖÊÇ¿Õ£¡';
$strDatabaseExportOptions = 'Êý¾Ý¿âµ¼³öÑ¡Ïî';
$strDatabaseHasBeenDropped = 'Êý¾Ý¿â %s Òѱ»É¾³ý¡£';
$strDatabaseNoTable = '´ËÊý¾Ý¿âÖÐûÓÐ±í£¡';
$strDatabases = 'Êý¾Ý¿â';
$strDatabasesDropped = 'ÒѾ­³É¹¦É¾³ýÁË %s ¸öÊý¾Ý¿â¡£';
$strDatabasesStats = 'Êý¾Ý¿âͳ¼Æ';
$strDatabasesStatsDisable = '½ûÓÃͳ¼Æ';
$strDatabasesStatsEnable = 'ÆôÓÃͳ¼Æ';
$strDatabasesStatsHeavyTraffic = '×¢Ò⣺ÔÚ´ËÆôÓÃÊý¾Ý¿âͳ¼Æ¿ÉÄܵ¼ÖÂÍøÕ¾·þÎñÆ÷ºÍ MySQL ·þÎñÆ÷Ö®¼äµÄÁ÷Á¿ÖèÔö¡£';
$strDbPrivileges = '°´Êý¾Ý¿âÖ¸¶¨È¨ÏÞ';
$strDbSpecific = '°´Êý¾Ý¿âÖ¸¶¨';
$strDefault = 'ĬÈÏ';
$strDefaultValueHelp = '¶ÔÓÚĬÈÏÖµ£¬ÇëÖ»ÊäÈëµ¥¸öÖµ£¬²»Òª¼Ó·´Ð±Ïß»òÒýºÅ£¬ÇëÓô˸ñʽ£ºa';
$strDefragment = 'ÕûÀí±íËéƬ';
$strDelOld = 'µ±Ç°Ò³ËùÒýÓÃµÄ±í²»´æÔÚÁË¡£ÄúÊÇ·ñÏëҪɾ³ýÕâЩÒýÓÃ?';
$strDelayedInserts = 'ÑÓʱ²åÈë';
$strDelete = 'ɾ³ý';
$strDeleteAndFlush = 'ɾ³ýÓû§²¢ÖØжÁȡȨÏÞ¡£';
$strDeleteAndFlushDescr = 'ÕâÊÇÒ»¸ö×î¸É¾»µÄ×ö·¨£¬µ«ÖØжÁȡȨÏÞÐèÒ»¶Îʱ¼ä¡£';
$strDeleted = '¸ÃÐÐÒѾ­±»É¾³ý¡£';
$strDeletedRows = 'ÒÑɾ³ýÐÐÊý£º';
$strDeleting = 'ÕýÔÚɾ³ý %s';
$strDescending = 'µÝ¼õ';
$strDescription = 'ÃèÊö';
$strDictionary = '×Öµä';
$strDisableForeignChecks = '½ûֹѡ¶¨²»Ïà¹ØµÄÖ÷¼ü';
$strDisabled = 'ÒѽûÓÃ';
$strDisplayFeat = 'ÏÔʾÌØÐÔ';
$strDisplayOrder = 'ÏÔʾ˳Ðò';
$strDisplayPDF = 'ÏÔʾ PDF ´ó¸Ù';
$strDoAQuery = 'Ö´ÐС°°´Àý²éѯ¡±(ͨÅä·û£º¡°%¡±)';
$strDoYouReally = 'ÄúÕæµÄÒª';
$strDocu = 'Îĵµ';
$strDrop = 'ɾ³ý';
$strDropDatabaseStrongWarning = 'Äú½«ÒªÉ¾³ýÒ»¸öÍêÕûµÄÊý¾Ý¿â£¡';
$strDropUsersDb = 'ɾ³ýÓëÓû§Ãû³ÆÏàͬµÄÊý¾Ý¿â¡£';
$strDumpSaved = 'ת´æÒѾ­±£´æµ½Îļþ %s ÖÐÁË¡£';
$strDumpXRows = 'ת´æ %s ÐУ¬´Ó¼Ç¼ #%s ¿ªÊ¼¡£';
$strDumpingData = 'µ¼³ö±íÖеÄÊý¾Ý';
$strDynamic = '¶¯Ì¬';
 
$strEdit = '±à¼­';
$strEditPDFPages = '±à¼­ PDF Ò³';
$strEditPrivileges = '±à¼­È¨ÏÞ';
$strEffective = 'ÓÐЧ';
$strEmpty = 'Çå¿Õ';
$strEmptyResultSet = 'MySQL ·µ»ØµÄ²éѯ½á¹ûΪ¿Õ(¼´ÁãÐÐ)¡£';
$strEnabled = 'ÒÑÆôÓÃ';
$strEncloseInTransaction = '´¦ÀíÊÂÎñÖзâ×°Êä³ö';
$strEnd = '½áÊø';
$strEndCut = '½áÊø¼ôÇÐ';
$strEndRaw = '½áÊøÔ­ÎÄ';
$strEnglish = 'Ó¢Óï';
$strEnglishPrivileges = ' ×¢Ò⣺MySQL ȨÏÞÃû³Æ»áÒÔÓ¢ÎÄÏÔʾ ';
$strError = '´íÎó';
$strEscapeWildcards = 'ͨÅä·û _ ¼° % Ó¦ÕýÈ·µØ¼ÓÈë \ ';
$strEstonian = '°®É³ÄáÑÇÓï';
$strExcelEdition = 'Excel °æ±¾';
$strExcelOptions = 'Excel Ñ¡Ïî';
$strExecuteBookmarked = 'Ö´ÐÐÊéÇ©ÖеIJéѯ';
$strExplain = '½âÊÍ SQL';
$strExport = 'µ¼³ö';
$strExtendedInserts = 'À©Õ¹²åÈë';
$strExtra = '¶îÍâ';
 
$strFailedAttempts = '³¢ÊÔʧ°Ü';
$strField = '×Ö¶Î';
$strFieldHasBeenDropped = '×ֶΠ%s Òѱ»É¾³ý';
$strFields = '×Ö¶ÎÊý';
$strFieldsEmpty = ' ×Ö¶Î×ÜÊýÊǿյģ¡';
$strFieldsEnclosedBy = '°ü¹ü×ֶεÄ×Ö·û';
$strFieldsEscapedBy = 'תÒå×ֶεÄ×Ö·û';
$strFieldsTerminatedBy = '·Ö¸ô×ֶεÄ×Ö·û';
$strFileAlreadyExists = 'Îļþ %s ÒѾ­´æÔÚÓÚ·þÎñÆ÷ÉÏ£¬Çë¸ü¸ÄÎļþÃû»òÕßÑ¡Öи²¸ÇÑ¡Ïî¡£';
$strFileCouldNotBeRead = 'ÎļþÎÞ·¨¶ÁÈ¡';
$strFileNameTemplate = 'ÎļþÃûÄ£°å';
$strFileNameTemplateRemember = '¼Çסģ°å';
$strFixed = '¹Ì¶¨';
$strFlushPrivilegesNote = '×¢Ò⣺phpMyAdmin Ö±½ÓÓÉ MySQL ȨÏÞ±íÈ¡µÃÓû§È¨ÏÞ¡£Èç¹ûÓû§ÊÖ¶¯¸ü¸Ä±í£¬±íÄÚÈݽ«¿ÉÄÜÓë·þÎñÆ÷ʹÓõÄÓû§È¨ÏÞÓÐÒì¡£ÔÚÕâÖÖÇé¿öÏ£¬ÄúÓ¦ÔÚ¼ÌÐøÇ°%sÖØÐÂÔØÈëȨÏÞ%s¡£';
$strFlushTable = 'Ç¿ÖƸüÐÂ×ÊÁϱí("FLUSH")';
$strFormEmpty = '±íµ¥ÄÚȱÉÙÖµ£¡';
$strFormat = '¸ñʽ';
$strFullText = 'ÍêÕûÎÄ×Ö';
$strFunction = 'º¯Êý';
 
$strGenBy = 'Éú³ÉÕß';
$strGenTime = 'Éú³ÉÈÕÆÚ';
$strGeneralRelationFeat = 'Ò»°ã¹ØϵÌØÐÔ';
$strGeorgian = 'ÇÇÖÎÑÇÓï';
$strGerman = 'µÂÓï';
$strGlobal = 'È«¾Ö';
$strGlobalPrivileges = 'È«¾ÖȨÏÞ';
$strGlobalValue = 'È«¾ÖÖµ';
$strGo = 'Ö´ÐÐ';
$strGrantOption = 'ÊÚȨ';
$strGreek = 'Ï£À°Óï';
$strGzip = 'gzip ѹËõ';
 
$strHasBeenAltered = 'ÒѾ­±»Ð޸ġ£';
$strHasBeenCreated = 'ÒѾ­½¨Á¢¡£';
$strHaveToShow = 'ÄúÐèÒª×îÉÙÑ¡ÔñÏÔʾһÁÐ';
$strHebrew = 'Ï£²®À´Óï';
$strHexForBinary = '¶þ½øÖÆÇøÓòʹÓÃÊ®Áù½øÖÆÏÔʾ';
$strHome = 'Ö÷Ŀ¼';
$strHomepageOfficial = 'phpMyAdmin ¹Ù·½ÍøÕ¾';
$strHost = 'Ö÷»ú';
$strHostEmpty = 'Ö÷»úÃû³ÆÊǿյģ¡';
$strHungarian = 'ÐÙÑÀÀûÓï';
 
$strIcelandic = '±ùµºÓï';
$strId = 'ID'; // use eng
$strIdxFulltext = 'È«ÎÄËÑË÷';
$strIgnore = 'ºöÂÔ';
$strIgnoreInserts = 'ºöÂÔ²åÈë';
$strIgnoringFile = 'ºöÂÔÎļþ %s';
$strImportDocSQL = 'µ¼Èë docSQL Îĵµ';
$strImportFiles = 'µ¼ÈëÎļþ';
$strInUse = 'ʹÓÃÖÐ';
$strIndex = 'Ë÷Òý';
$strIndexHasBeenDropped = 'Ë÷Òý %s Òѱ»É¾³ý';
$strIndexName = 'Ë÷ÒýÃû³Æ£º';
$strIndexType = 'Ë÷ÒýÀàÐÍ£º';
$strIndexWarningMultiple = '¾¯¸æ£º³¬¹ýÒ»¸ö %s ¼ü±»ÉèÔÚ×ֶΠ`%s`ÖÐ';
$strIndexWarningPrimary = '¾¯¸æ£ºÖ÷¼üPRIMARYÓëË÷Òý¼üINDEX²»Ó¦Í¬Ê±ÉèÔÚ×ֶΠ`%s` ÖÐ';
$strIndexWarningTable = '¾¯¸æ£ºÊý¾Ý±í `%s`µÄË÷Òý´æÔÚÎÊÌâ';
$strIndexWarningUnique = '¾¯¸æ£ºÎ¨Ò»¼üUNIQUEÓëË÷Òý¼üINDEX²»Ó¦Í¬Ê±ÉèÔÚ×ֶΠ`%s` ÖÐ';
$strIndexes = 'Ë÷Òý';
$strInnodbStat = 'InnoDB ״̬';
$strInsecureMySQL = 'ÄúÅäÖÃÎļþÖеÄÉ趨Óë MySQL ĬÈÏȨÏÞÕË»§¶ÔÓ¦(ûÓÐÃÜÂëµÄ root)¡£ÄúµÄ MySQL ·þÎñÆ÷ʹÓÃĬÈÏÖµÔËÐе±È»Ã»ÓÐÎÊÌ⣬²»¹ýÕâÑùµÄ»°£¬±»ÈëÇֵĿÉÄÜÐÔ»áºÜ´ó£¬ÄúÕæµÄÓ¦¸ÃÏȲ¹ÉÏÕâ¸ö°²È«Â©¶´¡£';
$strInsert = '²åÈë';
$strInsertAsNewRow = 'ÒÔÐÂÐвåÈë';
$strInsertNewRow = '²åÈëÐÂÐÐ';
$strInsertedRowId = '²åÈëÐÐ id£º';
$strInsertedRows = '²åÈëµÄÐÐÊý£º';
$strInternalNotNecessary = 'µ± * Ò²´æÔÚÓÚInnoDBÖеÄʱºò£¬ÄÚ²¿¹ØÁª²¢²»±ØÒª¡£';
$strInternalRelations = 'ÄÚÔÚÁªÏµ';
 
$strJapanese = 'ÈÕÓï';
$strJumpToDB = 'Ìøµ½Êý¾Ý¿â¡°%s¡±¡£';
$strJustDelete = 'Ö»´ÓȨÏÞÊý¾Ý¿âɾ³ýÓû§¡£';
$strJustDeleteDescr = '¡°É¾³ý¡±µÄÓû§ÈÔÈ»ÄÜÏñÍù³£Ò»ÑùµÇÈëÊý¾Ý¿â£¬Ö±ÖÁÖØÐÂÔØÈëȨÏÞ¡£';
 
$strKeepPass = 'Çë²»Òª¸ü¸ÄÃÜÂë';
$strKeyname = '¼üÃû';
$strKill = 'Kill'; //should expressed in English
$strKorean = '³¯ÏÊÓï';
 
$strLaTeX = 'LaTeX'; // use eng
$strLaTeXOptions = 'LaTeX Ñ¡Ïî';
$strLandscape = 'ºáÏò';
$strLatexCaption = '±íµÄ±êÌâ';
$strLatexContent = '__TABLE__ ±íµÄÄÚÈÝ';
$strLatexContinued = '(ÑÓÐøµÄ)';
$strLatexContinuedCaption = 'ÑÓÐøµÄ±íµÄ±êÌâ';
$strLatexIncludeCaption = '°üº¬±íµÄ±êÌâ';
$strLatexLabel = '¹Ø¼ü±êÇ©';
$strLatexStructure = '__TABLE__ ±íµÄ½á¹¹';
$strLatvian = 'À­ÍÑάÑÇÓï';
$strLengthSet = '³¤¶È/Öµ*';
$strLimitNumRows = 'ÿҳÐÐÊý';
$strLinesTerminatedBy = 'ÐÐÖÕÖ¹µÄ×Ö·û';
$strLinkNotFound = 'ÕÒ²»µ½Á´½Ó';
$strLinksTo = 'Á´½Óµ½';
$strLithuanian = 'Á¢ÌÕÍðÓï';
$strLocalhost = '±¾µØ';
$strLocationTextfile = 'Îı¾ÎļþµÄλÖÃ';
$strLogPassword = 'ÃÜÂ룺';
$strLogServer = '·þÎñÆ÷';
$strLogUsername = 'µÇÈëÃû³Æ£º';
$strLogin = 'µÇÈë';
$strLoginInformation = 'µÇÈëÐÅÏ¢';
$strLogout = 'µÇ³ö';
 
$strMIMETypesForTable = 'MIME ÀàÐͱí';
$strMIME_MIMEtype = 'MIME ÀàÐÍ';
$strMIME_available_mime = '¿ÉÓÃµÄ MIME ÀàÐÍ';
$strMIME_available_transform = '¿ÉÓõı任';
$strMIME_description = 'ÃèÊö';
$strMIME_nodescription = '´Ë±ä»»ÎÞ¿ÉÓõÄÃèÊö¡£<br />Ïêϸ¹¦ÄÜÇëѯÎÊ %s µÄ×÷Õß¡£';
$strMIME_transformation = 'ä¯ÀÀÆ÷±ä»»';
$strMIME_transformation_note = 'Òª»ñµÃ¿ÉÓñ任ѡÏîµÄÇåµ¥¼°¶ÔÓ¦µÄ MIME ÀàÐͱ任£¬Çëµ¥»÷%s±ä»»ÃèÊö%s';
$strMIME_transformation_options = '±ä»»Ñ¡Ïî';
$strMIME_transformation_options_note = 'ÇëʹÓô˸ñʽÊäÈë±ä»»Ñ¡ÏîµÄÖµ£º\'a\',\'b\',\'c\'...<br />Èç¹ûÄúÐèÒªÔÚÖµÖÐÊäÈ뷴бÏß(¡°\¡±)»òÕßµ¥ÒýºÅ(¡°\'¡±)£¬ÇëÔÚÇ°Ãæ¼ÓÉÏ·´Ð±Ïß(Èç \'\\\\xyz\' »ò \'a\\\'b\')¡£';
$strMIME_without = 'ÒÔбÌå´òÓ¡µÄ MIME ÀàÐÍûÓе¥¶ÀµÄ±ä»»º¯Êý';
$strMaximumSize = '×î´óÏÞÖÆ£º%s %s';
$strMbExtensionMissing = 'ûÓз¢ÏÖ PHP µÄÀ©Õ¹ÉèÖÃmbstring£¬ ¶øµ±Ç°ÏµÍ³ºÃÏñÔÚʹÓÿí×Ö·û¼¯¡£Ã»ÓÐ mbstring À©Õ¹µÄ phpMyAdmin ²»ÄÜÕýȷʶ±ð×Ö·û´®£¬¿ÉÄܲúÉú²»¿ÉÒâÁϵĽá¹û.';
$strMbOverloadWarning = '¾¯¸æ£ºÄãÔÚPHPÉèÖÃÎļþÖÐÉèÖÃÁË mbstring.func_overload. Õâ¸öÑ¡ÏîºÍphpMyAdmin²»¼æÈÝ£¬¿ÉÄܻᵼÖÂһЩÊý¾Ý±»½Ø¶Ï!';
$strModifications = 'ÐÞ¸ÄÒѾ­±£´æ¡£';
$strModify = 'ÐÞ¸Ä';
$strModifyIndexTopic = 'ÐÞ¸ÄË÷Òý';
$strMoveTable = '½«±íÒƶ¯µ½(Êý¾Ý¿âÃû<b>.</b>±íÃû)£º';
$strMoveTableOK = '±í %s ÒѾ­Òƶ¯µ½ %s¡£';
$strMoveTableSameNames = 'ÎÞ·¨½«±íÒƶ¯ÎªÏàͬÃû³Æ£¡';
$strMultilingual = '¶àÓïÑÔ';
$strMySQLCharset = 'MySQL ×Ö·û¼¯';
$strMySQLConnectionCollation = 'MySQL Á¬½ÓУ¶Ô';
$strMySQLSaid = 'MySQL ·µ»Ø£º';
$strMySQLShowProcess = 'ÏÔʾ½ø³Ì';
$strMySQLShowStatus = 'ÏÔʾ MySQL µÄÔËÐÐÐÅÏ¢';
$strMySQLShowVars = 'ÏÔʾ MySQL µÄϵͳ±äÁ¿';
 
$strName = 'Ãû×Ö';
$strNext = 'ÏÂÒ»¸ö';
$strNo = '·ñ';
$strNoActivity = '³ÖÐø %s ÃëÒÔÉϵķǻ״̬£¬µ¼Ö³¬Ê±£¬ÇëÖØеǼ';
$strNoDatabases = 'ÎÞÊý¾Ý¿â';
$strNoDatabasesSelected = 'ûÓÐÑ¡ÖÐÊý¾Ý¿â¡£';
$strNoDescription = 'ÎÞÃèÊö';
$strNoDropDatabases = 'ÒѾ­½ûÓá°DROP DATABASE¡±Óï¾ä¡£';
$strNoExplain = 'ÂÔ¹ý½âÊÍ SQL';
$strNoFrames = 'phpMyAdmin ¸üÊʺÏÔÚÖ§³Ö<b>¿ò¼Ü</b>µÄä¯ÀÀÆ÷ÖÐʹÓá£';
$strNoIndex = 'ûÓÐÒѶ¨ÒåµÄË÷Òý£¡';
$strNoIndexPartsDefined = 'ûÓж¨ÒåµÄË÷Òý²¿·Ö£¡';
$strNoModification = 'ÎÞ¸ü¸Ä';
$strNoOptions = 'ÕâÖÖ¸ñʽ²¢ÎÞÑ¡Ïî';
$strNoPassword = 'ÎÞÃÜÂë';
$strNoPermission = 'ÍøÕ¾·þÎñÆ÷²»ÔÊÐí±£´æÎļþ %s¡£';
$strNoPhp = 'ÎÞ PHP ´úÂë';
$strNoPrivileges = 'ÎÞȨÏÞ';
$strNoRights = 'ÄúÏÖÔÚûÓÐ×ã¹»µÄȨÏÞÔڴ˳öÏÖ£¡';
$strNoRowsSelected = 'δѡÔñÐÐ';
$strNoSpace = 'ûÓÐ×ã¹»µÄ¿Õ¼ä±£´æÎļþ %s¡£';
$strNoTablesFound = 'Êý¾Ý¿âÖÐûÓÐ±í¡£';
$strNoThemeSupport = '²»Ö§³ÖÖ÷Ì⣬¼ì²éÄãµÄÉèÖÃÒÔ¼°Ö÷ÌâÎļþ¼Ð %s.';
$strNoUsersFound = 'ÕÒ²»µ½Óû§¡£';
$strNoValidateSQL = 'ÂÔ¹ýУÑé SQL';
$strNone = 'ÎÞ';
$strNotNumber = 'Õâ²»ÊÇÒ»¸öÊý×Ö£¡';
$strNotOK = '²»ºÃ';
$strNotSet = '<b>%s</b> ±íÕÒ²»µ½»ò»¹Î´ÔÚ %s É趨';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s ¸öÆ¥ÅäÏî - ÓÚ±í <i>%s</i> ÖÐ';
$strNumSearchResultsTotal = '<b>×ܼƣº</b> <i>%s</i> ¸öÆ¥ÅäÏî';
$strNumTables = '¸ö±í';
 
$strOK = 'È·¶¨';
$strOperations = '²Ù×÷';
$strOperator = '²Ù×÷Ô±';
$strOptimizeTable = 'ÓÅ»¯±í';
$strOr = '»ò';
$strOverhead = '¶àÓà';
$strOverwriteExisting = '¸²¸ÇÒÑÓÐÎļþ';
 
$strPHP40203 = 'ÄúÕýʹÓà PHP °æ±¾ 4.2.3£¬¸Ã°æ±¾ÓÐÒ»¸öË«×Ö½Ú×Ö·û(mbstring)µÄÑÏÖØ´íÎó¡£Çë²ÎÔÄ PHP ³ô³æ±¨¸æ 19404¡£phpMyAdmin ²¢²»½¨ÒéʹÓÃÕâ¸ö°æ±¾µÄ PHP¡£';
$strPHPVersion = 'PHP °æ±¾';
$strPageNumber = 'Ò³ºÅ£º';
$strPaperSize = 'Ö½ÕÅ´óС';
$strPartialText = '²¿·ÖÎÄ×Ö';
$strPassword = 'ÃÜÂë';
$strPasswordChanged = '%s µÄÃÜÂëÒѳɹ¦¸ü¸Ä¡£';
$strPasswordEmpty = 'ÃÜÂëÊǿյģ¡';
$strPasswordHashing = 'ÃÜÂë¹þÏ£';
$strPasswordNotSame = 'ÃÜÂë²¢·ÇÏàͬ£¡';
$strPdfDbSchema = '¡°%s¡±Êý¾Ý¿â´ó¸Ù - µÚ %s Ò³';
$strPdfInvalidTblName = '±í¡°%s¡±²»´æÔÚ£¡';
$strPdfNoTables = 'ûÓбí';
$strPerHour = 'ÿСʱ';
$strPerMinute = 'ÿ·ÖÖÓ';
$strPerSecond = 'ÿÃë';
$strPersian = '²¨Ë¹Óï';
$strPhoneBook = 'µç»°±¾';
$strPhp = '´´½¨ PHP ´úÂë';
$strPmaDocumentation = 'phpMyAdmin Îĵµ';
$strPmaUriError = '±ØÐëÔÚÄúµÄÅäÖÃÎļþÖÐÉ趨 <tt>$cfg[\'PmaAbsoluteUri\']</tt> Ö¸Á';
$strPolish = '²¨À¼Óï';
$strPortrait = '×ÝÏò';
$strPos1 = '¿ªÊ¼';
$strPrevious = 'Ç°Ò»¸ö';
$strPrimary = 'Ö÷¼ü';
$strPrimaryKeyHasBeenDropped = 'Ö÷¼üÒѱ»É¾³ý';
$strPrimaryKeyName = 'Ö÷¼üµÄÃû³Æ±ØÐë³ÆΪ PRIMARY£¡';
$strPrimaryKeyWarning = '(¡°PRIMARY¡±<b>±ØÐë</b>ÊÇÖ÷¼üµÄÃû³Æ£¬²¢ÇÒÖ÷¼ü±ØÐë<b>Ψһ</b>£¡)';
$strPrint = '´òÓ¡';
$strPrintView = '´òÓ¡Ô¤ÀÀ';
$strPrintViewFull = '´òÓ¡Ô¤ÀÀ (È«ÎÄÏÔʾ)';
$strPrivDescAllPrivileges = '°üÀ¨ËùÓÐȨÏÞ³ýÁËÊÚȨ (GRANT)¡£';
$strPrivDescAlter = 'ÔÊÐíÐÞ¸ÄÏÖÓбíµÄ½á¹¹¡£';
$strPrivDescCreateDb = 'ÔÊÐí´´½¨ÐÂÊý¾Ý¿âºÍ±í¡£';
$strPrivDescCreateTbl = 'ÔÊÐí´´½¨ÐÂ±í¡£';
$strPrivDescCreateTmpTable = 'ÔÊÐí´´½¨ÔÝʱ±í¡£';
$strPrivDescDelete = 'ÔÊÐíɾ³ýÊý¾Ý¡£';
$strPrivDescDropDb = 'ÔÊÐíɾ³ýÊý¾Ý¿âºÍ±í¡£';
$strPrivDescDropTbl = 'ÔÊÐíɾ³ý±í¡£';
$strPrivDescExecute = 'ÔÊÐíÔËÐд洢¹ý³Ì£»ÔÚ´Ë°æ±¾µÄ MySQL ÖÐÎÞЧ¡£';
$strPrivDescFile = 'ÔÊÐí´ÓÎļþÖе¼ÈëÊý¾ÝÒÔ¼°½«Êý¾Ýµ¼³öÖÁÎļþ¡£';
$strPrivDescGrant = 'ÔÊÐíÌí¼ÓÓû§ºÍȨÏÞ£¬¶ø²»ÔÊÐíÖØÐÂÔØÈëȨÏÞ±í¡£';
$strPrivDescIndex = 'ÔÊÐí´´½¨ºÍɾ³ýË÷Òý¡£';
$strPrivDescInsert = 'ÔÊÐí²åÈëºÍÌæ»»Êý¾Ý¡£';
$strPrivDescLockTables = 'ÔÊÐíËøסµ±Ç°ÏßË÷µÄ±í¡£';
$strPrivDescMaxConnections = 'ÏÞÖÆÓû§Ã¿Ð¡Ê±´ò¿ªµÄÐÂÁ¬½ÓÊý¡£';
$strPrivDescMaxQuestions = 'ÏÞÖÆÓû§Ã¿Ð¡Ê±¿É·¢Ë͵IJéѯÊý¡£';
$strPrivDescMaxUpdates = 'ÏÞÖÆÓû§Ã¿Ð¡Ê±¿ÉÖ´ÐеĽ«»á¸ü¸ÄÈκαí»òÊý¾Ý¿âµÄÃüÁîÊý¡£';
$strPrivDescProcess3 = 'ÔÊÐíɱËÀÆäËüÓû§µÄ½ø³Ì¡£';
$strPrivDescProcess4 = 'ÔÊÐí²é¿´½ø³ÌÁбíÖеÄÍêÕû²éѯ¡£';
$strPrivDescReferences = 'ÔÚ´Ë°æ±¾µÄ MySQL ÖÐÎÞЧ¡£';
$strPrivDescReload = 'ÔÊÐíÖØÐÂÔØÈë·þÎñÆ÷ÉèÖò¢Ë¢Ð·þÎñÆ÷µÄ»º´æ¡£';
$strPrivDescReplClient = 'Óû§ÓÐȨѯÎʸ½ÊôÕß/¿ØÖÆÕßÔÚÄÄÀï¡£';
$strPrivDescReplSlave = '»Ø¸´¸½ÊôÕßËùÐè¡£';
$strPrivDescSelect = 'ÔÊÐí¶ÁÈ¡Êý¾Ý¡£';
$strPrivDescShowDb = 'ÔÊÐí·ÃÎÊÍêÕûµÄÊý¾Ý¿âÁÐ±í¡£';
$strPrivDescShutdown = 'ÔÊÐí¹Ø±Õ·þÎñÆ÷¡£';
$strPrivDescSuper = 'ÔÊÐíÔÚ´ïµ½×î´óÔÊÐíÊýĿʱÈÔ½øÐÐÁ¬½Ó£»¶ÔÓÚ´ó¶àÊýÏñÉèÖÃÈ«¾Ö±äÁ¿»òɱËÀÆäËüÓû§Ïß³ÌÕâÑùµÄ¹ÜÀí²Ù×÷ÊDZØÐèµÄ¡£';
$strPrivDescUpdate = 'ÔÊÐí¸ü¸ÄÊý¾Ý¡£';
$strPrivDescUsage = 'ÎÞȨÏÞ¡£';
$strPrivileges = 'ȨÏÞ';
$strPrivilegesReloaded = 'ȨÏÞÒѾ­³É¹¦ÔØÈë¡£';
$strProcesslist = '½ø³ÌÁбí';
$strPutColNames = '½«×Ö¶ÎÃû³Æ·ÅÔÚÊ×ÐÐ';
 
$strQBE = '²éѯ';
$strQBEDel = 'ɾ³ý';
$strQBEIns = 'Ìí¼Ó';
$strQueryFrame = '²éѯ´°¿Ú';
$strQueryOnDb = 'ÔÚÊý¾Ý¿â <b>%s</b> Ö´ÐÐ SQL Óï¾ä£º';
$strQuerySQLHistory = 'SQL ÀúÊ·';
$strQueryStatistics = '<b>²éѯͳ¼Æ</b>£º×Ô´ÓÆô¶¯ºó£¬·þÎñÆ÷¹²ÊÕµ½ÁË %s ´Î²éѯ¡£';
$strQueryTime = '²éѯ»¨·Ñ %01.4f Ãë';
$strQueryType = '²éѯ·½Ê½';
$strQueryWindowLock = '²»´Ó´°¿ÚÍ⸲¸Ç´Ë²éѯ';
 
$strReType = 'ÖØÐÂÊäÈë';
$strReceived = 'ÒÑÊÕµ½';
$strRecords = '¼Ç¼Êý';
$strReferentialIntegrity = '¼ì²éÒýÓÃÍêÕûÐÔ£º';
$strRefresh = 'Ë¢ÐÂ';
$strRelationNotWorking = 'ʹÓÃÁ´½Ó±íµÄ¶îÍâÌØÐÔÉÐδ¼¤»î¡£Òª²é³öÔ­Òò£¬Çëµ¥»÷%s´Ë´¦%s¡£';
$strRelationView = '¹Øϵ²é¿´';
$strRelationalSchema = '¹Øϵ´ó¸Ù';
$strRelations = '¹Øϵ';
$strRelationsForTable = '±íµÄ¹ØÁª';
$strReloadMySQL = 'ÖØÆô MySQL';
$strReloadingThePrivileges = 'ÖØÐÂÔØÈëȨÏÞ';
$strRemoveSelectedUsers = 'ɾ³ýÑ¡ÖÐÓû§';
$strRenameDatabaseOK = 'Êý¾Ý¿â %s ÒѾ­±»ÖØÃüÃûΪ %s';
$strRenameTable = '½«±í¸ÄÃûΪ';
$strRenameTableOK = '±í %s Ãû×ÖÒѾ­±»¸Ä³É %s¡£';
$strRepairTable = 'ÐÞ¸´±í';
$strReplaceNULLBy = '½« NULL Ì滻Ϊ';
$strReplaceTable = '½«±íµÄÊý¾ÝÓôËÎļþÌæ»»£º';
$strReset = 'ÖØÖÃ';
$strResourceLimits = '×ÊÔ´ÏÞÖÆ';
$strRevoke = 'ÊÕ»Ø';
$strRevokeAndDelete = 'ÊÕ»ØÓû§µÄËùÓ줻îȨÏÞ£¬È»ºóɾ³ýÓû§¡£';
$strRevokeAndDeleteDescr = 'Óû§ÈÔȻӵÓÐ USAGE ȨÏÞ£¬Ö±µ½È¨ÏÞÖØÔØ¡£';
$strRevokeMessage = 'ÄúÒÑÊÕ»Ø %s µÄȨÏÞ';
$strRomanian = 'ÂÞÂíÄáÑÇÓï';
$strRowLength = 'Ð㤶È';
$strRowSize = ' ÐдóС ';
$strRows = 'ÐÐÊý';
$strRowsFrom = 'ÐУ¬¿ªÊ¼ÐÐÊý£º';
$strRowsModeFlippedHorizontal = 'ˮƽ(Ðýת±êÌâ)';
$strRowsModeHorizontal = 'ˮƽ';
$strRowsModeOptions = 'ÒÔ %s ģʽÏÔʾ£¬²¢ÇÒÔÚ %s ¸öµ¥Ôª¸ñºóÖظ´±êÌâ';
$strRowsModeVertical = '´¹Ö±';
$strRowsStatistic = 'ÐÐͳ¼Æ';
$strRunQuery = 'Ìá½»²éѯ';
$strRunSQLQuery = 'ÔÚÊý¾Ý¿â %s ÔËÐÐ SQL ²éѯ';
$strRunning = 'ÔËÐÐÓÚ %s';
$strRussian = '¶íÓï';
 
$strSQL = 'SQL'; // should express in english
$strSQLExportCompatibility = 'Ö§³Ö SQL À©Õ¹';
$strSQLExportType = 'µ¼³öÀàÐÍ';
$strSQLOptions = 'SQL Ñ¡Ïî';
$strSQLParserBugMessage = 'ÓпÉÄÜÄú·¢ÏÖÁË SQL ·ÖÎöÆ÷µÄ³ô³æ¡£Çë×Ðϸ¼ì²éÄúµÄ²éѯ£¬°üÀ¨ÒýºÅÊÇ·ñÕýÈ·¼°ÊÇ·ñÆ¥Åä¡£ÆäËü¿ÉÄܵÄʧ°ÜÔ­Òò¿ÉÄÜÓÉÓÚÄúÉÏ´«Á˳¬¹ýÒýÓÃÎı¾ÇøÓòÍâµÄ¶þ½øÖÆÊý¾Ý¡£Äú»¹¿ÉÒÔÔÚ MySQL ÃüÁîÐнçÃæÊÔÒ»ÏÂÄúµÄ²éѯ¡£Èç¹û¿ÉÄܵĻ°£¬ÒÔÏ»áÁгö MySQL ·þÎñÆ÷µÄ´íÎóÊä³ö£¬Õâ¿ÉÄܶÔÄú½â¾öÎÊÌâÓÐÒ»¶¨µÄ°ïÖú×÷Óá£Èç¹ûÄúÈÔÈ»ÓÐÎÊÌ⣬»òÕßÃüÁîÐнçÃæÖ´Ðгɹ¦¶ø·ÖÎöÆ÷³ö´í£¬Ç뽫ÄúµÄ SQL ²éѯËõ¼õµ½µ¼ÖÂÎÊÌâµÄijһÌõÓï¾ä£¬È»ºóºÍÏÂÃæ¼ôÇÐÇøÖеÄÊý¾ÝÒ»ÆðÌá½»Ò»¸ö³ô³æ±¨¸æ£º';
$strSQLParserUserError = 'ÄúµÄ SQL ²éѯ¿ÉÄÜÓÐ´í¡£Èç¹û¿ÉÄܵĻ°£¬ÒÔÏ»áÁгö MySQL ·þÎñÆ÷µÄ´íÎóÊä³ö£¬Õâ¿ÉÄܶÔÄú½â¾öÎÊÌâÓÐÒ»¶¨µÄ°ïÖú×÷Óá£';
$strSQLQuery = 'SQL ²éѯ';
$strSQLResult = 'SQL ²éѯ½á¹û';
$strSQPBugInvalidIdentifer = 'ÎÞЧµÄ±êʶ·û';
$strSQPBugUnclosedQuote = 'ÒýºÅ²»Åä¶Ô';
$strSQPBugUnknownPunctuation = 'δ֪µÄ±êµã·ûºÅ×Ö·û´®';
$strSave = '±£´æ';
$strSaveOnServer = '±£´æÓÚ·þÎñÆ÷µÄ %s Ŀ¼';
$strScaleFactorSmall = '±ÈÀýÒò×Ó̫С£¬ÎÞ·¨ÔÚÒ»Ò³ÖÐÏÔʾ´ó¸Ù';
$strSearch = 'ËÑË÷';
$strSearchFormTitle = 'ËÑË÷Êý¾Ý¿â';
$strSearchInTables = 'ÓÚÒÔÏÂ±í£º';
$strSearchNeedle = '²éÕÒµÄÎÄ×Ö»òÊýÖµ(ͨÅä·û£º¡°%¡±)£º';
$strSearchOption1 = 'ÖÁÉÙÒ»¸öµ¥´Ê';
$strSearchOption2 = 'ËùÓе¥´Ê';
$strSearchOption3 = '¾«È·¶ÌÓï';
$strSearchOption4 = '°´Õý¹æ±í´ïʽ';
$strSearchResultsFor = '¡°<i>%s</i>¡±µÄËÑË÷½á¹û %s£º';
$strSearchType = '²éÕÒ£º';
$strSecretRequired = 'ÅäÖÃÎļþÏÖÔÚÐèÒª¾øÃܵĶÌÓïÃÜÂë(blowfish_secret)¡£';
$strSelectADb = 'ÇëÑ¡ÔñÊý¾Ý¿â';
$strSelectAll = 'ȫѡ';
$strSelectBinaryLog = 'Ñ¡Ôñ²é¿´¶þ½øÖÆÈÕÖ¾';
$strSelectFields = 'ÖÁÉÙÑ¡ÔñÒ»¸ö×ֶΣº';
$strSelectNumRows = '²éѯÖÐ';
$strSelectTables = 'Ñ¡Ôñ±í';
$strSend = 'Áí´æΪÎļþ';
$strSent = 'Ëͳö';
$strServer = '·þÎñÆ÷';
$strServerChoice = 'Ñ¡Ôñ·þÎñÆ÷';
$strServerNotResponding = '·þÎñÆ÷ûÓÐÏìÓ¦';
$strServerStatus = 'ÔËÐÐÐÅÏ¢';
$strServerStatusUptime = '´Ë MySQL ·þÎñÆ÷ÒѾ­ÔËÐÐÁË %s£¬Æô¶¯Ê±¼äΪ %s¡£';
$strServerTabProcesslist = '½ø³Ì';
$strServerTabVariables = '±äÁ¿';
$strServerTrafficNotes = '<b>·þÎñÆ÷Á÷Á¿</b>£ºÕâЩ±íÏÔʾÁË´Ë MySQL ·þÎñÆ÷×ÔÆô¶¯ÒÔÀ´µÄÍøÂçÁ÷Á¿Í³¼Æ¡£';
$strServerVars = '·þÎñÆ÷±äÁ¿ºÍÉèÖÃ';
$strServerVersion = '·þÎñÆ÷°æ±¾';
$strSessionValue = '»á»°Öµ';
$strSetEnumVal = 'Èç×Ö¶ÎÀàÐÍÊÇ¡°enum¡±»ò¡°set¡±£¬ÇëʹÓÃÒÔϵĸñʽÊäÈ룺\'a\',\'b\',\'c\'...<br />Èç¹ûÄúÐèÒªÔÚÖµÖÐÊäÈ뷴бÏß(¡°\¡±)»òÕßµ¥ÒýºÅ(¡°\'¡±)£¬ÇëÔÚÇ°Ãæ¼ÓÉÏ·´Ð±Ïß(Èç \'\\\\xyz\' »ò \'a\\\'b\')¡£';
$strShow = 'ÏÔʾ';
$strShowAll = 'È«²¿ÏÔʾ';
$strShowColor = 'ÏÔʾÑÕÉ«';
$strShowDatadictAs = 'Êý¾Ý×Öµä¸ñʽ';
$strShowFullQueries = 'ÏÔʾÍêÕû²éѯ';
$strShowGrid = 'ÏÔʾÍø¸ñ';
$strShowPHPInfo = 'ÏÔʾ PHP ÐÅÏ¢';
$strShowTableDimension = 'ÏÔʾ±í¸ñ´óС';
$strShowTables = 'ÏÔʾ±í';
$strShowThisQuery = ' ÔÚ´ËÔÙ´ÎÏÔʾ´Ë²éѯ ';
$strShowingRecords = 'ÏÔʾÐÐ';
$strSimplifiedChinese = '¼òÌåÖÐÎÄ';
$strSingly = '(ÖðÒ»)';
$strSize = '´óС';
$strSlovak = '˹Âå·¥¿ËÓï';
$strSlovenian = '˹ÂåÎÄÄáÑÇÓï';
$strSort = 'ÅÅÐò';
$strSortByKey = 'Ö÷¼üÅÅÐò';
$strSpaceUsage = 'ÒÑʹÓÿռä';
$strSpanish = 'Î÷°àÑÀÓï';
$strSplitWordsWithSpace = 'ÿ¸öµ¥´ÊÒÔ¿Õ¸ñ (" ") ·Ö¸ô¡£';
$strStatCheckTime = '×îºó¼ì²éʱ¼ä';
$strStatCreateTime = '´´½¨Ê±¼ä';
$strStatUpdateTime = '×îºó¸üÐÂʱ¼ä';
$strStatement = 'Óï¾ä';
$strStatus = '״̬';
$strStrucCSV = 'CSV Êý¾Ý';
$strStrucData = '½á¹¹ºÍÊý¾Ý';
$strStrucDrop = 'Ìí¼Ó DROP TABLE';
$strStrucExcelCSV = 'MS Excel µÄ CSV ¸ñʽ';
$strStrucNativeExcel = '±¾µØ MS Excel Êý¾Ý';
$strStrucOnly = 'Ö»½á¹¹';
$strStructPropose = '¹æ»®±í½á¹¹';
$strStructure = '½á¹¹';
$strSubmit = 'Ìá½»';
$strSuccess = 'ÄúÔËÐÐµÄ SQL Óï¾äÒѾ­³É¹¦ÔËÐÐÁË¡£';
$strSum = '×ܼÆ';
$strSwedish = 'ÈðµäÓï';
$strSwitchToDatabase = 'Ñ¡Ôñ±»¸´ÖƵÄÊý¾Ý¿â';
$strSwitchToTable = 'Çл»µ½¸´ÖƵıí';
 
$strTable = '±í ';
$strTableComments = '±í×¢ÊÍ';
$strTableEmpty = '±íÃû³ÆÊǿյģ¡';
$strTableHasBeenDropped = '±í %s Òѱ»É¾³ý';
$strTableHasBeenEmptied = '±í %s Òѱ»Çå¿Õ';
$strTableHasBeenFlushed = '±í %s Òѱ»Ç¿ÖƸüÐÂ';
$strTableMaintenance = '±íά»¤';
$strTableOfContents = 'Ŀ¼';
$strTableOptions = '±íÑ¡Ïî';
$strTableStructure = '±íµÄ½á¹¹';
$strTableType = '±íÀàÐÍ';
$strTables = '%s ¸ö±í';
$strTakeIt = '¶Ï¶¨';
$strTblPrivileges = '°´±íÖ¸¶¨È¨ÏÞ';
$strTextAreaLength = ' ÓÉÓÚ³¤¶ÈÏÞÖÆ<br />´Ë×ֶοÉÄÜÎÞ·¨±à¼­ ';
$strThai = 'Ì©Óï';
$strTheme = 'Ö÷Ìâ / ·ç¸ñ';
$strThisHost = '´ËÖ÷»ú';
$strThisNotDirectory = 'Õâ²¢²»ÊÇÒ»¸öĿ¼';
$strThreadSuccessfullyKilled = 'Ïß³Ì %s Òѳɹ¦É±ËÀ¡£';
$strTime = 'ʱ¼ä';
$strToggleScratchboard = 'Çл»¹Î°å';
$strTotal = '×ܼÆ';
$strTotalUC = 'ͳ¼Æ';
$strTraditionalChinese = '·±ÌåÖÐÎÄ';
$strTraditionalSpanish = '´«Í³Î÷°àÑÀÓï';
$strTraffic = 'Á÷Á¿';
$strTransformation_application_octetstream__download = '×Ö¶ÎÖÐÏÔʾһ¸ö¶þ½øÖÆÎļþµÄÏÂÔØÁ¬½Ó¡£µÚÒ»¸öÑ¡ÏîÊǶþ½øÖÆÊý¾ÝµÄÃû×Ö¡£µÚ¶þ¸öÑ¡ÏîÊDZíÁÐÖпÉÄÜ°üº¬ÎļþÃûµÄ×ֶΡ£ Èç¹ûÄãÌṩµÚ¶þ¸öÑ¡ÏîÄÇôµÚÒ»¸öÑ¡Ïî±ØÐëÉèÖÃΪ¿Õ×Ö·û´®¡£';
$strTransformation_image_jpeg__inline = 'ÏÔʾ¿Éµã»÷µÄËõÂÔͼ£»Ñ¡ÏÒÔÏñËØÖ¸¶¨µÄ¿í¶È¡¢¸ß¶È(±£ÁôÔ­ÓбÈÀý)';
$strTransformation_image_jpeg__link = 'ÏÔʾµ½´ËͼÏñµÄÁ´½Ó(¼´Ö±½Ó¶þ½øÖÆÏÂÔØ)¡£';
$strTransformation_image_png__inline = '²é¿´ image/jpeg: ǶÈë';
$strTransformation_text_plain__dateformat = 'Ñ¡Ôñ TIME£¬TIMESTAMP »ò DATETIME ×ֶβ¢½«ÆäÓÃÄúµÄ±¾µØÈÕÆÚ¸ñʽ½øÐиñʽ»¯¡£µÚÒ»¸öÑ¡ÏîÊǽ«»á¼ÓÈ뵽ʱ¼ä´ÁÖеÄÆ«ÒÆÁ¿(ÒÔСʱΪµ¥Î»£¬Ä¬ÈÏΪ 0)¡£µÚ¶þ¸öÑ¡ÏîÊǸù¾Ý PHP µÄ strftime() º¯Êý²ÎÊýµÄ¸ñʽ±àдµÄ²»Í¬ÈÕÆÚ¸ñʽ¡£';
$strTransformation_text_plain__external = 'Ö»¶Ô LINUX£ºµ÷ÓÃÍⲿ³ÌÐò²¢Í¨¹ý±ê×¼ÊäÈëÌî³ä×Ö¶ÎÊý¾Ý¡£·µ»Ø´ËÓ¦ÓóÌÐòµÄ±ê×¼Êä³ö¡£Ä¬ÈÏΪ Tidy£¬¿ÉÒԺܺõĴòÓ¡ HTML ´úÂ롣ΪÁË°²È«Æð¼û£¬ÄúÐèÒªÊÖ¶¯±à¼­Îļþ libraries/transformations/text_plain__external.inc.php È»ºó²åÈëÔÊÐíÄúÔËÐеŤ¾ß¡£µÚÒ»¸öÑ¡ÏîÊÇÄúÏëҪʹÓõijÌÐò±àºÅ£¬¶øµÚ¶þ¸öÑ¡ÏîÊdzÌÐòµÄ²ÎÊý¡£ÖÁÓÚµÚÈý¸ö²ÎÊý£¬Èç¹ûÉèΪ 1 µÄ»°½«»áÓà htmlspecialchars() ת»»ÆäÊä³ö(ĬÈÏΪ 1)¡£µÚËĸö²ÎÊýÈç¹ûÉèΪ 1 µÄ»°£¬½«»áÔÚÄÚÈݵ¥Ôª¸ñÖÐÊä³ö NOWRAP£¬ÕâÑùÈ«²¿Êä³ö¾Í»á²»¾­ÖØиñʽ»¯Ö±½ÓÊä³öÁË(ĬÈÏΪ 1)';
$strTransformation_text_plain__formatted = '±£Áô×ֶεÄԭʼ¸ñʽ¡£²»½øÐÐתÂë¡£';
$strTransformation_text_plain__imagelink = 'ÏÔʾͼÏñºÍÁ´½Ó£¬×Ö¶ÎÄÚ°üº¬ÎļþÃû£»µÚÒ»¸öÑ¡ÏîÊÇÀàËÆ¡°http://domain.com/¡±ÕâÑùµÄǰ׺£¬µÚ¶þ¸öÑ¡ÏîÊÇÒÔÏñËØΪµ¥Î»µÄ¿í¶È£¬µÚÈý¸ö²ÎÊýÊǸ߶ȡ£';
$strTransformation_text_plain__link = 'ÏÔʾÁ´½Ó£¬×Ö¶ÎÄÚ°üº¬ÎļþÃû£»µÚÒ»¸öÑ¡ÏîÊÇÀàËÆ¡°http://domain.com/¡±ÕâÑùµÄǰ׺£¬µÚ¶þ¸öÑ¡ÏîÊÇÁ´½ÓµÄ±êÌâ(µ¯³öÌáʾ)¡£';
$strTransformation_text_plain__substr = 'Ö»ÏÔʾ×Ö·û´®µÄÒ»²¿·Ö¡£µÚÒ»¸öÑ¡ÏÒåÁËÎı¾¿ªÊ¼Êä³öµÄÆ«ÒÆÁ¿(ĬÈÏΪ 0)¡£µÚ¶þ¸öÑ¡ÏîÊÇËù·µ»ØÎÄ×ÖÊýÁ¿µÄÆ«ÒÆÁ¿¡£Èç¹ûΪ¿ÕµÄ»°£¬½«·µ»ØʣϵÄËùÓÐÎı¾¡£µÚÈý¸öÑ¡ÏîÊǽ«»á×·¼Óµ½×Ó×Ö·û´®Ö®ºóµÄÊä³ö(ĬÈÏΪ£º...) .';
$strTruncateQueries = '½Ø¶ÏÏÔʾµÄ²éѯ';
$strTurkish = 'ÍÁ¶úÆäÓï';
$strType = 'ÀàÐÍ';
 
$strUkrainian = 'ÎÚ¿ËÀ¼Óï';
$strUncheckAll = 'È«²¿²»Ñ¡';
$strUnicode = 'Unicode'; //USE ENG
$strUnique = 'Ψһ';
$strUnknown = 'δ֪';
$strUnselectAll = 'È«²¿²»Ñ¡';
$strUpdComTab = 'Çë²Î¿´ÎĵµÖйØÓÚÈçºÎ¸üÐÂÄúµÄ Column_comments ±íµÄ²¿·Ö';
$strUpdatePrivMessage = 'ÄúÒѾ­¸üÐÂÁË %s µÄȨÏÞ¡£';
$strUpdateProfileMessage = 'ÅäÖÃÎļþ¼º¸üС£';
$strUpdateQuery = '¸üвéѯ';
$strUpgrade = 'ÄúÓ¦¸ÃÉý¼¶µ½ %s %s »òÕ߸ü¸ß¡£';
$strUsage = 'Ó÷¨';
$strUseBackquotes = 'ÇëÔÚ±íÃû¼°×Ö¶ÎÃûʹÓÃÒýºÅ';
$strUseHostTable = 'ʹÓÃÖ÷»ú±í';
$strUseTabKey = '°´ TAB ¼üÌøµ½ÏÂÒ»¸öÊýÖµ, »ò CTRL+·½Ïò¼ü ×÷ËæÒâÒƶ¯';
$strUseTables = 'ʹÓñí';
$strUseTextField = 'ʹÓÃÎı¾Óò';
$strUseThisValue = 'ʹÓôËÖµ';
$strUser = 'Óû§';
$strUserAlreadyExists = 'Óû§ %s ¼º´æÔÚ£¡';
$strUserEmpty = 'Óû§Ãû³ÆÊǿյģ¡';
$strUserName = '̞';
$strUserNotFound = 'Ñ¡ÖеÄÓû§ÔÚȨÏÞ±íÄÚÕÒ²»µ½¡£';
$strUserOverview = 'Óû§Ò»ÀÀ';
$strUsersDeleted = 'Ñ¡ÖеÄÓû§Òѳɹ¦É¾³ý¡£';
$strUsersHavingAccessToDb = 'Óû§¿É·ÃÎÊ¡°%s¡±';
 
$strValidateSQL = 'УÑé SQL';
$strValidatorError = 'SQL УÑé³ÌÐòÎÞ·¨³õʼ»¯¡£Çë¼ì²éÊÇ·ñÒѾ­°²×°ÁË%sÎĵµ%sÄÚÃèÊöµÄ±ØÐè PHP À©Õ¹¡£';
$strValue = 'ֵ';
$strVar = '±äÁ¿';
$strViewDump = '²é¿´±íµÄת´æ(´ó¸Ù)¡£';
$strViewDumpDB = '²é¿´Êý¾Ý¿âµÄת´æ(´ó¸Ù)¡£';
$strViewDumpDatabases = '²é¿´Êý¾Ý¿âµÄת´æ(´ó¸Ù)';
 
$strWebServerUploadDirectory = 'ÍøÕ¾·þÎñÆ÷ÉÏÔØĿ¼';
$strWebServerUploadDirectoryError = 'É趨µÄÉÏÔØĿ¼´íÎó£¬Î´ÄÜʹÓÃ';
$strWelcome = '»¶Ó­Ê¹Óà %s';
$strWestEuropean = 'Î÷Å·';
$strWildcard = 'ͨÅä·û';
$strWindowNotFound = 'Ä¿±êä¯ÀÀ´°¿Ú²»¿É¸üС£¿ÉÄÜÄãÒѾ­¹Ø±ÕÁ˸¸´°¿Ú»òÕßÄúä¯ÀÀÆ÷µÄ°²È«ÉèÖÃ×è¶ÏÁ˸üд°¿Ú¡£';
$strWithChecked = 'Ñ¡ÖÐÏ';
$strWritingCommentNotPossible = '²»ÄÜдעÊÍ';
$strWritingRelationNotPossible = '²»ÄÜд¹Øϵ';
$strWrongUser = 'Óû§Ãû/ÃÜÂë´íÎ󣬷ÃÎʱ»¾Ü¾ø¡£';
 
$strXML = 'XML'; //USE ENG
 
$strYes = 'ÊÇ';
 
$strZeroRemovesTheLimit = '×¢Ò⣺½«ÕâЩѡÏîÉèΪ 0(Áã) ½«É¾³ýÏÞÖÆ¡£';
$strZip = 'zip ѹËõ';
 
// To translate:
 
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngines = 'Engines'; //to translate
 
$strFreePages = 'Free pages'; //to translate
 
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
 
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
 
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/chinese_simplified-utf-8.inc.php
0,0 → 1,999
<?php
/* $Id: chinese_simplified-utf-8.inc.php,v 2.86.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Last translation by: Funda Wang <fundawang@en2china.com>
* update by Simon <simon@venustech.com.cn>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'simsun, 宋体';
$right_font_family = 'simsun';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('字节', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('周日', '周一', '周二', '周三', '周四', '周五', '周六');
$month = array('一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%Y 年 %m 月 %d 日 %H:%M';
 
$timespanfmt = '%s 天 %s 小时,%s 分 %s 秒';
 
$strAPrimaryKey = '主键已经添加到 %s';
$strAbortedClients = '中止';
$strAbsolutePathToDocSqlDir = '请输入 docSQL 目录在网站服务器的绝对路径';
$strAccessDenied = '访问被拒绝';
$strAccessDeniedExplanation = 'phpMyAdmin 试图连接到 MySQL 服务器,但服务器拒绝连接。您应该检查 config.inc.php 中的主机、用户名和密码,并且确定这些信息与 MySQL 服务器的管理员所给出的信息一致。';
$strAction = '操作';
$strAddAutoIncrement = '添加 AUTO_INCREMENT 值';
$strAddConstraints = '强制添加';
$strAddDeleteColumn = '添加/删除字段列';
$strAddDeleteRow = '添加/删除条件行';
$strAddDropDatabase = '添加 DROP DATABASE';
$strAddFields = '添加 %s 字段';
$strAddHeaderComment = '在标题中增加一个定制的注释 (\\n 行隔离符)';
$strAddIfNotExists = '如果不存在就增加';
$strAddIntoComments = '添加进注释';
$strAddNewField = '添加新字段';
$strAddPrivilegesOnDb = '在下列数据库添加权限';
$strAddPrivilegesOnTbl = '在下列表添加权限';
$strAddSearchConditions = '添加搜索条件(“where”语句的主体):';
$strAddToIndex = '添加到 %s 列';
$strAddUser = '添加新用户';
$strAddUserMessage = '您已添加了一个新用户。';
$strAddedColumnComment = '已添加列注释';
$strAddedColumnRelation = '已添加列关系';
$strAdministration = '管理';
$strAffectedRows = '影响列数:';
$strAfter = '于 %s 之后';
$strAfterInsertBack = '后退到上一页';
$strAfterInsertNewInsert = '插入新的一行';
$strAfterInsertNext = '编辑下一行';
$strAfterInsertSame = '返回这一页';
$strAll = '全部';
$strAllTableSameWidth = '以相同宽度显示所有表吗?';
$strAlterOrderBy = '更改表顺序,依据';
$strAnIndex = '索引已经添加到 %s';
$strAnalyzeTable = '分析表';
$strAnd = '与';
$strAny = '任意';
$strAnyHost = '任意主机';
$strAnyUser = '任意用户';
$strApproximateCount = '可能接近. 请参看 FAQ 3.11';
$strArabic = '阿拉伯语';
$strArmenian = '亚美尼亚语';
$strAscending = '递增';
$strAtBeginningOfTable = '于表开头';
$strAtEndOfTable = '于表结尾';
$strAttr = '属性';
$strAutodetect = '自动检测';
$strAutomaticLayout = '自动套用格式';
 
$strBack = '返回';
$strBaltic = '巴拉克语';
$strBeginCut = '开始剪切';
$strBeginRaw = '开始原文';
$strBinLogEventType = '事件类型';
$strBinLogInfo = '信息';
$strBinLogName = '日志文件名';
$strBinLogOriginalPosition = '初始位置';
$strBinLogPosition = '位置';
$strBinLogServerId = '服务器ID';
$strBinary = '二进制';
$strBinaryDoNotEdit = '二进制 - 无法编辑';
$strBinaryLog = '二进制日志';
$strBookmarkAllUsers = '让每个用户都可以访问这个书签';
$strBookmarkDeleted = '书签已经删除。';
$strBookmarkLabel = '标签';
$strBookmarkQuery = '已加书签的 SQL 查询';
$strBookmarkThis = '将此 SQL 查询加为书签';
$strBookmarkView = '只查看';
$strBrowse = '浏览';
$strBrowseForeignValues = '浏览不相关的值';
$strBulgarian = '保加利亚语';
$strBzError = 'phpMyAdmin 无法压缩转存,原因是此版本 php 中的 Bz2 模块损坏。强制将 phpMyAdmin 配置文件中的 <code>$cfg[\'BZipDump\']</code> 设置为 <code>FALSE</code>。如果您想使用 Bz2 压缩功能,请更新 php 的版本。详情请参看 php 错误报告 %s。';
$strBzip = 'bzip 压缩';
 
$strCSVOptions = 'CSV 选项';
$strCalendar = '日历';
$strCannotLogin = '无法登入 MySQL 服务器';
$strCantLoad = '无法载入 %s 扩展,<br />请检查 PHP 配置';
$strCantLoadRecodeIconv = '无法载入 iconv 或者进行字符集转换所需的重编码扩展程序,请配置 php 允许使用这些扩展或者在 phpMyAdmin 中禁用字符集转换功能。';
$strCantRenameIdxToPrimary = '无法将索引更名为 PRIMARY!';
$strCantUseRecodeIconv = '载入扩展报告时 iconv,libiconv 和 recode_string 都无法使用。请检查您的 php 配置。';
$strCardinality = '基数';
$strCaseInsensitive = '不区分大小写';
$strCaseSensitive = '区分大小写';
$strCentralEuropean = '中欧';
$strChange = '更改';
$strChangeCopyMode = '创建带有相同权限的新用户并 ...';
$strChangeCopyModeCopy = '... 保留旧用户。';
$strChangeCopyModeDeleteAndReload = ' ... 从用户表中删除旧用户,然后重新载入权限。';
$strChangeCopyModeJustDelete = ' ... 从用户表中删除旧用户。';
$strChangeCopyModeRevoke = ' ... 收回旧用户的所有激活权限,然后删除旧用户。';
$strChangeCopyUser = '更改登录信息/复制用户';
$strChangeDisplay = '选择要显示的字段';
$strChangePassword = '更改密码';
$strCharset = '字符集';
$strCharsetOfFile = '文件的字符集:';
$strCharsets = '字符集';
$strCharsetsAndCollations = '字符集和整理';
$strCheckAll = '全选';
$strCheckOverhead = '彻底检查';
$strCheckPrivs = '检查权限';
$strCheckPrivsLong = '检查数据库“%s”的权限。';
$strCheckTable = '检查表';
$strChoosePage = '请选择需要编辑的页号';
$strColComFeat = '显示列注解';
$strCollation = '整理';
$strColumnNames = '列名';
$strColumnPrivileges = '按列指定权限';
$strCommand = '命令';
$strComments = '注释';
$strCommentsForTable = '表的注释';
$strCompatibleHashing = 'MySQL&nbsp;4.0 兼容';
$strCompleteInserts = '完整插入';
$strCompression = '压缩';
$strConfigFileError = 'phpMyAdmin 无法读取您的配置文件!<br />这可能是因为 php 发现了语法错误或 php 未能找到文档。<br />请直接使用下面的链接调用配置文件,然后读取您收到的 php 错误提示。通常的错误都是因为某处漏了引号或分号。<br />如果您看到的是一个空白页,则代表没有任何问题。';
$strConfigureTableCoord = '请配置表 %s 的坐标';
$strConnectionError = '无法连接:非法设置。';
$strConnections = '连接';
$strConstraintsForDumped = '限制导出的表';
$strConstraintsForTable = '限制表';
$strCookiesRequired = 'Cookies 必须启用才能登入。';
$strCopyDatabaseOK = '数据库 %s已经被复制到%s';
$strCopyTable = '将表复制到(数据库名<b>.</b>表名):';
$strCopyTableOK = '表 %s 已经成功复制为 %s。';
$strCopyTableSameNames = '无法将表复制为相同名称!';
$strCouldNotKill = 'phpMyAdmin 无法杀死线程 %s。可能该线程已经关闭。';
$strCreate = '创建';
$strCreateIndex = '在第 %s 列创建索引';
$strCreateIndexTopic = '创建新索引';
$strCreateNewDatabase = '创建一个新的数据库';
$strCreateNewTable = '在数据库 %s 中创建一个新表';
$strCreatePage = '创建新页';
$strCreatePdfFeat = '创建 PDF';
$strCreationDates = '创建/更新/日期检查';
$strCriteria = '条件';
$strCroatian = '克罗地亚语';
$strCyrillic = '西里尔语';
$strCzech = '捷克语';
$strCzechSlovak = '捷克斯洛伐克语';
 
$strDBComment = '数据库注释:';
$strDBCopy = '复制数据库到';
$strDBGContext = '上下文';
$strDBGContextID = '上下文 ID';
$strDBGHits = '次数';
$strDBGLine = '行';
$strDBGMaxTimeMs = '最大时间,毫秒';
$strDBGMinTimeMs = '最小时间,毫秒';
$strDBGModule = '模块';
$strDBGTimePerHitMs = '时间/次,毫秒';
$strDBGTotalTimeMs = '总计时间,毫秒';
$strDBRename = '重新命名数据库为 ';
$strDanish = '丹麦语';
$strData = '数据';
$strDataDict = '数据字典';
$strDataOnly = '只有数据';
$strDatabase = '数据库';
$strDatabaseEmpty = '这个数据库名字是空!';
$strDatabaseExportOptions = '数据库导出选项';
$strDatabaseHasBeenDropped = '数据库 %s 已被删除。';
$strDatabaseNoTable = '此数据库中没有表!';
$strDatabases = '数据库';
$strDatabasesDropped = '已经成功删除了 %s 个数据库。';
$strDatabasesStats = '数据库统计';
$strDatabasesStatsDisable = '禁用统计';
$strDatabasesStatsEnable = '启用统计';
$strDatabasesStatsHeavyTraffic = '注意:在此启用数据库统计可能导致网站服务器和 MySQL 服务器之间的流量骤增。';
$strDbPrivileges = '按数据库指定权限';
$strDbSpecific = '按数据库指定';
$strDefault = '默认';
$strDefaultValueHelp = '对于默认值,请只输入单个值,不要加反斜线或引号,请用此格式:a';
$strDefragment = '整理表碎片';
$strDelOld = '当前页所引用的表不存在了。您是否想要删除这些引用?';
$strDelayedInserts = '延时插入';
$strDelete = '删除';
$strDeleteAndFlush = '删除用户并重新读取权限。';
$strDeleteAndFlushDescr = '这是一个最干净的做法,但重新读取权限需一段时间。';
$strDeleted = '该行已经被删除。';
$strDeletedRows = '已删除行数:';
$strDeleting = '正在删除 %s';
$strDescending = '递减';
$strDescription = '描述';
$strDictionary = '字典';
$strDisableForeignChecks = '禁止选定不相关的主键';
$strDisabled = '已禁用';
$strDisplayFeat = '显示特性';
$strDisplayOrder = '显示顺序';
$strDisplayPDF = '显示 PDF 大纲';
$strDoAQuery = '执行“按例查询”(通配符:“%”)';
$strDoYouReally = '您真的要';
$strDocu = '文档';
$strDrop = '删除';
$strDropDatabaseStrongWarning = '您将要删除一个完整的数据库!';
$strDropUsersDb = '删除与用户名称相同的数据库。';
$strDumpSaved = '转存已经保存到文件 %s 中了。';
$strDumpXRows = '转存 %s 行,从记录 #%s 开始。';
$strDumpingData = '导出表中的数据';
$strDynamic = '动态';
 
$strEdit = '编辑';
$strEditPDFPages = '编辑 PDF 页';
$strEditPrivileges = '编辑权限';
$strEffective = '有效';
$strEmpty = '清空';
$strEmptyResultSet = 'MySQL 返回的查询结果为空(即零行)。';
$strEnabled = '已启用';
$strEncloseInTransaction = '处理事务中封装输出';
$strEnd = '结束';
$strEndCut = '结束剪切';
$strEndRaw = '结束原文';
$strEnglish = '英语';
$strEnglishPrivileges = ' 注意:MySQL 权限名称会以英文显示 ';
$strError = '错误';
$strEscapeWildcards = '通配符 _ 及 % 应正确地加入 \ ';
$strEstonian = '爱沙尼亚语';
$strExcelEdition = 'Excel 版本';
$strExcelOptions = 'Excel 选项';
$strExecuteBookmarked = '执行书签中的查询';
$strExplain = '解释 SQL';
$strExport = '导出';
$strExtendedInserts = '扩展插入';
$strExtra = '额外';
 
$strFailedAttempts = '尝试失败';
$strField = '字段';
$strFieldHasBeenDropped = '字段 %s 已被删除';
$strFields = '字段数';
$strFieldsEmpty = ' 字段总数是空的!';
$strFieldsEnclosedBy = '包裹字段的字符';
$strFieldsEscapedBy = '转义字段的字符';
$strFieldsTerminatedBy = '分隔字段的字符';
$strFileAlreadyExists = '文件 %s 已经存在于服务器上,请更改文件名或者选中覆盖选项。';
$strFileCouldNotBeRead = '文件无法读取';
$strFileNameTemplate = '文件名模板';
$strFileNameTemplateRemember = '记住模板';
$strFixed = '固定';
$strFlushPrivilegesNote = '注意:phpMyAdmin 直接由 MySQL 权限表取得用户权限。如果用户手动更改表,表内容将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权限%s。';
$strFlushTable = '强制更新资料表("FLUSH")';
$strFormEmpty = '表单内缺少值!';
$strFormat = '格式';
$strFullText = '完整文字';
$strFunction = '函数';
 
$strGenBy = '生成者';
$strGenTime = '生成日期';
$strGeneralRelationFeat = '一般关系特性';
$strGeorgian = '乔治亚语';
$strGerman = '德语';
$strGlobal = '全局';
$strGlobalPrivileges = '全局权限';
$strGlobalValue = '全局值';
$strGo = '执行';
$strGrantOption = '授权';
$strGreek = '希腊语';
$strGzip = 'gzip 压缩';
 
$strHasBeenAltered = '已经被修改。';
$strHasBeenCreated = '已经建立。';
$strHaveToShow = '您需要最少选择显示一列';
$strHebrew = '希伯来语';
$strHexForBinary = '二进制区域使用十六进制显示';
$strHome = '主目录';
$strHomepageOfficial = 'phpMyAdmin 官方网站';
$strHost = '主机';
$strHostEmpty = '主机名称是空的!';
$strHungarian = '匈牙利语';
 
$strIcelandic = '冰岛语';
$strId = 'ID'; // use eng
$strIdxFulltext = '全文搜索';
$strIgnore = '忽略';
$strIgnoreInserts = '忽略插入';
$strIgnoringFile = '忽略文件 %s';
$strImportDocSQL = '导入 docSQL 文档';
$strImportFiles = '导入文件';
$strInUse = '使用中';
$strIndex = '索引';
$strIndexHasBeenDropped = '索引 %s 已被删除';
$strIndexName = '索引名称:';
$strIndexType = '索引类型:';
$strIndexWarningMultiple = '警告:超过一个 %s 键被设在字段 `%s`中';
$strIndexWarningPrimary = '警告:主键PRIMARY与索引键INDEX不应同时设在字段 `%s` 中';
$strIndexWarningTable = '警告:数据表 `%s`的索引存在问题';
$strIndexWarningUnique = '警告:唯一键UNIQUE与索引键INDEX不应同时设在字段 `%s` 中';
$strIndexes = '索引';
$strInnodbStat = 'InnoDB 状态';
$strInsecureMySQL = '您配置文件中的设定与 MySQL 默认权限账户对应(没有密码的 root)。您的 MySQL 服务器使用默认值运行当然没有问题,不过这样的话,被入侵的可能性会很大,您真的应该先补上这个安全漏洞。';
$strInsert = '插入';
$strInsertAsNewRow = '以新行插入';
$strInsertNewRow = '插入新行';
$strInsertedRowId = '插入行 id:';
$strInsertedRows = '插入的行数:';
$strInternalNotNecessary = '当 * 也存在于InnoDB中的时候,内部关联并不必要。';
$strInternalRelations = '内在联系';
 
$strJapanese = '日语';
$strJumpToDB = '跳到数据库“%s”。';
$strJustDelete = '只从权限数据库删除用户。';
$strJustDeleteDescr = '“删除”的用户仍然能像往常一样登入数据库,直至重新载入权限。';
 
$strKeepPass = '请不要更改密码';
$strKeyname = '键名';
$strKill = 'Kill'; //should expressed in English
$strKorean = '朝鲜语';
 
$strLaTeX = 'LaTeX'; // use eng
$strLaTeXOptions = 'LaTeX 选项';
$strLandscape = '横向';
$strLatexCaption = '表的标题';
$strLatexContent = '__TABLE__ 表的内容';
$strLatexContinued = '(延续的)';
$strLatexContinuedCaption = '延续的表的标题';
$strLatexIncludeCaption = '包含表的标题';
$strLatexLabel = '关键标签';
$strLatexStructure = '__TABLE__ 表的结构';
$strLatvian = '拉脱维亚语';
$strLengthSet = '长度/值*';
$strLimitNumRows = '每页行数';
$strLinesTerminatedBy = '行终止的字符';
$strLinkNotFound = '找不到链接';
$strLinksTo = '链接到';
$strLithuanian = '立陶宛语';
$strLocalhost = '本地';
$strLocationTextfile = '文本文件的位置';
$strLogPassword = '密码:';
$strLogServer = '服务器';
$strLogUsername = '登入名称:';
$strLogin = '登入';
$strLoginInformation = '登入信息';
$strLogout = '登出';
 
$strMIMETypesForTable = 'MIME 类型表';
$strMIME_MIMEtype = 'MIME 类型';
$strMIME_available_mime = '可用的 MIME 类型';
$strMIME_available_transform = '可用的变换';
$strMIME_description = '描述';
$strMIME_nodescription = '此变换无可用的描述。<br />详细功能请询问 %s 的作者。';
$strMIME_transformation = '浏览器变换';
$strMIME_transformation_note = '要获得可用变换选项的清单及对应的 MIME 类型变换,请单击%s变换描述%s';
$strMIME_transformation_options = '变换选项';
$strMIME_transformation_options_note = '请使用此格式输入变换选项的值:\'a\',\'b\',\'c\'...<br />如果您需要在值中输入反斜线(“\”)或者单引号(“\'”),请在前面加上反斜线(如 \'\\\\xyz\' 或 \'a\\\'b\')。';
$strMIME_without = '以斜体打印的 MIME 类型没有单独的变换函数';
$strMaximumSize = '最大限制:%s %s';
$strMbExtensionMissing = '没有发现 PHP 的扩展设置mbstring, 而当前系统好像在使用宽字符集。没有 mbstring 扩展的 phpMyAdmin 不能正确识别字符串,可能产生不可意料的结果.';
$strMbOverloadWarning = '警告:你在PHP设置文件中设置了 mbstring.func_overload. 这个选项和phpMyAdmin不兼容,可能会导致一些数据被截断!';
$strModifications = '修改已经保存。';
$strModify = '修改';
$strModifyIndexTopic = '修改索引';
$strMoveTable = '将表移动到(数据库名<b>.</b>表名):';
$strMoveTableOK = '表 %s 已经移动到 %s。';
$strMoveTableSameNames = '无法将表移动为相同名称!';
$strMultilingual = '多语言';
$strMySQLCharset = 'MySQL 字符集';
$strMySQLConnectionCollation = 'MySQL 连接校对';
$strMySQLSaid = 'MySQL 返回:';
$strMySQLShowProcess = '显示进程';
$strMySQLShowStatus = '显示 MySQL 的运行信息';
$strMySQLShowVars = '显示 MySQL 的系统变量';
 
$strName = '名字';
$strNext = '下一个';
$strNo = '否';
$strNoActivity = '持续 %s 秒以上的非活动状态,导致超时,请重新登录';
$strNoDatabases = '无数据库';
$strNoDatabasesSelected = '没有选中数据库。';
$strNoDescription = '无描述';
$strNoDropDatabases = '已经禁用“DROP DATABASE”语句。';
$strNoExplain = '略过解释 SQL';
$strNoFrames = 'phpMyAdmin 更适合在支持<b>框架</b>的浏览器中使用。';
$strNoIndex = '没有已定义的索引!';
$strNoIndexPartsDefined = '没有定义的索引部分!';
$strNoModification = '无更改';
$strNoOptions = '这种格式并无选项';
$strNoPassword = '无密码';
$strNoPermission = '网站服务器不允许保存文件 %s。';
$strNoPhp = '无 PHP 代码';
$strNoPrivileges = '无权限';
$strNoRights = '您现在没有足够的权限在此出现!';
$strNoRowsSelected = '未选择行';
$strNoSpace = '没有足够的空间保存文件 %s。';
$strNoTablesFound = '数据库中没有表。';
$strNoThemeSupport = '不支持主题,检查你的设置以及主题文件夹 %s.';
$strNoUsersFound = '找不到用户。';
$strNoValidateSQL = '略过校验 SQL';
$strNone = '无';
$strNotNumber = '这不是一个数字!';
$strNotOK = '不好';
$strNotSet = '<b>%s</b> 表找不到或还未在 %s 设定';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s 个匹配项 - 于表 <i>%s</i> 中';
$strNumSearchResultsTotal = '<b>总计:</b> <i>%s</i> 个匹配项';
$strNumTables = '个表';
 
$strOK = '确定';
$strOperations = '操作';
$strOperator = '操作员';
$strOptimizeTable = '优化表';
$strOr = '或';
$strOverhead = '多余';
$strOverwriteExisting = '覆盖已有文件';
 
$strPHP40203 = '您正使用 PHP 版本 4.2.3,该版本有一个双字节字符(mbstring)的严重错误。请参阅 PHP 臭虫报告 19404。phpMyAdmin 并不建议使用这个版本的 PHP。';
$strPHPVersion = 'PHP 版本';
$strPageNumber = '页号:';
$strPaperSize = '纸张大小';
$strPartialText = '部分文字';
$strPassword = '密码';
$strPasswordChanged = '%s 的密码已成功更改。';
$strPasswordEmpty = '密码是空的!';
$strPasswordHashing = '密码哈希';
$strPasswordNotSame = '密码并非相同!';
$strPdfDbSchema = '“%s”数据库大纲 - 第 %s 页';
$strPdfInvalidTblName = '表“%s”不存在!';
$strPdfNoTables = '没有表';
$strPerHour = '每小时';
$strPerMinute = '每分钟';
$strPerSecond = '每秒';
$strPersian = '波斯语';
$strPhoneBook = '电话本';
$strPhp = '创建 PHP 代码';
$strPmaDocumentation = 'phpMyAdmin 文档';
$strPmaUriError = '必须在您的配置文件中设定 <tt>$cfg[\'PmaAbsoluteUri\']</tt> 指令!';
$strPolish = '波兰语';
$strPortrait = '纵向';
$strPos1 = '开始';
$strPrevious = '前一个';
$strPrimary = '主键';
$strPrimaryKeyHasBeenDropped = '主键已被删除';
$strPrimaryKeyName = '主键的名称必须称为 PRIMARY!';
$strPrimaryKeyWarning = '(“PRIMARY”<b>必须</b>是主键的名称,并且主键必须<b>唯一</b>!)';
$strPrint = '打印';
$strPrintView = '打印预览';
$strPrintViewFull = '打印预览 (全文显示)';
$strPrivDescAllPrivileges = '包括所有权限除了授权 (GRANT)。';
$strPrivDescAlter = '允许修改现有表的结构。';
$strPrivDescCreateDb = '允许创建新数据库和表。';
$strPrivDescCreateTbl = '允许创建新表。';
$strPrivDescCreateTmpTable = '允许创建暂时表。';
$strPrivDescDelete = '允许删除数据。';
$strPrivDescDropDb = '允许删除数据库和表。';
$strPrivDescDropTbl = '允许删除表。';
$strPrivDescExecute = '允许运行存储过程;在此版本的 MySQL 中无效。';
$strPrivDescFile = '允许从文件中导入数据以及将数据导出至文件。';
$strPrivDescGrant = '允许添加用户和权限,而不允许重新载入权限表。';
$strPrivDescIndex = '允许创建和删除索引。';
$strPrivDescInsert = '允许插入和替换数据。';
$strPrivDescLockTables = '允许锁住当前线索的表。';
$strPrivDescMaxConnections = '限制用户每小时打开的新连接数。';
$strPrivDescMaxQuestions = '限制用户每小时可发送的查询数。';
$strPrivDescMaxUpdates = '限制用户每小时可执行的将会更改任何表或数据库的命令数。';
$strPrivDescProcess3 = '允许杀死其它用户的进程。';
$strPrivDescProcess4 = '允许查看进程列表中的完整查询。';
$strPrivDescReferences = '在此版本的 MySQL 中无效。';
$strPrivDescReload = '允许重新载入服务器设置并刷新服务器的缓存。';
$strPrivDescReplClient = '用户有权询问附属者/控制者在哪里。';
$strPrivDescReplSlave = '回复附属者所需。';
$strPrivDescSelect = '允许读取数据。';
$strPrivDescShowDb = '允许访问完整的数据库列表。';
$strPrivDescShutdown = '允许关闭服务器。';
$strPrivDescSuper = '允许在达到最大允许数目时仍进行连接;对于大多数像设置全局变量或杀死其它用户线程这样的管理操作是必需的。';
$strPrivDescUpdate = '允许更改数据。';
$strPrivDescUsage = '无权限。';
$strPrivileges = '权限';
$strPrivilegesReloaded = '权限已经成功载入。';
$strProcesslist = '进程列表';
$strPutColNames = '将字段名称放在首行';
 
$strQBE = '查询';
$strQBEDel = '删除';
$strQBEIns = '添加';
$strQueryFrame = '查询窗口';
$strQueryOnDb = '在数据库 <b>%s</b> 执行 SQL 语句:';
$strQuerySQLHistory = 'SQL 历史';
$strQueryStatistics = '<b>查询统计</b>:自从启动后,服务器共收到了 %s 次查询。';
$strQueryTime = '查询花费 %01.4f 秒';
$strQueryType = '查询方式';
$strQueryWindowLock = '不从窗口外覆盖此查询';
 
$strReType = '重新输入';
$strReceived = '已收到';
$strRecords = '记录数';
$strReferentialIntegrity = '检查引用完整性:';
$strRefresh = '刷新';
$strRelationNotWorking = '使用链接表的额外特性尚未激活。要查出原因,请单击%s此处%s。';
$strRelationView = '关系查看';
$strRelationalSchema = '关系大纲';
$strRelations = '关系';
$strRelationsForTable = '表的关联';
$strReloadMySQL = '重启 MySQL';
$strReloadingThePrivileges = '重新载入权限';
$strRemoveSelectedUsers = '删除选中用户';
$strRenameDatabaseOK = '数据库 %s 已经被重命名为 %s';
$strRenameTable = '将表改名为';
$strRenameTableOK = '表 %s 名字已经被改成 %s。';
$strRepairTable = '修复表';
$strReplaceNULLBy = '将 NULL 替换为';
$strReplaceTable = '将表的数据用此文件替换:';
$strReset = '重置';
$strResourceLimits = '资源限制';
$strRevoke = '收回';
$strRevokeAndDelete = '收回用户的所有激活权限,然后删除用户。';
$strRevokeAndDeleteDescr = '用户仍然拥有 USAGE 权限,直到权限重载。';
$strRevokeMessage = '您已收回 %s 的权限';
$strRomanian = '罗马尼亚语';
$strRowLength = '行长度';
$strRowSize = ' 行大小 ';
$strRows = '行数';
$strRowsFrom = '行,开始行数:';
$strRowsModeFlippedHorizontal = '水平(旋转标题)';
$strRowsModeHorizontal = '水平';
$strRowsModeOptions = '以 %s 模式显示,并且在 %s 个单元格后重复标题';
$strRowsModeVertical = '垂直';
$strRowsStatistic = '行统计';
$strRunQuery = '提交查询';
$strRunSQLQuery = '在数据库 %s 运行 SQL 查询';
$strRunning = '运行于 %s';
$strRussian = '俄语';
 
$strSQL = 'SQL'; // should express in english
$strSQLExportCompatibility = '支持 SQL 扩展';
$strSQLExportType = '导出类型';
$strSQLOptions = 'SQL 选项';
$strSQLParserBugMessage = '有可能您发现了 SQL 分析器的臭虫。请仔细检查您的查询,包括引号是否正确及是否匹配。其它可能的失败原因可能由于您上传了超过引用文本区域外的二进制数据。您还可以在 MySQL 命令行界面试一下您的查询。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助作用。如果您仍然有问题,或者命令行界面执行成功而分析器出错,请将您的 SQL 查询缩减到导致问题的某一条语句,然后和下面剪切区中的数据一起提交一个臭虫报告:';
$strSQLParserUserError = '您的 SQL 查询可能有错。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助作用。';
$strSQLQuery = 'SQL 查询';
$strSQLResult = 'SQL 查询结果';
$strSQPBugInvalidIdentifer = '无效的标识符';
$strSQPBugUnclosedQuote = '引号不配对';
$strSQPBugUnknownPunctuation = '未知的标点符号字符串';
$strSave = '保存';
$strSaveOnServer = '保存于服务器的 %s 目录';
$strScaleFactorSmall = '比例因子太小,无法在一页中显示大纲';
$strSearch = '搜索';
$strSearchFormTitle = '搜索数据库';
$strSearchInTables = '于以下表:';
$strSearchNeedle = '查找的文字或数值(通配符:“%”):';
$strSearchOption1 = '至少一个单词';
$strSearchOption2 = '所有单词';
$strSearchOption3 = '精确短语';
$strSearchOption4 = '按正规表达式';
$strSearchResultsFor = '“<i>%s</i>”的搜索结果 %s:';
$strSearchType = '查找:';
$strSecretRequired = '配置文件现在需要绝密的短语密码(blowfish_secret)。';
$strSelectADb = '请选择数据库';
$strSelectAll = '全选';
$strSelectBinaryLog = '选择查看二进制日志';
$strSelectFields = '至少选择一个字段:';
$strSelectNumRows = '查询中';
$strSelectTables = '选择表';
$strSend = '另存为文件';
$strSent = '送出';
$strServer = '服务器';
$strServerChoice = '选择服务器';
$strServerNotResponding = '服务器没有响应';
$strServerStatus = '运行信息';
$strServerStatusUptime = '此 MySQL 服务器已经运行了 %s,启动时间为 %s。';
$strServerTabProcesslist = '进程';
$strServerTabVariables = '变量';
$strServerTrafficNotes = '<b>服务器流量</b>:这些表显示了此 MySQL 服务器自启动以来的网络流量统计。';
$strServerVars = '服务器变量和设置';
$strServerVersion = '服务器版本';
$strSessionValue = '会话值';
$strSetEnumVal = '如字段类型是“enum”或“set”,请使用以下的格式输入:\'a\',\'b\',\'c\'...<br />如果您需要在值中输入反斜线(“\”)或者单引号(“\'”),请在前面加上反斜线(如 \'\\\\xyz\' 或 \'a\\\'b\')。';
$strShow = '显示';
$strShowAll = '全部显示';
$strShowColor = '显示颜色';
$strShowDatadictAs = '数据字典格式';
$strShowFullQueries = '显示完整查询';
$strShowGrid = '显示网格';
$strShowPHPInfo = '显示 PHP 信息';
$strShowTableDimension = '显示表格大小';
$strShowTables = '显示表';
$strShowThisQuery = ' 在此再次显示此查询 ';
$strShowingRecords = '显示行';
$strSimplifiedChinese = '简体中文';
$strSingly = '(逐一)';
$strSize = '大小';
$strSlovak = '斯洛伐克语';
$strSlovenian = '斯洛文尼亚语';
$strSort = '排序';
$strSortByKey = '主键排序';
$strSpaceUsage = '已使用空间';
$strSpanish = '西班牙语';
$strSplitWordsWithSpace = '每个单词以空格 (" ") 分隔。';
$strStatCheckTime = '最后检查时间';
$strStatCreateTime = '创建时间';
$strStatUpdateTime = '最后更新时间';
$strStatement = '语句';
$strStatus = '状态';
$strStrucCSV = 'CSV 数据';
$strStrucData = '结构和数据';
$strStrucDrop = '添加 DROP TABLE';
$strStrucExcelCSV = 'MS Excel 的 CSV 格式';
$strStrucNativeExcel = '本地 MS Excel 数据';
$strStrucOnly = '只结构';
$strStructPropose = '规划表结构';
$strStructure = '结构';
$strSubmit = '提交';
$strSuccess = '您运行的 SQL 语句已经成功运行了。';
$strSum = '总计';
$strSwedish = '瑞典语';
$strSwitchToDatabase = '选择被复制的数据库';
$strSwitchToTable = '切换到复制的表';
 
$strTable = '表 ';
$strTableComments = '表注释';
$strTableEmpty = '表名称是空的!';
$strTableHasBeenDropped = '表 %s 已被删除';
$strTableHasBeenEmptied = '表 %s 已被清空';
$strTableHasBeenFlushed = '表 %s 已被强制更新';
$strTableMaintenance = '表维护';
$strTableOfContents = '目录';
$strTableOptions = '表选项';
$strTableStructure = '表的结构';
$strTableType = '表类型';
$strTables = '%s 个表';
$strTakeIt = '断定';
$strTblPrivileges = '按表指定权限';
$strTextAreaLength = ' 由于长度限制<br />此字段可能无法编辑 ';
$strThai = '泰语';
$strTheme = '主题 / 风格';
$strThisHost = '此主机';
$strThisNotDirectory = '这并不是一个目录';
$strThreadSuccessfullyKilled = '线程 %s 已成功杀死。';
$strTime = '时间';
$strToggleScratchboard = '切换刮板';
$strTotal = '总计';
$strTotalUC = '统计';
$strTraditionalChinese = '繁体中文';
$strTraditionalSpanish = '传统西班牙语';
$strTraffic = '流量';
$strTransformation_application_octetstream__download = '字段中显示一个二进制文件的下载连接。第一个选项是二进制数据的名字。第二个选项是表列中可能包含文件名的字段。 如果你提供第二个选项那么第一个选项必须设置为空字符串。';
$strTransformation_image_jpeg__inline = '显示可点击的缩略图;选项:以像素指定的宽度、高度(保留原有比例)';
$strTransformation_image_jpeg__link = '显示到此图像的链接(即直接二进制下载)。';
$strTransformation_image_png__inline = '查看 image/jpeg: 嵌入';
$strTransformation_text_plain__dateformat = '选择 TIME,TIMESTAMP 或 DATETIME 字段并将其用您的本地日期格式进行格式化。第一个选项是将会加入到时间戳中的偏移量(以小时为单位,默认为 0)。第二个选项是根据 PHP 的 strftime() 函数参数的格式编写的不同日期格式。';
$strTransformation_text_plain__external = '只对 LINUX:调用外部程序并通过标准输入填充字段数据。返回此应用程序的标准输出。默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见,您需要手动编辑文件 libraries/transformations/text_plain__external.inc.php 然后插入允许您运行的工具。第一个选项是您想要使用的程序编号,而第二个选项是程序的参数。至于第三个参数,如果设为 1 的话将会用 htmlspecialchars() 转换其输出(默认为 1)。第四个参数如果设为 1 的话,将会在内容单元格中输出 NOWRAP,这样全部输出就会不经重新格式化直接输出了(默认为 1)';
$strTransformation_text_plain__formatted = '保留字段的原始格式。不进行转码。';
$strTransformation_text_plain__imagelink = '显示图像和链接,字段内包含文件名;第一个选项是类似“http://domain.com/”这样的前缀,第二个选项是以像素为单位的宽度,第三个参数是高度。';
$strTransformation_text_plain__link = '显示链接,字段内包含文件名;第一个选项是类似“http://domain.com/”这样的前缀,第二个选项是链接的标题(弹出提示)。';
$strTransformation_text_plain__substr = '只显示字符串的一部分。第一个选项定义了文本开始输出的偏移量(默认为 0)。第二个选项是所返回文字数量的偏移量。如果为空的话,将返回剩下的所有文本。第三个选项是将会追加到子字符串之后的输出(默认为:...) .';
$strTruncateQueries = '截断显示的查询';
$strTurkish = '土耳其语';
$strType = '类型';
 
$strUkrainian = '乌克兰语';
$strUncheckAll = '全部不选';
$strUnicode = 'Unicode'; //USE ENG
$strUnique = '唯一';
$strUnknown = '未知';
$strUnselectAll = '全部不选';
$strUpdComTab = '请参看文档中关于如何更新您的 Column_comments 表的部分';
$strUpdatePrivMessage = '您已经更新了 %s 的权限。';
$strUpdateProfileMessage = '配置文件己更新。';
$strUpdateQuery = '更新查询';
$strUpgrade = '您应该升级到 %s %s 或者更高。';
$strUsage = '用法';
$strUseBackquotes = '请在表名及字段名使用引号';
$strUseHostTable = '使用主机表';
$strUseTabKey = '按 TAB 键跳到下一个数值, 或 CTRL+方向键 作随意移动';
$strUseTables = '使用表';
$strUseTextField = '使用文本域';
$strUseThisValue = '使用此值';
$strUser = '用户';
$strUserAlreadyExists = '用户 %s 己存在!';
$strUserEmpty = '用户名称是空的!';
$strUserName = '用户名';
$strUserNotFound = '选中的用户在权限表内找不到。';
$strUserOverview = '用户一览';
$strUsersDeleted = '选中的用户已成功删除。';
$strUsersHavingAccessToDb = '用户可访问“%s”';
 
$strValidateSQL = '校验 SQL';
$strValidatorError = 'SQL 校验程序无法初始化。请检查是否已经安装了%s文档%s内描述的必需 PHP 扩展。';
$strValue = '值';
$strVar = '变量';
$strViewDump = '查看表的转存(大纲)。';
$strViewDumpDB = '查看数据库的转存(大纲)。';
$strViewDumpDatabases = '查看数据库的转存(大纲)';
 
$strWebServerUploadDirectory = '网站服务器上载目录';
$strWebServerUploadDirectoryError = '设定的上载目录错误,未能使用';
$strWelcome = '欢迎使用 %s';
$strWestEuropean = '西欧';
$strWildcard = '通配符';
$strWindowNotFound = '目标浏览窗口不可更新。可能你已经关闭了父窗口或者您浏览器的安全设置阻断了更新窗口。';
$strWithChecked = '选中项:';
$strWritingCommentNotPossible = '不能写注释';
$strWritingRelationNotPossible = '不能写关系';
$strWrongUser = '用户名/密码错误,访问被拒绝。';
 
$strXML = 'XML'; //USE ENG
 
$strYes = '是';
 
$strZeroRemovesTheLimit = '注意:将这些选项设为 0(零) 将删除限制。';
$strZip = 'zip 压缩';
 
// To translate:
 
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngines = 'Engines'; //to translate
 
$strFreePages = 'Free pages'; //to translate
 
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
 
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
 
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/chinese_traditional-big5.inc.php
0,0 → 1,994
<?php
/* $Id: chinese_traditional-big5.inc.php,v 2.88.2.4 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Last translation by: Siu Sun <siusun@best-view.net>
* Follow by the original translation of Taiyen Hung ¬x®õ¤¸<yen789@pchome.com.tw>
*/
 
$charset = 'big5';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'helvetica, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y, %I:%M %p';
 
$timespanfmt = '%s ¤é, %s ¤p®É, %s ¤ÀÄÁ %s ¬í';
 
 
$strAbortedClients = '¨ú®ø';
$strAbsolutePathToDocSqlDir = '½Ð¿é¤J docSQL ¥Ø¿ý©óºô­¶¦øªA¾¹ªºµ´¹ï¸ô®|';
$strAccessDeniedCreateConfig = '¦³¥i¯à§A¥¼«Ø¥ß³]©wÀÉ. §A¥i§Q¥Î¦¹ %1$s¦w¸Ëµ{§Ç%2$s «Ø¥ß³]©wÀÉ.';
$strAccessDeniedExplanation = 'phpMyAdmin ¹Á¸Õ³s½u¨ì MySQL ¦øªA¾¹, ¦ý¦øªA¾¹©Úµ´¤F³s½u. ±zÀ³©ó config.inc.php ¤ºÀˬd¥D¾÷¦WºÙ, µn¤J¦WºÙ¤Î±K½X¤Î½T«O³o¨Ç¸ê®Æ¬O»P¨t²ÎºÞ²z¤H­û©Ò´£¨Ñªº MySQL ¦øªA¾¹¸ê®Æ¬Û¦P';
$strAccessDenied = '©Úµ´¦s¨ú';
$strAction = '°õ¦æ';
$strAddAutoIncrement = "·s¼W AUTO_INCREMENT ¼Æ­È";
$strAddConstraints = '¥[¤J­­¨î';
$strAddDeleteColumn = '·s¼W/´î¤Ö ¿ï¾ÜÄæ';
$strAddDeleteRow = '·s¼W/´î¤Ö ¿z¿ï¦C';
$strAddDropDatabase = '¥[¤J \'§R°£¸ê®Æªí\' »yªk';
$strAddedColumnComment = '©ó¥H¤UÄæ¦ì¥[¤Jµù¸Ñ¤å¦r';
$strAddedColumnRelation = '©ó¥H¤UÄæ¦ì¥[¤JÃöÁp';
$strAddFields = '·s¼W %s ­ÓÄæ¦ì';
$strAddHeaderComment = '©ó¼ÐÃD¥[¤J­Ó¤Hµù¸Ñ (\\n ¶}·s¦æ)';
$strAddIfNotExists = '¥[¤J IF NOT EXISTS';
$strAddIntoComments = '¥[¤Jµù¸Ñ¤å¦r';
$strAddNewField = '¼W¥[·sÄæ¦ì';
$strAddPrivilegesOnDb = '©ó¥H¤U¸ê®Æ®w¥[¤JÅv­­';
$strAddPrivilegesOnTbl = '©ó¥H¤U¸ê®Æªí¥[¤JÅv­­';
$strAddSearchConditions = '¼W¥[À˯Á±ø¥ó ("where" ¤l¥yªº¥DÅé)';
$strAddToIndex = '·s¼W &nbsp;%s&nbsp; ²Õ¯Á¤ÞÄæ';
$strAddUserMessage = '±z¤w·s¼W¤F¤@­Ó·s¨Ï¥ÎªÌ.';
$strAddUser = '·s¼W¨Ï¥ÎªÌ';
$strAdministration = '¨t²ÎºÞ²z';
$strAffectedRows = '¼vÅT¦C¼Æ: ';
$strAfterInsertBack = 'ªð¦^';
$strAfterInsertNewInsert = '·s¼W¤@µ§°O¿ý';
$strAfterInsertNext = '½s¿è·s¤@¦C';
$strAfterInsertSame = 'ªð¦^³o­¶';
$strAfter = '¦b %s ¤§«á';
$strAllTableSameWidth = '¥H¬Û¦P¼e«×Åã¥Ü©Ò¦³¸ê®Æªí?';
$strAll = '¥þ³¡';
$strAlterOrderBy = '®Ú¾ÚÄæ¦ì¤º®e±Æ§Ç°O¿ý';
$strAnalyzeTable = '¤ÀªR¸ê®Æªí';
$strAnd = '»P';
$strAndThen = 'µM«á';
$strAnIndex = '¯Á¤Þ¤w¸g·s¼W¨ì %s';
$strAnyHost = '¥ô¦ó¥D¾÷';
$strAny = '¥ô¦ó';
$strAnyUser = '¥ô¦ó¨Ï¥ÎªÌ';
$strApproximateCount = '¥i¯à±µªñ. ½Ð°Ñ¬Ý FAQ 3.11';
$strAPrimaryKey = '¥DÁä¤w¸g·s¼W¨ì %s';
$strArabic = 'ªü©Ô§B»y';
$strArmenian = '¬ü¦¡­^»y';
$strAscending = '»¼¼W';
$strAtBeginningOfTable = '©ó¸ê®Æªí¶}ÀY';
$strAtEndOfTable = '©ó¸ê®Æªí§ÀºÝ';
$strAttr = 'ÄÝ©Ê';
$strAutodetect = '¦Û°Ê°»´ú';
$strAutomaticLayout = '¦Û°Ê®æ¦¡';
 
$strBack = '¦^¤W¤@­¶';
$strBaltic = 'ªiùªº®ü»y';
$strBeginCut = '¶}©l °Å¨ú';
$strBeginRaw = '¶}©l ­ì©l¸ê®Æ';
$strBinaryDoNotEdit = '¤G¶i¨î½X - ¤£¯à½s¿è';
$strBinary = '¤G¶i¨î½X';
$strBinaryLog = '¤G¶i¨î°O¿ý';
$strBinLogEventType = '¨Æ¥ó¤è¦¡';
$strBinLogInfo = '¸ê®Æ';
$strBinLogName = '°O¿ýÀɮ׺Ù';
$strBinLogOriginalPosition = '­ì¦³¦ì¸m';
$strBinLogPosition = '¦ì¸m';
$strBinLogServerId = '¦øªA¾¹ ID';
$strBookmarkAllUsers = '©Ò¦³¥ÎªÌ¥iŪ¨ú¦¹®ÑÅÒ';
$strBookmarkCreated = '®ÑÅÒ %s ¤w«Ø¥ß';
$strBookmarkDeleted = '®ÑÅÒ¤w¸g§R°£.';
$strBookmarkLabel = '®ÑÅÒ¦WºÙ';
$strBookmarkQuery = 'SQL »yªk®ÑÅÒ';
$strBookmarkReplace = '¨ú¥N¬Û¦P¦WºÙ¤§®ÑÅÒ';
$strBookmarkThis = '±N¦¹ SQL »yªk¥[¤J®ÑÅÒ';
$strBookmarkView = '¬d¬Ý';
$strBrowse = 'ÂsÄý';
$strBrowseDistinctValues = 'ÂsÄý¤£¦P¼Æ­È';
$strBrowseForeignValues = 'ÂsÄý¥~¨Ó­È';
$strBufferPoolActivity = '½w½Ä°Ï¬¡°Ê²v';
$strBufferPool = '½w½Ä°Ï';
$strBufferPoolUsage = '½w½Ä°Ï¨Ï¥ÎªÅ¶¡';
$strBufferReadMisses = 'Ū¨ú¿òº|';
$strBufferReadMissesInPercent = 'Ū¨ú¿òº| %';
$strBufferWriteWaitsInPercent = '¼g¤Jµ¥­Ô %';
$strBufferWriteWaits = '¼g¤Jµ¥­Ô';
$strBulgarian = '«O¥[§Q¨È»y';
$strBusyPages = 'Ác¦£­¶';
$strBzError = 'phpMyAdmin µLªkÀ£ÁY¦]©ó³o­Ó php ª©¥»ªº Bz2 ¼Ò²Õ¿ù»~. ±j¦C­n¨D©ó phpMyAdmin ³]©wÀɳ]©w <code>$cfg[\'BZipDump\']</code> ¬°<code>FALSE</code>. ¦pªG·Q¨Ï¥Î Bz2 À£ÁY¥\¯à,½Ð§ó·s php ¨ì³Ì·sª©¥». ¸Ô±¡½Ð°Ñ¬Ý php ¿ù»~³ø³ø %s .';
$strBzip = '"bzipped"';
 
$strCalendar = '¤é¾ä';
$strCanNotLoadImportPlugins = 'µLªkŪ¨ú¸ü¤Jªº¥~±¾µ{¦¡, ½ÐÀˬd¦w¸Ëµ{§Ç!';
$strCannotLogin = 'µLªkµn¤J MySQL ¦øªA¾¹';
$strCantLoad = 'µLªkŪ¨ú %s ¼Ò²Õ,<br />½ÐÀˬd PHP ³]©w';
$strCantLoadRecodeIconv = '¥¼¯àŪ¨ú iconv ©Î­«·s½s½Xµ{¦¡¨Ó§@¤å¦r½s½XÂà´«, ½Ð³]©w php ¨Ó±Ò°Ê³o¨Ç¼Ò²Õ©Î¨ú®ø phpMyAdmin ¨Ï¥Î¤å¦r½s½XÂà´«¥\¯à.';
$strCantRenameIdxToPrimary = 'µLªk±N¯Á¤Þ§ó¦W¬° PRIMARY!';
$strCantUseRecodeIconv = '·í¤å½s½X¼Ò²ÕŪ¨ú«á,¥¼¯à¨Ï¥Î iconv, libiconv ©Î recode_string ¥\¯à. ½ÐÀˬd±zªº php ³]©w.';
$strCardinality = '²Õ§O';
$strCaseInsensitive = '¤j¤p¼g¤£¬Û²Å';
$strCaseSensitive = '¤j¤p¼g¬Û²Å';
$strCentralEuropean = '¤¤¼Ú»y';
$strChangeCopyModeCopy = '... «O¯d¨ϥΪÌ.';
$strChangeCopyModeDeleteAndReload = ' ... §R°£Â¨ϥΪ̤έ«·sŪ¨úÅv­­¸ê®Æªí.';
$strChangeCopyModeJustDelete = ' ... §R°£Â¨ϥΪÌ.';
$strChangeCopyMode = '«Ø¥ß·s¨Ï¥ÎªÌ¤Î¨Ï¥Î¬Û¦P¤§Åv­­, ¤Î ...';
$strChangeCopyModeRevoke = ' ... ¼o°£©Ò¦³Â¨ϥΪ̦³®Ä¤§Åv­­¨Ã§R°£.';
$strChangeCopyUser = '§ó§ïµn¤J¸ê°T / ½Æ»s¨Ï¥ÎªÌ';
$strChangeDisplay = '¿ï¾ÜÅã¥Ü¤§Äæ¦ì';
$strChange = '­×§ï';
$strChangePassword = '§ó§ï±K½X';
$strCharset = '¤å¦r½s½X (Charset)';
$strCharsetOfFile = '¤å¦r½s½XÀÉ®×:';
$strCharsetsAndCollations = '¤å¦r½s½X¤Î®Õ¹ï';
$strCharsets = '¤å¦r½s½X';
$strCheckAll = '¥þ¿ï';
$strCheckOverhead = 'ÀˬdÃB¥~°O¿ý (overhead)'; // nor sure yet.
$strCheckPrivs = '¬d¸ßÅv­­';
$strCheckPrivsLong = '¬d¸ß¸ê®Æ®w &quot;%s&quot; ¤§Åv­­.';
$strCheckTable = 'Àˬd¸ê®Æªí';
$strChoosePage = '½Ð¿ï¾Ü»Ý­n½s¿èªº­¶½X';
$strColComFeat = 'Åã¥ÜÄæ¦ìµù¸Ñ';
$strCollation = '®Õ¹ï';
$strColumnNames = 'Äæ¦ì¦WºÙ';
$strColumnPrivileges = '«ü©wÄæ¦ìÅv­­';
$strCommand = '«ü¥O';
$strCommentsForTable = 'COMMENTS FOR TABLE'; // keep in SQL statement
$strComments = 'µù¸Ñ';
$strCompatibleHashing = 'MySQL&nbsp;4.0 ¬Û®e';
$strCompleteInserts = '¨Ï¥Î§¹¾ã·s¼W«ü¥O';
$strCompression = 'À£ÁY';
$strCompressionWillBeDetected = '¸ü¤JÀÉ®×À£ÁY·|¦Û°ÊÀˬd: %s';
$strConfigDefaultFileError = 'µLªkŪ¨ú¹w³]³]©w: "%1$s"';
$strConfigFileError = 'phpMyAdmin ¥¼¯àŪ¨ú±zªº³]©wÀÉ! ³o¥i¯à¬O¦]¬° php §ä¨ì»yªk¤Wªº¿ù»~©Î php ¥¼¯à§ä¨ìÀɮצӦ¨.<br />½Ð¹Á¸Õª½±µ«ö¤U¤U¤èªº³sµ²¶}±Ò¨Ã¬d¬Ý php ªº¿ù»~«H®§. ³q±`ªº¿ù»~³£¨Ó¦Û¬Y³Bº|¤F¤Þ¸¹©Î¤À§O.<br />¦pªG«ö¤U³sµ²«á¥X²{ªÅ¥Õ­¶, §Y¥Nªí¨S¦³¥ô¦ó°ÝÃD.';
$strConfigureTableCoord = '½Ð³]©wªí®æ %s ¤ºªº§¤¼Ð';
$strConnectionError = 'µLªk³s½u: ¿ù»~³]©w.';
$strConnections = '³s½u';
$strConstraintsForDumped = '³Æ¥÷¸ê®Æªí­­¨î';
$strConstraintsForTable = '¸ê®Æªí­­¨î';
$strCookiesRequired = 'Cookies ¥²¶·±Ò°Ê¤~¯àµn¤J.';
$strCopyDatabaseOK = '¸ê®Æ®w %s ¤w½Æ»s¨ì %s';
$strCopy = '½Æ»s';
$strCopyTable = '½Æ»s¸ê®Æªí¨ì¡G (®æ¦¡¬° ¸ê®Æ®w¦WºÙ<b>.</b>¸ê®Æªí¦WºÙ):';
$strCopyTableOK = '¤w¸g±N¸ê®Æªí %s ½Æ»s¬° %s.';
$strCopyTableSameNames = 'µLªk½Æ»s¨ì¬Û¦P¸ê®Æªí!';
$strCouldNotKill = 'phpMyAdmin µLªk¤¤Â_«ü¥O %s. ¥i¯à³o«ü¥O¤w¸gµ²§ô.';
$strCreateDatabaseBeforeCopying = '½Æ»s«e«Ø¥ß¸ê®Æ®w (CREATE DATABASE)';
$strCreateIndex = '·s¼W &nbsp;%s&nbsp; ²Õ¯Á¤ÞÄæ';
$strCreateIndexTopic = '·s¼W¤@²Õ¯Á¤Þ';
$strCreateNewDatabase = '«Ø¥ß·s¸ê®Æ®w';
$strCreateNewTable = '«Ø¥ß·s¸ê®Æªí©ó¸ê®Æ®w %s';
$strCreate = '«Ø¥ß';
$strCreatePage = '«Ø¥ß·s¤@­¶';
$strCreatePdfFeat = '«Ø¥ß PDF';
$strCreationDates = '«Ø¥ß/§ó·s/Àˬd ¤é´Á';
$strCriteria = '¿z¿ï';
$strCroatian = '§Jù¦è¨È»y';
$strCSV = 'CSV'; //USE ENG
$strCSVImportOptions = 'CSV ¿ï¶µ';
$strCSVOptions = 'CSV ¿ï¶µ';
$strCyrillic = '¦è¨½º¸»y';
$strCzech = '±¶§J»y';
$strCzechSlovak = '±¶§J»y';
 
$strDanish = '¤¦³Á»y';
$strDatabaseEmpty = '¸ê®Æ®w¦WºÙ¨Ã¥¼¿é¤J!!';
$strDatabaseExportOptions = '¸ê®Æ®w¿é¥X¿ï¶µ';
$strDatabaseHasBeenDropped = '¸ê®Æ®w %s ¤w³Q§R°£';
$strDatabaseNoTable = '³o¸ê®Æ®w¨S¦³¸ê®Æªí!';
$strDatabasesDropped = '%s ­Ó¸ê®Æ®w¤w¦¨¥\§R°£.';
$strDatabasesStatsDisable = '°±¤î²Î­p¼Æ¾Ú';
$strDatabasesStatsEnable = '±Ò°Ê²Î­p¼Æ¾Ú';
$strDatabasesStatsHeavyTraffic = 'µù: ±Ò°Ê¸ê®Æ®w²Î­p¼Æ¾Ú¥i¯à·|²£¥Í¤j¶q¥Ñ Web ¦øªA¾¹¤Î MySQL ¤§¶¡ªº¬y¶q.';
$strDatabasesStats = '¸ê®Æ®w²Î­p';
$strDatabases = '¸ê®Æ®w';
$strDatabase = '¸ê®Æ®w';
$strDataDict = '¼Æ¾Ú¦r¨å';
$strDataOnly = '¥u¦³¸ê®Æ';
$strDataPages = '¥]§t¸ê®Æ­¶';
$strData = '¸ê®Æ';
$strDBComment = '¸ê®Æ®wµù¸Ñ¤å¦r: ';
$strDBCopy = '½Æ»s¸ê®Æ®w¨ì';
$strDBGContext = '¥»¤å (Context)';
$strDBGContextID = '¥»¤å (Context) ID';
$strDBGHits = '¦¸¼Æ';
$strDBGLine = '¦æ';
$strDBGMaxTimeMs = '³Ì¤j®É¶¡, ms';
$strDBGMinTimeMs = '³Ì¤p®É¶¡, ms';
$strDBGModule = '¼Ò²Õ';
$strDBGTimePerHitMs = '®É¶¡/¦¸, ms';
$strDBGTotalTimeMs = 'Á`®É¶¡, ms';
$strDbPrivileges = '«ü©w¸ê®Æ®wÅv­­';
$strDBRename = '§ó§ï¸ê®Æ®w¦WºÙ¨ì';
$strDbSpecific = '«ü©w¸ê®Æ®w';
$strDefault = '¹w³]­È';
$strDefaultEngine = '³o MySQL ¦øªA¾¹ªº¹w³]Àx¦s¤ÞÀº¬O %s ';
$strDefaultValueHelp = '¹w³]­È: ½Ð¥u¿é¤J¸Ó¹w³]­È, µL»Ý¥[¤W¥ô¦ó¤Ï±×½u©Î¤Þ¸¹';
$strDefragment = '¾ã²z¸ê®Æªí';
$strDelayedInserts = '¨Ï¥Î©µ¿ð¦¡·s¼W';
$strDeleteAndFlushDescr = '³o¬O¤@­Ó³Ì²M¼äªº°µªk,¦ý­«·sŪ¨úÅv­­»Ý¤@¬q®É¶¡.';
$strDeleteAndFlush = '§R°£¨Ï¥ÎªÌ¤Î­«·sŪ¨úÅv­­.';
$strDeleted = '°O¿ý¤w³Q§R°£';
$strDeletedRows = '¤w§R°£Äæ¼Æ:';
$strDeleteNoUsersSelected = '¨Ã¥¼¿ï¾Ü»Ý­n§R°£¤§¨Ï¥ÎªÌ!';
$strDelete = '§R°£';
$strDeleting = '§R°£ %s';
$strDelOld = '¥»­¶ªº°Ñ¦Ò¨ì¸ê®Æªí¤w¤£¦s¦b. ±z§Æ±æ§R°£³o¨Ç°Ñ¦Ò¶Ü?';
$strDescending = '»¼´î';
$strDescription = '»¡©ú';
$strDictionary = '¦r¨å';
$strDirtyPages = '°ÝÃD­¶';
$strDisabled = '¥¼±Ò°Ê';
$strDisableForeignChecks = '¼È©w¥~¨ÓÁä (Foreign Key) Àˬd';
$strDisplayFeat = '¥\¯àÅã¥Ü';
$strDisplayOrder = 'Åã¥Ü¦¸§Ç';
$strDisplayPDF = 'Åã¥Ü PDF ·§­n';
$strDoAQuery = '¥H½d¨Ò¬d¸ß (¸U¥Î¦r¤¸ : "%")';
$strDocu = '»¡©ú¤å¥ó';
$strDoYouReally = '±z½T©w­n ';
$strDropDatabaseStrongWarning = '±z±N·|§R°£¾ã­Ó¸ê®Æ®w!';
$strDrop = '§R°£';
$strDropUsersDb = '§R°£»P¨Ï¥ÎªÌ¬Û¦P¦WºÙ¤§¸ê®Æ®w.';
$strDumpingData = '¦C¥X¥H¤U¸ê®Æ®wªº¼Æ¾Ú¡G';
$strDumpSaved = '³Æ¥÷¤wÀx¨ìÀÉ®× %s.';
$strDumpXRows = '³Æ¥÷ %s ¦æ, ¥Ñ %s ¦æ¶}©l.';
$strDynamic = '°ÊºA';
 
$strEdit = '½s¿è';
$strEditPDFPages = '½s¿è PDF ­¶½X';
$strEditPrivileges = '½s¿èÅv­­';
$strEffective = '¹ê»Ú';
$strEmpty = '²MªÅ';
$strEmptyResultSet = 'MySQL ¶Ç¦^ªº¬d¸ßµ²ªG¬°ªÅ (­ì¦]¥i¯à¬°¡G¨S¦³§ä¨ì²Å¦X±ø¥óªº°O¿ý)';
$strEnabled = '±Ò°Ê';
$strEncloseInTransaction = '¨Ï¥Î¨Æ°È¶ô (Transaction) ¤è¦¡';
$strEnd = '³Ì«á¤@­¶';
$strEndCut = 'µ²§ô °Å¨ú';
$strEndRaw = 'µ²§ô ­ì©l¸ê®Æ';
$strEngineAvailable = '%s ¤w¤ä´©³o MySQL ¦øªA¾¹.';
$strEngineDisabled = '%s ¤v©ó³o­Ó MySQL ¦øªA¾¹¤¤°±¥Î.';
$strEngines = '¤ÞÀº';
$strEngineUnsupported = '³o MySQL ª©¥»¨Ã¤£±µ¨ü %s Àx¦s¤ÞÀº.';
$strEnglishPrivileges = 'ª`·N: MySQL Åv­­¦WºÙ·|¥H­^»yÅã¥Ü';
$strEnglish = '­^»y';
$strErrorInZipFile = 'ZIP Àɮ׿ù»~:';
$strError = '¿ù»~';
$strEscapeWildcards = '¸U¥Î²Å¸¹ _ ¤Î % À³¥¿½T¦a¥[¤J \ ';
$strEsperanto = '¥@¬É»y';
$strEstonian = '·R¨F¥§¨È»y';
$strExcelEdition = 'Excel ª©¥»';
$strExcelOptions = 'Excel ¿ï¶µ';
$strExecuteBookmarked = '°õ¦æ®ÑÅÒ¬d¸ß';
$strExplain = '»¡©ú SQL';
$strExport = '¿é¥X';
$strExtendedInserts = '¦ù©µ·s¼W¼Ò¦¡';
$strExtra = 'ªþ¥[';
 
$strFailedAttempts = '¹Á¸Õ¥¢±Ñ';
$strField = 'Äæ¦ì';
$strFieldHasBeenDropped = '¸ê®Æªí %s ¤w³Q§R°£';
$strFields = 'Äæ¦ì';
$strFieldsEmpty = ' Äæ¦ìÁ`¼Æ¬OªÅªº! ';
$strFieldsEnclosedBy = '¡uÄæ¦ì¡v¨Ï¥Î¦r¤¸¡G';
$strFieldsEscapedBy = '¡uESCAPE¡v¨Ï¥Î¦r¤¸¡G';
$strFieldsTerminatedBy = '¡uÄæ¦ì¤À¹j¡v¨Ï¥Î¦r¤¸¡G';
$strFileAlreadyExists = 'ÀÉ®× %s ¤w¦s¦b,½Ð§ó§ïÀɮצWºÙ©Î¿ï¾Ü¡uÂмg¤v¦s¦bÀɮסv¿ï¶µ.';
$strFileCouldNotBeRead = 'Ū®×µLªkŪ¨ú';
$strFileNameTemplate = 'ÀɮצWºÙ¼Ë¦¡';
$strFileNameTemplateDescriptionDatabase = '¸ê®Æ®w¦WºÙ';
$strFileNameTemplateDescriptionServer = '¦øªA¾¹¦WºÙ';
$strFileNameTemplateDescriptionTable = '¸ê®Æªí¦WºÙ';
$strFileNameTemplateRemember = '«O¯d¼Ë¦¡¦WºÙ';
$strFileToImport = '¸ü¤JÀÉ®×';
$strFixed = '©T©w';
$strFlushPrivilegesNote = 'µù: phpMyAdmin ª½±µ¥Ñ MySQL Åv­­¸ê®Æªí¨ú±o¨Ï¥ÎªÌÅv­­. ¦pªG¨Ï¥ÎªÌ¦Û¦æ§ó§ï¸ê®Æªí, ¸ê®Æªí¤º®e±N¥i¯à»P¹ê»Ú¨Ï¥ÎªÌ±¡ªp¦³²§. ¦b³o±¡ªp¤U, ±zÀ³¦bÄ~Äò«e %s­«·s¸ü¤J%s Åv­­¸ê®Æªí.';
$strFlushQueryCache = '±j­¢§ó·s»yªk§Ö¨ú';
$strFlushTable = '±j­¢§ó·s¸ê®Æªí ("FLUSH")';
$strFlushTables = '±j­¢§ó·s (Ãö³¬) ©Ò¦³¸ê®Æªí';
$strFormat = '®æ¦¡';
$strFormEmpty = 'ªí®æ¤ºº|¶ñ¤@¨Ç¸ê®Æ!';
$strFreePages = '¶¢¸m­¶';
$strFullText = 'Åã¥Ü§¹¾ã¤å¦r';
$strFunction = '¨ç¼Æ';
 
$strGenBy = '«Ø¥ß';
$strGeneralRelationFeat = '¤@¯ëÃöÁp¥\¯à';
$strGenerate = '²£¥Í';
$strGeneratePassword = '²£¥Í±K½X';
$strGenTime = '«Ø¥ß¤é´Á';
$strGeorgian = '®æ¾|¦N¨È»y';
$strGerman = '¼w»y';
$strGlobalPrivileges = '¾ãÅéÅv­­';
$strGlobalValue = '¾ãÅé­È';
$strGlobal = '¾ãÅé';
$strGo = '°õ¦æ';
$strGrantOption = '±ÂÅv';
$strGreek = '§Æþ»y';
$strGzip = '"gzipped"';
 
$strHandler = '¾Þ§@ªÌ';
$strHasBeenAltered = '¤w¸g­×§ï';
$strHasBeenCreated = '¤w¸g«Ø¥ß';
$strHaveToShow = '±z»Ý­n¿ï¾Ü³Ì¤ÖÅã¥Ü¤@¦æÄæ¦ì';
$strHebrew = '§Æ§B¨Ó»y';
$strHexForBinary = '¥H¤Q¤»¶i¨î¼Æ­ÈÅã¥Ü¤G¶i¨îÄæ¦ì';
$strHome = '¥D¥Ø¿ý';
$strHomepageOfficial = 'phpMyAdmin ©x¤èºô¯¸';
$strHost = '¥D¾÷';
$strHostEmpty = '½Ð¿é¤J¥D¾÷¦WºÙ!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 ¿é¥X¿ï¶µ';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 ¿é¥X¿ï¶µ';
$strHungarian = '¦I¤ú§Q»y';
 
$strIcelandic = '¦B®q»y';
$strId = 'ID'; // use eng
$strIdxFulltext = '¥þ¤åÀ˯Á';
$strIgnore = '©¿²¤';
$strIgnoreDuplicates = '²¤¹L­«ÂЦC';
$strIgnoreInserts = '¨Ï¥Î©¿²¤¥[¤J (insert)';
$strIgnoringFile = '©¿²¤ÀÉ®× %s';
$strImportDocSQL = 'Ū¨ú docSQL ÀÉ®×';
$strImportFiles = '¿é¤JÀÉ®×';
$strImportFormat = '¸ü¤JÀɮ׮榡';
$strImportSuccessfullyFinished = '¸ü¤J¦¨¥\, ¦@ %d ¥y»yªk¤w°õ¦æ.';
$strImport = '¸ü¤J';
$strIndex = '¯Á¤ÞÁä INDEX';
$strIndexes = '¯Á¤Þ';
$strIndexHasBeenDropped = '¯Á¤Þ %s ¤w³Q§R°£';
$strIndexName = '¯Á¤Þ¦WºÙ&nbsp;:';
$strIndexType = '¯Á¤ÞÃþ«¬&nbsp;:';
$strIndexWarningMultiple = '¦h¹L¤@­Ó %s Áä¤w«Ø¥ß¨ìÄæ¦ì `%s` ¤¤';
$strIndexWarningPrimary = '¥DÁä PRIMARY ¤Î ¯Á¤ÞÁä INDEX ¤£À³¦P®É¶¡³]©wÄæ¦ì `%s` ¤¤';
$strIndexWarningTable = '©ó¸ê®Æªí `%s` ¤¤¦³¯Á¤Þ°ÝÃD';
$strIndexWarningUnique = '°ß¤@Áä UNIQUE ¤Î ¯Á¤ÞÁä INDEX ¤£À³¦P®É¶¡³]©wÄæ¦ì `%s` ¤¤';
$strInnoDBAutoextendIncrementDesc = '·í¸ê®Æªí®e¶q±µªñº¡®É, ¦Û°Ê¼W¤j®e¶qªº¤j¤p.';
$strInnoDBAutoextendIncrement = '¦Û°Ê¦ù©µ¤j¤p';
$strInnoDBBufferPoolSizeDesc = 'InnoDB ¸ê®Æªí¥Î©ó§Ö¨ú¸ê®Æ¤Î¯Á¤Þ®É¨Ï¥Îªº°O¾ÐÅéºþ½w½Ä¤j¤p.';
$strInnoDBBufferPoolSize = '½w½Ä°Ï¤j¤p';
$strInnoDBDataFilePath = '¸ê®ÆÀÉ®×';
$strInnoDBDataHomeDirDesc = '©Ò¦³ InnoDB ¸ê®ÆÀɮתº¥D¸ê®Æ¥Ø¿ý¦ì¸m.';
$strInnoDBDataHomeDir = '¸ê®Æ¥D¥Ø¿ý';
$strInnoDBPages = '­¶';
$strInnodbStat = 'InnoDB ª¬ºA';
$strInsecureMySQL = '³]©wÀɤº¦³Ãö³]©w (rootµn¤J¤Î¨S¦³±K½X) »P¹w³]ªº MySQL Åv­­¤á¤f¬Û¦P¡C MySQL ¦øªA¾¹¦b³o¹w³]ªº³]©w¹B¦æªº¸Ü·|«Ü®e©ö³Q¤J«I¡A±zÀ³§ó§ï¦³Ãö³]©w¥h¨¾¤î¦w¥þº|¬}¡C';
$strInsertAsNewRow = 'Àx¦s¬°·s°O¿ý';
$strInsertedRowId = '·s¼W¸ê®Æ¦C id:';
$strInsertedRows = '·s¼W¦C¼Æ:';
$strInsertNewRow = '·s¼W¤@µ§°O¿ý';
$strInsert = '·s¼W';
$strInternalNotNecessary = '* ·í¤º³¡ÃöÁp¦b InnoDB ¤w¦s¦b®É¬OµL»Ý­nªº.';
$strInternalRelations = '¤º³¡ÃöÁp';
$strInUse = '¨Ï¥Î¤¤';
$strInvalidAuthMethod = '©ó³]©w¤º³]©w¿ù»~»{ÃҤ覡:';
$strInvalidColumn = 'Äæ (%s) °Ï¤À¿ù»~.!';
$strInvalidColumnCount = 'Äæ¦ì¼Æ¥Ø»Ý­n¤j©ó¹s.';
$strInvalidCSVFieldCount = 'CSV ÀÉ®×²Ä %d ¦æ¤¤¤§Äæ¦ìÁ`¼Æ¿ù»~.';
$strInvalidCSVFormat = 'Invalid format of CSV ÀÉ®×²Ä %d ¦æ¤¤¤§®æ¦¡¿ù»~.';
$strInvalidCSVParameter = 'CSV ¸ü¤J®É°Ñ¼Æ¿ù»~: %s';
$strInvalidFieldAddCount = '§A³Ì¤Ö­n¥[¤J¤@­ÓÄæ¦ì.';
$strInvalidFieldCount = '¸ê®Æªí³Ì¤Ö»Ý­n¦³¤@­ÓÄæ¦ì.';
$strInvalidLDIImport = '³o¥~±¾µ{¦¡¤£¤ä´©À£ÁY¿é¤J!';
$strInvalidRowNumber = '%d ¤£¬O¤@­Ó¦³®Äªº¦C¼Æ¼Æ¥Ø.';
$strInvalidServerHostname = '¦øªA¾¹ %1$s ¥D¾÷¦WºÙ¿ù»~, ½Ð½¬d³]©w­È.';
$strInvalidServerIndex = '¦øªA¾¹¯Á¤Þ¿ù»~: "%s"';
 
$strJapanese = '¤é»y';
$strJoins = 'µ²¦X';
$strJumpToDB = '¸õ¨ì¸ê®Æ®w &quot;%s&quot;.';
$strJustDeleteDescr = ' &quot;§R°£&quot; ªº¨Ï¥ÎªÌ¤´µM¯à°÷µn¤J¸ê®Æ®wª½¦Ü­«·s¸ü¤J¸ê®Æ®w¬°¤î.';
$strJustDelete = '¥u±qÅv­­¸ê®Æ®w§R°£¨Ï¥ÎªÌ.';
 
$strKeepPass = '½Ð¤£­n§ó§ï±K½X';
$strKeyCache = 'Áä§Ö¨ú';
$strKeyname = 'Áä¦W';
$strKill = 'Kill'; //should expressed in English
$strKorean = 'Áú»y';
 
$strLandscape = '¾î¦V';
$strLanguageFileNotFound = '§ä¤£¨ì»y¨¥ÀÉ®× "%1$s".';
$strLanguageUnknown = '¤£ª¾¦W»y¨¥: %1$s.';
$strLatchedPages = 'Âê¤W­¶';
$strLatexCaption = '¸ê®Æªí¼ÐÃD';
$strLatexContent = '¸ê®Æªí __TABLE__ ¤º®e';
$strLatexContinued = '(³sÄò)';
$strLatexContinuedCaption = '³sÄò¸ê®Æªí¼ÐÃD';
$strLatexIncludeCaption = '¥]¬A¸ê®Æªí¼ÐÃD';
$strLatexLabel = '¼Ð°OÁä¦W';
$strLaTeX = 'LaTeX'; // use eng
$strLaTeXOptions = 'LaTeX ¿ï¶µ';
$strLatexStructure = '¸ê®Æªí __TABLE__ µ²ºc';
$strLatvian = '©Ô²æºû¨È»y';
$strLDI = 'CSV ¨Ï¥Î LOAD DATA';
$strLDIImportOptions = 'CSV ¿é¤J¨Ï¥Î LOAD DATA ¿ï¶µ';
$strLDILocal = '¨Ï¥Î LOCAL ÃöÁä¦r';
$strLengthSet = 'ªø«×/¶°¦X*';
$strLimitNumRows = 'µ§°O¿ý/¨C­¶';
$strLinesTerminatedBy = '¡u¤U¤@¦æ¡v¨Ï¥Î¦r¤¸¡G';
$strLinkNotFound = '§ä¤£¨ì³sµ²';
$strLinksTo = '³sµ²¨ì';
$strLithuanian = '¥ß³³©{»y';
$strLocalhost = '¥»¦a';
$strLocationTextfile = '¤å¦rÀɮתº¦ì¸m';
$strLoginInformation = 'µn¤J¸ê°T';
$strLogin = 'µn¤J';
$strLogout = 'µn¥X¨t²Î';
$strLogPassword = '±K½X:';
$strLogServer = '¦øªA¾¹';
$strLogUsername = 'µn¤J¦WºÙ:';
$strLongOperation = '³o­Ó§@·~©Ò¥Î®É¶¡·|¸ûªø, Ä~Äò?';
 
$strMaxConnects = '³Ì¤j³s½u¼Æ¥Ø';
$strMaximalQueryLength = '«Ø¥ß¤§¬d¸ß³Ì¤jªø«×';
$strMaximumSize = '³Ì¤j®e¶q: %s%s';
$strMbExtensionMissing = '§ä¤£¨ì PHP ¤ºªº mbstring ½s½X¼Ò²Õ, ¨S¦³³o­Ó¼Ò²Õ, phpMyAdmin µLªk·Ç½T¦a¤À³ÎÂù¦r¤¸¤å¦r, ¦Ó¥i¯à²£¥Í°ÝÃD.';
$strMbOverloadWarning = '§A¦b PHP ³]©w¤º±Ò°Ê¤F mbstring.func_overload ¿ï¶µ, ³o­Ó¿ï¶µ¼È®É¤£­Ý®e phpMyAdmin , §A¥i¯à·|·l¥¢³¡¥÷¸ê®Æ!';
$strMIME_available_mime = '¥i¨Ï¥Î MIME Ãþ«¬';
$strMIME_available_transform = '¥i¨Ï¥ÎÂà´«¤è¦¡';
$strMIME_description = '»¡©ú';
$strMIME_MIMEtype = 'MIME Ãþ«¬';
$strMIME_nodescription = '³o­ÓÂà´«¤è¦¡¨S¦³»¡©ú.<br />½Ð¦V§@ªÌ¬d¸ß %s ¬O¬Æ»ò¥Î³~.';
$strMIME_transformation = 'ÂsÄý¾¹Âà´«¤è¦¡';
$strMIME_transformation_note = '¦³Ãö¥i¨Ï¥Î¤§Âà´«¤è¦¡¿ï¶µ¤Î MINE Ãþ«¬Âà´«¿ï¶µ, ½Ð¬d¬Ý %sÂà´«¤è¦¡»¡©ú%s';
$strMIME_transformation_options = 'Âà´«¤è¦¡¿ï¶µ';
$strMIME_transformation_options_note = '½Ð¥Î¥H¤Uªº®æ¦¡¿é¤JÂà´«¿ï¶µ­È: \'a\',\'b\',\'c\'...<br />¦p±z»Ý­n¿é¤J¤Ï±×½u ("\") ©Î³æ¤Þ¸¹ ("\'") ½Ð¦A¥[¤W¤Ï±×½u (¨Ò¦p \'\\\\xyz\' or \'a\\\'b\').';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; // keep in SQL statement
$strMIME_without = 'MIME Ãþ«¬¥H±×ÅéÅã¥Ü¬O¨S¦³¤À¹jÂà´«¥\¯à';
$strModifications = '­×§ï¤wÀx¦s';
$strModify = '­×§ï';
$strModifyIndexTopic = '­×§ï¯Á¤Þ';
$strMoveTable = '²¾°Ê¸ê®Æªí¨ì¡G(®æ¦¡¬° ¸ê®Æ®w¦WºÙ<b>.</b>¸ê®Æªí¦WºÙ)';
$strMoveTableOK = '¸ê®Æªí %s ¤w¸g²¾°Ê¨ì %s.';
$strMoveTableSameNames = 'µLªk²¾°Ê¨ì¬Û¦P¸ê®Æªí!';
$strMultilingual = '¦h»y¨¥';
$strMyISAMDataPointerSizeDesc = '¹w³]ªº¸ê®Æ«ü¼Ð¤j¤p®É·í¥H CREATE TABLE «Ø¥ß MyISAM ¸ê®Æªí, ¦Ó¨ÃµL³]©w³Ì¤j¦C¼Æ (MAX_ROWS) ®É, ±N·|¥H¦ì§¹²Õ¬°³]©w¤j¤p';
$strMyISAMDataPointerSize = '¸ê®Æ«ü¼Ð¤j¤p';
$strMyISAMMaxExtraSortFileSize = 'Á{®ÉÀɮ׫إ߯Á¤Þ®É³Ì¤jªº®e¶q';
$strMyISAMMaxExtraSortFileSizeDesc = '¦pÁ{®ÉÀɮץΧ@§Ö³t MyISAM ¯Á¤Þ®É¤j©ó³o­Ó³]©wªº®e¶q, «Øij¨Ï¥ÎÁä¦W§Ö¨ú¤è¦¡.';
$strMyISAMMaxSortFileSize = 'Á{®É±Æ§ÇÀɮ׳̤j®e¶q';
$strMyISAMMaxSortFileSizeDesc = 'MySQL ¥Î©ó­««Ø MyISAM ¯Á¤Þ (REPAIR TABLE, ALTER TABLE, ©Î LOAD DATA INFILE) ®ÉªºÁ{®ÉÀɮפj¤p.';
$strMyISAMRecoverOptionsDesc = '³o­Ó¼Ò¦¡±N·|¦Û°Ê­×´_·lÃa¤§ MyISAM ¸ê®Æªí, ¦p¦P©ó¦øªA¾¹±Ò°Ê³]©w¥[¤J --myisam-recover ¿ï¶µ.';
$strMyISAMRecoverOptions = '¦Û°Ê­×´_¼Ò¦¡';
$strMyISAMRepairThreadsDesc = '¦p¼Æ­È¤j©ó 1 , MyISAM ¸ê®Æªí©ó­×´_®É¤§¯Á¤Þ±N·|¥H¦P¨B«Ø¥ß.';
$strMyISAMRepairThreads = '­×´_¤u§@';
$strMyISAMSortBufferSize = '±Æ§Ç½w½Ä¤j¤p';
$strMyISAMSortBufferSizeDesc = '³o­Ó½w½Ä¤j¤p¬O¤À°tµ¹¦b°õ¦æ­×´_¸ê®Æªí«ü¥O (REPAIR TABLE) ¡B°õ¦æ CREATE INDEX ©Î ALTER TABLE «ü¥O®É, ¥Î©ó±Æ§Ç MyISAM ¯Á¤Þ¤§¥Î';
$strMySQLCharset = 'MySQL ¤å¦r½s½X';
$strMysqlClientVersion = 'MySQL «È¤áºÝª©¥»';
$strMySQLConnectionCollation = 'MySQL ³s½u®Õ¹ï';
$strMySQLSaid = 'MySQL ¶Ç¦^¡G ';
$strMySQLShowProcess = 'Åã¥Üµ{§Ç (Process)';
$strMySQLShowStatus = 'Åã¥Ü MySQL °õ¦æª¬ºA';
$strMySQLShowVars = 'Åã¥Ü MySQL ¨t²ÎÅܼÆ';
 
$strName = '¦WºÙ';
$strNext = '¤U¤@­Ó';
$strNo = ' §_ ';
$strNoActivity = '¥Ñ©ó¤w¶¢¸m¤F¹F %s ¬í, ½Ð­«·sµn¤J';
$strNoDatabasesSelected = '¨S¦³¸ê®Æ®w¿ï¾Ü.';
$strNoDatabases = '¨S¦³¸ê®Æ®w';
$strNoDescription = '¨S¦³»¡©ú';
$strNoDetailsForEngine = '³oÀx¦s¤ÞÀº¨ÃµL¸Ô²Óªºª¬ºA¸ê®Æ.';
$strNoDropDatabases = '"DROP DATABASE" «ü¥O¤w¸g°±¥Î.';
$strNoExplain = '²¤¹L»¡©ú SQL';
$strNoFilesFoundInZip = '©ó ZIP Àɮפº§ä¤£¨ì¥ô¦óÀÉ®×!';
$strNoFrames = 'phpMyAdmin ¸û¬°¾A¦X¨Ï¥Î¦b¤ä´©<b>­¶®Ø</b>ªºÂsÄý¾¹.';
$strNoIndexPartsDefined = '³¡¥÷¯Á¤Þ¸ê®ÆÁÙ¥¼©w¸q!';
$strNoIndex = '¨S¦³¤w©w¸qªº¯Á¤Þ!';
$strNoModification = '¨S¦³Åܧó';
$strNone = '¤£¾A¥Î';
$strNoOptions = '³oºØ®æ¦¡¨ÃµL¿ï¶µ';
$strNoPassword = '¤£¥Î±K½X';
$strNoPermission = 'Web ¦øªA¾¹¨S¦³Åv­­Àx¦sÀÉ®× %s.';
$strNoPhp = '²¾°£ PHP µ{¦¡½X';
$strNoPrivileges = '¨S¦³Åv­­';
$strNoRights = '±z²{¦b¨S¦³¨¬°÷ªºÅv­­!';
$strNoRowsSelected = '¨ÃµL¸ê®Æ¦C¤w¿ï¾Ü';
$strNoSpace = 'ªÅ¶¡¤£¨¬Àx¦sÀÉ®× %s.';
$strNoTablesFound = '¸ê®Æ®w¤¤¨S¦³¸ê®Æªí';
$strNoThemeSupport = '¤£¤ä´©´Ú¦¡¥\¯à, ½Ð¬d¬Ý³]©w®×¤ÎÀx¦s´Ú¦¡Àɮתº¸ê®Æ§¨ %s.';
$strNothingToImport = '§A¨Ã¥¼¶ñ¼g¸ê®Æ, µLªk¸ü¤J!';
$strNotNumber = '³o¤£¬O¤@­Ó¼Æ¦r!';
$strNotOK = '¥¼¯à½T©w';
$strNotSet = '<b>%s</b> ¸ê®Æªí§ä¤£¨ì©ÎÁÙ¥¼¦b %s ³]©w';
$strNoUsersFound = '§ä¤£¨ì¨Ï¥ÎªÌ';
$strNoValidateSQL = '²¤¹LÀˬd SQL';
$strNull = 'Null'; //should expressed in English
$strNumberOfFields = 'Äæ¦ì¼Æ¥Ø';
$strNumSearchResultsInTable = '%s ¶µ¸ê®Æ²Å¦X - ©ó¸ê®Æªí <i>%s</i>';
$strNumSearchResultsTotal = '<b>Á`­p:</b> <i>%s</i> ¶µ¸ê®Æ²Å¦X';
$strNumTables = '­Ó¸ê®Æªí';
 
$strOK = '½T©w';
$strOpenNewWindow = '¶}±Ò·s phpMyAdmin µøµ¡';
$strOperations = 'ºÞ²z';
$strOperator = '¾Þ§@­û';
$strOptimizeTable = '³Ì¨Î¤Æ¸ê®Æªí';
$strOr = '©Î';
$strOverhead = '¦h¾l';
$strOverwriteExisting = 'Âмg¤w¦s¦bÀÉ®×';
 
$strPageNumber = '­¶½X:';
$strPagesToBeFlushed = '±j­¢§ó·s­¶';
$strPaperSize = '¯È±i¤j¤p';
$strPartialImport = '³¡¥÷¸ü¤J';
$strPartialText = 'Åã¥Ü³¡¥÷¤å¦r';
$strPasswordChanged = '%s ªº±K½X¤w¦¨¥\§ó§ï.';
$strPasswordEmpty = '½Ð¿é¤J±K½X!';
$strPasswordHashing = '±K½XÂø´ê';
$strPassword = '±K½X';
$strPasswordNotSame = '²Ä¤G¦¸¿é¤Jªº±K½X¤£¦P!';
$strPdfDbSchema = '"%s" ¸ê®Æ®w·§­n - ²Ä %s ­¶';
$strPdfInvalidTblName = '¸ê®Æªí "%s" ¤£¦s¦b!';
$strPdfNoTables = '¨S¦³¸ê®Æªí';
$strPDFOptions = 'PDF ¿ï¶µ';
$strPDF = 'PDF'; // USE ENG
$strPDFReportTitle = '³ø§i¼ÐÃD';
$strPerHour = '¨C¤p®É';
$strPerMinute = '¨C¤ÀÄÁ';
$strPerSecond = '¨C¬í';
$strPersian = 'ªi´µ»y';
$strPhoneBook = '¹q¸Üï';
$strPHP40203 = '±z¥¿¨Ï¥Î PHP ª©¥» 4.2.3, ³oª©¥»¦³¤@­ÓÂù¦r¸`¦r¤¸ªºÄY­«¿ù»~(mbstring). ½Ð°Ñ¾\ PHP ¯äÂγø§i½s¸¹ 19404. phpMyAdmin ¨Ã¤£«Øij¨Ï¥Î³o­Óª©¥»ªº PHP .';
$strPhp = '«Ø¥ß PHP µ{¦¡½X';
$strPHPVersion = 'PHP ª©¥»';
$strPmaDocumentation = 'phpMyAdmin »¡©ú¤å¥ó';
$strPmaUriError = ' ¥²¶·¦b³]©wÀɤº³]©w <tt>$cfg[\'PmaAbsoluteUri\']</tt> !';
$strPolish = 'ªiÄõ»y';
$strPortrait = 'ª½¦V';
$strPos1 = '²Ä¤@­¶';
$strPrevious = '«e¤@­¶';
$strPrimary = '¥DÁä PRIMARY';
$strPrimaryKeyHasBeenDropped = '¥DÁä¤w³Q§R°£';
$strPrimaryKeyName = '¥DÁ䪺¦WºÙ¥²¶·ºÙ¬° PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>¥²¶·</b>¬O¥DÁ䪺¦WºÙ¥H¤Î¬O<b>°ß¤@</b>¤@²Õ¥DÁä!)';
$strPrint = '¦C¦L';
$strPrintViewFull = '¦C¦LÀ˵ø (Åã¥Ü§¹¾ã¤å¦r)';
$strPrintView = '¦C¦LÀ˵ø';
$strPrivDescAllPrivileges = '¥]¬A©Ò¦³Åv­­°£¤F±ÂÅv (GRNANT).';
$strPrivDescAlter = '®e³\­×§ï²{¦³¸ê®Æªíªºµ²ºc.';
$strPrivDescAlterRoutine = '®e³\­×§ï¤Î§R°£Àx¦sµ{§Ç.';
$strPrivDescCreateDb = '®e³\«Ø¥ß·s¸ê®Æ®w¤Î¸ê®Æªí.';
$strPrivDescCreateRoutine = '®e³\«Ø¥ßÀx¦sµ{§Ç';
$strPrivDescCreateTbl = '®e³\«Ø¥ß·s¸ê®Æªí.';
$strPrivDescCreateTmpTable = '®e³\«Ø¥ß¼È®É©Ê¸ê®Æªí.';
$strPrivDescCreateUser = '®e³\«Ø¥ß¡B§R°£¤Î­«·s©R¦W¨Ï¥ÎªÌ¤á¤f.';
$strPrivDescCreateView = '®e³\«Ø¥ß·sªºÀ˵ø.';
$strPrivDescDelete = '®e³\§R°£°O¿ý.';
$strPrivDescDropDb = '®e³\§R°£¸ê®Æ®w¤Î¸ê®Æªí.';
$strPrivDescDropTbl = '®e³\§R°£¸ê®Æªí.';
$strPrivDescExecute5 = '®e³\°õ¦æÀx¦sµ{§Ç.';
$strPrivDescExecute = '®e³\ °õ¦æ¹w¥ýÀx¦s¤§µ{¦¡. ©ó¥» MySQL ª©¥»µL®Ä.';
$strPrivDescFile = '®e³\¿é¤J¤Î¿é¥X¼Æ¾Ú¨ìÀÉ®×.';
$strPrivDescGrant = '®e³\·s¼W¨Ï¥ÎªÌ¤ÎÅv­­¦ÓµL»Ý­«·sŪ¨úÅv­­¸ê®Æªí.';
$strPrivDescIndex = '®e³\«Ø¥ß¤Î§R°£¯Á¤Þ.';
$strPrivDescInsert = '®e³\·s¼W¤Î¨ú¥N¼Æ¾Ú.';
$strPrivDescLockTables = '®e³\Âê¤W²{®É³s½u¤§¸ê®Æªí.';
$strPrivDescMaxConnections = '­­¨î¨C¤p®É¨Ï¥ÎªÌ¶}±Ò·s³s½uªº¼Æ¥Ø.';
$strPrivDescMaxQuestions = '­­¨î¨C¤p®É¨Ï¥ÎªÌ¬d¸ßªº¼Æ¥Ø.';
$strPrivDescMaxUpdates = '­­¨î¨C¤p®É¨Ï¥ÎªÌ§ó§ï¸ê®Æªí¤Î¼Æ¾Úªí¤§«ü¥Oªº¼Æ¥Ø.';
$strPrivDescMaxUserConnections = '­­¨î¨C­Ó¨Ï¥ÎªÌ¤§¦P¨B³s½u.';
$strPrivDescProcess3 = '®e³\¤¤¤î¨ä¥L¨Ï¥ÎªÌ¤§µ{§Ç.';
$strPrivDescProcess4 = '®e³\À˵ø¨t²Î°õ¦æ²M³æ§¹¾ã¤§¬d¸ß.';
$strPrivDescReferences = '©ó¥» MySQL ª©¥»µL®Ä.';
$strPrivDescReload = '®e³\­«·sŪ¨ú¦øªA¾¹³]©w¤Î±j¦æ§ó·s¦øªA¾¹§Ö¨ú°O¾Ð.';
$strPrivDescReplClient = '®e³\¥Î¤á¬d¸ß slaves / masters ¦b¦ó³B.';
$strPrivDescReplSlave = '»Ý­n½Æ»sªº slaves.';
$strPrivDescSelect = '®e³\Ū¨ú¼Æ¾Ú.';
$strPrivDescShowDb = '¥iŪ¨ú¾ã­Ó¸ê®Æ®w²M³æ.';
$strPrivDescShowView = '®e³\°õ¦æ SHOW CREATE VIEW ¬d¸ß.';
$strPrivDescShutdown = '®e³\°±¤î¦øªA¾¹.';
$strPrivDescSuper = '®e³\³s½u, ´Nºâ¶W¹L¤F³Ì¤j³s½u­­¨î; ¥Î©ó³Ì°ª¨t²ÎºÞ²z¦p³]©w¾ãÅéÅv­­©Î¤¤¤î¨ä¥L¨Ï¥ÎªÌ«ü¥O.';
$strPrivDescUpdate = '®e³\§ó·s¼Æ¾Ú.';
$strPrivDescUsage = '¨S¦³Åv­­.';
$strPrivileges = 'Åv­­';
$strPrivilegesReloaded = 'Åv­­¤w¦¨¥\­«·sŪ¨ú.';
$strProcesses = '³B²z';
$strProcesslist = '¨t²Î°õ¦æ²M³æ';
$strProtocolVersion = '³q°T¨ó©wª©¥»';
$strPutColNames = '±NÄæ¦ì¦WºÙ©ñ¦b­º¦æ';
 
$strQBEDel = '²¾°£';
$strQBEIns = '·s¼W';
$strQBE = '¨Ì½d¨Ò¬d¸ß (QBE)';
$strQueryCache = '¬d¸ß§Ö¨ú';
$strQueryFrame = '¬d¸ßµøµ¡';
$strQueryOnDb = '¦b¸ê®Æ®w <b>%s</b> °õ¦æ SQL »yªk:';
$strQueryResultsOperations = '¬d¸ßµ²ªG¾Þ§@';
$strQuerySQLHistory = 'SQL ¾úµ{';
$strQueryStatistics = '<b>¬d¸Ú²Î­p</b>: ·í²Î­p±Ò°Ê«á, ¦@¦³ %s ­Ó¬d¸ß¶Ç°e¨ì¦¹¦øªA¾¹.';
$strQueryTime = '¬d¸ß»Ý®É %01.4f ¬í';
$strQueryType = '¬d¸ß¤è¦¡';
$strQueryWindowLock = '¤£­n±N³o»yªkÂл\¨ì¥»µøµ¡¥~ªºSQL»yªk';
 
$strReadRequests = 'Ū¨ú­n¨D';
$strReceived = '±µ¦¬';
$strRecords = '°O¿ý';
$strReferentialIntegrity = 'Àˬd«ü¥Ü§¹¾ã©Ê:';
$strRefresh = '§ó·s';
$strRelationalSchema = 'ÃöÁp·§­n';
$strRelationNotWorking = 'ÃöÁp¸ê®Æªíªºªþ¥[¥\¯à¥¼¯à±Ò°Ê, %s½Ð«ö¦¹%s ¬d¥X°ÝÃD­ì¦].';
$strRelations = 'ÃöÁp';
$strRelationsForTable = 'RELATIONS FOR TABLE'; // keep in SQL statement
$strRelationView = 'ÃöÁpÀ˵ø';
$strReloadingThePrivileges = '­«·sŪ¨úÅv­­';
$strReloadMySQL = '­«·s¸ü¤J MySQL';
$strReloadPrivileges = '­«·sŪ¨úÅv­­';
$strRemoveSelectedUsers = '²¾°£¤w¿ï¾Ü¨Ï¥ÎªÌ';
$strRenameDatabaseOK = '¸ê®Æ®w %s ¤w§ó§ï¦WºÙ¬° %s';
$strRenameTable = '±N¸ê®Æªí§ï¦W¬°';
$strRenameTableOK = '¤w¸g±N¸ê®Æªí %s §ï¦W¦¨ %s';
$strRepairTable = '­×´_¸ê®Æªí';
$strReplaceNULLBy = '±N NULL ¨ú¥N¬°';
$strReplaceTable = '¥HÀɮרú¥N¸ê®Æªí¸ê®Æ';
$strReplication = '½Æ»s';
$strReset = '­«¸m';
$strResourceLimits = '¸ê·½­­¨î';
$strReType = '½T»{±K½X';
$strRevoke = '²¾°£';
$strRevokeAndDeleteDescr = '¨Ï¥ÎªÌ¤´µM¦³ USAGE Åv­­ª½¦ÜÅv­­¸ê®Æªí§ó·sŪ¨ú.';
$strRevokeAndDelete = '¼o°£¨Ï¥ÎªÌ©Ò¦³¦³®Ä¤§Åv­­¨Ã§R°£.';
$strRevokeMessage = '±z¤w²¾°£³o¦ì¨Ï¥ÎªÌªºÅv­­: %s';
$strRomanian = 'ù°¨¥§¨È»y';
$strRowLength = '¸ê®Æ¦Cªø«×';
$strRowsFrom = 'µ§°O¿ý¡A¶}©l¦C¼Æ:';
$strRowSize = '¸ê®Æ¦C¤j¤p';
$strRowsModeFlippedHorizontal = '««ª½ (±ÛÂà¼ÐÃD)';
$strRowsModeHorizontal = '¤ô¥­';
$strRowsModeOptions = 'Åã¥Ü¬° %s ¤è¦¡ ¤Î ¨C¹j %s ¦æÅã¥ÜÄæ¦W';
$strRowsModeVertical = '««ª½';
$strRowsStatistic = '¸ê®Æ¦C²Î­p¼Æ­È';
$strRows = '¸ê®Æ¦C¦C¼Æ';
$strRunning = '¦b %s °õ¦æ';
$strRunQuery = '°õ¦æ»yªk';
$strRunSQLQueryOnServer = '©ó¦øªA¾¹ %s °õ¦æ SQL »yªk';
$strRunSQLQuery = '¦b¸ê®Æ®w %s °õ¦æ¥H¤U«ü¥O';
$strRussian = '«X»y';
 
$strSave = 'Àx¦s';
$strSaveOnServer = 'Àx¦s¨ì¦øªA¾¹©ó %s ¥Ø¿ý';
$strScaleFactorSmall = '¤ñ¨Ò­¿¼Æ¤Ó²Ó, µLªk±N¹Ïªí©ñ¦b¤@­¶¤º';
$strSearchFormTitle = '·j¯Á¸ê®Æ®w';
$strSearchInTables = '©ó¥H¤U¸ê®Æªí:';
$strSearch = '·j¯Á';
$strSearchNeedle = '´M§ä¤§¤å¦r©Î¼Æ­È (¸U¥Î¦r¤¸: "%"):';
$strSearchOption1 = '¥ô¦ó¤@²Õ¤å¦r';
$strSearchOption2 = '©Ò¦³¤å¦r';
$strSearchOption3 = '§¹¾ãµü»y';
$strSearchOption4 = '¥H³W«hªí¥Üªk (regular expression) ·j¯Á';
$strSearchResultsFor = '·j¯Á "<i>%s</i>" ªºµ²ªG %s:';
$strSearchType = '´M§ä:';
$strSecretRequired = '³]©wÀɮײ{¦b»Ý­n±K½X (passphrase) (blowfish_secret).';
$strSelectADb = '½Ð¿ï¾Ü¸ê®Æ®w';
$strSelectAll = '¥þ¿ï';
$strSelectBinaryLog = '¿ï¾ÜÀ˵ø¤G¶i¨î°O¿ý';
$strSelectFields = '¿ï¾ÜÄæ¦ì (¦Ü¤Ö¤@­Ó)';
$strSelectNumRows = '¬d¸ß¤¤';
$strSelectTables = '¿ï¾Ü¸ê®Æªí';
$strSend = '¤U¸üÀx¦s';
$strSent = '°e¥X';
$strServerChoice = '¿ï¾Ü¦øªA¾¹';
$strServerNotResponding = '¦øªA¾¹¨ÃµL¦^À³';
$strServer = '¦øªA¾¹';
$strServerStatus = '¹B¦æ¸ê°T';
$strServerStatusDelayedInserts = '©µ¿ð´¡¤J';
$strServerStatusUptime = '³o MySQL ¦øªA¾¹¤w±Ò°Ê¤F %s. ¦øªA¾¹©ó %s ±Ò°Ê.';
$strServerTabProcesslist = '³B²z';
$strServerTabVariables = '¸ê°T';
$strServerTrafficNotes = '<b>¦øªA¾¹¬y¶q</b>: ³o¨ÇªíÅã¥Ü¤F¦¹ MySQL ¦øªA¾¹¦Û±Ò°Ê¥H¨Óªººôµ¸¬y¶q²Î­p¡C';
$strServerVars = '¦øªA¾¹¸ê°T¤Î³]©w';
$strServerVersion = '¦øªA¾¹ª©¥»';
$strSessionValue = 'µ{§Ç¼Æ­È';
$strSetEnumVal = '¦pÄæ¦ì®æ¦¡¬O "enum" ©Î "set", ½Ð¨Ï¥Î¥H¤Uªº®æ¦¡¿é¤J: \'a\',\'b\',\'c\'...<br />¦p¦b¼Æ­È¤W»Ý­n¿é¤J¤Ï±×½u (\) ©Î³æ¤Þ¸¹ (\') , ½Ð¦A¥[¤W¤Ï±×½u (¨Ò¦p \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Åã¥Ü';
$strShowAll = 'Åã¥Ü¥þ³¡';
$strShowColor = 'Åã¥ÜÃC¦â';
$strShowDatadictAs = '¼Æ¾Ú¦r¨å®æ¦¡';
$strShowFullQueries = 'Åã¥Ü§¹¾ã¬d¸ß';
$strShowGrid = 'Åã¥Ü®Ø®æ';
$strShowingBookmark = 'Åã¥Ü®ÑÅÒ';
$strShowingRecords = 'Åã¥Ü°O¿ý';
$strShowOpenTables = 'Åã¥Ü¶}±Ò¸ê®Æªí';
$strShowPHPInfo = 'Åã¥Ü PHP ¸ê°T';
$strShowSlaveHosts = 'Åã¥Ü slave ¥D¾÷';
$strShowSlaveStatus = 'Åã¥Ü slave ª¬ºA';
$strShowStatusReset = '­«³]';
$strShowTableDimension = 'Åã¥Üªí®æ¤j¤p';
$strShowTables = 'Åã¥Ü¸ê®Æªí';
$strShowThisQuery = '­«·sÅã¥Ü SQL »yªk ';
$strSimplifiedChinese = '²Å餤¤å';
$strSingly = '(¥u·|±Æ§Ç²{®Éªº°O¿ý)';
$strSize = '¤j¤p';
$strSkipQueries = '¶}©l®É²¤¹L¦h¤Ö¦æ°O¿ý (»yªk)';
$strSlovak = '´µ¬¥¥ï§J»y';
$strSlovenian = '´µ¬¥¤å¥§¨È»y';
$strSocketProblem = '( ©ÎªÌ¥»¾÷ MySQL ¦øªA¾¹¤§ socket ¨Ã¥¼¥¿½T³]©w)';
$strSort = '±Æ§Ç';
$strSortByKey = '¨ÌÁä¦W±Æ§Ç';
$strSorting = '±Æ§Ç';
$strSpaceUsage = '¤w¨Ï¥ÎªÅ¶¡';
$strSpanish = '¦è¯Z¤ú»y';
$strSplitWordsWithSpace = '¨C²Õ¤å¦r¥HªÅ®æ (" ") ¤À¹j.';
$strSQLCompatibility = 'SQL ­Ý®e¼Ò¦¡';
$strSQLExportCompatibility = 'SQL ¿é¥X­Ý®e';
$strSQLExportType = '¿é¥X¤è¦¡';
$strSQLImportOptions = 'SQL ¿ï¶µ';
$strSQLOptions = 'SQL ¿ï¶µ';
$strSQLParserBugMessage = '³o¥i¯à¬O±z§ä¨ì¤F SQL ¤ÀªRµ{¦¡ªº¤@¨Çµ{¦¡¿ù»~¡A½Ð²Ó¤ß¬d¬Ý±zªº»yªk¡AÀˬd¤@¤U¤Þ¸¹¬O¥¿½T¤Î¨S¦³¿òº|¡A¨ä¥L¥i¯à¥X¿ùªº­ì¦]¥i¯à¨Ó¦Û±z¤W¸üÀɮ׮ɦb¤Þ¸¹¥~ªº¦a¤è¨Ï¥Î¤F¤G¶i¨î½X¡C±z¥i¥H¹Á¸Õ¦b MySQL ©R¥O¦C¤¶­±°õ¦æ¸Ó»yªk¡C¦p MySQL ¦øªA¾¹µo¥X¿ù»~«H®§¡A³o¥i¯àÀ°§U±z¥h§ä¥X°ÝÃD©Ò¦b¡C¦p±z¤´µM¥¼¯à¸Ñ¨M°ÝÃD¡A©Î¦b¤ÀªRµ{¦¡¥X²{¿ù»~¡A¦ý¦b©R¥O¦C¼Ò¦¡¯à¥¿±`°õ¦æ¡A½Ð±N¸Ó¥y¥X²{¿ù»~ªº SQL »yªk©â¥X¡A¨Ã±N¥H¤Uªº"°Å¨ú"³¡¥÷¤@¦P´£¥æ¨ì¯ä¦ä°Ï:';
$strSQLParserUserError = '¥i¯à¬O±zªº SQL »yªk¥X²{¿ù»~¡A¦p MySQL ¦øªA¾¹µo¥X¿ù»~«H®§¡A³o¥i¯àÀ°§U±z¥h§ä¥X°ÝÃD©Ò¦b¡C';
$strSQLQuery = 'SQL »yªk';
$strSQLResult = 'SQL ¬d¸ßµ²ªG';
$strSQL = 'SQL'; // should express in english
$strSQPBugInvalidIdentifer = 'µL®ÄªºÃѧO½X (Invalid Identifer)';
$strSQPBugUnclosedQuote = '¥¼§¹µ²ªº¤Þ¸¹ (Unclosed quote)';
$strSQPBugUnknownPunctuation = '¤£ª¾©úªº¼ÐÂI²Å¸¹ (Unknown Punctuation String)';
$strStatCheckTime = '³Ì«áÀˬd';
$strStatCreateTime = '«Ø¥ß';
$strStatement = '±Ô­z';
$strStatisticsOverrun = '©ó¸ûÁc¦£ªº¦øªA¾¹, ­pºâ¾¹¥i¯à·|·¸¥X, ¥O MySQL ¦øªA¾¹´£¨Ñ¤§²Î­p¦³»~®t.';
$strStatUpdateTime = '³Ì«á§ó·s';
$strStatus = 'ª¬ºA';
$strStorageEngine = 'Àx¦s¤ÞÀº';
$strStorageEngines = 'Àx¦s¤ÞÀº';
$strStrucCSV = 'CSV ¸ê®Æ';
$strStrucData = 'µ²ºc»P¸ê®Æ';
$strStrucDrop = '¥[¤J \'§R°£¸ê®Æªí\' »yªk';
$strStrucExcelCSV = 'MS Excel ªº CSV ®æ¦¡';
$strStrucNativeExcel = '­ì©l MS Excel ¸ê®Æ';
$strStrucOnly = '¥u¦³µ²ºc';
$strStructPropose = '¤ÀªR¸ê®Æªíµ²ºc';
$strStructure = 'µ²ºc';
$strSubmit = '°e¥X';
$strSuccess = '±zªºSQL»yªk¤w¶¶§Q°õ¦æ';
$strSum = 'Á`­p';
$strSwedish = '·ç¨å»y';
$strSwitchToDatabase = 'Âಾ¨ì½Æ»s¤§¸ê®Æ®w';
$strSwitchToTable = '¸õ¨ì¤w½Æ»s¤§¸ê®Æªí';
 
$strTableAlreadyExists = '¸ê®Æªí %s ¤w¦s¦b!';
$strTableComments = '¸ê®Æªíµù¸Ñ¤å¦r';
$strTableEmpty = '½Ð¿é¤J¸ê®Æªí¦WºÙ!';
$strTableHasBeenDropped = '¸ê®Æªí %s ¤w³Q§R°£';
$strTableHasBeenEmptied = '¸ê®Æªí %s ¤w³Q²MªÅ';
$strTableHasBeenFlushed = '¸ê®Æªí %s ¤w³Q±j­¢§ó·s';
$strTableMaintenance = '¸ê®ÆªíºûÅ@';
$strTableOfContents = '¥Ø¿ý';
$strTableOptions = '¸ê®Æªí¿ï¶µ';
$strTables = '%s ¸ê®Æªí';
$strTableStructure = '¸ê®Æªí®æ¦¡¡G';
$strTableType = '¸ê®ÆªíÃþ«¬';
$strTable = '¸ê®Æªí';
$strTakeIt = '¿ï¥Î';
$strTblPrivileges = '«ü©w¸ê®ÆªíÅv­­';
$strTempData = '¼È¦s¸ê®Æ';
$strTextAreaLength = ' ¥Ñ©óªø«×­­¨î<br /> ¦¹Äæ¦ì¤£¯à½s¿è ';
$strThai = '®õ»y';
$strThemeDefaultNotFound = '§ä¤£¨ì¹w³]§G´º¥DÃD %s !';
$strThemeNoPreviewAvailable = '¨ÃµL¹wÄý.';
$strThemeNotFound = '§ä¤£¨ì§G´º¥DÃD %s !';
$strThemeNoValidImgPath = '§ä¤£¨ì§G´º¥DÃD %s ³]©w¹Ï¹³¤§¸ô®|!';
$strThemePathNotFound = '§ä¤£¨ì§G´º¥DÃD %s ¤§³]©w¸ô®|!';
$strTheme = '´Ú¦¡';
$strThisHost = '«ü©w¥D¾÷';
$strThisNotDirectory = '³o¨Ã¤£¬O¤@­Ó¥Ø¿ý';
$strThreads = '½uµ{';
$strThreadSuccessfullyKilled = '«ü¥O %s ¤w¦¨¥\¤¤¤î.';
$strTime = '®É¶¡';
$strToggleScratchboard = 'Âà´««K±ø';
$strTotal = 'Á`­p';
$strTotalUC = 'Á`¦@';
$strTraditionalChinese = 'ÁcÅ餤¤å';
$strTraditionalSpanish = '¶Ç²Î¦è¯Z¤ú»y';
$strTraffic = '¬y¶q';
$strTransactionCoordinator = '¥æ©ö¨ó½Õ¾¹';
$strTransformation_application_octetstream__download = '©óÄæ¦ìÅã¥Ü³s½u¨Ó¤U¸ü¤G¶i¨î¸ê®Æ. ²Ä¤@­Ó¿ï¶µ¬O¤G¶i¨îªºÀɮצWºÙ. ²Ä¤G­Ó¿ï¶µ¥i³]©w¥i¥ÎªºÄæ¦ì¦WºÙ¥Î§@ÀɮצWºÙ. ¦p±z³]©w¤F²Ä¤G­Ó¿ï¶µ, ²Ä¤@­Ó¿ï¶µµL»Ý³]©w';
$strTransformation_application_octetstream__hex = '¥H¤Q¤»¶i¨î¤è¦¡Åã¥Ü.';
$strTransformation_image_jpeg__inline = 'Åã¥Ü¥i«ö¦¡¹Ï¹³; ¿ï¶µ; ¼e«×,°ª«×[¥H¹³¯À¬°³æ¦ì] («O®É­ì¦³¤ñ¨Ò)';
$strTransformation_image_jpeg__link = 'Åã¥Ü¹Ï¹³ªº³s½u (ª½±µ¤U¸ü).';
$strTransformation_image_png__inline = '°Ñ¬Ý image/jpeg: ¤º«Ø';
$strTransformation_text_plain__dateformat = '¨Ï¥Î TIME, TIMESTAMP ©Î DATETIME ¨Ã¥H¥»¦a®É°Ï®É¶¡Åã¥Ü. ²Ä¤@­Ó¿ï¶µ¬O­×¥¿ (¥H¤p®É¬°³æ¦ì) ¨Ó½Õ¾ãÅã¥Ü¤§®É¶¡ (¹w³]: 0). ²Ä¤G­Ó¿ï¶µ¬O¤é´Á®æ¦¡ [¸ò¾Ú PHPs strftime() ªº°Ñ¼Æ].';
$strTransformation_text_plain__external = '¥u­­©ó LINUX : °õ¦æ¥~³¡µ{¦¡¤Î±N¤º®e¥H¼Ð·Ç¿é¤J¼Ò¦¡¿é¤J. ¿é¥Xµ{¦¡¤§¼Ð·Ç¿é¥X. ¹w³]¬O¾ã»ôªº, ¤è«KÅã¥Ü HTML ½X. ¥Ñ©ó«O¦w²z¥Ñ, ±z»Ý­n¦Û¦æ½s¿è libraries/transformations/text_plain__external.inc.php ¤Î¥[¤J»Ý­n¨Ï¥Î¤u¨ã§@¬°°õ¦æ. ²Ä¤@­Ó¿ï¶µ¬°¦³¦h¤Ö­Óµ{¦¡»Ý­n¨Ï¥Î, ²Ä¤G­Ó¿ï¶µ¬°³o¦¡µ{¦¡ªº°Ñ¼Æ, ²Ä¤T­Ó¿ï¶µ, ¦p³]©w¬° 1 ±N·|¨Ï¥Î htmlspecialchars() Âà´«¿é¥X (¹w³]: 1). ²Ä¥|­Ó¿ï¶µ, ¦p³]©w¬° 1 ±N·|¥[¤J NOWRAP ©ó¤º®eªºªí®æ¤º, ¥O¿é¥X¤§©Ò¦³¤º®e³£¤£·|­«·s±Æ¦ì (¹w³]: 1)';
$strTransformation_text_plain__formatted = '«O¦s­ì¥»¤º®e¤§®æ¦¡. ¤£¶i¦æ¥ô¦ó Escaping ³B²z.';
$strTransformation_text_plain__imagelink = 'Åã¥Ü¹Ï¹³¤Î³sµ², ¼Æ¾Ú¤º®e¬OÀɮצWºÙ; ²Ä¤@­Ó¿ï¶µ¬Oºô§}«e¬q (¨Ò "http://domain.com/" ), ²Ä¤G­Ó¿ï¶µ¬O¼e«×ªº¹³¯À,²Ä¤T­Ó¿ï¶µ¬O°ª«×ªº¹³¯À.';
$strTransformation_text_plain__link = 'Åã¥Ü³sµ², ¼Æ¾Ú¤º®e¬OÀɮצWºÙ; ²Ä¤@­Ó¿ï¶µ¬Oºô§}«e¬q (¨Ò "http://domain.com/" ), ²Ä¤G¿ï¶µ¬O³sµ²ªº¼ÐÃD.';
$strTransformation_text_plain__sql = '®æ¦¡¤Æ¤å¦r¬° SQL ¬d¸ß¤Î¯S¥X»yªk.';
$strTransformation_text_plain__substr = '¥uÅã¥Ü³¡¥÷ªº¦r¦ê. ²Ä¤@­Ó¿ï¶µ¬°¦r¦ê¶}©l¿é¥Xªº¦ì¸m (offset) (¹w³]: 0). ²Ä¤G­Ó¿ï¶µ¬°¦h¤Ö­Ó¦r¦ê¿é¥X. ¯dªÅ¬°¿é¥X¾l¤U©Ò¦³¦r¦ê. ²Ä¤T­Ó¿ï¶µ¬°·í³¡¥÷¦r¦ê¨ú¦^«áÅã¥Ü¤°»ò¦r¦ê©óµ²§À (¹w³]: ...) .';
$strTruncateQueries = '§R°£¤wÅã¥Ü¬d¸ß';
$strTurkish = '¤g¦Õ¨ä»y';
$strType = '«¬ºA';
 
$strUkrainian = '¯Q§JÄõ»y';
$strUncheckAll = '¥þ³¡¨ú®ø';
$strUnicode = '²Î¤@½X (Unicode)';
$strUnique = '°ß¤@Áä UNIQUE';
$strUnknown = '¤£¸Ô';
$strUnselectAll = '¥þ³¡¨ú®ø';
$strUpdatePrivMessage = '±z¤w¸g§ó·s¤F %s ªºÅv­­.';
$strUpdateProfileMessage = '¸ê®Æ¤v¸g§ó·s.';
$strUpdateQuery = '§ó·s»yªk';
$strUpdComTab = '½Ð°Ñ¬Ý»¡©ú¤å¥ó¬d¸ß¦p¦ó§ó·s Column_comments ¸ê®Æªí';
$strUpgrade = '±zÀ³¸Ó§ó·s¨ì %s %s ©Î¤§«á.';
$strUploadLimit = '§A¥¿¹Á¸Õ¤W¸ü¤j®e¶qÀɮסA½Ð¬d¬Ý¦¹ %s¤å¥ó%s ¦p¦ó²¤¹L¦¹­­¨î.';
$strUsage = '¨Ï¥Î';
$strUseBackquotes = '¦b¸ê®Æªí¤ÎÄæ¦ì¨Ï¥Î¤Þ¸¹';
$strUsedPhpExtensions = '¤v¨Ï¥Î PHP ÂX¥Rªþ¥ó';
$strUseHostTable = '¨Ï¥Î¥D¾÷¸ê®Æªí';
$strUserAlreadyExists = '¨Ï¥ÎªÌ %s ¤v¦s¦b!';
$strUserEmpty = '½Ð¿é¤J¨Ï¥ÎªÌ¦WºÙ!';
$strUserName = '¨Ï¥ÎªÌ¦WºÙ';
$strUserNotFound = '¿ï¾Üªº¨Ï¥ÎªÌ¦bÅv­­¸ê®Æªí¤º§ä¤£¨ì.';
$strUserOverview = '¨Ï¥ÎªÌ¤@Äý';
$strUsersDeleted = '¿ï¾Üªº¨Ï¥ÎªÌ¤w¦¨¥\§R°£.';
$strUsersHavingAccessToDb = '¥iŪ¨ú &quot;%s&quot; ¤§¨Ï¥ÎªÌ';
$strUser = '¨Ï¥ÎªÌ';
$strUseTabKey = '«ö TAB Áä¸õ¨ì¤U¤@­Ó¼Æ­È, ©Î CTRL+¤è¦VÁä §@ÀH·N²¾°Ê';
$strUseTables = '¨Ï¥Î¸ê®Æªí';
$strUseTextField = '¤å¦r¿é¤J';
$strUseThisValue = '¨Ï¥Î¦¹­È';
 
$strValidateSQL = 'Àˬd SQL';
$strValidatorError = 'SQL ¤ÀªRµ{¦¡¥¼¯à±Ò°Ê¡A½ÐÀˬd¬O§_¤w±N %s¤å¥ó%s ¤ºªº PHP Àɮצw¸Ë¡C';
$strValue = '­È';
$strVar = '¸ê°T';
$strVersionInformation = 'ª©¥»¸ê°T';
$strView = 'À˵ø';
$strViewDump = 'À˵ø¸ê®Æªíªº³Æ¥÷·§­n (dump schema)';
$strViewDumpDatabases = 'Åã¥Ü¸ê®Æ®w·§­n (schema)';
$strViewDumpDB = 'À˵ø¸ê®Æ®wªº³Æ¥÷·§­n (dump schema)';
$strViewHasBeenDropped = 'À˵ø %s ¤v³Q§R°£.';
$strViewMaxExactCount = '³o­ÓÀˬd¤w¶W¹L %s ¦C, ¸Ô±¡½Ð°Ñ¬Ý¦¹%s¤å¥ó%s.';
 
$strWebServerUploadDirectoryError = '³]©w¤§¤W¸ü¥Ø¿ý¿ù»~¡A¥¼¯à¨Ï¥Î';
$strWebServerUploadDirectory = 'Web ¦øªA¾¹¤W¸ü¥Ø¿ý';
$strWelcome = 'Åwªï¨Ï¥Î %s';
$strWestEuropean = '¦è¼Ú»y¤å';
$strWildcard = '¸U¥Î¦r¤¸';
$strWindowNotFound = '¥Ø¦aªºµøµ¡µLªk§ó·s. ¥i¯à§A¤wÃö³¬¦¹µøµ¡©Î§AªºÂsÄý¾¹©ó¦w¥þ³]©w¤º±Ò°Ê¤FµLªk¸óµøµ¡§ó·s';
$strWithChecked = '¿ï¾Üªº¸ê®Æªí¡G';
$strWriteRequests = '¼g¤J­n¨D';
$strWritingCommentNotPossible = 'µLªkÀx¦sµù¸Ñ¤å¦r';
$strWritingRelationNotPossible = 'µLªkÀx¦sÃöÁp';
$strWrongUser = '¿ù»~ªº¨Ï¥ÎªÌ¦WºÙ©Î±K½X¡A©Úµ´¦s¨ú';
 
$strXML = 'XML'; //USE ENG
 
$strYes = ' ¬O ';
 
$strZeroRemovesTheLimit = 'µù: ³]©w³o¨Ç¿ï¶µ¬° 0 (¹s) ¥i¸Ñ°£­­¨î.';
$strZip = '"zipped"';
 
// To translate:
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
 
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
 
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
 
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
 
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/chinese_traditional-utf-8.inc.php
0,0 → 1,996
<?php
/* $Id: chinese_traditional-utf-8.inc.php,v 2.88.2.4 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Last translation by: Siu Sun <siusun@best-view.net>
* Follow by the original translation of Taiyen Hung 洪泰元<yen789@pchome.com.tw>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'helvetica, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y, %I:%M %p';
 
$timespanfmt = '%s 日, %s 小時, %s 分鐘 %s 秒';
 
 
$strAbortedClients = '取消';
$strAbsolutePathToDocSqlDir = '請輸入 docSQL 目錄於網頁伺服器的絕對路徑';
$strAccessDenied = '拒絕存取';
$strAccessDeniedCreateConfig = '有可能你未建立設定檔. 你可利用此 %1$s安裝程序%2$s 建立設定檔.';
$strAccessDeniedExplanation = 'phpMyAdmin 嘗試連線到 MySQL 伺服器, 但伺服器拒絕了連線. 您應於 config.inc.php 內檢查主機名稱, 登入名稱及密碼及確保這些資料是與系統管理人員所提供的 MySQL 伺服器資料相同';
$strAction = '執行';
$strAddAutoIncrement = "新增 AUTO_INCREMENT 數值";
$strAddConstraints = '加入限制';
$strAddDeleteColumn = '新增/減少 選擇欄';
$strAddDeleteRow = '新增/減少 篩選列';
$strAddDropDatabase = '加入 \'刪除資料表\' 語法';
$strAddedColumnComment = '於以下欄位加入註解文字';
$strAddedColumnRelation = '於以下欄位加入關聯';
$strAddFields = '新增 %s 個欄位';
$strAddHeaderComment = '於標題加入個人註解 (\\n 開新行)';
$strAddIfNotExists = '加入 IF NOT EXISTS';
$strAddIntoComments = '加入註解文字';
$strAddNewField = '增加新欄位';
$strAddPrivilegesOnDb = '於以下資料庫加入權限';
$strAddPrivilegesOnTbl = '於以下資料表加入權限';
$strAddSearchConditions = '增加檢索條件 ("where" 子句的主體)';
$strAddToIndex = '新增 &nbsp;%s&nbsp; 組索引欄';
$strAddUser = '新增使用者';
$strAddUserMessage = '您已新增了一個新使用者.';
$strAdministration = '系統管理';
$strAffectedRows = '影響列數: ';
$strAfter = '在 %s 之後';
$strAfterInsertBack = '返回';
$strAfterInsertNewInsert = '新增一筆記錄';
$strAfterInsertNext = '編輯新一列';
$strAfterInsertSame = '返回這頁';
$strAll = '全部';
$strAllTableSameWidth = '以相同寬度顯示所有資料表?';
$strAlterOrderBy = '根據欄位內容排序記錄';
$strAnalyzeTable = '分析資料表';
$strAnd = '與';
$strAndThen = '然後';
$strAnIndex = '索引已經新增到 %s';
$strAny = '任何';
$strAnyHost = '任何主機';
$strAnyUser = '任何使用者';
$strApproximateCount = '可能接近. 請參看 FAQ 3.11';
$strAPrimaryKey = '主鍵已經新增到 %s';
$strArabic = '阿拉伯語';
$strArmenian = '美式英語';
$strAscending = '遞增';
$strAtBeginningOfTable = '於資料表開頭';
$strAtEndOfTable = '於資料表尾端';
$strAttr = '屬性';
$strAutodetect = '自動偵測';
$strAutomaticLayout = '自動格式';
 
$strBack = '回上一頁';
$strBaltic = '波羅的海語';
$strBeginCut = '開始 剪取';
$strBeginRaw = '開始 原始資料';
$strBinary = '二進制碼';
$strBinaryDoNotEdit = '二進制碼 - 不能編輯';
$strBinaryLog = '二進制記錄';
$strBinLogEventType = '事件方式';
$strBinLogInfo = '資料';
$strBinLogName = '記錄檔案稱';
$strBinLogOriginalPosition = '原有位置';
$strBinLogPosition = '位置';
$strBinLogServerId = '伺服器 ID';
$strBookmarkAllUsers = '所有用者可讀取此書籤';
$strBookmarkCreated = '書籤 %s 已建立';
$strBookmarkDeleted = '書籤已經刪除.';
$strBookmarkLabel = '書籤名稱';
$strBookmarkQuery = 'SQL 語法書籤';
$strBookmarkReplace = '取代相同名稱之書籤';
$strBookmarkThis = '將此 SQL 語法加入書籤';
$strBookmarkView = '查看';
$strBrowse = '瀏覽';
$strBrowseDistinctValues = '瀏覽不同數值';
$strBrowseForeignValues = '瀏覽外來值';
$strBufferPoolActivity = '緩衝區活動率';
$strBufferPool = '緩衝區';
$strBufferPoolUsage = '緩衝區使用空間';
$strBufferReadMisses = '讀取遺漏';
$strBufferReadMissesInPercent = '讀取遺漏 %';
$strBufferWriteWaits = '寫入等候';
$strBufferWriteWaitsInPercent = '寫入等候 %';
$strBulgarian = '保加利亞語';
$strBusyPages = '繁忙頁';
$strBzError = 'phpMyAdmin 無法壓縮因於這個 php 版本的 Bz2 模組錯誤. 強列要求於 phpMyAdmin 設定檔設定 <code>$cfg[\'BZipDump\']</code> 為<code>FALSE</code>. 如果想使用 Bz2 壓縮功能,請更新 php 到最新版本. 詳情請參看 php 錯誤報報 %s .';
$strBzip = '"bzipped"';
 
$strCalendar = '日曆';
$strCanNotLoadImportPlugins = '無法讀取載入的外掛程式, 請檢查安裝程序!';
$strCannotLogin = '無法登入 MySQL 伺服器';
$strCantLoad = '無法讀取 %s 模組,<br />請檢查 PHP 設定';
$strCantLoadRecodeIconv = '未能讀取 iconv 或重新編碼程式來作文字編碼轉換, 請設定 php 來啟動這些模組或取消 phpMyAdmin 使用文字編碼轉換功能.';
$strCantRenameIdxToPrimary = '無法將索引更名為 PRIMARY!';
$strCantUseRecodeIconv = '當文編碼模組讀取後,未能使用 iconv, libiconv 或 recode_string 功能. 請檢查您的 php 設定.';
$strCardinality = '組別';
$strCaseInsensitive = '大小寫不相符';
$strCaseSensitive = '大小寫相符';
$strCentralEuropean = '中歐語';
$strChange = '修改';
$strChangeCopyMode = '建立新使用者及使用相同之權限, 及 ...';
$strChangeCopyModeCopy = '... 保留舊使用者.';
$strChangeCopyModeDeleteAndReload = ' ... 刪除舊使用者及重新讀取權限資料表.';
$strChangeCopyModeJustDelete = ' ... 刪除舊使用者.';
$strChangeCopyModeRevoke = ' ... 廢除所有舊使用者有效之權限並刪除.';
$strChangeCopyUser = '更改登入資訊 / 複製使用者';
$strChangeDisplay = '選擇顯示之欄位';
$strChangePassword = '更改密碼';
$strCharset = '文字編碼 (Charset)';
$strCharsetOfFile = '文字編碼檔案:';
$strCharsets = '文字編碼';
$strCharsetsAndCollations = '文字編碼及校對';
$strCheckAll = '全選';
$strCheckOverhead = '檢查額外記錄 (overhead)'; // nor sure yet.
$strCheckPrivs = '查詢權限';
$strCheckPrivsLong = '查詢資料庫 &quot;%s&quot; 之權限.';
$strCheckTable = '檢查資料表';
$strChoosePage = '請選擇需要編輯的頁碼';
$strColComFeat = '顯示欄位註解';
$strCollation = '校對';
$strColumnNames = '欄位名稱';
$strColumnPrivileges = '指定欄位權限';
$strCommand = '指令';
$strComments = '註解';
$strCommentsForTable = 'COMMENTS FOR TABLE'; // keep in SQL statement
$strCompatibleHashing = 'MySQL&nbsp;4.0 相容';
$strCompleteInserts = '使用完整新增指令';
$strCompression = '壓縮';
$strCompressionWillBeDetected = '載入檔案壓縮會自動檢查: %s';
$strConfigDefaultFileError = '無法讀取預設設定: "%1$s"';
$strConfigFileError = 'phpMyAdmin 未能讀取您的設定檔! 這可能是因為 php 找到語法上的錯誤或 php 未能找到檔案而成.<br />請嘗試直接按下下方的連結開啟並查看 php 的錯誤信息. 通常的錯誤都來自某處漏了引號或分別.<br />如果按下連結後出現空白頁, 即代表沒有任何問題.';
$strConfigureTableCoord = '請設定表格 %s 內的坐標';
$strConnectionError = '無法連線: 錯誤設定.';
$strConnections = '連線';
$strConstraintsForDumped = '備份資料表限制';
$strConstraintsForTable = '資料表限制';
$strCookiesRequired = 'Cookies 必須啟動才能登入.';
$strCopyDatabaseOK = '資料庫 %s 已複製到 %s';
$strCopy = '複製';
$strCopyTable = '複製資料表到: (格式為 資料庫名稱<b>.</b>資料表名稱):';
$strCopyTableOK = '已經將資料表 %s 複製為 %s.';
$strCopyTableSameNames = '無法複製到相同資料表!';
$strCouldNotKill = 'phpMyAdmin 無法中斷指令 %s. 可能這指令已經結束.';
$strCreate = '建立';
$strCreateDatabaseBeforeCopying = '複製前建立資料庫 (CREATE DATABASE)';
$strCreateIndex = '新增 &nbsp;%s&nbsp; 組索引欄';
$strCreateIndexTopic = '新增一組索引';
$strCreateNewDatabase = '建立新資料庫';
$strCreateNewTable = '建立新資料表於資料庫 %s';
$strCreatePage = '建立新一頁';
$strCreatePdfFeat = '建立 PDF';
$strCreationDates = '建立/更新/檢查 日期';
$strCriteria = '篩選';
$strCroatian = '克羅西亞語';
$strCSV = 'CSV'; //USE ENG
$strCSVImportOptions = 'CSV 選項';
$strCSVOptions = 'CSV 選項';
$strCyrillic = '西里爾語';
$strCzech = '捷克語';
$strCzechSlovak = '捷克語';
 
$strDanish = '丹麥語';
$strDatabase = '資料庫';
$strDatabaseEmpty = '資料庫名稱並未輸入!!';
$strDatabaseExportOptions = '資料庫輸出選項';
$strDatabaseHasBeenDropped = '資料庫 %s 已被刪除';
$strDatabaseNoTable = '這資料庫沒有資料表!';
$strDatabasesDropped = '%s 個資料庫已成功刪除.';
$strDatabases = '資料庫';
$strDatabasesStatsDisable = '停止統計數據';
$strDatabasesStats = '資料庫統計';
$strDatabasesStatsEnable = '啟動統計數據';
$strDatabasesStatsHeavyTraffic = '註: 啟動資料庫統計數據可能會產生大量由 Web 伺服器及 MySQL 之間的流量.';
$strDataDict = '數據字典';
$strData = '資料';
$strDataOnly = '只有資料';
$strDataPages = '包含資料頁';
$strDBComment = '資料庫註解文字: ';
$strDBCopy = '複製資料庫到';
$strDBGContext = '本文 (Context)';
$strDBGContextID = '本文 (Context) ID';
$strDBGHits = '次數';
$strDBGLine = '行';
$strDBGMaxTimeMs = '最大時間, ms';
$strDBGMinTimeMs = '最小時間, ms';
$strDBGModule = '模組';
$strDBGTimePerHitMs = '時間/次, ms';
$strDBGTotalTimeMs = '總時間, ms';
$strDbPrivileges = '指定資料庫權限';
$strDBRename = '更改資料庫名稱到';
$strDbSpecific = '指定資料庫';
$strDefault = '預設值';
$strDefaultEngine = '這 MySQL 伺服器的預設儲存引擎是 %s ';
$strDefaultValueHelp = '預設值: 請只輸入該預設值, 無需加上任何反斜線或引號';
$strDefragment = '整理資料表';
$strDelayedInserts = '使用延遲式新增';
$strDelete = '刪除';
$strDeleteAndFlush = '刪除使用者及重新讀取權限.';
$strDeleteAndFlushDescr = '這是一個最清潔的做法,但重新讀取權限需一段時間.';
$strDeleted = '記錄已被刪除';
$strDeletedRows = '已刪除欄數:';
$strDeleteNoUsersSelected = '並未選擇需要刪除之使用者!';
$strDeleting = '刪除 %s';
$strDelOld = '本頁的參考到資料表已不存在. 您希望刪除這些參考嗎?';
$strDescending = '遞減';
$strDescription = '說明';
$strDictionary = '字典';
$strDirtyPages = '問題頁';
$strDisabled = '未啟動';
$strDisableForeignChecks = '暫定外來鍵 (Foreign Key) 檢查';
$strDisplayFeat = '功能顯示';
$strDisplayOrder = '顯示次序';
$strDisplayPDF = '顯示 PDF 概要';
$strDoAQuery = '以範例查詢 (萬用字元 : "%")';
$strDocu = '說明文件';
$strDoYouReally = '您確定要 ';
$strDrop = '刪除';
$strDropDatabaseStrongWarning = '您將會刪除整個資料庫!';
$strDropUsersDb = '刪除與使用者相同名稱之資料庫.';
$strDumpingData = '列出以下資料庫的數據:';
$strDumpSaved = '備份已儲到檔案 %s.';
$strDumpXRows = '備份 %s 行, 由 %s 行開始.';
$strDynamic = '動態';
 
$strEdit = '編輯';
$strEditPDFPages = '編輯 PDF 頁碼';
$strEditPrivileges = '編輯權限';
$strEffective = '實際';
$strEmpty = '清空';
$strEmptyResultSet = 'MySQL 傳回的查詢結果為空 (原因可能為:沒有找到符合條件的記錄)';
$strEnabled = '啟動';
$strEncloseInTransaction = '使用事務塊 (Transaction) 方式';
$strEnd = '最後一頁';
$strEndCut = '結束 剪取';
$strEndRaw = '結束 原始資料';
$strEngineAvailable = '%s 已支援這 MySQL 伺服器.';
$strEngineDisabled = '%s 己於這個 MySQL 伺服器中停用.';
$strEngines = '引擎';
$strEngineUnsupported = '這 MySQL 版本並不接受 %s 儲存引擎.';
$strEnglish = '英語';
$strEnglishPrivileges = '注意: MySQL 權限名稱會以英語顯示';
$strError = '錯誤';
$strErrorInZipFile = 'ZIP 檔案錯誤:';
$strEscapeWildcards = '萬用符號 _ 及 % 應正確地加入 \ ';
$strEsperanto = '世界語';
$strEstonian = '愛沙尼亞語';
$strExcelEdition = 'Excel 版本';
$strExcelOptions = 'Excel 選項';
$strExecuteBookmarked = '執行書籤查詢';
$strExplain = '說明 SQL';
$strExport = '輸出';
$strExtendedInserts = '伸延新增模式';
$strExtra = '附加';
 
$strFailedAttempts = '嘗試失敗';
$strField = '欄位';
$strFieldHasBeenDropped = '資料表 %s 已被刪除';
$strFields = '欄位';
$strFieldsEmpty = ' 欄位總數是空的! ';
$strFieldsEnclosedBy = '「欄位」使用字元:';
$strFieldsEscapedBy = '「ESCAPE」使用字元:';
$strFieldsTerminatedBy = '「欄位分隔」使用字元:';
$strFileAlreadyExists = '檔案 %s 已存在,請更改檔案名稱或選擇「覆寫己存在檔案」選項.';
$strFileCouldNotBeRead = '讀案無法讀取';
$strFileNameTemplate = '檔案名稱樣式';
$strFileNameTemplateDescriptionDatabase = '資料庫名稱';
$strFileNameTemplateDescriptionServer = '伺服器名稱';
$strFileNameTemplateDescriptionTable = '資料表名稱';
$strFileNameTemplateRemember = '保留樣式名稱';
$strFileToImport = '載入檔案';
$strFixed = '固定';
$strFlushPrivilegesNote = '註: phpMyAdmin 直接由 MySQL 權限資料表取得使用者權限. 如果使用者自行更改資料表, 資料表內容將可能與實際使用者情況有異. 在這情況下, 您應在繼續前 %s重新載入%s 權限資料表.';
$strFlushQueryCache = '強迫更新語法快取';
$strFlushTable = '強迫更新資料表 ("FLUSH")';
$strFlushTables = '強迫更新 (關閉) 所有資料表';
$strFormat = '格式';
$strFormEmpty = '表格內漏填一些資料!';
$strFreePages = '閒置頁';
$strFullText = '顯示完整文字';
$strFunction = '函數';
 
$strGenBy = '建立';
$strGeneralRelationFeat = '一般關聯功能';
$strGenerate = '產生';
$strGeneratePassword = '產生密碼';
$strGenTime = '建立日期';
$strGeorgian = '格魯吉亞語';
$strGerman = '德語';
$strGlobal = '整體';
$strGlobalPrivileges = '整體權限';
$strGlobalValue = '整體值';
$strGo = '執行';
$strGrantOption = '授權';
$strGreek = '希臘語';
$strGzip = '"gzipped"';
 
$strHandler = '操作者';
$strHasBeenAltered = '已經修改';
$strHasBeenCreated = '已經建立';
$strHaveToShow = '您需要選擇最少顯示一行欄位';
$strHebrew = '希伯來語';
$strHexForBinary = '以十六進制數值顯示二進制欄位';
$strHome = '主目錄';
$strHomepageOfficial = 'phpMyAdmin 官方網站';
$strHost = '主機';
$strHostEmpty = '請輸入主機名稱!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 輸出選項';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 輸出選項';
$strHungarian = '匈牙利語';
 
$strIcelandic = '冰島語';
$strId = 'ID'; // use eng
$strIdxFulltext = '全文檢索';
$strIgnore = '忽略';
$strIgnoreDuplicates = '略過重覆列';
$strIgnoreInserts = '使用忽略加入 (insert)';
$strIgnoringFile = '忽略檔案 %s';
$strImportDocSQL = '讀取 docSQL 檔案';
$strImport = '載入';
$strImportFiles = '輸入檔案';
$strImportFormat = '載入檔案格式';
$strImportSuccessfullyFinished = '載入成功, 共 %d 句語法已執行.';
$strIndex = '索引鍵 INDEX';
$strIndexes = '索引';
$strIndexHasBeenDropped = '索引 %s 已被刪除';
$strIndexName = '索引名稱&nbsp;:';
$strIndexType = '索引類型&nbsp;:';
$strIndexWarningMultiple = '多過一個 %s 鍵已建立到欄位 `%s` 中';
$strIndexWarningPrimary = '主鍵 PRIMARY 及 索引鍵 INDEX 不應同時間設定欄位 `%s` 中';
$strIndexWarningTable = '於資料表 `%s` 中有索引問題';
$strIndexWarningUnique = '唯一鍵 UNIQUE 及 索引鍵 INDEX 不應同時間設定欄位 `%s` 中';
$strInnoDBAutoextendIncrementDesc = '當資料表容量接近滿時, 自動增大容量的大小.';
$strInnoDBAutoextendIncrement = '自動伸延大小';
$strInnoDBBufferPoolSize = '緩衝區大小';
$strInnoDBBufferPoolSizeDesc = 'InnoDB 資料表用於快取資料及索引時使用的記憶體綬緩衝大小.';
$strInnoDBDataFilePath = '資料檔案';
$strInnoDBDataHomeDirDesc = '所有 InnoDB 資料檔案的主資料目錄位置.';
$strInnoDBDataHomeDir = '資料主目錄';
$strInnoDBPages = '頁';
$strInnodbStat = 'InnoDB 狀態';
$strInsecureMySQL = '設定檔內有關設定 (root登入及沒有密碼) 與預設的 MySQL 權限戶口相同。 MySQL 伺服器在這預設的設定運行的話會很容易被入侵,您應更改有關設定去防止安全漏洞。';
$strInsert = '新增';
$strInsertAsNewRow = '儲存為新記錄';
$strInsertedRowId = '新增資料列 id:';
$strInsertedRows = '新增列數:';
$strInsertNewRow = '新增一筆記錄';
$strInternalNotNecessary = '* 當內部關聯在 InnoDB 已存在時是無需要的.';
$strInternalRelations = '內部關聯';
$strInUse = '使用中';
$strInvalidAuthMethod = '於設定內設定錯誤認證方式:';
$strInvalidColumn = '欄 (%s) 區分錯誤.!';
$strInvalidColumnCount = '欄位數目需要大於零.';
$strInvalidCSVFieldCount = 'CSV 檔案第 %d 行中之欄位總數錯誤.';
$strInvalidCSVFormat = 'Invalid format of CSV 檔案第 %d 行中之格式錯誤.';
$strInvalidCSVParameter = 'CSV 載入時參數錯誤: %s';
$strInvalidFieldAddCount = '你最少要加入一個欄位.';
$strInvalidFieldCount = '資料表最少需要有一個欄位.';
$strInvalidLDIImport = '這外掛程式不支援壓縮輸入!';
$strInvalidRowNumber = '%d 不是一個有效的列數數目.';
$strInvalidServerHostname = '伺服器 %1$s 主機名稱錯誤, 請翻查設定值.';
$strInvalidServerIndex = '伺服器索引錯誤: "%s"';
 
$strJapanese = '日語';
$strJoins = '結合';
$strJumpToDB = '跳到資料庫 &quot;%s&quot;.';
$strJustDelete = '只從權限資料庫刪除使用者.';
$strJustDeleteDescr = ' &quot;刪除&quot; 的使用者仍然能夠登入資料庫直至重新載入資料庫為止.';
 
$strKeepPass = '請不要更改密碼';
$strKeyCache = '鍵快取';
$strKeyname = '鍵名';
$strKill = 'Kill'; //should expressed in English
$strKorean = '韓語';
 
$strLandscape = '橫向';
$strLanguageFileNotFound = '找不到語言檔案 "%1$s".';
$strLanguageUnknown = '不知名語言: %1$s.';
$strLatchedPages = '鎖上頁';
$strLatexCaption = '資料表標題';
$strLatexContent = '資料表 __TABLE__ 內容';
$strLatexContinuedCaption = '連續資料表標題';
$strLatexContinued = '(連續)';
$strLatexIncludeCaption = '包括資料表標題';
$strLatexLabel = '標記鍵名';
$strLaTeX = 'LaTeX'; // use eng
$strLaTeXOptions = 'LaTeX 選項';
$strLatexStructure = '資料表 __TABLE__ 結構';
$strLatvian = '拉脫維亞語';
$strLDI = 'CSV 使用 LOAD DATA';
$strLDIImportOptions = 'CSV 輸入使用 LOAD DATA 選項';
$strLDILocal = '使用 LOCAL 關鍵字';
$strLengthSet = '長度/集合*';
$strLimitNumRows = '筆記錄/每頁';
$strLinesTerminatedBy = '「下一行」使用字元:';
$strLinkNotFound = '找不到連結';
$strLinksTo = '連結到';
$strLithuanian = '立陶宛語';
$strLocalhost = '本地';
$strLocationTextfile = '文字檔案的位置';
$strLogin = '登入';
$strLoginInformation = '登入資訊';
$strLogout = '登出系統';
$strLogPassword = '密碼:';
$strLogServer = '伺服器';
$strLogUsername = '登入名稱:';
$strLongOperation = '這個作業所用時間會較長, 繼續?';
 
$strMaxConnects = '最大連線數目';
$strMaximalQueryLength = '建立之查詢最大長度';
$strMaximumSize = '最大容量: %s%s';
$strMbExtensionMissing = '找不到 PHP 內的 mbstring 編碼模組, 沒有這個模組, phpMyAdmin 無法準確地分割雙字元文字, 而可能產生問題.';
$strMbOverloadWarning = '你在 PHP 設定內啟動了 mbstring.func_overload 選項, 這個選項暫時不兼容 phpMyAdmin , 你可能會損失部份資料!';
$strMIME_available_mime = '可使用 MIME 類型';
$strMIME_available_transform = '可使用轉換方式';
$strMIME_description = '說明';
$strMIME_MIMEtype = 'MIME 類型';
$strMIME_nodescription = '這個轉換方式沒有說明.<br />請向作者查詢 %s 是甚麼用途.';
$strMIME_transformation = '瀏覽器轉換方式';
$strMIME_transformation_note = '有關可使用之轉換方式選項及 MINE 類型轉換選項, 請查看 %s轉換方式說明%s';
$strMIME_transformation_options = '轉換方式選項';
$strMIME_transformation_options_note = '請用以下的格式輸入轉換選項值: \'a\',\'b\',\'c\'...<br />如您需要輸入反斜線 ("\") 或單引號 ("\'") 請再加上反斜線 (例如 \'\\\\xyz\' or \'a\\\'b\').';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; // keep in SQL statement
$strMIME_without = 'MIME 類型以斜體顯示是沒有分隔轉換功能';
$strModifications = '修改已儲存';
$strModify = '修改';
$strModifyIndexTopic = '修改索引';
$strMoveTable = '移動資料表到:(格式為 資料庫名稱<b>.</b>資料表名稱)';
$strMoveTableOK = '資料表 %s 已經移動到 %s.';
$strMoveTableSameNames = '無法移動到相同資料表!';
$strMultilingual = '多語言';
$strMyISAMDataPointerSizeDesc = '預設的資料指標大小時當以 CREATE TABLE 建立 MyISAM 資料表, 而並無設定最大列數 (MAX_ROWS) 時, 將會以位完組為設定大小';
$strMyISAMDataPointerSize = '資料指標大小';
$strMyISAMMaxExtraSortFileSizeDesc = '如臨時檔案用作快速 MyISAM 索引時大於這個設定的容量, 建議使用鍵名快取方式.';
$strMyISAMMaxExtraSortFileSize = '臨時檔案建立索引時最大的容量';
$strMyISAMMaxSortFileSizeDesc = 'MySQL 用於重建 MyISAM 索引 (REPAIR TABLE, ALTER TABLE, 或 LOAD DATA INFILE) 時的臨時檔案大小.';
$strMyISAMMaxSortFileSize = '臨時排序檔案最大容量';
$strMyISAMRecoverOptionsDesc = '這個模式將會自動修復損壞之 MyISAM 資料表, 如同於伺服器啟動設定加入 --myisam-recover 選項.';
$strMyISAMRecoverOptions = '自動修復模式';
$strMyISAMRepairThreads = '修復工作';
$strMyISAMRepairThreadsDesc = '如數值大於 1 , MyISAM 資料表於修復時之索引將會以同步建立.';
$strMyISAMSortBufferSize = '排序緩衝大小';
$strMyISAMSortBufferSizeDesc = '這個緩衝大小是分配給在執行修復資料表指令 (REPAIR TABLE) 、執行 CREATE INDEX 或 ALTER TABLE 指令時, 用於排序 MyISAM 索引之用';
$strMySQLCharset = 'MySQL 文字編碼';
$strMysqlClientVersion = 'MySQL 客戶端版本';
$strMySQLConnectionCollation = 'MySQL 連線校對';
$strMySQLSaid = 'MySQL 傳回: ';
$strMySQLShowProcess = '顯示程序 (Process)';
$strMySQLShowStatus = '顯示 MySQL 執行狀態';
$strMySQLShowVars = '顯示 MySQL 系統變數';
 
$strName = '名稱';
$strNext = '下一個';
$strNoActivity = '由於已閒置了達 %s 秒, 請重新登入';
$strNo = ' 否 ';
$strNoDatabases = '沒有資料庫';
$strNoDatabasesSelected = '沒有資料庫選擇.';
$strNoDescription = '沒有說明';
$strNoDetailsForEngine = '這儲存引擎並無詳細的狀態資料.';
$strNoDropDatabases = '"DROP DATABASE" 指令已經停用.';
$strNoExplain = '略過說明 SQL';
$strNoFilesFoundInZip = '於 ZIP 檔案內找不到任何檔案!';
$strNoFrames = 'phpMyAdmin 較為適合使用在支援<b>頁框</b>的瀏覽器.';
$strNoIndex = '沒有已定義的索引!';
$strNoIndexPartsDefined = '部份索引資料還未定義!';
$strNoModification = '沒有變更';
$strNone = '不適用';
$strNoOptions = '這種格式並無選項';
$strNoPassword = '不用密碼';
$strNoPermission = 'Web 伺服器沒有權限儲存檔案 %s.';
$strNoPhp = '移除 PHP 程式碼';
$strNoPrivileges = '沒有權限';
$strNoRights = '您現在沒有足夠的權限!';
$strNoRowsSelected = '並無資料列已選擇';
$strNoSpace = '空間不足儲存檔案 %s.';
$strNoTablesFound = '資料庫中沒有資料表';
$strNoThemeSupport = '不支援款式功能, 請查看設定案及儲存款式檔案的資料夾 %s.';
$strNothingToImport = '你並未填寫資料, 無法載入!';
$strNotNumber = '這不是一個數字!';
$strNotOK = '未能確定';
$strNotSet = '<b>%s</b> 資料表找不到或還未在 %s 設定';
$strNoUsersFound = '找不到使用者';
$strNoValidateSQL = '略過檢查 SQL';
$strNull = 'Null'; //should expressed in English
$strNumberOfFields = '欄位數目';
$strNumSearchResultsInTable = '%s 項資料符合 - 於資料表 <i>%s</i>';
$strNumSearchResultsTotal = '<b>總計:</b> <i>%s</i> 項資料符合';
$strNumTables = '個資料表';
 
$strOK = '確定';
$strOpenNewWindow = '開啟新 phpMyAdmin 視窗';
$strOperations = '管理';
$strOperator = '操作員';
$strOptimizeTable = '最佳化資料表';
$strOr = '或';
$strOverhead = '多餘';
$strOverwriteExisting = '覆寫已存在檔案';
 
$strPageNumber = '頁碼:';
$strPagesToBeFlushed = '強迫更新頁';
$strPaperSize = '紙張大小';
$strPartialImport = '部份載入';
$strPartialText = '顯示部份文字';
$strPassword = '密碼';
$strPasswordChanged = '%s 的密碼已成功更改.';
$strPasswordEmpty = '請輸入密碼!';
$strPasswordHashing = '密碼雜湊';
$strPasswordNotSame = '第二次輸入的密碼不同!';
$strPdfDbSchema = '"%s" 資料庫概要 - 第 %s 頁';
$strPdfInvalidTblName = '資料表 "%s" 不存在!';
$strPdfNoTables = '沒有資料表';
$strPDFOptions = 'PDF 選項';
$strPDF = 'PDF'; // USE ENG
$strPDFReportTitle = '報告標題';
$strPerHour = '每小時';
$strPerMinute = '每分鐘';
$strPerSecond = '每秒';
$strPersian = '波斯語';
$strPhoneBook = '電話簿';
$strPHP40203 = '您正使用 PHP 版本 4.2.3, 這版本有一個雙字節字元的嚴重錯誤(mbstring). 請參閱 PHP 臭蟲報告編號 19404. phpMyAdmin 並不建議使用這個版本的 PHP .';
$strPhp = '建立 PHP 程式碼';
$strPHPVersion = 'PHP 版本';
$strPmaDocumentation = 'phpMyAdmin 說明文件';
$strPmaUriError = ' 必須在設定檔內設定 <tt>$cfg[\'PmaAbsoluteUri\']</tt> !';
$strPolish = '波蘭語';
$strPortrait = '直向';
$strPos1 = '第一頁';
$strPrevious = '前一頁';
$strPrimary = '主鍵 PRIMARY';
$strPrimaryKeyHasBeenDropped = '主鍵已被刪除';
$strPrimaryKeyName = '主鍵的名稱必須稱為 PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>必須</b>是主鍵的名稱以及是<b>唯一</b>一組主鍵!)';
$strPrint = '列印';
$strPrintView = '列印檢視';
$strPrintViewFull = '列印檢視 (顯示完整文字)';
$strPrivDescAllPrivileges = '包括所有權限除了授權 (GRNANT).';
$strPrivDescAlter = '容許修改現有資料表的結構.';
$strPrivDescAlterRoutine = '容許修改及刪除儲存程序.';
$strPrivDescCreateDb = '容許建立新資料庫及資料表.';
$strPrivDescCreateRoutine = '容許建立儲存程序';
$strPrivDescCreateTbl = '容許建立新資料表.';
$strPrivDescCreateTmpTable = '容許建立暫時性資料表.';
$strPrivDescCreateUser = '容許建立、刪除及重新命名使用者戶口.';
$strPrivDescCreateView = '容許建立新的檢視.';
$strPrivDescDelete = '容許刪除記錄.';
$strPrivDescDropDb = '容許刪除資料庫及資料表.';
$strPrivDescDropTbl = '容許刪除資料表.';
$strPrivDescExecute5 = '容許執行儲存程序.';
$strPrivDescExecute = '容許 執行預先儲存之程式. 於本 MySQL 版本無效.';
$strPrivDescFile = '容許輸入及輸出數據到檔案.';
$strPrivDescGrant = '容許新增使用者及權限而無需重新讀取權限資料表.';
$strPrivDescIndex = '容許建立及刪除索引.';
$strPrivDescInsert = '容許新增及取代數據.';
$strPrivDescLockTables = '容許鎖上現時連線之資料表.';
$strPrivDescMaxConnections = '限制每小時使用者開啟新連線的數目.';
$strPrivDescMaxQuestions = '限制每小時使用者查詢的數目.';
$strPrivDescMaxUpdates = '限制每小時使用者更改資料表及數據表之指令的數目.';
$strPrivDescMaxUserConnections = '限制每個使用者之同步連線.';
$strPrivDescProcess3 = '容許中止其他使用者之程序.';
$strPrivDescProcess4 = '容許檢視系統執行清單完整之查詢.';
$strPrivDescReferences = '於本 MySQL 版本無效.';
$strPrivDescReload = '容許重新讀取伺服器設定及強行更新伺服器快取記憶.';
$strPrivDescReplClient = '容許用戶查詢 slaves / masters 在何處.';
$strPrivDescReplSlave = '需要複製的 slaves.';
$strPrivDescSelect = '容許讀取數據.';
$strPrivDescShowDb = '可讀取整個資料庫清單.';
$strPrivDescShowView = '容許執行 SHOW CREATE VIEW 查詢.';
$strPrivDescShutdown = '容許停止伺服器.';
$strPrivDescSuper = '容許連線, 就算超過了最大連線限制; 用於最高系統管理如設定整體權限或中止其他使用者指令.';
$strPrivDescUpdate = '容許更新數據.';
$strPrivDescUsage = '沒有權限.';
$strPrivileges = '權限';
$strPrivilegesReloaded = '權限已成功重新讀取.';
$strProcesses = '處理';
$strProcesslist = '系統執行清單';
$strProtocolVersion = '通訊協定版本';
$strPutColNames = '將欄位名稱放在首行';
 
$strQBE = '依範例查詢 (QBE)';
$strQBEDel = '移除';
$strQBEIns = '新增';
$strQueryCache = '查詢快取';
$strQueryFrame = '查詢視窗';
$strQueryOnDb = '在資料庫 <b>%s</b> 執行 SQL 語法:';
$strQueryResultsOperations = '查詢結果操作';
$strQuerySQLHistory = 'SQL 歷程';
$strQueryStatistics = '<b>查詣統計</b>: 當統計啟動後, 共有 %s 個查詢傳送到此伺服器.';
$strQueryTime = '查詢需時 %01.4f 秒';
$strQueryType = '查詢方式';
$strQueryWindowLock = '不要將這語法覆蓋到本視窗外的SQL語法';
 
$strReadRequests = '讀取要求';
$strReceived = '接收';
$strRecords = '記錄';
$strReferentialIntegrity = '檢查指示完整性:';
$strRefresh = '更新';
$strRelationalSchema = '關聯概要';
$strRelationNotWorking = '關聯資料表的附加功能未能啟動, %s請按此%s 查出問題原因.';
$strRelations = '關聯';
$strRelationsForTable = 'RELATIONS FOR TABLE'; // keep in SQL statement
$strRelationView = '關聯檢視';
$strReloadingThePrivileges = '重新讀取權限';
$strReloadMySQL = '重新載入 MySQL';
$strRemoveSelectedUsers = '移除已選擇使用者';
$strRenameDatabaseOK = '資料庫 %s 已更改名稱為 %s';
$strRenameTable = '將資料表改名為';
$strRenameTableOK = '已經將資料表 %s 改名成 %s';
$strRepairTable = '修復資料表';
$strReplaceNULLBy = '將 NULL 取代為';
$strReplaceTable = '以檔案取代資料表資料';
$strReplication = '複製';
$strReset = '重置';
$strResourceLimits = '資源限制';
$strReType = '確認密碼';
$strRevokeAndDelete = '廢除使用者所有有效之權限並刪除.';
$strRevokeAndDeleteDescr = '使用者仍然有 USAGE 權限直至權限資料表更新讀取.';
$strRevoke = '移除';
$strRevokeMessage = '您已移除這位使用者的權限: %s';
$strRomanian = '羅馬尼亞語';
$strRowLength = '資料列長度';
$strRows = '資料列列數';
$strRowsFrom = '筆記錄,開始列數:';
$strRowSize = '資料列大小';
$strRowsModeFlippedHorizontal = '垂直 (旋轉標題)';
$strRowsModeHorizontal = '水平';
$strRowsModeOptions = '顯示為 %s 方式 及 每隔 %s 行顯示欄名';
$strRowsModeVertical = '垂直';
$strRowsStatistic = '資料列統計數值';
$strRunning = '在 %s 執行';
$strRunQuery = '執行語法';
$strRunSQLQuery = '在資料庫 %s 執行以下指令';
$strRunSQLQueryOnServer = '於伺服器 %s 執行 SQL 語法';
$strRussian = '俄語';
 
$strSave = '儲存';
$strSaveOnServer = '儲存到伺服器於 %s 目錄';
$strScaleFactorSmall = '比例倍數太細, 無法將圖表放在一頁內';
$strSearch = '搜索';
$strSearchFormTitle = '搜索資料庫';
$strSearchInTables = '於以下資料表:';
$strSearchNeedle = '尋找之文字或數值 (萬用字元: "%"):';
$strSearchOption1 = '任何一組文字';
$strSearchOption2 = '所有文字';
$strSearchOption3 = '完整詞語';
$strSearchOption4 = '以規則表示法 (regular expression) 搜索';
$strSearchResultsFor = '搜索 "<i>%s</i>" 的結果 %s:';
$strSearchType = '尋找:';
$strSecretRequired = '設定檔案現在需要密碼 (passphrase) (blowfish_secret).';
$strSelectADb = '請選擇資料庫';
$strSelectAll = '全選';
$strSelectBinaryLog = '選擇檢視二進制記錄';
$strSelectFields = '選擇欄位 (至少一個)';
$strSelectNumRows = '查詢中';
$strSelectTables = '選擇資料表';
$strSend = '下載儲存';
$strSent = '送出';
$strServer = '伺服器';
$strServerChoice = '選擇伺服器';
$strServerNotResponding = '伺服器並無回應';
$strServerStatusDelayedInserts = '延遲插入';
$strServerStatus = '運行資訊';
$strServerStatusUptime = '這 MySQL 伺服器已啟動了 %s. 伺服器於 %s 啟動.';
$strServerTabProcesslist = '處理';
$strServerTabVariables = '資訊';
$strServerTrafficNotes = '<b>伺服器流量</b>: 這些表顯示了此 MySQL 伺服器自啟動以來的網絡流量統計。';
$strServerVars = '伺服器資訊及設定';
$strServerVersion = '伺服器版本';
$strSessionValue = '程序數值';
$strSetEnumVal = '如欄位格式是 "enum" 或 "set", 請使用以下的格式輸入: \'a\',\'b\',\'c\'...<br />如在數值上需要輸入反斜線 (\) 或單引號 (\') , 請再加上反斜線 (例如 \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = '顯示全部';
$strShowColor = '顯示顏色';
$strShowDatadictAs = '數據字典格式';
$strShow = '顯示';
$strShowFullQueries = '顯示完整查詢';
$strShowGrid = '顯示框格';
$strShowingBookmark = '顯示書籤';
$strShowingRecords = '顯示記錄';
$strShowOpenTables = '顯示開啟資料表';
$strShowPHPInfo = '顯示 PHP 資訊';
$strShowSlaveHosts = '顯示 slave 主機';
$strShowSlaveStatus = '顯示 slave 狀態';
$strShowStatusReset = '重設';
$strShowTableDimension = '顯示表格大小';
$strShowTables = '顯示資料表';
$strShowThisQuery = '重新顯示 SQL 語法 ';
$strSimplifiedChinese = '簡體中文';
$strSingly = '(只會排序現時的記錄)';
$strSize = '大小';
$strSkipQueries = '開始時略過多少行記錄 (語法)';
$strSlovak = '斯洛伐克語';
$strSlovenian = '斯洛文尼亞語';
$strSocketProblem = '( 或者本機 MySQL 伺服器之 socket 並未正確設定)';
$strSort = '排序';
$strSortByKey = '依鍵名排序';
$strSorting = '排序';
$strSpaceUsage = '已使用空間';
$strSpanish = '西班牙語';
$strSplitWordsWithSpace = '每組文字以空格 (" ") 分隔.';
$strSQLCompatibility = 'SQL 兼容模式';
$strSQLExportCompatibility = 'SQL 輸出兼容';
$strSQLExportType = '輸出方式';
$strSQLImportOptions = 'SQL 選項';
$strSQLOptions = 'SQL 選項';
$strSQLParserBugMessage = '這可能是您找到了 SQL 分析程式的一些程式錯誤,請細心查看您的語法,檢查一下引號是正確及沒有遺漏,其他可能出錯的原因可能來自您上載檔案時在引號外的地方使用了二進制碼。您可以嘗試在 MySQL 命令列介面執行該語法。如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。如您仍然未能解決問題,或在分析程式出現錯誤,但在命令列模式能正常執行,請將該句出現錯誤的 SQL 語法抽出,並將以下的"剪取"部份一同提交到臭虫區:';
$strSQLParserUserError = '可能是您的 SQL 語法出現錯誤,如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。';
$strSQLQuery = 'SQL 語法';
$strSQLResult = 'SQL 查詢結果';
$strSQL = 'SQL'; // should express in english
$strSQPBugInvalidIdentifer = '無效的識別碼 (Invalid Identifer)';
$strSQPBugUnclosedQuote = '未完結的引號 (Unclosed quote)';
$strSQPBugUnknownPunctuation = '不知明的標點符號 (Unknown Punctuation String)';
$strStatCheckTime = '最後檢查';
$strStatCreateTime = '建立';
$strStatement = '敘述';
$strStatisticsOverrun = '於較繁忙的伺服器, 計算器可能會溢出, 令 MySQL 伺服器提供之統計有誤差.';
$strStatUpdateTime = '最後更新';
$strStatus = '狀態';
$strStorageEngine = '儲存引擎';
$strStorageEngines = '儲存引擎';
$strStrucCSV = 'CSV 資料';
$strStrucData = '結構與資料';
$strStrucDrop = '加入 \'刪除資料表\' 語法';
$strStrucExcelCSV = 'MS Excel 的 CSV 格式';
$strStrucNativeExcel = '原始 MS Excel 資料';
$strStrucOnly = '只有結構';
$strStructPropose = '分析資料表結構';
$strStructure = '結構';
$strSubmit = '送出';
$strSuccess = '您的SQL語法已順利執行';
$strSum = '總計';
$strSwedish = '瑞典語';
$strSwitchToDatabase = '轉移到複製之資料庫';
$strSwitchToTable = '跳到已複製之資料表';
 
$strTableAlreadyExists = '資料表 %s 已存在!';
$strTableComments = '資料表註解文字';
$strTable = '資料表';
$strTableEmpty = '請輸入資料表名稱!';
$strTableHasBeenDropped = '資料表 %s 已被刪除';
$strTableHasBeenEmptied = '資料表 %s 已被清空';
$strTableHasBeenFlushed = '資料表 %s 已被強迫更新';
$strTableMaintenance = '資料表維護';
$strTableOfContents = '目錄';
$strTableOptions = '資料表選項';
$strTables = '%s 資料表';
$strTableStructure = '資料表格式:';
$strTableType = '資料表類型';
$strTakeIt = '選用';
$strTblPrivileges = '指定資料表權限';
$strTempData = '暫存資料';
$strTextAreaLength = ' 由於長度限制<br /> 此欄位不能編輯 ';
$strThai = '泰語';
$strTheme = '款式';
$strThemeDefaultNotFound = '找不到預設佈景主題 %s !';
$strThemeNoPreviewAvailable = '並無預覽.';
$strThemeNotFound = '找不到佈景主題 %s !';
$strThemeNoValidImgPath = '找不到佈景主題 %s 設定圖像之路徑!';
$strThemePathNotFound = '找不到佈景主題 %s 之設定路徑!';
$strThisHost = '指定主機';
$strThisNotDirectory = '這並不是一個目錄';
$strThreads = '線程';
$strThreadSuccessfullyKilled = '指令 %s 已成功中止.';
$strTime = '時間';
$strToggleScratchboard = '轉換便條';
$strTotal = '總計';
$strTotalUC = '總共';
$strTraditionalChinese = '繁體中文';
$strTraditionalSpanish = '傳統西班牙語';
$strTraffic = '流量';
$strTransactionCoordinator = '交易協調器';
$strTransformation_application_octetstream__download = '於欄位顯示連線來下載二進制資料. 第一個選項是二進制的檔案名稱. 第二個選項可設定可用的欄位名稱用作檔案名稱. 如您設定了第二個選項, 第一個選項無需設定';
$strTransformation_application_octetstream__hex = '以十六進制方式顯示.';
$strTransformation_image_jpeg__inline = '顯示可按式圖像; 選項; 寬度,高度[以像素為單位] (保時原有比例)';
$strTransformation_image_jpeg__link = '顯示圖像的連線 (直接下載).';
$strTransformation_image_png__inline = '參看 image/jpeg: 內建';
$strTransformation_text_plain__dateformat = '使用 TIME, TIMESTAMP 或 DATETIME 並以本地時區時間顯示. 第一個選項是修正 (以小時為單位) 來調整顯示之時間 (預設: 0). 第二個選項是日期格式 [跟據 PHPs strftime() 的參數].';
$strTransformation_text_plain__external = '只限於 LINUX : 執行外部程式及將內容以標準輸入模式輸入. 輸出程式之標準輸出. 預設是整齊的, 方便顯示 HTML 碼. 由於保安理由, 您需要自行編輯 libraries/transformations/text_plain__external.inc.php 及加入需要使用工具作為執行. 第一個選項為有多少個程式需要使用, 第二個選項為這式程式的參數, 第三個選項, 如設定為 1 將會使用 htmlspecialchars() 轉換輸出 (預設: 1). 第四個選項, 如設定為 1 將會加入 NOWRAP 於內容的表格內, 令輸出之所有內容都不會重新排位 (預設: 1)';
$strTransformation_text_plain__formatted = '保存原本內容之格式. 不進行任何 Escaping 處理.';
$strTransformation_text_plain__imagelink = '顯示圖像及連結, 數據內容是檔案名稱; 第一個選項是網址前段 (例 "http://domain.com/" ), 第二個選項是寬度的像素,第三個選項是高度的像素.';
$strTransformation_text_plain__link = '顯示連結, 數據內容是檔案名稱; 第一個選項是網址前段 (例 "http://domain.com/" ), 第二選項是連結的標題.';
$strTransformation_text_plain__sql = '格式化文字為 SQL 查詢及特出語法.';
$strTransformation_text_plain__substr = '只顯示部份的字串. 第一個選項為字串開始輸出的位置 (offset) (預設: 0). 第二個選項為多少個字串輸出. 留空為輸出餘下所有字串. 第三個選項為當部份字串取回後顯示什麼字串於結尾 (預設: ...) .';
$strTruncateQueries = '刪除已顯示查詢';
$strTurkish = '土耳其語';
$strType = '型態';
 
$strUkrainian = '烏克蘭語';
$strUncheckAll = '全部取消';
$strUnicode = '統一碼 (Unicode)';
$strUnique = '唯一鍵 UNIQUE';
$strUnknown = '不詳';
$strUnselectAll = '全部取消';
$strUpdatePrivMessage = '您已經更新了 %s 的權限.';
$strUpdateProfileMessage = '資料己經更新.';
$strUpdateQuery = '更新語法';
$strUpdComTab = '請參看說明文件查詢如何更新 Column_comments 資料表';
$strUpgrade = '您應該更新到 %s %s 或之後.';
$strUploadLimit = '你正嘗試上載大容量檔案,請查看此 %s文件%s 如何略過此限制.';
$strUsage = '使用';
$strUseBackquotes = '在資料表及欄位使用引號';
$strUsedPhpExtensions = '己使用 PHP 擴充附件';
$strUseHostTable = '使用主機資料表';
$strUserAlreadyExists = '使用者 %s 己存在!';
$strUser = '使用者';
$strUserEmpty = '請輸入使用者名稱!';
$strUserName = '使用者名稱';
$strUserNotFound = '選擇的使用者在權限資料表內找不到.';
$strUserOverview = '使用者一覽';
$strUsersDeleted = '選擇的使用者已成功刪除.';
$strUsersHavingAccessToDb = '可讀取 &quot;%s&quot; 之使用者';
$strUseTabKey = '按 TAB 鍵跳到下一個數值, 或 CTRL+方向鍵 作隨意移動';
$strUseTables = '使用資料表';
$strUseTextField = '文字輸入';
$strUseThisValue = '使用此值';
 
$strValidateSQL = '檢查 SQL';
$strValidatorError = 'SQL 分析程式未能啟動,請檢查是否已將 %s文件%s 內的 PHP 檔案安裝。';
$strValue = '值';
$strVar = '資訊';
$strVersionInformation = '版本資訊';
$strView = '檢視';
$strViewDump = '檢視資料表的備份概要 (dump schema)';
$strViewDumpDatabases = '顯示資料庫概要 (schema)';
$strViewDumpDB = '檢視資料庫的備份概要 (dump schema)';
$strViewHasBeenDropped = '檢視 %s 己被刪除.';
$strViewMaxExactCount = '這個檢查已超過 %s 列, 詳情請參看此%s文件%s.';
 
$strWebServerUploadDirectoryError = '設定之上載目錄錯誤,未能使用';
$strWebServerUploadDirectory = 'Web 伺服器上載目錄';
$strWelcome = '歡迎使用 %s';
$strWestEuropean = '西歐語文';
$strWildcard = '萬用字元';
$strWindowNotFound = '目地的視窗無法更新. 可能你已關閉此視窗或你的瀏覽器於安全設定內啟動了無法跨視窗更新';
$strWithChecked = '選擇的資料表:';
$strWriteRequests = '寫入要求';
$strWritingCommentNotPossible = '無法儲存註解文字';
$strWritingRelationNotPossible = '無法儲存關聯';
$strWrongUser = '錯誤的使用者名稱或密碼,拒絕存取';
 
$strXML = 'XML'; //USE ENG
 
$strYes = ' 是 ';
 
$strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
$strZip = '"zipped"';
 
// To translate:
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
 
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
 
$strReloadPrivileges = '重新讀取權限'; //to translate
 
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
 
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
 
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/croatian-iso-8859-2.inc.php
0,0 → 1,1004
<?php
/* $Id: croatian-iso-8859-2.inc.php,v 2.116.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Translation made by: Sime Essert <sime@nofrx.org>
*/
 
$charset = 'iso-8859-2';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Èet', 'Pet', 'Sub');
$month = array('Sij', 'Vel', 'O¾u', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
 
$strAccessDenied = 'Pristup odbijen';
$strAction = 'Akcija';
$strAddDeleteColumn = 'Dodaj/izbri¹i stupac';
$strAddDeleteRow = 'Dodaj/izbri¹i polje za kriterij';
$strAddNewField = 'Dodaj novi stupac';
$strAddSearchConditions = 'Dodaj uvjete pretra¾ivanja (dio "where" upita):';
$strAddToIndex = 'Dodaj kljuè';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Korisnik dodan';
$strAffectedRows = 'Promijenjeno redaka:';
$strAfter = 'Nakon %s';
$strAfterInsertBack = 'Natrag na prethodnu stranicu';
$strAfterInsertNewInsert = 'Dodaj jo¹ jedan red';
$strAll = 'Sve';
$strAlterOrderBy = 'Promijeni redoslijed u tablici';
$strAnalyzeTable = 'Analiziraj tablicu';
$strAnd = 'i';
$strAnIndex = 'Kljuè je upravo dodan %s';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji server';
$strAnyUser = 'Bilo koji korisnik';
$strAPrimaryKey = 'Primarni kljuè je upravo dodan %s';
$strAscending = 'Rastuæi';
$strAtBeginningOfTable = 'Na poèetku tablice';
$strAtEndOfTable = 'Na kraju tablice';
$strAttr = 'Svojstva';
 
$strBack = 'Nazad';
$strBinary = 'Binarno';
$strBinaryDoNotEdit = 'Binarno - ne mijenjaj';
$strBookmarkDeleted = 'Oznaka je upravo izbrisana.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Oznaèeni SQL-upit';
$strBookmarkThis = 'Oznaèi SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowse = 'Pregled';
$strBzip = '"bzip-ano"';
 
$strCantRenameIdxToPrimary = 'Ne mogu promijeniti kljuè u PRIMARY (primarni) !';
$strCardinality = 'Kardinalnost';
$strChange = 'Promijeni';
$strChangePassword = 'Promijeni ¹ifru';
$strCheckAll = 'Oznaèi sve';
$strCheckTable = 'Provjeri tablicu';
$strColumnNames = 'Imena stupaca';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCookiesRequired = '<i>Cookies</i> moraju biti omoguæeni.';
$strCopyTable = 'Kopiram tablicu u (baza<b>.</b>tablica):';
$strCopyTableOK = 'Tablica %s je upravo kopirana u %s.';
$strCreate = 'Napravi';
$strCreateIndex = 'Napravi kljuè sa&nbsp;%s&nbsp;stupcem(aca)';
$strCreateIndexTopic = 'Napravi novi kljuè';
$strCreateNewDatabase = 'Napravi bazu podataka';
$strCreateNewTable = 'Napravi novu tablicu u bazi ';
$strCriteria = 'Kriterij';
 
$strData = 'Podaci';
$strDatabase = 'Baza podataka';
$strDatabaseHasBeenDropped = 'Baza %s je izbrisana.';
$strDatabases = 'baze';
$strDatabasesStats = 'Statistika baze';
$strDataOnly = 'Samo podaci';
$strDefault = 'Default';
$strDelete = 'Izbri¹i';
$strDeleted = 'Red je izbrisan';
$strDeletedRows = 'Izbrisani redovi:';
$strDescending = 'Opadajuæi';
$strDisplayOrder = 'Redoslijed prikaza:';
$strDoAQuery = 'Napravi "upit po primjeru" (<i>wildcard</i>: "%")';
$strDocu = 'Dokumentacija';
$strDoYouReally = 'Da li stvarno ¾elite ';
$strDrop = 'Izbri¹i';
$strDumpingData = 'Izvoz <i>(dump)</i> podataka tablice';
$strDynamic = 'dinamièno';
 
$strEdit = 'Promijeni';
$strEditPrivileges = 'Promijeni privilegije';
$strEffective = 'Efektivno';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).';
$strEnd = 'Kraj';
$strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom ';
$strError = 'Gre¹ka';
$strExtendedInserts = 'Pro¹ireni INSERT';
$strExtra = 'Dodatno';
 
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s izbrisano';
$strFields = 'Broj polja';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Podaci ograðeni sa';
$strFieldsEscapedBy = '<i>Escape</i> znak &nbsp; &nbsp; &nbsp;';
$strFieldsTerminatedBy = 'Podaci razdvojeni sa';
$strFixed = 'sreðeno';
$strFlushTable = 'Osvje¾i tablicu';
$strFormat = 'Format';
$strFormEmpty = 'Nedostaje vrijednost u formi !';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenTime = 'Vrijeme podizanja';
$strGo = 'Kreni';
$strGzip = '"gzip-ano"';
 
$strHasBeenAltered = 'je promijenjen.';
$strHasBeenCreated = 'je kreiran/a.';
$strHome = 'Poèetna stranica';
$strHomepageOfficial = 'phpMyAdmin WEB site';
$strHost = 'Host (domena)';
$strHostEmpty = 'Ime domene je prazno!';
 
$strIdxFulltext = 'Puni tekst';
$strIgnore = 'Ignoriraj';
$strIndex = 'Kljuè';
$strIndexes = 'Kljuèevi';
$strIndexHasBeenDropped = 'Kljuè %s je izbrisan';
$strIndexName = 'Ime kljuèa :';
$strIndexType = 'Vrsta kljuèa :';
$strInsert = 'Novi redak';
$strInsertAsNewRow = 'Unesi kao novi redak';
$strInsertedRows = 'Uneseni reci:';
$strInsertNewRow = 'Unesi novi redak';
$strInUse = 'se koristi';
 
$strKeepPass = 'Ne mijenjaj lozinku';
$strKeyname = 'Ime Kljuèa';
$strKill = 'Zaustavi';
 
$strLengthSet = 'Du¾ina/Vrijednost*';
$strLimitNumRows = 'Broj redaka po stranici';
$strLinesTerminatedBy = 'Linije zavr¹avaju na';
$strLinksTo = 'Links to';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLogin = 'Prijava';
$strLogout = 'Odjava';
$strLogPassword = 'Lozinka:';
$strLogUsername = 'Korisnièko ime:';
 
$strModifications = 'Izmjene su spremljene';
$strModify = 'Promijeni';
$strModifyIndexTopic = 'Promijeni kljuè';
$strMoveTable = 'Preimenuj tablicu u (baza<b>.</b>tablica):';
$strMoveTableOK = 'Tablica %s se sada zove %s.';
$strMySQLSaid = 'MySQL poruka: ';
$strMySQLShowProcess = 'Prika¾i listu procesa';
$strMySQLShowStatus = 'Prika¾i MySQL runtime informacije';
$strMySQLShowVars = 'Prika¾i MySQL sistemske varijable';
 
$strName = 'Ime';
$strNext = 'Sljedeæi';
$strNo = 'Ne';
$strNoDatabases = 'Baza ne postoji';
$strNoDropDatabases = '"DROP DATABASE" naredba je onemoguæena.';
$strNoFrames = 'phpMyAdmin preferira preglednike koji podr¾avaju frame-ove.';
$strNoIndex = 'Kljuè nije definiran!';
$strNoIndexPartsDefined = 'Dijelovi kljuèa nisu definirani!';
$strNoModification = 'Nema nikakvih promjena';
$strNone = 'Ni¹ta';
$strNoPassword = 'Nema lozinke';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nemate dovoljno prava za ovo podruèje!';
$strNoTablesFound = 'Tablica nije pronaðena u bazi.';
$strNotNumber = 'To nije broj!';
$strNoUsersFound = 'Korisnik(ci) nije pronaðen.';
$strNull = 'Null';
 
$strOptimizeTable = 'Optimiziraj tablicu';
$strOr = 'ili';
$strOverhead = 'Prekoraèenje';
 
$strPartialText = 'Dio teksta';
$strPassword = 'Lozinka';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordNotSame = 'Lozinka se ne podudara!';
$strPHPVersion = 'verzija PHP-a';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> dio mora biti namje¹ten u konfiguracijskoj datoteci (config.inc.php)!';
$strPos1 = 'Poèetak';
$strPrevious = 'Prethodna';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni kljuè je izbrisan';
$strPrimaryKeyName = 'Ime primarnog kljuèa mora biti... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime i <b>samo</b> ime primarnog kljuèa!)';
$strPrintView = 'Sa¾etak';
$strPrivileges = 'Privilegije';
 
$strQBE = 'Upit po primjeru';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
 
$strRecords = 'Reci';
$strReferentialIntegrity = 'Provjeri ispravnost veza:';
$strReloadMySQL = 'Ponovo pokreni MySQL (<i>reload</i>)';
$strRenameTable = 'Promijeni ime tablice u ';
$strRenameTableOK = 'Tablici %s promjenjeno ime u %s';
$strRepairTable = 'Popravi tablicu';
$strReplaceTable = 'Zamijeni podatke u tablici sa datotekom';
$strReset = 'Resetiraj';
$strReType = 'Ponovite unos';
$strRevoke = 'Opozovi';
$strRevokeMessage = 'Opozvali ste privilegije za %s';
$strRowLength = 'Du¾ina retka';
$strRows = 'Redaka';
$strRowsFrom = ' redaka poèev¹i od retka';
$strRowSize = ' Velièina retka ';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s naèinu i ispi¹i zaglavlje poslije svakog %s retka';
$strRowsModeVertical = 'vertikalnom';
$strRowsStatistic = 'Statistika redaka';
$strRunning = 'pokrenuto na %s';
$strRunQuery = 'Izvr¹i SQL upit';
$strRunSQLQuery = 'Izvr¹i SQL upit(e) na bazi ';
 
$strSave = 'Spremi';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Oznaèi sve';
$strSelectFields = 'Izaberite polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSend = 'Spremi u datoteku';
$strServerChoice = 'Izbor servera';
$strServerVersion = 'Verzija servera';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam zatreba <i>backslash</i> ("\") ili jednostruki navodnik ("\'") navedite ih koristeæi <i>backslash</i> (npr. \'\\\\xyz\' ili \'a\\\'b\').';
$strShow = 'Prika¾i';
$strShowAll = 'Prika¾i sve';
$strShowingRecords = 'Prikaz redaka';
$strShowPHPInfo = 'Prika¾i informacije o PHP-u';
$strShowTables = 'Prika¾i tablice';
$strShowThisQuery = ' Prika¾i ovaj upit ponovo ';
$strSingly = '(po jednom polju)';
$strSize = 'Velièina';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeæe';
$strSQLQuery = 'SQL-upit';
$strStatement = 'Ime';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podaci';
$strStrucDrop = 'Dodaj DROP TABLE';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucOnly = 'Samo struktura';
$strSubmit = 'Pokreni';
$strSuccess = 'Va¹ SQL upit je uspje¹no izvr¹en';
$strSum = 'Ukupno';
 
$strTable = 'Tablica';
$strTableComments = 'Komentar tablice';
$strTableEmpty = 'Ime tablice je prazno!';
$strTableHasBeenDropped = 'Tablica %s je izbrisana';
$strTableHasBeenEmptied = 'Tablica %s je ispra¾njena';
$strTableHasBeenFlushed = 'Tablica %s je osvje¾ena';
$strTableMaintenance = 'Radnje na tablici';
$strTables = '%s tablica/e';
$strTableStructure = 'Struktura tablice';
$strTableType = 'Vrsta tablice';
$strTextAreaLength = ' Zbog velièine ovog polja,<br /> polje mo¾da neæete moæi mijenjati ';
$strTotal = 'ukupno';
$strType = 'Vrsta';
 
$strUncheckAll = 'Makni oznake';
$strUnique = 'Jedinstveni kljuè';
$strUnselectAll = 'Makni oznake';
$strUpdatePrivMessage = 'Promijenili ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promijenjen.';
$strUpdateQuery = 'Promijeni SQL-upit';
$strUsage = 'Zauzeæe';
$strUseBackquotes = 'Koristi \' za ogranièavanje imena polja';
$strUser = 'Korisnik';
$strUserEmpty = 'Ime korisnika je prazno!';
$strUserName = 'Ime korisnika';
$strUseTables = 'Koristi tablice';
 
$strValue = 'Vrijednost';
$strViewDump = 'Prika¾i dump (shemu) tablice';
$strViewDumpDB = 'Prika¾i dump (shemu) baze';
 
$strWelcome = 'Dobrodo¹li u %s';
$strWithChecked = 'Oznaèeno:';
$strWrongUser = 'Pogre¹no korisnièko ime/lozinka. Pristup odbijen.';
 
$strYes = 'Da';
 
$strZip = '"zip-ano"';
// To translate
 
$strAllTableSameWidth = 'display all Tables with same width?'; //to translate
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
 
$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
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strChangeDisplay = 'Choose Field to display'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
$strChoosePage = 'Please choose a Page to edit'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strComments = 'Comments'; //to translate
$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
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strCreatePage = 'Create a new Page'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
 
$strDisabled = 'Disabled'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
 
$strEditPDFPages = 'Edit PDF Pages'; //to translate
$strEnabled = 'Enabled'; //to translate
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strExport = 'Export'; //to translate
 
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
 
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
 
$strLinkNotFound = 'Link not found'; //to translate
 
$strMySQLCharset = 'MySQL Charset'; //to translate
 
$strNoDescription = 'no Description'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNoPhp = 'without PHP Code'; //to translate
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
 
$strOK = 'OK'; //to translate
$strOperations = 'Operations'; //to translate
 
$strPageNumber = 'Page number:'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
$strPdfNoTables = 'No tables'; //to translate
$strPhp = 'Create PHP Code'; //to translate
 
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
$strRelationView = 'Relation view'; //to translate
 
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSearch = 'Search';//to translate
$strSearchFormTitle = 'Search in database';//to translate
$strSearchInTables = 'Inside table(s):';//to translate
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
$strSearchOption1 = 'at least one of the words';//to translate
$strSearchOption2 = 'all words';//to translate
$strSearchOption3 = 'the exact phrase';//to translate
$strSearchOption4 = 'as regular expression';//to translate
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
$strSearchType = 'Find:';//to translate
$strSelectTables = 'Select Tables'; //to translate
$strShowColor = 'Show color'; //to translate
$strShowGrid = 'Show grid'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
$strSQL = 'SQL'; //to translate
$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
$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
$strSQLResult = 'SQL result'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strStructPropose = 'Propose table structure'; //to translate
$strStructure = 'Structure'; //to translate
 
$strValidateSQL = 'Validate SQL'; //to translate
 
$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
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$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
$strServer = 'Server'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$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
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
 
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strConnections = 'Connections'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strPerHour = 'per hour'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryType = 'Query type'; //to translate
$strReceived = 'Received'; //to translate
$strSent = 'Sent'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strTraffic = 'Traffic'; //to translate
$strVar = 'Variable'; //to translate
 
$strCommand = 'Command'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strId = 'ID'; //to translate
$strProcesslist = 'Process list'; //to translate
$strStatus = 'Status'; //to translate
$strTime = 'Time'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
 
$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
$strLaTeX = 'LaTeX'; //to translate
 
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this 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
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, 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
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$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
$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
$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
$strAutodetect = 'Autodetect'; //to translate
$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
$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
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$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.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //to translate
$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'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/croatian-utf-8.inc.php
0,0 → 1,1005
<?php
/* $Id: croatian-utf-8.inc.php,v 2.116.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Translation made by: Sime Essert <sime@nofrx.org>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub');
$month = array('Sij', 'Vel', 'Ožu', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
 
$strAccessDenied = 'Pristup odbijen';
$strAction = 'Akcija';
$strAddDeleteColumn = 'Dodaj/izbriši stupac';
$strAddDeleteRow = 'Dodaj/izbriši polje za kriterij';
$strAddNewField = 'Dodaj novi stupac';
$strAddSearchConditions = 'Dodaj uvjete pretraživanja (dio "where" upita):';
$strAddToIndex = 'Dodaj ključ';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Korisnik dodan';
$strAffectedRows = 'Promijenjeno redaka:';
$strAfter = 'Nakon %s';
$strAfterInsertBack = 'Natrag na prethodnu stranicu';
$strAfterInsertNewInsert = 'Dodaj još jedan red';
$strAll = 'Sve';
$strAlterOrderBy = 'Promijeni redoslijed u tablici';
$strAnalyzeTable = 'Analiziraj tablicu';
$strAnd = 'i';
$strAnIndex = 'Ključ je upravo dodan %s';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji server';
$strAnyUser = 'Bilo koji korisnik';
$strAPrimaryKey = 'Primarni ključ je upravo dodan %s';
$strAscending = 'Rastući';
$strAtBeginningOfTable = 'Na početku tablice';
$strAtEndOfTable = 'Na kraju tablice';
$strAttr = 'Svojstva';
 
$strBack = 'Nazad';
$strBinary = 'Binarno';
$strBinaryDoNotEdit = 'Binarno - ne mijenjaj';
$strBookmarkDeleted = 'Oznaka je upravo izbrisana.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Označeni SQL-upit';
$strBookmarkThis = 'Označi SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowse = 'Pregled';
$strBzip = '"bzip-ano"';
 
$strCantRenameIdxToPrimary = 'Ne mogu promijeniti ključ u PRIMARY (primarni) !';
$strCardinality = 'Kardinalnost';
$strChange = 'Promijeni';
$strChangePassword = 'Promijeni šifru';
$strCheckAll = 'Označi sve';
$strCheckTable = 'Provjeri tablicu';
$strColumnNames = 'Imena stupaca';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCookiesRequired = '<i>Cookies</i> moraju biti omogućeni.';
$strCopyTable = 'Kopiram tablicu u (baza<b>.</b>tablica):';
$strCopyTableOK = 'Tablica %s je upravo kopirana u %s.';
$strCreate = 'Napravi';
$strCreateIndex = 'Napravi ključ sa&nbsp;%s&nbsp;stupcem(aca)';
$strCreateIndexTopic = 'Napravi novi ključ';
$strCreateNewDatabase = 'Napravi bazu podataka';
$strCreateNewTable = 'Napravi novu tablicu u bazi ';
$strCriteria = 'Kriterij';
 
$strData = 'Podaci';
$strDatabase = 'Baza podataka';
$strDatabaseHasBeenDropped = 'Baza %s je izbrisana.';
$strDatabases = 'baze';
$strDatabasesStats = 'Statistika baze';
$strDataOnly = 'Samo podaci';
$strDefault = 'Default';
$strDelete = 'Izbriši';
$strDeleted = 'Red je izbrisan';
$strDeletedRows = 'Izbrisani redovi:';
$strDescending = 'Opadajući';
$strDisplayOrder = 'Redoslijed prikaza:';
$strDoAQuery = 'Napravi "upit po primjeru" (<i>wildcard</i>: "%")';
$strDocu = 'Dokumentacija';
$strDoYouReally = 'Da li stvarno želite ';
$strDrop = 'Izbriši';
$strDumpingData = 'Izvoz <i>(dump)</i> podataka tablice';
$strDynamic = 'dinamično';
 
$strEdit = 'Promijeni';
$strEditPrivileges = 'Promijeni privilegije';
$strEffective = 'Efektivno';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).';
$strEnd = 'Kraj';
$strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom ';
$strError = 'Greška';
$strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
 
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s izbrisano';
$strFields = 'Broj polja';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Podaci ograđeni sa';
$strFieldsEscapedBy = '<i>Escape</i> znak &nbsp; &nbsp; &nbsp;';
$strFieldsTerminatedBy = 'Podaci razdvojeni sa';
$strFixed = 'sređeno';
$strFlushTable = 'Osvježi tablicu';
$strFormat = 'Format';
$strFormEmpty = 'Nedostaje vrijednost u formi !';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenTime = 'Vrijeme podizanja';
$strGo = 'Kreni';
$strGzip = '"gzip-ano"';
 
$strHasBeenAltered = 'je promijenjen.';
$strHasBeenCreated = 'je kreiran/a.';
$strHome = 'Početna stranica';
$strHomepageOfficial = 'phpMyAdmin WEB site';
$strHost = 'Host (domena)';
$strHostEmpty = 'Ime domene je prazno!';
 
$strIdxFulltext = 'Puni tekst';
$strIgnore = 'Ignoriraj';
$strIndex = 'Ključ';
$strIndexes = 'Ključevi';
$strIndexHasBeenDropped = 'Ključ %s je izbrisan';
$strIndexName = 'Ime ključa :';
$strIndexType = 'Vrsta ključa :';
$strInsert = 'Novi redak';
$strInsertAsNewRow = 'Unesi kao novi redak';
$strInsertedRows = 'Uneseni reci:';
$strInsertNewRow = 'Unesi novi redak';
$strInUse = 'se koristi';
 
$strKeepPass = 'Ne mijenjaj lozinku';
$strKeyname = 'Ime Ključa';
$strKill = 'Zaustavi';
 
$strLengthSet = 'Dužina/Vrijednost*';
$strLimitNumRows = 'Broj redaka po stranici';
$strLinesTerminatedBy = 'Linije završavaju na';
$strLinksTo = 'Links to';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLogin = 'Prijava';
$strLogout = 'Odjava';
$strLogPassword = 'Lozinka:';
$strLogUsername = 'Korisničko ime:';
 
$strModifications = 'Izmjene su spremljene';
$strModify = 'Promijeni';
$strModifyIndexTopic = 'Promijeni ključ';
$strMoveTable = 'Preimenuj tablicu u (baza<b>.</b>tablica):';
$strMoveTableOK = 'Tablica %s se sada zove %s.';
$strMySQLSaid = 'MySQL poruka: ';
$strMySQLShowProcess = 'Prikaži listu procesa';
$strMySQLShowStatus = 'Prikaži MySQL runtime informacije';
$strMySQLShowVars = 'Prikaži MySQL sistemske varijable';
 
$strName = 'Ime';
$strNext = 'Sljedeći';
$strNo = 'Ne';
$strNoDatabases = 'Baza ne postoji';
$strNoDropDatabases = '"DROP DATABASE" naredba je onemogućena.';
$strNoFrames = 'phpMyAdmin preferira preglednike koji podržavaju frame-ove.';
$strNoIndex = 'Ključ nije definiran!';
$strNoIndexPartsDefined = 'Dijelovi ključa nisu definirani!';
$strNoModification = 'Nema nikakvih promjena';
$strNone = 'Ništa';
$strNoPassword = 'Nema lozinke';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nemate dovoljno prava za ovo područje!';
$strNoTablesFound = 'Tablica nije pronađena u bazi.';
$strNotNumber = 'To nije broj!';
$strNoUsersFound = 'Korisnik(ci) nije pronađen.';
$strNull = 'Null';
 
$strOptimizeTable = 'Optimiziraj tablicu';
$strOr = 'ili';
$strOverhead = 'Prekoračenje';
 
$strPartialText = 'Dio teksta';
$strPassword = 'Lozinka';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordNotSame = 'Lozinka se ne podudara!';
$strPHPVersion = 'verzija PHP-a';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> dio mora biti namješten u konfiguracijskoj datoteci (config.inc.php)!';
$strPos1 = 'Početak';
$strPrevious = 'Prethodna';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni ključ je izbrisan';
$strPrimaryKeyName = 'Ime primarnog ključa mora biti... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime i <b>samo</b> ime primarnog ključa!)';
$strPrintView = 'Sažetak';
$strPrivileges = 'Privilegije';
 
$strQBE = 'Upit po primjeru';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
 
$strRecords = 'Reci';
$strReferentialIntegrity = 'Provjeri ispravnost veza:';
$strReloadMySQL = 'Ponovo pokreni MySQL (<i>reload</i>)';
$strRenameTable = 'Promijeni ime tablice u ';
$strRenameTableOK = 'Tablici %s promjenjeno ime u %s';
$strRepairTable = 'Popravi tablicu';
$strReplaceTable = 'Zamijeni podatke u tablici sa datotekom';
$strReset = 'Resetiraj';
$strReType = 'Ponovite unos';
$strRevoke = 'Opozovi';
$strRevokeMessage = 'Opozvali ste privilegije za %s';
$strRowLength = 'Dužina retka';
$strRows = 'Redaka';
$strRowsFrom = ' redaka počevši od retka';
$strRowSize = ' Veličina retka ';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s načinu i ispiši zaglavlje poslije svakog %s retka';
$strRowsModeVertical = 'vertikalnom';
$strRowsStatistic = 'Statistika redaka';
$strRunning = 'pokrenuto na %s';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi ';
 
$strSave = 'Spremi';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Označi sve';
$strSelectFields = 'Izaberite polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSend = 'Spremi u datoteku';
$strServerChoice = 'Izbor servera';
$strServerVersion = 'Verzija servera';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam zatreba <i>backslash</i> ("\") ili jednostruki navodnik ("\'") navedite ih koristeći <i>backslash</i> (npr. \'\\\\xyz\' ili \'a\\\'b\').';
$strShow = 'Prikaži';
$strShowAll = 'Prikaži sve';
$strShowingRecords = 'Prikaz redaka';
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
$strShowTables = 'Prikaži tablice';
$strShowThisQuery = ' Prikaži ovaj upit ponovo ';
$strSingly = '(po jednom polju)';
$strSize = 'Veličina';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeće';
$strSQLQuery = 'SQL-upit';
$strStatement = 'Ime';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podaci';
$strStrucDrop = 'Dodaj DROP TABLE';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucOnly = 'Samo struktura';
$strSubmit = 'Pokreni';
$strSuccess = 'Vaš SQL upit je uspješno izvršen';
$strSum = 'Ukupno';
 
$strTable = 'Tablica';
$strTableComments = 'Komentar tablice';
$strTableEmpty = 'Ime tablice je prazno!';
$strTableHasBeenDropped = 'Tablica %s je izbrisana';
$strTableHasBeenEmptied = 'Tablica %s je ispražnjena';
$strTableHasBeenFlushed = 'Tablica %s je osvježena';
$strTableMaintenance = 'Radnje na tablici';
$strTables = '%s tablica/e';
$strTableStructure = 'Struktura tablice';
$strTableType = 'Vrsta tablice';
$strTextAreaLength = ' Zbog veličine ovog polja,<br /> polje možda nećete moći mijenjati ';
$strTotal = 'ukupno';
$strType = 'Vrsta';
 
$strUncheckAll = 'Makni oznake';
$strUnique = 'Jedinstveni ključ';
$strUnselectAll = 'Makni oznake';
$strUpdatePrivMessage = 'Promijenili ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promijenjen.';
$strUpdateQuery = 'Promijeni SQL-upit';
$strUsage = 'Zauzeće';
$strUseBackquotes = 'Koristi \' za ograničavanje imena polja';
$strUser = 'Korisnik';
$strUserEmpty = 'Ime korisnika je prazno!';
$strUserName = 'Ime korisnika';
$strUseTables = 'Koristi tablice';
 
$strValue = 'Vrijednost';
$strViewDump = 'Prikaži dump (shemu) tablice';
$strViewDumpDB = 'Prikaži dump (shemu) baze';
 
$strWelcome = 'Dobrodošli u %s';
$strWithChecked = 'Označeno:';
$strWrongUser = 'Pogrešno korisničko ime/lozinka. Pristup odbijen.';
 
$strYes = 'Da';
 
$strZip = '"zip-ano"';
// To translate
 
$strAllTableSameWidth = 'display all Tables with same width?'; //to translate
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
 
$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
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strChangeDisplay = 'Choose Field to display'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
$strChoosePage = 'Please choose a Page to edit'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strComments = 'Comments'; //to translate
$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
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strCreatePage = 'Create a new Page'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
 
$strDisabled = 'Disabled'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
 
$strEditPDFPages = 'Edit PDF Pages'; //to translate
$strEnabled = 'Enabled'; //to translate
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strExport = 'Export'; //to translate
 
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
 
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
 
$strLinkNotFound = 'Link not found'; //to translate
 
$strMySQLCharset = 'MySQL Charset'; //to translate
 
$strNoDescription = 'no Description'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNoPhp = 'without PHP Code'; //to translate
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
 
$strOK = 'OK'; //to translate
$strOperations = 'Operations'; //to translate
 
$strPageNumber = 'Page number:'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
$strPdfNoTables = 'No tables'; //to translate
$strPhp = 'Create PHP Code'; //to translate
 
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
$strRelationView = 'Relation view'; //to translate
 
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSearch = 'Search';//to translate
$strSearchFormTitle = 'Search in database';//to translate
$strSearchInTables = 'Inside table(s):';//to translate
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
$strSearchOption1 = 'at least one of the words';//to translate
$strSearchOption2 = 'all words';//to translate
$strSearchOption3 = 'the exact phrase';//to translate
$strSearchOption4 = 'as regular expression';//to translate
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
$strSearchType = 'Find:';//to translate
$strSelectTables = 'Select Tables'; //to translate
$strShowColor = 'Show color'; //to translate
$strShowGrid = 'Show grid'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
$strSQL = 'SQL'; //to translate
$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
$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
$strSQLResult = 'SQL result'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strStructPropose = 'Propose table structure'; //to translate
$strStructure = 'Structure'; //to translate
 
$strValidateSQL = 'Validate SQL'; //to translate
 
$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
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$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
$strServer = 'Server'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$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
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
 
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strConnections = 'Connections'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strPerHour = 'per hour'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryType = 'Query type'; //to translate
$strReceived = 'Received'; //to translate
$strSent = 'Sent'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strTraffic = 'Traffic'; //to translate
$strVar = 'Variable'; //to translate
 
$strCommand = 'Command'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strId = 'ID'; //to translate
$strProcesslist = 'Process list'; //to translate
$strStatus = 'Status'; //to translate
$strTime = 'Time'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
 
$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
$strLaTeX = 'LaTeX'; //to translate
 
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this 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
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, 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
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$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
$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
$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
$strAutodetect = 'Autodetect'; //to translate
$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
$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
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$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.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //to translate
$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'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/croatian-windows-1250.inc.php
0,0 → 1,1004
<?php
/* $Id: croatian-windows-1250.inc.php,v 2.117.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Translation made by: Sime Essert <sime@nofrx.org>
*/
 
$charset = 'windows-1250';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Èet', 'Pet', 'Sub');
$month = array('Sij', 'Vel', 'Ožu', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
 
$strAccessDenied = 'Pristup odbijen';
$strAction = 'Akcija';
$strAddDeleteColumn = 'Dodaj/izbriši stupac';
$strAddDeleteRow = 'Dodaj/izbriši polje za kriterij';
$strAddNewField = 'Dodaj novi stupac';
$strAddSearchConditions = 'Dodaj uvjete pretraživanja (dio "where" upita):';
$strAddToIndex = 'Dodaj kljuè';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Korisnik dodan';
$strAffectedRows = 'Promijenjeno redaka:';
$strAfter = 'Nakon %s';
$strAfterInsertBack = 'Natrag na prethodnu stranicu';
$strAfterInsertNewInsert = 'Dodaj još jedan red';
$strAll = 'Sve';
$strAlterOrderBy = 'Promijeni redoslijed u tablici';
$strAnalyzeTable = 'Analiziraj tablicu';
$strAnd = 'i';
$strAnIndex = 'Kljuè je upravo dodan %s';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji server';
$strAnyUser = 'Bilo koji korisnik';
$strAPrimaryKey = 'Primarni kljuè je upravo dodan %s';
$strAscending = 'Rastuæi';
$strAtBeginningOfTable = 'Na poèetku tablice';
$strAtEndOfTable = 'Na kraju tablice';
$strAttr = 'Svojstva';
 
$strBack = 'Nazad';
$strBinary = 'Binarno';
$strBinaryDoNotEdit = 'Binarno - ne mijenjaj';
$strBookmarkDeleted = 'Oznaka je upravo izbrisana.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Oznaèeni SQL-upit';
$strBookmarkThis = 'Oznaèi SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowse = 'Pregled';
$strBzip = '"bzip-ano"';
 
$strCantRenameIdxToPrimary = 'Ne mogu promijeniti kljuè u PRIMARY (primarni) !';
$strCardinality = 'Kardinalnost';
$strChange = 'Promijeni';
$strChangePassword = 'Promijeni šifru';
$strCheckAll = 'Oznaèi sve';
$strCheckTable = 'Provjeri tablicu';
$strColumnNames = 'Imena stupaca';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCookiesRequired = '<i>Cookies</i> moraju biti omoguæeni.';
$strCopyTable = 'Kopiram tablicu u (baza<b>.</b>tablica):';
$strCopyTableOK = 'Tablica %s je upravo kopirana u %s.';
$strCreate = 'Napravi';
$strCreateIndex = 'Napravi kljuè sa&nbsp;%s&nbsp;stupcem(aca)';
$strCreateIndexTopic = 'Napravi novi kljuè';
$strCreateNewDatabase = 'Napravi bazu podataka';
$strCreateNewTable = 'Napravi novu tablicu u bazi ';
$strCriteria = 'Kriterij';
 
$strData = 'Podaci';
$strDatabase = 'Baza podataka';
$strDatabaseHasBeenDropped = 'Baza %s je izbrisana.';
$strDatabases = 'baze';
$strDatabasesStats = 'Statistika baze';
$strDataOnly = 'Samo podaci';
$strDefault = 'Default';
$strDelete = 'Izbriši';
$strDeleted = 'Red je izbrisan';
$strDeletedRows = 'Izbrisani redovi:';
$strDescending = 'Opadajuæi';
$strDisplayOrder = 'Redoslijed prikaza:';
$strDoAQuery = 'Napravi "upit po primjeru" (<i>wildcard</i>: "%")';
$strDocu = 'Dokumentacija';
$strDoYouReally = 'Da li stvarno želite ';
$strDrop = 'Izbriši';
$strDumpingData = 'Izvoz <i>(dump)</i> podataka tablice';
$strDynamic = 'dinamièno';
 
$strEdit = 'Promijeni';
$strEditPrivileges = 'Promijeni privilegije';
$strEffective = 'Efektivno';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).';
$strEnd = 'Kraj';
$strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom ';
$strError = 'Greška';
$strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
 
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s izbrisano';
$strFields = 'Broj polja';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Podaci ograðeni sa';
$strFieldsEscapedBy = '<i>Escape</i> znak &nbsp; &nbsp; &nbsp;';
$strFieldsTerminatedBy = 'Podaci razdvojeni sa';
$strFixed = 'sreðeno';
$strFlushTable = 'Osvježi tablicu';
$strFormat = 'Format';
$strFormEmpty = 'Nedostaje vrijednost u formi !';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenTime = 'Vrijeme podizanja';
$strGo = 'Kreni';
$strGzip = '"gzip-ano"';
 
$strHasBeenAltered = 'je promijenjen.';
$strHasBeenCreated = 'je kreiran/a.';
$strHome = 'Poèetna stranica';
$strHomepageOfficial = 'phpMyAdmin WEB site';
$strHost = 'Host (domena)';
$strHostEmpty = 'Ime domene je prazno!';
 
$strIdxFulltext = 'Puni tekst';
$strIgnore = 'Ignoriraj';
$strIndex = 'Kljuè';
$strIndexes = 'Kljuèevi';
$strIndexHasBeenDropped = 'Kljuè %s je izbrisan';
$strIndexName = 'Ime kljuèa :';
$strIndexType = 'Vrsta kljuèa :';
$strInsert = 'Novi redak';
$strInsertAsNewRow = 'Unesi kao novi redak';
$strInsertedRows = 'Uneseni reci:';
$strInsertNewRow = 'Unesi novi redak';
$strInUse = 'se koristi';
 
$strKeepPass = 'Ne mijenjaj lozinku';
$strKeyname = 'Ime Kljuèa';
$strKill = 'Zaustavi';
 
$strLengthSet = 'Dužina/Vrijednost*';
$strLimitNumRows = 'Broj redaka po stranici';
$strLinesTerminatedBy = 'Linije završavaju na';
$strLinksTo = 'Links to';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLogin = 'Prijava';
$strLogout = 'Odjava';
$strLogPassword = 'Lozinka:';
$strLogUsername = 'Korisnièko ime:';
 
$strModifications = 'Izmjene su spremljene';
$strModify = 'Promijeni';
$strModifyIndexTopic = 'Promijeni kljuè';
$strMoveTable = 'Preimenuj tablicu u (baza<b>.</b>tablica):';
$strMoveTableOK = 'Tablica %s se sada zove %s.';
$strMySQLSaid = 'MySQL poruka: ';
$strMySQLShowProcess = 'Prikaži listu procesa';
$strMySQLShowStatus = 'Prikaži MySQL runtime informacije';
$strMySQLShowVars = 'Prikaži MySQL sistemske varijable';
 
$strName = 'Ime';
$strNext = 'Sljedeæi';
$strNo = 'Ne';
$strNoDatabases = 'Baza ne postoji';
$strNoDropDatabases = '"DROP DATABASE" naredba je onemoguæena.';
$strNoFrames = 'phpMyAdmin preferira preglednike koji podržavaju frame-ove.';
$strNoIndex = 'Kljuè nije definiran!';
$strNoIndexPartsDefined = 'Dijelovi kljuèa nisu definirani!';
$strNoModification = 'Nema nikakvih promjena';
$strNone = 'Ništa';
$strNoPassword = 'Nema lozinke';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nemate dovoljno prava za ovo podruèje!';
$strNoTablesFound = 'Tablica nije pronaðena u bazi.';
$strNotNumber = 'To nije broj!';
$strNoUsersFound = 'Korisnik(ci) nije pronaðen.';
$strNull = 'Null';
 
$strOptimizeTable = 'Optimiziraj tablicu';
$strOr = 'ili';
$strOverhead = 'Prekoraèenje';
 
$strPartialText = 'Dio teksta';
$strPassword = 'Lozinka';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordNotSame = 'Lozinka se ne podudara!';
$strPHPVersion = 'verzija PHP-a';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> dio mora biti namješten u konfiguracijskoj datoteci (config.inc.php)!';
$strPos1 = 'Poèetak';
$strPrevious = 'Prethodna';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni kljuè je izbrisan';
$strPrimaryKeyName = 'Ime primarnog kljuèa mora biti... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime i <b>samo</b> ime primarnog kljuèa!)';
$strPrintView = 'Sažetak';
$strPrivileges = 'Privilegije';
 
$strQBE = 'Upit po primjeru';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
 
$strRecords = 'Reci';
$strReferentialIntegrity = 'Provjeri ispravnost veza:';
$strReloadMySQL = 'Ponovo pokreni MySQL (<i>reload</i>)';
$strRenameTable = 'Promijeni ime tablice u ';
$strRenameTableOK = 'Tablici %s promjenjeno ime u %s';
$strRepairTable = 'Popravi tablicu';
$strReplaceTable = 'Zamijeni podatke u tablici sa datotekom';
$strReset = 'Resetiraj';
$strReType = 'Ponovite unos';
$strRevoke = 'Opozovi';
$strRevokeMessage = 'Opozvali ste privilegije za %s';
$strRowLength = 'Dužina retka';
$strRows = 'Redaka';
$strRowsFrom = ' redaka poèevši od retka';
$strRowSize = ' Velièina retka ';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s naèinu i ispiši zaglavlje poslije svakog %s retka';
$strRowsModeVertical = 'vertikalnom';
$strRowsStatistic = 'Statistika redaka';
$strRunning = 'pokrenuto na %s';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi ';
 
$strSave = 'Spremi';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Oznaèi sve';
$strSelectFields = 'Izaberite polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSend = 'Spremi u datoteku';
$strServerChoice = 'Izbor servera';
$strServerVersion = 'Verzija servera';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam zatreba <i>backslash</i> ("\") ili jednostruki navodnik ("\'") navedite ih koristeæi <i>backslash</i> (npr. \'\\\\xyz\' ili \'a\\\'b\').';
$strShow = 'Prikaži';
$strShowAll = 'Prikaži sve';
$strShowingRecords = 'Prikaz redaka';
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
$strShowTables = 'Prikaži tablice';
$strShowThisQuery = ' Prikaži ovaj upit ponovo ';
$strSingly = '(po jednom polju)';
$strSize = 'Velièina';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeæe';
$strSQLQuery = 'SQL-upit';
$strStatement = 'Ime';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podaci';
$strStrucDrop = 'Dodaj DROP TABLE';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucOnly = 'Samo struktura';
$strSubmit = 'Pokreni';
$strSuccess = 'Vaš SQL upit je uspješno izvršen';
$strSum = 'Ukupno';
 
$strTable = 'Tablica';
$strTableComments = 'Komentar tablice';
$strTableEmpty = 'Ime tablice je prazno!';
$strTableHasBeenDropped = 'Tablica %s je izbrisana';
$strTableHasBeenEmptied = 'Tablica %s je ispražnjena';
$strTableHasBeenFlushed = 'Tablica %s je osvježena';
$strTableMaintenance = 'Radnje na tablici';
$strTables = '%s tablica/e';
$strTableStructure = 'Struktura tablice';
$strTableType = 'Vrsta tablice';
$strTextAreaLength = ' Zbog velièine ovog polja,<br /> polje možda neæete moæi mijenjati ';
$strTotal = 'ukupno';
$strType = 'Vrsta';
 
$strUncheckAll = 'Makni oznake';
$strUnique = 'Jedinstveni kljuè';
$strUnselectAll = 'Makni oznake';
$strUpdatePrivMessage = 'Promijenili ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promijenjen.';
$strUpdateQuery = 'Promijeni SQL-upit';
$strUsage = 'Zauzeæe';
$strUseBackquotes = 'Koristi \' za ogranièavanje imena polja';
$strUser = 'Korisnik';
$strUserEmpty = 'Ime korisnika je prazno!';
$strUserName = 'Ime korisnika';
$strUseTables = 'Koristi tablice';
 
$strValue = 'Vrijednost';
$strViewDump = 'Prikaži dump (shemu) tablice';
$strViewDumpDB = 'Prikaži dump (shemu) baze';
 
$strWelcome = 'Dobrodošli u %s';
$strWithChecked = 'Oznaèeno:';
$strWrongUser = 'Pogrešno korisnièko ime/lozinka. Pristup odbijen.';
 
$strYes = 'Da';
 
$strZip = '"zip-ano"';
// To translate
 
$strAllTableSameWidth = 'display all Tables with same width?'; //to translate
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
 
$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
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strChangeDisplay = 'Choose Field to display'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
$strChoosePage = 'Please choose a Page to edit'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strComments = 'Comments'; //to translate
$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
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strCreatePage = 'Create a new Page'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
 
$strDisabled = 'Disabled'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
 
$strEditPDFPages = 'Edit PDF Pages'; //to translate
$strEnabled = 'Enabled'; //to translate
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strExport = 'Export'; //to translate
 
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
 
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
 
$strLinkNotFound = 'Link not found'; //to translate
 
$strMySQLCharset = 'MySQL Charset'; //to translate
 
$strNoDescription = 'no Description'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNoPhp = 'without PHP Code'; //to translate
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
 
$strOK = 'OK'; //to translate
$strOperations = 'Operations'; //to translate
 
$strPageNumber = 'Page number:'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
$strPdfNoTables = 'No tables'; //to translate
$strPhp = 'Create PHP Code'; //to translate
 
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
$strRelationView = 'Relation view'; //to translate
 
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSearch = 'Search';//to translate
$strSearchFormTitle = 'Search in database';//to translate
$strSearchInTables = 'Inside table(s):';//to translate
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
$strSearchOption1 = 'at least one of the words';//to translate
$strSearchOption2 = 'all words';//to translate
$strSearchOption3 = 'the exact phrase';//to translate
$strSearchOption4 = 'as regular expression';//to translate
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
$strSearchType = 'Find:';//to translate
$strSelectTables = 'Select Tables'; //to translate
$strShowColor = 'Show color'; //to translate
$strShowGrid = 'Show grid'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
$strSQL = 'SQL'; //to translate
$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
$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
$strSQLResult = 'SQL result'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strStructPropose = 'Propose table structure'; //to translate
$strStructure = 'Structure'; //to translate
 
$strValidateSQL = 'Validate SQL'; //to translate
 
$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
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$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
$strServer = 'Server'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$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
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
 
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strConnections = 'Connections'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strPerHour = 'per hour'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryType = 'Query type'; //to translate
$strReceived = 'Received'; //to translate
$strSent = 'Sent'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strTraffic = 'Traffic'; //to translate
$strVar = 'Variable'; //to translate
 
$strCommand = 'Command'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strId = 'ID'; //to translate
$strProcesslist = 'Process list'; //to translate
$strStatus = 'Status'; //to translate
$strTime = 'Time'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
 
$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
$strLaTeX = 'LaTeX'; //to translate
 
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this 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
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, 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
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$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
$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
$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
$strAutodetect = 'Autodetect'; //to translate
$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
$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
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$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.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //to translate
$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'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/czech-iso-8859-2.inc.php
0,0 → 1,982
<?php
/* $Id: czech-iso-8859-2.inc.php,v 2.166.2.2 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Czech language file by
* Michal Èihaø <michal@cihar.com>
*/
 
$charset = 'iso-8859-2';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtù', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Nedìle', 'Pondìlí', 'Úterý', 'Støeda', 'Ètvrtek', 'Pátek', 'Sobota');
$month = array('ledna', 'února', 'bøezna', 'dubna', 'kvìtna', 'èervna', 'èervence', 'srpna', 'záøí', 'øíjna', 'listopadu', 'prosince');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%a %d. %b %Y, %H:%M';
 
$timespanfmt = '%s dnù, %s hodin, %s minut a %s sekund';
 
$strAbortedClients = 'Pøeru¹ené';
$strAbsolutePathToDocSqlDir = 'docSQL adresáø';
$strAccessDeniedCreateConfig = 'Pravdìpodobná pøíèina je, ¾e nemáte vytvoøený konfiguraèní soubor. Pro jeho vytvoøení by se vám mohl hodit %1$snastavovací skript%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin se pokusil pøipojit k&nbsp;MySQL serveru, a ten odmítl pøipojení. Zkontrolujte jméno serveru, u¾ivatelské jméno a heslo v&nbsp;souboru config.inc.php a ujistìte se, ¾e jsou toto¾né s&nbsp;tìmi, které máte od administrátora MySQL serveru.';
$strAccessDenied = 'Pøístup odepøen';
$strAction = 'Akce';
$strAddAutoIncrement = 'Pøidat hodnotu AUTO_INCREMENT';
$strAddConstraints = 'Pøidat integritní omezení';
$strAddDeleteColumn = 'Pøidat nebo odebrat sloupec';
$strAddDeleteRow = 'Pøidat nebo odebrat øádek';
$strAddDropDatabase = 'Pøidat DROP DATABASE';
$strAddedColumnComment = 'Pøidán komentáø ke sloupci';
$strAddedColumnRelation = 'Pøidána relace pro sloupec';
$strAddFields = 'Pøidat %s sloupcù';
$strAddHeaderComment = 'Pøidat vlastní komentáø do hlavièky (\\n oddìluje øádky)';
$strAddIfNotExists = 'Pøidat IF NOT EXISTS';
$strAddIntoComments = 'Do komentáøù pøidat';
$strAddNewField = 'Pøidat sloupec';
$strAddPrivilegesOnDb = 'Pøidat oprávnìní pro databázi';
$strAddPrivilegesOnTbl = 'Pøidat oprávnìní pro tabulku';
$strAddSearchConditions = 'Pøidat vyhledávací parametry (èást dotazu po pøíkazu &bdquo;WHERE&ldquo;):';
$strAddToIndex = 'Pøidat %s sloupcù do indexu';
$strAddUserMessage = 'U¾ivatel byl pøidán.';
$strAddUser = 'Pøidat nového u¾ivatele';
$strAdministration = 'Správa';
$strAffectedRows = 'Ovlivnìné øádky:';
$strAfterInsertBack = 'Návrat na pøedchozí stránku';
$strAfterInsertNewInsert = 'Vlo¾it dal¹í øádek';
$strAfterInsertNext = 'Upravit následující øádek';
$strAfterInsertSame = 'Návrat na tuto stránku';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Povolit pøeru¹ení importu v&nbsp;pøípadì ¾e skript pozná, ¾e se blí¾í èasový limit nastavený v&nbsp;PHP. Tímto zpùsobem mù¾ete importovat i velké soubory, ale mù¾e to zpùsobit problémy s&nbsp;transakcemi.';
$strAllTableSameWidth = 'Pou¾ít pro v¹echny tabulky stejnou ¹íøku';
$strAll = 'V¹echno';
$strAlterOrderBy = 'Zmìnit poøadí tabulky podle';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a';
$strAndThen = 'a poté';
$strAnIndex = 'K&nbsp;tabulce %s byl pøidán index';
$strAnyHost = 'Jakýkoliv poèítaè';
$strAny = 'Jakýkoliv';
$strAnyUser = 'Jakýkoliv u¾ivatel';
$strApproximateCount = 'Mù¾e být nepøesné, viz FAQ 3.11';
$strAPrimaryKey = 'V&nbsp;tabulce %s byl vytvoøen primární klíè';
$strArabic = 'Arab¹tina';
$strArmenian = 'Armén¹tina';
$strAscending = 'Vzestupnì';
$strAtBeginningOfTable = 'Na zaèátku tabulky';
$strAtEndOfTable = 'Na konci tabulky';
$strAttr = 'Vlastnosti';
$strAutodetect = 'Automaticky zjistit';
$strAutomaticLayout = 'automatické rozvr¾ení';
 
$strBack = 'Zpìt';
$strBaltic = 'Baltické';
$strBeginCut = 'ZAÈÁTEK VÝPISU';
$strBeginRaw = 'ZAÈÁTEK VÝPISU';
$strBinary = ' Binární ';
$strBinaryDoNotEdit = ' Binární - neupravujte ';
$strBinaryLog = 'Binární log';
$strBinLogEventType = 'Typ události';
$strBinLogInfo = 'Informace';
$strBinLogName = 'Jméno logu';
$strBinLogOriginalPosition = 'Pùvodní pozice';
$strBinLogPosition = 'Pozice';
$strBinLogServerId = 'ID serveru';
$strBookmarkAllUsers = 'Umo¾nit v¹em u¾ivatelùm pou¾ívat tuto polo¾ku';
$strBookmarkCreated = 'Vytvoøen oblíbený dotaz %s';
$strBookmarkDeleted = 'Polo¾ka byla smazána z&nbsp;oblíbených.';
$strBookmarkLabel = 'Název';
$strBookmarkQuery = 'Oblíbený SQL dotaz';
$strBookmarkReplace = 'Pøepsat existující oblíbený dotaz stejného jména';
$strBookmarkThis = 'Pøidat tento SQL dotaz do oblíbených';
$strBookmarkView = 'Zobrazit';
$strBrowseDistinctValues = 'Procházet odli¹né hodnoty';
$strBrowseForeignValues = 'Projít hodnoty cizích klíèù';
$strBrowse = 'Projít';
$strBufferPoolActivity = 'Aktivita vyrovnávací pamìti';
$strBufferPoolUsage = 'Vyu¾ití vyrovnávací pamìti';
$strBufferPool = 'Vyrovnávací pamì»';
$strBufferReadMissesInPercent = 'Výpadkù pøi ètení v&nbsp;%';
$strBufferReadMisses = 'Výpadkù pøi ètení';
$strBufferWriteWaits = 'Èekání na zápis';
$strBufferWriteWaitsInPercent = 'Èekání na zápis v&nbsp;%';
$strBulgarian = 'Bulhar¹tina';
$strBusyPages = 'Zpracovávaných stránek';
$strBzError = 'phpMyAdminovi se nepodaøilo zkomprimovat výpis, proto¾e roz¹íøení pro kompresi bz2 je v&nbsp;této verzi PHP chybné. Doporuèujeme tuto kompresi vypnout (nastavit <code>$cfg[\'BZipDump\']</code> v&nbsp;nastaveních phpMyAdmina na <code>FALSE</code>). Pokud chcete pou¾ívat kompresi bz2, mìli byste nainstalovat novìj¹í verzi PHP. Více informací o&nbsp;tomto problému je u&nbsp;popisu chyby %s.';
$strBzip = '&bdquo;zabzipováno&ldquo;';
 
$strCalendar = 'Kalendáø';
$strCanNotLoadImportPlugins = 'Nepodaøilo se nahrát pluginy pro import, zkontrolujte prosím va¹í instalaci!';
$strCannotLogin = 'Nepodaøilo se pøihlá¹ení k&nbsp;MySQL serveru';
$strCantLoad = 'nelze nahrát roz¹íøení %s,<br />zkontrolujte prosím nastavení PHP';
$strCantLoadRecodeIconv = 'Nelze nahrát roz¹íøení iconv ani recode potøebná pro pøevod znakových sad. Upravte nastavení PHP tak, aby umo¾òovalo pou¾ít tyto roz¹íøení nebo vypnìte pøevod znakových sad v&nbsp;phpMyAdminu.';
$strCantRenameIdxToPrimary = 'Index nemù¾ete pøejmenovat na &bdquo;PRIMARY&ldquo;!';
$strCantUseRecodeIconv = 'Nelze pou¾ít funkce iconv ani libiconv ani recode_string, pøesto¾e roz¹íøení jsou nahrána. Zkontrolujte nastavení PHP.';
$strCardinality = 'Mohutnost';
$strCaseInsensitive = 'nerozli¹ovat velká a malá písmena';
$strCaseSensitive = 'rozli¹ovat velká a malá písmena';
$strCentralEuropean = 'Støední Evropa';
$strChangeCopyModeCopy = '... zachovat pùvodního u¾ivatele.';
$strChangeCopyModeDeleteAndReload = ' ... smazat u¾ivatele a poté znovu naèíst oprávnìní.';
$strChangeCopyModeJustDelete = ' ... smazat pùvodního u¾ivatele ze v¹ech tabulek.';
$strChangeCopyModeRevoke = ' ... odebrat v¹echna oprávnìní pùvodnímu u¾ivateli a poté ho smazat.';
$strChangeCopyMode = 'Vytvoøit nového u¾ivatele se stejnými oprávnìními a ...';
$strChangeCopyUser = 'Zmìnit informace o&nbsp;u¾ivateli / Kopírovat u¾ivatele';
$strChangeDisplay = 'Zvolte které sloupce zobrazit';
$strChangePassword = 'Zmìnit heslo';
$strChange = 'Zmìnit';
$strCharsetOfFile = 'Znaková sada souboru:';
$strCharsetsAndCollations = 'Znakové sady a porovnávání';
$strCharsets = 'Znakové sady';
$strCharset = 'Znaková sada';
$strCheckAll = 'Za¹krtnout v¹e';
$strCheckOverhead = 'Za¹krtnout neoptimální';
$strCheckPrivsLong = 'Zkontrolovat oprávnìní pro databázi &bdquo;%s&ldquo;.';
$strCheckPrivs = 'Zkontrolovat oprávnìní';
$strCheckTable = 'Zkontrolovat tabulku';
$strChoosePage = 'Zvolte stránku, kterou chcete zmìnit';
$strColComFeat = 'Zobrazuji komentáøe sloupcù';
$strCollation = 'Porovnávání';
$strColumnNames = 'Názvy sloupcù';
$strColumnPrivileges = 'Oprávnìní pro jednotlivé sloupce';
$strCommand = 'Pøíkaz';
$strCommentsForTable = 'KOMENTÁØE PRO TABULKU';
$strComments = 'Komentáøe';
$strCompatibleHashing = 'Kompatibilní s&nbsp;MySQL&nbsp;4.0';
$strCompleteInserts = 'Úplné inserty';
$strCompression = 'Komprese';
$strCompressionWillBeDetected = 'Komprimace importovaného souboru bude automaticky rozpoznána. Podporovány jsou: %s';
$strConfigDefaultFileError = 'Nepodaøilo se nahrát výchozí konfiguraci ze soubouru: "%1$s"';
$strConfigFileError = 'phpMyAdmin nemohl naèíst konfiguraèní soubor!<br />Tato chyba mù¾e nastat, pokud v&nbsp;nìm PHP najde chybu nebo nemù¾e tento soubor najít.<br />Po kliknutí na následující odkaz se PHP pokusí pøímo interpretovat tento soubor a zobrazí informace o&nbsp;chybì, ke které do¹lo. Pak opravte tuto chybu (nejèastìji se jedná o&nbsp;chybìjící støedník).<br />Pokud získáte prázdnou stránku, v¹echno je v&nbsp;poøádku.';
$strConfigureTableCoord = 'Prosím, nastavte souøadnice pro tabulku %s';
$strConnectionError = 'Nepodaøilo se pøipojit: chybné nastavení.';
$strConnections = 'Pøipojení';
$strConstraintsForDumped = 'Omezení pro exportované tabulky';
$strConstraintsForTable = 'Omezení pro tabulku';
$strCookiesRequired = 'Pøihlá¹ení vy¾aduje povolené cookies.';
$strCopyDatabaseOK = 'Databáze %s byla zkopírována na %s';
$strCopy = 'Kopírovat';
$strCopyTable = 'Kopírovat tabulku do (databáze<b>.</b>tabulka):';
$strCopyTableOK = 'Tabulka %s byla zkopírována do %s.';
$strCopyTableSameNames = 'Nelze kopírovat tabulku na sebe samu!';
$strCouldNotKill = 'phpMyAdminovi se nepodaøilo ukonèit vlákno %s. Pravdìpodobnì jeho bìh ji¾ skonèil.';
$strCreateDatabaseBeforeCopying = 'Vytvoøit databázi pøed kopírováním (CREATE DATABASE)';
$strCreateIndexTopic = 'Vytvoøit nový index';
$strCreateIndex = 'Vytvoøit index na&nbsp;%s&nbsp;sloupcích';
$strCreateNewDatabase = 'Vytvoøit novou databázi';
$strCreateNewTable = 'Vytvoøit novou tabulku v&nbsp;databázi %s';
$strCreatePage = 'Vytvoøit novou stránku';
$strCreatePdfFeat = 'Vytváøení PDF';
$strCreate = 'Vytvoøit';
$strCreationDates = 'Datum vytvoøení, poslední zmìny a kontroly';
$strCriteria = 'Podmínka';
$strCroatian = 'Chorvat¹tina';
$strCSV = 'CSV';
$strCSVImportOptions = 'Nastavení CSV';
$strCSVOptions = 'Nastavení CSV exportu';
$strCyrillic = 'Cyrilika';
$strCzech = 'Èe¹tina';
$strCzechSlovak = 'Èe¹tina/Sloven¹tina';
 
$strDanish = 'Dán¹tina';
$strDatabase = 'Databáze';
$strDatabaseEmpty = 'Jméno databáze je prázdné!';
$strDatabaseExportOptions = 'Nastavení exportu databází';
$strDatabaseHasBeenDropped = 'Databáze %s byla zru¹ena.';
$strDatabaseNoTable = 'Tato databáze neobsahuje ¾ádné tabulky!';
$strDatabases = 'Databáze';
$strDatabasesDropped = '%s databáze byla úspì¹nì zru¹ena.';
$strDatabasesStatsDisable = 'Skrýt podrobnosti';
$strDatabasesStatsEnable = 'Zobrazit podrobnosti';
$strDatabasesStatsHeavyTraffic = 'Poznámka: Zobrazení podrobností o&nbsp;databázích mù¾e zpùsobit znaèné zvý¹ení provozu mezi webserverem a MySQL serverem.';
$strDatabasesStats = 'Statistiky databází';
$strData = 'Data';
$strDataDict = 'Datový slovník';
$strDataOnly = ' Jen data';
$strDataPages = 'Stránek obshahujících data';
$strDBComment = 'Komentáø k&nbsp;databázi: ';
$strDBCopy = 'Zkopírovat databázi na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Zásahù';
$strDBGLine = 'Øádka';
$strDBGMaxTimeMs = 'Min. èas, ms';
$strDBGMinTimeMs = 'Max. èas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Èas/Zásah, ms';
$strDBGTotalTimeMs = 'Celkový èas, ms';
$strDbPrivileges = 'Oprávnìní pro jednotlivé databáze';
$strDBRename = 'Pøejmenovat databázi na';
$strDbSpecific = 'závislé na databázi';
$strDefaultEngine = '%s je výchozí úlo¾i¹tì na tomto MySQL serveru.';
$strDefaultValueHelp = 'Výchozí hodnotu zadejte jen jednu hodnotu bez uvozovek a escapování znakù, napøíklad: a';
$strDefault = 'Výchozí';
$strDefragment = 'Defragmentovat tabulku';
$strDelayedInserts = 'Pou¾ívat zpo¾dìné inserty';
$strDeleteAndFlushDescr = 'Toto je nejèist¹í øe¹ení, ale naèítání oprávnìní mù¾e trvat dlouho.';
$strDeleteAndFlush = 'Odstranit u¾ivatele a znovunaèíst oprávnìní.';
$strDeleted = 'Øádek byl smazán';
$strDeletedRows = 'Smazané øádky:';
$strDeleteNoUsersSelected = 'Musíte vybrat u¾ivatele, které chcete odstranit!';
$strDelete = 'Odstranit';
$strDeleting = 'Odstraòuji %s';
$strDelOld = 'Aktuální stránka se odkazuje na tabulky, které ji¾ neexistují. Chcete odstranit tyto odkazy?';
$strDescending = 'Sestupnì';
$strDescription = 'Popis';
$strDictionary = 'slovník';
$strDirtyPages = 'Zmìnìných stránek';
$strDisabled = 'Vypnuto';
$strDisableForeignChecks = 'Vypnout kontrolu cizích klíèù';
$strDisplayFeat = 'Zobrazení funkcí';
$strDisplayOrder = 'Seøadit podle:';
$strDisplayPDF = 'Zobrazit jako schéma v&nbsp;PDF';
$strDoAQuery = 'Provést &bdquo;dotaz podle pøíkladu&ldquo; (zástupný znak: &bdquo;%&ldquo;)';
$strDocu = 'Dokumentace';
$strDoYouReally = 'Opravdu si pøejete vykonat pøíkaz';
$strDropDatabaseStrongWarning = 'Chystáte se ZRU©IT celou databázi!';
$strDrop = 'Odstranit';
$strDropUsersDb = 'Odstranit databáze se stejnými jmény jako u¾ivatelé.';
$strDumpingData = 'Vypisuji data pro tabulku';
$strDumpSaved = 'Výpis byl ulo¾en do souboru %s.';
$strDumpXRows = 'Vypsat %s øádkù od %s.';
$strDynamic = 'dynamický';
 
$strEditPDFPages = 'Upravit PDF stránky';
$strEditPrivileges = 'Upravit oprávnìní';
$strEdit = 'Upravit';
$strEffective = 'Efektivní';
$strEmptyResultSet = 'MySQL vrátil prázdný výsledek (tj. nulový poèet øádkù).';
$strEmpty = 'Vyprázdnit';
$strEnabled = 'Zapnuto';
$strEncloseInTransaction = 'Uzavøít pøíkazy v&nbsp;transakci';
$strEndCut = 'KONEC VÝPISU';
$strEnd = 'Konec';
$strEndRaw = 'KONEC VÝPISU';
$strEngineAvailable = 'Úlo¾i¹tì %s je dostupné na tomto MySQL serveru.';
$strEngineDisabled = 'Úlo¾i¹tì %s je vypnuté na tomto MySQL serveru.';
$strEngines = 'Úlo¾i¹tì';
$strEngineUnsupported = 'Tento MySQL server nepodporuje úlo¾i¹tì %s.';
$strEnglish = 'Anglicky';
$strEnglishPrivileges = 'Poznámka: názvy oprávnìní v&nbsp;MySQL jsou uvádìny anglicky';
$strError = 'Chyba';
$strErrorInZipFile = 'Chyba v&nbsp;ZIP archívu:';
$strEscapeWildcards = 'Zástupné znaky _ a % by mìly být escapovány pomocí \, pokud je chcete pou¾ít jako znak';
$strEsperanto = 'Esperanto';
$strEstonian = 'Eston¹tina';
$strExcelEdition = 'Verze Excelu';
$strExcelOptions = 'Nastavení exportu do Excelu';
$strExecuteBookmarked = 'Spustit oblíbený dotaz';
$strExplain = 'Vysvìtlit dotaz';
$strExport = 'Export';
$strExtendedInserts = 'Roz¹íøené inserty';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Nepovedených pokusù';
$strFieldHasBeenDropped = 'Sloupec %s byl odstranìn';
$strFieldsEmpty = ' Nebyl zadán poèet sloupcù! ';
$strFieldsEnclosedBy = 'Názvy sloupcù uzavøené';
$strFieldsEscapedBy = 'Názvy sloupcù escapovány';
$strField = 'Sloupec';
$strFields = 'Sloupce';
$strFieldsTerminatedBy = 'Sloupce oddìlené';
$strFileAlreadyExists = 'Soubor %s ji¾ na serveru existuje, zmìòte jméno souboru, nebo zvolte pøepsání souboru.';
$strFileCouldNotBeRead = 'Soubor nelze pøeèíst';
$strFileNameTemplateDescriptionDatabase = 'jméno databáze';
$strFileNameTemplateDescriptionServer = 'jméno serveru';
$strFileNameTemplateDescriptionTable = 'jméno tabulky';
$strFileNameTemplateDescription = 'Tato hodnota je interpretována pomocí %1$sstrftime%2$s, tak¾e mù¾ete pou¾ít libovolné øetìzce pro formátování data a èasu. Dále budou provedena následující nahrazení: %3$s. Jakýkoliv jiný text zùstane zachován beze zmìny.';
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
$strFileNameTemplate = 'Vzor pro jméno souboru';
$strFileToImport = 'Soubor pro importování';
$strFixed = 'pevný';
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získává oprávnìní pøímo z&nbsp;tabulek MySQL. Obsah tìchto tabulek se mù¾e li¹it od oprávnìní, která server právì pou¾ívá, pokud byly tyto tabulky upravovány. V&nbsp;tomto pøípadì je vhodné provést %sznovunaètení oprávnìní%s pøed pokraèováním.';
$strFlushQueryCache = 'Vyprázdnit vyrovnávací pamì» dotazù';
$strFlushTables = 'Zavøít v¹echny tabulky';
$strFlushTable = 'Vyprázdnit vyrovnávací pamì» pro tabulku (&bdquo;FLUSH&ldquo;)';
$strFormat = 'Formát';
$strFormEmpty = 'Chybìjící hodnota ve formuláøi!';
$strFreePages = 'Volných stránek';
$strFullText = 'Celé texty';
$strFunction = 'Funkce';
 
$strGenBy = 'Vygeneroval';
$strGeneralRelationFeat = 'Obecné funkce relací';
$strGeneratePassword = 'Vytvoøit heslo';
$strGenerate = 'Vytvoøit';
$strGenTime = 'Vygenerováno';
$strGeorgian = 'Gruzín¹tina';
$strGerman = 'Nìmecky';
$strGlobal = 'globální';
$strGlobalPrivileges = 'Globální oprávnìní';
$strGlobalValue = 'Globální hodnota';
$strGo = 'Proveï';
$strGrantOption = 'Pøidìlování';
$strGreek = 'Øeètina';
$strGzip = '&bdquo;zagzipováno&ldquo;';
 
$strHandler = 'Obslu¾né rutiny';
$strHasBeenAltered = 'byla zmìnìna.';
$strHasBeenCreated = 'byla vytvoøena.';
$strHaveToShow = 'Musíte zvolit alespoò jeden sloupec, který chcete zobrazit.';
$strHebrew = 'Hebrej¹tina';
$strHexForBinary = 'Binární pole vypisovat ¹estnáctkovì';
$strHome = 'Hlavní strana';
$strHomepageOfficial = 'Oficiální stránka phpMyAdmina';
$strHostEmpty = 'Jméno poèítaèe je prázdné!';
$strHost = 'Poèítaè';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Nastavení exportu pro Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Nastavení exportu pro Microsoft Word 2000';
$strHungarian = 'Maïar¹tina';
 
$strIcelandic = 'Island¹tina';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignorovat duplicitní øádky';
$strIgnore = 'Ignorovat';
$strIgnoreInserts = 'Pou¾ít IGNORE';
$strIgnoringFile = 'Ignoruji soubor %s';
$strImportDocSQL = 'Importovat soubory docSQL';
$strImportFiles = 'Importovat soubory';
$strImportFormat = 'Formát importovaného souboru';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import byl úspì¹nì dokonèen, bylo provedeno %d dotazù.';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index %s byl odstranìn';
$strIndex = 'Index';
$strIndexName = 'Jméno indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
$strIndexWarningMultiple = 'Pro sloupec `%s` je vytvoøeno více indexù';
$strIndexWarningPrimary = 'Sloupec `%s` by nemìl být zároveò obsa¾en v&nbsp;PRIMARY a INDEX klíèi';
$strIndexWarningTable = 'Problémy s&nbsp;indexy v&nbsp;tabulce `%s`';
$strIndexWarningUnique = 'Sloupec `%s` by nemìl být zároveò obsa¾en v&nbsp;PRIMARY a UNIQUE klíèi';
$strInnoDBAutoextendIncrementDesc = 'Velikost o&nbsp;kterou je zvìt¹en soubor s&nbsp;daty, pokud je zaplnìný.';
$strInnoDBAutoextendIncrement = 'Krok automatického zvìt¹ování';
$strInnoDBBufferPoolSizeDesc = 'Velikost vyrovnávací pamìti, kterou InnoDB pou¾ívá pro vyrovnávací pamì» dat a indexù tabulek.';
$strInnoDBBufferPoolSize = 'Velikost vyrovnávací pamìti';
$strInnoDBDataFilePath = 'Soubor s&nbsp;daty';
$strInnoDBDataHomeDirDesc = 'Spoleèná èást cesty pro v¹echny soubory obsahující data InnoDB.';
$strInnoDBDataHomeDir = 'Domovský adresáø pro data';
$strInnoDBPages = 'stránek';
$strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Máte standardní nastavení hesla u¾ivatele root v&nbsp;MySQL. Doporuèujeme zmìnit toto nastavení a tím podstatnì zvý¹it bezpeènost Va¹eho serveru.';
$strInsertAsNewRow = 'Vlo¾it jako nový øádek';
$strInsertedRowId = 'Id vlo¾eného øádku:';
$strInsertedRows = 'Vlo¾eno øádkù:';
$strInsertNewRow = 'Vlo¾it nový øádek';
$strInsert = 'Vlo¾it';
$strInternalNotNecessary = '* Interní relace není potøebná, pokud ji¾ relace existuje v&nbsp;InnoDB.';
$strInternalRelations = 'Interní relace';
$strInUse = 'právì se pou¾ívá';
$strInvalidAuthMethod = 'V konfiguraci máte ¹patnou autentizaèní metodu:';
$strInvalidColumn = 'Byl zadán chybný sloupec (%s)!';
$strInvalidColumnCount = 'Poèet sloupcù musí být vìt¹í ne¾ nula.';
$strInvalidCSVFieldCount = 'Chybný poèet polo¾ek v&nbsp;CSV datech na øádku %d.';
$strInvalidCSVFormat = 'Chybný formát CSV dat na øádku %d.';
$strInvalidCSVParameter = 'Neznámý parametr pro import CSV: %s';
$strInvalidFieldAddCount = 'Musíte pøidat alespoò jeden sloupec.';
$strInvalidFieldCount = 'Tabulka musí mít alespoò jeden sloupec.';
$strInvalidLDIImport = 'Tento plugin nepodporuje komprimované soubory!';
$strInvalidRowNumber = '%d není platné èíslo øádku.';
$strInvalidServerHostname = 'Chybné jméno serveru pro server %1$s. Prosím zkontrolujte nastavení.';
$strInvalidServerIndex = 'Chybný index serveru: "%s"';
 
$strJapanese = 'Japon¹tina';
$strJoins = 'Pou¾ité výbìry';
$strJumpToDB = 'Pøejít na databázi &bdquo;%s&ldquo;.';
$strJustDeleteDescr = 'Odstranìní u¾ivatelé stále budou mít pøístup na server, dokud nebudou znovunaètena oprávnìní.';
$strJustDelete = 'Jen odstranit u¾ivatele z&nbsp;tabulek s&nbsp;oprávnìními.';
 
$strKeepPass = 'Nemìnit heslo';
$strKeyCache = 'Vyrovnávací pamì» klíèù';
$strKeyname = 'Klíèový název';
$strKill = 'Ukonèit';
$strKorean = 'Korej¹tina';
 
$strLandscape = 'Na ¹íøku';
$strLanguageFileNotFound = 'Jazykový soubor "%1$s" nebyl nalezen.';
$strLanguageUnknown = 'Neznámý jazyk: %1$s.';
$strLatchedPages = 'Zamèených stránek';
$strLatexCaption = 'Titulek tabulky';
$strLatexContent = 'Obsah tabulky __TABLE__';
$strLatexContinuedCaption = 'Titulek pokraèování tabulky';
$strLatexContinued = '(pokraèování)';
$strLatexIncludeCaption = 'Pou¾ít titulek tabulky';
$strLatexLabel = 'Návìstí';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastavení exportu do LaTeXu';
$strLatexStructure = 'Struktura tabulky __TABLE__';
$strLatvian = 'Loty¹tina';
$strLDI = 'CSV pomocí LOAD DATA';
$strLDIImportOptions = 'Nastavení CSV importu pomocí LOAD DATA';
$strLDILocal = 'Pou¾ít klíèové slovo LOCAL';
$strLengthSet = 'Délka/Mno¾ina';
$strLimitNumRows = 'záznamù na stránku';
$strLinesTerminatedBy = 'Øádky ukonèené';
$strLinkNotFound = 'Odkaz nenalezen';
$strLinksTo = 'Odkazuje na';
$strLithuanian = 'Litev¹tina';
$strLocalhost = 'Lokální';
$strLocationTextfile = 'textový soubor';
$strLoginInformation = 'Pøihla¹ování';
$strLogin = 'Pøihlá¹ení';
$strLogout = 'Odhlásit se';
$strLogPassword = 'Heslo:';
$strLogServer = 'Server';
$strLogUsername = 'Jméno:';
$strLongOperation = 'Tato operace mù¾e trvat velmi dlouho. Chcete je pøesto provést?';
 
$strMaxConnects = 'Maximum souèasných pøipojení';
$strMaximalQueryLength = 'Maximální velikost vytvoøeného dotazu';
$strMaximumSize = 'Maximální velikost: %s%s';
$strMbExtensionMissing = 'Roz¹íøení mbstring pro PHP nebylo nalezeno a zdá se, ¾e po¾íváte vícebajtovou znakovou sadu. Bez roz¹íøení mbstring neumí phpMyAdmin správnì rozdìlovat øetìzce a proto to mù¾e mít neèekané následky.';
$strMbOverloadWarning = 'V&nbsp;nastavení PHP máte zapnuto mbstring.func_overload. Toto nastavení není kompatibilní s&nbsp;phpMyAdminem a mù¾e zpùsobit po¹kození dat!';
$strMIME_available_mime = 'Dostupné MIME typy';
$strMIME_available_transform = 'Dostupné transformace';
$strMIME_description = 'Popis';
$strMIME_MIMEtype = 'MIME typ';
$strMIME_nodescription = 'Pro tuto transformaci není dostupný ¾ádný popis.<br />Zeptejte se autora co %s dìlá.';
$strMIME_transformation_note = 'Pro seznam dostupných parametrù transformací a jejich MIME typù kliknìte na %spopisy transformací%s';
$strMIME_transformation_options_note = 'Zadejte parametry transformací v&nbsp;následujícím tvaru: \'a\',\'b\',\'c\'...<br />Pokud potøebujete pou¾ít zpìtné lomítko (&bdquo;\&ldquo;) nebo jednoduché uvozovky (&bdquo;\'&ldquo;) mezi tìmito hodnotami, vlo¾te pøed nì zpìtné lomítko (napøíklad \'\\\\xyz\' nebo \'a\\\'b\').';
$strMIME_transformation_options = 'Parametry transformace';
$strMIME_transformation = 'Transformace pøi prohlí¾ení';
$strMIMETypesForTable = 'MIME TYPY PRO TABULKU';
$strMIME_without = 'MIME typy zobrazené kurzívou nemají vlastní transformaèní funkci';
$strModifications = 'Zmìny byly ulo¾eny';
$strModifyIndexTopic = 'Upravit index';
$strModify = 'Úpravy';
$strMoveTableOK = 'Tabulka %s byla pøesunuta do %s.';
$strMoveTable = 'Pøesunout tabulku do (databáze<b>.</b>tabulka):';
$strMoveTableSameNames = 'Nelze pøesunout tabulku na sebe samu!';
$strMultilingual = 'mnohojazyèný';
$strMyISAMDataPointerSizeDesc = 'Výchozí velikost ukazatele v&nbsp;bajtech, která bude pou¾ita pro vytváøení MyISAM tabulek, pokud není uvedeno MAX_ROWS.';
$strMyISAMDataPointerSize = 'Velikost ukazatele na data';
$strMyISAMMaxExtraSortFileSizeDesc = 'Pokud by byl soubor pro vytváøení MyISAM indexu byl vìt¹í ne¾ zde uvedená hodnota, pou¾ije se pomalej¹í metoda vyrovnávací pamìti klíèù.';
$strMyISAMMaxExtraSortFileSize = 'Maximální velikost doèasných souborù pøi vytváøení indexu';
$strMyISAMMaxSortFileSizeDesc = 'Maximální velikost doèasných souborù, které smí MySQL pou¾ít pøi obnovì indexu (pøi REPAIR TABLE, ALTER TABLE nebo LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximální velikost doèasných souborù pro øazení';
$strMyISAMRecoverOptions = 'Automatický re¾im obnovy';
$strMyISAMRecoverOptionsDesc = 'Re¾im automatické obnovy po¹kozených MyISAM tabulek. Nastavuje se parametrem --myisam-recover pøi spou¹tìní serveru.';
$strMyISAMRepairThreadsDesc = 'Pokud je tato hodnota vìt¹í ne¾ 1, indexy v&nbsp;MyISAM tabulkách jsou vytváøeny paralelenì (ka¾dý index vlastním threadem) pøi obnovì nebo øazení.';
$strMyISAMRepairThreads = 'Threadù pro opravování';
$strMyISAMSortBufferSizeDesc = 'Pamì», která je alokována pøi øazení MyISAM indexù bìhem jejich vytváøení nebo opravování.';
$strMyISAMSortBufferSize = 'Velikost pamìti pro øazení';
$strMySQLCharset = 'Znaková sada v&nbsp;MySQL';
$strMysqlClientVersion = 'Verze MySQL klienta';
$strMySQLConnectionCollation = 'Porovnávání pro toto pøipojení k&nbsp;MySQL';
$strMySQLSaid = 'MySQL hlásí: ';
$strMySQLShowProcess = 'Zobrazit procesy';
$strMySQLShowStatus = 'Informace o&nbsp;stavu MySQL';
$strMySQLShowVars = 'Systémové promìnné MySQL';
 
$strName = 'Název';
$strNext = 'Dal¹í';
$strNoActivity = 'Byli jste pøíli¹ dlouho neaktivní (déle ne¾ %s sekund), prosím pøihlaste se znovu';
$strNoDatabasesSelected = 'Nebyla vybrána ¾ádná databáze.';
$strNoDatabases = '®ádné databáze';
$strNoDescription = '¾ádný popisek';
$strNoDetailsForEngine = 'Nejsou dostupné podrobnìj¹í informace o tomto úlo¾i¹ti.';
$strNoDropDatabases = 'Pøíkaz &bdquo;DROP DATABASE&ldquo; je vypnutý.';
$strNoExplain = 'Bez vysvìtlení (EXPLAIN) SQL';
$strNoFilesFoundInZip = 'V&nbsp;ZIP archívu nebyly nalezeny ¾ádné soubory!';
$strNoFrames = 'phpMyAdmin se lépe pou¾ívá v&nbsp;prohlí¾eèi podporujícím rámy (&bdquo;FRAME&ldquo;).';
$strNoIndexPartsDefined = 'Nebyla zadána ¾ádná èást indexu!';
$strNoIndex = 'Tabulka nemá ¾ádný index!';
$strNoModification = '®ádná zmìna';
$strNo = 'Ne';
$strNone = '®ádná';
$strNoOptions = 'Tento formát nemá ¾ádná nastavení';
$strNoPassword = '®ádné heslo';
$strNoPermission = 'Web server nemá oprávnìní ulo¾it výpis do souboru %s.';
$strNoPhp = 'Bez PHP kódu';
$strNoPrivileges = 'Nemáte oprávnìní';
$strNoRights = 'Nemáte dostateèná práva na provedení této akce!';
$strNoRowsSelected = 'Nebyl vybrán ¾ádný øádek';
$strNoSpace = 'Nedostatek místa pro ulo¾ení souboru %s.';
$strNoTablesFound = 'V&nbsp;databázi nebyla nalezena ¾ádná tabulka.';
$strNoThemeSupport = 'Není podporována zmìna tématu, zkontrolujte nastavení a témata v&nbsp;adresáøi %s.';
$strNothingToImport = 'Nebyla zadána ¾ádná data pro import!';
$strNotNumber = 'Nebylo zadáno èíslo!';
$strNotOK = 'není v&nbsp;poøádku';
$strNotSet = '<b>%s</b> tabulka nenalezena nebo není nastavena v&nbsp;%s';
$strNoUsersFound = '®ádný u¾ivatel nenalezen.';
$strNoValidateSQL = 'Bez kontroly SQL';
$strNull = 'Nulový';
$strNumberOfFields = 'Poèet sloupcù';
$strNumSearchResultsInTable = '%s odpovídající(ch) záznam(ù) v&nbsp;tabulce <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpovídající(ch) záznam(ù)';
$strNumTables = 'Tabulek';
 
$strOK = 'OK';
$strOpenNewWindow = 'Otevøít nové okno phpMyAdmina';
$strOperations = 'Úpravy';
$strOperator = 'Operátor';
$strOptimizeTable = 'Optimalizovat tabulku';
$strOr = 'nebo';
$strOverhead = 'Navíc';
$strOverwriteExisting = 'Pøepsat existující soubor(y)';
 
$strPageNumber = 'Strana èíslo:';
$strPagesToBeFlushed = 'Stránek urèených k&nbsp;uvolnìní';
$strPaperSize = 'Velikost stránky';
$strPartialImport = 'Èásteèný import';
$strPartialText = 'Zkrácené texty';
$strPasswordChanged = 'Heslo pro %s bylo úspì¹nì zmìnìno.';
$strPasswordEmpty = 'Heslo je prázdné!';
$strPasswordHashing = 'Ha¹ovací funkce pro heslo';
$strPassword = 'Heslo';
$strPasswordNotSame = 'Hesla nejsou stejná!';
$strPdfDbSchema = 'Schéma databáze &bdquo;%s&ldquo; - Strana %s';
$strPdfInvalidTblName = 'Tabulka &bdquo;%s&ldquo; neexistuje!';
$strPdfNoTables = '¾ádné tabulky';
$strPDFOptions = 'Nastavení PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Název výpisu';
$strPerHour = 'za hodinu';
$strPerMinute = 'za minutu';
$strPerSecond = 'za sekundu';
$strPersian = 'Per¹tina';
$strPhoneBook = 'adresáø';
$strPHP40203 = 'Pou¾íváte PHP 4.2.3, které má záva¾nou chybu pøi práci s&nbsp;vícebajtovými znaky (mbstring), jedná se o&nbsp;chybu PHP èíslo 19404. Nedoporuèujeme pou¾ívat tuto verzi PHP s&nbsp;phpMyAdminem.';
$strPHPVersion = 'Verze PHP';
$strPhp = 'Zobrazit PHP kód';
$strPmaDocumentation = 'Dokumentace phpMyAdmina';
$strPmaUriError = 'Parametr <tt>$cfg[\'PmaAbsoluteUri\']</tt> MUSÍ být nastaven v&nbsp;konfiguraèním souboru!';
$strPolish = 'Pol¹tina';
$strPortrait = 'Na vý¹ku';
$strPos1 = 'Zaèátek';
$strPrevious = 'Pøedchozí';
$strPrimaryKeyHasBeenDropped = 'Primární klíè byl odstranìn';
$strPrimaryKeyName = 'Jméno primárního klíèe musí být &bdquo;PRIMARY"!';
$strPrimaryKeyWarning = '(&bdquo;PRIMARY&ldquo; <b>musí</b> být jméno <b>pouze</b> primárního klíèe!)';
$strPrimary = 'Primární';
$strPrintViewFull = 'Náhled k&nbsp;vyti¹tìní (s&nbsp;kompletními texty)';
$strPrintView = 'Náhled k&nbsp;vyti¹tìní';
$strPrint = 'Vytisknout';
$strPrivDescAllPrivileges = 'V¹echna oprávnìní kromì GRANT.';
$strPrivDescAlterRoutine = 'Umo¾òuje mìnit a ru¹it ulo¾ené procedury.';
$strPrivDescAlter = 'Umo¾òuje mìnit strukturu existujících tabulek.';
$strPrivDescCreateDb = 'Umo¾òuje vytváøet nové databáze a tabulky.';
$strPrivDescCreateRoutine = 'Umo¾òuje vytváøet ulo¾ené procedury.';
$strPrivDescCreateTbl = 'Umo¾òuje vytváøet nové tabulky.';
$strPrivDescCreateTmpTable = 'Umo¾òuje vytváøet doèasné tabulky.';
$strPrivDescCreateUser = 'Umo¾òuje vytváøet, ru¹it a pøejmenovávat úèty u¾ivatelù.';
$strPrivDescCreateView = 'Umo¾òuje vytváøet nové pohledy.';
$strPrivDescDelete = 'Umo¾òuje mazat data.';
$strPrivDescDropDb = 'Umo¾òuje odstranit databáze a tabulky.';
$strPrivDescDropTbl = 'Umo¾òuje odstranit tabulky.';
$strPrivDescExecute5 = 'Umo¾òuje spou¹tìt ulo¾ené procedury.';
$strPrivDescExecute = 'Umo¾òuje spou¹tìt ulo¾ené procedury. V&nbsp;této verzi MySQL se nepou¾ívá.';
$strPrivDescFile = 'Umo¾òuje importovat a exportovat data z/do souborù na serveru.';
$strPrivDescGrant = 'Umo¾òuje pøidávat u¾ivatele a oprávnìní bez znovunaèítání tabulek s&nbsp;oprávnìními.';
$strPrivDescIndex = 'Umo¾òuje vytváøet a ru¹it indexy.';
$strPrivDescInsert = 'Umo¾òuje vkládat a pøepisovat data.';
$strPrivDescLockTables = 'Umo¾òuje zamknout tabulku pro aktuální thread.';
$strPrivDescMaxConnections = 'Omezuje poèet nových pøipojení, která mù¾e u¾ivatel vytvoøit za hodinu.';
$strPrivDescMaxQuestions = 'Omezuje, kolik dotazù mù¾e u¾ivatel odeslat serveru za hodinu.';
$strPrivDescMaxUpdates = 'Omezuje, kolik dotazù mìnících nìjakou tabulku nebo databázi mù¾e u¾ivatel spustit za hodinu.';
$strPrivDescMaxUserConnections = 'Omezuje poèet souèasných pøipojení u¾ivatele.';
$strPrivDescProcess3 = 'Umo¾òuje ukonèit procesy jiným u¾ivatelùm.';
$strPrivDescProcess4 = 'Umo¾òuje vidìt celé dotazy v&nbsp;seznamu procesù.';
$strPrivDescReferences = 'Nemá ¾ádný vliv v&nbsp;této verzi MySQL.';
$strPrivDescReload = 'Umo¾òuje znovunaètení nastavení a vyprázdnìní vyrovnávacích pamìtí MySQL serveru.';
$strPrivDescReplClient = 'Umo¾ní u¾ivateli zjistit, kde je hlavní / pomocný server.';
$strPrivDescReplSlave = 'Potøebné pro replikaci pomocných serverù.';
$strPrivDescSelect = 'Umo¾òuje vybírat data.';
$strPrivDescShowDb = 'Umo¾òuje pøístup k&nbsp;úplnému seznamu databází.';
$strPrivDescShowView = 'Umo¾òuje spu¹tìní dotazu SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Umo¾òuje vypnout server.';
$strPrivDescSuper = 'Umo¾òuje pøipojení, i kdy¾ je dosa¾en maximální poèet pøipojení. Potøebné pro vìt¹inu operací pro správu serveru jako nastavování globálních promìnných a zabíjení threadù jiných u¾ivatelù.';
$strPrivDescUpdate = 'Umo¾òuje mìnit data.';
$strPrivDescUsage = '®ádná oprávnìní.';
$strPrivileges = 'Oprávnìní';
$strPrivilegesReloaded = 'Oprávnìní byla znovunaètena úspì¹nì.';
$strProcesslist = 'Seznam procesù';
$strProtocolVersion = 'Verze protokolu';
$strPutColNames = 'Pøidat jména sloupcù na první øádek';
 
$strQBEDel = 'smazat';
$strQBE = 'Dotaz';
$strQBEIns = 'pøidat';
$strQueryCache = 'Vyrovnávací pamì» dotazù';
$strQueryFrame = 'SQL okno';
$strQueryOnDb = 'SQL dotaz na databázi <b>%s</b>:';
$strQuerySQLHistory = 'SQL historie';
$strQueryStatistics = '<b>Statistika dotazù</b>: Od spu¹tìní bylo serveru posláno %s dotazù.';
$strQueryTime = 'Dotaz zabral %01.4f sekund';
$strQueryType = 'Typ dotazu';
$strQueryWindowLock = 'Nepøepisovat tento dotaz z&nbsp;hlavního okna';
 
$strReadRequests = 'Po¾adavkù na zápis';
$strReceived = 'Pøijato';
$strRecords = 'Záznamù';
$strReferentialIntegrity = 'Zkontrolovat integritu odkazù:';
$strRefresh = 'Obnovit';
$strRelationalSchema = 'Relaèní schéma';
$strRelationNotWorking = 'Nìkteré z&nbsp;roz¹íøených funkcí phpMyAdmina nelze pou¾ívat. %sZde%s zjistíte proè.';
$strRelationsForTable = 'RELACE PRO TABULKU';
$strRelations = 'Relace';
$strRelationView = 'Zobrazit relace';
$strReloadingThePrivileges = 'Znovunaèítám oprávnìní';
$strReloadMySQL = 'Znovunaètení MySQL';
$strRemoveSelectedUsers = 'Odstranit vybrané u¾ivatele';
$strRenameDatabaseOK = 'Databáze %s byla pøejmenována na %s';
$strRenameTableOK = 'Tabulka %s byla pøejmenována na %s';
$strRenameTable = 'Pøejmenovat tabulku na';
$strRepairTable = 'Opravit tabulku';
$strReplaceNULLBy = 'Nahradit NULL hodnoty';
$strReplaceTable = 'Pøepsat data tabulky souborem';
$strReplication = 'Replikace';
$strReset = 'Pùvodní';
$strResourceLimits = 'Omezení zdrojù';
$strReType = 'Heslo znovu';
$strRevokeAndDeleteDescr = 'U¾ivatelé budou mít oprávnìní &bdquo;USAGE&ldquo; (pou¾ívání), dokud nebudou znovunaètena oprávnìní.';
$strRevokeAndDelete = 'Odebrat u¾ivatelùm ve¹kerá oprávnìní a poté je odstranit z&nbsp;tabulek.';
$strRevokeMessage = 'Byla zru¹ena práva pro %s';
$strRevoke = 'Zru¹it';
$strRomanian = 'Rumun¹tina';
$strRowLength = 'Délka øádku';
$strRowsFrom = 'øádkù zaèínající od';
$strRowSize = ' Velikost øádku ';
$strRowsModeFlippedHorizontal = 'vodorovném (otoèené hlavièky)';
$strRowsModeHorizontal = 'vodorovném';
$strRowsModeOptions = 've %s re¾imu a opakovat hlavièky po %s øádcích.';
$strRowsModeVertical = 'svislém';
$strRows = 'Øádkù';
$strRowsStatistic = 'Statistika øádkù';
$strRunning = 'na %s';
$strRunQuery = 'Provést dotaz';
$strRunSQLQueryOnServer = 'Spustit SQL dotaz(y) na serveru %s';
$strRunSQLQuery = 'Spustit SQL dotaz(y) na databázi %s';
$strRussian = 'Ru¹tina';
 
$strSaveOnServer = 'Ulo¾it na serveru v&nbsp;adresáøi %s';
$strSave = 'Ulo¾';
$strScaleFactorSmall = 'Mìøítko je pøíli¹ malé, aby se schéma ve¹lo na jednu stránku';
$strSearchFormTitle = 'Vyhledávání v&nbsp;databázi';
$strSearchInTables = 'V&nbsp;tabulkách:';
$strSearchNeedle = 'Slova nebo hodnoty, které chcete vyhledat (zástupný znak: &bdquo;%&ldquo;):';
$strSearchOption1 = 'alespoò jedno ze slov';
$strSearchOption2 = 'v¹echna slova';
$strSearchOption3 = 'pøesnou frázi';
$strSearchOption4 = 'jako regulární výraz';
$strSearchResultsFor = 'Výsledky vyhledávání pro &bdquo;<i>%s</i>&ldquo; %s:';
$strSearchType = 'Najít:';
$strSearch = 'Vyhledávání';
$strSecretRequired = 'Nastavte klíè pro ¹ifrování cookies (blowfish_secret) v&nbsp;konfiguraèním souboru (config.inc.php).';
$strSelectADb = 'Prosím vyberte databázi';
$strSelectAll = 'Vybrat v¹e';
$strSelectBinaryLog = 'Zvolte binární log pro zobrazení';
$strSelectFields = 'Zvolte sloupec (alespoò jeden):';
$strSelectNumRows = 'v&nbsp;dotazu';
$strSelectTables = 'Vybrat tabulky';
$strSend = 'Do souboru';
$strSent = 'Odesláno';
$strServerChoice = 'Server';
$strServerNotResponding = 'Server neodpovídá';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Odlo¾ené inserty';
$strServerStatus = 'Stav serveru';
$strServerStatusUptime = 'Tento MySQL server bì¾í %s. Èas spu¹tìní: %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Promìnné';
$strServerTrafficNotes = '<b>Provoz serveru</b>: Informace o&nbsp;sí»ovém provozu MySQL serveru od jeho spu¹tìní.';
$strServerVars = 'Promìnné a nastavení serveru';
$strServerVersion = 'Verze MySQL';
$strSessionValue = 'Hodnota sezení';
$strSetEnumVal = 'Pokud je sloupec typu &bdquo;enum&ldquo; nebo &bdquo;set", zadávejte hodnoty v&nbsp;následujícím formátu: \'a\',\'b\',\'c\'...<br />Pokud potøebujete zadat zpìtné lomítko (&bdquo;\&ldquo;) nebo jednoduché uvozovky (&bdquo;\'&ldquo;) mezi tìmito hodnotami, napi¹te pøed nì zpìtné lomítko (pøíklad: \'\\\\xyz\' nebo \'a\\\'b\').';
$strShowAll = 'Zobrazit v¹e';
$strShowColor = 'Barevné ¹ipky';
$strShowDatadictAs = 'Formát datového slovníku';
$strShowFullQueries = 'Zobrazit celé dotazy';
$strShowGrid = 'Zobrazit møí¾ku';
$strShowingBookmark = 'Zobrazuji oblíbený dotaz';
$strShowingRecords = 'Zobrazeny záznamy';
$strShowOpenTables = 'Zobrazit otevøené tabulky';
$strShowPHPInfo = 'Zobrazit informace o&nbsp;PHP';
$strShowSlaveHosts = 'Zobrazit podøízené servery';
$strShowSlaveStatus = 'Zobrazit stav podøízených serverù';
$strShowStatusBinlog_cache_disk_useDescr = 'Poèet transakcí, které pou¾ily doèasný binární log, ale pøekroèily hodnotu binlog_cache_size a musely pou¾ít doèasný soubor pro ulo¾ení pøíkazù transakce.';
$strShowStatusBinlog_cache_useDescr = 'Poèet transakcí, které vyu¾ily doèasný binární log.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Poèet doèasných tabulek vytvoøených serverem na disku pøi provádìní dotazù. Pokud je tato hodnota velká, mù¾ete zvìt¹it parametr tmp_table_size a MySQL bude pou¾ívat vìt¹í doèasné tabulky v&nbsp;pamìti.';
$strShowStatusCreated_tmp_filesDescr = 'Poèet vytvoøených doèasných souborù.';
$strShowStatusCreated_tmp_tablesDescr = 'Poèet doèasných tabulek vytvoøených serverem v&nbsp;pamìti pøi provádìní dotazù.';
$strShowStatusDelayed_errorsDescr = 'Poèet øádkù provedených pomocí INSERT DELAYED, u&nbsp;kterých se vyskytla chyba (pravdìpodobnì duplicitní klíè).';
$strShowStatusDelayed_insert_threadsDescr = 'Poèet vláken pou¾ívaných pro INSERT DELAYED. Ka¾dá tabulka na které je pou¾it INSERT DEKAYED má jeden thread.';
$strShowStatusDelayed_writesDescr = 'Poèet øádkù zapsaných pomocí INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Poèet provedených pøíkazù FLUSH.';
$strShowStatusHandler_commitDescr = 'Poèet interních pøíkazù COMMIT.';
$strShowStatusHandler_deleteDescr = 'Poèet po¾adavkù na smazání øádku.';
$strShowStatusHandler_discoverDescr = 'Poèet zji¹»ování tabulek. Tímto se nazývá dotaz NDB clusteru, jestli ví o tabulce daného jména.';
$strShowStatusHandler_read_firstDescr = 'Poèet pøeètení první polo¾ky indexu. Pøíli¹ vysoká hodnota znamení, ¾e server provádí mnoho kompletních procházení indexu. Na pøíklad SELECT col1 FROM foo, pokud je col1 indexována.';
$strShowStatusHandler_read_keyDescr = 'Poèet po¾adavkù na pøeètení øádku vycházející z&nbsp;indexu. Vysoká hodnota znamená, ¾e dotazy správnì vyu¾ívají indexy.';
$strShowStatusHandler_read_nextDescr = 'Poèet po¾adavkù na pøeètení dal¹ího øádku podle indexu. Tato hodnota se zvìt¹uje pokud provádíte dotaz na indexovaný sloupec s&nbsp;omezením rozsahu nebo prohledáváte index.';
$strShowStatusHandler_read_prevDescr = 'Poèet po¾adavkù na pøeètení pøedchozího øádku z&nbsp;indexu. Pou¾ívané pro optimalizaci dotazù ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Poèet po¾adavkù na pøeètení konkrétního øádku tabulky. Vysoká hodnota znamená, ¾e provádíte mnoho dotazù, které vyøadují øazení výsledkù. Pravdìpodobnì pou¾íváte mnoho dotazù, které vy¾adují prohlí¾ení celé tabulky nebo pou¾íváte spojení tabulek, která nevyu¾ívají indexù.';
$strShowStatusHandler_read_rnd_nextDescr = 'Poèet po¾adavkù na pøeètení dal¹ího øádku ze souboru. Tato hodnota je vysoká pokud dotazy procházejí celé tabulky, pravdìpodobnì tedy nemají vhodné indexy.';
$strShowStatusHandler_rollbackDescr = 'Poèet interních pøíkazù ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Poèet po¾adavkù na aktualizaci øádku.';
$strShowStatusHandler_writeDescr = 'Poèet po¾adavkù na vlo¾ení øádku.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Poèet stránek obsahujících data (zmìnìné i nezmìnìné).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Poèet zmìnìných stránek.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Poèet stránek, na které je po¾adavek na vyprázdnìní.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Poèet volných stránek.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Poèet zamèených stránek, tzn. stránek, které jsou právì zapisovány nebo èteny nebo nemohou být odstranìny z&nbsp;jakéhokoliv dùvodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Poèet stránek zablokovaných pro administrativní úèely jako zamykání øádkù nebo hashe indexù. Tato hodnota také mù¾e být vypoèítána jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Celková velikost InnoDB bufferù, ve stránkách.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Poèet provedených &bdquo;náhodných&ldquo; dopøedných ètení. Tato situace nastává pokud dotaz prochází velkou èást tabulky v&nbsp;náhodném poøadí.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Poèet provedených sekvenèních dopøedných ètení. Toto nastává pokud InnoDB musí procházet celou tabulku.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Poèet provedených logických ètení.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Poèet logických ètení, které nemohly být uspokojeny z&nbsp;bufferu, ale bylo nutné pøeèíst stránku ze souboru.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Poèet èekání na zápis do InnoDB bufferù. Tyto zápisy obvykle probíhají na pozadí, ale pokud je nutné pøeèíst nebo vytvoøit stránku a ¾ádná volná není k&nbsp;dispozici, musí se èekat. Pokud je velikost bufferù nastavena správnì, mìla by tato hodnota být malá.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Poèet zápisù provedených do InnoDB bufferu.';
$strShowStatusInnodb_data_fsyncsDescr = 'Poèet provedených synchronizací.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Poèet nevyøízených synchronizací.';
$strShowStatusInnodb_data_pending_readsDescr = 'Poèet nevyøízených ètení.';
$strShowStatusInnodb_data_pending_writesDescr = 'Poèet nevyøízených zápisù.';
$strShowStatusInnodb_data_readDescr = 'Velikost pøeètených dat, v&nbsp;bajtech.';
$strShowStatusInnodb_data_readsDescr = 'Poèet provedenách ètení dat.';
$strShowStatusInnodb_data_writesDescr = 'Poèet provedenách zápisù dat.';
$strShowStatusInnodb_data_writtenDescr = 'Velikost zapsaných dat, v&nbsp;bajtech.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Poèet provedených dvojitých zapsání a poèet stránek, které byly takto zapsány.';
$strShowStatusInnodb_dblwr_writesDescr = 'Poèet provedených dvojitých zapsání a poèet stránek, které byly takto zapsány.';
$strShowStatusInnodb_log_waitsDescr = 'Poèet èekání kvùli plnému bufferu logu, který musel být vyprázdnìn pøed pokraèováním.';
$strShowStatusInnodb_log_write_requestsDescr = 'Poèet po¾adavkù na zápis do logovacího souboru.';
$strShowStatusInnodb_log_writesDescr = 'Poèet skuteèných zápisù do logovacího souboru.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Poèet synchronizací provedených na logovacích souborech.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Poèet nevyøízených synchronizací logovacích souborù.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Poèet nevyøízených zápisù do logovacích souborù.';
$strShowStatusInnodb_os_log_writtenDescr = 'Poèet bajtù zapsaných do logovacího souboru.';
$strShowStatusInnodb_pages_createdDescr = 'Poèet vytvoøených stránek.';
$strShowStatusInnodb_page_sizeDescr = 'Zakompilovaná velikost stránky InnoDB (výchozí je 16 kB). Mnoho hodnot je uvádìno ve stránkách, pomocí této hodnoty je mù¾ete pøepoèítat na velikost.';
$strShowStatusInnodb_pages_readDescr = 'Poèet pøeètených stránek.';
$strShowStatusInnodb_pages_writtenDescr = 'Poèet zapsaných stránek.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Poèet zámkù øádku, na které se v&nbsp;souèasné dobì èeká.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Prùmìrný èas potøebný pro získání zámku øádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový èas strávený èekáním na zámek øádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximální èas potøebný pro získání zámku øádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Kolikrát se muselo èekat na zámek øádku.';
$strShowStatusInnodb_rows_deletedDescr = 'Poèet øádkù ostranìných z&nbsp;InnoDB tabulek.';
$strShowStatusInnodb_rows_insertedDescr = 'Poèet øádkù vlo¾ených do InnoDB tabulek.';
$strShowStatusInnodb_rows_readDescr = 'Poèet øádkù pøeètených z&nbsp;InnoDB tabulek.';
$strShowStatusInnodb_rows_updatedDescr = 'Poèet øádkù aktualizovaných v&nbsp;InnoDB tabulkách.';
$strShowStatusKey_blocks_not_flushedDescr = 'Poèet blokù ve vyrovnávací pamìti klíèù, které byly zmìnìny, ale nebyly zapsány na disk. Døíve se tato hodnota jmenovala Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Poèet nepou¾itých blokù ve vyrovnávací pamìti klíèù. Pomocí této hodoty poznáte jak moc je vyrovnávací pamì» vyu¾itá.';
$strShowStatusKey_blocks_usedDescr = 'Poèet pou¾itých blokù ve vyrovnávací pamìti klíèù. Tato hodnota urèuje maximum blokù, které kdy byly obsazeny najednou.';
$strShowStatusKey_read_requestsDescr = 'Poèet po¾adavkù na pøeètení klíèe z&nbsp;vyrovnávací pamìti.';
$strShowStatusKey_readsDescr = 'Poèet skuteèných ètení bloku zklíèe z&nbsp;disku. Pokud je hodnota pøíli¹ velká, pravdìpodobnì máte malou vyrovnávací pamì» (key_buffer_size). Úspì¹nost vyrovnávací pamìti mù¾ete spoèítat jako Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Poèet po¾adavkù na zápis bloku klíèe na disk.';
$strShowStatusKey_writesDescr = 'Poèet skuteèných zápisù bloku klíèe na disk.';
$strShowStatusLast_query_costDescr = 'Celková cena posledního kompilovaného dotazu spoèítaná optimalizérem dotazù. U¾iteèné pro porovnání rùzných dotazù. Výchozí hodnota 0 znamená, ¾e ¾ádný dotaz je¹tì nebyl kompilován.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Poèet øádkù èekajících na zapsání ve frontì INSERT DELAYED.';
$strShowStatusOpened_tablesDescr = 'Celkem otevøených tabulek. Pokud je tato hodnota pøíli¹ vysoká, pravdìpodobnì máte malou vyrovnávací pamì» pro tabulky.';
$strShowStatusOpen_filesDescr = 'Poèet otevøených souborù.';
$strShowStatusOpen_streamsDescr = 'Poèet otevøených streamù (pou¾ívané pøevá¾nì pro logování).';
$strShowStatusOpen_tablesDescr = 'Poèet aktuálnì otevøených tabulek.';
$strShowStatusQcache_free_blocksDescr = 'Poèet volných blokù pamìti ve vyrovnávací pamìti dotazù.';
$strShowStatusQcache_free_memoryDescr = 'Velikost volné pamìti ve vyrovnávací pamìti dotazù.';
$strShowStatusQcache_hitsDescr = 'Poèet zásahù vyrovnávací pamìti dotazù.';
$strShowStatusQcache_insertsDescr = 'Poèet dotazùch pøidaných do vyrovnávací pamìti dotazù.';
$strShowStatusQcache_lowmem_prunesDescr = 'Poèet dotazù odstranìných z&nbsp;vyrovnávací pamìti dotazù aby uvolnily místo pro nové. Tato hodnota mù¾e pomoci v&nbsp;nastavení velikosti vyrovnávací pamìti. Vyrovnávací pamì» pou¾ívá strategii LRU (nejdéle nepou¾ité) pro vyøazování dotazù z&nbsp;vyrovnávací pamìti.';
$strShowStatusQcache_not_cachedDescr = 'Poèet necachovaných dotazù (necachovatelných nebo necachovaných kvùli nastavení query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Poèet dotazù ve vyrovnávací pamìti dotazù.';
$strShowStatusQcache_total_blocksDescr = 'Celkový poèet blokù ve vyrovnávací pamìti dotazù.';
$strShowStatusReset = 'Vynulovat statistiky';
$strShowStatusRpl_statusDescr = 'Stav failsafe replikace.';
$strShowStatusSelect_full_joinDescr = 'Poèet spojení, které nevyu¾ívaly indexy. Pokud tato hodnota není 0, mìli byste zkontrolovat indexy tabulek.';
$strShowStatusSelect_full_range_joinDescr = 'Poèet spojení, které pou¾ívaly intervalové vyhledávání na referenèní tabulce.';
$strShowStatusSelect_range_checkDescr = 'Poèet spojení bez klíèù, které kontrolovaly pou¾ití klíèù po ka¾dém øádku. Pokud tato hodnota není 0, mìli byste zkontrolovat indexy tabulek.';
$strShowStatusSelect_rangeDescr = 'Poèet spojení, které pou¾ivaly intervalové vyhledávání na první tabulce. Tato hodnota obvykle není kritická i kdy¾ je vysoká.';
$strShowStatusSelect_scanDescr = 'Poèet spojení, které provádìly kompletní procházení první tabulky.';
$strShowStatusSlave_open_temp_tablesDescr = 'Poèet doèasných tabulek v&nbsp;souèasné dobì otevøených podøízeným serverem.';
$strShowStatusSlave_retried_transactionsDescr = 'Celkový poèek, kolikrát musel podøízený server opakovat transakce.';
$strShowStatusSlave_runningDescr = 'Tato polo¾ka je zapnutá, pokud server pracuje jako podøízený.';
$strShowStatusSlow_launch_threadsDescr = 'Poèet vláken jejih¾ vytvoøení trvalo déle ne¾ slow_launch_time sekund.';
$strShowStatusSlow_queriesDescr = 'Poèet dotazù, které trvaly déle ne¾ long_query_time sekund.';
$strShowStatusSort_merge_passesDescr = 'Poèet prùchodù sluèování, které musel provést øadicí algoritmus. Pøi pøíli¹ vysoké hodnotì zva¾te zvý¹ení sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Poèet øazení, které byly omezeny rozsahem.';
$strShowStatusSort_rowsDescr = 'Poèet øazených øádek.';
$strShowStatusSort_scanDescr = 'Poèet øazení provedených procházením tabulky.';
$strShowStatusTable_locks_immediateDescr = 'Poèek okam¾itých získání zámku tabulky.';
$strShowStatusTable_locks_waitedDescr = 'Poèet èekání na získání zámku tabulky. Pokud je tato hodnota vysoká a máte problémy s&nbsp;výkonem, mìli byste optimalizovat dostazy a pøípadnì rozdìlit tabulky nebo pou¾ít replikaci.';
$strShowStatusThreads_cachedDescr = 'Poèet vláken ve vyrovnávací pamìti. Úspì¹nost vyrovnávací pamìti mù¾e být spoèítána jako Threads_created/Connections. Pokud je tato hodnota èervená, mìli byste zvý¹it thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Poèet aktuálnì otevøených pøipojení.';
$strShowStatusThreads_createdDescr = 'Poèet vláken vytvoøených pro obsluhu pøipojení. Pokud je hodnota pøíli¹ velká, mù¾ete zvìt¹it parametr thread_cache_size. Na platformách, které mají dobrou implementaci vláken v¹ak toto nemá pøíli¹ velký vliv.';
$strShowStatusThreads_runningDescr = 'Poèet vláken, která nespí.';
$strShowTableDimension = 'Rozmìry tabulek';
$strShowTables = 'Zobrazit tabulky';
$strShowThisQuery = 'Zobrazit zde tento dotaz znovu';
$strShow = 'Zobrazit';
$strSimplifiedChinese = 'Zjednodu¹ená èín¹tina';
$strSingly = '(po jednom)';
$strSize = 'Velikost';
$strSkipQueries = 'Poèet záznamù (dotazù) od zaèátku, které se mají pøeskoèit';
$strSlovak = 'Sloven¹tina';
$strSlovenian = 'Slovin¹tina';
$strSocketProblem = '(nebo není spávnì nastaven lokální socket MySQL serveru)';
$strSortByKey = 'Setøídit podle klíèe';
$strSorting = 'Øazení';
$strSort = 'Øadit';
$strSpaceUsage = 'Vyu¾ití místa';
$strSpanish = '©panìl¹tina';
$strSplitWordsWithSpace = 'Slova jsou oddìlena mezerou (&bdquo; &ldquo;).';
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvoøených dotazù';
$strSQLImportOptions = 'Nastavení SQL importu';
$strSQLOptions = 'Nastavení SQL exportu';
$strSQLParserBugMessage = 'Je mo¾né, ¾e jste na¹li chybu v&nbsp;SQL parseru. Prosím prozkoumejte podrobnì SQL dotaz, pøedev¹ím jestli jsou správnì uvozovky a jestli nejsou proházené. Dal¹í mo¾nost selhání je pokud nahráváte soubor s&nbsp;binárními daty nezapsanými v&nbsp;uvozovkách. Mù¾ete také vyzkou¹et pøíkazovou øádku MySQL. Ní¾e uvedený výstup z&nbsp;MySQL serveru (pokud je nìjaký) Vám také mù¾e pomoci pøi zkoumání problému. Pokud stále máte problémy nebo pokud SQL parser ohlásí chybu u&nbsp;dotazu, který na pøíkazové øádce funguje, prosím pokuste se zredukovat dotaz na co nejmen¹í, ve kterém se problém je¹tì vyskytne, a ohlaste chybu na stránkách phpMyAdmina spolu se sekcí VÝPIS uvedenou ní¾e:';
$strSQLParserUserError = 'Pravdìpodobnì máte v&nbsp;SQL dotazu chybu. Ní¾e uvedený výstup MySQL serveru (pokud je nìjaký) Vám také mù¾e pomoci pøi zkoumání problému';
$strSQLQuery = 'SQL-dotaz';
$strSQLResult = 'Výsledek SQL dotazu';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Chybný identifikátor';
$strSQPBugUnclosedQuote = 'Neuzavøené uvozovky';
$strSQPBugUnknownPunctuation = 'Neznámé interpunkèní znaménko';
$strStatCheckTime = 'Poslední kontrola';
$strStatCreateTime = 'Vytvoøení';
$strStatement = 'Údaj';
$strStatisticsOverrun = 'Na hodnì zatí¾eném serveru mohou èítaèe pøetéct, tak¾e statistiky MySQL serveru mohou být nepøesné.';
$strStatUpdateTime = 'Poslední zmìna';
$strStatus = 'Stav';
$strStorageEngines = 'Úlo¾i¹tì';
$strStorageEngine = 'Úlo¾i¹tì';
$strStrucCSV = 'CSV';
$strStrucData = 'Strukturu a data';
$strStrucDrop = 'Pøidat DROP TABLE';
$strStrucExcelCSV = 'CSV pro MS Excel';
$strStrucNativeExcel = 'Nativní formát MS Excelu';
$strStrucOnly = 'Pouze strukturu';
$strStructPropose = 'Navrhnout strukturu tabulky';
$strStructure = 'Struktura';
$strSubmit = 'Provést';
$strSuccess = 'Vá¹ SQL-dotaz byl úspì¹nì vykonán';
$strSum = 'Celkem';
$strSwedish = '©véd¹tina';
$strSwitchToDatabase = 'Pøepnout na zkopírovanou databázi';
$strSwitchToTable = 'Pøepnout na zkopírovanou tabulku';
 
$strTableAlreadyExists = 'Tabulka %s ji¾ existuje!';
$strTableComments = 'Komentáø k&nbsp;tabulce';
$strTableEmpty = 'Jméno tabulky je prázdné!';
$strTableHasBeenDropped = 'Tabulka %s byla odstranìna';
$strTableHasBeenEmptied = 'Tabulka %s byla vyprázdnìna';
$strTableHasBeenFlushed = 'Vyrovnávací pamì» pro tabulku %s byla vyprázdnìna';
$strTableMaintenance = ' Údr¾ba tabulky ';
$strTableOfContents = 'Obsah';
$strTableOptions = 'Parametry tabulky';
$strTables = '%s tabulek';
$strTableStructure = 'Struktura tabulky';
$strTable = 'Tabulka';
$strTableType = 'Typ tabulky';
$strTakeIt = 'zvolit';
$strTblPrivileges = 'Oprávnìní pro jednotlivé tabulky';
$strTempData = 'Doèasná data';
$strTextAreaLength = 'Tento sloupec mo¾ná nepùjde <br />(kvùli délce) upravit ';
$strThai = 'Thaj¹tina';
$strThemeDefaultNotFound = 'Výchozí vzhled %s nebyl nalezen!';
$strThemeNoPreviewAvailable = 'Náhled není k&nbsp;dispozici.';
$strThemeNotFound = 'Vzhled %s nebyl nalezen!';
$strThemeNoValidImgPath = 'Nebyla nalezena platná cesta k obrázkùm pro vzhled %s!';
$strThemePathNotFound = 'Nebyla nalezena platná cesta k vzhledu %s!';
$strTheme = 'Vzhled';
$strThisHost = 'Tento poèítaè';
$strThisNotDirectory = 'Nebyl zadán adresáø';
$strThreads = 'Poèet vláken';
$strThreadSuccessfullyKilled = 'Vlákno %s bylo úspì¹nì zabito.';
$strTime = 'Èas';
$strTimeoutInfo = 'Pøedchozí ímport vyèerpal ve¹kerý èas, po dal¹ím odeslání bude import pokraèovat od pozize %d.';
$strTimeoutNothingParsed = 'Bohu¾el bìhem posledního pokusu nebyla ¾ádná data naètena. Toto obvykle znamená, ¾e phpMyAdmin nebude schopen naèíst tento soubor, pokud nezvý¹íte èasové limity v&nbsp;PHP.';
$strTimeoutPassed = 'Limit pro bìh importu vypr¹el, prosím ode¹lete formuláø znovu se stejným souborem a import bude pokraèovat.';
$strToggleScratchboard = 'Zobrazit grafický návrh';
$strTotal = 'celkem';
$strTotalUC = 'Celkem';
$strTraditionalChinese = 'Tradièní èín¹tina';
$strTraditionalSpanish = 'Tradièní ¹panìl¹tina';
$strTraffic = 'Provoz';
$strTransactionCoordinator = 'Koordinátor transakcí';
$strTransformation_application_octetstream__download = 'Zobrazí odkaz na stáhnutí dat. První parametr je jméno souboru, druhý jméno sloupce v&nbsp;tabulce obsahující jméno souboru. Pokud zadáte druhý parametr, první musí být prázdný.';
$strTransformation_application_octetstream__hex = 'Zobrazí data ¹estnáctkovì.';
$strTransformation_image_jpeg__inline = 'Zobrazí náhled obrázku s&nbsp;odkazem na obrázek; parametry ¹íøka a vý¹ka v&nbsp;bodech (pomìr stran obrázku zùstane zachován)';
$strTransformation_image_jpeg__link = 'Zobrazí odkaz na obrázek (napøíklad stáhnutí pole blob).';
$strTransformation_image_png__inline = 'Viz image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Zobrazí datum nebo èas (TIME, TIMESTAMP a DATETIME) podle místního nastavení. První parametr je posun (v&nbsp;hodinách), který bude pøidán k&nbsp;èasu (výchozí je 0). Druhý parametr je formátovací øetìzec pro funkci strftime().';
$strTransformation_text_plain__external = 'JEN PRO LINUX: Spustí externí program, na jeho standardní vstup po¹le obsah pole a zobrazí výstup programu. Výchozí je program Tidy, který pìknì zformátuje HTML. Z&nbsp;bezpeènostních dùvodù musíte jména povolených programù zapsat do souboru libraries/transformations/text_plain__external.inc.php. První parametr je èíslo programu, který má být spu¹tìn a druhý parametr udává parametry tohoto programu. Tøetí parametr urèuje, zda mají být ve výstupu nahrazeny HTML entity (napø. pro zobrazení zdrojového kódu HTML) (výchozí je 1, tedy pøevádìt na entity), ètvrtý (pøi nastavení na 1) zajistí pøidání parametru NOWRAP k&nbsp;vypisovanému textu, èím¾ se zachová formátování (výchozí je 1).';
$strTransformation_text_plain__formatted = 'Zachová pùvodní formátování sloupce, tak jak je ulo¾en v&nbsp;databázi.';
$strTransformation_text_plain__imagelink = 'Zobrazí obrázek a odkaz z&nbsp;pole obsahujícího odkaz na obrázek. První parametr je prefix URL (napøíklad &bdquo;http://mojedomena.cz/&ldquo;), druhý a tøetí urèuje ¹íøku a vý¹ku obrázku.';
$strTransformation_text_plain__link = 'Zobrazí odkaz z&nbsp;pole obsahujícího odkaz. První parametr je prefix URL (napøíklad &bdquo;http://mojedomena.cz/&ldquo;), druhý text odkazu.';
$strTransformation_text_plain__sql = 'Zobrazí text jako SQL dotaz se zvýrazòováním syntaxe.';
$strTransformation_text_plain__substr = 'Zobrazí jen èást textu. První parametr je posun od zaèátku (výchozí je 0) a druhý urèuje délku textu, který se má zobrazit, pokud není uveden, bude zobrazen zbytek textu. Tøetí parametr urèuje, jaký text má být pøidán za zkrácený text (výchozí je ...).';
$strTruncateQueries = 'Zobrazit zkrácené dotazy';
$strTurkish = 'Turecky';
$strType = 'Typ';
 
$strUkrainian = 'Ukrajin¹tina';
$strUncheckAll = 'Od¹krtnout v¹e';
$strUnicode = 'Unicode';
$strUnique = 'Unikátní';
$strUnknown = 'neznámý';
$strUnselectAll = 'Odznaèit v¹e';
$strUnsupportedCompressionDetected = 'Pokusili jste se importovat soubor s&nbsp;nepodporovanou kompresí (%s). Buïto podpora není implementována nebo je vypnuta ve va¹í konfiguraci.';
$strUpdatePrivMessage = 'Byla aktualizována oprávnìní pro %s.';
$strUpdateProfileMessage = 'Pøístup byl zmìnìn.';
$strUpdateQuery = 'Aktualizovat dotaz';
$strUpdComTab = 'Podívejte se prosím do dokumentace, jak aktualizovat tabulku s&nbsp;informacemi o&nbsp;sloupcích (tabulka column_comments)';
$strUpgrade = 'Mìli byste aktualizovat %s na verzi %s nebo vy¹¹í.';
$strUploadLimit = 'Pravdìpodobnì jste se pokusili nahrát pøíli¹ velký soubor. Pøeètìte si prosím %sdokumentaci%s, jak toto omezení obejít.';
$strUsage = 'Pou¾ívá';
$strUseBackquotes = 'Pou¾ít zpìtné uvozovky u&nbsp;jmen tabulek a sloupcù';
$strUsedPhpExtensions = 'Pou¾itá roz¹íøení PHP';
$strUseHostTable = 'Pou¾ít tabulku s&nbsp;poèítaèi';
$strUserAlreadyExists = 'U¾ivatel %s ji¾ existuje!';
$strUserEmpty = 'Jméno u¾ivatele je prázdné!';
$strUserName = 'Jméno u¾ivatele';
$strUserNotFound = 'Zvolený u¾ivatel nebyl nalezen v&nbsp;tabulce oprávnìní.';
$strUserOverview = 'Pøehled u¾ivatelù';
$strUsersDeleted = 'Vybraní u¾ivatelé byli úspì¹nì odstranìni.';
$strUsersHavingAccessToDb = 'U¾ivatelé mající pøístup k&nbsp;&bdquo;%s&ldquo;';
$strUser = 'U¾ivatel';
$strUseTabKey = 'Pou¾ijte klávesu TAB pro pohyb mezi hodnotami nebo CTRL+¹ipky po pohyb v¹emi smìry.';
$strUseTables = 'Pou¾ít tabulky';
$strUseTextField = 'Pou¾ít textové pole';
$strUseThisValue = 'Pou¾ít tuto hodnotu';
 
$strValidateSQL = 'Zkontrolovat SQL';
$strValidatorError = 'SQL validátor nemohl být inicializován. Prosím zkontrolujte, jestli máte po¾adovaná roz¹íøení PHP, která jsou uvedena v&nbsp;%sdokumentaci%s.';
$strValue = 'Hodnota';
$strVar = 'Promìnná';
$strVersionInformation = 'Informace o&nbsp;verzi';
$strViewDumpDatabases = 'Export databází';
$strViewDumpDB = 'Export databáze';
$strViewDump = 'Export tabulky';
$strViewHasBeenDropped = 'Pohled %s byl odstranìn';
$strViewMaxExactCount = 'Tento pohled má více ne¾ %d záznamù. Viz %sdokumentace%s.';
$strView = 'Pohled';
 
$strWebServerUploadDirectoryError = 'Adresáø urèený pro upload souborù nemohl být otevøen';
$strWebServerUploadDirectory = 'soubor z&nbsp;adresáøe pro upload';
$strWelcome = 'Vítejte v&nbsp;%s';
$strWestEuropean = 'Západní Evropa';
$strWildcard = 'maska';
$strWindowNotFound = 'Cílové okno prohlí¾eèe nemohlo být aktualizováno. Mo¾ná jste zavøel rodièovské okno, nebo prohlí¾eè blokuje operace mezi okny z&nbsp;dùvodu bezpeènostních nastavení.';
$strWithChecked = 'Za¹krtnuté:';
$strWriteRequests = 'Po¾adavkù na ètení';
$strWritingCommentNotPossible = 'Nelze zapsat komentáø';
$strWritingRelationNotPossible = 'Nelze zapsat relaci';
$strWrongUser = '©patné u¾ivatelské jméno nebo heslo. Pøístup odepøen.';
 
$strXML = 'XML';
 
$strYes = 'Ano';
 
$strZeroRemovesTheLimit = 'Poznámka: Nastavení tìchto parametrù na 0 (nulu) odstraní omezení.';
$strZip = '&bdquo;zazipováno&ldquo;';
 
?>
/Web/Maintenance/phpMyAdmin/lang/czech-utf-8.inc.php
0,0 → 1,983
<?php
/* $Id: czech-utf-8.inc.php,v 2.166.2.2 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Czech language file by
* Michal Čihař <michal@cihar.com>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtů', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Neděle', 'Pondělí', 'Úterý', 'Středa', 'Čtvrtek', 'Pátek', 'Sobota');
$month = array('ledna', 'února', 'března', 'dubna', 'května', 'června', 'července', 'srpna', 'září', 'října', 'listopadu', 'prosince');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%a %d. %b %Y, %H:%M';
 
$timespanfmt = '%s dnů, %s hodin, %s minut a %s sekund';
 
$strAbortedClients = 'Přerušené';
$strAbsolutePathToDocSqlDir = 'docSQL adresář';
$strAccessDeniedCreateConfig = 'Pravděpodobná příčina je, že nemáte vytvořený konfigurační soubor. Pro jeho vytvoření by se vám mohl hodit %1$snastavovací skript%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin se pokusil připojit k&nbsp;MySQL serveru, a ten odmítl připojení. Zkontrolujte jméno serveru, uživatelské jméno a heslo v&nbsp;souboru config.inc.php a ujistěte se, že jsou totožné s&nbsp;těmi, které máte od administrátora MySQL serveru.';
$strAccessDenied = 'Přístup odepřen';
$strAction = 'Akce';
$strAddAutoIncrement = 'Přidat hodnotu AUTO_INCREMENT';
$strAddConstraints = 'Přidat integritní omezení';
$strAddDeleteColumn = 'Přidat nebo odebrat sloupec';
$strAddDeleteRow = 'Přidat nebo odebrat řádek';
$strAddDropDatabase = 'Přidat DROP DATABASE';
$strAddedColumnComment = 'Přidán komentář ke sloupci';
$strAddedColumnRelation = 'Přidána relace pro sloupec';
$strAddFields = 'Přidat %s sloupců';
$strAddHeaderComment = 'Přidat vlastní komentář do hlavičky (\\n odděluje řádky)';
$strAddIfNotExists = 'Přidat IF NOT EXISTS';
$strAddIntoComments = 'Do komentářů přidat';
$strAddNewField = 'Přidat sloupec';
$strAddPrivilegesOnDb = 'Přidat oprávnění pro databázi';
$strAddPrivilegesOnTbl = 'Přidat oprávnění pro tabulku';
$strAddSearchConditions = 'Přidat vyhledávací parametry (část dotazu po příkazu &bdquo;WHERE&ldquo;):';
$strAddToIndex = 'Přidat %s sloupců do indexu';
$strAddUserMessage = 'Uživatel byl přidán.';
$strAddUser = 'Přidat nového uživatele';
$strAdministration = 'Správa';
$strAffectedRows = 'Ovlivněné řádky:';
$strAfterInsertBack = 'Návrat na předchozí stránku';
$strAfterInsertNewInsert = 'Vložit další řádek';
$strAfterInsertNext = 'Upravit následující řádek';
$strAfterInsertSame = 'Návrat na tuto stránku';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Povolit přerušení importu v&nbsp;případě že skript pozná, že se blíží časový limit nastavený v&nbsp;PHP. Tímto způsobem můžete importovat i velké soubory, ale může to způsobit problémy s&nbsp;transakcemi.';
$strAllTableSameWidth = 'Použít pro všechny tabulky stejnou šířku';
$strAll = 'Všechno';
$strAlterOrderBy = 'Změnit pořadí tabulky podle';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a';
$strAndThen = 'a poté';
$strAnIndex = 'K&nbsp;tabulce %s byl přidán index';
$strAnyHost = 'Jakýkoliv počítač';
$strAny = 'Jakýkoliv';
$strAnyUser = 'Jakýkoliv uživatel';
$strApproximateCount = 'Může být nepřesné, viz FAQ 3.11';
$strAPrimaryKey = 'V&nbsp;tabulce %s byl vytvořen primární klíč';
$strArabic = 'Arabština';
$strArmenian = 'Arménština';
$strAscending = 'Vzestupně';
$strAtBeginningOfTable = 'Na začátku tabulky';
$strAtEndOfTable = 'Na konci tabulky';
$strAttr = 'Vlastnosti';
$strAutodetect = 'Automaticky zjistit';
$strAutomaticLayout = 'automatické rozvržení';
 
$strBack = 'Zpět';
$strBaltic = 'Baltické';
$strBeginCut = 'ZAČÁTEK VÝPISU';
$strBeginRaw = 'ZAČÁTEK VÝPISU';
$strBinary = ' Binární ';
$strBinaryDoNotEdit = ' Binární - neupravujte ';
$strBinaryLog = 'Binární log';
$strBinLogEventType = 'Typ události';
$strBinLogInfo = 'Informace';
$strBinLogName = 'Jméno logu';
$strBinLogOriginalPosition = 'Původní pozice';
$strBinLogPosition = 'Pozice';
$strBinLogServerId = 'ID serveru';
$strBookmarkAllUsers = 'Umožnit všem uživatelům používat tuto položku';
$strBookmarkCreated = 'Vytvořen oblíbený dotaz %s';
$strBookmarkDeleted = 'Položka byla smazána z&nbsp;oblíbených.';
$strBookmarkLabel = 'Název';
$strBookmarkQuery = 'Oblíbený SQL dotaz';
$strBookmarkReplace = 'Přepsat existující oblíbený dotaz stejného jména';
$strBookmarkThis = 'Přidat tento SQL dotaz do oblíbených';
$strBookmarkView = 'Zobrazit';
$strBrowseDistinctValues = 'Procházet odlišné hodnoty';
$strBrowseForeignValues = 'Projít hodnoty cizích klíčů';
$strBrowse = 'Projít';
$strBufferPoolActivity = 'Aktivita vyrovnávací paměti';
$strBufferPoolUsage = 'Využití vyrovnávací paměti';
$strBufferPool = 'Vyrovnávací paměť';
$strBufferReadMissesInPercent = 'Výpadků při čtení v&nbsp;%';
$strBufferReadMisses = 'Výpadků při čtení';
$strBufferWriteWaits = 'Čekání na zápis';
$strBufferWriteWaitsInPercent = 'Čekání na zápis v&nbsp;%';
$strBulgarian = 'Bulharština';
$strBusyPages = 'Zpracovávaných stránek';
$strBzError = 'phpMyAdminovi se nepodařilo zkomprimovat výpis, protože rozšíření pro kompresi bz2 je v&nbsp;této verzi PHP chybné. Doporučujeme tuto kompresi vypnout (nastavit <code>$cfg[\'BZipDump\']</code> v&nbsp;nastaveních phpMyAdmina na <code>FALSE</code>). Pokud chcete používat kompresi bz2, měli byste nainstalovat novější verzi PHP. Více informací o&nbsp;tomto problému je u&nbsp;popisu chyby %s.';
$strBzip = '&bdquo;zabzipováno&ldquo;';
 
$strCalendar = 'Kalendář';
$strCanNotLoadImportPlugins = 'Nepodařilo se nahrát pluginy pro import, zkontrolujte prosím vaší instalaci!';
$strCannotLogin = 'Nepodařilo se přihlášení k&nbsp;MySQL serveru';
$strCantLoad = 'nelze nahrát rozšíření %s,<br />zkontrolujte prosím nastavení PHP';
$strCantLoadRecodeIconv = 'Nelze nahrát rozšíření iconv ani recode potřebná pro převod znakových sad. Upravte nastavení PHP tak, aby umožňovalo použít tyto rozšíření nebo vypněte převod znakových sad v&nbsp;phpMyAdminu.';
$strCantRenameIdxToPrimary = 'Index nemůžete přejmenovat na &bdquo;PRIMARY&ldquo;!';
$strCantUseRecodeIconv = 'Nelze použít funkce iconv ani libiconv ani recode_string, přestože rozšíření jsou nahrána. Zkontrolujte nastavení PHP.';
$strCardinality = 'Mohutnost';
$strCaseInsensitive = 'nerozlišovat velká a malá písmena';
$strCaseSensitive = 'rozlišovat velká a malá písmena';
$strCentralEuropean = 'Střední Evropa';
$strChangeCopyModeCopy = '... zachovat původního uživatele.';
$strChangeCopyModeDeleteAndReload = ' ... smazat uživatele a poté znovu načíst oprávnění.';
$strChangeCopyModeJustDelete = ' ... smazat původního uživatele ze všech tabulek.';
$strChangeCopyModeRevoke = ' ... odebrat všechna oprávnění původnímu uživateli a poté ho smazat.';
$strChangeCopyMode = 'Vytvořit nového uživatele se stejnými oprávněními a ...';
$strChangeCopyUser = 'Změnit informace o&nbsp;uživateli / Kopírovat uživatele';
$strChangeDisplay = 'Zvolte které sloupce zobrazit';
$strChangePassword = 'Změnit heslo';
$strChange = 'Změnit';
$strCharsetOfFile = 'Znaková sada souboru:';
$strCharsetsAndCollations = 'Znakové sady a porovnávání';
$strCharsets = 'Znakové sady';
$strCharset = 'Znaková sada';
$strCheckAll = 'Zaškrtnout vše';
$strCheckOverhead = 'Zaškrtnout neoptimální';
$strCheckPrivsLong = 'Zkontrolovat oprávnění pro databázi &bdquo;%s&ldquo;.';
$strCheckPrivs = 'Zkontrolovat oprávnění';
$strCheckTable = 'Zkontrolovat tabulku';
$strChoosePage = 'Zvolte stránku, kterou chcete změnit';
$strColComFeat = 'Zobrazuji komentáře sloupců';
$strCollation = 'Porovnávání';
$strColumnNames = 'Názvy sloupců';
$strColumnPrivileges = 'Oprávnění pro jednotlivé sloupce';
$strCommand = 'Příkaz';
$strCommentsForTable = 'KOMENTÁŘE PRO TABULKU';
$strComments = 'Komentáře';
$strCompatibleHashing = 'Kompatibilní s&nbsp;MySQL&nbsp;4.0';
$strCompleteInserts = 'Úplné inserty';
$strCompression = 'Komprese';
$strCompressionWillBeDetected = 'Komprimace importovaného souboru bude automaticky rozpoznána. Podporovány jsou: %s';
$strConfigDefaultFileError = 'Nepodařilo se nahrát výchozí konfiguraci ze soubouru: "%1$s"';
$strConfigFileError = 'phpMyAdmin nemohl načíst konfigurační soubor!<br />Tato chyba může nastat, pokud v&nbsp;něm PHP najde chybu nebo nemůže tento soubor najít.<br />Po kliknutí na následující odkaz se PHP pokusí přímo interpretovat tento soubor a zobrazí informace o&nbsp;chybě, ke které došlo. Pak opravte tuto chybu (nejčastěji se jedná o&nbsp;chybějící středník).<br />Pokud získáte prázdnou stránku, všechno je v&nbsp;pořádku.';
$strConfigureTableCoord = 'Prosím, nastavte souřadnice pro tabulku %s';
$strConnectionError = 'Nepodařilo se připojit: chybné nastavení.';
$strConnections = 'Připojení';
$strConstraintsForDumped = 'Omezení pro exportované tabulky';
$strConstraintsForTable = 'Omezení pro tabulku';
$strCookiesRequired = 'Přihlášení vyžaduje povolené cookies.';
$strCopyDatabaseOK = 'Databáze %s byla zkopírována na %s';
$strCopy = 'Kopírovat';
$strCopyTable = 'Kopírovat tabulku do (databáze<b>.</b>tabulka):';
$strCopyTableOK = 'Tabulka %s byla zkopírována do %s.';
$strCopyTableSameNames = 'Nelze kopírovat tabulku na sebe samu!';
$strCouldNotKill = 'phpMyAdminovi se nepodařilo ukončit vlákno %s. Pravděpodobně jeho běh již skončil.';
$strCreateDatabaseBeforeCopying = 'Vytvořit databázi před kopírováním (CREATE DATABASE)';
$strCreateIndexTopic = 'Vytvořit nový index';
$strCreateIndex = 'Vytvořit index na&nbsp;%s&nbsp;sloupcích';
$strCreateNewDatabase = 'Vytvořit novou databázi';
$strCreateNewTable = 'Vytvořit novou tabulku v&nbsp;databázi %s';
$strCreatePage = 'Vytvořit novou stránku';
$strCreatePdfFeat = 'Vytváření PDF';
$strCreate = 'Vytvořit';
$strCreationDates = 'Datum vytvoření, poslední změny a kontroly';
$strCriteria = 'Podmínka';
$strCroatian = 'Chorvatština';
$strCSV = 'CSV';
$strCSVImportOptions = 'Nastavení CSV';
$strCSVOptions = 'Nastavení CSV exportu';
$strCyrillic = 'Cyrilika';
$strCzech = 'Čeština';
$strCzechSlovak = 'Čeština/Slovenština';
 
$strDanish = 'Dánština';
$strDatabase = 'Databáze';
$strDatabaseEmpty = 'Jméno databáze je prázdné!';
$strDatabaseExportOptions = 'Nastavení exportu databází';
$strDatabaseHasBeenDropped = 'Databáze %s byla zrušena.';
$strDatabaseNoTable = 'Tato databáze neobsahuje žádné tabulky!';
$strDatabases = 'Databáze';
$strDatabasesDropped = '%s databáze byla úspěšně zrušena.';
$strDatabasesStatsDisable = 'Skrýt podrobnosti';
$strDatabasesStatsEnable = 'Zobrazit podrobnosti';
$strDatabasesStatsHeavyTraffic = 'Poznámka: Zobrazení podrobností o&nbsp;databázích může způsobit značné zvýšení provozu mezi webserverem a MySQL serverem.';
$strDatabasesStats = 'Statistiky databází';
$strData = 'Data';
$strDataDict = 'Datový slovník';
$strDataOnly = ' Jen data';
$strDataPages = 'Stránek obshahujících data';
$strDBComment = 'Komentář k&nbsp;databázi: ';
$strDBCopy = 'Zkopírovat databázi na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Zásahů';
$strDBGLine = 'Řádka';
$strDBGMaxTimeMs = 'Min. čas, ms';
$strDBGMinTimeMs = 'Max. čas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Čas/Zásah, ms';
$strDBGTotalTimeMs = 'Celkový čas, ms';
$strDbPrivileges = 'Oprávnění pro jednotlivé databáze';
$strDBRename = 'Přejmenovat databázi na';
$strDbSpecific = 'závislé na databázi';
$strDefaultEngine = '%s je výchozí úložiště na tomto MySQL serveru.';
$strDefaultValueHelp = 'Výchozí hodnotu zadejte jen jednu hodnotu bez uvozovek a escapování znaků, například: a';
$strDefault = 'Výchozí';
$strDefragment = 'Defragmentovat tabulku';
$strDelayedInserts = 'Používat zpožděné inserty';
$strDeleteAndFlushDescr = 'Toto je nejčistší řešení, ale načítání oprávnění může trvat dlouho.';
$strDeleteAndFlush = 'Odstranit uživatele a znovunačíst oprávnění.';
$strDeleted = 'Řádek byl smazán';
$strDeletedRows = 'Smazané řádky:';
$strDeleteNoUsersSelected = 'Musíte vybrat uživatele, které chcete odstranit!';
$strDelete = 'Odstranit';
$strDeleting = 'Odstraňuji %s';
$strDelOld = 'Aktuální stránka se odkazuje na tabulky, které již neexistují. Chcete odstranit tyto odkazy?';
$strDescending = 'Sestupně';
$strDescription = 'Popis';
$strDictionary = 'slovník';
$strDirtyPages = 'Změněných stránek';
$strDisabled = 'Vypnuto';
$strDisableForeignChecks = 'Vypnout kontrolu cizích klíčů';
$strDisplayFeat = 'Zobrazení funkcí';
$strDisplayOrder = 'Seřadit podle:';
$strDisplayPDF = 'Zobrazit jako schéma v&nbsp;PDF';
$strDoAQuery = 'Provést &bdquo;dotaz podle příkladu&ldquo; (zástupný znak: &bdquo;%&ldquo;)';
$strDocu = 'Dokumentace';
$strDoYouReally = 'Opravdu si přejete vykonat příkaz';
$strDropDatabaseStrongWarning = 'Chystáte se ZRUŠIT celou databázi!';
$strDrop = 'Odstranit';
$strDropUsersDb = 'Odstranit databáze se stejnými jmény jako uživatelé.';
$strDumpingData = 'Vypisuji data pro tabulku';
$strDumpSaved = 'Výpis byl uložen do souboru %s.';
$strDumpXRows = 'Vypsat %s řádků od %s.';
$strDynamic = 'dynamický';
 
$strEditPDFPages = 'Upravit PDF stránky';
$strEditPrivileges = 'Upravit oprávnění';
$strEdit = 'Upravit';
$strEffective = 'Efektivní';
$strEmptyResultSet = 'MySQL vrátil prázdný výsledek (tj. nulový počet řádků).';
$strEmpty = 'Vyprázdnit';
$strEnabled = 'Zapnuto';
$strEncloseInTransaction = 'Uzavřít příkazy v&nbsp;transakci';
$strEndCut = 'KONEC VÝPISU';
$strEnd = 'Konec';
$strEndRaw = 'KONEC VÝPISU';
$strEngineAvailable = 'Úložiště %s je dostupné na tomto MySQL serveru.';
$strEngineDisabled = 'Úložiště %s je vypnuté na tomto MySQL serveru.';
$strEngines = 'Úložiště';
$strEngineUnsupported = 'Tento MySQL server nepodporuje úložiště %s.';
$strEnglish = 'Anglicky';
$strEnglishPrivileges = 'Poznámka: názvy oprávnění v&nbsp;MySQL jsou uváděny anglicky';
$strError = 'Chyba';
$strErrorInZipFile = 'Chyba v&nbsp;ZIP archívu:';
$strEscapeWildcards = 'Zástupné znaky _ a % by měly být escapovány pomocí \, pokud je chcete použít jako znak';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonština';
$strExcelEdition = 'Verze Excelu';
$strExcelOptions = 'Nastavení exportu do Excelu';
$strExecuteBookmarked = 'Spustit oblíbený dotaz';
$strExplain = 'Vysvětlit dotaz';
$strExport = 'Export';
$strExtendedInserts = 'Rozšířené inserty';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Nepovedených pokusů';
$strFieldHasBeenDropped = 'Sloupec %s byl odstraněn';
$strFieldsEmpty = ' Nebyl zadán počet sloupců! ';
$strFieldsEnclosedBy = 'Názvy sloupců uzavřené';
$strFieldsEscapedBy = 'Názvy sloupců escapovány';
$strField = 'Sloupec';
$strFields = 'Sloupce';
$strFieldsTerminatedBy = 'Sloupce oddělené';
$strFileAlreadyExists = 'Soubor %s již na serveru existuje, změňte jméno souboru, nebo zvolte přepsání souboru.';
$strFileCouldNotBeRead = 'Soubor nelze přečíst';
$strFileNameTemplateDescriptionDatabase = 'jméno databáze';
$strFileNameTemplateDescriptionServer = 'jméno serveru';
$strFileNameTemplateDescriptionTable = 'jméno tabulky';
$strFileNameTemplateDescription = 'Tato hodnota je interpretována pomocí %1$sstrftime%2$s, takže můžete použít libovolné řetězce pro formátování data a času. Dále budou provedena následující nahrazení: %3$s. Jakýkoliv jiný text zůstane zachován beze změny.';
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
$strFileNameTemplate = 'Vzor pro jméno souboru';
$strFileToImport = 'Soubor pro importování';
$strFixed = 'pevný';
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získává oprávnění přímo z&nbsp;tabulek MySQL. Obsah těchto tabulek se může lišit od oprávnění, která server právě používá, pokud byly tyto tabulky upravovány. V&nbsp;tomto případě je vhodné provést %sznovunačtení oprávnění%s před pokračováním.';
$strFlushQueryCache = 'Vyprázdnit vyrovnávací paměť dotazů';
$strFlushTables = 'Zavřít všechny tabulky';
$strFlushTable = 'Vyprázdnit vyrovnávací paměť pro tabulku (&bdquo;FLUSH&ldquo;)';
$strFormat = 'Formát';
$strFormEmpty = 'Chybějící hodnota ve formuláři!';
$strFreePages = 'Volných stránek';
$strFullText = 'Celé texty';
$strFunction = 'Funkce';
 
$strGenBy = 'Vygeneroval';
$strGeneralRelationFeat = 'Obecné funkce relací';
$strGeneratePassword = 'Vytvořit heslo';
$strGenerate = 'Vytvořit';
$strGenTime = 'Vygenerováno';
$strGeorgian = 'Gruzínština';
$strGerman = 'Německy';
$strGlobal = 'globální';
$strGlobalPrivileges = 'Globální oprávnění';
$strGlobalValue = 'Globální hodnota';
$strGo = 'Proveď';
$strGrantOption = 'Přidělování';
$strGreek = 'Řečtina';
$strGzip = '&bdquo;zagzipováno&ldquo;';
 
$strHandler = 'Obslužné rutiny';
$strHasBeenAltered = 'byla změněna.';
$strHasBeenCreated = 'byla vytvořena.';
$strHaveToShow = 'Musíte zvolit alespoň jeden sloupec, který chcete zobrazit.';
$strHebrew = 'Hebrejština';
$strHexForBinary = 'Binární pole vypisovat šestnáctkově';
$strHome = 'Hlavní strana';
$strHomepageOfficial = 'Oficiální stránka phpMyAdmina';
$strHostEmpty = 'Jméno počítače je prázdné!';
$strHost = 'Počítač';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Nastavení exportu pro Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Nastavení exportu pro Microsoft Word 2000';
$strHungarian = 'Maďarština';
 
$strIcelandic = 'Islandština';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignorovat duplicitní řádky';
$strIgnore = 'Ignorovat';
$strIgnoreInserts = 'Použít IGNORE';
$strIgnoringFile = 'Ignoruji soubor %s';
$strImportDocSQL = 'Importovat soubory docSQL';
$strImportFiles = 'Importovat soubory';
$strImportFormat = 'Formát importovaného souboru';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import byl úspěšně dokončen, bylo provedeno %d dotazů.';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index %s byl odstraněn';
$strIndex = 'Index';
$strIndexName = 'Jméno indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
$strIndexWarningMultiple = 'Pro sloupec `%s` je vytvořeno více indexů';
$strIndexWarningPrimary = 'Sloupec `%s` by neměl být zároveň obsažen v&nbsp;PRIMARY a INDEX klíči';
$strIndexWarningTable = 'Problémy s&nbsp;indexy v&nbsp;tabulce `%s`';
$strIndexWarningUnique = 'Sloupec `%s` by neměl být zároveň obsažen v&nbsp;PRIMARY a UNIQUE klíči';
$strInnoDBAutoextendIncrementDesc = 'Velikost o&nbsp;kterou je zvětšen soubor s&nbsp;daty, pokud je zaplněný.';
$strInnoDBAutoextendIncrement = 'Krok automatického zvětšování';
$strInnoDBBufferPoolSizeDesc = 'Velikost vyrovnávací paměti, kterou InnoDB používá pro vyrovnávací paměť dat a indexů tabulek.';
$strInnoDBBufferPoolSize = 'Velikost vyrovnávací paměti';
$strInnoDBDataFilePath = 'Soubor s&nbsp;daty';
$strInnoDBDataHomeDirDesc = 'Společná část cesty pro všechny soubory obsahující data InnoDB.';
$strInnoDBDataHomeDir = 'Domovský adresář pro data';
$strInnoDBPages = 'stránek';
$strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Máte standardní nastavení hesla uživatele root v&nbsp;MySQL. Doporučujeme změnit toto nastavení a tím podstatně zvýšit bezpečnost Vašeho serveru.';
$strInsertAsNewRow = 'Vložit jako nový řádek';
$strInsertedRowId = 'Id vloženého řádku:';
$strInsertedRows = 'Vloženo řádků:';
$strInsertNewRow = 'Vložit nový řádek';
$strInsert = 'Vložit';
$strInternalNotNecessary = '* Interní relace není potřebná, pokud již relace existuje v&nbsp;InnoDB.';
$strInternalRelations = 'Interní relace';
$strInUse = 'právě se používá';
$strInvalidAuthMethod = 'V konfiguraci máte špatnou autentizační metodu:';
$strInvalidColumn = 'Byl zadán chybný sloupec (%s)!';
$strInvalidColumnCount = 'Počet sloupců musí být větší než nula.';
$strInvalidCSVFieldCount = 'Chybný počet položek v&nbsp;CSV datech na řádku %d.';
$strInvalidCSVFormat = 'Chybný formát CSV dat na řádku %d.';
$strInvalidCSVParameter = 'Neznámý parametr pro import CSV: %s';
$strInvalidFieldAddCount = 'Musíte přidat alespoň jeden sloupec.';
$strInvalidFieldCount = 'Tabulka musí mít alespoň jeden sloupec.';
$strInvalidLDIImport = 'Tento plugin nepodporuje komprimované soubory!';
$strInvalidRowNumber = '%d není platné číslo řádku.';
$strInvalidServerHostname = 'Chybné jméno serveru pro server %1$s. Prosím zkontrolujte nastavení.';
$strInvalidServerIndex = 'Chybný index serveru: "%s"';
 
$strJapanese = 'Japonština';
$strJoins = 'Použité výběry';
$strJumpToDB = 'Přejít na databázi &bdquo;%s&ldquo;.';
$strJustDeleteDescr = 'Odstranění uživatelé stále budou mít přístup na server, dokud nebudou znovunačtena oprávnění.';
$strJustDelete = 'Jen odstranit uživatele z&nbsp;tabulek s&nbsp;oprávněními.';
 
$strKeepPass = 'Neměnit heslo';
$strKeyCache = 'Vyrovnávací paměť klíčů';
$strKeyname = 'Klíčový název';
$strKill = 'Ukončit';
$strKorean = 'Korejština';
 
$strLandscape = 'Na šířku';
$strLanguageFileNotFound = 'Jazykový soubor "%1$s" nebyl nalezen.';
$strLanguageUnknown = 'Neznámý jazyk: %1$s.';
$strLatchedPages = 'Zamčených stránek';
$strLatexCaption = 'Titulek tabulky';
$strLatexContent = 'Obsah tabulky __TABLE__';
$strLatexContinuedCaption = 'Titulek pokračování tabulky';
$strLatexContinued = '(pokračování)';
$strLatexIncludeCaption = 'Použít titulek tabulky';
$strLatexLabel = 'Návěstí';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastavení exportu do LaTeXu';
$strLatexStructure = 'Struktura tabulky __TABLE__';
$strLatvian = 'Lotyština';
$strLDI = 'CSV pomocí LOAD DATA';
$strLDIImportOptions = 'Nastavení CSV importu pomocí LOAD DATA';
$strLDILocal = 'Použít klíčové slovo LOCAL';
$strLengthSet = 'Délka/Množina';
$strLimitNumRows = 'záznamů na stránku';
$strLinesTerminatedBy = 'Řádky ukončené';
$strLinkNotFound = 'Odkaz nenalezen';
$strLinksTo = 'Odkazuje na';
$strLithuanian = 'Litevština';
$strLocalhost = 'Lokální';
$strLocationTextfile = 'textový soubor';
$strLoginInformation = 'Přihlašování';
$strLogin = 'Přihlášení';
$strLogout = 'Odhlásit se';
$strLogPassword = 'Heslo:';
$strLogServer = 'Server';
$strLogUsername = 'Jméno:';
$strLongOperation = 'Tato operace může trvat velmi dlouho. Chcete je přesto provést?';
 
$strMaxConnects = 'Maximum současných připojení';
$strMaximalQueryLength = 'Maximální velikost vytvořeného dotazu';
$strMaximumSize = 'Maximální velikost: %s%s';
$strMbExtensionMissing = 'Rozšíření mbstring pro PHP nebylo nalezeno a zdá se, že požíváte vícebajtovou znakovou sadu. Bez rozšíření mbstring neumí phpMyAdmin správně rozdělovat řetězce a proto to může mít nečekané následky.';
$strMbOverloadWarning = 'V&nbsp;nastavení PHP máte zapnuto mbstring.func_overload. Toto nastavení není kompatibilní s&nbsp;phpMyAdminem a může způsobit poškození dat!';
$strMIME_available_mime = 'Dostupné MIME typy';
$strMIME_available_transform = 'Dostupné transformace';
$strMIME_description = 'Popis';
$strMIME_MIMEtype = 'MIME typ';
$strMIME_nodescription = 'Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co %s dělá.';
$strMIME_transformation_note = 'Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na %spopisy transformací%s';
$strMIME_transformation_options_note = 'Zadejte parametry transformací v&nbsp;následujícím tvaru: \'a\',\'b\',\'c\'...<br />Pokud potřebujete použít zpětné lomítko (&bdquo;\&ldquo;) nebo jednoduché uvozovky (&bdquo;\'&ldquo;) mezi těmito hodnotami, vložte před ně zpětné lomítko (například \'\\\\xyz\' nebo \'a\\\'b\').';
$strMIME_transformation_options = 'Parametry transformace';
$strMIME_transformation = 'Transformace při prohlížení';
$strMIMETypesForTable = 'MIME TYPY PRO TABULKU';
$strMIME_without = 'MIME typy zobrazené kurzívou nemají vlastní transformační funkci';
$strModifications = 'Změny byly uloženy';
$strModifyIndexTopic = 'Upravit index';
$strModify = 'Úpravy';
$strMoveTableOK = 'Tabulka %s byla přesunuta do %s.';
$strMoveTable = 'Přesunout tabulku do (databáze<b>.</b>tabulka):';
$strMoveTableSameNames = 'Nelze přesunout tabulku na sebe samu!';
$strMultilingual = 'mnohojazyčný';
$strMyISAMDataPointerSizeDesc = 'Výchozí velikost ukazatele v&nbsp;bajtech, která bude použita pro vytváření MyISAM tabulek, pokud není uvedeno MAX_ROWS.';
$strMyISAMDataPointerSize = 'Velikost ukazatele na data';
$strMyISAMMaxExtraSortFileSizeDesc = 'Pokud by byl soubor pro vytváření MyISAM indexu byl větší než zde uvedená hodnota, použije se pomalejší metoda vyrovnávací paměti klíčů.';
$strMyISAMMaxExtraSortFileSize = 'Maximální velikost dočasných souborů při vytváření indexu';
$strMyISAMMaxSortFileSizeDesc = 'Maximální velikost dočasných souborů, které smí MySQL použít při obnově indexu (při REPAIR TABLE, ALTER TABLE nebo LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximální velikost dočasných souborů pro řazení';
$strMyISAMRecoverOptions = 'Automatický režim obnovy';
$strMyISAMRecoverOptionsDesc = 'Režim automatické obnovy poškozených MyISAM tabulek. Nastavuje se parametrem --myisam-recover při spouštění serveru.';
$strMyISAMRepairThreadsDesc = 'Pokud je tato hodnota větší než 1, indexy v&nbsp;MyISAM tabulkách jsou vytvářeny paraleleně (každý index vlastním threadem) při obnově nebo řazení.';
$strMyISAMRepairThreads = 'Threadů pro opravování';
$strMyISAMSortBufferSizeDesc = 'Paměť, která je alokována při řazení MyISAM indexů během jejich vytváření nebo opravování.';
$strMyISAMSortBufferSize = 'Velikost paměti pro řazení';
$strMySQLCharset = 'Znaková sada v&nbsp;MySQL';
$strMysqlClientVersion = 'Verze MySQL klienta';
$strMySQLConnectionCollation = 'Porovnávání pro toto připojení k&nbsp;MySQL';
$strMySQLSaid = 'MySQL hlásí: ';
$strMySQLShowProcess = 'Zobrazit procesy';
$strMySQLShowStatus = 'Informace o&nbsp;stavu MySQL';
$strMySQLShowVars = 'Systémové proměnné MySQL';
 
$strName = 'Název';
$strNext = 'Další';
$strNoActivity = 'Byli jste příliš dlouho neaktivní (déle než %s sekund), prosím přihlaste se znovu';
$strNoDatabasesSelected = 'Nebyla vybrána žádná databáze.';
$strNoDatabases = 'Žádné databáze';
$strNoDescription = 'žádný popisek';
$strNoDetailsForEngine = 'Nejsou dostupné podrobnější informace o tomto úložišti.';
$strNoDropDatabases = 'Příkaz &bdquo;DROP DATABASE&ldquo; je vypnutý.';
$strNoExplain = 'Bez vysvětlení (EXPLAIN) SQL';
$strNoFilesFoundInZip = 'V&nbsp;ZIP archívu nebyly nalezeny žádné soubory!';
$strNoFrames = 'phpMyAdmin se lépe používá v&nbsp;prohlížeči podporujícím rámy (&bdquo;FRAME&ldquo;).';
$strNoIndexPartsDefined = 'Nebyla zadána žádná část indexu!';
$strNoIndex = 'Tabulka nemá žádný index!';
$strNoModification = 'Žádná změna';
$strNo = 'Ne';
$strNone = 'Žádná';
$strNoOptions = 'Tento formát nemá žádná nastavení';
$strNoPassword = 'Žádné heslo';
$strNoPermission = 'Web server nemá oprávnění uložit výpis do souboru %s.';
$strNoPhp = 'Bez PHP kódu';
$strNoPrivileges = 'Nemáte oprávnění';
$strNoRights = 'Nemáte dostatečná práva na provedení této akce!';
$strNoRowsSelected = 'Nebyl vybrán žádný řádek';
$strNoSpace = 'Nedostatek místa pro uložení souboru %s.';
$strNoTablesFound = 'V&nbsp;databázi nebyla nalezena žádná tabulka.';
$strNoThemeSupport = 'Není podporována změna tématu, zkontrolujte nastavení a témata v&nbsp;adresáři %s.';
$strNothingToImport = 'Nebyla zadána žádná data pro import!';
$strNotNumber = 'Nebylo zadáno číslo!';
$strNotOK = 'není v&nbsp;pořádku';
$strNotSet = '<b>%s</b> tabulka nenalezena nebo není nastavena v&nbsp;%s';
$strNoUsersFound = 'Žádný uživatel nenalezen.';
$strNoValidateSQL = 'Bez kontroly SQL';
$strNull = 'Nulový';
$strNumberOfFields = 'Počet sloupců';
$strNumSearchResultsInTable = '%s odpovídající(ch) záznam(ů) v&nbsp;tabulce <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpovídající(ch) záznam(ů)';
$strNumTables = 'Tabulek';
 
$strOK = 'OK';
$strOpenNewWindow = 'Otevřít nové okno phpMyAdmina';
$strOperations = 'Úpravy';
$strOperator = 'Operátor';
$strOptimizeTable = 'Optimalizovat tabulku';
$strOr = 'nebo';
$strOverhead = 'Navíc';
$strOverwriteExisting = 'Přepsat existující soubor(y)';
 
$strPageNumber = 'Strana číslo:';
$strPagesToBeFlushed = 'Stránek určených k&nbsp;uvolnění';
$strPaperSize = 'Velikost stránky';
$strPartialImport = 'Částečný import';
$strPartialText = 'Zkrácené texty';
$strPasswordChanged = 'Heslo pro %s bylo úspěšně změněno.';
$strPasswordEmpty = 'Heslo je prázdné!';
$strPasswordHashing = 'Hašovací funkce pro heslo';
$strPassword = 'Heslo';
$strPasswordNotSame = 'Hesla nejsou stejná!';
$strPdfDbSchema = 'Schéma databáze &bdquo;%s&ldquo; - Strana %s';
$strPdfInvalidTblName = 'Tabulka &bdquo;%s&ldquo; neexistuje!';
$strPdfNoTables = 'žádné tabulky';
$strPDFOptions = 'Nastavení PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Název výpisu';
$strPerHour = 'za hodinu';
$strPerMinute = 'za minutu';
$strPerSecond = 'za sekundu';
$strPersian = 'Perština';
$strPhoneBook = 'adresář';
$strPHP40203 = 'Používáte PHP 4.2.3, které má závažnou chybu při práci s&nbsp;vícebajtovými znaky (mbstring), jedná se o&nbsp;chybu PHP číslo 19404. Nedoporučujeme používat tuto verzi PHP s&nbsp;phpMyAdminem.';
$strPHPVersion = 'Verze PHP';
$strPhp = 'Zobrazit PHP kód';
$strPmaDocumentation = 'Dokumentace phpMyAdmina';
$strPmaUriError = 'Parametr <tt>$cfg[\'PmaAbsoluteUri\']</tt> MUSÍ být nastaven v&nbsp;konfiguračním souboru!';
$strPolish = 'Polština';
$strPortrait = 'Na výšku';
$strPos1 = 'Začátek';
$strPrevious = 'Předchozí';
$strPrimaryKeyHasBeenDropped = 'Primární klíč byl odstraněn';
$strPrimaryKeyName = 'Jméno primárního klíče musí být &bdquo;PRIMARY"!';
$strPrimaryKeyWarning = '(&bdquo;PRIMARY&ldquo; <b>musí</b> být jméno <b>pouze</b> primárního klíče!)';
$strPrimary = 'Primární';
$strPrintViewFull = 'Náhled k&nbsp;vytištění (s&nbsp;kompletními texty)';
$strPrintView = 'Náhled k&nbsp;vytištění';
$strPrint = 'Vytisknout';
$strPrivDescAllPrivileges = 'Všechna oprávnění kromě GRANT.';
$strPrivDescAlterRoutine = 'Umožňuje měnit a rušit uložené procedury.';
$strPrivDescAlter = 'Umožňuje měnit strukturu existujících tabulek.';
$strPrivDescCreateDb = 'Umožňuje vytvářet nové databáze a tabulky.';
$strPrivDescCreateRoutine = 'Umožňuje vytvářet uložené procedury.';
$strPrivDescCreateTbl = 'Umožňuje vytvářet nové tabulky.';
$strPrivDescCreateTmpTable = 'Umožňuje vytvářet dočasné tabulky.';
$strPrivDescCreateUser = 'Umožňuje vytvářet, rušit a přejmenovávat účty uživatelů.';
$strPrivDescCreateView = 'Umožňuje vytvářet nové pohledy.';
$strPrivDescDelete = 'Umožňuje mazat data.';
$strPrivDescDropDb = 'Umožňuje odstranit databáze a tabulky.';
$strPrivDescDropTbl = 'Umožňuje odstranit tabulky.';
$strPrivDescExecute5 = 'Umožňuje spouštět uložené procedury.';
$strPrivDescExecute = 'Umožňuje spouštět uložené procedury. V&nbsp;této verzi MySQL se nepoužívá.';
$strPrivDescFile = 'Umožňuje importovat a exportovat data z/do souborů na serveru.';
$strPrivDescGrant = 'Umožňuje přidávat uživatele a oprávnění bez znovunačítání tabulek s&nbsp;oprávněními.';
$strPrivDescIndex = 'Umožňuje vytvářet a rušit indexy.';
$strPrivDescInsert = 'Umožňuje vkládat a přepisovat data.';
$strPrivDescLockTables = 'Umožňuje zamknout tabulku pro aktuální thread.';
$strPrivDescMaxConnections = 'Omezuje počet nových připojení, která může uživatel vytvořit za hodinu.';
$strPrivDescMaxQuestions = 'Omezuje, kolik dotazů může uživatel odeslat serveru za hodinu.';
$strPrivDescMaxUpdates = 'Omezuje, kolik dotazů měnících nějakou tabulku nebo databázi může uživatel spustit za hodinu.';
$strPrivDescMaxUserConnections = 'Omezuje počet současných připojení uživatele.';
$strPrivDescProcess3 = 'Umožňuje ukončit procesy jiným uživatelům.';
$strPrivDescProcess4 = 'Umožňuje vidět celé dotazy v&nbsp;seznamu procesů.';
$strPrivDescReferences = 'Nemá žádný vliv v&nbsp;této verzi MySQL.';
$strPrivDescReload = 'Umožňuje znovunačtení nastavení a vyprázdnění vyrovnávacích pamětí MySQL serveru.';
$strPrivDescReplClient = 'Umožní uživateli zjistit, kde je hlavní / pomocný server.';
$strPrivDescReplSlave = 'Potřebné pro replikaci pomocných serverů.';
$strPrivDescSelect = 'Umožňuje vybírat data.';
$strPrivDescShowDb = 'Umožňuje přístup k&nbsp;úplnému seznamu databází.';
$strPrivDescShowView = 'Umožňuje spuštění dotazu SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Umožňuje vypnout server.';
$strPrivDescSuper = 'Umožňuje připojení, i když je dosažen maximální počet připojení. Potřebné pro většinu operací pro správu serveru jako nastavování globálních proměnných a zabíjení threadů jiných uživatelů.';
$strPrivDescUpdate = 'Umožňuje měnit data.';
$strPrivDescUsage = 'Žádná oprávnění.';
$strPrivileges = 'Oprávnění';
$strPrivilegesReloaded = 'Oprávnění byla znovunačtena úspěšně.';
$strProcesslist = 'Seznam procesů';
$strProtocolVersion = 'Verze protokolu';
$strPutColNames = 'Přidat jména sloupců na první řádek';
 
$strQBEDel = 'smazat';
$strQBE = 'Dotaz';
$strQBEIns = 'přidat';
$strQueryCache = 'Vyrovnávací paměť dotazů';
$strQueryFrame = 'SQL okno';
$strQueryOnDb = 'SQL dotaz na databázi <b>%s</b>:';
$strQuerySQLHistory = 'SQL historie';
$strQueryStatistics = '<b>Statistika dotazů</b>: Od spuštění bylo serveru posláno %s dotazů.';
$strQueryTime = 'Dotaz zabral %01.4f sekund';
$strQueryType = 'Typ dotazu';
$strQueryWindowLock = 'Nepřepisovat tento dotaz z&nbsp;hlavního okna';
 
$strReadRequests = 'Požadavků na zápis';
$strReceived = 'Přijato';
$strRecords = 'Záznamů';
$strReferentialIntegrity = 'Zkontrolovat integritu odkazů:';
$strRefresh = 'Obnovit';
$strRelationalSchema = 'Relační schéma';
$strRelationNotWorking = 'Některé z&nbsp;rozšířených funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proč.';
$strRelationsForTable = 'RELACE PRO TABULKU';
$strRelations = 'Relace';
$strRelationView = 'Zobrazit relace';
$strReloadingThePrivileges = 'Znovunačítám oprávnění';
$strReloadMySQL = 'Znovunačtení MySQL';
$strRemoveSelectedUsers = 'Odstranit vybrané uživatele';
$strRenameDatabaseOK = 'Databáze %s byla přejmenována na %s';
$strRenameTableOK = 'Tabulka %s byla přejmenována na %s';
$strRenameTable = 'Přejmenovat tabulku na';
$strRepairTable = 'Opravit tabulku';
$strReplaceNULLBy = 'Nahradit NULL hodnoty';
$strReplaceTable = 'Přepsat data tabulky souborem';
$strReplication = 'Replikace';
$strReset = 'Původní';
$strResourceLimits = 'Omezení zdrojů';
$strReType = 'Heslo znovu';
$strRevokeAndDeleteDescr = 'Uživatelé budou mít oprávnění &bdquo;USAGE&ldquo; (používání), dokud nebudou znovunačtena oprávnění.';
$strRevokeAndDelete = 'Odebrat uživatelům veškerá oprávnění a poté je odstranit z&nbsp;tabulek.';
$strRevokeMessage = 'Byla zrušena práva pro %s';
$strRevoke = 'Zrušit';
$strRomanian = 'Rumunština';
$strRowLength = 'Délka řádku';
$strRowsFrom = 'řádků začínající od';
$strRowSize = ' Velikost řádku ';
$strRowsModeFlippedHorizontal = 'vodorovném (otočené hlavičky)';
$strRowsModeHorizontal = 'vodorovném';
$strRowsModeOptions = 've %s režimu a opakovat hlavičky po %s řádcích.';
$strRowsModeVertical = 'svislém';
$strRows = 'Řádků';
$strRowsStatistic = 'Statistika řádků';
$strRunning = 'na %s';
$strRunQuery = 'Provést dotaz';
$strRunSQLQueryOnServer = 'Spustit SQL dotaz(y) na serveru %s';
$strRunSQLQuery = 'Spustit SQL dotaz(y) na databázi %s';
$strRussian = 'Ruština';
 
$strSaveOnServer = 'Uložit na serveru v&nbsp;adresáři %s';
$strSave = 'Ulož';
$strScaleFactorSmall = 'Měřítko je příliš malé, aby se schéma vešlo na jednu stránku';
$strSearchFormTitle = 'Vyhledávání v&nbsp;databázi';
$strSearchInTables = 'V&nbsp;tabulkách:';
$strSearchNeedle = 'Slova nebo hodnoty, které chcete vyhledat (zástupný znak: &bdquo;%&ldquo;):';
$strSearchOption1 = 'alespoň jedno ze slov';
$strSearchOption2 = 'všechna slova';
$strSearchOption3 = 'přesnou frázi';
$strSearchOption4 = 'jako regulární výraz';
$strSearchResultsFor = 'Výsledky vyhledávání pro &bdquo;<i>%s</i>&ldquo; %s:';
$strSearchType = 'Najít:';
$strSearch = 'Vyhledávání';
$strSecretRequired = 'Nastavte klíč pro šifrování cookies (blowfish_secret) v&nbsp;konfiguračním souboru (config.inc.php).';
$strSelectADb = 'Prosím vyberte databázi';
$strSelectAll = 'Vybrat vše';
$strSelectBinaryLog = 'Zvolte binární log pro zobrazení';
$strSelectFields = 'Zvolte sloupec (alespoň jeden):';
$strSelectNumRows = 'v&nbsp;dotazu';
$strSelectTables = 'Vybrat tabulky';
$strSend = 'Do souboru';
$strSent = 'Odesláno';
$strServerChoice = 'Server';
$strServerNotResponding = 'Server neodpovídá';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Odložené inserty';
$strServerStatus = 'Stav serveru';
$strServerStatusUptime = 'Tento MySQL server běží %s. Čas spuštění: %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Proměnné';
$strServerTrafficNotes = '<b>Provoz serveru</b>: Informace o&nbsp;síťovém provozu MySQL serveru od jeho spuštění.';
$strServerVars = 'Proměnné a nastavení serveru';
$strServerVersion = 'Verze MySQL';
$strSessionValue = 'Hodnota sezení';
$strSetEnumVal = 'Pokud je sloupec typu &bdquo;enum&ldquo; nebo &bdquo;set", zadávejte hodnoty v&nbsp;následujícím formátu: \'a\',\'b\',\'c\'...<br />Pokud potřebujete zadat zpětné lomítko (&bdquo;\&ldquo;) nebo jednoduché uvozovky (&bdquo;\'&ldquo;) mezi těmito hodnotami, napište před ně zpětné lomítko (příklad: \'\\\\xyz\' nebo \'a\\\'b\').';
$strShowAll = 'Zobrazit vše';
$strShowColor = 'Barevné šipky';
$strShowDatadictAs = 'Formát datového slovníku';
$strShowFullQueries = 'Zobrazit celé dotazy';
$strShowGrid = 'Zobrazit mřížku';
$strShowingBookmark = 'Zobrazuji oblíbený dotaz';
$strShowingRecords = 'Zobrazeny záznamy';
$strShowOpenTables = 'Zobrazit otevřené tabulky';
$strShowPHPInfo = 'Zobrazit informace o&nbsp;PHP';
$strShowSlaveHosts = 'Zobrazit podřízené servery';
$strShowSlaveStatus = 'Zobrazit stav podřízených serverů';
$strShowStatusBinlog_cache_disk_useDescr = 'Počet transakcí, které použily dočasný binární log, ale překročily hodnotu binlog_cache_size a musely použít dočasný soubor pro uložení příkazů transakce.';
$strShowStatusBinlog_cache_useDescr = 'Počet transakcí, které využily dočasný binární log.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Počet dočasných tabulek vytvořených serverem na disku při provádění dotazů. Pokud je tato hodnota velká, můžete zvětšit parametr tmp_table_size a MySQL bude používat větší dočasné tabulky v&nbsp;paměti.';
$strShowStatusCreated_tmp_filesDescr = 'Počet vytvořených dočasných souborů.';
$strShowStatusCreated_tmp_tablesDescr = 'Počet dočasných tabulek vytvořených serverem v&nbsp;paměti při provádění dotazů.';
$strShowStatusDelayed_errorsDescr = 'Počet řádků provedených pomocí INSERT DELAYED, u&nbsp;kterých se vyskytla chyba (pravděpodobně duplicitní klíč).';
$strShowStatusDelayed_insert_threadsDescr = 'Počet vláken používaných pro INSERT DELAYED. Každá tabulka na které je použit INSERT DEKAYED má jeden thread.';
$strShowStatusDelayed_writesDescr = 'Počet řádků zapsaných pomocí INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Počet provedených příkazů FLUSH.';
$strShowStatusHandler_commitDescr = 'Počet interních příkazů COMMIT.';
$strShowStatusHandler_deleteDescr = 'Počet požadavků na smazání řádku.';
$strShowStatusHandler_discoverDescr = 'Počet zjišťování tabulek. Tímto se nazývá dotaz NDB clusteru, jestli ví o tabulce daného jména.';
$strShowStatusHandler_read_firstDescr = 'Počet přečtení první položky indexu. Příliš vysoká hodnota znamení, že server provádí mnoho kompletních procházení indexu. Na příklad SELECT col1 FROM foo, pokud je col1 indexována.';
$strShowStatusHandler_read_keyDescr = 'Počet požadavků na přečtení řádku vycházející z&nbsp;indexu. Vysoká hodnota znamená, že dotazy správně využívají indexy.';
$strShowStatusHandler_read_nextDescr = 'Počet požadavků na přečtení dalšího řádku podle indexu. Tato hodnota se zvětšuje pokud provádíte dotaz na indexovaný sloupec s&nbsp;omezením rozsahu nebo prohledáváte index.';
$strShowStatusHandler_read_prevDescr = 'Počet požadavků na přečtení předchozího řádku z&nbsp;indexu. Používané pro optimalizaci dotazů ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Počet požadavků na přečtení konkrétního řádku tabulky. Vysoká hodnota znamená, že provádíte mnoho dotazů, které vyřadují řazení výsledků. Pravděpodobně používáte mnoho dotazů, které vyžadují prohlížení celé tabulky nebo používáte spojení tabulek, která nevyužívají indexů.';
$strShowStatusHandler_read_rnd_nextDescr = 'Počet požadavků na přečtení dalšího řádku ze souboru. Tato hodnota je vysoká pokud dotazy procházejí celé tabulky, pravděpodobně tedy nemají vhodné indexy.';
$strShowStatusHandler_rollbackDescr = 'Počet interních příkazů ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Počet požadavků na aktualizaci řádku.';
$strShowStatusHandler_writeDescr = 'Počet požadavků na vložení řádku.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Počet stránek obsahujících data (změněné i nezměněné).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Počet změněných stránek.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Počet stránek, na které je požadavek na vyprázdnění.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Počet volných stránek.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Počet zamčených stránek, tzn. stránek, které jsou právě zapisovány nebo čteny nebo nemohou být odstraněny z&nbsp;jakéhokoliv důvodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Počet stránek zablokovaných pro administrativní účely jako zamykání řádků nebo hashe indexů. Tato hodnota také může být vypočítána jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Celková velikost InnoDB bufferů, ve stránkách.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Počet provedených &bdquo;náhodných&ldquo; dopředných čtení. Tato situace nastává pokud dotaz prochází velkou část tabulky v&nbsp;náhodném pořadí.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Počet provedených sekvenčních dopředných čtení. Toto nastává pokud InnoDB musí procházet celou tabulku.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Počet provedených logických čtení.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Počet logických čtení, které nemohly být uspokojeny z&nbsp;bufferu, ale bylo nutné přečíst stránku ze souboru.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Počet čekání na zápis do InnoDB bufferů. Tyto zápisy obvykle probíhají na pozadí, ale pokud je nutné přečíst nebo vytvořit stránku a žádná volná není k&nbsp;dispozici, musí se čekat. Pokud je velikost bufferů nastavena správně, měla by tato hodnota být malá.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Počet zápisů provedených do InnoDB bufferu.';
$strShowStatusInnodb_data_fsyncsDescr = 'Počet provedených synchronizací.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Počet nevyřízených synchronizací.';
$strShowStatusInnodb_data_pending_readsDescr = 'Počet nevyřízených čtení.';
$strShowStatusInnodb_data_pending_writesDescr = 'Počet nevyřízených zápisů.';
$strShowStatusInnodb_data_readDescr = 'Velikost přečtených dat, v&nbsp;bajtech.';
$strShowStatusInnodb_data_readsDescr = 'Počet provedenách čtení dat.';
$strShowStatusInnodb_data_writesDescr = 'Počet provedenách zápisů dat.';
$strShowStatusInnodb_data_writtenDescr = 'Velikost zapsaných dat, v&nbsp;bajtech.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Počet provedených dvojitých zapsání a počet stránek, které byly takto zapsány.';
$strShowStatusInnodb_dblwr_writesDescr = 'Počet provedených dvojitých zapsání a počet stránek, které byly takto zapsány.';
$strShowStatusInnodb_log_waitsDescr = 'Počet čekání kvůli plnému bufferu logu, který musel být vyprázdněn před pokračováním.';
$strShowStatusInnodb_log_write_requestsDescr = 'Počet požadavků na zápis do logovacího souboru.';
$strShowStatusInnodb_log_writesDescr = 'Počet skutečných zápisů do logovacího souboru.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Počet synchronizací provedených na logovacích souborech.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Počet nevyřízených synchronizací logovacích souborů.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Počet nevyřízených zápisů do logovacích souborů.';
$strShowStatusInnodb_os_log_writtenDescr = 'Počet bajtů zapsaných do logovacího souboru.';
$strShowStatusInnodb_pages_createdDescr = 'Počet vytvořených stránek.';
$strShowStatusInnodb_page_sizeDescr = 'Zakompilovaná velikost stránky InnoDB (výchozí je 16 kB). Mnoho hodnot je uváděno ve stránkách, pomocí této hodnoty je můžete přepočítat na velikost.';
$strShowStatusInnodb_pages_readDescr = 'Počet přečtených stránek.';
$strShowStatusInnodb_pages_writtenDescr = 'Počet zapsaných stránek.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Počet zámků řádku, na které se v&nbsp;současné době čeká.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Průměrný čas potřebný pro získání zámku řádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový čas strávený čekáním na zámek řádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximální čas potřebný pro získání zámku řádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Kolikrát se muselo čekat na zámek řádku.';
$strShowStatusInnodb_rows_deletedDescr = 'Počet řádků ostraněných z&nbsp;InnoDB tabulek.';
$strShowStatusInnodb_rows_insertedDescr = 'Počet řádků vložených do InnoDB tabulek.';
$strShowStatusInnodb_rows_readDescr = 'Počet řádků přečtených z&nbsp;InnoDB tabulek.';
$strShowStatusInnodb_rows_updatedDescr = 'Počet řádků aktualizovaných v&nbsp;InnoDB tabulkách.';
$strShowStatusKey_blocks_not_flushedDescr = 'Počet bloků ve vyrovnávací paměti klíčů, které byly změněny, ale nebyly zapsány na disk. Dříve se tato hodnota jmenovala Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Počet nepoužitých bloků ve vyrovnávací paměti klíčů. Pomocí této hodoty poznáte jak moc je vyrovnávací paměť využitá.';
$strShowStatusKey_blocks_usedDescr = 'Počet použitých bloků ve vyrovnávací paměti klíčů. Tato hodnota určuje maximum bloků, které kdy byly obsazeny najednou.';
$strShowStatusKey_read_requestsDescr = 'Počet požadavků na přečtení klíče z&nbsp;vyrovnávací paměti.';
$strShowStatusKey_readsDescr = 'Počet skutečných čtení bloku zklíče z&nbsp;disku. Pokud je hodnota příliš velká, pravděpodobně máte malou vyrovnávací paměť (key_buffer_size). Úspěšnost vyrovnávací paměti můžete spočítat jako Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Počet požadavků na zápis bloku klíče na disk.';
$strShowStatusKey_writesDescr = 'Počet skutečných zápisů bloku klíče na disk.';
$strShowStatusLast_query_costDescr = 'Celková cena posledního kompilovaného dotazu spočítaná optimalizérem dotazů. Užitečné pro porovnání různých dotazů. Výchozí hodnota 0 znamená, že žádný dotaz ještě nebyl kompilován.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Počet řádků čekajících na zapsání ve frontě INSERT DELAYED.';
$strShowStatusOpened_tablesDescr = 'Celkem otevřených tabulek. Pokud je tato hodnota příliš vysoká, pravděpodobně máte malou vyrovnávací paměť pro tabulky.';
$strShowStatusOpen_filesDescr = 'Počet otevřených souborů.';
$strShowStatusOpen_streamsDescr = 'Počet otevřených streamů (používané převážně pro logování).';
$strShowStatusOpen_tablesDescr = 'Počet aktuálně otevřených tabulek.';
$strShowStatusQcache_free_blocksDescr = 'Počet volných bloků paměti ve vyrovnávací paměti dotazů.';
$strShowStatusQcache_free_memoryDescr = 'Velikost volné paměti ve vyrovnávací paměti dotazů.';
$strShowStatusQcache_hitsDescr = 'Počet zásahů vyrovnávací paměti dotazů.';
$strShowStatusQcache_insertsDescr = 'Počet dotazůch přidaných do vyrovnávací paměti dotazů.';
$strShowStatusQcache_lowmem_prunesDescr = 'Počet dotazů odstraněných z&nbsp;vyrovnávací paměti dotazů aby uvolnily místo pro nové. Tato hodnota může pomoci v&nbsp;nastavení velikosti vyrovnávací paměti. Vyrovnávací paměť používá strategii LRU (nejdéle nepoužité) pro vyřazování dotazů z&nbsp;vyrovnávací paměti.';
$strShowStatusQcache_not_cachedDescr = 'Počet necachovaných dotazů (necachovatelných nebo necachovaných kvůli nastavení query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Počet dotazů ve vyrovnávací paměti dotazů.';
$strShowStatusQcache_total_blocksDescr = 'Celkový počet bloků ve vyrovnávací paměti dotazů.';
$strShowStatusReset = 'Vynulovat statistiky';
$strShowStatusRpl_statusDescr = 'Stav failsafe replikace.';
$strShowStatusSelect_full_joinDescr = 'Počet spojení, které nevyužívaly indexy. Pokud tato hodnota není 0, měli byste zkontrolovat indexy tabulek.';
$strShowStatusSelect_full_range_joinDescr = 'Počet spojení, které používaly intervalové vyhledávání na referenční tabulce.';
$strShowStatusSelect_range_checkDescr = 'Počet spojení bez klíčů, které kontrolovaly použití klíčů po každém řádku. Pokud tato hodnota není 0, měli byste zkontrolovat indexy tabulek.';
$strShowStatusSelect_rangeDescr = 'Počet spojení, které použivaly intervalové vyhledávání na první tabulce. Tato hodnota obvykle není kritická i když je vysoká.';
$strShowStatusSelect_scanDescr = 'Počet spojení, které prováděly kompletní procházení první tabulky.';
$strShowStatusSlave_open_temp_tablesDescr = 'Počet dočasných tabulek v&nbsp;současné době otevřených podřízeným serverem.';
$strShowStatusSlave_retried_transactionsDescr = 'Celkový poček, kolikrát musel podřízený server opakovat transakce.';
$strShowStatusSlave_runningDescr = 'Tato položka je zapnutá, pokud server pracuje jako podřízený.';
$strShowStatusSlow_launch_threadsDescr = 'Počet vláken jejihž vytvoření trvalo déle než slow_launch_time sekund.';
$strShowStatusSlow_queriesDescr = 'Počet dotazů, které trvaly déle než long_query_time sekund.';
$strShowStatusSort_merge_passesDescr = 'Počet průchodů slučování, které musel provést řadicí algoritmus. Při příliš vysoké hodnotě zvažte zvýšení sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Počet řazení, které byly omezeny rozsahem.';
$strShowStatusSort_rowsDescr = 'Počet řazených řádek.';
$strShowStatusSort_scanDescr = 'Počet řazení provedených procházením tabulky.';
$strShowStatusTable_locks_immediateDescr = 'Poček okamžitých získání zámku tabulky.';
$strShowStatusTable_locks_waitedDescr = 'Počet čekání na získání zámku tabulky. Pokud je tato hodnota vysoká a máte problémy s&nbsp;výkonem, měli byste optimalizovat dostazy a případně rozdělit tabulky nebo použít replikaci.';
$strShowStatusThreads_cachedDescr = 'Počet vláken ve vyrovnávací paměti. Úspěšnost vyrovnávací paměti může být spočítána jako Threads_created/Connections. Pokud je tato hodnota červená, měli byste zvýšit thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Počet aktuálně otevřených připojení.';
$strShowStatusThreads_createdDescr = 'Počet vláken vytvořených pro obsluhu připojení. Pokud je hodnota příliš velká, můžete zvětšit parametr thread_cache_size. Na platformách, které mají dobrou implementaci vláken však toto nemá příliš velký vliv.';
$strShowStatusThreads_runningDescr = 'Počet vláken, která nespí.';
$strShowTableDimension = 'Rozměry tabulek';
$strShowTables = 'Zobrazit tabulky';
$strShowThisQuery = 'Zobrazit zde tento dotaz znovu';
$strShow = 'Zobrazit';
$strSimplifiedChinese = 'Zjednodušená čínština';
$strSingly = '(po jednom)';
$strSize = 'Velikost';
$strSkipQueries = 'Počet záznamů (dotazů) od začátku, které se mají přeskočit';
$strSlovak = 'Slovenština';
$strSlovenian = 'Slovinština';
$strSocketProblem = '(nebo není spávně nastaven lokální socket MySQL serveru)';
$strSortByKey = 'Setřídit podle klíče';
$strSorting = 'Řazení';
$strSort = 'Řadit';
$strSpaceUsage = 'Využití místa';
$strSpanish = 'Španělština';
$strSplitWordsWithSpace = 'Slova jsou oddělena mezerou (&bdquo; &ldquo;).';
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvořených dotazů';
$strSQLImportOptions = 'Nastavení SQL importu';
$strSQLOptions = 'Nastavení SQL exportu';
$strSQLParserBugMessage = 'Je možné, že jste našli chybu v&nbsp;SQL parseru. Prosím prozkoumejte podrobně SQL dotaz, především jestli jsou správně uvozovky a jestli nejsou proházené. Další možnost selhání je pokud nahráváte soubor s&nbsp;binárními daty nezapsanými v&nbsp;uvozovkách. Můžete také vyzkoušet příkazovou řádku MySQL. Níže uvedený výstup z&nbsp;MySQL serveru (pokud je nějaký) Vám také může pomoci při zkoumání problému. Pokud stále máte problémy nebo pokud SQL parser ohlásí chybu u&nbsp;dotazu, který na příkazové řádce funguje, prosím pokuste se zredukovat dotaz na co nejmenší, ve kterém se problém ještě vyskytne, a ohlaste chybu na stránkách phpMyAdmina spolu se sekcí VÝPIS uvedenou níže:';
$strSQLParserUserError = 'Pravděpodobně máte v&nbsp;SQL dotazu chybu. Níže uvedený výstup MySQL serveru (pokud je nějaký) Vám také může pomoci při zkoumání problému';
$strSQLQuery = 'SQL-dotaz';
$strSQLResult = 'Výsledek SQL dotazu';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Chybný identifikátor';
$strSQPBugUnclosedQuote = 'Neuzavřené uvozovky';
$strSQPBugUnknownPunctuation = 'Neznámé interpunkční znaménko';
$strStatCheckTime = 'Poslední kontrola';
$strStatCreateTime = 'Vytvoření';
$strStatement = 'Údaj';
$strStatisticsOverrun = 'Na hodně zatíženém serveru mohou čítače přetéct, takže statistiky MySQL serveru mohou být nepřesné.';
$strStatUpdateTime = 'Poslední změna';
$strStatus = 'Stav';
$strStorageEngines = 'Úložiště';
$strStorageEngine = 'Úložiště';
$strStrucCSV = 'CSV';
$strStrucData = 'Strukturu a data';
$strStrucDrop = 'Přidat DROP TABLE';
$strStrucExcelCSV = 'CSV pro MS Excel';
$strStrucNativeExcel = 'Nativní formát MS Excelu';
$strStrucOnly = 'Pouze strukturu';
$strStructPropose = 'Navrhnout strukturu tabulky';
$strStructure = 'Struktura';
$strSubmit = 'Provést';
$strSuccess = 'Váš SQL-dotaz byl úspěšně vykonán';
$strSum = 'Celkem';
$strSwedish = 'Švédština';
$strSwitchToDatabase = 'Přepnout na zkopírovanou databázi';
$strSwitchToTable = 'Přepnout na zkopírovanou tabulku';
 
$strTableAlreadyExists = 'Tabulka %s již existuje!';
$strTableComments = 'Komentář k&nbsp;tabulce';
$strTableEmpty = 'Jméno tabulky je prázdné!';
$strTableHasBeenDropped = 'Tabulka %s byla odstraněna';
$strTableHasBeenEmptied = 'Tabulka %s byla vyprázdněna';
$strTableHasBeenFlushed = 'Vyrovnávací paměť pro tabulku %s byla vyprázdněna';
$strTableMaintenance = ' Údržba tabulky ';
$strTableOfContents = 'Obsah';
$strTableOptions = 'Parametry tabulky';
$strTables = '%s tabulek';
$strTableStructure = 'Struktura tabulky';
$strTable = 'Tabulka';
$strTableType = 'Typ tabulky';
$strTakeIt = 'zvolit';
$strTblPrivileges = 'Oprávnění pro jednotlivé tabulky';
$strTempData = 'Dočasná data';
$strTextAreaLength = 'Tento sloupec možná nepůjde <br />(kvůli délce) upravit ';
$strThai = 'Thajština';
$strThemeDefaultNotFound = 'Výchozí vzhled %s nebyl nalezen!';
$strThemeNoPreviewAvailable = 'Náhled není k&nbsp;dispozici.';
$strThemeNotFound = 'Vzhled %s nebyl nalezen!';
$strThemeNoValidImgPath = 'Nebyla nalezena platná cesta k obrázkům pro vzhled %s!';
$strThemePathNotFound = 'Nebyla nalezena platná cesta k vzhledu %s!';
$strTheme = 'Vzhled';
$strThisHost = 'Tento počítač';
$strThisNotDirectory = 'Nebyl zadán adresář';
$strThreads = 'Počet vláken';
$strThreadSuccessfullyKilled = 'Vlákno %s bylo úspěšně zabito.';
$strTime = 'Čas';
$strTimeoutInfo = 'Předchozí ímport vyčerpal veškerý čas, po dalším odeslání bude import pokračovat od pozize %d.';
$strTimeoutNothingParsed = 'Bohužel během posledního pokusu nebyla žádná data načtena. Toto obvykle znamená, že phpMyAdmin nebude schopen načíst tento soubor, pokud nezvýšíte časové limity v&nbsp;PHP.';
$strTimeoutPassed = 'Limit pro běh importu vypršel, prosím odešlete formulář znovu se stejným souborem a import bude pokračovat.';
$strToggleScratchboard = 'Zobrazit grafický návrh';
$strTotal = 'celkem';
$strTotalUC = 'Celkem';
$strTraditionalChinese = 'Tradiční čínština';
$strTraditionalSpanish = 'Tradiční španělština';
$strTraffic = 'Provoz';
$strTransactionCoordinator = 'Koordinátor transakcí';
$strTransformation_application_octetstream__download = 'Zobrazí odkaz na stáhnutí dat. První parametr je jméno souboru, druhý jméno sloupce v&nbsp;tabulce obsahující jméno souboru. Pokud zadáte druhý parametr, první musí být prázdný.';
$strTransformation_application_octetstream__hex = 'Zobrazí data šestnáctkově.';
$strTransformation_image_jpeg__inline = 'Zobrazí náhled obrázku s&nbsp;odkazem na obrázek; parametry šířka a výška v&nbsp;bodech (poměr stran obrázku zůstane zachován)';
$strTransformation_image_jpeg__link = 'Zobrazí odkaz na obrázek (například stáhnutí pole blob).';
$strTransformation_image_png__inline = 'Viz image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Zobrazí datum nebo čas (TIME, TIMESTAMP a DATETIME) podle místního nastavení. První parametr je posun (v&nbsp;hodinách), který bude přidán k&nbsp;času (výchozí je 0). Druhý parametr je formátovací řetězec pro funkci strftime().';
$strTransformation_text_plain__external = 'JEN PRO LINUX: Spustí externí program, na jeho standardní vstup pošle obsah pole a zobrazí výstup programu. Výchozí je program Tidy, který pěkně zformátuje HTML. Z&nbsp;bezpečnostních důvodů musíte jména povolených programů zapsat do souboru libraries/transformations/text_plain__external.inc.php. První parametr je číslo programu, který má být spuštěn a druhý parametr udává parametry tohoto programu. Třetí parametr určuje, zda mají být ve výstupu nahrazeny HTML entity (např. pro zobrazení zdrojového kódu HTML) (výchozí je 1, tedy převádět na entity), čtvrtý (při nastavení na 1) zajistí přidání parametru NOWRAP k&nbsp;vypisovanému textu, čímž se zachová formátování (výchozí je 1).';
$strTransformation_text_plain__formatted = 'Zachová původní formátování sloupce, tak jak je uložen v&nbsp;databázi.';
$strTransformation_text_plain__imagelink = 'Zobrazí obrázek a odkaz z&nbsp;pole obsahujícího odkaz na obrázek. První parametr je prefix URL (například &bdquo;http://mojedomena.cz/&ldquo;), druhý a třetí určuje šířku a výšku obrázku.';
$strTransformation_text_plain__link = 'Zobrazí odkaz z&nbsp;pole obsahujícího odkaz. První parametr je prefix URL (například &bdquo;http://mojedomena.cz/&ldquo;), druhý text odkazu.';
$strTransformation_text_plain__sql = 'Zobrazí text jako SQL dotaz se zvýrazňováním syntaxe.';
$strTransformation_text_plain__substr = 'Zobrazí jen část textu. První parametr je posun od začátku (výchozí je 0) a druhý určuje délku textu, který se má zobrazit, pokud není uveden, bude zobrazen zbytek textu. Třetí parametr určuje, jaký text má být přidán za zkrácený text (výchozí je ...).';
$strTruncateQueries = 'Zobrazit zkrácené dotazy';
$strTurkish = 'Turecky';
$strType = 'Typ';
 
$strUkrainian = 'Ukrajinština';
$strUncheckAll = 'Odškrtnout vše';
$strUnicode = 'Unicode';
$strUnique = 'Unikátní';
$strUnknown = 'neznámý';
$strUnselectAll = 'Odznačit vše';
$strUnsupportedCompressionDetected = 'Pokusili jste se importovat soubor s&nbsp;nepodporovanou kompresí (%s). Buďto podpora není implementována nebo je vypnuta ve vaší konfiguraci.';
$strUpdatePrivMessage = 'Byla aktualizována oprávnění pro %s.';
$strUpdateProfileMessage = 'Přístup byl změněn.';
$strUpdateQuery = 'Aktualizovat dotaz';
$strUpdComTab = 'Podívejte se prosím do dokumentace, jak aktualizovat tabulku s&nbsp;informacemi o&nbsp;sloupcích (tabulka column_comments)';
$strUpgrade = 'Měli byste aktualizovat %s na verzi %s nebo vyšší.';
$strUploadLimit = 'Pravděpodobně jste se pokusili nahrát příliš velký soubor. Přečtěte si prosím %sdokumentaci%s, jak toto omezení obejít.';
$strUsage = 'Používá';
$strUseBackquotes = 'Použít zpětné uvozovky u&nbsp;jmen tabulek a sloupců';
$strUsedPhpExtensions = 'Použitá rozšíření PHP';
$strUseHostTable = 'Použít tabulku s&nbsp;počítači';
$strUserAlreadyExists = 'Uživatel %s již existuje!';
$strUserEmpty = 'Jméno uživatele je prázdné!';
$strUserName = 'Jméno uživatele';
$strUserNotFound = 'Zvolený uživatel nebyl nalezen v&nbsp;tabulce oprávnění.';
$strUserOverview = 'Přehled uživatelů';
$strUsersDeleted = 'Vybraní uživatelé byli úspěšně odstraněni.';
$strUsersHavingAccessToDb = 'Uživatelé mající přístup k&nbsp;&bdquo;%s&ldquo;';
$strUser = 'Uživatel';
$strUseTabKey = 'Použijte klávesu TAB pro pohyb mezi hodnotami nebo CTRL+šipky po pohyb všemi směry.';
$strUseTables = 'Použít tabulky';
$strUseTextField = 'Použít textové pole';
$strUseThisValue = 'Použít tuto hodnotu';
 
$strValidateSQL = 'Zkontrolovat SQL';
$strValidatorError = 'SQL validátor nemohl být inicializován. Prosím zkontrolujte, jestli máte požadovaná rozšíření PHP, která jsou uvedena v&nbsp;%sdokumentaci%s.';
$strValue = 'Hodnota';
$strVar = 'Proměnná';
$strVersionInformation = 'Informace o&nbsp;verzi';
$strViewDumpDatabases = 'Export databází';
$strViewDumpDB = 'Export databáze';
$strViewDump = 'Export tabulky';
$strViewHasBeenDropped = 'Pohled %s byl odstraněn';
$strViewMaxExactCount = 'Tento pohled má více než %d záznamů. Viz %sdokumentace%s.';
$strView = 'Pohled';
 
$strWebServerUploadDirectoryError = 'Adresář určený pro upload souborů nemohl být otevřen';
$strWebServerUploadDirectory = 'soubor z&nbsp;adresáře pro upload';
$strWelcome = 'Vítejte v&nbsp;%s';
$strWestEuropean = 'Západní Evropa';
$strWildcard = 'maska';
$strWindowNotFound = 'Cílové okno prohlížeče nemohlo být aktualizováno. Možná jste zavřel rodičovské okno, nebo prohlížeč blokuje operace mezi okny z&nbsp;důvodu bezpečnostních nastavení.';
$strWithChecked = 'Zaškrtnuté:';
$strWriteRequests = 'Požadavků na čtení';
$strWritingCommentNotPossible = 'Nelze zapsat komentář';
$strWritingRelationNotPossible = 'Nelze zapsat relaci';
$strWrongUser = 'Špatné uživatelské jméno nebo heslo. Přístup odepřen.';
 
$strXML = 'XML';
 
$strYes = 'Ano';
 
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
$strZip = '&bdquo;zazipováno&ldquo;';
 
?>
/Web/Maintenance/phpMyAdmin/lang/czech-windows-1250.inc.php
0,0 → 1,982
<?php
/* $Id: czech-windows-1250.inc.php,v 2.168.2.2 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Czech language file by
* Michal Èihaø <michal@cihar.com>
*/
 
$charset = 'windows-1250';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtù', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Nedìle', 'Pondìlí', 'Úterý', 'Støeda', 'Ètvrtek', 'Pátek', 'Sobota');
$month = array('ledna', 'února', 'bøezna', 'dubna', 'kvìtna', 'èervna', 'èervence', 'srpna', 'záøí', 'øíjna', 'listopadu', 'prosince');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%a %d. %b %Y, %H:%M';
 
$timespanfmt = '%s dnù, %s hodin, %s minut a %s sekund';
 
$strAbortedClients = 'Pøerušené';
$strAbsolutePathToDocSqlDir = 'docSQL adresáø';
$strAccessDeniedCreateConfig = 'Pravdìpodobná pøíèina je, že nemáte vytvoøený konfiguraèní soubor. Pro jeho vytvoøení by se vám mohl hodit %1$snastavovací skript%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin se pokusil pøipojit k&nbsp;MySQL serveru, a ten odmítl pøipojení. Zkontrolujte jméno serveru, uživatelské jméno a heslo v&nbsp;souboru config.inc.php a ujistìte se, že jsou totožné s&nbsp;tìmi, které máte od administrátora MySQL serveru.';
$strAccessDenied = 'Pøístup odepøen';
$strAction = 'Akce';
$strAddAutoIncrement = 'Pøidat hodnotu AUTO_INCREMENT';
$strAddConstraints = 'Pøidat integritní omezení';
$strAddDeleteColumn = 'Pøidat nebo odebrat sloupec';
$strAddDeleteRow = 'Pøidat nebo odebrat øádek';
$strAddDropDatabase = 'Pøidat DROP DATABASE';
$strAddedColumnComment = 'Pøidán komentáø ke sloupci';
$strAddedColumnRelation = 'Pøidána relace pro sloupec';
$strAddFields = 'Pøidat %s sloupcù';
$strAddHeaderComment = 'Pøidat vlastní komentáø do hlavièky (\\n oddìluje øádky)';
$strAddIfNotExists = 'Pøidat IF NOT EXISTS';
$strAddIntoComments = 'Do komentáøù pøidat';
$strAddNewField = 'Pøidat sloupec';
$strAddPrivilegesOnDb = 'Pøidat oprávnìní pro databázi';
$strAddPrivilegesOnTbl = 'Pøidat oprávnìní pro tabulku';
$strAddSearchConditions = 'Pøidat vyhledávací parametry (èást dotazu po pøíkazu &bdquo;WHERE&ldquo;):';
$strAddToIndex = 'Pøidat %s sloupcù do indexu';
$strAddUserMessage = 'Uživatel byl pøidán.';
$strAddUser = 'Pøidat nového uživatele';
$strAdministration = 'Správa';
$strAffectedRows = 'Ovlivnìné øádky:';
$strAfterInsertBack = 'Návrat na pøedchozí stránku';
$strAfterInsertNewInsert = 'Vložit další øádek';
$strAfterInsertNext = 'Upravit následující øádek';
$strAfterInsertSame = 'Návrat na tuto stránku';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Povolit pøerušení importu v&nbsp;pøípadì že skript pozná, že se blíží èasový limit nastavený v&nbsp;PHP. Tímto zpùsobem mùžete importovat i velké soubory, ale mùže to zpùsobit problémy s&nbsp;transakcemi.';
$strAllTableSameWidth = 'Použít pro všechny tabulky stejnou šíøku';
$strAll = 'Všechno';
$strAlterOrderBy = 'Zmìnit poøadí tabulky podle';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a';
$strAndThen = 'a poté';
$strAnIndex = 'K&nbsp;tabulce %s byl pøidán index';
$strAnyHost = 'Jakýkoliv poèítaè';
$strAny = 'Jakýkoliv';
$strAnyUser = 'Jakýkoliv uživatel';
$strApproximateCount = 'Mùže být nepøesné, viz FAQ 3.11';
$strAPrimaryKey = 'V&nbsp;tabulce %s byl vytvoøen primární klíè';
$strArabic = 'Arabština';
$strArmenian = 'Arménština';
$strAscending = 'Vzestupnì';
$strAtBeginningOfTable = 'Na zaèátku tabulky';
$strAtEndOfTable = 'Na konci tabulky';
$strAttr = 'Vlastnosti';
$strAutodetect = 'Automaticky zjistit';
$strAutomaticLayout = 'automatické rozvržení';
 
$strBack = 'Zpìt';
$strBaltic = 'Baltické';
$strBeginCut = 'ZAÈÁTEK VÝPISU';
$strBeginRaw = 'ZAÈÁTEK VÝPISU';
$strBinary = ' Binární ';
$strBinaryDoNotEdit = ' Binární - neupravujte ';
$strBinaryLog = 'Binární log';
$strBinLogEventType = 'Typ události';
$strBinLogInfo = 'Informace';
$strBinLogName = 'Jméno logu';
$strBinLogOriginalPosition = 'Pùvodní pozice';
$strBinLogPosition = 'Pozice';
$strBinLogServerId = 'ID serveru';
$strBookmarkAllUsers = 'Umožnit všem uživatelùm používat tuto položku';
$strBookmarkCreated = 'Vytvoøen oblíbený dotaz %s';
$strBookmarkDeleted = 'Položka byla smazána z&nbsp;oblíbených.';
$strBookmarkLabel = 'Název';
$strBookmarkQuery = 'Oblíbený SQL dotaz';
$strBookmarkReplace = 'Pøepsat existující oblíbený dotaz stejného jména';
$strBookmarkThis = 'Pøidat tento SQL dotaz do oblíbených';
$strBookmarkView = 'Zobrazit';
$strBrowseDistinctValues = 'Procházet odlišné hodnoty';
$strBrowseForeignValues = 'Projít hodnoty cizích klíèù';
$strBrowse = 'Projít';
$strBufferPoolActivity = 'Aktivita vyrovnávací pamìti';
$strBufferPoolUsage = 'Využití vyrovnávací pamìti';
$strBufferPool = 'Vyrovnávací pamì';
$strBufferReadMissesInPercent = 'Výpadkù pøi ètení v&nbsp;%';
$strBufferReadMisses = 'Výpadkù pøi ètení';
$strBufferWriteWaits = 'Èekání na zápis';
$strBufferWriteWaitsInPercent = 'Èekání na zápis v&nbsp;%';
$strBulgarian = 'Bulharština';
$strBusyPages = 'Zpracovávaných stránek';
$strBzError = 'phpMyAdminovi se nepodaøilo zkomprimovat výpis, protože rozšíøení pro kompresi bz2 je v&nbsp;této verzi PHP chybné. Doporuèujeme tuto kompresi vypnout (nastavit <code>$cfg[\'BZipDump\']</code> v&nbsp;nastaveních phpMyAdmina na <code>FALSE</code>). Pokud chcete používat kompresi bz2, mìli byste nainstalovat novìjší verzi PHP. Více informací o&nbsp;tomto problému je u&nbsp;popisu chyby %s.';
$strBzip = '&bdquo;zabzipováno&ldquo;';
 
$strCalendar = 'Kalendáø';
$strCanNotLoadImportPlugins = 'Nepodaøilo se nahrát pluginy pro import, zkontrolujte prosím vaší instalaci!';
$strCannotLogin = 'Nepodaøilo se pøihlášení k&nbsp;MySQL serveru';
$strCantLoad = 'nelze nahrát rozšíøení %s,<br />zkontrolujte prosím nastavení PHP';
$strCantLoadRecodeIconv = 'Nelze nahrát rozšíøení iconv ani recode potøebná pro pøevod znakových sad. Upravte nastavení PHP tak, aby umožòovalo použít tyto rozšíøení nebo vypnìte pøevod znakových sad v&nbsp;phpMyAdminu.';
$strCantRenameIdxToPrimary = 'Index nemùžete pøejmenovat na &bdquo;PRIMARY&ldquo;!';
$strCantUseRecodeIconv = 'Nelze použít funkce iconv ani libiconv ani recode_string, pøestože rozšíøení jsou nahrána. Zkontrolujte nastavení PHP.';
$strCardinality = 'Mohutnost';
$strCaseInsensitive = 'nerozlišovat velká a malá písmena';
$strCaseSensitive = 'rozlišovat velká a malá písmena';
$strCentralEuropean = 'Støední Evropa';
$strChangeCopyModeCopy = '... zachovat pùvodního uživatele.';
$strChangeCopyModeDeleteAndReload = ' ... smazat uživatele a poté znovu naèíst oprávnìní.';
$strChangeCopyModeJustDelete = ' ... smazat pùvodního uživatele ze všech tabulek.';
$strChangeCopyModeRevoke = ' ... odebrat všechna oprávnìní pùvodnímu uživateli a poté ho smazat.';
$strChangeCopyMode = 'Vytvoøit nového uživatele se stejnými oprávnìními a ...';
$strChangeCopyUser = 'Zmìnit informace o&nbsp;uživateli / Kopírovat uživatele';
$strChangeDisplay = 'Zvolte které sloupce zobrazit';
$strChangePassword = 'Zmìnit heslo';
$strChange = 'Zmìnit';
$strCharsetOfFile = 'Znaková sada souboru:';
$strCharsetsAndCollations = 'Znakové sady a porovnávání';
$strCharsets = 'Znakové sady';
$strCharset = 'Znaková sada';
$strCheckAll = 'Zaškrtnout vše';
$strCheckOverhead = 'Zaškrtnout neoptimální';
$strCheckPrivsLong = 'Zkontrolovat oprávnìní pro databázi &bdquo;%s&ldquo;.';
$strCheckPrivs = 'Zkontrolovat oprávnìní';
$strCheckTable = 'Zkontrolovat tabulku';
$strChoosePage = 'Zvolte stránku, kterou chcete zmìnit';
$strColComFeat = 'Zobrazuji komentáøe sloupcù';
$strCollation = 'Porovnávání';
$strColumnNames = 'Názvy sloupcù';
$strColumnPrivileges = 'Oprávnìní pro jednotlivé sloupce';
$strCommand = 'Pøíkaz';
$strCommentsForTable = 'KOMENTÁØE PRO TABULKU';
$strComments = 'Komentáøe';
$strCompatibleHashing = 'Kompatibilní s&nbsp;MySQL&nbsp;4.0';
$strCompleteInserts = 'Úplné inserty';
$strCompression = 'Komprese';
$strCompressionWillBeDetected = 'Komprimace importovaného souboru bude automaticky rozpoznána. Podporovány jsou: %s';
$strConfigDefaultFileError = 'Nepodaøilo se nahrát výchozí konfiguraci ze soubouru: "%1$s"';
$strConfigFileError = 'phpMyAdmin nemohl naèíst konfiguraèní soubor!<br />Tato chyba mùže nastat, pokud v&nbsp;nìm PHP najde chybu nebo nemùže tento soubor najít.<br />Po kliknutí na následující odkaz se PHP pokusí pøímo interpretovat tento soubor a zobrazí informace o&nbsp;chybì, ke které došlo. Pak opravte tuto chybu (nejèastìji se jedná o&nbsp;chybìjící støedník).<br />Pokud získáte prázdnou stránku, všechno je v&nbsp;poøádku.';
$strConfigureTableCoord = 'Prosím, nastavte souøadnice pro tabulku %s';
$strConnectionError = 'Nepodaøilo se pøipojit: chybné nastavení.';
$strConnections = 'Pøipojení';
$strConstraintsForDumped = 'Omezení pro exportované tabulky';
$strConstraintsForTable = 'Omezení pro tabulku';
$strCookiesRequired = 'Pøihlášení vyžaduje povolené cookies.';
$strCopyDatabaseOK = 'Databáze %s byla zkopírována na %s';
$strCopy = 'Kopírovat';
$strCopyTable = 'Kopírovat tabulku do (databáze<b>.</b>tabulka):';
$strCopyTableOK = 'Tabulka %s byla zkopírována do %s.';
$strCopyTableSameNames = 'Nelze kopírovat tabulku na sebe samu!';
$strCouldNotKill = 'phpMyAdminovi se nepodaøilo ukonèit vlákno %s. Pravdìpodobnì jeho bìh již skonèil.';
$strCreateDatabaseBeforeCopying = 'Vytvoøit databázi pøed kopírováním (CREATE DATABASE)';
$strCreateIndexTopic = 'Vytvoøit nový index';
$strCreateIndex = 'Vytvoøit index na&nbsp;%s&nbsp;sloupcích';
$strCreateNewDatabase = 'Vytvoøit novou databázi';
$strCreateNewTable = 'Vytvoøit novou tabulku v&nbsp;databázi %s';
$strCreatePage = 'Vytvoøit novou stránku';
$strCreatePdfFeat = 'Vytváøení PDF';
$strCreate = 'Vytvoøit';
$strCreationDates = 'Datum vytvoøení, poslední zmìny a kontroly';
$strCriteria = 'Podmínka';
$strCroatian = 'Chorvatština';
$strCSV = 'CSV';
$strCSVImportOptions = 'Nastavení CSV';
$strCSVOptions = 'Nastavení CSV exportu';
$strCyrillic = 'Cyrilika';
$strCzech = 'Èeština';
$strCzechSlovak = 'Èeština/Slovenština';
 
$strDanish = 'Dánština';
$strDatabase = 'Databáze';
$strDatabaseEmpty = 'Jméno databáze je prázdné!';
$strDatabaseExportOptions = 'Nastavení exportu databází';
$strDatabaseHasBeenDropped = 'Databáze %s byla zrušena.';
$strDatabaseNoTable = 'Tato databáze neobsahuje žádné tabulky!';
$strDatabases = 'Databáze';
$strDatabasesDropped = '%s databáze byla úspìšnì zrušena.';
$strDatabasesStatsDisable = 'Skrýt podrobnosti';
$strDatabasesStatsEnable = 'Zobrazit podrobnosti';
$strDatabasesStatsHeavyTraffic = 'Poznámka: Zobrazení podrobností o&nbsp;databázích mùže zpùsobit znaèné zvýšení provozu mezi webserverem a MySQL serverem.';
$strDatabasesStats = 'Statistiky databází';
$strData = 'Data';
$strDataDict = 'Datový slovník';
$strDataOnly = ' Jen data';
$strDataPages = 'Stránek obshahujících data';
$strDBComment = 'Komentáø k&nbsp;databázi: ';
$strDBCopy = 'Zkopírovat databázi na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Zásahù';
$strDBGLine = 'Øádka';
$strDBGMaxTimeMs = 'Min. èas, ms';
$strDBGMinTimeMs = 'Max. èas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Èas/Zásah, ms';
$strDBGTotalTimeMs = 'Celkový èas, ms';
$strDbPrivileges = 'Oprávnìní pro jednotlivé databáze';
$strDBRename = 'Pøejmenovat databázi na';
$strDbSpecific = 'závislé na databázi';
$strDefaultEngine = '%s je výchozí úložištì na tomto MySQL serveru.';
$strDefaultValueHelp = 'Výchozí hodnotu zadejte jen jednu hodnotu bez uvozovek a escapování znakù, napøíklad: a';
$strDefault = 'Výchozí';
$strDefragment = 'Defragmentovat tabulku';
$strDelayedInserts = 'Používat zpoždìné inserty';
$strDeleteAndFlushDescr = 'Toto je nejèistší øešení, ale naèítání oprávnìní mùže trvat dlouho.';
$strDeleteAndFlush = 'Odstranit uživatele a znovunaèíst oprávnìní.';
$strDeleted = 'Øádek byl smazán';
$strDeletedRows = 'Smazané øádky:';
$strDeleteNoUsersSelected = 'Musíte vybrat uživatele, které chcete odstranit!';
$strDelete = 'Odstranit';
$strDeleting = 'Odstraòuji %s';
$strDelOld = 'Aktuální stránka se odkazuje na tabulky, které již neexistují. Chcete odstranit tyto odkazy?';
$strDescending = 'Sestupnì';
$strDescription = 'Popis';
$strDictionary = 'slovník';
$strDirtyPages = 'Zmìnìných stránek';
$strDisabled = 'Vypnuto';
$strDisableForeignChecks = 'Vypnout kontrolu cizích klíèù';
$strDisplayFeat = 'Zobrazení funkcí';
$strDisplayOrder = 'Seøadit podle:';
$strDisplayPDF = 'Zobrazit jako schéma v&nbsp;PDF';
$strDoAQuery = 'Provést &bdquo;dotaz podle pøíkladu&ldquo; (zástupný znak: &bdquo;%&ldquo;)';
$strDocu = 'Dokumentace';
$strDoYouReally = 'Opravdu si pøejete vykonat pøíkaz';
$strDropDatabaseStrongWarning = 'Chystáte se ZRUŠIT celou databázi!';
$strDrop = 'Odstranit';
$strDropUsersDb = 'Odstranit databáze se stejnými jmény jako uživatelé.';
$strDumpingData = 'Vypisuji data pro tabulku';
$strDumpSaved = 'Výpis byl uložen do souboru %s.';
$strDumpXRows = 'Vypsat %s øádkù od %s.';
$strDynamic = 'dynamický';
 
$strEditPDFPages = 'Upravit PDF stránky';
$strEditPrivileges = 'Upravit oprávnìní';
$strEdit = 'Upravit';
$strEffective = 'Efektivní';
$strEmptyResultSet = 'MySQL vrátil prázdný výsledek (tj. nulový poèet øádkù).';
$strEmpty = 'Vyprázdnit';
$strEnabled = 'Zapnuto';
$strEncloseInTransaction = 'Uzavøít pøíkazy v&nbsp;transakci';
$strEndCut = 'KONEC VÝPISU';
$strEnd = 'Konec';
$strEndRaw = 'KONEC VÝPISU';
$strEngineAvailable = 'Úložištì %s je dostupné na tomto MySQL serveru.';
$strEngineDisabled = 'Úložištì %s je vypnuté na tomto MySQL serveru.';
$strEngines = 'Úložištì';
$strEngineUnsupported = 'Tento MySQL server nepodporuje úložištì %s.';
$strEnglish = 'Anglicky';
$strEnglishPrivileges = 'Poznámka: názvy oprávnìní v&nbsp;MySQL jsou uvádìny anglicky';
$strError = 'Chyba';
$strErrorInZipFile = 'Chyba v&nbsp;ZIP archívu:';
$strEscapeWildcards = 'Zástupné znaky _ a % by mìly být escapovány pomocí \, pokud je chcete použít jako znak';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonština';
$strExcelEdition = 'Verze Excelu';
$strExcelOptions = 'Nastavení exportu do Excelu';
$strExecuteBookmarked = 'Spustit oblíbený dotaz';
$strExplain = 'Vysvìtlit dotaz';
$strExport = 'Export';
$strExtendedInserts = 'Rozšíøené inserty';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Nepovedených pokusù';
$strFieldHasBeenDropped = 'Sloupec %s byl odstranìn';
$strFieldsEmpty = ' Nebyl zadán poèet sloupcù! ';
$strFieldsEnclosedBy = 'Názvy sloupcù uzavøené';
$strFieldsEscapedBy = 'Názvy sloupcù escapovány';
$strField = 'Sloupec';
$strFields = 'Sloupce';
$strFieldsTerminatedBy = 'Sloupce oddìlené';
$strFileAlreadyExists = 'Soubor %s již na serveru existuje, zmìòte jméno souboru, nebo zvolte pøepsání souboru.';
$strFileCouldNotBeRead = 'Soubor nelze pøeèíst';
$strFileNameTemplateDescriptionDatabase = 'jméno databáze';
$strFileNameTemplateDescriptionServer = 'jméno serveru';
$strFileNameTemplateDescriptionTable = 'jméno tabulky';
$strFileNameTemplateDescription = 'Tato hodnota je interpretována pomocí %1$sstrftime%2$s, takže mùžete použít libovolné øetìzce pro formátování data a èasu. Dále budou provedena následující nahrazení: %3$s. Jakýkoliv jiný text zùstane zachován beze zmìny.';
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
$strFileNameTemplate = 'Vzor pro jméno souboru';
$strFileToImport = 'Soubor pro importování';
$strFixed = 'pevný';
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získává oprávnìní pøímo z&nbsp;tabulek MySQL. Obsah tìchto tabulek se mùže lišit od oprávnìní, která server právì používá, pokud byly tyto tabulky upravovány. V&nbsp;tomto pøípadì je vhodné provést %sznovunaètení oprávnìní%s pøed pokraèováním.';
$strFlushQueryCache = 'Vyprázdnit vyrovnávací pamì dotazù';
$strFlushTables = 'Zavøít všechny tabulky';
$strFlushTable = 'Vyprázdnit vyrovnávací pamì pro tabulku (&bdquo;FLUSH&ldquo;)';
$strFormat = 'Formát';
$strFormEmpty = 'Chybìjící hodnota ve formuláøi!';
$strFreePages = 'Volných stránek';
$strFullText = 'Celé texty';
$strFunction = 'Funkce';
 
$strGenBy = 'Vygeneroval';
$strGeneralRelationFeat = 'Obecné funkce relací';
$strGeneratePassword = 'Vytvoøit heslo';
$strGenerate = 'Vytvoøit';
$strGenTime = 'Vygenerováno';
$strGeorgian = 'Gruzínština';
$strGerman = 'Nìmecky';
$strGlobal = 'globální';
$strGlobalPrivileges = 'Globální oprávnìní';
$strGlobalValue = 'Globální hodnota';
$strGo = 'Proveï';
$strGrantOption = 'Pøidìlování';
$strGreek = 'Øeètina';
$strGzip = '&bdquo;zagzipováno&ldquo;';
 
$strHandler = 'Obslužné rutiny';
$strHasBeenAltered = 'byla zmìnìna.';
$strHasBeenCreated = 'byla vytvoøena.';
$strHaveToShow = 'Musíte zvolit alespoò jeden sloupec, který chcete zobrazit.';
$strHebrew = 'Hebrejština';
$strHexForBinary = 'Binární pole vypisovat šestnáctkovì';
$strHome = 'Hlavní strana';
$strHomepageOfficial = 'Oficiální stránka phpMyAdmina';
$strHostEmpty = 'Jméno poèítaèe je prázdné!';
$strHost = 'Poèítaè';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Nastavení exportu pro Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Nastavení exportu pro Microsoft Word 2000';
$strHungarian = 'Maïarština';
 
$strIcelandic = 'Islandština';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignorovat duplicitní øádky';
$strIgnore = 'Ignorovat';
$strIgnoreInserts = 'Použít IGNORE';
$strIgnoringFile = 'Ignoruji soubor %s';
$strImportDocSQL = 'Importovat soubory docSQL';
$strImportFiles = 'Importovat soubory';
$strImportFormat = 'Formát importovaného souboru';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import byl úspìšnì dokonèen, bylo provedeno %d dotazù.';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index %s byl odstranìn';
$strIndex = 'Index';
$strIndexName = 'Jméno indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
$strIndexWarningMultiple = 'Pro sloupec `%s` je vytvoøeno více indexù';
$strIndexWarningPrimary = 'Sloupec `%s` by nemìl být zároveò obsažen v&nbsp;PRIMARY a INDEX klíèi';
$strIndexWarningTable = 'Problémy s&nbsp;indexy v&nbsp;tabulce `%s`';
$strIndexWarningUnique = 'Sloupec `%s` by nemìl být zároveò obsažen v&nbsp;PRIMARY a UNIQUE klíèi';
$strInnoDBAutoextendIncrementDesc = 'Velikost o&nbsp;kterou je zvìtšen soubor s&nbsp;daty, pokud je zaplnìný.';
$strInnoDBAutoextendIncrement = 'Krok automatického zvìtšování';
$strInnoDBBufferPoolSizeDesc = 'Velikost vyrovnávací pamìti, kterou InnoDB používá pro vyrovnávací pamì dat a indexù tabulek.';
$strInnoDBBufferPoolSize = 'Velikost vyrovnávací pamìti';
$strInnoDBDataFilePath = 'Soubor s&nbsp;daty';
$strInnoDBDataHomeDirDesc = 'Spoleèná èást cesty pro všechny soubory obsahující data InnoDB.';
$strInnoDBDataHomeDir = 'Domovský adresáø pro data';
$strInnoDBPages = 'stránek';
$strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Máte standardní nastavení hesla uživatele root v&nbsp;MySQL. Doporuèujeme zmìnit toto nastavení a tím podstatnì zvýšit bezpeènost Vašeho serveru.';
$strInsertAsNewRow = 'Vložit jako nový øádek';
$strInsertedRowId = 'Id vloženého øádku:';
$strInsertedRows = 'Vloženo øádkù:';
$strInsertNewRow = 'Vložit nový øádek';
$strInsert = 'Vložit';
$strInternalNotNecessary = '* Interní relace není potøebná, pokud již relace existuje v&nbsp;InnoDB.';
$strInternalRelations = 'Interní relace';
$strInUse = 'právì se používá';
$strInvalidAuthMethod = 'V konfiguraci máte špatnou autentizaèní metodu:';
$strInvalidColumn = 'Byl zadán chybný sloupec (%s)!';
$strInvalidColumnCount = 'Poèet sloupcù musí být vìtší než nula.';
$strInvalidCSVFieldCount = 'Chybný poèet položek v&nbsp;CSV datech na øádku %d.';
$strInvalidCSVFormat = 'Chybný formát CSV dat na øádku %d.';
$strInvalidCSVParameter = 'Neznámý parametr pro import CSV: %s';
$strInvalidFieldAddCount = 'Musíte pøidat alespoò jeden sloupec.';
$strInvalidFieldCount = 'Tabulka musí mít alespoò jeden sloupec.';
$strInvalidLDIImport = 'Tento plugin nepodporuje komprimované soubory!';
$strInvalidRowNumber = '%d není platné èíslo øádku.';
$strInvalidServerHostname = 'Chybné jméno serveru pro server %1$s. Prosím zkontrolujte nastavení.';
$strInvalidServerIndex = 'Chybný index serveru: "%s"';
 
$strJapanese = 'Japonština';
$strJoins = 'Použité výbìry';
$strJumpToDB = 'Pøejít na databázi &bdquo;%s&ldquo;.';
$strJustDeleteDescr = 'Odstranìní uživatelé stále budou mít pøístup na server, dokud nebudou znovunaètena oprávnìní.';
$strJustDelete = 'Jen odstranit uživatele z&nbsp;tabulek s&nbsp;oprávnìními.';
 
$strKeepPass = 'Nemìnit heslo';
$strKeyCache = 'Vyrovnávací pamì klíèù';
$strKeyname = 'Klíèový název';
$strKill = 'Ukonèit';
$strKorean = 'Korejština';
 
$strLandscape = 'Na šíøku';
$strLanguageFileNotFound = 'Jazykový soubor "%1$s" nebyl nalezen.';
$strLanguageUnknown = 'Neznámý jazyk: %1$s.';
$strLatchedPages = 'Zamèených stránek';
$strLatexCaption = 'Titulek tabulky';
$strLatexContent = 'Obsah tabulky __TABLE__';
$strLatexContinuedCaption = 'Titulek pokraèování tabulky';
$strLatexContinued = '(pokraèování)';
$strLatexIncludeCaption = 'Použít titulek tabulky';
$strLatexLabel = 'Návìstí';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastavení exportu do LaTeXu';
$strLatexStructure = 'Struktura tabulky __TABLE__';
$strLatvian = 'Lotyština';
$strLDI = 'CSV pomocí LOAD DATA';
$strLDIImportOptions = 'Nastavení CSV importu pomocí LOAD DATA';
$strLDILocal = 'Použít klíèové slovo LOCAL';
$strLengthSet = 'Délka/Množina';
$strLimitNumRows = 'záznamù na stránku';
$strLinesTerminatedBy = 'Øádky ukonèené';
$strLinkNotFound = 'Odkaz nenalezen';
$strLinksTo = 'Odkazuje na';
$strLithuanian = 'Litevština';
$strLocalhost = 'Lokální';
$strLocationTextfile = 'textový soubor';
$strLoginInformation = 'Pøihlašování';
$strLogin = 'Pøihlášení';
$strLogout = 'Odhlásit se';
$strLogPassword = 'Heslo:';
$strLogServer = 'Server';
$strLogUsername = 'Jméno:';
$strLongOperation = 'Tato operace mùže trvat velmi dlouho. Chcete je pøesto provést?';
 
$strMaxConnects = 'Maximum souèasných pøipojení';
$strMaximalQueryLength = 'Maximální velikost vytvoøeného dotazu';
$strMaximumSize = 'Maximální velikost: %s%s';
$strMbExtensionMissing = 'Rozšíøení mbstring pro PHP nebylo nalezeno a zdá se, že požíváte vícebajtovou znakovou sadu. Bez rozšíøení mbstring neumí phpMyAdmin správnì rozdìlovat øetìzce a proto to mùže mít neèekané následky.';
$strMbOverloadWarning = 'V&nbsp;nastavení PHP máte zapnuto mbstring.func_overload. Toto nastavení není kompatibilní s&nbsp;phpMyAdminem a mùže zpùsobit poškození dat!';
$strMIME_available_mime = 'Dostupné MIME typy';
$strMIME_available_transform = 'Dostupné transformace';
$strMIME_description = 'Popis';
$strMIME_MIMEtype = 'MIME typ';
$strMIME_nodescription = 'Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co %s dìlá.';
$strMIME_transformation_note = 'Pro seznam dostupných parametrù transformací a jejich MIME typù kliknìte na %spopisy transformací%s';
$strMIME_transformation_options_note = 'Zadejte parametry transformací v&nbsp;následujícím tvaru: \'a\',\'b\',\'c\'...<br />Pokud potøebujete použít zpìtné lomítko (&bdquo;\&ldquo;) nebo jednoduché uvozovky (&bdquo;\'&ldquo;) mezi tìmito hodnotami, vložte pøed nì zpìtné lomítko (napøíklad \'\\\\xyz\' nebo \'a\\\'b\').';
$strMIME_transformation_options = 'Parametry transformace';
$strMIME_transformation = 'Transformace pøi prohlížení';
$strMIMETypesForTable = 'MIME TYPY PRO TABULKU';
$strMIME_without = 'MIME typy zobrazené kurzívou nemají vlastní transformaèní funkci';
$strModifications = 'Zmìny byly uloženy';
$strModifyIndexTopic = 'Upravit index';
$strModify = 'Úpravy';
$strMoveTableOK = 'Tabulka %s byla pøesunuta do %s.';
$strMoveTable = 'Pøesunout tabulku do (databáze<b>.</b>tabulka):';
$strMoveTableSameNames = 'Nelze pøesunout tabulku na sebe samu!';
$strMultilingual = 'mnohojazyèný';
$strMyISAMDataPointerSizeDesc = 'Výchozí velikost ukazatele v&nbsp;bajtech, která bude použita pro vytváøení MyISAM tabulek, pokud není uvedeno MAX_ROWS.';
$strMyISAMDataPointerSize = 'Velikost ukazatele na data';
$strMyISAMMaxExtraSortFileSizeDesc = 'Pokud by byl soubor pro vytváøení MyISAM indexu byl vìtší než zde uvedená hodnota, použije se pomalejší metoda vyrovnávací pamìti klíèù.';
$strMyISAMMaxExtraSortFileSize = 'Maximální velikost doèasných souborù pøi vytváøení indexu';
$strMyISAMMaxSortFileSizeDesc = 'Maximální velikost doèasných souborù, které smí MySQL použít pøi obnovì indexu (pøi REPAIR TABLE, ALTER TABLE nebo LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximální velikost doèasných souborù pro øazení';
$strMyISAMRecoverOptions = 'Automatický režim obnovy';
$strMyISAMRecoverOptionsDesc = 'Režim automatické obnovy poškozených MyISAM tabulek. Nastavuje se parametrem --myisam-recover pøi spouštìní serveru.';
$strMyISAMRepairThreadsDesc = 'Pokud je tato hodnota vìtší než 1, indexy v&nbsp;MyISAM tabulkách jsou vytváøeny paralelenì (každý index vlastním threadem) pøi obnovì nebo øazení.';
$strMyISAMRepairThreads = 'Threadù pro opravování';
$strMyISAMSortBufferSizeDesc = 'Pamì, která je alokována pøi øazení MyISAM indexù bìhem jejich vytváøení nebo opravování.';
$strMyISAMSortBufferSize = 'Velikost pamìti pro øazení';
$strMySQLCharset = 'Znaková sada v&nbsp;MySQL';
$strMysqlClientVersion = 'Verze MySQL klienta';
$strMySQLConnectionCollation = 'Porovnávání pro toto pøipojení k&nbsp;MySQL';
$strMySQLSaid = 'MySQL hlásí: ';
$strMySQLShowProcess = 'Zobrazit procesy';
$strMySQLShowStatus = 'Informace o&nbsp;stavu MySQL';
$strMySQLShowVars = 'Systémové promìnné MySQL';
 
$strName = 'Název';
$strNext = 'Další';
$strNoActivity = 'Byli jste pøíliš dlouho neaktivní (déle než %s sekund), prosím pøihlaste se znovu';
$strNoDatabasesSelected = 'Nebyla vybrána žádná databáze.';
$strNoDatabases = 'Žádné databáze';
$strNoDescription = 'žádný popisek';
$strNoDetailsForEngine = 'Nejsou dostupné podrobnìjší informace o tomto úložišti.';
$strNoDropDatabases = 'Pøíkaz &bdquo;DROP DATABASE&ldquo; je vypnutý.';
$strNoExplain = 'Bez vysvìtlení (EXPLAIN) SQL';
$strNoFilesFoundInZip = 'V&nbsp;ZIP archívu nebyly nalezeny žádné soubory!';
$strNoFrames = 'phpMyAdmin se lépe používá v&nbsp;prohlížeèi podporujícím rámy (&bdquo;FRAME&ldquo;).';
$strNoIndexPartsDefined = 'Nebyla zadána žádná èást indexu!';
$strNoIndex = 'Tabulka nemá žádný index!';
$strNoModification = 'Žádná zmìna';
$strNo = 'Ne';
$strNone = 'Žádná';
$strNoOptions = 'Tento formát nemá žádná nastavení';
$strNoPassword = 'Žádné heslo';
$strNoPermission = 'Web server nemá oprávnìní uložit výpis do souboru %s.';
$strNoPhp = 'Bez PHP kódu';
$strNoPrivileges = 'Nemáte oprávnìní';
$strNoRights = 'Nemáte dostateèná práva na provedení této akce!';
$strNoRowsSelected = 'Nebyl vybrán žádný øádek';
$strNoSpace = 'Nedostatek místa pro uložení souboru %s.';
$strNoTablesFound = 'V&nbsp;databázi nebyla nalezena žádná tabulka.';
$strNoThemeSupport = 'Není podporována zmìna tématu, zkontrolujte nastavení a témata v&nbsp;adresáøi %s.';
$strNothingToImport = 'Nebyla zadána žádná data pro import!';
$strNotNumber = 'Nebylo zadáno èíslo!';
$strNotOK = 'není v&nbsp;poøádku';
$strNotSet = '<b>%s</b> tabulka nenalezena nebo není nastavena v&nbsp;%s';
$strNoUsersFound = 'Žádný uživatel nenalezen.';
$strNoValidateSQL = 'Bez kontroly SQL';
$strNull = 'Nulový';
$strNumberOfFields = 'Poèet sloupcù';
$strNumSearchResultsInTable = '%s odpovídající(ch) záznam(ù) v&nbsp;tabulce <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpovídající(ch) záznam(ù)';
$strNumTables = 'Tabulek';
 
$strOK = 'OK';
$strOpenNewWindow = 'Otevøít nové okno phpMyAdmina';
$strOperations = 'Úpravy';
$strOperator = 'Operátor';
$strOptimizeTable = 'Optimalizovat tabulku';
$strOr = 'nebo';
$strOverhead = 'Navíc';
$strOverwriteExisting = 'Pøepsat existující soubor(y)';
 
$strPageNumber = 'Strana èíslo:';
$strPagesToBeFlushed = 'Stránek urèených k&nbsp;uvolnìní';
$strPaperSize = 'Velikost stránky';
$strPartialImport = 'Èásteèný import';
$strPartialText = 'Zkrácené texty';
$strPasswordChanged = 'Heslo pro %s bylo úspìšnì zmìnìno.';
$strPasswordEmpty = 'Heslo je prázdné!';
$strPasswordHashing = 'Hašovací funkce pro heslo';
$strPassword = 'Heslo';
$strPasswordNotSame = 'Hesla nejsou stejná!';
$strPdfDbSchema = 'Schéma databáze &bdquo;%s&ldquo; - Strana %s';
$strPdfInvalidTblName = 'Tabulka &bdquo;%s&ldquo; neexistuje!';
$strPdfNoTables = 'žádné tabulky';
$strPDFOptions = 'Nastavení PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Název výpisu';
$strPerHour = 'za hodinu';
$strPerMinute = 'za minutu';
$strPerSecond = 'za sekundu';
$strPersian = 'Perština';
$strPhoneBook = 'adresáø';
$strPHP40203 = 'Používáte PHP 4.2.3, které má závažnou chybu pøi práci s&nbsp;vícebajtovými znaky (mbstring), jedná se o&nbsp;chybu PHP èíslo 19404. Nedoporuèujeme používat tuto verzi PHP s&nbsp;phpMyAdminem.';
$strPHPVersion = 'Verze PHP';
$strPhp = 'Zobrazit PHP kód';
$strPmaDocumentation = 'Dokumentace phpMyAdmina';
$strPmaUriError = 'Parametr <tt>$cfg[\'PmaAbsoluteUri\']</tt> MUSÍ být nastaven v&nbsp;konfiguraèním souboru!';
$strPolish = 'Polština';
$strPortrait = 'Na výšku';
$strPos1 = 'Zaèátek';
$strPrevious = 'Pøedchozí';
$strPrimaryKeyHasBeenDropped = 'Primární klíè byl odstranìn';
$strPrimaryKeyName = 'Jméno primárního klíèe musí být &bdquo;PRIMARY"!';
$strPrimaryKeyWarning = '(&bdquo;PRIMARY&ldquo; <b>musí</b> být jméno <b>pouze</b> primárního klíèe!)';
$strPrimary = 'Primární';
$strPrintViewFull = 'Náhled k&nbsp;vytištìní (s&nbsp;kompletními texty)';
$strPrintView = 'Náhled k&nbsp;vytištìní';
$strPrint = 'Vytisknout';
$strPrivDescAllPrivileges = 'Všechna oprávnìní kromì GRANT.';
$strPrivDescAlterRoutine = 'Umožòuje mìnit a rušit uložené procedury.';
$strPrivDescAlter = 'Umožòuje mìnit strukturu existujících tabulek.';
$strPrivDescCreateDb = 'Umožòuje vytváøet nové databáze a tabulky.';
$strPrivDescCreateRoutine = 'Umožòuje vytváøet uložené procedury.';
$strPrivDescCreateTbl = 'Umožòuje vytváøet nové tabulky.';
$strPrivDescCreateTmpTable = 'Umožòuje vytváøet doèasné tabulky.';
$strPrivDescCreateUser = 'Umožòuje vytváøet, rušit a pøejmenovávat úèty uživatelù.';
$strPrivDescCreateView = 'Umožòuje vytváøet nové pohledy.';
$strPrivDescDelete = 'Umožòuje mazat data.';
$strPrivDescDropDb = 'Umožòuje odstranit databáze a tabulky.';
$strPrivDescDropTbl = 'Umožòuje odstranit tabulky.';
$strPrivDescExecute5 = 'Umožòuje spouštìt uložené procedury.';
$strPrivDescExecute = 'Umožòuje spouštìt uložené procedury. V&nbsp;této verzi MySQL se nepoužívá.';
$strPrivDescFile = 'Umožòuje importovat a exportovat data z/do souborù na serveru.';
$strPrivDescGrant = 'Umožòuje pøidávat uživatele a oprávnìní bez znovunaèítání tabulek s&nbsp;oprávnìními.';
$strPrivDescIndex = 'Umožòuje vytváøet a rušit indexy.';
$strPrivDescInsert = 'Umožòuje vkládat a pøepisovat data.';
$strPrivDescLockTables = 'Umožòuje zamknout tabulku pro aktuální thread.';
$strPrivDescMaxConnections = 'Omezuje poèet nových pøipojení, která mùže uživatel vytvoøit za hodinu.';
$strPrivDescMaxQuestions = 'Omezuje, kolik dotazù mùže uživatel odeslat serveru za hodinu.';
$strPrivDescMaxUpdates = 'Omezuje, kolik dotazù mìnících nìjakou tabulku nebo databázi mùže uživatel spustit za hodinu.';
$strPrivDescMaxUserConnections = 'Omezuje poèet souèasných pøipojení uživatele.';
$strPrivDescProcess3 = 'Umožòuje ukonèit procesy jiným uživatelùm.';
$strPrivDescProcess4 = 'Umožòuje vidìt celé dotazy v&nbsp;seznamu procesù.';
$strPrivDescReferences = 'Nemá žádný vliv v&nbsp;této verzi MySQL.';
$strPrivDescReload = 'Umožòuje znovunaètení nastavení a vyprázdnìní vyrovnávacích pamìtí MySQL serveru.';
$strPrivDescReplClient = 'Umožní uživateli zjistit, kde je hlavní / pomocný server.';
$strPrivDescReplSlave = 'Potøebné pro replikaci pomocných serverù.';
$strPrivDescSelect = 'Umožòuje vybírat data.';
$strPrivDescShowDb = 'Umožòuje pøístup k&nbsp;úplnému seznamu databází.';
$strPrivDescShowView = 'Umožòuje spuštìní dotazu SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Umožòuje vypnout server.';
$strPrivDescSuper = 'Umožòuje pøipojení, i když je dosažen maximální poèet pøipojení. Potøebné pro vìtšinu operací pro správu serveru jako nastavování globálních promìnných a zabíjení threadù jiných uživatelù.';
$strPrivDescUpdate = 'Umožòuje mìnit data.';
$strPrivDescUsage = 'Žádná oprávnìní.';
$strPrivileges = 'Oprávnìní';
$strPrivilegesReloaded = 'Oprávnìní byla znovunaètena úspìšnì.';
$strProcesslist = 'Seznam procesù';
$strProtocolVersion = 'Verze protokolu';
$strPutColNames = 'Pøidat jména sloupcù na první øádek';
 
$strQBEDel = 'smazat';
$strQBE = 'Dotaz';
$strQBEIns = 'pøidat';
$strQueryCache = 'Vyrovnávací pamì dotazù';
$strQueryFrame = 'SQL okno';
$strQueryOnDb = 'SQL dotaz na databázi <b>%s</b>:';
$strQuerySQLHistory = 'SQL historie';
$strQueryStatistics = '<b>Statistika dotazù</b>: Od spuštìní bylo serveru posláno %s dotazù.';
$strQueryTime = 'Dotaz zabral %01.4f sekund';
$strQueryType = 'Typ dotazu';
$strQueryWindowLock = 'Nepøepisovat tento dotaz z&nbsp;hlavního okna';
 
$strReadRequests = 'Požadavkù na zápis';
$strReceived = 'Pøijato';
$strRecords = 'Záznamù';
$strReferentialIntegrity = 'Zkontrolovat integritu odkazù:';
$strRefresh = 'Obnovit';
$strRelationalSchema = 'Relaèní schéma';
$strRelationNotWorking = 'Nìkteré z&nbsp;rozšíøených funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proè.';
$strRelationsForTable = 'RELACE PRO TABULKU';
$strRelations = 'Relace';
$strRelationView = 'Zobrazit relace';
$strReloadingThePrivileges = 'Znovunaèítám oprávnìní';
$strReloadMySQL = 'Znovunaètení MySQL';
$strRemoveSelectedUsers = 'Odstranit vybrané uživatele';
$strRenameDatabaseOK = 'Databáze %s byla pøejmenována na %s';
$strRenameTableOK = 'Tabulka %s byla pøejmenována na %s';
$strRenameTable = 'Pøejmenovat tabulku na';
$strRepairTable = 'Opravit tabulku';
$strReplaceNULLBy = 'Nahradit NULL hodnoty';
$strReplaceTable = 'Pøepsat data tabulky souborem';
$strReplication = 'Replikace';
$strReset = 'Pùvodní';
$strResourceLimits = 'Omezení zdrojù';
$strReType = 'Heslo znovu';
$strRevokeAndDeleteDescr = 'Uživatelé budou mít oprávnìní &bdquo;USAGE&ldquo; (používání), dokud nebudou znovunaètena oprávnìní.';
$strRevokeAndDelete = 'Odebrat uživatelùm veškerá oprávnìní a poté je odstranit z&nbsp;tabulek.';
$strRevokeMessage = 'Byla zrušena práva pro %s';
$strRevoke = 'Zrušit';
$strRomanian = 'Rumunština';
$strRowLength = 'Délka øádku';
$strRowsFrom = 'øádkù zaèínající od';
$strRowSize = ' Velikost øádku ';
$strRowsModeFlippedHorizontal = 'vodorovném (otoèené hlavièky)';
$strRowsModeHorizontal = 'vodorovném';
$strRowsModeOptions = 've %s režimu a opakovat hlavièky po %s øádcích.';
$strRowsModeVertical = 'svislém';
$strRows = 'Øádkù';
$strRowsStatistic = 'Statistika øádkù';
$strRunning = 'na %s';
$strRunQuery = 'Provést dotaz';
$strRunSQLQueryOnServer = 'Spustit SQL dotaz(y) na serveru %s';
$strRunSQLQuery = 'Spustit SQL dotaz(y) na databázi %s';
$strRussian = 'Ruština';
 
$strSaveOnServer = 'Uložit na serveru v&nbsp;adresáøi %s';
$strSave = 'Ulož';
$strScaleFactorSmall = 'Mìøítko je pøíliš malé, aby se schéma vešlo na jednu stránku';
$strSearchFormTitle = 'Vyhledávání v&nbsp;databázi';
$strSearchInTables = 'V&nbsp;tabulkách:';
$strSearchNeedle = 'Slova nebo hodnoty, které chcete vyhledat (zástupný znak: &bdquo;%&ldquo;):';
$strSearchOption1 = 'alespoò jedno ze slov';
$strSearchOption2 = 'všechna slova';
$strSearchOption3 = 'pøesnou frázi';
$strSearchOption4 = 'jako regulární výraz';
$strSearchResultsFor = 'Výsledky vyhledávání pro &bdquo;<i>%s</i>&ldquo; %s:';
$strSearchType = 'Najít:';
$strSearch = 'Vyhledávání';
$strSecretRequired = 'Nastavte klíè pro šifrování cookies (blowfish_secret) v&nbsp;konfiguraèním souboru (config.inc.php).';
$strSelectADb = 'Prosím vyberte databázi';
$strSelectAll = 'Vybrat vše';
$strSelectBinaryLog = 'Zvolte binární log pro zobrazení';
$strSelectFields = 'Zvolte sloupec (alespoò jeden):';
$strSelectNumRows = 'v&nbsp;dotazu';
$strSelectTables = 'Vybrat tabulky';
$strSend = 'Do souboru';
$strSent = 'Odesláno';
$strServerChoice = 'Server';
$strServerNotResponding = 'Server neodpovídá';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Odložené inserty';
$strServerStatus = 'Stav serveru';
$strServerStatusUptime = 'Tento MySQL server bìží %s. Èas spuštìní: %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Promìnné';
$strServerTrafficNotes = '<b>Provoz serveru</b>: Informace o&nbsp;síovém provozu MySQL serveru od jeho spuštìní.';
$strServerVars = 'Promìnné a nastavení serveru';
$strServerVersion = 'Verze MySQL';
$strSessionValue = 'Hodnota sezení';
$strSetEnumVal = 'Pokud je sloupec typu &bdquo;enum&ldquo; nebo &bdquo;set", zadávejte hodnoty v&nbsp;následujícím formátu: \'a\',\'b\',\'c\'...<br />Pokud potøebujete zadat zpìtné lomítko (&bdquo;\&ldquo;) nebo jednoduché uvozovky (&bdquo;\'&ldquo;) mezi tìmito hodnotami, napište pøed nì zpìtné lomítko (pøíklad: \'\\\\xyz\' nebo \'a\\\'b\').';
$strShowAll = 'Zobrazit vše';
$strShowColor = 'Barevné šipky';
$strShowDatadictAs = 'Formát datového slovníku';
$strShowFullQueries = 'Zobrazit celé dotazy';
$strShowGrid = 'Zobrazit møížku';
$strShowingBookmark = 'Zobrazuji oblíbený dotaz';
$strShowingRecords = 'Zobrazeny záznamy';
$strShowOpenTables = 'Zobrazit otevøené tabulky';
$strShowPHPInfo = 'Zobrazit informace o&nbsp;PHP';
$strShowSlaveHosts = 'Zobrazit podøízené servery';
$strShowSlaveStatus = 'Zobrazit stav podøízených serverù';
$strShowStatusBinlog_cache_disk_useDescr = 'Poèet transakcí, které použily doèasný binární log, ale pøekroèily hodnotu binlog_cache_size a musely použít doèasný soubor pro uložení pøíkazù transakce.';
$strShowStatusBinlog_cache_useDescr = 'Poèet transakcí, které využily doèasný binární log.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Poèet doèasných tabulek vytvoøených serverem na disku pøi provádìní dotazù. Pokud je tato hodnota velká, mùžete zvìtšit parametr tmp_table_size a MySQL bude používat vìtší doèasné tabulky v&nbsp;pamìti.';
$strShowStatusCreated_tmp_filesDescr = 'Poèet vytvoøených doèasných souborù.';
$strShowStatusCreated_tmp_tablesDescr = 'Poèet doèasných tabulek vytvoøených serverem v&nbsp;pamìti pøi provádìní dotazù.';
$strShowStatusDelayed_errorsDescr = 'Poèet øádkù provedených pomocí INSERT DELAYED, u&nbsp;kterých se vyskytla chyba (pravdìpodobnì duplicitní klíè).';
$strShowStatusDelayed_insert_threadsDescr = 'Poèet vláken používaných pro INSERT DELAYED. Každá tabulka na které je použit INSERT DEKAYED má jeden thread.';
$strShowStatusDelayed_writesDescr = 'Poèet øádkù zapsaných pomocí INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Poèet provedených pøíkazù FLUSH.';
$strShowStatusHandler_commitDescr = 'Poèet interních pøíkazù COMMIT.';
$strShowStatusHandler_deleteDescr = 'Poèet požadavkù na smazání øádku.';
$strShowStatusHandler_discoverDescr = 'Poèet zjišování tabulek. Tímto se nazývá dotaz NDB clusteru, jestli ví o tabulce daného jména.';
$strShowStatusHandler_read_firstDescr = 'Poèet pøeètení první položky indexu. Pøíliš vysoká hodnota znamení, že server provádí mnoho kompletních procházení indexu. Na pøíklad SELECT col1 FROM foo, pokud je col1 indexována.';
$strShowStatusHandler_read_keyDescr = 'Poèet požadavkù na pøeètení øádku vycházející z&nbsp;indexu. Vysoká hodnota znamená, že dotazy správnì využívají indexy.';
$strShowStatusHandler_read_nextDescr = 'Poèet požadavkù na pøeètení dalšího øádku podle indexu. Tato hodnota se zvìtšuje pokud provádíte dotaz na indexovaný sloupec s&nbsp;omezením rozsahu nebo prohledáváte index.';
$strShowStatusHandler_read_prevDescr = 'Poèet požadavkù na pøeètení pøedchozího øádku z&nbsp;indexu. Používané pro optimalizaci dotazù ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Poèet požadavkù na pøeètení konkrétního øádku tabulky. Vysoká hodnota znamená, že provádíte mnoho dotazù, které vyøadují øazení výsledkù. Pravdìpodobnì používáte mnoho dotazù, které vyžadují prohlížení celé tabulky nebo používáte spojení tabulek, která nevyužívají indexù.';
$strShowStatusHandler_read_rnd_nextDescr = 'Poèet požadavkù na pøeètení dalšího øádku ze souboru. Tato hodnota je vysoká pokud dotazy procházejí celé tabulky, pravdìpodobnì tedy nemají vhodné indexy.';
$strShowStatusHandler_rollbackDescr = 'Poèet interních pøíkazù ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Poèet požadavkù na aktualizaci øádku.';
$strShowStatusHandler_writeDescr = 'Poèet požadavkù na vložení øádku.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Poèet stránek obsahujících data (zmìnìné i nezmìnìné).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Poèet zmìnìných stránek.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Poèet stránek, na které je požadavek na vyprázdnìní.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Poèet volných stránek.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Poèet zamèených stránek, tzn. stránek, které jsou právì zapisovány nebo èteny nebo nemohou být odstranìny z&nbsp;jakéhokoliv dùvodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Poèet stránek zablokovaných pro administrativní úèely jako zamykání øádkù nebo hashe indexù. Tato hodnota také mùže být vypoèítána jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Celková velikost InnoDB bufferù, ve stránkách.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Poèet provedených &bdquo;náhodných&ldquo; dopøedných ètení. Tato situace nastává pokud dotaz prochází velkou èást tabulky v&nbsp;náhodném poøadí.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Poèet provedených sekvenèních dopøedných ètení. Toto nastává pokud InnoDB musí procházet celou tabulku.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Poèet provedených logických ètení.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Poèet logických ètení, které nemohly být uspokojeny z&nbsp;bufferu, ale bylo nutné pøeèíst stránku ze souboru.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Poèet èekání na zápis do InnoDB bufferù. Tyto zápisy obvykle probíhají na pozadí, ale pokud je nutné pøeèíst nebo vytvoøit stránku a žádná volná není k&nbsp;dispozici, musí se èekat. Pokud je velikost bufferù nastavena správnì, mìla by tato hodnota být malá.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Poèet zápisù provedených do InnoDB bufferu.';
$strShowStatusInnodb_data_fsyncsDescr = 'Poèet provedených synchronizací.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Poèet nevyøízených synchronizací.';
$strShowStatusInnodb_data_pending_readsDescr = 'Poèet nevyøízených ètení.';
$strShowStatusInnodb_data_pending_writesDescr = 'Poèet nevyøízených zápisù.';
$strShowStatusInnodb_data_readDescr = 'Velikost pøeètených dat, v&nbsp;bajtech.';
$strShowStatusInnodb_data_readsDescr = 'Poèet provedenách ètení dat.';
$strShowStatusInnodb_data_writesDescr = 'Poèet provedenách zápisù dat.';
$strShowStatusInnodb_data_writtenDescr = 'Velikost zapsaných dat, v&nbsp;bajtech.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Poèet provedených dvojitých zapsání a poèet stránek, které byly takto zapsány.';
$strShowStatusInnodb_dblwr_writesDescr = 'Poèet provedených dvojitých zapsání a poèet stránek, které byly takto zapsány.';
$strShowStatusInnodb_log_waitsDescr = 'Poèet èekání kvùli plnému bufferu logu, který musel být vyprázdnìn pøed pokraèováním.';
$strShowStatusInnodb_log_write_requestsDescr = 'Poèet požadavkù na zápis do logovacího souboru.';
$strShowStatusInnodb_log_writesDescr = 'Poèet skuteèných zápisù do logovacího souboru.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Poèet synchronizací provedených na logovacích souborech.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Poèet nevyøízených synchronizací logovacích souborù.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Poèet nevyøízených zápisù do logovacích souborù.';
$strShowStatusInnodb_os_log_writtenDescr = 'Poèet bajtù zapsaných do logovacího souboru.';
$strShowStatusInnodb_pages_createdDescr = 'Poèet vytvoøených stránek.';
$strShowStatusInnodb_page_sizeDescr = 'Zakompilovaná velikost stránky InnoDB (výchozí je 16 kB). Mnoho hodnot je uvádìno ve stránkách, pomocí této hodnoty je mùžete pøepoèítat na velikost.';
$strShowStatusInnodb_pages_readDescr = 'Poèet pøeètených stránek.';
$strShowStatusInnodb_pages_writtenDescr = 'Poèet zapsaných stránek.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Poèet zámkù øádku, na které se v&nbsp;souèasné dobì èeká.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Prùmìrný èas potøebný pro získání zámku øádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový èas strávený èekáním na zámek øádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximální èas potøebný pro získání zámku øádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Kolikrát se muselo èekat na zámek øádku.';
$strShowStatusInnodb_rows_deletedDescr = 'Poèet øádkù ostranìných z&nbsp;InnoDB tabulek.';
$strShowStatusInnodb_rows_insertedDescr = 'Poèet øádkù vložených do InnoDB tabulek.';
$strShowStatusInnodb_rows_readDescr = 'Poèet øádkù pøeètených z&nbsp;InnoDB tabulek.';
$strShowStatusInnodb_rows_updatedDescr = 'Poèet øádkù aktualizovaných v&nbsp;InnoDB tabulkách.';
$strShowStatusKey_blocks_not_flushedDescr = 'Poèet blokù ve vyrovnávací pamìti klíèù, které byly zmìnìny, ale nebyly zapsány na disk. Døíve se tato hodnota jmenovala Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Poèet nepoužitých blokù ve vyrovnávací pamìti klíèù. Pomocí této hodoty poznáte jak moc je vyrovnávací pamì využitá.';
$strShowStatusKey_blocks_usedDescr = 'Poèet použitých blokù ve vyrovnávací pamìti klíèù. Tato hodnota urèuje maximum blokù, které kdy byly obsazeny najednou.';
$strShowStatusKey_read_requestsDescr = 'Poèet požadavkù na pøeètení klíèe z&nbsp;vyrovnávací pamìti.';
$strShowStatusKey_readsDescr = 'Poèet skuteèných ètení bloku zklíèe z&nbsp;disku. Pokud je hodnota pøíliš velká, pravdìpodobnì máte malou vyrovnávací pamì (key_buffer_size). Úspìšnost vyrovnávací pamìti mùžete spoèítat jako Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Poèet požadavkù na zápis bloku klíèe na disk.';
$strShowStatusKey_writesDescr = 'Poèet skuteèných zápisù bloku klíèe na disk.';
$strShowStatusLast_query_costDescr = 'Celková cena posledního kompilovaného dotazu spoèítaná optimalizérem dotazù. Užiteèné pro porovnání rùzných dotazù. Výchozí hodnota 0 znamená, že žádný dotaz ještì nebyl kompilován.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Poèet øádkù èekajících na zapsání ve frontì INSERT DELAYED.';
$strShowStatusOpened_tablesDescr = 'Celkem otevøených tabulek. Pokud je tato hodnota pøíliš vysoká, pravdìpodobnì máte malou vyrovnávací pamì pro tabulky.';
$strShowStatusOpen_filesDescr = 'Poèet otevøených souborù.';
$strShowStatusOpen_streamsDescr = 'Poèet otevøených streamù (používané pøevážnì pro logování).';
$strShowStatusOpen_tablesDescr = 'Poèet aktuálnì otevøených tabulek.';
$strShowStatusQcache_free_blocksDescr = 'Poèet volných blokù pamìti ve vyrovnávací pamìti dotazù.';
$strShowStatusQcache_free_memoryDescr = 'Velikost volné pamìti ve vyrovnávací pamìti dotazù.';
$strShowStatusQcache_hitsDescr = 'Poèet zásahù vyrovnávací pamìti dotazù.';
$strShowStatusQcache_insertsDescr = 'Poèet dotazùch pøidaných do vyrovnávací pamìti dotazù.';
$strShowStatusQcache_lowmem_prunesDescr = 'Poèet dotazù odstranìných z&nbsp;vyrovnávací pamìti dotazù aby uvolnily místo pro nové. Tato hodnota mùže pomoci v&nbsp;nastavení velikosti vyrovnávací pamìti. Vyrovnávací pamì používá strategii LRU (nejdéle nepoužité) pro vyøazování dotazù z&nbsp;vyrovnávací pamìti.';
$strShowStatusQcache_not_cachedDescr = 'Poèet necachovaných dotazù (necachovatelných nebo necachovaných kvùli nastavení query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Poèet dotazù ve vyrovnávací pamìti dotazù.';
$strShowStatusQcache_total_blocksDescr = 'Celkový poèet blokù ve vyrovnávací pamìti dotazù.';
$strShowStatusReset = 'Vynulovat statistiky';
$strShowStatusRpl_statusDescr = 'Stav failsafe replikace.';
$strShowStatusSelect_full_joinDescr = 'Poèet spojení, které nevyužívaly indexy. Pokud tato hodnota není 0, mìli byste zkontrolovat indexy tabulek.';
$strShowStatusSelect_full_range_joinDescr = 'Poèet spojení, které používaly intervalové vyhledávání na referenèní tabulce.';
$strShowStatusSelect_range_checkDescr = 'Poèet spojení bez klíèù, které kontrolovaly použití klíèù po každém øádku. Pokud tato hodnota není 0, mìli byste zkontrolovat indexy tabulek.';
$strShowStatusSelect_rangeDescr = 'Poèet spojení, které použivaly intervalové vyhledávání na první tabulce. Tato hodnota obvykle není kritická i když je vysoká.';
$strShowStatusSelect_scanDescr = 'Poèet spojení, které provádìly kompletní procházení první tabulky.';
$strShowStatusSlave_open_temp_tablesDescr = 'Poèet doèasných tabulek v&nbsp;souèasné dobì otevøených podøízeným serverem.';
$strShowStatusSlave_retried_transactionsDescr = 'Celkový poèek, kolikrát musel podøízený server opakovat transakce.';
$strShowStatusSlave_runningDescr = 'Tato položka je zapnutá, pokud server pracuje jako podøízený.';
$strShowStatusSlow_launch_threadsDescr = 'Poèet vláken jejihž vytvoøení trvalo déle než slow_launch_time sekund.';
$strShowStatusSlow_queriesDescr = 'Poèet dotazù, které trvaly déle než long_query_time sekund.';
$strShowStatusSort_merge_passesDescr = 'Poèet prùchodù sluèování, které musel provést øadicí algoritmus. Pøi pøíliš vysoké hodnotì zvažte zvýšení sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Poèet øazení, které byly omezeny rozsahem.';
$strShowStatusSort_rowsDescr = 'Poèet øazených øádek.';
$strShowStatusSort_scanDescr = 'Poèet øazení provedených procházením tabulky.';
$strShowStatusTable_locks_immediateDescr = 'Poèek okamžitých získání zámku tabulky.';
$strShowStatusTable_locks_waitedDescr = 'Poèet èekání na získání zámku tabulky. Pokud je tato hodnota vysoká a máte problémy s&nbsp;výkonem, mìli byste optimalizovat dostazy a pøípadnì rozdìlit tabulky nebo použít replikaci.';
$strShowStatusThreads_cachedDescr = 'Poèet vláken ve vyrovnávací pamìti. Úspìšnost vyrovnávací pamìti mùže být spoèítána jako Threads_created/Connections. Pokud je tato hodnota èervená, mìli byste zvýšit thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Poèet aktuálnì otevøených pøipojení.';
$strShowStatusThreads_createdDescr = 'Poèet vláken vytvoøených pro obsluhu pøipojení. Pokud je hodnota pøíliš velká, mùžete zvìtšit parametr thread_cache_size. Na platformách, které mají dobrou implementaci vláken však toto nemá pøíliš velký vliv.';
$strShowStatusThreads_runningDescr = 'Poèet vláken, která nespí.';
$strShowTableDimension = 'Rozmìry tabulek';
$strShowTables = 'Zobrazit tabulky';
$strShowThisQuery = 'Zobrazit zde tento dotaz znovu';
$strShow = 'Zobrazit';
$strSimplifiedChinese = 'Zjednodušená èínština';
$strSingly = '(po jednom)';
$strSize = 'Velikost';
$strSkipQueries = 'Poèet záznamù (dotazù) od zaèátku, které se mají pøeskoèit';
$strSlovak = 'Slovenština';
$strSlovenian = 'Slovinština';
$strSocketProblem = '(nebo není spávnì nastaven lokální socket MySQL serveru)';
$strSortByKey = 'Setøídit podle klíèe';
$strSorting = 'Øazení';
$strSort = 'Øadit';
$strSpaceUsage = 'Využití místa';
$strSpanish = 'Španìlština';
$strSplitWordsWithSpace = 'Slova jsou oddìlena mezerou (&bdquo; &ldquo;).';
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvoøených dotazù';
$strSQLImportOptions = 'Nastavení SQL importu';
$strSQLOptions = 'Nastavení SQL exportu';
$strSQLParserBugMessage = 'Je možné, že jste našli chybu v&nbsp;SQL parseru. Prosím prozkoumejte podrobnì SQL dotaz, pøedevším jestli jsou správnì uvozovky a jestli nejsou proházené. Další možnost selhání je pokud nahráváte soubor s&nbsp;binárními daty nezapsanými v&nbsp;uvozovkách. Mùžete také vyzkoušet pøíkazovou øádku MySQL. Níže uvedený výstup z&nbsp;MySQL serveru (pokud je nìjaký) Vám také mùže pomoci pøi zkoumání problému. Pokud stále máte problémy nebo pokud SQL parser ohlásí chybu u&nbsp;dotazu, který na pøíkazové øádce funguje, prosím pokuste se zredukovat dotaz na co nejmenší, ve kterém se problém ještì vyskytne, a ohlaste chybu na stránkách phpMyAdmina spolu se sekcí VÝPIS uvedenou níže:';
$strSQLParserUserError = 'Pravdìpodobnì máte v&nbsp;SQL dotazu chybu. Níže uvedený výstup MySQL serveru (pokud je nìjaký) Vám také mùže pomoci pøi zkoumání problému';
$strSQLQuery = 'SQL-dotaz';
$strSQLResult = 'Výsledek SQL dotazu';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Chybný identifikátor';
$strSQPBugUnclosedQuote = 'Neuzavøené uvozovky';
$strSQPBugUnknownPunctuation = 'Neznámé interpunkèní znaménko';
$strStatCheckTime = 'Poslední kontrola';
$strStatCreateTime = 'Vytvoøení';
$strStatement = 'Údaj';
$strStatisticsOverrun = 'Na hodnì zatíženém serveru mohou èítaèe pøetéct, takže statistiky MySQL serveru mohou být nepøesné.';
$strStatUpdateTime = 'Poslední zmìna';
$strStatus = 'Stav';
$strStorageEngines = 'Úložištì';
$strStorageEngine = 'Úložištì';
$strStrucCSV = 'CSV';
$strStrucData = 'Strukturu a data';
$strStrucDrop = 'Pøidat DROP TABLE';
$strStrucExcelCSV = 'CSV pro MS Excel';
$strStrucNativeExcel = 'Nativní formát MS Excelu';
$strStrucOnly = 'Pouze strukturu';
$strStructPropose = 'Navrhnout strukturu tabulky';
$strStructure = 'Struktura';
$strSubmit = 'Provést';
$strSuccess = 'VᚠSQL-dotaz byl úspìšnì vykonán';
$strSum = 'Celkem';
$strSwedish = 'Švédština';
$strSwitchToDatabase = 'Pøepnout na zkopírovanou databázi';
$strSwitchToTable = 'Pøepnout na zkopírovanou tabulku';
 
$strTableAlreadyExists = 'Tabulka %s již existuje!';
$strTableComments = 'Komentáø k&nbsp;tabulce';
$strTableEmpty = 'Jméno tabulky je prázdné!';
$strTableHasBeenDropped = 'Tabulka %s byla odstranìna';
$strTableHasBeenEmptied = 'Tabulka %s byla vyprázdnìna';
$strTableHasBeenFlushed = 'Vyrovnávací pamì pro tabulku %s byla vyprázdnìna';
$strTableMaintenance = ' Údržba tabulky ';
$strTableOfContents = 'Obsah';
$strTableOptions = 'Parametry tabulky';
$strTables = '%s tabulek';
$strTableStructure = 'Struktura tabulky';
$strTable = 'Tabulka';
$strTableType = 'Typ tabulky';
$strTakeIt = 'zvolit';
$strTblPrivileges = 'Oprávnìní pro jednotlivé tabulky';
$strTempData = 'Doèasná data';
$strTextAreaLength = 'Tento sloupec možná nepùjde <br />(kvùli délce) upravit ';
$strThai = 'Thajština';
$strThemeDefaultNotFound = 'Výchozí vzhled %s nebyl nalezen!';
$strThemeNoPreviewAvailable = 'Náhled není k&nbsp;dispozici.';
$strThemeNotFound = 'Vzhled %s nebyl nalezen!';
$strThemeNoValidImgPath = 'Nebyla nalezena platná cesta k obrázkùm pro vzhled %s!';
$strThemePathNotFound = 'Nebyla nalezena platná cesta k vzhledu %s!';
$strTheme = 'Vzhled';
$strThisHost = 'Tento poèítaè';
$strThisNotDirectory = 'Nebyl zadán adresáø';
$strThreads = 'Poèet vláken';
$strThreadSuccessfullyKilled = 'Vlákno %s bylo úspìšnì zabito.';
$strTime = 'Èas';
$strTimeoutInfo = 'Pøedchozí ímport vyèerpal veškerý èas, po dalším odeslání bude import pokraèovat od pozize %d.';
$strTimeoutNothingParsed = 'Bohužel bìhem posledního pokusu nebyla žádná data naètena. Toto obvykle znamená, že phpMyAdmin nebude schopen naèíst tento soubor, pokud nezvýšíte èasové limity v&nbsp;PHP.';
$strTimeoutPassed = 'Limit pro bìh importu vypršel, prosím odešlete formuláø znovu se stejným souborem a import bude pokraèovat.';
$strToggleScratchboard = 'Zobrazit grafický návrh';
$strTotal = 'celkem';
$strTotalUC = 'Celkem';
$strTraditionalChinese = 'Tradièní èínština';
$strTraditionalSpanish = 'Tradièní španìlština';
$strTraffic = 'Provoz';
$strTransactionCoordinator = 'Koordinátor transakcí';
$strTransformation_application_octetstream__download = 'Zobrazí odkaz na stáhnutí dat. První parametr je jméno souboru, druhý jméno sloupce v&nbsp;tabulce obsahující jméno souboru. Pokud zadáte druhý parametr, první musí být prázdný.';
$strTransformation_application_octetstream__hex = 'Zobrazí data šestnáctkovì.';
$strTransformation_image_jpeg__inline = 'Zobrazí náhled obrázku s&nbsp;odkazem na obrázek; parametry šíøka a výška v&nbsp;bodech (pomìr stran obrázku zùstane zachován)';
$strTransformation_image_jpeg__link = 'Zobrazí odkaz na obrázek (napøíklad stáhnutí pole blob).';
$strTransformation_image_png__inline = 'Viz image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Zobrazí datum nebo èas (TIME, TIMESTAMP a DATETIME) podle místního nastavení. První parametr je posun (v&nbsp;hodinách), který bude pøidán k&nbsp;èasu (výchozí je 0). Druhý parametr je formátovací øetìzec pro funkci strftime().';
$strTransformation_text_plain__external = 'JEN PRO LINUX: Spustí externí program, na jeho standardní vstup pošle obsah pole a zobrazí výstup programu. Výchozí je program Tidy, který pìknì zformátuje HTML. Z&nbsp;bezpeènostních dùvodù musíte jména povolených programù zapsat do souboru libraries/transformations/text_plain__external.inc.php. První parametr je èíslo programu, který má být spuštìn a druhý parametr udává parametry tohoto programu. Tøetí parametr urèuje, zda mají být ve výstupu nahrazeny HTML entity (napø. pro zobrazení zdrojového kódu HTML) (výchozí je 1, tedy pøevádìt na entity), ètvrtý (pøi nastavení na 1) zajistí pøidání parametru NOWRAP k&nbsp;vypisovanému textu, èímž se zachová formátování (výchozí je 1).';
$strTransformation_text_plain__formatted = 'Zachová pùvodní formátování sloupce, tak jak je uložen v&nbsp;databázi.';
$strTransformation_text_plain__imagelink = 'Zobrazí obrázek a odkaz z&nbsp;pole obsahujícího odkaz na obrázek. První parametr je prefix URL (napøíklad &bdquo;http://mojedomena.cz/&ldquo;), druhý a tøetí urèuje šíøku a výšku obrázku.';
$strTransformation_text_plain__link = 'Zobrazí odkaz z&nbsp;pole obsahujícího odkaz. První parametr je prefix URL (napøíklad &bdquo;http://mojedomena.cz/&ldquo;), druhý text odkazu.';
$strTransformation_text_plain__sql = 'Zobrazí text jako SQL dotaz se zvýrazòováním syntaxe.';
$strTransformation_text_plain__substr = 'Zobrazí jen èást textu. První parametr je posun od zaèátku (výchozí je 0) a druhý urèuje délku textu, který se má zobrazit, pokud není uveden, bude zobrazen zbytek textu. Tøetí parametr urèuje, jaký text má být pøidán za zkrácený text (výchozí je ...).';
$strTruncateQueries = 'Zobrazit zkrácené dotazy';
$strTurkish = 'Turecky';
$strType = 'Typ';
 
$strUkrainian = 'Ukrajinština';
$strUncheckAll = 'Odškrtnout vše';
$strUnicode = 'Unicode';
$strUnique = 'Unikátní';
$strUnknown = 'neznámý';
$strUnselectAll = 'Odznaèit vše';
$strUnsupportedCompressionDetected = 'Pokusili jste se importovat soubor s&nbsp;nepodporovanou kompresí (%s). Buïto podpora není implementována nebo je vypnuta ve vaší konfiguraci.';
$strUpdatePrivMessage = 'Byla aktualizována oprávnìní pro %s.';
$strUpdateProfileMessage = 'Pøístup byl zmìnìn.';
$strUpdateQuery = 'Aktualizovat dotaz';
$strUpdComTab = 'Podívejte se prosím do dokumentace, jak aktualizovat tabulku s&nbsp;informacemi o&nbsp;sloupcích (tabulka column_comments)';
$strUpgrade = 'Mìli byste aktualizovat %s na verzi %s nebo vyšší.';
$strUploadLimit = 'Pravdìpodobnì jste se pokusili nahrát pøíliš velký soubor. Pøeètìte si prosím %sdokumentaci%s, jak toto omezení obejít.';
$strUsage = 'Používá';
$strUseBackquotes = 'Použít zpìtné uvozovky u&nbsp;jmen tabulek a sloupcù';
$strUsedPhpExtensions = 'Použitá rozšíøení PHP';
$strUseHostTable = 'Použít tabulku s&nbsp;poèítaèi';
$strUserAlreadyExists = 'Uživatel %s již existuje!';
$strUserEmpty = 'Jméno uživatele je prázdné!';
$strUserName = 'Jméno uživatele';
$strUserNotFound = 'Zvolený uživatel nebyl nalezen v&nbsp;tabulce oprávnìní.';
$strUserOverview = 'Pøehled uživatelù';
$strUsersDeleted = 'Vybraní uživatelé byli úspìšnì odstranìni.';
$strUsersHavingAccessToDb = 'Uživatelé mající pøístup k&nbsp;&bdquo;%s&ldquo;';
$strUser = 'Uživatel';
$strUseTabKey = 'Použijte klávesu TAB pro pohyb mezi hodnotami nebo CTRL+šipky po pohyb všemi smìry.';
$strUseTables = 'Použít tabulky';
$strUseTextField = 'Použít textové pole';
$strUseThisValue = 'Použít tuto hodnotu';
 
$strValidateSQL = 'Zkontrolovat SQL';
$strValidatorError = 'SQL validátor nemohl být inicializován. Prosím zkontrolujte, jestli máte požadovaná rozšíøení PHP, která jsou uvedena v&nbsp;%sdokumentaci%s.';
$strValue = 'Hodnota';
$strVar = 'Promìnná';
$strVersionInformation = 'Informace o&nbsp;verzi';
$strViewDumpDatabases = 'Export databází';
$strViewDumpDB = 'Export databáze';
$strViewDump = 'Export tabulky';
$strViewHasBeenDropped = 'Pohled %s byl odstranìn';
$strViewMaxExactCount = 'Tento pohled má více než %d záznamù. Viz %sdokumentace%s.';
$strView = 'Pohled';
 
$strWebServerUploadDirectoryError = 'Adresáø urèený pro upload souborù nemohl být otevøen';
$strWebServerUploadDirectory = 'soubor z&nbsp;adresáøe pro upload';
$strWelcome = 'Vítejte v&nbsp;%s';
$strWestEuropean = 'Západní Evropa';
$strWildcard = 'maska';
$strWindowNotFound = 'Cílové okno prohlížeèe nemohlo být aktualizováno. Možná jste zavøel rodièovské okno, nebo prohlížeè blokuje operace mezi okny z&nbsp;dùvodu bezpeènostních nastavení.';
$strWithChecked = 'Zaškrtnuté:';
$strWriteRequests = 'Požadavkù na ètení';
$strWritingCommentNotPossible = 'Nelze zapsat komentáø';
$strWritingRelationNotPossible = 'Nelze zapsat relaci';
$strWrongUser = 'Špatné uživatelské jméno nebo heslo. Pøístup odepøen.';
 
$strXML = 'XML';
 
$strYes = 'Ano';
 
$strZeroRemovesTheLimit = 'Poznámka: Nastavení tìchto parametrù na 0 (nulu) odstraní omezení.';
$strZip = '&bdquo;zazipováno&ldquo;';
 
?>
/Web/Maintenance/phpMyAdmin/lang/danish-iso-8859-1.inc.php
0,0 → 1,975
<?php
/* $Id: danish-iso-8859-1.inc.php,v 2.135.2.3 2006/03/23 17:42:11 lem9 Exp $ */ /* Dansk v 2.136 (english 2.130) 10/02-2006 00:00:00 - oversætter AlleyKat kan kontaktes på < phpmyadmin (at) phpbb2.dk > */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// forkortelser for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør');
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec');
// Se http://www.php.net/manual/en/function.strftime.php
// for at definere variablen herunder
$datefmt = '%d/%m %Y kl. %H:%M:%S';
$timespanfmt = '%s dage, %s timer, %s minutter og %s sekunder';
 
$strAbortedClients = 'Afbrudt';
$strAbsolutePathToDocSqlDir = 'Indtast venligst absolut sti på webserveren til docSQL mappen';
$strAccessDenied = 'Adgang Nægtet';
$strAccessDeniedCreateConfig = 'Sandsynlig årsag til dette er at du ikke har oprettet en konfigurationsfil. Du kan bruge %1$ssetupscriptet%2$s til at oprette en.';
$strAccessDeniedExplanation = 'phpMyAdmin forsøgte at forbinde til MySQL-serveren, og serveren afviste forbindelsen. Du bør tjekke host, brugernavn og kodeord i config.inc.php og sikre dig at de svarer til den information du har fået af administratoren af MySQL-serveren.';
$strAction = 'Handling';
$strAddAutoIncrement = 'Tilføj AUTO_INCREMENT værdi';
$strAddConstraints = 'Tilføj begrænsninger';
$strAddDeleteColumn = 'Tilføj/Slet felt-kolonne';
$strAddDeleteRow = 'Tilføj/Slet kriterie-række';
$strAddDropDatabase = 'Tilføj DROP DATABASE';
$strAddedColumnComment = 'Tilføjet kommentar til kolonne';
$strAddedColumnRelation = 'Tilføjet relation til kolonne';
$strAddFields = 'Tilføj %s felt(er)';
$strAddHeaderComment = 'Tilføj tilpassede kommentarer i headeren (\\n deler linjer)';
$strAddIfNotExists = 'Tilføj IF NOT EXISTS';
$strAddIntoComments = 'Tilføj til kommentarer';
$strAddNewField = 'Tilføj nyt felt';
$strAddPrivilegesOnDb = 'Tilføj privilegier på følgende database';
$strAddPrivilegesOnTbl = 'Tilføj privileges på følgende tabel';
$strAddSearchConditions = 'Tilføj søgekriterier (kroppen af "WHERE" sætningen):';
$strAddToIndex = 'Føj til indeks &nbsp;%s&nbsp;kolonne(r)';
$strAddUser = 'Tilføj en ny bruger';
$strAddUserMessage = 'Du har tilføjet en ny bruger.';
$strAdministration = 'Administration';
$strAffectedRows = 'Berørte rækker:';
$strAfter = 'Efter %s';
$strAfterInsertBack = 'Tilbage til foregående side';
$strAfterInsertNewInsert = 'Indsæt endnu en ny række';
$strAfterInsertNext = 'Redigér næste række';
$strAfterInsertSame = 'Gå tilbage til denne side';
$strAll = 'Alle';
$strAllowInterrupt = 'Tillad afbrydelse af import hvis scriptet er tæt på tidsgrænsen. Dette kan være en god metode til at importere større filer, men kan knække transaktioner.';
$strAllTableSameWidth = 'vis alle tabeller med samme bredde?';
$strAlterOrderBy = 'Arrangér tabelrækkefølge efter';
$strAnalyzeTable = 'Analysér tabel';
$strAnd = 'Og';
$strAndThen = 'og derefter';
$strAnIndex = 'Der er tilføjet et indeks til %s';
$strAny = 'Enhver';
$strAnyHost = 'Enhver vært';
$strAnyUser = 'Enhver bruger';
$strApproximateCount = 'Kan være anslået. Se FAQ 3.11';
$strAPrimaryKey = 'En primær nøgle er blevet tilføjet til %s';
$strArabic = 'Arabisk';
$strArmenian = 'Armensk';
$strAscending = 'Stigende';
$strAtBeginningOfTable = 'I begyndelsen af tabel';
$strAtEndOfTable = 'I slutningen af tabel';
$strAttr = 'Attributter';
$strAutodetect = 'Fastslå automatisk';
$strAutomaticLayout = 'Automatisk layout';
 
$strBack = 'Tilbage';
$strBaltic = 'Baltisk';
$strBeginCut = 'BEGYND KLIP';
$strBeginRaw = 'BEGYND RÅ';
$strBinary = ' Binært ';
$strBinaryDoNotEdit = ' Binært - må ikke ændres ';
$strBinaryLog = 'Binær log';
$strBinLogEventType = 'Hændelsestype';
$strBinLogInfo = 'Information';
$strBinLogName = 'Lognavn';
$strBinLogOriginalPosition = 'Original position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server ID';
$strBookmarkAllUsers = 'Lad alle brugere bruge dette bogmærke';
$strBookmarkCreated = 'Bogmærke %s oprettet';
$strBookmarkDeleted = 'Bogmærket er fjernet.';
$strBookmarkLabel = 'Mærke';
$strBookmarkQuery = 'SQL-forespørgsel med bogmærke';
$strBookmarkReplace = 'Erstat eksisterende bogmærke af samme navn';
$strBookmarkThis = 'Lav bogmærke til denne SQL-forespørgsel';
$strBookmarkView = 'Kun oversigt';
$strBrowse = 'Vis';
$strBrowseDistinctValues = 'Gennemse bestemte værdier';
$strBrowseForeignValues = 'Bladr i fremmede værdier';
$strBufferPoolActivity = 'Buffer Pool Aktivitet';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Buffer Pool Forbrug';
$strBufferReadMissesInPercent = 'Read misses i %';
$strBufferReadMisses = 'Read misses';
$strBufferWriteWaitsInPercent = 'Write waits i %';
$strBufferWriteWaits = 'Write waits';
$strBulgarian = 'Bulgarsk';
$strBusyPages = 'Travle sider';
$strBzError = 'phpMyAdmin kunne ikke komprimere dumpet på grund af en ødelagt Bz2 extension i denne PHP version. Det anbefales kraftigt at sætte <code>$cfg[\'BZipDump\']</code> direktivet i din phpMyAdmin konfigurationsfil til <code>FALSE</code>. Hvis du vil bruge Bz2 komprimeringsfeatures, bør du opdatere til en nyere PHP version. Se PHP bug report %s for detaljer.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Kunne ikke indlæse import plugins, check venligst din installation!';
$strCannotLogin = 'Kan ikke logge ind på MySQL-serveren';
$strCantLoad = 'Kan ikke indlæse [a@http://php.net/%1$s@Dokumentation][em]%1$s[/em][/a] udvidelsen. Tjek venligst din PHP konfiguration.';
$strCantLoadRecodeIconv = 'Kan ikke indlæse iconv eller omkode nødvendig udvidelse til tegnsæt-konvertering, konfigurer php til at tillade brug af disse udvidelser eller slå tegnsæt-konvertering fra i phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kan ikke omdøbe indeks til PRIMARY!';
$strCantUseRecodeIconv = 'Kan ikke bruge iconv ejheller libiconv eller recode_string funktionen omend udvidelsen ser ud til at være indlæst. Check din php-konfiguration.';
$strCardinality = 'Kardinalitet';
$strCaseInsensitive = 'ingen forskel på store/små bogstaver';
$strCaseSensitive = 'forskel på store/små bogstaver';
$strCentralEuropean = 'Centraleuropæisk';
$strChange = 'Ændre';
$strChangeCopyModeCopy = '... behold den gamle.';
$strChangeCopyMode = 'Opret en bruger med samme privilegier og ...';
$strChangeCopyModeDeleteAndReload = ' ... slet den gamle fra brugertabellerne og genindlæs privilegierne efterfølgende.';
$strChangeCopyModeJustDelete = ' ... slet den gamle fra brugertabellerne.';
$strChangeCopyModeRevoke = ' ... tilbagekald alle aktive privilegier fra den gamle og slet den efterfølgende.';
$strChangeCopyUser = 'Ret Login-information / Kopiér bruger';
$strChangeDisplay = 'Vælg felt der skal vises';
$strChangePassword = 'Ændre kodeord';
$strCharset = 'Tegnsæt';
$strCharsetOfFile = 'Tegnsæt for filen:';
$strCharsetsAndCollations = 'Tegnsæt og kollationer (Collations)';
$strCharsets = 'Tegnsæt';
$strCheckAll = 'Afmærk alt';
$strCheckOverhead = 'Check tabeller der har overhead';
$strCheckPrivs = 'Check Privilegier';
$strCheckPrivsLong = 'Check privilegier for database &quot;%s&quot;.';
$strCheckTable = 'Tjek tabel';
$strChoosePage = 'Vælg en side der skal redigeres';
$strColComFeat = 'Viser kolonne-kommentarer';
$strCollation = 'Kollation (Collation)';
$strColumnNames = 'Kolonnenavne';
$strColumnPrivileges = 'Kolonne-specifikke privilegier';
$strCommand = 'Kommando';
$strComments = 'Kommentarer';
$strCommentsForTable = 'COMMENTS FOR TABLE (tabel-kommentarer)';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Komplette inserts';
$strCompression = 'Komprimering';
$strCompressionWillBeDetected = 'Importeret fil-komprimering vil blive automatisk registreret fra: %s';
$strConfigDefaultFileError = 'Kunne ikke indlæse standardkonfiguration fra: \"%1$s\"';
$strConfigFileError = 'phpMyAdmin kunne ikke læse din konfigurationsfil!<br />Dette kan ske hvis php finder en parser-fejl i den, eller php kan ikke finde filen.<br />Kald konfigurationsfilen direkte fra nedenstående link og læs de(n) phpfejlmeddelse(r) du får. I de fleste tilfælde mangler der et anførselstegn eller et semikolon et sted.<br />Hvis du får en blank side, er alt i orden.';
$strConfigureTableCoord = 'Konfigurér venligst koordinaterne for tabel %s';
$strConnectionError = 'Kan ikke forbinde: ugyldige indstillinger.';
$strConnections = 'Forbindelser';
$strConstraintsForDumped = 'Begrænsninger for dumpede tabeller';
$strConstraintsForTable = 'Begrænsninger for tabel';
$strCookiesRequired = 'Herefter skal cookies være slået til.';
$strCopy = 'Kopi';
$strCopyDatabaseOK = 'Database %s er blevet kopieret til %s';
$strCopyTable = 'Kopier tabel til (database<b>.</b>tabel):';
$strCopyTableOK = 'Tabellen %s er nu kopieret til: %s.';
$strCopyTableSameNames = 'Kan ikke kopiere tabellen til den samme!';
$strCouldNotKill = 'phpMyAdmin kunne ikke dræbe tråden %s. Den er sandsynligvis allerede lukket.';
$strCreate = 'Opret';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE før kopiering';
$strCreateIndex = 'Dan et indeks på&nbsp;%s&nbsp;kolonner';
$strCreateIndexTopic = 'Lav et nyt indeks';
$strCreateNewDatabase = 'Opret ny database';
$strCreateNewTable = 'Opret ny tabel i database %s';
$strCreatePage = 'Opret en ny side';
$strCreatePdfFeat = 'Oprettelse af PDFer';
$strCreationDates = 'Oprettet/Opdateret/Check datoer';
$strCriteria = 'Kriterier';
$strCroatian = 'Kroatisk';
$strCSV = 'CSV (kommasepareret)';
$strCSVImportOptions = 'CSV indstillinger';
$strCSVOptions = 'CSV-indstillinger';
$strCyrillic = 'Kyrillisk';
$strCzech = 'Tjekkisk';
$strCzechSlovak = 'Tjekkisk-Slovakisk';
 
$strDanish = 'Dansk';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Databasenavnet er tomt!';
$strDatabaseExportOptions = 'Database eksportindstillinger';
$strDatabaseHasBeenDropped = 'Database %s er slettet.';
$strDatabaseNoTable = 'Denne database indeholder ikke nogen tabel!';
$strDatabases = 'Databaser';
$strDatabasesDropped = '%s databaser er blevet droppet korrekt.';
$strDatabasesStats = 'Databasestatistik';
$strDatabasesStatsDisable = 'Slå Statistikker fra';
$strDatabasesStatsEnable = 'Slå Statistikker til';
$strDatabasesStatsHeavyTraffic = 'Bemærk: At slå databasestatistikkerne til her kan forårsage tung trafik mellem webserveren og MySQL-serveren.';
$strData = 'Data';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Kun data';
$strDataPages = 'Sider der indeholder data';
$strDBComment = 'Databasekommentar: ';
$strDBCopy = 'Kopiér database til';
$strDBGContext = 'Sammenhæng';
$strDBGContextID = 'Sammenhæng-ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Linje';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/Hit, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Database-specifikke privilegier';
$strDBRename = 'Omdøb database til';
$strDbSpecific = 'database-specifik';
$strDefault = 'Standardværdi';
$strDefaultEngine = '%s er standard datalageret på denne MySQL-server.';
$strDefaultValueHelp = 'For standardværdier, indtast venligst kun en enkelt værdi, uden backslash escaping eller quotes, ud fra følgende format: a';
$strDefragment = 'Defragmentér tabel';
$strDelayedInserts = 'Brug forsinkede indsættelser';
$strDeleteAndFlush = 'Slet brugerne og genindlæs privilegier bagefter.';
$strDeleteAndFlushDescr = 'Dette er den sikreste metode, men genindlæsning af privilegierne kan tage noget tid.';
$strDelete = 'Slet';
$strDeletedRows = 'Slettede rækker:';
$strDeleted = 'Rækken er slettet!';
$strDeleteNoUsersSelected = 'Ingen brugere valgt til sletning!';
$strDeleting = 'Sletter %s';
$strDelOld = 'Nuværende side har referencer til tabeller der ikke længere eksisterer. Vil du slette disse referencer?';
$strDescending = 'Faldende';
$strDescription = 'Beskrivelse';
$strDictionary = 'ordbog';
$strDirtyPages = 'Beskidte sider';
$strDisabled = 'Slået fra';
$strDisableForeignChecks = 'Slå fremmednøgle-checks fra';
$strDisplayFeat = 'Vis muligheder';
$strDisplayOrder = 'Rækkefølge af visning:';
$strDisplayPDF = 'Vis PDF skematik';
$strDoAQuery = 'Kør en forespørgsel på felter (jokertegn: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Er du sikker på at du vil ';
$strDropDatabaseStrongWarning = 'Du er ved at DESTRUERE en komplet database!';
$strDrop = 'Slet';
$strDropUsersDb = 'Drop databaser der har samme navne som brugernes.';
$strDumpingData = 'Data dump for tabellen';
$strDumpSaved = 'Dump er blevet gemt i filen %s.';
$strDumpXRows = 'Dump %s rækker startende med række %s.';
$strDynamic = 'dynamisk';
 
$strEdit = 'Ret';
$strEditPDFPages = 'Redigér PDF-sider';
$strEditPrivileges = 'Ret privilegier';
$strEffective = 'Effektiv';
$strEmpty = 'Tøm';
$strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen rækker).';
$strEnabled = 'Slået til';
$strEncloseInTransaction = 'Inkludér eksport i en transaktion';
$strEndCut = 'SLUT KLIP';
$strEnd = 'Slut';
$strEndRaw = 'SLUT RÅ';
$strEngineAvailable = '%s er tilgængelig på denne MySQL-server.';
$strEngineDisabled = '%s er slået fra på denne MySQL-server.';
$strEngines = 'Lagre';
$strEngineUnsupported = 'Denne MySQL-server understøtter ikke %s datalager.';
$strEnglish = 'Engelsk';
$strEnglishPrivileges = ' NB: Navne på MySQL privilegier er på engelsk ';
$strError = 'Fejl';
$strErrorInZipFile = 'Fejl i ZIP arkiv:';
$strEscapeWildcards = 'Jokertegn _ og % skal være escaped med en \ foran for at bruge dem bogstaveligt';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estisk';
$strExcelEdition = 'Excel-udgave';
$strExcelOptions = 'Excel-indstillinger';
$strExecuteBookmarked = 'Udfør forespørgsel iflg. bogmærke';
$strExplain = 'Forklar SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Udvidede inserts';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Mislykkede forsøg';
$strField = 'Feltnavn';
$strFieldHasBeenDropped = 'Felt %s er slettet';
$strFieldsEmpty = ' Felttallet har ingen værdi! ';
$strFieldsEnclosedBy = 'Felter indrammet med';
$strFieldsEscapedBy = 'Felter escaped med';
$strFields = 'Felter';
$strFieldsTerminatedBy = 'Felter afsluttet med';
$strFileAlreadyExists = 'Filen %s findes allerede på serveren, ændr filnavn eller tillad at der overskrives.';
$strFileCouldNotBeRead = 'Filen kunne ikke læses';
$strFileNameTemplateDescriptionDatabase = 'databasenavn';
$strFileNameTemplateDescriptionServer = 'servernavn';
$strFileNameTemplateDescriptionTable = 'tabelnavn';
$strFileNameTemplateDescription = 'Denne værdi fortolkes via %1$sstrftime%2$s, så du kan bruge tidsformatterede strenge. Ydermere vil følgende transformationer foregå: %3$s. Anden tekst vil blive bevaret som det er.';
$strFileNameTemplate = 'Skabelon for filnavn';
$strFileNameTemplateRemember = 'husk skabelonen';
$strFileToImport = 'Fil til import';
$strFixed = 'ordnet';
$strFlushPrivilegesNote = 'Bemærk: phpMyAdmin henter brugernes privilegier direkte fra MySQLs privilegietabeller. Indholdet af disse tabeller kan være forskelligt fra privilegierne serveren bruger hvis der er lavet manuelle ændringer i den. Hvis det er tilfældet, bør du %sgenindlæse privilegierne%s før du fortsætter.';
$strFlushQueryCache = 'Flush forespørgsel-mellemlager (query cache)';
$strFlushTable = 'Flush tabellen ("FLUSH")';
$strFlushTables = 'Flush (luk) alle tabeller';
$strFormat = 'Format';
$strFormEmpty = 'Ingen værdi i formularen !';
$strFreePages = 'Frie sider';
$strFullText = 'Komplette tekster';
$strFunction = 'Funktion';
 
$strGenBy = 'Genereret af';
$strGeneralRelationFeat = 'Generelle relationsmuligheder';
$strGenerate = 'Generér';
$strGeneratePassword = 'Generér Kodeord';
$strGenTime = 'Genereringstid';
$strGeorgian = 'Georgisk';
$strGerman = 'Tysk';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale privilegier';
$strGlobalValue = 'Global værdi';
$strGo = 'Udfør';
$strGrantOption = 'Tildel';
$strGreek = 'Græsk';
$strGzip = '"gzipped"';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'er ændret.';
$strHasBeenCreated = 'er oprettet.';
$strHaveToShow = 'Du skal vælge mindst en kolonne der skal vises';
$strHebrew = 'Hebræisk';
$strHexForBinary = 'Brug hexadecimal til binære felter';
$strHome = 'Hjem';
$strHomepageOfficial = 'Officiel phpMyAdmin hjemmeside ';
$strHostEmpty = 'Der er intet værtsnavn!';
$strHost = 'Vært';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 eksportindstillinger';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 eksportindstillinger';
$strHungarian = 'Ungarsk';
 
$strIcelandic = 'Islandsk';
$strId = 'ID';
$strIdxFulltext = 'Fuldtekst';
$strIgnoreDuplicates = 'Ignorér gentagne rækker';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Brug ignorér inserts';
$strIgnoringFile = 'Ignorerer fil %s';
$strImportDocSQL = 'Importer docSQL Filer';
$strImportFiles = 'Importér filer';
$strImportFormat = 'Format på importeret fil';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'Import er korrekt gennemført, %d forespørgsler udført.';
$strIndexes = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s er blevet slettet';
$strIndex = 'Indeks';
$strIndexName = 'Indeksnavn&nbsp;:';
$strIndexType = 'Indekstype&nbsp;:';
$strIndexWarningMultiple = 'Mere end en %s nøgle blev skabt for kolonne `%s`';
$strIndexWarningPrimary = 'PRIMARY og INDEX nøgler burde ikke begge være sat for kolonne `%s`';
$strIndexWarningTable = 'Problemer med indeksene på tabel `%s`';
$strIndexWarningUnique = 'UNIQUE og INDEX nøgler burde ikke begge være sat for kolonne `%s`';
$strInnoDBAutoextendIncrement = 'Autoextend forøgelse';
$strInnoDBAutoextendIncrementDesc = ' Størrelsen på den udvidelse der vil forekomme, når pladsen i en autoudvidende tabel udvides fordi den løber fuld.';
$strInnoDBBufferPoolSize = 'Buffer pool størrelse';
$strInnoDBBufferPoolSizeDesc = 'Størrelse på memorybufferen InnoDB bruger til at cache data og indeks på dets tabeller.';
$strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDir = 'Data hovedmappe';
$strInnoDBDataHomeDirDesc = 'Den fælles del af stien til mappen med alle InnoDB datafiler.';
$strInnoDBPages = 'sider';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Din konfigurationsfil indeholder indstillinger (root og uden kodeord) som svarer til en standard MySQL priviligeret brugerkonto. Din MySQL server kører med denne standardindstilling, <u>er åben for indtrængen</u>, og du bør virkelig gøre noget ved dette sikkerhedshul.';
$strInsertAsNewRow = 'Indsæt som ny række';
$strInsertedRowId = 'Indsat række-id:';
$strInsertedRows = 'Indsatte rækker:';
$strInsert = 'Indsæt';
$strInsertNewRow = 'Indsæt ny række';
$strInternalNotNecessary = '* En intern relation er ikke nødvendig når den også eksisterer i InnoDB.';
$strInternalRelations = 'Interne relationer';
$strInUse = 'i brug';
$strInvalidAuthMethod = 'Ugyldig autorisationsmetode sat i konfiguration:';
$strInvalidColumnCount = 'Kolonnetælling skal være større end nul.';
$strInvalidColumn = 'Ugyldig kolonne (%s) specificeret!';
$strInvalidCSVFieldCount = 'Ugyldigt feltantal i CSV-input på linie %d.';
$strInvalidCSVFormat = 'Ugyldigt format for CSV-input på linie %d.';
$strInvalidCSVParameter = 'Ugyldigt parameter for CSV-import: %s';
$strInvalidFieldAddCount = 'Du skal tilføje mindst ét felt.';
$strInvalidFieldCount = 'Tabellen skal indeholde mindst ét felt.';
$strInvalidLDIImport = 'Denne plugin understøtter ikke komprimerede importer!';
$strInvalidRowNumber = '%d er ikke gyldigt rækkenummer.';
$strInvalidServerHostname = 'Ugyldigt hostnavn for server %1$s. Gennemgå venligst din konfiguration.';
$strInvalidServerIndex = 'Ugyldigt server indeks: \"%s\"';
 
$strJapanese = 'Japansk';
$strJoins = 'Joins';
$strJumpToDB = 'Hop til database &quot;%s&quot;.';
$strJustDeleteDescr = 'De &quot;slettede&quot; brugere kan stadig tilgå serveren som de plejer indtil privilegierne genindlæses.';
$strJustDelete = 'Bare slet brugerne fra privilegietabellerne.';
 
$strKeepPass = 'Kodeord må ikke ændres';
$strKeyCache = 'Nøglemellemlager (key cache)';
$strKeyname = 'Nøglenavn';
$strKill = 'Dræb (Kill)';
$strKorean = 'Koreansk';
 
$strLandscape = 'Liggende';
$strLanguageFileNotFound = 'Sprogfil \"%1$s\" ikke fundet.';
$strLanguageUnknown = 'Ukendt sprog: %1$s.';
$strLatchedPages = 'Eksklusivt låste (latched) sider';
$strLatexCaption = 'Tabeloverskrift';
$strLatexContent = 'Indhold af tabel __TABLE__';
$strLatexContinuedCaption = 'Fortsat tabeloverskrift';
$strLatexContinued = '(fortsættes)';
$strLatexIncludeCaption = 'Inkluder tabeloverskrift';
$strLatexLabel = 'Mærke nøgle';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX indstillinger';
$strLatexStructure = 'Struktur for tabel __TABLE__';
$strLatvian = 'Lettisk';
$strLDI = 'CSV vha. LOAD DATA';
$strLDIImportOptions = 'Indstillinger for CSV import via LOAD DATA';
$strLDILocal = 'Brug LOCAL nøgleord';
$strLengthSet = 'Længde/Værdi*';
$strLimitNumRows = 'poster pr. side';
$strLinesTerminatedBy = 'Linjer afsluttet med';
$strLinkNotFound = 'Link ikke fundet';
$strLinksTo = 'Linker til';
$strLithuanian = 'Litauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Tekstfilens placering';
$strLoginInformation = 'Login-information';
$strLogin = 'Login';
$strLogout = 'Log af';
$strLogPassword = 'Kodeord:';
$strLogServer = 'Server';
$strLogUsername = 'Brugernavn:';
$strLongOperation = 'Denne operation kan tage lang tid. Fortsæt alligevel?';
 
$strMaxConnects = 'maks. samtidige forbindelser';
$strMaximalQueryLength = 'Maksimal længde på oprettet forespørgsel';
$strMaximumSize = 'Maksimum størrelse: %s%s';
$strMbExtensionMissing = 'PHP-udvidelsen mbstring blev ikke fundet og du ser ud til at bruge et multibyte tegnsæt. Uden mbstring-udvidelsen er phpMyAdmin ude af stand til at opdele strenge korrekt og dette kan forårsage uventede resultater';
$strMbOverloadWarning = 'Du har mbstring.func_overload slået til i din PHP-konfiguration. Denne indstilling er ikke kompatibel med phpMyAdmin og kan forårsage ødelæggelse af nogle data!';
$strMIME_available_mime = 'Tilgængelige MIME-typer';
$strMIME_available_transform = 'Tilgængelige transformationer';
$strMIME_description = 'Beskrivelse';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'Der er ingen beskrivelse af denne transformation.<br />Spørg venligst forfatteren, hvad %s gør.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For en liste over mulige transformationsindstillinger og deres MIME-type transformationer, klik på %stransformationsbeskrivelser%s';
$strMIME_transformation_options_note = 'Indtast værdier for transformationsindstillinger ud fra følgende format: \'a\',\'b\',\'c\'...<br />Skulle du få brug for at indsætte en backslash ("\") eller en apostrof ("\'") i værdierne, backslash det (for eksempel \'\\\\xyz\' eller \'a\\\'b\').';
$strMIME_transformation_options = 'Transformationsindstillinger';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE (MIME-typer for tabellen)';
$strMIME_without = 'MIME-typer skrevet med kursiv har ikke en separat transformationsfunktion';
$strModifications = 'Rettelserne er gemt!';
$strModifyIndexTopic = 'Ændring af et indeks';
$strModify = 'Ret';
$strMoveTable = 'Flyt tabel til (database<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s er flyttet til %s.';
$strMoveTableSameNames = 'Kan ikke flytte tabellen til den samme!';
$strMultilingual = 'flersproget';
$strMyISAMDataPointerSize = 'Data pointer størrelse';
$strMyISAMDataPointerSizeDesc = 'Standard pointerstørrelse i bytes, til brug ved CREATE TABLE for MyISAM tabeller når der ikke er specificeret nogen MAX_ROWS indstilling.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Hvis den midlertidige fil der bruges til hurtig MyISAM indeks-oprettelse ville være større end ved brug af key cache med størrelsen angivet her, foretræk key cache-metoden.';
$strMyISAMMaxExtraSortFileSize = 'Maksimal størrelse for midlertidige filer ved oprettelse af indeks';
$strMyISAMMaxSortFileSizeDesc = 'Maksimal størrelse for den midlertidige fil MySQL har lov til at bruge under genetablering af et MyISAM indeks (under REPAIR TABLE, ALTER TABLE, eller LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksimal størrelse for midlertidige sorteringsfiler';
$strMyISAMRecoverOptions = 'Automatisk genopretnings-modus';
$strMyISAMRecoverOptionsDesc = 'Modus for automatisk genetablering af crashede MyISAM tabeller, som sat via --myisam-recover server opstartsindstillingen.';
$strMyISAMRepairThreadsDesc = 'Hvis denne værdi er større end 1, oprettes MyISAM tabel-indeks parallelt (hvert indeks i dets egen tråd) under Reparation ved sortering-processen.';
$strMyISAMRepairThreads = 'Reparér tråde';
$strMyISAMSortBufferSizeDesc = 'Bufferen der allokeres ved sortering af MyISAM indeks under en REPAIR TABLE eller når indeks oprettes med CREATE INDEX eller ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sorterings-bufferstørrelse';
$strMySQLCharset = 'MySQL Tegnsæt';
$strMysqlClientVersion = 'MySQL klientversion';
$strMySQLConnectionCollation = 'MySQL forbindelses-sammenkøring';
$strMySQLSaid = 'MySQL returnerede: ';
$strMySQLShowProcess = 'Vis tråde';
$strMySQLShowStatus = 'Vis MySQL runtime-information';
$strMySQLShowVars = 'Vis MySQL systemvariabler';
 
$strName = 'Navn';
$strNext = 'Næste';
$strNoActivity = 'Ingen aktivitet i de seneste %s sekunder eller mere, log venligst ind igen';
$strNoDatabases = 'Ingen databaser';
$strNoDatabasesSelected = 'Ingen databaser valgt.';
$strNoDescription = 'ingen beskrivelse';
$strNoDetailsForEngine = 'Der er ingen detaljerede statusinformationer tilgængelige for dette datalager.';
$strNoDropDatabases = '"DROP DATABASE" erklæringer kan ikke bruges.';
$strNoExplain = 'Spring over Forklar SQL';
$strNoFilesFoundInZip = 'Ingen filer fundet i ZIP arkivet!';
$strNoFrames = 'phpMyAdmin er mere brugervenlig med en browser, der kan klare <b>frames</b>.';
$strNoIndex = 'Intet indeks defineret!';
$strNoIndexPartsDefined = 'Ingen dele af indeks er defineret!';
$strNoModification = 'Ingen ændring';
$strNone = 'Intet';
$strNo = 'Nej';
$strNoOptions = 'Dette format har ingen indstillinger';
$strNoPassword = 'Intet kodeord';
$strNoPermission = 'Webserveren har ikke tilladelse til at gemme filen %s.';
$strNoPhp = 'uden PHP-kode';
$strNoPrivileges = 'Ingen privilegier';
$strNoRights = 'Du har ikke tilstrækkelige rettigheder til at være her!';
$strNoRowsSelected = 'Ingen rækker valgt';
$strNoSpace = 'Utilstrækkeligt plads til at gemme filen %s.';
$strNoTablesFound = 'Ingen tabeller fundet i databasen.';
$strNoThemeSupport = 'Ingen tema/layout-understøttelse, tjek venligst din konfiguration og/eller dine temaer i mappen %s.';
$strNothingToImport = 'Du har ikke angivet nogen data der skal importeres!';
$strNotNumber = 'Dette er ikke et tal!';
$strNotOK = 'ikke OK';
$strNotSet = 'Tabel <b>%s</b> findes ikke eller er ikke sat i %s';
$strNoUsersFound = 'Ingen bruger(e) fundet.';
$strNoValidateSQL = 'Spring over Validér SQL';
$strNull = 'Nulværdi';
$strNumberOfFields = 'Antal felter';
$strNumSearchResultsInTable = '%s hit(s) i tabel <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> hit(s)';
$strNumTables = 'Tabeller';
 
$strOK = 'OK';
$strOpenNewWindow = 'Åbn nyt phpMyAdmin vindue';
$strOperations = 'Operationer';
$strOperator = 'Operatør';
$strOptimizeTable = 'Optimer tabel';
$strOr = 'Eller';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overskriv eksisterende fil(er)';
 
$strPageNumber = 'Side nummer:';
$strPagesToBeFlushed = 'Sider der står til at blive tømt';
$strPaperSize = 'Papirstørrelse';
$strPartialImport = 'Delvis import';
$strPartialText = 'Delvise tekster';
$strPasswordChanged = 'Kodeordet for %s blev korrekt udskiftet.';
$strPasswordEmpty = 'Der er ikke angivet noget kodeord!';
$strPasswordHashing = 'Kodeord Hashing';
$strPasswordNotSame = 'De to kodeord er ikke ens!';
$strPassword = 'Kodeord';
$strPdfDbSchema = 'Skematik for databasen "%s" - Side %s';
$strPdfInvalidTblName = 'Tabellen "%s" findes ikke!';
$strPdfNoTables = 'Ingen tabeller';
$strPDFOptions = 'PDF-indstillinger';
$strPDF = 'PDF';
$strPDFReportTitle = 'Rapporttitel';
$strPerHour = 'pr. time';
$strPerMinute = 'pr. minut';
$strPerSecond = 'pr. sekund';
$strPersian = 'Persisk';
$strPhoneBook = 'telefonbog';
$strPHP40203 = 'Du bruger PHP 4.2.3, som har en alvorlig fejl med multi-byte strenge (mbstring). Se PHP bug report 19404. Denne version af PHP kan ikke anbefales at bruge med phpMyAdmin.';
$strPhp = 'Fremstil PHP-kode';
$strPHPVersion = 'PHP version';
$strPmaDocumentation = 'phpMyAdmin dokumentation';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktivet SKAL være sat i din konfigurationsfil!';
$strPolish = 'Polsk';
$strPortrait = 'Stående';
$strPos1 = 'Start';
$strPrevious = 'Forrige';
$strPrimaryKeyHasBeenDropped = 'Primærnøglen er slettet';
$strPrimaryKeyName = 'Navnet på primærnøglen skal være... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>skal</b> være navnet på og <b>kun på</b> en primær nøgle!)';
$strPrimary = 'Primær';
$strPrint = 'Print';
$strPrintViewFull = 'Udskrift-visning (med fulde tekster)';
$strPrintView = 'Vis (udskriftvenlig)';
$strPrivDescAllPrivileges = 'Inkluderer alle privilegier pånær GRANT.';
$strPrivDescAlter = 'Tillader ændring af strukturen på eksisterende tabeller.';
$strPrivDescAlterRoutine = 'Tillader ændring og sletning af gemte rutiner.';
$strPrivDescCreateDb = 'Tillader oprettelse af nye databaser og tabeller.';
$strPrivDescCreateRoutine = 'Tillader oprettelse af gemte rutiner.';
$strPrivDescCreateTbl = 'Tillader oprettelse af nye tabeller.';
$strPrivDescCreateTmpTable = 'Tillader oprettelse af midlertidige tabeller.';
$strPrivDescCreateUser = 'Tillader oprettelse, sletning og omdøbning af brugerkonti.';
$strPrivDescCreateView = 'Tillader oprettelse af nye Allows creating new views.';
$strPrivDescDelete = 'Tillader sletning af data.';
$strPrivDescDropDb = 'Tillader at droppe databaser og tabeller.';
$strPrivDescDropTbl = 'Tillader at droppe tabeller.';
$strPrivDescExecute5 = 'Tillader udførelse af gemte rutiner.';
$strPrivDescExecute = 'Tillader kørsel af gemte procedurer; Har ingen effekt i denne MySQL-version.';
$strPrivDescFile = 'Tillader import af data fra og eksport af data til filer.';
$strPrivDescGrant = 'Tillader oprettelse af brugere og privilegier uden at genindlæse privilegie-tabellerne.';
$strPrivDescIndex = 'Tillader at skabe og droppe indeks.';
$strPrivDescInsert = 'Tillader indsættelse og erstatning af data.';
$strPrivDescLockTables = 'Tillader låsning af tabeller for nuværende tråd.';
$strPrivDescMaxConnections = 'Begrænser antallet af nye forbindelser brugeren må åbne pr. time.';
$strPrivDescMaxQuestions = 'Begrænser antallet af forespørgsler brugeren må sende til serveren pr. time.';
$strPrivDescMaxUpdates = 'Begrænser antallet af kommandoer som ændrer enhver tabel eller database brugeren må udføre pr. time.';
$strPrivDescMaxUserConnections = 'Begrænser antallet af samtidige forbindelser brugere må have.';
$strPrivDescProcess3 = 'Tillader at dræbe andre brugeres processer.';
$strPrivDescProcess4 = 'Tillader at se komplette forespørgsler i proceslisten.';
$strPrivDescReferences = 'Har ingen effekt i denne MySQL version.';
$strPrivDescReload = 'Tillader genindlæsning af serverindstillinger og tømning af caches.';
$strPrivDescReplClient = 'Giver brugeren rettigheder til at spørge hvor Slaves / Masters er.';
$strPrivDescReplSlave = 'Nødvendigt for replikationsslaverne.';
$strPrivDescSelect = 'Tillader læsning af data.';
$strPrivDescShowDb = 'Giver adgang til den fuldstændige liste over databaser.';
$strPrivDescShowView = 'Tillader udførelse af SHOW CREATE VIEW forespørgsler.';
$strPrivDescShutdown = 'Tillader nedlukning af serveren.';
$strPrivDescSuper = 'Tillader forbindelse, selv hvis maksimalt antal forbindelser er nået; Nødvendigt for de fleste administrative operationer som indstilling af globale variabler eller for at dræbe andre brugeres tråde.';
$strPrivDescUpdate = 'Tillader ændring af data.';
$strPrivDescUsage = 'Ingen privilegier.';
$strPrivileges = 'Privilegier';
$strPrivilegesReloaded = 'Privilegierne blev korrekt genindlæst.';
$strProcesslist = 'Procesliste';
$strProtocolVersion = 'Protokolversion';
$strPutColNames = 'Indsæt feltnavne i første række';
 
$strQBEDel = 'Del (Slet)';
$strQBEIns = 'Ins(Indsæt)';
$strQBE = 'Foresp. via eks.';
$strQueryCache = 'Forespørgsel-mellemlager';
$strQueryFrame = 'Foresp. vindue';
$strQueryOnDb = 'SQL-forespørgsel til database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historik';
$strQueryStatistics = '<b>Forespørgselsstatistikker</b>: Siden opstarten er der blevet sendt %s forespørgsler til serveren.';
$strQueryTime = 'Forepørgsel tog %01.4f sek';
$strQueryType = 'Forespørgselstype';
$strQueryWindowLock = 'Overskriv ikke denne forespørgsel fra udenfor vinduet';
 
$strReadRequests = 'Read-anmodninger';
$strReceived = 'Modtaget';
$strRecords = 'Poster';
$strReferentialIntegrity = 'Check reference-integriteten';
$strRefresh = 'Opdatér';
$strRelationalSchema = 'Relationel skematik';
$strRelationNotWorking = 'De ekstra features for at arbejde med linkede tabeller er deaktiveret. For at se hvorfor, klik %sher%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE (Relationer for tabellen)';
$strRelations = 'Relationer';
$strRelationView = 'Se Relationer';
$strReloadingThePrivileges = 'Genindlæs privilegierne';
$strReloadMySQL = 'Genstart MySQL';
$strRemoveSelectedUsers = 'Fjern valgte brugere';
$strRenameDatabaseOK = 'Database %s er blevet omdøbt til %s';
$strRenameTableOK = 'Tabellen %s er nu omdøbt til %s';
$strRenameTable = 'Omdøb tabel til';
$strRepairTable = 'Reparer tabel';
$strReplaceNULLBy = 'Erstat NULL med';
$strReplaceTable = 'Erstat data i tabellen med filens data';
$strReplication = 'Replikering';
$strReset = 'Nulstil';
$strResourceLimits = 'Ressourcebegrænsninger';
$strReType = 'Skriv igen';
$strRevokeAndDeleteDescr = 'Bruger(e) vil fortsat have USAGE-privilegiet indtil privilegierne genindlæses.';
$strRevokeAndDelete = 'Tilbagekald alle aktive privileiger fra brugerne og slet dem efterfølgende.';
$strRevokeMessage = 'Du har tilbagekaldt privilegierne for %s';
$strRevoke = 'Tilbagekald';
$strRomanian = 'Rumænsk';
$strRowLength = 'Rækkelængde';
$strRowsFrom = 'rækker startende fra post #';
$strRowSize = ' Rækkestørrelse ';
$strRowsModeFlippedHorizontal = 'horisontalt (roterede overskrifter)';
$strRowsModeHorizontal = 'vandret';
$strRowsModeOptions = '%s og gentag overskrifter efter %s celler';
$strRowsModeVertical = 'lodret';
$strRows = 'Rækker';
$strRowsStatistic = 'Række-statistik';
$strRunning = 'kører på %s';
$strRunQuery = 'Send forespørgsel';
$strRunSQLQueryOnServer = 'Kør SQL-forespørgsel/forespørgsler på server %s';
$strRunSQLQuery = 'Kør SQL-forspørgsel(er) på database %s';
$strRussian = 'Russisk';
 
$strSaveOnServer = 'Gem på serveren i mappen %s ';
$strSave = 'Gem';
$strScaleFactorSmall = 'Skaleringsfaktoren er for lille til at tilpasse skematikken til en side';
$strSearchFormTitle = 'Søg i databasen';
$strSearchInTables = 'Indeni tabel(ler):';
$strSearchNeedle = 'Ord eller værdi(er) (jokertegn: "%"):';
$strSearchOption1 = 'mindst et af ordene';
$strSearchOption2 = 'alle ordene';
$strSearchOption3 = 'den nøjagtige sætning';
$strSearchOption4 = 'som regulært udtryk';
$strSearchResultsFor = 'Søgeresultater for "<i>%s</i>" %s:';
$strSearch = 'Søg';
$strSearchType = 'Find:';
$strSecretRequired = 'Konfigurationsfilen skal nu bruge et hemmeligt kodeord (blowfish_secret).';
$strSelectADb = 'Vælg en database';
$strSelectAll = 'Vælg alle';
$strSelectBinaryLog = 'Vælg binærlog til gennemsyn';
$strSelectFields = 'Vælg mindst eet felt:';
$strSelectNumRows = 'i forespørgsel';
$strSelectTables = 'Vælg Tabeller';
$strSend = 'Send (download)';
$strSent = 'Sendt';
$strServerChoice = 'Server valg';
$strServerNotResponding = 'Serveren svarer ikke';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Forsinkede inserts';
$strServerStatus = 'Runtime-information';
$strServerStatusUptime = 'Denne MySQL-server har kørt i %s. Den startede op den %s.';
$strServerTabProcesslist = 'Processer';
$strServerTabVariables = 'Variabler';
$strServerTrafficNotes = '<b>Servertrafik</b>: Disse tabeller viser netværkstrafik-statistikkerne for denne MySQL-server siden dens opstart.';
$strServerVars = 'Server-variabler og indstillinger';
$strServerVersion = 'Serverversion';
$strSessionValue = 'Sessionsværdi';
$strSetEnumVal = 'Hvis et felt er af typen "enum" eller "set", skal værdierne angives på formen: \'a\',\'b\',\'c\'...<br />Skulle du få brug for en backslash ("\") eller et enkelt anførselstegn ("\'") blandt disse værdier, så tilføj en ekstra backslash (fx \'\\\\xyz\' eller \'a\\\'b\').';
$strShowAll = 'Vis alt';
$strShowColor = 'Vis farve';
$strShowDatadictAs = 'Data Dictionary-format';
$strShowFullQueries = 'Vis fuldstændige forespørgsler';
$strShowGrid = 'Vis gitter';
$strShowingBookmark = 'Viser bogmærke';
$strShowingRecords = 'Viser poster ';
$strShowOpenTables = 'Vis åbne tabeller';
$strShowPHPInfo = 'Vis PHP information';
$strShow = 'Vis';
$strShowSlaveHosts = 'Vis slave værter';
$strShowSlaveStatus = 'Vis slave status';
$strShowStatusBinlog_cache_disk_useDescr = 'Antal transaktioner der brugte det midlertidige binære log mellemlager men overskred værdien for binlog_cache_size og brugte en midlertidig fil til at gemme statements fra transaktionen.';
$strShowStatusBinlog_cache_useDescr = 'Antal transaktioner der brugte det midlertidige binære log mellemlager.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Antal midlertidige tabeller på disken oprettet automatisk af serveren under udførelse af statements. Hvis Created_tmp_disk_tables er stor, skal du overveje at forøge tmp_table_size værdien for at gøre midlertidige tabeller hukommelses-baserede i stedet for disk-baserede.';
$strShowStatusCreated_tmp_filesDescr = 'Hvor mange midlertidige filer mysqld har oprettet.';
$strShowStatusCreated_tmp_tablesDescr = 'Antal i-hukommelsen midlertidige tabeller oprettet automatisk af serveren under udførelse af statements.';
$strShowStatusDelayed_errorsDescr = 'Antal rækker skrevet med INSERT DELAYED (forsinket indsættelse) under hvilke der opstod fejl (sandsynligvis dublerede nøgler).';
$strShowStatusDelayed_insert_threadsDescr = 'Antallet af INSERT DELAYED handler tråde i brug. Hver forskellig tabel hvorpå en bruger INSERT DELAYED får sin egen tråd.';
$strShowStatusDelayed_writesDescr = 'Antallet af INSERT DELAYED rækker skrevet.';
$strShowStatusFlush_commandsDescr = 'Antallet af udførte FLUSH statements.';
$strShowStatusHandler_commitDescr = 'Antallet af interne COMMIT statements.';
$strShowStatusHandler_deleteDescr = 'Antallet af gange en række blev slettet fra en tabel.';
$strShowStatusHandler_discoverDescr = 'MySQL serveren kan spørge en NDB Cluster storage engine om den kender til en tabel med et givent navn. Dette kaldes opdagelse. Handler_discover indikerer antallet af gange tabeller er blevet opdaget.';
$strShowStatusHandler_read_firstDescr = 'Antallet af gange første indlæg blev læst fra et indeks. Hvis denne er høj, antyder det at serveren laver mange fulde indeks scans; for eksempel, SELECT col1 FROM foo, antagende at col1 er indekseret.';
$strShowStatusHandler_read_keyDescr = 'Antallet af anmodninger om at læse en række baseret på en nøgle. Hvis denne er høj, er det en god indikation af at dine forespørgsler og tabeller er ordentligt indekserede.';
$strShowStatusHandler_read_nextDescr = 'Antallet af anmodninger om at læse næste række i nøgleorden. Denne forøges hvis du forespørger på en indekskolonne med en range-begrænsning eller hvis du udfører et indeks scan.';
$strShowStatusHandler_read_prevDescr = 'Antallet af anmodninger om at læse foregående række i nøgleorden. Denne læsemetode bruges hovedsageligt til at optimere ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Antallet af anmodninger om at læse en række baseret på en fast position. Denne er høj hvis du laver mange forespørgsler der kræver sortering af resultatet. Du har sandsynligvis mange forespørgsler der forlanger at MySQL scanner hele tabeller eller du har joins der ikke bruger nøgler ordentligt.';
$strShowStatusHandler_read_rnd_nextDescr = 'Antallet af anmodninger om læsning af næste række i datafilen. Denne er høj hvis du laver mange tabelscanninger. Generelt antyder dette at dine tabeller enten ikke er ordentligt indekserede eller at dine forespørgsler ikke er skrevet til at drage fordel af de indeks du har.';
$strShowStatusHandler_rollbackDescr = 'Antallet af interne ROLLBACK statements.';
$strShowStatusHandler_updateDescr = 'Antallet af anmodninger om at opdatere en række i en tabel.';
$strShowStatusHandler_writeDescr = 'Antallet af anmodninger om at indsætte en række i en tabel.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Antallet af sider der indeholder data (beskidte eller rene).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Antallet af såkaldt beskidte sider.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Antallet af buffer pool sider der er anmodet om at skulle flushes.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Antallet af frie sider.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Antallet af eksklusivt låste (latched) sider i InnoDB buffer pool. Dette er sider der i øjeblikket læses eller skrives eller som ikke kan flushes eller fjernes af andre årsager.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Antallet af travle sider fordi de er blevet allokeret til administrativ overhead så som rækkelåse eller det adaptive hash indeks. Denne værdi kan også beregnes som Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total størrelse på buffer pool, i sider.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Antallet af "tilfældige" read-aheads InnoDB initierede. Dette sker når en forespørgsel skal scanne en større del af en tabel men i tilfældig rækkefølge.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Antallet af sekventielle read-aheads InnoDB initierede. Dette sker når InnoDB laver en sekventiel fuld tabelscanning.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Antallet af logiske read anmodninger InnoDB har lavet.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Antallet af logiske reads som InnoDB ikke kunne tilfredsstille fra buffer pool og måtte lave en enkelt-side read.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalt sker skrivninger til InnoDB buffer poolen i baggrunden. Men, hvis der er brug for at læse eller oprette en side og der ikke er nogen rene sider tilgængelige, er det nødvendigt at vente på at der bliver flushet sider først. Denne tæller tæller hvor mange gange det er sket. Hvis buffer pool størrelsen er sat ordentligt, skulle denne værdi være lille.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Antallet af skrivninger til InnoDB buffer poolen.';
$strShowStatusInnodb_data_fsyncsDescr = 'Antallet af fsync() operationer indtil nu.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Nuværende antal ventende fsync() operationer.';
$strShowStatusInnodb_data_pending_readsDescr = 'Nuværende antal af ventende reads.';
$strShowStatusInnodb_data_pending_writesDescr = 'Nuværende antal af ventende writes.';
$strShowStatusInnodb_data_readDescr = 'Mængden af data læst indtil nu, i bytes.';
$strShowStatusInnodb_data_readsDescr = 'Det totale antal af data reads.';
$strShowStatusInnodb_data_writesDescr = 'Det totale antal af data writes.';
$strShowStatusInnodb_data_writtenDescr = 'Mængden af data skrevet indtil nu, i bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Antallet af doublewrite skrivninger der er udført og antallet af sider der er blevet skrevet til dette formål.';
$strShowStatusInnodb_dblwr_writesDescr = 'Antallet af doublewrite skrivninger der er udført og antallet af sider der er blevet skrevet til dette formål.';
$strShowStatusInnodb_log_waitsDescr = 'Antallet af waits vi har haft fordi log buffer var for lille og vi skulle vente på at den blev flushed før vi kunne fortsætte.';
$strShowStatusInnodb_log_write_requestsDescr = 'Antallet af log write anmodninger.';
$strShowStatusInnodb_log_writesDescr = 'Antallet af fysiske skrivninger til log filen.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Antallet af fsyncs skrivninger lavet til log filen.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Antallet af ventende log fil fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Ventende log fil skrivninger.';
$strShowStatusInnodb_os_log_writtenDescr = 'Antallet af bytes skrevet til log filen.';
$strShowStatusInnodb_pages_createdDescr = 'Antallet af sider oprettet.';
$strShowStatusInnodb_page_sizeDescr = 'Den indkompilerede InnoDB sidestørrelse (standard 16KB). Mange værdier tælles i sider; sidestørrelsen gør at man let kan omregne dem til bytes.';
$strShowStatusInnodb_pages_readDescr = 'Antallet af sider læst.';
$strShowStatusInnodb_pages_writtenDescr = 'Antallet af sider skrevet.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Antallet af rækkelåse der ventes på i øjeblikket.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Gennemsnitstiden for at få en rækkelås, i millisekunder.';
$strShowStatusInnodb_row_lock_timeDescr = 'Total tid brugt på at hente rækkelåse, i millisekunder.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksimale tid for at hente en rækkelås, i millisekunder.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Antallet af gange der skulle ventes på en rækkelås.';
$strShowStatusInnodb_rows_deletedDescr = 'Antallet af rækker slettet fra InnoDB tabeller.';
$strShowStatusInnodb_rows_insertedDescr = 'Antallet af rækker indsat i InnoDB tabeller.';
$strShowStatusInnodb_rows_readDescr = 'Antallet af rækker læst fra InnoDB tables.';
$strShowStatusInnodb_rows_updatedDescr = 'Antallet af rækker opdateret i InnoDB tabeller.';
$strShowStatusKey_blocks_not_flushedDescr = 'Antallet af nøgleblokeringer i nøglemellemlageret der har ændret sig men endnu ikke er blevet flushet til disk. Det hed tidligere Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Antallet af ubrugte blokke i nøglemellemlageret. Du kan bruge denne værdi til at fastslå hvor meget af nøglemellemlagere der er i brug.';
$strShowStatusKey_blocks_usedDescr = 'Antallet af brugte blokke i nøglemellemlageret. Denne værdi er et højvande-mærke der indikerer det maksimale antal blokke der på noget tidspunkt har været i brug på en gang.';
$strShowStatusKey_read_requestsDescr = 'Antallet af anmodninger om at læse en nøgleblok fra mellemlageret.';
$strShowStatusKey_readsDescr = 'Antallet af fysiske læsninger af en nøgleblok fra disk. Hvis Key_reads er stor, er din key_buffer_size værdi sandsynligvis for lille. Mellemlager miss raten kan beregnes som Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Antallet af anmodninger om at skrive en nøgleblok til mellemlageret.';
$strShowStatusKey_writesDescr = 'Antallet af fysiske skrivninger af en nøgleblok til disk.';
$strShowStatusLast_query_costDescr = 'Totale omkostninger for den seneste kompilerede forespørgsel som beregnet af forespørgsels-optimeringsrutinen. Brugbart til at sammenligne omkostninger på forskellige forespørgselsplaner for den samme forespørgsel. En standardværdi på 0 betyder at der ikke er kompileret nogen forespørgsler endnu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Antallet af rækker der venter på at blive skrevet i INSERT DELAY køer.';
$strShowStatusOpened_tablesDescr = 'Antallet af tabeller der er blevet åbnet. Hvis åbnede tabeller er stor, er dit tabelmellemlager sandsynligvis for lille.';
$strShowStatusOpen_filesDescr = 'Antallet af filer der er åbne.';
$strShowStatusOpen_streamsDescr = 'Antallet af streams der er åbne (bruges hovedsageligt til logning).';
$strShowStatusOpen_tablesDescr = 'Antallet af tabeller der er åbne.';
$strShowStatusQcache_free_blocksDescr = 'Antallet af frie hukommelsesblokke i forespørgsels-mellemlageret.';
$strShowStatusQcache_free_memoryDescr = 'Mængden af fri hukommelse til forespørgselsmellemlageret.';
$strShowStatusQcache_hitsDescr = 'Antallet af mellemlager hits.';
$strShowStatusQcache_insertsDescr = 'Antallet af forespørgsler tilføjet til mellemlageret.';
$strShowStatusQcache_lowmem_prunesDescr = 'Antallet af forespørgsler der er blevet fjernet fra mellemlageret for at rydde hukommelse til mellemlagring af nye forespørgsler. Denne information kan hjælpe dig med at tune forespørgselsmellemlagerets størrelse. Forespørgselsmellemlageret bruger en mindst nyligt brugt (LRU) strategi til at afgøre hvilke forespørgsler der skal fjernes fra mellemlageret.';
$strShowStatusQcache_not_cachedDescr = 'Antallet af ikke-mellemlagrede forespørgsler (ikke mulige at mellemlagre eller ikke mellemlagret grundet query_cache_type indstillingen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Antallet af forespørgsler registreret i mellemlageret.';
$strShowStatusQcache_total_blocksDescr = 'Totalt antal blokke i forespørgsels-mellemlageret.';
$strShowStatusReset = 'Nulstil';
$strShowStatusRpl_statusDescr = 'Status på failsafe replikering (endnu ikke implementeret).';
$strShowStatusSelect_full_joinDescr = 'Antallet af joins der ikke bruger indeks. Hvis denne værdi ikke er 0, bør du nøje tjekke indeksene på dine tabeller.';
$strShowStatusSelect_full_range_joinDescr = 'Antallet af joins der brugte en range søgning på en reference tabel.';
$strShowStatusSelect_range_checkDescr = 'Antallet af joins uden nøgler der tjekker for nøglebrug efter hver række. (Hvis denne ikek er 0, bør du nøje tjekke indeks på dine tabeller.)';
$strShowStatusSelect_rangeDescr = 'Antallet af joins der brugte ranges på den første tabel. (Normalt ikke kritisk selvom tallet er stort.)';
$strShowStatusSelect_scanDescr = 'Antallet af joins som lavede en fuld scan af den første tabel.';
$strShowStatusSlave_open_temp_tablesDescr = 'Antallet af midlertidige tabeller i øjeblikket åbne af SQL tråden.';
$strShowStatusSlave_retried_transactionsDescr = 'Totalt (siden opstart) antal gange replikeringsslave SQL tråden har gen-forsøgt transaktioner.';
$strShowStatusSlave_runningDescr = 'Dette er TIL hvis denne server er en slave der er forbundet til en master.';
$strShowStatusSlow_launch_threadsDescr = 'Antallet af tråde der har taget mere end slow_launch_time sekunder at oprette.';
$strShowStatusSlow_queriesDescr = 'Antallet af forespørgsler der har taget mere end long_query_time sekunder.';
$strShowStatusSort_merge_passesDescr = 'Antallet af sammenlægningskørsler sorteringsalgoritmen skulle lave. Hvis denne værdi er høj, bør du overveje at forøge værdien af sort_buffer_size systemvariablen.';
$strShowStatusSort_rangeDescr = 'Antallet af sorteringer lavet med ranges.';
$strShowStatusSort_rowsDescr = 'Antallet af sorterede rækker.';
$strShowStatusSort_scanDescr = 'Antallet af sorteringer udført ved scanning af tabellen.';
$strShowStatusTable_locks_immediateDescr = 'Antallet af gange en tabellås blev givet æjeblikkeligt.';
$strShowStatusTable_locks_waitedDescr = 'Antallet af gange en tabellås ikke kunne fås øjeblikkeligt og en wait var nødvendig. Hvis denne er høj, og du har ydelsesproblemer, bør du først optimere dine forespørgsler, og derefter enten opdele din tabel eller tabeller, eller bruge replikering.';
$strShowStatusThreads_cachedDescr = 'Antallet af tråde i tråd-mellemlageret. Mellemlager-hitraten kan udregnes som Threads_created/Forbindelser. Hvis denne værdi er rød bør du forøge din thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Antallet af i øjeblikket åbne forbindelser.';
$strShowStatusThreads_createdDescr = 'Antallet af tråde oprettet til at håndtere forbindelser. Hvis Threads_created er stor, kan du vælge at forøge thread_cache_size værdien. (Normalt giver dette ingen nævneværdig ydelsesforbedring hvis du har god tråd-implementering.)';
$strShowStatusThreads_runningDescr = 'Antallet af tråde der ikke sover.';
$strShowTableDimension = 'Vis tabellernes dimensioner';
$strShowTables = 'Vis tabeller';
$strShowThisQuery = ' Vis forespørgslen her igen ';
$strSimplifiedChinese = 'Simplificeret Kinesisk';
$strSingly = '(enkeltvis)';
$strSize = 'Størrelse';
$strSkipQueries = 'Antal poster (queries) der skal springes over fra start';
$strSlovak = 'Slovakisk';
$strSlovenian = 'Slovensk';
$strSocketProblem = '(eller den lokale MySQL servers socket er ikke korrekt konfigureret)';
$strSortByKey = 'Sorteringsnøgle';
$strSorting = 'Sortering';
$strSort = 'Sorter';
$strSpaceUsage = 'Pladsforbrug';
$strSpanish = 'Spansk';
$strSplitWordsWithSpace = 'Ord adskilles af mellemrums-karakter (" ").';
$strSQLExportCompatibility = 'SQL eksport-kompatibilitet';
$strSQLExportType = 'Eksporttype';
$strSQLImportOptions = 'SQL-indstillinger';
$strSQLOptions = 'SQL-indstillinger';
$strSQLParserBugMessage = 'Det er muligt at du har fundet en fejl i SQL-parseren. Undersøg venligst din forespørgsel nøje, og check at anførselstegn er rigtige og ikke giver konflikter. Andre fejlårsager kan være at du uploader en fil med binær udenfor et lukket tekstområde. Du kan også prøve din forespørgsel i MySQL kommandolinje-interfacet. MySQL-serverens fejlmelding der følger herunder, hvis der er nogen, kan også hjælpe dig med at finde problemet. Hvis du stadig har probemer eller hvis parseren fejler hvor kommandolinjeinterfacet lykkes, reducer din SQL-forespørgselsinput til den ene forespørgsel der forårsager problemet, og indsend en fejlrapport med datablokken i KLIP-sektionen herunder:';
$strSQLParserUserError = 'Der ser ud til at være en fejl i din SQL-forespørgsel. MySQL-serverens fejlmelding der følger herunder, hvis der er nogen, kan også hjælpe dig med at finde problemet.';
$strSQLQuery = 'SQL-forespørgsel';
$strSQLResult = 'SQL-resultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ugyldig identifikator';
$strSQPBugUnclosedQuote = 'Ikke-lukket quote';
$strSQPBugUnknownPunctuation = 'Ukendt tegnsætnings-streng';
$strStatCheckTime = 'Sidste check';
$strStatCreateTime = 'Oprettelse';
$strStatement = 'Erklæringer';
$strStatisticsOverrun = 'På en travl server er der risiko for at bytetællerne løber over, så disse statistikker som rapporteret af MySQL-serveren kan være forkerte.';
$strStatUpdateTime = 'Sidste opdatering';
$strStatus = 'Status';
$strStorageEngines = 'Datalagre';
$strStorageEngine = 'Datalager';
$strStrucCSV = 'CSV-data';
$strStrucData = 'Struktur og data';
$strStrucDrop = 'Tilføj DROP TABLE';
$strStrucExcelCSV = 'CSV til MS Excel-data';
$strStrucNativeExcel = 'Fødte MS Excel-data';
$strStrucOnly = 'Kun strukturen';
$strStructPropose = 'Foreslå tabelstruktur';
$strStructure = 'Struktur';
$strSubmit = 'Send';
$strSuccess = 'Din SQL-forespørgsel blev udført korrekt';
$strSum = 'Sum';
$strSwedish = 'Svensk';
$strSwitchToDatabase = 'Skift til den kopierede database';
$strSwitchToTable = 'Skift til den kopierede tabel';
 
$strTableAlreadyExists = 'Table %s already exists!';
$strTableComments = 'Tabel kommentarer';
$strTableEmpty = 'Intet tabelnavn!';
$strTableHasBeenDropped = 'Tabel %s er slettet';
$strTableHasBeenEmptied = 'Tabel %s er tømt';
$strTableHasBeenFlushed = 'Tabel %s er blevet flushet';
$strTableMaintenance = 'Tabelvedligeholdelse';
$strTableOfContents = 'Indholdsfortegnelse';
$strTableOptions = 'Tabel-indstillinger';
$strTables = '%s tabel(ler)';
$strTableStructure = 'Struktur-dump for tabellen';
$strTable = 'Tabel';
$strTableType = 'Tabel type';
$strTakeIt = 'tag det';
$strTblPrivileges = 'Tabel-specifikke privilegier';
$strTempData = 'Midlertidige data';
$strTextAreaLength = ' På grund af feltets længde,<br /> kan det muligvis ikke ændres ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Standardtema %s ikke fundet!';
$strThemeNoPreviewAvailable = 'Intet billede til rådighed.';
$strThemeNotFound = 'Tema %s ikke fundet!';
$strThemeNoValidImgPath = 'Ingen gyldig billedsti for tema %s fundet!';
$strThemePathNotFound = 'Sti til tema ikke fundet for tema %s!';
$strTheme = 'Tema / Layout';
$strThisHost = 'Denne Host';
$strThisNotDirectory = 'Dette var ikke en mappe';
$strThreads = 'Tråde';
$strThreadSuccessfullyKilled = 'Tråd %s blev stoppet.';
$strTimeoutInfo = 'Foregående import timede ud, efter genindsendelse vil fortsætte fra position %d.';
$strTimeoutNothingParsed = 'Desværre blev der ikke parset nogen data ved sidste kørsel, dette betyder normalt at phpMyAdmin ikke vil være i stand til at gennemføre importen med mindre du forøger php tidsbegrænsningerne.';
$strTimeoutPassed = 'Script timeout nået, hvis du vil afslutte importen, indsend venligst samme fil igen og importen vil fortsætte hvor den slap.';
$strTime = 'Tid';
$strToggleScratchboard = 'tegnebræt til/fra';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Traditionelt Kinesisk';
$strTraditionalSpanish = 'Traditionelt Spansk';
$strTraffic = 'Trafik';
$strTransactionCoordinator = 'Transaktionskoordinator';
$strTransformation_application_octetstream__download = 'Viser et link til at downloade et felts binære data. Første mulighed er filnavnet på den binære fil. Anden mulighed er et muligt feltnavn fra en tabelrække indeholdende filnavnet. Hvis du bruger anden mulighed, er feltet til den første mulighed nødt til at være sat til en tom streng.';
$strTransformation_application_octetstream__hex = 'Viser hexadecimal udgave af data.';
$strTransformation_image_jpeg__inline = 'Viser et klikbart minibilled; indstillinger: bredde,højde i pixel (bevarer det originale perspektiv)';
$strTransformation_image_jpeg__link = 'Viser et link til dette billede (f.eks. direkte blob-download).';
$strTransformation_image_png__inline = 'Se image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Tager et TIME, TIMESTAMP eller DATETIME-felt og formatterer det til dit lokale datoformat. Første parameter er offset (i timer) som lægges til tidsstemplet (Default: 0). Andte parameter er et andet datoformat ud fra PHPs strftime() definition.';
$strTransformation_text_plain__external = 'KUN LINUX: Starter en ekstern applikation og føder feltdata via standard input. Returnerer standardoutputtet for applikationen. Default er Tidy, for korrekt printet HTML-kode. Af sikkerhedsårsager er du nødt til manuelt at redigere filen libraries/transformations/text_plain__external.inc.php og indsætte de værktøjer du vil tillade kørsel af. Første indstilling er så nummeret på det program du vil bruge og den anden indstilling er parametrene for det program. Tredie parameter, hvis sat til 1 vil konvertere outputtet vha. htmlspecialchars() (Default er 1). Et fjerde parameter, hvis sat til 1 vil sætte et NOWRAP om cellens indhold så hele outputtet bliver vist uden omformattering (Default 1)';
$strTransformation_text_plain__formatted = 'Bevarer original formattering af feltet. Der laves ikke nogen Escaping.';
$strTransformation_text_plain__imagelink = 'Viser et billed og et link, feltet indeholder filnavnet; første indstilling er et præfiks som "http://domain.com/", anden indstilling er bredde i pixel, tredie er højden.';
$strTransformation_text_plain__link = 'Viser et link, feltet indeholder filnavnet; første indstilling er et præfiks som "http://domain.com/", anden indstilling er en titel på linket.';
$strTransformation_text_plain__sql = 'Formatterer tekst som SQL-forespørgsel med syntaks farvemarkering.';
$strTransformation_text_plain__substr = 'Viser en del af en streng. Første parameter er antal tegn der skal springes over fra begyndelsen af en streng (Standard 0). Andet parameter er antal tegn der returneres (Standard indtil enden af strengen). Det tredie parameter definerer hvilke karakterer der skal føjes til foran eller efter outputtet når en substring (understreng) returneres (Standard: "...") .';
$strTruncateQueries = 'Trunkér viste forespørgsler';
$strTurkish = 'Tyrkisk';
$strType = 'Datatype';
 
$strUkrainian = 'Ukrainsk';
$strUncheckAll = 'Fjern alle mærker';
$strUnicode = 'Unicode';
$strUnique = 'Unik';
$strUnknown = 'ukendt';
$strUnselectAll = 'Fravælg alle';
$strUnsupportedCompressionDetected = 'Du forsøgte at indlæse en fil med u-understøttet komprimering (%s). Understøttelse af denne funktion er ikke implementeret eller ikke slået til for din konfiguration.';
$strUpdatePrivMessage = 'Du har opdateret privilegierne for %s.';
$strUpdateProfileMessage = 'Profilen er blevet opdateret.';
$strUpdateQuery = 'Opdater forespørgsel';
$strUpdComTab = 'Se venligst Dokumentationen for oplysninger om hvordan du opdaterer din Column_comments (kolonne-kommentarer) tabel';
$strUpgrade = 'Du burde opdatere til %s %s eller senere.';
$strUploadLimit = 'Du har sandsynligvis forsøgt at uploade en for stor fil. Se venligst %sdokumentationen%s for måder hvorpå du kan arbejde dig uden om denne begrænsning.';
$strUsage = 'Benyttelse';
$strUseBackquotes = 'Brug "backquotes" omkring tabeller og felters navne';
$strUsedPhpExtensions = 'Brugte PHP-udvidelser';
$strUseHostTable = 'Brug Host Tabel';
$strUserAlreadyExists = 'Brugeren %s findes i forvejen!';
$strUserEmpty = 'Intet brugernavn!';
$strUserName = 'Brugernavn';
$strUserNotFound = 'Den valgte bruger blev ikke fundet i privilegietabellen.';
$strUserOverview = 'Brugeroversigt';
$strUsersDeleted = 'De valgte brugere er blevet korrekt slettet.';
$strUsersHavingAccessToDb = 'Brugere med adgang til &quot;%s&quot;';
$strUser = 'Bruger';
$strUseTabKey = 'Brug TAB tasten for at flytte dig fra værdi til værdi, eller CTRL+piletasterne til at flytte frit omkring';
$strUseTables = 'Benyt tabeller';
$strUseTextField = 'Brug tekstfelt';
$strUseThisValue = 'Brug denne værdi';
 
$strValidateSQL = 'Validér SQL';
$strValidatorError = 'SQL-validatoren kunne ikke initialiseres. Check venligst at du har de nødvendige php-udvidelser installeret som beskrevet i %sdokumentationen%s.';
$strValue = 'Værdi';
$strVar = 'Variabel';
$strVersionInformation = 'Versionsinformation';
$strViewDumpDatabases = 'Vis dump (skema) for databaser';
$strViewDumpDB = 'Vis dump (skema) af database';
$strViewDump = 'Vis dump (skema) over tabel';
$strViewHasBeenDropped = 'Visning %s er blevet droppet';
$strViewMaxExactCount = 'Denne visning har mere end %d rækker. Se venligst %sdokumentationen%s.';
$strView = 'Visning';
 
$strWebServerUploadDirectoryError = 'Mappen du har sat til upload-arbejde kan ikke findes';
$strWebServerUploadDirectory = 'web-server upload mappe';
$strWelcome = 'Velkommen til %s';
$strWestEuropean = 'Vesteuropæisk';
$strWildcard = 'jokertegn';
$strWindowNotFound = 'Det angivne browservindue kunne ikke opdateres. Måske har du lukket det overliggende vindue eller din browser blokerer for tvær-vindue opdateringer i sikkerhedsindstillingerne';
$strWithChecked = 'Med det markerede:';
$strWriteRequests = 'Write-anmodninger';
$strWritingCommentNotPossible = 'Skrivning af kommentar ikke muligt';
$strWritingRelationNotPossible = 'Skrivning af relation ikke muligt';
$strWrongUser = 'Forkert brugernavn/kodeord. Adgang nægtet.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Bemærk: Indstilling af disse værdier til 0 (nul) fjerner begrænsningen.';
$strZip = '"zippet"';
?>
/Web/Maintenance/phpMyAdmin/lang/danish-utf-8.inc.php
0,0 → 1,976
<?php
/* $Id: danish-utf-8.inc.php,v 2.135.2.3 2006/03/23 17:42:11 lem9 Exp $ */ /* Dansk v 2.136 (english 2.130) 10/02-2006 00:00:00 - oversætter AlleyKat kan kontaktes på < phpmyadmin (at) phpbb2.dk > */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// forkortelser for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør');
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec');
// Se http://www.php.net/manual/en/function.strftime.php
// for at definere variablen herunder
$datefmt = '%d/%m %Y kl. %H:%M:%S';
$timespanfmt = '%s dage, %s timer, %s minutter og %s sekunder';
 
$strAbortedClients = 'Afbrudt';
$strAbsolutePathToDocSqlDir = 'Indtast venligst absolut sti på webserveren til docSQL mappen';
$strAccessDenied = 'Adgang Nægtet';
$strAccessDeniedCreateConfig = 'Sandsynlig årsag til dette er at du ikke har oprettet en konfigurationsfil. Du kan bruge %1$ssetupscriptet%2$s til at oprette en.';
$strAccessDeniedExplanation = 'phpMyAdmin forsøgte at forbinde til MySQL-serveren, og serveren afviste forbindelsen. Du bør tjekke host, brugernavn og kodeord i config.inc.php og sikre dig at de svarer til den information du har fået af administratoren af MySQL-serveren.';
$strAction = 'Handling';
$strAddAutoIncrement = 'Tilføj AUTO_INCREMENT værdi';
$strAddConstraints = 'Tilføj begrænsninger';
$strAddDeleteColumn = 'Tilføj/Slet felt-kolonne';
$strAddDeleteRow = 'Tilføj/Slet kriterie-række';
$strAddDropDatabase = 'Tilføj DROP DATABASE';
$strAddedColumnComment = 'Tilføjet kommentar til kolonne';
$strAddedColumnRelation = 'Tilføjet relation til kolonne';
$strAddFields = 'Tilføj %s felt(er)';
$strAddHeaderComment = 'Tilføj tilpassede kommentarer i headeren (\\n deler linjer)';
$strAddIfNotExists = 'Tilføj IF NOT EXISTS';
$strAddIntoComments = 'Tilføj til kommentarer';
$strAddNewField = 'Tilføj nyt felt';
$strAddPrivilegesOnDb = 'Tilføj privilegier på følgende database';
$strAddPrivilegesOnTbl = 'Tilføj privileges på følgende tabel';
$strAddSearchConditions = 'Tilføj søgekriterier (kroppen af "WHERE" sætningen):';
$strAddToIndex = 'Føj til indeks &nbsp;%s&nbsp;kolonne(r)';
$strAddUser = 'Tilføj en ny bruger';
$strAddUserMessage = 'Du har tilføjet en ny bruger.';
$strAdministration = 'Administration';
$strAffectedRows = 'Berørte rækker:';
$strAfter = 'Efter %s';
$strAfterInsertBack = 'Tilbage til foregående side';
$strAfterInsertNewInsert = 'Indsæt endnu en ny række';
$strAfterInsertNext = 'Redigér næste række';
$strAfterInsertSame = 'Gå tilbage til denne side';
$strAll = 'Alle';
$strAllowInterrupt = 'Tillad afbrydelse af import hvis scriptet er tæt på tidsgrænsen. Dette kan være en god metode til at importere større filer, men kan knække transaktioner.';
$strAllTableSameWidth = 'vis alle tabeller med samme bredde?';
$strAlterOrderBy = 'Arrangér tabelrækkefølge efter';
$strAnalyzeTable = 'Analysér tabel';
$strAnd = 'Og';
$strAndThen = 'og derefter';
$strAnIndex = 'Der er tilføjet et indeks til %s';
$strAny = 'Enhver';
$strAnyHost = 'Enhver vært';
$strAnyUser = 'Enhver bruger';
$strApproximateCount = 'Kan være anslået. Se FAQ 3.11';
$strAPrimaryKey = 'En primær nøgle er blevet tilføjet til %s';
$strArabic = 'Arabisk';
$strArmenian = 'Armensk';
$strAscending = 'Stigende';
$strAtBeginningOfTable = 'I begyndelsen af tabel';
$strAtEndOfTable = 'I slutningen af tabel';
$strAttr = 'Attributter';
$strAutodetect = 'Fastslå automatisk';
$strAutomaticLayout = 'Automatisk layout';
 
$strBack = 'Tilbage';
$strBaltic = 'Baltisk';
$strBeginCut = 'BEGYND KLIP';
$strBeginRaw = 'BEGYND RÅ';
$strBinary = ' Binært ';
$strBinaryDoNotEdit = ' Binært - må ikke ændres ';
$strBinaryLog = 'Binær log';
$strBinLogEventType = 'Hændelsestype';
$strBinLogInfo = 'Information';
$strBinLogName = 'Lognavn';
$strBinLogOriginalPosition = 'Original position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server ID';
$strBookmarkAllUsers = 'Lad alle brugere bruge dette bogmærke';
$strBookmarkCreated = 'Bogmærke %s oprettet';
$strBookmarkDeleted = 'Bogmærket er fjernet.';
$strBookmarkLabel = 'Mærke';
$strBookmarkQuery = 'SQL-forespørgsel med bogmærke';
$strBookmarkReplace = 'Erstat eksisterende bogmærke af samme navn';
$strBookmarkThis = 'Lav bogmærke til denne SQL-forespørgsel';
$strBookmarkView = 'Kun oversigt';
$strBrowse = 'Vis';
$strBrowseDistinctValues = 'Gennemse bestemte værdier';
$strBrowseForeignValues = 'Bladr i fremmede værdier';
$strBufferPoolActivity = 'Buffer Pool Aktivitet';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Buffer Pool Forbrug';
$strBufferReadMissesInPercent = 'Read misses i %';
$strBufferReadMisses = 'Read misses';
$strBufferWriteWaitsInPercent = 'Write waits i %';
$strBufferWriteWaits = 'Write waits';
$strBulgarian = 'Bulgarsk';
$strBusyPages = 'Travle sider';
$strBzError = 'phpMyAdmin kunne ikke komprimere dumpet på grund af en ødelagt Bz2 extension i denne PHP version. Det anbefales kraftigt at sætte <code>$cfg[\'BZipDump\']</code> direktivet i din phpMyAdmin konfigurationsfil til <code>FALSE</code>. Hvis du vil bruge Bz2 komprimeringsfeatures, bør du opdatere til en nyere PHP version. Se PHP bug report %s for detaljer.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Kunne ikke indlæse import plugins, check venligst din installation!';
$strCannotLogin = 'Kan ikke logge ind på MySQL-serveren';
$strCantLoad = 'Kan ikke indlæse [a@http://php.net/%1$s@Dokumentation][em]%1$s[/em][/a] udvidelsen. Tjek venligst din PHP konfiguration.';
$strCantLoadRecodeIconv = 'Kan ikke indlæse iconv eller omkode nødvendig udvidelse til tegnsæt-konvertering, konfigurer php til at tillade brug af disse udvidelser eller slå tegnsæt-konvertering fra i phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kan ikke omdøbe indeks til PRIMARY!';
$strCantUseRecodeIconv = 'Kan ikke bruge iconv ejheller libiconv eller recode_string funktionen omend udvidelsen ser ud til at være indlæst. Check din php-konfiguration.';
$strCardinality = 'Kardinalitet';
$strCaseInsensitive = 'ingen forskel på store/små bogstaver';
$strCaseSensitive = 'forskel på store/små bogstaver';
$strCentralEuropean = 'Centraleuropæisk';
$strChange = 'Ændre';
$strChangeCopyModeCopy = '... behold den gamle.';
$strChangeCopyMode = 'Opret en bruger med samme privilegier og ...';
$strChangeCopyModeDeleteAndReload = ' ... slet den gamle fra brugertabellerne og genindlæs privilegierne efterfølgende.';
$strChangeCopyModeJustDelete = ' ... slet den gamle fra brugertabellerne.';
$strChangeCopyModeRevoke = ' ... tilbagekald alle aktive privilegier fra den gamle og slet den efterfølgende.';
$strChangeCopyUser = 'Ret Login-information / Kopiér bruger';
$strChangeDisplay = 'Vælg felt der skal vises';
$strChangePassword = 'Ændre kodeord';
$strCharset = 'Tegnsæt';
$strCharsetOfFile = 'Tegnsæt for filen:';
$strCharsetsAndCollations = 'Tegnsæt og kollationer (Collations)';
$strCharsets = 'Tegnsæt';
$strCheckAll = 'Afmærk alt';
$strCheckOverhead = 'Check tabeller der har overhead';
$strCheckPrivs = 'Check Privilegier';
$strCheckPrivsLong = 'Check privilegier for database &quot;%s&quot;.';
$strCheckTable = 'Tjek tabel';
$strChoosePage = 'Vælg en side der skal redigeres';
$strColComFeat = 'Viser kolonne-kommentarer';
$strCollation = 'Kollation (Collation)';
$strColumnNames = 'Kolonnenavne';
$strColumnPrivileges = 'Kolonne-specifikke privilegier';
$strCommand = 'Kommando';
$strComments = 'Kommentarer';
$strCommentsForTable = 'COMMENTS FOR TABLE (tabel-kommentarer)';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Komplette inserts';
$strCompression = 'Komprimering';
$strCompressionWillBeDetected = 'Importeret fil-komprimering vil blive automatisk registreret fra: %s';
$strConfigDefaultFileError = 'Kunne ikke indlæse standardkonfiguration fra: \"%1$s\"';
$strConfigFileError = 'phpMyAdmin kunne ikke læse din konfigurationsfil!<br />Dette kan ske hvis php finder en parser-fejl i den, eller php kan ikke finde filen.<br />Kald konfigurationsfilen direkte fra nedenstående link og læs de(n) phpfejlmeddelse(r) du får. I de fleste tilfælde mangler der et anførselstegn eller et semikolon et sted.<br />Hvis du får en blank side, er alt i orden.';
$strConfigureTableCoord = 'Konfigurér venligst koordinaterne for tabel %s';
$strConnectionError = 'Kan ikke forbinde: ugyldige indstillinger.';
$strConnections = 'Forbindelser';
$strConstraintsForDumped = 'Begrænsninger for dumpede tabeller';
$strConstraintsForTable = 'Begrænsninger for tabel';
$strCookiesRequired = 'Herefter skal cookies være slået til.';
$strCopy = 'Kopi';
$strCopyDatabaseOK = 'Database %s er blevet kopieret til %s';
$strCopyTable = 'Kopier tabel til (database<b>.</b>tabel):';
$strCopyTableOK = 'Tabellen %s er nu kopieret til: %s.';
$strCopyTableSameNames = 'Kan ikke kopiere tabellen til den samme!';
$strCouldNotKill = 'phpMyAdmin kunne ikke dræbe tråden %s. Den er sandsynligvis allerede lukket.';
$strCreate = 'Opret';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE før kopiering';
$strCreateIndex = 'Dan et indeks på&nbsp;%s&nbsp;kolonner';
$strCreateIndexTopic = 'Lav et nyt indeks';
$strCreateNewDatabase = 'Opret ny database';
$strCreateNewTable = 'Opret ny tabel i database %s';
$strCreatePage = 'Opret en ny side';
$strCreatePdfFeat = 'Oprettelse af PDFer';
$strCreationDates = 'Oprettet/Opdateret/Check datoer';
$strCriteria = 'Kriterier';
$strCroatian = 'Kroatisk';
$strCSV = 'CSV (kommasepareret)';
$strCSVImportOptions = 'CSV indstillinger';
$strCSVOptions = 'CSV-indstillinger';
$strCyrillic = 'Kyrillisk';
$strCzech = 'Tjekkisk';
$strCzechSlovak = 'Tjekkisk-Slovakisk';
 
$strDanish = 'Dansk';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Databasenavnet er tomt!';
$strDatabaseExportOptions = 'Database eksportindstillinger';
$strDatabaseHasBeenDropped = 'Database %s er slettet.';
$strDatabaseNoTable = 'Denne database indeholder ikke nogen tabel!';
$strDatabases = 'Databaser';
$strDatabasesDropped = '%s databaser er blevet droppet korrekt.';
$strDatabasesStats = 'Databasestatistik';
$strDatabasesStatsDisable = 'Slå Statistikker fra';
$strDatabasesStatsEnable = 'Slå Statistikker til';
$strDatabasesStatsHeavyTraffic = 'Bemærk: At slå databasestatistikkerne til her kan forårsage tung trafik mellem webserveren og MySQL-serveren.';
$strData = 'Data';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Kun data';
$strDataPages = 'Sider der indeholder data';
$strDBComment = 'Databasekommentar: ';
$strDBCopy = 'Kopiér database til';
$strDBGContext = 'Sammenhæng';
$strDBGContextID = 'Sammenhæng-ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Linje';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/Hit, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Database-specifikke privilegier';
$strDBRename = 'Omdøb database til';
$strDbSpecific = 'database-specifik';
$strDefault = 'Standardværdi';
$strDefaultEngine = '%s er standard datalageret på denne MySQL-server.';
$strDefaultValueHelp = 'For standardværdier, indtast venligst kun en enkelt værdi, uden backslash escaping eller quotes, ud fra følgende format: a';
$strDefragment = 'Defragmentér tabel';
$strDelayedInserts = 'Brug forsinkede indsættelser';
$strDeleteAndFlush = 'Slet brugerne og genindlæs privilegier bagefter.';
$strDeleteAndFlushDescr = 'Dette er den sikreste metode, men genindlæsning af privilegierne kan tage noget tid.';
$strDelete = 'Slet';
$strDeletedRows = 'Slettede rækker:';
$strDeleted = 'Rækken er slettet!';
$strDeleteNoUsersSelected = 'Ingen brugere valgt til sletning!';
$strDeleting = 'Sletter %s';
$strDelOld = 'Nuværende side har referencer til tabeller der ikke længere eksisterer. Vil du slette disse referencer?';
$strDescending = 'Faldende';
$strDescription = 'Beskrivelse';
$strDictionary = 'ordbog';
$strDirtyPages = 'Beskidte sider';
$strDisabled = 'Slået fra';
$strDisableForeignChecks = 'Slå fremmednøgle-checks fra';
$strDisplayFeat = 'Vis muligheder';
$strDisplayOrder = 'Rækkefølge af visning:';
$strDisplayPDF = 'Vis PDF skematik';
$strDoAQuery = 'Kør en forespørgsel på felter (jokertegn: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Er du sikker på at du vil ';
$strDropDatabaseStrongWarning = 'Du er ved at DESTRUERE en komplet database!';
$strDrop = 'Slet';
$strDropUsersDb = 'Drop databaser der har samme navne som brugernes.';
$strDumpingData = 'Data dump for tabellen';
$strDumpSaved = 'Dump er blevet gemt i filen %s.';
$strDumpXRows = 'Dump %s rækker startende med række %s.';
$strDynamic = 'dynamisk';
 
$strEdit = 'Ret';
$strEditPDFPages = 'Redigér PDF-sider';
$strEditPrivileges = 'Ret privilegier';
$strEffective = 'Effektiv';
$strEmpty = 'Tøm';
$strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen rækker).';
$strEnabled = 'Slået til';
$strEncloseInTransaction = 'Inkludér eksport i en transaktion';
$strEndCut = 'SLUT KLIP';
$strEnd = 'Slut';
$strEndRaw = 'SLUT RÅ';
$strEngineAvailable = '%s er tilgængelig på denne MySQL-server.';
$strEngineDisabled = '%s er slået fra på denne MySQL-server.';
$strEngines = 'Lagre';
$strEngineUnsupported = 'Denne MySQL-server understøtter ikke %s datalager.';
$strEnglish = 'Engelsk';
$strEnglishPrivileges = ' NB: Navne på MySQL privilegier er på engelsk ';
$strError = 'Fejl';
$strErrorInZipFile = 'Fejl i ZIP arkiv:';
$strEscapeWildcards = 'Jokertegn _ og % skal være escaped med en \ foran for at bruge dem bogstaveligt';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estisk';
$strExcelEdition = 'Excel-udgave';
$strExcelOptions = 'Excel-indstillinger';
$strExecuteBookmarked = 'Udfør forespørgsel iflg. bogmærke';
$strExplain = 'Forklar SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Udvidede inserts';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Mislykkede forsøg';
$strField = 'Feltnavn';
$strFieldHasBeenDropped = 'Felt %s er slettet';
$strFieldsEmpty = ' Felttallet har ingen værdi! ';
$strFieldsEnclosedBy = 'Felter indrammet med';
$strFieldsEscapedBy = 'Felter escaped med';
$strFields = 'Felter';
$strFieldsTerminatedBy = 'Felter afsluttet med';
$strFileAlreadyExists = 'Filen %s findes allerede på serveren, ændr filnavn eller tillad at der overskrives.';
$strFileCouldNotBeRead = 'Filen kunne ikke læses';
$strFileNameTemplateDescriptionDatabase = 'databasenavn';
$strFileNameTemplateDescriptionServer = 'servernavn';
$strFileNameTemplateDescriptionTable = 'tabelnavn';
$strFileNameTemplateDescription = 'Denne værdi fortolkes via %1$sstrftime%2$s, så du kan bruge tidsformatterede strenge. Ydermere vil følgende transformationer foregå: %3$s. Anden tekst vil blive bevaret som det er.';
$strFileNameTemplate = 'Skabelon for filnavn';
$strFileNameTemplateRemember = 'husk skabelonen';
$strFileToImport = 'Fil til import';
$strFixed = 'ordnet';
$strFlushPrivilegesNote = 'Bemærk: phpMyAdmin henter brugernes privilegier direkte fra MySQLs privilegietabeller. Indholdet af disse tabeller kan være forskelligt fra privilegierne serveren bruger hvis der er lavet manuelle ændringer i den. Hvis det er tilfældet, bør du %sgenindlæse privilegierne%s før du fortsætter.';
$strFlushQueryCache = 'Flush forespørgsel-mellemlager (query cache)';
$strFlushTable = 'Flush tabellen ("FLUSH")';
$strFlushTables = 'Flush (luk) alle tabeller';
$strFormat = 'Format';
$strFormEmpty = 'Ingen værdi i formularen !';
$strFreePages = 'Frie sider';
$strFullText = 'Komplette tekster';
$strFunction = 'Funktion';
 
$strGenBy = 'Genereret af';
$strGeneralRelationFeat = 'Generelle relationsmuligheder';
$strGenerate = 'Generér';
$strGeneratePassword = 'Generér Kodeord';
$strGenTime = 'Genereringstid';
$strGeorgian = 'Georgisk';
$strGerman = 'Tysk';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale privilegier';
$strGlobalValue = 'Global værdi';
$strGo = 'Udfør';
$strGrantOption = 'Tildel';
$strGreek = 'Græsk';
$strGzip = '"gzipped"';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'er ændret.';
$strHasBeenCreated = 'er oprettet.';
$strHaveToShow = 'Du skal vælge mindst en kolonne der skal vises';
$strHebrew = 'Hebræisk';
$strHexForBinary = 'Brug hexadecimal til binære felter';
$strHome = 'Hjem';
$strHomepageOfficial = 'Officiel phpMyAdmin hjemmeside ';
$strHostEmpty = 'Der er intet værtsnavn!';
$strHost = 'Vært';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 eksportindstillinger';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 eksportindstillinger';
$strHungarian = 'Ungarsk';
 
$strIcelandic = 'Islandsk';
$strId = 'ID';
$strIdxFulltext = 'Fuldtekst';
$strIgnoreDuplicates = 'Ignorér gentagne rækker';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Brug ignorér inserts';
$strIgnoringFile = 'Ignorerer fil %s';
$strImportDocSQL = 'Importer docSQL Filer';
$strImportFiles = 'Importér filer';
$strImportFormat = 'Format på importeret fil';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'Import er korrekt gennemført, %d forespørgsler udført.';
$strIndexes = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s er blevet slettet';
$strIndex = 'Indeks';
$strIndexName = 'Indeksnavn&nbsp;:';
$strIndexType = 'Indekstype&nbsp;:';
$strIndexWarningMultiple = 'Mere end en %s nøgle blev skabt for kolonne `%s`';
$strIndexWarningPrimary = 'PRIMARY og INDEX nøgler burde ikke begge være sat for kolonne `%s`';
$strIndexWarningTable = 'Problemer med indeksene på tabel `%s`';
$strIndexWarningUnique = 'UNIQUE og INDEX nøgler burde ikke begge være sat for kolonne `%s`';
$strInnoDBAutoextendIncrement = 'Autoextend forøgelse';
$strInnoDBAutoextendIncrementDesc = ' Størrelsen på den udvidelse der vil forekomme, når pladsen i en autoudvidende tabel udvides fordi den løber fuld.';
$strInnoDBBufferPoolSize = 'Buffer pool størrelse';
$strInnoDBBufferPoolSizeDesc = 'Størrelse på memorybufferen InnoDB bruger til at cache data og indeks på dets tabeller.';
$strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDir = 'Data hovedmappe';
$strInnoDBDataHomeDirDesc = 'Den fælles del af stien til mappen med alle InnoDB datafiler.';
$strInnoDBPages = 'sider';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Din konfigurationsfil indeholder indstillinger (root og uden kodeord) som svarer til en standard MySQL priviligeret brugerkonto. Din MySQL server kører med denne standardindstilling, <u>er åben for indtrængen</u>, og du bør virkelig gøre noget ved dette sikkerhedshul.';
$strInsertAsNewRow = 'Indsæt som ny række';
$strInsertedRowId = 'Indsat række-id:';
$strInsertedRows = 'Indsatte rækker:';
$strInsert = 'Indsæt';
$strInsertNewRow = 'Indsæt ny række';
$strInternalNotNecessary = '* En intern relation er ikke nødvendig når den også eksisterer i InnoDB.';
$strInternalRelations = 'Interne relationer';
$strInUse = 'i brug';
$strInvalidAuthMethod = 'Ugyldig autorisationsmetode sat i konfiguration:';
$strInvalidColumnCount = 'Kolonnetælling skal være større end nul.';
$strInvalidColumn = 'Ugyldig kolonne (%s) specificeret!';
$strInvalidCSVFieldCount = 'Ugyldigt feltantal i CSV-input på linie %d.';
$strInvalidCSVFormat = 'Ugyldigt format for CSV-input på linie %d.';
$strInvalidCSVParameter = 'Ugyldigt parameter for CSV-import: %s';
$strInvalidFieldAddCount = 'Du skal tilføje mindst ét felt.';
$strInvalidFieldCount = 'Tabellen skal indeholde mindst ét felt.';
$strInvalidLDIImport = 'Denne plugin understøtter ikke komprimerede importer!';
$strInvalidRowNumber = '%d er ikke gyldigt rækkenummer.';
$strInvalidServerHostname = 'Ugyldigt hostnavn for server %1$s. Gennemgå venligst din konfiguration.';
$strInvalidServerIndex = 'Ugyldigt server indeks: \"%s\"';
 
$strJapanese = 'Japansk';
$strJoins = 'Joins';
$strJumpToDB = 'Hop til database &quot;%s&quot;.';
$strJustDeleteDescr = 'De &quot;slettede&quot; brugere kan stadig tilgå serveren som de plejer indtil privilegierne genindlæses.';
$strJustDelete = 'Bare slet brugerne fra privilegietabellerne.';
 
$strKeepPass = 'Kodeord må ikke ændres';
$strKeyCache = 'Nøglemellemlager (key cache)';
$strKeyname = 'Nøglenavn';
$strKill = 'Dræb (Kill)';
$strKorean = 'Koreansk';
 
$strLandscape = 'Liggende';
$strLanguageFileNotFound = 'Sprogfil \"%1$s\" ikke fundet.';
$strLanguageUnknown = 'Ukendt sprog: %1$s.';
$strLatchedPages = 'Eksklusivt låste (latched) sider';
$strLatexCaption = 'Tabeloverskrift';
$strLatexContent = 'Indhold af tabel __TABLE__';
$strLatexContinuedCaption = 'Fortsat tabeloverskrift';
$strLatexContinued = '(fortsættes)';
$strLatexIncludeCaption = 'Inkluder tabeloverskrift';
$strLatexLabel = 'Mærke nøgle';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX indstillinger';
$strLatexStructure = 'Struktur for tabel __TABLE__';
$strLatvian = 'Lettisk';
$strLDI = 'CSV vha. LOAD DATA';
$strLDIImportOptions = 'Indstillinger for CSV import via LOAD DATA';
$strLDILocal = 'Brug LOCAL nøgleord';
$strLengthSet = 'Længde/Værdi*';
$strLimitNumRows = 'poster pr. side';
$strLinesTerminatedBy = 'Linjer afsluttet med';
$strLinkNotFound = 'Link ikke fundet';
$strLinksTo = 'Linker til';
$strLithuanian = 'Litauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Tekstfilens placering';
$strLoginInformation = 'Login-information';
$strLogin = 'Login';
$strLogout = 'Log af';
$strLogPassword = 'Kodeord:';
$strLogServer = 'Server';
$strLogUsername = 'Brugernavn:';
$strLongOperation = 'Denne operation kan tage lang tid. Fortsæt alligevel?';
 
$strMaxConnects = 'maks. samtidige forbindelser';
$strMaximalQueryLength = 'Maksimal længde på oprettet forespørgsel';
$strMaximumSize = 'Maksimum størrelse: %s%s';
$strMbExtensionMissing = 'PHP-udvidelsen mbstring blev ikke fundet og du ser ud til at bruge et multibyte tegnsæt. Uden mbstring-udvidelsen er phpMyAdmin ude af stand til at opdele strenge korrekt og dette kan forårsage uventede resultater';
$strMbOverloadWarning = 'Du har mbstring.func_overload slået til i din PHP-konfiguration. Denne indstilling er ikke kompatibel med phpMyAdmin og kan forårsage ødelæggelse af nogle data!';
$strMIME_available_mime = 'Tilgængelige MIME-typer';
$strMIME_available_transform = 'Tilgængelige transformationer';
$strMIME_description = 'Beskrivelse';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'Der er ingen beskrivelse af denne transformation.<br />Spørg venligst forfatteren, hvad %s gør.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For en liste over mulige transformationsindstillinger og deres MIME-type transformationer, klik på %stransformationsbeskrivelser%s';
$strMIME_transformation_options_note = 'Indtast værdier for transformationsindstillinger ud fra følgende format: \'a\',\'b\',\'c\'...<br />Skulle du få brug for at indsætte en backslash ("\") eller en apostrof ("\'") i værdierne, backslash det (for eksempel \'\\\\xyz\' eller \'a\\\'b\').';
$strMIME_transformation_options = 'Transformationsindstillinger';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE (MIME-typer for tabellen)';
$strMIME_without = 'MIME-typer skrevet med kursiv har ikke en separat transformationsfunktion';
$strModifications = 'Rettelserne er gemt!';
$strModifyIndexTopic = 'Ændring af et indeks';
$strModify = 'Ret';
$strMoveTable = 'Flyt tabel til (database<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s er flyttet til %s.';
$strMoveTableSameNames = 'Kan ikke flytte tabellen til den samme!';
$strMultilingual = 'flersproget';
$strMyISAMDataPointerSize = 'Data pointer størrelse';
$strMyISAMDataPointerSizeDesc = 'Standard pointerstørrelse i bytes, til brug ved CREATE TABLE for MyISAM tabeller når der ikke er specificeret nogen MAX_ROWS indstilling.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Hvis den midlertidige fil der bruges til hurtig MyISAM indeks-oprettelse ville være større end ved brug af key cache med størrelsen angivet her, foretræk key cache-metoden.';
$strMyISAMMaxExtraSortFileSize = 'Maksimal størrelse for midlertidige filer ved oprettelse af indeks';
$strMyISAMMaxSortFileSizeDesc = 'Maksimal størrelse for den midlertidige fil MySQL har lov til at bruge under genetablering af et MyISAM indeks (under REPAIR TABLE, ALTER TABLE, eller LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksimal størrelse for midlertidige sorteringsfiler';
$strMyISAMRecoverOptions = 'Automatisk genopretnings-modus';
$strMyISAMRecoverOptionsDesc = 'Modus for automatisk genetablering af crashede MyISAM tabeller, som sat via --myisam-recover server opstartsindstillingen.';
$strMyISAMRepairThreadsDesc = 'Hvis denne værdi er større end 1, oprettes MyISAM tabel-indeks parallelt (hvert indeks i dets egen tråd) under Reparation ved sortering-processen.';
$strMyISAMRepairThreads = 'Reparér tråde';
$strMyISAMSortBufferSizeDesc = 'Bufferen der allokeres ved sortering af MyISAM indeks under en REPAIR TABLE eller når indeks oprettes med CREATE INDEX eller ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sorterings-bufferstørrelse';
$strMySQLCharset = 'MySQL Tegnsæt';
$strMysqlClientVersion = 'MySQL klientversion';
$strMySQLConnectionCollation = 'MySQL forbindelses-sammenkøring';
$strMySQLSaid = 'MySQL returnerede: ';
$strMySQLShowProcess = 'Vis tråde';
$strMySQLShowStatus = 'Vis MySQL runtime-information';
$strMySQLShowVars = 'Vis MySQL systemvariabler';
 
$strName = 'Navn';
$strNext = 'Næste';
$strNoActivity = 'Ingen aktivitet i de seneste %s sekunder eller mere, log venligst ind igen';
$strNoDatabases = 'Ingen databaser';
$strNoDatabasesSelected = 'Ingen databaser valgt.';
$strNoDescription = 'ingen beskrivelse';
$strNoDetailsForEngine = 'Der er ingen detaljerede statusinformationer tilgængelige for dette datalager.';
$strNoDropDatabases = '"DROP DATABASE" erklæringer kan ikke bruges.';
$strNoExplain = 'Spring over Forklar SQL';
$strNoFilesFoundInZip = 'Ingen filer fundet i ZIP arkivet!';
$strNoFrames = 'phpMyAdmin er mere brugervenlig med en browser, der kan klare <b>frames</b>.';
$strNoIndex = 'Intet indeks defineret!';
$strNoIndexPartsDefined = 'Ingen dele af indeks er defineret!';
$strNoModification = 'Ingen ændring';
$strNone = 'Intet';
$strNo = 'Nej';
$strNoOptions = 'Dette format har ingen indstillinger';
$strNoPassword = 'Intet kodeord';
$strNoPermission = 'Webserveren har ikke tilladelse til at gemme filen %s.';
$strNoPhp = 'uden PHP-kode';
$strNoPrivileges = 'Ingen privilegier';
$strNoRights = 'Du har ikke tilstrækkelige rettigheder til at være her!';
$strNoRowsSelected = 'Ingen rækker valgt';
$strNoSpace = 'Utilstrækkeligt plads til at gemme filen %s.';
$strNoTablesFound = 'Ingen tabeller fundet i databasen.';
$strNoThemeSupport = 'Ingen tema/layout-understøttelse, tjek venligst din konfiguration og/eller dine temaer i mappen %s.';
$strNothingToImport = 'Du har ikke angivet nogen data der skal importeres!';
$strNotNumber = 'Dette er ikke et tal!';
$strNotOK = 'ikke OK';
$strNotSet = 'Tabel <b>%s</b> findes ikke eller er ikke sat i %s';
$strNoUsersFound = 'Ingen bruger(e) fundet.';
$strNoValidateSQL = 'Spring over Validér SQL';
$strNull = 'Nulværdi';
$strNumberOfFields = 'Antal felter';
$strNumSearchResultsInTable = '%s hit(s) i tabel <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> hit(s)';
$strNumTables = 'Tabeller';
 
$strOK = 'OK';
$strOpenNewWindow = 'Åbn nyt phpMyAdmin vindue';
$strOperations = 'Operationer';
$strOperator = 'Operatør';
$strOptimizeTable = 'Optimer tabel';
$strOr = 'Eller';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overskriv eksisterende fil(er)';
 
$strPageNumber = 'Side nummer:';
$strPagesToBeFlushed = 'Sider der står til at blive tømt';
$strPaperSize = 'Papirstørrelse';
$strPartialImport = 'Delvis import';
$strPartialText = 'Delvise tekster';
$strPasswordChanged = 'Kodeordet for %s blev korrekt udskiftet.';
$strPasswordEmpty = 'Der er ikke angivet noget kodeord!';
$strPasswordHashing = 'Kodeord Hashing';
$strPasswordNotSame = 'De to kodeord er ikke ens!';
$strPassword = 'Kodeord';
$strPdfDbSchema = 'Skematik for databasen "%s" - Side %s';
$strPdfInvalidTblName = 'Tabellen "%s" findes ikke!';
$strPdfNoTables = 'Ingen tabeller';
$strPDFOptions = 'PDF-indstillinger';
$strPDF = 'PDF';
$strPDFReportTitle = 'Rapporttitel';
$strPerHour = 'pr. time';
$strPerMinute = 'pr. minut';
$strPerSecond = 'pr. sekund';
$strPersian = 'Persisk';
$strPhoneBook = 'telefonbog';
$strPHP40203 = 'Du bruger PHP 4.2.3, som har en alvorlig fejl med multi-byte strenge (mbstring). Se PHP bug report 19404. Denne version af PHP kan ikke anbefales at bruge med phpMyAdmin.';
$strPhp = 'Fremstil PHP-kode';
$strPHPVersion = 'PHP version';
$strPmaDocumentation = 'phpMyAdmin dokumentation';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktivet SKAL være sat i din konfigurationsfil!';
$strPolish = 'Polsk';
$strPortrait = 'Stående';
$strPos1 = 'Start';
$strPrevious = 'Forrige';
$strPrimaryKeyHasBeenDropped = 'Primærnøglen er slettet';
$strPrimaryKeyName = 'Navnet på primærnøglen skal være... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>skal</b> være navnet på og <b>kun på</b> en primær nøgle!)';
$strPrimary = 'Primær';
$strPrint = 'Print';
$strPrintViewFull = 'Udskrift-visning (med fulde tekster)';
$strPrintView = 'Vis (udskriftvenlig)';
$strPrivDescAllPrivileges = 'Inkluderer alle privilegier pånær GRANT.';
$strPrivDescAlter = 'Tillader ændring af strukturen på eksisterende tabeller.';
$strPrivDescAlterRoutine = 'Tillader ændring og sletning af gemte rutiner.';
$strPrivDescCreateDb = 'Tillader oprettelse af nye databaser og tabeller.';
$strPrivDescCreateRoutine = 'Tillader oprettelse af gemte rutiner.';
$strPrivDescCreateTbl = 'Tillader oprettelse af nye tabeller.';
$strPrivDescCreateTmpTable = 'Tillader oprettelse af midlertidige tabeller.';
$strPrivDescCreateUser = 'Tillader oprettelse, sletning og omdøbning af brugerkonti.';
$strPrivDescCreateView = 'Tillader oprettelse af nye Allows creating new views.';
$strPrivDescDelete = 'Tillader sletning af data.';
$strPrivDescDropDb = 'Tillader at droppe databaser og tabeller.';
$strPrivDescDropTbl = 'Tillader at droppe tabeller.';
$strPrivDescExecute5 = 'Tillader udførelse af gemte rutiner.';
$strPrivDescExecute = 'Tillader kørsel af gemte procedurer; Har ingen effekt i denne MySQL-version.';
$strPrivDescFile = 'Tillader import af data fra og eksport af data til filer.';
$strPrivDescGrant = 'Tillader oprettelse af brugere og privilegier uden at genindlæse privilegie-tabellerne.';
$strPrivDescIndex = 'Tillader at skabe og droppe indeks.';
$strPrivDescInsert = 'Tillader indsættelse og erstatning af data.';
$strPrivDescLockTables = 'Tillader låsning af tabeller for nuværende tråd.';
$strPrivDescMaxConnections = 'Begrænser antallet af nye forbindelser brugeren må åbne pr. time.';
$strPrivDescMaxQuestions = 'Begrænser antallet af forespørgsler brugeren må sende til serveren pr. time.';
$strPrivDescMaxUpdates = 'Begrænser antallet af kommandoer som ændrer enhver tabel eller database brugeren må udføre pr. time.';
$strPrivDescMaxUserConnections = 'Begrænser antallet af samtidige forbindelser brugere må have.';
$strPrivDescProcess3 = 'Tillader at dræbe andre brugeres processer.';
$strPrivDescProcess4 = 'Tillader at se komplette forespørgsler i proceslisten.';
$strPrivDescReferences = 'Har ingen effekt i denne MySQL version.';
$strPrivDescReload = 'Tillader genindlæsning af serverindstillinger og tømning af caches.';
$strPrivDescReplClient = 'Giver brugeren rettigheder til at spørge hvor Slaves / Masters er.';
$strPrivDescReplSlave = 'Nødvendigt for replikationsslaverne.';
$strPrivDescSelect = 'Tillader læsning af data.';
$strPrivDescShowDb = 'Giver adgang til den fuldstændige liste over databaser.';
$strPrivDescShowView = 'Tillader udførelse af SHOW CREATE VIEW forespørgsler.';
$strPrivDescShutdown = 'Tillader nedlukning af serveren.';
$strPrivDescSuper = 'Tillader forbindelse, selv hvis maksimalt antal forbindelser er nået; Nødvendigt for de fleste administrative operationer som indstilling af globale variabler eller for at dræbe andre brugeres tråde.';
$strPrivDescUpdate = 'Tillader ændring af data.';
$strPrivDescUsage = 'Ingen privilegier.';
$strPrivileges = 'Privilegier';
$strPrivilegesReloaded = 'Privilegierne blev korrekt genindlæst.';
$strProcesslist = 'Procesliste';
$strProtocolVersion = 'Protokolversion';
$strPutColNames = 'Indsæt feltnavne i første række';
 
$strQBEDel = 'Del (Slet)';
$strQBEIns = 'Ins(Indsæt)';
$strQBE = 'Foresp. via eks.';
$strQueryCache = 'Forespørgsel-mellemlager';
$strQueryFrame = 'Foresp. vindue';
$strQueryOnDb = 'SQL-forespørgsel til database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historik';
$strQueryStatistics = '<b>Forespørgselsstatistikker</b>: Siden opstarten er der blevet sendt %s forespørgsler til serveren.';
$strQueryTime = 'Forepørgsel tog %01.4f sek';
$strQueryType = 'Forespørgselstype';
$strQueryWindowLock = 'Overskriv ikke denne forespørgsel fra udenfor vinduet';
 
$strReadRequests = 'Read-anmodninger';
$strReceived = 'Modtaget';
$strRecords = 'Poster';
$strReferentialIntegrity = 'Check reference-integriteten';
$strRefresh = 'Opdatér';
$strRelationalSchema = 'Relationel skematik';
$strRelationNotWorking = 'De ekstra features for at arbejde med linkede tabeller er deaktiveret. For at se hvorfor, klik %sher%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE (Relationer for tabellen)';
$strRelations = 'Relationer';
$strRelationView = 'Se Relationer';
$strReloadingThePrivileges = 'Genindlæs privilegierne';
$strReloadMySQL = 'Genstart MySQL';
$strRemoveSelectedUsers = 'Fjern valgte brugere';
$strRenameDatabaseOK = 'Database %s er blevet omdøbt til %s';
$strRenameTableOK = 'Tabellen %s er nu omdøbt til %s';
$strRenameTable = 'Omdøb tabel til';
$strRepairTable = 'Reparer tabel';
$strReplaceNULLBy = 'Erstat NULL med';
$strReplaceTable = 'Erstat data i tabellen med filens data';
$strReplication = 'Replikering';
$strReset = 'Nulstil';
$strResourceLimits = 'Ressourcebegrænsninger';
$strReType = 'Skriv igen';
$strRevokeAndDeleteDescr = 'Bruger(e) vil fortsat have USAGE-privilegiet indtil privilegierne genindlæses.';
$strRevokeAndDelete = 'Tilbagekald alle aktive privileiger fra brugerne og slet dem efterfølgende.';
$strRevokeMessage = 'Du har tilbagekaldt privilegierne for %s';
$strRevoke = 'Tilbagekald';
$strRomanian = 'Rumænsk';
$strRowLength = 'Rækkelængde';
$strRowsFrom = 'rækker startende fra post #';
$strRowSize = ' Rækkestørrelse ';
$strRowsModeFlippedHorizontal = 'horisontalt (roterede overskrifter)';
$strRowsModeHorizontal = 'vandret';
$strRowsModeOptions = '%s og gentag overskrifter efter %s celler';
$strRowsModeVertical = 'lodret';
$strRows = 'Rækker';
$strRowsStatistic = 'Række-statistik';
$strRunning = 'kører på %s';
$strRunQuery = 'Send forespørgsel';
$strRunSQLQueryOnServer = 'Kør SQL-forespørgsel/forespørgsler på server %s';
$strRunSQLQuery = 'Kør SQL-forspørgsel(er) på database %s';
$strRussian = 'Russisk';
 
$strSaveOnServer = 'Gem på serveren i mappen %s ';
$strSave = 'Gem';
$strScaleFactorSmall = 'Skaleringsfaktoren er for lille til at tilpasse skematikken til en side';
$strSearchFormTitle = 'Søg i databasen';
$strSearchInTables = 'Indeni tabel(ler):';
$strSearchNeedle = 'Ord eller værdi(er) (jokertegn: "%"):';
$strSearchOption1 = 'mindst et af ordene';
$strSearchOption2 = 'alle ordene';
$strSearchOption3 = 'den nøjagtige sætning';
$strSearchOption4 = 'som regulært udtryk';
$strSearchResultsFor = 'Søgeresultater for "<i>%s</i>" %s:';
$strSearch = 'Søg';
$strSearchType = 'Find:';
$strSecretRequired = 'Konfigurationsfilen skal nu bruge et hemmeligt kodeord (blowfish_secret).';
$strSelectADb = 'Vælg en database';
$strSelectAll = 'Vælg alle';
$strSelectBinaryLog = 'Vælg binærlog til gennemsyn';
$strSelectFields = 'Vælg mindst eet felt:';
$strSelectNumRows = 'i forespørgsel';
$strSelectTables = 'Vælg Tabeller';
$strSend = 'Send (download)';
$strSent = 'Sendt';
$strServerChoice = 'Server valg';
$strServerNotResponding = 'Serveren svarer ikke';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Forsinkede inserts';
$strServerStatus = 'Runtime-information';
$strServerStatusUptime = 'Denne MySQL-server har kørt i %s. Den startede op den %s.';
$strServerTabProcesslist = 'Processer';
$strServerTabVariables = 'Variabler';
$strServerTrafficNotes = '<b>Servertrafik</b>: Disse tabeller viser netværkstrafik-statistikkerne for denne MySQL-server siden dens opstart.';
$strServerVars = 'Server-variabler og indstillinger';
$strServerVersion = 'Serverversion';
$strSessionValue = 'Sessionsværdi';
$strSetEnumVal = 'Hvis et felt er af typen "enum" eller "set", skal værdierne angives på formen: \'a\',\'b\',\'c\'...<br />Skulle du få brug for en backslash ("\") eller et enkelt anførselstegn ("\'") blandt disse værdier, så tilføj en ekstra backslash (fx \'\\\\xyz\' eller \'a\\\'b\').';
$strShowAll = 'Vis alt';
$strShowColor = 'Vis farve';
$strShowDatadictAs = 'Data Dictionary-format';
$strShowFullQueries = 'Vis fuldstændige forespørgsler';
$strShowGrid = 'Vis gitter';
$strShowingBookmark = 'Viser bogmærke';
$strShowingRecords = 'Viser poster ';
$strShowOpenTables = 'Vis åbne tabeller';
$strShowPHPInfo = 'Vis PHP information';
$strShow = 'Vis';
$strShowSlaveHosts = 'Vis slave værter';
$strShowSlaveStatus = 'Vis slave status';
$strShowStatusBinlog_cache_disk_useDescr = 'Antal transaktioner der brugte det midlertidige binære log mellemlager men overskred værdien for binlog_cache_size og brugte en midlertidig fil til at gemme statements fra transaktionen.';
$strShowStatusBinlog_cache_useDescr = 'Antal transaktioner der brugte det midlertidige binære log mellemlager.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Antal midlertidige tabeller på disken oprettet automatisk af serveren under udførelse af statements. Hvis Created_tmp_disk_tables er stor, skal du overveje at forøge tmp_table_size værdien for at gøre midlertidige tabeller hukommelses-baserede i stedet for disk-baserede.';
$strShowStatusCreated_tmp_filesDescr = 'Hvor mange midlertidige filer mysqld har oprettet.';
$strShowStatusCreated_tmp_tablesDescr = 'Antal i-hukommelsen midlertidige tabeller oprettet automatisk af serveren under udførelse af statements.';
$strShowStatusDelayed_errorsDescr = 'Antal rækker skrevet med INSERT DELAYED (forsinket indsættelse) under hvilke der opstod fejl (sandsynligvis dublerede nøgler).';
$strShowStatusDelayed_insert_threadsDescr = 'Antallet af INSERT DELAYED handler tråde i brug. Hver forskellig tabel hvorpå en bruger INSERT DELAYED får sin egen tråd.';
$strShowStatusDelayed_writesDescr = 'Antallet af INSERT DELAYED rækker skrevet.';
$strShowStatusFlush_commandsDescr = 'Antallet af udførte FLUSH statements.';
$strShowStatusHandler_commitDescr = 'Antallet af interne COMMIT statements.';
$strShowStatusHandler_deleteDescr = 'Antallet af gange en række blev slettet fra en tabel.';
$strShowStatusHandler_discoverDescr = 'MySQL serveren kan spørge en NDB Cluster storage engine om den kender til en tabel med et givent navn. Dette kaldes opdagelse. Handler_discover indikerer antallet af gange tabeller er blevet opdaget.';
$strShowStatusHandler_read_firstDescr = 'Antallet af gange første indlæg blev læst fra et indeks. Hvis denne er høj, antyder det at serveren laver mange fulde indeks scans; for eksempel, SELECT col1 FROM foo, antagende at col1 er indekseret.';
$strShowStatusHandler_read_keyDescr = 'Antallet af anmodninger om at læse en række baseret på en nøgle. Hvis denne er høj, er det en god indikation af at dine forespørgsler og tabeller er ordentligt indekserede.';
$strShowStatusHandler_read_nextDescr = 'Antallet af anmodninger om at læse næste række i nøgleorden. Denne forøges hvis du forespørger på en indekskolonne med en range-begrænsning eller hvis du udfører et indeks scan.';
$strShowStatusHandler_read_prevDescr = 'Antallet af anmodninger om at læse foregående række i nøgleorden. Denne læsemetode bruges hovedsageligt til at optimere ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Antallet af anmodninger om at læse en række baseret på en fast position. Denne er høj hvis du laver mange forespørgsler der kræver sortering af resultatet. Du har sandsynligvis mange forespørgsler der forlanger at MySQL scanner hele tabeller eller du har joins der ikke bruger nøgler ordentligt.';
$strShowStatusHandler_read_rnd_nextDescr = 'Antallet af anmodninger om læsning af næste række i datafilen. Denne er høj hvis du laver mange tabelscanninger. Generelt antyder dette at dine tabeller enten ikke er ordentligt indekserede eller at dine forespørgsler ikke er skrevet til at drage fordel af de indeks du har.';
$strShowStatusHandler_rollbackDescr = 'Antallet af interne ROLLBACK statements.';
$strShowStatusHandler_updateDescr = 'Antallet af anmodninger om at opdatere en række i en tabel.';
$strShowStatusHandler_writeDescr = 'Antallet af anmodninger om at indsætte en række i en tabel.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Antallet af sider der indeholder data (beskidte eller rene).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Antallet af såkaldt beskidte sider.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Antallet af buffer pool sider der er anmodet om at skulle flushes.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Antallet af frie sider.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Antallet af eksklusivt låste (latched) sider i InnoDB buffer pool. Dette er sider der i øjeblikket læses eller skrives eller som ikke kan flushes eller fjernes af andre årsager.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Antallet af travle sider fordi de er blevet allokeret til administrativ overhead så som rækkelåse eller det adaptive hash indeks. Denne værdi kan også beregnes som Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total størrelse på buffer pool, i sider.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Antallet af "tilfældige" read-aheads InnoDB initierede. Dette sker når en forespørgsel skal scanne en større del af en tabel men i tilfældig rækkefølge.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Antallet af sekventielle read-aheads InnoDB initierede. Dette sker når InnoDB laver en sekventiel fuld tabelscanning.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Antallet af logiske read anmodninger InnoDB har lavet.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Antallet af logiske reads som InnoDB ikke kunne tilfredsstille fra buffer pool og måtte lave en enkelt-side read.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalt sker skrivninger til InnoDB buffer poolen i baggrunden. Men, hvis der er brug for at læse eller oprette en side og der ikke er nogen rene sider tilgængelige, er det nødvendigt at vente på at der bliver flushet sider først. Denne tæller tæller hvor mange gange det er sket. Hvis buffer pool størrelsen er sat ordentligt, skulle denne værdi være lille.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Antallet af skrivninger til InnoDB buffer poolen.';
$strShowStatusInnodb_data_fsyncsDescr = 'Antallet af fsync() operationer indtil nu.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Nuværende antal ventende fsync() operationer.';
$strShowStatusInnodb_data_pending_readsDescr = 'Nuværende antal af ventende reads.';
$strShowStatusInnodb_data_pending_writesDescr = 'Nuværende antal af ventende writes.';
$strShowStatusInnodb_data_readDescr = 'Mængden af data læst indtil nu, i bytes.';
$strShowStatusInnodb_data_readsDescr = 'Det totale antal af data reads.';
$strShowStatusInnodb_data_writesDescr = 'Det totale antal af data writes.';
$strShowStatusInnodb_data_writtenDescr = 'Mængden af data skrevet indtil nu, i bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Antallet af doublewrite skrivninger der er udført og antallet af sider der er blevet skrevet til dette formål.';
$strShowStatusInnodb_dblwr_writesDescr = 'Antallet af doublewrite skrivninger der er udført og antallet af sider der er blevet skrevet til dette formål.';
$strShowStatusInnodb_log_waitsDescr = 'Antallet af waits vi har haft fordi log buffer var for lille og vi skulle vente på at den blev flushed før vi kunne fortsætte.';
$strShowStatusInnodb_log_write_requestsDescr = 'Antallet af log write anmodninger.';
$strShowStatusInnodb_log_writesDescr = 'Antallet af fysiske skrivninger til log filen.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Antallet af fsyncs skrivninger lavet til log filen.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Antallet af ventende log fil fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Ventende log fil skrivninger.';
$strShowStatusInnodb_os_log_writtenDescr = 'Antallet af bytes skrevet til log filen.';
$strShowStatusInnodb_pages_createdDescr = 'Antallet af sider oprettet.';
$strShowStatusInnodb_page_sizeDescr = 'Den indkompilerede InnoDB sidestørrelse (standard 16KB). Mange værdier tælles i sider; sidestørrelsen gør at man let kan omregne dem til bytes.';
$strShowStatusInnodb_pages_readDescr = 'Antallet af sider læst.';
$strShowStatusInnodb_pages_writtenDescr = 'Antallet af sider skrevet.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Antallet af rækkelåse der ventes på i øjeblikket.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Gennemsnitstiden for at få en rækkelås, i millisekunder.';
$strShowStatusInnodb_row_lock_timeDescr = 'Total tid brugt på at hente rækkelåse, i millisekunder.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksimale tid for at hente en rækkelås, i millisekunder.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Antallet af gange der skulle ventes på en rækkelås.';
$strShowStatusInnodb_rows_deletedDescr = 'Antallet af rækker slettet fra InnoDB tabeller.';
$strShowStatusInnodb_rows_insertedDescr = 'Antallet af rækker indsat i InnoDB tabeller.';
$strShowStatusInnodb_rows_readDescr = 'Antallet af rækker læst fra InnoDB tables.';
$strShowStatusInnodb_rows_updatedDescr = 'Antallet af rækker opdateret i InnoDB tabeller.';
$strShowStatusKey_blocks_not_flushedDescr = 'Antallet af nøgleblokeringer i nøglemellemlageret der har ændret sig men endnu ikke er blevet flushet til disk. Det hed tidligere Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Antallet af ubrugte blokke i nøglemellemlageret. Du kan bruge denne værdi til at fastslå hvor meget af nøglemellemlagere der er i brug.';
$strShowStatusKey_blocks_usedDescr = 'Antallet af brugte blokke i nøglemellemlageret. Denne værdi er et højvande-mærke der indikerer det maksimale antal blokke der på noget tidspunkt har været i brug på en gang.';
$strShowStatusKey_read_requestsDescr = 'Antallet af anmodninger om at læse en nøgleblok fra mellemlageret.';
$strShowStatusKey_readsDescr = 'Antallet af fysiske læsninger af en nøgleblok fra disk. Hvis Key_reads er stor, er din key_buffer_size værdi sandsynligvis for lille. Mellemlager miss raten kan beregnes som Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Antallet af anmodninger om at skrive en nøgleblok til mellemlageret.';
$strShowStatusKey_writesDescr = 'Antallet af fysiske skrivninger af en nøgleblok til disk.';
$strShowStatusLast_query_costDescr = 'Totale omkostninger for den seneste kompilerede forespørgsel som beregnet af forespørgsels-optimeringsrutinen. Brugbart til at sammenligne omkostninger på forskellige forespørgselsplaner for den samme forespørgsel. En standardværdi på 0 betyder at der ikke er kompileret nogen forespørgsler endnu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Antallet af rækker der venter på at blive skrevet i INSERT DELAY køer.';
$strShowStatusOpened_tablesDescr = 'Antallet af tabeller der er blevet åbnet. Hvis åbnede tabeller er stor, er dit tabelmellemlager sandsynligvis for lille.';
$strShowStatusOpen_filesDescr = 'Antallet af filer der er åbne.';
$strShowStatusOpen_streamsDescr = 'Antallet af streams der er åbne (bruges hovedsageligt til logning).';
$strShowStatusOpen_tablesDescr = 'Antallet af tabeller der er åbne.';
$strShowStatusQcache_free_blocksDescr = 'Antallet af frie hukommelsesblokke i forespørgsels-mellemlageret.';
$strShowStatusQcache_free_memoryDescr = 'Mængden af fri hukommelse til forespørgselsmellemlageret.';
$strShowStatusQcache_hitsDescr = 'Antallet af mellemlager hits.';
$strShowStatusQcache_insertsDescr = 'Antallet af forespørgsler tilføjet til mellemlageret.';
$strShowStatusQcache_lowmem_prunesDescr = 'Antallet af forespørgsler der er blevet fjernet fra mellemlageret for at rydde hukommelse til mellemlagring af nye forespørgsler. Denne information kan hjælpe dig med at tune forespørgselsmellemlagerets størrelse. Forespørgselsmellemlageret bruger en mindst nyligt brugt (LRU) strategi til at afgøre hvilke forespørgsler der skal fjernes fra mellemlageret.';
$strShowStatusQcache_not_cachedDescr = 'Antallet af ikke-mellemlagrede forespørgsler (ikke mulige at mellemlagre eller ikke mellemlagret grundet query_cache_type indstillingen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Antallet af forespørgsler registreret i mellemlageret.';
$strShowStatusQcache_total_blocksDescr = 'Totalt antal blokke i forespørgsels-mellemlageret.';
$strShowStatusReset = 'Nulstil';
$strShowStatusRpl_statusDescr = 'Status på failsafe replikering (endnu ikke implementeret).';
$strShowStatusSelect_full_joinDescr = 'Antallet af joins der ikke bruger indeks. Hvis denne værdi ikke er 0, bør du nøje tjekke indeksene på dine tabeller.';
$strShowStatusSelect_full_range_joinDescr = 'Antallet af joins der brugte en range søgning på en reference tabel.';
$strShowStatusSelect_range_checkDescr = 'Antallet af joins uden nøgler der tjekker for nøglebrug efter hver række. (Hvis denne ikek er 0, bør du nøje tjekke indeks på dine tabeller.)';
$strShowStatusSelect_rangeDescr = 'Antallet af joins der brugte ranges på den første tabel. (Normalt ikke kritisk selvom tallet er stort.)';
$strShowStatusSelect_scanDescr = 'Antallet af joins som lavede en fuld scan af den første tabel.';
$strShowStatusSlave_open_temp_tablesDescr = 'Antallet af midlertidige tabeller i øjeblikket åbne af SQL tråden.';
$strShowStatusSlave_retried_transactionsDescr = 'Totalt (siden opstart) antal gange replikeringsslave SQL tråden har gen-forsøgt transaktioner.';
$strShowStatusSlave_runningDescr = 'Dette er TIL hvis denne server er en slave der er forbundet til en master.';
$strShowStatusSlow_launch_threadsDescr = 'Antallet af tråde der har taget mere end slow_launch_time sekunder at oprette.';
$strShowStatusSlow_queriesDescr = 'Antallet af forespørgsler der har taget mere end long_query_time sekunder.';
$strShowStatusSort_merge_passesDescr = 'Antallet af sammenlægningskørsler sorteringsalgoritmen skulle lave. Hvis denne værdi er høj, bør du overveje at forøge værdien af sort_buffer_size systemvariablen.';
$strShowStatusSort_rangeDescr = 'Antallet af sorteringer lavet med ranges.';
$strShowStatusSort_rowsDescr = 'Antallet af sorterede rækker.';
$strShowStatusSort_scanDescr = 'Antallet af sorteringer udført ved scanning af tabellen.';
$strShowStatusTable_locks_immediateDescr = 'Antallet af gange en tabellås blev givet æjeblikkeligt.';
$strShowStatusTable_locks_waitedDescr = 'Antallet af gange en tabellås ikke kunne fås øjeblikkeligt og en wait var nødvendig. Hvis denne er høj, og du har ydelsesproblemer, bør du først optimere dine forespørgsler, og derefter enten opdele din tabel eller tabeller, eller bruge replikering.';
$strShowStatusThreads_cachedDescr = 'Antallet af tråde i tråd-mellemlageret. Mellemlager-hitraten kan udregnes som Threads_created/Forbindelser. Hvis denne værdi er rød bør du forøge din thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Antallet af i øjeblikket åbne forbindelser.';
$strShowStatusThreads_createdDescr = 'Antallet af tråde oprettet til at håndtere forbindelser. Hvis Threads_created er stor, kan du vælge at forøge thread_cache_size værdien. (Normalt giver dette ingen nævneværdig ydelsesforbedring hvis du har god tråd-implementering.)';
$strShowStatusThreads_runningDescr = 'Antallet af tråde der ikke sover.';
$strShowTableDimension = 'Vis tabellernes dimensioner';
$strShowTables = 'Vis tabeller';
$strShowThisQuery = ' Vis forespørgslen her igen ';
$strSimplifiedChinese = 'Simplificeret Kinesisk';
$strSingly = '(enkeltvis)';
$strSize = 'Størrelse';
$strSkipQueries = 'Antal poster (queries) der skal springes over fra start';
$strSlovak = 'Slovakisk';
$strSlovenian = 'Slovensk';
$strSocketProblem = '(eller den lokale MySQL servers socket er ikke korrekt konfigureret)';
$strSortByKey = 'Sorteringsnøgle';
$strSorting = 'Sortering';
$strSort = 'Sorter';
$strSpaceUsage = 'Pladsforbrug';
$strSpanish = 'Spansk';
$strSplitWordsWithSpace = 'Ord adskilles af mellemrums-karakter (" ").';
$strSQLExportCompatibility = 'SQL eksport-kompatibilitet';
$strSQLExportType = 'Eksporttype';
$strSQLImportOptions = 'SQL-indstillinger';
$strSQLOptions = 'SQL-indstillinger';
$strSQLParserBugMessage = 'Det er muligt at du har fundet en fejl i SQL-parseren. Undersøg venligst din forespørgsel nøje, og check at anførselstegn er rigtige og ikke giver konflikter. Andre fejlårsager kan være at du uploader en fil med binær udenfor et lukket tekstområde. Du kan også prøve din forespørgsel i MySQL kommandolinje-interfacet. MySQL-serverens fejlmelding der følger herunder, hvis der er nogen, kan også hjælpe dig med at finde problemet. Hvis du stadig har probemer eller hvis parseren fejler hvor kommandolinjeinterfacet lykkes, reducer din SQL-forespørgselsinput til den ene forespørgsel der forårsager problemet, og indsend en fejlrapport med datablokken i KLIP-sektionen herunder:';
$strSQLParserUserError = 'Der ser ud til at være en fejl i din SQL-forespørgsel. MySQL-serverens fejlmelding der følger herunder, hvis der er nogen, kan også hjælpe dig med at finde problemet.';
$strSQLQuery = 'SQL-forespørgsel';
$strSQLResult = 'SQL-resultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ugyldig identifikator';
$strSQPBugUnclosedQuote = 'Ikke-lukket quote';
$strSQPBugUnknownPunctuation = 'Ukendt tegnsætnings-streng';
$strStatCheckTime = 'Sidste check';
$strStatCreateTime = 'Oprettelse';
$strStatement = 'Erklæringer';
$strStatisticsOverrun = 'På en travl server er der risiko for at bytetællerne løber over, så disse statistikker som rapporteret af MySQL-serveren kan være forkerte.';
$strStatUpdateTime = 'Sidste opdatering';
$strStatus = 'Status';
$strStorageEngines = 'Datalagre';
$strStorageEngine = 'Datalager';
$strStrucCSV = 'CSV-data';
$strStrucData = 'Struktur og data';
$strStrucDrop = 'Tilføj DROP TABLE';
$strStrucExcelCSV = 'CSV til MS Excel-data';
$strStrucNativeExcel = 'Fødte MS Excel-data';
$strStrucOnly = 'Kun strukturen';
$strStructPropose = 'Foreslå tabelstruktur';
$strStructure = 'Struktur';
$strSubmit = 'Send';
$strSuccess = 'Din SQL-forespørgsel blev udført korrekt';
$strSum = 'Sum';
$strSwedish = 'Svensk';
$strSwitchToDatabase = 'Skift til den kopierede database';
$strSwitchToTable = 'Skift til den kopierede tabel';
 
$strTableAlreadyExists = 'Table %s already exists!';
$strTableComments = 'Tabel kommentarer';
$strTableEmpty = 'Intet tabelnavn!';
$strTableHasBeenDropped = 'Tabel %s er slettet';
$strTableHasBeenEmptied = 'Tabel %s er tømt';
$strTableHasBeenFlushed = 'Tabel %s er blevet flushet';
$strTableMaintenance = 'Tabelvedligeholdelse';
$strTableOfContents = 'Indholdsfortegnelse';
$strTableOptions = 'Tabel-indstillinger';
$strTables = '%s tabel(ler)';
$strTableStructure = 'Struktur-dump for tabellen';
$strTable = 'Tabel';
$strTableType = 'Tabel type';
$strTakeIt = 'tag det';
$strTblPrivileges = 'Tabel-specifikke privilegier';
$strTempData = 'Midlertidige data';
$strTextAreaLength = ' På grund af feltets længde,<br /> kan det muligvis ikke ændres ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Standardtema %s ikke fundet!';
$strThemeNoPreviewAvailable = 'Intet billede til rådighed.';
$strThemeNotFound = 'Tema %s ikke fundet!';
$strThemeNoValidImgPath = 'Ingen gyldig billedsti for tema %s fundet!';
$strThemePathNotFound = 'Sti til tema ikke fundet for tema %s!';
$strTheme = 'Tema / Layout';
$strThisHost = 'Denne Host';
$strThisNotDirectory = 'Dette var ikke en mappe';
$strThreads = 'Tråde';
$strThreadSuccessfullyKilled = 'Tråd %s blev stoppet.';
$strTimeoutInfo = 'Foregående import timede ud, efter genindsendelse vil fortsætte fra position %d.';
$strTimeoutNothingParsed = 'Desværre blev der ikke parset nogen data ved sidste kørsel, dette betyder normalt at phpMyAdmin ikke vil være i stand til at gennemføre importen med mindre du forøger php tidsbegrænsningerne.';
$strTimeoutPassed = 'Script timeout nået, hvis du vil afslutte importen, indsend venligst samme fil igen og importen vil fortsætte hvor den slap.';
$strTime = 'Tid';
$strToggleScratchboard = 'tegnebræt til/fra';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Traditionelt Kinesisk';
$strTraditionalSpanish = 'Traditionelt Spansk';
$strTraffic = 'Trafik';
$strTransactionCoordinator = 'Transaktionskoordinator';
$strTransformation_application_octetstream__download = 'Viser et link til at downloade et felts binære data. Første mulighed er filnavnet på den binære fil. Anden mulighed er et muligt feltnavn fra en tabelrække indeholdende filnavnet. Hvis du bruger anden mulighed, er feltet til den første mulighed nødt til at være sat til en tom streng.';
$strTransformation_application_octetstream__hex = 'Viser hexadecimal udgave af data.';
$strTransformation_image_jpeg__inline = 'Viser et klikbart minibilled; indstillinger: bredde,højde i pixel (bevarer det originale perspektiv)';
$strTransformation_image_jpeg__link = 'Viser et link til dette billede (f.eks. direkte blob-download).';
$strTransformation_image_png__inline = 'Se image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Tager et TIME, TIMESTAMP eller DATETIME-felt og formatterer det til dit lokale datoformat. Første parameter er offset (i timer) som lægges til tidsstemplet (Default: 0). Andte parameter er et andet datoformat ud fra PHPs strftime() definition.';
$strTransformation_text_plain__external = 'KUN LINUX: Starter en ekstern applikation og føder feltdata via standard input. Returnerer standardoutputtet for applikationen. Default er Tidy, for korrekt printet HTML-kode. Af sikkerhedsårsager er du nødt til manuelt at redigere filen libraries/transformations/text_plain__external.inc.php og indsætte de værktøjer du vil tillade kørsel af. Første indstilling er så nummeret på det program du vil bruge og den anden indstilling er parametrene for det program. Tredie parameter, hvis sat til 1 vil konvertere outputtet vha. htmlspecialchars() (Default er 1). Et fjerde parameter, hvis sat til 1 vil sætte et NOWRAP om cellens indhold så hele outputtet bliver vist uden omformattering (Default 1)';
$strTransformation_text_plain__formatted = 'Bevarer original formattering af feltet. Der laves ikke nogen Escaping.';
$strTransformation_text_plain__imagelink = 'Viser et billed og et link, feltet indeholder filnavnet; første indstilling er et præfiks som "http://domain.com/", anden indstilling er bredde i pixel, tredie er højden.';
$strTransformation_text_plain__link = 'Viser et link, feltet indeholder filnavnet; første indstilling er et præfiks som "http://domain.com/", anden indstilling er en titel på linket.';
$strTransformation_text_plain__sql = 'Formatterer tekst som SQL-forespørgsel med syntaks farvemarkering.';
$strTransformation_text_plain__substr = 'Viser en del af en streng. Første parameter er antal tegn der skal springes over fra begyndelsen af en streng (Standard 0). Andet parameter er antal tegn der returneres (Standard indtil enden af strengen). Det tredie parameter definerer hvilke karakterer der skal føjes til foran eller efter outputtet når en substring (understreng) returneres (Standard: "...") .';
$strTruncateQueries = 'Trunkér viste forespørgsler';
$strTurkish = 'Tyrkisk';
$strType = 'Datatype';
 
$strUkrainian = 'Ukrainsk';
$strUncheckAll = 'Fjern alle mærker';
$strUnicode = 'Unicode';
$strUnique = 'Unik';
$strUnknown = 'ukendt';
$strUnselectAll = 'Fravælg alle';
$strUnsupportedCompressionDetected = 'Du forsøgte at indlæse en fil med u-understøttet komprimering (%s). Understøttelse af denne funktion er ikke implementeret eller ikke slået til for din konfiguration.';
$strUpdatePrivMessage = 'Du har opdateret privilegierne for %s.';
$strUpdateProfileMessage = 'Profilen er blevet opdateret.';
$strUpdateQuery = 'Opdater forespørgsel';
$strUpdComTab = 'Se venligst Dokumentationen for oplysninger om hvordan du opdaterer din Column_comments (kolonne-kommentarer) tabel';
$strUpgrade = 'Du burde opdatere til %s %s eller senere.';
$strUploadLimit = 'Du har sandsynligvis forsøgt at uploade en for stor fil. Se venligst %sdokumentationen%s for måder hvorpå du kan arbejde dig uden om denne begrænsning.';
$strUsage = 'Benyttelse';
$strUseBackquotes = 'Brug "backquotes" omkring tabeller og felters navne';
$strUsedPhpExtensions = 'Brugte PHP-udvidelser';
$strUseHostTable = 'Brug Host Tabel';
$strUserAlreadyExists = 'Brugeren %s findes i forvejen!';
$strUserEmpty = 'Intet brugernavn!';
$strUserName = 'Brugernavn';
$strUserNotFound = 'Den valgte bruger blev ikke fundet i privilegietabellen.';
$strUserOverview = 'Brugeroversigt';
$strUsersDeleted = 'De valgte brugere er blevet korrekt slettet.';
$strUsersHavingAccessToDb = 'Brugere med adgang til &quot;%s&quot;';
$strUser = 'Bruger';
$strUseTabKey = 'Brug TAB tasten for at flytte dig fra værdi til værdi, eller CTRL+piletasterne til at flytte frit omkring';
$strUseTables = 'Benyt tabeller';
$strUseTextField = 'Brug tekstfelt';
$strUseThisValue = 'Brug denne værdi';
 
$strValidateSQL = 'Validér SQL';
$strValidatorError = 'SQL-validatoren kunne ikke initialiseres. Check venligst at du har de nødvendige php-udvidelser installeret som beskrevet i %sdokumentationen%s.';
$strValue = 'Værdi';
$strVar = 'Variabel';
$strVersionInformation = 'Versionsinformation';
$strViewDumpDatabases = 'Vis dump (skema) for databaser';
$strViewDumpDB = 'Vis dump (skema) af database';
$strViewDump = 'Vis dump (skema) over tabel';
$strViewHasBeenDropped = 'Visning %s er blevet droppet';
$strViewMaxExactCount = 'Denne visning har mere end %d rækker. Se venligst %sdokumentationen%s.';
$strView = 'Visning';
 
$strWebServerUploadDirectoryError = 'Mappen du har sat til upload-arbejde kan ikke findes';
$strWebServerUploadDirectory = 'web-server upload mappe';
$strWelcome = 'Velkommen til %s';
$strWestEuropean = 'Vesteuropæisk';
$strWildcard = 'jokertegn';
$strWindowNotFound = 'Det angivne browservindue kunne ikke opdateres. Måske har du lukket det overliggende vindue eller din browser blokerer for tvær-vindue opdateringer i sikkerhedsindstillingerne';
$strWithChecked = 'Med det markerede:';
$strWriteRequests = 'Write-anmodninger';
$strWritingCommentNotPossible = 'Skrivning af kommentar ikke muligt';
$strWritingRelationNotPossible = 'Skrivning af relation ikke muligt';
$strWrongUser = 'Forkert brugernavn/kodeord. Adgang nægtet.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Bemærk: Indstilling af disse værdier til 0 (nul) fjerner begrænsningen.';
$strZip = '"zippet"';
?>
/Web/Maintenance/phpMyAdmin/lang/dutch-iso-8859-1.inc.php
0,0 → 1,980
<?php
/* $Id: dutch-iso-8859-1.inc.php,v 2.122.2.3 2006/03/23 17:42:12 lem9 Exp $ */
 
/*
* Updated by "CaliMonk" <calimonk at gmx.net> on 2005/01/04.
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y om %H:%M';
$timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden';
 
$strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s';
$strAbortedClients = 'Afgehaakte';
$strAbsolutePathToDocSqlDir = 'Geef een absoluut pad op de webserver aan naar de docSQL directory';
$strAccessDenied = 'Toegang geweigerd ';
$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.';
$strAction = 'Actie';
$strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe';
$strAddConstraints = 'Voeg beperkingen toe';
$strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen';
$strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij';
$strAddDropDatabase = 'Voeg DROP DATABASE toe';
$strAddFields = 'Voeg %s veld(en) toe';
$strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken';
$strAddIfNotExists = 'Voeg IF NOT EXISTS toe';
$strAddIntoComments = 'Voeg toe in commentaar';
$strAddNewField = 'Nieuw veld toevoegen';
$strAddPrivilegesOnDb = 'Voeg privileges toe aan de volgende database';
$strAddPrivilegesOnTbl = 'Voeg privileges toe aan de volgende tabel';
$strAddSearchConditions = 'Zoek condities toevoegen (het "where" gedeelte van de query):';
$strAddToIndex = 'Voeg &nbsp;%s&nbsp; kolom(men) toe aan index';
$strAddUser = 'Voeg een nieuwe gebruiker toe';
$strAddUserMessage = 'U heeft een nieuwe gebruiker toegevoegd.';
$strAddedColumnComment = 'Voeg commentaar toe aan de kolom';
$strAddedColumnRelation = 'Voeg een relatie toe aan de kolom';
$strAdministration = 'Administratie';
$strAffectedRows = 'Getroffen rijen:';
$strAfter = 'Na %s';
$strAfterInsertBack = 'Terug';
$strAfterInsertNewInsert = 'Voeg een nieuw record toe';
$strAfterInsertNext = 'Bewerk volgende rij';
$strAfterInsertSame = 'Ga terug naar deze pagina';
$strAll = 'Alle';
$strAllTableSameWidth = 'Alle tabellen weergeven met dezelfde breedte?';
$strAlterOrderBy = 'Wijzig het "Sorteren op/Order by" van de tabel';
$strAnIndex = 'Een index is toegevoegd aan %s';
$strAnalyzeTable = 'Analyseer tabel';
$strAnd = 'En';
$strAny = 'Elke'; //! Willekeurige?
$strAnyHost = 'Een willekeurige host';
$strAnyUser = 'Een willekeurige gebruiker';
$strApproximateCount = 'Kan ongeveer zijn. Zie FAQ 3.11';
$strArabic = 'Arabisch';
$strArmenian = 'Armeens';
$strAscending = 'Oplopend';
$strAtBeginningOfTable = 'Aan het begin van de tabel';
$strAtEndOfTable = 'Aan het eind van de tabel';
$strAttr = 'Attributen';
$strAutodetect = 'Auto detectie';
$strAutomaticLayout = 'Automatische lay-out';
 
$strBack = 'Terug';
$strBaltic = 'Baltisch';
$strBeginCut = 'Begin KNIP';
$strBeginRaw = 'Begin RAW';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Informatie';
$strBinLogName = 'Log naam';
$strBinLogOriginalPosition = 'Originele positie';
$strBinLogPosition = 'Positie';
$strBinLogServerId = 'Server ID';
$strBinary = ' Binair ';
$strBinaryDoNotEdit = ' Binair - niet aanpassen ';
$strBinaryLog = 'Binaire log';
$strBookmarkAllUsers = 'Geef elke gebruiker toegang tot deze bookmark';
$strBookmarkDeleted = 'De boekenlegger (Bookmark) is verwijderd.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Opgeslagen SQL-query';
$strBookmarkThis = 'Sla deze SQL-query op';
$strBookmarkView = 'Alleen bekijken';
$strBrowse = 'Verkennen';
$strBrowseForeignValues = 'Bekijk vreemde waardes';
$strBulgarian = 'Bulgaars';
$strBzError = 'phpMyAdmin is er niet in geslaagd om de dump te comprimeren doordat de Bz2 extensie in deze php versie niet functioneert. Het wordt sterk aangeraden om de instelling <code>$cfg[\'BZipDump\']</code> in uw phpMyAdmin configuratie bestand op <code>FALSE</code> te zetten. Als u Bz2 compressie wilt gebruiken zult u moeten upgraden naar een latere php versie. Zie php bug report %s voor meer informatie.';
$strBzip = '"ge-bzipt"';
 
$strCSVOptions = 'CSV opties';
$strCalendar = 'Kalender';
$strCannotLogin = 'Kan niet inloggen op de MySQL server';
$strCantLoad = 'Kan de %s extentie niet laden,<br />Controleer de PHP Configuratie';
$strCantLoadRecodeIconv = 'Kan iconv of recode extensies niet laden die nodig zijn voor de Karakterset conversie, configureer php om deze extensies toe te laten of schakel Karakterset conversie uit in phpMyAdmin';
$strCantRenameIdxToPrimary = 'Kan index niet naar PRIMARY hernoemen';
$strCantUseRecodeIconv = 'Kan iconv, libiconv en recode_string functies niet gebruiken zolang de extensies geladen moeten worden. Controleer de php configuratie.';
$strCardinality = 'Kardinaliteit';
$strCaseInsensitive = 'hoofdletter ongevoelig';
$strCaseSensitive = 'hoofdletter gevoelig';
$strCentralEuropean = 'Centraal Europees';
$strChange = 'Veranderen';
$strChangeCopyMode = 'Maak een nieuwe gebruiker aan met dezelfde privileges en ...';
$strChangeCopyModeCopy = '... behoud de oude.';
$strChangeCopyModeDeleteAndReload = ' ... verwijder de oude van de user tabellen en vernieuw de privileges achteraf.';
$strChangeCopyModeJustDelete = ' ... verwijder de oude van de user tabellen.';
$strChangeCopyModeRevoke = ' ... herstel alle actieve privileges van de oude en verwijder deze daarna.';
$strChangeCopyUser = 'Wijzig de Login Informatie / Kopieer gebruiker';
$strChangeDisplay = 'Kies weer te geven veld';
$strChangePassword = 'Wijzig wachtwoord';
$strCharset = 'Karakterset';
$strCharsetOfFile = 'Karakter set van het bestand:';
$strCharsets = 'Karaktersets';
$strCharsetsAndCollations = 'Karakter Sets en Collaties';
$strCheckAll = 'Selecteer alles';
$strCheckOverhead = 'Selecteer tabellen met overhead';
$strCheckPrivs = 'Controleer privileges';
$strCheckPrivsLong = 'Controleer privileges voor database &quot;%s&quot;.';
$strCheckTable = 'Controleer tabel';
$strChoosePage = 'Kies een pagina om aan te passen';
$strColComFeat = 'Toon kolom commentaar';
$strCollation = 'Collatie';
$strColumnNames = 'Kolom namen';
$strColumnPrivileges = 'Kolom-specifieke privileges';
$strCommand = 'Commando';
$strComments = 'Commentaar';
$strCommentsForTable = 'COMMENTAAR VOOR TABEL';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatibel';
$strCompleteInserts = 'Invoegen voltooid';
$strCompression = 'Compressie';
$strConfigFileError = 'phpMyAdmin kon het configuratie bestand niet lezen! <br />Dit kan gebeuren als php een parse error in dit bestand aantreft of dit bestand helemaal niet gevonden kan worden.<br />Roep het configuratie bestand direct aan met de snelkoppeling hieronder en lees de php foutmelding(en). In de meeste gevallen ontbreekt er ergens bijvoorbeeld een quote.<br /> Wanneer er een blanco pagina wordt weergegeven zijn er geen problemen.';
$strConfigureTableCoord = 'Configureer de coördinaten voor de tabel %s';
$strConnectionError = 'Kan niet verbinden: ongeldige instellingen.';
$strConnections = 'Connecties';
$strConstraintsForDumped = 'Beperkingen voor gedumpte tabellen';
$strConstraintsForTable = 'Beperkingen voor tabel';
$strCookiesRequired = 'Cookies moeten aan staan voorbij dit punt.';
$strCopyDatabaseOK = 'Database %s is gekopieerd naar %s';
$strCopyTable = 'Kopieer tabel naar (database<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s is gekopieerd naar %s.';
$strCopyTableSameNames = 'Kan de tabel niet naar dezelfde kopiëren!';
$strCouldNotKill = 'phpMyAdmin is er niet in geslaagd om de %s te sluiten.Waarschijnlijk is het al gesloten.';
$strCreate = 'Aanmaken';
$strCreateIndex = 'Creëer een index op kolommen&nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Creëer een nieuwe index';
$strCreateNewDatabase = 'Nieuwe database aanmaken';
$strCreateNewTable = 'Nieuwe tabel aanmaken in database %s';
$strCreatePage = 'Creëer een nieuwe pagina';
$strCreatePdfFeat = 'Aanmaken van PDF bestanden';
$strCreationDates = 'Creatie/Update/Controleer datum';
$strCriteria = 'Criteria';
$strCroatian = 'Kroatisch';
$strCyrillic = 'Cyrillisch';
$strCzech = 'Tsjechisch';
$strCzechSlovak = 'Tsjechische-Slowaak';
 
$strDBComment = 'Database commentaar: ';
$strDBCopy = 'Kopieer database naar';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Regel';
$strDBGMaxTimeMs = 'Max tijd, ms';
$strDBGMinTimeMs = 'Min tijd, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Tijd/Hit, ms';
$strDBGTotalTimeMs = 'Totaal tijd, ms';
$strDBRename = 'Hernoem database naar';
$strDanish = 'Deens';
$strData = 'Data';
$strDataDict = 'Data Woordenboek';
$strDataOnly = 'Alleen data';
$strDatabase = 'Database';
$strDatabaseEmpty = 'De database naam is leeg!';
$strDatabaseExportOptions = 'Database export opties';
$strDatabaseHasBeenDropped = 'Database %s is vervallen.';
$strDatabaseNoTable = 'Deze database bevat geen tabel!';
$strDatabases = 'databases';
$strDatabasesDropped = '%s databases zijn succesvol verwijderd.';
$strDatabasesStats = 'Database statistieken';
$strDatabasesStatsDisable = 'Statistieken uitzetten';
$strDatabasesStatsEnable = 'Statistieken aanzetten';
$strDatabasesStatsHeavyTraffic = 'Attentie: Indien u hier Database statistieken aanzet kan dit zorgen voor veel data verkeer tussen de webserver en de MySQL server.';
$strDbPrivileges = 'Database-specifieke privileges';
$strDbSpecific = 'database-specifiek';
$strDefault = 'Standaardwaarde';
$strDefaultValueHelp = 'Voer voor standaard waarden aub een enkele waarde in, zonder backslash of aanhalingstekens, gebruik makend van dit formaat: a';
$strDefragment = 'Defragment tabel';
$strDelOld = 'De huidige pagina heeft referenties met tabellen die niet langer bestaan. Wilt u deze referenties verwijderen?';
$strDelayedInserts = 'Gebruik vertraagde inserts';
$strDelete = 'Verwijderen';
$strDeleteAndFlush = 'Verwijder de gebruikers en vernieuw de privileges daarna.';
$strDeleteAndFlushDescr = 'Dit is de nette manier, maar het vernieuwen van de privileges kan even duren.';
$strDeleted = 'De rij is verwijderd';
$strDeletedRows = 'Verwijder rijen:';
$strDeleting = 'Verwijderen van %s';
$strDescending = 'Aflopend';
$strDescription = 'Beschrijving';
$strDictionary = 'Woordenboek';
$strDisableForeignChecks = 'controle op vreemde sleutels uitschakelen';
$strDisabled = 'Uitgeschakeld';
$strDisplayFeat = 'Toon Opties';
$strDisplayOrder = 'Weergave volgorde:';
$strDisplayPDF = 'Geef het PDF schema weer';
$strDoAQuery = 'Voer een query op basis van een vergelijking uit (wildcard: "%")';
$strDoYouReally = 'Weet u zeker dat u dit wilt ';
$strDocu = 'Documentatie';
$strDrop = 'Verwijderen';
$strDropDatabaseStrongWarning = 'U staat op het punt een complete database te DESTROY-en!';
$strDropUsersDb = 'Verwijder de databases die dezelfde naam hebben als de gebruikers.';
$strDumpSaved = 'Dump is bewaard als %s.';
$strDumpXRows = '%s rijen aan het dumpen, start bij rij %s.';
$strDumpingData = 'Gegevens worden uitgevoerd voor tabel';
$strDynamic = 'dynamisch';
 
$strEdit = 'Wijzigen';
$strEditPDFPages = 'PDF Pagina\'s aanpassen';
$strEditPrivileges = 'Wijzig rechten';
$strEffective = 'Effectief';
$strEmpty = 'Legen';
$strEmptyResultSet = 'MySQL gaf een lege resultaat set terug (0 rijen).';
$strEnabled = 'Ingeschakeld';
$strEncloseInTransaction = 'Sluit de export in een transactie';
$strEnd = 'Einde';
$strEndCut = 'Einde KNIP';
$strEndRaw = 'Einde RAW';
$strEnglish = 'Engels';
$strEnglishPrivileges = ' Aantekening: de namen van de MySQL rechten zijn uitgelegd in het Engels ';
$strError = 'Fout';
$strEscapeWildcards = 'Wildcards _ en % moeten worden ge-escaped met een \ om ze letterlijk te gebruiken';
$strEstonian = 'Estlands';
$strExcelEdition = 'Excel editie';
$strExcelOptions = 'Excel opties';
$strExecuteBookmarked = 'Voor de gebookmarkte query uit';
$strExplain = 'Verklaar SQL';
$strExport = 'Exporteer';
$strExtendedInserts = 'Uitgebreide invoegingen';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Mislukte pogingen';
$strField = 'Veld';
$strFieldHasBeenDropped = 'Veld %s is vervallen';
$strFields = 'Velden';
$strFieldsEmpty = ' Het velden aantal is leeg! ';
$strFieldsEnclosedBy = 'Velden ingesloten door';
$strFieldsEscapedBy = 'Velden ontsnapt door';
$strFieldsTerminatedBy = 'Velden beëindigd door';
$strFileAlreadyExists = 'Bestaand %s bestaat al op de server, verander de bestandsnaam of controleer overschrijf opties.';
$strFileCouldNotBeRead = 'Bestand kon niet worden gelezen';
$strFileNameTemplate = 'File naam template';
$strFileNameTemplateRemember = 'Onthoud template';
$strFixed = 'vast';
$strFlushPrivilegesNote = 'Opmerking: phpMyAdmin krijgt de rechten voor de gebruikers uit de MySQL privileges tabel. De content van deze tabel kan verschillen met de rechten van de server als er handmatig aanpassingen zijn aangebracht. Mocht dit het geval zijn dan moet men %sde privilege tabel vernieuwen%s voordat men verder gaat.';
$strFlushTable = 'Schoon de tabel ("FLUSH")';
$strFormEmpty = 'Er ontbreekt een waarde in het formulier!';
$strFormat = 'Formatteren';
$strFullText = 'Volledige teksten';
$strFunction = 'Functie';
 
$strGenBy = 'Gegenereerd door';
$strGenTime = 'Generatie Tijd';
$strGeneralRelationFeat = 'Basis relatie opties';
$strGeorgian = 'Georgisch';
$strGerman = 'Duits';
$strGlobal = 'globaal';
$strGlobalPrivileges = 'Globale privileges';
$strGlobalValue = 'Globale waarde';
$strGo = 'Start';
$strGrantOption = 'Toekennen';
$strGreek = 'Grieks';
$strGzip = '"ge-gzipt"';
 
$strHasBeenAltered = 'is veranderd.';
$strHasBeenCreated = 'is aangemaakt.';
$strHaveToShow = 'Er moet ten minste 1 weer te geven kolom worden gekozen';
$strHebrew = 'Hebreeuws';
$strHexForBinary = 'Gebruik hexadecimale voor binaire velden';
$strHome = 'Home';
$strHomepageOfficial = 'Officiële phpMyAdmin Website';
$strHost = 'Host';
$strHostEmpty = 'De host naam is leeg!';
$strHungarian = 'Hongaars';
 
$strIcelandic = 'IJslands';
$strId = 'ID';
$strIdxFulltext = 'Volledige tekst';
$strIgnore = 'Negeer';
$strIgnoreInserts = 'Gebruik ignore inserts';
$strIgnoringFile = 'Negeer bestand %s';
$strImportDocSQL = 'Importeer docSQL Bestanden';
$strImportFiles = 'Importeren bestanden';
$strInUse = 'in gebruik';
$strIndex = 'Index';
$strIndexHasBeenDropped = 'Index %s is vervallen';
$strIndexName = 'Index naam&nbsp;:';
$strIndexType = 'Index type&nbsp;:';
$strIndexWarningMultiple = 'Meer dan 1 %s sleutel was gecreëerd voor de kolom `%s`';
$strIndexWarningPrimary = 'PRIMARY en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`';
$strIndexWarningTable = 'Problemen met de index(en) van de tabel `%s`';
$strIndexWarningUnique = 'UNIQUE en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`';
$strIndexes = 'Indexen';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account. Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.';
$strInsert = 'Invoegen';
$strInsertAsNewRow = 'Voeg toe als nieuwe rij';
$strInsertNewRow = 'Nieuwe rij invoegen';
$strInsertedRowId = 'Ingevoegde rij id:';
$strInsertedRows = 'Ingevoegde rijen:';
$strInternalNotNecessary = '* Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.';
$strInternalRelations = 'Interne relaties';
 
$strJapanese = 'Japans';
$strJumpToDB = 'Ga naar database &quot;%s&quot;.';
$strJustDelete = 'Verwijder gewoon de gebruikers van de privileges tabel.';
$strJustDeleteDescr = 'De &quot;verwijderde&quot; gebruikers zullen de server kunnen gebruiken zoals altijd zolang de privileges nog niet zijn vernieuwd.';
 
$strKeepPass = 'Wijzig het wachtwoord niet';
$strKeyname = 'Sleutel naam';
$strKill = 'stop proces';
$strKorean = 'Koreaans';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opties';
$strLandscape = 'Landschap';
$strLatexCaption = 'Tabel titel';
$strLatexContent = 'Content van tabel __TABLE__';
$strLatexContinued = '(vervolgd)';
$strLatexContinuedCaption = 'Vervolgde tabel titel';
$strLatexIncludeCaption = 'Voeg tabel titel toe';
$strLatexLabel = 'Label sleutel';
$strLatexStructure = 'Structuur van de tabel __TABLE__';
$strLatvian = 'Lets';
$strLengthSet = 'Lengte/Waardes*';
$strLimitNumRows = 'records per pagina';
$strLinesTerminatedBy = 'Regels beëindigd door';
$strLinkNotFound = 'Link niet gevonden';
$strLinksTo = 'Gelinkt naar';
$strLithuanian = 'Litouws';
$strLocalhost = 'lokaal';
$strLocationTextfile = 'Locatie van het tekstbestand';
$strLogPassword = 'Wachtwoord:';
$strLogServer = 'Server';
$strLogUsername = 'Gebruikers naam:';
$strLogin = 'Inloggen';
$strLoginInformation = 'Login Informatie';
$strLogout = 'Uitloggen';
 
$strMIMETypesForTable = 'MIME TYPES VOOR TABEL';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Beschikbare MIME-types';
$strMIME_available_transform = 'Beschikbare transformaties';
$strMIME_description = 'Beschrijving';
$strMIME_nodescription = 'Geen beschrijving beschikbaar voor deze transformatie.<br />Raadpleeg de maker over wat %s doet.';
$strMIME_transformation = 'Browser transformaties';
$strMIME_transformation_note = 'Voor een lijst met beschikbare transformatie opties en MIME-type transformaties, klik op %sTransformatie opties%s';
$strMIME_transformation_options = 'Transformatie opties';
$strMIME_transformation_options_note = 'Voeg de waardes voor transformatie optie in het volgende formaat in: \'a\',\'b\',\'c\'...<br />Wanneer u een backslash ("\") of een enkele quote ("\'") moet invoegen in deze waardes, backslashes het dan (bijvoorbeeld \'\\\\xyz\' of \'a\\\'b\').';
$strMIME_without = 'MIME-types die in italic staan (Schuin) hebben geen aparte transformatie functies';
$strMaximumSize = 'Maximale grootte: %s%s';
$strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.';
$strMbOverloadWarning = 'U heeft mbstring.func_overload ingeschakeld in uw PHP configuratie. Deze optie is incompatibel met phpMyAdmin en kan ervoor zorgen dat sommige data corrupt raakt!';
$strModifications = 'Wijzigingen opgeslagen.';
$strModify = 'Aanpassen';
$strModifyIndexTopic = 'Wijzig een index';
$strMoveTable = 'Verplaats tabel naar (database<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s is verplaatst naar %s.';
$strMoveTableSameNames = 'Kan de tabel niet naar dezelfde verplaatsen!';
$strMultilingual = 'meertalig';
$strMySQLCharset = 'MySQL Karakterset';
$strMySQLConnectionCollation = 'MySQL verbindingscollatie';
$strMySQLSaid = 'MySQL retourneerde: ';
$strMySQLShowProcess = 'Laat processen zien';
$strMySQLShowStatus = 'MySQL runtime informatie';
$strMySQLShowVars = 'MySQL systeemvariabelen';
 
$strName = 'Naam';
$strNext = 'Volgende';
$strNo = 'Nee';
$strNoActivity = 'Geen activiteit voor %s seconden of meer, log a.u.b. opnieuw in';
$strNoDatabases = 'Geen databases';
$strNoDatabasesSelected = 'Er is geen databases geselecteerd.';
$strNoDescription = 'Geen beschrijving aanwezig';
$strNoDropDatabases = '"DROP DATABASE" opdrachten zijn niet mogelijk.';
$strNoExplain = 'Uitleg SQL overslaan';
$strNoFrames = 'phpMyAdmin is werkt gebruiksvriendelijker met een browser die <b>frames</b> aan kan.';
$strNoIndex = 'Geen index gedefinieerd!';
$strNoIndexPartsDefined = 'Geen index delen gedefinieerd!';
$strNoModification = 'Geen verandering';
$strNoOptions = 'Dit format heeft geen opties';
$strNoPassword = 'Geen wachtwoord';
$strNoPermission = 'De web server heeft geen rechten om het bestand %s op te slaan.';
$strNoPhp = 'zonder PHP Code';
$strNoPrivileges = 'Geen rechten';
$strNoRights = 'U heeft niet genoeg rechten om hier te zijn!';
$strNoRowsSelected = 'Geen rijen geselecteerd';
$strNoSpace = 'Onvoldoende ruimte om het bestand %s op te slaan.';
$strNoTablesFound = 'Geen tabellen gevonden in de database.';
$strNoThemeSupport = 'Geen ondersteuning voor thema\'s, controleer uw configuratie en/of de thema\'s in de directory %s.';
$strNoUsersFound = 'Geen gebruiker(s) gevonden.';
$strNoValidateSQL = 'SQL validatie overslaan';
$strNone = 'Geen';
$strNotNumber = 'Dit is geen cijfer!';
$strNotOK = 'Niet Goed';
$strNotSet = '<b>%s</b> tabel niet gevonden of niet ingesteld in %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s overeenkomst(en) in de tabel<i>%s</i>';
$strNumSearchResultsTotal = '<b>Totaal:</b> <i>%s</i> overeenkomst(en)';
$strNumTables = 'Tabellen';
 
$strOK = 'Correct';
$strOperations = 'Handelingen';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimaliseer tabel';
$strOr = 'Of';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overschrijf bestaande bestand (en)';
 
$strPHP40203 = 'U gebruikt PHP 4.2.3, deze versie bevat een grote fout in de multi-byte strings (mbstring). Voor meer informatie zie PHP bug report 19404. Het wordt sterk afgeraden deze versie van PHP te gebruiken met phpMyAdmin.';
$strPHPVersion = 'PHP Versie';
$strPageNumber = 'Pagina nummer:';
$strPaperSize = 'Papier grootte';
$strPartialText = 'Gedeeltelijke teksten';
$strPassword = 'Wachtwoord';
$strPasswordChanged = 'Het wachtwoord voor %s is met succes veranderd.';
$strPasswordEmpty = 'Het wachtwoord is leeg!';
$strPasswordHashing = 'Wachtwoord Hashing';
$strPasswordNotSame = 'De wachtwoorden zijn niet gelijk!';
$strPdfDbSchema = 'Schema van de "%s" database - Pagina %s';
$strPdfInvalidTblName = 'De tabel "%s" bestaat niet!';
$strPdfNoTables = 'Geen Tabellen';
$strPerHour = 'per uur';
$strPerMinute = 'per minuut';
$strPerSecond = 'per seconde';
$strPersian = 'Perzisch';
$strPhoneBook = 'Telefoonboek';
$strPhp = 'Creëer PHP Code';
$strPmaDocumentation = 'phpMyAdmin Documentatie';
$strPmaUriError = 'De <tt>$cfg[\'PmaAbsoluteUri\']</tt> richtlijn MOET gezet zijn in het configuratie bestand!';
$strPolish = 'Pools';
$strPortrait = 'Portret';
$strPos1 = 'Begin';
$strPrevious = 'Vorige';
$strPrimary = 'Primaire sleutel';
$strPrimaryKeyHasBeenDropped = 'De primaire sleutel is vervallen';
$strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!';
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> de naam van en <b>alleen van</b> een primaire sleutel zijn!)';
$strPrint = 'Afdrukken';
$strPrintView = 'Printopmaak';
$strPrintViewFull = 'Print overzicht (met volledige teksten)';
$strPrivDescAllPrivileges = 'Bevat alle privileges behalve GRANT.';
$strPrivDescAlter = 'Maakt het mogelijk de structuur van bestaande tabellen aan te passen.';
$strPrivDescCreateDb = 'Maakt het mogelijk om nieuwe databases en tabellen te maken.';
$strPrivDescCreateTbl = 'Maakt het mogelijk nieuwe tabellen te maken.';
$strPrivDescCreateTmpTable = 'Maakt het mogelijk om tijdelijke tabellen te maken.';
$strPrivDescDelete = 'Maakt het mogelijk om data te verwijderen.';
$strPrivDescDropDb = 'Maakt het mogelijk om databases en tabellen te verwijderen.';
$strPrivDescDropTbl = 'Maakt het mogelijk tabellen te verwijderen.';
$strPrivDescExecute = 'Maakt het mogelijk om opgeslagen procedures uit te voeren; Heeft geen effect in deze MySQL versie.';
$strPrivDescFile = 'Maakt het mogelijk om data te importeren en te exporteren van en naar bestanden.';
$strPrivDescGrant = 'Maakt het mogelijk dat gebruikers en privileges toe te voegen zonder de privileges tabel opnieuw op te vragen.';
$strPrivDescIndex = 'Maakt het mogelijk om indexen te creëren en te verwijderen.';
$strPrivDescInsert = 'Maakt het mogelijk om data in te voegen en te vervangen.';
$strPrivDescLockTables = 'Maakt het mogelijk tabellen op slot te zetten voor de huidige thread.';
$strPrivDescMaxConnections = 'Limiteert het aantal nieuwe connecties die een gebruiker per uur mag openen.';
$strPrivDescMaxQuestions = 'Limiteert het aantal queries dat een gebruiker mag versturen per uur.';
$strPrivDescMaxUpdates = 'Limiteert het aantal commando\'s, welke een database of tabel veranderen, die een gebruiker per uur mag uitvoeren.';
$strPrivDescProcess3 = 'Maakt het mogelijk processen te stoppen voor andere gebruikers.';
$strPrivDescProcess4 = 'Maakt het mogelijk om complete queries in de process lijst te zien.';
$strPrivDescReferences = 'Heeft geen effect in deze MySQL versie.';
$strPrivDescReload = 'Maakt het mogelijk om de server instellingen opnieuw op te vragen en de cache van de server leeg te maken.';
$strPrivDescReplClient = 'Geeft het recht aan de gebruiker om te vragen waar de slaves (slaven) / masters (meesters) zijn.';
$strPrivDescReplSlave = 'Nodig om slaves (slaven) de repliceren.';
$strPrivDescSelect = 'Maakt het lezen van data mogelijk.';
$strPrivDescShowDb = 'Geeft toegang tot de complete lijst van databases.';
$strPrivDescShutdown = 'Maakt het mogelijk de server te stoppen.';
$strPrivDescSuper = 'Maakt het mogelijk verbinding te maken, zelfs als het maximaal aantal verbindingen als is bereikt; Dit is vereist voor de meeste administratieve opties zoals het instellen van globale variabelen of het stoppen van threads van andere gebruikers.';
$strPrivDescUpdate = 'Maakt het mogelijk data aan te passen.';
$strPrivDescUsage = 'Geen privileges.';
$strPrivileges = 'Rechten';
$strPrivilegesReloaded = 'De privileges zijn met succes vernieuwd';
$strProcesslist = 'Process lijst';
$strPutColNames = 'Plaats veldnamen in de eerste rij';
 
$strQBE = 'Query opbouwen';
$strQBEDel = 'Verwijder';
$strQBEIns = 'Toevoegen';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL-query op database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-geschiedenis';
$strQueryStatistics = '<b>Query statistieken</b>: Sinds het opstarten zijn er, %s queries gestuurd naar de server.';
$strQueryTime = 'Query duurde %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Overschrijf deze query niet van buitenaf dit scherm';
 
$strReType = 'Type opnieuw';
$strReceived = 'Ontvangen';
$strRecords = 'Records';
$strReferentialIntegrity = 'Controleer referentiële integriteit';
$strRefresh = 'Vernieuw';
$strRelationNotWorking = 'Extra opties om met tabellen te werken die gelinkt zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.';
$strRelationView = 'Relatie overzicht';
$strRelationalSchema = 'Relationeel schema';
$strRelations = 'Relaties';
$strRelationsForTable = 'RELATIES VOOR TABEL';
$strReloadMySQL = 'MySQL opnieuw laden.';
$strReloadingThePrivileges = 'Bezig de privileges te vernieuwen';
$strRemoveSelectedUsers = 'Verwijder de geselecteerde gebruikers';
$strRenameDatabaseOK = 'Database %s is hernoemed naar %s';
$strRenameTable = 'Tabel hernoemen naar';
$strRenameTableOK = 'Tabel %s is hernoemt naar %s';
$strRepairTable = 'Repareer tabel';
$strReplaceNULLBy = 'Vervang NULL door';
$strReplaceTable = 'Vervang tabel gegevens met het bestand';
$strReset = 'Opnieuw';
$strResourceLimits = 'Resource beperkingen';
$strRevoke = 'Ongedaan maken';
$strRevokeAndDelete = 'Trek alle actieve privileges in van alle gebruikers en verwijder ze daarna.';
$strRevokeAndDeleteDescr = 'De gebruikers zullen nog steeds het USAGE (gebruik) privilege hebben zolang de privileges nog niet zijn vernieuwd.';
$strRevokeMessage = 'U heeft de rechten ingetrokken voor %s';
$strRomanian = 'Roemeens';
$strRowLength = 'Lengte van de rij';
$strRowSize = ' Grootte van de rij';
$strRows = 'Rijen';
$strRowsFrom = 'rijen beginnend bij';
$strRowsModeFlippedHorizontal = 'horizontaal (geroteerde headers)';
$strRowsModeHorizontal = 'horizontaal';
$strRowsModeOptions = 'in %s modus en herhaal kopregels na %s cellen';
$strRowsModeVertical = 'verticaal';
$strRowsStatistic = 'Rij statistiek';
$strRunQuery = 'Query uitvoeren';
$strRunSQLQuery = 'Draai SQL query/queries op database %s';
$strRunning = 'wordt uitgevoerd op %s';
$strRussian = 'Russisch';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL export compatibiliteit';
$strSQLExportType = 'Export type';
$strSQLOptions = 'SQL opties';
$strSQLParserBugMessage = 'Er is een kans dat u een fout heeft aangetroffen in de SQL parser. Let er goed op, dat de query op de correcte plaatsen quotes heeft. Een ander mogelijkheid voor deze foutmelding kan zijn dat u het ge-quote text gedeelte in binairy mode heeft. U kunt ook uw query proberen in de command line van MySQL. De MySQL server foutmelding hieronder, mocht die aanwezig zijn, kan ook helpen met het opsporen van fouten. Blijft u problemen houden of als de parser fouten geeft terwijl het goed gaat in de command line van MySQL, probeer dan de SQL query in te korten en een bug report met het stukje data te sturen van het CUT gedeelte hieronder:';
$strSQLParserUserError = 'Er schijnt een fout te zijn in uw SQL query. Mocht de MySQL server een error hebben terug gegeven, probeer dan of uw hiermee uw fout kunt oplossen.';
$strSQLQuery = 'SQL-query';
$strSQLResult = 'SQL resultaat';
$strSQPBugInvalidIdentifer = 'Ongeldig herkenningsteken';
$strSQPBugUnclosedQuote = 'Quote niet afgesloten';
$strSQPBugUnknownPunctuation = 'Onbekende Punctuatie String';
$strSave = 'Opslaan';
$strSaveOnServer = 'Bewaar op de server in %s directory';
$strScaleFactorSmall = 'De schaal factor is te klein om het schema op een pagina te zetten';
$strSearch = 'Zoeken';
$strSearchFormTitle = 'Zoeken in de database';
$strSearchInTables = 'In de tabel(len):';
$strSearchNeedle = 'Woord(en) of waarde(s) waarnaar gezocht moet worden (wildcard: "%"):';
$strSearchOption1 = 'ten minste een van de woorden';
$strSearchOption2 = 'alle woorden';
$strSearchOption3 = 'de exacte zin';
$strSearchOption4 = 'als een reguliere expressie';
$strSearchResultsFor = 'Zoek resultaten voor "<i>%s</i>" %s:';
$strSearchType = 'Zoek:';
$strSecretRequired = 'Het configuratie bestand heeft nu een geheime wachtwoord zin nodig (blowfish_secret).';
$strSelectADb = 'Selecteer A.U.B. een database';
$strSelectAll = 'Selecteer alles';
$strSelectBinaryLog = 'Selecteer de te bekijken binaire log';
$strSelectFields = 'Selecteer velden (tenminste 1):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Selecteer tabellen';
$strSend = 'verzenden';
$strSent = 'Verzonden';
$strServer = 'Server';
$strServerChoice = 'Server keuze';
$strServerNotResponding = 'De server reageert niet';
$strServerStatus = 'Runtime Informatie';
$strServerStatusUptime = 'Deze MySQL server draait inmiddels %s. Hij is gestart op %s.';
$strServerTabProcesslist = 'Processen';
$strServerTabVariables = 'Variabelen';
$strServerTrafficNotes = '<b>Server verkeer</b>: Deze tabellen geven statistieken weer van het verkeer van deze MySQL server vanaf het moment dat hij is gestart';
$strServerVars = 'Server variabelen en instellingen';
$strServerVersion = 'Server versie';
$strSessionValue = 'Sessie variabelen';
$strSetEnumVal = 'Als het veld type "enum" of "set" is, voer dan de waardes in volgens dit formaat: \'a\',\'b\',\'c\'...<br />Als u ooit een backslash moet plaatsen ("\") of een enkel aanhalingsteken ("\'") bij deze waardes, backslash het (voorbeeld \'\\\\xyz\' of \'a\\\'b\').';
$strShow = 'Toon';
$strShowAll = 'Toon alles';
$strShowColor = 'Toon kleur';
$strShowDatadictAs = 'Data Dictionary Formaat';
$strShowFullQueries = 'Toon volledige Queries';
$strShowGrid = 'Toon grid';
$strShowPHPInfo = 'Laat informatie over PHP zien';
$strShowTableDimension = 'Geef de dimensies van de tabellen weer';
$strShowTables = 'Toon tabellen';
$strShowThisQuery = ' Laat deze query hier zien ';
$strShowingRecords = 'Toon Records';
$strSimplifiedChinese = 'Vereenvoudigd Chinese';
$strSingly = '(apart)';
$strSize = 'Grootte';
$strSlovak = 'Slowaak';
$strSlovenian = 'Sloveens';
$strSort = 'Sorteren';
$strSortByKey = 'Sorteren op sleutel';
$strSpaceUsage = 'Ruimte gebruik';
$strSpanish = 'Spaans';
$strSplitWordsWithSpace = 'Woorden worden gesplit door een spatie karakter (" ").';
$strStatCheckTime = 'Laatst gecontroleerd';
$strStatCreateTime = 'Gecreëerd';
$strStatUpdateTime = 'Laatst bijgewerkt';
$strStatement = 'Opdrachten';
$strStatus = 'Status';
$strStrucCSV = 'CSV gegevens';
$strStrucData = 'Structuur en gegevens';
$strStrucDrop = 'DROP TABLE toevoegen';
$strStrucExcelCSV = 'CSV voor MS Excel data';
$strStrucNativeExcel = 'Native MS Excel data';
$strStrucOnly = 'Alleen structuur';
$strStructPropose = 'Tabel structuur voorstellen';
$strStructure = 'Structuur';
$strSubmit = 'Verzenden';
$strSuccess = 'Uw SQL-query is succesvol uitgevoerd.';
$strSum = 'Som';
$strSwedish = 'Zweeds';
$strSwitchToDatabase = 'Schakel naar de gekopieerde database';
$strSwitchToTable = 'Wissel naar de gekopieerde tabel';
 
$strTable = 'Tabel';
$strTableComments = 'Tabel opmerkingen';
$strTableEmpty = 'De tabel naam is leeg!';
$strTableHasBeenDropped = 'Tabel %s is vervallen';
$strTableHasBeenEmptied = 'Tabel %s is leeg gemaakt';
$strTableHasBeenFlushed = 'Tabel %s is geschoond';
$strTableMaintenance = 'Tabel onderhoud';
$strTableOfContents = 'Inhoudsopgave';
$strTableOptions = 'Tabel opties';
$strTableStructure = 'Tabel structuur voor tabel';
$strTableType = 'Tabel type';
$strTables = '%s tabel(len)';
$strTakeIt = 'neem het';
$strTblPrivileges = 'Tabel-specifieke privileges';
$strTextAreaLength = ' Vanwege z\'n lengte,<br /> is dit veld misschien niet te wijzigen ';
$strThai = 'Thais';
$strTheme = 'Thema / Stijl';
$strThisHost = 'Deze Host';
$strThisNotDirectory = 'Dit was geen directory';
$strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.';
$strTime = 'Tijd';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'totaal';
$strTotalUC = 'Totaal';
$strTraditionalChinese = 'Traditioneel Chinees';
$strTraditionalSpanish = 'Traditioneel Spaans';
$strTraffic = 'Verkeer';
$strTransformation_application_octetstream__download = 'Toon een link om de binaire data van een veld te downloaden. Eerste optie is de bestandsnaam van het binaire bestand. De tweede optie is een mogelijke veldnaam van een rij van de tabel welke de bestandsnaam bevat. Wanneer de tweede optie wordt gekozen is het vereist dat de eerste optie leeg is.';
$strTransformation_image_jpeg__inline = 'Toont een klik bare thumbnail; opties: width,height in pixels (houdt de originele ratio)';
$strTransformation_image_jpeg__link = 'Toont een link naar deze image (directe blob download, i.e.).';
$strTransformation_image_png__inline = 'Zie image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Neemt een TIME, TIMESTAMP of DATETIME veld en vormt het naar uw lokale datum formaat. Eerst optie is de offset (in uren) welke zal worden toegevoegd aan de timestamp (Default: 0). De tweede opties is een ander datum formaat volgens de parameters beschikbaar volgens PHPs strftime().';
$strTransformation_text_plain__external = 'ALLEEN LINUX: Lanceert een externe applicatie en voed het de veld data via standaard input. Geeft standaard output van de applicatie terug. Default is Netjes, om nette HTML code te tonen. Om beveiligings redenen zult u handmatig het bestand libraries/transformations/text_plain__external.inc.php moeten aanpassen en de tools die u mag draaien invoegen. De eerste opties is het nummer van het programma wat u wilt gebruiken, de tweede optie zijn de parameters voor dit programma. Het derde parameter, wanneer ingesteld op 1, zal de output omzetten door middel van htmlspecialchars() (Standaard is 1). Een vierde parameter, wanneer ingesteld als 1 zal NOWRAP aan de content cell toevoegen, zodat de gehele output getoond zal worden zonder te herstructureren (Standaard 1)';
$strTransformation_text_plain__formatted = 'Preserveert het originele formaat van het veld. Er wordt geen Escaping toegepast.';
$strTransformation_text_plain__imagelink = 'Toont een plaatje en een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de breedte in pixels, de derde is de hoogte.';
$strTransformation_text_plain__link = 'Toont een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de titel voor de link.';
$strTransformation_text_plain__substr = 'Toont alleen een stuk van een string. De eerst optie is een offset om te bepalen waar de output van uw tekst start (Standaard 0). De tweede optie is een offset van de hoeveel tekst die terug wordt gegeven. Wanneer leeg, zal het alle overgebleven tekst teruggeven. De derde optie defineerd welke karakters worden toegevoegd aan de output wanneer een substring wordt teruggegeven (Standaard: ...) .';
$strTruncateQueries = 'Truncate getoonde Queries';
$strTurkish = 'Turks';
$strType = 'Type';
 
$strUkrainian = 'Oekraïens';
$strUncheckAll = 'Deselecteer alles';
$strUnicode = 'Unicode';
$strUnique = 'Unieke waarde';
$strUnknown = 'onbekend';
$strUnselectAll = 'Deselecteer alles';
$strUpdComTab = 'Raadpleeg de Documentatie over hoe u uw Column_comments tabel bijwerkt.';
$strUpdatePrivMessage = 'U heeft de rechten aangepast voor %s.';
$strUpdateProfileMessage = 'Het profiel is aangepast.';
$strUpdateQuery = 'Wijzig Query';
$strUpgrade = 'U moet opwaarderen (Upgraden) naar %s of hoger.';
$strUsage = 'Gebruik';
$strUseBackquotes = 'Gebruik backquotes (`) bij tabellen en velden\' namen';
$strUseHostTable = 'Gebruik Host Tabel';
$strUseTabKey = 'Gebruik de TAB knop om van waarde naar waarde te verplaatsen, of CTRL+pijltjes om vrijuit te navigeren';
$strUseTables = 'Gebruik tabellen';
$strUseTextField = 'Gebruik tekstveld';
$strUseThisValue = 'Gebruik deze waarde';
$strUser = 'Gebruiker';
$strUserAlreadyExists = 'De gebruiker %s bestaat al!';
$strUserEmpty = 'De gebruikersnaam is leeg!';
$strUserName = 'Gebruikersnaam';
$strUserNotFound = 'De geselecteerde gebruiker werd niet aangetroffen in de privileges tabel';
$strUserOverview = 'Gebruikers Overzicht';
$strUsersDeleted = 'De geselecteerde gebruikers zijn met succes verwijderd.';
$strUsersHavingAccessToDb = 'Gebruikers die toegang hebben tot &quot;%s&quot;';
 
$strValidateSQL = 'Valideer SQL';
$strValidatorError = 'De SQL validatie kon niet worden geinitialiseerd. Controleer of u de nodige php extensies heeft geinstalleerd zoals beschreven in de %sdocumentatie%s.';
$strValue = 'Waarde';
$strVar = 'Variabelen';
$strViewDump = 'Bekijk een dump (schema) van tabel';
$strViewDumpDB = 'Bekijk een dump (schema) van database';
$strViewDumpDatabases = 'Bekijk dump (schema) van de databases';
 
$strWebServerUploadDirectory = 'web-server upload directory';
$strWebServerUploadDirectoryError = 'De directory die u heeft ingesteld om te uploaden kan niet worden bereikt.';
$strWelcome = 'Welkom op %s';
$strWestEuropean = 'West Europees';
$strWildcard = 'joker teken';
$strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging';
$strWithChecked = 'Met geselecteerd:';
$strWritingCommentNotPossible = 'Het toevoegen van commentaar is niet mogelijk';
$strWritingRelationNotPossible = 'Toevoegen van een relatie is niet mogelijk';
$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijderd het limiet.';
$strZip = '"Gezipt"';
 
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/dutch-iso-8859-15.inc.php
0,0 → 1,980
<?php
/* $Id: dutch-iso-8859-15.inc.php,v 2.51.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/*
* Updated by "CaliMonk" <calimonk at gmx.net> on 2005/01/04.
*/
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y om %H:%M';
$timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden';
 
$strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s';
$strAbortedClients = 'Afgehaakte';
$strAbsolutePathToDocSqlDir = 'Geef een absoluut pad op de webserver aan naar de docSQL directory';
$strAccessDenied = 'Toegang geweigerd ';
$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.';
$strAction = 'Actie';
$strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe';
$strAddConstraints = 'Voeg beperkingen toe';
$strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen';
$strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij';
$strAddDropDatabase = 'Voeg DROP DATABASE toe';
$strAddFields = 'Voeg %s veld(en) toe';
$strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken';
$strAddIfNotExists = 'Voeg IF NOT EXISTS toe';
$strAddIntoComments = 'Voeg toe in commentaar';
$strAddNewField = 'Nieuw veld toevoegen';
$strAddPrivilegesOnDb = 'Voeg privileges toe aan de volgende database';
$strAddPrivilegesOnTbl = 'Voeg privileges toe aan de volgende tabel';
$strAddSearchConditions = 'Zoek condities toevoegen (het "where" gedeelte van de query):';
$strAddToIndex = 'Voeg &nbsp;%s&nbsp; kolom(men) toe aan index';
$strAddUser = 'Voeg een nieuwe gebruiker toe';
$strAddUserMessage = 'U heeft een nieuwe gebruiker toegevoegd.';
$strAddedColumnComment = 'Voeg commentaar toe aan de kolom';
$strAddedColumnRelation = 'Voeg een relatie toe aan de kolom';
$strAdministration = 'Administratie';
$strAffectedRows = 'Getroffen rijen:';
$strAfter = 'Na %s';
$strAfterInsertBack = 'Terug';
$strAfterInsertNewInsert = 'Voeg een nieuw record toe';
$strAfterInsertNext = 'Bewerk volgende rij';
$strAfterInsertSame = 'Ga terug naar deze pagina';
$strAll = 'Alle';
$strAllTableSameWidth = 'Alle tabellen weergeven met dezelfde breedte?';
$strAlterOrderBy = 'Wijzig het "Sorteren op/Order by" van de tabel';
$strAnIndex = 'Een index is toegevoegd aan %s';
$strAnalyzeTable = 'Analyseer tabel';
$strAnd = 'En';
$strAny = 'Elke'; //! Willekeurige?
$strAnyHost = 'Een willekeurige host';
$strAnyUser = 'Een willekeurige gebruiker';
$strApproximateCount = 'Kan ongeveer zijn. Zie FAQ 3.11';
$strArabic = 'Arabisch';
$strArmenian = 'Armeens';
$strAscending = 'Oplopend';
$strAtBeginningOfTable = 'Aan het begin van de tabel';
$strAtEndOfTable = 'Aan het eind van de tabel';
$strAttr = 'Attributen';
$strAutodetect = 'Auto detectie';
$strAutomaticLayout = 'Automatische lay-out';
 
$strBack = 'Terug';
$strBaltic = 'Baltisch';
$strBeginCut = 'Begin KNIP';
$strBeginRaw = 'Begin RAW';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Informatie';
$strBinLogName = 'Log naam';
$strBinLogOriginalPosition = 'Originele positie';
$strBinLogPosition = 'Positie';
$strBinLogServerId = 'Server ID';
$strBinary = ' Binair ';
$strBinaryDoNotEdit = ' Binair - niet aanpassen ';
$strBinaryLog = 'Binaire log';
$strBookmarkAllUsers = 'Geef elke gebruiker toegang tot deze bookmark';
$strBookmarkDeleted = 'De boekenlegger (Bookmark) is verwijderd.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Opgeslagen SQL-query';
$strBookmarkThis = 'Sla deze SQL-query op';
$strBookmarkView = 'Alleen bekijken';
$strBrowse = 'Verkennen';
$strBrowseForeignValues = 'Bekijk vreemde waardes';
$strBulgarian = 'Bulgaars';
$strBzError = 'phpMyAdmin is er niet in geslaagd om de dump te comprimeren doordat de Bz2 extensie in deze php versie niet functioneert. Het wordt sterk aangeraden om de instelling <code>$cfg[\'BZipDump\']</code> in uw phpMyAdmin configuratie bestand op <code>FALSE</code> te zetten. Als u Bz2 compressie wilt gebruiken zult u moeten upgraden naar een latere php versie. Zie php bug report %s voor meer informatie.';
$strBzip = '"ge-bzipt"';
 
$strCSVOptions = 'CSV opties';
$strCalendar = 'Kalender';
$strCannotLogin = 'Kan niet inloggen op de MySQL server';
$strCantLoad = 'Kan de %s extentie niet laden,<br />Controleer de PHP Configuratie';
$strCantLoadRecodeIconv = 'Kan iconv of recode extensies niet laden die nodig zijn voor de Karakterset conversie, configureer php om deze extensies toe te laten of schakel Karakterset conversie uit in phpMyAdmin';
$strCantRenameIdxToPrimary = 'Kan index niet naar PRIMARY hernoemen';
$strCantUseRecodeIconv = 'Kan iconv, libiconv en recode_string functies niet gebruiken zolang de extensies geladen moeten worden. Controleer de php configuratie.';
$strCardinality = 'Kardinaliteit';
$strCaseInsensitive = 'hoofdletter ongevoelig';
$strCaseSensitive = 'hoofdletter gevoelig';
$strCentralEuropean = 'Centraal Europees';
$strChange = 'Veranderen';
$strChangeCopyMode = 'Maak een nieuwe gebruiker aan met dezelfde privileges en ...';
$strChangeCopyModeCopy = '... behoud de oude.';
$strChangeCopyModeDeleteAndReload = ' ... verwijder de oude van de user tabellen en vernieuw de privileges achteraf.';
$strChangeCopyModeJustDelete = ' ... verwijder de oude van de user tabellen.';
$strChangeCopyModeRevoke = ' ... herstel alle actieve privileges van de oude en verwijder deze daarna.';
$strChangeCopyUser = 'Wijzig de Login Informatie / Kopieer gebruiker';
$strChangeDisplay = 'Kies weer te geven veld';
$strChangePassword = 'Wijzig wachtwoord';
$strCharset = 'Karakterset';
$strCharsetOfFile = 'Karakter set van het bestand:';
$strCharsets = 'Karaktersets';
$strCharsetsAndCollations = 'Karakter Sets en Collaties';
$strCheckAll = 'Selecteer alles';
$strCheckOverhead = 'Selecteer tabellen met overhead';
$strCheckPrivs = 'Controleer privileges';
$strCheckPrivsLong = 'Controleer privileges voor database &quot;%s&quot;.';
$strCheckTable = 'Controleer tabel';
$strChoosePage = 'Kies een pagina om aan te passen';
$strColComFeat = 'Toon kolom commentaar';
$strCollation = 'Collatie';
$strColumnNames = 'Kolom namen';
$strColumnPrivileges = 'Kolom-specifieke privileges';
$strCommand = 'Commando';
$strComments = 'Commentaar';
$strCommentsForTable = 'COMMENTAAR VOOR TABEL';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatibel';
$strCompleteInserts = 'Invoegen voltooid';
$strCompression = 'Compressie';
$strConfigFileError = 'phpMyAdmin kon het configuratie bestand niet lezen! <br />Dit kan gebeuren als php een parse error in dit bestand aantreft of dit bestand helemaal niet gevonden kan worden.<br />Roep het configuratie bestand direct aan met de snelkoppeling hieronder en lees de php foutmelding(en). In de meeste gevallen ontbreekt er ergens bijvoorbeeld een quote.<br /> Wanneer er een blanco pagina wordt weergegeven zijn er geen problemen.';
$strConfigureTableCoord = 'Configureer de coördinaten voor de tabel %s';
$strConnectionError = 'Kan niet verbinden: ongeldige instellingen.';
$strConnections = 'Connecties';
$strConstraintsForDumped = 'Beperkingen voor gedumpte tabellen';
$strConstraintsForTable = 'Beperkingen voor tabel';
$strCookiesRequired = 'Cookies moeten aan staan voorbij dit punt.';
$strCopyDatabaseOK = 'Database %s is gekopieerd naar %s';
$strCopyTable = 'Kopieer tabel naar (database<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s is gekopieerd naar %s.';
$strCopyTableSameNames = 'Kan de tabel niet naar dezelfde kopiëren!';
$strCouldNotKill = 'phpMyAdmin is er niet in geslaagd om de %s te sluiten.Waarschijnlijk is het al gesloten.';
$strCreate = 'Aanmaken';
$strCreateIndex = 'Creëer een index op kolommen&nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Creëer een nieuwe index';
$strCreateNewDatabase = 'Nieuwe database aanmaken';
$strCreateNewTable = 'Nieuwe tabel aanmaken in database %s';
$strCreatePage = 'Creëer een nieuwe pagina';
$strCreatePdfFeat = 'Aanmaken van PDF bestanden';
$strCreationDates = 'Creatie/Update/Controleer datum';
$strCriteria = 'Criteria';
$strCroatian = 'Kroatisch';
$strCyrillic = 'Cyrillisch';
$strCzech = 'Tsjechisch';
$strCzechSlovak = 'Tsjechische-Slowaak';
 
$strDBComment = 'Database commentaar: ';
$strDBCopy = 'Kopieer database naar';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Regel';
$strDBGMaxTimeMs = 'Max tijd, ms';
$strDBGMinTimeMs = 'Min tijd, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Tijd/Hit, ms';
$strDBGTotalTimeMs = 'Totaal tijd, ms';
$strDBRename = 'Hernoem database naar';
$strDanish = 'Deens';
$strData = 'Data';
$strDataDict = 'Data Woordenboek';
$strDataOnly = 'Alleen data';
$strDatabase = 'Database';
$strDatabaseEmpty = 'De database naam is leeg!';
$strDatabaseExportOptions = 'Database export opties';
$strDatabaseHasBeenDropped = 'Database %s is vervallen.';
$strDatabaseNoTable = 'Deze database bevat geen tabel!';
$strDatabases = 'databases';
$strDatabasesDropped = '%s databases zijn succesvol verwijderd.';
$strDatabasesStats = 'Database statistieken';
$strDatabasesStatsDisable = 'Statistieken uitzetten';
$strDatabasesStatsEnable = 'Statistieken aanzetten';
$strDatabasesStatsHeavyTraffic = 'Attentie: Indien u hier Database statistieken aanzet kan dit zorgen voor veel data verkeer tussen de webserver en de MySQL server.';
$strDbPrivileges = 'Database-specifieke privileges';
$strDbSpecific = 'database-specifiek';
$strDefault = 'Standaardwaarde';
$strDefaultValueHelp = 'Voer voor standaard waarden aub een enkele waarde in, zonder backslash of aanhalingstekens, gebruik makend van dit formaat: a';
$strDefragment = 'Defragment tabel';
$strDelOld = 'De huidige pagina heeft referenties met tabellen die niet langer bestaan. Wilt u deze referenties verwijderen?';
$strDelayedInserts = 'Gebruik vertraagde inserts';
$strDelete = 'Verwijderen';
$strDeleteAndFlush = 'Verwijder de gebruikers en vernieuw de privileges daarna.';
$strDeleteAndFlushDescr = 'Dit is de nette manier, maar het vernieuwen van de privileges kan even duren.';
$strDeleted = 'De rij is verwijderd';
$strDeletedRows = 'Verwijder rijen:';
$strDeleting = 'Verwijderen van %s';
$strDescending = 'Aflopend';
$strDescription = 'Beschrijving';
$strDictionary = 'Woordenboek';
$strDisableForeignChecks = 'controle op vreemde sleutels uitschakelen';
$strDisabled = 'Uitgeschakeld';
$strDisplayFeat = 'Toon Opties';
$strDisplayOrder = 'Weergave volgorde:';
$strDisplayPDF = 'Geef het PDF schema weer';
$strDoAQuery = 'Voer een query op basis van een vergelijking uit (wildcard: "%")';
$strDoYouReally = 'Weet u zeker dat u dit wilt ';
$strDocu = 'Documentatie';
$strDrop = 'Verwijderen';
$strDropDatabaseStrongWarning = 'U staat op het punt een complete database te DESTROY-en!';
$strDropUsersDb = 'Verwijder de databases die dezelfde naam hebben als de gebruikers.';
$strDumpSaved = 'Dump is bewaard als %s.';
$strDumpXRows = '%s rijen aan het dumpen, start bij rij %s.';
$strDumpingData = 'Gegevens worden uitgevoerd voor tabel';
$strDynamic = 'dynamisch';
 
$strEdit = 'Wijzigen';
$strEditPDFPages = 'PDF Pagina\'s aanpassen';
$strEditPrivileges = 'Wijzig rechten';
$strEffective = 'Effectief';
$strEmpty = 'Legen';
$strEmptyResultSet = 'MySQL gaf een lege resultaat set terug (0 rijen).';
$strEnabled = 'Ingeschakeld';
$strEncloseInTransaction = 'Sluit de export in een transactie';
$strEnd = 'Einde';
$strEndCut = 'Einde KNIP';
$strEndRaw = 'Einde RAW';
$strEnglish = 'Engels';
$strEnglishPrivileges = ' Aantekening: de namen van de MySQL rechten zijn uitgelegd in het Engels ';
$strError = 'Fout';
$strEscapeWildcards = 'Wildcards _ en % moeten worden ge-escaped met een \ om ze letterlijk te gebruiken';
$strEstonian = 'Estlands';
$strExcelEdition = 'Excel editie';
$strExcelOptions = 'Excel opties';
$strExecuteBookmarked = 'Voor de gebookmarkte query uit';
$strExplain = 'Verklaar SQL';
$strExport = 'Exporteer';
$strExtendedInserts = 'Uitgebreide invoegingen';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Mislukte pogingen';
$strField = 'Veld';
$strFieldHasBeenDropped = 'Veld %s is vervallen';
$strFields = 'Velden';
$strFieldsEmpty = ' Het velden aantal is leeg! ';
$strFieldsEnclosedBy = 'Velden ingesloten door';
$strFieldsEscapedBy = 'Velden ontsnapt door';
$strFieldsTerminatedBy = 'Velden beëindigd door';
$strFileAlreadyExists = 'Bestaand %s bestaat al op de server, verander de bestandsnaam of controleer overschrijf opties.';
$strFileCouldNotBeRead = 'Bestand kon niet worden gelezen';
$strFileNameTemplate = 'File naam template';
$strFileNameTemplateRemember = 'Onthoud template';
$strFixed = 'vast';
$strFlushPrivilegesNote = 'Opmerking: phpMyAdmin krijgt de rechten voor de gebruikers uit de MySQL privileges tabel. De content van deze tabel kan verschillen met de rechten van de server als er handmatig aanpassingen zijn aangebracht. Mocht dit het geval zijn dan moet men %sde privilege tabel vernieuwen%s voordat men verder gaat.';
$strFlushTable = 'Schoon de tabel ("FLUSH")';
$strFormEmpty = 'Er ontbreekt een waarde in het formulier!';
$strFormat = 'Formatteren';
$strFullText = 'Volledige teksten';
$strFunction = 'Functie';
 
$strGenBy = 'Gegenereerd door';
$strGenTime = 'Generatie Tijd';
$strGeneralRelationFeat = 'Basis relatie opties';
$strGeorgian = 'Georgisch';
$strGerman = 'Duits';
$strGlobal = 'globaal';
$strGlobalPrivileges = 'Globale privileges';
$strGlobalValue = 'Globale waarde';
$strGo = 'Start';
$strGrantOption = 'Toekennen';
$strGreek = 'Grieks';
$strGzip = '"ge-gzipt"';
 
$strHasBeenAltered = 'is veranderd.';
$strHasBeenCreated = 'is aangemaakt.';
$strHaveToShow = 'Er moet ten minste 1 weer te geven kolom worden gekozen';
$strHebrew = 'Hebreeuws';
$strHexForBinary = 'Gebruik hexadecimale voor binaire velden';
$strHome = 'Home';
$strHomepageOfficial = 'Officiële phpMyAdmin Website';
$strHost = 'Host';
$strHostEmpty = 'De host naam is leeg!';
$strHungarian = 'Hongaars';
 
$strIcelandic = 'IJslands';
$strId = 'ID';
$strIdxFulltext = 'Volledige tekst';
$strIgnore = 'Negeer';
$strIgnoreInserts = 'Gebruik ignore inserts';
$strIgnoringFile = 'Negeer bestand %s';
$strImportDocSQL = 'Importeer docSQL Bestanden';
$strImportFiles = 'Importeren bestanden';
$strInUse = 'in gebruik';
$strIndex = 'Index';
$strIndexHasBeenDropped = 'Index %s is vervallen';
$strIndexName = 'Index naam&nbsp;:';
$strIndexType = 'Index type&nbsp;:';
$strIndexWarningMultiple = 'Meer dan 1 %s sleutel was gecreëerd voor de kolom `%s`';
$strIndexWarningPrimary = 'PRIMARY en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`';
$strIndexWarningTable = 'Problemen met de index(en) van de tabel `%s`';
$strIndexWarningUnique = 'UNIQUE en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`';
$strIndexes = 'Indexen';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account. Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.';
$strInsert = 'Invoegen';
$strInsertAsNewRow = 'Voeg toe als nieuwe rij';
$strInsertNewRow = 'Nieuwe rij invoegen';
$strInsertedRowId = 'Ingevoegde rij id:';
$strInsertedRows = 'Ingevoegde rijen:';
$strInternalNotNecessary = '* Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.';
$strInternalRelations = 'Interne relaties';
 
$strJapanese = 'Japans';
$strJumpToDB = 'Ga naar database &quot;%s&quot;.';
$strJustDelete = 'Verwijder gewoon de gebruikers van de privileges tabel.';
$strJustDeleteDescr = 'De &quot;verwijderde&quot; gebruikers zullen de server kunnen gebruiken zoals altijd zolang de privileges nog niet zijn vernieuwd.';
 
$strKeepPass = 'Wijzig het wachtwoord niet';
$strKeyname = 'Sleutel naam';
$strKill = 'stop proces';
$strKorean = 'Koreaans';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opties';
$strLandscape = 'Landschap';
$strLatexCaption = 'Tabel titel';
$strLatexContent = 'Content van tabel __TABLE__';
$strLatexContinued = '(vervolgd)';
$strLatexContinuedCaption = 'Vervolgde tabel titel';
$strLatexIncludeCaption = 'Voeg tabel titel toe';
$strLatexLabel = 'Label sleutel';
$strLatexStructure = 'Structuur van de tabel __TABLE__';
$strLatvian = 'Lets';
$strLengthSet = 'Lengte/Waardes*';
$strLimitNumRows = 'records per pagina';
$strLinesTerminatedBy = 'Regels beëindigd door';
$strLinkNotFound = 'Link niet gevonden';
$strLinksTo = 'Gelinkt naar';
$strLithuanian = 'Litouws';
$strLocalhost = 'lokaal';
$strLocationTextfile = 'Locatie van het tekstbestand';
$strLogPassword = 'Wachtwoord:';
$strLogServer = 'Server';
$strLogUsername = 'Gebruikers naam:';
$strLogin = 'Inloggen';
$strLoginInformation = 'Login Informatie';
$strLogout = 'Uitloggen';
 
$strMIMETypesForTable = 'MIME TYPES VOOR TABEL';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Beschikbare MIME-types';
$strMIME_available_transform = 'Beschikbare transformaties';
$strMIME_description = 'Beschrijving';
$strMIME_nodescription = 'Geen beschrijving beschikbaar voor deze transformatie.<br />Raadpleeg de maker over wat %s doet.';
$strMIME_transformation = 'Browser transformaties';
$strMIME_transformation_note = 'Voor een lijst met beschikbare transformatie opties en MIME-type transformaties, klik op %sTransformatie opties%s';
$strMIME_transformation_options = 'Transformatie opties';
$strMIME_transformation_options_note = 'Voeg de waardes voor transformatie optie in het volgende formaat in: \'a\',\'b\',\'c\'...<br />Wanneer u een backslash ("\") of een enkele quote ("\'") moet invoegen in deze waardes, backslashes het dan (bijvoorbeeld \'\\\\xyz\' of \'a\\\'b\').';
$strMIME_without = 'MIME-types die in italic staan (Schuin) hebben geen aparte transformatie functies';
$strMaximumSize = 'Maximale grootte: %s%s';
$strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.';
$strMbOverloadWarning = 'U heeft mbstring.func_overload ingeschakeld in uw PHP configuratie. Deze optie is incompatibel met phpMyAdmin en kan ervoor zorgen dat sommige data corrupt raakt!';
$strModifications = 'Wijzigingen opgeslagen.';
$strModify = 'Aanpassen';
$strModifyIndexTopic = 'Wijzig een index';
$strMoveTable = 'Verplaats tabel naar (database<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s is verplaatst naar %s.';
$strMoveTableSameNames = 'Kan de tabel niet naar dezelfde verplaatsen!';
$strMultilingual = 'meertalig';
$strMySQLCharset = 'MySQL Karakterset';
$strMySQLConnectionCollation = 'MySQL verbindingscollatie';
$strMySQLSaid = 'MySQL retourneerde: ';
$strMySQLShowProcess = 'Laat processen zien';
$strMySQLShowStatus = 'MySQL runtime informatie';
$strMySQLShowVars = 'MySQL systeemvariabelen';
 
$strName = 'Naam';
$strNext = 'Volgende';
$strNo = 'Nee';
$strNoActivity = 'Geen activiteit voor %s seconden of meer, log a.u.b. opnieuw in';
$strNoDatabases = 'Geen databases';
$strNoDatabasesSelected = 'Er is geen databases geselecteerd.';
$strNoDescription = 'Geen beschrijving aanwezig';
$strNoDropDatabases = '"DROP DATABASE" opdrachten zijn niet mogelijk.';
$strNoExplain = 'Uitleg SQL overslaan';
$strNoFrames = 'phpMyAdmin is werkt gebruiksvriendelijker met een browser die <b>frames</b> aan kan.';
$strNoIndex = 'Geen index gedefinieerd!';
$strNoIndexPartsDefined = 'Geen index delen gedefinieerd!';
$strNoModification = 'Geen verandering';
$strNoOptions = 'Dit format heeft geen opties';
$strNoPassword = 'Geen wachtwoord';
$strNoPermission = 'De web server heeft geen rechten om het bestand %s op te slaan.';
$strNoPhp = 'zonder PHP Code';
$strNoPrivileges = 'Geen rechten';
$strNoRights = 'U heeft niet genoeg rechten om hier te zijn!';
$strNoRowsSelected = 'Geen rijen geselecteerd';
$strNoSpace = 'Onvoldoende ruimte om het bestand %s op te slaan.';
$strNoTablesFound = 'Geen tabellen gevonden in de database.';
$strNoThemeSupport = 'Geen ondersteuning voor thema\'s, controleer uw configuratie en/of de thema\'s in de directory %s.';
$strNoUsersFound = 'Geen gebruiker(s) gevonden.';
$strNoValidateSQL = 'SQL validatie overslaan';
$strNone = 'Geen';
$strNotNumber = 'Dit is geen cijfer!';
$strNotOK = 'Niet Goed';
$strNotSet = '<b>%s</b> tabel niet gevonden of niet ingesteld in %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s overeenkomst(en) in de tabel<i>%s</i>';
$strNumSearchResultsTotal = '<b>Totaal:</b> <i>%s</i> overeenkomst(en)';
$strNumTables = 'Tabellen';
 
$strOK = 'Correct';
$strOperations = 'Handelingen';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimaliseer tabel';
$strOr = 'Of';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overschrijf bestaande bestand (en)';
 
$strPHP40203 = 'U gebruikt PHP 4.2.3, deze versie bevat een grote fout in de multi-byte strings (mbstring). Voor meer informatie zie PHP bug report 19404. Het wordt sterk afgeraden deze versie van PHP te gebruiken met phpMyAdmin.';
$strPHPVersion = 'PHP Versie';
$strPageNumber = 'Pagina nummer:';
$strPaperSize = 'Papier grootte';
$strPartialText = 'Gedeeltelijke teksten';
$strPassword = 'Wachtwoord';
$strPasswordChanged = 'Het wachtwoord voor %s is met succes veranderd.';
$strPasswordEmpty = 'Het wachtwoord is leeg!';
$strPasswordHashing = 'Wachtwoord Hashing';
$strPasswordNotSame = 'De wachtwoorden zijn niet gelijk!';
$strPdfDbSchema = 'Schema van de "%s" database - Pagina %s';
$strPdfInvalidTblName = 'De tabel "%s" bestaat niet!';
$strPdfNoTables = 'Geen Tabellen';
$strPerHour = 'per uur';
$strPerMinute = 'per minuut';
$strPerSecond = 'per seconde';
$strPersian = 'Perzisch';
$strPhoneBook = 'Telefoonboek';
$strPhp = 'Creëer PHP Code';
$strPmaDocumentation = 'phpMyAdmin Documentatie';
$strPmaUriError = 'De <tt>$cfg[\'PmaAbsoluteUri\']</tt> richtlijn MOET gezet zijn in het configuratie bestand!';
$strPolish = 'Pools';
$strPortrait = 'Portret';
$strPos1 = 'Begin';
$strPrevious = 'Vorige';
$strPrimary = 'Primaire sleutel';
$strPrimaryKeyHasBeenDropped = 'De primaire sleutel is vervallen';
$strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!';
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> de naam van en <b>alleen van</b> een primaire sleutel zijn!)';
$strPrint = 'Afdrukken';
$strPrintView = 'Printopmaak';
$strPrintViewFull = 'Print overzicht (met volledige teksten)';
$strPrivDescAllPrivileges = 'Bevat alle privileges behalve GRANT.';
$strPrivDescAlter = 'Maakt het mogelijk de structuur van bestaande tabellen aan te passen.';
$strPrivDescCreateDb = 'Maakt het mogelijk om nieuwe databases en tabellen te maken.';
$strPrivDescCreateTbl = 'Maakt het mogelijk nieuwe tabellen te maken.';
$strPrivDescCreateTmpTable = 'Maakt het mogelijk om tijdelijke tabellen te maken.';
$strPrivDescDelete = 'Maakt het mogelijk om data te verwijderen.';
$strPrivDescDropDb = 'Maakt het mogelijk om databases en tabellen te verwijderen.';
$strPrivDescDropTbl = 'Maakt het mogelijk tabellen te verwijderen.';
$strPrivDescExecute = 'Maakt het mogelijk om opgeslagen procedures uit te voeren; Heeft geen effect in deze MySQL versie.';
$strPrivDescFile = 'Maakt het mogelijk om data te importeren en te exporteren van en naar bestanden.';
$strPrivDescGrant = 'Maakt het mogelijk dat gebruikers en privileges toe te voegen zonder de privileges tabel opnieuw op te vragen.';
$strPrivDescIndex = 'Maakt het mogelijk om indexen te creëren en te verwijderen.';
$strPrivDescInsert = 'Maakt het mogelijk om data in te voegen en te vervangen.';
$strPrivDescLockTables = 'Maakt het mogelijk tabellen op slot te zetten voor de huidige thread.';
$strPrivDescMaxConnections = 'Limiteert het aantal nieuwe connecties die een gebruiker per uur mag openen.';
$strPrivDescMaxQuestions = 'Limiteert het aantal queries dat een gebruiker mag versturen per uur.';
$strPrivDescMaxUpdates = 'Limiteert het aantal commando\'s, welke een database of tabel veranderen, die een gebruiker per uur mag uitvoeren.';
$strPrivDescProcess3 = 'Maakt het mogelijk processen te stoppen voor andere gebruikers.';
$strPrivDescProcess4 = 'Maakt het mogelijk om complete queries in de process lijst te zien.';
$strPrivDescReferences = 'Heeft geen effect in deze MySQL versie.';
$strPrivDescReload = 'Maakt het mogelijk om de server instellingen opnieuw op te vragen en de cache van de server leeg te maken.';
$strPrivDescReplClient = 'Geeft het recht aan de gebruiker om te vragen waar de slaves (slaven) / masters (meesters) zijn.';
$strPrivDescReplSlave = 'Nodig om slaves (slaven) de repliceren.';
$strPrivDescSelect = 'Maakt het lezen van data mogelijk.';
$strPrivDescShowDb = 'Geeft toegang tot de complete lijst van databases.';
$strPrivDescShutdown = 'Maakt het mogelijk de server te stoppen.';
$strPrivDescSuper = 'Maakt het mogelijk verbinding te maken, zelfs als het maximaal aantal verbindingen als is bereikt; Dit is vereist voor de meeste administratieve opties zoals het instellen van globale variabelen of het stoppen van threads van andere gebruikers.';
$strPrivDescUpdate = 'Maakt het mogelijk data aan te passen.';
$strPrivDescUsage = 'Geen privileges.';
$strPrivileges = 'Rechten';
$strPrivilegesReloaded = 'De privileges zijn met succes vernieuwd';
$strProcesslist = 'Process lijst';
$strPutColNames = 'Plaats veldnamen in de eerste rij';
 
$strQBE = 'Query opbouwen';
$strQBEDel = 'Verwijder';
$strQBEIns = 'Toevoegen';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL-query op database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-geschiedenis';
$strQueryStatistics = '<b>Query statistieken</b>: Sinds het opstarten zijn er, %s queries gestuurd naar de server.';
$strQueryTime = 'Query duurde %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Overschrijf deze query niet van buitenaf dit scherm';
 
$strReType = 'Type opnieuw';
$strReceived = 'Ontvangen';
$strRecords = 'Records';
$strReferentialIntegrity = 'Controleer referentiële integriteit';
$strRefresh = 'Vernieuw';
$strRelationNotWorking = 'Extra opties om met tabellen te werken die gelinkt zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.';
$strRelationView = 'Relatie overzicht';
$strRelationalSchema = 'Relationeel schema';
$strRelations = 'Relaties';
$strRelationsForTable = 'RELATIES VOOR TABEL';
$strReloadMySQL = 'MySQL opnieuw laden.';
$strReloadingThePrivileges = 'Bezig de privileges te vernieuwen';
$strRemoveSelectedUsers = 'Verwijder de geselecteerde gebruikers';
$strRenameDatabaseOK = 'Database %s is hernoemed naar %s';
$strRenameTable = 'Tabel hernoemen naar';
$strRenameTableOK = 'Tabel %s is hernoemt naar %s';
$strRepairTable = 'Repareer tabel';
$strReplaceNULLBy = 'Vervang NULL door';
$strReplaceTable = 'Vervang tabel gegevens met het bestand';
$strReset = 'Opnieuw';
$strResourceLimits = 'Resource beperkingen';
$strRevoke = 'Ongedaan maken';
$strRevokeAndDelete = 'Trek alle actieve privileges in van alle gebruikers en verwijder ze daarna.';
$strRevokeAndDeleteDescr = 'De gebruikers zullen nog steeds het USAGE (gebruik) privilege hebben zolang de privileges nog niet zijn vernieuwd.';
$strRevokeMessage = 'U heeft de rechten ingetrokken voor %s';
$strRomanian = 'Roemeens';
$strRowLength = 'Lengte van de rij';
$strRowSize = ' Grootte van de rij';
$strRows = 'Rijen';
$strRowsFrom = 'rijen beginnend bij';
$strRowsModeFlippedHorizontal = 'horizontaal (geroteerde headers)';
$strRowsModeHorizontal = 'horizontaal';
$strRowsModeOptions = 'in %s modus en herhaal kopregels na %s cellen';
$strRowsModeVertical = 'verticaal';
$strRowsStatistic = 'Rij statistiek';
$strRunQuery = 'Query uitvoeren';
$strRunSQLQuery = 'Draai SQL query/queries op database %s';
$strRunning = 'wordt uitgevoerd op %s';
$strRussian = 'Russisch';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL export compatibiliteit';
$strSQLExportType = 'Export type';
$strSQLOptions = 'SQL opties';
$strSQLParserBugMessage = 'Er is een kans dat u een fout heeft aangetroffen in de SQL parser. Let er goed op, dat de query op de correcte plaatsen quotes heeft. Een ander mogelijkheid voor deze foutmelding kan zijn dat u het ge-quote text gedeelte in binairy mode heeft. U kunt ook uw query proberen in de command line van MySQL. De MySQL server foutmelding hieronder, mocht die aanwezig zijn, kan ook helpen met het opsporen van fouten. Blijft u problemen houden of als de parser fouten geeft terwijl het goed gaat in de command line van MySQL, probeer dan de SQL query in te korten en een bug report met het stukje data te sturen van het CUT gedeelte hieronder:';
$strSQLParserUserError = 'Er schijnt een fout te zijn in uw SQL query. Mocht de MySQL server een error hebben terug gegeven, probeer dan of uw hiermee uw fout kunt oplossen.';
$strSQLQuery = 'SQL-query';
$strSQLResult = 'SQL resultaat';
$strSQPBugInvalidIdentifer = 'Ongeldig herkenningsteken';
$strSQPBugUnclosedQuote = 'Quote niet afgesloten';
$strSQPBugUnknownPunctuation = 'Onbekende Punctuatie String';
$strSave = 'Opslaan';
$strSaveOnServer = 'Bewaar op de server in %s directory';
$strScaleFactorSmall = 'De schaal factor is te klein om het schema op een pagina te zetten';
$strSearch = 'Zoeken';
$strSearchFormTitle = 'Zoeken in de database';
$strSearchInTables = 'In de tabel(len):';
$strSearchNeedle = 'Woord(en) of waarde(s) waarnaar gezocht moet worden (wildcard: "%"):';
$strSearchOption1 = 'ten minste een van de woorden';
$strSearchOption2 = 'alle woorden';
$strSearchOption3 = 'de exacte zin';
$strSearchOption4 = 'als een reguliere expressie';
$strSearchResultsFor = 'Zoek resultaten voor "<i>%s</i>" %s:';
$strSearchType = 'Zoek:';
$strSecretRequired = 'Het configuratie bestand heeft nu een geheime wachtwoord zin nodig (blowfish_secret).';
$strSelectADb = 'Selecteer A.U.B. een database';
$strSelectAll = 'Selecteer alles';
$strSelectBinaryLog = 'Selecteer de te bekijken binaire log';
$strSelectFields = 'Selecteer velden (tenminste 1):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Selecteer tabellen';
$strSend = 'verzenden';
$strSent = 'Verzonden';
$strServer = 'Server';
$strServerChoice = 'Server keuze';
$strServerNotResponding = 'De server reageert niet';
$strServerStatus = 'Runtime Informatie';
$strServerStatusUptime = 'Deze MySQL server draait inmiddels %s. Hij is gestart op %s.';
$strServerTabProcesslist = 'Processen';
$strServerTabVariables = 'Variabelen';
$strServerTrafficNotes = '<b>Server verkeer</b>: Deze tabellen geven statistieken weer van het verkeer van deze MySQL server vanaf het moment dat hij is gestart';
$strServerVars = 'Server variabelen en instellingen';
$strServerVersion = 'Server versie';
$strSessionValue = 'Sessie variabelen';
$strSetEnumVal = 'Als het veld type "enum" of "set" is, voer dan de waardes in volgens dit formaat: \'a\',\'b\',\'c\'...<br />Als u ooit een backslash moet plaatsen ("\") of een enkel aanhalingsteken ("\'") bij deze waardes, backslash het (voorbeeld \'\\\\xyz\' of \'a\\\'b\').';
$strShow = 'Toon';
$strShowAll = 'Toon alles';
$strShowColor = 'Toon kleur';
$strShowDatadictAs = 'Data Dictionary Formaat';
$strShowFullQueries = 'Toon volledige Queries';
$strShowGrid = 'Toon grid';
$strShowPHPInfo = 'Laat informatie over PHP zien';
$strShowTableDimension = 'Geef de dimensies van de tabellen weer';
$strShowTables = 'Toon tabellen';
$strShowThisQuery = ' Laat deze query hier zien ';
$strShowingRecords = 'Toon Records';
$strSimplifiedChinese = 'Vereenvoudigd Chinese';
$strSingly = '(apart)';
$strSize = 'Grootte';
$strSlovak = 'Slowaak';
$strSlovenian = 'Sloveens';
$strSort = 'Sorteren';
$strSortByKey = 'Sorteren op sleutel';
$strSpaceUsage = 'Ruimte gebruik';
$strSpanish = 'Spaans';
$strSplitWordsWithSpace = 'Woorden worden gesplit door een spatie karakter (" ").';
$strStatCheckTime = 'Laatst gecontroleerd';
$strStatCreateTime = 'Gecreëerd';
$strStatUpdateTime = 'Laatst bijgewerkt';
$strStatement = 'Opdrachten';
$strStatus = 'Status';
$strStrucCSV = 'CSV gegevens';
$strStrucData = 'Structuur en gegevens';
$strStrucDrop = 'DROP TABLE toevoegen';
$strStrucExcelCSV = 'CSV voor MS Excel data';
$strStrucNativeExcel = 'Native MS Excel data';
$strStrucOnly = 'Alleen structuur';
$strStructPropose = 'Tabel structuur voorstellen';
$strStructure = 'Structuur';
$strSubmit = 'Verzenden';
$strSuccess = 'Uw SQL-query is succesvol uitgevoerd.';
$strSum = 'Som';
$strSwedish = 'Zweeds';
$strSwitchToDatabase = 'Schakel naar de gekopieerde database';
$strSwitchToTable = 'Wissel naar de gekopieerde tabel';
 
$strTable = 'Tabel';
$strTableComments = 'Tabel opmerkingen';
$strTableEmpty = 'De tabel naam is leeg!';
$strTableHasBeenDropped = 'Tabel %s is vervallen';
$strTableHasBeenEmptied = 'Tabel %s is leeg gemaakt';
$strTableHasBeenFlushed = 'Tabel %s is geschoond';
$strTableMaintenance = 'Tabel onderhoud';
$strTableOfContents = 'Inhoudsopgave';
$strTableOptions = 'Tabel opties';
$strTableStructure = 'Tabel structuur voor tabel';
$strTableType = 'Tabel type';
$strTables = '%s tabel(len)';
$strTakeIt = 'neem het';
$strTblPrivileges = 'Tabel-specifieke privileges';
$strTextAreaLength = ' Vanwege z\'n lengte,<br /> is dit veld misschien niet te wijzigen ';
$strThai = 'Thais';
$strTheme = 'Thema / Stijl';
$strThisHost = 'Deze Host';
$strThisNotDirectory = 'Dit was geen directory';
$strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.';
$strTime = 'Tijd';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'totaal';
$strTotalUC = 'Totaal';
$strTraditionalChinese = 'Traditioneel Chinees';
$strTraditionalSpanish = 'Traditioneel Spaans';
$strTraffic = 'Verkeer';
$strTransformation_application_octetstream__download = 'Toon een link om de binaire data van een veld te downloaden. Eerste optie is de bestandsnaam van het binaire bestand. De tweede optie is een mogelijke veldnaam van een rij van de tabel welke de bestandsnaam bevat. Wanneer de tweede optie wordt gekozen is het vereist dat de eerste optie leeg is.';
$strTransformation_image_jpeg__inline = 'Toont een klik bare thumbnail; opties: width,height in pixels (houdt de originele ratio)';
$strTransformation_image_jpeg__link = 'Toont een link naar deze image (directe blob download, i.e.).';
$strTransformation_image_png__inline = 'Zie image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Neemt een TIME, TIMESTAMP of DATETIME veld en vormt het naar uw lokale datum formaat. Eerst optie is de offset (in uren) welke zal worden toegevoegd aan de timestamp (Default: 0). De tweede opties is een ander datum formaat volgens de parameters beschikbaar volgens PHPs strftime().';
$strTransformation_text_plain__external = 'ALLEEN LINUX: Lanceert een externe applicatie en voed het de veld data via standaard input. Geeft standaard output van de applicatie terug. Default is Netjes, om nette HTML code te tonen. Om beveiligings redenen zult u handmatig het bestand libraries/transformations/text_plain__external.inc.php moeten aanpassen en de tools die u mag draaien invoegen. De eerste opties is het nummer van het programma wat u wilt gebruiken, de tweede optie zijn de parameters voor dit programma. Het derde parameter, wanneer ingesteld op 1, zal de output omzetten door middel van htmlspecialchars() (Standaard is 1). Een vierde parameter, wanneer ingesteld als 1 zal NOWRAP aan de content cell toevoegen, zodat de gehele output getoond zal worden zonder te herstructureren (Standaard 1)';
$strTransformation_text_plain__formatted = 'Preserveert het originele formaat van het veld. Er wordt geen Escaping toegepast.';
$strTransformation_text_plain__imagelink = 'Toont een plaatje en een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de breedte in pixels, de derde is de hoogte.';
$strTransformation_text_plain__link = 'Toont een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de titel voor de link.';
$strTransformation_text_plain__substr = 'Toont alleen een stuk van een string. De eerst optie is een offset om te bepalen waar de output van uw tekst start (Standaard 0). De tweede optie is een offset van de hoeveel tekst die terug wordt gegeven. Wanneer leeg, zal het alle overgebleven tekst teruggeven. De derde optie defineerd welke karakters worden toegevoegd aan de output wanneer een substring wordt teruggegeven (Standaard: ...) .';
$strTruncateQueries = 'Truncate getoonde Queries';
$strTurkish = 'Turks';
$strType = 'Type';
 
$strUkrainian = 'Oekraïens';
$strUncheckAll = 'Deselecteer alles';
$strUnicode = 'Unicode';
$strUnique = 'Unieke waarde';
$strUnknown = 'onbekend';
$strUnselectAll = 'Deselecteer alles';
$strUpdComTab = 'Raadpleeg de Documentatie over hoe u uw Column_comments tabel bijwerkt.';
$strUpdatePrivMessage = 'U heeft de rechten aangepast voor %s.';
$strUpdateProfileMessage = 'Het profiel is aangepast.';
$strUpdateQuery = 'Wijzig Query';
$strUpgrade = 'U moet opwaarderen (Upgraden) naar %s of hoger.';
$strUsage = 'Gebruik';
$strUseBackquotes = 'Gebruik backquotes (`) bij tabellen en velden\' namen';
$strUseHostTable = 'Gebruik Host Tabel';
$strUseTabKey = 'Gebruik de TAB knop om van waarde naar waarde te verplaatsen, of CTRL+pijltjes om vrijuit te navigeren';
$strUseTables = 'Gebruik tabellen';
$strUseTextField = 'Gebruik tekstveld';
$strUseThisValue = 'Gebruik deze waarde';
$strUser = 'Gebruiker';
$strUserAlreadyExists = 'De gebruiker %s bestaat al!';
$strUserEmpty = 'De gebruikersnaam is leeg!';
$strUserName = 'Gebruikersnaam';
$strUserNotFound = 'De geselecteerde gebruiker werd niet aangetroffen in de privileges tabel';
$strUserOverview = 'Gebruikers Overzicht';
$strUsersDeleted = 'De geselecteerde gebruikers zijn met succes verwijderd.';
$strUsersHavingAccessToDb = 'Gebruikers die toegang hebben tot &quot;%s&quot;';
 
$strValidateSQL = 'Valideer SQL';
$strValidatorError = 'De SQL validatie kon niet worden geinitialiseerd. Controleer of u de nodige php extensies heeft geinstalleerd zoals beschreven in de %sdocumentatie%s.';
$strValue = 'Waarde';
$strVar = 'Variabelen';
$strViewDump = 'Bekijk een dump (schema) van tabel';
$strViewDumpDB = 'Bekijk een dump (schema) van database';
$strViewDumpDatabases = 'Bekijk dump (schema) van de databases';
 
$strWebServerUploadDirectory = 'web-server upload directory';
$strWebServerUploadDirectoryError = 'De directory die u heeft ingesteld om te uploaden kan niet worden bereikt.';
$strWelcome = 'Welkom op %s';
$strWestEuropean = 'West Europees';
$strWildcard = 'joker teken';
$strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging';
$strWithChecked = 'Met geselecteerd:';
$strWritingCommentNotPossible = 'Het toevoegen van commentaar is niet mogelijk';
$strWritingRelationNotPossible = 'Toevoegen van een relatie is niet mogelijk';
$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijderd het limiet.';
$strZip = '"Gezipt"';
 
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/dutch-utf-8.inc.php
0,0 → 1,981
<?php
/* $Id: dutch-utf-8.inc.php,v 2.123.2.3 2006/03/23 17:42:12 lem9 Exp $ */
 
/*
* Updated by "CaliMonk" <calimonk at gmx.net> on 2005/01/04.
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y om %H:%M';
$timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden';
 
$strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s';
$strAbortedClients = 'Afgehaakte';
$strAbsolutePathToDocSqlDir = 'Geef een absoluut pad op de webserver aan naar de docSQL directory';
$strAccessDenied = 'Toegang geweigerd ';
$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.';
$strAction = 'Actie';
$strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe';
$strAddConstraints = 'Voeg beperkingen toe';
$strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen';
$strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij';
$strAddDropDatabase = 'Voeg DROP DATABASE toe';
$strAddFields = 'Voeg %s veld(en) toe';
$strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken';
$strAddIfNotExists = 'Voeg IF NOT EXISTS toe';
$strAddIntoComments = 'Voeg toe in commentaar';
$strAddNewField = 'Nieuw veld toevoegen';
$strAddPrivilegesOnDb = 'Voeg privileges toe aan de volgende database';
$strAddPrivilegesOnTbl = 'Voeg privileges toe aan de volgende tabel';
$strAddSearchConditions = 'Zoek condities toevoegen (het "where" gedeelte van de query):';
$strAddToIndex = 'Voeg &nbsp;%s&nbsp; kolom(men) toe aan index';
$strAddUser = 'Voeg een nieuwe gebruiker toe';
$strAddUserMessage = 'U heeft een nieuwe gebruiker toegevoegd.';
$strAddedColumnComment = 'Voeg commentaar toe aan de kolom';
$strAddedColumnRelation = 'Voeg een relatie toe aan de kolom';
$strAdministration = 'Administratie';
$strAffectedRows = 'Getroffen rijen:';
$strAfter = 'Na %s';
$strAfterInsertBack = 'Terug';
$strAfterInsertNewInsert = 'Voeg een nieuw record toe';
$strAfterInsertNext = 'Bewerk volgende rij';
$strAfterInsertSame = 'Ga terug naar deze pagina';
$strAll = 'Alle';
$strAllTableSameWidth = 'Alle tabellen weergeven met dezelfde breedte?';
$strAlterOrderBy = 'Wijzig het "Sorteren op/Order by" van de tabel';
$strAnIndex = 'Een index is toegevoegd aan %s';
$strAnalyzeTable = 'Analyseer tabel';
$strAnd = 'En';
$strAny = 'Elke'; //! Willekeurige?
$strAnyHost = 'Een willekeurige host';
$strAnyUser = 'Een willekeurige gebruiker';
$strApproximateCount = 'Kan ongeveer zijn. Zie FAQ 3.11';
$strArabic = 'Arabisch';
$strArmenian = 'Armeens';
$strAscending = 'Oplopend';
$strAtBeginningOfTable = 'Aan het begin van de tabel';
$strAtEndOfTable = 'Aan het eind van de tabel';
$strAttr = 'Attributen';
$strAutodetect = 'Auto detectie';
$strAutomaticLayout = 'Automatische lay-out';
 
$strBack = 'Terug';
$strBaltic = 'Baltisch';
$strBeginCut = 'Begin KNIP';
$strBeginRaw = 'Begin RAW';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Informatie';
$strBinLogName = 'Log naam';
$strBinLogOriginalPosition = 'Originele positie';
$strBinLogPosition = 'Positie';
$strBinLogServerId = 'Server ID';
$strBinary = ' Binair ';
$strBinaryDoNotEdit = ' Binair - niet aanpassen ';
$strBinaryLog = 'Binaire log';
$strBookmarkAllUsers = 'Geef elke gebruiker toegang tot deze bookmark';
$strBookmarkDeleted = 'De boekenlegger (Bookmark) is verwijderd.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Opgeslagen SQL-query';
$strBookmarkThis = 'Sla deze SQL-query op';
$strBookmarkView = 'Alleen bekijken';
$strBrowse = 'Verkennen';
$strBrowseForeignValues = 'Bekijk vreemde waardes';
$strBulgarian = 'Bulgaars';
$strBzError = 'phpMyAdmin is er niet in geslaagd om de dump te comprimeren doordat de Bz2 extensie in deze php versie niet functioneert. Het wordt sterk aangeraden om de instelling <code>$cfg[\'BZipDump\']</code> in uw phpMyAdmin configuratie bestand op <code>FALSE</code> te zetten. Als u Bz2 compressie wilt gebruiken zult u moeten upgraden naar een latere php versie. Zie php bug report %s voor meer informatie.';
$strBzip = '"ge-bzipt"';
 
$strCSVOptions = 'CSV opties';
$strCalendar = 'Kalender';
$strCannotLogin = 'Kan niet inloggen op de MySQL server';
$strCantLoad = 'Kan de %s extentie niet laden,<br />Controleer de PHP Configuratie';
$strCantLoadRecodeIconv = 'Kan iconv of recode extensies niet laden die nodig zijn voor de Karakterset conversie, configureer php om deze extensies toe te laten of schakel Karakterset conversie uit in phpMyAdmin';
$strCantRenameIdxToPrimary = 'Kan index niet naar PRIMARY hernoemen';
$strCantUseRecodeIconv = 'Kan iconv, libiconv en recode_string functies niet gebruiken zolang de extensies geladen moeten worden. Controleer de php configuratie.';
$strCardinality = 'Kardinaliteit';
$strCaseInsensitive = 'hoofdletter ongevoelig';
$strCaseSensitive = 'hoofdletter gevoelig';
$strCentralEuropean = 'Centraal Europees';
$strChange = 'Veranderen';
$strChangeCopyMode = 'Maak een nieuwe gebruiker aan met dezelfde privileges en ...';
$strChangeCopyModeCopy = '... behoud de oude.';
$strChangeCopyModeDeleteAndReload = ' ... verwijder de oude van de user tabellen en vernieuw de privileges achteraf.';
$strChangeCopyModeJustDelete = ' ... verwijder de oude van de user tabellen.';
$strChangeCopyModeRevoke = ' ... herstel alle actieve privileges van de oude en verwijder deze daarna.';
$strChangeCopyUser = 'Wijzig de Login Informatie / Kopieer gebruiker';
$strChangeDisplay = 'Kies weer te geven veld';
$strChangePassword = 'Wijzig wachtwoord';
$strCharset = 'Karakterset';
$strCharsetOfFile = 'Karakter set van het bestand:';
$strCharsets = 'Karaktersets';
$strCharsetsAndCollations = 'Karakter Sets en Collaties';
$strCheckAll = 'Selecteer alles';
$strCheckOverhead = 'Selecteer tabellen met overhead';
$strCheckPrivs = 'Controleer privileges';
$strCheckPrivsLong = 'Controleer privileges voor database &quot;%s&quot;.';
$strCheckTable = 'Controleer tabel';
$strChoosePage = 'Kies een pagina om aan te passen';
$strColComFeat = 'Toon kolom commentaar';
$strCollation = 'Collatie';
$strColumnNames = 'Kolom namen';
$strColumnPrivileges = 'Kolom-specifieke privileges';
$strCommand = 'Commando';
$strComments = 'Commentaar';
$strCommentsForTable = 'COMMENTAAR VOOR TABEL';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatibel';
$strCompleteInserts = 'Invoegen voltooid';
$strCompression = 'Compressie';
$strConfigFileError = 'phpMyAdmin kon het configuratie bestand niet lezen! <br />Dit kan gebeuren als php een parse error in dit bestand aantreft of dit bestand helemaal niet gevonden kan worden.<br />Roep het configuratie bestand direct aan met de snelkoppeling hieronder en lees de php foutmelding(en). In de meeste gevallen ontbreekt er ergens bijvoorbeeld een quote.<br /> Wanneer er een blanco pagina wordt weergegeven zijn er geen problemen.';
$strConfigureTableCoord = 'Configureer de coördinaten voor de tabel %s';
$strConnectionError = 'Kan niet verbinden: ongeldige instellingen.';
$strConnections = 'Connecties';
$strConstraintsForDumped = 'Beperkingen voor gedumpte tabellen';
$strConstraintsForTable = 'Beperkingen voor tabel';
$strCookiesRequired = 'Cookies moeten aan staan voorbij dit punt.';
$strCopyDatabaseOK = 'Database %s is gekopieerd naar %s';
$strCopyTable = 'Kopieer tabel naar (database<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s is gekopieerd naar %s.';
$strCopyTableSameNames = 'Kan de tabel niet naar dezelfde kopiëren!';
$strCouldNotKill = 'phpMyAdmin is er niet in geslaagd om de %s te sluiten.Waarschijnlijk is het al gesloten.';
$strCreate = 'Aanmaken';
$strCreateIndex = 'Creëer een index op kolommen&nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Creëer een nieuwe index';
$strCreateNewDatabase = 'Nieuwe database aanmaken';
$strCreateNewTable = 'Nieuwe tabel aanmaken in database %s';
$strCreatePage = 'Creëer een nieuwe pagina';
$strCreatePdfFeat = 'Aanmaken van PDF bestanden';
$strCreationDates = 'Creatie/Update/Controleer datum';
$strCriteria = 'Criteria';
$strCroatian = 'Kroatisch';
$strCyrillic = 'Cyrillisch';
$strCzech = 'Tsjechisch';
$strCzechSlovak = 'Tsjechische-Slowaak';
 
$strDBComment = 'Database commentaar: ';
$strDBCopy = 'Kopieer database naar';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Regel';
$strDBGMaxTimeMs = 'Max tijd, ms';
$strDBGMinTimeMs = 'Min tijd, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Tijd/Hit, ms';
$strDBGTotalTimeMs = 'Totaal tijd, ms';
$strDBRename = 'Hernoem database naar';
$strDanish = 'Deens';
$strData = 'Data';
$strDataDict = 'Data Woordenboek';
$strDataOnly = 'Alleen data';
$strDatabase = 'Database';
$strDatabaseEmpty = 'De database naam is leeg!';
$strDatabaseExportOptions = 'Database export opties';
$strDatabaseHasBeenDropped = 'Database %s is vervallen.';
$strDatabaseNoTable = 'Deze database bevat geen tabel!';
$strDatabases = 'databases';
$strDatabasesDropped = '%s databases zijn succesvol verwijderd.';
$strDatabasesStats = 'Database statistieken';
$strDatabasesStatsDisable = 'Statistieken uitzetten';
$strDatabasesStatsEnable = 'Statistieken aanzetten';
$strDatabasesStatsHeavyTraffic = 'Attentie: Indien u hier Database statistieken aanzet kan dit zorgen voor veel data verkeer tussen de webserver en de MySQL server.';
$strDbPrivileges = 'Database-specifieke privileges';
$strDbSpecific = 'database-specifiek';
$strDefault = 'Standaardwaarde';
$strDefaultValueHelp = 'Voer voor standaard waarden aub een enkele waarde in, zonder backslash of aanhalingstekens, gebruik makend van dit formaat: a';
$strDefragment = 'Defragment tabel';
$strDelOld = 'De huidige pagina heeft referenties met tabellen die niet langer bestaan. Wilt u deze referenties verwijderen?';
$strDelayedInserts = 'Gebruik vertraagde inserts';
$strDelete = 'Verwijderen';
$strDeleteAndFlush = 'Verwijder de gebruikers en vernieuw de privileges daarna.';
$strDeleteAndFlushDescr = 'Dit is de nette manier, maar het vernieuwen van de privileges kan even duren.';
$strDeleted = 'De rij is verwijderd';
$strDeletedRows = 'Verwijder rijen:';
$strDeleting = 'Verwijderen van %s';
$strDescending = 'Aflopend';
$strDescription = 'Beschrijving';
$strDictionary = 'Woordenboek';
$strDisableForeignChecks = 'controle op vreemde sleutels uitschakelen';
$strDisabled = 'Uitgeschakeld';
$strDisplayFeat = 'Toon Opties';
$strDisplayOrder = 'Weergave volgorde:';
$strDisplayPDF = 'Geef het PDF schema weer';
$strDoAQuery = 'Voer een query op basis van een vergelijking uit (wildcard: "%")';
$strDoYouReally = 'Weet u zeker dat u dit wilt ';
$strDocu = 'Documentatie';
$strDrop = 'Verwijderen';
$strDropDatabaseStrongWarning = 'U staat op het punt een complete database te DESTROY-en!';
$strDropUsersDb = 'Verwijder de databases die dezelfde naam hebben als de gebruikers.';
$strDumpSaved = 'Dump is bewaard als %s.';
$strDumpXRows = '%s rijen aan het dumpen, start bij rij %s.';
$strDumpingData = 'Gegevens worden uitgevoerd voor tabel';
$strDynamic = 'dynamisch';
 
$strEdit = 'Wijzigen';
$strEditPDFPages = 'PDF Pagina\'s aanpassen';
$strEditPrivileges = 'Wijzig rechten';
$strEffective = 'Effectief';
$strEmpty = 'Legen';
$strEmptyResultSet = 'MySQL gaf een lege resultaat set terug (0 rijen).';
$strEnabled = 'Ingeschakeld';
$strEncloseInTransaction = 'Sluit de export in een transactie';
$strEnd = 'Einde';
$strEndCut = 'Einde KNIP';
$strEndRaw = 'Einde RAW';
$strEnglish = 'Engels';
$strEnglishPrivileges = ' Aantekening: de namen van de MySQL rechten zijn uitgelegd in het Engels ';
$strError = 'Fout';
$strEscapeWildcards = 'Wildcards _ en % moeten worden ge-escaped met een \ om ze letterlijk te gebruiken';
$strEstonian = 'Estlands';
$strExcelEdition = 'Excel editie';
$strExcelOptions = 'Excel opties';
$strExecuteBookmarked = 'Voor de gebookmarkte query uit';
$strExplain = 'Verklaar SQL';
$strExport = 'Exporteer';
$strExtendedInserts = 'Uitgebreide invoegingen';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Mislukte pogingen';
$strField = 'Veld';
$strFieldHasBeenDropped = 'Veld %s is vervallen';
$strFields = 'Velden';
$strFieldsEmpty = ' Het velden aantal is leeg! ';
$strFieldsEnclosedBy = 'Velden ingesloten door';
$strFieldsEscapedBy = 'Velden ontsnapt door';
$strFieldsTerminatedBy = 'Velden beëindigd door';
$strFileAlreadyExists = 'Bestaand %s bestaat al op de server, verander de bestandsnaam of controleer overschrijf opties.';
$strFileCouldNotBeRead = 'Bestand kon niet worden gelezen';
$strFileNameTemplate = 'File naam template';
$strFileNameTemplateRemember = 'Onthoud template';
$strFixed = 'vast';
$strFlushPrivilegesNote = 'Opmerking: phpMyAdmin krijgt de rechten voor de gebruikers uit de MySQL privileges tabel. De content van deze tabel kan verschillen met de rechten van de server als er handmatig aanpassingen zijn aangebracht. Mocht dit het geval zijn dan moet men %sde privilege tabel vernieuwen%s voordat men verder gaat.';
$strFlushTable = 'Schoon de tabel ("FLUSH")';
$strFormEmpty = 'Er ontbreekt een waarde in het formulier!';
$strFormat = 'Formatteren';
$strFullText = 'Volledige teksten';
$strFunction = 'Functie';
 
$strGenBy = 'Gegenereerd door';
$strGenTime = 'Generatie Tijd';
$strGeneralRelationFeat = 'Basis relatie opties';
$strGeorgian = 'Georgisch';
$strGerman = 'Duits';
$strGlobal = 'globaal';
$strGlobalPrivileges = 'Globale privileges';
$strGlobalValue = 'Globale waarde';
$strGo = 'Start';
$strGrantOption = 'Toekennen';
$strGreek = 'Grieks';
$strGzip = '"ge-gzipt"';
 
$strHasBeenAltered = 'is veranderd.';
$strHasBeenCreated = 'is aangemaakt.';
$strHaveToShow = 'Er moet ten minste 1 weer te geven kolom worden gekozen';
$strHebrew = 'Hebreeuws';
$strHexForBinary = 'Gebruik hexadecimale voor binaire velden';
$strHome = 'Home';
$strHomepageOfficial = 'Officiële phpMyAdmin Website';
$strHost = 'Host';
$strHostEmpty = 'De host naam is leeg!';
$strHungarian = 'Hongaars';
 
$strIcelandic = 'IJslands';
$strId = 'ID';
$strIdxFulltext = 'Volledige tekst';
$strIgnore = 'Negeer';
$strIgnoreInserts = 'Gebruik ignore inserts';
$strIgnoringFile = 'Negeer bestand %s';
$strImportDocSQL = 'Importeer docSQL Bestanden';
$strImportFiles = 'Importeren bestanden';
$strInUse = 'in gebruik';
$strIndex = 'Index';
$strIndexHasBeenDropped = 'Index %s is vervallen';
$strIndexName = 'Index naam&nbsp;:';
$strIndexType = 'Index type&nbsp;:';
$strIndexWarningMultiple = 'Meer dan 1 %s sleutel was gecreëerd voor de kolom `%s`';
$strIndexWarningPrimary = 'PRIMARY en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`';
$strIndexWarningTable = 'Problemen met de index(en) van de tabel `%s`';
$strIndexWarningUnique = 'UNIQUE en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`';
$strIndexes = 'Indexen';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account. Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.';
$strInsert = 'Invoegen';
$strInsertAsNewRow = 'Voeg toe als nieuwe rij';
$strInsertNewRow = 'Nieuwe rij invoegen';
$strInsertedRowId = 'Ingevoegde rij id:';
$strInsertedRows = 'Ingevoegde rijen:';
$strInternalNotNecessary = '* Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.';
$strInternalRelations = 'Interne relaties';
 
$strJapanese = 'Japans';
$strJumpToDB = 'Ga naar database &quot;%s&quot;.';
$strJustDelete = 'Verwijder gewoon de gebruikers van de privileges tabel.';
$strJustDeleteDescr = 'De &quot;verwijderde&quot; gebruikers zullen de server kunnen gebruiken zoals altijd zolang de privileges nog niet zijn vernieuwd.';
 
$strKeepPass = 'Wijzig het wachtwoord niet';
$strKeyname = 'Sleutel naam';
$strKill = 'stop proces';
$strKorean = 'Koreaans';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opties';
$strLandscape = 'Landschap';
$strLatexCaption = 'Tabel titel';
$strLatexContent = 'Content van tabel __TABLE__';
$strLatexContinued = '(vervolgd)';
$strLatexContinuedCaption = 'Vervolgde tabel titel';
$strLatexIncludeCaption = 'Voeg tabel titel toe';
$strLatexLabel = 'Label sleutel';
$strLatexStructure = 'Structuur van de tabel __TABLE__';
$strLatvian = 'Lets';
$strLengthSet = 'Lengte/Waardes*';
$strLimitNumRows = 'records per pagina';
$strLinesTerminatedBy = 'Regels beëindigd door';
$strLinkNotFound = 'Link niet gevonden';
$strLinksTo = 'Gelinkt naar';
$strLithuanian = 'Litouws';
$strLocalhost = 'lokaal';
$strLocationTextfile = 'Locatie van het tekstbestand';
$strLogPassword = 'Wachtwoord:';
$strLogServer = 'Server';
$strLogUsername = 'Gebruikers naam:';
$strLogin = 'Inloggen';
$strLoginInformation = 'Login Informatie';
$strLogout = 'Uitloggen';
 
$strMIMETypesForTable = 'MIME TYPES VOOR TABEL';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Beschikbare MIME-types';
$strMIME_available_transform = 'Beschikbare transformaties';
$strMIME_description = 'Beschrijving';
$strMIME_nodescription = 'Geen beschrijving beschikbaar voor deze transformatie.<br />Raadpleeg de maker over wat %s doet.';
$strMIME_transformation = 'Browser transformaties';
$strMIME_transformation_note = 'Voor een lijst met beschikbare transformatie opties en MIME-type transformaties, klik op %sTransformatie opties%s';
$strMIME_transformation_options = 'Transformatie opties';
$strMIME_transformation_options_note = 'Voeg de waardes voor transformatie optie in het volgende formaat in: \'a\',\'b\',\'c\'...<br />Wanneer u een backslash ("\") of een enkele quote ("\'") moet invoegen in deze waardes, backslashes het dan (bijvoorbeeld \'\\\\xyz\' of \'a\\\'b\').';
$strMIME_without = 'MIME-types die in italic staan (Schuin) hebben geen aparte transformatie functies';
$strMaximumSize = 'Maximale grootte: %s%s';
$strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.';
$strMbOverloadWarning = 'U heeft mbstring.func_overload ingeschakeld in uw PHP configuratie. Deze optie is incompatibel met phpMyAdmin en kan ervoor zorgen dat sommige data corrupt raakt!';
$strModifications = 'Wijzigingen opgeslagen.';
$strModify = 'Aanpassen';
$strModifyIndexTopic = 'Wijzig een index';
$strMoveTable = 'Verplaats tabel naar (database<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s is verplaatst naar %s.';
$strMoveTableSameNames = 'Kan de tabel niet naar dezelfde verplaatsen!';
$strMultilingual = 'meertalig';
$strMySQLCharset = 'MySQL Karakterset';
$strMySQLConnectionCollation = 'MySQL verbindingscollatie';
$strMySQLSaid = 'MySQL retourneerde: ';
$strMySQLShowProcess = 'Laat processen zien';
$strMySQLShowStatus = 'MySQL runtime informatie';
$strMySQLShowVars = 'MySQL systeemvariabelen';
 
$strName = 'Naam';
$strNext = 'Volgende';
$strNo = 'Nee';
$strNoActivity = 'Geen activiteit voor %s seconden of meer, log a.u.b. opnieuw in';
$strNoDatabases = 'Geen databases';
$strNoDatabasesSelected = 'Er is geen databases geselecteerd.';
$strNoDescription = 'Geen beschrijving aanwezig';
$strNoDropDatabases = '"DROP DATABASE" opdrachten zijn niet mogelijk.';
$strNoExplain = 'Uitleg SQL overslaan';
$strNoFrames = 'phpMyAdmin is werkt gebruiksvriendelijker met een browser die <b>frames</b> aan kan.';
$strNoIndex = 'Geen index gedefinieerd!';
$strNoIndexPartsDefined = 'Geen index delen gedefinieerd!';
$strNoModification = 'Geen verandering';
$strNoOptions = 'Dit format heeft geen opties';
$strNoPassword = 'Geen wachtwoord';
$strNoPermission = 'De web server heeft geen rechten om het bestand %s op te slaan.';
$strNoPhp = 'zonder PHP Code';
$strNoPrivileges = 'Geen rechten';
$strNoRights = 'U heeft niet genoeg rechten om hier te zijn!';
$strNoRowsSelected = 'Geen rijen geselecteerd';
$strNoSpace = 'Onvoldoende ruimte om het bestand %s op te slaan.';
$strNoTablesFound = 'Geen tabellen gevonden in de database.';
$strNoThemeSupport = 'Geen ondersteuning voor thema\'s, controleer uw configuratie en/of de thema\'s in de directory %s.';
$strNoUsersFound = 'Geen gebruiker(s) gevonden.';
$strNoValidateSQL = 'SQL validatie overslaan';
$strNone = 'Geen';
$strNotNumber = 'Dit is geen cijfer!';
$strNotOK = 'Niet Goed';
$strNotSet = '<b>%s</b> tabel niet gevonden of niet ingesteld in %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s overeenkomst(en) in de tabel<i>%s</i>';
$strNumSearchResultsTotal = '<b>Totaal:</b> <i>%s</i> overeenkomst(en)';
$strNumTables = 'Tabellen';
 
$strOK = 'Correct';
$strOperations = 'Handelingen';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimaliseer tabel';
$strOr = 'Of';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overschrijf bestaande bestand (en)';
 
$strPHP40203 = 'U gebruikt PHP 4.2.3, deze versie bevat een grote fout in de multi-byte strings (mbstring). Voor meer informatie zie PHP bug report 19404. Het wordt sterk afgeraden deze versie van PHP te gebruiken met phpMyAdmin.';
$strPHPVersion = 'PHP Versie';
$strPageNumber = 'Pagina nummer:';
$strPaperSize = 'Papier grootte';
$strPartialText = 'Gedeeltelijke teksten';
$strPassword = 'Wachtwoord';
$strPasswordChanged = 'Het wachtwoord voor %s is met succes veranderd.';
$strPasswordEmpty = 'Het wachtwoord is leeg!';
$strPasswordHashing = 'Wachtwoord Hashing';
$strPasswordNotSame = 'De wachtwoorden zijn niet gelijk!';
$strPdfDbSchema = 'Schema van de "%s" database - Pagina %s';
$strPdfInvalidTblName = 'De tabel "%s" bestaat niet!';
$strPdfNoTables = 'Geen Tabellen';
$strPerHour = 'per uur';
$strPerMinute = 'per minuut';
$strPerSecond = 'per seconde';
$strPersian = 'Perzisch';
$strPhoneBook = 'Telefoonboek';
$strPhp = 'Creëer PHP Code';
$strPmaDocumentation = 'phpMyAdmin Documentatie';
$strPmaUriError = 'De <tt>$cfg[\'PmaAbsoluteUri\']</tt> richtlijn MOET gezet zijn in het configuratie bestand!';
$strPolish = 'Pools';
$strPortrait = 'Portret';
$strPos1 = 'Begin';
$strPrevious = 'Vorige';
$strPrimary = 'Primaire sleutel';
$strPrimaryKeyHasBeenDropped = 'De primaire sleutel is vervallen';
$strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!';
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> de naam van en <b>alleen van</b> een primaire sleutel zijn!)';
$strPrint = 'Afdrukken';
$strPrintView = 'Printopmaak';
$strPrintViewFull = 'Print overzicht (met volledige teksten)';
$strPrivDescAllPrivileges = 'Bevat alle privileges behalve GRANT.';
$strPrivDescAlter = 'Maakt het mogelijk de structuur van bestaande tabellen aan te passen.';
$strPrivDescCreateDb = 'Maakt het mogelijk om nieuwe databases en tabellen te maken.';
$strPrivDescCreateTbl = 'Maakt het mogelijk nieuwe tabellen te maken.';
$strPrivDescCreateTmpTable = 'Maakt het mogelijk om tijdelijke tabellen te maken.';
$strPrivDescDelete = 'Maakt het mogelijk om data te verwijderen.';
$strPrivDescDropDb = 'Maakt het mogelijk om databases en tabellen te verwijderen.';
$strPrivDescDropTbl = 'Maakt het mogelijk tabellen te verwijderen.';
$strPrivDescExecute = 'Maakt het mogelijk om opgeslagen procedures uit te voeren; Heeft geen effect in deze MySQL versie.';
$strPrivDescFile = 'Maakt het mogelijk om data te importeren en te exporteren van en naar bestanden.';
$strPrivDescGrant = 'Maakt het mogelijk dat gebruikers en privileges toe te voegen zonder de privileges tabel opnieuw op te vragen.';
$strPrivDescIndex = 'Maakt het mogelijk om indexen te creëren en te verwijderen.';
$strPrivDescInsert = 'Maakt het mogelijk om data in te voegen en te vervangen.';
$strPrivDescLockTables = 'Maakt het mogelijk tabellen op slot te zetten voor de huidige thread.';
$strPrivDescMaxConnections = 'Limiteert het aantal nieuwe connecties die een gebruiker per uur mag openen.';
$strPrivDescMaxQuestions = 'Limiteert het aantal queries dat een gebruiker mag versturen per uur.';
$strPrivDescMaxUpdates = 'Limiteert het aantal commando\'s, welke een database of tabel veranderen, die een gebruiker per uur mag uitvoeren.';
$strPrivDescProcess3 = 'Maakt het mogelijk processen te stoppen voor andere gebruikers.';
$strPrivDescProcess4 = 'Maakt het mogelijk om complete queries in de process lijst te zien.';
$strPrivDescReferences = 'Heeft geen effect in deze MySQL versie.';
$strPrivDescReload = 'Maakt het mogelijk om de server instellingen opnieuw op te vragen en de cache van de server leeg te maken.';
$strPrivDescReplClient = 'Geeft het recht aan de gebruiker om te vragen waar de slaves (slaven) / masters (meesters) zijn.';
$strPrivDescReplSlave = 'Nodig om slaves (slaven) de repliceren.';
$strPrivDescSelect = 'Maakt het lezen van data mogelijk.';
$strPrivDescShowDb = 'Geeft toegang tot de complete lijst van databases.';
$strPrivDescShutdown = 'Maakt het mogelijk de server te stoppen.';
$strPrivDescSuper = 'Maakt het mogelijk verbinding te maken, zelfs als het maximaal aantal verbindingen als is bereikt; Dit is vereist voor de meeste administratieve opties zoals het instellen van globale variabelen of het stoppen van threads van andere gebruikers.';
$strPrivDescUpdate = 'Maakt het mogelijk data aan te passen.';
$strPrivDescUsage = 'Geen privileges.';
$strPrivileges = 'Rechten';
$strPrivilegesReloaded = 'De privileges zijn met succes vernieuwd';
$strProcesslist = 'Process lijst';
$strPutColNames = 'Plaats veldnamen in de eerste rij';
 
$strQBE = 'Query opbouwen';
$strQBEDel = 'Verwijder';
$strQBEIns = 'Toevoegen';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL-query op database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-geschiedenis';
$strQueryStatistics = '<b>Query statistieken</b>: Sinds het opstarten zijn er, %s queries gestuurd naar de server.';
$strQueryTime = 'Query duurde %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Overschrijf deze query niet van buitenaf dit scherm';
 
$strReType = 'Type opnieuw';
$strReceived = 'Ontvangen';
$strRecords = 'Records';
$strReferentialIntegrity = 'Controleer referentiële integriteit';
$strRefresh = 'Vernieuw';
$strRelationNotWorking = 'Extra opties om met tabellen te werken die gelinkt zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.';
$strRelationView = 'Relatie overzicht';
$strRelationalSchema = 'Relationeel schema';
$strRelations = 'Relaties';
$strRelationsForTable = 'RELATIES VOOR TABEL';
$strReloadMySQL = 'MySQL opnieuw laden.';
$strReloadingThePrivileges = 'Bezig de privileges te vernieuwen';
$strRemoveSelectedUsers = 'Verwijder de geselecteerde gebruikers';
$strRenameDatabaseOK = 'Database %s is hernoemed naar %s';
$strRenameTable = 'Tabel hernoemen naar';
$strRenameTableOK = 'Tabel %s is hernoemt naar %s';
$strRepairTable = 'Repareer tabel';
$strReplaceNULLBy = 'Vervang NULL door';
$strReplaceTable = 'Vervang tabel gegevens met het bestand';
$strReset = 'Opnieuw';
$strResourceLimits = 'Resource beperkingen';
$strRevoke = 'Ongedaan maken';
$strRevokeAndDelete = 'Trek alle actieve privileges in van alle gebruikers en verwijder ze daarna.';
$strRevokeAndDeleteDescr = 'De gebruikers zullen nog steeds het USAGE (gebruik) privilege hebben zolang de privileges nog niet zijn vernieuwd.';
$strRevokeMessage = 'U heeft de rechten ingetrokken voor %s';
$strRomanian = 'Roemeens';
$strRowLength = 'Lengte van de rij';
$strRowSize = ' Grootte van de rij';
$strRows = 'Rijen';
$strRowsFrom = 'rijen beginnend bij';
$strRowsModeFlippedHorizontal = 'horizontaal (geroteerde headers)';
$strRowsModeHorizontal = 'horizontaal';
$strRowsModeOptions = 'in %s modus en herhaal kopregels na %s cellen';
$strRowsModeVertical = 'verticaal';
$strRowsStatistic = 'Rij statistiek';
$strRunQuery = 'Query uitvoeren';
$strRunSQLQuery = 'Draai SQL query/queries op database %s';
$strRunning = 'wordt uitgevoerd op %s';
$strRussian = 'Russisch';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL export compatibiliteit';
$strSQLExportType = 'Export type';
$strSQLOptions = 'SQL opties';
$strSQLParserBugMessage = 'Er is een kans dat u een fout heeft aangetroffen in de SQL parser. Let er goed op, dat de query op de correcte plaatsen quotes heeft. Een ander mogelijkheid voor deze foutmelding kan zijn dat u het ge-quote text gedeelte in binairy mode heeft. U kunt ook uw query proberen in de command line van MySQL. De MySQL server foutmelding hieronder, mocht die aanwezig zijn, kan ook helpen met het opsporen van fouten. Blijft u problemen houden of als de parser fouten geeft terwijl het goed gaat in de command line van MySQL, probeer dan de SQL query in te korten en een bug report met het stukje data te sturen van het CUT gedeelte hieronder:';
$strSQLParserUserError = 'Er schijnt een fout te zijn in uw SQL query. Mocht de MySQL server een error hebben terug gegeven, probeer dan of uw hiermee uw fout kunt oplossen.';
$strSQLQuery = 'SQL-query';
$strSQLResult = 'SQL resultaat';
$strSQPBugInvalidIdentifer = 'Ongeldig herkenningsteken';
$strSQPBugUnclosedQuote = 'Quote niet afgesloten';
$strSQPBugUnknownPunctuation = 'Onbekende Punctuatie String';
$strSave = 'Opslaan';
$strSaveOnServer = 'Bewaar op de server in %s directory';
$strScaleFactorSmall = 'De schaal factor is te klein om het schema op een pagina te zetten';
$strSearch = 'Zoeken';
$strSearchFormTitle = 'Zoeken in de database';
$strSearchInTables = 'In de tabel(len):';
$strSearchNeedle = 'Woord(en) of waarde(s) waarnaar gezocht moet worden (wildcard: "%"):';
$strSearchOption1 = 'ten minste een van de woorden';
$strSearchOption2 = 'alle woorden';
$strSearchOption3 = 'de exacte zin';
$strSearchOption4 = 'als een reguliere expressie';
$strSearchResultsFor = 'Zoek resultaten voor "<i>%s</i>" %s:';
$strSearchType = 'Zoek:';
$strSecretRequired = 'Het configuratie bestand heeft nu een geheime wachtwoord zin nodig (blowfish_secret).';
$strSelectADb = 'Selecteer A.U.B. een database';
$strSelectAll = 'Selecteer alles';
$strSelectBinaryLog = 'Selecteer de te bekijken binaire log';
$strSelectFields = 'Selecteer velden (tenminste 1):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Selecteer tabellen';
$strSend = 'verzenden';
$strSent = 'Verzonden';
$strServer = 'Server';
$strServerChoice = 'Server keuze';
$strServerNotResponding = 'De server reageert niet';
$strServerStatus = 'Runtime Informatie';
$strServerStatusUptime = 'Deze MySQL server draait inmiddels %s. Hij is gestart op %s.';
$strServerTabProcesslist = 'Processen';
$strServerTabVariables = 'Variabelen';
$strServerTrafficNotes = '<b>Server verkeer</b>: Deze tabellen geven statistieken weer van het verkeer van deze MySQL server vanaf het moment dat hij is gestart';
$strServerVars = 'Server variabelen en instellingen';
$strServerVersion = 'Server versie';
$strSessionValue = 'Sessie variabelen';
$strSetEnumVal = 'Als het veld type "enum" of "set" is, voer dan de waardes in volgens dit formaat: \'a\',\'b\',\'c\'...<br />Als u ooit een backslash moet plaatsen ("\") of een enkel aanhalingsteken ("\'") bij deze waardes, backslash het (voorbeeld \'\\\\xyz\' of \'a\\\'b\').';
$strShow = 'Toon';
$strShowAll = 'Toon alles';
$strShowColor = 'Toon kleur';
$strShowDatadictAs = 'Data Dictionary Formaat';
$strShowFullQueries = 'Toon volledige Queries';
$strShowGrid = 'Toon grid';
$strShowPHPInfo = 'Laat informatie over PHP zien';
$strShowTableDimension = 'Geef de dimensies van de tabellen weer';
$strShowTables = 'Toon tabellen';
$strShowThisQuery = ' Laat deze query hier zien ';
$strShowingRecords = 'Toon Records';
$strSimplifiedChinese = 'Vereenvoudigd Chinese';
$strSingly = '(apart)';
$strSize = 'Grootte';
$strSlovak = 'Slowaak';
$strSlovenian = 'Sloveens';
$strSort = 'Sorteren';
$strSortByKey = 'Sorteren op sleutel';
$strSpaceUsage = 'Ruimte gebruik';
$strSpanish = 'Spaans';
$strSplitWordsWithSpace = 'Woorden worden gesplit door een spatie karakter (" ").';
$strStatCheckTime = 'Laatst gecontroleerd';
$strStatCreateTime = 'Gecreëerd';
$strStatUpdateTime = 'Laatst bijgewerkt';
$strStatement = 'Opdrachten';
$strStatus = 'Status';
$strStrucCSV = 'CSV gegevens';
$strStrucData = 'Structuur en gegevens';
$strStrucDrop = 'DROP TABLE toevoegen';
$strStrucExcelCSV = 'CSV voor MS Excel data';
$strStrucNativeExcel = 'Native MS Excel data';
$strStrucOnly = 'Alleen structuur';
$strStructPropose = 'Tabel structuur voorstellen';
$strStructure = 'Structuur';
$strSubmit = 'Verzenden';
$strSuccess = 'Uw SQL-query is succesvol uitgevoerd.';
$strSum = 'Som';
$strSwedish = 'Zweeds';
$strSwitchToDatabase = 'Schakel naar de gekopieerde database';
$strSwitchToTable = 'Wissel naar de gekopieerde tabel';
 
$strTable = 'Tabel';
$strTableComments = 'Tabel opmerkingen';
$strTableEmpty = 'De tabel naam is leeg!';
$strTableHasBeenDropped = 'Tabel %s is vervallen';
$strTableHasBeenEmptied = 'Tabel %s is leeg gemaakt';
$strTableHasBeenFlushed = 'Tabel %s is geschoond';
$strTableMaintenance = 'Tabel onderhoud';
$strTableOfContents = 'Inhoudsopgave';
$strTableOptions = 'Tabel opties';
$strTableStructure = 'Tabel structuur voor tabel';
$strTableType = 'Tabel type';
$strTables = '%s tabel(len)';
$strTakeIt = 'neem het';
$strTblPrivileges = 'Tabel-specifieke privileges';
$strTextAreaLength = ' Vanwege z\'n lengte,<br /> is dit veld misschien niet te wijzigen ';
$strThai = 'Thais';
$strTheme = 'Thema / Stijl';
$strThisHost = 'Deze Host';
$strThisNotDirectory = 'Dit was geen directory';
$strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.';
$strTime = 'Tijd';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'totaal';
$strTotalUC = 'Totaal';
$strTraditionalChinese = 'Traditioneel Chinees';
$strTraditionalSpanish = 'Traditioneel Spaans';
$strTraffic = 'Verkeer';
$strTransformation_application_octetstream__download = 'Toon een link om de binaire data van een veld te downloaden. Eerste optie is de bestandsnaam van het binaire bestand. De tweede optie is een mogelijke veldnaam van een rij van de tabel welke de bestandsnaam bevat. Wanneer de tweede optie wordt gekozen is het vereist dat de eerste optie leeg is.';
$strTransformation_image_jpeg__inline = 'Toont een klik bare thumbnail; opties: width,height in pixels (houdt de originele ratio)';
$strTransformation_image_jpeg__link = 'Toont een link naar deze image (directe blob download, i.e.).';
$strTransformation_image_png__inline = 'Zie image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Neemt een TIME, TIMESTAMP of DATETIME veld en vormt het naar uw lokale datum formaat. Eerst optie is de offset (in uren) welke zal worden toegevoegd aan de timestamp (Default: 0). De tweede opties is een ander datum formaat volgens de parameters beschikbaar volgens PHPs strftime().';
$strTransformation_text_plain__external = 'ALLEEN LINUX: Lanceert een externe applicatie en voed het de veld data via standaard input. Geeft standaard output van de applicatie terug. Default is Netjes, om nette HTML code te tonen. Om beveiligings redenen zult u handmatig het bestand libraries/transformations/text_plain__external.inc.php moeten aanpassen en de tools die u mag draaien invoegen. De eerste opties is het nummer van het programma wat u wilt gebruiken, de tweede optie zijn de parameters voor dit programma. Het derde parameter, wanneer ingesteld op 1, zal de output omzetten door middel van htmlspecialchars() (Standaard is 1). Een vierde parameter, wanneer ingesteld als 1 zal NOWRAP aan de content cell toevoegen, zodat de gehele output getoond zal worden zonder te herstructureren (Standaard 1)';
$strTransformation_text_plain__formatted = 'Preserveert het originele formaat van het veld. Er wordt geen Escaping toegepast.';
$strTransformation_text_plain__imagelink = 'Toont een plaatje en een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de breedte in pixels, de derde is de hoogte.';
$strTransformation_text_plain__link = 'Toont een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de titel voor de link.';
$strTransformation_text_plain__substr = 'Toont alleen een stuk van een string. De eerst optie is een offset om te bepalen waar de output van uw tekst start (Standaard 0). De tweede optie is een offset van de hoeveel tekst die terug wordt gegeven. Wanneer leeg, zal het alle overgebleven tekst teruggeven. De derde optie defineerd welke karakters worden toegevoegd aan de output wanneer een substring wordt teruggegeven (Standaard: ...) .';
$strTruncateQueries = 'Truncate getoonde Queries';
$strTurkish = 'Turks';
$strType = 'Type';
 
$strUkrainian = 'Oekraïens';
$strUncheckAll = 'Deselecteer alles';
$strUnicode = 'Unicode';
$strUnique = 'Unieke waarde';
$strUnknown = 'onbekend';
$strUnselectAll = 'Deselecteer alles';
$strUpdComTab = 'Raadpleeg de Documentatie over hoe u uw Column_comments tabel bijwerkt.';
$strUpdatePrivMessage = 'U heeft de rechten aangepast voor %s.';
$strUpdateProfileMessage = 'Het profiel is aangepast.';
$strUpdateQuery = 'Wijzig Query';
$strUpgrade = 'U moet opwaarderen (Upgraden) naar %s of hoger.';
$strUsage = 'Gebruik';
$strUseBackquotes = 'Gebruik backquotes (`) bij tabellen en velden\' namen';
$strUseHostTable = 'Gebruik Host Tabel';
$strUseTabKey = 'Gebruik de TAB knop om van waarde naar waarde te verplaatsen, of CTRL+pijltjes om vrijuit te navigeren';
$strUseTables = 'Gebruik tabellen';
$strUseTextField = 'Gebruik tekstveld';
$strUseThisValue = 'Gebruik deze waarde';
$strUser = 'Gebruiker';
$strUserAlreadyExists = 'De gebruiker %s bestaat al!';
$strUserEmpty = 'De gebruikersnaam is leeg!';
$strUserName = 'Gebruikersnaam';
$strUserNotFound = 'De geselecteerde gebruiker werd niet aangetroffen in de privileges tabel';
$strUserOverview = 'Gebruikers Overzicht';
$strUsersDeleted = 'De geselecteerde gebruikers zijn met succes verwijderd.';
$strUsersHavingAccessToDb = 'Gebruikers die toegang hebben tot &quot;%s&quot;';
 
$strValidateSQL = 'Valideer SQL';
$strValidatorError = 'De SQL validatie kon niet worden geinitialiseerd. Controleer of u de nodige php extensies heeft geinstalleerd zoals beschreven in de %sdocumentatie%s.';
$strValue = 'Waarde';
$strVar = 'Variabelen';
$strViewDump = 'Bekijk een dump (schema) van tabel';
$strViewDumpDB = 'Bekijk een dump (schema) van database';
$strViewDumpDatabases = 'Bekijk dump (schema) van de databases';
 
$strWebServerUploadDirectory = 'web-server upload directory';
$strWebServerUploadDirectoryError = 'De directory die u heeft ingesteld om te uploaden kan niet worden bereikt.';
$strWelcome = 'Welkom op %s';
$strWestEuropean = 'West Europees';
$strWildcard = 'joker teken';
$strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging';
$strWithChecked = 'Met geselecteerd:';
$strWritingCommentNotPossible = 'Het toevoegen van commentaar is niet mogelijk';
$strWritingRelationNotPossible = 'Toevoegen van een relatie is niet mogelijk';
$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijderd het limiet.';
$strZip = '"Gezipt"';
 
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/english-iso-8859-1.inc.php
0,0 → 1,976
<?php
/* $Id: english-iso-8859-1.inc.php,v 2.130.2.4 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
 
$strAbortedClients = 'Aborted';
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on the web server to the docSQL directory';
$strAccessDenied = 'Access denied';
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';
$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.';
$strAction = 'Action';
$strAddAutoIncrement = 'Add AUTO_INCREMENT value';
$strAddConstraints = 'Add constraints';
$strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = 'Add DROP DATABASE';
$strAddedColumnComment = 'Added comment for column';
$strAddedColumnRelation = 'Added relation for column';
$strAddFields = 'Add %s field(s)';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';
$strAddIfNotExists = 'Add IF NOT EXISTS';
$strAddIntoComments = 'Add into comments';
$strAddNewField = 'Add new field';
$strAddPrivilegesOnDb = 'Add privileges on the following database';
$strAddPrivilegesOnTbl = 'Add privileges on the following table';
$strAddSearchConditions = 'Add search conditions (body of the "where" clause):';
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)';
$strAddUser = 'Add a new User';
$strAddUserMessage = 'You have added a new user.';
$strAdministration = 'Administration';
$strAffectedRows = 'Affected rows:';
$strAfter = 'After %s';
$strAfterInsertBack = 'Go back to previous page';
$strAfterInsertNewInsert = 'Insert another new row';
$strAfterInsertNext = 'Edit next row';
$strAfterInsertSame = 'Go back to this page';
$strAll = 'All';
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';
$strAllTableSameWidth = 'display all tables with same width?';
$strAlterOrderBy = 'Alter table order by';
$strAnalyzeTable = 'Analyze table';
$strAnd = 'And';
$strAndThen = 'and then';
$strAnIndex = 'An index has been added on %s';
$strAny = 'Any';
$strAnyHost = 'Any host';
$strAnyUser = 'Any user';
$strApproximateCount = 'May be approximate. See FAQ 3.11';
$strAPrimaryKey = 'A primary key has been added on %s';
$strArabic = 'Arabic';
$strArmenian = 'Armenian';
$strAscending = 'Ascending';
$strAtBeginningOfTable = 'At Beginning of Table';
$strAtEndOfTable = 'At End of Table';
$strAttr = 'Attributes';
$strAutodetect = 'Autodetect';
$strAutomaticLayout = 'Automatic layout';
 
$strBack = 'Back';
$strBaltic = 'Baltic';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - do not edit';
$strBinaryLog = 'Binary log';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Information';
$strBinLogName = 'Log name';
$strBinLogOriginalPosition = 'Original position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server ID';
$strBookmarkAllUsers = 'Let every user access this bookmark';
$strBookmarkCreated = 'Bookmark %s created';
$strBookmarkDeleted = 'The bookmark has been deleted.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Bookmarked SQL query';
$strBookmarkReplace = 'Replace existing bookmark of same name';
$strBookmarkThis = 'Bookmark this SQL query';
$strBookmarkView = 'View only';
$strBrowse = 'Browse';
$strBrowseDistinctValues = 'Browse distinct values';
$strBrowseForeignValues = 'Browse foreign values';
$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Buffer Pool Usage';
$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferReadMisses = 'Read misses';
$strBufferWriteWaitsInPercent = 'Write waits in %';
$strBufferWriteWaits = 'Write waits';
$strBulgarian = 'Bulgarian';
$strBusyPages = 'Busy pages';
$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 newer PHP version. See PHP bug report %s for details.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Calendar';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
$strCannotLogin = 'Cannot log in to the MySQL server';
$strCantLoad = 'Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your PHP configuration.';
$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
$strCantUseRecodeIconv = 'Couldn\'t use either the iconv, libiconv or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Central European';
$strChange = 'Change';
$strChangeCopyModeCopy = '... keep the old one.';
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
$strChangeCopyUser = 'Change Login Information / Copy User';
$strChangeDisplay = 'Choose field to display';
$strChangePassword = 'Change password';
$strCharset = 'Charset';
$strCharsetOfFile = 'Character set of the file:';
$strCharsetsAndCollations = 'Character Sets and Collations';
$strCharsets = 'Charsets';
$strCheckAll = 'Check All';
$strCheckOverhead = 'Check tables having overhead';
$strCheckPrivs = 'Check Privileges';
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.';
$strCheckTable = 'Check table';
$strChoosePage = 'Please choose a page to edit';
$strColComFeat = 'Displaying Column Comments';
$strCollation = 'Collation';
$strColumnNames = 'Column names';
$strColumnPrivileges = 'Column-specific privileges';
$strCommand = 'Command';
$strComments = 'Comments';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
$strCompleteInserts = 'Complete inserts';
$strCompression = 'Compression';
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"';
$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.';
$strConfigureTableCoord = 'Please configure the coordinates for table %s';
$strConnectionError = 'Cannot connect: invalid settings.';
$strConnections = 'Connections';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strCopy = 'Copy';
$strCopyDatabaseOK = 'Database %s has been copied to %s';
$strCopyTable = 'Copy table to (database<b>.</b>table):';
$strCopyTableOK = 'Table %s has been copied to %s.';
$strCopyTableSameNames = 'Can\'t copy table to same one!';
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
$strCreate = 'Create';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';
$strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Create a new index';
$strCreateNewDatabase = 'Create new database';
$strCreateNewTable = 'Create new table on database %s';
$strCreatePage = 'Create a new page';
$strCreatePdfFeat = 'Creation of PDFs';
$strCreationDates = 'Creation/Update/Check dates';
$strCriteria = 'Criteria';
$strCroatian = 'Croatian';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV options';
$strCSVOptions = 'CSV options';
$strCyrillic = 'Cyrillic';
$strCzech = 'Czech';
$strCzechSlovak = 'Czech-Slovak';
 
$strDanish = 'Danish';
$strDatabase = 'Database';
$strDatabaseEmpty = 'The database name is empty!';
$strDatabaseExportOptions = 'Database export options';
$strDatabaseHasBeenDropped = 'Database %s has been dropped.';
$strDatabaseNoTable = 'This database contains no table!';
$strDatabases = 'Databases';
$strDatabasesDropped = '%s databases have been dropped successfully.';
$strDatabasesStats = 'Databases statistics';
$strDatabasesStatsDisable = 'Disable Statistics';
$strDatabasesStatsEnable = 'Enable Statistics';
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.';
$strData = 'Data';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Data only';
$strDataPages = 'Pages containing data';
$strDBComment = 'Database comment: ';
$strDBCopy = 'Copy database to';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Max time, ms';
$strDBGMinTimeMs = 'Min time, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Total time, ms';
$strDbPrivileges = 'Database-specific privileges';
$strDBRename = 'Rename database to';
$strDbSpecific = 'database-specific';
$strDefault = 'Default';
$strDefaultEngine = '%s is the default storage engine on this MySQL server.';
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
$strDefragment = 'Defragment table';
$strDelayedInserts = 'Use delayed inserts';
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
$strDelete = 'Delete';
$strDeletedRows = 'Deleted rows:';
$strDeleted = 'The row has been deleted';
$strDeleteNoUsersSelected = 'No users selected for deleting!';
$strDeleting = 'Deleting %s';
$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDescending = 'Descending';
$strDescription = 'Description';
$strDictionary = 'dictionary';
$strDirtyPages = 'Dirty pages';
$strDisabled = 'Disabled';
$strDisableForeignChecks = 'Disable foreign key checks';
$strDisplayFeat = 'Display Features';
$strDisplayOrder = 'Display order:';
$strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Do you really want to ';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDrop = 'Drop';
$strDropUsersDb = 'Drop the databases that have the same names as the users.';
$strDumpingData = 'Dumping data for table';
$strDumpSaved = 'Dump has been saved to file %s.';
$strDumpXRows = 'Dump %s row(s) starting at record # %s.';
$strDynamic = 'dynamic';
 
$strEdit = 'Edit';
$strEditPDFPages = 'Edit PDF Pages';
$strEditPrivileges = 'Edit Privileges';
$strEffective = 'Effective';
$strEmpty = 'Empty';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'Enabled';
$strEncloseInTransaction = 'Enclose export in a transaction';
$strEndCut = 'END CUT';
$strEnd = 'End';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s is available on this MySQL server.';
$strEngineDisabled = '%s has been disabled for this MySQL server.';
$strEngines = 'Engines';
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';
$strEnglish = 'English';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strError = 'Error';
$strErrorInZipFile = 'Error in ZIP archive:';
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonian';
$strExcelEdition = 'Excel edition';
$strExcelOptions = 'Excel options';
$strExecuteBookmarked = 'Execute bookmarked query';
$strExplain = 'Explain SQL';
$strExport = 'Export';
$strExtendedInserts = 'Extended inserts';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Failed attempts';
$strField = 'Field';
$strFieldHasBeenDropped = 'Field %s has been dropped';
$strFieldsEmpty = ' The field count is empty! ';
$strFieldsEnclosedBy = 'Fields enclosed by';
$strFieldsEscapedBy = 'Fields escaped by';
$strFields = 'Fields';
$strFieldsTerminatedBy = 'Fields terminated by';
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplateDescriptionDatabase = 'database name';
$strFileNameTemplateDescriptionServer = 'server name';
$strFileNameTemplateDescriptionTable = 'table name';
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';
$strFileNameTemplate = 'File name template';
$strFileNameTemplateRemember = 'remember template';
$strFileToImport = 'File to import';
$strFixed = 'fixed';
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses, if they have been changed manually. In this case, you should %sreload the privileges%s before you continue.';
$strFlushQueryCache = 'Flush query cache';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFlushTables = 'Flush (close) all tables';
$strFormat = 'Format';
$strFormEmpty = 'Missing value in the form!';
$strFreePages = 'Free pages';
$strFullText = 'Full Texts';
$strFunction = 'Function';
 
$strGenBy = 'Generated by';
$strGeneralRelationFeat = 'General relation features';
$strGenerate = 'Generate';
$strGeneratePassword = 'Generate Password';
$strGenTime = 'Generation Time';
$strGeorgian = 'Georgian';
$strGerman = 'German';
$strGlobal = 'global';
$strGlobalPrivileges = 'Global privileges';
$strGlobalValue = 'Global value';
$strGo = 'Go';
$strGrantOption = 'Grant';
$strGreek = 'Greek';
$strGzip = '"gzipped"';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'has been altered.';
$strHasBeenCreated = 'has been created.';
$strHaveToShow = 'You have to choose at least one column to display';
$strHebrew = 'Hebrew';
$strHexForBinary = 'Use hexadecimal for binary fields';
$strHome = 'Home';
$strHomepageOfficial = 'Official phpMyAdmin Homepage';
$strHostEmpty = 'The host name is empty!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 export options';
$strHungarian = 'Hungarian';
 
$strIcelandic = 'Icelandic';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'Ignore';
$strIgnoreInserts = 'Use ignore inserts';
$strIgnoringFile = 'Ignoring file %s';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Import files';
$strImportFormat = 'Format of imported file';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';
$strIndexes = 'Indexes';
$strIndexHasBeenDropped = 'Index %s has been dropped';
$strIndex = 'Index';
$strIndexName = 'Index name:';
$strIndexType = 'Index type:';
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';
$strIndexWarningTable = 'Problems with indexes of table `%s`';
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
$strInnoDBAutoextendIncrement = 'Autoextend increment';
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSize = 'Buffer pool size';
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';
$strInnoDBDataFilePath = 'Data files';
$strInnoDBDataHomeDir = 'Data home directory';
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
$strInnoDBPages = 'pages';
$strInnodbStat = 'InnoDB Status';
$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.';
$strInsertAsNewRow = 'Insert as new row';
$strInsertedRowId = 'Inserted row id:';
$strInsertedRows = 'Inserted rows:';
$strInsert = 'Insert';
$strInsertNewRow = 'Insert new row';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'Internal relations';
$strInUse = 'in use';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:';
$strInvalidColumnCount = 'Column count has to be larger than zero.';
$strInvalidColumn = 'Invalid column (%s) specified!';
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';
$strInvalidFieldAddCount = 'You have to add at least one field.';
$strInvalidFieldCount = 'Table must have at least one field.';
$strInvalidLDIImport = 'This plugin does not support compressed imports!';
$strInvalidRowNumber = '%d is not valid row number.';
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';
$strInvalidServerIndex = 'Invalid server index: "%s"';
 
$strJapanese = 'Japanese';
$strJoins = 'Joins';
$strJumpToDB = 'Jump to database &quot;%s&quot;.';
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';
$strJustDelete = 'Just delete the users from the privilege tables.';
 
$strKeepPass = 'Do not change the password';
$strKeyCache = 'Key cache';
$strKeyname = 'Keyname';
$strKill = 'Kill';
$strKorean = 'Korean';
 
$strLandscape = 'Landscape';
$strLanguageFileNotFound = 'Language file "%1$s" not found.';
$strLanguageUnknown = 'Unknown language: %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Table caption';
$strLatexContent = 'Content of table __TABLE__';
$strLatexContinuedCaption = 'Continued table caption';
$strLatexContinued = '(continued)';
$strLatexIncludeCaption = 'Include table caption';
$strLatexLabel = 'Label key';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX options';
$strLatexStructure = 'Structure of table __TABLE__';
$strLatvian = 'Latvian';
$strLDI = 'CSV using LOAD DATA';
$strLDIImportOptions = 'Options for CSV import using LOAD DATA';
$strLDILocal = 'Use LOCAL keyword';
$strLengthSet = 'Length/Values';
$strLimitNumRows = 'Number of rows per page';
$strLinesTerminatedBy = 'Lines terminated by';
$strLinkNotFound = 'Link not found';
$strLinksTo = 'Links to';
$strLithuanian = 'Lithuanian';
$strLocalhost = 'Local';
$strLocationTextfile = 'Location of the text file';
$strLoginInformation = 'Login Information';
$strLogin = 'Log in';
$strLogout = 'Log out';
$strLogPassword = 'Password:';
$strLogServer = 'Server';
$strLogUsername = 'Username:';
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
 
$strMaxConnects = 'max. concurrent connections';
$strMaximalQueryLength = 'Maximal length of created query';
$strMaximumSize = 'Max: %s%s';
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!';
$strMIME_available_mime = 'Available MIME types';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Description';
$strMIME_MIMEtype = 'MIME type';
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Transformation options';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function';
$strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify';
$strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
$strMoveTableSameNames = 'Can\'t move table to same one!';
$strMultilingual = 'multilingual';
$strMyISAMDataPointerSize = 'Data pointer size';
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.';
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
$strMyISAMRecoverOptions = 'Automatic recovery mode';
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.';
$strMyISAMRepairThreads = 'Repair threads';
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sort buffer size';
$strMySQLCharset = 'MySQL charset';
$strMysqlClientVersion = 'MySQL client version';
$strMySQLConnectionCollation = 'MySQL connection collation';
$strMySQLSaid = 'MySQL said: ';
$strMySQLShowProcess = 'Show processes';
$strMySQLShowStatus = 'Show MySQL runtime information';
$strMySQLShowVars = 'Show MySQL system variables';
 
$strName = 'Name';
$strNext = 'Next';
$strNoActivity = 'No activity within %s seconds; please log in again';
$strNoDatabases = 'No databases';
$strNoDatabasesSelected = 'No databases selected.';
$strNoDescription = 'no description';
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoExplain = 'Skip Explain SQL';
$strNoFilesFoundInZip = 'No files found inside ZIP archive!';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoIndex = 'No index defined!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'No change';
$strNone = 'None';
$strNo = 'No';
$strNoOptions = 'This format has no options';
$strNoPassword = 'No Password';
$strNoPermission = 'The web server does not have permission to save the file %s.';
$strNoPhp = 'Without PHP Code';
$strNoPrivileges = 'No Privileges';
$strNoRights = 'You don\'t have sufficient privileges to be here right now!';
$strNoRowsSelected = 'No rows selected';
$strNoSpace = 'Insufficient space to save the file %s.';
$strNoTablesFound = 'No tables found in database.';
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.';
$strNothingToImport = 'You didn\'t enter any data to import!';
$strNotNumber = 'This is not a number!';
$strNotOK = 'not OK';
$strNotSet = '<b>%s</b> table not found or not set in %s';
$strNoUsersFound = 'No user(s) found.';
$strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null';
$strNumberOfFields = 'Number of fields';
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';
$strNumTables = 'Tables';
 
$strOK = 'OK';
$strOpenNewWindow = 'Open new phpMyAdmin window';
$strOperations = 'Operations';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimize table';
$strOr = 'Or';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overwrite existing file(s)';
 
$strPageNumber = 'Page number:';
$strPagesToBeFlushed = 'Pages to be flushed';
$strPaperSize = 'Paper size';
$strPartialImport = 'Partial import';
$strPartialText = 'Partial Texts';
$strPasswordChanged = 'The password for %s was changed successfully.';
$strPasswordEmpty = 'The password is empty!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'The passwords aren\'t the same!';
$strPassword = 'Password';
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s';
$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
$strPdfNoTables = 'No tables';
$strPDFOptions = 'PDF options';
$strPDF = 'PDF';
$strPDFReportTitle = 'Report title';
$strPerHour = 'per hour';
$strPerMinute = 'per minute';
$strPerSecond = 'per second';
$strPersian = 'Persian';
$strPhoneBook = 'phone book';
$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.';
$strPhp = 'Create PHP Code';
$strPHPVersion = 'PHP Version';
$strPmaDocumentation = 'phpMyAdmin documentation';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPolish = 'Polish';
$strPortrait = 'Portrait';
$strPos1 = 'Begin';
$strPrevious = 'Previous';
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strPrimary = 'Primary';
$strPrint = 'Print';
$strPrintViewFull = 'Print view (with full texts)';
$strPrintView = 'Print view';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Allows altering the structure of existing tables.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
$strPrivDescCreateDb = 'Allows creating new databases and tables.';
$strPrivDescCreateRoutine = 'Allows creating stored routines.';
$strPrivDescCreateTbl = 'Allows creating new tables.';
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.';
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';
$strPrivDescCreateView = 'Allows creating new views.';
$strPrivDescDelete = 'Allows deleting data.';
$strPrivDescDropDb = 'Allows dropping databases and tables.';
$strPrivDescDropTbl = 'Allows dropping tables.';
$strPrivDescExecute5 = 'Allows executing stored routines.';
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Allows creating and dropping indexes.';
$strPrivDescInsert = 'Allows inserting and replacing data.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Allows reading data.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';
$strPrivDescShutdown = 'Allows shutting down the server.';
$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.';
$strPrivDescUpdate = 'Allows changing data.';
$strPrivDescUsage = 'No privileges.';
$strPrivileges = 'Privileges';
$strPrivilegesReloaded = 'The privileges were reloaded successfully.';
$strProcesslist = 'Process list';
$strProtocolVersion = 'Protocol version';
$strPutColNames = 'Put fields names in the first row';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Query';
$strQueryCache = 'Query cache';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL query on database <b>%s</b>:';
$strQuerySQLHistory = 'SQL history';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'Query took %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Do not overwrite this query from outside the window';
 
$strReadRequests = 'Read requests';
$strReceived = 'Received';
$strRecords = 'Records';
$strReferentialIntegrity = 'Check referential integrity:';
$strRefresh = 'Refresh';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'The additional features for working with linked tables have been deactivated. To find out why click %shere%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relations';
$strRelationView = 'Relation view';
$strReloadingThePrivileges = 'Reloading the privileges';
$strReloadMySQL = 'Reload MySQL';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameDatabaseOK = 'Database %s has been renamed to %s';
$strRenameTableOK = 'Table %s has been renamed to %s';
$strRenameTable = 'Rename table to';
$strRepairTable = 'Repair table';
$strReplaceNULLBy = 'Replace NULL by';
$strReplaceTable = 'Replace table data with file';
$strReplication = 'Replication';
$strReset = 'Reset';
$strResourceLimits = 'Resource limits';
$strReType = 'Re-type';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRevoke = 'Revoke';
$strRomanian = 'Romanian';
$strRowLength = 'Row length';
$strRowsFrom = 'row(s) starting from record #';
$strRowSize = ' Row size ';
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells';
$strRowsModeVertical = 'vertical';
$strRows = 'Rows';
$strRowsStatistic = 'Row Statistics';
$strRunning = 'running on %s';
$strRunQuery = 'Submit Query';
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';
$strRunSQLQuery = 'Run SQL query/queries on database %s';
$strRussian = 'Russian';
 
$strSaveOnServer = 'Save on server in %s directory';
$strSave = 'Save';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearchFormTitle = 'Search in database';
$strSearchInTables = 'Inside table(s):';
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';
$strSearchOption1 = 'at least one of the words';
$strSearchOption2 = 'all words';
$strSearchOption3 = 'the exact phrase';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';
$strSearch = 'Search';
$strSearchType = 'Find:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All';
$strSelectBinaryLog = 'Select binary log to view';
$strSelectFields = 'Select fields (at least one):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'Save as file';
$strSent = 'Sent';
$strServerChoice = 'Server Choice';
$strServerNotResponding = 'The server is not responding';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Runtime Information';
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
$strServerTabProcesslist = 'Processes';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings';
$strServerVersion = 'Server version';
$strSessionValue = 'Session value';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all';
$strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid';
$strShowingBookmark = 'Showing bookmark';
$strShowingRecords = 'Showing rows';
$strShowOpenTables = 'Show open tables';
$strShowPHPInfo = 'Show PHP information';
$strShow = 'Show';
$strShowSlaveHosts = 'Show slave hosts';
$strShowSlaveStatus = 'Show slave status';
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.';
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.';
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.';
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.';
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.';
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.';
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.';
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.';
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.';
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.';
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.';
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.';
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.';
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';
$strShowStatusOpen_filesDescr = 'The number of files that are open.';
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.';
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';
$strShowStatusQcache_hitsDescr = 'The number of cache hits.';
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.';
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';
$strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.';
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';
$strShowStatusSort_rowsDescr = 'The number of sorted rows.';
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.';
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again ';
$strSimplifiedChinese = 'Simplified Chinese';
$strSingly = '(singly)';
$strSize = 'Size';
$strSkipQueries = 'Number of records(queries) to skip from start';
$strSlovak = 'Slovak';
$strSlovenian = 'Slovenian';
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
$strSortByKey = 'Sort by key';
$strSorting = 'Sorting';
$strSort = 'Sort';
$strSpaceUsage = 'Space usage';
$strSpanish = 'Spanish';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQLExportCompatibility = 'SQL export compatibility';
$strSQLExportType = 'Export type';
$strSQLImportOptions = 'SQL options';
$strSQLOptions = 'SQL options';
$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:';
$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';
$strSQLQuery = 'SQL query';
$strSQLResult = 'SQL result';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Unclosed quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStatCheckTime = 'Last check';
$strStatCreateTime = 'Creation';
$strStatement = 'Statements';
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';
$strStatUpdateTime = 'Last update';
$strStatus = 'Status';
$strStorageEngines = 'Storage Engines';
$strStorageEngine = 'Storage Engine';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure and data';
$strStrucDrop = 'Add DROP TABLE';
$strStrucExcelCSV = 'CSV for MS Excel';
$strStrucNativeExcel = 'Native MS Excel format';
$strStrucOnly = 'Structure only';
$strStructPropose = 'Propose table structure';
$strStructure = 'Structure';
$strSubmit = 'Submit';
$strSuccess = 'Your SQL query has been executed successfully';
$strSum = 'Sum';
$strSwedish = 'Swedish';
$strSwitchToDatabase = 'Switch to copied database';
$strSwitchToTable = 'Switch to copied table';
 
$strTableAlreadyExists = 'Table %s already exists!';
$strTableComments = 'Table comments';
$strTableEmpty = 'The table name is empty!';
$strTableHasBeenDropped = 'Table %s has been dropped';
$strTableHasBeenEmptied = 'Table %s has been emptied';
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableMaintenance = 'Table maintenance';
$strTableOfContents = 'Table of contents';
$strTableOptions = 'Table options';
$strTables = '%s table(s)';
$strTableStructure = 'Table structure for table';
$strTable = 'Table';
$strTableType = 'Table type';
$strTakeIt = 'take it';
$strTblPrivileges = 'Table-specific privileges';
$strTempData = 'Temporary data';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Default theme %s not found!';
$strThemeNoPreviewAvailable = 'No preview available.';
$strThemeNotFound = 'Theme %s not found!';
$strThemeNoValidImgPath = 'No valid image path for theme %s found!';
$strThemePathNotFound = 'Theme path not found for theme %s!';
$strTheme = 'Theme / Style';
$strThisHost = 'This Host';
$strThisNotDirectory = 'This was not a directory';
$strThreads = 'Threads';
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';
$strTime = 'Time';
$strToggleScratchboard = 'Toggle scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Traditional Chinese';
$strTraditionalSpanish = 'Traditional Spanish';
$strTraffic = 'Traffic';
$strTransactionCoordinator = 'Transaction coordinator';
$strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.';
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.';
$strTransformation_image_jpeg__link = 'Displays a link to download this image.';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP or DATETIME field according to your local date/time format. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string; see the documentation for PHP\'s strftime() function.';
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).';
$strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.';
$strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.';
$strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.';
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';
$strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").';
$strTruncateQueries = 'Truncate Shown Queries';
$strTurkish = 'Turkish';
$strType = 'Type';
 
$strUkrainian = 'Ukrainian';
$strUncheckAll = 'Uncheck All';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'unknown';
$strUnselectAll = 'Unselect All';
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Update Query';
$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$strUpgrade = 'You should upgrade to %s %s or later.';
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';
$strUsage = 'Usage';
$strUseBackquotes = 'Enclose table and field names with backquotes';
$strUsedPhpExtensions = 'Used PHP extensions';
$strUseHostTable = 'Use Host Table';
$strUserAlreadyExists = 'The user %s already exists!';
$strUserEmpty = 'The user name is empty!';
$strUserName = 'User name';
$strUserNotFound = 'The selected user was not found in the privilege table.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'The selected users have been deleted successfully.';
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';
$strUser = 'User';
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';
$strUseTables = 'Use Tables';
$strUseTextField = 'Use text field';
$strUseThisValue = 'Use this value';
 
$strValidateSQL = 'Validate SQL';
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.';
$strValue = 'Value';
$strVar = 'Variable';
$strVersionInformation = 'Version information';
$strViewDumpDatabases = 'View dump (schema) of databases';
$strViewDumpDB = 'View dump (schema) of database';
$strViewDump = 'View dump (schema) of table';
$strViewHasBeenDropped = 'View %s has been dropped';
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';
$strView = 'View';
 
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
$strWebServerUploadDirectory = 'web server upload directory';
$strWelcome = 'Welcome to %s';
$strWestEuropean = 'West European';
$strWildcard = 'wildcard';
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.';
$strWithChecked = 'With selected:';
$strWriteRequests = 'Write requests';
$strWritingCommentNotPossible = 'Writing of comment not possible';
$strWritingRelationNotPossible = 'Writing of relation not possible';
$strWrongUser = 'Wrong username/password. Access denied.';
 
$strXML = 'XML';
 
$strYes = 'Yes';
 
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/english-iso-8859-15.inc.php
0,0 → 1,976
<?php
/* $Id: english-iso-8859-15.inc.php,v 2.55.2.4 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'iso-8859-15';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
 
$strAbortedClients = 'Aborted';
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on the web server to the docSQL directory';
$strAccessDenied = 'Access denied';
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';
$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.';
$strAction = 'Action';
$strAddAutoIncrement = 'Add AUTO_INCREMENT value';
$strAddConstraints = 'Add constraints';
$strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = 'Add DROP DATABASE';
$strAddedColumnComment = 'Added comment for column';
$strAddedColumnRelation = 'Added relation for column';
$strAddFields = 'Add %s field(s)';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';
$strAddIfNotExists = 'Add IF NOT EXISTS';
$strAddIntoComments = 'Add into comments';
$strAddNewField = 'Add new field';
$strAddPrivilegesOnDb = 'Add privileges on the following database';
$strAddPrivilegesOnTbl = 'Add privileges on the following table';
$strAddSearchConditions = 'Add search conditions (body of the "where" clause):';
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)';
$strAddUser = 'Add a new User';
$strAddUserMessage = 'You have added a new user.';
$strAdministration = 'Administration';
$strAffectedRows = 'Affected rows:';
$strAfter = 'After %s';
$strAfterInsertBack = 'Go back to previous page';
$strAfterInsertNewInsert = 'Insert another new row';
$strAfterInsertNext = 'Edit next row';
$strAfterInsertSame = 'Go back to this page';
$strAll = 'All';
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';
$strAllTableSameWidth = 'display all tables with same width?';
$strAlterOrderBy = 'Alter table order by';
$strAnalyzeTable = 'Analyze table';
$strAnd = 'And';
$strAndThen = 'and then';
$strAnIndex = 'An index has been added on %s';
$strAny = 'Any';
$strAnyHost = 'Any host';
$strAnyUser = 'Any user';
$strApproximateCount = 'May be approximate. See FAQ 3.11';
$strAPrimaryKey = 'A primary key has been added on %s';
$strArabic = 'Arabic';
$strArmenian = 'Armenian';
$strAscending = 'Ascending';
$strAtBeginningOfTable = 'At Beginning of Table';
$strAtEndOfTable = 'At End of Table';
$strAttr = 'Attributes';
$strAutodetect = 'Autodetect';
$strAutomaticLayout = 'Automatic layout';
 
$strBack = 'Back';
$strBaltic = 'Baltic';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - do not edit';
$strBinaryLog = 'Binary log';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Information';
$strBinLogName = 'Log name';
$strBinLogOriginalPosition = 'Original position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server ID';
$strBookmarkAllUsers = 'Let every user access this bookmark';
$strBookmarkCreated = 'Bookmark %s created';
$strBookmarkDeleted = 'The bookmark has been deleted.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Bookmarked SQL query';
$strBookmarkReplace = 'Replace existing bookmark of same name';
$strBookmarkThis = 'Bookmark this SQL query';
$strBookmarkView = 'View only';
$strBrowse = 'Browse';
$strBrowseDistinctValues = 'Browse distinct values';
$strBrowseForeignValues = 'Browse foreign values';
$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Buffer Pool Usage';
$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferReadMisses = 'Read misses';
$strBufferWriteWaitsInPercent = 'Write waits in %';
$strBufferWriteWaits = 'Write waits';
$strBulgarian = 'Bulgarian';
$strBusyPages = 'Busy pages';
$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 newer PHP version. See PHP bug report %s for details.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Calendar';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
$strCannotLogin = 'Cannot log in to the MySQL server';
$strCantLoad = 'Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your PHP configuration.';
$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
$strCantUseRecodeIconv = 'Couldn\'t use either the iconv, libiconv or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Central European';
$strChange = 'Change';
$strChangeCopyModeCopy = '... keep the old one.';
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
$strChangeCopyUser = 'Change Login Information / Copy User';
$strChangeDisplay = 'Choose field to display';
$strChangePassword = 'Change password';
$strCharset = 'Charset';
$strCharsetOfFile = 'Character set of the file:';
$strCharsetsAndCollations = 'Character Sets and Collations';
$strCharsets = 'Charsets';
$strCheckAll = 'Check All';
$strCheckOverhead = 'Check tables having overhead';
$strCheckPrivs = 'Check Privileges';
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.';
$strCheckTable = 'Check table';
$strChoosePage = 'Please choose a page to edit';
$strColComFeat = 'Displaying Column Comments';
$strCollation = 'Collation';
$strColumnNames = 'Column names';
$strColumnPrivileges = 'Column-specific privileges';
$strCommand = 'Command';
$strComments = 'Comments';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
$strCompleteInserts = 'Complete inserts';
$strCompression = 'Compression';
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"';
$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.';
$strConfigureTableCoord = 'Please configure the coordinates for table %s';
$strConnectionError = 'Cannot connect: invalid settings.';
$strConnections = 'Connections';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strCopy = 'Copy';
$strCopyDatabaseOK = 'Database %s has been copied to %s';
$strCopyTable = 'Copy table to (database<b>.</b>table):';
$strCopyTableOK = 'Table %s has been copied to %s.';
$strCopyTableSameNames = 'Can\'t copy table to same one!';
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
$strCreate = 'Create';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';
$strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Create a new index';
$strCreateNewDatabase = 'Create new database';
$strCreateNewTable = 'Create new table on database %s';
$strCreatePage = 'Create a new page';
$strCreatePdfFeat = 'Creation of PDFs';
$strCreationDates = 'Creation/Update/Check dates';
$strCriteria = 'Criteria';
$strCroatian = 'Croatian';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV options';
$strCSVOptions = 'CSV options';
$strCyrillic = 'Cyrillic';
$strCzech = 'Czech';
$strCzechSlovak = 'Czech-Slovak';
 
$strDanish = 'Danish';
$strDatabase = 'Database';
$strDatabaseEmpty = 'The database name is empty!';
$strDatabaseExportOptions = 'Database export options';
$strDatabaseHasBeenDropped = 'Database %s has been dropped.';
$strDatabaseNoTable = 'This database contains no table!';
$strDatabases = 'Databases';
$strDatabasesDropped = '%s databases have been dropped successfully.';
$strDatabasesStats = 'Databases statistics';
$strDatabasesStatsDisable = 'Disable Statistics';
$strDatabasesStatsEnable = 'Enable Statistics';
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.';
$strData = 'Data';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Data only';
$strDataPages = 'Pages containing data';
$strDBComment = 'Database comment: ';
$strDBCopy = 'Copy database to';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Max time, ms';
$strDBGMinTimeMs = 'Min time, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Total time, ms';
$strDbPrivileges = 'Database-specific privileges';
$strDBRename = 'Rename database to';
$strDbSpecific = 'database-specific';
$strDefault = 'Default';
$strDefaultEngine = '%s is the default storage engine on this MySQL server.';
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
$strDefragment = 'Defragment table';
$strDelayedInserts = 'Use delayed inserts';
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
$strDelete = 'Delete';
$strDeletedRows = 'Deleted rows:';
$strDeleted = 'The row has been deleted';
$strDeleteNoUsersSelected = 'No users selected for deleting!';
$strDeleting = 'Deleting %s';
$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDescending = 'Descending';
$strDescription = 'Description';
$strDictionary = 'dictionary';
$strDirtyPages = 'Dirty pages';
$strDisabled = 'Disabled';
$strDisableForeignChecks = 'Disable foreign key checks';
$strDisplayFeat = 'Display Features';
$strDisplayOrder = 'Display order:';
$strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Do you really want to ';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDrop = 'Drop';
$strDropUsersDb = 'Drop the databases that have the same names as the users.';
$strDumpingData = 'Dumping data for table';
$strDumpSaved = 'Dump has been saved to file %s.';
$strDumpXRows = 'Dump %s row(s) starting at record # %s.';
$strDynamic = 'dynamic';
 
$strEdit = 'Edit';
$strEditPDFPages = 'Edit PDF Pages';
$strEditPrivileges = 'Edit Privileges';
$strEffective = 'Effective';
$strEmpty = 'Empty';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'Enabled';
$strEncloseInTransaction = 'Enclose export in a transaction';
$strEndCut = 'END CUT';
$strEnd = 'End';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s is available on this MySQL server.';
$strEngineDisabled = '%s has been disabled for this MySQL server.';
$strEngines = 'Engines';
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';
$strEnglish = 'English';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strError = 'Error';
$strErrorInZipFile = 'Error in ZIP archive:';
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonian';
$strExcelEdition = 'Excel edition';
$strExcelOptions = 'Excel options';
$strExecuteBookmarked = 'Execute bookmarked query';
$strExplain = 'Explain SQL';
$strExport = 'Export';
$strExtendedInserts = 'Extended inserts';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Failed attempts';
$strField = 'Field';
$strFieldHasBeenDropped = 'Field %s has been dropped';
$strFieldsEmpty = ' The field count is empty! ';
$strFieldsEnclosedBy = 'Fields enclosed by';
$strFieldsEscapedBy = 'Fields escaped by';
$strFields = 'Fields';
$strFieldsTerminatedBy = 'Fields terminated by';
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplateDescriptionDatabase = 'database name';
$strFileNameTemplateDescriptionServer = 'server name';
$strFileNameTemplateDescriptionTable = 'table name';
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';
$strFileNameTemplate = 'File name template';
$strFileNameTemplateRemember = 'remember template';
$strFileToImport = 'File to import';
$strFixed = 'fixed';
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses, if they have been changed manually. In this case, you should %sreload the privileges%s before you continue.';
$strFlushQueryCache = 'Flush query cache';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFlushTables = 'Flush (close) all tables';
$strFormat = 'Format';
$strFormEmpty = 'Missing value in the form!';
$strFreePages = 'Free pages';
$strFullText = 'Full Texts';
$strFunction = 'Function';
 
$strGenBy = 'Generated by';
$strGeneralRelationFeat = 'General relation features';
$strGenerate = 'Generate';
$strGeneratePassword = 'Generate Password';
$strGenTime = 'Generation Time';
$strGeorgian = 'Georgian';
$strGerman = 'German';
$strGlobal = 'global';
$strGlobalPrivileges = 'Global privileges';
$strGlobalValue = 'Global value';
$strGo = 'Go';
$strGrantOption = 'Grant';
$strGreek = 'Greek';
$strGzip = '"gzipped"';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'has been altered.';
$strHasBeenCreated = 'has been created.';
$strHaveToShow = 'You have to choose at least one column to display';
$strHebrew = 'Hebrew';
$strHexForBinary = 'Use hexadecimal for binary fields';
$strHome = 'Home';
$strHomepageOfficial = 'Official phpMyAdmin Homepage';
$strHostEmpty = 'The host name is empty!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 export options';
$strHungarian = 'Hungarian';
 
$strIcelandic = 'Icelandic';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'Ignore';
$strIgnoreInserts = 'Use ignore inserts';
$strIgnoringFile = 'Ignoring file %s';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Import files';
$strImportFormat = 'Format of imported file';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';
$strIndexes = 'Indexes';
$strIndexHasBeenDropped = 'Index %s has been dropped';
$strIndex = 'Index';
$strIndexName = 'Index name:';
$strIndexType = 'Index type:';
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';
$strIndexWarningTable = 'Problems with indexes of table `%s`';
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
$strInnoDBAutoextendIncrement = 'Autoextend increment';
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSize = 'Buffer pool size';
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';
$strInnoDBDataFilePath = 'Data files';
$strInnoDBDataHomeDir = 'Data home directory';
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
$strInnoDBPages = 'pages';
$strInnodbStat = 'InnoDB Status';
$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.';
$strInsertAsNewRow = 'Insert as new row';
$strInsertedRowId = 'Inserted row id:';
$strInsertedRows = 'Inserted rows:';
$strInsert = 'Insert';
$strInsertNewRow = 'Insert new row';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'Internal relations';
$strInUse = 'in use';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:';
$strInvalidColumnCount = 'Column count has to be larger than zero.';
$strInvalidColumn = 'Invalid column (%s) specified!';
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';
$strInvalidFieldAddCount = 'You have to add at least one field.';
$strInvalidFieldCount = 'Table must have at least one field.';
$strInvalidLDIImport = 'This plugin does not support compressed imports!';
$strInvalidRowNumber = '%d is not valid row number.';
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';
$strInvalidServerIndex = 'Invalid server index: "%s"';
 
$strJapanese = 'Japanese';
$strJoins = 'Joins';
$strJumpToDB = 'Jump to database &quot;%s&quot;.';
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';
$strJustDelete = 'Just delete the users from the privilege tables.';
 
$strKeepPass = 'Do not change the password';
$strKeyCache = 'Key cache';
$strKeyname = 'Keyname';
$strKill = 'Kill';
$strKorean = 'Korean';
 
$strLandscape = 'Landscape';
$strLanguageFileNotFound = 'Language file "%1$s" not found.';
$strLanguageUnknown = 'Unknown language: %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Table caption';
$strLatexContent = 'Content of table __TABLE__';
$strLatexContinuedCaption = 'Continued table caption';
$strLatexContinued = '(continued)';
$strLatexIncludeCaption = 'Include table caption';
$strLatexLabel = 'Label key';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX options';
$strLatexStructure = 'Structure of table __TABLE__';
$strLatvian = 'Latvian';
$strLDI = 'CSV using LOAD DATA';
$strLDIImportOptions = 'Options for CSV import using LOAD DATA';
$strLDILocal = 'Use LOCAL keyword';
$strLengthSet = 'Length/Values';
$strLimitNumRows = 'Number of rows per page';
$strLinesTerminatedBy = 'Lines terminated by';
$strLinkNotFound = 'Link not found';
$strLinksTo = 'Links to';
$strLithuanian = 'Lithuanian';
$strLocalhost = 'Local';
$strLocationTextfile = 'Location of the text file';
$strLoginInformation = 'Login Information';
$strLogin = 'Log in';
$strLogout = 'Log out';
$strLogPassword = 'Password:';
$strLogServer = 'Server';
$strLogUsername = 'Username:';
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
 
$strMaxConnects = 'max. concurrent connections';
$strMaximalQueryLength = 'Maximal length of created query';
$strMaximumSize = 'Max: %s%s';
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!';
$strMIME_available_mime = 'Available MIME types';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Description';
$strMIME_MIMEtype = 'MIME type';
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Transformation options';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function';
$strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify';
$strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
$strMoveTableSameNames = 'Can\'t move table to same one!';
$strMultilingual = 'multilingual';
$strMyISAMDataPointerSize = 'Data pointer size';
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.';
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
$strMyISAMRecoverOptions = 'Automatic recovery mode';
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.';
$strMyISAMRepairThreads = 'Repair threads';
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sort buffer size';
$strMySQLCharset = 'MySQL charset';
$strMysqlClientVersion = 'MySQL client version';
$strMySQLConnectionCollation = 'MySQL connection collation';
$strMySQLSaid = 'MySQL said: ';
$strMySQLShowProcess = 'Show processes';
$strMySQLShowStatus = 'Show MySQL runtime information';
$strMySQLShowVars = 'Show MySQL system variables';
 
$strName = 'Name';
$strNext = 'Next';
$strNoActivity = 'No activity within %s seconds; please log in again';
$strNoDatabases = 'No databases';
$strNoDatabasesSelected = 'No databases selected.';
$strNoDescription = 'no description';
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoExplain = 'Skip Explain SQL';
$strNoFilesFoundInZip = 'No files found inside ZIP archive!';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoIndex = 'No index defined!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'No change';
$strNone = 'None';
$strNo = 'No';
$strNoOptions = 'This format has no options';
$strNoPassword = 'No Password';
$strNoPermission = 'The web server does not have permission to save the file %s.';
$strNoPhp = 'Without PHP Code';
$strNoPrivileges = 'No Privileges';
$strNoRights = 'You don\'t have sufficient privileges to be here right now!';
$strNoRowsSelected = 'No rows selected';
$strNoSpace = 'Insufficient space to save the file %s.';
$strNoTablesFound = 'No tables found in database.';
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.';
$strNothingToImport = 'You didn\'t enter any data to import!';
$strNotNumber = 'This is not a number!';
$strNotOK = 'not OK';
$strNotSet = '<b>%s</b> table not found or not set in %s';
$strNoUsersFound = 'No user(s) found.';
$strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null';
$strNumberOfFields = 'Number of fields';
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';
$strNumTables = 'Tables';
 
$strOK = 'OK';
$strOpenNewWindow = 'Open new phpMyAdmin window';
$strOperations = 'Operations';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimize table';
$strOr = 'Or';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overwrite existing file(s)';
 
$strPageNumber = 'Page number:';
$strPagesToBeFlushed = 'Pages to be flushed';
$strPaperSize = 'Paper size';
$strPartialImport = 'Partial import';
$strPartialText = 'Partial Texts';
$strPasswordChanged = 'The password for %s was changed successfully.';
$strPasswordEmpty = 'The password is empty!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'The passwords aren\'t the same!';
$strPassword = 'Password';
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s';
$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
$strPdfNoTables = 'No tables';
$strPDFOptions = 'PDF options';
$strPDF = 'PDF';
$strPDFReportTitle = 'Report title';
$strPerHour = 'per hour';
$strPerMinute = 'per minute';
$strPerSecond = 'per second';
$strPersian = 'Persian';
$strPhoneBook = 'phone book';
$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.';
$strPhp = 'Create PHP Code';
$strPHPVersion = 'PHP Version';
$strPmaDocumentation = 'phpMyAdmin documentation';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPolish = 'Polish';
$strPortrait = 'Portrait';
$strPos1 = 'Begin';
$strPrevious = 'Previous';
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strPrimary = 'Primary';
$strPrint = 'Print';
$strPrintViewFull = 'Print view (with full texts)';
$strPrintView = 'Print view';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Allows altering the structure of existing tables.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
$strPrivDescCreateDb = 'Allows creating new databases and tables.';
$strPrivDescCreateRoutine = 'Allows creating stored routines.';
$strPrivDescCreateTbl = 'Allows creating new tables.';
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.';
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';
$strPrivDescCreateView = 'Allows creating new views.';
$strPrivDescDelete = 'Allows deleting data.';
$strPrivDescDropDb = 'Allows dropping databases and tables.';
$strPrivDescDropTbl = 'Allows dropping tables.';
$strPrivDescExecute5 = 'Allows executing stored routines.';
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Allows creating and dropping indexes.';
$strPrivDescInsert = 'Allows inserting and replacing data.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Allows reading data.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';
$strPrivDescShutdown = 'Allows shutting down the server.';
$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.';
$strPrivDescUpdate = 'Allows changing data.';
$strPrivDescUsage = 'No privileges.';
$strPrivileges = 'Privileges';
$strPrivilegesReloaded = 'The privileges were reloaded successfully.';
$strProcesslist = 'Process list';
$strProtocolVersion = 'Protocol version';
$strPutColNames = 'Put fields names in the first row';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Query';
$strQueryCache = 'Query cache';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL query on database <b>%s</b>:';
$strQuerySQLHistory = 'SQL history';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'Query took %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Do not overwrite this query from outside the window';
 
$strReadRequests = 'Read requests';
$strReceived = 'Received';
$strRecords = 'Records';
$strReferentialIntegrity = 'Check referential integrity:';
$strRefresh = 'Refresh';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'The additional features for working with linked tables have been deactivated. To find out why click %shere%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relations';
$strRelationView = 'Relation view';
$strReloadingThePrivileges = 'Reloading the privileges';
$strReloadMySQL = 'Reload MySQL';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameDatabaseOK = 'Database %s has been renamed to %s';
$strRenameTableOK = 'Table %s has been renamed to %s';
$strRenameTable = 'Rename table to';
$strRepairTable = 'Repair table';
$strReplaceNULLBy = 'Replace NULL by';
$strReplaceTable = 'Replace table data with file';
$strReplication = 'Replication';
$strReset = 'Reset';
$strResourceLimits = 'Resource limits';
$strReType = 'Re-type';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRevoke = 'Revoke';
$strRomanian = 'Romanian';
$strRowLength = 'Row length';
$strRowsFrom = 'row(s) starting from record #';
$strRowSize = ' Row size ';
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells';
$strRowsModeVertical = 'vertical';
$strRows = 'Rows';
$strRowsStatistic = 'Row Statistics';
$strRunning = 'running on %s';
$strRunQuery = 'Submit Query';
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';
$strRunSQLQuery = 'Run SQL query/queries on database %s';
$strRussian = 'Russian';
 
$strSaveOnServer = 'Save on server in %s directory';
$strSave = 'Save';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearchFormTitle = 'Search in database';
$strSearchInTables = 'Inside table(s):';
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';
$strSearchOption1 = 'at least one of the words';
$strSearchOption2 = 'all words';
$strSearchOption3 = 'the exact phrase';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';
$strSearch = 'Search';
$strSearchType = 'Find:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All';
$strSelectBinaryLog = 'Select binary log to view';
$strSelectFields = 'Select fields (at least one):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'Save as file';
$strSent = 'Sent';
$strServerChoice = 'Server Choice';
$strServerNotResponding = 'The server is not responding';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Runtime Information';
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
$strServerTabProcesslist = 'Processes';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings';
$strServerVersion = 'Server version';
$strSessionValue = 'Session value';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all';
$strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid';
$strShowingBookmark = 'Showing bookmark';
$strShowingRecords = 'Showing rows';
$strShowOpenTables = 'Show open tables';
$strShowPHPInfo = 'Show PHP information';
$strShow = 'Show';
$strShowSlaveHosts = 'Show slave hosts';
$strShowSlaveStatus = 'Show slave status';
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.';
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.';
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.';
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.';
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.';
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.';
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.';
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.';
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.';
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.';
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.';
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.';
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.';
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';
$strShowStatusOpen_filesDescr = 'The number of files that are open.';
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.';
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';
$strShowStatusQcache_hitsDescr = 'The number of cache hits.';
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.';
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';
$strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.';
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';
$strShowStatusSort_rowsDescr = 'The number of sorted rows.';
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.';
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again ';
$strSimplifiedChinese = 'Simplified Chinese';
$strSingly = '(singly)';
$strSize = 'Size';
$strSkipQueries = 'Number of records(queries) to skip from start';
$strSlovak = 'Slovak';
$strSlovenian = 'Slovenian';
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
$strSortByKey = 'Sort by key';
$strSorting = 'Sorting';
$strSort = 'Sort';
$strSpaceUsage = 'Space usage';
$strSpanish = 'Spanish';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQLExportCompatibility = 'SQL export compatibility';
$strSQLExportType = 'Export type';
$strSQLImportOptions = 'SQL options';
$strSQLOptions = 'SQL options';
$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:';
$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';
$strSQLQuery = 'SQL query';
$strSQLResult = 'SQL result';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Unclosed quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStatCheckTime = 'Last check';
$strStatCreateTime = 'Creation';
$strStatement = 'Statements';
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';
$strStatUpdateTime = 'Last update';
$strStatus = 'Status';
$strStorageEngines = 'Storage Engines';
$strStorageEngine = 'Storage Engine';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure and data';
$strStrucDrop = 'Add DROP TABLE';
$strStrucExcelCSV = 'CSV for MS Excel';
$strStrucNativeExcel = 'Native MS Excel format';
$strStrucOnly = 'Structure only';
$strStructPropose = 'Propose table structure';
$strStructure = 'Structure';
$strSubmit = 'Submit';
$strSuccess = 'Your SQL query has been executed successfully';
$strSum = 'Sum';
$strSwedish = 'Swedish';
$strSwitchToDatabase = 'Switch to copied database';
$strSwitchToTable = 'Switch to copied table';
 
$strTableAlreadyExists = 'Table %s already exists!';
$strTableComments = 'Table comments';
$strTableEmpty = 'The table name is empty!';
$strTableHasBeenDropped = 'Table %s has been dropped';
$strTableHasBeenEmptied = 'Table %s has been emptied';
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableMaintenance = 'Table maintenance';
$strTableOfContents = 'Table of contents';
$strTableOptions = 'Table options';
$strTables = '%s table(s)';
$strTableStructure = 'Table structure for table';
$strTable = 'Table';
$strTableType = 'Table type';
$strTakeIt = 'take it';
$strTblPrivileges = 'Table-specific privileges';
$strTempData = 'Temporary data';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Default theme %s not found!';
$strThemeNoPreviewAvailable = 'No preview available.';
$strThemeNotFound = 'Theme %s not found!';
$strThemeNoValidImgPath = 'No valid image path for theme %s found!';
$strThemePathNotFound = 'Theme path not found for theme %s!';
$strTheme = 'Theme / Style';
$strThisHost = 'This Host';
$strThisNotDirectory = 'This was not a directory';
$strThreads = 'Threads';
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';
$strTime = 'Time';
$strToggleScratchboard = 'Toggle scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Traditional Chinese';
$strTraditionalSpanish = 'Traditional Spanish';
$strTraffic = 'Traffic';
$strTransactionCoordinator = 'Transaction coordinator';
$strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.';
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.';
$strTransformation_image_jpeg__link = 'Displays a link to download this image.';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP or DATETIME field according to your local date/time format. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string; see the documentation for PHP\'s strftime() function.';
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).';
$strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.';
$strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.';
$strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.';
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';
$strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").';
$strTruncateQueries = 'Truncate Shown Queries';
$strTurkish = 'Turkish';
$strType = 'Type';
 
$strUkrainian = 'Ukrainian';
$strUncheckAll = 'Uncheck All';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'unknown';
$strUnselectAll = 'Unselect All';
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Update Query';
$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$strUpgrade = 'You should upgrade to %s %s or later.';
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';
$strUsage = 'Usage';
$strUseBackquotes = 'Enclose table and field names with backquotes';
$strUsedPhpExtensions = 'Used PHP extensions';
$strUseHostTable = 'Use Host Table';
$strUserAlreadyExists = 'The user %s already exists!';
$strUserEmpty = 'The user name is empty!';
$strUserName = 'User name';
$strUserNotFound = 'The selected user was not found in the privilege table.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'The selected users have been deleted successfully.';
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';
$strUser = 'User';
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';
$strUseTables = 'Use Tables';
$strUseTextField = 'Use text field';
$strUseThisValue = 'Use this value';
 
$strValidateSQL = 'Validate SQL';
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.';
$strValue = 'Value';
$strVar = 'Variable';
$strVersionInformation = 'Version information';
$strViewDumpDatabases = 'View dump (schema) of databases';
$strViewDumpDB = 'View dump (schema) of database';
$strViewDump = 'View dump (schema) of table';
$strViewHasBeenDropped = 'View %s has been dropped';
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';
$strView = 'View';
 
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
$strWebServerUploadDirectory = 'web server upload directory';
$strWelcome = 'Welcome to %s';
$strWestEuropean = 'West European';
$strWildcard = 'wildcard';
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.';
$strWithChecked = 'With selected:';
$strWriteRequests = 'Write requests';
$strWritingCommentNotPossible = 'Writing of comment not possible';
$strWritingRelationNotPossible = 'Writing of relation not possible';
$strWrongUser = 'Wrong username/password. Access denied.';
 
$strXML = 'XML';
 
$strYes = 'Yes';
 
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/english-utf-8.inc.php
0,0 → 1,977
<?php
/* $Id: english-utf-8.inc.php,v 2.131.2.4 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
 
$strAbortedClients = 'Aborted';
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on the web server to the docSQL directory';
$strAccessDenied = 'Access denied';
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';
$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.';
$strAction = 'Action';
$strAddAutoIncrement = 'Add AUTO_INCREMENT value';
$strAddConstraints = 'Add constraints';
$strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = 'Add DROP DATABASE';
$strAddedColumnComment = 'Added comment for column';
$strAddedColumnRelation = 'Added relation for column';
$strAddFields = 'Add %s field(s)';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';
$strAddIfNotExists = 'Add IF NOT EXISTS';
$strAddIntoComments = 'Add into comments';
$strAddNewField = 'Add new field';
$strAddPrivilegesOnDb = 'Add privileges on the following database';
$strAddPrivilegesOnTbl = 'Add privileges on the following table';
$strAddSearchConditions = 'Add search conditions (body of the "where" clause):';
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)';
$strAddUser = 'Add a new User';
$strAddUserMessage = 'You have added a new user.';
$strAdministration = 'Administration';
$strAffectedRows = 'Affected rows:';
$strAfter = 'After %s';
$strAfterInsertBack = 'Go back to previous page';
$strAfterInsertNewInsert = 'Insert another new row';
$strAfterInsertNext = 'Edit next row';
$strAfterInsertSame = 'Go back to this page';
$strAll = 'All';
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';
$strAllTableSameWidth = 'display all tables with same width?';
$strAlterOrderBy = 'Alter table order by';
$strAnalyzeTable = 'Analyze table';
$strAnd = 'And';
$strAndThen = 'and then';
$strAnIndex = 'An index has been added on %s';
$strAny = 'Any';
$strAnyHost = 'Any host';
$strAnyUser = 'Any user';
$strApproximateCount = 'May be approximate. See FAQ 3.11';
$strAPrimaryKey = 'A primary key has been added on %s';
$strArabic = 'Arabic';
$strArmenian = 'Armenian';
$strAscending = 'Ascending';
$strAtBeginningOfTable = 'At Beginning of Table';
$strAtEndOfTable = 'At End of Table';
$strAttr = 'Attributes';
$strAutodetect = 'Autodetect';
$strAutomaticLayout = 'Automatic layout';
 
$strBack = 'Back';
$strBaltic = 'Baltic';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - do not edit';
$strBinaryLog = 'Binary log';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Information';
$strBinLogName = 'Log name';
$strBinLogOriginalPosition = 'Original position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server ID';
$strBookmarkAllUsers = 'Let every user access this bookmark';
$strBookmarkCreated = 'Bookmark %s created';
$strBookmarkDeleted = 'The bookmark has been deleted.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Bookmarked SQL query';
$strBookmarkReplace = 'Replace existing bookmark of same name';
$strBookmarkThis = 'Bookmark this SQL query';
$strBookmarkView = 'View only';
$strBrowse = 'Browse';
$strBrowseDistinctValues = 'Browse distinct values';
$strBrowseForeignValues = 'Browse foreign values';
$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Buffer Pool Usage';
$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferReadMisses = 'Read misses';
$strBufferWriteWaitsInPercent = 'Write waits in %';
$strBufferWriteWaits = 'Write waits';
$strBulgarian = 'Bulgarian';
$strBusyPages = 'Busy pages';
$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 newer PHP version. See PHP bug report %s for details.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Calendar';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
$strCannotLogin = 'Cannot log in to the MySQL server';
$strCantLoad = 'Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your PHP configuration.';
$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
$strCantUseRecodeIconv = 'Couldn\'t use either the iconv, libiconv or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Central European';
$strChange = 'Change';
$strChangeCopyModeCopy = '... keep the old one.';
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
$strChangeCopyUser = 'Change Login Information / Copy User';
$strChangeDisplay = 'Choose field to display';
$strChangePassword = 'Change password';
$strCharset = 'Charset';
$strCharsetOfFile = 'Character set of the file:';
$strCharsetsAndCollations = 'Character Sets and Collations';
$strCharsets = 'Charsets';
$strCheckAll = 'Check All';
$strCheckOverhead = 'Check tables having overhead';
$strCheckPrivs = 'Check Privileges';
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.';
$strCheckTable = 'Check table';
$strChoosePage = 'Please choose a page to edit';
$strColComFeat = 'Displaying Column Comments';
$strCollation = 'Collation';
$strColumnNames = 'Column names';
$strColumnPrivileges = 'Column-specific privileges';
$strCommand = 'Command';
$strComments = 'Comments';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
$strCompleteInserts = 'Complete inserts';
$strCompression = 'Compression';
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"';
$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.';
$strConfigureTableCoord = 'Please configure the coordinates for table %s';
$strConnectionError = 'Cannot connect: invalid settings.';
$strConnections = 'Connections';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strCopy = 'Copy';
$strCopyDatabaseOK = 'Database %s has been copied to %s';
$strCopyTable = 'Copy table to (database<b>.</b>table):';
$strCopyTableOK = 'Table %s has been copied to %s.';
$strCopyTableSameNames = 'Can\'t copy table to same one!';
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
$strCreate = 'Create';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';
$strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Create a new index';
$strCreateNewDatabase = 'Create new database';
$strCreateNewTable = 'Create new table on database %s';
$strCreatePage = 'Create a new page';
$strCreatePdfFeat = 'Creation of PDFs';
$strCreationDates = 'Creation/Update/Check dates';
$strCriteria = 'Criteria';
$strCroatian = 'Croatian';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV options';
$strCSVOptions = 'CSV options';
$strCyrillic = 'Cyrillic';
$strCzech = 'Czech';
$strCzechSlovak = 'Czech-Slovak';
 
$strDanish = 'Danish';
$strDatabase = 'Database';
$strDatabaseEmpty = 'The database name is empty!';
$strDatabaseExportOptions = 'Database export options';
$strDatabaseHasBeenDropped = 'Database %s has been dropped.';
$strDatabaseNoTable = 'This database contains no table!';
$strDatabases = 'Databases';
$strDatabasesDropped = '%s databases have been dropped successfully.';
$strDatabasesStats = 'Databases statistics';
$strDatabasesStatsDisable = 'Disable Statistics';
$strDatabasesStatsEnable = 'Enable Statistics';
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.';
$strData = 'Data';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Data only';
$strDataPages = 'Pages containing data';
$strDBComment = 'Database comment: ';
$strDBCopy = 'Copy database to';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Max time, ms';
$strDBGMinTimeMs = 'Min time, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Total time, ms';
$strDbPrivileges = 'Database-specific privileges';
$strDBRename = 'Rename database to';
$strDbSpecific = 'database-specific';
$strDefault = 'Default';
$strDefaultEngine = '%s is the default storage engine on this MySQL server.';
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
$strDefragment = 'Defragment table';
$strDelayedInserts = 'Use delayed inserts';
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
$strDelete = 'Delete';
$strDeletedRows = 'Deleted rows:';
$strDeleted = 'The row has been deleted';
$strDeleteNoUsersSelected = 'No users selected for deleting!';
$strDeleting = 'Deleting %s';
$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDescending = 'Descending';
$strDescription = 'Description';
$strDictionary = 'dictionary';
$strDirtyPages = 'Dirty pages';
$strDisabled = 'Disabled';
$strDisableForeignChecks = 'Disable foreign key checks';
$strDisplayFeat = 'Display Features';
$strDisplayOrder = 'Display order:';
$strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Do you really want to ';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDrop = 'Drop';
$strDropUsersDb = 'Drop the databases that have the same names as the users.';
$strDumpingData = 'Dumping data for table';
$strDumpSaved = 'Dump has been saved to file %s.';
$strDumpXRows = 'Dump %s row(s) starting at record # %s.';
$strDynamic = 'dynamic';
 
$strEdit = 'Edit';
$strEditPDFPages = 'Edit PDF Pages';
$strEditPrivileges = 'Edit Privileges';
$strEffective = 'Effective';
$strEmpty = 'Empty';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'Enabled';
$strEncloseInTransaction = 'Enclose export in a transaction';
$strEndCut = 'END CUT';
$strEnd = 'End';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s is available on this MySQL server.';
$strEngineDisabled = '%s has been disabled for this MySQL server.';
$strEngines = 'Engines';
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';
$strEnglish = 'English';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strError = 'Error';
$strErrorInZipFile = 'Error in ZIP archive:';
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonian';
$strExcelEdition = 'Excel edition';
$strExcelOptions = 'Excel options';
$strExecuteBookmarked = 'Execute bookmarked query';
$strExplain = 'Explain SQL';
$strExport = 'Export';
$strExtendedInserts = 'Extended inserts';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Failed attempts';
$strField = 'Field';
$strFieldHasBeenDropped = 'Field %s has been dropped';
$strFieldsEmpty = ' The field count is empty! ';
$strFieldsEnclosedBy = 'Fields enclosed by';
$strFieldsEscapedBy = 'Fields escaped by';
$strFields = 'Fields';
$strFieldsTerminatedBy = 'Fields terminated by';
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplateDescriptionDatabase = 'database name';
$strFileNameTemplateDescriptionServer = 'server name';
$strFileNameTemplateDescriptionTable = 'table name';
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';
$strFileNameTemplate = 'File name template';
$strFileNameTemplateRemember = 'remember template';
$strFileToImport = 'File to import';
$strFixed = 'fixed';
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses, if they have been changed manually. In this case, you should %sreload the privileges%s before you continue.';
$strFlushQueryCache = 'Flush query cache';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFlushTables = 'Flush (close) all tables';
$strFormat = 'Format';
$strFormEmpty = 'Missing value in the form!';
$strFreePages = 'Free pages';
$strFullText = 'Full Texts';
$strFunction = 'Function';
 
$strGenBy = 'Generated by';
$strGeneralRelationFeat = 'General relation features';
$strGenerate = 'Generate';
$strGeneratePassword = 'Generate Password';
$strGenTime = 'Generation Time';
$strGeorgian = 'Georgian';
$strGerman = 'German';
$strGlobal = 'global';
$strGlobalPrivileges = 'Global privileges';
$strGlobalValue = 'Global value';
$strGo = 'Go';
$strGrantOption = 'Grant';
$strGreek = 'Greek';
$strGzip = '"gzipped"';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'has been altered.';
$strHasBeenCreated = 'has been created.';
$strHaveToShow = 'You have to choose at least one column to display';
$strHebrew = 'Hebrew';
$strHexForBinary = 'Use hexadecimal for binary fields';
$strHome = 'Home';
$strHomepageOfficial = 'Official phpMyAdmin Homepage';
$strHostEmpty = 'The host name is empty!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 export options';
$strHungarian = 'Hungarian';
 
$strIcelandic = 'Icelandic';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'Ignore';
$strIgnoreInserts = 'Use ignore inserts';
$strIgnoringFile = 'Ignoring file %s';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Import files';
$strImportFormat = 'Format of imported file';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';
$strIndexes = 'Indexes';
$strIndexHasBeenDropped = 'Index %s has been dropped';
$strIndex = 'Index';
$strIndexName = 'Index name:';
$strIndexType = 'Index type:';
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';
$strIndexWarningTable = 'Problems with indexes of table `%s`';
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
$strInnoDBAutoextendIncrement = 'Autoextend increment';
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSize = 'Buffer pool size';
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';
$strInnoDBDataFilePath = 'Data files';
$strInnoDBDataHomeDir = 'Data home directory';
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
$strInnoDBPages = 'pages';
$strInnodbStat = 'InnoDB Status';
$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.';
$strInsertAsNewRow = 'Insert as new row';
$strInsertedRowId = 'Inserted row id:';
$strInsertedRows = 'Inserted rows:';
$strInsert = 'Insert';
$strInsertNewRow = 'Insert new row';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'Internal relations';
$strInUse = 'in use';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:';
$strInvalidColumnCount = 'Column count has to be larger than zero.';
$strInvalidColumn = 'Invalid column (%s) specified!';
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';
$strInvalidFieldAddCount = 'You have to add at least one field.';
$strInvalidFieldCount = 'Table must have at least one field.';
$strInvalidLDIImport = 'This plugin does not support compressed imports!';
$strInvalidRowNumber = '%d is not valid row number.';
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';
$strInvalidServerIndex = 'Invalid server index: "%s"';
 
$strJapanese = 'Japanese';
$strJoins = 'Joins';
$strJumpToDB = 'Jump to database &quot;%s&quot;.';
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';
$strJustDelete = 'Just delete the users from the privilege tables.';
 
$strKeepPass = 'Do not change the password';
$strKeyCache = 'Key cache';
$strKeyname = 'Keyname';
$strKill = 'Kill';
$strKorean = 'Korean';
 
$strLandscape = 'Landscape';
$strLanguageFileNotFound = 'Language file "%1$s" not found.';
$strLanguageUnknown = 'Unknown language: %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Table caption';
$strLatexContent = 'Content of table __TABLE__';
$strLatexContinuedCaption = 'Continued table caption';
$strLatexContinued = '(continued)';
$strLatexIncludeCaption = 'Include table caption';
$strLatexLabel = 'Label key';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX options';
$strLatexStructure = 'Structure of table __TABLE__';
$strLatvian = 'Latvian';
$strLDI = 'CSV using LOAD DATA';
$strLDIImportOptions = 'Options for CSV import using LOAD DATA';
$strLDILocal = 'Use LOCAL keyword';
$strLengthSet = 'Length/Values';
$strLimitNumRows = 'Number of rows per page';
$strLinesTerminatedBy = 'Lines terminated by';
$strLinkNotFound = 'Link not found';
$strLinksTo = 'Links to';
$strLithuanian = 'Lithuanian';
$strLocalhost = 'Local';
$strLocationTextfile = 'Location of the text file';
$strLoginInformation = 'Login Information';
$strLogin = 'Log in';
$strLogout = 'Log out';
$strLogPassword = 'Password:';
$strLogServer = 'Server';
$strLogUsername = 'Username:';
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
 
$strMaxConnects = 'max. concurrent connections';
$strMaximalQueryLength = 'Maximal length of created query';
$strMaximumSize = 'Max: %s%s';
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!';
$strMIME_available_mime = 'Available MIME types';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Description';
$strMIME_MIMEtype = 'MIME type';
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Transformation options';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function';
$strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify';
$strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
$strMoveTableSameNames = 'Can\'t move table to same one!';
$strMultilingual = 'multilingual';
$strMyISAMDataPointerSize = 'Data pointer size';
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.';
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
$strMyISAMRecoverOptions = 'Automatic recovery mode';
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.';
$strMyISAMRepairThreads = 'Repair threads';
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sort buffer size';
$strMySQLCharset = 'MySQL charset';
$strMysqlClientVersion = 'MySQL client version';
$strMySQLConnectionCollation = 'MySQL connection collation';
$strMySQLSaid = 'MySQL said: ';
$strMySQLShowProcess = 'Show processes';
$strMySQLShowStatus = 'Show MySQL runtime information';
$strMySQLShowVars = 'Show MySQL system variables';
 
$strName = 'Name';
$strNext = 'Next';
$strNoActivity = 'No activity within %s seconds; please log in again';
$strNoDatabases = 'No databases';
$strNoDatabasesSelected = 'No databases selected.';
$strNoDescription = 'no description';
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoExplain = 'Skip Explain SQL';
$strNoFilesFoundInZip = 'No files found inside ZIP archive!';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoIndex = 'No index defined!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'No change';
$strNone = 'None';
$strNo = 'No';
$strNoOptions = 'This format has no options';
$strNoPassword = 'No Password';
$strNoPermission = 'The web server does not have permission to save the file %s.';
$strNoPhp = 'Without PHP Code';
$strNoPrivileges = 'No Privileges';
$strNoRights = 'You don\'t have sufficient privileges to be here right now!';
$strNoRowsSelected = 'No rows selected';
$strNoSpace = 'Insufficient space to save the file %s.';
$strNoTablesFound = 'No tables found in database.';
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.';
$strNothingToImport = 'You didn\'t enter any data to import!';
$strNotNumber = 'This is not a number!';
$strNotOK = 'not OK';
$strNotSet = '<b>%s</b> table not found or not set in %s';
$strNoUsersFound = 'No user(s) found.';
$strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null';
$strNumberOfFields = 'Number of fields';
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';
$strNumTables = 'Tables';
 
$strOK = 'OK';
$strOpenNewWindow = 'Open new phpMyAdmin window';
$strOperations = 'Operations';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimize table';
$strOr = 'Or';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overwrite existing file(s)';
 
$strPageNumber = 'Page number:';
$strPagesToBeFlushed = 'Pages to be flushed';
$strPaperSize = 'Paper size';
$strPartialImport = 'Partial import';
$strPartialText = 'Partial Texts';
$strPasswordChanged = 'The password for %s was changed successfully.';
$strPasswordEmpty = 'The password is empty!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'The passwords aren\'t the same!';
$strPassword = 'Password';
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s';
$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
$strPdfNoTables = 'No tables';
$strPDFOptions = 'PDF options';
$strPDF = 'PDF';
$strPDFReportTitle = 'Report title';
$strPerHour = 'per hour';
$strPerMinute = 'per minute';
$strPerSecond = 'per second';
$strPersian = 'Persian';
$strPhoneBook = 'phone book';
$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.';
$strPhp = 'Create PHP Code';
$strPHPVersion = 'PHP Version';
$strPmaDocumentation = 'phpMyAdmin documentation';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPolish = 'Polish';
$strPortrait = 'Portrait';
$strPos1 = 'Begin';
$strPrevious = 'Previous';
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strPrimary = 'Primary';
$strPrint = 'Print';
$strPrintViewFull = 'Print view (with full texts)';
$strPrintView = 'Print view';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Allows altering the structure of existing tables.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
$strPrivDescCreateDb = 'Allows creating new databases and tables.';
$strPrivDescCreateRoutine = 'Allows creating stored routines.';
$strPrivDescCreateTbl = 'Allows creating new tables.';
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.';
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';
$strPrivDescCreateView = 'Allows creating new views.';
$strPrivDescDelete = 'Allows deleting data.';
$strPrivDescDropDb = 'Allows dropping databases and tables.';
$strPrivDescDropTbl = 'Allows dropping tables.';
$strPrivDescExecute5 = 'Allows executing stored routines.';
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Allows creating and dropping indexes.';
$strPrivDescInsert = 'Allows inserting and replacing data.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Allows reading data.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';
$strPrivDescShutdown = 'Allows shutting down the server.';
$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.';
$strPrivDescUpdate = 'Allows changing data.';
$strPrivDescUsage = 'No privileges.';
$strPrivileges = 'Privileges';
$strPrivilegesReloaded = 'The privileges were reloaded successfully.';
$strProcesslist = 'Process list';
$strProtocolVersion = 'Protocol version';
$strPutColNames = 'Put fields names in the first row';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Query';
$strQueryCache = 'Query cache';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL query on database <b>%s</b>:';
$strQuerySQLHistory = 'SQL history';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'Query took %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Do not overwrite this query from outside the window';
 
$strReadRequests = 'Read requests';
$strReceived = 'Received';
$strRecords = 'Records';
$strReferentialIntegrity = 'Check referential integrity:';
$strRefresh = 'Refresh';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'The additional features for working with linked tables have been deactivated. To find out why click %shere%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relations';
$strRelationView = 'Relation view';
$strReloadingThePrivileges = 'Reloading the privileges';
$strReloadMySQL = 'Reload MySQL';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameDatabaseOK = 'Database %s has been renamed to %s';
$strRenameTableOK = 'Table %s has been renamed to %s';
$strRenameTable = 'Rename table to';
$strRepairTable = 'Repair table';
$strReplaceNULLBy = 'Replace NULL by';
$strReplaceTable = 'Replace table data with file';
$strReplication = 'Replication';
$strReset = 'Reset';
$strResourceLimits = 'Resource limits';
$strReType = 'Re-type';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRevoke = 'Revoke';
$strRomanian = 'Romanian';
$strRowLength = 'Row length';
$strRowsFrom = 'row(s) starting from record #';
$strRowSize = ' Row size ';
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells';
$strRowsModeVertical = 'vertical';
$strRows = 'Rows';
$strRowsStatistic = 'Row Statistics';
$strRunning = 'running on %s';
$strRunQuery = 'Submit Query';
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';
$strRunSQLQuery = 'Run SQL query/queries on database %s';
$strRussian = 'Russian';
 
$strSaveOnServer = 'Save on server in %s directory';
$strSave = 'Save';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearchFormTitle = 'Search in database';
$strSearchInTables = 'Inside table(s):';
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';
$strSearchOption1 = 'at least one of the words';
$strSearchOption2 = 'all words';
$strSearchOption3 = 'the exact phrase';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';
$strSearch = 'Search';
$strSearchType = 'Find:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All';
$strSelectBinaryLog = 'Select binary log to view';
$strSelectFields = 'Select fields (at least one):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'Save as file';
$strSent = 'Sent';
$strServerChoice = 'Server Choice';
$strServerNotResponding = 'The server is not responding';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Runtime Information';
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
$strServerTabProcesslist = 'Processes';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings';
$strServerVersion = 'Server version';
$strSessionValue = 'Session value';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all';
$strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid';
$strShowingBookmark = 'Showing bookmark';
$strShowingRecords = 'Showing rows';
$strShowOpenTables = 'Show open tables';
$strShowPHPInfo = 'Show PHP information';
$strShow = 'Show';
$strShowSlaveHosts = 'Show slave hosts';
$strShowSlaveStatus = 'Show slave status';
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.';
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.';
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.';
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.';
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.';
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.';
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.';
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.';
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.';
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.';
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.';
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.';
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.';
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';
$strShowStatusOpen_filesDescr = 'The number of files that are open.';
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.';
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';
$strShowStatusQcache_hitsDescr = 'The number of cache hits.';
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.';
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';
$strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.';
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';
$strShowStatusSort_rowsDescr = 'The number of sorted rows.';
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.';
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again ';
$strSimplifiedChinese = 'Simplified Chinese';
$strSingly = '(singly)';
$strSize = 'Size';
$strSkipQueries = 'Number of records(queries) to skip from start';
$strSlovak = 'Slovak';
$strSlovenian = 'Slovenian';
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
$strSortByKey = 'Sort by key';
$strSorting = 'Sorting';
$strSort = 'Sort';
$strSpaceUsage = 'Space usage';
$strSpanish = 'Spanish';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQLExportCompatibility = 'SQL export compatibility';
$strSQLExportType = 'Export type';
$strSQLImportOptions = 'SQL options';
$strSQLOptions = 'SQL options';
$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:';
$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';
$strSQLQuery = 'SQL query';
$strSQLResult = 'SQL result';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Unclosed quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStatCheckTime = 'Last check';
$strStatCreateTime = 'Creation';
$strStatement = 'Statements';
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';
$strStatUpdateTime = 'Last update';
$strStatus = 'Status';
$strStorageEngines = 'Storage Engines';
$strStorageEngine = 'Storage Engine';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure and data';
$strStrucDrop = 'Add DROP TABLE';
$strStrucExcelCSV = 'CSV for MS Excel';
$strStrucNativeExcel = 'Native MS Excel format';
$strStrucOnly = 'Structure only';
$strStructPropose = 'Propose table structure';
$strStructure = 'Structure';
$strSubmit = 'Submit';
$strSuccess = 'Your SQL query has been executed successfully';
$strSum = 'Sum';
$strSwedish = 'Swedish';
$strSwitchToDatabase = 'Switch to copied database';
$strSwitchToTable = 'Switch to copied table';
 
$strTableAlreadyExists = 'Table %s already exists!';
$strTableComments = 'Table comments';
$strTableEmpty = 'The table name is empty!';
$strTableHasBeenDropped = 'Table %s has been dropped';
$strTableHasBeenEmptied = 'Table %s has been emptied';
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableMaintenance = 'Table maintenance';
$strTableOfContents = 'Table of contents';
$strTableOptions = 'Table options';
$strTables = '%s table(s)';
$strTableStructure = 'Table structure for table';
$strTable = 'Table';
$strTableType = 'Table type';
$strTakeIt = 'take it';
$strTblPrivileges = 'Table-specific privileges';
$strTempData = 'Temporary data';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Default theme %s not found!';
$strThemeNoPreviewAvailable = 'No preview available.';
$strThemeNotFound = 'Theme %s not found!';
$strThemeNoValidImgPath = 'No valid image path for theme %s found!';
$strThemePathNotFound = 'Theme path not found for theme %s!';
$strTheme = 'Theme / Style';
$strThisHost = 'This Host';
$strThisNotDirectory = 'This was not a directory';
$strThreads = 'Threads';
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';
$strTime = 'Time';
$strToggleScratchboard = 'Toggle scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Traditional Chinese';
$strTraditionalSpanish = 'Traditional Spanish';
$strTraffic = 'Traffic';
$strTransactionCoordinator = 'Transaction coordinator';
$strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.';
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.';
$strTransformation_image_jpeg__link = 'Displays a link to download this image.';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP or DATETIME field according to your local date/time format. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string; see the documentation for PHP\'s strftime() function.';
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).';
$strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.';
$strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.';
$strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.';
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';
$strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").';
$strTruncateQueries = 'Truncate Shown Queries';
$strTurkish = 'Turkish';
$strType = 'Type';
 
$strUkrainian = 'Ukrainian';
$strUncheckAll = 'Uncheck All';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'unknown';
$strUnselectAll = 'Unselect All';
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Update Query';
$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$strUpgrade = 'You should upgrade to %s %s or later.';
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';
$strUsage = 'Usage';
$strUseBackquotes = 'Enclose table and field names with backquotes';
$strUsedPhpExtensions = 'Used PHP extensions';
$strUseHostTable = 'Use Host Table';
$strUserAlreadyExists = 'The user %s already exists!';
$strUserEmpty = 'The user name is empty!';
$strUserName = 'User name';
$strUserNotFound = 'The selected user was not found in the privilege table.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'The selected users have been deleted successfully.';
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';
$strUser = 'User';
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';
$strUseTables = 'Use Tables';
$strUseTextField = 'Use text field';
$strUseThisValue = 'Use this value';
 
$strValidateSQL = 'Validate SQL';
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.';
$strValue = 'Value';
$strVar = 'Variable';
$strVersionInformation = 'Version information';
$strViewDumpDatabases = 'View dump (schema) of databases';
$strViewDumpDB = 'View dump (schema) of database';
$strViewDump = 'View dump (schema) of table';
$strViewHasBeenDropped = 'View %s has been dropped';
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';
$strView = 'View';
 
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
$strWebServerUploadDirectory = 'web server upload directory';
$strWelcome = 'Welcome to %s';
$strWestEuropean = 'West European';
$strWildcard = 'wildcard';
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.';
$strWithChecked = 'With selected:';
$strWriteRequests = 'Write requests';
$strWritingCommentNotPossible = 'Writing of comment not possible';
$strWritingRelationNotPossible = 'Writing of relation not possible';
$strWrongUser = 'Wrong username/password. Access denied.';
 
$strXML = 'XML';
 
$strYes = 'Yes';
 
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/estonian-iso-8859-1.inc.php
0,0 → 1,983
<?php
/* $Id: estonian-iso-8859-1.inc.php,v 2.126.2.3 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Baiti', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Püh', 'Esm', 'Tei', 'Kol', 'Nel', 'Ree', 'Lau');
$month = array('Jan', 'Veb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Det');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y kell %H:%M:%S';
$timespanfmt = '%s päeva, %s tundi, %s minutit ja %s sekundit';
 
$strAbortedClients = 'Katkestatud';
$strAbsolutePathToDocSqlDir = 'Palun sisestage absoluutne tee webiserveris docSQL kataloogini';
$strAccessDeniedExplanation = 'phpMyAdmin proovis ühenduda MySQL serveriga ja server lükkas ühenduse tagasi. Te peaksite kontrollima serverit, kasutajanime ja parooli config.inc.php failis ning kontrollima, et need vastaks infole mis te saite oma MySQL serveri administraatori käest.';
$strAccessDenied = 'Ligipääs keelatud';
$strAction = 'Tegevus';
$strAddAutoIncrement = 'Lisa AUTO_INCREMENT väärtus';
$strAddConstraints = 'Lisa piirangud';
$strAddDeleteColumn = 'Lisa/Kustuta välja veerud';
$strAddDeleteRow = 'Lisa/Kustuta kriteeriumirida';
$strAddDropDatabase = 'Lisa DROP DATABASE';
$strAddedColumnComment = 'Kommentaar lisatud väljale';
$strAddedColumnRelation = 'Sõltuvus lisatud väljale';
$strAddFields = 'Lisa %s väli(jad)';
$strAddHeaderComment = 'Lisa vaba kommentaar päisesse (\\n eraldab read)';
$strAddIfNotExists = 'Lisa IF NOT EXISTS';
$strAddIntoComments = 'Lisa kommentaaridesse';
$strAddNewField = 'Lisa uus väli';
$strAddPrivilegesOnDb = 'Lisa privileegid antud andmebaasile';
$strAddPrivilegesOnTbl = 'Lisa privileegid antud tabelile';
$strAddSearchConditions = 'Lisa otsinguparameetrid ("WHERE" lause sisu):';
$strAddToIndex = 'Lisa indeksisse &nbsp;%s&nbsp;rida/read';
$strAddUser = 'Lisa uus kasutaja';
$strAddUserMessage = 'Te lisasite uue kasutaja.';
$strAdministration = 'Administreerimine';
$strAffectedRows = 'Mõjutatud read:';
$strAfterInsertBack = 'Mine eelmisele lehele tagasi';
$strAfterInsertNewInsert = 'Lisa järgmine uus rida';
$strAfterInsertNext = 'Muuda järgmist rida';
$strAfterInsertSame = 'Mine tagasi sellele lehele';
$strAfter = 'Peale %s';
$strAll = 'Kõik';
$strAllowInterrupt = 'Luba katkestada Import juhul kui skript leiab et ajalimiit on ületamisel. See võib olla hea viis suurte failide importimisel, kuigi võib katkestada ülekanded.';
$strAllTableSameWidth = 'kuva kõik tabelid sama laiusega?';
$strAlterOrderBy = 'Muuda tabeli sorteeringut';
$strAnalyzeTable = 'Analüüsi tabelit';
$strAnd = 'ja';
$strAndThen = 'ja siis';
$strAnIndex = 'Indeks lisati %s';
$strAnyHost = 'Kõik masinad';
$strAny = 'kõik';
$strAnyUser = 'Kõik kasutajad';
$strApproximateCount = 'Võib olla umbkaudne. Vaadake FAQ 3.11';
$strAPrimaryKey = 'Primaarne võti lisati %s';
$strArabic = 'Araabia';
$strArmenian = 'Armeenia';
$strAscending = 'Kasvav';
$strAtBeginningOfTable = 'Tabeli algusesse';
$strAtEndOfTable = 'Tabeli lõppu';
$strAttr = 'Parameetrid';
$strAutodetect = 'Automaatne tuvastus';
$strAutomaticLayout = 'Automaatne väljund';
 
$strBack = 'Tagasi';
$strBaltic = 'Balti';
$strBeginCut = 'ALUSTA LÕIGET';
$strBeginRaw = 'ALUSTA PUHAST';
$strBinary = 'Binaarne';
$strBinaryDoNotEdit = 'Binaarne - ärge muutke';
$strBinaryLog = 'Binaarne logi';
$strBinLogEventType = 'Sündmuse tüüp';
$strBinLogInfo = 'Informatsioon';
$strBinLogName = 'Logi nimi';
$strBinLogOriginalPosition = 'Originaal positioon';
$strBinLogPosition = 'Positsioon';
$strBinLogServerId = 'Serveri ID';
$strBookmarkAllUsers = 'Anna kõikidele kasutajatele juurdepääs sellele järjehodjale';
$strBookmarkCreated = 'Järjehoidja %s loodud';
$strBookmarkDeleted = 'Järjehodja kustutati.';
$strBookmarkLabel = 'Nimetus';
$strBookmarkQuery = 'Järjehodjaga SQL päring';
$strBookmarkReplace = 'Kirjuta samanimeline järjehoidja üle';
$strBookmarkThis = 'Lisa see SQL päring järjehoidjasse';
$strBookmarkView = 'Vaata ainult';
$strBrowseForeignValues = 'Vaata väliseid väärtuseid';
$strBrowse = 'Vaata';
$strBufferPoolActivity = 'Puhverdusala aktiivsus';
$strBufferPool = 'Puhverdusala';
$strBufferPoolUsage = 'Puhverdusala kasutamine';
$strBufferReadMissesInPercent = 'Lugemis vigasid %';
$strBufferReadMisses = 'Lugemis vigasid';
$strBufferWriteWaitsInPercent = 'Kirjutamine ootab %';
$strBufferWriteWaits = 'Kirjutamine ootab';
$strBulgarian = 'Bulgaaria';
$strBusyPages = 'Hõivatud lehed';
$strBzError = 'phpMyAdmin ei suutnud pakkida seda andmebaasiväljundit kuna Bz2 moodul on vigane selles PHP versioonis. Me soovitame tungivalt oma phpMyAdmini konfiguratsioonifailis panna lipu <code>$cfg[\'BZipDump\']</code> väärtuseks <code>FALSE</code>. Kui te soovite kasutada Bz2 pakkimist peaksite te oma PHP versiooni uuendama viimasele versioonile. Lugege PHP vea %s raportit täpsemaks infoks.';
$strBzip = '"bzipitud"';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Pole võimalik Importida mooduleid (plugins), palun kontrolli seadeid!';
$strCannotLogin = 'Eei suuda MySQL serverisse logida';
$strCantLoad = 'ei suutnud lugeda moodulit %s,<br />palun kontrollige PHP konfiguratsiooni';
$strCantLoadRecodeIconv = 'Ei suuda lugeda iconv või recode moodulit mida on vaja tähetabeli konvertimiseks, konfigureerige PHP-d nii, et see sisaldaks antud mooduleid või keelake tähetabeli konvertimine phpMyAdminis.';
$strCantRenameIdxToPrimary = 'Ei suuda muuta indeksit PRIMAARSEKS!';
$strCantUseRecodeIconv = 'Ei suuda kasutada iconv-d või libiconvi või recode_string funktsiooni kuigi moodul on installitud Kontrollige oma PHP konfiguratsiooni.';
$strCardinality = 'Kasulikkus';
$strCaseInsensitive = 'tõstutundetu';
$strCaseSensitive = 'tõstutundlik';
$strCentralEuropean = 'Kesk-Euroopa';
$strChangeCopyModeCopy = '... hoia vana alles.';
$strChangeCopyModeDeleteAndReload = ' ... kustuta vana kasutajate tabelist ja taaslae privileegid pärast seda.';
$strChangeCopyModeJustDelete = ' ... kustuta vana kasutajate tabelist.';
$strChangeCopyMode = 'Loo uus kasutaja samade privileegidega ja ...';
$strChangeCopyModeRevoke = ' ... kanna kõik aktiivsed privileegid üle vanast ja kustuta see pärast.';
$strChangeCopyUser = 'Vaheta logimisinformatsiooni / Kopeeri kasutaja';
$strChangeDisplay = 'Vali väli mida kuvada';
$strChange = 'Muuda';
$strChangePassword = 'Muuda parooli';
$strCharsetOfFile = 'Faili tähetabel:';
$strCharsetsAndCollations = 'Tähetabelid ja määrangud';
$strCharsets = 'Tähetabelid';
$strCharset = 'Tähetabel';
$strCheckAll = 'Märgista kõik';
$strCheckOverhead = 'Kontrolli ülekulusid';
$strCheckPrivs = 'Kontrollige privileege';
$strCheckPrivsLong = 'Kontrolli privileege andmebaasile &quot;%s&quot;.';
$strCheckTable = 'Kontrolli tabelit';
$strChoosePage = 'Palun valige leht muutmiseks';
$strColComFeat = 'Näitan veeru kommentaare';
$strCollation = 'Määrang';
$strColumnNames = 'Väljade nimed';
$strColumnPrivileges = 'Väli-spetsiifilised privileegid';
$strCommand = 'Käsk';
$strCommentsForTable = 'KOMMENTAARID TABELILE';
$strComments = 'Kommentaarid';
$strCompatibleHashing = 'MySQL&nbsp;4.0-iga ühilduv';
$strCompleteInserts = 'Täispikk INSERT';
$strCompression = 'Pakkimine';
$strCompressionWillBeDetected = 'Imporditava faili pakkimise meetod leitakse automaatselt: %s';
$strConfigDefaultFileError = 'Pole võimalik laadida vaikimisi seadete faili: "%1$s"';
$strConfigFileError = 'phpMyAdmin ei suutnud lugeda Teie konfiguratsioonifaili!<br />See võib juhtuda kui PHP leiab vea selles või PHP ei leia antud faili üles.<br />Palun kutsuge konfiguratsioonifail välja otseselt kasutades linki allpool ja lugege PHP veateadet(eid) mis teile öeldakse. Enamustel juhtudel on kuskilt puudu ülakoma või semikoolon.<br />Kui Teile kuvatakse tühi leht on kõik korras.';
$strConfigureTableCoord = 'Palun seadke koordinaadid tabelile %s';
$strConnectionError = 'Ei saa ühendust: vigased seaded.';
$strConnections = 'Ühendused';
$strConstraintsForDumped = 'Piirangud salvestatud tabelitele';
$strConstraintsForTable = 'Piirangud tabelile';
$strCookiesRequired = 'Küpsised(cookies) peavad alates sellest momendist lubatud olema.';
$strCopyDatabaseOK = 'Andmebaas %s on kopeeritud %s';
$strCopy = 'Kopeeri';
$strCopyTable = 'Kopeeri tabel (andmebaas<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s on kopeeritud andmebaasi %s.';
$strCopyTableSameNames = 'Ei saa tabelit iseendasse kopeerida!';
$strCouldNotKill = 'phpMyAdmin ei suutnud katkestada protsessi %s. Tõenäoliselt on see juba suletud.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE enne kopeerimist';
$strCreateIndex = 'Loo indeks &nbsp;%s&nbsp;väljadest';
$strCreateIndexTopic = 'Loo uus indeks';
$strCreate = 'Loo';
$strCreateNewDatabase = 'Loo uus andmebaas';
$strCreateNewTable = 'Loo uus tabel andmebaasi %s';
$strCreatePage = 'Loo uus leht';
$strCreatePdfFeat = 'PDF-ide tegemine';
$strCreationDates = 'Loo/muuda/kontrolli kuupäevi';
$strCriteria = 'Kriteerium';
$strCroatian = 'Horvaatia';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV seaded';
$strCSVOptions = 'CSV seaded';
$strCyrillic = 'Kirillitsa';
$strCzechSlovak = 'Tsehhi-Slovaki';
$strCzech = 'Tsehhi';
 
$strDanish = 'Taani';
$strData = 'Andmed';
$strDatabase = 'Andmebaas';
$strDatabaseEmpty = 'Andmebaasi nimi on tühi!';
$strDatabaseExportOptions = 'Andmebaasi eksportimise seaded';
$strDatabaseHasBeenDropped = 'Andmebaas %s kustutatud.';
$strDatabaseNoTable = 'See andmebaas ei sisalda tabelit!';
$strDatabases = 'andmebaasid';
$strDatabasesDropped = 'andmebaasid %s kustutati õnnestunult.';
$strDatabasesStats = 'Andmebaaside statistika';
$strDatabasesStatsDisable = 'Keelake statistika';
$strDatabasesStatsEnable = 'Lubage statistika';
$strDatabasesStatsHeavyTraffic = 'Märkus: Lubades siin andmebaasi statistika võite tekitada väga koormava liikuse webiserveri ja MySQL-i vahel.';
$strDataDict = 'Andmesõnastik';
$strDataOnly = 'Ainult andmed';
$strDataPages = 'Lehed andmetega';
$strDBComment = 'Andmebaasi kommentaar: ';
$strDBCopy = 'Kopeeri andmebaas';
$strDBGContextID = 'Sisu ID';
$strDBGContext = 'Sisu';
$strDBGHits = 'Vajutusi';
$strDBGLine = 'Rida';
$strDBGMaxTimeMs = 'Max aeg, ms';
$strDBGMinTimeMs = 'Min aeg, ms';
$strDBGModule = 'Moodul';
$strDBGTimePerHitMs = 'Aeg/vajutus, ms';
$strDBGTotalTimeMs = 'Koguaeg, ms';
$strDbPrivileges = 'Andmebaas-spetsiifilised privileegid';
$strDBRename = 'Nimeta andmebaas ümber';
$strDbSpecific = 'andmebaasipõhine';
$strDefaultEngine = '%s on vaikimisi varundusmootor sellele MySQL serverile.';
$strDefault = 'Vaikimisi';
$strDefaultValueHelp = 'Vaikimisi väärtuse jaoks sisestage lihtsalt üksik väärtus, ilma kaldkriipsudega varjestamata ning jutumärkideta, kasutades järgmist kirjakuju: a';
$strDefragment = 'Defrgamenteeri tabel';
$strDelayedInserts = 'Kasuta ajastatud lisamisi';
$strDeleteAndFlushDescr = 'See on parim tee, kuid privileegide taaslaadimine võib võtta aega.';
$strDeleteAndFlush = 'Kustutage kasutajad ja taaslaadige privileegid pärast seda.';
$strDeleted = 'Rida kustutatud';
$strDeletedRows = 'Kustuta read:';
$strDelete = 'Kustuta';
$strDeleteNoUsersSelected = 'Ühtegi kasutajat pole valitud kustutamiseks!';
$strDeleting = 'Kustutan %s';
$strDelOld = 'Antud lehel on viiteid tabelitele mida enam ei ole. Kas te soovite kustutada need viited?';
$strDescending = 'Kahanev';
$strDescription = 'Kirjeldus';
$strDictionary = 'sõnaraamat';
$strDirtyPages = 'Mustad lehed';
$strDisabled = 'Keelatud';
$strDisableForeignChecks = 'Keela foreign keyde kontroll';
$strDisplayFeat = 'Kuva võimalused';
$strDisplayOrder = 'Näitamise järjekord:';
$strDisplayPDF = 'Näita PDF skeemi';
$strDoAQuery = 'Tee "päring näite järgi" (lühend: "%")';
$strDocu = 'Dokumentatsioon';
$strDoYouReally = 'Kas te tõesti tahate ';
$strDropDatabaseStrongWarning = 'Tähelepanu! Te HÄVITATE kogu andmebaasi!';
$strDrop = 'Kustuta';
$strDropUsersDb = 'Kustuta andmebaasid millel on samad nimed nagu kasutajatel.';
$strDumpingData = 'Tabeli andmete salvestamine';
$strDumpSaved = 'Väljavõte salvestati faili %s.';
$strDumpXRows = 'Päri %s rida alustades reast %s.';
$strDynamic = 'dünaamiline';
 
$strEdit = 'Muuda';
$strEditPDFPages = 'Muuda PDF lehti';
$strEditPrivileges = 'Muuda privileege';
$strEffective = 'Efektiivne';
$strEmptyResultSet = 'MySQL tagastas tühja tulemuse (s.t. null rida).';
$strEmpty = 'Tühjenda';
$strEnabled = 'Lubatud';
$strEncloseInTransaction = 'Lisa eksport ülekandesse';
$strEndCut = 'LÕPETA LÕIGE';
$strEnd = 'Lõpp';
$strEndRaw = 'LÕPETA PUHAS';
$strEngineAvailable = '%s on saadaval selles MySQL serveris.';
$strEngineDisabled = '%s on keelatud selles MySQL serveris.';
$strEngines = 'Mootor';
$strEngineUnsupported = 'See MySQL server ei toeta %s varundusmootorit.';
$strEnglish = 'Inglise';
$strEnglishPrivileges = ' Märkus: MySQL privileegide nimed on ingliskeelsed ';
$strErrorInZipFile = 'Viga ZIP arhiivis:';
$strError = 'Viga';
$strEscapeWildcards = 'Metamärgid _ ja % peaksid olema varjestatud märgiga \, kui soovite neid sisestada';
$strEsperanto = 'Esperanto';
$strEstonian = 'Eesti';
$strExcelEdition = 'Exceli versioon';
$strExcelOptions = 'Excel\'i seaded';
$strExecuteBookmarked = 'Käivita salvestatud päring';
$strExplain = 'Seleta SQL-i';
$strExport = 'Ekspordi';
$strExtendedInserts = 'Laiendatud lisamised';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Ebaõnnestunud üritused';
$strFieldHasBeenDropped = 'Väli %s kustutatud';
$strFieldsEmpty = ' Väljade loetelu on tühi! ';
$strFieldsEnclosedBy = 'Väljad ümbritsetud';
$strFieldsEscapedBy = 'Väljad varjatud';
$strFieldsTerminatedBy = 'Väljad eraldatud';
$strFields = 'Väljade arv';
$strField = 'Väli';
$strFileAlreadyExists = 'Fail %s on juba serveris olemas, muutke faili nime või kontrollige ülekirjutamise seadeid.';
$strFileCouldNotBeRead = 'Faili ei suudetud lugeda';
$strFileNameTemplateDescriptionDatabase = 'andmebaasi nimi';
$strFileNameTemplateDescription = 'Seda väärtust on tõlgendatud kasutades %1$sstrftime%2$s, sa võid kasutada sama aja(time) formaati. Lisaks tulevad ka järgnevad muudatused: %3$s. Ülejäänud teks jääb nii nagu ta on.';
$strFileNameTemplateDescriptionServer = 'serveri nimi';
$strFileNameTemplateDescriptionTable = 'tabeli nimi';
$strFileNameTemplate = 'Faili nime template';
$strFileNameTemplateRemember = 'jäta template meelde';
$strFileToImport = 'Imporditav Fail';
$strFixed = 'parandatud';
$strFlushPrivilegesNote = 'Märkus: phpMyAdmin võtab kasutajate privileegid otse MySQL privileges tabelist. Tabeli sisu võib erineda sellest, mida server hetkel kasutab, seda juhul kui olete käsitsi muudatusi teinud. Sellisel juhul peaksite te privileegid %staaslaadima%s enne jätkamist.';
$strFlushQueryCache = 'Tühjenda päringute vahemälu';
$strFlushTables = 'Tühjenda (sulge) kõik tabelid';
$strFlushTable = 'Ühtlusta tabelid ("FLUSH")';
$strFormat = 'Formaat';
$strFormEmpty = 'Puuduv väärtus vormis !';
$strFreePages = 'Vabad lehed';
$strFullText = 'Täistekstid';
$strFunction = 'Funktsioon';
 
$strGenBy = 'Genereerija ';
$strGeneralRelationFeat = 'Peamised seoste võimalused';
$strGenerate = 'Genereeri';
$strGeneratePassword = 'Genereeri parool';
$strGenTime = 'Tegemisaeg';
$strGeorgian = 'Gruusia';
$strGerman = 'Saksa';
$strGlobal = 'globaalne';
$strGlobalPrivileges = 'Globaalsed privileegid';
$strGlobalValue = 'Üldine väärtus';
$strGo = 'Mine';
$strGrantOption = 'Õigused';
$strGreek = 'Kreeka';
$strGzip = '"gzipitud"';
 
$strHandler = 'Töötleja';
$strHasBeenAltered = 'on muudetud.';
$strHasBeenCreated = 'on loodud.';
$strHaveToShow = 'Te peate valima vähemalt ühe veeru kuvamiseks';
$strHebrew = 'Heebrea';
$strHexForBinary = 'Kasuta 16nd koodi binaarväljades';
$strHome = 'Esileht';
$strHomepageOfficial = 'Ametlik phpMyAdmini koduleht';
$strHostEmpty = 'Masin on tühi!';
$strHost = 'Masin';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 ekspordi seaded';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 ekspordi seaded';
$strHungarian = 'Ungari';
 
$strIcelandic = 'Islandi';
$strId = 'ID';
$strIdxFulltext = 'Täistekst';
$strIgnoreDuplicates = 'Ignoreeri korduvaid ridasid';
$strIgnore = 'Ignoreeri';
$strIgnoreInserts = 'Kasutaja ignoreeritavaid lisamisi';
$strIgnoringFile = 'Jätan vahele faili %s';
$strImportDocSQL = 'docSQL failide importimine';
$strImportFiles = 'Importige failid';
$strImportFormat = 'Imporditud faili formaat';
$strImport = 'Import';
$strIndexes = 'Indeksid';
$strIndexHasBeenDropped = 'Indeks %s kustutatud';
$strIndex = 'Indeks';
$strIndexName = 'Indeksi nimi&nbsp;:';
$strIndexType = 'Indeksi tüüp&nbsp;:';
$strIndexWarningMultiple = 'Rohkem kui üks %s võti loodi väljale `%s`';
$strIndexWarningPrimary = 'PRIMARY ja INDEX võtmed ei tohiks mõlemad olla määratud väljale `%s`';
$strIndexWarningTable = 'Probleemid tabeli `%s` indeksitega';
$strIndexWarningUnique = 'UNIQUE ja INDEX ei tohiks mõlemad olla määratud väljale `%s`';
$strInnoDBAutoextendIncrement = 'Automaatne suurenduse laiendus';
$strInnoDBAutoextendIncrementDesc = ' Automaatselt suurenev suurus mis lisatakse automaatselt suurenevale tabeliruumile kui see täitub.';
$strInnoDBBufferPoolSizeDesc = 'Mälupuhvri suurus mida InnoDB kasutab oma andmete ja indeksite puhverdamiseks.';
$strInnoDBBufferPoolSize = 'Puhverdusala suurus';
$strInnoDBDataFilePath = 'Andmefailid';
$strInnoDBDataHomeDir = 'Andmete kodukataloog';
$strInnoDBDataHomeDirDesc = 'Ühine kataloogi nimeosa kõigi InnoDB andmefailide jaoks.';
$strInnoDBPages = 'lehti';
$strInnodbStat = 'InnoDB staatus';
$strInsecureMySQL = 'Teie konfiguratsioonifail sisaldab seadeid (root kasutaja ilma paroolita) mis vastab MySQL-i vaikimisi priviligeeritud kasutajale. Kui Teie MySQL-i server jookseb sellise seadega on ta avatud rünnakutele, soovitav on see turvaauk kiiresti parandada.';
$strInsertAsNewRow = 'Lisa uue reana';
$strInsertedRowId = 'Lisatud rea id:';
$strInsertedRows = 'Lisatud read:';
$strInsert = 'Lisa';
$strInsertNewRow = 'Lisa uus rida';
$strInternalNotNecessary = '* Sisene seos ei ole vajalik kui ta eksisteerib ka InnoDB-s.';
$strInternalRelations = 'Sisesed seosed';
$strInUse = 'kasutusel';
$strInvalidAuthMethod = 'Vigane autoriseerimise meetod konfiguratsioonifailis:';
$strInvalidColumnCount = 'Veergude arv peab olema nullist suurem.';
$strInvalidColumn = 'Vigased välja veerud (%s) valitud!';
$strInvalidCSVParameter = 'Vigane parameeter CSV importimisel: %s';
$strInvalidFieldAddCount = 'Peate lisama vähemalt ühe välja.';
$strInvalidFieldCount = 'Tabelil peab olema vähemalt üks väli.';
$strInvalidLDIImport = 'See plugin ei toeta pakitud importe!';
$strInvalidRowNumber = '%d ei ole õige reanumber.';
$strInvalidServerHostname = 'Vigane hostname serverile %1$s. Palun kontrolli seadeid.';
$strInvalidServerIndex = 'Vigane serveri indeks: "%s"';
 
$strJapanese = 'Jaapani';
$strJoins = 'Liited';
$strJumpToDB = 'Hüppa andmebaasile &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Kustutatud&quot; kasutajad võivad ikka veel ligi pääseda serverile, kuni privileegid pole uuesti sisse loetud.';
$strJustDelete = 'Lihtsalt kustutage kasutajad privilege tabelist.';
 
$strKeepPass = 'Ärge muutke parooli';
$strKeyCache = 'Võtme vahemälu';
$strKeyname = 'Võtme nimi';
$strKill = 'Tapa';
$strKorean = 'Korea';
 
$strLandscape = 'Laipilt';
$strLanguageFileNotFound = 'Ei leia keele fail "%1$s" .';
$strLanguageUnknown = 'Tundmatu keel: %1$s.';
$strLatchedPages = 'Lukustatud lehed';
$strLatexCaption = 'Tabeli seletus';
$strLatexContent = 'Tabeli __TABLE__ sisu';
$strLatexContinuedCaption = 'Jätkuva tabeli seletus';
$strLatexContinued = '(jätkub)';
$strLatexIncludeCaption = 'Lisa tabeli seletus';
$strLatexLabel = 'Nimetuse võti';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX\'i seaded';
$strLatexStructure = 'Tabeli __TABLE__ struktuur';
$strLatvian = 'Läti';
$strLDI = 'CSV kasutades LOAD DATA';
$strLDIImportOptions = 'Seaded CSV impordiks kasutades LOAD DATA';
$strLDILocal = 'kasuta LOCAL võtmesõna';
$strLengthSet = 'Pikkus/Väärtused*';
$strLimitNumRows = 'Ridade arv lehel';
$strLinesTerminatedBy = 'Read lõpetatud';
$strLinkNotFound = 'Linki ei leitud';
$strLinksTo = 'Lingib ';
$strLithuanian = 'Leedu';
$strLocalhost = 'Lokaalne';
$strLocationTextfile = 'tekstifaili asukoht';
$strLoginInformation = 'Logimise informatsioon';
$strLogin = 'Sisselogimine';
$strLogout = 'Logi välja';
$strLogPassword = 'Parool:';
$strLogServer = 'Server';
$strLogUsername = 'Kasutajanimi:';
$strLongOperation = 'See tegevus võib võtta kaua aega. Jätkan?';
 
$strMaxConnects = 'maks. parallel ühendusi';
$strMaximalQueryLength = 'Loodud päringu maksimaalne pikkus';
$strMaximumSize = 'Maksimaalne suurus: %s%s';
$strMbExtensionMissing = 'Ei leitud mbstring PHP lisa ja tundub, et te kasutate mitmebaidilist tähetabelit. Ilma mbstring lisata ei suuda phpMyAdmin poolitada teksti korrektselt ja tulemus võib olla ootustele mittevastav.';
$strMbOverloadWarning = 'Te olete lubanud mbstring.func_overload oma PHP konfiguratsioonis. See seade ei ühildu phpMyAdminiga ja võib osade andmete kadumist põhjustada!';
$strMIME_available_mime = 'Olemasolevad MIME-tüübid';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Kirjeldus';
$strMIME_MIMEtype = 'MIME-tüüp';
$strMIME_nodescription = 'Selle transformatsiooni jaoks ei ole kirjeldust.<br />Palun küsige autorilt, mida %s teeb.';
$strMIME_transformation = 'Browseri transformatsioon';
$strMIME_transformation_note = 'Transformatsiooni võimaluste ja tema MIME-tüübi transformatsiooni nimekirjaks vajutage %stransformatsiooni kirjeldusele%s';
$strMIME_transformation_options_note = 'Palun sisestage transformatsiooniks vajalikud väärtused, kasutades järgmist formaati: \'a\',\'b\',\'c\'...<br />Kui teil on vaja edastada kaldkriips ("\") või ülakoma ("\'") nende väärtuste seas, varjestage see tagurpidi kaldkriipsuga (näiteks \'\\\\xyz\' või \'a\\\'b\').';
$strMIME_transformation_options = 'Transformeerimise seaded';
$strMIMETypesForTable = 'MIME TÜÜBID TABELILE';
$strMIME_without = 'MIME-tüübid kursiivis ei oma eraldi transofrmatsiooni funktsiooni';
$strModifications = 'Muutused salvestatud';
$strModifyIndexTopic = 'Muuda indeksit';
$strModify = 'Muuda';
$strMoveTableOK = 'Tabel %s viidu üle andmebaasi %s.';
$strMoveTableSameNames = 'Ei saa tabelit iseendasse liigutada!';
$strMoveTable = 'Vii tabel üle (andmebaas<b>.</b>tabel):';
$strMultilingual = 'mitmekeelne';
$strMyISAMDataPointerSize = 'Andmeviida suurus';
$strMyISAMDataPointerSizeDesc = 'Vaikimisi viida suurus baitides, mida kasutatakse CREATE TABLE käsuga MyISAM tabelite jaoks kui MAX_ROWS seade on määramata.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Kui ajutine fail mida kasutatakse kiire MyISAM indeksi loomiseks on suurem kui kasutada siin määratud võtmecache suurust, siis eelistage võtmecache meetodit.';
$strMyISAMMaxExtraSortFileSize = 'Maksimaalne failisuurus ajutiste failide jaoks indeksi genereerimisel';
$strMyISAMMaxSortFileSizeDesc = 'Maksimaalne failisuurus MySQL-i ajutise faili jaoks mida kasutatakse MyISAM indeksi uuesti genereerimiseks (REPAIR TABLE, ALTER TABLE või LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksimaalne suurus ajutiste sorteeringufailide jaoks';
$strMyISAMRecoverOptions = 'Automaatne taastamine';
$strMyISAMRecoverOptionsDesc = 'Automaatne taastamine purunenud MyISAM tabelitele, aktiveeritakse võtmega --myisam-recover serveri käivitamisel.';
$strMyISAMRepairThreadsDesc = 'Kui see väärtus on suurem kui 1 siis MyISAM tabeli indeksid luuakse paralleelselt (iga indeks oma lõimus) sorteerimise teel parandamise ajal.';
$strMyISAMRepairThreads = 'Paranda lõimud';
$strMyISAMSortBufferSizeDesc = 'Puhver mis hõivatakse kui sorteeritakse MyISAM indekseid REPAIR TABLE ajal või kui luuakse indekseid CREATE INDEX või ALTER TABLE käskudega.';
$strMyISAMSortBufferSize = 'Sordi puhvri suurus';
$strMySQLCharset = 'MySQLi tähetabel';
$strMysqlClientVersion = 'MySQL kliendi versioon';
$strMySQLConnectionCollation = 'MySQL ühenduse kollatsioon';
$strMySQLSaid = 'MySQL ütles: ';
$strMySQLShowProcess = 'Näita protsesse';
$strMySQLShowStatus = 'Näita MySQL-i jooksvat informatsiooni';
$strMySQLShowVars = 'Näita MySQL süsteemseid muutujaid';
 
$strName = 'Nimi';
$strNext = 'Järgmine';
$strNoActivity = 'Ebaaktiivne %s sekundit või rohkem, palun sisenege uuesti';
$strNoDatabases = 'Pole andmebaase';
$strNoDatabasesSelected = 'Ühtegi andmebaasi ei ole valitud.';
$strNoDescription = 'pole kirjeldust';
$strNoDetailsForEngine = 'Detailne seisuinformatsioon antud varundusmootori kohta puudub.';
$strNoDropDatabases = '"DROP DATABASE" käsud keelatud.';
$strNo = 'Ei';
$strNoExplain = 'Jäta SQL-i seletamine vahele';
$strNoFilesFoundInZip = 'Ei leidnud ühtegi faili ZIP arhiivist!';
$strNoFrames = 'phpMyAdmin on sõbralikum <b>frame toetava</b> browseriga.';
$strNoIndex = 'Indeksit pole defineeritud!';
$strNoIndexPartsDefined = 'Indeksi osad pole defineeritud!';
$strNoModification = 'Ei muudetud';
$strNone = 'Pole';
$strNoOptions = 'Sellel formaadil pole seadeid';
$strNoPassword = 'Ilma paroolita';
$strNoPermission = 'Webiserver ei oma õigusi , et salvestada fail %s.';
$strNoPhp = 'ilma PHP koodita';
$strNoPrivileges = 'Ei oma ühtegi privileegi';
$strNoRights = 'Teil pole piisavalt õigusi, et hetkel siin olla!';
$strNoRowsSelected = 'Ridu pole valitud';
$strNoSpace = 'Liiga vähe kettaruumi, et salvestada fail %s.';
$strNoTablesFound = 'Andmebaasist ei leitud tabeleid.';
$strNoThemeSupport = 'Teemade tugi puudub, palun kontrollige oma seadeid ja/või oma teemade kataloogi %s.';
$strNothingToImport = 'Te ei sisestanud andmeid Importimiseks!';
$strNotNumber = 'See pole number!';
$strNotOK = 'Ei ole korras';
$strNotSet = '<b>%s</b> tabelit ei leitud või ei eksisteeri %s';
$strNoUsersFound = 'Ei leitud ühtegi kasutajat.';
$strNoValidateSQL = 'Jäta SQL-i kontroll vahele';
$strNull = 'Null';
$strNumberOfFields = 'Väljade arv';
$strNumSearchResultsInTable = '%s vaste(t) tabelis <i>%s</i>';
$strNumSearchResultsTotal = '<b>Kokku:</b> <i>%s</i> vaste(t)';
$strNumTables = 'Tabelid';
 
$strOK = 'Korras';
$strOpenNewWindow = 'Ava uus phpMyAdmin aken';
$strOperations = 'Tegevused';
$strOperator = 'Operaator';
$strOptimizeTable = 'Optimiseeri tabelit';
$strOr = 'või';
$strOverhead = 'Ülejääv';
$strOverwriteExisting = 'Kirjuta olemasolev(ad) fail(id) üle';
 
$strPageNumber = 'Lehenumber:';
$strPagesToBeFlushed = 'Lehed ühtlustamiseks';
$strPaperSize = 'Paberi suurus';
$strPartialImport = 'Osaline import';
$strPartialText = 'Lühendatud tekstid';
$strPasswordChanged = 'Kasutaja %s parool vahetati õnnestunult.';
$strPasswordEmpty = 'Parool on tühi!';
$strPasswordHashing = 'Parooli tärkimine';
$strPasswordNotSame = 'Paroolid ei ühti!';
$strPassword = 'Parool';
$strPdfDbSchema = 'Andmebaasi "%s" skeem - lehekülg %s';
$strPdfInvalidTblName = '"%s" tabel ei eksisteeri!';
$strPdfNoTables = 'Pole tabeleid';
$strPDFOptions = 'PDF seaded';
$strPDF = 'PDF';
$strPDFReportTitle = 'Raporti pealkiri';
$strPerHour = 'tunni kohta';
$strPerMinute = 'minutis';
$strPerSecond = 'sekundis';
$strPersian = 'Pärsia';
$strPhoneBook = 'telefoniraamat';
$strPHP40203 = 'Te kasutate PHP 4.2.3, milles on tõsine viga mitmebaidiste tekstidega (mbstring). Vaadake PHP vearaportit 19404. Seda PHP versiooni ei soovitata kasutada phpMyAdminiga.';
$strPhp = 'Loo PHP kood';
$strPHPVersion = 'PHP versioon';
$strPmaDocumentation = 'phpMyAdmini dokumentatsioon';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> konstant peab teie konfiguratsioonifailis määratud olema!';
$strPolish = 'Poola';
$strPortrait = 'Portreepilt';
$strPos1 = 'Algus';
$strPrevious = 'Eelmine';
$strPrimaryKeyHasBeenDropped = 'Primaarne võti kustutatud';
$strPrimaryKeyName = 'Primaarse võtme nimi peab olema... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>peab</b> olema ja <b>ainult</b> olema primaarse võtme nimi!)';
$strPrimary = 'Primaarne';
$strPrint = 'Prindi';
$strPrintViewFull = 'Trükivaade (täispikkade tekstidega)';
$strPrintView = 'Trükivaade';
$strPrivDescAllPrivileges = 'Sisaldab kõiki privileege peale GRANT.';
$strPrivDescAlter = 'Lubab muuta olemasolevate tabelite struktuure.';
$strPrivDescAlterRoutine = 'Lubabu salvestatud rutiinide muutmise ja kustutamise.';
$strPrivDescCreateDb = 'Lubab luua uusi andmebaase ja tabeleid.';
$strPrivDescCreateRoutine = 'Lubab salvestatud rutiinide loomise.';
$strPrivDescCreateTbl = 'Lubab luua uusi tabeleid.';
$strPrivDescCreateTmpTable = 'Lubab luua ajutisi tabeleid.';
$strPrivDescCreateUser = 'Lubab kasutajakontode loomise, kustutamise ja muutmise.';
$strPrivDescCreateView = 'Lubab uute vaadete loomist.';
$strPrivDescDelete = 'Lubab kustutada infot.';
$strPrivDescDropDb = 'Lubab kustuada andmebaase ja tabeleid.';
$strPrivDescDropTbl = 'Lubab kustutada tabeleid..';
$strPrivDescExecute5 = 'Lubab salvestatud rutiinide käivituse.';
$strPrivDescExecute = 'Lubab käivitada salvestatud protseduure; Ei oma mingit effekti antud MySQL versioonis.';
$strPrivDescFile = 'Lubab andmete eksportimist faili ja andmete importimist failidest.';
$strPrivDescGrant = 'Lubab lisada kasutajaid ja privileege ilma privileges tabelit taaskäivitamata.';
$strPrivDescIndex = 'Lubab luua ja kustutada indekseid.';
$strPrivDescInsert = 'Lubab lisada ja muuta infot.';
$strPrivDescLockTables = 'Lubab lukustada tabeleid aktiivse päringu tarbeks.';
$strPrivDescMaxConnections = 'Limiteerib ühenduste arvu tunnis kasutaja jaoks.';
$strPrivDescMaxQuestions = 'Limiteerib päringute arvu tunnis kasutaja jaoks.';
$strPrivDescMaxUpdates = 'Limiteerib käskude, mis muudavad suvalist tabelit või andmebaasi, arvu tunnis kasutaja jaoks';
$strPrivDescMaxUserConnections = 'Piirab ühenduste arvu mida kasutajal võib korraga olla.';
$strPrivDescProcess3 = 'Lubab tappa kasutajate protsesse.';
$strPrivDescProcess4 = 'Lubab vaadata täielikult päringuid protsessitabelis.';
$strPrivDescReferences = 'Ei oma antud MySQL versioonis mingit effekti.';
$strPrivDescReload = 'Lubab taaslaadida serveri seadmeid ja puhastada serveri cachet.';
$strPrivDescReplClient = 'Lubab kasutajal küsida kus on slaved/masterid.';
$strPrivDescReplSlave = 'Vajalik slavede paljundamiseks.';
$strPrivDescSelect = 'Lubab lugeda infot.';
$strPrivDescShowDb = 'Annab ligipääsu kogu andmebaasilistingule.';
$strPrivDescShowView = 'Lubab SHOW CREATE VIEW päringute käivitamise.';
$strPrivDescShutdown = 'Lubab serverit maha lasta.';
$strPrivDescSuper = 'Lubab ühenduda, isegi kui maksimaalne ühenduste arv on saavutatud; Vajalik enamike administratiivsete operatsioonide jaoks, nagu globaalsete muutujate seadmine või teiste kasutajate ühenduste tapmine.';
$strPrivDescUpdate = 'Lubab muuta infot.';
$strPrivDescUsage = 'Mitte ühtegi privileegi.';
$strPrivileges = 'Privileegid';
$strPrivilegesReloaded = 'Privileegid taaslaeti edukalt.';
$strProcesslist = 'Protsessinimekiri';
$strProtocolVersion = 'Protokolli versioon';
$strPutColNames = 'Pange väljade nimed esimesse ritta';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Päring näite järgi';
$strQueryCache = 'Päringute vahemälu';
$strQueryFrame = 'Päringuaken';
$strQueryOnDb = 'SQL-päring andmebaasist <b>%s</b>:';
$strQuerySQLHistory = 'SQL-ajalugu';
$strQueryStatistics = '<b>Päringu statistika</b>: Alates stardist, %s päringut on saadetud serverile.';
$strQueryTime = 'Päring kestis %01.4f sek';
$strQueryType = 'Päringu tüüp';
$strQueryWindowLock = 'Antud päringut mitte muuta väljaspool akent.';
 
$strReadRequests = 'Pöördumised lugemiseks';
$strReceived = 'Saadud';
$strRecords = 'Kirjeid';
$strReferentialIntegrity = 'Kontrolli pärinevust:';
$strRefresh = 'Uuenda';
$strRelationalSchema = 'Seoseskeem';
$strRelationNotWorking = 'Lisavõimalused töötamiseks lingitud tabelitega on deaktiveeritud. Et lugeda miks see nii on, vajutage %ssiia%s.';
$strRelationsForTable = 'SEOSED TABELILE';
$strRelations = 'Suhted';
$strRelationView = 'Pärinevuse vaade';
$strReloadingThePrivileges = 'Taaslaen privileege';
$strReloadMySQL = 'Taaslae MySQL';
$strRemoveSelectedUsers = 'Eemalda valitud kasutajad';
$strRenameDatabaseOK = 'Andmebaas %s on ümber nimetatud %s';
$strRenameTable = 'Nimeta tabel ümber';
$strRenameTableOK = 'Tabel %s on ümber nimetatud %s';
$strRepairTable = 'Paranda tabelit';
$strReplaceNULLBy = 'Asenda NULL ';
$strReplaceTable = 'Asenda tabeli andmed failiga';
$strReplication = 'Tiražeerimine';
$strReset = 'Tühista';
$strResourceLimits = 'Ressursilimiidid';
$strReType = 'Sisesta uuesti';
$strRevokeAndDeleteDescr = 'Kasutajatel on ikka veel USAGE privileeg, kuni privileegid pole taaslaetud.';
$strRevokeAndDelete = 'Eemalda kõik aktiivsed privileegid kasutajatelt ning kustuta nad pärast seda.';
$strRevokeMessage = 'Te võtsite tagasi privileegid %s-lt';
$strRevoke = 'Võta tagasi';
$strRomanian = 'Rumeenia';
$strRowLength = 'Rea pikkus';
$strRowsFrom = 'read alates';
$strRowSize = ' rea suurus ';
$strRowsModeFlippedHorizontal = 'horisontaalne (pööratud päis)';
$strRowsModeHorizontal = 'horisontaalselt';
$strRowsModeOptions = 'näita %s and korda pealkirju iga %s järel';
$strRowsModeVertical = 'vertikaalselt';
$strRows = 'Ridu';
$strRowsStatistic = 'Rea statistika';
$strRunning = 'jookseb masinas %s';
$strRunQuery = 'Lae päring';
$strRunSQLQueryOnServer = 'Käivita SQL käsk/käsud Masinas %s';
$strRunSQLQuery = 'Päri SQL päring(uid) andmebaasist %s';
$strRussian = 'Vene';
 
$strSaveOnServer = 'Salvestage serverisse kataloogi %s';
$strSave = 'Salvesta';
$strScaleFactorSmall = 'Skalaarfaktor on liiga väike, et skeem mahuks ühele lehele.';
$strSearchFormTitle = 'Otsi andmebaasist';
$strSearchInTables = 'Otsi tabeli(te)st:';
$strSearchNeedle = 'Sõna(d) või väärtus(ed) otsinguks (lühend: "%"):';
$strSearchOption1 = 'vähemalt üks sõnadest';
$strSearchOption2 = 'kõik sõnadest';
$strSearchOption3 = 'täpne fraas';
$strSearchOption4 = 'regulaaravaldisena';
$strSearch = 'Otsi';
$strSearchResultsFor = 'Otsingu tulemused "<i>%s</i>" %s:';
$strSearchType = 'Leia:';
$strSecretRequired = 'Konfiguratsioonifail nõuab nüüd salajast võtmesõna (blowfish_secret).';
$strSelectADb = 'Valige andmebaas';
$strSelectAll = 'Märgista kõik';
$strSelectBinaryLog = 'Valige binaarne logi vaatamiseks';
$strSelectFields = 'Vali väljad (vähemalt üks):';
$strSelectNumRows = 'päringus';
$strSelectTables = 'Vali tabelid';
$strSend = 'Salvesta failina';
$strSent = 'Saadetud';
$strServerChoice = 'Serveri valik';
$strServerNotResponding = 'Server ei vasta';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Ajastatud lisamised';
$strServerStatus = 'Jooksev informatsioon';
$strServerStatusUptime = 'See MySQL server on käinud %s. Käivitusaeg %s.';
$strServerTabProcesslist = 'Protsessid';
$strServerTabVariables = 'Muutujad';
$strServerTrafficNotes = '<b>Serveri liiklus</b>: Need tabelid näitavad võrguliikluse statistikat selle MySQL serveri jaoks alates tema käivitamisest.';
$strServerVars = 'Serveri muutujad ja seaded.';
$strServerVersion = 'Serveri versioon';
$strSessionValue = 'Sessiooni väärtus';
$strSetEnumVal = 'Kui välja tüüp on "enum" või "set", palun sisestage väärtused kasutades järgmist paigutust: \'a\',\'b\',\'c\'...<br />Kui te peate lisama kaldkriipsu ("\") või ülakoma ("\'") sinna paigutusse, varjestage see tagurpidi kaldkriipsuga (näiteks \'\\\\xyz\' või \'a\\\'b\').';
$strShowAll = 'Näita kõiki';
$strShowColor = 'Näita värvi';
$strShowDatadictAs = 'Andmesõnastiku formaat';
$strShowFullQueries = 'Näita täispikkasid päringuid';
$strShowGrid = 'Näita võrgustiku';
$strShowingBookmark = 'Näitan järjehoidjat';
$strShowingRecords = 'Näita ridu';
$strShow = 'Näita';
$strShowOpenTables = 'Näita avatud tabeleid';
$strShowPHPInfo = 'Näita PHP informatsiooni';
$strShowSlaveHosts = 'Näita alluvaid(slave)';
$strShowSlaveStatus = 'Näita alluvate(slave) staatust';
$strShowStatusBinlog_cache_disk_useDescr = 'Ülekannete number mida kasutab ajutise binaar logi vahemälu kuid ületab binlog_cache_size suurust ja kasutatakse ajutist faili et salvestada ülekande Käske (päringuid).';
$strShowStatusBinlog_cache_useDescr = 'Ülekannete number mis kasutasid ajutist binaar logi vahemälu.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Ajutiste tabelite arv, loodud automaatselt serveri poolt, päringuid käivitades. Kui Created_tmp_disk_tables on suur, sa võid tahta suurendada tmp_table_size väärtust et olla mälul baseeruv mitte kettal.';
$strShowStatusCreated_tmp_filesDescr = 'Mitu ajutist faili mysqld on loonud.';
$strShowStatusCreated_tmp_tablesDescr = 'Ajutiste mälul baseeruvate tabelite arv, loodud automaatselt serveri poolt, päringuid käivitades.';
$strShowStatusDelayed_errorsDescr = 'Mitu rida on loodud käsuga INSERT DELAYED milles toimus viga (arvatavasti korduv võti).';
$strShowStatusDelayed_insert_threadsDescr = 'Mitu INSERT DELAYED töötleja (handler) lõimu on kasutuses. Iga erinev tabel mis kasutab INSERT DELAYED saab oma lõimu.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED ridasid loodud.';
$strShowStatusFlush_commandsDescr = 'FLUSH käskude arv.';
$strShowStatusHandler_commitDescr = 'Sisemiste COMMIT käskude arv.';
$strShowStatusHandler_deleteDescr = 'Mitu korda rida kustutati tabelist.';
$strShowStatusHandler_discoverDescr = 'MySQLi server võib küsida "NDB Cluster storage engine" (klaster salvestus mootor) kas ta teab tabelit etteantud nimega. Seda kutsutakse avastus(discovery). Handler_discover annab mitu korda on tabel leitud.';
$strShowStatusHandler_read_firstDescr = 'Mitu korda loeti esimene tulemus indeksist. Kui see on suur, see soovitab et server teeb palju täis indeksi skaneerimist; näitkes, SELECT col1 FROM foo, arvates et col1 indekseeritud.';
$strShowStatusHandler_read_keyDescr = 'Mitu korda loeti rida võtme järgi. Kui see on suur, see on hea näitaja et sinu päringud ja tabelid on korralikult indekseeritud.';
$strShowStatusHandler_read_nextDescr = 'Mitu korda saadi käsk lugeda võtme järgi järgmine rida. See on suurenev kui sa pärid indekseeritud piiratud välja või sa teed indeksi skaneerimist.';
$strShowStatusHandler_read_prevDescr = 'Mitu korda saadi käsk lugeda võtme järgi eelnev rida. See lugemise meetod on peamiselt kasutatud optimiseerimiseks ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Mitu korda saadi käsk lugeda kindel rida. See on suur kui sa teed palju päringuid mis vajavad tulemuse sorteerimist. Sa kasutad kindlasti päringuid mis vajavad MySQLi et skaneerida kogu tabelit või liited(joins) mis ei kasuta võtmeid korralikult.';
$strShowStatusHandler_read_rnd_nextDescr = 'Mitu korda saadi käsk lugeda järgmine rida andmefailist. See on suur kui sa teed palju tabeli skaneerimisi. Enamasti see soovitab et sinu tabelid pole korralikult indekseeritud või sinu päringud pole kirjutatud nii et võtta eeliseid sinu loodud indeksitest.';
$strShowStatusHandler_rollbackDescr = 'Mitu korda käivitati sisemine ROLLBACK lausung.';
$strShowStatusHandler_updateDescr = 'Mitu korda uuendati tabeli rida.';
$strShowStatusHandler_writeDescr = 'Mitu korda lisati uus rida tabelisse.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Mitu lehekülge sisaldab andmeid (puhast või musta).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Mitu lehekülge on mustad.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Mitu puhvri lehekülge on määratud puhastamisele.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Mitu puu lehekülge.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Mitu lukus lehte on InnoDB puhvris. Need lehed on hetkel lugemisel või kirjutamisel ja pole võimalik puhastada või kustutada mingil põhjusel.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Mitu lehte on hetkel kasutuses kuna nad reserveeritud nagu rea lukustus või kohanemisvõimeline indeks. Seda summat saab ka arvutada nii Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Kogu puhvris suurus, lehtedes.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Mitu InnoDB juhuslikku(random) ette-lugemisi on töös. See juhtub kui päring on skaneerida suur osa tabelist kuid juhuslikus järjekorras.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Mitu InnoDB järjestikku ette-lugemisi on töös. See juhtub kui InnoDB teeb järjestikulist kogu tabeli skaneerimist.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Mitu loogilist lugemist InnoDB on teinud.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Mitu loogilist lugemist InnoDB polnud võimalik puhvris poolt rahuldada ja tegi üksiku lehe lugemise.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Tavaliselt, kirjutab InnoDB puhvri taustal. Kuid, kui vajalik kirjutada leht ja ühtegi puhast lehte pole saadaval, on vajalik oodata et lehed oleksid enne ühtlustatud. See This loendur loeb kõiki neid ootamisi. Kui puhvri suurus on seatud korralikult, se number peaks olema väike.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Mitu korda kirjutas InnoDB puhvrisse.';
$strShowStatusInnodb_data_fsyncsDescr = 'Mitu fsync() operatsiooni siiani.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Mitu hetkel ootel fsync() operatsiooni.';
$strShowStatusInnodb_data_pending_readsDescr = 'Mitu ootel lugemist.';
$strShowStatusInnodb_data_pending_writesDescr = 'Mitu ootel kirjutamist.';
$strShowStatusInnodb_data_readDescr = 'Suurus kui palju andmeid on loetud siiani, baitides.';
$strShowStatusInnodb_data_readsDescr = 'Mitu korda loetud.';
$strShowStatusInnodb_data_writesDescr = 'Mitu korda andmeid kirjutati.';
$strShowStatusInnodb_data_writtenDescr = 'Suurus palju andmeid on kirjutatud, baitides.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Mitu korda tehti topeltkirjutamist ja mitu lehte on kirjutatud just sellel põhjusel.';
$strShowStatusInnodb_dblwr_writesDescr = 'Mitu korda tehti topeltkirjutamise kirjutamist ja mitu lehte on kirjutatud just sellel põhjusel.';
$strShowStatusInnodb_log_waitsDescr = 'Mitu ootamist on olnud sellepärast et logi puhver oli liiga väike ja pidi ootama enne ühtlustamist et jätkata.';
$strShowStatusInnodb_log_write_requestsDescr = 'Mitu logi kirjutamise soovi.';
$strShowStatusInnodb_log_writesDescr = 'Mitu füüsilist kirjutamist logi faili.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Mitu fsyncs kirjutamist tehtud logi faili.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Mitu ootel logi faili fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'ootel logifaili kirjutamisi.';
$strShowStatusInnodb_os_log_writtenDescr = 'Mitu baiti on kirjutatud logi faili.';
$strShowStatusInnodb_pages_createdDescr = 'Lehti loodud.';
$strShowStatusInnodb_page_sizeDescr = 'Sisse-kompileeritud InnoDB lehe suurus (vaikimisi 16KB). Paljud väärtused on loetud lehtedes; lehe suurus lubab neid lihtsalt arvutada baitidesse.';
$strShowStatusInnodb_pages_readDescr = 'Lehti loetud.';
$strShowStatusInnodb_pages_writtenDescr = 'Lehti kirjutatud.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Mitu rea lukustamist on hetkel ootel.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Keskimne aeg pärides rea lukustust, millisekundites.';
$strShowStatusInnodb_row_lock_timeDescr = 'Aeg mis on raisatud pärides rea lukustust, millisekundites.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksimaalne aeg pärides rea lukustust, millisekundites.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Mitu korda pidi rea lukustus ootama.';
$strShowStatusInnodb_rows_deletedDescr = 'Mitu rida kustutatud InnoDB tabelitest.';
$strShowStatusInnodb_rows_insertedDescr = 'Mitu rida lisati InnoDB tabelitesse.';
$strShowStatusInnodb_rows_readDescr = 'Mitu rida loetud InnoDB tabelitest.';
$strShowStatusInnodb_rows_updatedDescr = 'Mitu rida uuendati InnoDB tabelites.';
$strShowStatusKey_blocks_not_flushedDescr = 'Mitu võtme plokki on võtme vahemälus muutunud kui pole veel kettale kirjutatud. Tuntud nagu Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Mitu kasutamatta võtme plokki on võtme vahemälus. Sa saad kasutatda seda väärtust et teada saada kui palju võtme vahemälust on kasutuses.';
$strShowStatusKey_blocks_usedDescr = 'Mitu kasutatud plokki on võtme vahemälus. See väärtus näitab maksimaalse plokkide arvu mis on kunagi olnud kasutuses.';
$strShowStatusKey_read_requestsDescr = 'Mitu päringut et lugeda võtme plokk vahemälust.';
$strShowStatusKey_readsDescr = 'Mitu füüsilist lugemist lugeda võtme plokk kettalt. kui Key_reads on suur, siis sinu key_buffer_size näitaja on kindlasti väike. Vahemälus möödaminek on võimalik arvutada nii Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Mitu päringut et kirjutada võtme plokk vahemällu.';
$strShowStatusKey_writesDescr = 'Mitu füüsilist kirjutamist kirjutada võtme plokk kettale.';
$strShowStatusLast_query_costDescr = 'Viimase kompileeritud päringu arvuatud tulemus päringu optimiseerija vastu. Kasulik võrdlemaks erinevaid päringu plaane ühelt ja samalt päringult. Vaikimisi väärtus 0 tähendab et päring pole veel töödeldud.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Mitu rida on ootel INSERT DELAY päringutes.';
$strShowStatusOpened_tablesDescr = 'Mitu tabelit on avatud. Avatud tabeleid on palju siis sinu tabeli vahemälus kindlasti liiga väike.';
$strShowStatusOpen_filesDescr = 'Mitu faili on avatud.';
$strShowStatusOpen_streamsDescr = 'Mitu voogu on hetkel avatud (enamasti logimiseks).';
$strShowStatusOpen_tablesDescr = 'Mitu tabelit on hetkel avatud.';
$strShowStatusQcache_free_blocksDescr = 'Vabad mälu plokid päringute vahemälus.';
$strShowStatusQcache_free_memoryDescr = 'Vaba mälu päringute vahemälus.';
$strShowStatusQcache_hitsDescr = 'Leitud Puhvrist.';
$strShowStatusQcache_insertsDescr = 'Mitu päringut on lisatud vahemällu.';
$strShowStatusQcache_lowmem_prunesDescr = 'Mitu päringut kustutati puhvrist et vabastada mälu uutele päringutele. See informatsioon aitab sind päringute-puhvri suuruse seadistamisel. Päringute vahemälu kasutab viimati kasutatud strateegiat(LRU) et otsustada millised päringud eemaldada puhvrist.';
$strShowStatusQcache_not_cachedDescr = 'Mitu mitte-puhverdatud päringut (pole salvestatud vahemällu, või sõltuvalt query_cache_type sätetest mitte puhverdatud).';
$strShowStatusQcache_queries_in_cacheDescr = 'Mitu päringut on registreeritud vahemälus.';
$strShowStatusQcache_total_blocksDescr = 'Plokkide koguarv päringute vahemälus.';
$strShowStatusReset = 'Nulli';
$strShowStatusRpl_statusDescr = 'See staatus on tõrkekindel tiraþeerimine (failsafe replication) (pole veel kasutuses).';
$strShowStatusSelect_full_joinDescr = 'Liited(joins) mis ei kasuta indekseid. Kui see näitaja on 0, peaksid ettevaatlikult kontrollima oma tabelites indekseid.';
$strShowStatusSelect_full_range_joinDescr = 'Liidete arv mida kasutati piirkonna otsimisel eelistatud tabelist.';
$strShowStatusSelect_range_checkDescr = 'Ilma võtmeta liidete(joins) arv mis konrollivad peale igat rida võtme kasutamist. (Kui see pole 0 siis peaksid ettevaatlikult kontrollima oma tabelite indekseid.)';
$strShowStatusSelect_rangeDescr = 'Liidete arv mida kasutati esimese tabeli piirides. (Pole eriti kriitiline kui see on väga suur.)';
$strShowStatusSelect_scanDescr = 'Liidete arv mis tegid täielikku skaneerimist esimesest tabelist.';
$strShowStatusSlave_open_temp_tablesDescr = 'Ajutiste tabelite arv mis on hetkel avatud alam-lõimu(replication slave) poolt.';
$strShowStatusSlave_retried_transactionsDescr = 'Kogusumma (alates käivitamisest) mitu korda tiraþeerimise(replication) SQL alam-lõim(replication slave) proovis ülekandeid.';
$strShowStatusSlave_runningDescr = 'Kui see on ON kui serveril on alam server(masin) mis on ühenduses masteriga.';
$strShowStatusSlow_launch_threadsDescr = 'Lõimude arv mis võtsid rohkem aega käivitamiseks kui slow_launch_time.';
$strShowStatusSlow_queriesDescr = 'Päringute arv mis võtsid rohkem aega kui long_query_time sekundites.';
$strShowStatusSort_merge_passesDescr = 'Edukate ühinemiste(merge) arv millega lühike algoritm on tegelenud. Kui see väärtuse on suur, sa peaksid mõtlema sort_buffer_size väärtuse suurendamist.';
$strShowStatusSort_rangeDescr = 'Sorteerimiste arv mis on tehtud piirkonna ulatuses.';
$strShowStatusSort_rowsDescr = 'Sorteritud ridade arv.';
$strShowStatusSort_scanDescr = 'Sorteerimiste arv mis on tehtud tabeli skaneerimist kasutades.';
$strShowStatusTable_locks_immediateDescr = 'Mitu korda tabeli lukustus jõustus koheselt.';
$strShowStatusTable_locks_waitedDescr = 'Mitu korda tabeli lukustus ei jõustunud koheselt ja pandi ootele. Kui see on suur ja jõudlusega on probleeme, sa peaksid optimiseerima oma päringuid või poolitama oma tabelid või kasutama tiraþeerimist(replication).';
$strShowStatusThreads_cachedDescr = 'Lõimude arv Lõimude vahemälus. Vahemälu kasutamist(hit) on võimalik arvutada nii Threads_created/Connections. Kui see on punane paksid suurendama thread_cache_size suurust.';
$strShowStatusThreads_connectedDescr = 'Hetkel avatud ühendusi.';
$strShowStatusThreads_createdDescr = 'Lõimude arv mis on loodud ühenduste haldamiseks. Kui Threads_created on suur siis suurenda thread_cache_size väärtust. (Tavaliselt see ei anna märgatavat kiiruse tõusu kui Lõimude teostus on korralik.)';
$strShowStatusThreads_runningDescr = 'Lõimude arv mis mis hetkel ei maga.';
$strShowTableDimension = 'Näita tabelite dimensiooni';
$strShowTables = 'Näita tabeleid';
$strShowThisQuery = ' Näita päringut siin uuesti ';
$strSimplifiedChinese = 'Lihtsustatud Hiina';
$strSingly = '(üksikult)';
$strSize = 'Suurus';
$strSkipQueries = 'Käske (päringuid) mida algusest vahele jätta';
$strSlovak = 'Slovaki';
$strSlovenian = 'Sloveenia';
$strSocketProblem = '(või kohaliku MySQL serveri soketid ei ole korrektselt seadistatud)';
$strSortByKey = 'Sorteeri võtme järgi';
$strSorting = 'Järjestamine';
$strSort = 'Sorteeri';
$strSpaceUsage = 'Ruumivõtt';
$strSpanish = 'Hispaania';
$strSplitWordsWithSpace = 'Sõnad on eraldatud tühikuga (" ").';
$strSQLExportCompatibility = 'SQL ekspordiga ühilduvus';
$strSQLExportType = 'Ekspordi tüüp';
$strSQLOptions = 'SQL seaded';
$strSQLParserBugMessage = 'On võimalus, et te leidsite vea SQL parseris. Palun kontrollige oma päringut täpsemalt ja kontrollige, et jutumärgid/ülakomad oleks korrektselt lõpetatud. Veel on võimalik, et te loete sisse faili kus on binaarne info väljaspool varjestatud tekstiala. Samuti võiksite te proovida oma päringut MySQLi käsureal. MySQLi viga väljastatakse päringu all, kui seal tõesti on mõni viga, siis see võib aidata teil leida vea algpõhjuseid. Kui teil on peale seda ikka veel probleeme või kui mu parser keeldub töötamast ning MySQL käsurida töötab, siis palun vähendage oma päringuid üksiku päringuni, mis põhjustab probleeme ja sisestage vea raport koos viga põhjustanud päringuga LÕIGET sektsioonis allpool:';
$strSQLParserUserError = 'Tundub, et teie SQL päringus on viga. MySQLi serveri error peaks ilmuma allpool, kui seal on midagi, siis peaks see teil aitama leia vea põhjust.';
$strSQLQuery = 'SQL-päring';
$strSQLResult = 'SQL tulemus';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Vigane identifikaator';
$strSQPBugUnclosedQuote = 'Sulgemata jutumärk/ülakoma';
$strSQPBugUnknownPunctuation = 'Tundmatu suunav tekst';
$strStatCheckTime = 'Viimane vaatamine';
$strStatCreateTime = 'Loodud';
$strStatement = 'Parameerid';
$strStatUpdateTime = 'Viimane muudatus';
$strStatus = 'Staatus';
$strStorageEngines = 'Varundusmootorid';
$strStorageEngine = 'Varundusmootor';
$strStrucCSV = 'CSV andmed';
$strStrucData = 'Struktuur ja andmed';
$strStrucDrop = 'Lisa DROP TABLE';
$strStrucExcelCSV = 'CSV MS Exceli jaoks';
$strStrucNativeExcel = 'Loomulikud MS Exceli andmed';
$strStrucOnly = 'Ainult struktuur';
$strStructPropose = 'Soovita tabeli struktuuri';
$strStructure = 'Struktuur';
$strSubmit = 'Vali';
$strSuccess = 'Teie SQL päring täideti edukalt';
$strSum = 'Summa';
$strSwedish = 'Rootsi';
$strSwitchToDatabase = 'Mine kopeeritud andmebaasile';
$strSwitchToTable = 'Mine üle kopeeritud tabelile';
 
$strTableAlreadyExists = 'tabel %s on juba olemas!';
$strTableComments = 'Tabeli kommentaarid';
$strTableEmpty = 'Tabeli nimi on tühi!';
$strTableHasBeenDropped = 'Tabel %s kustutatud';
$strTableHasBeenEmptied = 'Tabel %s tühjendatud';
$strTableHasBeenFlushed = 'Tabel %s ühtlustatud';
$strTableMaintenance = 'Tabeli hooldus';
$strTableOfContents = 'Sisukord';
$strTableOptions = 'Tabeli seaded';
$strTables = '%s tabel(it)';
$strTableStructure = 'Struktuur tabelile';
$strTable = 'Tabel';
$strTableType = 'Tabeli tüüp';
$strTakeIt = 'võta see';
$strTblPrivileges = 'Tabel-spetsiifilised privileegid';
$strTempData = 'Ajutised andmed ';
$strTextAreaLength = ' Oma suuruse tõttu<br /> võib see väli olla mittemuudetav ';
$strThai = 'Tai';
$strThemeNoPreviewAvailable = 'Eelvaade pole saadaval.';
$strTheme = 'Teema / Stiil';
$strThisHost = 'Antud host';
$strThisNotDirectory = 'See ei olnud kataloog';
$strThreads = 'Lõimud';
$strThreadSuccessfullyKilled = 'Protsess %s katkestati edukalt.';
$strTime = 'Aeg';
$strTimeoutInfo = 'Eelmine Import aegus, peale uuesti postitamist jätkub asukohast %d.';
$strTimeoutNothingParsed = 'Kuigi viimasel laadimisel andmeid ei töödeldud, see tähendab enamasti et phpMyAdmin pole võimeline Importi lõpetama, kui sa php skripti aega ei pikenda.';
$strTimeoutPassed = 'Skripti ajalimiit on ületatud, kui soovid importimist jätkata, palun lae sama fail uuesti ja import jätkub.';
$strToggleScratchboard = 'vaheta märkmetahvlit';
$strTotal = 'kokku';
$strTotalUC = 'Kokku';
$strTraditionalChinese = 'Traditsionaalne Hiina';
$strTraditionalSpanish = 'Traditsionaalne Hispaania';
$strTraffic = 'Liiklus';
$strTransactionCoordinator = 'Ülekande kordinaator';
$strTransformation_application_octetstream__download = 'Näita linki millega laadida alla välja binaarne info. Esimene seade on binaarse faili nimi. Teine seade on võimalik väljanimi tabelis mis sisaldab failinime. Kui te määrate teise seade siis peab esimene seade olema tühi tekst';
$strTransformation_application_octetstream__hex = 'Kuvab andmed 16nd süsteemis.';
$strTransformation_image_jpeg__inline = 'Kuvab lingitud väikepildi; seaded: laius,kõrgus pikslites (hoiab alles originaalpildi laiuse-kõrguse suhte)';
$strTransformation_image_jpeg__link = 'Kuvab lingi sellele pildile (otsene binaarne allalaadimine, jne.).';
$strTransformation_image_png__inline = 'Vaata image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Võtab TIME, TIMESTAMP või DATETIME tüüpi välja ja teisendab selle Teie lokaalse ajaseade järgi. Esimene seade on lisa (tundides) , mis lisatakse ajale (vaikimisi: 0). Teine seade on teistsugune ajamäärang vastavalt PHP strftime() funktsioonile.';
$strTransformation_text_plain__external = 'AINULT LINUXILE: Käivitab välise aplikatsiooni ja annab talle standard sisendisse ette välja sisu. Tagastab aplikatsiooni standard väljundi. Vaikimisi on selleks Tidy, et kuvada ilusti formaaditud HTML koodi. Turvariskide maandamiseks peate te käsitsi muutma faili libraries/transformations/text_plain__external.inc.php ja lisama sinna programmid mida te lasete käivitada. Esimene seade on siis kasutatava programmi number, teine seade on programmi parameetrid. Kui kolmas seade on 1 siis töödeldakse väljund funktsiooniga htmlspecialchars() (vaikimisi 1). Kui neljas seade on 1 pannakse NOWRAP sisu lahtrile nii, et kogu väljund kuvatakse ilma formaati muutmata(vaikimisi 1)';
$strTransformation_text_plain__formatted = 'Hoiab alles originaalset välja formaati. Ei varjestata.';
$strTransformation_text_plain__imagelink = 'Kuvab pildi ja lingi, väli sisaldab failinime; esimene seade on eelnev tekst nagu "http://domain.com/", teine seade on laius pikslites, kolmas on kõrgus.';
$strTransformation_text_plain__link = 'Kuvab lingi, väli sisaldab failinime; esimene seade on eelnev tekst näiteks "http://domain.com/", teine seade on nimi lingile.';
$strTransformation_text_plain__sql = 'Vormib SQL päringu tekstiks esile tõstetuna.';
$strTransformation_text_plain__substr = 'Näitab ainult osa tekstist. Esimene seade on määrang kust positsioonilt teie teksti kuva hakkab.(vaikimisi 0). Teine seade on kuipalju teksti tagastatakse, kui see tühjaks jätta, tagastatakse kogu allesjäänud tekst. Kolmas seade defineerib mis tekst lisatakse väljundi lõppu kui saadud tekst tagastatakse. (vaikimisi: ...) .';
$strTruncateQueries = 'Lühenda näidatavad päringud';
$strTurkish = 'Türgi';
$strType = 'Tüüp';
 
$strUkrainian = 'Ukraina';
$strUncheckAll = 'Puhasta kõik';
$strUnicode = 'Unikaalne';
$strUnique = 'Unikaalne';
$strUnknown = 'tundmatu';
$strUnselectAll = 'Puhasta kõik';
$strUnsupportedCompressionDetected = 'Proovisid laadida faili tundmatu pakkimisega (%s). Võimalik et toetus ei ole veel lisatud või on sinu seadetes keelatud.';
$strUpdatePrivMessage = 'Te uuendasite privileege %s-l.';
$strUpdateProfileMessage = 'Profiil uuendatud.';
$strUpdateQuery = 'Uuenda päringut';
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';
$strUpgrade = 'Te peaksite uuendama %s -i versioonini %s või uuemaks.';
$strUploadLimit = 'Te kindlasti proovisite laadida liiga suurt faili. Palun uuri dokumentatsiooni %sdocumentation%s selle limiidi seadmiseks.';
$strUsage = 'Kasutus';
$strUseBackquotes = 'Kasutage tagurpidi kaldkriipse tabelites või tabelinimedes';
$strUsedPhpExtensions = 'Kasutatud PHP laiendid';
$strUseHostTable = 'Kasuta host tabelit';
$strUserAlreadyExists = 'Kasutaja %s on juba olemas!';
$strUserEmpty = 'Kasutajanimi on tühi!';
$strUser = 'Kasutaja';
$strUserName = 'Kasutajanimi';
$strUserNotFound = 'Valitud kasutajat ei leitud privileegide tabelist.';
$strUserOverview = 'Kasutaja ülevaade';
$strUsersDeleted = 'Valitud kasutajad on õnnestunult kustutatud.';
$strUsersHavingAccessToDb = 'Kasutajad kellel on ligipääs &quot;%s&quot;';
$strUseTabKey = 'Kasutage TAB klahvi, et liikuda ühelt väärtuselt teisele või CTRL+nool, et liikuda noole suunas';
$strUseTables = 'Kasuta tabeleid';
$strUseTextField = 'Kasutage tekstivälja';
$strUseThisValue = 'Kasuta seda väärtust';
 
$strValidateSQL = 'Kontrolli SQL-i';
$strValidatorError = 'SQL-i valideerijat ei suudetud avada. Palun kontrollige, et te olete installinud vastavad php moodulid nagu on kirjeldatud %sdokumentatsioonis%s.';
$strValue = 'Väärtus';
$strVar = 'Muutuja';
$strVersionInformation = 'Versiooni info';
$strViewDumpDatabases = 'Näita andmebaaside sisu (skeemi)';
$strViewDumpDB = 'Vaata andmebaasi väljundit (skeemi)';
$strViewDump = 'Vaata tabeli väljundit (skeemi)';
$strViewHasBeenDropped = 'Vaade %s on kustutatud';
$strView = 'Vaade';
 
$strWebServerUploadDirectoryError = 'Kataloog mille Te üleslaadimiseks sättisite ei ole ligipääsetav';
$strWebServerUploadDirectory = 'webiserveri üleslaadimiskataloogi';
$strWelcome = 'Tere tulemast %s';
$strWestEuropean = 'Lääne-Euroopa';
$strWildcard = 'metamärk';
$strWindowNotFound = 'Vajaliku sirvija akent ei suudetud uuendada. Võibolla Te olete peaakna sulgenud või Teie sirvija ei luba akendevahelist suhtlist tänu turvaseadetele.';
$strWithChecked = 'Valitud:';
$strWriteRequests = 'Pöördumised kirjutamiseks';
$strWritingCommentNotPossible = 'Kommentaaride kirjutamine ei ole võimalik.';
$strWritingRelationNotPossible = 'Sõltuvuse kirjutamine ei ole võimalik';
$strWrongUser = 'Vale kasutajanimi/parool. Ligipääs keelatud.';
 
$strXML = 'XML';
 
$strYes = 'Jah';
 
$strZeroRemovesTheLimit = 'Märkus: Märkides antud seaded 0 (null) , eemaldate limiidi.';
$strZip = '"zipitud"';
 
// To translate:
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
 
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
 
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
 
$strSQLImportOptions = 'SQL options'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
 
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
 
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/estonian-utf-8.inc.php
0,0 → 1,984
<?php
/* $Id: estonian-utf-8.inc.php,v 2.126.2.3 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Baiti', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Püh', 'Esm', 'Tei', 'Kol', 'Nel', 'Ree', 'Lau');
$month = array('Jan', 'Veb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Det');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y kell %H:%M:%S';
$timespanfmt = '%s päeva, %s tundi, %s minutit ja %s sekundit';
 
$strAbortedClients = 'Katkestatud';
$strAbsolutePathToDocSqlDir = 'Palun sisestage absoluutne tee webiserveris docSQL kataloogini';
$strAccessDeniedExplanation = 'phpMyAdmin proovis ühenduda MySQL serveriga ja server lükkas ühenduse tagasi. Te peaksite kontrollima serverit, kasutajanime ja parooli config.inc.php failis ning kontrollima, et need vastaks infole mis te saite oma MySQL serveri administraatori käest.';
$strAccessDenied = 'Ligipääs keelatud';
$strAction = 'Tegevus';
$strAddAutoIncrement = 'Lisa AUTO_INCREMENT väärtus';
$strAddConstraints = 'Lisa piirangud';
$strAddDeleteColumn = 'Lisa/Kustuta välja veerud';
$strAddDeleteRow = 'Lisa/Kustuta kriteeriumirida';
$strAddDropDatabase = 'Lisa DROP DATABASE';
$strAddedColumnComment = 'Kommentaar lisatud väljale';
$strAddedColumnRelation = 'Sõltuvus lisatud väljale';
$strAddFields = 'Lisa %s väli(jad)';
$strAddHeaderComment = 'Lisa vaba kommentaar päisesse (\\n eraldab read)';
$strAddIfNotExists = 'Lisa IF NOT EXISTS';
$strAddIntoComments = 'Lisa kommentaaridesse';
$strAddNewField = 'Lisa uus väli';
$strAddPrivilegesOnDb = 'Lisa privileegid antud andmebaasile';
$strAddPrivilegesOnTbl = 'Lisa privileegid antud tabelile';
$strAddSearchConditions = 'Lisa otsinguparameetrid ("WHERE" lause sisu):';
$strAddToIndex = 'Lisa indeksisse &nbsp;%s&nbsp;rida/read';
$strAddUser = 'Lisa uus kasutaja';
$strAddUserMessage = 'Te lisasite uue kasutaja.';
$strAdministration = 'Administreerimine';
$strAffectedRows = 'Mõjutatud read:';
$strAfterInsertBack = 'Mine eelmisele lehele tagasi';
$strAfterInsertNewInsert = 'Lisa järgmine uus rida';
$strAfterInsertNext = 'Muuda järgmist rida';
$strAfterInsertSame = 'Mine tagasi sellele lehele';
$strAfter = 'Peale %s';
$strAll = 'Kõik';
$strAllowInterrupt = 'Luba katkestada Import juhul kui skript leiab et ajalimiit on ületamisel. See võib olla hea viis suurte failide importimisel, kuigi võib katkestada ülekanded.';
$strAllTableSameWidth = 'kuva kõik tabelid sama laiusega?';
$strAlterOrderBy = 'Muuda tabeli sorteeringut';
$strAnalyzeTable = 'Analüüsi tabelit';
$strAnd = 'ja';
$strAndThen = 'ja siis';
$strAnIndex = 'Indeks lisati %s';
$strAnyHost = 'Kõik masinad';
$strAny = 'kõik';
$strAnyUser = 'Kõik kasutajad';
$strApproximateCount = 'Võib olla umbkaudne. Vaadake FAQ 3.11';
$strAPrimaryKey = 'Primaarne võti lisati %s';
$strArabic = 'Araabia';
$strArmenian = 'Armeenia';
$strAscending = 'Kasvav';
$strAtBeginningOfTable = 'Tabeli algusesse';
$strAtEndOfTable = 'Tabeli lõppu';
$strAttr = 'Parameetrid';
$strAutodetect = 'Automaatne tuvastus';
$strAutomaticLayout = 'Automaatne väljund';
 
$strBack = 'Tagasi';
$strBaltic = 'Balti';
$strBeginCut = 'ALUSTA LÕIGET';
$strBeginRaw = 'ALUSTA PUHAST';
$strBinary = 'Binaarne';
$strBinaryDoNotEdit = 'Binaarne - ärge muutke';
$strBinaryLog = 'Binaarne logi';
$strBinLogEventType = 'Sündmuse tüüp';
$strBinLogInfo = 'Informatsioon';
$strBinLogName = 'Logi nimi';
$strBinLogOriginalPosition = 'Originaal positioon';
$strBinLogPosition = 'Positsioon';
$strBinLogServerId = 'Serveri ID';
$strBookmarkAllUsers = 'Anna kõikidele kasutajatele juurdepääs sellele järjehodjale';
$strBookmarkCreated = 'Järjehoidja %s loodud';
$strBookmarkDeleted = 'Järjehodja kustutati.';
$strBookmarkLabel = 'Nimetus';
$strBookmarkQuery = 'Järjehodjaga SQL päring';
$strBookmarkReplace = 'Kirjuta samanimeline järjehoidja üle';
$strBookmarkThis = 'Lisa see SQL päring järjehoidjasse';
$strBookmarkView = 'Vaata ainult';
$strBrowseForeignValues = 'Vaata väliseid väärtuseid';
$strBrowse = 'Vaata';
$strBufferPoolActivity = 'Puhverdusala aktiivsus';
$strBufferPool = 'Puhverdusala';
$strBufferPoolUsage = 'Puhverdusala kasutamine';
$strBufferReadMissesInPercent = 'Lugemis vigasid %';
$strBufferReadMisses = 'Lugemis vigasid';
$strBufferWriteWaitsInPercent = 'Kirjutamine ootab %';
$strBufferWriteWaits = 'Kirjutamine ootab';
$strBulgarian = 'Bulgaaria';
$strBusyPages = 'Hõivatud lehed';
$strBzError = 'phpMyAdmin ei suutnud pakkida seda andmebaasiväljundit kuna Bz2 moodul on vigane selles PHP versioonis. Me soovitame tungivalt oma phpMyAdmini konfiguratsioonifailis panna lipu <code>$cfg[\'BZipDump\']</code> väärtuseks <code>FALSE</code>. Kui te soovite kasutada Bz2 pakkimist peaksite te oma PHP versiooni uuendama viimasele versioonile. Lugege PHP vea %s raportit täpsemaks infoks.';
$strBzip = '"bzipitud"';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Pole võimalik Importida mooduleid (plugins), palun kontrolli seadeid!';
$strCannotLogin = 'Eei suuda MySQL serverisse logida';
$strCantLoad = 'ei suutnud lugeda moodulit %s,<br />palun kontrollige PHP konfiguratsiooni';
$strCantLoadRecodeIconv = 'Ei suuda lugeda iconv või recode moodulit mida on vaja tähetabeli konvertimiseks, konfigureerige PHP-d nii, et see sisaldaks antud mooduleid või keelake tähetabeli konvertimine phpMyAdminis.';
$strCantRenameIdxToPrimary = 'Ei suuda muuta indeksit PRIMAARSEKS!';
$strCantUseRecodeIconv = 'Ei suuda kasutada iconv-d või libiconvi või recode_string funktsiooni kuigi moodul on installitud Kontrollige oma PHP konfiguratsiooni.';
$strCardinality = 'Kasulikkus';
$strCaseInsensitive = 'tõstutundetu';
$strCaseSensitive = 'tõstutundlik';
$strCentralEuropean = 'Kesk-Euroopa';
$strChangeCopyModeCopy = '... hoia vana alles.';
$strChangeCopyModeDeleteAndReload = ' ... kustuta vana kasutajate tabelist ja taaslae privileegid pärast seda.';
$strChangeCopyModeJustDelete = ' ... kustuta vana kasutajate tabelist.';
$strChangeCopyMode = 'Loo uus kasutaja samade privileegidega ja ...';
$strChangeCopyModeRevoke = ' ... kanna kõik aktiivsed privileegid üle vanast ja kustuta see pärast.';
$strChangeCopyUser = 'Vaheta logimisinformatsiooni / Kopeeri kasutaja';
$strChangeDisplay = 'Vali väli mida kuvada';
$strChange = 'Muuda';
$strChangePassword = 'Muuda parooli';
$strCharsetOfFile = 'Faili tähetabel:';
$strCharsetsAndCollations = 'Tähetabelid ja määrangud';
$strCharsets = 'Tähetabelid';
$strCharset = 'Tähetabel';
$strCheckAll = 'Märgista kõik';
$strCheckOverhead = 'Kontrolli ülekulusid';
$strCheckPrivs = 'Kontrollige privileege';
$strCheckPrivsLong = 'Kontrolli privileege andmebaasile &quot;%s&quot;.';
$strCheckTable = 'Kontrolli tabelit';
$strChoosePage = 'Palun valige leht muutmiseks';
$strColComFeat = 'Näitan veeru kommentaare';
$strCollation = 'Määrang';
$strColumnNames = 'Väljade nimed';
$strColumnPrivileges = 'Väli-spetsiifilised privileegid';
$strCommand = 'Käsk';
$strCommentsForTable = 'KOMMENTAARID TABELILE';
$strComments = 'Kommentaarid';
$strCompatibleHashing = 'MySQL&nbsp;4.0-iga ühilduv';
$strCompleteInserts = 'Täispikk INSERT';
$strCompression = 'Pakkimine';
$strCompressionWillBeDetected = 'Imporditava faili pakkimise meetod leitakse automaatselt: %s';
$strConfigDefaultFileError = 'Pole võimalik laadida vaikimisi seadete faili: "%1$s"';
$strConfigFileError = 'phpMyAdmin ei suutnud lugeda Teie konfiguratsioonifaili!<br />See võib juhtuda kui PHP leiab vea selles või PHP ei leia antud faili üles.<br />Palun kutsuge konfiguratsioonifail välja otseselt kasutades linki allpool ja lugege PHP veateadet(eid) mis teile öeldakse. Enamustel juhtudel on kuskilt puudu ülakoma või semikoolon.<br />Kui Teile kuvatakse tühi leht on kõik korras.';
$strConfigureTableCoord = 'Palun seadke koordinaadid tabelile %s';
$strConnectionError = 'Ei saa ühendust: vigased seaded.';
$strConnections = 'Ühendused';
$strConstraintsForDumped = 'Piirangud salvestatud tabelitele';
$strConstraintsForTable = 'Piirangud tabelile';
$strCookiesRequired = 'Küpsised(cookies) peavad alates sellest momendist lubatud olema.';
$strCopyDatabaseOK = 'Andmebaas %s on kopeeritud %s';
$strCopy = 'Kopeeri';
$strCopyTable = 'Kopeeri tabel (andmebaas<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s on kopeeritud andmebaasi %s.';
$strCopyTableSameNames = 'Ei saa tabelit iseendasse kopeerida!';
$strCouldNotKill = 'phpMyAdmin ei suutnud katkestada protsessi %s. Tõenäoliselt on see juba suletud.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE enne kopeerimist';
$strCreateIndex = 'Loo indeks &nbsp;%s&nbsp;väljadest';
$strCreateIndexTopic = 'Loo uus indeks';
$strCreate = 'Loo';
$strCreateNewDatabase = 'Loo uus andmebaas';
$strCreateNewTable = 'Loo uus tabel andmebaasi %s';
$strCreatePage = 'Loo uus leht';
$strCreatePdfFeat = 'PDF-ide tegemine';
$strCreationDates = 'Loo/muuda/kontrolli kuupäevi';
$strCriteria = 'Kriteerium';
$strCroatian = 'Horvaatia';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV seaded';
$strCSVOptions = 'CSV seaded';
$strCyrillic = 'Kirillitsa';
$strCzechSlovak = 'Tsehhi-Slovaki';
$strCzech = 'Tsehhi';
 
$strDanish = 'Taani';
$strData = 'Andmed';
$strDatabase = 'Andmebaas';
$strDatabaseEmpty = 'Andmebaasi nimi on tühi!';
$strDatabaseExportOptions = 'Andmebaasi eksportimise seaded';
$strDatabaseHasBeenDropped = 'Andmebaas %s kustutatud.';
$strDatabaseNoTable = 'See andmebaas ei sisalda tabelit!';
$strDatabases = 'andmebaasid';
$strDatabasesDropped = 'andmebaasid %s kustutati õnnestunult.';
$strDatabasesStats = 'Andmebaaside statistika';
$strDatabasesStatsDisable = 'Keelake statistika';
$strDatabasesStatsEnable = 'Lubage statistika';
$strDatabasesStatsHeavyTraffic = 'Märkus: Lubades siin andmebaasi statistika võite tekitada väga koormava liikuse webiserveri ja MySQL-i vahel.';
$strDataDict = 'Andmesõnastik';
$strDataOnly = 'Ainult andmed';
$strDataPages = 'Lehed andmetega';
$strDBComment = 'Andmebaasi kommentaar: ';
$strDBCopy = 'Kopeeri andmebaas';
$strDBGContextID = 'Sisu ID';
$strDBGContext = 'Sisu';
$strDBGHits = 'Vajutusi';
$strDBGLine = 'Rida';
$strDBGMaxTimeMs = 'Max aeg, ms';
$strDBGMinTimeMs = 'Min aeg, ms';
$strDBGModule = 'Moodul';
$strDBGTimePerHitMs = 'Aeg/vajutus, ms';
$strDBGTotalTimeMs = 'Koguaeg, ms';
$strDbPrivileges = 'Andmebaas-spetsiifilised privileegid';
$strDBRename = 'Nimeta andmebaas ümber';
$strDbSpecific = 'andmebaasipõhine';
$strDefaultEngine = '%s on vaikimisi varundusmootor sellele MySQL serverile.';
$strDefault = 'Vaikimisi';
$strDefaultValueHelp = 'Vaikimisi väärtuse jaoks sisestage lihtsalt üksik väärtus, ilma kaldkriipsudega varjestamata ning jutumärkideta, kasutades järgmist kirjakuju: a';
$strDefragment = 'Defrgamenteeri tabel';
$strDelayedInserts = 'Kasuta ajastatud lisamisi';
$strDeleteAndFlushDescr = 'See on parim tee, kuid privileegide taaslaadimine võib võtta aega.';
$strDeleteAndFlush = 'Kustutage kasutajad ja taaslaadige privileegid pärast seda.';
$strDeleted = 'Rida kustutatud';
$strDeletedRows = 'Kustuta read:';
$strDelete = 'Kustuta';
$strDeleteNoUsersSelected = 'Ühtegi kasutajat pole valitud kustutamiseks!';
$strDeleting = 'Kustutan %s';
$strDelOld = 'Antud lehel on viiteid tabelitele mida enam ei ole. Kas te soovite kustutada need viited?';
$strDescending = 'Kahanev';
$strDescription = 'Kirjeldus';
$strDictionary = 'sõnaraamat';
$strDirtyPages = 'Mustad lehed';
$strDisabled = 'Keelatud';
$strDisableForeignChecks = 'Keela foreign keyde kontroll';
$strDisplayFeat = 'Kuva võimalused';
$strDisplayOrder = 'Näitamise järjekord:';
$strDisplayPDF = 'Näita PDF skeemi';
$strDoAQuery = 'Tee "päring näite järgi" (lühend: "%")';
$strDocu = 'Dokumentatsioon';
$strDoYouReally = 'Kas te tõesti tahate ';
$strDropDatabaseStrongWarning = 'Tähelepanu! Te HÄVITATE kogu andmebaasi!';
$strDrop = 'Kustuta';
$strDropUsersDb = 'Kustuta andmebaasid millel on samad nimed nagu kasutajatel.';
$strDumpingData = 'Tabeli andmete salvestamine';
$strDumpSaved = 'Väljavõte salvestati faili %s.';
$strDumpXRows = 'Päri %s rida alustades reast %s.';
$strDynamic = 'dünaamiline';
 
$strEdit = 'Muuda';
$strEditPDFPages = 'Muuda PDF lehti';
$strEditPrivileges = 'Muuda privileege';
$strEffective = 'Efektiivne';
$strEmptyResultSet = 'MySQL tagastas tühja tulemuse (s.t. null rida).';
$strEmpty = 'Tühjenda';
$strEnabled = 'Lubatud';
$strEncloseInTransaction = 'Lisa eksport ülekandesse';
$strEndCut = 'LÕPETA LÕIGE';
$strEnd = 'Lõpp';
$strEndRaw = 'LÕPETA PUHAS';
$strEngineAvailable = '%s on saadaval selles MySQL serveris.';
$strEngineDisabled = '%s on keelatud selles MySQL serveris.';
$strEngines = 'Mootor';
$strEngineUnsupported = 'See MySQL server ei toeta %s varundusmootorit.';
$strEnglish = 'Inglise';
$strEnglishPrivileges = ' Märkus: MySQL privileegide nimed on ingliskeelsed ';
$strErrorInZipFile = 'Viga ZIP arhiivis:';
$strError = 'Viga';
$strEscapeWildcards = 'Metamärgid _ ja % peaksid olema varjestatud märgiga \, kui soovite neid sisestada';
$strEsperanto = 'Esperanto';
$strEstonian = 'Eesti';
$strExcelEdition = 'Exceli versioon';
$strExcelOptions = 'Excel\'i seaded';
$strExecuteBookmarked = 'Käivita salvestatud päring';
$strExplain = 'Seleta SQL-i';
$strExport = 'Ekspordi';
$strExtendedInserts = 'Laiendatud lisamised';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Ebaõnnestunud üritused';
$strFieldHasBeenDropped = 'Väli %s kustutatud';
$strFieldsEmpty = ' Väljade loetelu on tühi! ';
$strFieldsEnclosedBy = 'Väljad ümbritsetud';
$strFieldsEscapedBy = 'Väljad varjatud';
$strFieldsTerminatedBy = 'Väljad eraldatud';
$strFields = 'Väljade arv';
$strField = 'Väli';
$strFileAlreadyExists = 'Fail %s on juba serveris olemas, muutke faili nime või kontrollige ülekirjutamise seadeid.';
$strFileCouldNotBeRead = 'Faili ei suudetud lugeda';
$strFileNameTemplateDescriptionDatabase = 'andmebaasi nimi';
$strFileNameTemplateDescription = 'Seda väärtust on tõlgendatud kasutades %1$sstrftime%2$s, sa võid kasutada sama aja(time) formaati. Lisaks tulevad ka järgnevad muudatused: %3$s. Ülejäänud teks jääb nii nagu ta on.';
$strFileNameTemplateDescriptionServer = 'serveri nimi';
$strFileNameTemplateDescriptionTable = 'tabeli nimi';
$strFileNameTemplate = 'Faili nime template';
$strFileNameTemplateRemember = 'jäta template meelde';
$strFileToImport = 'Imporditav Fail';
$strFixed = 'parandatud';
$strFlushPrivilegesNote = 'Märkus: phpMyAdmin võtab kasutajate privileegid otse MySQL privileges tabelist. Tabeli sisu võib erineda sellest, mida server hetkel kasutab, seda juhul kui olete käsitsi muudatusi teinud. Sellisel juhul peaksite te privileegid %staaslaadima%s enne jätkamist.';
$strFlushQueryCache = 'Tühjenda päringute vahemälu';
$strFlushTables = 'Tühjenda (sulge) kõik tabelid';
$strFlushTable = 'Ühtlusta tabelid ("FLUSH")';
$strFormat = 'Formaat';
$strFormEmpty = 'Puuduv väärtus vormis !';
$strFreePages = 'Vabad lehed';
$strFullText = 'Täistekstid';
$strFunction = 'Funktsioon';
 
$strGenBy = 'Genereerija ';
$strGeneralRelationFeat = 'Peamised seoste võimalused';
$strGenerate = 'Genereeri';
$strGeneratePassword = 'Genereeri parool';
$strGenTime = 'Tegemisaeg';
$strGeorgian = 'Gruusia';
$strGerman = 'Saksa';
$strGlobal = 'globaalne';
$strGlobalPrivileges = 'Globaalsed privileegid';
$strGlobalValue = 'Üldine väärtus';
$strGo = 'Mine';
$strGrantOption = 'Õigused';
$strGreek = 'Kreeka';
$strGzip = '"gzipitud"';
 
$strHandler = 'Töötleja';
$strHasBeenAltered = 'on muudetud.';
$strHasBeenCreated = 'on loodud.';
$strHaveToShow = 'Te peate valima vähemalt ühe veeru kuvamiseks';
$strHebrew = 'Heebrea';
$strHexForBinary = 'Kasuta 16nd koodi binaarväljades';
$strHome = 'Esileht';
$strHomepageOfficial = 'Ametlik phpMyAdmini koduleht';
$strHostEmpty = 'Masin on tühi!';
$strHost = 'Masin';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 ekspordi seaded';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 ekspordi seaded';
$strHungarian = 'Ungari';
 
$strIcelandic = 'Islandi';
$strId = 'ID';
$strIdxFulltext = 'Täistekst';
$strIgnoreDuplicates = 'Ignoreeri korduvaid ridasid';
$strIgnore = 'Ignoreeri';
$strIgnoreInserts = 'Kasutaja ignoreeritavaid lisamisi';
$strIgnoringFile = 'Jätan vahele faili %s';
$strImportDocSQL = 'docSQL failide importimine';
$strImportFiles = 'Importige failid';
$strImportFormat = 'Imporditud faili formaat';
$strImport = 'Import';
$strIndexes = 'Indeksid';
$strIndexHasBeenDropped = 'Indeks %s kustutatud';
$strIndex = 'Indeks';
$strIndexName = 'Indeksi nimi&nbsp;:';
$strIndexType = 'Indeksi tüüp&nbsp;:';
$strIndexWarningMultiple = 'Rohkem kui üks %s võti loodi väljale `%s`';
$strIndexWarningPrimary = 'PRIMARY ja INDEX võtmed ei tohiks mõlemad olla määratud väljale `%s`';
$strIndexWarningTable = 'Probleemid tabeli `%s` indeksitega';
$strIndexWarningUnique = 'UNIQUE ja INDEX ei tohiks mõlemad olla määratud väljale `%s`';
$strInnoDBAutoextendIncrement = 'Automaatne suurenduse laiendus';
$strInnoDBAutoextendIncrementDesc = ' Automaatselt suurenev suurus mis lisatakse automaatselt suurenevale tabeliruumile kui see täitub.';
$strInnoDBBufferPoolSizeDesc = 'Mälupuhvri suurus mida InnoDB kasutab oma andmete ja indeksite puhverdamiseks.';
$strInnoDBBufferPoolSize = 'Puhverdusala suurus';
$strInnoDBDataFilePath = 'Andmefailid';
$strInnoDBDataHomeDir = 'Andmete kodukataloog';
$strInnoDBDataHomeDirDesc = 'Ühine kataloogi nimeosa kõigi InnoDB andmefailide jaoks.';
$strInnoDBPages = 'lehti';
$strInnodbStat = 'InnoDB staatus';
$strInsecureMySQL = 'Teie konfiguratsioonifail sisaldab seadeid (root kasutaja ilma paroolita) mis vastab MySQL-i vaikimisi priviligeeritud kasutajale. Kui Teie MySQL-i server jookseb sellise seadega on ta avatud rünnakutele, soovitav on see turvaauk kiiresti parandada.';
$strInsertAsNewRow = 'Lisa uue reana';
$strInsertedRowId = 'Lisatud rea id:';
$strInsertedRows = 'Lisatud read:';
$strInsert = 'Lisa';
$strInsertNewRow = 'Lisa uus rida';
$strInternalNotNecessary = '* Sisene seos ei ole vajalik kui ta eksisteerib ka InnoDB-s.';
$strInternalRelations = 'Sisesed seosed';
$strInUse = 'kasutusel';
$strInvalidAuthMethod = 'Vigane autoriseerimise meetod konfiguratsioonifailis:';
$strInvalidColumnCount = 'Veergude arv peab olema nullist suurem.';
$strInvalidColumn = 'Vigased välja veerud (%s) valitud!';
$strInvalidCSVParameter = 'Vigane parameeter CSV importimisel: %s';
$strInvalidFieldAddCount = 'Peate lisama vähemalt ühe välja.';
$strInvalidFieldCount = 'Tabelil peab olema vähemalt üks väli.';
$strInvalidLDIImport = 'See plugin ei toeta pakitud importe!';
$strInvalidRowNumber = '%d ei ole õige reanumber.';
$strInvalidServerHostname = 'Vigane hostname serverile %1$s. Palun kontrolli seadeid.';
$strInvalidServerIndex = 'Vigane serveri indeks: "%s"';
 
$strJapanese = 'Jaapani';
$strJoins = 'Liited';
$strJumpToDB = 'Hüppa andmebaasile &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Kustutatud&quot; kasutajad võivad ikka veel ligi pääseda serverile, kuni privileegid pole uuesti sisse loetud.';
$strJustDelete = 'Lihtsalt kustutage kasutajad privilege tabelist.';
 
$strKeepPass = 'Ärge muutke parooli';
$strKeyCache = 'Võtme vahemälu';
$strKeyname = 'Võtme nimi';
$strKill = 'Tapa';
$strKorean = 'Korea';
 
$strLandscape = 'Laipilt';
$strLanguageFileNotFound = 'Ei leia keele fail "%1$s" .';
$strLanguageUnknown = 'Tundmatu keel: %1$s.';
$strLatchedPages = 'Lukustatud lehed';
$strLatexCaption = 'Tabeli seletus';
$strLatexContent = 'Tabeli __TABLE__ sisu';
$strLatexContinuedCaption = 'Jätkuva tabeli seletus';
$strLatexContinued = '(jätkub)';
$strLatexIncludeCaption = 'Lisa tabeli seletus';
$strLatexLabel = 'Nimetuse võti';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX\'i seaded';
$strLatexStructure = 'Tabeli __TABLE__ struktuur';
$strLatvian = 'Läti';
$strLDI = 'CSV kasutades LOAD DATA';
$strLDIImportOptions = 'Seaded CSV impordiks kasutades LOAD DATA';
$strLDILocal = 'kasuta LOCAL võtmesõna';
$strLengthSet = 'Pikkus/Väärtused*';
$strLimitNumRows = 'Ridade arv lehel';
$strLinesTerminatedBy = 'Read lõpetatud';
$strLinkNotFound = 'Linki ei leitud';
$strLinksTo = 'Lingib ';
$strLithuanian = 'Leedu';
$strLocalhost = 'Lokaalne';
$strLocationTextfile = 'tekstifaili asukoht';
$strLoginInformation = 'Logimise informatsioon';
$strLogin = 'Sisselogimine';
$strLogout = 'Logi välja';
$strLogPassword = 'Parool:';
$strLogServer = 'Server';
$strLogUsername = 'Kasutajanimi:';
$strLongOperation = 'See tegevus võib võtta kaua aega. Jätkan?';
 
$strMaxConnects = 'maks. parallel ühendusi';
$strMaximalQueryLength = 'Loodud päringu maksimaalne pikkus';
$strMaximumSize = 'Maksimaalne suurus: %s%s';
$strMbExtensionMissing = 'Ei leitud mbstring PHP lisa ja tundub, et te kasutate mitmebaidilist tähetabelit. Ilma mbstring lisata ei suuda phpMyAdmin poolitada teksti korrektselt ja tulemus võib olla ootustele mittevastav.';
$strMbOverloadWarning = 'Te olete lubanud mbstring.func_overload oma PHP konfiguratsioonis. See seade ei ühildu phpMyAdminiga ja võib osade andmete kadumist põhjustada!';
$strMIME_available_mime = 'Olemasolevad MIME-tüübid';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Kirjeldus';
$strMIME_MIMEtype = 'MIME-tüüp';
$strMIME_nodescription = 'Selle transformatsiooni jaoks ei ole kirjeldust.<br />Palun küsige autorilt, mida %s teeb.';
$strMIME_transformation = 'Browseri transformatsioon';
$strMIME_transformation_note = 'Transformatsiooni võimaluste ja tema MIME-tüübi transformatsiooni nimekirjaks vajutage %stransformatsiooni kirjeldusele%s';
$strMIME_transformation_options_note = 'Palun sisestage transformatsiooniks vajalikud väärtused, kasutades järgmist formaati: \'a\',\'b\',\'c\'...<br />Kui teil on vaja edastada kaldkriips ("\") või ülakoma ("\'") nende väärtuste seas, varjestage see tagurpidi kaldkriipsuga (näiteks \'\\\\xyz\' või \'a\\\'b\').';
$strMIME_transformation_options = 'Transformeerimise seaded';
$strMIMETypesForTable = 'MIME TÜÜBID TABELILE';
$strMIME_without = 'MIME-tüübid kursiivis ei oma eraldi transofrmatsiooni funktsiooni';
$strModifications = 'Muutused salvestatud';
$strModifyIndexTopic = 'Muuda indeksit';
$strModify = 'Muuda';
$strMoveTableOK = 'Tabel %s viidu üle andmebaasi %s.';
$strMoveTableSameNames = 'Ei saa tabelit iseendasse liigutada!';
$strMoveTable = 'Vii tabel üle (andmebaas<b>.</b>tabel):';
$strMultilingual = 'mitmekeelne';
$strMyISAMDataPointerSize = 'Andmeviida suurus';
$strMyISAMDataPointerSizeDesc = 'Vaikimisi viida suurus baitides, mida kasutatakse CREATE TABLE käsuga MyISAM tabelite jaoks kui MAX_ROWS seade on määramata.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Kui ajutine fail mida kasutatakse kiire MyISAM indeksi loomiseks on suurem kui kasutada siin määratud võtmecache suurust, siis eelistage võtmecache meetodit.';
$strMyISAMMaxExtraSortFileSize = 'Maksimaalne failisuurus ajutiste failide jaoks indeksi genereerimisel';
$strMyISAMMaxSortFileSizeDesc = 'Maksimaalne failisuurus MySQL-i ajutise faili jaoks mida kasutatakse MyISAM indeksi uuesti genereerimiseks (REPAIR TABLE, ALTER TABLE või LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksimaalne suurus ajutiste sorteeringufailide jaoks';
$strMyISAMRecoverOptions = 'Automaatne taastamine';
$strMyISAMRecoverOptionsDesc = 'Automaatne taastamine purunenud MyISAM tabelitele, aktiveeritakse võtmega --myisam-recover serveri käivitamisel.';
$strMyISAMRepairThreadsDesc = 'Kui see väärtus on suurem kui 1 siis MyISAM tabeli indeksid luuakse paralleelselt (iga indeks oma lõimus) sorteerimise teel parandamise ajal.';
$strMyISAMRepairThreads = 'Paranda lõimud';
$strMyISAMSortBufferSizeDesc = 'Puhver mis hõivatakse kui sorteeritakse MyISAM indekseid REPAIR TABLE ajal või kui luuakse indekseid CREATE INDEX või ALTER TABLE käskudega.';
$strMyISAMSortBufferSize = 'Sordi puhvri suurus';
$strMySQLCharset = 'MySQLi tähetabel';
$strMysqlClientVersion = 'MySQL kliendi versioon';
$strMySQLConnectionCollation = 'MySQL ühenduse kollatsioon';
$strMySQLSaid = 'MySQL ütles: ';
$strMySQLShowProcess = 'Näita protsesse';
$strMySQLShowStatus = 'Näita MySQL-i jooksvat informatsiooni';
$strMySQLShowVars = 'Näita MySQL süsteemseid muutujaid';
 
$strName = 'Nimi';
$strNext = 'Järgmine';
$strNoActivity = 'Ebaaktiivne %s sekundit või rohkem, palun sisenege uuesti';
$strNoDatabases = 'Pole andmebaase';
$strNoDatabasesSelected = 'Ühtegi andmebaasi ei ole valitud.';
$strNoDescription = 'pole kirjeldust';
$strNoDetailsForEngine = 'Detailne seisuinformatsioon antud varundusmootori kohta puudub.';
$strNoDropDatabases = '"DROP DATABASE" käsud keelatud.';
$strNo = 'Ei';
$strNoExplain = 'Jäta SQL-i seletamine vahele';
$strNoFilesFoundInZip = 'Ei leidnud ühtegi faili ZIP arhiivist!';
$strNoFrames = 'phpMyAdmin on sõbralikum <b>frame toetava</b> browseriga.';
$strNoIndex = 'Indeksit pole defineeritud!';
$strNoIndexPartsDefined = 'Indeksi osad pole defineeritud!';
$strNoModification = 'Ei muudetud';
$strNone = 'Pole';
$strNoOptions = 'Sellel formaadil pole seadeid';
$strNoPassword = 'Ilma paroolita';
$strNoPermission = 'Webiserver ei oma õigusi , et salvestada fail %s.';
$strNoPhp = 'ilma PHP koodita';
$strNoPrivileges = 'Ei oma ühtegi privileegi';
$strNoRights = 'Teil pole piisavalt õigusi, et hetkel siin olla!';
$strNoRowsSelected = 'Ridu pole valitud';
$strNoSpace = 'Liiga vähe kettaruumi, et salvestada fail %s.';
$strNoTablesFound = 'Andmebaasist ei leitud tabeleid.';
$strNoThemeSupport = 'Teemade tugi puudub, palun kontrollige oma seadeid ja/või oma teemade kataloogi %s.';
$strNothingToImport = 'Te ei sisestanud andmeid Importimiseks!';
$strNotNumber = 'See pole number!';
$strNotOK = 'Ei ole korras';
$strNotSet = '<b>%s</b> tabelit ei leitud või ei eksisteeri %s';
$strNoUsersFound = 'Ei leitud ühtegi kasutajat.';
$strNoValidateSQL = 'Jäta SQL-i kontroll vahele';
$strNull = 'Null';
$strNumberOfFields = 'Väljade arv';
$strNumSearchResultsInTable = '%s vaste(t) tabelis <i>%s</i>';
$strNumSearchResultsTotal = '<b>Kokku:</b> <i>%s</i> vaste(t)';
$strNumTables = 'Tabelid';
 
$strOK = 'Korras';
$strOpenNewWindow = 'Ava uus phpMyAdmin aken';
$strOperations = 'Tegevused';
$strOperator = 'Operaator';
$strOptimizeTable = 'Optimiseeri tabelit';
$strOr = 'või';
$strOverhead = 'Ülejääv';
$strOverwriteExisting = 'Kirjuta olemasolev(ad) fail(id) üle';
 
$strPageNumber = 'Lehenumber:';
$strPagesToBeFlushed = 'Lehed ühtlustamiseks';
$strPaperSize = 'Paberi suurus';
$strPartialImport = 'Osaline import';
$strPartialText = 'Lühendatud tekstid';
$strPasswordChanged = 'Kasutaja %s parool vahetati õnnestunult.';
$strPasswordEmpty = 'Parool on tühi!';
$strPasswordHashing = 'Parooli tärkimine';
$strPasswordNotSame = 'Paroolid ei ühti!';
$strPassword = 'Parool';
$strPdfDbSchema = 'Andmebaasi "%s" skeem - lehekülg %s';
$strPdfInvalidTblName = '"%s" tabel ei eksisteeri!';
$strPdfNoTables = 'Pole tabeleid';
$strPDFOptions = 'PDF seaded';
$strPDF = 'PDF';
$strPDFReportTitle = 'Raporti pealkiri';
$strPerHour = 'tunni kohta';
$strPerMinute = 'minutis';
$strPerSecond = 'sekundis';
$strPersian = 'Pärsia';
$strPhoneBook = 'telefoniraamat';
$strPHP40203 = 'Te kasutate PHP 4.2.3, milles on tõsine viga mitmebaidiste tekstidega (mbstring). Vaadake PHP vearaportit 19404. Seda PHP versiooni ei soovitata kasutada phpMyAdminiga.';
$strPhp = 'Loo PHP kood';
$strPHPVersion = 'PHP versioon';
$strPmaDocumentation = 'phpMyAdmini dokumentatsioon';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> konstant peab teie konfiguratsioonifailis määratud olema!';
$strPolish = 'Poola';
$strPortrait = 'Portreepilt';
$strPos1 = 'Algus';
$strPrevious = 'Eelmine';
$strPrimaryKeyHasBeenDropped = 'Primaarne võti kustutatud';
$strPrimaryKeyName = 'Primaarse võtme nimi peab olema... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>peab</b> olema ja <b>ainult</b> olema primaarse võtme nimi!)';
$strPrimary = 'Primaarne';
$strPrint = 'Prindi';
$strPrintViewFull = 'Trükivaade (täispikkade tekstidega)';
$strPrintView = 'Trükivaade';
$strPrivDescAllPrivileges = 'Sisaldab kõiki privileege peale GRANT.';
$strPrivDescAlter = 'Lubab muuta olemasolevate tabelite struktuure.';
$strPrivDescAlterRoutine = 'Lubabu salvestatud rutiinide muutmise ja kustutamise.';
$strPrivDescCreateDb = 'Lubab luua uusi andmebaase ja tabeleid.';
$strPrivDescCreateRoutine = 'Lubab salvestatud rutiinide loomise.';
$strPrivDescCreateTbl = 'Lubab luua uusi tabeleid.';
$strPrivDescCreateTmpTable = 'Lubab luua ajutisi tabeleid.';
$strPrivDescCreateUser = 'Lubab kasutajakontode loomise, kustutamise ja muutmise.';
$strPrivDescCreateView = 'Lubab uute vaadete loomist.';
$strPrivDescDelete = 'Lubab kustutada infot.';
$strPrivDescDropDb = 'Lubab kustuada andmebaase ja tabeleid.';
$strPrivDescDropTbl = 'Lubab kustutada tabeleid..';
$strPrivDescExecute5 = 'Lubab salvestatud rutiinide käivituse.';
$strPrivDescExecute = 'Lubab käivitada salvestatud protseduure; Ei oma mingit effekti antud MySQL versioonis.';
$strPrivDescFile = 'Lubab andmete eksportimist faili ja andmete importimist failidest.';
$strPrivDescGrant = 'Lubab lisada kasutajaid ja privileege ilma privileges tabelit taaskäivitamata.';
$strPrivDescIndex = 'Lubab luua ja kustutada indekseid.';
$strPrivDescInsert = 'Lubab lisada ja muuta infot.';
$strPrivDescLockTables = 'Lubab lukustada tabeleid aktiivse päringu tarbeks.';
$strPrivDescMaxConnections = 'Limiteerib ühenduste arvu tunnis kasutaja jaoks.';
$strPrivDescMaxQuestions = 'Limiteerib päringute arvu tunnis kasutaja jaoks.';
$strPrivDescMaxUpdates = 'Limiteerib käskude, mis muudavad suvalist tabelit või andmebaasi, arvu tunnis kasutaja jaoks';
$strPrivDescMaxUserConnections = 'Piirab ühenduste arvu mida kasutajal võib korraga olla.';
$strPrivDescProcess3 = 'Lubab tappa kasutajate protsesse.';
$strPrivDescProcess4 = 'Lubab vaadata täielikult päringuid protsessitabelis.';
$strPrivDescReferences = 'Ei oma antud MySQL versioonis mingit effekti.';
$strPrivDescReload = 'Lubab taaslaadida serveri seadmeid ja puhastada serveri cachet.';
$strPrivDescReplClient = 'Lubab kasutajal küsida kus on slaved/masterid.';
$strPrivDescReplSlave = 'Vajalik slavede paljundamiseks.';
$strPrivDescSelect = 'Lubab lugeda infot.';
$strPrivDescShowDb = 'Annab ligipääsu kogu andmebaasilistingule.';
$strPrivDescShowView = 'Lubab SHOW CREATE VIEW päringute käivitamise.';
$strPrivDescShutdown = 'Lubab serverit maha lasta.';
$strPrivDescSuper = 'Lubab ühenduda, isegi kui maksimaalne ühenduste arv on saavutatud; Vajalik enamike administratiivsete operatsioonide jaoks, nagu globaalsete muutujate seadmine või teiste kasutajate ühenduste tapmine.';
$strPrivDescUpdate = 'Lubab muuta infot.';
$strPrivDescUsage = 'Mitte ühtegi privileegi.';
$strPrivileges = 'Privileegid';
$strPrivilegesReloaded = 'Privileegid taaslaeti edukalt.';
$strProcesslist = 'Protsessinimekiri';
$strProtocolVersion = 'Protokolli versioon';
$strPutColNames = 'Pange väljade nimed esimesse ritta';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Päring näite järgi';
$strQueryCache = 'Päringute vahemälu';
$strQueryFrame = 'Päringuaken';
$strQueryOnDb = 'SQL-päring andmebaasist <b>%s</b>:';
$strQuerySQLHistory = 'SQL-ajalugu';
$strQueryStatistics = '<b>Päringu statistika</b>: Alates stardist, %s päringut on saadetud serverile.';
$strQueryTime = 'Päring kestis %01.4f sek';
$strQueryType = 'Päringu tüüp';
$strQueryWindowLock = 'Antud päringut mitte muuta väljaspool akent.';
 
$strReadRequests = 'Pöördumised lugemiseks';
$strReceived = 'Saadud';
$strRecords = 'Kirjeid';
$strReferentialIntegrity = 'Kontrolli pärinevust:';
$strRefresh = 'Uuenda';
$strRelationalSchema = 'Seoseskeem';
$strRelationNotWorking = 'Lisavõimalused töötamiseks lingitud tabelitega on deaktiveeritud. Et lugeda miks see nii on, vajutage %ssiia%s.';
$strRelationsForTable = 'SEOSED TABELILE';
$strRelations = 'Suhted';
$strRelationView = 'Pärinevuse vaade';
$strReloadingThePrivileges = 'Taaslaen privileege';
$strReloadMySQL = 'Taaslae MySQL';
$strRemoveSelectedUsers = 'Eemalda valitud kasutajad';
$strRenameDatabaseOK = 'Andmebaas %s on ümber nimetatud %s';
$strRenameTable = 'Nimeta tabel ümber';
$strRenameTableOK = 'Tabel %s on ümber nimetatud %s';
$strRepairTable = 'Paranda tabelit';
$strReplaceNULLBy = 'Asenda NULL ';
$strReplaceTable = 'Asenda tabeli andmed failiga';
$strReplication = 'Tiražeerimine';
$strReset = 'Tühista';
$strResourceLimits = 'Ressursilimiidid';
$strReType = 'Sisesta uuesti';
$strRevokeAndDeleteDescr = 'Kasutajatel on ikka veel USAGE privileeg, kuni privileegid pole taaslaetud.';
$strRevokeAndDelete = 'Eemalda kõik aktiivsed privileegid kasutajatelt ning kustuta nad pärast seda.';
$strRevokeMessage = 'Te võtsite tagasi privileegid %s-lt';
$strRevoke = 'Võta tagasi';
$strRomanian = 'Rumeenia';
$strRowLength = 'Rea pikkus';
$strRowsFrom = 'read alates';
$strRowSize = ' rea suurus ';
$strRowsModeFlippedHorizontal = 'horisontaalne (pööratud päis)';
$strRowsModeHorizontal = 'horisontaalselt';
$strRowsModeOptions = 'näita %s and korda pealkirju iga %s järel';
$strRowsModeVertical = 'vertikaalselt';
$strRows = 'Ridu';
$strRowsStatistic = 'Rea statistika';
$strRunning = 'jookseb masinas %s';
$strRunQuery = 'Lae päring';
$strRunSQLQueryOnServer = 'Käivita SQL käsk/käsud Masinas %s';
$strRunSQLQuery = 'Päri SQL päring(uid) andmebaasist %s';
$strRussian = 'Vene';
 
$strSaveOnServer = 'Salvestage serverisse kataloogi %s';
$strSave = 'Salvesta';
$strScaleFactorSmall = 'Skalaarfaktor on liiga väike, et skeem mahuks ühele lehele.';
$strSearchFormTitle = 'Otsi andmebaasist';
$strSearchInTables = 'Otsi tabeli(te)st:';
$strSearchNeedle = 'Sõna(d) või väärtus(ed) otsinguks (lühend: "%"):';
$strSearchOption1 = 'vähemalt üks sõnadest';
$strSearchOption2 = 'kõik sõnadest';
$strSearchOption3 = 'täpne fraas';
$strSearchOption4 = 'regulaaravaldisena';
$strSearch = 'Otsi';
$strSearchResultsFor = 'Otsingu tulemused "<i>%s</i>" %s:';
$strSearchType = 'Leia:';
$strSecretRequired = 'Konfiguratsioonifail nõuab nüüd salajast võtmesõna (blowfish_secret).';
$strSelectADb = 'Valige andmebaas';
$strSelectAll = 'Märgista kõik';
$strSelectBinaryLog = 'Valige binaarne logi vaatamiseks';
$strSelectFields = 'Vali väljad (vähemalt üks):';
$strSelectNumRows = 'päringus';
$strSelectTables = 'Vali tabelid';
$strSend = 'Salvesta failina';
$strSent = 'Saadetud';
$strServerChoice = 'Serveri valik';
$strServerNotResponding = 'Server ei vasta';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Ajastatud lisamised';
$strServerStatus = 'Jooksev informatsioon';
$strServerStatusUptime = 'See MySQL server on käinud %s. Käivitusaeg %s.';
$strServerTabProcesslist = 'Protsessid';
$strServerTabVariables = 'Muutujad';
$strServerTrafficNotes = '<b>Serveri liiklus</b>: Need tabelid näitavad võrguliikluse statistikat selle MySQL serveri jaoks alates tema käivitamisest.';
$strServerVars = 'Serveri muutujad ja seaded.';
$strServerVersion = 'Serveri versioon';
$strSessionValue = 'Sessiooni väärtus';
$strSetEnumVal = 'Kui välja tüüp on "enum" või "set", palun sisestage väärtused kasutades järgmist paigutust: \'a\',\'b\',\'c\'...<br />Kui te peate lisama kaldkriipsu ("\") või ülakoma ("\'") sinna paigutusse, varjestage see tagurpidi kaldkriipsuga (näiteks \'\\\\xyz\' või \'a\\\'b\').';
$strShowAll = 'Näita kõiki';
$strShowColor = 'Näita värvi';
$strShowDatadictAs = 'Andmesõnastiku formaat';
$strShowFullQueries = 'Näita täispikkasid päringuid';
$strShowGrid = 'Näita võrgustiku';
$strShowingBookmark = 'Näitan järjehoidjat';
$strShowingRecords = 'Näita ridu';
$strShow = 'Näita';
$strShowOpenTables = 'Näita avatud tabeleid';
$strShowPHPInfo = 'Näita PHP informatsiooni';
$strShowSlaveHosts = 'Näita alluvaid(slave)';
$strShowSlaveStatus = 'Näita alluvate(slave) staatust';
$strShowStatusBinlog_cache_disk_useDescr = 'Ülekannete number mida kasutab ajutise binaar logi vahemälu kuid ületab binlog_cache_size suurust ja kasutatakse ajutist faili et salvestada ülekande Käske (päringuid).';
$strShowStatusBinlog_cache_useDescr = 'Ülekannete number mis kasutasid ajutist binaar logi vahemälu.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Ajutiste tabelite arv, loodud automaatselt serveri poolt, päringuid käivitades. Kui Created_tmp_disk_tables on suur, sa võid tahta suurendada tmp_table_size väärtust et olla mälul baseeruv mitte kettal.';
$strShowStatusCreated_tmp_filesDescr = 'Mitu ajutist faili mysqld on loonud.';
$strShowStatusCreated_tmp_tablesDescr = 'Ajutiste mälul baseeruvate tabelite arv, loodud automaatselt serveri poolt, päringuid käivitades.';
$strShowStatusDelayed_errorsDescr = 'Mitu rida on loodud käsuga INSERT DELAYED milles toimus viga (arvatavasti korduv võti).';
$strShowStatusDelayed_insert_threadsDescr = 'Mitu INSERT DELAYED töötleja (handler) lõimu on kasutuses. Iga erinev tabel mis kasutab INSERT DELAYED saab oma lõimu.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED ridasid loodud.';
$strShowStatusFlush_commandsDescr = 'FLUSH käskude arv.';
$strShowStatusHandler_commitDescr = 'Sisemiste COMMIT käskude arv.';
$strShowStatusHandler_deleteDescr = 'Mitu korda rida kustutati tabelist.';
$strShowStatusHandler_discoverDescr = 'MySQLi server võib küsida "NDB Cluster storage engine" (klaster salvestus mootor) kas ta teab tabelit etteantud nimega. Seda kutsutakse avastus(discovery). Handler_discover annab mitu korda on tabel leitud.';
$strShowStatusHandler_read_firstDescr = 'Mitu korda loeti esimene tulemus indeksist. Kui see on suur, see soovitab et server teeb palju täis indeksi skaneerimist; näitkes, SELECT col1 FROM foo, arvates et col1 indekseeritud.';
$strShowStatusHandler_read_keyDescr = 'Mitu korda loeti rida võtme järgi. Kui see on suur, see on hea näitaja et sinu päringud ja tabelid on korralikult indekseeritud.';
$strShowStatusHandler_read_nextDescr = 'Mitu korda saadi käsk lugeda võtme järgi järgmine rida. See on suurenev kui sa pärid indekseeritud piiratud välja või sa teed indeksi skaneerimist.';
$strShowStatusHandler_read_prevDescr = 'Mitu korda saadi käsk lugeda võtme järgi eelnev rida. See lugemise meetod on peamiselt kasutatud optimiseerimiseks ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Mitu korda saadi käsk lugeda kindel rida. See on suur kui sa teed palju päringuid mis vajavad tulemuse sorteerimist. Sa kasutad kindlasti päringuid mis vajavad MySQLi et skaneerida kogu tabelit või liited(joins) mis ei kasuta võtmeid korralikult.';
$strShowStatusHandler_read_rnd_nextDescr = 'Mitu korda saadi käsk lugeda järgmine rida andmefailist. See on suur kui sa teed palju tabeli skaneerimisi. Enamasti see soovitab et sinu tabelid pole korralikult indekseeritud või sinu päringud pole kirjutatud nii et võtta eeliseid sinu loodud indeksitest.';
$strShowStatusHandler_rollbackDescr = 'Mitu korda käivitati sisemine ROLLBACK lausung.';
$strShowStatusHandler_updateDescr = 'Mitu korda uuendati tabeli rida.';
$strShowStatusHandler_writeDescr = 'Mitu korda lisati uus rida tabelisse.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Mitu lehekülge sisaldab andmeid (puhast või musta).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Mitu lehekülge on mustad.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Mitu puhvri lehekülge on määratud puhastamisele.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Mitu puu lehekülge.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Mitu lukus lehte on InnoDB puhvris. Need lehed on hetkel lugemisel või kirjutamisel ja pole võimalik puhastada või kustutada mingil põhjusel.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Mitu lehte on hetkel kasutuses kuna nad reserveeritud nagu rea lukustus või kohanemisvõimeline indeks. Seda summat saab ka arvutada nii Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Kogu puhvris suurus, lehtedes.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Mitu InnoDB juhuslikku(random) ette-lugemisi on töös. See juhtub kui päring on skaneerida suur osa tabelist kuid juhuslikus järjekorras.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Mitu InnoDB järjestikku ette-lugemisi on töös. See juhtub kui InnoDB teeb järjestikulist kogu tabeli skaneerimist.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Mitu loogilist lugemist InnoDB on teinud.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Mitu loogilist lugemist InnoDB polnud võimalik puhvris poolt rahuldada ja tegi üksiku lehe lugemise.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Tavaliselt, kirjutab InnoDB puhvri taustal. Kuid, kui vajalik kirjutada leht ja ühtegi puhast lehte pole saadaval, on vajalik oodata et lehed oleksid enne ühtlustatud. See This loendur loeb kõiki neid ootamisi. Kui puhvri suurus on seatud korralikult, se number peaks olema väike.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Mitu korda kirjutas InnoDB puhvrisse.';
$strShowStatusInnodb_data_fsyncsDescr = 'Mitu fsync() operatsiooni siiani.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Mitu hetkel ootel fsync() operatsiooni.';
$strShowStatusInnodb_data_pending_readsDescr = 'Mitu ootel lugemist.';
$strShowStatusInnodb_data_pending_writesDescr = 'Mitu ootel kirjutamist.';
$strShowStatusInnodb_data_readDescr = 'Suurus kui palju andmeid on loetud siiani, baitides.';
$strShowStatusInnodb_data_readsDescr = 'Mitu korda loetud.';
$strShowStatusInnodb_data_writesDescr = 'Mitu korda andmeid kirjutati.';
$strShowStatusInnodb_data_writtenDescr = 'Suurus palju andmeid on kirjutatud, baitides.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Mitu korda tehti topeltkirjutamist ja mitu lehte on kirjutatud just sellel põhjusel.';
$strShowStatusInnodb_dblwr_writesDescr = 'Mitu korda tehti topeltkirjutamise kirjutamist ja mitu lehte on kirjutatud just sellel põhjusel.';
$strShowStatusInnodb_log_waitsDescr = 'Mitu ootamist on olnud sellepärast et logi puhver oli liiga väike ja pidi ootama enne ühtlustamist et jätkata.';
$strShowStatusInnodb_log_write_requestsDescr = 'Mitu logi kirjutamise soovi.';
$strShowStatusInnodb_log_writesDescr = 'Mitu füüsilist kirjutamist logi faili.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Mitu fsyncs kirjutamist tehtud logi faili.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Mitu ootel logi faili fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'ootel logifaili kirjutamisi.';
$strShowStatusInnodb_os_log_writtenDescr = 'Mitu baiti on kirjutatud logi faili.';
$strShowStatusInnodb_pages_createdDescr = 'Lehti loodud.';
$strShowStatusInnodb_page_sizeDescr = 'Sisse-kompileeritud InnoDB lehe suurus (vaikimisi 16KB). Paljud väärtused on loetud lehtedes; lehe suurus lubab neid lihtsalt arvutada baitidesse.';
$strShowStatusInnodb_pages_readDescr = 'Lehti loetud.';
$strShowStatusInnodb_pages_writtenDescr = 'Lehti kirjutatud.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Mitu rea lukustamist on hetkel ootel.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Keskimne aeg pärides rea lukustust, millisekundites.';
$strShowStatusInnodb_row_lock_timeDescr = 'Aeg mis on raisatud pärides rea lukustust, millisekundites.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksimaalne aeg pärides rea lukustust, millisekundites.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Mitu korda pidi rea lukustus ootama.';
$strShowStatusInnodb_rows_deletedDescr = 'Mitu rida kustutatud InnoDB tabelitest.';
$strShowStatusInnodb_rows_insertedDescr = 'Mitu rida lisati InnoDB tabelitesse.';
$strShowStatusInnodb_rows_readDescr = 'Mitu rida loetud InnoDB tabelitest.';
$strShowStatusInnodb_rows_updatedDescr = 'Mitu rida uuendati InnoDB tabelites.';
$strShowStatusKey_blocks_not_flushedDescr = 'Mitu võtme plokki on võtme vahemälus muutunud kui pole veel kettale kirjutatud. Tuntud nagu Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Mitu kasutamatta võtme plokki on võtme vahemälus. Sa saad kasutatda seda väärtust et teada saada kui palju võtme vahemälust on kasutuses.';
$strShowStatusKey_blocks_usedDescr = 'Mitu kasutatud plokki on võtme vahemälus. See väärtus näitab maksimaalse plokkide arvu mis on kunagi olnud kasutuses.';
$strShowStatusKey_read_requestsDescr = 'Mitu päringut et lugeda võtme plokk vahemälust.';
$strShowStatusKey_readsDescr = 'Mitu füüsilist lugemist lugeda võtme plokk kettalt. kui Key_reads on suur, siis sinu key_buffer_size näitaja on kindlasti väike. Vahemälus möödaminek on võimalik arvutada nii Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Mitu päringut et kirjutada võtme plokk vahemällu.';
$strShowStatusKey_writesDescr = 'Mitu füüsilist kirjutamist kirjutada võtme plokk kettale.';
$strShowStatusLast_query_costDescr = 'Viimase kompileeritud päringu arvuatud tulemus päringu optimiseerija vastu. Kasulik võrdlemaks erinevaid päringu plaane ühelt ja samalt päringult. Vaikimisi väärtus 0 tähendab et päring pole veel töödeldud.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Mitu rida on ootel INSERT DELAY päringutes.';
$strShowStatusOpened_tablesDescr = 'Mitu tabelit on avatud. Avatud tabeleid on palju siis sinu tabeli vahemälus kindlasti liiga väike.';
$strShowStatusOpen_filesDescr = 'Mitu faili on avatud.';
$strShowStatusOpen_streamsDescr = 'Mitu voogu on hetkel avatud (enamasti logimiseks).';
$strShowStatusOpen_tablesDescr = 'Mitu tabelit on hetkel avatud.';
$strShowStatusQcache_free_blocksDescr = 'Vabad mälu plokid päringute vahemälus.';
$strShowStatusQcache_free_memoryDescr = 'Vaba mälu päringute vahemälus.';
$strShowStatusQcache_hitsDescr = 'Leitud Puhvrist.';
$strShowStatusQcache_insertsDescr = 'Mitu päringut on lisatud vahemällu.';
$strShowStatusQcache_lowmem_prunesDescr = 'Mitu päringut kustutati puhvrist et vabastada mälu uutele päringutele. See informatsioon aitab sind päringute-puhvri suuruse seadistamisel. Päringute vahemälu kasutab viimati kasutatud strateegiat(LRU) et otsustada millised päringud eemaldada puhvrist.';
$strShowStatusQcache_not_cachedDescr = 'Mitu mitte-puhverdatud päringut (pole salvestatud vahemällu, või sõltuvalt query_cache_type sätetest mitte puhverdatud).';
$strShowStatusQcache_queries_in_cacheDescr = 'Mitu päringut on registreeritud vahemälus.';
$strShowStatusQcache_total_blocksDescr = 'Plokkide koguarv päringute vahemälus.';
$strShowStatusReset = 'Nulli';
$strShowStatusRpl_statusDescr = 'See staatus on tõrkekindel tiraþeerimine (failsafe replication) (pole veel kasutuses).';
$strShowStatusSelect_full_joinDescr = 'Liited(joins) mis ei kasuta indekseid. Kui see näitaja on 0, peaksid ettevaatlikult kontrollima oma tabelites indekseid.';
$strShowStatusSelect_full_range_joinDescr = 'Liidete arv mida kasutati piirkonna otsimisel eelistatud tabelist.';
$strShowStatusSelect_range_checkDescr = 'Ilma võtmeta liidete(joins) arv mis konrollivad peale igat rida võtme kasutamist. (Kui see pole 0 siis peaksid ettevaatlikult kontrollima oma tabelite indekseid.)';
$strShowStatusSelect_rangeDescr = 'Liidete arv mida kasutati esimese tabeli piirides. (Pole eriti kriitiline kui see on väga suur.)';
$strShowStatusSelect_scanDescr = 'Liidete arv mis tegid täielikku skaneerimist esimesest tabelist.';
$strShowStatusSlave_open_temp_tablesDescr = 'Ajutiste tabelite arv mis on hetkel avatud alam-lõimu(replication slave) poolt.';
$strShowStatusSlave_retried_transactionsDescr = 'Kogusumma (alates käivitamisest) mitu korda tiraþeerimise(replication) SQL alam-lõim(replication slave) proovis ülekandeid.';
$strShowStatusSlave_runningDescr = 'Kui see on ON kui serveril on alam server(masin) mis on ühenduses masteriga.';
$strShowStatusSlow_launch_threadsDescr = 'Lõimude arv mis võtsid rohkem aega käivitamiseks kui slow_launch_time.';
$strShowStatusSlow_queriesDescr = 'Päringute arv mis võtsid rohkem aega kui long_query_time sekundites.';
$strShowStatusSort_merge_passesDescr = 'Edukate ühinemiste(merge) arv millega lühike algoritm on tegelenud. Kui see väärtuse on suur, sa peaksid mõtlema sort_buffer_size väärtuse suurendamist.';
$strShowStatusSort_rangeDescr = 'Sorteerimiste arv mis on tehtud piirkonna ulatuses.';
$strShowStatusSort_rowsDescr = 'Sorteritud ridade arv.';
$strShowStatusSort_scanDescr = 'Sorteerimiste arv mis on tehtud tabeli skaneerimist kasutades.';
$strShowStatusTable_locks_immediateDescr = 'Mitu korda tabeli lukustus jõustus koheselt.';
$strShowStatusTable_locks_waitedDescr = 'Mitu korda tabeli lukustus ei jõustunud koheselt ja pandi ootele. Kui see on suur ja jõudlusega on probleeme, sa peaksid optimiseerima oma päringuid või poolitama oma tabelid või kasutama tiraþeerimist(replication).';
$strShowStatusThreads_cachedDescr = 'Lõimude arv Lõimude vahemälus. Vahemälu kasutamist(hit) on võimalik arvutada nii Threads_created/Connections. Kui see on punane paksid suurendama thread_cache_size suurust.';
$strShowStatusThreads_connectedDescr = 'Hetkel avatud ühendusi.';
$strShowStatusThreads_createdDescr = 'Lõimude arv mis on loodud ühenduste haldamiseks. Kui Threads_created on suur siis suurenda thread_cache_size väärtust. (Tavaliselt see ei anna märgatavat kiiruse tõusu kui Lõimude teostus on korralik.)';
$strShowStatusThreads_runningDescr = 'Lõimude arv mis mis hetkel ei maga.';
$strShowTableDimension = 'Näita tabelite dimensiooni';
$strShowTables = 'Näita tabeleid';
$strShowThisQuery = ' Näita päringut siin uuesti ';
$strSimplifiedChinese = 'Lihtsustatud Hiina';
$strSingly = '(üksikult)';
$strSize = 'Suurus';
$strSkipQueries = 'Käske (päringuid) mida algusest vahele jätta';
$strSlovak = 'Slovaki';
$strSlovenian = 'Sloveenia';
$strSocketProblem = '(või kohaliku MySQL serveri soketid ei ole korrektselt seadistatud)';
$strSortByKey = 'Sorteeri võtme järgi';
$strSorting = 'Järjestamine';
$strSort = 'Sorteeri';
$strSpaceUsage = 'Ruumivõtt';
$strSpanish = 'Hispaania';
$strSplitWordsWithSpace = 'Sõnad on eraldatud tühikuga (" ").';
$strSQLExportCompatibility = 'SQL ekspordiga ühilduvus';
$strSQLExportType = 'Ekspordi tüüp';
$strSQLOptions = 'SQL seaded';
$strSQLParserBugMessage = 'On võimalus, et te leidsite vea SQL parseris. Palun kontrollige oma päringut täpsemalt ja kontrollige, et jutumärgid/ülakomad oleks korrektselt lõpetatud. Veel on võimalik, et te loete sisse faili kus on binaarne info väljaspool varjestatud tekstiala. Samuti võiksite te proovida oma päringut MySQLi käsureal. MySQLi viga väljastatakse päringu all, kui seal tõesti on mõni viga, siis see võib aidata teil leida vea algpõhjuseid. Kui teil on peale seda ikka veel probleeme või kui mu parser keeldub töötamast ning MySQL käsurida töötab, siis palun vähendage oma päringuid üksiku päringuni, mis põhjustab probleeme ja sisestage vea raport koos viga põhjustanud päringuga LÕIGET sektsioonis allpool:';
$strSQLParserUserError = 'Tundub, et teie SQL päringus on viga. MySQLi serveri error peaks ilmuma allpool, kui seal on midagi, siis peaks see teil aitama leia vea põhjust.';
$strSQLQuery = 'SQL-päring';
$strSQLResult = 'SQL tulemus';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Vigane identifikaator';
$strSQPBugUnclosedQuote = 'Sulgemata jutumärk/ülakoma';
$strSQPBugUnknownPunctuation = 'Tundmatu suunav tekst';
$strStatCheckTime = 'Viimane vaatamine';
$strStatCreateTime = 'Loodud';
$strStatement = 'Parameerid';
$strStatUpdateTime = 'Viimane muudatus';
$strStatus = 'Staatus';
$strStorageEngines = 'Varundusmootorid';
$strStorageEngine = 'Varundusmootor';
$strStrucCSV = 'CSV andmed';
$strStrucData = 'Struktuur ja andmed';
$strStrucDrop = 'Lisa DROP TABLE';
$strStrucExcelCSV = 'CSV MS Exceli jaoks';
$strStrucNativeExcel = 'Loomulikud MS Exceli andmed';
$strStrucOnly = 'Ainult struktuur';
$strStructPropose = 'Soovita tabeli struktuuri';
$strStructure = 'Struktuur';
$strSubmit = 'Vali';
$strSuccess = 'Teie SQL päring täideti edukalt';
$strSum = 'Summa';
$strSwedish = 'Rootsi';
$strSwitchToDatabase = 'Mine kopeeritud andmebaasile';
$strSwitchToTable = 'Mine üle kopeeritud tabelile';
 
$strTableAlreadyExists = 'tabel %s on juba olemas!';
$strTableComments = 'Tabeli kommentaarid';
$strTableEmpty = 'Tabeli nimi on tühi!';
$strTableHasBeenDropped = 'Tabel %s kustutatud';
$strTableHasBeenEmptied = 'Tabel %s tühjendatud';
$strTableHasBeenFlushed = 'Tabel %s ühtlustatud';
$strTableMaintenance = 'Tabeli hooldus';
$strTableOfContents = 'Sisukord';
$strTableOptions = 'Tabeli seaded';
$strTables = '%s tabel(it)';
$strTableStructure = 'Struktuur tabelile';
$strTable = 'Tabel';
$strTableType = 'Tabeli tüüp';
$strTakeIt = 'võta see';
$strTblPrivileges = 'Tabel-spetsiifilised privileegid';
$strTempData = 'Ajutised andmed ';
$strTextAreaLength = ' Oma suuruse tõttu<br /> võib see väli olla mittemuudetav ';
$strThai = 'Tai';
$strThemeNoPreviewAvailable = 'Eelvaade pole saadaval.';
$strTheme = 'Teema / Stiil';
$strThisHost = 'Antud host';
$strThisNotDirectory = 'See ei olnud kataloog';
$strThreads = 'Lõimud';
$strThreadSuccessfullyKilled = 'Protsess %s katkestati edukalt.';
$strTime = 'Aeg';
$strTimeoutInfo = 'Eelmine Import aegus, peale uuesti postitamist jätkub asukohast %d.';
$strTimeoutNothingParsed = 'Kuigi viimasel laadimisel andmeid ei töödeldud, see tähendab enamasti et phpMyAdmin pole võimeline Importi lõpetama, kui sa php skripti aega ei pikenda.';
$strTimeoutPassed = 'Skripti ajalimiit on ületatud, kui soovid importimist jätkata, palun lae sama fail uuesti ja import jätkub.';
$strToggleScratchboard = 'vaheta märkmetahvlit';
$strTotal = 'kokku';
$strTotalUC = 'Kokku';
$strTraditionalChinese = 'Traditsionaalne Hiina';
$strTraditionalSpanish = 'Traditsionaalne Hispaania';
$strTraffic = 'Liiklus';
$strTransactionCoordinator = 'Ülekande kordinaator';
$strTransformation_application_octetstream__download = 'Näita linki millega laadida alla välja binaarne info. Esimene seade on binaarse faili nimi. Teine seade on võimalik väljanimi tabelis mis sisaldab failinime. Kui te määrate teise seade siis peab esimene seade olema tühi tekst';
$strTransformation_application_octetstream__hex = 'Kuvab andmed 16nd süsteemis.';
$strTransformation_image_jpeg__inline = 'Kuvab lingitud väikepildi; seaded: laius,kõrgus pikslites (hoiab alles originaalpildi laiuse-kõrguse suhte)';
$strTransformation_image_jpeg__link = 'Kuvab lingi sellele pildile (otsene binaarne allalaadimine, jne.).';
$strTransformation_image_png__inline = 'Vaata image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Võtab TIME, TIMESTAMP või DATETIME tüüpi välja ja teisendab selle Teie lokaalse ajaseade järgi. Esimene seade on lisa (tundides) , mis lisatakse ajale (vaikimisi: 0). Teine seade on teistsugune ajamäärang vastavalt PHP strftime() funktsioonile.';
$strTransformation_text_plain__external = 'AINULT LINUXILE: Käivitab välise aplikatsiooni ja annab talle standard sisendisse ette välja sisu. Tagastab aplikatsiooni standard väljundi. Vaikimisi on selleks Tidy, et kuvada ilusti formaaditud HTML koodi. Turvariskide maandamiseks peate te käsitsi muutma faili libraries/transformations/text_plain__external.inc.php ja lisama sinna programmid mida te lasete käivitada. Esimene seade on siis kasutatava programmi number, teine seade on programmi parameetrid. Kui kolmas seade on 1 siis töödeldakse väljund funktsiooniga htmlspecialchars() (vaikimisi 1). Kui neljas seade on 1 pannakse NOWRAP sisu lahtrile nii, et kogu väljund kuvatakse ilma formaati muutmata(vaikimisi 1)';
$strTransformation_text_plain__formatted = 'Hoiab alles originaalset välja formaati. Ei varjestata.';
$strTransformation_text_plain__imagelink = 'Kuvab pildi ja lingi, väli sisaldab failinime; esimene seade on eelnev tekst nagu "http://domain.com/", teine seade on laius pikslites, kolmas on kõrgus.';
$strTransformation_text_plain__link = 'Kuvab lingi, väli sisaldab failinime; esimene seade on eelnev tekst näiteks "http://domain.com/", teine seade on nimi lingile.';
$strTransformation_text_plain__sql = 'Vormib SQL päringu tekstiks esile tõstetuna.';
$strTransformation_text_plain__substr = 'Näitab ainult osa tekstist. Esimene seade on määrang kust positsioonilt teie teksti kuva hakkab.(vaikimisi 0). Teine seade on kuipalju teksti tagastatakse, kui see tühjaks jätta, tagastatakse kogu allesjäänud tekst. Kolmas seade defineerib mis tekst lisatakse väljundi lõppu kui saadud tekst tagastatakse. (vaikimisi: ...) .';
$strTruncateQueries = 'Lühenda näidatavad päringud';
$strTurkish = 'Türgi';
$strType = 'Tüüp';
 
$strUkrainian = 'Ukraina';
$strUncheckAll = 'Puhasta kõik';
$strUnicode = 'Unikaalne';
$strUnique = 'Unikaalne';
$strUnknown = 'tundmatu';
$strUnselectAll = 'Puhasta kõik';
$strUnsupportedCompressionDetected = 'Proovisid laadida faili tundmatu pakkimisega (%s). Võimalik et toetus ei ole veel lisatud või on sinu seadetes keelatud.';
$strUpdatePrivMessage = 'Te uuendasite privileege %s-l.';
$strUpdateProfileMessage = 'Profiil uuendatud.';
$strUpdateQuery = 'Uuenda päringut';
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';
$strUpgrade = 'Te peaksite uuendama %s -i versioonini %s või uuemaks.';
$strUploadLimit = 'Te kindlasti proovisite laadida liiga suurt faili. Palun uuri dokumentatsiooni %sdocumentation%s selle limiidi seadmiseks.';
$strUsage = 'Kasutus';
$strUseBackquotes = 'Kasutage tagurpidi kaldkriipse tabelites või tabelinimedes';
$strUsedPhpExtensions = 'Kasutatud PHP laiendid';
$strUseHostTable = 'Kasuta host tabelit';
$strUserAlreadyExists = 'Kasutaja %s on juba olemas!';
$strUserEmpty = 'Kasutajanimi on tühi!';
$strUser = 'Kasutaja';
$strUserName = 'Kasutajanimi';
$strUserNotFound = 'Valitud kasutajat ei leitud privileegide tabelist.';
$strUserOverview = 'Kasutaja ülevaade';
$strUsersDeleted = 'Valitud kasutajad on õnnestunult kustutatud.';
$strUsersHavingAccessToDb = 'Kasutajad kellel on ligipääs &quot;%s&quot;';
$strUseTabKey = 'Kasutage TAB klahvi, et liikuda ühelt väärtuselt teisele või CTRL+nool, et liikuda noole suunas';
$strUseTables = 'Kasuta tabeleid';
$strUseTextField = 'Kasutage tekstivälja';
$strUseThisValue = 'Kasuta seda väärtust';
 
$strValidateSQL = 'Kontrolli SQL-i';
$strValidatorError = 'SQL-i valideerijat ei suudetud avada. Palun kontrollige, et te olete installinud vastavad php moodulid nagu on kirjeldatud %sdokumentatsioonis%s.';
$strValue = 'Väärtus';
$strVar = 'Muutuja';
$strVersionInformation = 'Versiooni info';
$strViewDumpDatabases = 'Näita andmebaaside sisu (skeemi)';
$strViewDumpDB = 'Vaata andmebaasi väljundit (skeemi)';
$strViewDump = 'Vaata tabeli väljundit (skeemi)';
$strViewHasBeenDropped = 'Vaade %s on kustutatud';
$strView = 'Vaade';
 
$strWebServerUploadDirectoryError = 'Kataloog mille Te üleslaadimiseks sättisite ei ole ligipääsetav';
$strWebServerUploadDirectory = 'webiserveri üleslaadimiskataloogi';
$strWelcome = 'Tere tulemast %s';
$strWestEuropean = 'Lääne-Euroopa';
$strWildcard = 'metamärk';
$strWindowNotFound = 'Vajaliku sirvija akent ei suudetud uuendada. Võibolla Te olete peaakna sulgenud või Teie sirvija ei luba akendevahelist suhtlist tänu turvaseadetele.';
$strWithChecked = 'Valitud:';
$strWriteRequests = 'Pöördumised kirjutamiseks';
$strWritingCommentNotPossible = 'Kommentaaride kirjutamine ei ole võimalik.';
$strWritingRelationNotPossible = 'Sõltuvuse kirjutamine ei ole võimalik';
$strWrongUser = 'Vale kasutajanimi/parool. Ligipääs keelatud.';
 
$strXML = 'XML';
 
$strYes = 'Jah';
 
$strZeroRemovesTheLimit = 'Märkus: Märkides antud seaded 0 (null) , eemaldate limiidi.';
$strZip = '"zipitud"';
 
// To translate:
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
 
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
 
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
 
$strSQLImportOptions = 'SQL options'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
 
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
 
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/finnish-iso-8859-1.inc.php
0,0 → 1,990
<?php
/* $Id: finnish-iso-8859-1.inc.php,v 2.124.2.4.4.1 2006/08/02 17:00:56 lem9 Exp $ */
 
/*
* Translated by Jouni Kähkönen, <address withdrawn>
* Previous translations by Visa Kopu, <visa@visakopu.net>
*
* Nov 2005: Several changes and fixes done (by Jouni Kähkönen)
* Toisinnon 2.7.0-dev käännöstyö valmis tänään 10.11.2005 kello 19:18
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('tavua', 'kt', 'Mt', 'Gt', 'Tt', 'Pt', 'Et');
 
$day_of_week = array('Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La');
$month = array('Tammi', 'Helmi', 'Maalis', 'Huhti', 'Touko', 'Kesä', 'Heinä', 'Elo', 'Syys', 'Loka', 'Marras', 'Joulu');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y klo %H:%M';
 
$timespanfmt = '%s päivää, %s tuntia, %s minuuttia ja %s sekuntia';
 
'Kertoo, kuinka monesti replikaation SQL-alisäie on uudelleen yrittänyt transkatioita kaikkiaan käynnistyksestä lähtien.';
 
$strAbortedClients = 'Keskeytetty';
$strAbsolutePathToDocSqlDir = 'Anna täydellinen polku docSQL-hakemistoon Internet-palvelimella';
$strAccessDeniedCreateConfig = 'Todennäköinen syy tälle on se, ettet ole luonut asetustiedostoa. Voit käyttää %1$sasetusskriptiä%2$s asetustiedoston luomiseen.';
$strAccessDeniedExplanation = 'phpMyAdmin yritti saada yhteyden MySQL-palvelimeen, mutta se torjui yhteyden. Tarkista palvelin, käyttäjänimi ja salasana config.inc.php-tiedostosta ja varmista, että ne vastaavat MySQL-palvelimen järjestelmänvalvojan antamia tietoja.';
$strAccessDenied = 'Pääsy kielletty';
$strAction = 'Toiminnot';
$strAddAutoIncrement = 'Lisää \'AUTO_INCREMENT\'-arvo';
$strAddConstraints = 'Lisää rajoitteet';
$strAddDeleteColumn = 'Lisää/poista sarakkeita';
$strAddDeleteRow = 'Lisää/poista hakuehtoja';
$strAddDropDatabase = 'Lisää \'DROP DATABASE\'';
$strAddedColumnComment = 'Lisätty kommentti sarakkeeseen';
$strAddedColumnRelation = 'Lisätty relaatio sarakkeeseen';
$strAddFields = 'Lisää %s kenttä(ä)';
$strAddHeaderComment = 'Lisää oma kommentti otsikkoon (\\n on rivinvaihto)';
$strAddIfNotExists = 'Lisää \'IF NOT EXISTS\'';
$strAddIntoComments = 'Lisää kommentteihin';
$strAddNewField = 'Lisää sarake';
$strAddPrivilegesOnDb = 'Lisää käyttöoikeudet seuraavaan tietokantaan';
$strAddPrivilegesOnTbl = 'Lisää käyttöoikeudet seuraavaan tauluun';
$strAddSearchConditions = 'Lisää hakuehtoja ("where"-lauseen sisältö):';
$strAddToIndex = 'Lisää indeksiin %s sarake(tta)';
$strAddUser = 'Lisää uusi käyttäjä';
$strAddUserMessage = 'Olet lisännyt uuden käyttäjän.';
$strAdministration = 'Pääkäyttäjyys';
$strAffectedRows = 'Kohdistettuja rivejä:';
$strAfterInsertBack = 'Takaisin';
$strAfterInsertNewInsert = 'Lisää uusi rivi';
$strAfterInsertNext = 'Muokkaa seuraavaa riviä';
$strAfterInsertSame = 'Palaa tälle sivulle';
$strAfter = 'Jälkeen sarakkeen: %s';
$strAll = 'Kaikki';
$strAllowInterrupt = 'Salli tuonnin keskeyttäminen, mikäli skripti huomaa ylittävänsä aikarajoituksen. Tätä kannattaa käyttää suurten tiedostojen tuomiseen; se voi kuitenkin aiheuttaa häiriöitä transaktioihin.';
$strAllTableSameWidth = 'Näytä kaikki taulut samanlevyisinä?';
$strAlterOrderBy = 'Järjestä taulu';
$strAnalyzeTable = 'Analysoi taulu';
$strAnd = 'Ja';
$strAndThen = 'ja sen jälkeen';
$strAnIndex = 'Sarakkeelle %s on lisätty indeksi';
$strAnyHost = 'Mikä tahansa palvelin';
$strAny = 'Mikä tahansa';
$strAnyUser = 'Mikä tahansa käyttäjä';
$strApproximateCount = 'Saattaa olla summittainen. Katso FAQ 3.11';
$strAPrimaryKey = 'Sarakkeelle %s on lisätty ensisijainen avain';
$strArabic = 'Arabialainen';
$strArmenian = 'Armenialainen';
$strAscending = 'Nouseva';
$strAtBeginningOfTable = 'Taulun alkuun';
$strAtEndOfTable = 'Taulun loppuun';
$strAttr = 'Attribuutit';
$strAutodetect = 'Määritä automaattisesti';
$strAutomaticLayout = 'Automaattinen ulkoasu';
 
$strBack = 'Takaisin';
$strBaltic = 'Baltilainen';
$strBeginCut = 'ALOITA CUT';
$strBeginRaw = 'ALOITA RAW';
$strBinary = 'Binääridata';
$strBinaryDoNotEdit = 'Binääridataa - älä muokkaa';
$strBinaryLog = 'Binääriloki';
$strBinLogEventType = 'Tapahtumatyyppi';
$strBinLogInfo = 'Informaatio';
$strBinLogName = 'Lokin nimi';
$strBinLogOriginalPosition = 'Alkuperäinen sijainti';
$strBinLogPosition = 'Sijainti';
$strBinLogServerId = 'Palvelimen ID';
$strBookmarkAllUsers = 'Anna kaikkien käyttäjien päästä käsiksi tähän kirjanmerkkiin';
$strBookmarkCreated = 'Kirjanmerkki %s luotu';
$strBookmarkDeleted = 'Tallennettu SQL-lause on poistettu.';
$strBookmarkLabel = 'Tunniste';
$strBookmarkQuery = 'Tallennettu SQL-lause';
$strBookmarkReplace = 'Korvaa saman niminen, olemassa oleva kirjanmerkki';
$strBookmarkThis = 'Tallenna SQL-lause';
$strBookmarkView = 'Näytä';
$strBrowseDistinctValues = 'Selaa erillisiä arvoja';
$strBrowseForeignValues = 'Selaa vieraita arvoja';
$strBrowse = 'Selaa';
$strBufferPoolActivity = 'Puskurisäiliön aktiivisuus';
$strBufferPool = "Puskurisäiliö";
$strBufferPoolUsage = "Puskurisäiliön käyttö";
$strBufferReadMisses = 'Epäonnistuneet lukuyritykset';
$strBufferReadMissesInPercent = 'Epäonnistuneet lukuyritykset: %';
$strBufferWriteWaitsInPercent = 'Kirjoitusviipeet: %';
$strBufferWriteWaits = 'Viive ennen kirjoitusta';
$strBulgarian = 'Bulgarialainen';
$strBusyPages = "Käytössä olevat sivut";
$strBzError = 'phpMyAdmin ei voinut pakata vedosta johtuen rikkinäisestä Bz2-laajennuksesta tässä php:n versiossa. On suositeltavaa asettaa <code>$cfg[\'BZipDump\']</code>-direktiivi phpMyAdminin konfigurointitiedostosta arvoksi <code>FALSE</code>. Jos haluat käyttää Bz2-pakkauksen toimintoja, sinun pitää päivittää uusimpaan php:n versioon. Katso lisätietoja php bug reportista: %s .';
$strBzip = '"bzip-pakattu"';
 
$strCalendar = 'Kalenteri';
$strCanNotLoadImportPlugins = 'Tuontiin tarvittavaa lisäosaa ei voida tuoda, tarkista asennuksen asetukset!';
$strCannotLogin = 'MySQL-palvelimelle ei voitu kirjautua sisään';
$strCantLoad = 'en voi ladata laajennusta %s,<br />ole hyvä, ja tarkista PHP:n asetukset';
$strCantLoadRecodeIconv = 'Merkistön konvertointiin tarvittavaa iconv- tai recode-laajennusta ei voitu ladata. Muokkaa PHP:n asetuksia ja salli näiden laajennusten käyttö tai muuta phpMyAdminin asetuksia niin ettei konvertointia suoriteta.';
$strCantRenameIdxToPrimary = 'Indeksiä ei voi muuttaa PRIMARY-nimiseksi!';
$strCantUseRecodeIconv = 'iconv-, libiconv- tai recode_string-funktioita ei voitu käyttää. Tarkista PHP:n asetukset.';
$strCardinality = 'Kardinaliteetti';
$strCaseInsensitive = 'Kirjainkoolla ei väliä';
$strCaseSensitive = 'Tarkka kirjainkoko';
$strCentralEuropean = 'Keskieurooppalainen';
$strChangeCopyModeCopy = '... säilytä vanha käyttäjä.';
$strChangeCopyModeDeleteAndReload = ' ... poista vanha käyttäjä käyttäjätauluista ja lataa käyttöoikeudet sen jälkeen uudelleen.';
$strChangeCopyModeJustDelete = ' ... poista vanha käyttäjä käyttäjätauluista.';
$strChangeCopyMode = 'Luo uusi käyttäjä samoilla käyttöoikeuksilla ja ...';
$strChangeCopyModeRevoke = ' ...peruuta kaikki aktiiviset käyttöoikeudet vanhalta käyttäjältä ja tuhoa se sen jälkeen.';
$strChangeCopyUser = 'Vaihda sisäänkirjautumistietoja / Kopioi käyttäjä';
$strChangeDisplay = 'Valitse näytettävä sarake';
$strChange = 'Muokkaa';
$strChangePassword = 'Vaihda salasanaa';
$strCharset = 'Merkistökoodaus';
$strCharsetOfFile = 'Tiedoston merkistö:';
$strCharsetsAndCollations = 'Merkistökoodaukset ja aakkosjärjestykset';
$strCharsets = 'Merkistöt';
$strCheckAll = 'Valitse kaikki';
$strCheckOverhead = 'Valitse käyttämättömät taulut'; //?
$strCheckPrivs = 'Hallitse käyttöoikeuksia';
$strCheckPrivsLong = 'Hallitse tietokannan &quot;%s&quot; käyttöoikeuksia.';
$strCheckTable = 'Tarkista taulu';
$strChoosePage = 'Valitse muokattava sivu';
$strColComFeat = 'Sarakkeiden kommentit näkyvissä';
$strCollation = 'Aakkosjärjestys';
$strColumnNames = 'Sarakkeiden nimet';
$strColumnPrivileges = 'Sarakekohtaiset käyttöoikeudet';
$strCommand = 'Komento';
$strCommentsForTable = 'KOMMENTIT TAULULLE';
$strComments = 'Kommentit';
$strCompatibleHashing = 'MySQL&nbsp;4.0 -yhteensopiva';
$strCompleteInserts = 'Kokonaiset insert-lauseet';
$strCompression = 'Pakkaus';
$strCompressionWillBeDetected = 'Seuraavat tiedostopakkausmuodot havaitaan automaattisesti: %s';
$strConfigDefaultFileError = 'En voi ladata oletusasetuksia kohteesta: "%1$s"';
$strConfigFileError = 'phpMyAdmin ei pysty lukemaan asetustiedostoa.<br />Tämä saattaa johtua virheestä, jonka PHP löysi tiedostosta tai tiedoston puuttumisesta.<br />Voit avata tiedoston allaolevasta linkistä ja lukea mahdolliset PHP-virheilmoituikset. Todennäköisimmin joltain riviltä puuttuu lainausmerkki tai puolipiste.<br />Jos linkistä avautuva sivu on tyhjä, asetustiedostosta ei löytynyt virhettä.';
$strConfigureTableCoord = 'Määrittele koordinaatit taululle %s';
$strConnectionError = 'En voi yhdistää: virheelliset asetukset.';
$strConnections = 'Yhteydenotot';
$strConstraintsForDumped = 'Rajoitteet vedostauluille';
$strConstraintsForTable = 'Rajoitteet taululle';
$strCookiesRequired = 'Selaimessa pitää olla cookietuki päällä tästä eteenpäin.';
$strCopyDatabaseOK = 'Tietokanta %s on kopioitu tietokannaksi %s';
$strCopy = 'Kopioi';
$strCopyTable = 'Kopioi taulu toiseen tauluun nimellä (tietokanta<b>.</b>taulu):';
$strCopyTableOK = 'Taulu %s on kopioitu nimelle %s.';
$strCopyTableSameNames = 'Taulua ei voida kopioida itseensä!';
$strCouldNotKill = 'phpMyAdmin ei voinut lopettaa säiettä %s (thread). Se on todennäköisesti jo suljettu.';
$strCreateDatabaseBeforeCopying = 'Suorita CREATE DATABASE ennen kopioimista';
$strCreateIndex = 'Luo &nbsp;%s:n sarakkeen indeksi';
$strCreateIndexTopic = 'Luo uusi indeksi';
$strCreate = 'Luo';
$strCreateNewDatabase = 'Luo uusi tietokanta';
$strCreateNewTable = 'Luo uusi taulu tietokantaan %s';
$strCreatePage = 'Luo uusi sivu';
$strCreatePdfFeat = 'PDF-tiedostojen luonti';
$strCreationDates = 'Luonti/päivitys/tarkistus -päiväykset';
$strCriteria = 'Hakuehdot';
$strCroatian = 'Kroaatti';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV-valinnat';
$strCSVOptions = 'CSV-valinnat';
$strCyrillic = 'Kyrillinen';
$strCzechSlovak = 'Tsekkoslovakialainen';
$strCzech = 'Tshekkiläinen';
 
$strDanish = 'Tanskalainen';
$strDatabaseEmpty = 'Tietokannan nimi on tyhjä!';
$strDatabaseExportOptions = 'Tietokannan tulostusvalinnat';
$strDatabaseHasBeenDropped = 'Tietokanta %s on pudotettu.';
$strDatabaseNoTable = 'Tämä tietokanta ei sisällä yhtään taulua!';
$strDatabasesDropped = '%s tietokantaa pudotettiin onnistuneesti.';
$strDatabasesStatsDisable = 'Poista tilastot käytöstä';
$strDatabasesStatsEnable = 'Ota tilastot käyttöön';
$strDatabasesStatsHeavyTraffic = 'Huom: Tietokantatilastojen käyttöönotto täältä käsin saattaa aiheuttaa runsaasti liikennettä Internet-palvelimen ja MySQL-palvelimen välillä.';
$strDatabasesStats = 'Tietokantatilastot';
$strDatabases = 'Tietokannat';
$strDatabase = 'Tietokanta';
$strData = 'Data';
$strDataDict = 'Datasanakirja';
$strDataOnly = 'Vain data';
$strDataPages = "Dataa sisältävät sivut";
$strDBComment = 'Tietokannan kommentti: ';
$strDBCopy = 'Luo tietokannasta toinen tietokanta nimellä:';
$strDBGContextID = 'Konteksti-ID';
$strDBGContext = 'Konteksti';
$strDBGHits = 'Osumat';
$strDBGLine = 'Rivi';
$strDBGMaxTimeMs = 'Maks. aika, ms';
$strDBGMinTimeMs = 'Min. aika, ms';
$strDBGModule = 'Moduuli';
$strDBGTimePerHitMs = 'Aika/osuma, ms';
$strDBGTotalTimeMs = 'Koko aika, ms';
$strDbPrivileges = 'Tietokantakohtaiset käyttöoikeudet';
$strDBRename = 'Muuta tietokannan nimi';
$strDbSpecific = 'tietokantakohtainen';
$strDefaultEngine = "%s on tämän MySQL-palvelimen oletusarvoinen tallennustilamoottori.";
$strDefault = 'Oletusarvo';
$strDefaultValueHelp = 'Syötä oletusarvoihin vain yksinäinen arvo (käyttämättä kenoviivamerkintöjä tai lainausmerkkejä) tässä muodossa: a';
$strDefragment = 'Eheytä taulu';
$strDelayedInserts = 'Käytä viivästettyjä insert-lauseita';
$strDeleteAndFlushDescr = 'Tämä on siivoin tapa, mutta käyttöoikeuksien lataaminen uudelleen saattaa kestää jonkin aikaa.';
$strDeleteAndFlush = 'Poista käyttäjät ja lataa käyttöoikeudet sen jälkeen uudelleen.';
$strDeleted = 'Rivi on poistettu';
$strDeletedRows = 'Poistetut rivit:';
$strDeleteNoUsersSelected = 'Yhtään käyttäjää ei valittu poistettavaksi!';
$strDelete = 'Poista';
$strDeleting = 'Poistetaan: %s';
$strDelOld = 'Nykyisellä sivulla on viittauksia tauluihin, joita ei enää ole olemassa. Haluatko poistaa nuo viittaukset?';
$strDescending = 'Laskeva';
$strDescription = 'Kuvaus';
$strDictionary = 'sanakirja';
$strDirtyPages = "Epäsiistit sivut";
$strDisabled = 'Pois päältä';
$strDisableForeignChecks = 'Älä käytä vieraiden avainten tarkistusta';
$strDisplayFeat = 'Ulkoasun asetukset';
$strDisplayOrder = 'Lajittelujärjestys:';
$strDisplayPDF = 'Näytä PDF-kaavio';
$strDoAQuery = 'Suorita "esimerkin mukainen kysely" (jokerimerkki: "%")';
$strDocu = 'Ohjeet';
$strDoYouReally = 'Oletko varma että haluat ';
$strDropDatabaseStrongWarning = 'Olet aikeissasi HÄVITTÄÄ kokonaisen tietokannan!';
$strDrop = 'Pudota';
$strDropUsersDb = 'Pudota (poista) tietokannat, joilla on sama nimi kuin käyttäjillä.';
$strDumpingData = 'Vedostetaan dataa taulusta';
$strDumpSaved = 'Vedos tallennettiin tiedostoon %s.';
$strDumpXRows = 'Tee vedos %s rivistä, alkaen rivistä: %s.';
$strDynamic = 'dynaaminen';
 
$strEdit = 'Muokkaa';
$strEditPDFPages = 'Muokkaa PDF-sivuja';
$strEditPrivileges = 'Muokkaa käyttöoikeuksia';
$strEffective = 'Varsinainen';
$strEmptyResultSet = 'MySQL palautti tyhjän vastauksen (ts. nolla riviä).';
$strEmpty = 'Tyhjennä';
$strEnabled = 'Päällä';
$strEncloseInTransaction = 'Lisää transaktio';
$strEndCut = 'LOPETA CUT';
$strEnd = 'Loppu';
$strEndRaw = 'LOPETA RAW';
$strEngineAvailable = "%s on käytettävissä tällä MySQL-palvelimella.";
$strEngineDisabled = "%s on otettu pois käytöstä tältä MySQL-palvelimelta.";
$strEngines = "Moottorit";
$strEngineUnsupported = "Tämä MySQL-palvelin ei tue %s-tallennustilamoottoria.";
$strEnglish = 'Englantilainen';
$strEnglishPrivileges = ' Huom! MySQL-käyttöoikeuksien nimet ovat englanniksi! ';
$strErrorInZipFile = 'Virhe ZIP-paketissa:';
$strError = 'Virhe';
$strEscapeWildcards = 'Jokerimerkkien _ ja % eteen on lisättävä \-merkki, jotta ne näkyisivät oikein';
$strEsperanto = 'Esperanto';
$strEstonian = 'Virolainen';
$strExcelEdition = 'Excel-muokkaus';
$strExcelOptions = 'Excel-valinnat';
$strExecuteBookmarked = 'Suorita kirjanmerkkeihin lisätty kysyntä';
$strExplain = 'Selitä SQL-lause';
$strExport = 'Vienti';
$strExtendedInserts = 'Yhteinen insert-lause';
$strExtra = 'Lisätiedot';
 
$strFailedAttempts = 'Epäonnistuneet yritykset';
$strFieldHasBeenDropped = 'Sarake %s on pudotettu';
$strField = 'Sarake';
$strFieldsEmpty = ' Sarakkeiden lukumäärä on nolla! ';
$strFieldsEnclosedBy = 'Sarakkeiden ympäröintimerkki';
$strFieldsEscapedBy = 'Koodinvaihtomerkki (escape)';
$strFields = 'Sarakkeet';
$strFieldsTerminatedBy = 'Sarakkeiden erotinmerkki';
$strFileAlreadyExists = 'Tiedosto %s on jo olemassa palvelimella, vaihda tiedostonimeä tai tarkista korvaus-asetuksen tila.';
$strFileCouldNotBeRead = 'Tiedostoa ei voida lukea';
$strFileNameTemplateDescriptionDatabase = 'tietokannan nimi';
$strFileNameTemplateDescriptionServer = 'palvelimen nimi';
$strFileNameTemplateDescriptionTable = 'taulukon nimi';
$strFileNameTemplateDescription = 'Tämä arvo on %1$sstrftime%2$s-funktion mukainen, joten voit käyttää ajanmuodostostukseen käytettyjä merkkijonoja. Lisäksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperäisenä.';
$strFileNameTemplateRemember = 'muista pohja';
$strFileNameTemplate = 'Tiedostonimen pohja';
$strFileToImport = 'Tuotava tiedosto';
$strFixed = 'kiinteä';
$strFlushPrivilegesNote = 'Huom: phpMyAdmin hakee käyttäjien käyttöoikeudet suoraan MySQL:n käyttöoikeustauluista. Näiden taulujen sisältö saattaa erota palvelimen käyttämistä käyttöoikeuksista, jos niihin on tehty muutoksia manuaalisesti. Tällöin sinun on %sladattava käyttöoikeudet uudestaan%s ennen kuin jatkat.';
$strFlushQueryCache = 'Tyhjennä kyselymuisti';
$strFlushTables = 'Tyhjennä (sulje) kaikki taulut';
$strFlushTable = 'Tyhjennä taulun välimuisti ("FLUSH")';
$strFormat = 'Muoto';
$strFormEmpty = 'Tarvittava tieto puuttuu lomakkeesta!';
$strFreePages = "Vapaat sivut";
$strFullText = 'Koko tekstit';
$strFunction = 'Funktio';
 
$strGenBy = 'Luontiympäristö';
$strGeneralRelationFeat = 'Yleiset relaatio-ominaisuudet';
$strGenerate = 'Luo';
$strGeneratePassword = 'Luo salasana';
$strGenTime = 'Luontiaika';
$strGeorgian = 'Georgialainen';
$strGerman = 'Saksalainen';
$strGlobal = 'globaali';
$strGlobalPrivileges = 'Globaalit käyttöoikeudet';
$strGlobalValue = 'Globaali arvo';
$strGo = 'Siirry';
$strGrantOption = 'Oikeus (Grant)';
$strGreek = 'Kreikkalainen';
$strGzip = '"gzip-pakattu"';
 
$strHandler = 'Käsittelijä';
$strHasBeenAltered = 'on muutettu.';
$strHasBeenCreated = 'on luotu.';
$strHaveToShow = 'Valitse vähintään yksi sarake';
$strHebrew = 'Hebrealainen';
$strHexForBinary = 'Näytä binäärikentät heksalukuina';
$strHome = 'Etusivu';
$strHomepageOfficial = 'phpMyAdminin kotisivut';
$strHostEmpty = 'Palvelimen nimi puuttuu!';
$strHost = 'Palvelin';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 -viennin valinnat';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 -viennin valinnat';
$strHungarian = 'Unkarilainen';
 
$strIcelandic = 'Islantilainen';
$strId = 'ID';
$strIdxFulltext = 'Koko teksti';
$strIgnoreDuplicates = 'Älä välitä kaksinkertaisista riveistä';
$strIgnoreInserts = 'Käytä IGNORE:a INSERT-komennoissa';
$strIgnore = 'Jätä huomiotta';
$strIgnoringFile = 'Jätetään tiedosto %s huolimatta';
$strImportDocSQL = 'Tuo docSQL-tiedostoja';
$strImportFiles = 'Tuo tiedostoja';
$strImportFormat = 'Tuotavan tiedoston muoto';
$strImportSuccessfullyFinished = 'Tuonti onnistui, %d kyselyä suoritettu.';
$strImport = 'Tuonti';
$strIndexes = 'Indeksit';
$strIndexHasBeenDropped = 'Indeksi %s on pudotettu';
$strIndex = 'Indeksi';
$strIndexName = 'Indeksin nimi:';
$strIndexType = 'Indeksin tyyppi:';
$strIndexWarningMultiple = 'Useampi kuin yksi %s-avain luotiin sarakkeelle `%s`';
$strIndexWarningPrimary = 'PRIMARY- ja INDEX-avaimia ei voi molempia asettaa sarakkeelle `%s`';
$strIndexWarningTable = 'Taulun `%s` indeksien kanssa on ongelmia';
$strIndexWarningUnique = 'UNIQUE- ja INDEX-avaimia ei voi molempia asettaa sarakkeelle `%s`';
$strInnoDBAutoextendIncrement = "Automaattisen laajentamisen koko";
$strInnoDBAutoextendIncrementDesc = "Laajentamiskoko automaattisesti suurenevan taulutilan koon laajentamiseksi sen täyttyessä.";
$strInnoDBBufferPoolSizeDesc = 'Muistipuskurin koko, jota InnoDB käyttää tauluissaan olevan datan ja indeksien siirtämiseen välimuistiin.';
$strInnoDBBufferPoolSize = 'Puskurisäiliön koko';
$strInnoDBDataFilePath = "Datatiedostot";
$strInnoDBDataHomeDir = "Datan kotihakemisto";
$strInnoDBDataHomeDirDesc = "Hakemistopolun yhteinen osa kaikille InnoDB-datatiedostoille.";
$strInnoDBPages = 'sivua';
$strInnodbStat = 'InnoDB:n tila';
$strInsecureMySQL = 'Asetustiedostosi käyttää asetuksia, jotka viittaavat MySQL:n oletusarvoiseen käyttäjään (root ilman salasanaa). Tällaisilla asetuksilla käytettäessä MySQL-palvelin on arka hyökkäyksille. Tämä tietoturvariski olisi syytä korjata pikimmiten!';
$strInsertAsNewRow = 'Lisää uutena rivinä';
$strInsertedRowId = 'Sijoitetun rivin id:';
$strInsertedRows = 'Lisätyt rivit:';
$strInsert = 'Lisää rivi';
$strInsertNewRow = 'Lisää uusi rivi';
$strInternalNotNecessary = '* Sisäistä relaatiota ei tarvita silloin, kun sellainen on jo InnoDB:ssä.';
$strInternalRelations = 'Sisäiset relaatiot';
$strInUse = 'käytössä';
$strInvalidAuthMethod = 'Asetuksissa on virheellinen todennustapa:';
$strInvalidColumnCount = 'Sarakkeiden lukumäärän on oltava enemmän suurempi kuin nolla.';
$strInvalidColumn = 'Virheellinen sarake (%s) määritelty!';
$strInvalidCSVFieldCount = 'Virheellinen kenttien määrä CSV-syötteessä rivillä %d.';
$strInvalidCSVFormat = 'Virheellinen muoto CSV-syötteessä rivillä %d.';
$strInvalidCSVParameter = 'Virheellinen parametri CSV-tuonnille: %s';
$strInvalidFieldAddCount = 'Sinun on lisättävä vähintään yksi kenttä.';
$strInvalidFieldCount = 'Taulussa täytyy olla vähintään yksi kenttä.';
$strInvalidLDIImport = 'Tämä lisäosa ei tue pakattujen tuontien käyttöä!';
$strInvalidRowNumber = '%d on virheellinen rivinumero.';
$strInvalidServerHostname = 'Virheellinen nimi palvelimelle %1$s. Tarkista asetukset.';
$strInvalidServerIndex = 'Virheellinen palvelinindeksi: "%s"';
 
$strJapanese = 'Japanilainen';
$strJoins = 'Liitokset';
$strJumpToDB = 'Hyppää tietokantaan &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Poistetut&quot; käyttäjät voivat edelleen päästä tavallisesti käsiksi palvelimeen, kunnes käyttöoikeudet on ladattu uudestaan.';
$strJustDelete = 'Poista käyttäjät vain käyttöoikeustauluista.';
 
$strKeepPass = 'Älä vaihda salasanaa';
$strKeyCache = 'Avainvälimuisti';
$strKeyname = 'Avaimen nimi';
$strKill = 'Lopeta';
$strKorean = 'Korealainen';
 
$strLandscape = 'Landscape';
$strLanguageFileNotFound = 'Kielitiedostoa "%1$s" ei löydy.';
$strLanguageUnknown = 'Tuntematon kieli: %1$s.';
$strLatchedPages = "Lukitut sivut";
$strLatexCaption = 'Taulun otsikko';
$strLatexContent = 'Taulun __TABLE__ sisältö';
$strLatexContinuedCaption = 'Jatkettu taulun otsikko';
$strLatexContinued = '(jatkuu)';
$strLatexIncludeCaption = 'Sisällytä taulun otsikko';
$strLatexLabel = 'Tunniste';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-valinta-asetukset';
$strLatexStructure = 'Taulun __TABLE__ rakenne';
$strLatvian = 'Latvialainen';
$strLDI = 'CSV käyttäen LOAD DATA:aa';
$strLDIImportOptions = 'Valinnat CSV-tuonnille käyttäen LOAD DATA:aa';
$strLDILocal = 'Käytä LOCAL-avainsanaa';
$strLengthSet = 'Pituus/Arvot*';
$strLimitNumRows = 'Rivejä sivua kohti';
$strLinesTerminatedBy = 'Rivien erotinmerkki';
$strLinkNotFound = 'Linkkiä ei löydy';
$strLinksTo = 'Linkitys sarakkeeseen:';
$strLithuanian = 'Liettualainen';
$strLocalhost = 'Paikallinen';
$strLocationTextfile = 'Tiedoston sijainti';
$strLoginInformation = 'Sisäänkirjautumistiedot';
$strLogin = 'Kirjaudu sisään';
$strLogout = 'Poistu';
$strLogPassword = 'Salasana:';
$strLogServer = 'Palvelin';
$strLogUsername = 'Käyttäjätunnus:';
$strLongOperation = "Tämä toimenpide saattaa kestää pitkään. Jatketaanko silti?";
 
$strMaxConnects = 'enim. yhtäaikaisia yhteyksiä';
$strMaximalQueryLength = 'Luotavan kyselyn enimmäispituus';
$strMaximumSize = 'Enimmäiskoko: %s%s';
$strMbExtensionMissing = 'PHP-laajennusta mbstring ei löytynyt ja vaikuttaa siltä, että käytät multibyte-merkistökoodausta. Ilman mbstring-laajennusta phpMyAdmin ei osaa jaotella merkkijonoja oikein, ja tämä saattaa johtaa odottamattomiin tuloksiin.';
$strMbOverloadWarning = 'PHP:n asetuksissa on "mbstring.func_overload" -valinta päällä. Tämä valinta ei sovi yhteen phpMyAdminin kanssa ja saattaa aiheuttaa jonkin datan hajoamiseen!';
$strMIME_available_mime = 'Mahdolliset MIME-tyypit';
$strMIME_available_transform = 'Mahdolliset muunnokset';
$strMIME_description = 'Kuvaus';
$strMIME_MIMEtype = 'MIME-tyyppi';
$strMIME_nodescription = 'Tälle muunnokselle ei ole saatavilla yhtään kuvausta.<br />Ole hyvä, ja kysy tekijältä, mitä %s tekee.';
$strMIME_transformation_note = 'Nähdäksesi luettelon saatavilla olevista muunnosvaihtoehdoista ja niiden MIME-tyyppien muunnoksista, paina %smuunnoksen kuvaukset%s-kohtaa';
$strMIME_transformation_options = 'Muunnosvaihtoehdot';
$strMIME_transformation_options_note = 'Syötä muunnosvalinnoille arvot käyttäen tätä formaattia: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai yksittäistä lainausmerkkiä ("\'"), lisää merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strMIME_transformation = 'Selaimen muunnos (transformation)';
$strMIMETypesForTable = 'MIME-TYYPIT TAULULLE';
$strMIME_without = 'MIME-tyypeillä, jotka on kursivoitu, ei ole erillistä muunnostoimintoa';
$strModifications = 'Muutokset tallennettu';
$strModifyIndexTopic = 'Muokkaa indeksiä';
$strModify = 'Muokkaa';
$strMoveTableOK = 'Taulu %s on siirretty %s.';
$strMoveTableSameNames = 'Taulua ei voi siirtää itseensä!';
$strMoveTable = 'Siirrä taulu toiseen tauluun (tietokanta<b>.</b>taulu):';
$strMultilingual = 'monikielinen';
$strMyISAMDataPointerSize = "Dataosoittimen koko";
$strMyISAMDataPointerSizeDesc = "Oletusarvoinen osoittimen koko tavuina, käytettäväksi CREATE TABLE -lauseen kanssa MyISAM-tauluissa, silloin kun MAX_ROWS-valintaa ei ole määritelty.";
$strMyISAMMaxExtraSortFileSizeDesc = "Jos MyISAM-indeksin nopeaan luomiseen käytetty väliaikaistiedosto on suurempi kuin avainvälimuistin käyttäminen täällä määritellyn määrän mukaisesti, on suositeltavampaa käyttää välimuistimetodia.";
$strMyISAMMaxExtraSortFileSize = "Enimmäiskoko väliaikaisille tiedostoille indeksin luonnissa";
$strMyISAMMaxSortFileSizeDesc = "MySQL-palvelimen käyttöön tarkoitettu väliaikaistiedoston suurin koko MyISAM-indeksien uudelleen latausta varten (REPAIR TABLE, ALTER TABLE tai LOAD ADTA INFILE -toimintojen aikana).";
$strMyISAMMaxSortFileSize = "Enimmäiskoko väliaikaisille lajittelutiedostoille";
$strMyISAMRecoverOptions = "Automaattinen palautuminen";
$strMyISAMRecoverOptionsDesc = "Kaatuneiden MyISAM-taulujen automaattisen palauttamisen tila sellaisenaan kuin se on asetettu \"--myisam-recover\" -nimisen palvelimenkäynnistysasetuksen kautta.";
$strMyISAMRepairThreadsDesc = "Jos tämä arvo on suurempi kuin 1, lajitteluprosessi luo MyISAM-tauluindeksit rinnakkain (kukin indeksi omaan säikeeseensä), kun käytetään Korjaa-toimintoa.";
$strMyISAMRepairThreads = "Korjaussäikeet"; //not "Korjaa säikeet"
$strMyISAMSortBufferSizeDesc = "Puskuri joka varataan käyttöön lajitellessa MyISAM-indeksejä REPAIR TABLE:n aikana tai luotaessa indeksejä toiminnolla CREATE INDEX tai ALTER TABLE.";
$strMyISAMSortBufferSize = "Lajittelupuskurin koko";
$strMySQLCharset = 'MySQL:n merkistö';
$strMysqlClientVersion = 'MySQL-asiakasversio';
$strMySQLConnectionCollation = 'MySQL-yhteyden aakkosjärjestys';
$strMySQLSaid = 'MySQL ilmoittaa: ';
$strMySQLShowProcess = 'Näytä prosessit';
$strMySQLShowStatus = 'Näytä MySQL:n ajonaikaiset tiedot';
$strMySQLShowVars = 'Näytä MySQL:n järjestelmämuuttujat';
 
$strName = 'Nimi';
$strNext = 'Seuraava';
$strNoActivity = 'Ollut toimettomana %s sekuntia tai enemmän. Kirjaudu sisään uudestaan.';
$strNoDatabases = 'Ei tietokantoja';
$strNoDatabasesSelected = 'Et valinnut yhtään tietokantaa.';
$strNoDescription = 'ei selitystä';
$strNoDetailsForEngine = "Tämän tallennustilamoottorin tilasta ei ole saatavilla tarkkoja tietoja.";
$strNoDropDatabases = '"DROP DATABASE"-lauseiden käyttö on estetty.';
$strNo = 'Ei';
$strNoExplain = 'Älä selitä SQL-lausetta';
$strNoFilesFoundInZip = 'ZIP-paketista ei löytynyt yhtään tiedostoa!';
$strNoFrames = 'phpMyAdmin toimii parhaiten <b>kehyksiä</b> tukevalla selaimella.';
$strNoIndex = 'Indeksiä ei ole määritelty!';
$strNoIndexPartsDefined = 'Indeksin osia ei ole määritelty!';
$strNoModification = 'Ei muutoksia';
$strNone = 'Ei mitään';
$strNoOptions = 'Tälle tiedostomuodolle ei ole valinta-asetuksia';
$strNoPassword = 'Ei mitään salasanaa';
$strNoPermission = 'Internet-palvelimella ei ole lupaa tallentaa tiedostoa %s.';
$strNoPhp = 'Kätke PHP-koodi';
$strNoPrivileges = 'Ei käyttöoikeuksia';
$strNoRights = 'Sinulla ei ole tarpeeksi oikeuksia!';
$strNoRowsSelected = 'Ei yhtään riviä valittu';
$strNoSpace = 'Liian vähän tilaa tiedoston %s tallentamiseen.';
$strNoTablesFound = 'Tietokannasta ei löytynyt yhtään taulua.';
$strNoThemeSupport = 'Ei tukea teemojen käyttöön. Tarkista konfiguraatiot ja/tai teemasi hakemistosta %s.';
$strNothingToImport = 'Et antanut mitään dataa tuotavaksi!';
$strNotNumber = 'Tämä ei ole numero!';
$strNotOK = 'Ei kunnossa';
$strNotSet = '<b>%s</b>-taulua ei löytynyt tai sitä ei ole määritelty %s-tiedostossa';
$strNoUsersFound = 'Käyttäjiä ei löytynyt.';
$strNoValidateSQL = 'Älä tarkista SQL-lausetta';
$strNull = 'Tyhjä';
$strNumberOfFields = 'Kenttien lukumäärä';
$strNumSearchResultsInTable = '%s hakutulosta taulussa <i>%s</i>';
$strNumSearchResultsTotal = '<b>Yhteensä:</b> <i>%s</i> hakutulosta';
$strNumTables = 'Taulut';
 
$strOK = 'Kunnossa';
$strOpenNewWindow = 'Avaa uusi phpMyAdmin-ikkuna';
$strOperations = 'Toiminnot';
$strOperator = 'Operaattori';
$strOptimizeTable = 'Optimoi taulu';
$strOr = 'Tai';
$strOverhead = 'Ylijäämä';
$strOverwriteExisting = 'Korvaa jo olemassa oleva(t) tiedosto(t)';
 
$strPageNumber = 'Sivunumero:';
$strPagesToBeFlushed = "Siistimistä vaativat sivut";
$strPaperSize = 'Paperin koko';
$strPartialImport = 'Osittainen tuonti';
$strPartialText = 'Osittaiset tekstit';
$strPasswordChanged = 'Salasanan vaihto käyttäjälle %s onnistui.';
$strPasswordEmpty = 'Salasana puuttuu!';
$strPasswordHashing = 'Salasanan hashaus';
$strPasswordNotSame = 'Salasanat eivät ole samat!';
$strPassword = 'Salasana';
$strPdfDbSchema = 'Kaavio tietokannasta "%s" - Sivu %s';
$strPdfInvalidTblName = 'Taulua "%s" ei löydy!';
$strPdfNoTables = 'Ei tauluja';
$strPDFOptions = 'PDF-valinnat';
$strPDF = 'PDF';
$strPDFReportTitle = 'Raportin otsikko';
$strPerHour = 'tunnissa';
$strPerMinute = 'minuutissa';
$strPerSecond = 'sekunnissa';
$strPersian = 'Persialainen';
$strPhoneBook = 'puhelinluettelo';
$strPHP40203 = 'Käytössäsi on PHP 4.2.3, joka sisältää vakavan vian monitavuisissa merkkijonoissa (mbstring). Katso PHP:n virheraportti 19404. Tätä PHP:n versiota ei suositella käytettäväksi phpMyAdminin kanssa.';
$strPhp = 'Näytä PHP-koodi';
$strPHPVersion = 'PHP:n versio';
$strPmaDocumentation = 'phpMyAdminin dokumentaatio';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> täytyy määritellä asetustiedostossa!';
$strPolish = 'Puolalainen';
$strPortrait = 'Pystytasossa';
$strPos1 = 'Alkuun';
$strPrevious = 'Edellinen';
$strPrimary = 'Ensisijainen';
$strPrimaryKeyHasBeenDropped = 'Ensisijainen avain on pudotettu';
$strPrimaryKeyName = 'Ensisijaisen avaimen nimenä pitää olla PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" saa olla <b>vain ja ainoastaan</b>ensisijaisen avaimen nimenä!)';
$strPrint = 'Tulosta';
$strPrintViewFull = 'Tulostusversio (kokonaisin tekstein)';
$strPrintView = 'Tulostusversio';
$strPrivDescAllPrivileges = 'Sisältää kaikki käyttöoikeudet paitsi GRANT.';
$strPrivDescAlterRoutine = 'Sallii talletettujen rutiinien muuntamisen ja poistamisen.';
$strPrivDescAlter = 'Sallii muuttaa nykyisten taulujen rakennetta.';
$strPrivDescCreateDb = 'Sallii uusien tietokantojen ja taulujen luomisen.';
$strPrivDescCreateRoutine = 'Sallii talletettujen rutiinien luomisen.';
$strPrivDescCreateTbl = 'Sallii uusien taulujen luomisen.';
$strPrivDescCreateTmpTable = 'Sallii väliaikaistaulujen luomisen.';
$strPrivDescCreateUser = 'Sallii käyttäjätilien luomisen, poistamisen ja uudelleen nimeämisen.';
$strPrivDescCreateView = 'Sallii uusien näkymisen luomisen.';
$strPrivDescDelete = 'Sallii datan poistamisen.';
$strPrivDescDropDb = 'Sallii tietokantojen ja taulujen pudottamisen.';
$strPrivDescDropTbl = 'Sallii taulujen pudottamisen.';
$strPrivDescExecute5 = 'Sallii talletettujen rutiinien suorittamisen.';
$strPrivDescExecute = 'Sallii talletettujen proseduurien suorittamisen; Ei vaikutusta tässä MySQL:än versiossa.';
$strPrivDescFile = 'Sallii datan tuomisen ja viemisen tiedostosta/tiedostoon.';
$strPrivDescGrant = 'Sallii käyttäjien ja käyttöoikeuksien lisäämisen lataamatta käyttöoikeustauluja uudestaan.';
$strPrivDescIndex = 'Sallii indeksien luomisen ja pudottamisen.';
$strPrivDescInsert = 'Sallii datan lisäämisen ja korvaamisen.';
$strPrivDescLockTables = 'Sallii taulujen lukitsemisen nykyiselle säikeelle (thread).';
$strPrivDescMaxConnections = 'Rajoittaa uusien yhteyksien määrän, jonka käyttäjä voi luoda tunnin aikana.';
$strPrivDescMaxQuestions = 'Rajoittaa kyselyjen lukumäärän, jonka käyttäjä voi lähettää palvelimelle tunnin aikana.';
$strPrivDescMaxUpdates = 'Rajoittaa käyttäjältä sellaisten komentojen suorittamisen lukumäärän tunnin aikana, jotka tekevät muutoksia tauluihin tai tietokantoihin.';
$strPrivDescMaxUserConnections = 'Asettaa rajan käyttäjän yhtäaikaisten yhteyksien lukumäärälle.';
$strPrivDescProcess3 = 'Sallii muiden käyttäjien prosessien lopettamisen.';
$strPrivDescProcess4 = 'Sallii kokonaisten kyselyjen näyttämisen prosessilistassa.';
$strPrivDescReferences = 'Ei vaikutusta tässä MySQL:än versiossa.';
$strPrivDescReload = 'Sallii palvelinasetusten uudelleen lataamisen ja palvelimen välimuistin tyhjentämisen.';
$strPrivDescReplClient = 'Antaa käyttäjälle oikeuden kysyä, missä ali-/pääpalvelimet ovat.';
$strPrivDescReplSlave = 'Tarvitaan replikaatio-alipalvelimia varten.';
$strPrivDescSelect = 'Sallii datan lukemisen.';
$strPrivDescShowDb = 'Sallii pääsyn kokonaiseen tietokantalistaan.';
$strPrivDescShowView = 'Sallii SHOW CREATE VIEW -kyselyjen suorittamisen.';
$strPrivDescShutdown = 'Sallii palvelimen sammuttamisen.';
$strPrivDescSuper = 'Sallii yhdistämisen silloinkin kun enimmäismäärä yhteyksiä on saavutettu; Tarvitaan useissa pääkäyttäjän toiminnoissa, kuten globaalien muuttujien asettamisessa ja muiden käyttäjien säikeiden (threads) lopettamisessa.';
$strPrivDescUpdate = 'Sallii datan muuttamisen.';
$strPrivDescUsage = 'Ei käyttöoikeuksia.';
$strPrivileges = 'Käyttöoikeudet';
$strPrivilegesReloaded = 'Käyttöoikeuksien uudelleen lataus onnistui.';
$strProcesslist = 'Prosessilista';
$strProtocolVersion = 'Protokollan versio';
$strPutColNames = 'Laita sarakkeiden nimet ensimmäiselle riville';
 
$strQBEDel = 'Poista';
$strQBE = 'Haku';
$strQBEIns = 'Lisää';
$strQueryCache = 'Kyselyvälimuisti';
$strQueryFrame = 'Kyselyikkuna';
$strQueryOnDb = 'Suorita SQL-lause tietokannassa <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historia';
$strQueryStatistics = '<b>Kyselytilastot</b>: Tälle palvelimelle on lähetetty viime käynnistyksestä lähtien %s kyselyä.';
$strQueryTime = 'kysely kesti %01.4f sek.';
$strQueryType = 'Kyselyn tyyppi';
$strQueryWindowLock = 'Älä korvaa tätä kyselyä ikkunan ulkopuolelta';
 
$strReadRequests = 'Hakupyynnöt';
$strReceived = 'Vastaanotettu';
$strRecords = 'Rivit';
$strReferentialIntegrity = 'Tarkista viitteiden eheys:';
$strRefresh = 'Päivitä';
$strRelationalSchema = 'Relaatioskeema';
$strRelationNotWorking = 'Relaatioihin ja linkitettyihin tauluihin liittyvät lisäominaisuudet ovat poissa päältä. Katso %stästä%s lisätietoja.';
$strRelationsForTable = 'RELAATIOT TAULULLE';
$strRelations = 'Relaatiot';
$strRelationView = 'Relaationäkymä';
$strReloadingThePrivileges = 'Ladataan käyttöoikeuksia uudelleen';
$strReloadMySQL = 'Käynnistä MySQL uudelleen';
$strRemoveSelectedUsers = 'Poista valitut käyttäjät';
$strRenameDatabaseOK = 'Tietokannan %s uusi nimi on nyt %s';
$strRenameTable = 'Nimeä taulu uudelleen';
$strRenameTableOK = 'Taulun %s nimi on nyt %s';
$strRepairTable = 'Korjaa taulu';
$strReplaceNULLBy = 'Korvaa NULL-merkki tällä:';
$strReplaceTable = 'Korvaa taulun nykyiset rivit tiedostolla';
$strReplication = 'Replikaatio';
$strReset = 'Nollaa';
$strResourceLimits = 'Resurssirajoitukset';
$strReType = 'Kirjoita uudelleen';
$strRevokeAndDeleteDescr = 'Käyttäjillä on USAGE-käyttöoikeus vielä niin kauan, kunnes käyttöoikeudet ladataan uudelleen.';
$strRevokeAndDelete = 'Peruuta kaikki käyttäjän aktiiviset käyttöoikeudet, ja poista ne sen jälkeen.';
$strRevokeMessage = 'Olet peruuttanut käyttäjän %s käyttöoikeudet';
$strRevoke = 'Mitätöi';
$strRomanian = 'Romanialainen';
$strRowLength = 'Rivin pituus';
$strRowsFrom = 'riviä alkaen rivistä';
$strRowSize = ' Rivin koko ';
$strRows = 'Kpl rivejä';
$strRowsModeFlippedHorizontal = 'vaakatasossa (kierretyt otsikot)';
$strRowsModeHorizontal = 'vaakasuorassa';
$strRowsModeOptions = '%s, otsikoita toistetaan %s:n rivin välein';
$strRowsModeVertical = 'pystysuorassa';
$strRowsStatistic = 'Rivitilastot';
$strRunning = 'palvelimella %s';
$strRunQuery = 'Suorita';
$strRunSQLQueryOnServer = 'Suorita SQL-lause(ita) palvelimella %s';
$strRunSQLQuery = 'Suorita SQL-lauseita tietokannassa %s';
$strRussian = 'Venäläinen';
 
$strSaveOnServer = 'Tallenna palvelimelle hakemistoon %s';
$strSave = 'Tallenna';
$strScaleFactorSmall = 'Kaavio ei mahdu yhdelle sivulle tällä skaalauksella';
$strSearch = 'Etsi';
$strSearchFormTitle = 'Hae tietokannasta';
$strSearchInTables = 'Tauluista:';
$strSearchNeedle = 'Haettavat sanat tai arvot (%-merkkiä voi käyttää jokerimerkkinä):';
$strSearchOption1 = 'vähintään yksi sanoista';
$strSearchOption2 = 'kaikki sanat';
$strSearchOption3 = 'koko lause';
$strSearchOption4 = 'regexp-haku';
$strSearchResultsFor = 'Tulokset hakusanalla "<i>%s</i>" %s:';
$strSearchType = 'Hae:';
$strSecretRequired = 'Konfiguraatiotiedosto vaatii nyt salatunnusta (blowfish_secret).';
$strSelectADb = 'Valitse tietokanta';
$strSelectAll = 'Valitse kaikki';
$strSelectBinaryLog = 'Valitse näytettävä binääriloki';
$strSelectFields = 'Valitse sarakkeet (vähintään yksi):';
$strSelectNumRows = 'lauseessa';
$strSelectTables = 'Valitse taulut';
$strSend = 'Tallenna tiedostoon';
$strSent = 'Lähetetty';
$strServerChoice = 'Valitse palvelin';
$strServerNotResponding = 'Palvelin ei vastaa';
$strServer = 'Palvelin';
$strServerStatus = 'Ajonaikaiset tiedot';
$strServerStatusDelayedInserts = 'Viivästetyt insert-lauseet';
$strServerStatusUptime = 'Tämä MySQL-palvelin on ollut käynnissä %s. Se käynnistettiin %s.';
$strServerTabProcesslist = 'Prosessit';
$strServerTabVariables = 'Muuttujat';
$strServerTrafficNotes = '<b>Palvelinliikenne</b>: Nämä taulukot näyttävät tämän MySQL-palvelimen verkkoliikennetilastot käynnistyksestä lähtien.';
$strServerVars = 'Palvelimen muuttujat ja asetukset';
$strServerVersion = 'Palvelimen versio';
$strSessionValue = 'Tämän istunnon arvo';
$strSetEnumVal = 'Jos sarakkeen tietotyyppi on "enum" tai "set", syötä vaaditut arvot tässä muodossa: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai heittomerkkiä ("\'"), laita merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strShowAll = 'Näytä kaikki';
$strShowColor = 'Näytä värit';
$strShowDatadictAs = 'Datasanakirjan formaatti';
$strShowFullQueries = 'Näytä pyynnöt kokonaisuudessaan';
$strShowGrid = 'Näytä ruudukko';
$strShowingBookmark = 'Näytetään kirjanmerkki';
$strShowingRecords = 'Näkyvillä rivit ';
$strShow = 'Näytä';
$strShowOpenTables = 'Näytä avoimet taulut';
$strShowPHPInfo = 'Näytä PHP:n asetustiedot';
$strShowSlaveHosts = 'Näytä alipalvelimet';
$strShowSlaveStatus = 'Näytä alipalvelimen tila';
$strShowStatusBinlog_cache_disk_useDescr = 'Niiden transaktioiden lukumäärä, jotka ovat käyttäneet väliaikaista binaarilokivälimuistia, mutta jotka ovat ylittäneet "binlog_cache_size"-muuttujan arvon ja käyttäneet väliaikaista tiedostoa transaktiolausekkeiden tallettamiseen.';
$strShowStatusBinlog_cache_useDescr = 'Väliaikaista binäärilokivälimuistia käyttäneiden transaktioiden lukumäärä.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Levyllä sijaitsevien väliaikaisten taulujen lukumäärä, jotka palvelin loi automaattisesti lausekkeita suorittaessaan. Jos Created_tmp_disk_tables-parametrin arvo on liian suuri, nosta tmp_table_size:n arvoa, jotta väliaikaisia tauluja säilytettäisiin levyn sijasta muistissa.';
$strShowStatusCreated_tmp_filesDescr = 'Mysqld:n luomien väliaikaistiedostojen lukumäärä.';
$strShowStatusCreated_tmp_tablesDescr = 'Muistissa sijaitsevien väliaikaistaulujen lukumäärä, jotka palvelin on itsestään luonut lausekkeita suorittaessaan.';
$strShowStatusDelayed_errorsDescr = 'INSERT DELAYED -lausekkeella kirjoitettujen rivien lukumäärä siten, että joitain virheitä tapahtui (todennäköisesti kaksinkertainen avain).';
$strShowStatusDelayed_insert_threadsDescr = 'Käytössä olevien INSERT DELAYED -käsittelijäsäikeiden lukumäärä. Joka ikinen INSERT DELAYED -lauseketta käyttävä taulu saa käyttöönsä oman säikeensä.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED -rivien kirjoitusten lukumäärä.';
$strShowStatusFlush_commandsDescr = 'FLUSH-lausekkeita suoritettu.';
$strShowStatusHandler_commitDescr = 'Sisäisten COMMIT-lausekkeiden lukumäärä.';
$strShowStatusHandler_deleteDescr = 'Rivien poistojen lukumäärä taulukosta.';
$strShowStatusHandler_discoverDescr = 'MySQL-palvelin voi kysyä NDB Cluster -tallennustilamoottorilta, tunteeko se tietyn nimisen taulun. Tätä toimintoa kutsutaan todentamiseksi (discovery). Handler_discover ilmaisee todennettujen taulujen lukumäärän.';
$strShowStatusHandler_read_firstDescr = 'Kertoo, kuinka monta kertaa ensimmäistä kohtaa on luettu indeksistä. Jos tämä on suuri, se kertoo siitä, että palvelin suorittaa runsaasti kokonaisia indeksien läpikäyntejä; esimerkiksi SELECT col1 FROM foo, olettaen col1:sen olevan indeksoitu sarake.';
$strShowStatusHandler_read_keyDescr = 'Kertoo, kuinka monta kertaa rivejä on luettu avaimen perusteella. Jos tämä on suuri, se kertoo siitä, että kyselyjesi ja taulujesi indeksointi suoritetaan oikein.';
$strShowStatusHandler_read_nextDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat seuraavan rivin avainjärjestyksessä. Tämän arvo kasvaa suorittaessasi kyselyitä indeksisarakkeeseen aluerajoitetta käyttäen tai suorittaessasi indeksihaun.';
$strShowStatusHandler_read_prevDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat edellisen rivin avainjärjestyksessä. Tätä lukumenetelmää käytetään lähinnä ORDER BY ... DESC -lauseella optimoimiseen.';
$strShowStatusHandler_read_rndDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat rivin kiinteän sijainnin perusteella. Tämä on suuri, jos suoritat paljon kyselyjä, jotka edellyttävät tulostietojen lajittelua. Käytät ehkä runsaasti sellaisia kyselyitä, jotka edellyttävät MySQL:ää käymään läpi kaikki taulukot, tai liitoksia, jotka käyttävät avaimia virheellisesti.';
$strShowStatusHandler_read_rnd_nextDescr = 'Sellaisten pyyntöjen lukumäärä, jotka lukevat seuraavan rivin datatiedostosta. Tämä on suuri, jos käyt läpi paljon kokonaisia tauluja. Tämä luku kertoo yleensä siitä, että taulujasi ei indeksoida oikein tai että kyselyjä ei kirjoiteta siten, että ne hyödyntäisivät tekemiäsi indeksejä.';
$strShowStatusHandler_rollbackDescr = 'Sisäisten ROLLBACK-lausekkeiden lukumäärä.';
$strShowStatusHandler_updateDescr = 'Taulun rivien päivityspyyntöjen lukumäärä.';
$strShowStatusHandler_writeDescr = 'Niiden pyyntöjen lukumäärä, jotka sijoittavat (INSERT) rivin taulukkoon.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Jotakin dataa (epäsiistiä tai siistiä) sisältävien sivujen lukumäärä,';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Tällä hetkellä epäsiistinä olevien sivujen lukumäärä.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Puskurisäiliön sivujen lukumäärä, jotka on pyydetty siistiä.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Vapaitten sivujen lukumäärä.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB-puskurisäiliön lukittujen sivujen lukumäärä. Nämä ovat sivuja, joita parhaillaan luetaan tai kirjoitetaan tai joita ei voida poistaa tai joiden välimuistia ei voida tyhjentää syystä tai toisesta.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kertoo niiden sivujen lukumäärän, jotka on käytössä johtuen administratiivisen ylijäämän, kuten rivinlukitusten tai mukautuvien hash-indeksien, varaamisesta. Tämä arvo voidaan laskea myös näin: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puskurisäiliön kokonaiskoko, sivuina.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB:n alullepanemien umpimähkäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun suoritetaan kysely, joka käy läpi suuria alueita taulukosta umpimähkäisessä järjestyksessä.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB:n alullepanemien perättäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun InnoDB käy läpi kokonaisen taulun järjestyksessä.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB:n suorittamien loogisten lukupyyntöjen lukumäärä.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Niiden loogisten lukutapausten lukumäärä, joihin InnoDB ei voinut vastata puskurisäiliöstä ja sen takia jouduttiin suorittamaan yksisivuinen luku.'; //öö?
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Tavallisesti kirjoituspyynnöt InnoDB-puskurisäiliöön suoritetaan taustalla. Jos on kuitenkin luettava tai luotava sivu ja puhtaita sivuja ei ole saatavilla, joudutaan odottamaan, että sivuja ensin tyhjennetään. Tämä laskuri laskee tällaisten odotustapausten määrän. Jos puskurisäiliön koko on asetettu sopivaksi, tämän arvon pitäisi olla alhainen.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB:n puskurisäiliöön tehtyjen kirjoituspyyntöjen lukumäärä.';
$strShowStatusInnodb_data_fsyncsDescr = 'fsync()-toimenpiteitä tähän mennessä.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Tällä hetkellä käynnissä olevien fsync()-toimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_pending_readsDescr = 'Tällä hetkellä meneillään olevien lukutoimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_pending_writesDescr = 'Tällä hetkellä meneillään olevien kirjoitustoimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_readDescr = 'Tähän mennessä luetun datan määrä tavuina.';
$strShowStatusInnodb_data_readsDescr = 'Datalukujen kokonaismäärä.';
$strShowStatusInnodb_data_writesDescr = 'Datan kirjoitusten kokonaislukumäärä.';
$strShowStatusInnodb_data_writtenDescr = 'Datan kirjoitusten määrä tähän mennessä, tavuina.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Suoritettujen kakinkertaisten kirjoitustapausten lukumäärä ja tätä varten kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_dblwr_writesDescr = 'Suoritettujen kakinkertaisten kirjoitustapausten lukumäärä ja tätä varten kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_log_waitsDescr = 'Odotusten lukumäärä johtuen siitä, että lokipuskuri oli liian pieni ja meidän täytyi ennen jatkamista odottaa sen tyhjentämistä.';
$strShowStatusInnodb_log_write_requestsDescr = 'Lokikirjoituspyyntöjen lukumäärä.';
$strShowStatusInnodb_log_writesDescr = 'Fyysisten lokitiedostoon kirjoitusten lukumäärä.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Lokitiedostoon tehtyjen fsync-kirjoitusten lukumäärä.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Käynnissä olevien lokitiedosto-fsync-synkronointien lukumäärä.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Käynnisä olevat lokitiedostokirjoitukset.';
$strShowStatusInnodb_os_log_writtenDescr = 'Lokitiedostoon kirjoitettujen tavujen määrä.';
$strShowStatusInnodb_pages_createdDescr = 'Luotujen sivujen lukumäärä.';
$strShowStatusInnodb_page_sizeDescr = 'InnoDB-sivun koko käännettynä (oletuksena 16KB). Useita arvoja lasketaan sivuina; ne voidaan sivun koon avulla muuttaa helposti tavuiksi.';
$strShowStatusInnodb_pages_readDescr = 'Luettujen rivien lukumäärä.';
$strShowStatusInnodb_pages_writtenDescr = 'Kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Tällä hetkellä odotettavien rivilukitusten lukumäärä.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Rivilukituksen saavuttamiseen kulunut aika keskimäärin, millisekunteina.';
$strShowStatusInnodb_row_lock_timeDescr = 'Rivilukitusten saavuttamiseen kulunut aika kaikkinaansa, millisekunteina.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Rivilukituksen saavuttamiseen kulunut aika enimmillään, millisekunteina.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Rivilukituksen odottamiseen kuluneiden aikojen lukumäärä.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB-tauluista poistettujen rivien lukumäärä.';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB-tauluihin lisättyjen rivien lukumäärä.';
$strShowStatusInnodb_rows_readDescr = 'InnoDB-tualukosta luettujen rivien lukumäärä.';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB-taulun päivitettyjen rivien lukumäärä.';
$strShowStatusKey_blocks_not_flushedDescr = 'Niiden avainvälimuistissa sijaitsevien avainlohkojen lukumäärä, joihin on tehty muutoksia, mutta joita ei vielä ole tallennettu levylle. Tämä toiminto tunnetaan yleisesti nimellä Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Avainvälimuistissa sijaitsevien käyttämättömien lohkojen lukumäärä. Tämän arvon avulla voit määrittää, kuinka paljon avainvälimuistia halutaan olevan käytössä.';
$strShowStatusKey_blocks_usedDescr = 'Samaan aikaan avainvälimuistissa olleiden lohkojen lukumäärä korkeintaan.';
$strShowStatusKey_read_requestsDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat avainlohkon välimuistista.';
$strShowStatusKey_readsDescr = 'Kertoo, kuinka monta kertaa levyltä on fyysisesti luettu avainlohkoja. Jos Key_readsin arvo on suuri, key_buffer_size-muuttujaan on ehkä asetettu liian alhainen arvo. Välimuistin käyttötahti voidaan laskea näin: Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Välimuistiin avainlohkon kirjoittaneiden pyyntöjen lukumäärä.';
$strShowStatusKey_writesDescr = 'Niiden pyyntöjen lukumäärä, jotka fyysisesti kirjoittavat levylle avainlohkon.';
$strShowStatusLast_query_costDescr = 'Viimeksi kootun (compiled) kyselyn kokonaiskulut sellaisenaan kuin kyselynoptimoija on ne laskenut. Hyödyllinen eri kyselysuunnitelmien vertailemiseksi samaa kyselyä varten. Oletusarvo 0 tarkoittaa, että yhtään kyselyä ei ole vielä koottu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Niiden rivien lukumäärä, joita odotetaan kirjoitettavan INSERT DELAY -jonoissa.';
$strShowStatusOpened_tablesDescr = 'Taulujen avausten lukumäärä. Jos lukumäärä on suuri, tauluvälimuistin arvo saattaa olla liian alhainen.';
$strShowStatusOpen_filesDescr = 'Avoinna olevien tiedostojen lukumäärä.';
$strShowStatusOpen_streamsDescr = 'Avoinna olevien säikeiden lukumäärä (käytetään enimmäkseen kirjaukseen).';
$strShowStatusOpen_tablesDescr = 'Avoinna olevien taulujen lukumäärä.';
$strShowStatusQcache_free_blocksDescr = 'Vapaitten muistilohkojen lukumäärä kyselyvälimuistissa.';
$strShowStatusQcache_free_memoryDescr = 'Vapaan muistin määrä kyselyvälimuistin käyttöön.';
$strShowStatusQcache_hitsDescr = 'Välimuistiosumien lukumäärä.';
$strShowStatusQcache_insertsDescr = 'Välimuistiin sijoitettujen kyselyjen lukumäärä.';
$strShowStatusQcache_lowmem_prunesDescr = 'Niiden kyselyjen lukumäärä, jotka on poistettu välimuistista muistin vapauttamiseksi, jotta uusia kyselyjä voitaisiin tallentaa välimuistiin. Tämän tiedon avulla voit asettaa kyselyvälimuistin koon sopivaksi. Kyselyvälimuisti käyttää LRU- eli "viimeksi vähiten käytetyt" -strategiaa päättämään, mitkä kyselyt poistetaan välimuistista.';
$strShowStatusQcache_not_cachedDescr = 'Niiden kyselyjen lukumäärä, joita ei ole tallennettu välimuistiin (ei ole voitu tallentaa välimuistiin, tai ei muuten vain ole tallennettu sinne query_cache_type-asetuksesta johtuen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Rekisteröityjen kyselyjen lukumäärä välimuistissa.';
$strShowStatusQcache_total_blocksDescr = 'Lohkojen kokonaislukumäärä kyselyvälimuistissa.';
$strShowStatusReset = 'Nollaa';
$strShowStatusRpl_statusDescr = 'Replikaation vikasietotila (ei toteutettu vielä).';
$strShowStatusSelect_full_joinDescr = 'Indeksejä käyttämättömien liitosten lukumäärä. Jos tämä arvo ei ole 0, sinun tulisi tarkistaa taulujesi indeksit tarkkaan.';
$strShowStatusSelect_full_range_joinDescr = 'Niiden liitosten lukumäärä, jotka käyttivät aluehakua viitetaulussa (reference table).';
$strShowStatusSelect_range_checkDescr = 'Avaimittomien liitosten lukumäärä, jotka varmistavat avaimien käytön joka rivin jälkeen. (Jos tämä ei ole 0, sinun tulisi tarkistaa taulujesi indeksit huolella.)';
$strShowStatusSelect_rangeDescr = 'Niiden liitosten lukumäärä, jotka käyttivät alueita ensimmäiseen tauluun. (Yleensä ei ole vakavaa, vaikka tämä arvo olisikin suuri.)';
$strShowStatusSelect_scanDescr = 'Liitosten lukumäärä, jotka suorittivat ensimmäisestä taulusta täydellisen tarkistuksen.';
$strShowStatusSlave_open_temp_tablesDescr = 'SQL-alisäikeen avointen väliaikaistaulujen lukumäärä tällä hetkellä.';
$strShowStatusSlave_retried_transactionsDescr = 'Replikaation SQL-alisäikeen uudelleen yrittämien transkatioiden kokonaislukumäärä käynnistyksesä lähtien';
$strShowStatusSlave_runningDescr = 'Tämä on ON, mikäli kyseinen palvelin on pääpalvelimeen kytketty alipalvelin.';
$strShowStatusSlow_launch_threadsDescr = 'Niiden säikeiden lukumäärä, joiden luomiseen on kulunut aikaa enemmän kuin slow_launch_time sekuntia.';
$strShowStatusSlow_queriesDescr = 'Niiden kyselyjen lukumäärä, joiden suorittamiseen on kulunut aikaa enemmän kuin long_query_time sekuntia.';
$strShowStatusSort_merge_passesDescr = 'Lajittelualgoritmiin tarvittavien yhdentymisten (eng. merge) lukumäärä. Jos tämä arvo on suuri, voit suurentaa sort_buffer-muuttujan arvoa.';
$strShowStatusSort_rangeDescr = 'Alueiden (ranges) kanssa suoritettujen lajittelujen lukumäärä.';
$strShowStatusSort_rowsDescr = 'Lajiteltujen rivien lukumäärä.';
$strShowStatusSort_scanDescr = 'Niiden lajittelutoimenpiteiden lukumäärä, jotka on suoritettu käymällä taulukko läpi.';
$strShowStatusTable_locks_immediateDescr = 'Tapausten, jolloin taulun lukitus on saatu heti suoritettua, määrä.';
$strShowStatusTable_locks_waitedDescr = 'Niiden tapausten määrä, jolloin taulun lukitusta ei ole saatu suoritettua heti ja siitä johtuen sitä on jouduttu odottamaan. Jos tämä on suuri, ja suorituskyvyn kanssa on pulmia, sinun kannattaisi ensiksi optimoida kyselysi ja sitten joko jakaa taulusi osiksi tai käyttää hyväksesi replikaatiota.';
$strShowStatusThreads_cachedDescr = 'Säievälimuistissa sijaitsevien säikeiden lukumäärä. Välimuistin käyttötahti voidaan laskea näin: Threads_created/yhteyksien lkm. Jos tämä arvo näkyy punaisena, thread_cache_size-muuttujan arvoa tulisi nostaa.';
$strShowStatusThreads_connectedDescr = 'Tällä hetkellä avoinna olevien yhteyksien lukumäärä.';
$strShowStatusThreads_createdDescr = 'Yhteyksien käsittelyä varten luotujen säikeiden lukumäärä. Jos Threads_created on suuri, kannattaa kasvattaa thread_cache_size:n arvoa. (Yleensä tällä ei ole kovin huomattavaa vaikutusta suorituskykyyn, jos säikeiden toteutus on toteutettu hyvin.)';
$strShowStatusThreads_runningDescr = 'Niiden säikeiden lukumäärä, jotka eivät ole unessa.';
$strShowTableDimension = 'Näytä taulujen ulottuvuus';
$strShowTables = 'Näytä taulut';
$strShowThisQuery = ' Näytä lause uudelleen ';
$strSimplifiedChinese = 'Yksinkertaistettu kiina';
$strSingly = '(yksitellen)';
$strSize = 'Koko';
$strSkipQueries = 'Tiedoston alusta ohitettavien merkintöjen (kyselyjen) määrä';
$strSlovak = 'Slovakialainen';
$strSlovenian = 'Slovenialainen';
$strSocketProblem = "(tai paikallisen MySQL-palvelimen sockettia ei ole konfiguroitu oikein)";
$strSortByKey = 'Lajittele avaimen mukaan';
$strSorting = 'Lajittelu'; //or Lajitellaan...?
$strSort = 'Järjestys';
$strSpaceUsage = 'Levytilan käyttö';
$strSpanish = 'Espanjalainen';
$strSplitWordsWithSpace = 'Sanat erotellaan välilyönnillä.';
$strSQLExportCompatibility = 'SQL-viennin yhteensopivuus';
$strSQLExportType = 'Vientityyppi';
$strSQLImportOptions = 'SQL-valinnat';
$strSQLOptions = 'SQL-valinnat';
$strSQLParserBugMessage = 'Olet mahdollisesti löytänyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, että olet siirtämässä tiedostoa, jossa on binääridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentoriviltä. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi. Jos lause toimi komentorivillä, mutta ei phpMyAdminissa, kokeile etsiä se rivi, joka virheilmoituksen aiheutti ja lähetä meille bugiraportti, johon liität alla olevan koodin:';
$strSQLParserUserError = 'SQL-lauseessasi oli virhe. SQL-haussasi näyttää olevan jokin virhe. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi.';
$strSQLQuery = 'SQL-lause';
$strSQLResult = 'SQL-lauseen tulos';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Epäkelpo tunniste';
$strSQPBugUnclosedQuote = 'Toinen lainausmerkki puuttuu merkkijonon lopusta';
$strSQPBugUnknownPunctuation = 'Tuntematon välimerkki';
$strStatCheckTime = 'Viimeksi tarkistettu';
$strStatCreateTime = 'Luotu';
$strStatement = 'Tieto';
$strStatisticsOverrun = 'Ruuhkaisten palvelinten tavulaskurit saattavat ylivuotaa, joten MySQL-palvelimen ilmoittamat tilastotiedot saattavat olla virheellisiä.';
$strStatUpdateTime = 'Viimeksi päivitetty';
$strStatus = 'Tila';
$strStorageEngines = "Tallennustilamoottorit";
$strStorageEngine = "Tallennustilamoottori";
$strStrucCSV = 'CSV-muotoinen data';
$strStrucData = 'Rakenne ja data';
$strStrucDrop = 'Lisää \'DROP TABLE\' -rivit';
$strStrucExcelCSV = 'MS Excelin CSV-muoto';
$strStrucNativeExcel = 'Natiivi MS Excel -data';
$strStrucOnly = 'Vain rakenne';
$strStructPropose = 'Esitä taulun rakenne';
$strStructure = 'Rakenne';
$strSubmit = 'Lähetä';
$strSuccess = 'SQL-lause suoritettu';
$strSum = 'Summa';
$strSwedish = 'Ruotsalainen';
$strSwitchToDatabase = 'Siirry kopioituun tietokantaan';
$strSwitchToTable = 'Siirry kopioituun tauluun';
 
$strTableAlreadyExists = 'Taulu %s on jo olemassa!';
$strTableComments = 'Taulun kommentit';
$strTableEmpty = 'Taulun nimi puuttuu!';
$strTableHasBeenDropped = 'Taulu %s on pudotettu';
$strTableHasBeenEmptied = 'Taulu %s on tyhjennetty';
$strTableHasBeenFlushed = 'Taulun %s välimuisti on tyhjennetty';
$strTableMaintenance = 'Taulun huolto';
$strTableOfContents = 'Sisällysluettelo';
$strTableOptions = 'Taulun valinnat';
$strTables = '%s taulu(a)';
$strTableStructure = 'Rakenne taululle';
$strTable = 'Taulu';
$strTableType = 'Taulun muoto';
$strTakeIt = 'käytä tätä';
$strTblPrivileges = 'Taulukohtaiset käyttöoikeudet';
$strTempData = 'Väliaikainen data';
$strTextAreaLength = ' Pituudestaan johtuen<br /> tätä saraketta ei ehkä voi muokata ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Oletusteemaa %s ei löydy!';
$strThemeNoPreviewAvailable = 'Esikatselu ei ole saatavilla.';
$strThemeNotFound = 'Teemaa %s ei löydy!';
$strThemeNoValidImgPath = 'Kelvollista polkua teemalle %s ei löytynyt.';
$strThemePathNotFound = 'Teeman %s polkua ei löydy!';
$strTheme = 'Teema/tyyli';
$strThisHost = 'Tämä isäntä';
$strThisNotDirectory = 'Tämä ei ole hakemisto';
$strThreads = 'Säikeet';
$strThreadSuccessfullyKilled = 'Säikeen %s (threadin) lopetus onnistui.';
$strTime = 'Aika';
$strTimeoutInfo = 'Edellinen tuonti keskeytyi aikakatkaisuun; lähetettyäsi tiedoston uudestaan jatkamme kohdasta %d.';
$strTimeoutNothingParsed = 'Viimeisestä suorituskerrasta huolimatta mitään dataa ei ole parsittu; tämä tarkoittaa yleensä sitä, että phpMyAdmin ei voi suorittaa tätä tuontia loppuun asti, ellei php:n suoritusaikarajaa kasvateta.';
$strTimeoutPassed = 'Skriptin suoritus aikakatkaistiin; jos haluat suorittaa tuonnin loppuun saakka, lähetä sama tiedosto uudestaan, ja tuomista voidaan jaktaa.';
$strToggleScratchboard = 'Näytä/kätke luonnospöytä (scratchboard)';
$strTotalUC = 'Yhteensä';
$strTotal = 'yhteensä';
$strTraditionalChinese = 'Perinteinen kiina';
$strTraditionalSpanish = 'Perinteinen espanja';
$strTraffic = 'Liikenne';
$strTransactionCoordinator = 'Transaktiokoordinaattori';
$strTransformation_application_octetstream__download = 'Näytä linkki kentän binääridatan imurointiin. Ensimmäinen valinta on binääritiedoston tiedostonimi. Toinen valinta on mahdollisen taulun rivin kenttänimi, jolla tiedostonimi sijaitsee. Jos käytät toista (2) valintaa, sinun on asetettava ensimmäinen valinta tyhjäksi.';
$strTransformation_application_octetstream__hex = 'Näyttää datan heksadesimaalisena esitysmuotona.';
$strTransformation_image_jpeg__inline = 'Näyttää klikattavan pikkukuvan; valinnat: leveyden,korkeuden pikseleinä (säilyttää alkuperäisen suhteen)';
$strTransformation_image_jpeg__link = 'Näyttää linkin tähän kuvaan (eli suora blob-imurointi).';
$strTransformation_image_png__inline = 'Katso image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Ottaa TIME-, TIMESTAMP- tai DATETIME-kentän ja muotoilee sen paikallisen päiväysformaatin mukaiseksi. Ensimmäinen valinta on siirros (tunteina), joka lisätään aikamerkintään (Oletus: 0). Jälkimmäinen valinta on toisenlainen päiväysformaatti, jonka parametrit ovat PHP:n strftime()-funktion mukaisia.';
$strTransformation_text_plain__external = 'VAIN LINUXILLE: Käynnistää ulkoisen ohjelman ja syöttää kenttädatan oletusarvoisen syötteen kautta. Palauttaa ohjelman oletusarvoisen tulosteen. Oletusarvona on Tidy, HTML-koodin tulostamiseksi siististi. Tietoturvasyistä joudut manuaalisesti muokkaamaan tiedostoa libraries/transformations/text_plain__external.inc.php ja lisäämään ajettavaksi sallimasi työkalut. Ensimmäinen valinta on silloin haluamasi ohjelman numero ja toinen valinta määrittää ohjelmalle annettavat parametrit. Kolmannen parametrin ollessa yksi (1) tuloste konvertataan käyttäen htmlspecialchars()-funktiota (Oletus on 1). Neljännen parametrin ollessa yksi (1) sisältökennoon lisätään NOWRAP, jotta koko tuloste näkyy ilman mitään ennakkomuotoiluja (Oletus 1)';
$strTransformation_text_plain__formatted = 'Säilyttää kentän alkuperäiset muotoilut. Kenoviivoja ei käytetä erikoismerkkien edellä.';
$strTransformation_text_plain__imagelink = 'Näyttää kuvan ja linkin, kenttä sisältää tiedostonimen; ensimmäinen valinta on etuliite, eli esimerkiksi "http://domain.com/", toinen valinta on leveys pikseleinä, kolmas on korkeus.';
$strTransformation_text_plain__link = 'Näyttää linkin, kenttä sisältää tiedostonimen; ensimmäinen valinta on etuliite, eli esimerkiksi "http://domain.com/", toinen valinta on linkin otsikko.';
$strTransformation_text_plain__sql = 'Muotoilee SQL-pyynnön syntaksivärityksellä.';
$strTransformation_text_plain__substr = 'Näyttää vain osan merkkijonoa. Ensimmäinen valinta on tarkoitettu määrittelemään siirrosta, jonka kohdalta tekstin näyttäminen aloitetaan (Oletus: 0). Toinen valinta kertoo, kuinka monta merkkiä tekstistä näytetään. Tämän ollessa tyhjä merkkijonosta näytetään kaikki loput tekstit. Kolmas valinta määrittelee, mitä merkkejä merkkijonon perään lisätään sitä näytettäessä (Oletus: "...") .';
$strTruncateQueries = 'Näytä typistetyt pyynnöt';
$strTurkish = 'Turkkilainen';
$strType = 'Tyyppi';
 
$strUkrainian = 'Ukrainalainen';
$strUncheckAll = 'Poista valinta kaikista';
$strUnicode = 'Unicode';
$strUnique = 'Uniikki';
$strUnknown = 'tuntematon';
$strUnselectAll = 'Poista valinta kaikista';
$strUnsupportedCompressionDetected = 'Yritit ladata tiedostoa, joka käyttää tukematonta pakkausmuotoa (%s). Tukea kyseiselle muodolle ei joko ole toteutettu, tai se on poistettu käytöstä asetusten kautta.';
$strUpdatePrivMessage = 'Käyttäjän %s käyttöoikeudet on päivitetty.';
$strUpdateProfileMessage = 'Profiili on päivitetty.';
$strUpdateQuery = 'Päivitä kysely';
$strUpdComTab = 'Tarkista dokumentaatiosta, kuinka voit päivittää Column_comments-taulusi';
$strUpgrade = 'Sinun pitäisi päivittää versioon %s %s tai myöhempään.';
$strUploadLimit = 'Yritit todennäköisesti ladata palvelimelle liian suurta tiedostoa. Viittaa %sdokumentaatioon%s saadaksesi tietoja tämän rajoituksen muuttamisesta.';
$strUsage = 'Käyttö';
$strUseBackquotes = 'Pane taulujen ja sarakkeiden nimet lainausmerkkeihin';
$strUsedPhpExtensions = 'Käytössä olevat PHP-laajennukset';
$strUseHostTable = 'Käytä host-taulua';
$strUserAlreadyExists = 'Käyttäjä %s on jo olemassa!';
$strUserEmpty = 'Käyttäjän nimi puuttuu!';
$strUser = 'Käyttäjä';
$strUserName = 'Käyttäjänimi';
$strUserNotFound = 'Valittua käyttäjää ei löytynyt käyttöoikeustaulusta.';
$strUserOverview = 'Käyttäjien yleiskatsaus';
$strUsersDeleted = 'Valitsemiesi käyttäjien poisto onnistui.';
$strUsersHavingAccessToDb = 'Käyttäjät, joilla on oikeus käyttää kohdetta &quot;%s&quot;';
$strUseTabKey = 'Käytä tabulaattoria siirtyäksesi arvojen välillä, tai CTRL+nuolia siirtäksesi mihin tahansa kohtaan';
$strUseTables = 'Käytä tauluja';
$strUseTextField = 'Käytä tekstikenttää';
$strUseThisValue = 'Käytä tätä arvoa';
 
$strValidateSQL = 'Tarkista SQL-lause';
$strValidatorError = 'SQL-validaattoria ei voitu käynnistää. Tarkista, että olet asentanut tarpeelliset PHP-laajennukset. Lisää tietoa löytyy %sdokumentaatiosta%s.';
$strValue = 'Arvo';
$strVar = 'Muuttuja';
$strVersionInformation = "Versiotiedot";
$strViewDumpDatabases = 'Näytä vedos (skeema) tietokannoista';
$strViewDumpDB = 'Tee vedos tietokannasta';
$strViewDump = 'Tee vedos taulusta';
$strViewHasBeenDropped = "Näkymä %s on poistettu";
$strView = "Näkymä";
 
$strWebServerUploadDirectoryError = 'Valitsemaasi hakemistoa ei voitu käyttää tiedostojen siirtämiseen';
$strWebServerUploadDirectory = 'palvelimen hakemisto tiedostojen siirtoa varten';
$strWelcome = 'Tervetuloa, toivottaa %s';
$strWestEuropean = 'Länsieurooppalainen';
$strWildcard = 'jokerimerkki';
$strWindowNotFound = 'Kohdeselainikkunaa ei voitu päivittää. Syynä voi olla se, että olet sulkenut isäntäikkunan tai että selaimesi tietoturva-asetukset estävät ikkunoiden välisen päivittämisen.';
$strWithChecked = 'Valitut:';
$strWriteRequests = 'Kirjoituspyynnöt';
$strWritingCommentNotPossible = 'Kommentin kirjoittaminen ei ole mahdollista';
$strWritingRelationNotPossible = 'Relaation kirjoittaminen ei ole mahdollista';
$strWrongUser = 'Väärä käyttäjätunnus tai salasana. Pääsy kielletty.';
 
$strXML = 'XML';
 
$strYes = 'Kyllä';
 
$strZeroRemovesTheLimit = 'Huom: Näiden valintojen asettaminen nollaksi (0) poistaa raja-arvon.';
$strZip = '"zip-pakattu"';
 
// To translate:
 
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/finnish-iso-8859-15.inc.php
0,0 → 1,990
<?php
/* $Id: finnish-iso-8859-15.inc.php,v 2.59.2.4.4.1 2006/08/02 17:00:56 lem9 Exp $ */
 
/*
* Translated by Jouni Kähkönen, <address withdrawn>
* Previous translations by Visa Kopu, <visa@visakopu.net>
*
* Nov 2005: Several changes and fixes done (by Jouni Kähkönen)
* Toisinnon 2.7.0-dev käännöstyö valmis tänään 10.11.2005 kello 19:18
*/
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('tavua', 'kt', 'Mt', 'Gt', 'Tt', 'Pt', 'Et');
 
$day_of_week = array('Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La');
$month = array('Tammi', 'Helmi', 'Maalis', 'Huhti', 'Touko', 'Kesä', 'Heinä', 'Elo', 'Syys', 'Loka', 'Marras', 'Joulu');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y klo %H:%M';
 
$timespanfmt = '%s päivää, %s tuntia, %s minuuttia ja %s sekuntia';
 
'Kertoo, kuinka monesti replikaation SQL-alisäie on uudelleen yrittänyt transkatioita kaikkiaan käynnistyksestä lähtien.';
 
$strAbortedClients = 'Keskeytetty';
$strAbsolutePathToDocSqlDir = 'Anna täydellinen polku docSQL-hakemistoon Internet-palvelimella';
$strAccessDeniedCreateConfig = 'Todennäköinen syy tälle on se, ettet ole luonut asetustiedostoa. Voit käyttää %1$sasetusskriptiä%2$s asetustiedoston luomiseen.';
$strAccessDeniedExplanation = 'phpMyAdmin yritti saada yhteyden MySQL-palvelimeen, mutta se torjui yhteyden. Tarkista palvelin, käyttäjänimi ja salasana config.inc.php-tiedostosta ja varmista, että ne vastaavat MySQL-palvelimen järjestelmänvalvojan antamia tietoja.';
$strAccessDenied = 'Pääsy kielletty';
$strAction = 'Toiminnot';
$strAddAutoIncrement = 'Lisää \'AUTO_INCREMENT\'-arvo';
$strAddConstraints = 'Lisää rajoitteet';
$strAddDeleteColumn = 'Lisää/poista sarakkeita';
$strAddDeleteRow = 'Lisää/poista hakuehtoja';
$strAddDropDatabase = 'Lisää \'DROP DATABASE\'';
$strAddedColumnComment = 'Lisätty kommentti sarakkeeseen';
$strAddedColumnRelation = 'Lisätty relaatio sarakkeeseen';
$strAddFields = 'Lisää %s kenttä(ä)';
$strAddHeaderComment = 'Lisää oma kommentti otsikkoon (\\n on rivinvaihto)';
$strAddIfNotExists = 'Lisää \'IF NOT EXISTS\'';
$strAddIntoComments = 'Lisää kommentteihin';
$strAddNewField = 'Lisää sarake';
$strAddPrivilegesOnDb = 'Lisää käyttöoikeudet seuraavaan tietokantaan';
$strAddPrivilegesOnTbl = 'Lisää käyttöoikeudet seuraavaan tauluun';
$strAddSearchConditions = 'Lisää hakuehtoja ("where"-lauseen sisältö):';
$strAddToIndex = 'Lisää indeksiin %s sarake(tta)';
$strAddUser = 'Lisää uusi käyttäjä';
$strAddUserMessage = 'Olet lisännyt uuden käyttäjän.';
$strAdministration = 'Pääkäyttäjyys';
$strAffectedRows = 'Kohdistettuja rivejä:';
$strAfterInsertBack = 'Takaisin';
$strAfterInsertNewInsert = 'Lisää uusi rivi';
$strAfterInsertNext = 'Muokkaa seuraavaa riviä';
$strAfterInsertSame = 'Palaa tälle sivulle';
$strAfter = 'Jälkeen sarakkeen: %s';
$strAll = 'Kaikki';
$strAllowInterrupt = 'Salli tuonnin keskeyttäminen, mikäli skripti huomaa ylittävänsä aikarajoituksen. Tätä kannattaa käyttää suurten tiedostojen tuomiseen; se voi kuitenkin aiheuttaa häiriöitä transaktioihin.';
$strAllTableSameWidth = 'Näytä kaikki taulut samanlevyisinä?';
$strAlterOrderBy = 'Järjestä taulu';
$strAnalyzeTable = 'Analysoi taulu';
$strAnd = 'Ja';
$strAndThen = 'ja sen jälkeen';
$strAnIndex = 'Sarakkeelle %s on lisätty indeksi';
$strAnyHost = 'Mikä tahansa palvelin';
$strAny = 'Mikä tahansa';
$strAnyUser = 'Mikä tahansa käyttäjä';
$strApproximateCount = 'Saattaa olla summittainen. Katso FAQ 3.11';
$strAPrimaryKey = 'Sarakkeelle %s on lisätty ensisijainen avain';
$strArabic = 'Arabialainen';
$strArmenian = 'Armenialainen';
$strAscending = 'Nouseva';
$strAtBeginningOfTable = 'Taulun alkuun';
$strAtEndOfTable = 'Taulun loppuun';
$strAttr = 'Attribuutit';
$strAutodetect = 'Määritä automaattisesti';
$strAutomaticLayout = 'Automaattinen ulkoasu';
 
$strBack = 'Takaisin';
$strBaltic = 'Baltilainen';
$strBeginCut = 'ALOITA CUT';
$strBeginRaw = 'ALOITA RAW';
$strBinary = 'Binääridata';
$strBinaryDoNotEdit = 'Binääridataa - älä muokkaa';
$strBinaryLog = 'Binääriloki';
$strBinLogEventType = 'Tapahtumatyyppi';
$strBinLogInfo = 'Informaatio';
$strBinLogName = 'Lokin nimi';
$strBinLogOriginalPosition = 'Alkuperäinen sijainti';
$strBinLogPosition = 'Sijainti';
$strBinLogServerId = 'Palvelimen ID';
$strBookmarkAllUsers = 'Anna kaikkien käyttäjien päästä käsiksi tähän kirjanmerkkiin';
$strBookmarkCreated = 'Kirjanmerkki %s luotu';
$strBookmarkDeleted = 'Tallennettu SQL-lause on poistettu.';
$strBookmarkLabel = 'Tunniste';
$strBookmarkQuery = 'Tallennettu SQL-lause';
$strBookmarkReplace = 'Korvaa saman niminen, olemassa oleva kirjanmerkki';
$strBookmarkThis = 'Tallenna SQL-lause';
$strBookmarkView = 'Näytä';
$strBrowseDistinctValues = 'Selaa erillisiä arvoja';
$strBrowseForeignValues = 'Selaa vieraita arvoja';
$strBrowse = 'Selaa';
$strBufferPoolActivity = 'Puskurisäiliön aktiivisuus';
$strBufferPool = "Puskurisäiliö";
$strBufferPoolUsage = "Puskurisäiliön käyttö";
$strBufferReadMisses = 'Epäonnistuneet lukuyritykset';
$strBufferReadMissesInPercent = 'Epäonnistuneet lukuyritykset: %';
$strBufferWriteWaitsInPercent = 'Kirjoitusviipeet: %';
$strBufferWriteWaits = 'Viive ennen kirjoitusta';
$strBulgarian = 'Bulgarialainen';
$strBusyPages = "Käytössä olevat sivut";
$strBzError = 'phpMyAdmin ei voinut pakata vedosta johtuen rikkinäisestä Bz2-laajennuksesta tässä php:n versiossa. On suositeltavaa asettaa <code>$cfg[\'BZipDump\']</code>-direktiivi phpMyAdminin konfigurointitiedostosta arvoksi <code>FALSE</code>. Jos haluat käyttää Bz2-pakkauksen toimintoja, sinun pitää päivittää uusimpaan php:n versioon. Katso lisätietoja php bug reportista: %s .';
$strBzip = '"bzip-pakattu"';
 
$strCalendar = 'Kalenteri';
$strCanNotLoadImportPlugins = 'Tuontiin tarvittavaa lisäosaa ei voida tuoda, tarkista asennuksen asetukset!';
$strCannotLogin = 'MySQL-palvelimelle ei voitu kirjautua sisään';
$strCantLoad = 'en voi ladata laajennusta %s,<br />ole hyvä, ja tarkista PHP:n asetukset';
$strCantLoadRecodeIconv = 'Merkistön konvertointiin tarvittavaa iconv- tai recode-laajennusta ei voitu ladata. Muokkaa PHP:n asetuksia ja salli näiden laajennusten käyttö tai muuta phpMyAdminin asetuksia niin ettei konvertointia suoriteta.';
$strCantRenameIdxToPrimary = 'Indeksiä ei voi muuttaa PRIMARY-nimiseksi!';
$strCantUseRecodeIconv = 'iconv-, libiconv- tai recode_string-funktioita ei voitu käyttää. Tarkista PHP:n asetukset.';
$strCardinality = 'Kardinaliteetti';
$strCaseInsensitive = 'Kirjainkoolla ei väliä';
$strCaseSensitive = 'Tarkka kirjainkoko';
$strCentralEuropean = 'Keskieurooppalainen';
$strChangeCopyModeCopy = '... säilytä vanha käyttäjä.';
$strChangeCopyModeDeleteAndReload = ' ... poista vanha käyttäjä käyttäjätauluista ja lataa käyttöoikeudet sen jälkeen uudelleen.';
$strChangeCopyModeJustDelete = ' ... poista vanha käyttäjä käyttäjätauluista.';
$strChangeCopyMode = 'Luo uusi käyttäjä samoilla käyttöoikeuksilla ja ...';
$strChangeCopyModeRevoke = ' ...peruuta kaikki aktiiviset käyttöoikeudet vanhalta käyttäjältä ja tuhoa se sen jälkeen.';
$strChangeCopyUser = 'Vaihda sisäänkirjautumistietoja / Kopioi käyttäjä';
$strChangeDisplay = 'Valitse näytettävä sarake';
$strChange = 'Muokkaa';
$strChangePassword = 'Vaihda salasanaa';
$strCharset = 'Merkistökoodaus';
$strCharsetOfFile = 'Tiedoston merkistö:';
$strCharsetsAndCollations = 'Merkistökoodaukset ja aakkosjärjestykset';
$strCharsets = 'Merkistöt';
$strCheckAll = 'Valitse kaikki';
$strCheckOverhead = 'Valitse käyttämättömät taulut'; //?
$strCheckPrivs = 'Hallitse käyttöoikeuksia';
$strCheckPrivsLong = 'Hallitse tietokannan &quot;%s&quot; käyttöoikeuksia.';
$strCheckTable = 'Tarkista taulu';
$strChoosePage = 'Valitse muokattava sivu';
$strColComFeat = 'Sarakkeiden kommentit näkyvissä';
$strCollation = 'Aakkosjärjestys';
$strColumnNames = 'Sarakkeiden nimet';
$strColumnPrivileges = 'Sarakekohtaiset käyttöoikeudet';
$strCommand = 'Komento';
$strCommentsForTable = 'KOMMENTIT TAULULLE';
$strComments = 'Kommentit';
$strCompatibleHashing = 'MySQL&nbsp;4.0 -yhteensopiva';
$strCompleteInserts = 'Kokonaiset insert-lauseet';
$strCompression = 'Pakkaus';
$strCompressionWillBeDetected = 'Seuraavat tiedostopakkausmuodot havaitaan automaattisesti: %s';
$strConfigDefaultFileError = 'En voi ladata oletusasetuksia kohteesta: "%1$s"';
$strConfigFileError = 'phpMyAdmin ei pysty lukemaan asetustiedostoa.<br />Tämä saattaa johtua virheestä, jonka PHP löysi tiedostosta tai tiedoston puuttumisesta.<br />Voit avata tiedoston allaolevasta linkistä ja lukea mahdolliset PHP-virheilmoituikset. Todennäköisimmin joltain riviltä puuttuu lainausmerkki tai puolipiste.<br />Jos linkistä avautuva sivu on tyhjä, asetustiedostosta ei löytynyt virhettä.';
$strConfigureTableCoord = 'Määrittele koordinaatit taululle %s';
$strConnectionError = 'En voi yhdistää: virheelliset asetukset.';
$strConnections = 'Yhteydenotot';
$strConstraintsForDumped = 'Rajoitteet vedostauluille';
$strConstraintsForTable = 'Rajoitteet taululle';
$strCookiesRequired = 'Selaimessa pitää olla cookietuki päällä tästä eteenpäin.';
$strCopyDatabaseOK = 'Tietokanta %s on kopioitu tietokannaksi %s';
$strCopy = 'Kopioi';
$strCopyTable = 'Kopioi taulu toiseen tauluun nimellä (tietokanta<b>.</b>taulu):';
$strCopyTableOK = 'Taulu %s on kopioitu nimelle %s.';
$strCopyTableSameNames = 'Taulua ei voida kopioida itseensä!';
$strCouldNotKill = 'phpMyAdmin ei voinut lopettaa säiettä %s (thread). Se on todennäköisesti jo suljettu.';
$strCreateDatabaseBeforeCopying = 'Suorita CREATE DATABASE ennen kopioimista';
$strCreateIndex = 'Luo &nbsp;%s:n sarakkeen indeksi';
$strCreateIndexTopic = 'Luo uusi indeksi';
$strCreate = 'Luo';
$strCreateNewDatabase = 'Luo uusi tietokanta';
$strCreateNewTable = 'Luo uusi taulu tietokantaan %s';
$strCreatePage = 'Luo uusi sivu';
$strCreatePdfFeat = 'PDF-tiedostojen luonti';
$strCreationDates = 'Luonti/päivitys/tarkistus -päiväykset';
$strCriteria = 'Hakuehdot';
$strCroatian = 'Kroaatti';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV-valinnat';
$strCSVOptions = 'CSV-valinnat';
$strCyrillic = 'Kyrillinen';
$strCzechSlovak = 'Tsekkoslovakialainen';
$strCzech = 'Tshekkiläinen';
 
$strDanish = 'Tanskalainen';
$strDatabaseEmpty = 'Tietokannan nimi on tyhjä!';
$strDatabaseExportOptions = 'Tietokannan tulostusvalinnat';
$strDatabaseHasBeenDropped = 'Tietokanta %s on pudotettu.';
$strDatabaseNoTable = 'Tämä tietokanta ei sisällä yhtään taulua!';
$strDatabasesDropped = '%s tietokantaa pudotettiin onnistuneesti.';
$strDatabasesStatsDisable = 'Poista tilastot käytöstä';
$strDatabasesStatsEnable = 'Ota tilastot käyttöön';
$strDatabasesStatsHeavyTraffic = 'Huom: Tietokantatilastojen käyttöönotto täältä käsin saattaa aiheuttaa runsaasti liikennettä Internet-palvelimen ja MySQL-palvelimen välillä.';
$strDatabasesStats = 'Tietokantatilastot';
$strDatabases = 'Tietokannat';
$strDatabase = 'Tietokanta';
$strData = 'Data';
$strDataDict = 'Datasanakirja';
$strDataOnly = 'Vain data';
$strDataPages = "Dataa sisältävät sivut";
$strDBComment = 'Tietokannan kommentti: ';
$strDBCopy = 'Luo tietokannasta toinen tietokanta nimellä:';
$strDBGContextID = 'Konteksti-ID';
$strDBGContext = 'Konteksti';
$strDBGHits = 'Osumat';
$strDBGLine = 'Rivi';
$strDBGMaxTimeMs = 'Maks. aika, ms';
$strDBGMinTimeMs = 'Min. aika, ms';
$strDBGModule = 'Moduuli';
$strDBGTimePerHitMs = 'Aika/osuma, ms';
$strDBGTotalTimeMs = 'Koko aika, ms';
$strDbPrivileges = 'Tietokantakohtaiset käyttöoikeudet';
$strDBRename = 'Muuta tietokannan nimi';
$strDbSpecific = 'tietokantakohtainen';
$strDefaultEngine = "%s on tämän MySQL-palvelimen oletusarvoinen tallennustilamoottori.";
$strDefault = 'Oletusarvo';
$strDefaultValueHelp = 'Syötä oletusarvoihin vain yksinäinen arvo (käyttämättä kenoviivamerkintöjä tai lainausmerkkejä) tässä muodossa: a';
$strDefragment = 'Eheytä taulu';
$strDelayedInserts = 'Käytä viivästettyjä insert-lauseita';
$strDeleteAndFlushDescr = 'Tämä on siivoin tapa, mutta käyttöoikeuksien lataaminen uudelleen saattaa kestää jonkin aikaa.';
$strDeleteAndFlush = 'Poista käyttäjät ja lataa käyttöoikeudet sen jälkeen uudelleen.';
$strDeleted = 'Rivi on poistettu';
$strDeletedRows = 'Poistetut rivit:';
$strDeleteNoUsersSelected = 'Yhtään käyttäjää ei valittu poistettavaksi!';
$strDelete = 'Poista';
$strDeleting = 'Poistetaan: %s';
$strDelOld = 'Nykyisellä sivulla on viittauksia tauluihin, joita ei enää ole olemassa. Haluatko poistaa nuo viittaukset?';
$strDescending = 'Laskeva';
$strDescription = 'Kuvaus';
$strDictionary = 'sanakirja';
$strDirtyPages = "Epäsiistit sivut";
$strDisabled = 'Pois päältä';
$strDisableForeignChecks = 'Älä käytä vieraiden avainten tarkistusta';
$strDisplayFeat = 'Ulkoasun asetukset';
$strDisplayOrder = 'Lajittelujärjestys:';
$strDisplayPDF = 'Näytä PDF-kaavio';
$strDoAQuery = 'Suorita "esimerkin mukainen kysely" (jokerimerkki: "%")';
$strDocu = 'Ohjeet';
$strDoYouReally = 'Oletko varma että haluat ';
$strDropDatabaseStrongWarning = 'Olet aikeissasi HÄVITTÄÄ kokonaisen tietokannan!';
$strDrop = 'Pudota';
$strDropUsersDb = 'Pudota (poista) tietokannat, joilla on sama nimi kuin käyttäjillä.';
$strDumpingData = 'Vedostetaan dataa taulusta';
$strDumpSaved = 'Vedos tallennettiin tiedostoon %s.';
$strDumpXRows = 'Tee vedos %s rivistä, alkaen rivistä: %s.';
$strDynamic = 'dynaaminen';
 
$strEdit = 'Muokkaa';
$strEditPDFPages = 'Muokkaa PDF-sivuja';
$strEditPrivileges = 'Muokkaa käyttöoikeuksia';
$strEffective = 'Varsinainen';
$strEmptyResultSet = 'MySQL palautti tyhjän vastauksen (ts. nolla riviä).';
$strEmpty = 'Tyhjennä';
$strEnabled = 'Päällä';
$strEncloseInTransaction = 'Lisää transaktio';
$strEndCut = 'LOPETA CUT';
$strEnd = 'Loppu';
$strEndRaw = 'LOPETA RAW';
$strEngineAvailable = "%s on käytettävissä tällä MySQL-palvelimella.";
$strEngineDisabled = "%s on otettu pois käytöstä tältä MySQL-palvelimelta.";
$strEngines = "Moottorit";
$strEngineUnsupported = "Tämä MySQL-palvelin ei tue %s-tallennustilamoottoria.";
$strEnglish = 'Englantilainen';
$strEnglishPrivileges = ' Huom! MySQL-käyttöoikeuksien nimet ovat englanniksi! ';
$strErrorInZipFile = 'Virhe ZIP-paketissa:';
$strError = 'Virhe';
$strEscapeWildcards = 'Jokerimerkkien _ ja % eteen on lisättävä \-merkki, jotta ne näkyisivät oikein';
$strEsperanto = 'Esperanto';
$strEstonian = 'Virolainen';
$strExcelEdition = 'Excel-muokkaus';
$strExcelOptions = 'Excel-valinnat';
$strExecuteBookmarked = 'Suorita kirjanmerkkeihin lisätty kysyntä';
$strExplain = 'Selitä SQL-lause';
$strExport = 'Vienti';
$strExtendedInserts = 'Yhteinen insert-lause';
$strExtra = 'Lisätiedot';
 
$strFailedAttempts = 'Epäonnistuneet yritykset';
$strFieldHasBeenDropped = 'Sarake %s on pudotettu';
$strField = 'Sarake';
$strFieldsEmpty = ' Sarakkeiden lukumäärä on nolla! ';
$strFieldsEnclosedBy = 'Sarakkeiden ympäröintimerkki';
$strFieldsEscapedBy = 'Koodinvaihtomerkki (escape)';
$strFields = 'Sarakkeet';
$strFieldsTerminatedBy = 'Sarakkeiden erotinmerkki';
$strFileAlreadyExists = 'Tiedosto %s on jo olemassa palvelimella, vaihda tiedostonimeä tai tarkista korvaus-asetuksen tila.';
$strFileCouldNotBeRead = 'Tiedostoa ei voida lukea';
$strFileNameTemplateDescriptionDatabase = 'tietokannan nimi';
$strFileNameTemplateDescriptionServer = 'palvelimen nimi';
$strFileNameTemplateDescriptionTable = 'taulukon nimi';
$strFileNameTemplateDescription = 'Tämä arvo on %1$sstrftime%2$s-funktion mukainen, joten voit käyttää ajanmuodostostukseen käytettyjä merkkijonoja. Lisäksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperäisenä.';
$strFileNameTemplateRemember = 'muista pohja';
$strFileNameTemplate = 'Tiedostonimen pohja';
$strFileToImport = 'Tuotava tiedosto';
$strFixed = 'kiinteä';
$strFlushPrivilegesNote = 'Huom: phpMyAdmin hakee käyttäjien käyttöoikeudet suoraan MySQL:n käyttöoikeustauluista. Näiden taulujen sisältö saattaa erota palvelimen käyttämistä käyttöoikeuksista, jos niihin on tehty muutoksia manuaalisesti. Tällöin sinun on %sladattava käyttöoikeudet uudestaan%s ennen kuin jatkat.';
$strFlushQueryCache = 'Tyhjennä kyselymuisti';
$strFlushTables = 'Tyhjennä (sulje) kaikki taulut';
$strFlushTable = 'Tyhjennä taulun välimuisti ("FLUSH")';
$strFormat = 'Muoto';
$strFormEmpty = 'Tarvittava tieto puuttuu lomakkeesta!';
$strFreePages = "Vapaat sivut";
$strFullText = 'Koko tekstit';
$strFunction = 'Funktio';
 
$strGenBy = 'Luontiympäristö';
$strGeneralRelationFeat = 'Yleiset relaatio-ominaisuudet';
$strGenerate = 'Luo';
$strGeneratePassword = 'Luo salasana';
$strGenTime = 'Luontiaika';
$strGeorgian = 'Georgialainen';
$strGerman = 'Saksalainen';
$strGlobal = 'globaali';
$strGlobalPrivileges = 'Globaalit käyttöoikeudet';
$strGlobalValue = 'Globaali arvo';
$strGo = 'Siirry';
$strGrantOption = 'Oikeus (Grant)';
$strGreek = 'Kreikkalainen';
$strGzip = '"gzip-pakattu"';
 
$strHandler = 'Käsittelijä';
$strHasBeenAltered = 'on muutettu.';
$strHasBeenCreated = 'on luotu.';
$strHaveToShow = 'Valitse vähintään yksi sarake';
$strHebrew = 'Hebrealainen';
$strHexForBinary = 'Näytä binäärikentät heksalukuina';
$strHome = 'Etusivu';
$strHomepageOfficial = 'phpMyAdminin kotisivut';
$strHostEmpty = 'Palvelimen nimi puuttuu!';
$strHost = 'Palvelin';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 -viennin valinnat';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 -viennin valinnat';
$strHungarian = 'Unkarilainen';
 
$strIcelandic = 'Islantilainen';
$strId = 'ID';
$strIdxFulltext = 'Koko teksti';
$strIgnoreDuplicates = 'Älä välitä kaksinkertaisista riveistä';
$strIgnoreInserts = 'Käytä IGNORE:a INSERT-komennoissa';
$strIgnore = 'Jätä huomiotta';
$strIgnoringFile = 'Jätetään tiedosto %s huolimatta';
$strImportDocSQL = 'Tuo docSQL-tiedostoja';
$strImportFiles = 'Tuo tiedostoja';
$strImportFormat = 'Tuotavan tiedoston muoto';
$strImportSuccessfullyFinished = 'Tuonti onnistui, %d kyselyä suoritettu.';
$strImport = 'Tuonti';
$strIndexes = 'Indeksit';
$strIndexHasBeenDropped = 'Indeksi %s on pudotettu';
$strIndex = 'Indeksi';
$strIndexName = 'Indeksin nimi:';
$strIndexType = 'Indeksin tyyppi:';
$strIndexWarningMultiple = 'Useampi kuin yksi %s-avain luotiin sarakkeelle `%s`';
$strIndexWarningPrimary = 'PRIMARY- ja INDEX-avaimia ei voi molempia asettaa sarakkeelle `%s`';
$strIndexWarningTable = 'Taulun `%s` indeksien kanssa on ongelmia';
$strIndexWarningUnique = 'UNIQUE- ja INDEX-avaimia ei voi molempia asettaa sarakkeelle `%s`';
$strInnoDBAutoextendIncrement = "Automaattisen laajentamisen koko";
$strInnoDBAutoextendIncrementDesc = "Laajentamiskoko automaattisesti suurenevan taulutilan koon laajentamiseksi sen täyttyessä.";
$strInnoDBBufferPoolSizeDesc = 'Muistipuskurin koko, jota InnoDB käyttää tauluissaan olevan datan ja indeksien siirtämiseen välimuistiin.';
$strInnoDBBufferPoolSize = 'Puskurisäiliön koko';
$strInnoDBDataFilePath = "Datatiedostot";
$strInnoDBDataHomeDir = "Datan kotihakemisto";
$strInnoDBDataHomeDirDesc = "Hakemistopolun yhteinen osa kaikille InnoDB-datatiedostoille.";
$strInnoDBPages = 'sivua';
$strInnodbStat = 'InnoDB:n tila';
$strInsecureMySQL = 'Asetustiedostosi käyttää asetuksia, jotka viittaavat MySQL:n oletusarvoiseen käyttäjään (root ilman salasanaa). Tällaisilla asetuksilla käytettäessä MySQL-palvelin on arka hyökkäyksille. Tämä tietoturvariski olisi syytä korjata pikimmiten!';
$strInsertAsNewRow = 'Lisää uutena rivinä';
$strInsertedRowId = 'Sijoitetun rivin id:';
$strInsertedRows = 'Lisätyt rivit:';
$strInsert = 'Lisää rivi';
$strInsertNewRow = 'Lisää uusi rivi';
$strInternalNotNecessary = '* Sisäistä relaatiota ei tarvita silloin, kun sellainen on jo InnoDB:ssä.';
$strInternalRelations = 'Sisäiset relaatiot';
$strInUse = 'käytössä';
$strInvalidAuthMethod = 'Asetuksissa on virheellinen todennustapa:';
$strInvalidColumnCount = 'Sarakkeiden lukumäärän on oltava enemmän suurempi kuin nolla.';
$strInvalidColumn = 'Virheellinen sarake (%s) määritelty!';
$strInvalidCSVFieldCount = 'Virheellinen kenttien määrä CSV-syötteessä rivillä %d.';
$strInvalidCSVFormat = 'Virheellinen muoto CSV-syötteessä rivillä %d.';
$strInvalidCSVParameter = 'Virheellinen parametri CSV-tuonnille: %s';
$strInvalidFieldAddCount = 'Sinun on lisättävä vähintään yksi kenttä.';
$strInvalidFieldCount = 'Taulussa täytyy olla vähintään yksi kenttä.';
$strInvalidLDIImport = 'Tämä lisäosa ei tue pakattujen tuontien käyttöä!';
$strInvalidRowNumber = '%d on virheellinen rivinumero.';
$strInvalidServerHostname = 'Virheellinen nimi palvelimelle %1$s. Tarkista asetukset.';
$strInvalidServerIndex = 'Virheellinen palvelinindeksi: "%s"';
 
$strJapanese = 'Japanilainen';
$strJoins = 'Liitokset';
$strJumpToDB = 'Hyppää tietokantaan &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Poistetut&quot; käyttäjät voivat edelleen päästä tavallisesti käsiksi palvelimeen, kunnes käyttöoikeudet on ladattu uudestaan.';
$strJustDelete = 'Poista käyttäjät vain käyttöoikeustauluista.';
 
$strKeepPass = 'Älä vaihda salasanaa';
$strKeyCache = 'Avainvälimuisti';
$strKeyname = 'Avaimen nimi';
$strKill = 'Lopeta';
$strKorean = 'Korealainen';
 
$strLandscape = 'Landscape';
$strLanguageFileNotFound = 'Kielitiedostoa "%1$s" ei löydy.';
$strLanguageUnknown = 'Tuntematon kieli: %1$s.';
$strLatchedPages = "Lukitut sivut";
$strLatexCaption = 'Taulun otsikko';
$strLatexContent = 'Taulun __TABLE__ sisältö';
$strLatexContinuedCaption = 'Jatkettu taulun otsikko';
$strLatexContinued = '(jatkuu)';
$strLatexIncludeCaption = 'Sisällytä taulun otsikko';
$strLatexLabel = 'Tunniste';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-valinta-asetukset';
$strLatexStructure = 'Taulun __TABLE__ rakenne';
$strLatvian = 'Latvialainen';
$strLDI = 'CSV käyttäen LOAD DATA:aa';
$strLDIImportOptions = 'Valinnat CSV-tuonnille käyttäen LOAD DATA:aa';
$strLDILocal = 'Käytä LOCAL-avainsanaa';
$strLengthSet = 'Pituus/Arvot*';
$strLimitNumRows = 'Rivejä sivua kohti';
$strLinesTerminatedBy = 'Rivien erotinmerkki';
$strLinkNotFound = 'Linkkiä ei löydy';
$strLinksTo = 'Linkitys sarakkeeseen:';
$strLithuanian = 'Liettualainen';
$strLocalhost = 'Paikallinen';
$strLocationTextfile = 'Tiedoston sijainti';
$strLoginInformation = 'Sisäänkirjautumistiedot';
$strLogin = 'Kirjaudu sisään';
$strLogout = 'Poistu';
$strLogPassword = 'Salasana:';
$strLogServer = 'Palvelin';
$strLogUsername = 'Käyttäjätunnus:';
$strLongOperation = "Tämä toimenpide saattaa kestää pitkään. Jatketaanko silti?";
 
$strMaxConnects = 'enim. yhtäaikaisia yhteyksiä';
$strMaximalQueryLength = 'Luotavan kyselyn enimmäispituus';
$strMaximumSize = 'Enimmäiskoko: %s%s';
$strMbExtensionMissing = 'PHP-laajennusta mbstring ei löytynyt ja vaikuttaa siltä, että käytät multibyte-merkistökoodausta. Ilman mbstring-laajennusta phpMyAdmin ei osaa jaotella merkkijonoja oikein, ja tämä saattaa johtaa odottamattomiin tuloksiin.';
$strMbOverloadWarning = 'PHP:n asetuksissa on "mbstring.func_overload" -valinta päällä. Tämä valinta ei sovi yhteen phpMyAdminin kanssa ja saattaa aiheuttaa jonkin datan hajoamiseen!';
$strMIME_available_mime = 'Mahdolliset MIME-tyypit';
$strMIME_available_transform = 'Mahdolliset muunnokset';
$strMIME_description = 'Kuvaus';
$strMIME_MIMEtype = 'MIME-tyyppi';
$strMIME_nodescription = 'Tälle muunnokselle ei ole saatavilla yhtään kuvausta.<br />Ole hyvä, ja kysy tekijältä, mitä %s tekee.';
$strMIME_transformation_note = 'Nähdäksesi luettelon saatavilla olevista muunnosvaihtoehdoista ja niiden MIME-tyyppien muunnoksista, paina %smuunnoksen kuvaukset%s-kohtaa';
$strMIME_transformation_options = 'Muunnosvaihtoehdot';
$strMIME_transformation_options_note = 'Syötä muunnosvalinnoille arvot käyttäen tätä formaattia: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai yksittäistä lainausmerkkiä ("\'"), lisää merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strMIME_transformation = 'Selaimen muunnos (transformation)';
$strMIMETypesForTable = 'MIME-TYYPIT TAULULLE';
$strMIME_without = 'MIME-tyypeillä, jotka on kursivoitu, ei ole erillistä muunnostoimintoa';
$strModifications = 'Muutokset tallennettu';
$strModifyIndexTopic = 'Muokkaa indeksiä';
$strModify = 'Muokkaa';
$strMoveTableOK = 'Taulu %s on siirretty %s.';
$strMoveTableSameNames = 'Taulua ei voi siirtää itseensä!';
$strMoveTable = 'Siirrä taulu toiseen tauluun (tietokanta<b>.</b>taulu):';
$strMultilingual = 'monikielinen';
$strMyISAMDataPointerSize = "Dataosoittimen koko";
$strMyISAMDataPointerSizeDesc = "Oletusarvoinen osoittimen koko tavuina, käytettäväksi CREATE TABLE -lauseen kanssa MyISAM-tauluissa, silloin kun MAX_ROWS-valintaa ei ole määritelty.";
$strMyISAMMaxExtraSortFileSizeDesc = "Jos MyISAM-indeksin nopeaan luomiseen käytetty väliaikaistiedosto on suurempi kuin avainvälimuistin käyttäminen täällä määritellyn määrän mukaisesti, on suositeltavampaa käyttää välimuistimetodia.";
$strMyISAMMaxExtraSortFileSize = "Enimmäiskoko väliaikaisille tiedostoille indeksin luonnissa";
$strMyISAMMaxSortFileSizeDesc = "MySQL-palvelimen käyttöön tarkoitettu väliaikaistiedoston suurin koko MyISAM-indeksien uudelleen latausta varten (REPAIR TABLE, ALTER TABLE tai LOAD ADTA INFILE -toimintojen aikana).";
$strMyISAMMaxSortFileSize = "Enimmäiskoko väliaikaisille lajittelutiedostoille";
$strMyISAMRecoverOptions = "Automaattinen palautuminen";
$strMyISAMRecoverOptionsDesc = "Kaatuneiden MyISAM-taulujen automaattisen palauttamisen tila sellaisenaan kuin se on asetettu \"--myisam-recover\" -nimisen palvelimenkäynnistysasetuksen kautta.";
$strMyISAMRepairThreadsDesc = "Jos tämä arvo on suurempi kuin 1, lajitteluprosessi luo MyISAM-tauluindeksit rinnakkain (kukin indeksi omaan säikeeseensä), kun käytetään Korjaa-toimintoa.";
$strMyISAMRepairThreads = "Korjaussäikeet"; //not "Korjaa säikeet"
$strMyISAMSortBufferSizeDesc = "Puskuri joka varataan käyttöön lajitellessa MyISAM-indeksejä REPAIR TABLE:n aikana tai luotaessa indeksejä toiminnolla CREATE INDEX tai ALTER TABLE.";
$strMyISAMSortBufferSize = "Lajittelupuskurin koko";
$strMySQLCharset = 'MySQL:n merkistö';
$strMysqlClientVersion = 'MySQL-asiakasversio';
$strMySQLConnectionCollation = 'MySQL-yhteyden aakkosjärjestys';
$strMySQLSaid = 'MySQL ilmoittaa: ';
$strMySQLShowProcess = 'Näytä prosessit';
$strMySQLShowStatus = 'Näytä MySQL:n ajonaikaiset tiedot';
$strMySQLShowVars = 'Näytä MySQL:n järjestelmämuuttujat';
 
$strName = 'Nimi';
$strNext = 'Seuraava';
$strNoActivity = 'Ollut toimettomana %s sekuntia tai enemmän. Kirjaudu sisään uudestaan.';
$strNoDatabases = 'Ei tietokantoja';
$strNoDatabasesSelected = 'Et valinnut yhtään tietokantaa.';
$strNoDescription = 'ei selitystä';
$strNoDetailsForEngine = "Tämän tallennustilamoottorin tilasta ei ole saatavilla tarkkoja tietoja.";
$strNoDropDatabases = '"DROP DATABASE"-lauseiden käyttö on estetty.';
$strNo = 'Ei';
$strNoExplain = 'Älä selitä SQL-lausetta';
$strNoFilesFoundInZip = 'ZIP-paketista ei löytynyt yhtään tiedostoa!';
$strNoFrames = 'phpMyAdmin toimii parhaiten <b>kehyksiä</b> tukevalla selaimella.';
$strNoIndex = 'Indeksiä ei ole määritelty!';
$strNoIndexPartsDefined = 'Indeksin osia ei ole määritelty!';
$strNoModification = 'Ei muutoksia';
$strNone = 'Ei mitään';
$strNoOptions = 'Tälle tiedostomuodolle ei ole valinta-asetuksia';
$strNoPassword = 'Ei mitään salasanaa';
$strNoPermission = 'Internet-palvelimella ei ole lupaa tallentaa tiedostoa %s.';
$strNoPhp = 'Kätke PHP-koodi';
$strNoPrivileges = 'Ei käyttöoikeuksia';
$strNoRights = 'Sinulla ei ole tarpeeksi oikeuksia!';
$strNoRowsSelected = 'Ei yhtään riviä valittu';
$strNoSpace = 'Liian vähän tilaa tiedoston %s tallentamiseen.';
$strNoTablesFound = 'Tietokannasta ei löytynyt yhtään taulua.';
$strNoThemeSupport = 'Ei tukea teemojen käyttöön. Tarkista konfiguraatiot ja/tai teemasi hakemistosta %s.';
$strNothingToImport = 'Et antanut mitään dataa tuotavaksi!';
$strNotNumber = 'Tämä ei ole numero!';
$strNotOK = 'Ei kunnossa';
$strNotSet = '<b>%s</b>-taulua ei löytynyt tai sitä ei ole määritelty %s-tiedostossa';
$strNoUsersFound = 'Käyttäjiä ei löytynyt.';
$strNoValidateSQL = 'Älä tarkista SQL-lausetta';
$strNull = 'Tyhjä';
$strNumberOfFields = 'Kenttien lukumäärä';
$strNumSearchResultsInTable = '%s hakutulosta taulussa <i>%s</i>';
$strNumSearchResultsTotal = '<b>Yhteensä:</b> <i>%s</i> hakutulosta';
$strNumTables = 'Taulut';
 
$strOK = 'Kunnossa';
$strOpenNewWindow = 'Avaa uusi phpMyAdmin-ikkuna';
$strOperations = 'Toiminnot';
$strOperator = 'Operaattori';
$strOptimizeTable = 'Optimoi taulu';
$strOr = 'Tai';
$strOverhead = 'Ylijäämä';
$strOverwriteExisting = 'Korvaa jo olemassa oleva(t) tiedosto(t)';
 
$strPageNumber = 'Sivunumero:';
$strPagesToBeFlushed = "Siistimistä vaativat sivut";
$strPaperSize = 'Paperin koko';
$strPartialImport = 'Osittainen tuonti';
$strPartialText = 'Osittaiset tekstit';
$strPasswordChanged = 'Salasanan vaihto käyttäjälle %s onnistui.';
$strPasswordEmpty = 'Salasana puuttuu!';
$strPasswordHashing = 'Salasanan hashaus';
$strPasswordNotSame = 'Salasanat eivät ole samat!';
$strPassword = 'Salasana';
$strPdfDbSchema = 'Kaavio tietokannasta "%s" - Sivu %s';
$strPdfInvalidTblName = 'Taulua "%s" ei löydy!';
$strPdfNoTables = 'Ei tauluja';
$strPDFOptions = 'PDF-valinnat';
$strPDF = 'PDF';
$strPDFReportTitle = 'Raportin otsikko';
$strPerHour = 'tunnissa';
$strPerMinute = 'minuutissa';
$strPerSecond = 'sekunnissa';
$strPersian = 'Persialainen';
$strPhoneBook = 'puhelinluettelo';
$strPHP40203 = 'Käytössäsi on PHP 4.2.3, joka sisältää vakavan vian monitavuisissa merkkijonoissa (mbstring). Katso PHP:n virheraportti 19404. Tätä PHP:n versiota ei suositella käytettäväksi phpMyAdminin kanssa.';
$strPhp = 'Näytä PHP-koodi';
$strPHPVersion = 'PHP:n versio';
$strPmaDocumentation = 'phpMyAdminin dokumentaatio';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> täytyy määritellä asetustiedostossa!';
$strPolish = 'Puolalainen';
$strPortrait = 'Pystytasossa';
$strPos1 = 'Alkuun';
$strPrevious = 'Edellinen';
$strPrimary = 'Ensisijainen';
$strPrimaryKeyHasBeenDropped = 'Ensisijainen avain on pudotettu';
$strPrimaryKeyName = 'Ensisijaisen avaimen nimenä pitää olla PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" saa olla <b>vain ja ainoastaan</b>ensisijaisen avaimen nimenä!)';
$strPrint = 'Tulosta';
$strPrintViewFull = 'Tulostusversio (kokonaisin tekstein)';
$strPrintView = 'Tulostusversio';
$strPrivDescAllPrivileges = 'Sisältää kaikki käyttöoikeudet paitsi GRANT.';
$strPrivDescAlterRoutine = 'Sallii talletettujen rutiinien muuntamisen ja poistamisen.';
$strPrivDescAlter = 'Sallii muuttaa nykyisten taulujen rakennetta.';
$strPrivDescCreateDb = 'Sallii uusien tietokantojen ja taulujen luomisen.';
$strPrivDescCreateRoutine = 'Sallii talletettujen rutiinien luomisen.';
$strPrivDescCreateTbl = 'Sallii uusien taulujen luomisen.';
$strPrivDescCreateTmpTable = 'Sallii väliaikaistaulujen luomisen.';
$strPrivDescCreateUser = 'Sallii käyttäjätilien luomisen, poistamisen ja uudelleen nimeämisen.';
$strPrivDescCreateView = 'Sallii uusien näkymisen luomisen.';
$strPrivDescDelete = 'Sallii datan poistamisen.';
$strPrivDescDropDb = 'Sallii tietokantojen ja taulujen pudottamisen.';
$strPrivDescDropTbl = 'Sallii taulujen pudottamisen.';
$strPrivDescExecute5 = 'Sallii talletettujen rutiinien suorittamisen.';
$strPrivDescExecute = 'Sallii talletettujen proseduurien suorittamisen; Ei vaikutusta tässä MySQL:än versiossa.';
$strPrivDescFile = 'Sallii datan tuomisen ja viemisen tiedostosta/tiedostoon.';
$strPrivDescGrant = 'Sallii käyttäjien ja käyttöoikeuksien lisäämisen lataamatta käyttöoikeustauluja uudestaan.';
$strPrivDescIndex = 'Sallii indeksien luomisen ja pudottamisen.';
$strPrivDescInsert = 'Sallii datan lisäämisen ja korvaamisen.';
$strPrivDescLockTables = 'Sallii taulujen lukitsemisen nykyiselle säikeelle (thread).';
$strPrivDescMaxConnections = 'Rajoittaa uusien yhteyksien määrän, jonka käyttäjä voi luoda tunnin aikana.';
$strPrivDescMaxQuestions = 'Rajoittaa kyselyjen lukumäärän, jonka käyttäjä voi lähettää palvelimelle tunnin aikana.';
$strPrivDescMaxUpdates = 'Rajoittaa käyttäjältä sellaisten komentojen suorittamisen lukumäärän tunnin aikana, jotka tekevät muutoksia tauluihin tai tietokantoihin.';
$strPrivDescMaxUserConnections = 'Asettaa rajan käyttäjän yhtäaikaisten yhteyksien lukumäärälle.';
$strPrivDescProcess3 = 'Sallii muiden käyttäjien prosessien lopettamisen.';
$strPrivDescProcess4 = 'Sallii kokonaisten kyselyjen näyttämisen prosessilistassa.';
$strPrivDescReferences = 'Ei vaikutusta tässä MySQL:än versiossa.';
$strPrivDescReload = 'Sallii palvelinasetusten uudelleen lataamisen ja palvelimen välimuistin tyhjentämisen.';
$strPrivDescReplClient = 'Antaa käyttäjälle oikeuden kysyä, missä ali-/pääpalvelimet ovat.';
$strPrivDescReplSlave = 'Tarvitaan replikaatio-alipalvelimia varten.';
$strPrivDescSelect = 'Sallii datan lukemisen.';
$strPrivDescShowDb = 'Sallii pääsyn kokonaiseen tietokantalistaan.';
$strPrivDescShowView = 'Sallii SHOW CREATE VIEW -kyselyjen suorittamisen.';
$strPrivDescShutdown = 'Sallii palvelimen sammuttamisen.';
$strPrivDescSuper = 'Sallii yhdistämisen silloinkin kun enimmäismäärä yhteyksiä on saavutettu; Tarvitaan useissa pääkäyttäjän toiminnoissa, kuten globaalien muuttujien asettamisessa ja muiden käyttäjien säikeiden (threads) lopettamisessa.';
$strPrivDescUpdate = 'Sallii datan muuttamisen.';
$strPrivDescUsage = 'Ei käyttöoikeuksia.';
$strPrivileges = 'Käyttöoikeudet';
$strPrivilegesReloaded = 'Käyttöoikeuksien uudelleen lataus onnistui.';
$strProcesslist = 'Prosessilista';
$strProtocolVersion = 'Protokollan versio';
$strPutColNames = 'Laita sarakkeiden nimet ensimmäiselle riville';
 
$strQBEDel = 'Poista';
$strQBE = 'Haku';
$strQBEIns = 'Lisää';
$strQueryCache = 'Kyselyvälimuisti';
$strQueryFrame = 'Kyselyikkuna';
$strQueryOnDb = 'Suorita SQL-lause tietokannassa <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historia';
$strQueryStatistics = '<b>Kyselytilastot</b>: Tälle palvelimelle on lähetetty viime käynnistyksestä lähtien %s kyselyä.';
$strQueryTime = 'kysely kesti %01.4f sek.';
$strQueryType = 'Kyselyn tyyppi';
$strQueryWindowLock = 'Älä korvaa tätä kyselyä ikkunan ulkopuolelta';
 
$strReadRequests = 'Hakupyynnöt';
$strReceived = 'Vastaanotettu';
$strRecords = 'Rivit';
$strReferentialIntegrity = 'Tarkista viitteiden eheys:';
$strRefresh = 'Päivitä';
$strRelationalSchema = 'Relaatioskeema';
$strRelationNotWorking = 'Relaatioihin ja linkitettyihin tauluihin liittyvät lisäominaisuudet ovat poissa päältä. Katso %stästä%s lisätietoja.';
$strRelationsForTable = 'RELAATIOT TAULULLE';
$strRelations = 'Relaatiot';
$strRelationView = 'Relaationäkymä';
$strReloadingThePrivileges = 'Ladataan käyttöoikeuksia uudelleen';
$strReloadMySQL = 'Käynnistä MySQL uudelleen';
$strRemoveSelectedUsers = 'Poista valitut käyttäjät';
$strRenameDatabaseOK = 'Tietokannan %s uusi nimi on nyt %s';
$strRenameTable = 'Nimeä taulu uudelleen';
$strRenameTableOK = 'Taulun %s nimi on nyt %s';
$strRepairTable = 'Korjaa taulu';
$strReplaceNULLBy = 'Korvaa NULL-merkki tällä:';
$strReplaceTable = 'Korvaa taulun nykyiset rivit tiedostolla';
$strReplication = 'Replikaatio';
$strReset = 'Nollaa';
$strResourceLimits = 'Resurssirajoitukset';
$strReType = 'Kirjoita uudelleen';
$strRevokeAndDeleteDescr = 'Käyttäjillä on USAGE-käyttöoikeus vielä niin kauan, kunnes käyttöoikeudet ladataan uudelleen.';
$strRevokeAndDelete = 'Peruuta kaikki käyttäjän aktiiviset käyttöoikeudet, ja poista ne sen jälkeen.';
$strRevokeMessage = 'Olet peruuttanut käyttäjän %s käyttöoikeudet';
$strRevoke = 'Mitätöi';
$strRomanian = 'Romanialainen';
$strRowLength = 'Rivin pituus';
$strRowsFrom = 'riviä alkaen rivistä';
$strRowSize = ' Rivin koko ';
$strRows = 'Kpl rivejä';
$strRowsModeFlippedHorizontal = 'vaakatasossa (kierretyt otsikot)';
$strRowsModeHorizontal = 'vaakasuorassa';
$strRowsModeOptions = '%s, otsikoita toistetaan %s:n rivin välein';
$strRowsModeVertical = 'pystysuorassa';
$strRowsStatistic = 'Rivitilastot';
$strRunning = 'palvelimella %s';
$strRunQuery = 'Suorita';
$strRunSQLQueryOnServer = 'Suorita SQL-lause(ita) palvelimella %s';
$strRunSQLQuery = 'Suorita SQL-lauseita tietokannassa %s';
$strRussian = 'Venäläinen';
 
$strSaveOnServer = 'Tallenna palvelimelle hakemistoon %s';
$strSave = 'Tallenna';
$strScaleFactorSmall = 'Kaavio ei mahdu yhdelle sivulle tällä skaalauksella';
$strSearch = 'Etsi';
$strSearchFormTitle = 'Hae tietokannasta';
$strSearchInTables = 'Tauluista:';
$strSearchNeedle = 'Haettavat sanat tai arvot (%-merkkiä voi käyttää jokerimerkkinä):';
$strSearchOption1 = 'vähintään yksi sanoista';
$strSearchOption2 = 'kaikki sanat';
$strSearchOption3 = 'koko lause';
$strSearchOption4 = 'regexp-haku';
$strSearchResultsFor = 'Tulokset hakusanalla "<i>%s</i>" %s:';
$strSearchType = 'Hae:';
$strSecretRequired = 'Konfiguraatiotiedosto vaatii nyt salatunnusta (blowfish_secret).';
$strSelectADb = 'Valitse tietokanta';
$strSelectAll = 'Valitse kaikki';
$strSelectBinaryLog = 'Valitse näytettävä binääriloki';
$strSelectFields = 'Valitse sarakkeet (vähintään yksi):';
$strSelectNumRows = 'lauseessa';
$strSelectTables = 'Valitse taulut';
$strSend = 'Tallenna tiedostoon';
$strSent = 'Lähetetty';
$strServerChoice = 'Valitse palvelin';
$strServerNotResponding = 'Palvelin ei vastaa';
$strServer = 'Palvelin';
$strServerStatus = 'Ajonaikaiset tiedot';
$strServerStatusDelayedInserts = 'Viivästetyt insert-lauseet';
$strServerStatusUptime = 'Tämä MySQL-palvelin on ollut käynnissä %s. Se käynnistettiin %s.';
$strServerTabProcesslist = 'Prosessit';
$strServerTabVariables = 'Muuttujat';
$strServerTrafficNotes = '<b>Palvelinliikenne</b>: Nämä taulukot näyttävät tämän MySQL-palvelimen verkkoliikennetilastot käynnistyksestä lähtien.';
$strServerVars = 'Palvelimen muuttujat ja asetukset';
$strServerVersion = 'Palvelimen versio';
$strSessionValue = 'Tämän istunnon arvo';
$strSetEnumVal = 'Jos sarakkeen tietotyyppi on "enum" tai "set", syötä vaaditut arvot tässä muodossa: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai heittomerkkiä ("\'"), laita merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strShowAll = 'Näytä kaikki';
$strShowColor = 'Näytä värit';
$strShowDatadictAs = 'Datasanakirjan formaatti';
$strShowFullQueries = 'Näytä pyynnöt kokonaisuudessaan';
$strShowGrid = 'Näytä ruudukko';
$strShowingBookmark = 'Näytetään kirjanmerkki';
$strShowingRecords = 'Näkyvillä rivit ';
$strShow = 'Näytä';
$strShowOpenTables = 'Näytä avoimet taulut';
$strShowPHPInfo = 'Näytä PHP:n asetustiedot';
$strShowSlaveHosts = 'Näytä alipalvelimet';
$strShowSlaveStatus = 'Näytä alipalvelimen tila';
$strShowStatusBinlog_cache_disk_useDescr = 'Niiden transaktioiden lukumäärä, jotka ovat käyttäneet väliaikaista binaarilokivälimuistia, mutta jotka ovat ylittäneet "binlog_cache_size"-muuttujan arvon ja käyttäneet väliaikaista tiedostoa transaktiolausekkeiden tallettamiseen.';
$strShowStatusBinlog_cache_useDescr = 'Väliaikaista binäärilokivälimuistia käyttäneiden transaktioiden lukumäärä.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Levyllä sijaitsevien väliaikaisten taulujen lukumäärä, jotka palvelin loi automaattisesti lausekkeita suorittaessaan. Jos Created_tmp_disk_tables-parametrin arvo on liian suuri, nosta tmp_table_size:n arvoa, jotta väliaikaisia tauluja säilytettäisiin levyn sijasta muistissa.';
$strShowStatusCreated_tmp_filesDescr = 'Mysqld:n luomien väliaikaistiedostojen lukumäärä.';
$strShowStatusCreated_tmp_tablesDescr = 'Muistissa sijaitsevien väliaikaistaulujen lukumäärä, jotka palvelin on itsestään luonut lausekkeita suorittaessaan.';
$strShowStatusDelayed_errorsDescr = 'INSERT DELAYED -lausekkeella kirjoitettujen rivien lukumäärä siten, että joitain virheitä tapahtui (todennäköisesti kaksinkertainen avain).';
$strShowStatusDelayed_insert_threadsDescr = 'Käytössä olevien INSERT DELAYED -käsittelijäsäikeiden lukumäärä. Joka ikinen INSERT DELAYED -lauseketta käyttävä taulu saa käyttöönsä oman säikeensä.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED -rivien kirjoitusten lukumäärä.';
$strShowStatusFlush_commandsDescr = 'FLUSH-lausekkeita suoritettu.';
$strShowStatusHandler_commitDescr = 'Sisäisten COMMIT-lausekkeiden lukumäärä.';
$strShowStatusHandler_deleteDescr = 'Rivien poistojen lukumäärä taulukosta.';
$strShowStatusHandler_discoverDescr = 'MySQL-palvelin voi kysyä NDB Cluster -tallennustilamoottorilta, tunteeko se tietyn nimisen taulun. Tätä toimintoa kutsutaan todentamiseksi (discovery). Handler_discover ilmaisee todennettujen taulujen lukumäärän.';
$strShowStatusHandler_read_firstDescr = 'Kertoo, kuinka monta kertaa ensimmäistä kohtaa on luettu indeksistä. Jos tämä on suuri, se kertoo siitä, että palvelin suorittaa runsaasti kokonaisia indeksien läpikäyntejä; esimerkiksi SELECT col1 FROM foo, olettaen col1:sen olevan indeksoitu sarake.';
$strShowStatusHandler_read_keyDescr = 'Kertoo, kuinka monta kertaa rivejä on luettu avaimen perusteella. Jos tämä on suuri, se kertoo siitä, että kyselyjesi ja taulujesi indeksointi suoritetaan oikein.';
$strShowStatusHandler_read_nextDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat seuraavan rivin avainjärjestyksessä. Tämän arvo kasvaa suorittaessasi kyselyitä indeksisarakkeeseen aluerajoitetta käyttäen tai suorittaessasi indeksihaun.';
$strShowStatusHandler_read_prevDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat edellisen rivin avainjärjestyksessä. Tätä lukumenetelmää käytetään lähinnä ORDER BY ... DESC -lauseella optimoimiseen.';
$strShowStatusHandler_read_rndDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat rivin kiinteän sijainnin perusteella. Tämä on suuri, jos suoritat paljon kyselyjä, jotka edellyttävät tulostietojen lajittelua. Käytät ehkä runsaasti sellaisia kyselyitä, jotka edellyttävät MySQL:ää käymään läpi kaikki taulukot, tai liitoksia, jotka käyttävät avaimia virheellisesti.';
$strShowStatusHandler_read_rnd_nextDescr = 'Sellaisten pyyntöjen lukumäärä, jotka lukevat seuraavan rivin datatiedostosta. Tämä on suuri, jos käyt läpi paljon kokonaisia tauluja. Tämä luku kertoo yleensä siitä, että taulujasi ei indeksoida oikein tai että kyselyjä ei kirjoiteta siten, että ne hyödyntäisivät tekemiäsi indeksejä.';
$strShowStatusHandler_rollbackDescr = 'Sisäisten ROLLBACK-lausekkeiden lukumäärä.';
$strShowStatusHandler_updateDescr = 'Taulun rivien päivityspyyntöjen lukumäärä.';
$strShowStatusHandler_writeDescr = 'Niiden pyyntöjen lukumäärä, jotka sijoittavat (INSERT) rivin taulukkoon.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Jotakin dataa (epäsiistiä tai siistiä) sisältävien sivujen lukumäärä,';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Tällä hetkellä epäsiistinä olevien sivujen lukumäärä.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Puskurisäiliön sivujen lukumäärä, jotka on pyydetty siistiä.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Vapaitten sivujen lukumäärä.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB-puskurisäiliön lukittujen sivujen lukumäärä. Nämä ovat sivuja, joita parhaillaan luetaan tai kirjoitetaan tai joita ei voida poistaa tai joiden välimuistia ei voida tyhjentää syystä tai toisesta.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kertoo niiden sivujen lukumäärän, jotka on käytössä johtuen administratiivisen ylijäämän, kuten rivinlukitusten tai mukautuvien hash-indeksien, varaamisesta. Tämä arvo voidaan laskea myös näin: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puskurisäiliön kokonaiskoko, sivuina.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB:n alullepanemien umpimähkäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun suoritetaan kysely, joka käy läpi suuria alueita taulukosta umpimähkäisessä järjestyksessä.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB:n alullepanemien perättäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun InnoDB käy läpi kokonaisen taulun järjestyksessä.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB:n suorittamien loogisten lukupyyntöjen lukumäärä.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Niiden loogisten lukutapausten lukumäärä, joihin InnoDB ei voinut vastata puskurisäiliöstä ja sen takia jouduttiin suorittamaan yksisivuinen luku.'; //öö?
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Tavallisesti kirjoituspyynnöt InnoDB-puskurisäiliöön suoritetaan taustalla. Jos on kuitenkin luettava tai luotava sivu ja puhtaita sivuja ei ole saatavilla, joudutaan odottamaan, että sivuja ensin tyhjennetään. Tämä laskuri laskee tällaisten odotustapausten määrän. Jos puskurisäiliön koko on asetettu sopivaksi, tämän arvon pitäisi olla alhainen.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB:n puskurisäiliöön tehtyjen kirjoituspyyntöjen lukumäärä.';
$strShowStatusInnodb_data_fsyncsDescr = 'fsync()-toimenpiteitä tähän mennessä.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Tällä hetkellä käynnissä olevien fsync()-toimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_pending_readsDescr = 'Tällä hetkellä meneillään olevien lukutoimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_pending_writesDescr = 'Tällä hetkellä meneillään olevien kirjoitustoimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_readDescr = 'Tähän mennessä luetun datan määrä tavuina.';
$strShowStatusInnodb_data_readsDescr = 'Datalukujen kokonaismäärä.';
$strShowStatusInnodb_data_writesDescr = 'Datan kirjoitusten kokonaislukumäärä.';
$strShowStatusInnodb_data_writtenDescr = 'Datan kirjoitusten määrä tähän mennessä, tavuina.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Suoritettujen kakinkertaisten kirjoitustapausten lukumäärä ja tätä varten kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_dblwr_writesDescr = 'Suoritettujen kakinkertaisten kirjoitustapausten lukumäärä ja tätä varten kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_log_waitsDescr = 'Odotusten lukumäärä johtuen siitä, että lokipuskuri oli liian pieni ja meidän täytyi ennen jatkamista odottaa sen tyhjentämistä.';
$strShowStatusInnodb_log_write_requestsDescr = 'Lokikirjoituspyyntöjen lukumäärä.';
$strShowStatusInnodb_log_writesDescr = 'Fyysisten lokitiedostoon kirjoitusten lukumäärä.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Lokitiedostoon tehtyjen fsync-kirjoitusten lukumäärä.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Käynnissä olevien lokitiedosto-fsync-synkronointien lukumäärä.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Käynnisä olevat lokitiedostokirjoitukset.';
$strShowStatusInnodb_os_log_writtenDescr = 'Lokitiedostoon kirjoitettujen tavujen määrä.';
$strShowStatusInnodb_pages_createdDescr = 'Luotujen sivujen lukumäärä.';
$strShowStatusInnodb_page_sizeDescr = 'InnoDB-sivun koko käännettynä (oletuksena 16KB). Useita arvoja lasketaan sivuina; ne voidaan sivun koon avulla muuttaa helposti tavuiksi.';
$strShowStatusInnodb_pages_readDescr = 'Luettujen rivien lukumäärä.';
$strShowStatusInnodb_pages_writtenDescr = 'Kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Tällä hetkellä odotettavien rivilukitusten lukumäärä.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Rivilukituksen saavuttamiseen kulunut aika keskimäärin, millisekunteina.';
$strShowStatusInnodb_row_lock_timeDescr = 'Rivilukitusten saavuttamiseen kulunut aika kaikkinaansa, millisekunteina.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Rivilukituksen saavuttamiseen kulunut aika enimmillään, millisekunteina.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Rivilukituksen odottamiseen kuluneiden aikojen lukumäärä.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB-tauluista poistettujen rivien lukumäärä.';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB-tauluihin lisättyjen rivien lukumäärä.';
$strShowStatusInnodb_rows_readDescr = 'InnoDB-tualukosta luettujen rivien lukumäärä.';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB-taulun päivitettyjen rivien lukumäärä.';
$strShowStatusKey_blocks_not_flushedDescr = 'Niiden avainvälimuistissa sijaitsevien avainlohkojen lukumäärä, joihin on tehty muutoksia, mutta joita ei vielä ole tallennettu levylle. Tämä toiminto tunnetaan yleisesti nimellä Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Avainvälimuistissa sijaitsevien käyttämättömien lohkojen lukumäärä. Tämän arvon avulla voit määrittää, kuinka paljon avainvälimuistia halutaan olevan käytössä.';
$strShowStatusKey_blocks_usedDescr = 'Samaan aikaan avainvälimuistissa olleiden lohkojen lukumäärä korkeintaan.';
$strShowStatusKey_read_requestsDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat avainlohkon välimuistista.';
$strShowStatusKey_readsDescr = 'Kertoo, kuinka monta kertaa levyltä on fyysisesti luettu avainlohkoja. Jos Key_readsin arvo on suuri, key_buffer_size-muuttujaan on ehkä asetettu liian alhainen arvo. Välimuistin käyttötahti voidaan laskea näin: Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Välimuistiin avainlohkon kirjoittaneiden pyyntöjen lukumäärä.';
$strShowStatusKey_writesDescr = 'Niiden pyyntöjen lukumäärä, jotka fyysisesti kirjoittavat levylle avainlohkon.';
$strShowStatusLast_query_costDescr = 'Viimeksi kootun (compiled) kyselyn kokonaiskulut sellaisenaan kuin kyselynoptimoija on ne laskenut. Hyödyllinen eri kyselysuunnitelmien vertailemiseksi samaa kyselyä varten. Oletusarvo 0 tarkoittaa, että yhtään kyselyä ei ole vielä koottu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Niiden rivien lukumäärä, joita odotetaan kirjoitettavan INSERT DELAY -jonoissa.';
$strShowStatusOpened_tablesDescr = 'Taulujen avausten lukumäärä. Jos lukumäärä on suuri, tauluvälimuistin arvo saattaa olla liian alhainen.';
$strShowStatusOpen_filesDescr = 'Avoinna olevien tiedostojen lukumäärä.';
$strShowStatusOpen_streamsDescr = 'Avoinna olevien säikeiden lukumäärä (käytetään enimmäkseen kirjaukseen).';
$strShowStatusOpen_tablesDescr = 'Avoinna olevien taulujen lukumäärä.';
$strShowStatusQcache_free_blocksDescr = 'Vapaitten muistilohkojen lukumäärä kyselyvälimuistissa.';
$strShowStatusQcache_free_memoryDescr = 'Vapaan muistin määrä kyselyvälimuistin käyttöön.';
$strShowStatusQcache_hitsDescr = 'Välimuistiosumien lukumäärä.';
$strShowStatusQcache_insertsDescr = 'Välimuistiin sijoitettujen kyselyjen lukumäärä.';
$strShowStatusQcache_lowmem_prunesDescr = 'Niiden kyselyjen lukumäärä, jotka on poistettu välimuistista muistin vapauttamiseksi, jotta uusia kyselyjä voitaisiin tallentaa välimuistiin. Tämän tiedon avulla voit asettaa kyselyvälimuistin koon sopivaksi. Kyselyvälimuisti käyttää LRU- eli "viimeksi vähiten käytetyt" -strategiaa päättämään, mitkä kyselyt poistetaan välimuistista.';
$strShowStatusQcache_not_cachedDescr = 'Niiden kyselyjen lukumäärä, joita ei ole tallennettu välimuistiin (ei ole voitu tallentaa välimuistiin, tai ei muuten vain ole tallennettu sinne query_cache_type-asetuksesta johtuen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Rekisteröityjen kyselyjen lukumäärä välimuistissa.';
$strShowStatusQcache_total_blocksDescr = 'Lohkojen kokonaislukumäärä kyselyvälimuistissa.';
$strShowStatusReset = 'Nollaa';
$strShowStatusRpl_statusDescr = 'Replikaation vikasietotila (ei toteutettu vielä).';
$strShowStatusSelect_full_joinDescr = 'Indeksejä käyttämättömien liitosten lukumäärä. Jos tämä arvo ei ole 0, sinun tulisi tarkistaa taulujesi indeksit tarkkaan.';
$strShowStatusSelect_full_range_joinDescr = 'Niiden liitosten lukumäärä, jotka käyttivät aluehakua viitetaulussa (reference table).';
$strShowStatusSelect_range_checkDescr = 'Avaimittomien liitosten lukumäärä, jotka varmistavat avaimien käytön joka rivin jälkeen. (Jos tämä ei ole 0, sinun tulisi tarkistaa taulujesi indeksit huolella.)';
$strShowStatusSelect_rangeDescr = 'Niiden liitosten lukumäärä, jotka käyttivät alueita ensimmäiseen tauluun. (Yleensä ei ole vakavaa, vaikka tämä arvo olisikin suuri.)';
$strShowStatusSelect_scanDescr = 'Liitosten lukumäärä, jotka suorittivat ensimmäisestä taulusta täydellisen tarkistuksen.';
$strShowStatusSlave_open_temp_tablesDescr = 'SQL-alisäikeen avointen väliaikaistaulujen lukumäärä tällä hetkellä.';
$strShowStatusSlave_retried_transactionsDescr = 'Replikaation SQL-alisäikeen uudelleen yrittämien transkatioiden kokonaislukumäärä käynnistyksesä lähtien';
$strShowStatusSlave_runningDescr = 'Tämä on ON, mikäli kyseinen palvelin on pääpalvelimeen kytketty alipalvelin.';
$strShowStatusSlow_launch_threadsDescr = 'Niiden säikeiden lukumäärä, joiden luomiseen on kulunut aikaa enemmän kuin slow_launch_time sekuntia.';
$strShowStatusSlow_queriesDescr = 'Niiden kyselyjen lukumäärä, joiden suorittamiseen on kulunut aikaa enemmän kuin long_query_time sekuntia.';
$strShowStatusSort_merge_passesDescr = 'Lajittelualgoritmiin tarvittavien yhdentymisten (eng. merge) lukumäärä. Jos tämä arvo on suuri, voit suurentaa sort_buffer-muuttujan arvoa.';
$strShowStatusSort_rangeDescr = 'Alueiden (ranges) kanssa suoritettujen lajittelujen lukumäärä.';
$strShowStatusSort_rowsDescr = 'Lajiteltujen rivien lukumäärä.';
$strShowStatusSort_scanDescr = 'Niiden lajittelutoimenpiteiden lukumäärä, jotka on suoritettu käymällä taulukko läpi.';
$strShowStatusTable_locks_immediateDescr = 'Tapausten, jolloin taulun lukitus on saatu heti suoritettua, määrä.';
$strShowStatusTable_locks_waitedDescr = 'Niiden tapausten määrä, jolloin taulun lukitusta ei ole saatu suoritettua heti ja siitä johtuen sitä on jouduttu odottamaan. Jos tämä on suuri, ja suorituskyvyn kanssa on pulmia, sinun kannattaisi ensiksi optimoida kyselysi ja sitten joko jakaa taulusi osiksi tai käyttää hyväksesi replikaatiota.';
$strShowStatusThreads_cachedDescr = 'Säievälimuistissa sijaitsevien säikeiden lukumäärä. Välimuistin käyttötahti voidaan laskea näin: Threads_created/yhteyksien lkm. Jos tämä arvo näkyy punaisena, thread_cache_size-muuttujan arvoa tulisi nostaa.';
$strShowStatusThreads_connectedDescr = 'Tällä hetkellä avoinna olevien yhteyksien lukumäärä.';
$strShowStatusThreads_createdDescr = 'Yhteyksien käsittelyä varten luotujen säikeiden lukumäärä. Jos Threads_created on suuri, kannattaa kasvattaa thread_cache_size:n arvoa. (Yleensä tällä ei ole kovin huomattavaa vaikutusta suorituskykyyn, jos säikeiden toteutus on toteutettu hyvin.)';
$strShowStatusThreads_runningDescr = 'Niiden säikeiden lukumäärä, jotka eivät ole unessa.';
$strShowTableDimension = 'Näytä taulujen ulottuvuus';
$strShowTables = 'Näytä taulut';
$strShowThisQuery = ' Näytä lause uudelleen ';
$strSimplifiedChinese = 'Yksinkertaistettu kiina';
$strSingly = '(yksitellen)';
$strSize = 'Koko';
$strSkipQueries = 'Tiedoston alusta ohitettavien merkintöjen (kyselyjen) määrä';
$strSlovak = 'Slovakialainen';
$strSlovenian = 'Slovenialainen';
$strSocketProblem = "(tai paikallisen MySQL-palvelimen sockettia ei ole konfiguroitu oikein)";
$strSortByKey = 'Lajittele avaimen mukaan';
$strSorting = 'Lajittelu'; //or Lajitellaan...?
$strSort = 'Järjestys';
$strSpaceUsage = 'Levytilan käyttö';
$strSpanish = 'Espanjalainen';
$strSplitWordsWithSpace = 'Sanat erotellaan välilyönnillä.';
$strSQLExportCompatibility = 'SQL-viennin yhteensopivuus';
$strSQLExportType = 'Vientityyppi';
$strSQLImportOptions = 'SQL-valinnat';
$strSQLOptions = 'SQL-valinnat';
$strSQLParserBugMessage = 'Olet mahdollisesti löytänyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, että olet siirtämässä tiedostoa, jossa on binääridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentoriviltä. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi. Jos lause toimi komentorivillä, mutta ei phpMyAdminissa, kokeile etsiä se rivi, joka virheilmoituksen aiheutti ja lähetä meille bugiraportti, johon liität alla olevan koodin:';
$strSQLParserUserError = 'SQL-lauseessasi oli virhe. SQL-haussasi näyttää olevan jokin virhe. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi.';
$strSQLQuery = 'SQL-lause';
$strSQLResult = 'SQL-lauseen tulos';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Epäkelpo tunniste';
$strSQPBugUnclosedQuote = 'Toinen lainausmerkki puuttuu merkkijonon lopusta';
$strSQPBugUnknownPunctuation = 'Tuntematon välimerkki';
$strStatCheckTime = 'Viimeksi tarkistettu';
$strStatCreateTime = 'Luotu';
$strStatement = 'Tieto';
$strStatisticsOverrun = 'Ruuhkaisten palvelinten tavulaskurit saattavat ylivuotaa, joten MySQL-palvelimen ilmoittamat tilastotiedot saattavat olla virheellisiä.';
$strStatUpdateTime = 'Viimeksi päivitetty';
$strStatus = 'Tila';
$strStorageEngines = "Tallennustilamoottorit";
$strStorageEngine = "Tallennustilamoottori";
$strStrucCSV = 'CSV-muotoinen data';
$strStrucData = 'Rakenne ja data';
$strStrucDrop = 'Lisää \'DROP TABLE\' -rivit';
$strStrucExcelCSV = 'MS Excelin CSV-muoto';
$strStrucNativeExcel = 'Natiivi MS Excel -data';
$strStrucOnly = 'Vain rakenne';
$strStructPropose = 'Esitä taulun rakenne';
$strStructure = 'Rakenne';
$strSubmit = 'Lähetä';
$strSuccess = 'SQL-lause suoritettu';
$strSum = 'Summa';
$strSwedish = 'Ruotsalainen';
$strSwitchToDatabase = 'Siirry kopioituun tietokantaan';
$strSwitchToTable = 'Siirry kopioituun tauluun';
 
$strTableAlreadyExists = 'Taulu %s on jo olemassa!';
$strTableComments = 'Taulun kommentit';
$strTableEmpty = 'Taulun nimi puuttuu!';
$strTableHasBeenDropped = 'Taulu %s on pudotettu';
$strTableHasBeenEmptied = 'Taulu %s on tyhjennetty';
$strTableHasBeenFlushed = 'Taulun %s välimuisti on tyhjennetty';
$strTableMaintenance = 'Taulun huolto';
$strTableOfContents = 'Sisällysluettelo';
$strTableOptions = 'Taulun valinnat';
$strTables = '%s taulu(a)';
$strTableStructure = 'Rakenne taululle';
$strTable = 'Taulu';
$strTableType = 'Taulun muoto';
$strTakeIt = 'käytä tätä';
$strTblPrivileges = 'Taulukohtaiset käyttöoikeudet';
$strTempData = 'Väliaikainen data';
$strTextAreaLength = ' Pituudestaan johtuen<br /> tätä saraketta ei ehkä voi muokata ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Oletusteemaa %s ei löydy!';
$strThemeNoPreviewAvailable = 'Esikatselu ei ole saatavilla.';
$strThemeNotFound = 'Teemaa %s ei löydy!';
$strThemeNoValidImgPath = 'Kelvollista polkua teemalle %s ei löytynyt.';
$strThemePathNotFound = 'Teeman %s polkua ei löydy!';
$strTheme = 'Teema/tyyli';
$strThisHost = 'Tämä isäntä';
$strThisNotDirectory = 'Tämä ei ole hakemisto';
$strThreads = 'Säikeet';
$strThreadSuccessfullyKilled = 'Säikeen %s (threadin) lopetus onnistui.';
$strTime = 'Aika';
$strTimeoutInfo = 'Edellinen tuonti keskeytyi aikakatkaisuun; lähetettyäsi tiedoston uudestaan jatkamme kohdasta %d.';
$strTimeoutNothingParsed = 'Viimeisestä suorituskerrasta huolimatta mitään dataa ei ole parsittu; tämä tarkoittaa yleensä sitä, että phpMyAdmin ei voi suorittaa tätä tuontia loppuun asti, ellei php:n suoritusaikarajaa kasvateta.';
$strTimeoutPassed = 'Skriptin suoritus aikakatkaistiin; jos haluat suorittaa tuonnin loppuun saakka, lähetä sama tiedosto uudestaan, ja tuomista voidaan jaktaa.';
$strToggleScratchboard = 'Näytä/kätke luonnospöytä (scratchboard)';
$strTotalUC = 'Yhteensä';
$strTotal = 'yhteensä';
$strTraditionalChinese = 'Perinteinen kiina';
$strTraditionalSpanish = 'Perinteinen espanja';
$strTraffic = 'Liikenne';
$strTransactionCoordinator = 'Transaktiokoordinaattori';
$strTransformation_application_octetstream__download = 'Näytä linkki kentän binääridatan imurointiin. Ensimmäinen valinta on binääritiedoston tiedostonimi. Toinen valinta on mahdollisen taulun rivin kenttänimi, jolla tiedostonimi sijaitsee. Jos käytät toista (2) valintaa, sinun on asetettava ensimmäinen valinta tyhjäksi.';
$strTransformation_application_octetstream__hex = 'Näyttää datan heksadesimaalisena esitysmuotona.';
$strTransformation_image_jpeg__inline = 'Näyttää klikattavan pikkukuvan; valinnat: leveyden,korkeuden pikseleinä (säilyttää alkuperäisen suhteen)';
$strTransformation_image_jpeg__link = 'Näyttää linkin tähän kuvaan (eli suora blob-imurointi).';
$strTransformation_image_png__inline = 'Katso image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Ottaa TIME-, TIMESTAMP- tai DATETIME-kentän ja muotoilee sen paikallisen päiväysformaatin mukaiseksi. Ensimmäinen valinta on siirros (tunteina), joka lisätään aikamerkintään (Oletus: 0). Jälkimmäinen valinta on toisenlainen päiväysformaatti, jonka parametrit ovat PHP:n strftime()-funktion mukaisia.';
$strTransformation_text_plain__external = 'VAIN LINUXILLE: Käynnistää ulkoisen ohjelman ja syöttää kenttädatan oletusarvoisen syötteen kautta. Palauttaa ohjelman oletusarvoisen tulosteen. Oletusarvona on Tidy, HTML-koodin tulostamiseksi siististi. Tietoturvasyistä joudut manuaalisesti muokkaamaan tiedostoa libraries/transformations/text_plain__external.inc.php ja lisäämään ajettavaksi sallimasi työkalut. Ensimmäinen valinta on silloin haluamasi ohjelman numero ja toinen valinta määrittää ohjelmalle annettavat parametrit. Kolmannen parametrin ollessa yksi (1) tuloste konvertataan käyttäen htmlspecialchars()-funktiota (Oletus on 1). Neljännen parametrin ollessa yksi (1) sisältökennoon lisätään NOWRAP, jotta koko tuloste näkyy ilman mitään ennakkomuotoiluja (Oletus 1)';
$strTransformation_text_plain__formatted = 'Säilyttää kentän alkuperäiset muotoilut. Kenoviivoja ei käytetä erikoismerkkien edellä.';
$strTransformation_text_plain__imagelink = 'Näyttää kuvan ja linkin, kenttä sisältää tiedostonimen; ensimmäinen valinta on etuliite, eli esimerkiksi "http://domain.com/", toinen valinta on leveys pikseleinä, kolmas on korkeus.';
$strTransformation_text_plain__link = 'Näyttää linkin, kenttä sisältää tiedostonimen; ensimmäinen valinta on etuliite, eli esimerkiksi "http://domain.com/", toinen valinta on linkin otsikko.';
$strTransformation_text_plain__sql = 'Muotoilee SQL-pyynnön syntaksivärityksellä.';
$strTransformation_text_plain__substr = 'Näyttää vain osan merkkijonoa. Ensimmäinen valinta on tarkoitettu määrittelemään siirrosta, jonka kohdalta tekstin näyttäminen aloitetaan (Oletus: 0). Toinen valinta kertoo, kuinka monta merkkiä tekstistä näytetään. Tämän ollessa tyhjä merkkijonosta näytetään kaikki loput tekstit. Kolmas valinta määrittelee, mitä merkkejä merkkijonon perään lisätään sitä näytettäessä (Oletus: "...") .';
$strTruncateQueries = 'Näytä typistetyt pyynnöt';
$strTurkish = 'Turkkilainen';
$strType = 'Tyyppi';
 
$strUkrainian = 'Ukrainalainen';
$strUncheckAll = 'Poista valinta kaikista';
$strUnicode = 'Unicode';
$strUnique = 'Uniikki';
$strUnknown = 'tuntematon';
$strUnselectAll = 'Poista valinta kaikista';
$strUnsupportedCompressionDetected = 'Yritit ladata tiedostoa, joka käyttää tukematonta pakkausmuotoa (%s). Tukea kyseiselle muodolle ei joko ole toteutettu, tai se on poistettu käytöstä asetusten kautta.';
$strUpdatePrivMessage = 'Käyttäjän %s käyttöoikeudet on päivitetty.';
$strUpdateProfileMessage = 'Profiili on päivitetty.';
$strUpdateQuery = 'Päivitä kysely';
$strUpdComTab = 'Tarkista dokumentaatiosta, kuinka voit päivittää Column_comments-taulusi';
$strUpgrade = 'Sinun pitäisi päivittää versioon %s %s tai myöhempään.';
$strUploadLimit = 'Yritit todennäköisesti ladata palvelimelle liian suurta tiedostoa. Viittaa %sdokumentaatioon%s saadaksesi tietoja tämän rajoituksen muuttamisesta.';
$strUsage = 'Käyttö';
$strUseBackquotes = 'Pane taulujen ja sarakkeiden nimet lainausmerkkeihin';
$strUsedPhpExtensions = 'Käytössä olevat PHP-laajennukset';
$strUseHostTable = 'Käytä host-taulua';
$strUserAlreadyExists = 'Käyttäjä %s on jo olemassa!';
$strUserEmpty = 'Käyttäjän nimi puuttuu!';
$strUser = 'Käyttäjä';
$strUserName = 'Käyttäjänimi';
$strUserNotFound = 'Valittua käyttäjää ei löytynyt käyttöoikeustaulusta.';
$strUserOverview = 'Käyttäjien yleiskatsaus';
$strUsersDeleted = 'Valitsemiesi käyttäjien poisto onnistui.';
$strUsersHavingAccessToDb = 'Käyttäjät, joilla on oikeus käyttää kohdetta &quot;%s&quot;';
$strUseTabKey = 'Käytä tabulaattoria siirtyäksesi arvojen välillä, tai CTRL+nuolia siirtäksesi mihin tahansa kohtaan';
$strUseTables = 'Käytä tauluja';
$strUseTextField = 'Käytä tekstikenttää';
$strUseThisValue = 'Käytä tätä arvoa';
 
$strValidateSQL = 'Tarkista SQL-lause';
$strValidatorError = 'SQL-validaattoria ei voitu käynnistää. Tarkista, että olet asentanut tarpeelliset PHP-laajennukset. Lisää tietoa löytyy %sdokumentaatiosta%s.';
$strValue = 'Arvo';
$strVar = 'Muuttuja';
$strVersionInformation = "Versiotiedot";
$strViewDumpDatabases = 'Näytä vedos (skeema) tietokannoista';
$strViewDumpDB = 'Tee vedos tietokannasta';
$strViewDump = 'Tee vedos taulusta';
$strViewHasBeenDropped = "Näkymä %s on poistettu";
$strView = "Näkymä";
 
$strWebServerUploadDirectoryError = 'Valitsemaasi hakemistoa ei voitu käyttää tiedostojen siirtämiseen';
$strWebServerUploadDirectory = 'palvelimen hakemisto tiedostojen siirtoa varten';
$strWelcome = 'Tervetuloa, toivottaa %s';
$strWestEuropean = 'Länsieurooppalainen';
$strWildcard = 'jokerimerkki';
$strWindowNotFound = 'Kohdeselainikkunaa ei voitu päivittää. Syynä voi olla se, että olet sulkenut isäntäikkunan tai että selaimesi tietoturva-asetukset estävät ikkunoiden välisen päivittämisen.';
$strWithChecked = 'Valitut:';
$strWriteRequests = 'Kirjoituspyynnöt';
$strWritingCommentNotPossible = 'Kommentin kirjoittaminen ei ole mahdollista';
$strWritingRelationNotPossible = 'Relaation kirjoittaminen ei ole mahdollista';
$strWrongUser = 'Väärä käyttäjätunnus tai salasana. Pääsy kielletty.';
 
$strXML = 'XML';
 
$strYes = 'Kyllä';
 
$strZeroRemovesTheLimit = 'Huom: Näiden valintojen asettaminen nollaksi (0) poistaa raja-arvon.';
$strZip = '"zip-pakattu"';
 
// To translate:
 
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/finnish-utf-8.inc.php
0,0 → 1,991
<?php
/* $Id: finnish-utf-8.inc.php,v 2.124.2.4.4.1 2006/08/02 17:00:56 lem9 Exp $ */
 
/*
* Translated by Jouni Kähkönen, <address withdrawn>
* Previous translations by Visa Kopu, <visa@visakopu.net>
*
* Nov 2005: Several changes and fixes done (by Jouni Kähkönen)
* Toisinnon 2.7.0-dev käännöstyö valmis tänään 10.11.2005 kello 19:18
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('tavua', 'kt', 'Mt', 'Gt', 'Tt', 'Pt', 'Et');
 
$day_of_week = array('Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La');
$month = array('Tammi', 'Helmi', 'Maalis', 'Huhti', 'Touko', 'Kesä', 'Heinä', 'Elo', 'Syys', 'Loka', 'Marras', 'Joulu');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y klo %H:%M';
 
$timespanfmt = '%s päivää, %s tuntia, %s minuuttia ja %s sekuntia';
 
'Kertoo, kuinka monesti replikaation SQL-alisäie on uudelleen yrittänyt transkatioita kaikkiaan käynnistyksestä lähtien.';
 
$strAbortedClients = 'Keskeytetty';
$strAbsolutePathToDocSqlDir = 'Anna täydellinen polku docSQL-hakemistoon Internet-palvelimella';
$strAccessDeniedCreateConfig = 'Todennäköinen syy tälle on se, ettet ole luonut asetustiedostoa. Voit käyttää %1$sasetusskriptiä%2$s asetustiedoston luomiseen.';
$strAccessDeniedExplanation = 'phpMyAdmin yritti saada yhteyden MySQL-palvelimeen, mutta se torjui yhteyden. Tarkista palvelin, käyttäjänimi ja salasana config.inc.php-tiedostosta ja varmista, että ne vastaavat MySQL-palvelimen järjestelmänvalvojan antamia tietoja.';
$strAccessDenied = 'Pääsy kielletty';
$strAction = 'Toiminnot';
$strAddAutoIncrement = 'Lisää \'AUTO_INCREMENT\'-arvo';
$strAddConstraints = 'Lisää rajoitteet';
$strAddDeleteColumn = 'Lisää/poista sarakkeita';
$strAddDeleteRow = 'Lisää/poista hakuehtoja';
$strAddDropDatabase = 'Lisää \'DROP DATABASE\'';
$strAddedColumnComment = 'Lisätty kommentti sarakkeeseen';
$strAddedColumnRelation = 'Lisätty relaatio sarakkeeseen';
$strAddFields = 'Lisää %s kenttä(ä)';
$strAddHeaderComment = 'Lisää oma kommentti otsikkoon (\\n on rivinvaihto)';
$strAddIfNotExists = 'Lisää \'IF NOT EXISTS\'';
$strAddIntoComments = 'Lisää kommentteihin';
$strAddNewField = 'Lisää sarake';
$strAddPrivilegesOnDb = 'Lisää käyttöoikeudet seuraavaan tietokantaan';
$strAddPrivilegesOnTbl = 'Lisää käyttöoikeudet seuraavaan tauluun';
$strAddSearchConditions = 'Lisää hakuehtoja ("where"-lauseen sisältö):';
$strAddToIndex = 'Lisää indeksiin %s sarake(tta)';
$strAddUser = 'Lisää uusi käyttäjä';
$strAddUserMessage = 'Olet lisännyt uuden käyttäjän.';
$strAdministration = 'Pääkäyttäjyys';
$strAffectedRows = 'Kohdistettuja rivejä:';
$strAfterInsertBack = 'Takaisin';
$strAfterInsertNewInsert = 'Lisää uusi rivi';
$strAfterInsertNext = 'Muokkaa seuraavaa riviä';
$strAfterInsertSame = 'Palaa tälle sivulle';
$strAfter = 'Jälkeen sarakkeen: %s';
$strAll = 'Kaikki';
$strAllowInterrupt = 'Salli tuonnin keskeyttäminen, mikäli skripti huomaa ylittävänsä aikarajoituksen. Tätä kannattaa käyttää suurten tiedostojen tuomiseen; se voi kuitenkin aiheuttaa häiriöitä transaktioihin.';
$strAllTableSameWidth = 'Näytä kaikki taulut samanlevyisinä?';
$strAlterOrderBy = 'Järjestä taulu';
$strAnalyzeTable = 'Analysoi taulu';
$strAnd = 'Ja';
$strAndThen = 'ja sen jälkeen';
$strAnIndex = 'Sarakkeelle %s on lisätty indeksi';
$strAnyHost = 'Mikä tahansa palvelin';
$strAny = 'Mikä tahansa';
$strAnyUser = 'Mikä tahansa käyttäjä';
$strApproximateCount = 'Saattaa olla summittainen. Katso FAQ 3.11';
$strAPrimaryKey = 'Sarakkeelle %s on lisätty ensisijainen avain';
$strArabic = 'Arabialainen';
$strArmenian = 'Armenialainen';
$strAscending = 'Nouseva';
$strAtBeginningOfTable = 'Taulun alkuun';
$strAtEndOfTable = 'Taulun loppuun';
$strAttr = 'Attribuutit';
$strAutodetect = 'Määritä automaattisesti';
$strAutomaticLayout = 'Automaattinen ulkoasu';
 
$strBack = 'Takaisin';
$strBaltic = 'Baltilainen';
$strBeginCut = 'ALOITA CUT';
$strBeginRaw = 'ALOITA RAW';
$strBinary = 'Binääridata';
$strBinaryDoNotEdit = 'Binääridataa - älä muokkaa';
$strBinaryLog = 'Binääriloki';
$strBinLogEventType = 'Tapahtumatyyppi';
$strBinLogInfo = 'Informaatio';
$strBinLogName = 'Lokin nimi';
$strBinLogOriginalPosition = 'Alkuperäinen sijainti';
$strBinLogPosition = 'Sijainti';
$strBinLogServerId = 'Palvelimen ID';
$strBookmarkAllUsers = 'Anna kaikkien käyttäjien päästä käsiksi tähän kirjanmerkkiin';
$strBookmarkCreated = 'Kirjanmerkki %s luotu';
$strBookmarkDeleted = 'Tallennettu SQL-lause on poistettu.';
$strBookmarkLabel = 'Tunniste';
$strBookmarkQuery = 'Tallennettu SQL-lause';
$strBookmarkReplace = 'Korvaa saman niminen, olemassa oleva kirjanmerkki';
$strBookmarkThis = 'Tallenna SQL-lause';
$strBookmarkView = 'Näytä';
$strBrowseDistinctValues = 'Selaa erillisiä arvoja';
$strBrowseForeignValues = 'Selaa vieraita arvoja';
$strBrowse = 'Selaa';
$strBufferPoolActivity = 'Puskurisäiliön aktiivisuus';
$strBufferPool = "Puskurisäiliö";
$strBufferPoolUsage = "Puskurisäiliön käyttö";
$strBufferReadMisses = 'Epäonnistuneet lukuyritykset';
$strBufferReadMissesInPercent = 'Epäonnistuneet lukuyritykset: %';
$strBufferWriteWaitsInPercent = 'Kirjoitusviipeet: %';
$strBufferWriteWaits = 'Viive ennen kirjoitusta';
$strBulgarian = 'Bulgarialainen';
$strBusyPages = "Käytössä olevat sivut";
$strBzError = 'phpMyAdmin ei voinut pakata vedosta johtuen rikkinäisestä Bz2-laajennuksesta tässä php:n versiossa. On suositeltavaa asettaa <code>$cfg[\'BZipDump\']</code>-direktiivi phpMyAdminin konfigurointitiedostosta arvoksi <code>FALSE</code>. Jos haluat käyttää Bz2-pakkauksen toimintoja, sinun pitää päivittää uusimpaan php:n versioon. Katso lisätietoja php bug reportista: %s .';
$strBzip = '"bzip-pakattu"';
 
$strCalendar = 'Kalenteri';
$strCanNotLoadImportPlugins = 'Tuontiin tarvittavaa lisäosaa ei voida tuoda, tarkista asennuksen asetukset!';
$strCannotLogin = 'MySQL-palvelimelle ei voitu kirjautua sisään';
$strCantLoad = 'en voi ladata laajennusta %s,<br />ole hyvä, ja tarkista PHP:n asetukset';
$strCantLoadRecodeIconv = 'Merkistön konvertointiin tarvittavaa iconv- tai recode-laajennusta ei voitu ladata. Muokkaa PHP:n asetuksia ja salli näiden laajennusten käyttö tai muuta phpMyAdminin asetuksia niin ettei konvertointia suoriteta.';
$strCantRenameIdxToPrimary = 'Indeksiä ei voi muuttaa PRIMARY-nimiseksi!';
$strCantUseRecodeIconv = 'iconv-, libiconv- tai recode_string-funktioita ei voitu käyttää. Tarkista PHP:n asetukset.';
$strCardinality = 'Kardinaliteetti';
$strCaseInsensitive = 'Kirjainkoolla ei väliä';
$strCaseSensitive = 'Tarkka kirjainkoko';
$strCentralEuropean = 'Keskieurooppalainen';
$strChangeCopyModeCopy = '... säilytä vanha käyttäjä.';
$strChangeCopyModeDeleteAndReload = ' ... poista vanha käyttäjä käyttäjätauluista ja lataa käyttöoikeudet sen jälkeen uudelleen.';
$strChangeCopyModeJustDelete = ' ... poista vanha käyttäjä käyttäjätauluista.';
$strChangeCopyMode = 'Luo uusi käyttäjä samoilla käyttöoikeuksilla ja ...';
$strChangeCopyModeRevoke = ' ...peruuta kaikki aktiiviset käyttöoikeudet vanhalta käyttäjältä ja tuhoa se sen jälkeen.';
$strChangeCopyUser = 'Vaihda sisäänkirjautumistietoja / Kopioi käyttäjä';
$strChangeDisplay = 'Valitse näytettävä sarake';
$strChange = 'Muokkaa';
$strChangePassword = 'Vaihda salasanaa';
$strCharset = 'Merkistökoodaus';
$strCharsetOfFile = 'Tiedoston merkistö:';
$strCharsetsAndCollations = 'Merkistökoodaukset ja aakkosjärjestykset';
$strCharsets = 'Merkistöt';
$strCheckAll = 'Valitse kaikki';
$strCheckOverhead = 'Valitse käyttämättömät taulut'; //?
$strCheckPrivs = 'Hallitse käyttöoikeuksia';
$strCheckPrivsLong = 'Hallitse tietokannan &quot;%s&quot; käyttöoikeuksia.';
$strCheckTable = 'Tarkista taulu';
$strChoosePage = 'Valitse muokattava sivu';
$strColComFeat = 'Sarakkeiden kommentit näkyvissä';
$strCollation = 'Aakkosjärjestys';
$strColumnNames = 'Sarakkeiden nimet';
$strColumnPrivileges = 'Sarakekohtaiset käyttöoikeudet';
$strCommand = 'Komento';
$strCommentsForTable = 'KOMMENTIT TAULULLE';
$strComments = 'Kommentit';
$strCompatibleHashing = 'MySQL&nbsp;4.0 -yhteensopiva';
$strCompleteInserts = 'Kokonaiset insert-lauseet';
$strCompression = 'Pakkaus';
$strCompressionWillBeDetected = 'Seuraavat tiedostopakkausmuodot havaitaan automaattisesti: %s';
$strConfigDefaultFileError = 'En voi ladata oletusasetuksia kohteesta: "%1$s"';
$strConfigFileError = 'phpMyAdmin ei pysty lukemaan asetustiedostoa.<br />Tämä saattaa johtua virheestä, jonka PHP löysi tiedostosta tai tiedoston puuttumisesta.<br />Voit avata tiedoston allaolevasta linkistä ja lukea mahdolliset PHP-virheilmoituikset. Todennäköisimmin joltain riviltä puuttuu lainausmerkki tai puolipiste.<br />Jos linkistä avautuva sivu on tyhjä, asetustiedostosta ei löytynyt virhettä.';
$strConfigureTableCoord = 'Määrittele koordinaatit taululle %s';
$strConnectionError = 'En voi yhdistää: virheelliset asetukset.';
$strConnections = 'Yhteydenotot';
$strConstraintsForDumped = 'Rajoitteet vedostauluille';
$strConstraintsForTable = 'Rajoitteet taululle';
$strCookiesRequired = 'Selaimessa pitää olla cookietuki päällä tästä eteenpäin.';
$strCopyDatabaseOK = 'Tietokanta %s on kopioitu tietokannaksi %s';
$strCopy = 'Kopioi';
$strCopyTable = 'Kopioi taulu toiseen tauluun nimellä (tietokanta<b>.</b>taulu):';
$strCopyTableOK = 'Taulu %s on kopioitu nimelle %s.';
$strCopyTableSameNames = 'Taulua ei voida kopioida itseensä!';
$strCouldNotKill = 'phpMyAdmin ei voinut lopettaa säiettä %s (thread). Se on todennäköisesti jo suljettu.';
$strCreateDatabaseBeforeCopying = 'Suorita CREATE DATABASE ennen kopioimista';
$strCreateIndex = 'Luo &nbsp;%s:n sarakkeen indeksi';
$strCreateIndexTopic = 'Luo uusi indeksi';
$strCreate = 'Luo';
$strCreateNewDatabase = 'Luo uusi tietokanta';
$strCreateNewTable = 'Luo uusi taulu tietokantaan %s';
$strCreatePage = 'Luo uusi sivu';
$strCreatePdfFeat = 'PDF-tiedostojen luonti';
$strCreationDates = 'Luonti/päivitys/tarkistus -päiväykset';
$strCriteria = 'Hakuehdot';
$strCroatian = 'Kroaatti';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV-valinnat';
$strCSVOptions = 'CSV-valinnat';
$strCyrillic = 'Kyrillinen';
$strCzechSlovak = 'Tsekkoslovakialainen';
$strCzech = 'Tshekkiläinen';
 
$strDanish = 'Tanskalainen';
$strDatabaseEmpty = 'Tietokannan nimi on tyhjä!';
$strDatabaseExportOptions = 'Tietokannan tulostusvalinnat';
$strDatabaseHasBeenDropped = 'Tietokanta %s on pudotettu.';
$strDatabaseNoTable = 'Tämä tietokanta ei sisällä yhtään taulua!';
$strDatabasesDropped = '%s tietokantaa pudotettiin onnistuneesti.';
$strDatabasesStatsDisable = 'Poista tilastot käytöstä';
$strDatabasesStatsEnable = 'Ota tilastot käyttöön';
$strDatabasesStatsHeavyTraffic = 'Huom: Tietokantatilastojen käyttöönotto täältä käsin saattaa aiheuttaa runsaasti liikennettä Internet-palvelimen ja MySQL-palvelimen välillä.';
$strDatabasesStats = 'Tietokantatilastot';
$strDatabases = 'Tietokannat';
$strDatabase = 'Tietokanta';
$strData = 'Data';
$strDataDict = 'Datasanakirja';
$strDataOnly = 'Vain data';
$strDataPages = "Dataa sisältävät sivut";
$strDBComment = 'Tietokannan kommentti: ';
$strDBCopy = 'Luo tietokannasta toinen tietokanta nimellä:';
$strDBGContextID = 'Konteksti-ID';
$strDBGContext = 'Konteksti';
$strDBGHits = 'Osumat';
$strDBGLine = 'Rivi';
$strDBGMaxTimeMs = 'Maks. aika, ms';
$strDBGMinTimeMs = 'Min. aika, ms';
$strDBGModule = 'Moduuli';
$strDBGTimePerHitMs = 'Aika/osuma, ms';
$strDBGTotalTimeMs = 'Koko aika, ms';
$strDbPrivileges = 'Tietokantakohtaiset käyttöoikeudet';
$strDBRename = 'Muuta tietokannan nimi';
$strDbSpecific = 'tietokantakohtainen';
$strDefaultEngine = "%s on tämän MySQL-palvelimen oletusarvoinen tallennustilamoottori.";
$strDefault = 'Oletusarvo';
$strDefaultValueHelp = 'Syötä oletusarvoihin vain yksinäinen arvo (käyttämättä kenoviivamerkintöjä tai lainausmerkkejä) tässä muodossa: a';
$strDefragment = 'Eheytä taulu';
$strDelayedInserts = 'Käytä viivästettyjä insert-lauseita';
$strDeleteAndFlushDescr = 'Tämä on siivoin tapa, mutta käyttöoikeuksien lataaminen uudelleen saattaa kestää jonkin aikaa.';
$strDeleteAndFlush = 'Poista käyttäjät ja lataa käyttöoikeudet sen jälkeen uudelleen.';
$strDeleted = 'Rivi on poistettu';
$strDeletedRows = 'Poistetut rivit:';
$strDeleteNoUsersSelected = 'Yhtään käyttäjää ei valittu poistettavaksi!';
$strDelete = 'Poista';
$strDeleting = 'Poistetaan: %s';
$strDelOld = 'Nykyisellä sivulla on viittauksia tauluihin, joita ei enää ole olemassa. Haluatko poistaa nuo viittaukset?';
$strDescending = 'Laskeva';
$strDescription = 'Kuvaus';
$strDictionary = 'sanakirja';
$strDirtyPages = "Epäsiistit sivut";
$strDisabled = 'Pois päältä';
$strDisableForeignChecks = 'Älä käytä vieraiden avainten tarkistusta';
$strDisplayFeat = 'Ulkoasun asetukset';
$strDisplayOrder = 'Lajittelujärjestys:';
$strDisplayPDF = 'Näytä PDF-kaavio';
$strDoAQuery = 'Suorita "esimerkin mukainen kysely" (jokerimerkki: "%")';
$strDocu = 'Ohjeet';
$strDoYouReally = 'Oletko varma että haluat ';
$strDropDatabaseStrongWarning = 'Olet aikeissasi HÄVITTÄÄ kokonaisen tietokannan!';
$strDrop = 'Pudota';
$strDropUsersDb = 'Pudota (poista) tietokannat, joilla on sama nimi kuin käyttäjillä.';
$strDumpingData = 'Vedostetaan dataa taulusta';
$strDumpSaved = 'Vedos tallennettiin tiedostoon %s.';
$strDumpXRows = 'Tee vedos %s rivistä, alkaen rivistä: %s.';
$strDynamic = 'dynaaminen';
 
$strEdit = 'Muokkaa';
$strEditPDFPages = 'Muokkaa PDF-sivuja';
$strEditPrivileges = 'Muokkaa käyttöoikeuksia';
$strEffective = 'Varsinainen';
$strEmptyResultSet = 'MySQL palautti tyhjän vastauksen (ts. nolla riviä).';
$strEmpty = 'Tyhjennä';
$strEnabled = 'Päällä';
$strEncloseInTransaction = 'Lisää transaktio';
$strEndCut = 'LOPETA CUT';
$strEnd = 'Loppu';
$strEndRaw = 'LOPETA RAW';
$strEngineAvailable = "%s on käytettävissä tällä MySQL-palvelimella.";
$strEngineDisabled = "%s on otettu pois käytöstä tältä MySQL-palvelimelta.";
$strEngines = "Moottorit";
$strEngineUnsupported = "Tämä MySQL-palvelin ei tue %s-tallennustilamoottoria.";
$strEnglish = 'Englantilainen';
$strEnglishPrivileges = ' Huom! MySQL-käyttöoikeuksien nimet ovat englanniksi! ';
$strErrorInZipFile = 'Virhe ZIP-paketissa:';
$strError = 'Virhe';
$strEscapeWildcards = 'Jokerimerkkien _ ja % eteen on lisättävä \-merkki, jotta ne näkyisivät oikein';
$strEsperanto = 'Esperanto';
$strEstonian = 'Virolainen';
$strExcelEdition = 'Excel-muokkaus';
$strExcelOptions = 'Excel-valinnat';
$strExecuteBookmarked = 'Suorita kirjanmerkkeihin lisätty kysyntä';
$strExplain = 'Selitä SQL-lause';
$strExport = 'Vienti';
$strExtendedInserts = 'Yhteinen insert-lause';
$strExtra = 'Lisätiedot';
 
$strFailedAttempts = 'Epäonnistuneet yritykset';
$strFieldHasBeenDropped = 'Sarake %s on pudotettu';
$strField = 'Sarake';
$strFieldsEmpty = ' Sarakkeiden lukumäärä on nolla! ';
$strFieldsEnclosedBy = 'Sarakkeiden ympäröintimerkki';
$strFieldsEscapedBy = 'Koodinvaihtomerkki (escape)';
$strFields = 'Sarakkeet';
$strFieldsTerminatedBy = 'Sarakkeiden erotinmerkki';
$strFileAlreadyExists = 'Tiedosto %s on jo olemassa palvelimella, vaihda tiedostonimeä tai tarkista korvaus-asetuksen tila.';
$strFileCouldNotBeRead = 'Tiedostoa ei voida lukea';
$strFileNameTemplateDescriptionDatabase = 'tietokannan nimi';
$strFileNameTemplateDescriptionServer = 'palvelimen nimi';
$strFileNameTemplateDescriptionTable = 'taulukon nimi';
$strFileNameTemplateDescription = 'Tämä arvo on %1$sstrftime%2$s-funktion mukainen, joten voit käyttää ajanmuodostostukseen käytettyjä merkkijonoja. Lisäksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperäisenä.';
$strFileNameTemplateRemember = 'muista pohja';
$strFileNameTemplate = 'Tiedostonimen pohja';
$strFileToImport = 'Tuotava tiedosto';
$strFixed = 'kiinteä';
$strFlushPrivilegesNote = 'Huom: phpMyAdmin hakee käyttäjien käyttöoikeudet suoraan MySQL:n käyttöoikeustauluista. Näiden taulujen sisältö saattaa erota palvelimen käyttämistä käyttöoikeuksista, jos niihin on tehty muutoksia manuaalisesti. Tällöin sinun on %sladattava käyttöoikeudet uudestaan%s ennen kuin jatkat.';
$strFlushQueryCache = 'Tyhjennä kyselymuisti';
$strFlushTables = 'Tyhjennä (sulje) kaikki taulut';
$strFlushTable = 'Tyhjennä taulun välimuisti ("FLUSH")';
$strFormat = 'Muoto';
$strFormEmpty = 'Tarvittava tieto puuttuu lomakkeesta!';
$strFreePages = "Vapaat sivut";
$strFullText = 'Koko tekstit';
$strFunction = 'Funktio';
 
$strGenBy = 'Luontiympäristö';
$strGeneralRelationFeat = 'Yleiset relaatio-ominaisuudet';
$strGenerate = 'Luo';
$strGeneratePassword = 'Luo salasana';
$strGenTime = 'Luontiaika';
$strGeorgian = 'Georgialainen';
$strGerman = 'Saksalainen';
$strGlobal = 'globaali';
$strGlobalPrivileges = 'Globaalit käyttöoikeudet';
$strGlobalValue = 'Globaali arvo';
$strGo = 'Siirry';
$strGrantOption = 'Oikeus (Grant)';
$strGreek = 'Kreikkalainen';
$strGzip = '"gzip-pakattu"';
 
$strHandler = 'Käsittelijä';
$strHasBeenAltered = 'on muutettu.';
$strHasBeenCreated = 'on luotu.';
$strHaveToShow = 'Valitse vähintään yksi sarake';
$strHebrew = 'Hebrealainen';
$strHexForBinary = 'Näytä binäärikentät heksalukuina';
$strHome = 'Etusivu';
$strHomepageOfficial = 'phpMyAdminin kotisivut';
$strHostEmpty = 'Palvelimen nimi puuttuu!';
$strHost = 'Palvelin';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 -viennin valinnat';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 -viennin valinnat';
$strHungarian = 'Unkarilainen';
 
$strIcelandic = 'Islantilainen';
$strId = 'ID';
$strIdxFulltext = 'Koko teksti';
$strIgnoreDuplicates = 'Älä välitä kaksinkertaisista riveistä';
$strIgnoreInserts = 'Käytä IGNORE:a INSERT-komennoissa';
$strIgnore = 'Jätä huomiotta';
$strIgnoringFile = 'Jätetään tiedosto %s huolimatta';
$strImportDocSQL = 'Tuo docSQL-tiedostoja';
$strImportFiles = 'Tuo tiedostoja';
$strImportFormat = 'Tuotavan tiedoston muoto';
$strImportSuccessfullyFinished = 'Tuonti onnistui, %d kyselyä suoritettu.';
$strImport = 'Tuonti';
$strIndexes = 'Indeksit';
$strIndexHasBeenDropped = 'Indeksi %s on pudotettu';
$strIndex = 'Indeksi';
$strIndexName = 'Indeksin nimi:';
$strIndexType = 'Indeksin tyyppi:';
$strIndexWarningMultiple = 'Useampi kuin yksi %s-avain luotiin sarakkeelle `%s`';
$strIndexWarningPrimary = 'PRIMARY- ja INDEX-avaimia ei voi molempia asettaa sarakkeelle `%s`';
$strIndexWarningTable = 'Taulun `%s` indeksien kanssa on ongelmia';
$strIndexWarningUnique = 'UNIQUE- ja INDEX-avaimia ei voi molempia asettaa sarakkeelle `%s`';
$strInnoDBAutoextendIncrement = "Automaattisen laajentamisen koko";
$strInnoDBAutoextendIncrementDesc = "Laajentamiskoko automaattisesti suurenevan taulutilan koon laajentamiseksi sen täyttyessä.";
$strInnoDBBufferPoolSizeDesc = 'Muistipuskurin koko, jota InnoDB käyttää tauluissaan olevan datan ja indeksien siirtämiseen välimuistiin.';
$strInnoDBBufferPoolSize = 'Puskurisäiliön koko';
$strInnoDBDataFilePath = "Datatiedostot";
$strInnoDBDataHomeDir = "Datan kotihakemisto";
$strInnoDBDataHomeDirDesc = "Hakemistopolun yhteinen osa kaikille InnoDB-datatiedostoille.";
$strInnoDBPages = 'sivua';
$strInnodbStat = 'InnoDB:n tila';
$strInsecureMySQL = 'Asetustiedostosi käyttää asetuksia, jotka viittaavat MySQL:n oletusarvoiseen käyttäjään (root ilman salasanaa). Tällaisilla asetuksilla käytettäessä MySQL-palvelin on arka hyökkäyksille. Tämä tietoturvariski olisi syytä korjata pikimmiten!';
$strInsertAsNewRow = 'Lisää uutena rivinä';
$strInsertedRowId = 'Sijoitetun rivin id:';
$strInsertedRows = 'Lisätyt rivit:';
$strInsert = 'Lisää rivi';
$strInsertNewRow = 'Lisää uusi rivi';
$strInternalNotNecessary = '* Sisäistä relaatiota ei tarvita silloin, kun sellainen on jo InnoDB:ssä.';
$strInternalRelations = 'Sisäiset relaatiot';
$strInUse = 'käytössä';
$strInvalidAuthMethod = 'Asetuksissa on virheellinen todennustapa:';
$strInvalidColumnCount = 'Sarakkeiden lukumäärän on oltava enemmän suurempi kuin nolla.';
$strInvalidColumn = 'Virheellinen sarake (%s) määritelty!';
$strInvalidCSVFieldCount = 'Virheellinen kenttien määrä CSV-syötteessä rivillä %d.';
$strInvalidCSVFormat = 'Virheellinen muoto CSV-syötteessä rivillä %d.';
$strInvalidCSVParameter = 'Virheellinen parametri CSV-tuonnille: %s';
$strInvalidFieldAddCount = 'Sinun on lisättävä vähintään yksi kenttä.';
$strInvalidFieldCount = 'Taulussa täytyy olla vähintään yksi kenttä.';
$strInvalidLDIImport = 'Tämä lisäosa ei tue pakattujen tuontien käyttöä!';
$strInvalidRowNumber = '%d on virheellinen rivinumero.';
$strInvalidServerHostname = 'Virheellinen nimi palvelimelle %1$s. Tarkista asetukset.';
$strInvalidServerIndex = 'Virheellinen palvelinindeksi: "%s"';
 
$strJapanese = 'Japanilainen';
$strJoins = 'Liitokset';
$strJumpToDB = 'Hyppää tietokantaan &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Poistetut&quot; käyttäjät voivat edelleen päästä tavallisesti käsiksi palvelimeen, kunnes käyttöoikeudet on ladattu uudestaan.';
$strJustDelete = 'Poista käyttäjät vain käyttöoikeustauluista.';
 
$strKeepPass = 'Älä vaihda salasanaa';
$strKeyCache = 'Avainvälimuisti';
$strKeyname = 'Avaimen nimi';
$strKill = 'Lopeta';
$strKorean = 'Korealainen';
 
$strLandscape = 'Landscape';
$strLanguageFileNotFound = 'Kielitiedostoa "%1$s" ei löydy.';
$strLanguageUnknown = 'Tuntematon kieli: %1$s.';
$strLatchedPages = "Lukitut sivut";
$strLatexCaption = 'Taulun otsikko';
$strLatexContent = 'Taulun __TABLE__ sisältö';
$strLatexContinuedCaption = 'Jatkettu taulun otsikko';
$strLatexContinued = '(jatkuu)';
$strLatexIncludeCaption = 'Sisällytä taulun otsikko';
$strLatexLabel = 'Tunniste';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-valinta-asetukset';
$strLatexStructure = 'Taulun __TABLE__ rakenne';
$strLatvian = 'Latvialainen';
$strLDI = 'CSV käyttäen LOAD DATA:aa';
$strLDIImportOptions = 'Valinnat CSV-tuonnille käyttäen LOAD DATA:aa';
$strLDILocal = 'Käytä LOCAL-avainsanaa';
$strLengthSet = 'Pituus/Arvot*';
$strLimitNumRows = 'Rivejä sivua kohti';
$strLinesTerminatedBy = 'Rivien erotinmerkki';
$strLinkNotFound = 'Linkkiä ei löydy';
$strLinksTo = 'Linkitys sarakkeeseen:';
$strLithuanian = 'Liettualainen';
$strLocalhost = 'Paikallinen';
$strLocationTextfile = 'Tiedoston sijainti';
$strLoginInformation = 'Sisäänkirjautumistiedot';
$strLogin = 'Kirjaudu sisään';
$strLogout = 'Poistu';
$strLogPassword = 'Salasana:';
$strLogServer = 'Palvelin';
$strLogUsername = 'Käyttäjätunnus:';
$strLongOperation = "Tämä toimenpide saattaa kestää pitkään. Jatketaanko silti?";
 
$strMaxConnects = 'enim. yhtäaikaisia yhteyksiä';
$strMaximalQueryLength = 'Luotavan kyselyn enimmäispituus';
$strMaximumSize = 'Enimmäiskoko: %s%s';
$strMbExtensionMissing = 'PHP-laajennusta mbstring ei löytynyt ja vaikuttaa siltä, että käytät multibyte-merkistökoodausta. Ilman mbstring-laajennusta phpMyAdmin ei osaa jaotella merkkijonoja oikein, ja tämä saattaa johtaa odottamattomiin tuloksiin.';
$strMbOverloadWarning = 'PHP:n asetuksissa on "mbstring.func_overload" -valinta päällä. Tämä valinta ei sovi yhteen phpMyAdminin kanssa ja saattaa aiheuttaa jonkin datan hajoamiseen!';
$strMIME_available_mime = 'Mahdolliset MIME-tyypit';
$strMIME_available_transform = 'Mahdolliset muunnokset';
$strMIME_description = 'Kuvaus';
$strMIME_MIMEtype = 'MIME-tyyppi';
$strMIME_nodescription = 'Tälle muunnokselle ei ole saatavilla yhtään kuvausta.<br />Ole hyvä, ja kysy tekijältä, mitä %s tekee.';
$strMIME_transformation_note = 'Nähdäksesi luettelon saatavilla olevista muunnosvaihtoehdoista ja niiden MIME-tyyppien muunnoksista, paina %smuunnoksen kuvaukset%s-kohtaa';
$strMIME_transformation_options = 'Muunnosvaihtoehdot';
$strMIME_transformation_options_note = 'Syötä muunnosvalinnoille arvot käyttäen tätä formaattia: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai yksittäistä lainausmerkkiä ("\'"), lisää merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strMIME_transformation = 'Selaimen muunnos (transformation)';
$strMIMETypesForTable = 'MIME-TYYPIT TAULULLE';
$strMIME_without = 'MIME-tyypeillä, jotka on kursivoitu, ei ole erillistä muunnostoimintoa';
$strModifications = 'Muutokset tallennettu';
$strModifyIndexTopic = 'Muokkaa indeksiä';
$strModify = 'Muokkaa';
$strMoveTableOK = 'Taulu %s on siirretty %s.';
$strMoveTableSameNames = 'Taulua ei voi siirtää itseensä!';
$strMoveTable = 'Siirrä taulu toiseen tauluun (tietokanta<b>.</b>taulu):';
$strMultilingual = 'monikielinen';
$strMyISAMDataPointerSize = "Dataosoittimen koko";
$strMyISAMDataPointerSizeDesc = "Oletusarvoinen osoittimen koko tavuina, käytettäväksi CREATE TABLE -lauseen kanssa MyISAM-tauluissa, silloin kun MAX_ROWS-valintaa ei ole määritelty.";
$strMyISAMMaxExtraSortFileSizeDesc = "Jos MyISAM-indeksin nopeaan luomiseen käytetty väliaikaistiedosto on suurempi kuin avainvälimuistin käyttäminen täällä määritellyn määrän mukaisesti, on suositeltavampaa käyttää välimuistimetodia.";
$strMyISAMMaxExtraSortFileSize = "Enimmäiskoko väliaikaisille tiedostoille indeksin luonnissa";
$strMyISAMMaxSortFileSizeDesc = "MySQL-palvelimen käyttöön tarkoitettu väliaikaistiedoston suurin koko MyISAM-indeksien uudelleen latausta varten (REPAIR TABLE, ALTER TABLE tai LOAD ADTA INFILE -toimintojen aikana).";
$strMyISAMMaxSortFileSize = "Enimmäiskoko väliaikaisille lajittelutiedostoille";
$strMyISAMRecoverOptions = "Automaattinen palautuminen";
$strMyISAMRecoverOptionsDesc = "Kaatuneiden MyISAM-taulujen automaattisen palauttamisen tila sellaisenaan kuin se on asetettu \"--myisam-recover\" -nimisen palvelimenkäynnistysasetuksen kautta.";
$strMyISAMRepairThreadsDesc = "Jos tämä arvo on suurempi kuin 1, lajitteluprosessi luo MyISAM-tauluindeksit rinnakkain (kukin indeksi omaan säikeeseensä), kun käytetään Korjaa-toimintoa.";
$strMyISAMRepairThreads = "Korjaussäikeet"; //not "Korjaa säikeet"
$strMyISAMSortBufferSizeDesc = "Puskuri joka varataan käyttöön lajitellessa MyISAM-indeksejä REPAIR TABLE:n aikana tai luotaessa indeksejä toiminnolla CREATE INDEX tai ALTER TABLE.";
$strMyISAMSortBufferSize = "Lajittelupuskurin koko";
$strMySQLCharset = 'MySQL:n merkistö';
$strMysqlClientVersion = 'MySQL-asiakasversio';
$strMySQLConnectionCollation = 'MySQL-yhteyden aakkosjärjestys';
$strMySQLSaid = 'MySQL ilmoittaa: ';
$strMySQLShowProcess = 'Näytä prosessit';
$strMySQLShowStatus = 'Näytä MySQL:n ajonaikaiset tiedot';
$strMySQLShowVars = 'Näytä MySQL:n järjestelmämuuttujat';
 
$strName = 'Nimi';
$strNext = 'Seuraava';
$strNoActivity = 'Ollut toimettomana %s sekuntia tai enemmän. Kirjaudu sisään uudestaan.';
$strNoDatabases = 'Ei tietokantoja';
$strNoDatabasesSelected = 'Et valinnut yhtään tietokantaa.';
$strNoDescription = 'ei selitystä';
$strNoDetailsForEngine = "Tämän tallennustilamoottorin tilasta ei ole saatavilla tarkkoja tietoja.";
$strNoDropDatabases = '"DROP DATABASE"-lauseiden käyttö on estetty.';
$strNo = 'Ei';
$strNoExplain = 'Älä selitä SQL-lausetta';
$strNoFilesFoundInZip = 'ZIP-paketista ei löytynyt yhtään tiedostoa!';
$strNoFrames = 'phpMyAdmin toimii parhaiten <b>kehyksiä</b> tukevalla selaimella.';
$strNoIndex = 'Indeksiä ei ole määritelty!';
$strNoIndexPartsDefined = 'Indeksin osia ei ole määritelty!';
$strNoModification = 'Ei muutoksia';
$strNone = 'Ei mitään';
$strNoOptions = 'Tälle tiedostomuodolle ei ole valinta-asetuksia';
$strNoPassword = 'Ei mitään salasanaa';
$strNoPermission = 'Internet-palvelimella ei ole lupaa tallentaa tiedostoa %s.';
$strNoPhp = 'Kätke PHP-koodi';
$strNoPrivileges = 'Ei käyttöoikeuksia';
$strNoRights = 'Sinulla ei ole tarpeeksi oikeuksia!';
$strNoRowsSelected = 'Ei yhtään riviä valittu';
$strNoSpace = 'Liian vähän tilaa tiedoston %s tallentamiseen.';
$strNoTablesFound = 'Tietokannasta ei löytynyt yhtään taulua.';
$strNoThemeSupport = 'Ei tukea teemojen käyttöön. Tarkista konfiguraatiot ja/tai teemasi hakemistosta %s.';
$strNothingToImport = 'Et antanut mitään dataa tuotavaksi!';
$strNotNumber = 'Tämä ei ole numero!';
$strNotOK = 'Ei kunnossa';
$strNotSet = '<b>%s</b>-taulua ei löytynyt tai sitä ei ole määritelty %s-tiedostossa';
$strNoUsersFound = 'Käyttäjiä ei löytynyt.';
$strNoValidateSQL = 'Älä tarkista SQL-lausetta';
$strNull = 'Tyhjä';
$strNumberOfFields = 'Kenttien lukumäärä';
$strNumSearchResultsInTable = '%s hakutulosta taulussa <i>%s</i>';
$strNumSearchResultsTotal = '<b>Yhteensä:</b> <i>%s</i> hakutulosta';
$strNumTables = 'Taulut';
 
$strOK = 'Kunnossa';
$strOpenNewWindow = 'Avaa uusi phpMyAdmin-ikkuna';
$strOperations = 'Toiminnot';
$strOperator = 'Operaattori';
$strOptimizeTable = 'Optimoi taulu';
$strOr = 'Tai';
$strOverhead = 'Ylijäämä';
$strOverwriteExisting = 'Korvaa jo olemassa oleva(t) tiedosto(t)';
 
$strPageNumber = 'Sivunumero:';
$strPagesToBeFlushed = "Siistimistä vaativat sivut";
$strPaperSize = 'Paperin koko';
$strPartialImport = 'Osittainen tuonti';
$strPartialText = 'Osittaiset tekstit';
$strPasswordChanged = 'Salasanan vaihto käyttäjälle %s onnistui.';
$strPasswordEmpty = 'Salasana puuttuu!';
$strPasswordHashing = 'Salasanan hashaus';
$strPasswordNotSame = 'Salasanat eivät ole samat!';
$strPassword = 'Salasana';
$strPdfDbSchema = 'Kaavio tietokannasta "%s" - Sivu %s';
$strPdfInvalidTblName = 'Taulua "%s" ei löydy!';
$strPdfNoTables = 'Ei tauluja';
$strPDFOptions = 'PDF-valinnat';
$strPDF = 'PDF';
$strPDFReportTitle = 'Raportin otsikko';
$strPerHour = 'tunnissa';
$strPerMinute = 'minuutissa';
$strPerSecond = 'sekunnissa';
$strPersian = 'Persialainen';
$strPhoneBook = 'puhelinluettelo';
$strPHP40203 = 'Käytössäsi on PHP 4.2.3, joka sisältää vakavan vian monitavuisissa merkkijonoissa (mbstring). Katso PHP:n virheraportti 19404. Tätä PHP:n versiota ei suositella käytettäväksi phpMyAdminin kanssa.';
$strPhp = 'Näytä PHP-koodi';
$strPHPVersion = 'PHP:n versio';
$strPmaDocumentation = 'phpMyAdminin dokumentaatio';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> täytyy määritellä asetustiedostossa!';
$strPolish = 'Puolalainen';
$strPortrait = 'Pystytasossa';
$strPos1 = 'Alkuun';
$strPrevious = 'Edellinen';
$strPrimary = 'Ensisijainen';
$strPrimaryKeyHasBeenDropped = 'Ensisijainen avain on pudotettu';
$strPrimaryKeyName = 'Ensisijaisen avaimen nimenä pitää olla PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" saa olla <b>vain ja ainoastaan</b>ensisijaisen avaimen nimenä!)';
$strPrint = 'Tulosta';
$strPrintViewFull = 'Tulostusversio (kokonaisin tekstein)';
$strPrintView = 'Tulostusversio';
$strPrivDescAllPrivileges = 'Sisältää kaikki käyttöoikeudet paitsi GRANT.';
$strPrivDescAlterRoutine = 'Sallii talletettujen rutiinien muuntamisen ja poistamisen.';
$strPrivDescAlter = 'Sallii muuttaa nykyisten taulujen rakennetta.';
$strPrivDescCreateDb = 'Sallii uusien tietokantojen ja taulujen luomisen.';
$strPrivDescCreateRoutine = 'Sallii talletettujen rutiinien luomisen.';
$strPrivDescCreateTbl = 'Sallii uusien taulujen luomisen.';
$strPrivDescCreateTmpTable = 'Sallii väliaikaistaulujen luomisen.';
$strPrivDescCreateUser = 'Sallii käyttäjätilien luomisen, poistamisen ja uudelleen nimeämisen.';
$strPrivDescCreateView = 'Sallii uusien näkymisen luomisen.';
$strPrivDescDelete = 'Sallii datan poistamisen.';
$strPrivDescDropDb = 'Sallii tietokantojen ja taulujen pudottamisen.';
$strPrivDescDropTbl = 'Sallii taulujen pudottamisen.';
$strPrivDescExecute5 = 'Sallii talletettujen rutiinien suorittamisen.';
$strPrivDescExecute = 'Sallii talletettujen proseduurien suorittamisen; Ei vaikutusta tässä MySQL:än versiossa.';
$strPrivDescFile = 'Sallii datan tuomisen ja viemisen tiedostosta/tiedostoon.';
$strPrivDescGrant = 'Sallii käyttäjien ja käyttöoikeuksien lisäämisen lataamatta käyttöoikeustauluja uudestaan.';
$strPrivDescIndex = 'Sallii indeksien luomisen ja pudottamisen.';
$strPrivDescInsert = 'Sallii datan lisäämisen ja korvaamisen.';
$strPrivDescLockTables = 'Sallii taulujen lukitsemisen nykyiselle säikeelle (thread).';
$strPrivDescMaxConnections = 'Rajoittaa uusien yhteyksien määrän, jonka käyttäjä voi luoda tunnin aikana.';
$strPrivDescMaxQuestions = 'Rajoittaa kyselyjen lukumäärän, jonka käyttäjä voi lähettää palvelimelle tunnin aikana.';
$strPrivDescMaxUpdates = 'Rajoittaa käyttäjältä sellaisten komentojen suorittamisen lukumäärän tunnin aikana, jotka tekevät muutoksia tauluihin tai tietokantoihin.';
$strPrivDescMaxUserConnections = 'Asettaa rajan käyttäjän yhtäaikaisten yhteyksien lukumäärälle.';
$strPrivDescProcess3 = 'Sallii muiden käyttäjien prosessien lopettamisen.';
$strPrivDescProcess4 = 'Sallii kokonaisten kyselyjen näyttämisen prosessilistassa.';
$strPrivDescReferences = 'Ei vaikutusta tässä MySQL:än versiossa.';
$strPrivDescReload = 'Sallii palvelinasetusten uudelleen lataamisen ja palvelimen välimuistin tyhjentämisen.';
$strPrivDescReplClient = 'Antaa käyttäjälle oikeuden kysyä, missä ali-/pääpalvelimet ovat.';
$strPrivDescReplSlave = 'Tarvitaan replikaatio-alipalvelimia varten.';
$strPrivDescSelect = 'Sallii datan lukemisen.';
$strPrivDescShowDb = 'Sallii pääsyn kokonaiseen tietokantalistaan.';
$strPrivDescShowView = 'Sallii SHOW CREATE VIEW -kyselyjen suorittamisen.';
$strPrivDescShutdown = 'Sallii palvelimen sammuttamisen.';
$strPrivDescSuper = 'Sallii yhdistämisen silloinkin kun enimmäismäärä yhteyksiä on saavutettu; Tarvitaan useissa pääkäyttäjän toiminnoissa, kuten globaalien muuttujien asettamisessa ja muiden käyttäjien säikeiden (threads) lopettamisessa.';
$strPrivDescUpdate = 'Sallii datan muuttamisen.';
$strPrivDescUsage = 'Ei käyttöoikeuksia.';
$strPrivileges = 'Käyttöoikeudet';
$strPrivilegesReloaded = 'Käyttöoikeuksien uudelleen lataus onnistui.';
$strProcesslist = 'Prosessilista';
$strProtocolVersion = 'Protokollan versio';
$strPutColNames = 'Laita sarakkeiden nimet ensimmäiselle riville';
 
$strQBEDel = 'Poista';
$strQBE = 'Haku';
$strQBEIns = 'Lisää';
$strQueryCache = 'Kyselyvälimuisti';
$strQueryFrame = 'Kyselyikkuna';
$strQueryOnDb = 'Suorita SQL-lause tietokannassa <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historia';
$strQueryStatistics = '<b>Kyselytilastot</b>: Tälle palvelimelle on lähetetty viime käynnistyksestä lähtien %s kyselyä.';
$strQueryTime = 'kysely kesti %01.4f sek.';
$strQueryType = 'Kyselyn tyyppi';
$strQueryWindowLock = 'Älä korvaa tätä kyselyä ikkunan ulkopuolelta';
 
$strReadRequests = 'Hakupyynnöt';
$strReceived = 'Vastaanotettu';
$strRecords = 'Rivit';
$strReferentialIntegrity = 'Tarkista viitteiden eheys:';
$strRefresh = 'Päivitä';
$strRelationalSchema = 'Relaatioskeema';
$strRelationNotWorking = 'Relaatioihin ja linkitettyihin tauluihin liittyvät lisäominaisuudet ovat poissa päältä. Katso %stästä%s lisätietoja.';
$strRelationsForTable = 'RELAATIOT TAULULLE';
$strRelations = 'Relaatiot';
$strRelationView = 'Relaationäkymä';
$strReloadingThePrivileges = 'Ladataan käyttöoikeuksia uudelleen';
$strReloadMySQL = 'Käynnistä MySQL uudelleen';
$strRemoveSelectedUsers = 'Poista valitut käyttäjät';
$strRenameDatabaseOK = 'Tietokannan %s uusi nimi on nyt %s';
$strRenameTable = 'Nimeä taulu uudelleen';
$strRenameTableOK = 'Taulun %s nimi on nyt %s';
$strRepairTable = 'Korjaa taulu';
$strReplaceNULLBy = 'Korvaa NULL-merkki tällä:';
$strReplaceTable = 'Korvaa taulun nykyiset rivit tiedostolla';
$strReplication = 'Replikaatio';
$strReset = 'Nollaa';
$strResourceLimits = 'Resurssirajoitukset';
$strReType = 'Kirjoita uudelleen';
$strRevokeAndDeleteDescr = 'Käyttäjillä on USAGE-käyttöoikeus vielä niin kauan, kunnes käyttöoikeudet ladataan uudelleen.';
$strRevokeAndDelete = 'Peruuta kaikki käyttäjän aktiiviset käyttöoikeudet, ja poista ne sen jälkeen.';
$strRevokeMessage = 'Olet peruuttanut käyttäjän %s käyttöoikeudet';
$strRevoke = 'Mitätöi';
$strRomanian = 'Romanialainen';
$strRowLength = 'Rivin pituus';
$strRowsFrom = 'riviä alkaen rivistä';
$strRowSize = ' Rivin koko ';
$strRows = 'Kpl rivejä';
$strRowsModeFlippedHorizontal = 'vaakatasossa (kierretyt otsikot)';
$strRowsModeHorizontal = 'vaakasuorassa';
$strRowsModeOptions = '%s, otsikoita toistetaan %s:n rivin välein';
$strRowsModeVertical = 'pystysuorassa';
$strRowsStatistic = 'Rivitilastot';
$strRunning = 'palvelimella %s';
$strRunQuery = 'Suorita';
$strRunSQLQueryOnServer = 'Suorita SQL-lause(ita) palvelimella %s';
$strRunSQLQuery = 'Suorita SQL-lauseita tietokannassa %s';
$strRussian = 'Venäläinen';
 
$strSaveOnServer = 'Tallenna palvelimelle hakemistoon %s';
$strSave = 'Tallenna';
$strScaleFactorSmall = 'Kaavio ei mahdu yhdelle sivulle tällä skaalauksella';
$strSearch = 'Etsi';
$strSearchFormTitle = 'Hae tietokannasta';
$strSearchInTables = 'Tauluista:';
$strSearchNeedle = 'Haettavat sanat tai arvot (%-merkkiä voi käyttää jokerimerkkinä):';
$strSearchOption1 = 'vähintään yksi sanoista';
$strSearchOption2 = 'kaikki sanat';
$strSearchOption3 = 'koko lause';
$strSearchOption4 = 'regexp-haku';
$strSearchResultsFor = 'Tulokset hakusanalla "<i>%s</i>" %s:';
$strSearchType = 'Hae:';
$strSecretRequired = 'Konfiguraatiotiedosto vaatii nyt salatunnusta (blowfish_secret).';
$strSelectADb = 'Valitse tietokanta';
$strSelectAll = 'Valitse kaikki';
$strSelectBinaryLog = 'Valitse näytettävä binääriloki';
$strSelectFields = 'Valitse sarakkeet (vähintään yksi):';
$strSelectNumRows = 'lauseessa';
$strSelectTables = 'Valitse taulut';
$strSend = 'Tallenna tiedostoon';
$strSent = 'Lähetetty';
$strServerChoice = 'Valitse palvelin';
$strServerNotResponding = 'Palvelin ei vastaa';
$strServer = 'Palvelin';
$strServerStatus = 'Ajonaikaiset tiedot';
$strServerStatusDelayedInserts = 'Viivästetyt insert-lauseet';
$strServerStatusUptime = 'Tämä MySQL-palvelin on ollut käynnissä %s. Se käynnistettiin %s.';
$strServerTabProcesslist = 'Prosessit';
$strServerTabVariables = 'Muuttujat';
$strServerTrafficNotes = '<b>Palvelinliikenne</b>: Nämä taulukot näyttävät tämän MySQL-palvelimen verkkoliikennetilastot käynnistyksestä lähtien.';
$strServerVars = 'Palvelimen muuttujat ja asetukset';
$strServerVersion = 'Palvelimen versio';
$strSessionValue = 'Tämän istunnon arvo';
$strSetEnumVal = 'Jos sarakkeen tietotyyppi on "enum" tai "set", syötä vaaditut arvot tässä muodossa: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai heittomerkkiä ("\'"), laita merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strShowAll = 'Näytä kaikki';
$strShowColor = 'Näytä värit';
$strShowDatadictAs = 'Datasanakirjan formaatti';
$strShowFullQueries = 'Näytä pyynnöt kokonaisuudessaan';
$strShowGrid = 'Näytä ruudukko';
$strShowingBookmark = 'Näytetään kirjanmerkki';
$strShowingRecords = 'Näkyvillä rivit ';
$strShow = 'Näytä';
$strShowOpenTables = 'Näytä avoimet taulut';
$strShowPHPInfo = 'Näytä PHP:n asetustiedot';
$strShowSlaveHosts = 'Näytä alipalvelimet';
$strShowSlaveStatus = 'Näytä alipalvelimen tila';
$strShowStatusBinlog_cache_disk_useDescr = 'Niiden transaktioiden lukumäärä, jotka ovat käyttäneet väliaikaista binaarilokivälimuistia, mutta jotka ovat ylittäneet "binlog_cache_size"-muuttujan arvon ja käyttäneet väliaikaista tiedostoa transaktiolausekkeiden tallettamiseen.';
$strShowStatusBinlog_cache_useDescr = 'Väliaikaista binäärilokivälimuistia käyttäneiden transaktioiden lukumäärä.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Levyllä sijaitsevien väliaikaisten taulujen lukumäärä, jotka palvelin loi automaattisesti lausekkeita suorittaessaan. Jos Created_tmp_disk_tables-parametrin arvo on liian suuri, nosta tmp_table_size:n arvoa, jotta väliaikaisia tauluja säilytettäisiin levyn sijasta muistissa.';
$strShowStatusCreated_tmp_filesDescr = 'Mysqld:n luomien väliaikaistiedostojen lukumäärä.';
$strShowStatusCreated_tmp_tablesDescr = 'Muistissa sijaitsevien väliaikaistaulujen lukumäärä, jotka palvelin on itsestään luonut lausekkeita suorittaessaan.';
$strShowStatusDelayed_errorsDescr = 'INSERT DELAYED -lausekkeella kirjoitettujen rivien lukumäärä siten, että joitain virheitä tapahtui (todennäköisesti kaksinkertainen avain).';
$strShowStatusDelayed_insert_threadsDescr = 'Käytössä olevien INSERT DELAYED -käsittelijäsäikeiden lukumäärä. Joka ikinen INSERT DELAYED -lauseketta käyttävä taulu saa käyttöönsä oman säikeensä.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED -rivien kirjoitusten lukumäärä.';
$strShowStatusFlush_commandsDescr = 'FLUSH-lausekkeita suoritettu.';
$strShowStatusHandler_commitDescr = 'Sisäisten COMMIT-lausekkeiden lukumäärä.';
$strShowStatusHandler_deleteDescr = 'Rivien poistojen lukumäärä taulukosta.';
$strShowStatusHandler_discoverDescr = 'MySQL-palvelin voi kysyä NDB Cluster -tallennustilamoottorilta, tunteeko se tietyn nimisen taulun. Tätä toimintoa kutsutaan todentamiseksi (discovery). Handler_discover ilmaisee todennettujen taulujen lukumäärän.';
$strShowStatusHandler_read_firstDescr = 'Kertoo, kuinka monta kertaa ensimmäistä kohtaa on luettu indeksistä. Jos tämä on suuri, se kertoo siitä, että palvelin suorittaa runsaasti kokonaisia indeksien läpikäyntejä; esimerkiksi SELECT col1 FROM foo, olettaen col1:sen olevan indeksoitu sarake.';
$strShowStatusHandler_read_keyDescr = 'Kertoo, kuinka monta kertaa rivejä on luettu avaimen perusteella. Jos tämä on suuri, se kertoo siitä, että kyselyjesi ja taulujesi indeksointi suoritetaan oikein.';
$strShowStatusHandler_read_nextDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat seuraavan rivin avainjärjestyksessä. Tämän arvo kasvaa suorittaessasi kyselyitä indeksisarakkeeseen aluerajoitetta käyttäen tai suorittaessasi indeksihaun.';
$strShowStatusHandler_read_prevDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat edellisen rivin avainjärjestyksessä. Tätä lukumenetelmää käytetään lähinnä ORDER BY ... DESC -lauseella optimoimiseen.';
$strShowStatusHandler_read_rndDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat rivin kiinteän sijainnin perusteella. Tämä on suuri, jos suoritat paljon kyselyjä, jotka edellyttävät tulostietojen lajittelua. Käytät ehkä runsaasti sellaisia kyselyitä, jotka edellyttävät MySQL:ää käymään läpi kaikki taulukot, tai liitoksia, jotka käyttävät avaimia virheellisesti.';
$strShowStatusHandler_read_rnd_nextDescr = 'Sellaisten pyyntöjen lukumäärä, jotka lukevat seuraavan rivin datatiedostosta. Tämä on suuri, jos käyt läpi paljon kokonaisia tauluja. Tämä luku kertoo yleensä siitä, että taulujasi ei indeksoida oikein tai että kyselyjä ei kirjoiteta siten, että ne hyödyntäisivät tekemiäsi indeksejä.';
$strShowStatusHandler_rollbackDescr = 'Sisäisten ROLLBACK-lausekkeiden lukumäärä.';
$strShowStatusHandler_updateDescr = 'Taulun rivien päivityspyyntöjen lukumäärä.';
$strShowStatusHandler_writeDescr = 'Niiden pyyntöjen lukumäärä, jotka sijoittavat (INSERT) rivin taulukkoon.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Jotakin dataa (epäsiistiä tai siistiä) sisältävien sivujen lukumäärä,';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Tällä hetkellä epäsiistinä olevien sivujen lukumäärä.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Puskurisäiliön sivujen lukumäärä, jotka on pyydetty siistiä.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Vapaitten sivujen lukumäärä.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB-puskurisäiliön lukittujen sivujen lukumäärä. Nämä ovat sivuja, joita parhaillaan luetaan tai kirjoitetaan tai joita ei voida poistaa tai joiden välimuistia ei voida tyhjentää syystä tai toisesta.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kertoo niiden sivujen lukumäärän, jotka on käytössä johtuen administratiivisen ylijäämän, kuten rivinlukitusten tai mukautuvien hash-indeksien, varaamisesta. Tämä arvo voidaan laskea myös näin: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puskurisäiliön kokonaiskoko, sivuina.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB:n alullepanemien umpimähkäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun suoritetaan kysely, joka käy läpi suuria alueita taulukosta umpimähkäisessä järjestyksessä.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB:n alullepanemien perättäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun InnoDB käy läpi kokonaisen taulun järjestyksessä.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB:n suorittamien loogisten lukupyyntöjen lukumäärä.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Niiden loogisten lukutapausten lukumäärä, joihin InnoDB ei voinut vastata puskurisäiliöstä ja sen takia jouduttiin suorittamaan yksisivuinen luku.'; //öö?
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Tavallisesti kirjoituspyynnöt InnoDB-puskurisäiliöön suoritetaan taustalla. Jos on kuitenkin luettava tai luotava sivu ja puhtaita sivuja ei ole saatavilla, joudutaan odottamaan, että sivuja ensin tyhjennetään. Tämä laskuri laskee tällaisten odotustapausten määrän. Jos puskurisäiliön koko on asetettu sopivaksi, tämän arvon pitäisi olla alhainen.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB:n puskurisäiliöön tehtyjen kirjoituspyyntöjen lukumäärä.';
$strShowStatusInnodb_data_fsyncsDescr = 'fsync()-toimenpiteitä tähän mennessä.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Tällä hetkellä käynnissä olevien fsync()-toimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_pending_readsDescr = 'Tällä hetkellä meneillään olevien lukutoimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_pending_writesDescr = 'Tällä hetkellä meneillään olevien kirjoitustoimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_readDescr = 'Tähän mennessä luetun datan määrä tavuina.';
$strShowStatusInnodb_data_readsDescr = 'Datalukujen kokonaismäärä.';
$strShowStatusInnodb_data_writesDescr = 'Datan kirjoitusten kokonaislukumäärä.';
$strShowStatusInnodb_data_writtenDescr = 'Datan kirjoitusten määrä tähän mennessä, tavuina.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Suoritettujen kakinkertaisten kirjoitustapausten lukumäärä ja tätä varten kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_dblwr_writesDescr = 'Suoritettujen kakinkertaisten kirjoitustapausten lukumäärä ja tätä varten kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_log_waitsDescr = 'Odotusten lukumäärä johtuen siitä, että lokipuskuri oli liian pieni ja meidän täytyi ennen jatkamista odottaa sen tyhjentämistä.';
$strShowStatusInnodb_log_write_requestsDescr = 'Lokikirjoituspyyntöjen lukumäärä.';
$strShowStatusInnodb_log_writesDescr = 'Fyysisten lokitiedostoon kirjoitusten lukumäärä.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Lokitiedostoon tehtyjen fsync-kirjoitusten lukumäärä.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Käynnissä olevien lokitiedosto-fsync-synkronointien lukumäärä.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Käynnisä olevat lokitiedostokirjoitukset.';
$strShowStatusInnodb_os_log_writtenDescr = 'Lokitiedostoon kirjoitettujen tavujen määrä.';
$strShowStatusInnodb_pages_createdDescr = 'Luotujen sivujen lukumäärä.';
$strShowStatusInnodb_page_sizeDescr = 'InnoDB-sivun koko käännettynä (oletuksena 16KB). Useita arvoja lasketaan sivuina; ne voidaan sivun koon avulla muuttaa helposti tavuiksi.';
$strShowStatusInnodb_pages_readDescr = 'Luettujen rivien lukumäärä.';
$strShowStatusInnodb_pages_writtenDescr = 'Kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Tällä hetkellä odotettavien rivilukitusten lukumäärä.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Rivilukituksen saavuttamiseen kulunut aika keskimäärin, millisekunteina.';
$strShowStatusInnodb_row_lock_timeDescr = 'Rivilukitusten saavuttamiseen kulunut aika kaikkinaansa, millisekunteina.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Rivilukituksen saavuttamiseen kulunut aika enimmillään, millisekunteina.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Rivilukituksen odottamiseen kuluneiden aikojen lukumäärä.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB-tauluista poistettujen rivien lukumäärä.';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB-tauluihin lisättyjen rivien lukumäärä.';
$strShowStatusInnodb_rows_readDescr = 'InnoDB-tualukosta luettujen rivien lukumäärä.';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB-taulun päivitettyjen rivien lukumäärä.';
$strShowStatusKey_blocks_not_flushedDescr = 'Niiden avainvälimuistissa sijaitsevien avainlohkojen lukumäärä, joihin on tehty muutoksia, mutta joita ei vielä ole tallennettu levylle. Tämä toiminto tunnetaan yleisesti nimellä Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Avainvälimuistissa sijaitsevien käyttämättömien lohkojen lukumäärä. Tämän arvon avulla voit määrittää, kuinka paljon avainvälimuistia halutaan olevan käytössä.';
$strShowStatusKey_blocks_usedDescr = 'Samaan aikaan avainvälimuistissa olleiden lohkojen lukumäärä korkeintaan.';
$strShowStatusKey_read_requestsDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat avainlohkon välimuistista.';
$strShowStatusKey_readsDescr = 'Kertoo, kuinka monta kertaa levyltä on fyysisesti luettu avainlohkoja. Jos Key_readsin arvo on suuri, key_buffer_size-muuttujaan on ehkä asetettu liian alhainen arvo. Välimuistin käyttötahti voidaan laskea näin: Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Välimuistiin avainlohkon kirjoittaneiden pyyntöjen lukumäärä.';
$strShowStatusKey_writesDescr = 'Niiden pyyntöjen lukumäärä, jotka fyysisesti kirjoittavat levylle avainlohkon.';
$strShowStatusLast_query_costDescr = 'Viimeksi kootun (compiled) kyselyn kokonaiskulut sellaisenaan kuin kyselynoptimoija on ne laskenut. Hyödyllinen eri kyselysuunnitelmien vertailemiseksi samaa kyselyä varten. Oletusarvo 0 tarkoittaa, että yhtään kyselyä ei ole vielä koottu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Niiden rivien lukumäärä, joita odotetaan kirjoitettavan INSERT DELAY -jonoissa.';
$strShowStatusOpened_tablesDescr = 'Taulujen avausten lukumäärä. Jos lukumäärä on suuri, tauluvälimuistin arvo saattaa olla liian alhainen.';
$strShowStatusOpen_filesDescr = 'Avoinna olevien tiedostojen lukumäärä.';
$strShowStatusOpen_streamsDescr = 'Avoinna olevien säikeiden lukumäärä (käytetään enimmäkseen kirjaukseen).';
$strShowStatusOpen_tablesDescr = 'Avoinna olevien taulujen lukumäärä.';
$strShowStatusQcache_free_blocksDescr = 'Vapaitten muistilohkojen lukumäärä kyselyvälimuistissa.';
$strShowStatusQcache_free_memoryDescr = 'Vapaan muistin määrä kyselyvälimuistin käyttöön.';
$strShowStatusQcache_hitsDescr = 'Välimuistiosumien lukumäärä.';
$strShowStatusQcache_insertsDescr = 'Välimuistiin sijoitettujen kyselyjen lukumäärä.';
$strShowStatusQcache_lowmem_prunesDescr = 'Niiden kyselyjen lukumäärä, jotka on poistettu välimuistista muistin vapauttamiseksi, jotta uusia kyselyjä voitaisiin tallentaa välimuistiin. Tämän tiedon avulla voit asettaa kyselyvälimuistin koon sopivaksi. Kyselyvälimuisti käyttää LRU- eli "viimeksi vähiten käytetyt" -strategiaa päättämään, mitkä kyselyt poistetaan välimuistista.';
$strShowStatusQcache_not_cachedDescr = 'Niiden kyselyjen lukumäärä, joita ei ole tallennettu välimuistiin (ei ole voitu tallentaa välimuistiin, tai ei muuten vain ole tallennettu sinne query_cache_type-asetuksesta johtuen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Rekisteröityjen kyselyjen lukumäärä välimuistissa.';
$strShowStatusQcache_total_blocksDescr = 'Lohkojen kokonaislukumäärä kyselyvälimuistissa.';
$strShowStatusReset = 'Nollaa';
$strShowStatusRpl_statusDescr = 'Replikaation vikasietotila (ei toteutettu vielä).';
$strShowStatusSelect_full_joinDescr = 'Indeksejä käyttämättömien liitosten lukumäärä. Jos tämä arvo ei ole 0, sinun tulisi tarkistaa taulujesi indeksit tarkkaan.';
$strShowStatusSelect_full_range_joinDescr = 'Niiden liitosten lukumäärä, jotka käyttivät aluehakua viitetaulussa (reference table).';
$strShowStatusSelect_range_checkDescr = 'Avaimittomien liitosten lukumäärä, jotka varmistavat avaimien käytön joka rivin jälkeen. (Jos tämä ei ole 0, sinun tulisi tarkistaa taulujesi indeksit huolella.)';
$strShowStatusSelect_rangeDescr = 'Niiden liitosten lukumäärä, jotka käyttivät alueita ensimmäiseen tauluun. (Yleensä ei ole vakavaa, vaikka tämä arvo olisikin suuri.)';
$strShowStatusSelect_scanDescr = 'Liitosten lukumäärä, jotka suorittivat ensimmäisestä taulusta täydellisen tarkistuksen.';
$strShowStatusSlave_open_temp_tablesDescr = 'SQL-alisäikeen avointen väliaikaistaulujen lukumäärä tällä hetkellä.';
$strShowStatusSlave_retried_transactionsDescr = 'Replikaation SQL-alisäikeen uudelleen yrittämien transkatioiden kokonaislukumäärä käynnistyksesä lähtien';
$strShowStatusSlave_runningDescr = 'Tämä on ON, mikäli kyseinen palvelin on pääpalvelimeen kytketty alipalvelin.';
$strShowStatusSlow_launch_threadsDescr = 'Niiden säikeiden lukumäärä, joiden luomiseen on kulunut aikaa enemmän kuin slow_launch_time sekuntia.';
$strShowStatusSlow_queriesDescr = 'Niiden kyselyjen lukumäärä, joiden suorittamiseen on kulunut aikaa enemmän kuin long_query_time sekuntia.';
$strShowStatusSort_merge_passesDescr = 'Lajittelualgoritmiin tarvittavien yhdentymisten (eng. merge) lukumäärä. Jos tämä arvo on suuri, voit suurentaa sort_buffer-muuttujan arvoa.';
$strShowStatusSort_rangeDescr = 'Alueiden (ranges) kanssa suoritettujen lajittelujen lukumäärä.';
$strShowStatusSort_rowsDescr = 'Lajiteltujen rivien lukumäärä.';
$strShowStatusSort_scanDescr = 'Niiden lajittelutoimenpiteiden lukumäärä, jotka on suoritettu käymällä taulukko läpi.';
$strShowStatusTable_locks_immediateDescr = 'Tapausten, jolloin taulun lukitus on saatu heti suoritettua, määrä.';
$strShowStatusTable_locks_waitedDescr = 'Niiden tapausten määrä, jolloin taulun lukitusta ei ole saatu suoritettua heti ja siitä johtuen sitä on jouduttu odottamaan. Jos tämä on suuri, ja suorituskyvyn kanssa on pulmia, sinun kannattaisi ensiksi optimoida kyselysi ja sitten joko jakaa taulusi osiksi tai käyttää hyväksesi replikaatiota.';
$strShowStatusThreads_cachedDescr = 'Säievälimuistissa sijaitsevien säikeiden lukumäärä. Välimuistin käyttötahti voidaan laskea näin: Threads_created/yhteyksien lkm. Jos tämä arvo näkyy punaisena, thread_cache_size-muuttujan arvoa tulisi nostaa.';
$strShowStatusThreads_connectedDescr = 'Tällä hetkellä avoinna olevien yhteyksien lukumäärä.';
$strShowStatusThreads_createdDescr = 'Yhteyksien käsittelyä varten luotujen säikeiden lukumäärä. Jos Threads_created on suuri, kannattaa kasvattaa thread_cache_size:n arvoa. (Yleensä tällä ei ole kovin huomattavaa vaikutusta suorituskykyyn, jos säikeiden toteutus on toteutettu hyvin.)';
$strShowStatusThreads_runningDescr = 'Niiden säikeiden lukumäärä, jotka eivät ole unessa.';
$strShowTableDimension = 'Näytä taulujen ulottuvuus';
$strShowTables = 'Näytä taulut';
$strShowThisQuery = ' Näytä lause uudelleen ';
$strSimplifiedChinese = 'Yksinkertaistettu kiina';
$strSingly = '(yksitellen)';
$strSize = 'Koko';
$strSkipQueries = 'Tiedoston alusta ohitettavien merkintöjen (kyselyjen) määrä';
$strSlovak = 'Slovakialainen';
$strSlovenian = 'Slovenialainen';
$strSocketProblem = "(tai paikallisen MySQL-palvelimen sockettia ei ole konfiguroitu oikein)";
$strSortByKey = 'Lajittele avaimen mukaan';
$strSorting = 'Lajittelu'; //or Lajitellaan...?
$strSort = 'Järjestys';
$strSpaceUsage = 'Levytilan käyttö';
$strSpanish = 'Espanjalainen';
$strSplitWordsWithSpace = 'Sanat erotellaan välilyönnillä.';
$strSQLExportCompatibility = 'SQL-viennin yhteensopivuus';
$strSQLExportType = 'Vientityyppi';
$strSQLImportOptions = 'SQL-valinnat';
$strSQLOptions = 'SQL-valinnat';
$strSQLParserBugMessage = 'Olet mahdollisesti löytänyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, että olet siirtämässä tiedostoa, jossa on binääridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentoriviltä. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi. Jos lause toimi komentorivillä, mutta ei phpMyAdminissa, kokeile etsiä se rivi, joka virheilmoituksen aiheutti ja lähetä meille bugiraportti, johon liität alla olevan koodin:';
$strSQLParserUserError = 'SQL-lauseessasi oli virhe. SQL-haussasi näyttää olevan jokin virhe. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi.';
$strSQLQuery = 'SQL-lause';
$strSQLResult = 'SQL-lauseen tulos';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Epäkelpo tunniste';
$strSQPBugUnclosedQuote = 'Toinen lainausmerkki puuttuu merkkijonon lopusta';
$strSQPBugUnknownPunctuation = 'Tuntematon välimerkki';
$strStatCheckTime = 'Viimeksi tarkistettu';
$strStatCreateTime = 'Luotu';
$strStatement = 'Tieto';
$strStatisticsOverrun = 'Ruuhkaisten palvelinten tavulaskurit saattavat ylivuotaa, joten MySQL-palvelimen ilmoittamat tilastotiedot saattavat olla virheellisiä.';
$strStatUpdateTime = 'Viimeksi päivitetty';
$strStatus = 'Tila';
$strStorageEngines = "Tallennustilamoottorit";
$strStorageEngine = "Tallennustilamoottori";
$strStrucCSV = 'CSV-muotoinen data';
$strStrucData = 'Rakenne ja data';
$strStrucDrop = 'Lisää \'DROP TABLE\' -rivit';
$strStrucExcelCSV = 'MS Excelin CSV-muoto';
$strStrucNativeExcel = 'Natiivi MS Excel -data';
$strStrucOnly = 'Vain rakenne';
$strStructPropose = 'Esitä taulun rakenne';
$strStructure = 'Rakenne';
$strSubmit = 'Lähetä';
$strSuccess = 'SQL-lause suoritettu';
$strSum = 'Summa';
$strSwedish = 'Ruotsalainen';
$strSwitchToDatabase = 'Siirry kopioituun tietokantaan';
$strSwitchToTable = 'Siirry kopioituun tauluun';
 
$strTableAlreadyExists = 'Taulu %s on jo olemassa!';
$strTableComments = 'Taulun kommentit';
$strTableEmpty = 'Taulun nimi puuttuu!';
$strTableHasBeenDropped = 'Taulu %s on pudotettu';
$strTableHasBeenEmptied = 'Taulu %s on tyhjennetty';
$strTableHasBeenFlushed = 'Taulun %s välimuisti on tyhjennetty';
$strTableMaintenance = 'Taulun huolto';
$strTableOfContents = 'Sisällysluettelo';
$strTableOptions = 'Taulun valinnat';
$strTables = '%s taulu(a)';
$strTableStructure = 'Rakenne taululle';
$strTable = 'Taulu';
$strTableType = 'Taulun muoto';
$strTakeIt = 'käytä tätä';
$strTblPrivileges = 'Taulukohtaiset käyttöoikeudet';
$strTempData = 'Väliaikainen data';
$strTextAreaLength = ' Pituudestaan johtuen<br /> tätä saraketta ei ehkä voi muokata ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Oletusteemaa %s ei löydy!';
$strThemeNoPreviewAvailable = 'Esikatselu ei ole saatavilla.';
$strThemeNotFound = 'Teemaa %s ei löydy!';
$strThemeNoValidImgPath = 'Kelvollista polkua teemalle %s ei löytynyt.';
$strThemePathNotFound = 'Teeman %s polkua ei löydy!';
$strTheme = 'Teema/tyyli';
$strThisHost = 'Tämä isäntä';
$strThisNotDirectory = 'Tämä ei ole hakemisto';
$strThreads = 'Säikeet';
$strThreadSuccessfullyKilled = 'Säikeen %s (threadin) lopetus onnistui.';
$strTime = 'Aika';
$strTimeoutInfo = 'Edellinen tuonti keskeytyi aikakatkaisuun; lähetettyäsi tiedoston uudestaan jatkamme kohdasta %d.';
$strTimeoutNothingParsed = 'Viimeisestä suorituskerrasta huolimatta mitään dataa ei ole parsittu; tämä tarkoittaa yleensä sitä, että phpMyAdmin ei voi suorittaa tätä tuontia loppuun asti, ellei php:n suoritusaikarajaa kasvateta.';
$strTimeoutPassed = 'Skriptin suoritus aikakatkaistiin; jos haluat suorittaa tuonnin loppuun saakka, lähetä sama tiedosto uudestaan, ja tuomista voidaan jaktaa.';
$strToggleScratchboard = 'Näytä/kätke luonnospöytä (scratchboard)';
$strTotalUC = 'Yhteensä';
$strTotal = 'yhteensä';
$strTraditionalChinese = 'Perinteinen kiina';
$strTraditionalSpanish = 'Perinteinen espanja';
$strTraffic = 'Liikenne';
$strTransactionCoordinator = 'Transaktiokoordinaattori';
$strTransformation_application_octetstream__download = 'Näytä linkki kentän binääridatan imurointiin. Ensimmäinen valinta on binääritiedoston tiedostonimi. Toinen valinta on mahdollisen taulun rivin kenttänimi, jolla tiedostonimi sijaitsee. Jos käytät toista (2) valintaa, sinun on asetettava ensimmäinen valinta tyhjäksi.';
$strTransformation_application_octetstream__hex = 'Näyttää datan heksadesimaalisena esitysmuotona.';
$strTransformation_image_jpeg__inline = 'Näyttää klikattavan pikkukuvan; valinnat: leveyden,korkeuden pikseleinä (säilyttää alkuperäisen suhteen)';
$strTransformation_image_jpeg__link = 'Näyttää linkin tähän kuvaan (eli suora blob-imurointi).';
$strTransformation_image_png__inline = 'Katso image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Ottaa TIME-, TIMESTAMP- tai DATETIME-kentän ja muotoilee sen paikallisen päiväysformaatin mukaiseksi. Ensimmäinen valinta on siirros (tunteina), joka lisätään aikamerkintään (Oletus: 0). Jälkimmäinen valinta on toisenlainen päiväysformaatti, jonka parametrit ovat PHP:n strftime()-funktion mukaisia.';
$strTransformation_text_plain__external = 'VAIN LINUXILLE: Käynnistää ulkoisen ohjelman ja syöttää kenttädatan oletusarvoisen syötteen kautta. Palauttaa ohjelman oletusarvoisen tulosteen. Oletusarvona on Tidy, HTML-koodin tulostamiseksi siististi. Tietoturvasyistä joudut manuaalisesti muokkaamaan tiedostoa libraries/transformations/text_plain__external.inc.php ja lisäämään ajettavaksi sallimasi työkalut. Ensimmäinen valinta on silloin haluamasi ohjelman numero ja toinen valinta määrittää ohjelmalle annettavat parametrit. Kolmannen parametrin ollessa yksi (1) tuloste konvertataan käyttäen htmlspecialchars()-funktiota (Oletus on 1). Neljännen parametrin ollessa yksi (1) sisältökennoon lisätään NOWRAP, jotta koko tuloste näkyy ilman mitään ennakkomuotoiluja (Oletus 1)';
$strTransformation_text_plain__formatted = 'Säilyttää kentän alkuperäiset muotoilut. Kenoviivoja ei käytetä erikoismerkkien edellä.';
$strTransformation_text_plain__imagelink = 'Näyttää kuvan ja linkin, kenttä sisältää tiedostonimen; ensimmäinen valinta on etuliite, eli esimerkiksi "http://domain.com/", toinen valinta on leveys pikseleinä, kolmas on korkeus.';
$strTransformation_text_plain__link = 'Näyttää linkin, kenttä sisältää tiedostonimen; ensimmäinen valinta on etuliite, eli esimerkiksi "http://domain.com/", toinen valinta on linkin otsikko.';
$strTransformation_text_plain__sql = 'Muotoilee SQL-pyynnön syntaksivärityksellä.';
$strTransformation_text_plain__substr = 'Näyttää vain osan merkkijonoa. Ensimmäinen valinta on tarkoitettu määrittelemään siirrosta, jonka kohdalta tekstin näyttäminen aloitetaan (Oletus: 0). Toinen valinta kertoo, kuinka monta merkkiä tekstistä näytetään. Tämän ollessa tyhjä merkkijonosta näytetään kaikki loput tekstit. Kolmas valinta määrittelee, mitä merkkejä merkkijonon perään lisätään sitä näytettäessä (Oletus: "...") .';
$strTruncateQueries = 'Näytä typistetyt pyynnöt';
$strTurkish = 'Turkkilainen';
$strType = 'Tyyppi';
 
$strUkrainian = 'Ukrainalainen';
$strUncheckAll = 'Poista valinta kaikista';
$strUnicode = 'Unicode';
$strUnique = 'Uniikki';
$strUnknown = 'tuntematon';
$strUnselectAll = 'Poista valinta kaikista';
$strUnsupportedCompressionDetected = 'Yritit ladata tiedostoa, joka käyttää tukematonta pakkausmuotoa (%s). Tukea kyseiselle muodolle ei joko ole toteutettu, tai se on poistettu käytöstä asetusten kautta.';
$strUpdatePrivMessage = 'Käyttäjän %s käyttöoikeudet on päivitetty.';
$strUpdateProfileMessage = 'Profiili on päivitetty.';
$strUpdateQuery = 'Päivitä kysely';
$strUpdComTab = 'Tarkista dokumentaatiosta, kuinka voit päivittää Column_comments-taulusi';
$strUpgrade = 'Sinun pitäisi päivittää versioon %s %s tai myöhempään.';
$strUploadLimit = 'Yritit todennäköisesti ladata palvelimelle liian suurta tiedostoa. Viittaa %sdokumentaatioon%s saadaksesi tietoja tämän rajoituksen muuttamisesta.';
$strUsage = 'Käyttö';
$strUseBackquotes = 'Pane taulujen ja sarakkeiden nimet lainausmerkkeihin';
$strUsedPhpExtensions = 'Käytössä olevat PHP-laajennukset';
$strUseHostTable = 'Käytä host-taulua';
$strUserAlreadyExists = 'Käyttäjä %s on jo olemassa!';
$strUserEmpty = 'Käyttäjän nimi puuttuu!';
$strUser = 'Käyttäjä';
$strUserName = 'Käyttäjänimi';
$strUserNotFound = 'Valittua käyttäjää ei löytynyt käyttöoikeustaulusta.';
$strUserOverview = 'Käyttäjien yleiskatsaus';
$strUsersDeleted = 'Valitsemiesi käyttäjien poisto onnistui.';
$strUsersHavingAccessToDb = 'Käyttäjät, joilla on oikeus käyttää kohdetta &quot;%s&quot;';
$strUseTabKey = 'Käytä tabulaattoria siirtyäksesi arvojen välillä, tai CTRL+nuolia siirtäksesi mihin tahansa kohtaan';
$strUseTables = 'Käytä tauluja';
$strUseTextField = 'Käytä tekstikenttää';
$strUseThisValue = 'Käytä tätä arvoa';
 
$strValidateSQL = 'Tarkista SQL-lause';
$strValidatorError = 'SQL-validaattoria ei voitu käynnistää. Tarkista, että olet asentanut tarpeelliset PHP-laajennukset. Lisää tietoa löytyy %sdokumentaatiosta%s.';
$strValue = 'Arvo';
$strVar = 'Muuttuja';
$strVersionInformation = "Versiotiedot";
$strViewDumpDatabases = 'Näytä vedos (skeema) tietokannoista';
$strViewDumpDB = 'Tee vedos tietokannasta';
$strViewDump = 'Tee vedos taulusta';
$strViewHasBeenDropped = "Näkymä %s on poistettu";
$strView = "Näkymä";
 
$strWebServerUploadDirectoryError = 'Valitsemaasi hakemistoa ei voitu käyttää tiedostojen siirtämiseen';
$strWebServerUploadDirectory = 'palvelimen hakemisto tiedostojen siirtoa varten';
$strWelcome = 'Tervetuloa, toivottaa %s';
$strWestEuropean = 'Länsieurooppalainen';
$strWildcard = 'jokerimerkki';
$strWindowNotFound = 'Kohdeselainikkunaa ei voitu päivittää. Syynä voi olla se, että olet sulkenut isäntäikkunan tai että selaimesi tietoturva-asetukset estävät ikkunoiden välisen päivittämisen.';
$strWithChecked = 'Valitut:';
$strWriteRequests = 'Kirjoituspyynnöt';
$strWritingCommentNotPossible = 'Kommentin kirjoittaminen ei ole mahdollista';
$strWritingRelationNotPossible = 'Relaation kirjoittaminen ei ole mahdollista';
$strWrongUser = 'Väärä käyttäjätunnus tai salasana. Pääsy kielletty.';
 
$strXML = 'XML';
 
$strYes = 'Kyllä';
 
$strZeroRemovesTheLimit = 'Huom: Näiden valintojen asettaminen nollaksi (0) poistaa raja-arvon.';
$strZip = '"zip-pakattu"';
 
// To translate:
 
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/french-iso-8859-1.inc.php
0,0 → 1,977
<?php
/* $Id: french-iso-8859-1.inc.php,v 2.153.2.2 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Octets', 'Ko', 'Mo', 'Go', 'To', 'Po', 'Eo');
 
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
$month = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre');
// Voir http://www.php.net/manual/en/function.strftime.php pour la variable
// ci-dessous
$datefmt = '%A %d %B %Y à %H:%M';
 
$timespanfmt = '%s jours, %s heures, %s minutes et %s secondes';
 
$strAbortedClients = 'Arrêts prématurés';
$strAbsolutePathToDocSqlDir = 'Veuillez entrer le chemin absolu du répertoire docSQL sur le serveur web';
$strAccessDenied = 'Accès refusé';
$strAccessDeniedCreateConfig = 'La raison probable est que vous n\'avez pas créé de fichier de configuration. Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but.';
$strAccessDeniedExplanation = 'phpMyAdmin a tenté de se connecter au serveur MySQL, et le serveur a rejeté la connexion. Veuillez vérifier les valeurs de "host", "username" et "password" dans config.inc.php et vous assurer qu\'elles correspondent aux informations fournies par l\'administrateur du serveur MySQL.';
$strAction = 'Action';
$strAddAutoIncrement = 'Inclure la valeur courante de l\'AUTO_INCREMENT';
$strAddConstraints = 'Inclure les contraintes de clés étrangères';
$strAddDeleteColumn = 'Ajouter/effacer x colonne(s)';
$strAddDeleteRow = 'Ajouter/effacer x ligne(s)';
$strAddDropDatabase = 'Ajouter DROP DATABASE';
$strAddedColumnComment = 'Commentaire ajouté pour la colonne';
$strAddedColumnRelation = 'Relation ajoutée pour la colonne';
$strAddFields = 'Ajouter %s champ(s)';
$strAddHeaderComment = 'Commentaires mis en en-tête (\\n sépare les lignes)';
$strAddIfNotExists = 'Ajouter "IF NOT EXISTS"';
$strAddIntoComments = 'Inclure sous forme de commentaires';
$strAddNewField = 'Ajouter un champ';
$strAddPrivilegesOnDb = 'Ajouter des privilèges sur cette base de données';
$strAddPrivilegesOnTbl = 'Ajouter des privilèges sur cette table';
$strAddSearchConditions = 'Critères de recherche (pour l\'énoncé "where"):';
$strAddToIndex = 'Ajouter à la clef&nbsp;%s&nbsp;colonne(s)';
$strAddUser = 'Ajouter un utilisateur';
$strAddUserMessage = 'Vous avez ajouté un utilisateur';
$strAdministration = 'Administration';
$strAffectedRows = 'Nombre d\'enregistrements affectés :';
$strAfter = 'Après %s';
$strAfterInsertBack = 'Retourner à la page précédente';
$strAfterInsertNewInsert = 'Insérer un nouvel enregistrement';
$strAfterInsertNext = 'Modifier l\'enregistrement suivant';
$strAfterInsertSame = 'Demeurer sur cette page';
$strAllowInterrupt = 'Permettre l\'interruption de l\'importation si la limite de temps est sur le point d\'être atteinte. Ceci pourrait aider à importer des fichiers volumineux, au détriment du respect des transactions.';
$strAllTableSameWidth = 'Afficher toutes les tables avec une largeur identique';
$strAll = 'Tout';
$strAlterOrderBy = '<b>Ordonner</b> la table par';
$strAnalyzeTable = 'Analyser la table';
$strAnd = 'et';
$strAndThen = 'et ensuite';
$strAnIndex = 'Un index a été ajouté sur %s';
$strAnyHost = 'Tout serveur';
$strAny = 'N\'importe quel';
$strAnyUser = 'Tout utilisateur';
$strApproximateCount = 'Peut être approximatif. Voir FAQ 3.11';
$strAPrimaryKey = 'Une clé primaire a été ajoutée sur %s';
$strArabic = 'arabe';
$strArmenian = 'arménien';
$strAscending = 'Croissant';
$strAtBeginningOfTable = 'En début de table';
$strAtEndOfTable = 'En fin de table';
$strAttr = 'Attributs';
$strAutodetect = 'Détection automatique';
$strAutomaticLayout = 'Mise en page automatique';
 
$strBack = 'Retour';
$strBaltic = 'baltique';
$strBeginCut = 'Début de la section à couper';
$strBeginRaw = 'Début des informations sur l\'anomalie';
$strBinary = 'Binaire';
$strBinaryDoNotEdit = 'Binaire - ne pas éditer';
$strBinaryLog = 'Log binaire';
$strBinLogEventType = 'Type d\'évènement';
$strBinLogInfo = 'Information';
$strBinLogName = 'Nom du log binaire';
$strBinLogOriginalPosition = 'Position d\'origine';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'ID du serveur';
$strBookmarkAllUsers = 'Signet visible pour les autres utilisateurs';
$strBookmarkCreated = 'Signet %s créé';
$strBookmarkDeleted = 'Le signet a été effacé.';
$strBookmarkLabel = 'Intitulé';
$strBookmarkQuery = 'Requêtes en signets';
$strBookmarkReplace = 'Remplacer un signet existant du même nom';
$strBookmarkThis = 'Conserver cette requête dans les signets';
$strBookmarkView = 'Voir uniquement';
$strBrowse = 'Afficher';
$strBrowseDistinctValues = 'Affiche les valeurs distinctes';
$strBrowseForeignValues = 'Afficher les valeurs de la table liée';
$strBufferPoolActivity = 'Activité de la mémoire-tampon';
$strBufferPool = 'Mémoire-tampon';
$strBufferPoolUsage = 'Utilisation de la mémoire-tampon';
$strBufferReadMissesInPercent = 'Lectures non-satisfaites en %';
$strBufferReadMisses = 'Lectures non-satisfaites';
$strBufferWriteWaitsInPercent = 'Nombre d\'attentes d\'écriture en %';
$strBufferWriteWaits = 'Nombre d\'attentes d\'écriture';
$strBulgarian = 'bulgare';
$strBusyPages = 'Pages occupées';
$strBzError = 'phpMyAdmin n\'a pu compresser le fichier exporté en raison d\'une composante Bz2 défaillante dans cette version de PHP. Il est recommandé de donner à <code>$cfg[\'BZipDump\']</code> dans votre fichier de configuration phpMyAdmin la valeur <code>FALSE</code>. Si vous voulez utiliser la compression en mode Bz2, veuillez mettre à niveau votre version de PHP. Ce rapport d\'anomalies PHP donne les détails: %s.';
$strBzip = '"bzippé"';
 
$strCalendar = 'Calendrier';
$strCanNotLoadImportPlugins = 'Chargement impossible des greffons d\'importation, veuillez vérifier votre installation!';
$strCannotLogin = 'Connexion au serveur MySQL non permise';
$strCantLoad = 'PHP ne peut charger l\'extension %s, [br]veuillez vérifier votre configuration de PHP';
$strCantLoadRecodeIconv = 'Erreur lors du chargement de l\'extension iconv ou recode, utilisée pour convertir le jeu de caractères; veuillez activer l\'une de ces extensions dans PHP, ou désactiver la conversion des jeux de caractères dans phpMyAdmin';
$strCantRenameIdxToPrimary = 'La clef ne peut être renommée PRIMARY&nbsp;!';
$strCantUseRecodeIconv = 'Erreur lors de l\'utilisation de iconv, libiconv et recode_string, alors que ces extensions semblent chargées. Veuillez vérifier votre configuration de PHP.';
$strCardinality = 'Cardinalité';
$strCaseInsensitive = 'insensible à la casse';
$strCaseSensitive = 'sensible à la casse';
$strCentralEuropean = 'Europe centrale';
$strChangeCopyModeCopy = '... conserver intact l\'ancien utilisateur.';
$strChangeCopyMode = 'Créer un nouvel utilisateur avec les mêmes privilèges et ...';
$strChangeCopyModeDeleteAndReload = ' ... supprimer l\'ancien utilisateur, puis recharger les privilèges au serveur.';
$strChangeCopyModeJustDelete = ' ... supprimer l\'ancien utilisateur.';
$strChangeCopyModeRevoke = ' ... effacer tous les privilèges de l\'ancien utilisateur, puis l\'effacer.';
$strChangeCopyUser = 'Changement des informations de connexion / Copie d\'utilisateur';
$strChangeDisplay = 'Champ à afficher';
$strChange = 'Modifier';
$strChangePassword = 'Modifier le mot de passe';
$strCharset = 'Jeu de caractères';
$strCharsetOfFile = 'Jeu de caractères du fichier:';
$strCharsetsAndCollations = 'Jeux de caractères et interclassement';
$strCharsets = 'Jeux de caractères';
$strCheckAll = 'Tout cocher';
$strCheckOverhead = 'Cocher tables avec pertes';
$strCheckPrivsLong = 'Vérifier les privilèges pour la base de données &quot;%s&quot;.';
$strCheckPrivs = 'Vérifier les privilèges';
$strCheckTable = 'Vérifier la table';
$strChoosePage = 'Page à éditer';
$strColComFeat = 'Commentaires de colonnes';
$strCollation = 'Interclassement';
$strColumnNames = 'Nom des colonnes';
$strColumnPrivileges = 'Privilèges de colonnes';
$strCommand = 'Commande';
$strComments = 'Commentaires';
$strCommentsForTable = 'COMMENTAIRES POUR LA TABLE';
$strCompatibleHashing = 'compatible MySQL&nbsp;4.0';
$strCompleteInserts = 'Insertions complètes';
$strCompression = 'Compression';
$strCompressionWillBeDetected = 'Ces modes de compression seront détectés automatiquement : %s';
$strConfigDefaultFileError = 'Chargement de la configuration par défaut impossible depuis "%1$s"';
$strConfigFileError = 'phpMyAdmin n\'a pu lire votre fichier de configuration!<br />Il est possible qu\'il contienne une erreur de syntaxe, ou que PHP soit incapable de le trouver<br />À l\'aide du lien suivant, vous pouvez vérifier le message d\'erreur généré par PHP;<br />la plupart du temps, un apostrophe ou un point-virgule sont manquants.<br />Si vous recevez une page blanche, aucune erreur n\'a été détectée.';
$strConfigureTableCoord = 'Les coordonnées de la table %s n\'ont pas été configurées';
$strConnectionError = 'Connexion impossible: réglages incorrects.';
$strConnections = 'Connexions';
$strConstraintsForDumped = 'Contraintes pour les tables exportées';
$strConstraintsForTable = 'Contraintes pour la table';
$strCookiesRequired = 'Vous devez accepter les cookies pour poursuivre.';
$strCopy = 'Copier';
$strCopyDatabaseOK = 'La base de données %s a été copiée sur %s';
$strCopyTable = '<b>Copier</b> la table vers (base<b>.</b>table)&nbsp;:';
$strCopyTableOK = 'La table %s a été copiée vers %s.';
$strCopyTableSameNames = 'On ne peut copier la table sur elle-même!';
$strCouldNotKill = 'phpMyAdmin n\'a pu éliminer le processus %s. Il était probablement déjà fermé.';
$strCreate = 'Créer';
$strCreateDatabaseBeforeCopying = 'Faire CREATE DATABASE avant la copie';
$strCreateIndex = 'Créer une clef sur&nbsp;%s&nbsp;colonne(s)';
$strCreateIndexTopic = 'Créer un nouvelle clef';
$strCreateNewDatabase = 'Créer une base de données';
$strCreateNewTable = '<b>Créer une nouvelle table</b> sur la base %s';
$strCreatePage = 'Créer une page';
$strCreatePdfFeat = 'Génération de schémas en PDF';
$strCreationDates = 'Dates de création/modification/vérification';
$strCriteria = 'Critère';
$strCroatian = 'croate';
$strCSV = 'CSV';
$strCSVImportOptions = 'Options CSV';
$strCSVOptions = 'Options CSV';
$strCyrillic = 'cyrillique';
$strCzechSlovak = 'tchèque-slovaque';
$strCzech = 'tchèque';
 
$strDanish = 'danois';
$strDatabase = 'Base de données';
$strDatabaseEmpty = 'Le nom de la base de données est vide!';
$strDatabaseExportOptions = 'Options d\'exportation';
$strDatabaseHasBeenDropped = 'La base de données %s a été effacée.';
$strDatabaseNoTable = 'Cette base de données ne contient aucune table!';
$strDatabases = 'Bases de données';
$strDatabasesDropped = '%s bases de données ont été supprimées.';
$strDatabasesStatsDisable = 'Désactiver les statistiques';
$strDatabasesStatsEnable = 'Activer les statistiques';
$strDatabasesStatsHeavyTraffic = 'Note: L\'activation des statistiques peut causer un trafic important entre le serveur web et le serveur MySQL.';
$strDatabasesStats = 'Statistiques sur les bases de données';
$strDataDict = 'Dictionnaire de données';
$strData = 'Données';
$strDataOnly = 'Données seulement';
$strDataPages = 'Pages contenant des données';
$strDBComment = '<b>Commentaire</b> sur la base de données: ';
$strDBCopy = 'Copier la base de données vers';
$strDBGContext = 'Contexte';
$strDBGContextID = 'Identificateur de contexte';
$strDBGHits = 'Occurences';
$strDBGLine = 'Ligne';
$strDBGMaxTimeMs = 'Durée maximum, ms';
$strDBGMinTimeMs = 'Durée minimum, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Durée/Occurence, ms';
$strDBGTotalTimeMs = 'Durée totale, ms';
$strDbPrivileges = 'Privilèges spécifiques à une base de données';
$strDBRename = '<b>Changer le nom</b> de la base de données pour';
$strDbSpecific = 'spécifique à cette base de données';
$strDefault = 'Défaut';
$strDefaultEngine = 'Sur ce serveur MySQL, le moteur de stockage par défaut est %s.';
$strDefaultValueHelp = 'Pour les valeurs par défaut, veuillez n\'entrer qu\'une seule valeur, sans caractère d\'échappement ou apostrophes, sous la forme: a';
$strDefragment = 'Défragmenter la table';
$strDelayedInserts = 'Insertions avec délais (DELAYED)';
$strDeleteAndFlushDescr = 'Ceci est la méthode la plus directe, mais le fait de recharger les privilèges pourrait prendre du temps.';
$strDeleteAndFlush = 'Effacer les utilisateurs, puis recharger les privilèges.';
$strDeleted = 'L\'enregistrement a été effacé';
$strDeletedRows = 'Nombre d\'enregistrements effacés :';
$strDelete = 'Effacer';
$strDeleteNoUsersSelected = 'Aucun utilisateur n\'a été choisi en vue de le détruire!';
$strDeleting = 'Destruction de %s';
$strDelOld = 'Cette page fait référence à des tables qui n\'existent plus. Voulez-vous effacer ces références?';
$strDescending = 'Décroissant';
$strDescription = 'Description';
$strDictionary = 'dictionnaire';
$strDirtyPages = 'Pages modifiées';
$strDisabled = 'désactivé';
$strDisableForeignChecks = 'Désactiver la vérification des clés étrangères';
$strDisplayFeat = 'Affichage infobulle';
$strDisplayOrder = 'Ordre d\'affichage :';
$strDisplayPDF = '<b>Afficher le schéma</b> en PDF';
$strDoAQuery = 'Recherche par valeur (passepartout: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Voulez-vous vraiment effectuer ';
$strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!';
$strDrop = 'Supprimer';
$strDropUsersDb = 'Supprimer les bases de données portant le même nom que les utilisateurs';
$strDumpingData = 'Contenu de la table';
$strDumpSaved = 'Le fichier d\'exportation a été sauvegardé sous %s.';
$strDumpXRows = 'Exporte %s enregistrement(s) à partir du rang n° %s.';
$strDynamic = 'dynamique';
 
$strEdit = 'Modifier';
$strEditPDFPages = 'Préparer le schéma en PDF';
$strEditPrivileges = 'Changer les privilèges';
$strEffective = 'effectif';
$strEmptyResultSet = 'MySQL n\'a retourné aucun enregistrement.';
$strEmpty = 'Vider';
$strEnabled = 'activé';
$strEncloseInTransaction = 'Utiliser le mode transactionnel';
$strEndCut = 'Fin de la section à couper';
$strEnd = 'Fin';
$strEndRaw = 'Fin des informations sur l\'anomalie';
$strEngineAvailable = '%s est disponible sur ce serveur MySQL.';
$strEngineDisabled = '%s a été désactivé sur ce serveur MySQL.';
$strEngines = 'Moteurs';
$strEngineUnsupported = 'Ce serveur MySQL ne supporte pas le moteur de stockage %s.';
$strEnglish = 'anglais';
$strEnglishPrivileges = ' Veuillez noter que les noms de privilèges sont exprimés en anglais';
$strError = 'Erreur';
$strErrorInZipFile = 'Erreur rencontrée dans l\'archive ZIP :';
$strEscapeWildcards = 'Préfixer avec \ les passepartouts _ et % pour un usage littéral';
$strEsperanto = 'Espéranto';
$strEstonian = 'estonien';
$strExcelEdition = 'Excel en version';
$strExcelOptions = 'Options Excel';
$strExecuteBookmarked = 'Exécuter la requête en signets';
$strExplain = 'Expliquer SQL';
$strExport = 'Exporter';
$strExtendedInserts = 'Insertions étendues';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentatives échouées';
$strField = 'Champ';
$strFieldHasBeenDropped = 'Le champ %s a été effacé';
$strFields = 'Champs';
$strFieldsEmpty = 'Il faut indiquer le nombre de champs';
$strFieldsEnclosedBy = 'Champs entourés par';
$strFieldsEscapedBy = 'Caractère spécial';
$strFieldsTerminatedBy = 'Champs terminés par';
$strFileAlreadyExists = 'Le fichier %s existe déjà sur le serveur, veuillez changer le nom, ou cocher l\'option Écraser';
$strFileCouldNotBeRead = 'Le fichier n\'a pu être lu';
$strFileNameTemplateDescription = 'Cette valeur est interprétée avec %1$sstrftime%2$s, vous pouvez donc utiliser des chaînes de format d\'heure. Ces transformations additionnelles vont se produire: %3$s. Tout autre texte sera conservé tel quel.';
$strFileNameTemplateDescriptionDatabase = 'nom de base de données';
$strFileNameTemplateDescriptionServer = 'nom de serveur';
$strFileNameTemplateDescriptionTable = 'nom de table';
$strFileNameTemplate = 'Modèle de nom de fichier';
$strFileNameTemplateRemember = 'se souvenir du modèle';
$strFileToImport = 'Fichier à importer';
$strFixed = 'fixe';
$strFlushPrivilegesNote = 'Note: phpMyAdmin obtient la liste des privilèges directement à partir des tables MySQL. Le contenu de ces tables peut être différent des privilèges effectifs, si des changements manuels ont été apportés. Dans ce cas, vous devriez %srecharger les privilèges%s avant de continuer.';
$strFlushQueryCache = 'Vider la cache des requêtes';
$strFlushTable = 'Recharger la table ("FLUSH")';
$strFlushTables = 'Fermer toutes les tables';
$strFormat = 'format';
$strFormEmpty = 'Formulaire incomplet !';
$strFreePages = 'Pages libres';
$strFullText = 'Textes complets';
$strFunction = 'Fonction';
 
$strGenBy = 'Généré par';
$strGeneralRelationFeat = 'Fonctions relationnelles';
$strGenerate = 'Générer';
$strGeneratePassword = 'Générer un mot de passe';
$strGenTime = 'Généré le ';
$strGeorgian = 'géorgien';
$strGerman = 'allemand';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilèges globaux';
$strGlobalValue = 'Valeur globale';
$strGo = 'Exécuter';
$strGrantOption = '"Grant"';
$strGreek = 'grec';
$strGzip = '"gzippé"';
 
$strHandler = 'Gestionnaire';
$strHasBeenAltered = 'a été modifié(e).';
$strHasBeenCreated = 'a été créé(e).';
$strHaveToShow = 'Vous devez choisir au moins une colonne à afficher';
$strHebrew = 'hébreu';
$strHexForBinary = 'Encoder les champs binaires en hexadécimal';
$strHome = 'Accueil';
$strHomepageOfficial = 'Site officiel de phpMyAdmin';
$strHostEmpty = 'Le nom de serveur est vide';
$strHost = 'Serveur';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Options d\'exportation Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Options d\'exportation Microsoft Word 2000';
$strHungarian = 'hongrois';
 
$strIcelandic = 'islandais';
$strId = 'ID';
$strIdxFulltext = 'Texte entier';
$strIgnoreDuplicates = 'Ignorer les doublons';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)';
$strIgnoringFile = 'Fichier %s ignoré';
$strImportDocSQL = 'Importer des fichiers docSQL';
$strImportFiles = 'Importe les fichiers';
$strImportFormat = 'Format du fichier d\'importation';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'L\'importation s\'est terminée avec succès, %d requêtes exécutées.';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'L\'index %s a été effacé';
$strIndex = 'Index';
$strIndexName = 'Nom de la clef&nbsp;:';
$strIndexType = 'Type de clef&nbsp;:';
$strIndexWarningMultiple = 'Plus d\'un index de type %s existe pour la colonne `%s`';
$strIndexWarningPrimary = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé primaire et d\'une clé index';
$strIndexWarningTable = 'Il y a des problèmes avec les index de la table `%s`';
$strIndexWarningUnique = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé unique et d\'une clé index';
$strInnoDBAutoextendIncrement = 'Auto-croissant: Taille de l\'incrément';
$strInnoDBAutoextendIncrementDesc = 'La valeur de l\'incrément lors de l\'agrandissement du fichier auto-croissant lorsqu\'il devient plein.';
$strInnoDBBufferPoolSizeDesc = 'La taille de la mémoire-tampon utilisée par InnoDB pour les opérations d\'antémoire sur les données et les index.';
$strInnoDBBufferPoolSize = 'Taille de la mémoire-tampon';
$strInnoDBDataFilePath = 'Fichiers de données';
$strInnoDBDataHomeDirDesc = 'Le chemin du répertoire pour tous les fichiers de données InnoDB.';
$strInnoDBDataHomeDir = 'Répertoire des données';
$strInnoDBPages = 'pages';
$strInnodbStat = 'État InnoDB';
$strInsecureMySQL = 'Votre fichier de configuration fait référence à l\'utilisateur root sans mot de passe, ce qui correspond à la valeur par défaut de MySQL. Votre serveur MySQL est donc ouvert aux intrusions, et vous devriez corriger ce problème de sécurité.';
$strInsertAsNewRow = 'Sauvegarder un nouvel enregistrement';
$strInsertedRowId = 'Identifiant de l\'enregistrement inséré:';
$strInsertedRows = 'Nombre d\'enregistrements insérés :';
$strInsert = 'Insérer';
$strInsertNewRow = 'Insérer un nouvel enregistrement';
$strInternalNotNecessary = '* Si une relation existe dans InnoDB, il n\'est pas nécessaire de la définir dans les relations internes.';
$strInternalRelations = 'Relations internes';
$strInUse = 'utilisé';
$strInvalidAuthMethod = 'Le fichier de configuration contient un type d\'authentification invalide :';
$strInvalidColumnCount = 'Le nombre de champs doit être plus grand que zéro.';
$strInvalidColumn = 'La colonne %s est invalide!';
$strInvalidCSVFieldCount = 'Nombre de champs invalide dans les données CSV à la ligne %d';
$strInvalidCSVFormat = 'Format invalide pour les données CSV à la ligne %d.';
$strInvalidCSVParameter = 'Paramètres invalides pour l\'importation CSV: %s';
$strInvalidFieldAddCount = 'Vous devez ajouter au moins un champ';
$strInvalidFieldCount = 'La table doit comporter au moins un champ';
$strInvalidLDIImport = 'Ce greffon ne supporte pas les importations en format comprimé!';
$strInvalidRowNumber = '%d n\'est pas un numéro d\'enregistrement valable.';
$strInvalidServerHostname = 'Nom d\'hôte (hostname) invalide pour le serveur %1$s. Veuillez vérifier votre configuration.';
$strInvalidServerIndex = 'Indice de serveur invalide: "%s"';
 
$strJapanese = 'japonais';
$strJoins = 'Jointures';
$strJumpToDB = 'Aller à la base de données &quot;%s&quot;.';
$strJustDeleteDescr = 'Les utilisateurs &quot;effacés&quot; auront quand même accès au serveur, jusqu\'à ce que les privilèges soient rechargés.';
$strJustDelete = 'Seulement effacer les utilisateurs des tables de privilèges.';
 
$strKeepPass = 'Conserver le mot de passe';
$strKeyCache = 'Cache des clés';
$strKeyname = 'Nom de la clé';
$strKill = 'Supprimer';
$strKorean = 'coréen';
 
$strLandscape = 'Paysage';
$strLanguageFileNotFound = 'Fichier de langue "%1$s" inexistant.';
$strLanguageUnknown = 'Langue inconnue: %1$s.';
$strLatchedPages = 'Pages verrouillées';
$strLatexCaption = 'Sous-titre de la table';
$strLatexContent = 'Contenu de la table __TABLE__';
$strLatexContinuedCaption = 'Sous-titre de la table (suite)';
$strLatexContinued = '(suite)';
$strLatexIncludeCaption = 'Inclure les sous-titres';
$strLatexLabel = 'Clé de l\'étiquette';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Options LaTeX';
$strLatexStructure = 'Structure de la table __TABLE__';
$strLatvian = 'letton';
$strLDI = 'CSV via LOAD DATA';
$strLDIImportOptions = 'Options pour l\'importation CSV via LOAD DATA';
$strLDILocal = 'Utiliser l\'option LOCAL';
$strLengthSet = 'Taille/Valeurs*';
$strLimitNumRows = 'Nombre d\'enregistrements par page';
$strLinesTerminatedBy = 'Lignes terminées par';
$strLinkNotFound = 'Lien absent';
$strLinksTo = 'Relié à';
$strLithuanian = 'lituanien';
$strLocalhost = 'Local';
$strLocationTextfile = 'Emplacement du fichier texte';
$strLogin = 'Connexion';
$strLoginInformation = 'Information pour la connexion';
$strLogout = 'Quitter';
$strLogPassword = 'Mot de passe&nbsp;:';
$strLogServer = 'Serveur';
$strLogUsername = 'Nom d\'utilisateur&nbsp;:';
$strLongOperation = 'Cette opération pourrait être longue. Procéder quand même? ';
 
$strMaxConnects = 'max. de connexions simultanées';
$strMaximalQueryLength = 'Taille maximum de la requête générée';
$strMaximumSize = 'Taille maximum: %s%s';
$strMbExtensionMissing = 'L\'extension PHP mbstring n\'a pu être localisée et il semble que vous utilisiez un jeu de caractères multi-octets. Sans cette extension, phpMyAdmin est incapable de gérer correctement les caractères et il peut en résulter des problèmes.';
$strMbOverloadWarning = 'Vous avez activé mbstring.func_overload dans votre configuration PHP. Cette option est incompatible avec phpMyAdmin et peut nuire au traitement des données!';
$strMIME_available_mime = 'Types MIME disponibles';
$strMIME_available_transform = 'Transformations disponibles';
$strMIME_description = 'Description';
$strMIME_MIMEtype = 'Type MIME';
$strMIME_nodescription = 'Aucune description n\'est disponible pour cette transformation.<br />Veuillez demander à son auteur, des détails sur %s.';
$strMIME_transformation_note = 'La %sdescription des transformations%s explique les transformations possibles en fonction des types MIME.';
$strMIME_transformation_options_note = 'Veuillez entrer les valeurs des options de transformation en suivant ce format: \'a\',\'b\',\'c\'...<br />Si vous devez entrer un caractère ("\") ou une apostrophe ("\'") parmi ces valeurs, faites-le précéder du caractère d\'échappement, par exemple \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Options de transformation';
$strMIME_transformation = 'Transformation';
$strMIMETypesForTable = 'TYPES MIME POUR LA TABLE';
$strMIME_without = 'Les types MIME affichées en italiques ne possèdent pas de fonctions de transformation.';
$strModifications = 'Les modifications ont été sauvegardées.';
$strModifyIndexTopic = 'Modifier une clef';
$strModify = 'Modifier';
$strMoveTable = '<b>Déplacer</b> la table vers (base<b>.</b>table)&nbsp;:';
$strMoveTableOK = 'La table %s a été déplacée vers %s.';
$strMoveTableSameNames = 'On ne peut déplacer la table sur elle-même!';
$strMultilingual = 'multilingue';
$strMyISAMDataPointerSizeDesc = 'La taille du pointeur (en octets) qui servira lors d\'un CREATE TABLE sur une table MyISAM si aucune option MAX_ROWS n\'est indiquée';
$strMyISAMDataPointerSize = 'Taille du pointeur de données';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si le fichier temporaire utilisé pour la création rapide des index MyISAM devrait s\'avérer plus volumineux que d\'employer la cache des clés (la différence étant spécifiée ici), utiliser la méthode de cache des clés';
$strMyISAMMaxExtraSortFileSize = 'La taille maximum pour les fichiers temporaires utilisés lors de la création d\'index';
$strMyISAMMaxSortFileSizeDesc = 'La taille maximum du fichier temporaire qu\'il est permis à MySQL d\'allouer pour recréer un index MyISAM (durant un REPAIR TABLE, ALTER TABLE ou LOAD DATA INFILE)';
$strMyISAMMaxSortFileSize = 'Taille maximum pour les fichiers de tri temporaires';
$strMyISAMRecoverOptionsDesc = 'Le mode de recouvrement automatique en cas de tables MyISAM en mauvais état, tel que réglé via l\'option --myisam-recover au départ du serveur';
$strMyISAMRecoverOptions = 'Mode de recouvrement automatique';
$strMyISAMRepairThreadsDesc = 'Si cette valeur est plus grande que 1, les index de tables MyISAM sont créés en parallèle (chaque index dans son propre fil d\'exécution) lors d\'une réparation.';
$strMyISAMRepairThreads = 'Nombre de fils d\'exécution pour la réparation';
$strMyISAMSortBufferSizeDesc = 'La mémoire tampon qui est allouée pour trier les index MyISAM durant une opération REPAIR TABLE ou pour créer les index lors d\'un CREATE INDEX ou ALTER TABLE';
$strMyISAMSortBufferSize = 'Taille de la mémoire tampon';
$strMySQLCharset = 'Jeu de caractères pour MySQL';
$strMysqlClientVersion = 'Version du client MySQL';
$strMySQLConnectionCollation = 'Interclassement pour la connexion MySQL';
$strMySQLSaid = 'MySQL a répondu:';
$strMySQLShowProcess = 'Afficher les processus';
$strMySQLShowStatus = 'Afficher l\'état du serveur';
$strMySQLShowVars = 'Afficher les variables du serveur';
 
$strName = 'Nom';
$strNext = 'Suivant';
$strNoActivity = 'Aucune activité depuis %s secondes ou plus, veuillez vous reconnecter';
$strNoDatabases = 'Aucune base de données';
$strNoDatabasesSelected = 'Aucune base de données n\'a été sélectionnée.';
$strNoDescription = 'pas de description';
$strNoDetailsForEngine = 'Aucune information détaillée sur l\'état n\'est disponible pour ce moteur de stockage.';
$strNoDropDatabases = 'La commande "DROP DATABASE" est désactivée.';
$strNoExplain = 'Ne pas expliquer SQL';
$strNoFilesFoundInZip = 'Aucun fichier présent dans l\'archive ZIP!';
$strNoFrames = 'L\'utilisation de phpMyAdmin est plus aisée avec un navigateur <b>supportant les "frames"</b>.';
$strNoIndex = 'Aucune clef n\'est définie&nbsp;!';
$strNoIndexPartsDefined = 'Aucune colonne n\'a été définie pour cette clef&nbsp;!';
$strNoModification = 'Pas de modifications';
$strNone = 'aucune';
$strNo = 'Non';
$strNoOptions = 'Ce format ne comporte pas d\'options';
$strNoPassword = 'aucun mot de passe';
$strNoPermission = 'Le serveur web n\'a pas les permissions nécessaires pour enregistrer le fichier %s.';
$strNoPhp = 'Sans source PHP';
$strNoPrivileges = 'aucun privilège';
$strNoRights = 'Vous n\'êtes pas autorisé à accéder à cette page';
$strNoRowsSelected = 'Aucun enregistrement n\'a été sélectionné';
$strNoSpace = 'Espace-disque insuffisant pour enregistrer le fichier %s.';
$strNoTablesFound = 'Aucune table n\'a été trouvée dans cette base.';
$strNoThemeSupport = 'Les thèmes ne sont pas supportés, veuillez vérifier votre configuration et/ou vos thèmes dans le répertoire %s.';
$strNothingToImport = 'Il n\'y a rien à importer!';
$strNotNumber = 'Ce n\'est pas un nombre !';
$strNotOK = 'en erreur';
$strNotSet = 'La table <b>%s</b> est absente ou non définie dans %s';
$strNoUsersFound = 'Il n\'y a aucun utilisateur';
$strNoValidateSQL = 'Ne pas valider SQL';
$strNull = 'Null';
$strNumberOfFields = 'Nombre de champs';
$strNumSearchResultsInTable = '%s occurence(s) dans la table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total :</b> <i>%s</i> occurence(s)';
$strNumTables = 'Tables';
 
$strOK = 'OK';
$strOpenNewWindow = 'Ouvrir une nouvelle fenêtre phpMyAdmin';
$strOperations = 'Opérations';
$strOperator = 'Opérateur';
$strOptimizeTable = 'Optimiser la table';
$strOr = 'Ou';
$strOverhead = 'Perte';
$strOverwriteExisting = 'Écraser les fichiers existants';
 
$strPageNumber = 'Page n°:';
$strPagesToBeFlushed = 'Pages devant être vidées';
$strPaperSize = 'Taille du papier';
$strPartialImport = 'Importation partielle';
$strPartialText = 'Textes réduits';
$strPasswordChanged = 'Le mot de passe de %s a été changé.';
$strPasswordEmpty = 'Le mot de passe est vide';
$strPasswordHashing = 'Hachage du mot de passe';
$strPassword = 'Mot de passe';
$strPasswordNotSame = 'Les mots de passe doivent être identiques';
$strPdfDbSchema = 'Schema de la base "%s" - Page %s';
$strPdfInvalidTblName = 'La table "%s" n\'existe pas !';
$strPdfNoTables = 'Pas de table !';
$strPDFOptions = 'Options PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Titre du rapport';
$strPerHour = 'par heure';
$strPerMinute = 'par minute';
$strPerSecond = 'par seconde';
$strPersian = 'perse';
$strPhoneBook = 'annuaire téléphonique';
$strPHP40203 = 'Vous utilisez PHP 4.2.3, et cette version a un sérieux problème avec les caractères multi-octets (mbstring), tel que décrit sur le rapport d\'anomalies 19404 chez PHP. Il n\'est pas recommandé d\'utiliser cette version de PHP avec phpMyAdmin.';
$strPhp = 'Créer source PHP';
$strPHPVersion = 'Version de PHP';
$strPmaDocumentation = 'Documentation de phpMyAdmin';
$strPmaUriError = 'Le paramètre <tt>$cfg[\'PmaAbsoluteUri\']</tt> DOIT être renseigné dans votre fichier de configuration !';
$strPolish = 'polonais';
$strPortrait = 'Portrait';
$strPos1 = 'Début';
$strPrevious = 'Précédent';
$strPrimaryKeyHasBeenDropped = 'La clé primaire a été effacée';
$strPrimaryKeyName = 'Le nom d\'une clef primaire doit être PRIMARY&nbsp;!';
$strPrimaryKeyWarning = '("PRIMARY" <b>doit et ne peut être</b> que le nom d\'une clef primaire&nbsp;!)';
$strPrimary = 'Primaire';
$strPrint = 'Imprimer';
$strPrintViewFull = 'Version imprimable (avec textes complets)';
$strPrintView = 'Version imprimable';
$strPrivDescAllPrivileges = 'Tous les privilèges sauf GRANT.';
$strPrivDescAlter = 'Permission de modifier la structure des tables existantes.';
$strPrivDescAlterRoutine = 'Permission de modifier et de supprimer des procédures stockées.';
$strPrivDescCreateDb = 'Permission de créer des bases de données et des tables.';
$strPrivDescCreateRoutine = 'Permission de créer des procédures stockées.';
$strPrivDescCreateTbl = 'Permission de créer des tables.';
$strPrivDescCreateTmpTable = 'Permission de créer des tables temporaires.';
$strPrivDescCreateUser = 'Permission de créer, supprimer et renommer des comptes utilisateurs';
$strPrivDescCreateView = 'Permission de créer des vues.';
$strPrivDescDelete = 'Permission de détruire des données';
$strPrivDescDropDb = 'Permission d\'effacer des bases de données et des tables.';
$strPrivDescDropTbl = 'Permission d\'effacer des tables.';
$strPrivDescExecute5 = 'Permission d\'exécuter des procédures stockées';
$strPrivDescExecute = 'Permission d\'exécuter des procédures. Non effectif dans cette version de MySQL.';
$strPrivDescFile = 'Permission d\'importer et d\'exporter des données à partir de / dans des fichiers.';
$strPrivDescGrant = 'Permission d\'ajouter des utilisateurs et des privilèges sans avoir besoin de recharger les privilèges.';
$strPrivDescIndex = 'Permission de créer et d\'effacer des index.';
$strPrivDescInsert = 'Permission d\'ajouter et de remplacer des données';
$strPrivDescLockTables = 'Permission de verrouiller des enregistrements dans le fil courant (unité d\'exécution).';
$strPrivDescMaxConnections = 'Limite du nombre de nouvelles connexions qu\'un utilisateur peut démarrer, par heure.';
$strPrivDescMaxQuestions = 'Limite du nombre de requêtes qu\'un utilisateur peut envoyer au serveur, par heure.';
$strPrivDescMaxUpdates = 'Limite du nombre de commandes changeant une table ou base de données, qu\'un utilisateur peut exécuter, par heure.';
$strPrivDescMaxUserConnections = 'Limite le nombre de connexions simultanées autorisées pour un utilisateur.';
$strPrivDescProcess3 = 'Permission de détruire les processus de d\'autres utilisateurs.';
$strPrivDescProcess4 = 'Permission de voir le texte complet des requêtes, dans la liste des processus.';
$strPrivDescReferences = 'Non effectif dans cette version de MySQL.';
$strPrivDescReload = 'Permission de recharger les réglages du serveur, et de vidanger la mémoire cache.';
$strPrivDescReplClient = 'Permission de demander où sont les maîtres et les esclaves (système de duplication).';
$strPrivDescReplSlave = 'Nécessaire pour les esclaves (système de duplication).';
$strPrivDescSelect = 'Permission de lire des données.';
$strPrivDescShowDb = 'Permission de voir la liste complète des noms de bases de données.';
$strPrivDescShowView = 'Permission d\'exécuter SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permission d\'arrêter le serveur MySQL.';
$strPrivDescSuper = 'Permission de se connecter, même si le nombre maximal de connexions permises a été atteint; ceci est requis pour la plupart des opérations de type administratif, par exemple les changements de variables globales ou la destruction de processus.';
$strPrivDescUpdate = 'Permission de changer des données.';
$strPrivDescUsage = 'Pas de privilèges';
$strPrivileges = 'Privilèges';
$strPrivilegesReloaded = 'Les privilèges ont été rechargés.';
$strProcesslist = 'Liste des processus';
$strProtocolVersion = 'Version du protocole';
$strPutColNames = 'Afficher les noms de champ en première ligne';
 
$strQBEDel = 'Effacer';
$strQBEIns = 'Ajouter';
$strQBE = 'Requête';
$strQueryCache = 'Cache des requêtes';
$strQueryFrame = 'Fenêtre SQL';
$strQueryOnDb = 'Requête SQL sur la base <b>%s</b>&nbsp;:';
$strQuerySQLHistory = 'Historique SQL';
$strQueryStatistics = '<b>Statistiques sur les requêtes</b>: Depuis son démarrage, %s requêtes ont été envoyées au serveur.';
$strQueryTime = 'traitement: %01.4f sec.';
$strQueryType = 'Type de requête';
$strQueryWindowLock = 'Ne pas écraser cette requête depuis une autre fenêtre';
 
$strReadRequests = 'Requêtes de lecture';
$strReceived = 'Reçu';
$strRecords = 'Enregistrements';
$strReferentialIntegrity = 'Vérifier l\'intégrité référentielle';
$strRefresh = 'Actualiser';
$strRelationalSchema = 'Schéma relationnel';
$strRelationNotWorking = 'Certaines fonctionnalités ayant trait aux tables reliées sont désactivées. Pour une analyse du problème, cliquez %sici%s.';
$strRelationsForTable = 'RELATIONS POUR LA TABLE';
$strRelations = 'Relations';
$strRelationView = 'Gestion des relations';
$strReloadingThePrivileges = 'Chargement des privilèges en cours.';
$strReloadMySQL = 'Recharger MySQL';
$strRemoveSelectedUsers = 'Effacer les utilisateurs sélectionnés.';
$strRenameDatabaseOK = 'La base de données %s a été renommée en %s';
$strRenameTable = '<b>Changer le nom</b> de la table pour';
$strRenameTableOK = 'La table %s se nomme maintenant %s';
$strRepairTable = 'Réparer la table';
$strReplaceNULLBy = 'Remplacer NULL par';
$strReplaceTable = 'Remplacer les données de la table avec le fichier';
$strReplication = 'Réplication';
$strReset = 'Réinitialiser les valeurs';
$strResourceLimits = 'Limites de ressources.';
$strReType = 'Entrer à nouveau';
$strRevokeAndDeleteDescr = 'Les utilisateurs auront le privilege "USAGE", jusqu\'à ce que les privilèges soient rechargés.';
$strRevokeAndDelete = 'Effacer tous les privilèges de ces utilisateurs, puis les effacer.';
$strRevokeMessage = 'Vous avez révoqué les privilèges pour %s';
$strRevoke = 'Révoquer';
$strRomanian = 'roumain';
$strRowLength = 'Longueur enr.';
$strRows = 'Enregistrements';
$strRowsFrom = 'enregistrement(s) à partir de l\'enregistrement n°';
$strRowSize = ' Taille enr. ';
$strRowsModeFlippedHorizontal = 'horizontal (en-têtes pivotés)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en mode %s et répéter les en-têtes à chaque groupe de %s';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Statistiques';
$strRunning = 'sur le serveur %s';
$strRunQuery = 'Exécuter la requête';
$strRunSQLQuery = 'Exécuter une ou des <b>requêtes</b> sur la base %s';
$strRunSQLQueryOnServer = 'Exécuter une ou des requêtes SQL sur le serveur %s';
$strRussian = 'russe';
 
$strSaveOnServer = 'Sauvegarder sur le serveur dans le répertoire %s';
$strSave = 'Sauvegarder';
$strScaleFactorSmall = 'Veuillez augmenter l\'échelle car le schéma déborde la page';
$strSearchFormTitle = 'Effectuer une nouvelle recherche dans la base de données';
$strSearchInTables = 'Dans la(les) table(s) :';
$strSearchNeedle = 'Mot(s) ou Valeur à rechercher (passe-partout: "%") :';
$strSearchOption1 = 'au moins un mot';
$strSearchOption2 = 'tous les mots';
$strSearchOption3 = 'phrase exacte';
$strSearchOption4 = 'expression réguliére';
$strSearch = 'Rechercher';
$strSearchResultsFor = 'Résultats de la recherche de "<i>%s</i>" %s :';
$strSearchType = 'Type de recherche :';
$strSecretRequired = 'Vous devez ajouter dans le fichier de configuration une phrase de passe secrète (blowfish_secret).';
$strSelectADb = 'Choisissez une base de données';
$strSelectAll = 'Tout sélectionner';
$strSelectBinaryLog = 'Sélectionnez le log binaire à consulter';
$strSelectFields = 'Choisir les champs à afficher (au moins un)';
$strSelectNumRows = 'dans la requête';
$strSelectTables = 'Choisissez les tables';
$strSend = 'Transmettre';
$strSent = 'Envoyé';
$strServerChoice = 'Choix du serveur';
$strServerNotResponding = 'Le serveur ne répond pas.';
$strServer = 'Serveur';
$strServerStatusDelayedInserts = 'Insertions avec délais';
$strServerStatus = 'Informations sur le serveur';
$strServerStatusUptime = 'Ce serveur MySQL fonctionne depuis %s. Il a démarré le %s.';
$strServerTabProcesslist = 'Processus';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Statistiques sur le trafic</b>: Ce tableau indique le trafic réseau observé sur ce serveur MySQL depuis son démarrage.';
$strServerVars = 'Variables et réglages du serveur';
$strServerVersion = 'Version du serveur';
$strSessionValue = 'Valeur pour la session';
$strSetEnumVal = 'Les différentes valeurs des champs de type enum/set sont à spécifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caractère "\\" ou "\'" dans l\'une de ces valeurs, faites-le précéder du caractère d\'échappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Afficher';
$strShowAll = 'Tout afficher';
$strShowColor = 'Couleurs';
$strShowDatadictAs = 'Orientation du dictionnaire:';
$strShowFullQueries = 'Afficher les requêtes complètes';
$strShowGrid = 'Grille';
$strShowingBookmark = 'Affichage du signet';
$strShowingRecords = 'Affichage des enregistrements';
$strShowOpenTables = 'Montrer les tables ouvertes';
$strShowPHPInfo = 'Afficher les informations relatives à PHP';
$strShowSlaveHosts = 'Montrer les serveurs esclaves';
$strShowSlaveStatus = 'Montrer l\'état des serveurs esclaves';
$strShowStatusBinlog_cache_disk_useDescr = 'Le nombre de transactions qui ont utilisé la cache temporaire du log binaire mais qui ont excédé la valeur de binlog_cache_size et ont utilisé un fichier temporaire pour stocker les énoncés de la transaction.';
$strShowStatusBinlog_cache_useDescr = 'Le nombre de transactions qui ont utilisé la cache temporaire du log binaire.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Le nombre de tables temporaires sur disque créées automatiquement par le serveur lors de l\'exécution d\'énoncés. Si la valeur du paramètre Created_tmp_disk_tables est trop grande, augmentez la valeur de tmp_table_size afin que les tables temporaires soient maintenues en mémoire au lieu d\'être sur disque.';
$strShowStatusCreated_tmp_filesDescr = 'Le nombre de fichiers temporaires créés par mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Le nombre de tables temporaires en mémoire créées automatiquement par le serveur lors de l\'exécution d\'énoncés.';
$strShowStatusDelayed_errorsDescr = 'Le nombre d\'enregistrements écrits avec INSERT DELAYED pour lesquels une erreur est survenue (probablement un doublon sur la clé).';
$strShowStatusDelayed_insert_threadsDescr = 'Le nombre de fils d\'exécution utilisés pour INSERT DELAYED. Un fil est utilisé pour chacune des tables sur lesquelles un INSERT DELAYED a lieu.';
$strShowStatusDelayed_writesDescr = 'Le nombre d\'enregistrements écrits via INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Le nombre de commandes FLUSH exécutées.';
$strShowStatusHandler_commitDescr = 'Le nombre de commandes COMMIT internes.';
$strShowStatusHandler_deleteDescr = 'Le nombre de fois qu\'un enregistrement a été supprimé d\'une table.';
$strShowStatusHandler_discoverDescr = 'Le serveur MySQL peut demander au moteur de données NDB Cluster s\'il connaît une table portant un certain nom. Ceci est appelé &quot;découverte&quot;. Ce paramètre indique le nombre de fois que des tables ont été découvertes.';
$strShowStatusHandler_read_firstDescr = 'Le nombre de fois que la première entrée a été lue depuis un index. Si c\'est élevé, ceci suggère que le serveur effectue beaucoup de parcours complets d\'un index; par exemple, SELECT coll FROM foo, en assumant que coll est une colonne indexée.';
$strShowStatusHandler_read_keyDescr = 'Le nombre de requêtes pour lire un enregistrement via une clé. Si élevé, c\'est une bonne indication que vos tables sont correctement indexées.';
$strShowStatusHandler_read_nextDescr = 'Le nombre de requêtes de lecture du prochain enregistrement, en ordre de clé. Ceci est augmenté si vous interrogez une colonne indexée avec un critère de fourchette ou si vous parcourez l\'index.';
$strShowStatusHandler_read_prevDescr = 'Le nombre de requêtes de lecture de l\'enregistrement précédent, en ordre de clé. Utilisé surtout pour optimiser ORDER BY ... DESC';
$strShowStatusHandler_read_rndDescr = 'Le nombre de requêtes de lecture d\'un enregistrement basée sur une position fixe. Ce nombre est élevé si vous faites de nombreuses requêtes qui nécessitent de trier les résultats. Vous avez probablement un grand nombre de requêtes qui demandent à MySQL de parcourir des tables en entier, ou vous avez des jointures qui n\'utilisent pas correctement les clés.';
$strShowStatusHandler_read_rnd_nextDescr = 'Le nombre de requêtes de lecture du prochaine enregistrement dans le fichier. Élevé si vous faites plusieurs parcours de tables. Ceci suggère que vos tables ne sont pas correctement indexées ou que vos requêtes ne sont pas écrites de façon à tirer parti des index que vous avez définis.';
$strShowStatusHandler_rollbackDescr = 'Le nombre d\'énoncés ROLLBACK internes.';
$strShowStatusHandler_updateDescr = 'Le nombre de requêtes de mise à jour d\'enregistrements.';
$strShowStatusHandler_writeDescr = 'Le nombre de requêtes d\'insertion d\'enregistrements.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Le nombre de pages contenant des données.';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Le nombre de pages contenant des données "dirty"';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Le nombre de pages de mémoire-tampon qui ont été effacées.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Le nombre de pages libres';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Le nombre de pages dans la réserve InnoDB qui sont actuellement en train d\'être lues ou écrites, ou qui ne peuvent être supprimées pour une autre raison.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Le nombre de pages occupées car elles ont été déallouées en raison de verrous sur les enregistrements. Cette valeur peut également être calculée comme suit: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Taille totale de la réserve, en pages.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Le nombre de lectures discontinues effectuées par InnoDB. Ceci survient lorsqu\'une requête doit balayer une large portion de table en ordre discontinu.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Le nombre de lectures séquentielles effectuées par InnoDB. Ceci survient quand InnoDB fait un parcours séquentiel intégral de la table.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Le nombre de requêtes de lectures "logiques" effectuées par InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Le nombre de lectures que InnoDB n\'a pu faire à partir de la réserve, menant à une lecture directe d\'une page.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalement, l\'écriture dans la réserve InnoDB se passe en arrière-plan. Cependant, s\'il est nécessaire de lire ou de créer une page et qu\'aucune page n\'est disponible, InnoDB doit attendre que des pages soient libérées. Ceci compte le nombre de fois qu\'une telle attente a été nécessaire. Si la taille de la réserve est adéquate, cette valeur devrait être petite.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Le nombre d\'écritures faites dans la réserve InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Le nombre d\'opérations fsync() faites jusqu\'à présent.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Le nombre d\'opérations fsync() actuellement en attente.';
$strShowStatusInnodb_data_pending_readsDescr = 'Le nombre actuel de lectures en attente.';
$strShowStatusInnodb_data_pending_writesDescr = 'Le nombre actuel d\'écritures en attente.';
$strShowStatusInnodb_data_readDescr = 'La quantité d\'octets lus jusqu\'à présent.';
$strShowStatusInnodb_data_readsDescr = 'Le nombre total de lectures de données.';
$strShowStatusInnodb_data_writesDescr = 'Le nombre total d\'écritures de données.';
$strShowStatusInnodb_data_writtenDescr = 'La quantité d\'octets écrits jusqu\'à présent.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Le nombre de pages utilisées pour des écritures "doublewrite".';
$strShowStatusInnodb_dblwr_writesDescr = 'Le nombre d\'écritures "doublewrite" effectuées.';
$strShowStatusInnodb_log_waitsDescr = 'Le nombre d\'attentes en raison d\'un tampon du fichier témoin trop petit; il fallait attendre qu\'il se libère avant de continuer.';
$strShowStatusInnodb_log_write_requestsDescr = 'Le nombre de requêtes d\'écritures sur le fichier témoin.';
$strShowStatusInnodb_log_writesDescr = 'Le nombre d\'écritures physiques au fichier témoin.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Le nombre d\'écritures fsync() sur le fichier témoin.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Le nombre de fsync() du fichier témoin en attente.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Le nombre d\'écritures du fichier témoin en attente.';
$strShowStatusInnodb_os_log_writtenDescr = 'Le nombre d\'octets écrits sur le fichier témoin.';
$strShowStatusInnodb_pages_createdDescr = 'Le nombre de pages créées.';
$strShowStatusInnodb_page_sizeDescr = 'La taille de page InnoDB telle que compilée (16 Ko par défaut). Plusieurs valeurs sont comptées par page; la taille de page leur permet d\'être facilement converties en octets.';
$strShowStatusInnodb_pages_readDescr = 'Le nombre de pages lues.';
$strShowStatusInnodb_pages_writtenDescr = 'Le nombre de pages écrites.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Le nombre de verrous d\'enregistrements actuellement en attente.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Le temps d\'attente moyen pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_timeDescr = 'Le temps total utilisé pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Le temps d\'attente maximum pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Le nombre de fois qu\'on a dû attendre pour un verrou.';
$strShowStatusInnodb_rows_deletedDescr = 'Le nombre d\'enregistrements supprimés des tables InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Le nombre d\'enregistrements insérés dans des tables InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Le nombre d\'enregistrements lus dans des tables InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Le nombre d\'enregistrements mis à jour dans des tables InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Le nombre de blocs de clés dans la cache de clés qui ont été modifiés mais pas encore transférés sur disque.';
$strShowStatusKey_blocks_unusedDescr = 'Le nombre de blocs inutilisés dans la cache de clés. Vous pouvez utiliser cette valeur pour déterminer la proportion de la cache de clés qui est utilisée.';
$strShowStatusKey_blocks_usedDescr = 'Le nombre maximum de blocs qui ont été utilisés en même temps dans la cache de clés.';
$strShowStatusKey_read_requestsDescr = 'Le nombre de requêtes de lecture d\'un bloc de clés depuis la cache.';
$strShowStatusKey_readsDescr = 'Le nombre de lectures physiques d\'un bloc de clés depuis le disque. Si cette valeur est élevée, la taille de votre mémoire tampon de clés est trop petite. Le taux d\'échec de la cache peut être calculé par "Key reads/Key read requests".';
$strShowStatusKey_write_requestsDescr = 'Le nombre de requêtes en vue d\'écrire un bloc de clé dans la cache.';
$strShowStatusKey_writesDescr = 'Le nombre d\'écritures physiques d\'un bloc de clés vers le disque.';
$strShowStatusLast_query_costDescr = 'Le coût total de la dernière requête compilée, tel que calculé par l\'optimiseur de requêtes. Utile pour comparer le coût de diverses stratégies pour une même requête. La valeur de 0 indique qu\'aucune requête n\'a encore été compilée.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Le nombre d\'enregistrements en attente d\'écriture (INSERT DELAY).';
$strShowStatusOpened_tablesDescr = 'Le nombre tables qui ont été ouvertes. Si trop élevé, votre cache de table est probablement trop petite.';
$strShowStatusOpen_filesDescr = 'Le nombre de fichiers qui sont ouverts.';
$strShowStatusOpen_streamsDescr = 'Le nombre de flux de données qui sont ouverts.';
$strShowStatusOpen_tablesDescr = 'Le nombre de tables qui sont ouvertes.';
$strShowStatusQcache_free_blocksDescr = 'Le nombre de blocs de mémoire libre dans la cache de requêtes.';
$strShowStatusQcache_free_memoryDescr = 'La quantité de mémoire libre dans la cache de requêtes.';
$strShowStatusQcache_hitsDescr = 'Le nombre de succès dans la cache.';
$strShowStatusQcache_insertsDescr = 'Le nombre de requêtes ajoutées à la cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'Le nombre de requêtes qui ont été retirées de la cache pour libérer de la mémoire afin de mettre en cache de nouvelles requêtes. Peut être utilisé afin de peaufiner la taille de la cache. La stratégie utilisée pour déterminer quelles requêtes seront retirées est LRU (least recently used).';
$strShowStatusQcache_not_cachedDescr = 'Le nombre de requêtes non en cache (impossible à placer en cache, ou non cachée en raison du paramètre query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Le nombre de requêtes enregistrées dans la cache.';
$strShowStatusQcache_total_blocksDescr = 'Le nombre total de blocs dans la cache de requêtes.';
$strShowStatusReset = 'Réinitialiser';
$strShowStatusRpl_statusDescr = 'L\'état de la réplication sans échec (pas encore implantée).';
$strShowStatusSelect_full_joinDescr = 'Le nombre de jointures qui n\'ont pas utilisé d\'index. Si cette valeur est supérieure à 0, vérifiez soigneusement les indexes de vos tables.';
$strShowStatusSelect_full_range_joinDescr = 'Le nombre de jointures qui ont utilisé une recherche par plage sur une table de référence.';
$strShowStatusSelect_range_checkDescr = 'Le nombre de jointures sans clés qui vérifient l\'utilisation de clé à chaque enregistrement. (Si ceci est supérieur à 0, vérifiez soigneusement les indexes de vos tables.)';
$strShowStatusSelect_rangeDescr = 'Le nombre de jointures qui ont utilisé des plages sur la première table. (Normalement non critique même si cette valeur est élevée.)';
$strShowStatusSelect_scanDescr = 'Le nombre de jointures qui ont nécessité le parcours complet de la première table.';
$strShowStatusSlave_open_temp_tablesDescr = 'Le nombre de tables temporaires actuellement ouvertes par le fil d\'exécution SQL de l\'esclave.';
$strShowStatusSlave_retried_transactionsDescr = 'Nombre de fois (depuis le démarrage) que le fil d\'exécution SQL de l\'esclave a envoyé à nouveau des transactions.';
$strShowStatusSlave_runningDescr = 'Ceci est à ON si ce serveur est un esclave connecté à un maître.';
$strShowStatusSlow_launch_threadsDescr = 'Le nombre de fils d\'exécution dont le temps de création a excédé slow_launch_time secondes.';
$strShowStatusSlow_queriesDescr = 'Le nombre de requêtes dont le temps d\'exécution a excédé long_query_time secondes.';
$strShowStatusSort_merge_passesDescr = 'Le nombre d\'opérations de fusion effectuées par l\'algorithme de tri. Si ce nombre est élevé, augmentez la valeur du paramètre sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Le nombre de tri effectués avec des plages.';
$strShowStatusSort_rowsDescr = 'Le nombre d\'enregistrements triés.';
$strShowStatusSort_scanDescr = 'Le nombre de tri effectués via un parcours de la table.';
$strShowStatusTable_locks_immediateDescr = 'Le nombre de fois qu\'un verrou de table a été acquis immédiatement.';
$strShowStatusTable_locks_waitedDescr = 'Le nombre de fois qu\'un verrou de table n\'a pu être acquis immédiatement, induisant un temps d\'attente. Si ce nombre est élevé et que vous éprouvez des problèmes de performance, commencez par optimiser vos requêtes, puis subdivisez vos tables ou encore utiliser la réplication.';
$strShowStatusThreads_cachedDescr = 'Le nombre de fils dans la cache des fils d\'exécution. Si cette valeur est en rouge, vous devriez augmenter la taille de cette cache.';
$strShowStatusThreads_connectedDescr = 'Le nombre de connexions ouvertes actuellement.';
$strShowStatusThreads_createdDescr = 'Le nombre de fils d\'exécution créés afin de gérer les connexions. Si ce nombre est trop grand, vous pourriez augmenter la valeur du paramètre thread_cache_size. (Normalement, ceci ne procure pas une amélioration perceptible de la performance si votre serveur gère correctement les fils d\'exécution.';
$strShowStatusThreads_runningDescr = 'Le nombre de fils d\'exécution non suspendus.';
$strShowTableDimension = 'Dimension des tables';
$strShowTables = 'Afficher les tables';
$strShowThisQuery = 'Réafficher la requête après exécution';
$strSimplifiedChinese = 'chinois simplifié';
$strSingly = '(à refaire après insertions/destructions)';
$strSize = 'Taille';
$strSkipQueries = 'Nombre d\'enregistrements (requêtes) à ignorer à partir du début';
$strSlovak = 'slovaque';
$strSlovenian = 'slovène';
$strSocketProblem = '(ou l\'interface de connexion ("socket") vers le serveur MySQL local n\'est pas correctement configurée)';
$strSortByKey = 'Trier sur l\'index';
$strSorting = 'Mécanisme de tri';
$strSort = 'Tri';
$strSpaceUsage = 'Espace utilisé';
$strSpanish = 'espagnol';
$strSplitWordsWithSpace = 'Séparer les mots par un espace (" ").';
$strSQLExportCompatibility = 'Compatibilité de l\'exportation';
$strSQLExportType = 'Type d\'exportation';
$strSQLImportOptions = 'Options SQL';
$strSQLOptions = 'options SQL';
$strSQLParserBugMessage = 'Il semble que vous ayiez trouvé une anomalie dans l\'analyseur syntaxique SQL. Veuillez examiner votre requête attentivement, et vérifier que vos apostrophes sont conformes. Il se pourrait aussi que vous ayiez chargé un fichier dont le contenu binaire n\'est pas entre apostrophes. Si vous avez accès à MySQL via son interface de commande en mode ligne, vous pouvez y essayer votre requête. Le message d\'erreur présenté plus bas pourrait vous indiquer la source du problème. En dernier recours, veuillez trouver la plus courte requête possible qui cause le problème, et soumettre un rapport d\'anomalie en incluant la section à couper:';
$strSQLParserUserError = 'Il semble qu\'il y ait une erreur dans votre requête SQL. Le message ci-bas peut vous aider à en trouver la cause.';
$strSQLQuery = 'requête SQL';
$strSQLResult = 'Résultat de la requête SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificateur invalide';
$strSQPBugUnclosedQuote = 'Apostrophe non fermé';
$strSQPBugUnknownPunctuation = 'Ponctuation invalide';
$strStatCheckTime = 'Dernière vérification';
$strStatCreateTime = 'Création';
$strStatement = 'Information';
$strStatisticsOverrun = 'Sur un serveur surchargé, la capacité des compteurs d\'octets peut être dépassée, auquel cas les statistiques rapportées par MySQL peuvent être inexactes.';
$strStatUpdateTime = 'Dernière modification';
$strStatus = 'État';
$strStorageEngine = 'Moteur de stockage';
$strStorageEngines = 'Moteurs de stockage';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure et données';
$strStrucDrop = 'Inclure des énoncés "DROP TABLE"';
$strStrucExcelCSV = 'CSV pour MS Excel';
$strStrucNativeExcel = 'Données MS Excel (format natif)';
$strStrucOnly = 'Structure seule';
$strStructPropose = 'Suggérer des optimisations quant à la structure de la table';
$strStructure = 'Structure';
$strSubmit = 'Exécuter';
$strSuccess = 'Votre requête SQL a été exécutée avec succès';
$strSum = 'Somme';
$strSwedish = 'suédois';
$strSwitchToDatabase = 'Aller à la base de données copiée';
$strSwitchToTable = 'Aller à la table copiée';
 
$strTableAlreadyExists = 'La table %s existe déjà!';
$strTableComments = 'Commentaires sur la table';
$strTableEmpty = 'Le nom de la table est vide';
$strTableHasBeenDropped = 'La table %s a été effacée';
$strTableHasBeenEmptied = 'La table %s a été vidée';
$strTableHasBeenFlushed = 'La table %s a été rechargée';
$strTableMaintenance = '<b>Maintenance</b> de la table';
$strTableOfContents = 'Table des matières';
$strTableOptions = '<b>Options</b> pour cette table';
$strTables = '%s table(s)';
$strTableStructure = 'Structure de la table';
$strTable = 'Table';
$strTableType = '<b>Type</b> de la table';
$strTakeIt = 'utiliser celui-ci';
$strTblPrivileges = 'Privilèges spécifiques à une table';
$strTempData = 'Données temporaires';
$strTextAreaLength = 'Il est possible que ce champ<br />ne soit pas éditable<br />en raison de sa longueur';
$strThai = 'thaï';
$strThemeDefaultNotFound = 'Thème par défaut %s inexistant!';
$strThemeNoPreviewAvailable = 'Prévisualisation non disponible.';
$strThemeNotFound = 'Thème %s inexistant!';
$strThemeNoValidImgPath = 'Chemin des images inexistant pour le thème %s!';
$strThemePathNotFound = 'Chemin non trouvé pour le thème %s!';
$strTheme = 'Thème / Style';
$strThisHost = 'Ce serveur';
$strThisNotDirectory = 'Ceci n\'est pas un répertoire';
$strThreads = 'Fils d\'exécution';
$strThreadSuccessfullyKilled = 'Le processus %s a été éliminé.';
$strTime = 'Durée';
$strTimeoutInfo = 'L\'importation précédente a échoué en raison du temps; retransmettez et le traitement reprendra à la position %d.';
$strTimeoutNothingParsed = 'Cependant lors du dernier traitement, aucune section n\a été analysée; ceci signifie que phpMyAdmin ne pourra terminer cette importation, à moins que la limite de temps de PHP ne soit augmentée';
$strTimeoutPassed = 'La limite de temps a été atteinte; si vous voulez terminer l\'importation, soumettez à nouveau le même fichier et l\'importation continuera.';
$strToggleScratchboard = 'Éditeur visuel';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'chinois traditionnel';
$strTraditionalSpanish = 'espagnol traditionnel';
$strTraffic = 'Trafic';
$strTransactionCoordinator = 'Coordonnateur des transactions';
$strTransformation_application_octetstream__download = 'Affiche un lien pour télécharger le contenu binaire d\'une colonne. La première option est le nom du fichier binaire. La seconde option est le nom de la colonne contenant le nom du fichier. Si vous utilisez la seconde option, veuillez laisser la première option vide.';
$strTransformation_application_octetstream__hex = 'Affiche une représentation hexadécimale des données.';
$strTransformation_image_jpeg__inline = 'Affiche une image timbre-poste cliquable; les options sont: largeur,hauteur en pixels (conserve le rapport original)';
$strTransformation_image_jpeg__link = 'Affiche un lien vers cette image';
$strTransformation_image_png__inline = 'Voir image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Change le format des champs de type TIME, TIMESTAMP ou DATETIME selon votre format local de date/heure. La première option est le décalage horaire qui sera ajouté (par défaut 0). La seconde option est un format en accord avec les paramètres de la fonction PHP strftime().';
$strTransformation_text_plain__external = '(Linux seulement) Exécute un programme externe et lui envoit le contenu du champ via l\'entrée standard. Puis capture la sortie standard de ce programme externe. Le programme par défaut est tidy, pour un affichage embelli du code HTML. Pour des raisons de sécurité, vous devez éditer le script libraries/transformations/text_plain__external.inc.php et y insérer les noms de programme externe possibles. La première option est le numéro du programme que vous voulez utiliser, la seconde option contient les paramètres pour ce programme. En troisième option, une valeur de 1 va convertir le résultat avec la fonction htmlspecialchars() (par défaut, 1). En option 4, une valeur de 1 va ajouter NOWRAP à la cellule affichée (par défaut, 1).';
$strTransformation_text_plain__formatted = 'Préserve le contenu original du champ, sans ajout de caractères d\'échappement.';
$strTransformation_text_plain__imagelink = 'Affiche une image et un lien, le champ contient le nom du fichier; en première option, un préfixe comme "http://domaine.com/", en seconde option, la largeur en pixels, en troisième option la hauteur en pixels.';
$strTransformation_text_plain__link = 'Affiche un lien, le champ contient le nom du fichier; en première option, un préfixe comme "http://domaine.com/", en seconde option, un titre pour le lien.';
$strTransformation_text_plain__sql = 'Affiche le texte comme une requête SQL avec embellissement de la syntaxe.';
$strTransformation_text_plain__substr = 'N\'affiche qu\'une partie du champ. En première option, la position de départ (par défaut, 0). En seconde option, le nombre de caractères à afficher (par défaut, le reste). En troisième option, des caractères à afficher à la fin du texte (par défaut: "...").';
$strTruncateQueries = 'Afficher les requêtes tronquées';
$strTurkish = 'turc';
$strType = 'Type';
 
$strUkrainian = 'ukrainien';
$strUncheckAll = 'Tout décocher';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'inconnu';
$strUnselectAll = 'Tout désélectionner';
$strUnsupportedCompressionDetected = 'Vous avez tenté d\'importer un fichier dont le mode de compression (%s) n\'est pas supporté par votre configuration PHP ou est désactivé dans celle-ci.';
$strUpdatePrivMessage = 'Vous avez modifié les privilèges pour %s.';
$strUpdateProfileMessage = 'Le profil a été modifié.';
$strUpdateQuery = 'Mise-à-jour de la requête';
$strUpdComTab = 'La documentation indique comment mettre à jour votre table Column_comments';
$strUpgrade = 'Vous devriez utiliser %s en version %s ou plus récente.';
$strUploadLimit = 'Vous avez probablement tenté de télécharger un fichier trop volumineux. Veuillez vous référer à la %sdocumentation%s pour des façons de contourner cette limite.';
$strUsage = 'Espace';
$strUseBackquotes = 'Protéger les noms des tables et des champs par des&nbsp;"`"';
$strUsedPhpExtensions = 'Extensions PHP utilisées';
$strUseHostTable = 'Utiliser la table Host';
$strUserAlreadyExists = 'L\'utilisateur %s existe déjà!';
$strUserEmpty = 'Le nom d\'utilisateur est vide';
$strUserName = 'Nom d\'utilisateur';
$strUserNotFound = 'L\'utilisateur choisi n\'existe pas dans la table des privilèges';
$strUserOverview = 'Vue d\'ensemble des utilisateurs';
$strUsersDeleted = 'Les utilisateurs sélectionnés ont été effacés.';
$strUsersHavingAccessToDb = 'Utilisateurs ayant accès à &quot;%s&quot;';
$strUser = 'Utilisateur';
$strUseTabKey = 'Utilisez la tabulation pour aller d\'une valeur à l\'autre, ou CTRL+flèches pour aller n\'importe où';
$strUseTables = 'Utiliser les tables';
$strUseTextField = 'Entrez une valeur';
$strUseThisValue = 'Utiliser cette valeur';
 
$strValidateSQL = 'Valider SQL';
$strValidatorError = 'Le validateur SQL n\'a pas pu être initialisé. Vérifiez que les extensions PHP nécessaires ont bien été installées (voir la %sdocumentation%s).';
$strValue = 'Valeur';
$strVar = 'Variable';
$strVersionInformation = 'Information de version';
$strViewDump = '<b>Afficher le schéma</b> de la table';
$strViewDumpDatabases = 'Schéma et/ou contenu des bases de données';
$strViewDumpDB = 'Schéma et données de la base ';
$strViewHasBeenDropped = 'La vue %s a été supprimée';
$strViewMaxExactCount = 'Cette vue comporte plus de %d enregistrements. Veuillez vous référer à la %sdocumentation%s.';
$strView = 'Vue';
 
$strWebServerUploadDirectoryError = 'Le répertoire de transfert est inaccessible';
$strWebServerUploadDirectory = 'répertoire de transfert du serveur Web';
$strWelcome = 'Bienvenue à %s ';
$strWestEuropean = 'Europe de l\'ouest';
$strWildcard = 'passepartout';
$strWindowNotFound = 'La fenêtre principale n\'a pu être mise à jour. Il est possible que vous l\'ayiez fermée, ou encore que votre navigateur bloque les mises à jour inter-fenêtres pour des raisons de sécurité.';
$strWithChecked = 'Pour la sélection :';
$strWriteRequests = 'Requêtes d\'écriture';
$strWritingCommentNotPossible = 'Ajout de commentaire impossible';
$strWritingRelationNotPossible = 'Ajout de relation impossible';
$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé';
 
$strXML = 'XML';
 
$strYes = 'Oui';
 
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippé"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/french-iso-8859-15.inc.php
0,0 → 1,977
<?php
/* $Id: french-iso-8859-15.inc.php,v 2.63.2.2 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Octets', 'Ko', 'Mo', 'Go', 'To', 'Po', 'Eo');
 
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
$month = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre');
// Voir http://www.php.net/manual/en/function.strftime.php pour la variable
// ci-dessous
$datefmt = '%A %d %B %Y à %H:%M';
 
$timespanfmt = '%s jours, %s heures, %s minutes et %s secondes';
 
$strAbortedClients = 'Arrêts prématurés';
$strAbsolutePathToDocSqlDir = 'Veuillez entrer le chemin absolu du répertoire docSQL sur le serveur web';
$strAccessDenied = 'Accès refusé';
$strAccessDeniedCreateConfig = 'La raison probable est que vous n\'avez pas créé de fichier de configuration. Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but.';
$strAccessDeniedExplanation = 'phpMyAdmin a tenté de se connecter au serveur MySQL, et le serveur a rejeté la connexion. Veuillez vérifier les valeurs de "host", "username" et "password" dans config.inc.php et vous assurer qu\'elles correspondent aux informations fournies par l\'administrateur du serveur MySQL.';
$strAction = 'Action';
$strAddAutoIncrement = 'Inclure la valeur courante de l\'AUTO_INCREMENT';
$strAddConstraints = 'Inclure les contraintes de clés étrangères';
$strAddDeleteColumn = 'Ajouter/effacer x colonne(s)';
$strAddDeleteRow = 'Ajouter/effacer x ligne(s)';
$strAddDropDatabase = 'Ajouter DROP DATABASE';
$strAddedColumnComment = 'Commentaire ajouté pour la colonne';
$strAddedColumnRelation = 'Relation ajoutée pour la colonne';
$strAddFields = 'Ajouter %s champ(s)';
$strAddHeaderComment = 'Commentaires mis en en-tête (\\n sépare les lignes)';
$strAddIfNotExists = 'Ajouter "IF NOT EXISTS"';
$strAddIntoComments = 'Inclure sous forme de commentaires';
$strAddNewField = 'Ajouter un champ';
$strAddPrivilegesOnDb = 'Ajouter des privilèges sur cette base de données';
$strAddPrivilegesOnTbl = 'Ajouter des privilèges sur cette table';
$strAddSearchConditions = 'Critères de recherche (pour l\'énoncé "where"):';
$strAddToIndex = 'Ajouter à la clef&nbsp;%s&nbsp;colonne(s)';
$strAddUser = 'Ajouter un utilisateur';
$strAddUserMessage = 'Vous avez ajouté un utilisateur';
$strAdministration = 'Administration';
$strAffectedRows = 'Nombre d\'enregistrements affectés :';
$strAfter = 'Après %s';
$strAfterInsertBack = 'Retourner à la page précédente';
$strAfterInsertNewInsert = 'Insérer un nouvel enregistrement';
$strAfterInsertNext = 'Modifier l\'enregistrement suivant';
$strAfterInsertSame = 'Demeurer sur cette page';
$strAllowInterrupt = 'Permettre l\'interruption de l\'importation si la limite de temps est sur le point d\'être atteinte. Ceci pourrait aider à importer des fichiers volumineux, au détriment du respect des transactions.';
$strAllTableSameWidth = 'Afficher toutes les tables avec une largeur identique';
$strAll = 'Tout';
$strAlterOrderBy = '<b>Ordonner</b> la table par';
$strAnalyzeTable = 'Analyser la table';
$strAnd = 'et';
$strAndThen = 'et ensuite';
$strAnIndex = 'Un index a été ajouté sur %s';
$strAnyHost = 'Tout serveur';
$strAny = 'N\'importe quel';
$strAnyUser = 'Tout utilisateur';
$strApproximateCount = 'Peut être approximatif. Voir FAQ 3.11';
$strAPrimaryKey = 'Une clé primaire a été ajoutée sur %s';
$strArabic = 'arabe';
$strArmenian = 'arménien';
$strAscending = 'Croissant';
$strAtBeginningOfTable = 'En début de table';
$strAtEndOfTable = 'En fin de table';
$strAttr = 'Attributs';
$strAutodetect = 'Détection automatique';
$strAutomaticLayout = 'Mise en page automatique';
 
$strBack = 'Retour';
$strBaltic = 'baltique';
$strBeginCut = 'Début de la section à couper';
$strBeginRaw = 'Début des informations sur l\'anomalie';
$strBinary = 'Binaire';
$strBinaryDoNotEdit = 'Binaire - ne pas éditer';
$strBinaryLog = 'Log binaire';
$strBinLogEventType = 'Type d\'évènement';
$strBinLogInfo = 'Information';
$strBinLogName = 'Nom du log binaire';
$strBinLogOriginalPosition = 'Position d\'origine';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'ID du serveur';
$strBookmarkAllUsers = 'Signet visible pour les autres utilisateurs';
$strBookmarkCreated = 'Signet %s créé';
$strBookmarkDeleted = 'Le signet a été effacé.';
$strBookmarkLabel = 'Intitulé';
$strBookmarkQuery = 'Requêtes en signets';
$strBookmarkReplace = 'Remplacer un signet existant du même nom';
$strBookmarkThis = 'Conserver cette requête dans les signets';
$strBookmarkView = 'Voir uniquement';
$strBrowse = 'Afficher';
$strBrowseDistinctValues = 'Affiche les valeurs distinctes';
$strBrowseForeignValues = 'Afficher les valeurs de la table liée';
$strBufferPoolActivity = 'Activité de la mémoire-tampon';
$strBufferPool = 'Mémoire-tampon';
$strBufferPoolUsage = 'Utilisation de la mémoire-tampon';
$strBufferReadMissesInPercent = 'Lectures non-satisfaites en %';
$strBufferReadMisses = 'Lectures non-satisfaites';
$strBufferWriteWaitsInPercent = 'Nombre d\'attentes d\'écriture en %';
$strBufferWriteWaits = 'Nombre d\'attentes d\'écriture';
$strBulgarian = 'bulgare';
$strBusyPages = 'Pages occupées';
$strBzError = 'phpMyAdmin n\'a pu compresser le fichier exporté en raison d\'une composante Bz2 défaillante dans cette version de PHP. Il est recommandé de donner à <code>$cfg[\'BZipDump\']</code> dans votre fichier de configuration phpMyAdmin la valeur <code>FALSE</code>. Si vous voulez utiliser la compression en mode Bz2, veuillez mettre à niveau votre version de PHP. Ce rapport d\'anomalies PHP donne les détails: %s.';
$strBzip = '"bzippé"';
 
$strCalendar = 'Calendrier';
$strCanNotLoadImportPlugins = 'Chargement impossible des greffons d\'importation, veuillez vérifier votre installation!';
$strCannotLogin = 'Connexion au serveur MySQL non permise';
$strCantLoad = 'PHP ne peut charger l\'extension %s, [br]veuillez vérifier votre configuration de PHP';
$strCantLoadRecodeIconv = 'Erreur lors du chargement de l\'extension iconv ou recode, utilisée pour convertir le jeu de caractères; veuillez activer l\'une de ces extensions dans PHP, ou désactiver la conversion des jeux de caractères dans phpMyAdmin';
$strCantRenameIdxToPrimary = 'La clef ne peut être renommée PRIMARY&nbsp;!';
$strCantUseRecodeIconv = 'Erreur lors de l\'utilisation de iconv, libiconv et recode_string, alors que ces extensions semblent chargées. Veuillez vérifier votre configuration de PHP.';
$strCardinality = 'Cardinalité';
$strCaseInsensitive = 'insensible à la casse';
$strCaseSensitive = 'sensible à la casse';
$strCentralEuropean = 'Europe centrale';
$strChangeCopyModeCopy = '... conserver intact l\'ancien utilisateur.';
$strChangeCopyMode = 'Créer un nouvel utilisateur avec les mêmes privilèges et ...';
$strChangeCopyModeDeleteAndReload = ' ... supprimer l\'ancien utilisateur, puis recharger les privilèges au serveur.';
$strChangeCopyModeJustDelete = ' ... supprimer l\'ancien utilisateur.';
$strChangeCopyModeRevoke = ' ... effacer tous les privilèges de l\'ancien utilisateur, puis l\'effacer.';
$strChangeCopyUser = 'Changement des informations de connexion / Copie d\'utilisateur';
$strChangeDisplay = 'Champ à afficher';
$strChange = 'Modifier';
$strChangePassword = 'Modifier le mot de passe';
$strCharset = 'Jeu de caractères';
$strCharsetOfFile = 'Jeu de caractères du fichier:';
$strCharsetsAndCollations = 'Jeux de caractères et interclassement';
$strCharsets = 'Jeux de caractères';
$strCheckAll = 'Tout cocher';
$strCheckOverhead = 'Cocher tables avec pertes';
$strCheckPrivsLong = 'Vérifier les privilèges pour la base de données &quot;%s&quot;.';
$strCheckPrivs = 'Vérifier les privilèges';
$strCheckTable = 'Vérifier la table';
$strChoosePage = 'Page à éditer';
$strColComFeat = 'Commentaires de colonnes';
$strCollation = 'Interclassement';
$strColumnNames = 'Nom des colonnes';
$strColumnPrivileges = 'Privilèges de colonnes';
$strCommand = 'Commande';
$strComments = 'Commentaires';
$strCommentsForTable = 'COMMENTAIRES POUR LA TABLE';
$strCompatibleHashing = 'compatible MySQL&nbsp;4.0';
$strCompleteInserts = 'Insertions complètes';
$strCompression = 'Compression';
$strCompressionWillBeDetected = 'Ces modes de compression seront détectés automatiquement : %s';
$strConfigDefaultFileError = 'Chargement de la configuration par défaut impossible depuis "%1$s"';
$strConfigFileError = 'phpMyAdmin n\'a pu lire votre fichier de configuration!<br />Il est possible qu\'il contienne une erreur de syntaxe, ou que PHP soit incapable de le trouver<br />À l\'aide du lien suivant, vous pouvez vérifier le message d\'erreur généré par PHP;<br />la plupart du temps, un apostrophe ou un point-virgule sont manquants.<br />Si vous recevez une page blanche, aucune erreur n\'a été détectée.';
$strConfigureTableCoord = 'Les coordonnées de la table %s n\'ont pas été configurées';
$strConnectionError = 'Connexion impossible: réglages incorrects.';
$strConnections = 'Connexions';
$strConstraintsForDumped = 'Contraintes pour les tables exportées';
$strConstraintsForTable = 'Contraintes pour la table';
$strCookiesRequired = 'Vous devez accepter les cookies pour poursuivre.';
$strCopy = 'Copier';
$strCopyDatabaseOK = 'La base de données %s a été copiée sur %s';
$strCopyTable = '<b>Copier</b> la table vers (base<b>.</b>table)&nbsp;:';
$strCopyTableOK = 'La table %s a été copiée vers %s.';
$strCopyTableSameNames = 'On ne peut copier la table sur elle-même!';
$strCouldNotKill = 'phpMyAdmin n\'a pu éliminer le processus %s. Il était probablement déjà fermé.';
$strCreate = 'Créer';
$strCreateDatabaseBeforeCopying = 'Faire CREATE DATABASE avant la copie';
$strCreateIndex = 'Créer une clef sur&nbsp;%s&nbsp;colonne(s)';
$strCreateIndexTopic = 'Créer un nouvelle clef';
$strCreateNewDatabase = 'Créer une base de données';
$strCreateNewTable = '<b>Créer une nouvelle table</b> sur la base %s';
$strCreatePage = 'Créer une page';
$strCreatePdfFeat = 'Génération de schémas en PDF';
$strCreationDates = 'Dates de création/modification/vérification';
$strCriteria = 'Critère';
$strCroatian = 'croate';
$strCSV = 'CSV';
$strCSVImportOptions = 'Options CSV';
$strCSVOptions = 'Options CSV';
$strCyrillic = 'cyrillique';
$strCzechSlovak = 'tchèque-slovaque';
$strCzech = 'tchèque';
 
$strDanish = 'danois';
$strDatabase = 'Base de données';
$strDatabaseEmpty = 'Le nom de la base de données est vide!';
$strDatabaseExportOptions = 'Options d\'exportation';
$strDatabaseHasBeenDropped = 'La base de données %s a été effacée.';
$strDatabaseNoTable = 'Cette base de données ne contient aucune table!';
$strDatabases = 'Bases de données';
$strDatabasesDropped = '%s bases de données ont été supprimées.';
$strDatabasesStatsDisable = 'Désactiver les statistiques';
$strDatabasesStatsEnable = 'Activer les statistiques';
$strDatabasesStatsHeavyTraffic = 'Note: L\'activation des statistiques peut causer un trafic important entre le serveur web et le serveur MySQL.';
$strDatabasesStats = 'Statistiques sur les bases de données';
$strDataDict = 'Dictionnaire de données';
$strData = 'Données';
$strDataOnly = 'Données seulement';
$strDataPages = 'Pages contenant des données';
$strDBComment = '<b>Commentaire</b> sur la base de données: ';
$strDBCopy = 'Copier la base de données vers';
$strDBGContext = 'Contexte';
$strDBGContextID = 'Identificateur de contexte';
$strDBGHits = 'Occurences';
$strDBGLine = 'Ligne';
$strDBGMaxTimeMs = 'Durée maximum, ms';
$strDBGMinTimeMs = 'Durée minimum, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Durée/Occurence, ms';
$strDBGTotalTimeMs = 'Durée totale, ms';
$strDbPrivileges = 'Privilèges spécifiques à une base de données';
$strDBRename = '<b>Changer le nom</b> de la base de données pour';
$strDbSpecific = 'spécifique à cette base de données';
$strDefault = 'Défaut';
$strDefaultEngine = 'Sur ce serveur MySQL, le moteur de stockage par défaut est %s.';
$strDefaultValueHelp = 'Pour les valeurs par défaut, veuillez n\'entrer qu\'une seule valeur, sans caractère d\'échappement ou apostrophes, sous la forme: a';
$strDefragment = 'Défragmenter la table';
$strDelayedInserts = 'Insertions avec délais (DELAYED)';
$strDeleteAndFlushDescr = 'Ceci est la méthode la plus directe, mais le fait de recharger les privilèges pourrait prendre du temps.';
$strDeleteAndFlush = 'Effacer les utilisateurs, puis recharger les privilèges.';
$strDeleted = 'L\'enregistrement a été effacé';
$strDeletedRows = 'Nombre d\'enregistrements effacés :';
$strDelete = 'Effacer';
$strDeleteNoUsersSelected = 'Aucun utilisateur n\'a été choisi en vue de le détruire!';
$strDeleting = 'Destruction de %s';
$strDelOld = 'Cette page fait référence à des tables qui n\'existent plus. Voulez-vous effacer ces références?';
$strDescending = 'Décroissant';
$strDescription = 'Description';
$strDictionary = 'dictionnaire';
$strDirtyPages = 'Pages modifiées';
$strDisabled = 'désactivé';
$strDisableForeignChecks = 'Désactiver la vérification des clés étrangères';
$strDisplayFeat = 'Affichage infobulle';
$strDisplayOrder = 'Ordre d\'affichage :';
$strDisplayPDF = '<b>Afficher le schéma</b> en PDF';
$strDoAQuery = 'Recherche par valeur (passepartout: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Voulez-vous vraiment effectuer ';
$strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!';
$strDrop = 'Supprimer';
$strDropUsersDb = 'Supprimer les bases de données portant le même nom que les utilisateurs';
$strDumpingData = 'Contenu de la table';
$strDumpSaved = 'Le fichier d\'exportation a été sauvegardé sous %s.';
$strDumpXRows = 'Exporte %s enregistrement(s) à partir du rang n° %s.';
$strDynamic = 'dynamique';
 
$strEdit = 'Modifier';
$strEditPDFPages = 'Préparer le schéma en PDF';
$strEditPrivileges = 'Changer les privilèges';
$strEffective = 'effectif';
$strEmptyResultSet = 'MySQL n\'a retourné aucun enregistrement.';
$strEmpty = 'Vider';
$strEnabled = 'activé';
$strEncloseInTransaction = 'Utiliser le mode transactionnel';
$strEndCut = 'Fin de la section à couper';
$strEnd = 'Fin';
$strEndRaw = 'Fin des informations sur l\'anomalie';
$strEngineAvailable = '%s est disponible sur ce serveur MySQL.';
$strEngineDisabled = '%s a été désactivé sur ce serveur MySQL.';
$strEngines = 'Moteurs';
$strEngineUnsupported = 'Ce serveur MySQL ne supporte pas le moteur de stockage %s.';
$strEnglish = 'anglais';
$strEnglishPrivileges = ' Veuillez noter que les noms de privilèges sont exprimés en anglais';
$strError = 'Erreur';
$strErrorInZipFile = 'Erreur rencontrée dans l\'archive ZIP :';
$strEscapeWildcards = 'Préfixer avec \ les passepartouts _ et % pour un usage littéral';
$strEsperanto = 'Espéranto';
$strEstonian = 'estonien';
$strExcelEdition = 'Excel en version';
$strExcelOptions = 'Options Excel';
$strExecuteBookmarked = 'Exécuter la requête en signets';
$strExplain = 'Expliquer SQL';
$strExport = 'Exporter';
$strExtendedInserts = 'Insertions étendues';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentatives échouées';
$strField = 'Champ';
$strFieldHasBeenDropped = 'Le champ %s a été effacé';
$strFields = 'Champs';
$strFieldsEmpty = 'Il faut indiquer le nombre de champs';
$strFieldsEnclosedBy = 'Champs entourés par';
$strFieldsEscapedBy = 'Caractère spécial';
$strFieldsTerminatedBy = 'Champs terminés par';
$strFileAlreadyExists = 'Le fichier %s existe déjà sur le serveur, veuillez changer le nom, ou cocher l\'option Écraser';
$strFileCouldNotBeRead = 'Le fichier n\'a pu être lu';
$strFileNameTemplateDescription = 'Cette valeur est interprétée avec %1$sstrftime%2$s, vous pouvez donc utiliser des chaînes de format d\'heure. Ces transformations additionnelles vont se produire: %3$s. Tout autre texte sera conservé tel quel.';
$strFileNameTemplateDescriptionDatabase = 'nom de base de données';
$strFileNameTemplateDescriptionServer = 'nom de serveur';
$strFileNameTemplateDescriptionTable = 'nom de table';
$strFileNameTemplate = 'Modèle de nom de fichier';
$strFileNameTemplateRemember = 'se souvenir du modèle';
$strFileToImport = 'Fichier à importer';
$strFixed = 'fixe';
$strFlushPrivilegesNote = 'Note: phpMyAdmin obtient la liste des privilèges directement à partir des tables MySQL. Le contenu de ces tables peut être différent des privilèges effectifs, si des changements manuels ont été apportés. Dans ce cas, vous devriez %srecharger les privilèges%s avant de continuer.';
$strFlushQueryCache = 'Vider la cache des requêtes';
$strFlushTable = 'Recharger la table ("FLUSH")';
$strFlushTables = 'Fermer toutes les tables';
$strFormat = 'format';
$strFormEmpty = 'Formulaire incomplet !';
$strFreePages = 'Pages libres';
$strFullText = 'Textes complets';
$strFunction = 'Fonction';
 
$strGenBy = 'Généré par';
$strGeneralRelationFeat = 'Fonctions relationnelles';
$strGenerate = 'Générer';
$strGeneratePassword = 'Générer un mot de passe';
$strGenTime = 'Généré le ';
$strGeorgian = 'géorgien';
$strGerman = 'allemand';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilèges globaux';
$strGlobalValue = 'Valeur globale';
$strGo = 'Exécuter';
$strGrantOption = '"Grant"';
$strGreek = 'grec';
$strGzip = '"gzippé"';
 
$strHandler = 'Gestionnaire';
$strHasBeenAltered = 'a été modifié(e).';
$strHasBeenCreated = 'a été créé(e).';
$strHaveToShow = 'Vous devez choisir au moins une colonne à afficher';
$strHebrew = 'hébreu';
$strHexForBinary = 'Encoder les champs binaires en hexadécimal';
$strHome = 'Accueil';
$strHomepageOfficial = 'Site officiel de phpMyAdmin';
$strHostEmpty = 'Le nom de serveur est vide';
$strHost = 'Serveur';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Options d\'exportation Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Options d\'exportation Microsoft Word 2000';
$strHungarian = 'hongrois';
 
$strIcelandic = 'islandais';
$strId = 'ID';
$strIdxFulltext = 'Texte entier';
$strIgnoreDuplicates = 'Ignorer les doublons';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)';
$strIgnoringFile = 'Fichier %s ignoré';
$strImportDocSQL = 'Importer des fichiers docSQL';
$strImportFiles = 'Importe les fichiers';
$strImportFormat = 'Format du fichier d\'importation';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'L\'importation s\'est terminée avec succès, %d requêtes exécutées.';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'L\'index %s a été effacé';
$strIndex = 'Index';
$strIndexName = 'Nom de la clef&nbsp;:';
$strIndexType = 'Type de clef&nbsp;:';
$strIndexWarningMultiple = 'Plus d\'un index de type %s existe pour la colonne `%s`';
$strIndexWarningPrimary = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé primaire et d\'une clé index';
$strIndexWarningTable = 'Il y a des problèmes avec les index de la table `%s`';
$strIndexWarningUnique = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé unique et d\'une clé index';
$strInnoDBAutoextendIncrement = 'Auto-croissant: Taille de l\'incrément';
$strInnoDBAutoextendIncrementDesc = 'La valeur de l\'incrément lors de l\'agrandissement du fichier auto-croissant lorsqu\'il devient plein.';
$strInnoDBBufferPoolSizeDesc = 'La taille de la mémoire-tampon utilisée par InnoDB pour les opérations d\'antémoire sur les données et les index.';
$strInnoDBBufferPoolSize = 'Taille de la mémoire-tampon';
$strInnoDBDataFilePath = 'Fichiers de données';
$strInnoDBDataHomeDirDesc = 'Le chemin du répertoire pour tous les fichiers de données InnoDB.';
$strInnoDBDataHomeDir = 'Répertoire des données';
$strInnoDBPages = 'pages';
$strInnodbStat = 'État InnoDB';
$strInsecureMySQL = 'Votre fichier de configuration fait référence à l\'utilisateur root sans mot de passe, ce qui correspond à la valeur par défaut de MySQL. Votre serveur MySQL est donc ouvert aux intrusions, et vous devriez corriger ce problème de sécurité.';
$strInsertAsNewRow = 'Sauvegarder un nouvel enregistrement';
$strInsertedRowId = 'Identifiant de l\'enregistrement inséré:';
$strInsertedRows = 'Nombre d\'enregistrements insérés :';
$strInsert = 'Insérer';
$strInsertNewRow = 'Insérer un nouvel enregistrement';
$strInternalNotNecessary = '* Si une relation existe dans InnoDB, il n\'est pas nécessaire de la définir dans les relations internes.';
$strInternalRelations = 'Relations internes';
$strInUse = 'utilisé';
$strInvalidAuthMethod = 'Le fichier de configuration contient un type d\'authentification invalide :';
$strInvalidColumnCount = 'Le nombre de champs doit être plus grand que zéro.';
$strInvalidColumn = 'La colonne %s est invalide!';
$strInvalidCSVFieldCount = 'Nombre de champs invalide dans les données CSV à la ligne %d';
$strInvalidCSVFormat = 'Format invalide pour les données CSV à la ligne %d.';
$strInvalidCSVParameter = 'Paramètres invalides pour l\'importation CSV: %s';
$strInvalidFieldAddCount = 'Vous devez ajouter au moins un champ';
$strInvalidFieldCount = 'La table doit comporter au moins un champ';
$strInvalidLDIImport = 'Ce greffon ne supporte pas les importations en format comprimé!';
$strInvalidRowNumber = '%d n\'est pas un numéro d\'enregistrement valable.';
$strInvalidServerHostname = 'Nom d\'hôte (hostname) invalide pour le serveur %1$s. Veuillez vérifier votre configuration.';
$strInvalidServerIndex = 'Indice de serveur invalide: "%s"';
 
$strJapanese = 'japonais';
$strJoins = 'Jointures';
$strJumpToDB = 'Aller à la base de données &quot;%s&quot;.';
$strJustDeleteDescr = 'Les utilisateurs &quot;effacés&quot; auront quand même accès au serveur, jusqu\'à ce que les privilèges soient rechargés.';
$strJustDelete = 'Seulement effacer les utilisateurs des tables de privilèges.';
 
$strKeepPass = 'Conserver le mot de passe';
$strKeyCache = 'Cache des clés';
$strKeyname = 'Nom de la clé';
$strKill = 'Supprimer';
$strKorean = 'coréen';
 
$strLandscape = 'Paysage';
$strLanguageFileNotFound = 'Fichier de langue "%1$s" inexistant.';
$strLanguageUnknown = 'Langue inconnue: %1$s.';
$strLatchedPages = 'Pages verrouillées';
$strLatexCaption = 'Sous-titre de la table';
$strLatexContent = 'Contenu de la table __TABLE__';
$strLatexContinuedCaption = 'Sous-titre de la table (suite)';
$strLatexContinued = '(suite)';
$strLatexIncludeCaption = 'Inclure les sous-titres';
$strLatexLabel = 'Clé de l\'étiquette';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Options LaTeX';
$strLatexStructure = 'Structure de la table __TABLE__';
$strLatvian = 'letton';
$strLDI = 'CSV via LOAD DATA';
$strLDIImportOptions = 'Options pour l\'importation CSV via LOAD DATA';
$strLDILocal = 'Utiliser l\'option LOCAL';
$strLengthSet = 'Taille/Valeurs*';
$strLimitNumRows = 'Nombre d\'enregistrements par page';
$strLinesTerminatedBy = 'Lignes terminées par';
$strLinkNotFound = 'Lien absent';
$strLinksTo = 'Relié à';
$strLithuanian = 'lituanien';
$strLocalhost = 'Local';
$strLocationTextfile = 'Emplacement du fichier texte';
$strLogin = 'Connexion';
$strLoginInformation = 'Information pour la connexion';
$strLogout = 'Quitter';
$strLogPassword = 'Mot de passe&nbsp;:';
$strLogServer = 'Serveur';
$strLogUsername = 'Nom d\'utilisateur&nbsp;:';
$strLongOperation = 'Cette opération pourrait être longue. Procéder quand même? ';
 
$strMaxConnects = 'max. de connexions simultanées';
$strMaximalQueryLength = 'Taille maximum de la requête générée';
$strMaximumSize = 'Taille maximum: %s%s';
$strMbExtensionMissing = 'L\'extension PHP mbstring n\'a pu être localisée et il semble que vous utilisiez un jeu de caractères multi-octets. Sans cette extension, phpMyAdmin est incapable de gérer correctement les caractères et il peut en résulter des problèmes.';
$strMbOverloadWarning = 'Vous avez activé mbstring.func_overload dans votre configuration PHP. Cette option est incompatible avec phpMyAdmin et peut nuire au traitement des données!';
$strMIME_available_mime = 'Types MIME disponibles';
$strMIME_available_transform = 'Transformations disponibles';
$strMIME_description = 'Description';
$strMIME_MIMEtype = 'Type MIME';
$strMIME_nodescription = 'Aucune description n\'est disponible pour cette transformation.<br />Veuillez demander à son auteur, des détails sur %s.';
$strMIME_transformation_note = 'La %sdescription des transformations%s explique les transformations possibles en fonction des types MIME.';
$strMIME_transformation_options_note = 'Veuillez entrer les valeurs des options de transformation en suivant ce format: \'a\',\'b\',\'c\'...<br />Si vous devez entrer un caractère ("\") ou une apostrophe ("\'") parmi ces valeurs, faites-le précéder du caractère d\'échappement, par exemple \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Options de transformation';
$strMIME_transformation = 'Transformation';
$strMIMETypesForTable = 'TYPES MIME POUR LA TABLE';
$strMIME_without = 'Les types MIME affichées en italiques ne possèdent pas de fonctions de transformation.';
$strModifications = 'Les modifications ont été sauvegardées.';
$strModifyIndexTopic = 'Modifier une clef';
$strModify = 'Modifier';
$strMoveTable = '<b>Déplacer</b> la table vers (base<b>.</b>table)&nbsp;:';
$strMoveTableOK = 'La table %s a été déplacée vers %s.';
$strMoveTableSameNames = 'On ne peut déplacer la table sur elle-même!';
$strMultilingual = 'multilingue';
$strMyISAMDataPointerSizeDesc = 'La taille du pointeur (en octets) qui servira lors d\'un CREATE TABLE sur une table MyISAM si aucune option MAX_ROWS n\'est indiquée';
$strMyISAMDataPointerSize = 'Taille du pointeur de données';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si le fichier temporaire utilisé pour la création rapide des index MyISAM devrait s\'avérer plus volumineux que d\'employer la cache des clés (la différence étant spécifiée ici), utiliser la méthode de cache des clés';
$strMyISAMMaxExtraSortFileSize = 'La taille maximum pour les fichiers temporaires utilisés lors de la création d\'index';
$strMyISAMMaxSortFileSizeDesc = 'La taille maximum du fichier temporaire qu\'il est permis à MySQL d\'allouer pour recréer un index MyISAM (durant un REPAIR TABLE, ALTER TABLE ou LOAD DATA INFILE)';
$strMyISAMMaxSortFileSize = 'Taille maximum pour les fichiers de tri temporaires';
$strMyISAMRecoverOptionsDesc = 'Le mode de recouvrement automatique en cas de tables MyISAM en mauvais état, tel que réglé via l\'option --myisam-recover au départ du serveur';
$strMyISAMRecoverOptions = 'Mode de recouvrement automatique';
$strMyISAMRepairThreadsDesc = 'Si cette valeur est plus grande que 1, les index de tables MyISAM sont créés en parallèle (chaque index dans son propre fil d\'exécution) lors d\'une réparation.';
$strMyISAMRepairThreads = 'Nombre de fils d\'exécution pour la réparation';
$strMyISAMSortBufferSizeDesc = 'La mémoire tampon qui est allouée pour trier les index MyISAM durant une opération REPAIR TABLE ou pour créer les index lors d\'un CREATE INDEX ou ALTER TABLE';
$strMyISAMSortBufferSize = 'Taille de la mémoire tampon';
$strMySQLCharset = 'Jeu de caractères pour MySQL';
$strMysqlClientVersion = 'Version du client MySQL';
$strMySQLConnectionCollation = 'Interclassement pour la connexion MySQL';
$strMySQLSaid = 'MySQL a répondu:';
$strMySQLShowProcess = 'Afficher les processus';
$strMySQLShowStatus = 'Afficher l\'état du serveur';
$strMySQLShowVars = 'Afficher les variables du serveur';
 
$strName = 'Nom';
$strNext = 'Suivant';
$strNoActivity = 'Aucune activité depuis %s secondes ou plus, veuillez vous reconnecter';
$strNoDatabases = 'Aucune base de données';
$strNoDatabasesSelected = 'Aucune base de données n\'a été sélectionnée.';
$strNoDescription = 'pas de description';
$strNoDetailsForEngine = 'Aucune information détaillée sur l\'état n\'est disponible pour ce moteur de stockage.';
$strNoDropDatabases = 'La commande "DROP DATABASE" est désactivée.';
$strNoExplain = 'Ne pas expliquer SQL';
$strNoFilesFoundInZip = 'Aucun fichier présent dans l\'archive ZIP!';
$strNoFrames = 'L\'utilisation de phpMyAdmin est plus aisée avec un navigateur <b>supportant les "frames"</b>.';
$strNoIndex = 'Aucune clef n\'est définie&nbsp;!';
$strNoIndexPartsDefined = 'Aucune colonne n\'a été définie pour cette clef&nbsp;!';
$strNoModification = 'Pas de modifications';
$strNone = 'aucune';
$strNo = 'Non';
$strNoOptions = 'Ce format ne comporte pas d\'options';
$strNoPassword = 'aucun mot de passe';
$strNoPermission = 'Le serveur web n\'a pas les permissions nécessaires pour enregistrer le fichier %s.';
$strNoPhp = 'Sans source PHP';
$strNoPrivileges = 'aucun privilège';
$strNoRights = 'Vous n\'êtes pas autorisé à accéder à cette page';
$strNoRowsSelected = 'Aucun enregistrement n\'a été sélectionné';
$strNoSpace = 'Espace-disque insuffisant pour enregistrer le fichier %s.';
$strNoTablesFound = 'Aucune table n\'a été trouvée dans cette base.';
$strNoThemeSupport = 'Les thèmes ne sont pas supportés, veuillez vérifier votre configuration et/ou vos thèmes dans le répertoire %s.';
$strNothingToImport = 'Il n\'y a rien à importer!';
$strNotNumber = 'Ce n\'est pas un nombre !';
$strNotOK = 'en erreur';
$strNotSet = 'La table <b>%s</b> est absente ou non définie dans %s';
$strNoUsersFound = 'Il n\'y a aucun utilisateur';
$strNoValidateSQL = 'Ne pas valider SQL';
$strNull = 'Null';
$strNumberOfFields = 'Nombre de champs';
$strNumSearchResultsInTable = '%s occurence(s) dans la table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total :</b> <i>%s</i> occurence(s)';
$strNumTables = 'Tables';
 
$strOK = 'OK';
$strOpenNewWindow = 'Ouvrir une nouvelle fenêtre phpMyAdmin';
$strOperations = 'Opérations';
$strOperator = 'Opérateur';
$strOptimizeTable = 'Optimiser la table';
$strOr = 'Ou';
$strOverhead = 'Perte';
$strOverwriteExisting = 'Écraser les fichiers existants';
 
$strPageNumber = 'Page n°:';
$strPagesToBeFlushed = 'Pages devant être vidées';
$strPaperSize = 'Taille du papier';
$strPartialImport = 'Importation partielle';
$strPartialText = 'Textes réduits';
$strPasswordChanged = 'Le mot de passe de %s a été changé.';
$strPasswordEmpty = 'Le mot de passe est vide';
$strPasswordHashing = 'Hachage du mot de passe';
$strPassword = 'Mot de passe';
$strPasswordNotSame = 'Les mots de passe doivent être identiques';
$strPdfDbSchema = 'Schema de la base "%s" - Page %s';
$strPdfInvalidTblName = 'La table "%s" n\'existe pas !';
$strPdfNoTables = 'Pas de table !';
$strPDFOptions = 'Options PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Titre du rapport';
$strPerHour = 'par heure';
$strPerMinute = 'par minute';
$strPerSecond = 'par seconde';
$strPersian = 'perse';
$strPhoneBook = 'annuaire téléphonique';
$strPHP40203 = 'Vous utilisez PHP 4.2.3, et cette version a un sérieux problème avec les caractères multi-octets (mbstring), tel que décrit sur le rapport d\'anomalies 19404 chez PHP. Il n\'est pas recommandé d\'utiliser cette version de PHP avec phpMyAdmin.';
$strPhp = 'Créer source PHP';
$strPHPVersion = 'Version de PHP';
$strPmaDocumentation = 'Documentation de phpMyAdmin';
$strPmaUriError = 'Le paramètre <tt>$cfg[\'PmaAbsoluteUri\']</tt> DOIT être renseigné dans votre fichier de configuration !';
$strPolish = 'polonais';
$strPortrait = 'Portrait';
$strPos1 = 'Début';
$strPrevious = 'Précédent';
$strPrimaryKeyHasBeenDropped = 'La clé primaire a été effacée';
$strPrimaryKeyName = 'Le nom d\'une clef primaire doit être PRIMARY&nbsp;!';
$strPrimaryKeyWarning = '("PRIMARY" <b>doit et ne peut être</b> que le nom d\'une clef primaire&nbsp;!)';
$strPrimary = 'Primaire';
$strPrint = 'Imprimer';
$strPrintViewFull = 'Version imprimable (avec textes complets)';
$strPrintView = 'Version imprimable';
$strPrivDescAllPrivileges = 'Tous les privilèges sauf GRANT.';
$strPrivDescAlter = 'Permission de modifier la structure des tables existantes.';
$strPrivDescAlterRoutine = 'Permission de modifier et de supprimer des procédures stockées.';
$strPrivDescCreateDb = 'Permission de créer des bases de données et des tables.';
$strPrivDescCreateRoutine = 'Permission de créer des procédures stockées.';
$strPrivDescCreateTbl = 'Permission de créer des tables.';
$strPrivDescCreateTmpTable = 'Permission de créer des tables temporaires.';
$strPrivDescCreateUser = 'Permission de créer, supprimer et renommer des comptes utilisateurs';
$strPrivDescCreateView = 'Permission de créer des vues.';
$strPrivDescDelete = 'Permission de détruire des données';
$strPrivDescDropDb = 'Permission d\'effacer des bases de données et des tables.';
$strPrivDescDropTbl = 'Permission d\'effacer des tables.';
$strPrivDescExecute5 = 'Permission d\'exécuter des procédures stockées';
$strPrivDescExecute = 'Permission d\'exécuter des procédures. Non effectif dans cette version de MySQL.';
$strPrivDescFile = 'Permission d\'importer et d\'exporter des données à partir de / dans des fichiers.';
$strPrivDescGrant = 'Permission d\'ajouter des utilisateurs et des privilèges sans avoir besoin de recharger les privilèges.';
$strPrivDescIndex = 'Permission de créer et d\'effacer des index.';
$strPrivDescInsert = 'Permission d\'ajouter et de remplacer des données';
$strPrivDescLockTables = 'Permission de verrouiller des enregistrements dans le fil courant (unité d\'exécution).';
$strPrivDescMaxConnections = 'Limite du nombre de nouvelles connexions qu\'un utilisateur peut démarrer, par heure.';
$strPrivDescMaxQuestions = 'Limite du nombre de requêtes qu\'un utilisateur peut envoyer au serveur, par heure.';
$strPrivDescMaxUpdates = 'Limite du nombre de commandes changeant une table ou base de données, qu\'un utilisateur peut exécuter, par heure.';
$strPrivDescMaxUserConnections = 'Limite le nombre de connexions simultanées autorisées pour un utilisateur.';
$strPrivDescProcess3 = 'Permission de détruire les processus de d\'autres utilisateurs.';
$strPrivDescProcess4 = 'Permission de voir le texte complet des requêtes, dans la liste des processus.';
$strPrivDescReferences = 'Non effectif dans cette version de MySQL.';
$strPrivDescReload = 'Permission de recharger les réglages du serveur, et de vidanger la mémoire cache.';
$strPrivDescReplClient = 'Permission de demander où sont les maîtres et les esclaves (système de duplication).';
$strPrivDescReplSlave = 'Nécessaire pour les esclaves (système de duplication).';
$strPrivDescSelect = 'Permission de lire des données.';
$strPrivDescShowDb = 'Permission de voir la liste complète des noms de bases de données.';
$strPrivDescShowView = 'Permission d\'exécuter SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permission d\'arrêter le serveur MySQL.';
$strPrivDescSuper = 'Permission de se connecter, même si le nombre maximal de connexions permises a été atteint; ceci est requis pour la plupart des opérations de type administratif, par exemple les changements de variables globales ou la destruction de processus.';
$strPrivDescUpdate = 'Permission de changer des données.';
$strPrivDescUsage = 'Pas de privilèges';
$strPrivileges = 'Privilèges';
$strPrivilegesReloaded = 'Les privilèges ont été rechargés.';
$strProcesslist = 'Liste des processus';
$strProtocolVersion = 'Version du protocole';
$strPutColNames = 'Afficher les noms de champ en première ligne';
 
$strQBEDel = 'Effacer';
$strQBEIns = 'Ajouter';
$strQBE = 'Requête';
$strQueryCache = 'Cache des requêtes';
$strQueryFrame = 'Fenêtre SQL';
$strQueryOnDb = 'Requête SQL sur la base <b>%s</b>&nbsp;:';
$strQuerySQLHistory = 'Historique SQL';
$strQueryStatistics = '<b>Statistiques sur les requêtes</b>: Depuis son démarrage, %s requêtes ont été envoyées au serveur.';
$strQueryTime = 'traitement: %01.4f sec.';
$strQueryType = 'Type de requête';
$strQueryWindowLock = 'Ne pas écraser cette requête depuis une autre fenêtre';
 
$strReadRequests = 'Requêtes de lecture';
$strReceived = 'Reçu';
$strRecords = 'Enregistrements';
$strReferentialIntegrity = 'Vérifier l\'intégrité référentielle';
$strRefresh = 'Actualiser';
$strRelationalSchema = 'Schéma relationnel';
$strRelationNotWorking = 'Certaines fonctionnalités ayant trait aux tables reliées sont désactivées. Pour une analyse du problème, cliquez %sici%s.';
$strRelationsForTable = 'RELATIONS POUR LA TABLE';
$strRelations = 'Relations';
$strRelationView = 'Gestion des relations';
$strReloadingThePrivileges = 'Chargement des privilèges en cours.';
$strReloadMySQL = 'Recharger MySQL';
$strRemoveSelectedUsers = 'Effacer les utilisateurs sélectionnés.';
$strRenameDatabaseOK = 'La base de données %s a été renommée en %s';
$strRenameTable = '<b>Changer le nom</b> de la table pour';
$strRenameTableOK = 'La table %s se nomme maintenant %s';
$strRepairTable = 'Réparer la table';
$strReplaceNULLBy = 'Remplacer NULL par';
$strReplaceTable = 'Remplacer les données de la table avec le fichier';
$strReplication = 'Réplication';
$strReset = 'Réinitialiser les valeurs';
$strResourceLimits = 'Limites de ressources.';
$strReType = 'Entrer à nouveau';
$strRevokeAndDeleteDescr = 'Les utilisateurs auront le privilege "USAGE", jusqu\'à ce que les privilèges soient rechargés.';
$strRevokeAndDelete = 'Effacer tous les privilèges de ces utilisateurs, puis les effacer.';
$strRevokeMessage = 'Vous avez révoqué les privilèges pour %s';
$strRevoke = 'Révoquer';
$strRomanian = 'roumain';
$strRowLength = 'Longueur enr.';
$strRows = 'Enregistrements';
$strRowsFrom = 'enregistrement(s) à partir de l\'enregistrement n°';
$strRowSize = ' Taille enr. ';
$strRowsModeFlippedHorizontal = 'horizontal (en-têtes pivotés)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en mode %s et répéter les en-têtes à chaque groupe de %s';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Statistiques';
$strRunning = 'sur le serveur %s';
$strRunQuery = 'Exécuter la requête';
$strRunSQLQuery = 'Exécuter une ou des <b>requêtes</b> sur la base %s';
$strRunSQLQueryOnServer = 'Exécuter une ou des requêtes SQL sur le serveur %s';
$strRussian = 'russe';
 
$strSaveOnServer = 'Sauvegarder sur le serveur dans le répertoire %s';
$strSave = 'Sauvegarder';
$strScaleFactorSmall = 'Veuillez augmenter l\'échelle car le schéma déborde la page';
$strSearchFormTitle = 'Effectuer une nouvelle recherche dans la base de données';
$strSearchInTables = 'Dans la(les) table(s) :';
$strSearchNeedle = 'Mot(s) ou Valeur à rechercher (passe-partout: "%") :';
$strSearchOption1 = 'au moins un mot';
$strSearchOption2 = 'tous les mots';
$strSearchOption3 = 'phrase exacte';
$strSearchOption4 = 'expression réguliére';
$strSearch = 'Rechercher';
$strSearchResultsFor = 'Résultats de la recherche de "<i>%s</i>" %s :';
$strSearchType = 'Type de recherche :';
$strSecretRequired = 'Vous devez ajouter dans le fichier de configuration une phrase de passe secrète (blowfish_secret).';
$strSelectADb = 'Choisissez une base de données';
$strSelectAll = 'Tout sélectionner';
$strSelectBinaryLog = 'Sélectionnez le log binaire à consulter';
$strSelectFields = 'Choisir les champs à afficher (au moins un)';
$strSelectNumRows = 'dans la requête';
$strSelectTables = 'Choisissez les tables';
$strSend = 'Transmettre';
$strSent = 'Envoyé';
$strServerChoice = 'Choix du serveur';
$strServerNotResponding = 'Le serveur ne répond pas.';
$strServer = 'Serveur';
$strServerStatusDelayedInserts = 'Insertions avec délais';
$strServerStatus = 'Informations sur le serveur';
$strServerStatusUptime = 'Ce serveur MySQL fonctionne depuis %s. Il a démarré le %s.';
$strServerTabProcesslist = 'Processus';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Statistiques sur le trafic</b>: Ce tableau indique le trafic réseau observé sur ce serveur MySQL depuis son démarrage.';
$strServerVars = 'Variables et réglages du serveur';
$strServerVersion = 'Version du serveur';
$strSessionValue = 'Valeur pour la session';
$strSetEnumVal = 'Les différentes valeurs des champs de type enum/set sont à spécifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caractère "\\" ou "\'" dans l\'une de ces valeurs, faites-le précéder du caractère d\'échappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Afficher';
$strShowAll = 'Tout afficher';
$strShowColor = 'Couleurs';
$strShowDatadictAs = 'Orientation du dictionnaire:';
$strShowFullQueries = 'Afficher les requêtes complètes';
$strShowGrid = 'Grille';
$strShowingBookmark = 'Affichage du signet';
$strShowingRecords = 'Affichage des enregistrements';
$strShowOpenTables = 'Montrer les tables ouvertes';
$strShowPHPInfo = 'Afficher les informations relatives à PHP';
$strShowSlaveHosts = 'Montrer les serveurs esclaves';
$strShowSlaveStatus = 'Montrer l\'état des serveurs esclaves';
$strShowStatusBinlog_cache_disk_useDescr = 'Le nombre de transactions qui ont utilisé la cache temporaire du log binaire mais qui ont excédé la valeur de binlog_cache_size et ont utilisé un fichier temporaire pour stocker les énoncés de la transaction.';
$strShowStatusBinlog_cache_useDescr = 'Le nombre de transactions qui ont utilisé la cache temporaire du log binaire.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Le nombre de tables temporaires sur disque créées automatiquement par le serveur lors de l\'exécution d\'énoncés. Si la valeur du paramètre Created_tmp_disk_tables est trop grande, augmentez la valeur de tmp_table_size afin que les tables temporaires soient maintenues en mémoire au lieu d\'être sur disque.';
$strShowStatusCreated_tmp_filesDescr = 'Le nombre de fichiers temporaires créés par mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Le nombre de tables temporaires en mémoire créées automatiquement par le serveur lors de l\'exécution d\'énoncés.';
$strShowStatusDelayed_errorsDescr = 'Le nombre d\'enregistrements écrits avec INSERT DELAYED pour lesquels une erreur est survenue (probablement un doublon sur la clé).';
$strShowStatusDelayed_insert_threadsDescr = 'Le nombre de fils d\'exécution utilisés pour INSERT DELAYED. Un fil est utilisé pour chacune des tables sur lesquelles un INSERT DELAYED a lieu.';
$strShowStatusDelayed_writesDescr = 'Le nombre d\'enregistrements écrits via INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Le nombre de commandes FLUSH exécutées.';
$strShowStatusHandler_commitDescr = 'Le nombre de commandes COMMIT internes.';
$strShowStatusHandler_deleteDescr = 'Le nombre de fois qu\'un enregistrement a été supprimé d\'une table.';
$strShowStatusHandler_discoverDescr = 'Le serveur MySQL peut demander au moteur de données NDB Cluster s\'il connaît une table portant un certain nom. Ceci est appelé &quot;découverte&quot;. Ce paramètre indique le nombre de fois que des tables ont été découvertes.';
$strShowStatusHandler_read_firstDescr = 'Le nombre de fois que la première entrée a été lue depuis un index. Si c\'est élevé, ceci suggère que le serveur effectue beaucoup de parcours complets d\'un index; par exemple, SELECT coll FROM foo, en assumant que coll est une colonne indexée.';
$strShowStatusHandler_read_keyDescr = 'Le nombre de requêtes pour lire un enregistrement via une clé. Si élevé, c\'est une bonne indication que vos tables sont correctement indexées.';
$strShowStatusHandler_read_nextDescr = 'Le nombre de requêtes de lecture du prochain enregistrement, en ordre de clé. Ceci est augmenté si vous interrogez une colonne indexée avec un critère de fourchette ou si vous parcourez l\'index.';
$strShowStatusHandler_read_prevDescr = 'Le nombre de requêtes de lecture de l\'enregistrement précédent, en ordre de clé. Utilisé surtout pour optimiser ORDER BY ... DESC';
$strShowStatusHandler_read_rndDescr = 'Le nombre de requêtes de lecture d\'un enregistrement basée sur une position fixe. Ce nombre est élevé si vous faites de nombreuses requêtes qui nécessitent de trier les résultats. Vous avez probablement un grand nombre de requêtes qui demandent à MySQL de parcourir des tables en entier, ou vous avez des jointures qui n\'utilisent pas correctement les clés.';
$strShowStatusHandler_read_rnd_nextDescr = 'Le nombre de requêtes de lecture du prochaine enregistrement dans le fichier. Élevé si vous faites plusieurs parcours de tables. Ceci suggère que vos tables ne sont pas correctement indexées ou que vos requêtes ne sont pas écrites de façon à tirer parti des index que vous avez définis.';
$strShowStatusHandler_rollbackDescr = 'Le nombre d\'énoncés ROLLBACK internes.';
$strShowStatusHandler_updateDescr = 'Le nombre de requêtes de mise à jour d\'enregistrements.';
$strShowStatusHandler_writeDescr = 'Le nombre de requêtes d\'insertion d\'enregistrements.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Le nombre de pages contenant des données.';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Le nombre de pages contenant des données "dirty"';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Le nombre de pages de mémoire-tampon qui ont été effacées.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Le nombre de pages libres';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Le nombre de pages dans la réserve InnoDB qui sont actuellement en train d\'être lues ou écrites, ou qui ne peuvent être supprimées pour une autre raison.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Le nombre de pages occupées car elles ont été déallouées en raison de verrous sur les enregistrements. Cette valeur peut également être calculée comme suit: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Taille totale de la réserve, en pages.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Le nombre de lectures discontinues effectuées par InnoDB. Ceci survient lorsqu\'une requête doit balayer une large portion de table en ordre discontinu.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Le nombre de lectures séquentielles effectuées par InnoDB. Ceci survient quand InnoDB fait un parcours séquentiel intégral de la table.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Le nombre de requêtes de lectures "logiques" effectuées par InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Le nombre de lectures que InnoDB n\'a pu faire à partir de la réserve, menant à une lecture directe d\'une page.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalement, l\'écriture dans la réserve InnoDB se passe en arrière-plan. Cependant, s\'il est nécessaire de lire ou de créer une page et qu\'aucune page n\'est disponible, InnoDB doit attendre que des pages soient libérées. Ceci compte le nombre de fois qu\'une telle attente a été nécessaire. Si la taille de la réserve est adéquate, cette valeur devrait être petite.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Le nombre d\'écritures faites dans la réserve InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Le nombre d\'opérations fsync() faites jusqu\'à présent.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Le nombre d\'opérations fsync() actuellement en attente.';
$strShowStatusInnodb_data_pending_readsDescr = 'Le nombre actuel de lectures en attente.';
$strShowStatusInnodb_data_pending_writesDescr = 'Le nombre actuel d\'écritures en attente.';
$strShowStatusInnodb_data_readDescr = 'La quantité d\'octets lus jusqu\'à présent.';
$strShowStatusInnodb_data_readsDescr = 'Le nombre total de lectures de données.';
$strShowStatusInnodb_data_writesDescr = 'Le nombre total d\'écritures de données.';
$strShowStatusInnodb_data_writtenDescr = 'La quantité d\'octets écrits jusqu\'à présent.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Le nombre de pages utilisées pour des écritures "doublewrite".';
$strShowStatusInnodb_dblwr_writesDescr = 'Le nombre d\'écritures "doublewrite" effectuées.';
$strShowStatusInnodb_log_waitsDescr = 'Le nombre d\'attentes en raison d\'un tampon du fichier témoin trop petit; il fallait attendre qu\'il se libère avant de continuer.';
$strShowStatusInnodb_log_write_requestsDescr = 'Le nombre de requêtes d\'écritures sur le fichier témoin.';
$strShowStatusInnodb_log_writesDescr = 'Le nombre d\'écritures physiques au fichier témoin.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Le nombre d\'écritures fsync() sur le fichier témoin.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Le nombre de fsync() du fichier témoin en attente.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Le nombre d\'écritures du fichier témoin en attente.';
$strShowStatusInnodb_os_log_writtenDescr = 'Le nombre d\'octets écrits sur le fichier témoin.';
$strShowStatusInnodb_pages_createdDescr = 'Le nombre de pages créées.';
$strShowStatusInnodb_page_sizeDescr = 'La taille de page InnoDB telle que compilée (16 Ko par défaut). Plusieurs valeurs sont comptées par page; la taille de page leur permet d\'être facilement converties en octets.';
$strShowStatusInnodb_pages_readDescr = 'Le nombre de pages lues.';
$strShowStatusInnodb_pages_writtenDescr = 'Le nombre de pages écrites.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Le nombre de verrous d\'enregistrements actuellement en attente.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Le temps d\'attente moyen pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_timeDescr = 'Le temps total utilisé pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Le temps d\'attente maximum pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Le nombre de fois qu\'on a dû attendre pour un verrou.';
$strShowStatusInnodb_rows_deletedDescr = 'Le nombre d\'enregistrements supprimés des tables InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Le nombre d\'enregistrements insérés dans des tables InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Le nombre d\'enregistrements lus dans des tables InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Le nombre d\'enregistrements mis à jour dans des tables InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Le nombre de blocs de clés dans la cache de clés qui ont été modifiés mais pas encore transférés sur disque.';
$strShowStatusKey_blocks_unusedDescr = 'Le nombre de blocs inutilisés dans la cache de clés. Vous pouvez utiliser cette valeur pour déterminer la proportion de la cache de clés qui est utilisée.';
$strShowStatusKey_blocks_usedDescr = 'Le nombre maximum de blocs qui ont été utilisés en même temps dans la cache de clés.';
$strShowStatusKey_read_requestsDescr = 'Le nombre de requêtes de lecture d\'un bloc de clés depuis la cache.';
$strShowStatusKey_readsDescr = 'Le nombre de lectures physiques d\'un bloc de clés depuis le disque. Si cette valeur est élevée, la taille de votre mémoire tampon de clés est trop petite. Le taux d\'échec de la cache peut être calculé par "Key reads/Key read requests".';
$strShowStatusKey_write_requestsDescr = 'Le nombre de requêtes en vue d\'écrire un bloc de clé dans la cache.';
$strShowStatusKey_writesDescr = 'Le nombre d\'écritures physiques d\'un bloc de clés vers le disque.';
$strShowStatusLast_query_costDescr = 'Le coût total de la dernière requête compilée, tel que calculé par l\'optimiseur de requêtes. Utile pour comparer le coût de diverses stratégies pour une même requête. La valeur de 0 indique qu\'aucune requête n\'a encore été compilée.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Le nombre d\'enregistrements en attente d\'écriture (INSERT DELAY).';
$strShowStatusOpened_tablesDescr = 'Le nombre tables qui ont été ouvertes. Si trop élevé, votre cache de table est probablement trop petite.';
$strShowStatusOpen_filesDescr = 'Le nombre de fichiers qui sont ouverts.';
$strShowStatusOpen_streamsDescr = 'Le nombre de flux de données qui sont ouverts.';
$strShowStatusOpen_tablesDescr = 'Le nombre de tables qui sont ouvertes.';
$strShowStatusQcache_free_blocksDescr = 'Le nombre de blocs de mémoire libre dans la cache de requêtes.';
$strShowStatusQcache_free_memoryDescr = 'La quantité de mémoire libre dans la cache de requêtes.';
$strShowStatusQcache_hitsDescr = 'Le nombre de succès dans la cache.';
$strShowStatusQcache_insertsDescr = 'Le nombre de requêtes ajoutées à la cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'Le nombre de requêtes qui ont été retirées de la cache pour libérer de la mémoire afin de mettre en cache de nouvelles requêtes. Peut être utilisé afin de peaufiner la taille de la cache. La stratégie utilisée pour déterminer quelles requêtes seront retirées est LRU (least recently used).';
$strShowStatusQcache_not_cachedDescr = 'Le nombre de requêtes non en cache (impossible à placer en cache, ou non cachée en raison du paramètre query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Le nombre de requêtes enregistrées dans la cache.';
$strShowStatusQcache_total_blocksDescr = 'Le nombre total de blocs dans la cache de requêtes.';
$strShowStatusReset = 'Réinitialiser';
$strShowStatusRpl_statusDescr = 'L\'état de la réplication sans échec (pas encore implantée).';
$strShowStatusSelect_full_joinDescr = 'Le nombre de jointures qui n\'ont pas utilisé d\'index. Si cette valeur est supérieure à 0, vérifiez soigneusement les indexes de vos tables.';
$strShowStatusSelect_full_range_joinDescr = 'Le nombre de jointures qui ont utilisé une recherche par plage sur une table de référence.';
$strShowStatusSelect_range_checkDescr = 'Le nombre de jointures sans clés qui vérifient l\'utilisation de clé à chaque enregistrement. (Si ceci est supérieur à 0, vérifiez soigneusement les indexes de vos tables.)';
$strShowStatusSelect_rangeDescr = 'Le nombre de jointures qui ont utilisé des plages sur la première table. (Normalement non critique même si cette valeur est élevée.)';
$strShowStatusSelect_scanDescr = 'Le nombre de jointures qui ont nécessité le parcours complet de la première table.';
$strShowStatusSlave_open_temp_tablesDescr = 'Le nombre de tables temporaires actuellement ouvertes par le fil d\'exécution SQL de l\'esclave.';
$strShowStatusSlave_retried_transactionsDescr = 'Nombre de fois (depuis le démarrage) que le fil d\'exécution SQL de l\'esclave a envoyé à nouveau des transactions.';
$strShowStatusSlave_runningDescr = 'Ceci est à ON si ce serveur est un esclave connecté à un maître.';
$strShowStatusSlow_launch_threadsDescr = 'Le nombre de fils d\'exécution dont le temps de création a excédé slow_launch_time secondes.';
$strShowStatusSlow_queriesDescr = 'Le nombre de requêtes dont le temps d\'exécution a excédé long_query_time secondes.';
$strShowStatusSort_merge_passesDescr = 'Le nombre d\'opérations de fusion effectuées par l\'algorithme de tri. Si ce nombre est élevé, augmentez la valeur du paramètre sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Le nombre de tri effectués avec des plages.';
$strShowStatusSort_rowsDescr = 'Le nombre d\'enregistrements triés.';
$strShowStatusSort_scanDescr = 'Le nombre de tri effectués via un parcours de la table.';
$strShowStatusTable_locks_immediateDescr = 'Le nombre de fois qu\'un verrou de table a été acquis immédiatement.';
$strShowStatusTable_locks_waitedDescr = 'Le nombre de fois qu\'un verrou de table n\'a pu être acquis immédiatement, induisant un temps d\'attente. Si ce nombre est élevé et que vous éprouvez des problèmes de performance, commencez par optimiser vos requêtes, puis subdivisez vos tables ou encore utiliser la réplication.';
$strShowStatusThreads_cachedDescr = 'Le nombre de fils dans la cache des fils d\'exécution. Si cette valeur est en rouge, vous devriez augmenter la taille de cette cache.';
$strShowStatusThreads_connectedDescr = 'Le nombre de connexions ouvertes actuellement.';
$strShowStatusThreads_createdDescr = 'Le nombre de fils d\'exécution créés afin de gérer les connexions. Si ce nombre est trop grand, vous pourriez augmenter la valeur du paramètre thread_cache_size. (Normalement, ceci ne procure pas une amélioration perceptible de la performance si votre serveur gère correctement les fils d\'exécution.';
$strShowStatusThreads_runningDescr = 'Le nombre de fils d\'exécution non suspendus.';
$strShowTableDimension = 'Dimension des tables';
$strShowTables = 'Afficher les tables';
$strShowThisQuery = 'Réafficher la requête après exécution';
$strSimplifiedChinese = 'chinois simplifié';
$strSingly = '(à refaire après insertions/destructions)';
$strSize = 'Taille';
$strSkipQueries = 'Nombre d\'enregistrements (requêtes) à ignorer à partir du début';
$strSlovak = 'slovaque';
$strSlovenian = 'slovène';
$strSocketProblem = '(ou l\'interface de connexion ("socket") vers le serveur MySQL local n\'est pas correctement configurée)';
$strSortByKey = 'Trier sur l\'index';
$strSorting = 'Mécanisme de tri';
$strSort = 'Tri';
$strSpaceUsage = 'Espace utilisé';
$strSpanish = 'espagnol';
$strSplitWordsWithSpace = 'Séparer les mots par un espace (" ").';
$strSQLExportCompatibility = 'Compatibilité de l\'exportation';
$strSQLExportType = 'Type d\'exportation';
$strSQLImportOptions = 'Options SQL';
$strSQLOptions = 'options SQL';
$strSQLParserBugMessage = 'Il semble que vous ayiez trouvé une anomalie dans l\'analyseur syntaxique SQL. Veuillez examiner votre requête attentivement, et vérifier que vos apostrophes sont conformes. Il se pourrait aussi que vous ayiez chargé un fichier dont le contenu binaire n\'est pas entre apostrophes. Si vous avez accès à MySQL via son interface de commande en mode ligne, vous pouvez y essayer votre requête. Le message d\'erreur présenté plus bas pourrait vous indiquer la source du problème. En dernier recours, veuillez trouver la plus courte requête possible qui cause le problème, et soumettre un rapport d\'anomalie en incluant la section à couper:';
$strSQLParserUserError = 'Il semble qu\'il y ait une erreur dans votre requête SQL. Le message ci-bas peut vous aider à en trouver la cause.';
$strSQLQuery = 'requête SQL';
$strSQLResult = 'Résultat de la requête SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificateur invalide';
$strSQPBugUnclosedQuote = 'Apostrophe non fermé';
$strSQPBugUnknownPunctuation = 'Ponctuation invalide';
$strStatCheckTime = 'Dernière vérification';
$strStatCreateTime = 'Création';
$strStatement = 'Information';
$strStatisticsOverrun = 'Sur un serveur surchargé, la capacité des compteurs d\'octets peut être dépassée, auquel cas les statistiques rapportées par MySQL peuvent être inexactes.';
$strStatUpdateTime = 'Dernière modification';
$strStatus = 'État';
$strStorageEngine = 'Moteur de stockage';
$strStorageEngines = 'Moteurs de stockage';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure et données';
$strStrucDrop = 'Inclure des énoncés "DROP TABLE"';
$strStrucExcelCSV = 'CSV pour MS Excel';
$strStrucNativeExcel = 'Données MS Excel (format natif)';
$strStrucOnly = 'Structure seule';
$strStructPropose = 'Suggérer des optimisations quant à la structure de la table';
$strStructure = 'Structure';
$strSubmit = 'Exécuter';
$strSuccess = 'Votre requête SQL a été exécutée avec succès';
$strSum = 'Somme';
$strSwedish = 'suédois';
$strSwitchToDatabase = 'Aller à la base de données copiée';
$strSwitchToTable = 'Aller à la table copiée';
 
$strTableAlreadyExists = 'La table %s existe déjà!';
$strTableComments = 'Commentaires sur la table';
$strTableEmpty = 'Le nom de la table est vide';
$strTableHasBeenDropped = 'La table %s a été effacée';
$strTableHasBeenEmptied = 'La table %s a été vidée';
$strTableHasBeenFlushed = 'La table %s a été rechargée';
$strTableMaintenance = '<b>Maintenance</b> de la table';
$strTableOfContents = 'Table des matières';
$strTableOptions = '<b>Options</b> pour cette table';
$strTables = '%s table(s)';
$strTableStructure = 'Structure de la table';
$strTable = 'Table';
$strTableType = '<b>Type</b> de la table';
$strTakeIt = 'utiliser celui-ci';
$strTblPrivileges = 'Privilèges spécifiques à une table';
$strTempData = 'Données temporaires';
$strTextAreaLength = 'Il est possible que ce champ<br />ne soit pas éditable<br />en raison de sa longueur';
$strThai = 'thaï';
$strThemeDefaultNotFound = 'Thème par défaut %s inexistant!';
$strThemeNoPreviewAvailable = 'Prévisualisation non disponible.';
$strThemeNotFound = 'Thème %s inexistant!';
$strThemeNoValidImgPath = 'Chemin des images inexistant pour le thème %s!';
$strThemePathNotFound = 'Chemin non trouvé pour le thème %s!';
$strTheme = 'Thème / Style';
$strThisHost = 'Ce serveur';
$strThisNotDirectory = 'Ceci n\'est pas un répertoire';
$strThreads = 'Fils d\'exécution';
$strThreadSuccessfullyKilled = 'Le processus %s a été éliminé.';
$strTime = 'Durée';
$strTimeoutInfo = 'L\'importation précédente a échoué en raison du temps; retransmettez et le traitement reprendra à la position %d.';
$strTimeoutNothingParsed = 'Cependant lors du dernier traitement, aucune section n\a été analysée; ceci signifie que phpMyAdmin ne pourra terminer cette importation, à moins que la limite de temps de PHP ne soit augmentée';
$strTimeoutPassed = 'La limite de temps a été atteinte; si vous voulez terminer l\'importation, soumettez à nouveau le même fichier et l\'importation continuera.';
$strToggleScratchboard = 'Éditeur visuel';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'chinois traditionnel';
$strTraditionalSpanish = 'espagnol traditionnel';
$strTraffic = 'Trafic';
$strTransactionCoordinator = 'Coordonnateur des transactions';
$strTransformation_application_octetstream__download = 'Affiche un lien pour télécharger le contenu binaire d\'une colonne. La première option est le nom du fichier binaire. La seconde option est le nom de la colonne contenant le nom du fichier. Si vous utilisez la seconde option, veuillez laisser la première option vide.';
$strTransformation_application_octetstream__hex = 'Affiche une représentation hexadécimale des données.';
$strTransformation_image_jpeg__inline = 'Affiche une image timbre-poste cliquable; les options sont: largeur,hauteur en pixels (conserve le rapport original)';
$strTransformation_image_jpeg__link = 'Affiche un lien vers cette image';
$strTransformation_image_png__inline = 'Voir image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Change le format des champs de type TIME, TIMESTAMP ou DATETIME selon votre format local de date/heure. La première option est le décalage horaire qui sera ajouté (par défaut 0). La seconde option est un format en accord avec les paramètres de la fonction PHP strftime().';
$strTransformation_text_plain__external = '(Linux seulement) Exécute un programme externe et lui envoit le contenu du champ via l\'entrée standard. Puis capture la sortie standard de ce programme externe. Le programme par défaut est tidy, pour un affichage embelli du code HTML. Pour des raisons de sécurité, vous devez éditer le script libraries/transformations/text_plain__external.inc.php et y insérer les noms de programme externe possibles. La première option est le numéro du programme que vous voulez utiliser, la seconde option contient les paramètres pour ce programme. En troisième option, une valeur de 1 va convertir le résultat avec la fonction htmlspecialchars() (par défaut, 1). En option 4, une valeur de 1 va ajouter NOWRAP à la cellule affichée (par défaut, 1).';
$strTransformation_text_plain__formatted = 'Préserve le contenu original du champ, sans ajout de caractères d\'échappement.';
$strTransformation_text_plain__imagelink = 'Affiche une image et un lien, le champ contient le nom du fichier; en première option, un préfixe comme "http://domaine.com/", en seconde option, la largeur en pixels, en troisième option la hauteur en pixels.';
$strTransformation_text_plain__link = 'Affiche un lien, le champ contient le nom du fichier; en première option, un préfixe comme "http://domaine.com/", en seconde option, un titre pour le lien.';
$strTransformation_text_plain__sql = 'Affiche le texte comme une requête SQL avec embellissement de la syntaxe.';
$strTransformation_text_plain__substr = 'N\'affiche qu\'une partie du champ. En première option, la position de départ (par défaut, 0). En seconde option, le nombre de caractères à afficher (par défaut, le reste). En troisième option, des caractères à afficher à la fin du texte (par défaut: "...").';
$strTruncateQueries = 'Afficher les requêtes tronquées';
$strTurkish = 'turc';
$strType = 'Type';
 
$strUkrainian = 'ukrainien';
$strUncheckAll = 'Tout décocher';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'inconnu';
$strUnselectAll = 'Tout désélectionner';
$strUnsupportedCompressionDetected = 'Vous avez tenté d\'importer un fichier dont le mode de compression (%s) n\'est pas supporté par votre configuration PHP ou est désactivé dans celle-ci.';
$strUpdatePrivMessage = 'Vous avez modifié les privilèges pour %s.';
$strUpdateProfileMessage = 'Le profil a été modifié.';
$strUpdateQuery = 'Mise-à-jour de la requête';
$strUpdComTab = 'La documentation indique comment mettre à jour votre table Column_comments';
$strUpgrade = 'Vous devriez utiliser %s en version %s ou plus récente.';
$strUploadLimit = 'Vous avez probablement tenté de télécharger un fichier trop volumineux. Veuillez vous référer à la %sdocumentation%s pour des façons de contourner cette limite.';
$strUsage = 'Espace';
$strUseBackquotes = 'Protéger les noms des tables et des champs par des&nbsp;"`"';
$strUsedPhpExtensions = 'Extensions PHP utilisées';
$strUseHostTable = 'Utiliser la table Host';
$strUserAlreadyExists = 'L\'utilisateur %s existe déjà!';
$strUserEmpty = 'Le nom d\'utilisateur est vide';
$strUserName = 'Nom d\'utilisateur';
$strUserNotFound = 'L\'utilisateur choisi n\'existe pas dans la table des privilèges';
$strUserOverview = 'Vue d\'ensemble des utilisateurs';
$strUsersDeleted = 'Les utilisateurs sélectionnés ont été effacés.';
$strUsersHavingAccessToDb = 'Utilisateurs ayant accès à &quot;%s&quot;';
$strUser = 'Utilisateur';
$strUseTabKey = 'Utilisez la tabulation pour aller d\'une valeur à l\'autre, ou CTRL+flèches pour aller n\'importe où';
$strUseTables = 'Utiliser les tables';
$strUseTextField = 'Entrez une valeur';
$strUseThisValue = 'Utiliser cette valeur';
 
$strValidateSQL = 'Valider SQL';
$strValidatorError = 'Le validateur SQL n\'a pas pu être initialisé. Vérifiez que les extensions PHP nécessaires ont bien été installées (voir la %sdocumentation%s).';
$strValue = 'Valeur';
$strVar = 'Variable';
$strVersionInformation = 'Information de version';
$strViewDump = '<b>Afficher le schéma</b> de la table';
$strViewDumpDatabases = 'Schéma et/ou contenu des bases de données';
$strViewDumpDB = 'Schéma et données de la base ';
$strViewHasBeenDropped = 'La vue %s a été supprimée';
$strViewMaxExactCount = 'Cette vue comporte plus de %d enregistrements. Veuillez vous référer à la %sdocumentation%s.';
$strView = 'Vue';
 
$strWebServerUploadDirectoryError = 'Le répertoire de transfert est inaccessible';
$strWebServerUploadDirectory = 'répertoire de transfert du serveur Web';
$strWelcome = 'Bienvenue à %s ';
$strWestEuropean = 'Europe de l\'ouest';
$strWildcard = 'passepartout';
$strWindowNotFound = 'La fenêtre principale n\'a pu être mise à jour. Il est possible que vous l\'ayiez fermée, ou encore que votre navigateur bloque les mises à jour inter-fenêtres pour des raisons de sécurité.';
$strWithChecked = 'Pour la sélection :';
$strWriteRequests = 'Requêtes d\'écriture';
$strWritingCommentNotPossible = 'Ajout de commentaire impossible';
$strWritingRelationNotPossible = 'Ajout de relation impossible';
$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé';
 
$strXML = 'XML';
 
$strYes = 'Oui';
 
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippé"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/french-utf-8.inc.php
0,0 → 1,978
<?php
/* $Id: french-utf-8.inc.php,v 2.152.2.2 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Octets', 'Ko', 'Mo', 'Go', 'To', 'Po', 'Eo');
 
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
$month = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre');
// Voir http://www.php.net/manual/en/function.strftime.php pour la variable
// ci-dessous
$datefmt = '%A %d %B %Y à %H:%M';
 
$timespanfmt = '%s jours, %s heures, %s minutes et %s secondes';
 
$strAbortedClients = 'Arrêts prématurés';
$strAbsolutePathToDocSqlDir = 'Veuillez entrer le chemin absolu du répertoire docSQL sur le serveur web';
$strAccessDenied = 'Accès refusé';
$strAccessDeniedCreateConfig = 'La raison probable est que vous n\'avez pas créé de fichier de configuration. Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but.';
$strAccessDeniedExplanation = 'phpMyAdmin a tenté de se connecter au serveur MySQL, et le serveur a rejeté la connexion. Veuillez vérifier les valeurs de "host", "username" et "password" dans config.inc.php et vous assurer qu\'elles correspondent aux informations fournies par l\'administrateur du serveur MySQL.';
$strAction = 'Action';
$strAddAutoIncrement = 'Inclure la valeur courante de l\'AUTO_INCREMENT';
$strAddConstraints = 'Inclure les contraintes de clés étrangères';
$strAddDeleteColumn = 'Ajouter/effacer x colonne(s)';
$strAddDeleteRow = 'Ajouter/effacer x ligne(s)';
$strAddDropDatabase = 'Ajouter DROP DATABASE';
$strAddedColumnComment = 'Commentaire ajouté pour la colonne';
$strAddedColumnRelation = 'Relation ajoutée pour la colonne';
$strAddFields = 'Ajouter %s champ(s)';
$strAddHeaderComment = 'Commentaires mis en en-tête (\\n sépare les lignes)';
$strAddIfNotExists = 'Ajouter "IF NOT EXISTS"';
$strAddIntoComments = 'Inclure sous forme de commentaires';
$strAddNewField = 'Ajouter un champ';
$strAddPrivilegesOnDb = 'Ajouter des privilèges sur cette base de données';
$strAddPrivilegesOnTbl = 'Ajouter des privilèges sur cette table';
$strAddSearchConditions = 'Critères de recherche (pour l\'énoncé "where"):';
$strAddToIndex = 'Ajouter à la clef&nbsp;%s&nbsp;colonne(s)';
$strAddUser = 'Ajouter un utilisateur';
$strAddUserMessage = 'Vous avez ajouté un utilisateur';
$strAdministration = 'Administration';
$strAffectedRows = 'Nombre d\'enregistrements affectés :';
$strAfter = 'Après %s';
$strAfterInsertBack = 'Retourner à la page précédente';
$strAfterInsertNewInsert = 'Insérer un nouvel enregistrement';
$strAfterInsertNext = 'Modifier l\'enregistrement suivant';
$strAfterInsertSame = 'Demeurer sur cette page';
$strAllowInterrupt = 'Permettre l\'interruption de l\'importation si la limite de temps est sur le point d\'être atteinte. Ceci pourrait aider à importer des fichiers volumineux, au détriment du respect des transactions.';
$strAllTableSameWidth = 'Afficher toutes les tables avec une largeur identique';
$strAll = 'Tout';
$strAlterOrderBy = '<b>Ordonner</b> la table par';
$strAnalyzeTable = 'Analyser la table';
$strAnd = 'et';
$strAndThen = 'et ensuite';
$strAnIndex = 'Un index a été ajouté sur %s';
$strAnyHost = 'Tout serveur';
$strAny = 'N\'importe quel';
$strAnyUser = 'Tout utilisateur';
$strApproximateCount = 'Peut être approximatif. Voir FAQ 3.11';
$strAPrimaryKey = 'Une clé primaire a été ajoutée sur %s';
$strArabic = 'arabe';
$strArmenian = 'arménien';
$strAscending = 'Croissant';
$strAtBeginningOfTable = 'En début de table';
$strAtEndOfTable = 'En fin de table';
$strAttr = 'Attributs';
$strAutodetect = 'Détection automatique';
$strAutomaticLayout = 'Mise en page automatique';
 
$strBack = 'Retour';
$strBaltic = 'baltique';
$strBeginCut = 'Début de la section à couper';
$strBeginRaw = 'Début des informations sur l\'anomalie';
$strBinary = 'Binaire';
$strBinaryDoNotEdit = 'Binaire - ne pas éditer';
$strBinaryLog = 'Log binaire';
$strBinLogEventType = 'Type d\'évènement';
$strBinLogInfo = 'Information';
$strBinLogName = 'Nom du log binaire';
$strBinLogOriginalPosition = 'Position d\'origine';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'ID du serveur';
$strBookmarkAllUsers = 'Signet visible pour les autres utilisateurs';
$strBookmarkCreated = 'Signet %s créé';
$strBookmarkDeleted = 'Le signet a été effacé.';
$strBookmarkLabel = 'Intitulé';
$strBookmarkQuery = 'Requêtes en signets';
$strBookmarkReplace = 'Remplacer un signet existant du même nom';
$strBookmarkThis = 'Conserver cette requête dans les signets';
$strBookmarkView = 'Voir uniquement';
$strBrowse = 'Afficher';
$strBrowseDistinctValues = 'Affiche les valeurs distinctes';
$strBrowseForeignValues = 'Afficher les valeurs de la table liée';
$strBufferPoolActivity = 'Activité de la mémoire-tampon';
$strBufferPool = 'Mémoire-tampon';
$strBufferPoolUsage = 'Utilisation de la mémoire-tampon';
$strBufferReadMissesInPercent = 'Lectures non-satisfaites en %';
$strBufferReadMisses = 'Lectures non-satisfaites';
$strBufferWriteWaitsInPercent = 'Nombre d\'attentes d\'écriture en %';
$strBufferWriteWaits = 'Nombre d\'attentes d\'écriture';
$strBulgarian = 'bulgare';
$strBusyPages = 'Pages occupées';
$strBzError = 'phpMyAdmin n\'a pu compresser le fichier exporté en raison d\'une composante Bz2 défaillante dans cette version de PHP. Il est recommandé de donner à <code>$cfg[\'BZipDump\']</code> dans votre fichier de configuration phpMyAdmin la valeur <code>FALSE</code>. Si vous voulez utiliser la compression en mode Bz2, veuillez mettre à niveau votre version de PHP. Ce rapport d\'anomalies PHP donne les détails: %s.';
$strBzip = '"bzippé"';
 
$strCalendar = 'Calendrier';
$strCanNotLoadImportPlugins = 'Chargement impossible des greffons d\'importation, veuillez vérifier votre installation!';
$strCannotLogin = 'Connexion au serveur MySQL non permise';
$strCantLoad = 'PHP ne peut charger l\'extension %s, [br]veuillez vérifier votre configuration de PHP';
$strCantLoadRecodeIconv = 'Erreur lors du chargement de l\'extension iconv ou recode, utilisée pour convertir le jeu de caractères; veuillez activer l\'une de ces extensions dans PHP, ou désactiver la conversion des jeux de caractères dans phpMyAdmin';
$strCantRenameIdxToPrimary = 'La clef ne peut être renommée PRIMARY&nbsp;!';
$strCantUseRecodeIconv = 'Erreur lors de l\'utilisation de iconv, libiconv et recode_string, alors que ces extensions semblent chargées. Veuillez vérifier votre configuration de PHP.';
$strCardinality = 'Cardinalité';
$strCaseInsensitive = 'insensible à la casse';
$strCaseSensitive = 'sensible à la casse';
$strCentralEuropean = 'Europe centrale';
$strChangeCopyModeCopy = '... conserver intact l\'ancien utilisateur.';
$strChangeCopyMode = 'Créer un nouvel utilisateur avec les mêmes privilèges et ...';
$strChangeCopyModeDeleteAndReload = ' ... supprimer l\'ancien utilisateur, puis recharger les privilèges au serveur.';
$strChangeCopyModeJustDelete = ' ... supprimer l\'ancien utilisateur.';
$strChangeCopyModeRevoke = ' ... effacer tous les privilèges de l\'ancien utilisateur, puis l\'effacer.';
$strChangeCopyUser = 'Changement des informations de connexion / Copie d\'utilisateur';
$strChangeDisplay = 'Champ à afficher';
$strChange = 'Modifier';
$strChangePassword = 'Modifier le mot de passe';
$strCharset = 'Jeu de caractères';
$strCharsetOfFile = 'Jeu de caractères du fichier:';
$strCharsetsAndCollations = 'Jeux de caractères et interclassement';
$strCharsets = 'Jeux de caractères';
$strCheckAll = 'Tout cocher';
$strCheckOverhead = 'Cocher tables avec pertes';
$strCheckPrivsLong = 'Vérifier les privilèges pour la base de données &quot;%s&quot;.';
$strCheckPrivs = 'Vérifier les privilèges';
$strCheckTable = 'Vérifier la table';
$strChoosePage = 'Page à éditer';
$strColComFeat = 'Commentaires de colonnes';
$strCollation = 'Interclassement';
$strColumnNames = 'Nom des colonnes';
$strColumnPrivileges = 'Privilèges de colonnes';
$strCommand = 'Commande';
$strComments = 'Commentaires';
$strCommentsForTable = 'COMMENTAIRES POUR LA TABLE';
$strCompatibleHashing = 'compatible MySQL&nbsp;4.0';
$strCompleteInserts = 'Insertions complètes';
$strCompression = 'Compression';
$strCompressionWillBeDetected = 'Ces modes de compression seront détectés automatiquement : %s';
$strConfigDefaultFileError = 'Chargement de la configuration par défaut impossible depuis "%1$s"';
$strConfigFileError = 'phpMyAdmin n\'a pu lire votre fichier de configuration!<br />Il est possible qu\'il contienne une erreur de syntaxe, ou que PHP soit incapable de le trouver<br />À l\'aide du lien suivant, vous pouvez vérifier le message d\'erreur généré par PHP;<br />la plupart du temps, un apostrophe ou un point-virgule sont manquants.<br />Si vous recevez une page blanche, aucune erreur n\'a été détectée.';
$strConfigureTableCoord = 'Les coordonnées de la table %s n\'ont pas été configurées';
$strConnectionError = 'Connexion impossible: réglages incorrects.';
$strConnections = 'Connexions';
$strConstraintsForDumped = 'Contraintes pour les tables exportées';
$strConstraintsForTable = 'Contraintes pour la table';
$strCookiesRequired = 'Vous devez accepter les cookies pour poursuivre.';
$strCopy = 'Copier';
$strCopyDatabaseOK = 'La base de données %s a été copiée sur %s';
$strCopyTable = '<b>Copier</b> la table vers (base<b>.</b>table)&nbsp;:';
$strCopyTableOK = 'La table %s a été copiée vers %s.';
$strCopyTableSameNames = 'On ne peut copier la table sur elle-même!';
$strCouldNotKill = 'phpMyAdmin n\'a pu éliminer le processus %s. Il était probablement déjà fermé.';
$strCreate = 'Créer';
$strCreateDatabaseBeforeCopying = 'Faire CREATE DATABASE avant la copie';
$strCreateIndex = 'Créer une clef sur&nbsp;%s&nbsp;colonne(s)';
$strCreateIndexTopic = 'Créer un nouvelle clef';
$strCreateNewDatabase = 'Créer une base de données';
$strCreateNewTable = '<b>Créer une nouvelle table</b> sur la base %s';
$strCreatePage = 'Créer une page';
$strCreatePdfFeat = 'Génération de schémas en PDF';
$strCreationDates = 'Dates de création/modification/vérification';
$strCriteria = 'Critère';
$strCroatian = 'croate';
$strCSV = 'CSV';
$strCSVImportOptions = 'Options CSV';
$strCSVOptions = 'Options CSV';
$strCyrillic = 'cyrillique';
$strCzechSlovak = 'tchèque-slovaque';
$strCzech = 'tchèque';
 
$strDanish = 'danois';
$strDatabase = 'Base de données';
$strDatabaseEmpty = 'Le nom de la base de données est vide!';
$strDatabaseExportOptions = 'Options d\'exportation';
$strDatabaseHasBeenDropped = 'La base de données %s a été effacée.';
$strDatabaseNoTable = 'Cette base de données ne contient aucune table!';
$strDatabases = 'Bases de données';
$strDatabasesDropped = '%s bases de données ont été supprimées.';
$strDatabasesStatsDisable = 'Désactiver les statistiques';
$strDatabasesStatsEnable = 'Activer les statistiques';
$strDatabasesStatsHeavyTraffic = 'Note: L\'activation des statistiques peut causer un trafic important entre le serveur web et le serveur MySQL.';
$strDatabasesStats = 'Statistiques sur les bases de données';
$strDataDict = 'Dictionnaire de données';
$strData = 'Données';
$strDataOnly = 'Données seulement';
$strDataPages = 'Pages contenant des données';
$strDBComment = '<b>Commentaire</b> sur la base de données: ';
$strDBCopy = 'Copier la base de données vers';
$strDBGContext = 'Contexte';
$strDBGContextID = 'Identificateur de contexte';
$strDBGHits = 'Occurences';
$strDBGLine = 'Ligne';
$strDBGMaxTimeMs = 'Durée maximum, ms';
$strDBGMinTimeMs = 'Durée minimum, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Durée/Occurence, ms';
$strDBGTotalTimeMs = 'Durée totale, ms';
$strDbPrivileges = 'Privilèges spécifiques à une base de données';
$strDBRename = '<b>Changer le nom</b> de la base de données pour';
$strDbSpecific = 'spécifique à cette base de données';
$strDefault = 'Défaut';
$strDefaultEngine = 'Sur ce serveur MySQL, le moteur de stockage par défaut est %s.';
$strDefaultValueHelp = 'Pour les valeurs par défaut, veuillez n\'entrer qu\'une seule valeur, sans caractère d\'échappement ou apostrophes, sous la forme: a';
$strDefragment = 'Défragmenter la table';
$strDelayedInserts = 'Insertions avec délais (DELAYED)';
$strDeleteAndFlushDescr = 'Ceci est la méthode la plus directe, mais le fait de recharger les privilèges pourrait prendre du temps.';
$strDeleteAndFlush = 'Effacer les utilisateurs, puis recharger les privilèges.';
$strDeleted = 'L\'enregistrement a été effacé';
$strDeletedRows = 'Nombre d\'enregistrements effacés :';
$strDelete = 'Effacer';
$strDeleteNoUsersSelected = 'Aucun utilisateur n\'a été choisi en vue de le détruire!';
$strDeleting = 'Destruction de %s';
$strDelOld = 'Cette page fait référence à des tables qui n\'existent plus. Voulez-vous effacer ces références?';
$strDescending = 'Décroissant';
$strDescription = 'Description';
$strDictionary = 'dictionnaire';
$strDirtyPages = 'Pages modifiées';
$strDisabled = 'désactivé';
$strDisableForeignChecks = 'Désactiver la vérification des clés étrangères';
$strDisplayFeat = 'Affichage infobulle';
$strDisplayOrder = 'Ordre d\'affichage :';
$strDisplayPDF = '<b>Afficher le schéma</b> en PDF';
$strDoAQuery = 'Recherche par valeur (passepartout: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Voulez-vous vraiment effectuer ';
$strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!';
$strDrop = 'Supprimer';
$strDropUsersDb = 'Supprimer les bases de données portant le même nom que les utilisateurs';
$strDumpingData = 'Contenu de la table';
$strDumpSaved = 'Le fichier d\'exportation a été sauvegardé sous %s.';
$strDumpXRows = 'Exporte %s enregistrement(s) à partir du rang n° %s.';
$strDynamic = 'dynamique';
 
$strEdit = 'Modifier';
$strEditPDFPages = 'Préparer le schéma en PDF';
$strEditPrivileges = 'Changer les privilèges';
$strEffective = 'effectif';
$strEmptyResultSet = 'MySQL n\'a retourné aucun enregistrement.';
$strEmpty = 'Vider';
$strEnabled = 'activé';
$strEncloseInTransaction = 'Utiliser le mode transactionnel';
$strEndCut = 'Fin de la section à couper';
$strEnd = 'Fin';
$strEndRaw = 'Fin des informations sur l\'anomalie';
$strEngineAvailable = '%s est disponible sur ce serveur MySQL.';
$strEngineDisabled = '%s a été désactivé sur ce serveur MySQL.';
$strEngines = 'Moteurs';
$strEngineUnsupported = 'Ce serveur MySQL ne supporte pas le moteur de stockage %s.';
$strEnglish = 'anglais';
$strEnglishPrivileges = ' Veuillez noter que les noms de privilèges sont exprimés en anglais';
$strError = 'Erreur';
$strErrorInZipFile = 'Erreur rencontrée dans l\'archive ZIP :';
$strEscapeWildcards = 'Préfixer avec \ les passepartouts _ et % pour un usage littéral';
$strEsperanto = 'Espéranto';
$strEstonian = 'estonien';
$strExcelEdition = 'Excel en version';
$strExcelOptions = 'Options Excel';
$strExecuteBookmarked = 'Exécuter la requête en signets';
$strExplain = 'Expliquer SQL';
$strExport = 'Exporter';
$strExtendedInserts = 'Insertions étendues';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentatives échouées';
$strField = 'Champ';
$strFieldHasBeenDropped = 'Le champ %s a été effacé';
$strFields = 'Champs';
$strFieldsEmpty = 'Il faut indiquer le nombre de champs';
$strFieldsEnclosedBy = 'Champs entourés par';
$strFieldsEscapedBy = 'Caractère spécial';
$strFieldsTerminatedBy = 'Champs terminés par';
$strFileAlreadyExists = 'Le fichier %s existe déjà sur le serveur, veuillez changer le nom, ou cocher l\'option Écraser';
$strFileCouldNotBeRead = 'Le fichier n\'a pu être lu';
$strFileNameTemplateDescription = 'Cette valeur est interprétée avec %1$sstrftime%2$s, vous pouvez donc utiliser des chaînes de format d\'heure. Ces transformations additionnelles vont se produire: %3$s. Tout autre texte sera conservé tel quel.';
$strFileNameTemplateDescriptionDatabase = 'nom de base de données';
$strFileNameTemplateDescriptionServer = 'nom de serveur';
$strFileNameTemplateDescriptionTable = 'nom de table';
$strFileNameTemplate = 'Modèle de nom de fichier';
$strFileNameTemplateRemember = 'se souvenir du modèle';
$strFileToImport = 'Fichier à importer';
$strFixed = 'fixe';
$strFlushPrivilegesNote = 'Note: phpMyAdmin obtient la liste des privilèges directement à partir des tables MySQL. Le contenu de ces tables peut être différent des privilèges effectifs, si des changements manuels ont été apportés. Dans ce cas, vous devriez %srecharger les privilèges%s avant de continuer.';
$strFlushQueryCache = 'Vider la cache des requêtes';
$strFlushTable = 'Recharger la table ("FLUSH")';
$strFlushTables = 'Fermer toutes les tables';
$strFormat = 'format';
$strFormEmpty = 'Formulaire incomplet !';
$strFreePages = 'Pages libres';
$strFullText = 'Textes complets';
$strFunction = 'Fonction';
 
$strGenBy = 'Généré par';
$strGeneralRelationFeat = 'Fonctions relationnelles';
$strGenerate = 'Générer';
$strGeneratePassword = 'Générer un mot de passe';
$strGenTime = 'Généré le ';
$strGeorgian = 'géorgien';
$strGerman = 'allemand';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilèges globaux';
$strGlobalValue = 'Valeur globale';
$strGo = 'Exécuter';
$strGrantOption = '"Grant"';
$strGreek = 'grec';
$strGzip = '"gzippé"';
 
$strHandler = 'Gestionnaire';
$strHasBeenAltered = 'a été modifié(e).';
$strHasBeenCreated = 'a été créé(e).';
$strHaveToShow = 'Vous devez choisir au moins une colonne à afficher';
$strHebrew = 'hébreu';
$strHexForBinary = 'Encoder les champs binaires en hexadécimal';
$strHome = 'Accueil';
$strHomepageOfficial = 'Site officiel de phpMyAdmin';
$strHostEmpty = 'Le nom de serveur est vide';
$strHost = 'Serveur';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Options d\'exportation Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Options d\'exportation Microsoft Word 2000';
$strHungarian = 'hongrois';
 
$strIcelandic = 'islandais';
$strId = 'ID';
$strIdxFulltext = 'Texte entier';
$strIgnoreDuplicates = 'Ignorer les doublons';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)';
$strIgnoringFile = 'Fichier %s ignoré';
$strImportDocSQL = 'Importer des fichiers docSQL';
$strImportFiles = 'Importe les fichiers';
$strImportFormat = 'Format du fichier d\'importation';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'L\'importation s\'est terminée avec succès, %d requêtes exécutées.';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'L\'index %s a été effacé';
$strIndex = 'Index';
$strIndexName = 'Nom de la clef&nbsp;:';
$strIndexType = 'Type de clef&nbsp;:';
$strIndexWarningMultiple = 'Plus d\'un index de type %s existe pour la colonne `%s`';
$strIndexWarningPrimary = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé primaire et d\'une clé index';
$strIndexWarningTable = 'Il y a des problèmes avec les index de la table `%s`';
$strIndexWarningUnique = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé unique et d\'une clé index';
$strInnoDBAutoextendIncrement = 'Auto-croissant: Taille de l\'incrément';
$strInnoDBAutoextendIncrementDesc = 'La valeur de l\'incrément lors de l\'agrandissement du fichier auto-croissant lorsqu\'il devient plein.';
$strInnoDBBufferPoolSizeDesc = 'La taille de la mémoire-tampon utilisée par InnoDB pour les opérations d\'antémoire sur les données et les index.';
$strInnoDBBufferPoolSize = 'Taille de la mémoire-tampon';
$strInnoDBDataFilePath = 'Fichiers de données';
$strInnoDBDataHomeDirDesc = 'Le chemin du répertoire pour tous les fichiers de données InnoDB.';
$strInnoDBDataHomeDir = 'Répertoire des données';
$strInnoDBPages = 'pages';
$strInnodbStat = 'État InnoDB';
$strInsecureMySQL = 'Votre fichier de configuration fait référence à l\'utilisateur root sans mot de passe, ce qui correspond à la valeur par défaut de MySQL. Votre serveur MySQL est donc ouvert aux intrusions, et vous devriez corriger ce problème de sécurité.';
$strInsertAsNewRow = 'Sauvegarder un nouvel enregistrement';
$strInsertedRowId = 'Identifiant de l\'enregistrement inséré:';
$strInsertedRows = 'Nombre d\'enregistrements insérés :';
$strInsert = 'Insérer';
$strInsertNewRow = 'Insérer un nouvel enregistrement';
$strInternalNotNecessary = '* Si une relation existe dans InnoDB, il n\'est pas nécessaire de la définir dans les relations internes.';
$strInternalRelations = 'Relations internes';
$strInUse = 'utilisé';
$strInvalidAuthMethod = 'Le fichier de configuration contient un type d\'authentification invalide :';
$strInvalidColumnCount = 'Le nombre de champs doit être plus grand que zéro.';
$strInvalidColumn = 'La colonne %s est invalide!';
$strInvalidCSVFieldCount = 'Nombre de champs invalide dans les données CSV à la ligne %d';
$strInvalidCSVFormat = 'Format invalide pour les données CSV à la ligne %d.';
$strInvalidCSVParameter = 'Paramètres invalides pour l\'importation CSV: %s';
$strInvalidFieldAddCount = 'Vous devez ajouter au moins un champ';
$strInvalidFieldCount = 'La table doit comporter au moins un champ';
$strInvalidLDIImport = 'Ce greffon ne supporte pas les importations en format comprimé!';
$strInvalidRowNumber = '%d n\'est pas un numéro d\'enregistrement valable.';
$strInvalidServerHostname = 'Nom d\'hôte (hostname) invalide pour le serveur %1$s. Veuillez vérifier votre configuration.';
$strInvalidServerIndex = 'Indice de serveur invalide: "%s"';
 
$strJapanese = 'japonais';
$strJoins = 'Jointures';
$strJumpToDB = 'Aller à la base de données &quot;%s&quot;.';
$strJustDeleteDescr = 'Les utilisateurs &quot;effacés&quot; auront quand même accès au serveur, jusqu\'à ce que les privilèges soient rechargés.';
$strJustDelete = 'Seulement effacer les utilisateurs des tables de privilèges.';
 
$strKeepPass = 'Conserver le mot de passe';
$strKeyCache = 'Cache des clés';
$strKeyname = 'Nom de la clé';
$strKill = 'Supprimer';
$strKorean = 'coréen';
 
$strLandscape = 'Paysage';
$strLanguageFileNotFound = 'Fichier de langue "%1$s" inexistant.';
$strLanguageUnknown = 'Langue inconnue: %1$s.';
$strLatchedPages = 'Pages verrouillées';
$strLatexCaption = 'Sous-titre de la table';
$strLatexContent = 'Contenu de la table __TABLE__';
$strLatexContinuedCaption = 'Sous-titre de la table (suite)';
$strLatexContinued = '(suite)';
$strLatexIncludeCaption = 'Inclure les sous-titres';
$strLatexLabel = 'Clé de l\'étiquette';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Options LaTeX';
$strLatexStructure = 'Structure de la table __TABLE__';
$strLatvian = 'letton';
$strLDI = 'CSV via LOAD DATA';
$strLDIImportOptions = 'Options pour l\'importation CSV via LOAD DATA';
$strLDILocal = 'Utiliser l\'option LOCAL';
$strLengthSet = 'Taille/Valeurs*';
$strLimitNumRows = 'Nombre d\'enregistrements par page';
$strLinesTerminatedBy = 'Lignes terminées par';
$strLinkNotFound = 'Lien absent';
$strLinksTo = 'Relié à';
$strLithuanian = 'lituanien';
$strLocalhost = 'Local';
$strLocationTextfile = 'Emplacement du fichier texte';
$strLogin = 'Connexion';
$strLoginInformation = 'Information pour la connexion';
$strLogout = 'Quitter';
$strLogPassword = 'Mot de passe&nbsp;:';
$strLogServer = 'Serveur';
$strLogUsername = 'Nom d\'utilisateur&nbsp;:';
$strLongOperation = 'Cette opération pourrait être longue. Procéder quand même? ';
 
$strMaxConnects = 'max. de connexions simultanées';
$strMaximalQueryLength = 'Taille maximum de la requête générée';
$strMaximumSize = 'Taille maximum: %s%s';
$strMbExtensionMissing = 'L\'extension PHP mbstring n\'a pu être localisée et il semble que vous utilisiez un jeu de caractères multi-octets. Sans cette extension, phpMyAdmin est incapable de gérer correctement les caractères et il peut en résulter des problèmes.';
$strMbOverloadWarning = 'Vous avez activé mbstring.func_overload dans votre configuration PHP. Cette option est incompatible avec phpMyAdmin et peut nuire au traitement des données!';
$strMIME_available_mime = 'Types MIME disponibles';
$strMIME_available_transform = 'Transformations disponibles';
$strMIME_description = 'Description';
$strMIME_MIMEtype = 'Type MIME';
$strMIME_nodescription = 'Aucune description n\'est disponible pour cette transformation.<br />Veuillez demander à son auteur, des détails sur %s.';
$strMIME_transformation_note = 'La %sdescription des transformations%s explique les transformations possibles en fonction des types MIME.';
$strMIME_transformation_options_note = 'Veuillez entrer les valeurs des options de transformation en suivant ce format: \'a\',\'b\',\'c\'...<br />Si vous devez entrer un caractère ("\") ou une apostrophe ("\'") parmi ces valeurs, faites-le précéder du caractère d\'échappement, par exemple \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Options de transformation';
$strMIME_transformation = 'Transformation';
$strMIMETypesForTable = 'TYPES MIME POUR LA TABLE';
$strMIME_without = 'Les types MIME affichées en italiques ne possèdent pas de fonctions de transformation.';
$strModifications = 'Les modifications ont été sauvegardées.';
$strModifyIndexTopic = 'Modifier une clef';
$strModify = 'Modifier';
$strMoveTable = '<b>Déplacer</b> la table vers (base<b>.</b>table)&nbsp;:';
$strMoveTableOK = 'La table %s a été déplacée vers %s.';
$strMoveTableSameNames = 'On ne peut déplacer la table sur elle-même!';
$strMultilingual = 'multilingue';
$strMyISAMDataPointerSizeDesc = 'La taille du pointeur (en octets) qui servira lors d\'un CREATE TABLE sur une table MyISAM si aucune option MAX_ROWS n\'est indiquée';
$strMyISAMDataPointerSize = 'Taille du pointeur de données';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si le fichier temporaire utilisé pour la création rapide des index MyISAM devrait s\'avérer plus volumineux que d\'employer la cache des clés (la différence étant spécifiée ici), utiliser la méthode de cache des clés';
$strMyISAMMaxExtraSortFileSize = 'La taille maximum pour les fichiers temporaires utilisés lors de la création d\'index';
$strMyISAMMaxSortFileSizeDesc = 'La taille maximum du fichier temporaire qu\'il est permis à MySQL d\'allouer pour recréer un index MyISAM (durant un REPAIR TABLE, ALTER TABLE ou LOAD DATA INFILE)';
$strMyISAMMaxSortFileSize = 'Taille maximum pour les fichiers de tri temporaires';
$strMyISAMRecoverOptionsDesc = 'Le mode de recouvrement automatique en cas de tables MyISAM en mauvais état, tel que réglé via l\'option --myisam-recover au départ du serveur';
$strMyISAMRecoverOptions = 'Mode de recouvrement automatique';
$strMyISAMRepairThreadsDesc = 'Si cette valeur est plus grande que 1, les index de tables MyISAM sont créés en parallèle (chaque index dans son propre fil d\'exécution) lors d\'une réparation.';
$strMyISAMRepairThreads = 'Nombre de fils d\'exécution pour la réparation';
$strMyISAMSortBufferSizeDesc = 'La mémoire tampon qui est allouée pour trier les index MyISAM durant une opération REPAIR TABLE ou pour créer les index lors d\'un CREATE INDEX ou ALTER TABLE';
$strMyISAMSortBufferSize = 'Taille de la mémoire tampon';
$strMySQLCharset = 'Jeu de caractères pour MySQL';
$strMysqlClientVersion = 'Version du client MySQL';
$strMySQLConnectionCollation = 'Interclassement pour la connexion MySQL';
$strMySQLSaid = 'MySQL a répondu:';
$strMySQLShowProcess = 'Afficher les processus';
$strMySQLShowStatus = 'Afficher l\'état du serveur';
$strMySQLShowVars = 'Afficher les variables du serveur';
 
$strName = 'Nom';
$strNext = 'Suivant';
$strNoActivity = 'Aucune activité depuis %s secondes ou plus, veuillez vous reconnecter';
$strNoDatabases = 'Aucune base de données';
$strNoDatabasesSelected = 'Aucune base de données n\'a été sélectionnée.';
$strNoDescription = 'pas de description';
$strNoDetailsForEngine = 'Aucune information détaillée sur l\'état n\'est disponible pour ce moteur de stockage.';
$strNoDropDatabases = 'La commande "DROP DATABASE" est désactivée.';
$strNoExplain = 'Ne pas expliquer SQL';
$strNoFilesFoundInZip = 'Aucun fichier présent dans l\'archive ZIP!';
$strNoFrames = 'L\'utilisation de phpMyAdmin est plus aisée avec un navigateur <b>supportant les "frames"</b>.';
$strNoIndex = 'Aucune clef n\'est définie&nbsp;!';
$strNoIndexPartsDefined = 'Aucune colonne n\'a été définie pour cette clef&nbsp;!';
$strNoModification = 'Pas de modifications';
$strNone = 'aucune';
$strNo = 'Non';
$strNoOptions = 'Ce format ne comporte pas d\'options';
$strNoPassword = 'aucun mot de passe';
$strNoPermission = 'Le serveur web n\'a pas les permissions nécessaires pour enregistrer le fichier %s.';
$strNoPhp = 'Sans source PHP';
$strNoPrivileges = 'aucun privilège';
$strNoRights = 'Vous n\'êtes pas autorisé à accéder à cette page';
$strNoRowsSelected = 'Aucun enregistrement n\'a été sélectionné';
$strNoSpace = 'Espace-disque insuffisant pour enregistrer le fichier %s.';
$strNoTablesFound = 'Aucune table n\'a été trouvée dans cette base.';
$strNoThemeSupport = 'Les thèmes ne sont pas supportés, veuillez vérifier votre configuration et/ou vos thèmes dans le répertoire %s.';
$strNothingToImport = 'Il n\'y a rien à importer!';
$strNotNumber = 'Ce n\'est pas un nombre !';
$strNotOK = 'en erreur';
$strNotSet = 'La table <b>%s</b> est absente ou non définie dans %s';
$strNoUsersFound = 'Il n\'y a aucun utilisateur';
$strNoValidateSQL = 'Ne pas valider SQL';
$strNull = 'Null';
$strNumberOfFields = 'Nombre de champs';
$strNumSearchResultsInTable = '%s occurence(s) dans la table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total :</b> <i>%s</i> occurence(s)';
$strNumTables = 'Tables';
 
$strOK = 'OK';
$strOpenNewWindow = 'Ouvrir une nouvelle fenêtre phpMyAdmin';
$strOperations = 'Opérations';
$strOperator = 'Opérateur';
$strOptimizeTable = 'Optimiser la table';
$strOr = 'Ou';
$strOverhead = 'Perte';
$strOverwriteExisting = 'Écraser les fichiers existants';
 
$strPageNumber = 'Page n°:';
$strPagesToBeFlushed = 'Pages devant être vidées';
$strPaperSize = 'Taille du papier';
$strPartialImport = 'Importation partielle';
$strPartialText = 'Textes réduits';
$strPasswordChanged = 'Le mot de passe de %s a été changé.';
$strPasswordEmpty = 'Le mot de passe est vide';
$strPasswordHashing = 'Hachage du mot de passe';
$strPassword = 'Mot de passe';
$strPasswordNotSame = 'Les mots de passe doivent être identiques';
$strPdfDbSchema = 'Schema de la base "%s" - Page %s';
$strPdfInvalidTblName = 'La table "%s" n\'existe pas !';
$strPdfNoTables = 'Pas de table !';
$strPDFOptions = 'Options PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Titre du rapport';
$strPerHour = 'par heure';
$strPerMinute = 'par minute';
$strPerSecond = 'par seconde';
$strPersian = 'perse';
$strPhoneBook = 'annuaire téléphonique';
$strPHP40203 = 'Vous utilisez PHP 4.2.3, et cette version a un sérieux problème avec les caractères multi-octets (mbstring), tel que décrit sur le rapport d\'anomalies 19404 chez PHP. Il n\'est pas recommandé d\'utiliser cette version de PHP avec phpMyAdmin.';
$strPhp = 'Créer source PHP';
$strPHPVersion = 'Version de PHP';
$strPmaDocumentation = 'Documentation de phpMyAdmin';
$strPmaUriError = 'Le paramètre <tt>$cfg[\'PmaAbsoluteUri\']</tt> DOIT être renseigné dans votre fichier de configuration !';
$strPolish = 'polonais';
$strPortrait = 'Portrait';
$strPos1 = 'Début';
$strPrevious = 'Précédent';
$strPrimaryKeyHasBeenDropped = 'La clé primaire a été effacée';
$strPrimaryKeyName = 'Le nom d\'une clef primaire doit être PRIMARY&nbsp;!';
$strPrimaryKeyWarning = '("PRIMARY" <b>doit et ne peut être</b> que le nom d\'une clef primaire&nbsp;!)';
$strPrimary = 'Primaire';
$strPrint = 'Imprimer';
$strPrintViewFull = 'Version imprimable (avec textes complets)';
$strPrintView = 'Version imprimable';
$strPrivDescAllPrivileges = 'Tous les privilèges sauf GRANT.';
$strPrivDescAlter = 'Permission de modifier la structure des tables existantes.';
$strPrivDescAlterRoutine = 'Permission de modifier et de supprimer des procédures stockées.';
$strPrivDescCreateDb = 'Permission de créer des bases de données et des tables.';
$strPrivDescCreateRoutine = 'Permission de créer des procédures stockées.';
$strPrivDescCreateTbl = 'Permission de créer des tables.';
$strPrivDescCreateTmpTable = 'Permission de créer des tables temporaires.';
$strPrivDescCreateUser = 'Permission de créer, supprimer et renommer des comptes utilisateurs';
$strPrivDescCreateView = 'Permission de créer des vues.';
$strPrivDescDelete = 'Permission de détruire des données';
$strPrivDescDropDb = 'Permission d\'effacer des bases de données et des tables.';
$strPrivDescDropTbl = 'Permission d\'effacer des tables.';
$strPrivDescExecute5 = 'Permission d\'exécuter des procédures stockées';
$strPrivDescExecute = 'Permission d\'exécuter des procédures. Non effectif dans cette version de MySQL.';
$strPrivDescFile = 'Permission d\'importer et d\'exporter des données à partir de / dans des fichiers.';
$strPrivDescGrant = 'Permission d\'ajouter des utilisateurs et des privilèges sans avoir besoin de recharger les privilèges.';
$strPrivDescIndex = 'Permission de créer et d\'effacer des index.';
$strPrivDescInsert = 'Permission d\'ajouter et de remplacer des données';
$strPrivDescLockTables = 'Permission de verrouiller des enregistrements dans le fil courant (unité d\'exécution).';
$strPrivDescMaxConnections = 'Limite du nombre de nouvelles connexions qu\'un utilisateur peut démarrer, par heure.';
$strPrivDescMaxQuestions = 'Limite du nombre de requêtes qu\'un utilisateur peut envoyer au serveur, par heure.';
$strPrivDescMaxUpdates = 'Limite du nombre de commandes changeant une table ou base de données, qu\'un utilisateur peut exécuter, par heure.';
$strPrivDescMaxUserConnections = 'Limite le nombre de connexions simultanées autorisées pour un utilisateur.';
$strPrivDescProcess3 = 'Permission de détruire les processus de d\'autres utilisateurs.';
$strPrivDescProcess4 = 'Permission de voir le texte complet des requêtes, dans la liste des processus.';
$strPrivDescReferences = 'Non effectif dans cette version de MySQL.';
$strPrivDescReload = 'Permission de recharger les réglages du serveur, et de vidanger la mémoire cache.';
$strPrivDescReplClient = 'Permission de demander où sont les maîtres et les esclaves (système de duplication).';
$strPrivDescReplSlave = 'Nécessaire pour les esclaves (système de duplication).';
$strPrivDescSelect = 'Permission de lire des données.';
$strPrivDescShowDb = 'Permission de voir la liste complète des noms de bases de données.';
$strPrivDescShowView = 'Permission d\'exécuter SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permission d\'arrêter le serveur MySQL.';
$strPrivDescSuper = 'Permission de se connecter, même si le nombre maximal de connexions permises a été atteint; ceci est requis pour la plupart des opérations de type administratif, par exemple les changements de variables globales ou la destruction de processus.';
$strPrivDescUpdate = 'Permission de changer des données.';
$strPrivDescUsage = 'Pas de privilèges';
$strPrivileges = 'Privilèges';
$strPrivilegesReloaded = 'Les privilèges ont été rechargés.';
$strProcesslist = 'Liste des processus';
$strProtocolVersion = 'Version du protocole';
$strPutColNames = 'Afficher les noms de champ en première ligne';
 
$strQBEDel = 'Effacer';
$strQBEIns = 'Ajouter';
$strQBE = 'Requête';
$strQueryCache = 'Cache des requêtes';
$strQueryFrame = 'Fenêtre SQL';
$strQueryOnDb = 'Requête SQL sur la base <b>%s</b>&nbsp;:';
$strQuerySQLHistory = 'Historique SQL';
$strQueryStatistics = '<b>Statistiques sur les requêtes</b>: Depuis son démarrage, %s requêtes ont été envoyées au serveur.';
$strQueryTime = 'traitement: %01.4f sec.';
$strQueryType = 'Type de requête';
$strQueryWindowLock = 'Ne pas écraser cette requête depuis une autre fenêtre';
 
$strReadRequests = 'Requêtes de lecture';
$strReceived = 'Reçu';
$strRecords = 'Enregistrements';
$strReferentialIntegrity = 'Vérifier l\'intégrité référentielle';
$strRefresh = 'Actualiser';
$strRelationalSchema = 'Schéma relationnel';
$strRelationNotWorking = 'Certaines fonctionnalités ayant trait aux tables reliées sont désactivées. Pour une analyse du problème, cliquez %sici%s.';
$strRelationsForTable = 'RELATIONS POUR LA TABLE';
$strRelations = 'Relations';
$strRelationView = 'Gestion des relations';
$strReloadingThePrivileges = 'Chargement des privilèges en cours.';
$strReloadMySQL = 'Recharger MySQL';
$strRemoveSelectedUsers = 'Effacer les utilisateurs sélectionnés.';
$strRenameDatabaseOK = 'La base de données %s a été renommée en %s';
$strRenameTable = '<b>Changer le nom</b> de la table pour';
$strRenameTableOK = 'La table %s se nomme maintenant %s';
$strRepairTable = 'Réparer la table';
$strReplaceNULLBy = 'Remplacer NULL par';
$strReplaceTable = 'Remplacer les données de la table avec le fichier';
$strReplication = 'Réplication';
$strReset = 'Réinitialiser les valeurs';
$strResourceLimits = 'Limites de ressources.';
$strReType = 'Entrer à nouveau';
$strRevokeAndDeleteDescr = 'Les utilisateurs auront le privilege "USAGE", jusqu\'à ce que les privilèges soient rechargés.';
$strRevokeAndDelete = 'Effacer tous les privilèges de ces utilisateurs, puis les effacer.';
$strRevokeMessage = 'Vous avez révoqué les privilèges pour %s';
$strRevoke = 'Révoquer';
$strRomanian = 'roumain';
$strRowLength = 'Longueur enr.';
$strRows = 'Enregistrements';
$strRowsFrom = 'enregistrement(s) à partir de l\'enregistrement n°';
$strRowSize = ' Taille enr. ';
$strRowsModeFlippedHorizontal = 'horizontal (en-têtes pivotés)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en mode %s et répéter les en-têtes à chaque groupe de %s';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Statistiques';
$strRunning = 'sur le serveur %s';
$strRunQuery = 'Exécuter la requête';
$strRunSQLQuery = 'Exécuter une ou des <b>requêtes</b> sur la base %s';
$strRunSQLQueryOnServer = 'Exécuter une ou des requêtes SQL sur le serveur %s';
$strRussian = 'russe';
 
$strSaveOnServer = 'Sauvegarder sur le serveur dans le répertoire %s';
$strSave = 'Sauvegarder';
$strScaleFactorSmall = 'Veuillez augmenter l\'échelle car le schéma déborde la page';
$strSearchFormTitle = 'Effectuer une nouvelle recherche dans la base de données';
$strSearchInTables = 'Dans la(les) table(s) :';
$strSearchNeedle = 'Mot(s) ou Valeur à rechercher (passe-partout: "%") :';
$strSearchOption1 = 'au moins un mot';
$strSearchOption2 = 'tous les mots';
$strSearchOption3 = 'phrase exacte';
$strSearchOption4 = 'expression réguliére';
$strSearch = 'Rechercher';
$strSearchResultsFor = 'Résultats de la recherche de "<i>%s</i>" %s :';
$strSearchType = 'Type de recherche :';
$strSecretRequired = 'Vous devez ajouter dans le fichier de configuration une phrase de passe secrète (blowfish_secret).';
$strSelectADb = 'Choisissez une base de données';
$strSelectAll = 'Tout sélectionner';
$strSelectBinaryLog = 'Sélectionnez le log binaire à consulter';
$strSelectFields = 'Choisir les champs à afficher (au moins un)';
$strSelectNumRows = 'dans la requête';
$strSelectTables = 'Choisissez les tables';
$strSend = 'Transmettre';
$strSent = 'Envoyé';
$strServerChoice = 'Choix du serveur';
$strServerNotResponding = 'Le serveur ne répond pas.';
$strServer = 'Serveur';
$strServerStatusDelayedInserts = 'Insertions avec délais';
$strServerStatus = 'Informations sur le serveur';
$strServerStatusUptime = 'Ce serveur MySQL fonctionne depuis %s. Il a démarré le %s.';
$strServerTabProcesslist = 'Processus';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Statistiques sur le trafic</b>: Ce tableau indique le trafic réseau observé sur ce serveur MySQL depuis son démarrage.';
$strServerVars = 'Variables et réglages du serveur';
$strServerVersion = 'Version du serveur';
$strSessionValue = 'Valeur pour la session';
$strSetEnumVal = 'Les différentes valeurs des champs de type enum/set sont à spécifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caractère "\\" ou "\'" dans l\'une de ces valeurs, faites-le précéder du caractère d\'échappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Afficher';
$strShowAll = 'Tout afficher';
$strShowColor = 'Couleurs';
$strShowDatadictAs = 'Orientation du dictionnaire:';
$strShowFullQueries = 'Afficher les requêtes complètes';
$strShowGrid = 'Grille';
$strShowingBookmark = 'Affichage du signet';
$strShowingRecords = 'Affichage des enregistrements';
$strShowOpenTables = 'Montrer les tables ouvertes';
$strShowPHPInfo = 'Afficher les informations relatives à PHP';
$strShowSlaveHosts = 'Montrer les serveurs esclaves';
$strShowSlaveStatus = 'Montrer l\'état des serveurs esclaves';
$strShowStatusBinlog_cache_disk_useDescr = 'Le nombre de transactions qui ont utilisé la cache temporaire du log binaire mais qui ont excédé la valeur de binlog_cache_size et ont utilisé un fichier temporaire pour stocker les énoncés de la transaction.';
$strShowStatusBinlog_cache_useDescr = 'Le nombre de transactions qui ont utilisé la cache temporaire du log binaire.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Le nombre de tables temporaires sur disque créées automatiquement par le serveur lors de l\'exécution d\'énoncés. Si la valeur du paramètre Created_tmp_disk_tables est trop grande, augmentez la valeur de tmp_table_size afin que les tables temporaires soient maintenues en mémoire au lieu d\'être sur disque.';
$strShowStatusCreated_tmp_filesDescr = 'Le nombre de fichiers temporaires créés par mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Le nombre de tables temporaires en mémoire créées automatiquement par le serveur lors de l\'exécution d\'énoncés.';
$strShowStatusDelayed_errorsDescr = 'Le nombre d\'enregistrements écrits avec INSERT DELAYED pour lesquels une erreur est survenue (probablement un doublon sur la clé).';
$strShowStatusDelayed_insert_threadsDescr = 'Le nombre de fils d\'exécution utilisés pour INSERT DELAYED. Un fil est utilisé pour chacune des tables sur lesquelles un INSERT DELAYED a lieu.';
$strShowStatusDelayed_writesDescr = 'Le nombre d\'enregistrements écrits via INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Le nombre de commandes FLUSH exécutées.';
$strShowStatusHandler_commitDescr = 'Le nombre de commandes COMMIT internes.';
$strShowStatusHandler_deleteDescr = 'Le nombre de fois qu\'un enregistrement a été supprimé d\'une table.';
$strShowStatusHandler_discoverDescr = 'Le serveur MySQL peut demander au moteur de données NDB Cluster s\'il connaît une table portant un certain nom. Ceci est appelé &quot;découverte&quot;. Ce paramètre indique le nombre de fois que des tables ont été découvertes.';
$strShowStatusHandler_read_firstDescr = 'Le nombre de fois que la première entrée a été lue depuis un index. Si c\'est élevé, ceci suggère que le serveur effectue beaucoup de parcours complets d\'un index; par exemple, SELECT coll FROM foo, en assumant que coll est une colonne indexée.';
$strShowStatusHandler_read_keyDescr = 'Le nombre de requêtes pour lire un enregistrement via une clé. Si élevé, c\'est une bonne indication que vos tables sont correctement indexées.';
$strShowStatusHandler_read_nextDescr = 'Le nombre de requêtes de lecture du prochain enregistrement, en ordre de clé. Ceci est augmenté si vous interrogez une colonne indexée avec un critère de fourchette ou si vous parcourez l\'index.';
$strShowStatusHandler_read_prevDescr = 'Le nombre de requêtes de lecture de l\'enregistrement précédent, en ordre de clé. Utilisé surtout pour optimiser ORDER BY ... DESC';
$strShowStatusHandler_read_rndDescr = 'Le nombre de requêtes de lecture d\'un enregistrement basée sur une position fixe. Ce nombre est élevé si vous faites de nombreuses requêtes qui nécessitent de trier les résultats. Vous avez probablement un grand nombre de requêtes qui demandent à MySQL de parcourir des tables en entier, ou vous avez des jointures qui n\'utilisent pas correctement les clés.';
$strShowStatusHandler_read_rnd_nextDescr = 'Le nombre de requêtes de lecture du prochaine enregistrement dans le fichier. Élevé si vous faites plusieurs parcours de tables. Ceci suggère que vos tables ne sont pas correctement indexées ou que vos requêtes ne sont pas écrites de façon à tirer parti des index que vous avez définis.';
$strShowStatusHandler_rollbackDescr = 'Le nombre d\'énoncés ROLLBACK internes.';
$strShowStatusHandler_updateDescr = 'Le nombre de requêtes de mise à jour d\'enregistrements.';
$strShowStatusHandler_writeDescr = 'Le nombre de requêtes d\'insertion d\'enregistrements.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Le nombre de pages contenant des données.';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Le nombre de pages contenant des données "dirty"';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Le nombre de pages de mémoire-tampon qui ont été effacées.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Le nombre de pages libres';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Le nombre de pages dans la réserve InnoDB qui sont actuellement en train d\'être lues ou écrites, ou qui ne peuvent être supprimées pour une autre raison.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Le nombre de pages occupées car elles ont été déallouées en raison de verrous sur les enregistrements. Cette valeur peut également être calculée comme suit: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Taille totale de la réserve, en pages.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Le nombre de lectures discontinues effectuées par InnoDB. Ceci survient lorsqu\'une requête doit balayer une large portion de table en ordre discontinu.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Le nombre de lectures séquentielles effectuées par InnoDB. Ceci survient quand InnoDB fait un parcours séquentiel intégral de la table.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Le nombre de requêtes de lectures "logiques" effectuées par InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Le nombre de lectures que InnoDB n\'a pu faire à partir de la réserve, menant à une lecture directe d\'une page.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalement, l\'écriture dans la réserve InnoDB se passe en arrière-plan. Cependant, s\'il est nécessaire de lire ou de créer une page et qu\'aucune page n\'est disponible, InnoDB doit attendre que des pages soient libérées. Ceci compte le nombre de fois qu\'une telle attente a été nécessaire. Si la taille de la réserve est adéquate, cette valeur devrait être petite.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Le nombre d\'écritures faites dans la réserve InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Le nombre d\'opérations fsync() faites jusqu\'à présent.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Le nombre d\'opérations fsync() actuellement en attente.';
$strShowStatusInnodb_data_pending_readsDescr = 'Le nombre actuel de lectures en attente.';
$strShowStatusInnodb_data_pending_writesDescr = 'Le nombre actuel d\'écritures en attente.';
$strShowStatusInnodb_data_readDescr = 'La quantité d\'octets lus jusqu\'à présent.';
$strShowStatusInnodb_data_readsDescr = 'Le nombre total de lectures de données.';
$strShowStatusInnodb_data_writesDescr = 'Le nombre total d\'écritures de données.';
$strShowStatusInnodb_data_writtenDescr = 'La quantité d\'octets écrits jusqu\'à présent.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Le nombre de pages utilisées pour des écritures "doublewrite".';
$strShowStatusInnodb_dblwr_writesDescr = 'Le nombre d\'écritures "doublewrite" effectuées.';
$strShowStatusInnodb_log_waitsDescr = 'Le nombre d\'attentes en raison d\'un tampon du fichier témoin trop petit; il fallait attendre qu\'il se libère avant de continuer.';
$strShowStatusInnodb_log_write_requestsDescr = 'Le nombre de requêtes d\'écritures sur le fichier témoin.';
$strShowStatusInnodb_log_writesDescr = 'Le nombre d\'écritures physiques au fichier témoin.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Le nombre d\'écritures fsync() sur le fichier témoin.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Le nombre de fsync() du fichier témoin en attente.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Le nombre d\'écritures du fichier témoin en attente.';
$strShowStatusInnodb_os_log_writtenDescr = 'Le nombre d\'octets écrits sur le fichier témoin.';
$strShowStatusInnodb_pages_createdDescr = 'Le nombre de pages créées.';
$strShowStatusInnodb_page_sizeDescr = 'La taille de page InnoDB telle que compilée (16 Ko par défaut). Plusieurs valeurs sont comptées par page; la taille de page leur permet d\'être facilement converties en octets.';
$strShowStatusInnodb_pages_readDescr = 'Le nombre de pages lues.';
$strShowStatusInnodb_pages_writtenDescr = 'Le nombre de pages écrites.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Le nombre de verrous d\'enregistrements actuellement en attente.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Le temps d\'attente moyen pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_timeDescr = 'Le temps total utilisé pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Le temps d\'attente maximum pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Le nombre de fois qu\'on a dû attendre pour un verrou.';
$strShowStatusInnodb_rows_deletedDescr = 'Le nombre d\'enregistrements supprimés des tables InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Le nombre d\'enregistrements insérés dans des tables InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Le nombre d\'enregistrements lus dans des tables InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Le nombre d\'enregistrements mis à jour dans des tables InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Le nombre de blocs de clés dans la cache de clés qui ont été modifiés mais pas encore transférés sur disque.';
$strShowStatusKey_blocks_unusedDescr = 'Le nombre de blocs inutilisés dans la cache de clés. Vous pouvez utiliser cette valeur pour déterminer la proportion de la cache de clés qui est utilisée.';
$strShowStatusKey_blocks_usedDescr = 'Le nombre maximum de blocs qui ont été utilisés en même temps dans la cache de clés.';
$strShowStatusKey_read_requestsDescr = 'Le nombre de requêtes de lecture d\'un bloc de clés depuis la cache.';
$strShowStatusKey_readsDescr = 'Le nombre de lectures physiques d\'un bloc de clés depuis le disque. Si cette valeur est élevée, la taille de votre mémoire tampon de clés est trop petite. Le taux d\'échec de la cache peut être calculé par "Key reads/Key read requests".';
$strShowStatusKey_write_requestsDescr = 'Le nombre de requêtes en vue d\'écrire un bloc de clé dans la cache.';
$strShowStatusKey_writesDescr = 'Le nombre d\'écritures physiques d\'un bloc de clés vers le disque.';
$strShowStatusLast_query_costDescr = 'Le coût total de la dernière requête compilée, tel que calculé par l\'optimiseur de requêtes. Utile pour comparer le coût de diverses stratégies pour une même requête. La valeur de 0 indique qu\'aucune requête n\'a encore été compilée.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Le nombre d\'enregistrements en attente d\'écriture (INSERT DELAY).';
$strShowStatusOpened_tablesDescr = 'Le nombre tables qui ont été ouvertes. Si trop élevé, votre cache de table est probablement trop petite.';
$strShowStatusOpen_filesDescr = 'Le nombre de fichiers qui sont ouverts.';
$strShowStatusOpen_streamsDescr = 'Le nombre de flux de données qui sont ouverts.';
$strShowStatusOpen_tablesDescr = 'Le nombre de tables qui sont ouvertes.';
$strShowStatusQcache_free_blocksDescr = 'Le nombre de blocs de mémoire libre dans la cache de requêtes.';
$strShowStatusQcache_free_memoryDescr = 'La quantité de mémoire libre dans la cache de requêtes.';
$strShowStatusQcache_hitsDescr = 'Le nombre de succès dans la cache.';
$strShowStatusQcache_insertsDescr = 'Le nombre de requêtes ajoutées à la cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'Le nombre de requêtes qui ont été retirées de la cache pour libérer de la mémoire afin de mettre en cache de nouvelles requêtes. Peut être utilisé afin de peaufiner la taille de la cache. La stratégie utilisée pour déterminer quelles requêtes seront retirées est LRU (least recently used).';
$strShowStatusQcache_not_cachedDescr = 'Le nombre de requêtes non en cache (impossible à placer en cache, ou non cachée en raison du paramètre query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Le nombre de requêtes enregistrées dans la cache.';
$strShowStatusQcache_total_blocksDescr = 'Le nombre total de blocs dans la cache de requêtes.';
$strShowStatusReset = 'Réinitialiser';
$strShowStatusRpl_statusDescr = 'L\'état de la réplication sans échec (pas encore implantée).';
$strShowStatusSelect_full_joinDescr = 'Le nombre de jointures qui n\'ont pas utilisé d\'index. Si cette valeur est supérieure à 0, vérifiez soigneusement les indexes de vos tables.';
$strShowStatusSelect_full_range_joinDescr = 'Le nombre de jointures qui ont utilisé une recherche par plage sur une table de référence.';
$strShowStatusSelect_range_checkDescr = 'Le nombre de jointures sans clés qui vérifient l\'utilisation de clé à chaque enregistrement. (Si ceci est supérieur à 0, vérifiez soigneusement les indexes de vos tables.)';
$strShowStatusSelect_rangeDescr = 'Le nombre de jointures qui ont utilisé des plages sur la première table. (Normalement non critique même si cette valeur est élevée.)';
$strShowStatusSelect_scanDescr = 'Le nombre de jointures qui ont nécessité le parcours complet de la première table.';
$strShowStatusSlave_open_temp_tablesDescr = 'Le nombre de tables temporaires actuellement ouvertes par le fil d\'exécution SQL de l\'esclave.';
$strShowStatusSlave_retried_transactionsDescr = 'Nombre de fois (depuis le démarrage) que le fil d\'exécution SQL de l\'esclave a envoyé à nouveau des transactions.';
$strShowStatusSlave_runningDescr = 'Ceci est à ON si ce serveur est un esclave connecté à un maître.';
$strShowStatusSlow_launch_threadsDescr = 'Le nombre de fils d\'exécution dont le temps de création a excédé slow_launch_time secondes.';
$strShowStatusSlow_queriesDescr = 'Le nombre de requêtes dont le temps d\'exécution a excédé long_query_time secondes.';
$strShowStatusSort_merge_passesDescr = 'Le nombre d\'opérations de fusion effectuées par l\'algorithme de tri. Si ce nombre est élevé, augmentez la valeur du paramètre sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Le nombre de tri effectués avec des plages.';
$strShowStatusSort_rowsDescr = 'Le nombre d\'enregistrements triés.';
$strShowStatusSort_scanDescr = 'Le nombre de tri effectués via un parcours de la table.';
$strShowStatusTable_locks_immediateDescr = 'Le nombre de fois qu\'un verrou de table a été acquis immédiatement.';
$strShowStatusTable_locks_waitedDescr = 'Le nombre de fois qu\'un verrou de table n\'a pu être acquis immédiatement, induisant un temps d\'attente. Si ce nombre est élevé et que vous éprouvez des problèmes de performance, commencez par optimiser vos requêtes, puis subdivisez vos tables ou encore utiliser la réplication.';
$strShowStatusThreads_cachedDescr = 'Le nombre de fils dans la cache des fils d\'exécution. Si cette valeur est en rouge, vous devriez augmenter la taille de cette cache.';
$strShowStatusThreads_connectedDescr = 'Le nombre de connexions ouvertes actuellement.';
$strShowStatusThreads_createdDescr = 'Le nombre de fils d\'exécution créés afin de gérer les connexions. Si ce nombre est trop grand, vous pourriez augmenter la valeur du paramètre thread_cache_size. (Normalement, ceci ne procure pas une amélioration perceptible de la performance si votre serveur gère correctement les fils d\'exécution.';
$strShowStatusThreads_runningDescr = 'Le nombre de fils d\'exécution non suspendus.';
$strShowTableDimension = 'Dimension des tables';
$strShowTables = 'Afficher les tables';
$strShowThisQuery = 'Réafficher la requête après exécution';
$strSimplifiedChinese = 'chinois simplifié';
$strSingly = '(à refaire après insertions/destructions)';
$strSize = 'Taille';
$strSkipQueries = 'Nombre d\'enregistrements (requêtes) à ignorer à partir du début';
$strSlovak = 'slovaque';
$strSlovenian = 'slovène';
$strSocketProblem = '(ou l\'interface de connexion ("socket") vers le serveur MySQL local n\'est pas correctement configurée)';
$strSortByKey = 'Trier sur l\'index';
$strSorting = 'Mécanisme de tri';
$strSort = 'Tri';
$strSpaceUsage = 'Espace utilisé';
$strSpanish = 'espagnol';
$strSplitWordsWithSpace = 'Séparer les mots par un espace (" ").';
$strSQLExportCompatibility = 'Compatibilité de l\'exportation';
$strSQLExportType = 'Type d\'exportation';
$strSQLImportOptions = 'Options SQL';
$strSQLOptions = 'options SQL';
$strSQLParserBugMessage = 'Il semble que vous ayiez trouvé une anomalie dans l\'analyseur syntaxique SQL. Veuillez examiner votre requête attentivement, et vérifier que vos apostrophes sont conformes. Il se pourrait aussi que vous ayiez chargé un fichier dont le contenu binaire n\'est pas entre apostrophes. Si vous avez accès à MySQL via son interface de commande en mode ligne, vous pouvez y essayer votre requête. Le message d\'erreur présenté plus bas pourrait vous indiquer la source du problème. En dernier recours, veuillez trouver la plus courte requête possible qui cause le problème, et soumettre un rapport d\'anomalie en incluant la section à couper:';
$strSQLParserUserError = 'Il semble qu\'il y ait une erreur dans votre requête SQL. Le message ci-bas peut vous aider à en trouver la cause.';
$strSQLQuery = 'requête SQL';
$strSQLResult = 'Résultat de la requête SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificateur invalide';
$strSQPBugUnclosedQuote = 'Apostrophe non fermé';
$strSQPBugUnknownPunctuation = 'Ponctuation invalide';
$strStatCheckTime = 'Dernière vérification';
$strStatCreateTime = 'Création';
$strStatement = 'Information';
$strStatisticsOverrun = 'Sur un serveur surchargé, la capacité des compteurs d\'octets peut être dépassée, auquel cas les statistiques rapportées par MySQL peuvent être inexactes.';
$strStatUpdateTime = 'Dernière modification';
$strStatus = 'État';
$strStorageEngine = 'Moteur de stockage';
$strStorageEngines = 'Moteurs de stockage';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure et données';
$strStrucDrop = 'Inclure des énoncés "DROP TABLE"';
$strStrucExcelCSV = 'CSV pour MS Excel';
$strStrucNativeExcel = 'Données MS Excel (format natif)';
$strStrucOnly = 'Structure seule';
$strStructPropose = 'Suggérer des optimisations quant à la structure de la table';
$strStructure = 'Structure';
$strSubmit = 'Exécuter';
$strSuccess = 'Votre requête SQL a été exécutée avec succès';
$strSum = 'Somme';
$strSwedish = 'suédois';
$strSwitchToDatabase = 'Aller à la base de données copiée';
$strSwitchToTable = 'Aller à la table copiée';
 
$strTableAlreadyExists = 'La table %s existe déjà!';
$strTableComments = 'Commentaires sur la table';
$strTableEmpty = 'Le nom de la table est vide';
$strTableHasBeenDropped = 'La table %s a été effacée';
$strTableHasBeenEmptied = 'La table %s a été vidée';
$strTableHasBeenFlushed = 'La table %s a été rechargée';
$strTableMaintenance = '<b>Maintenance</b> de la table';
$strTableOfContents = 'Table des matières';
$strTableOptions = '<b>Options</b> pour cette table';
$strTables = '%s table(s)';
$strTableStructure = 'Structure de la table';
$strTable = 'Table';
$strTableType = '<b>Type</b> de la table';
$strTakeIt = 'utiliser celui-ci';
$strTblPrivileges = 'Privilèges spécifiques à une table';
$strTempData = 'Données temporaires';
$strTextAreaLength = 'Il est possible que ce champ<br />ne soit pas éditable<br />en raison de sa longueur';
$strThai = 'thaï';
$strThemeDefaultNotFound = 'Thème par défaut %s inexistant!';
$strThemeNoPreviewAvailable = 'Prévisualisation non disponible.';
$strThemeNotFound = 'Thème %s inexistant!';
$strThemeNoValidImgPath = 'Chemin des images inexistant pour le thème %s!';
$strThemePathNotFound = 'Chemin non trouvé pour le thème %s!';
$strTheme = 'Thème / Style';
$strThisHost = 'Ce serveur';
$strThisNotDirectory = 'Ceci n\'est pas un répertoire';
$strThreads = 'Fils d\'exécution';
$strThreadSuccessfullyKilled = 'Le processus %s a été éliminé.';
$strTime = 'Durée';
$strTimeoutInfo = 'L\'importation précédente a échoué en raison du temps; retransmettez et le traitement reprendra à la position %d.';
$strTimeoutNothingParsed = 'Cependant lors du dernier traitement, aucune section n\a été analysée; ceci signifie que phpMyAdmin ne pourra terminer cette importation, à moins que la limite de temps de PHP ne soit augmentée';
$strTimeoutPassed = 'La limite de temps a été atteinte; si vous voulez terminer l\'importation, soumettez à nouveau le même fichier et l\'importation continuera.';
$strToggleScratchboard = 'Éditeur visuel';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'chinois traditionnel';
$strTraditionalSpanish = 'espagnol traditionnel';
$strTraffic = 'Trafic';
$strTransactionCoordinator = 'Coordonnateur des transactions';
$strTransformation_application_octetstream__download = 'Affiche un lien pour télécharger le contenu binaire d\'une colonne. La première option est le nom du fichier binaire. La seconde option est le nom de la colonne contenant le nom du fichier. Si vous utilisez la seconde option, veuillez laisser la première option vide.';
$strTransformation_application_octetstream__hex = 'Affiche une représentation hexadécimale des données.';
$strTransformation_image_jpeg__inline = 'Affiche une image timbre-poste cliquable; les options sont: largeur,hauteur en pixels (conserve le rapport original)';
$strTransformation_image_jpeg__link = 'Affiche un lien vers cette image';
$strTransformation_image_png__inline = 'Voir image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Change le format des champs de type TIME, TIMESTAMP ou DATETIME selon votre format local de date/heure. La première option est le décalage horaire qui sera ajouté (par défaut 0). La seconde option est un format en accord avec les paramètres de la fonction PHP strftime().';
$strTransformation_text_plain__external = '(Linux seulement) Exécute un programme externe et lui envoit le contenu du champ via l\'entrée standard. Puis capture la sortie standard de ce programme externe. Le programme par défaut est tidy, pour un affichage embelli du code HTML. Pour des raisons de sécurité, vous devez éditer le script libraries/transformations/text_plain__external.inc.php et y insérer les noms de programme externe possibles. La première option est le numéro du programme que vous voulez utiliser, la seconde option contient les paramètres pour ce programme. En troisième option, une valeur de 1 va convertir le résultat avec la fonction htmlspecialchars() (par défaut, 1). En option 4, une valeur de 1 va ajouter NOWRAP à la cellule affichée (par défaut, 1).';
$strTransformation_text_plain__formatted = 'Préserve le contenu original du champ, sans ajout de caractères d\'échappement.';
$strTransformation_text_plain__imagelink = 'Affiche une image et un lien, le champ contient le nom du fichier; en première option, un préfixe comme "http://domaine.com/", en seconde option, la largeur en pixels, en troisième option la hauteur en pixels.';
$strTransformation_text_plain__link = 'Affiche un lien, le champ contient le nom du fichier; en première option, un préfixe comme "http://domaine.com/", en seconde option, un titre pour le lien.';
$strTransformation_text_plain__sql = 'Affiche le texte comme une requête SQL avec embellissement de la syntaxe.';
$strTransformation_text_plain__substr = 'N\'affiche qu\'une partie du champ. En première option, la position de départ (par défaut, 0). En seconde option, le nombre de caractères à afficher (par défaut, le reste). En troisième option, des caractères à afficher à la fin du texte (par défaut: "...").';
$strTruncateQueries = 'Afficher les requêtes tronquées';
$strTurkish = 'turc';
$strType = 'Type';
 
$strUkrainian = 'ukrainien';
$strUncheckAll = 'Tout décocher';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'inconnu';
$strUnselectAll = 'Tout désélectionner';
$strUnsupportedCompressionDetected = 'Vous avez tenté d\'importer un fichier dont le mode de compression (%s) n\'est pas supporté par votre configuration PHP ou est désactivé dans celle-ci.';
$strUpdatePrivMessage = 'Vous avez modifié les privilèges pour %s.';
$strUpdateProfileMessage = 'Le profil a été modifié.';
$strUpdateQuery = 'Mise-à-jour de la requête';
$strUpdComTab = 'La documentation indique comment mettre à jour votre table Column_comments';
$strUpgrade = 'Vous devriez utiliser %s en version %s ou plus récente.';
$strUploadLimit = 'Vous avez probablement tenté de télécharger un fichier trop volumineux. Veuillez vous référer à la %sdocumentation%s pour des façons de contourner cette limite.';
$strUsage = 'Espace';
$strUseBackquotes = 'Protéger les noms des tables et des champs par des&nbsp;"`"';
$strUsedPhpExtensions = 'Extensions PHP utilisées';
$strUseHostTable = 'Utiliser la table Host';
$strUserAlreadyExists = 'L\'utilisateur %s existe déjà!';
$strUserEmpty = 'Le nom d\'utilisateur est vide';
$strUserName = 'Nom d\'utilisateur';
$strUserNotFound = 'L\'utilisateur choisi n\'existe pas dans la table des privilèges';
$strUserOverview = 'Vue d\'ensemble des utilisateurs';
$strUsersDeleted = 'Les utilisateurs sélectionnés ont été effacés.';
$strUsersHavingAccessToDb = 'Utilisateurs ayant accès à &quot;%s&quot;';
$strUser = 'Utilisateur';
$strUseTabKey = 'Utilisez la tabulation pour aller d\'une valeur à l\'autre, ou CTRL+flèches pour aller n\'importe où';
$strUseTables = 'Utiliser les tables';
$strUseTextField = 'Entrez une valeur';
$strUseThisValue = 'Utiliser cette valeur';
 
$strValidateSQL = 'Valider SQL';
$strValidatorError = 'Le validateur SQL n\'a pas pu être initialisé. Vérifiez que les extensions PHP nécessaires ont bien été installées (voir la %sdocumentation%s).';
$strValue = 'Valeur';
$strVar = 'Variable';
$strVersionInformation = 'Information de version';
$strViewDump = '<b>Afficher le schéma</b> de la table';
$strViewDumpDatabases = 'Schéma et/ou contenu des bases de données';
$strViewDumpDB = 'Schéma et données de la base ';
$strViewHasBeenDropped = 'La vue %s a été supprimée';
$strViewMaxExactCount = 'Cette vue comporte plus de %d enregistrements. Veuillez vous référer à la %sdocumentation%s.';
$strView = 'Vue';
 
$strWebServerUploadDirectoryError = 'Le répertoire de transfert est inaccessible';
$strWebServerUploadDirectory = 'répertoire de transfert du serveur Web';
$strWelcome = 'Bienvenue à %s ';
$strWestEuropean = 'Europe de l\'ouest';
$strWildcard = 'passepartout';
$strWindowNotFound = 'La fenêtre principale n\'a pu être mise à jour. Il est possible que vous l\'ayiez fermée, ou encore que votre navigateur bloque les mises à jour inter-fenêtres pour des raisons de sécurité.';
$strWithChecked = 'Pour la sélection :';
$strWriteRequests = 'Requêtes d\'écriture';
$strWritingCommentNotPossible = 'Ajout de commentaire impossible';
$strWritingRelationNotPossible = 'Ajout de relation impossible';
$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé';
 
$strXML = 'XML';
 
$strYes = 'Oui';
 
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippé"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/galician-iso-8859-1.inc.php
0,0 → 1,981
<?php
/* $Id: galician-iso-8859-1.inc.php,v 2.129.2.5 2006/04/11 14:11:46 nijel Exp $ */
 
/**
* Translated by Xosé Calvo <xosecalvo at terra.es>
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d de %B de %Y ás %H:%M';
 
$timespanfmt = '%s días, %s horas, %s minutos e %s segundos';
 
$strAbortedClients = 'Cancelado';
$strAbsolutePathToDocSqlDir = 'Introduza a rota absoluta completa ao directorio docSQL no servidor';
$strAccessDenied = 'Acceso Negado';
$strAccessDeniedCreateConfig = 'Isto débese, posibelmente, a que non creou un ficheiro de configuración. Talvez queira utilizar %1$ssetup script%2$s para crear un.';
$strAccessDeniedExplanation = 'O phpMyAdmin tentouse conectar ao servidor de MySQL, mais o servidor rexeitou a conexión. Deberá comprobar o nome do servidor, o nome de usuario e o contrasinal no ficheiro config.inc.php e asegurarse de que corresponden coa información proporcionada polo administrador do servidor do MySQL.';
$strAction = 'Acción';
$strAddAutoIncrement = 'Engadir o valor incremental (AUTO_INCREMENT)';
$strAddConstraints = 'Adicionar limitacións';
$strAddDeleteColumn = 'Adicionar/Eliminar columnas de campo';
$strAddDeleteRow = 'Adicionar/Eliminar filas de criterios';
$strAddDropDatabase = 'Engadir "Eliminar a base de datos" (DROP DATABASE)';
$strAddedColumnComment = 'Púxoselle un comentario á columna';
$strAddedColumnRelation = 'Adicionóuselle unha relación á columna';
$strAddFields = 'Adicionar %s campo(s)';
$strAddHeaderComment = 'Adicionar un comentario proprio no cabezallo (\n liñas diferentes)';
$strAddIfNotExists = 'Adicionar SE NON EXISTIR';
$strAddIntoComments = 'Engadir aos comentarios';
$strAddNewField = 'Adicionar un novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilexios para a esta base de datos';
$strAddPrivilegesOnTbl = 'Adicionar privilexios para a esta tabela';
$strAddSearchConditions = 'Condición da pesquisa (ou sexa, o complemento da cláusula "WHERE"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Adicionar un novo usuario';
$strAddUserMessage = 'Usuario adicionado.';
$strAdministration = 'Administración';
$strAffectedRows = 'Fileiras que se verán afectadas:';
$strAfter = 'Despois de %s';
$strAfterInsertBack = 'Voltar';
$strAfterInsertNewInsert = 'Inserir un novo rexistro';
$strAfterInsertNext = 'Modificar a fileira seguinte';
$strAfterInsertSame = 'Voltar para esta páxina';
$strAllowInterrupt = 'Permitir que se interrumpa a importación no caso de que o guión detecte que está perto do limite. Este podería ser un bon método para importar ficheiros longos, ainda que pode rachar transaccións.';
$strAllTableSameWidth = 'mostrar todas as tabelas co mesmo ancho?';
$strAll = 'Todos';
$strAlterOrderBy = 'Ordenar a tabela por';
$strAnalyzeTable = 'Analizar a tabela';
$strAnd = 'E';
$strAndThen = 'e despois';
$strAnIndex = 'Adicionouse un índice a %s';
$strAny = 'Calquer';
$strAnyHost = 'Calquer servidor';
$strAnyUser = 'Calquer usuario';
$strApproximateCount = 'Pode ser aproximado. Consulte a FAQ 3.11';
$strAPrimaryKey = 'Adicionouse unha chave primaria a %s';
$strArabic = 'Árabe';
$strArmenian = 'Armenio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No comezo da tabela';
$strAtEndOfTable = 'Ao final da tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Distribución automática';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBeginCut = 'COMEZA O RECORTE';
$strBeginRaw = 'COMEZA O TEXTO SIMPLE ("RAW")';
$strBinary = ' Binario ';
$strBinaryDoNotEdit = ' Binario - non editar ';
$strBinaryLog = 'Ficheiro de rexistro binario';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Información';
$strBinLogName = 'Nome do ficheiro de rexistro';
$strBinLogOriginalPosition = 'Posición orixinal';
$strBinLogPosition = 'Posición';
$strBinLogServerId = 'ID do servidor';
$strBookmarkAllUsers = 'Permitir que calquer usuario poida acceder a este marcador';
$strBookmarkCreated = 'Creouse o marcador %s';
$strBookmarkDeleted = 'Eliminouse o marcador.';
$strBookmarkLabel = 'Nome';
$strBookmarkQuery = 'A procura de SQL foi gardada';
$strBookmarkReplace = 'Substituir un marcador xa existente que ten o mesmo nome';
$strBookmarkThis = 'Gardar esta procura de SQL';
$strBookmarkView = 'Só visualizar';
$strBrowseDistinctValues = 'Examinar valores claramente distintos';
$strBrowseForeignValues = 'Visualizar valores alleos';
$strBrowse = 'Visualizar';
$strBufferPoolActivity = 'Actividade da reserva da memoria intermedia';
$strBufferPool = 'Reserva da memoria intermedia';
$strBufferPoolUsage = 'Uso da reserva da memoria intermedia';
$strBufferReadMisses = 'Fallos de lectura';
$strBufferReadMissesInPercent = 'Fallos de lectura en %';
$strBufferWriteWaits = 'Esperas para escreber';
$strBufferWriteWaitsInPercent = 'Esperas para escreber en %';
$strBulgarian = 'Búlgaro';
$strBusyPages = 'Páxinas ocupadas';
$strBzError = 'phpMyAdmin foi incapaz de comprimir os resultados debido a que esta versión do php ten unha extensión de Bz2 con erros. Recoméndase que configure a directiva <code>$cfg[\'BZipDump\']</code> do seu ficheiro de configuración do phpMyAdmin para que sexa <code>FALSE</code>. Se quer usar a funcionalidade de compresión Bz2, actualice a unha versión posterior do php. Consulte o informe de erros %s para máis detalles.';
$strBzip = 'comprimido no formato "bzip"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'Non se puideron importar as extensións - Comprobe a súa instalación!';
$strCannotLogin = 'Non podo conectar co servidor de MySQL';
$strCantLoad = 'Non se pode carregar a extensión %s.<br />Comprobe a configuración do PHP.';
$strCantLoadRecodeIconv = 'Non se puido carregar iconv ou precísase da extensión recode para a conversión do charset. Configure o php para que se poidan usar estas extensións ou indique que non se use a conversión de charset en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Non se pode facer que este índice sexa PRIMARIO!';
$strCantUseRecodeIconv = 'Non se puido usar nen iconv nen libiconv nen a función recode_stringf mentres haxa extensións por carregar. Comprobe a súa configuración do php.';
$strCardinality = 'Cardinalidade';
$strCaseInsensitive = 'sen distinguir maiúsculas de minúsculas';
$strCaseSensitive = 'distinguindo maiúsculas de minúsculas';
$strCentralEuropean = 'Centroeuropeu';
$strChangeCopyModeCopy = '... manter o anterior.';
$strChangeCopyMode = 'Crear un utilizador novo cos mesmos privilexios e...';
$strChangeCopyModeDeleteAndReload = ' ... eliminar o anterior das tabelas de utilizadores e recarregar os privilexios despóis.';
$strChangeCopyModeJustDelete = ' ... eliminar o anterior das tabelas de utilizadores.';
$strChangeCopyModeRevoke = ' ... retirar-lle todos os privilexios activos ao anterior e eliminalo despóis.';
$strChangeCopyUser = 'Modificar a información de acceso (login) / Copiar utilizador';
$strChangeDisplay = 'Escolla o campo que se há de mostrar';
$strChange = 'Mudar';
$strChangePassword = 'Trocar o contrasinal';
$strCharset = 'Conxunto de caracteres';
$strCharsetOfFile = 'Conxunto de caracteres do ficheiro:';
$strCharsetsAndCollations = 'Conxuntos de caracteres e Ordes alfabéticas';
$strCharsets = 'Conxuntos de caracteres';
$strCheckAll = 'Marcá-los todos';
$strCheckOverhead = 'Exceso na comprobación';
$strCheckPrivs = 'Comprobar os privilexios';
$strCheckPrivsLong = 'Comprobar os privilexios da base de datos &quot;%s&quot;.';
$strCheckTable = 'Verificar a tabela';
$strChoosePage = 'Escolla unha páxina para modificar';
$strColComFeat = 'Mostrando os comentarios das columnas';
$strCollation = 'Orde alfabética';
$strColumnNames = 'Nomes das Columnas';
$strColumnPrivileges = 'Privilexios proprios de columna';
$strCommand = 'Comando';
$strComments = 'Comentarios';
$strCommentsForTable = 'COMENTARIOS PARA A TABELA';
$strCompatibleHashing = 'Compatíbel co MySQL&nbsp;4.0';
$strCompleteInserts = 'Insercións completas';
$strCompression = 'Compresión';
$strCompressionWillBeDetected = 'A compresión do ficheiro importado detectarase automaticamente de: %s';
$strConfigDefaultFileError = 'Non se puido carregar a configuración desde: "%1$s"';
$strConfigFileError = 'phpMyAdmin non puido ler o seu ficheiro de configuración<br/>Isto podería deberse a que php atopou un erro nel ou a que php non puido atopar o ficheiro.<br/>Invoque o ficheiro de configuración directamente mediante o vínculo que hai máis abaixo e lea a mensaxe de erro de php que receba. Na maioría dos casos simplesmente faltan unha aspa ou un ponto e vírcula <br/>Se recebe unha páxina en branco é que todo está ben.';
$strConfigureTableCoord = 'Configure as coordenadas da tabela %s';
$strConnectionError = 'Non se pode conectar: os axustes non son válidos.';
$strConnections = 'Conexións';
$strConstraintsForDumped = 'Limitacións para os volcados das tabelas';
$strConstraintsForTable = 'Limitacións para a tabela';
$strCookiesRequired = 'A partir de aqui debe permitir cookies.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'A base de dastos %s copiouse para %s';
$strCopyTable = 'Copiar a tabela a (base_de_datos<b>.</b>tabela):';
$strCopyTableOK = 'A tabela \$table copiouse para \$new_name.';
$strCopyTableSameNames = 'Non se pode copiar unha tabela sobre si mesma';
$strCouldNotKill = 'phpMyAdmin foi incapaz de finalizar o fío %s. Probablemente xa está fechado.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREAR BASE DE DATOS antes de copiar';
$strCreateIndex = 'Crear un índice en&nbsp;%s&nbsp;colunas';
$strCreateIndexTopic = 'Crear un novo índice';
$strCreateNewDatabase = 'Crear unha nova base de datos';
$strCreateNewTable = 'Crear unha tabela nova na base de datos %s';
$strCreatePage = 'Crear unha páxina nova';
$strCreatePdfFeat = 'Creación de PDFs';
$strCreationDates = 'Datas de creación/actualización/comprobación';
$strCriteria = 'Criterio';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcións de CSV';
$strCSVOptions = 'Opcións CSV';
$strCyrillic = 'Cirílico';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-eslovaco';
 
$strDanish = 'Dinamarqués';
$strDatabase = 'Banco de Datos';
$strDatabaseEmpty = 'O nome da base de datos non existe!';
$strDatabaseExportOptions = 'Opcións de exportación da base de datos';
$strDatabaseHasBeenDropped = 'A base de datos %s foi eliminada.';
$strDatabaseNoTable = 'Esta base de datos non contén nengunha tabela';
$strDatabases = 'Bancos de Datos';
$strDatabasesDropped = 'Elimináronse %s bases de datos sen problemas.';
$strDatabasesStatsDisable = 'Deshabilitar as estatísticas';
$strDatabasesStatsEnable = 'Habilitar as estatísticas';
$strDatabasesStats = 'Estatísticas das bases de datos';
$strDatabasesStatsHeavyTraffic = 'Nota: De habilitar as estatísticas da base de datos, ocasionará que se produza un tráfico denso entre o servidor web e o de MySQL.';
$strData = 'Datos';
$strDataDict = 'Dicionario de datos';
$strDataOnly = 'Só os datos';
$strDataPages = 'Páxinas con datos';
$strDBComment = 'Comentario da base de datos: ';
$strDBCopy = 'Copiar a base de datos para';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID do contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Liña';
$strDBGMaxTimeMs = 'Tempo máximo, ms';
$strDBGMinTimeMs = 'Tempo mínimo, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privilexios proprios de base de datos';
$strDBRename = 'Mudar o nome da base de datos para';
$strDbSpecific = 'específico da base de datos';
$strDefaultEngine = '%s é o motor de armacenamento predefinido neste servidor de MySQL.';
$strDefault = 'Padrón';
$strDefaultValueHelp = 'Para os valores por omisión, introduza un único valor, sen escapalo con barras ou aspas e usando este formato: a';
$strDefragment = 'Tabela de defragmentación';
$strDelayedInserts = 'Usar insercións demoradas';
$strDeleteAndFlushDescr = 'Este é o modo máis limpo, mais pode que recarregar os privilexios leve un pouco de tempo.';
$strDeleteAndFlush = 'Eliminar os usuarios e recarregar os privilexios a continuación.';
$strDeleted = 'Rexistro eliminado';
$strDeletedRows = 'Fileiras borradas:';
$strDelete = 'Eliminar';
$strDeleteNoUsersSelected = 'Non se seleccionaron utilizadores para eliminar!';
$strDeleting = 'A eliminar %s';
$strDelOld = 'Esta páxina ten referencias a tabelas que xa non existen. Quere eliminar esas referencias?';
$strDescending = 'Descendente';
$strDescription = 'Descrición';
$strDictionary = 'dicionario';
$strDirtyPages = 'Páxinas suxas';
$strDisabled = 'Desactivado';
$strDisableForeignChecks = 'Desabilitar as comprobacións de chaves exteriores';
$strDisplayFeat = 'Mostrar as características';
$strDisplayOrder = 'Mostrar en orde:';
$strDisplayPDF = 'Mostrar o esquema PDF';
$strDoAQuery = 'Faga unha "procura por exemplo" (o comodín é "%")';
$strDocu = 'Documentación';
$strDoYouReally = 'Seguro? ';
$strDropDatabaseStrongWarning = 'Está a piques de DESTRUIR unha base de datos inteira!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar as bases de datos que teñan os mesmos nomes que os usuarios.';
$strDumpingData = 'Extraindo datos da tabela';
$strDumpSaved = 'O vaciado gardouse no ficheiro %s.';
$strDumpXRows = 'Pór %s fileiras a partir da fileira %s.';
$strDynamic = 'dinámico';
 
$strEdit = 'Modificar';
$strEditPDFPages = 'Editar as páxinas PDF';
$strEditPrivileges = 'Modificar privilexios';
$strEffective = 'Efectivo';
$strEmpty = 'Borrar';
$strEmptyResultSet = 'MySQL retornou un conxunto vacío (ex. cero rexistros).';
$strEnabled = 'Activado';
$strEncloseInTransaction = 'Incluir a exportación nunha transacción';
$strEndCut = 'FIN DO RECORTE';
$strEnd = 'Fin';
$strEndRaw = 'FIN DO TEXTO SIMPLE ("RAW")';
$strEngineAvailable = '%s está disponíbel neste servidor de MySQL.';
$strEngineDisabled = '%s foi desactivado neste servidor de MySQL.';
$strEngines = 'Motores';
$strEngineUnsupported = 'Este servidor de MySQL non acepta o motor de armacenamento %s.';
$strEnglish = 'Inglés';
$strEnglishPrivileges = ' Nota: os nomes de privilexios do MySQL están en inglés';
$strError = 'Erro';
$strErrorInZipFile = 'Erro no ficheiro ZIP:';
$strEscapeWildcards = 'Os caracteres comodín _ e % deberíanse escapar con \ para podelos usar literalmente';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonio';
$strExcelEdition = 'Edición mediante MS-Excel';
$strExcelOptions = 'Opcións de Excel';
$strExecuteBookmarked = 'Efectuar a procura gardada';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Insercións extendidas';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativas falidas';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Eliminouse o campo %s';
$strFields = 'Campos';
$strFieldsEmpty = ' O reconto de campos di que non hai nengún! ';
$strFieldsEnclosedBy = 'Os campos delimítanse con';
$strFieldsEscapedBy = 'Os campos escápanse con';
$strFieldsTerminatedBy = 'Os campos rematan por';
$strFileAlreadyExists = 'O ficheiro %s xa existe no servidor - escolla outro nome ou seleccione a opción de eliminar.';
$strFileCouldNotBeRead = 'Non se puido ler o ficheiro';
$strFileNameTemplateDescriptionDatabase = 'nome da base de datos';
$strFileNameTemplateDescription = 'Este valor interprétase utilizando %1$sstrftime%2$s, de maneira que pode utilizar cadeas de formato de hora. Produciranse transformacións en consecuencia: %3$s. O resto do texto ficará como está.';
$strFileNameTemplateDescriptionServer = 'nome do servidor';
$strFileNameTemplateDescriptionTable = 'nome da tabela';
$strFileNameTemplate = 'Modelo para o nome de ficheiro';
$strFileNameTemplateRemember = 'lembrar o modelo';
$strFileToImport = 'Ficheiro a importar';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin recolle os privilexios dos usuarios directamente das tabelas de privilexios do MySQL. O contido destas tabelas pode diferir dos privilexios que usa o servidor se se levaron a cabo alteracións manuais. Neste caso, debería %svolver a carregar os privilexios%s antes de proseguir.';
$strFlushQueryCache = 'Limpar a caché da pesquisa';
$strFlushTable = 'Fechar a tabela ("FLUSH")';
$strFlushTables = 'Limpar (fechar) todas as tabelas';
$strFormat = 'Formato';
$strFormEmpty = 'Falta un valor no formulario!';
$strFreePages = 'Páxinas libres';
$strFullText = 'Textos completos';
$strFunction = 'Funcións';
 
$strGenBy = 'Xerado por';
$strGeneralRelationFeat = 'Características xerais das relacións';
$strGeneratePassword = 'Xerar un contrasinal';
$strGenerate = 'Xerar';
$strGenTime = 'Xerado en';
$strGeorgian = 'Xeorxiano';
$strGerman = 'Alemán';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilexios globais';
$strGlobalValue = 'Valor global';
$strGo = 'Executar';
$strGrantOption = 'Conceder';
$strGreek = 'Grego';
$strGzip = 'comprimido no formato "gzip"';
 
$strHandler = 'Manipulador';
$strHasBeenAltered = 'foi alterado.';
$strHasBeenCreated = 'foi creado.';
$strHaveToShow = 'Ten que escoller polo menos unha columna para mostrar';
$strHebrew = 'Hebreu';
$strHexForBinary = 'Usar hexadecimal para os campos binários';
$strHome = 'Comezo ("Home")';
$strHomepageOfficial = 'Páxina Oficial do phpMyAdmin';
$strHostEmpty = 'O nome do servidor está vacío!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcións de exportación do Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcións de exportación do Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandés';
$strId = 'ID';
$strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignorar as fileiras duplicadas';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar insercións ignoradas';
$strIgnoringFile = 'A ignorar o ficheiro %s';
$strImportDocSQL = 'Importar ficheiros de docSQL';
$strImportFiles = 'Importar ficheiros';
$strImportFormat = 'Formato do ficheiro importado';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'A importación rematou sen problemas. Executáronse %d procuras.';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'Eliminouse o índice %s';
$strIndexName = 'Nome do índice&nbsp;:';
$strIndex = 'Índice';
$strIndexType = 'Tipo de índice&nbsp;:';
$strIndexWarningMultiple = 'Creouse máis dunha chave %s para a columna `%s`';
$strIndexWarningPrimary = 'Non se lle deberían asignar ambas as dúas chaves PRIMARY e INDEX á columna `%s`';
$strIndexWarningTable = 'Problemas cos índices da tabela `%s`';
$strIndexWarningUnique = 'Non se lle deberían asignar ambas as dúas chaves UNIQUE e INDEX á columna `%s`';
$strInnoDBAutoextendIncrementDesc = ' Tamaño do incremento para extender o tamaño dun espazo de tabela cando se encha.';
$strInnoDBAutoextendIncrement = 'Incremento de Autoextend';
$strInnoDBBufferPoolSizeDesc = 'Tamaño da memoria intermedia que usa InnoDB para gardar provisoriamente os datos e índices das súas tabelas.';
$strInnoDBBufferPoolSize = 'Tamaño da reserva da memoria intermedia';
$strInnoDBDataFilePath = 'Ficheiros de datos';
$strInnoDBDataHomeDirDesc = 'Parte común do camiño do directorio que ten todos os ficheiros de datos de innoDB.';
$strInnoDBDataHomeDir = 'Directorio base dos datos';
$strInnoDBPages = 'páxinas';
$strInnodbStat = 'Estado de InnoDB';
$strInsecureMySQL = 'O seu ficheiro de configuración contén axustes (en concreto, o usuário root non ten contrasinal) que corresponden coa conta con todos os privilexios que MySQL fai por omisión. O seu servidor de MySQL está a rodar con esta configuración, está aberto a intrusións e habería que mirar de solucionar este problema de seguranza.';
$strInsertAsNewRow = 'Inserir unha nova columna';
$strInsertedRowId = 'Identificador da fileira inserida:';
$strInsertedRows = 'Fileiras inseridas:';
$strInsert = 'Inserir';
$strInsertNewRow = 'Inserir un novo rexistro';
$strInternalNotNecessary = '* Non se precisa dunha relación interna cando existe tamén en InnoDB.';
$strInternalRelations = 'Relacións internas';
$strInUse = 'en uso';
$strInvalidAuthMethod = 'Na configuración indicouse un método de autenticación non válido::';
$strInvalidColumnCount = 'O número de columnas ten que ser maior de cero';
$strInvalidColumn = 'Especificouse unha columna non válida (%s)!';
$strInvalidCSVFieldCount = 'Contaxe de campos non válida na entrada de CSV na liña %d.';
$strInvalidCSVFormat = 'Formato de entrada de CSV non válido na liña %d.';
$strInvalidCSVParameter = 'Parámetro non válido para a importación de CSV: %s';
$strInvalidFieldAddCount = 'Ten que engadir un campo polo menos';
$strInvalidFieldCount = 'A tabela ha de ter, polo menos, un campo.';
$strInvalidLDIImport = 'Esta extensión non é capaz de realizar importacións comprimidas!';
$strInvalidRowNumber = '%d non é un número de fileira válido.';
$strInvalidServerHostname = 'Nome de servidor non válido para o servidor %1$s. Revise a configuración.';
$strInvalidServerIndex = 'Índice do servidor non válido: "%s"';
 
$strJapanese = 'Xaponés';
$strJoins = 'Unións';
$strJumpToDB = 'Saltar à base de datos &quot;%s&quot;.';
$strJustDeleteDescr = 'Os usuarios &quot;eliminados&quot; poderán ainda acceder ao servidor como sempre atá que se recarreguen os privilexios.';
$strJustDelete = 'Elimine só os usuarios das tabelas de privilexios.';
 
$strKeepPass = 'Non mude o contrasinal';
$strKeyCache = 'caché da chave';
$strKeyname = 'Nome chave';
$strKill = 'Matar (kill)';
$strKorean = 'Coreano';
 
$strLandscape = 'Horizontal';
$strLanguageFileNotFound = 'Non se atopou o ficheiro da lingua "%1$s".';
$strLanguageUnknown = 'Linguaxe descoñecida: %1$s.';
$strLatchedPages = 'Páxinas fechadas';
$strLatexCaption = 'Título da tabela';
$strLatexContent = 'Contido da tabela __TABLE__';
$strLatexContinuedCaption = 'Título da tabela continuado';
$strLatexContinued = '(continuado)';
$strLatexIncludeCaption = 'Incluir o título da tabela';
$strLatexLabel = 'Chave da etiqueta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcións para LaTeX';
$strLatexStructure = 'Estrutura da tabela __TABLE__';
$strLatvian = 'Letonio';
$strLDI = 'CSV utilizando LOAD DATA';
$strLDIImportOptions = 'Opcións para a importación de CSV utilizando LOAD DATA';
$strLDILocal = 'Utilice a palabra chave LOCAL';
$strLengthSet = 'Tamaño/Definir*';
$strLimitNumRows = 'Número de rexistros por páxina:';
$strLinesTerminatedBy = 'As liñas rematan por';
$strLinkNotFound = 'Non se atopou o vínculo';
$strLinksTo = 'Vincúlase con';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localización do arquivo de texto';
$strLogin = 'Entrada (login)';
$strLoginInformation = 'Información sobre o acceso (login)';
$strLogout = 'Sair';
$strLogPassword = 'Contrasinal:';
$strLogServer = 'Servidor';
$strLogUsername = 'Nome de usuario:';
$strLongOperation = 'Esta operación pode que leve moito tempo. Procésase igual?';
 
$strMaxConnects = 'conexións simultáneas máximas';
$strMaximalQueryLength = 'Lonxitude máxima da procura creada';
$strMaximumSize = 'Tamaño máximo: %s%s';
$strMbExtensionMissing = 'Non se atopou a extensión mbstring PHP e parece que está a usar un conxunto de caracteres multibyte. Sen a extensión mbstring, o phpMyAdmin é incapaz de partir cadeas correctamente e pode provocar resultados inesperados.';
$strMbOverloadWarning = 'Ten activada mbstring.func_overload na configuración do PHP. Esta opción é incompatíbel co phpMyAdmin e podería ocasionar danos nos datos';
$strMIME_available_mime = 'Tipos MIME disponíbeis';
$strMIME_available_transform = 'Transformacións disponíbeis';
$strMIME_description = 'Descrición';
$strMIME_MIMEtype = 'Tipo MIME';
$strMIME_nodescription = 'Non existe descrición desta transformación.<br />Pergunte-lle ao autor que é o que fai %s.';
$strMIME_transformation_note = 'Para unha lista das opcións de transformación disponíbeis e as súas transformacións de tipos MIME, faga clic sobre %sdescricións de transformacións%s';
$strMIME_transformation_options_note = 'Introduza os valores das opcións de transformación usando este formato:\'a\',\'b\',\'c\'...<br />Se necesita introducir unha barra para trás ("\") ou aspas simples ("\'") entre estes valores, preceda-os de barra para trás (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_transformation_options = 'Opcións de transformación';
$strMIME_transformation = 'Transformación do navegador';
$strMIMETypesForTable = 'TIPOS MIME PARA A TABELA';
$strMIME_without = 'Os tipos MIME en cursiva non contan cunha función de transformación separada';
$strModifications = 'As modificacións foron gardadas';
$strModifyIndexTopic = 'Modificar un índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover a tabela a (base_de_datos<b>.</b>tabela):';
$strMoveTableOK = 'Moveuse a tabela %s para %s.';
$strMoveTableSameNames = 'Non se pode mover unha tabela sobre si mesma';
$strMultilingual = 'multilíngüe';
$strMyISAMDataPointerSizeDesc = 'O tamaño por omisión do punteiro de datos en bytes; usarase con CREATE TABLE para tabelas MyISAM cando non se especifique a opción MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamaño do punteiro de datos';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se o ficheiro temporario usado para a creación rápida dun índice de MyISAM for máis grande que se se usar o caché de chaves na cantidade que se especifique aquí, preferir o método da caché de chaves.';
$strMyISAMMaxExtraSortFileSize = 'Tamaño máixmo dos ficheiros temporarios no momento de crear índices';
$strMyISAMMaxSortFileSizeDesc = 'O tamaño máximo do ficheiro temporario que se lle permite utilizar a MySQL no momento de recrear un índice MyISAM (durante REPAIR TABLE, ALTER TABLE, ou LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamaño máximo dos ficheiros de ordenación temporarios';
$strMyISAMRecoverOptionsDesc = 'O modo de recuperación automática de tabelas MyISAM escaralladas, tal e como se configura na opción de inicio do servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modo de recuperación automática';
$strMyISAMRepairThreadsDesc = 'Se este valor é maior que 1, os índices das tabelas MyISAM créanse en paralelo (cada índice no seu propio fío) durante o proceso Reparar ordenando.';
$strMyISAMRepairThreads = 'Reparar os fíos';
$strMyISAMSortBufferSizeDesc = 'Cantidade de memoria intermedia que se reserva ao ordenar os índices MyISAM durante unha instrución REPAIR TABLE ou ao crear índices con CREATE INDEX ou ALTER TABLE.';
$strMyISAMSortBufferSize = 'Tamaño da memoria intermedia de ordenación';
$strMySQLCharset = 'Código de caracteres (Charset) MySQL';
$strMysqlClientVersion = 'Versión do cliente de MySQL';
$strMySQLConnectionCollation = 'Codificación de caracteres (Collation) da conexión de MySQL';
$strMySQLSaid = 'Mensaxes do MySQL: ';
$strMySQLShowProcess = 'Mostrar os procesos';
$strMySQLShowStatus = 'Mostrar información de tempo de execución do MySQL';
$strMySQLShowVars = 'Mostrar as variábeis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Seguinte';
$strNoActivity = 'Non se rexistrou actividade algunha desde hai %s segundos ou máis. Terá que entrar de novo';
$strNoDatabases = 'Non hai nengunha base de datos';
$strNoDatabasesSelected = 'Non hai nengunha base de datos seleccionada.';
$strNoDescription = 'sen descrición';
$strNoDetailsForEngine = 'Non se conta con información de estado detallada sobre este motor de armacenamento.';
$strNoDropDatabases = 'Os comandos "Eliminar a base de datos" non están permitidos.';
$strNoExplain = 'Saltar a explicacion de SQL';
$strNoFilesFoundInZip = 'Non se atoparon ficheiros dentro do arquivo ZIP!';
$strNoFrames = 'phpMyAdmin usa-se mellor cun navegador que <b>acepte molduras</b>.';
$strNoIndex = 'Non se definiu un índice';
$strNoIndexPartsDefined = 'Non se definiron partes do índice';
$strNoModification = 'Sen cambios';
$strNone = 'Nengun';
$strNo = 'Non';
$strNoOptions = 'Este formato non ten opcións';
$strNoPassword = 'Sen Contrasinal';
$strNoPermission = 'O servidor web non ten permiso para gardar o ficheiro %s.';
$strNoPhp = 'sen código PHP';
$strNoPrivileges = 'Sen Privilexios';
$strNoRights = 'Non ten direitos suficientes para estar aquí agora!';
$strNoRowsSelected = 'Non hai fileiras seleccionadas';
$strNoSpace = 'Non hai espacio para gardar o ficheiro %s.';
$strNoTablesFound = 'Non se achou nengunha tabela na base de datos';
$strNoThemeSupport = 'Non ten a funcionalidade dos temas. Comprobe a configuración e/ou os seus temas no directorio %s.';
$strNothingToImport = 'Non introduciu os datos que quería importar!';
$strNotNumber = 'Non é un número!';
$strNotOK = 'non conforme';
$strNotSet = 'Non se atopou a tabela <b>%s</b>ou non se indicou en %s';
$strNoUsersFound = 'Non se achou nengun(s) usuario(s).';
$strNoValidateSQL = 'Saltarse a validacion de';
$strNull = 'Nulo';
$strNumberOfFields = 'Número de campos';
$strNumSearchResultsInTable = '%s ocorrencias(s) dentro da tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> ocorrencia(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'Conforme';
$strOpenNewWindow = 'Abrir unha xanela nova co phpMyAdmin';
$strOperations = 'Operacións';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimizar a tabela';
$strOr = 'ou';
$strOverhead = 'De máis (Overhead)';
$strOverwriteExisting = 'Eliminar o(s) ficheiro(s) xa existente(s)';
 
$strPageNumber = 'Número de páxina:';
$strPagesToBeFlushed = 'Páxinas que se eliminarán';
$strPaperSize = 'Tama?o do papel';
$strPartialImport = 'Importación parcial';
$strPartialText = 'Textos parciais';
$strPasswordChanged = 'Modificou-se sen problemas o contrasinal de %s.';
$strPassword = 'Contrasinal';
$strPasswordEmpty = 'O contrasinal está vacío!';
$strPasswordHashing = 'Hash do contrasinal';
$strPasswordNotSame = 'Os contrasinais non son os mesmos!';
$strPdfDbSchema = 'Esquema da base de datos "%s" - Páxina %s';
$strPdfInvalidTblName = 'Non existe a tabela "%s".';
$strPdfNoTables = 'Sen tabelas';
$strPDFOptions = 'Opcións de PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Título do informe';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Persa';
$strPhoneBook = 'directorio telefónico';
$strPHP40203 = 'Está a usar PHP 4.2.3, que contén un erro importante relacionado coas cadeas multi-byte (mbstring). Consulte o informe de erros número 19404. Non se recomenda usar esta versión do PHP co phpMyAdmin.';
$strPhp = 'Crear código PHP';
$strPHPVersion = 'Versión do PHP';
$strPmaDocumentation = 'Documentación do phpMyAdmin';
$strPmaUriError = 'A directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DEBE estar asignada no seu ficheiro de configuración.';
$strPolish = 'Polonés';
$strPortrait = 'Vertical';
$strPos1 = 'Inicio';
$strPrevious = 'Anterior';
$strPrimaryKeyHasBeenDropped = 'Eliminouse a chave primaria';
$strPrimaryKeyName = 'O nome da chave primaria debe ser... PRIMARIA';
$strPrimaryKeyWarning = '("PRIMARIA" <b>debe</b> ser o nome de e <b>só de</b> unha chave primaria)';
$strPrimary = 'Primaria';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Vista previa da impresión (con textos completos)';
$strPrintView = 'Visualización previa da impresión';
$strPrivDescAllPrivileges = 'Inclue todos os privilexios a excepción de GRANT (Conceder).';
$strPrivDescAlter = 'Permite alterar a estrutura das tabelas xa existentes.';
$strPrivDescAlterRoutine = 'Permite alterar e eliminar rotinas armacenadas.';
$strPrivDescCreateDb = 'Permite crear novas bases de datos e tabelas.';
$strPrivDescCreateRoutine = 'Permite crear rotinas armacenadas.';
$strPrivDescCreateTbl = 'Permite crear tabelas novas.';
$strPrivDescCreateTmpTable = 'Permite crear tabelas temporais.';
$strPrivDescCreateUser = 'Permite crear, eliminar e mudar o nome das contas de usuario.';
$strPrivDescCreateView = 'Permite crear vistas novas.';
$strPrivDescDelete = 'Permite eliminar datos.';
$strPrivDescDropDb = 'Permite eliminar bases de datos e tabelas.';
$strPrivDescDropTbl = 'Permite eliminar tabelas.';
$strPrivDescExecute5 = 'Permite executar rotinas armacenadas.';
$strPrivDescExecute = 'Permite facer correr procedimentos armacenados. Non funciona nesta versión do MySQL.';
$strPrivDescFile = 'Permite importar e exportar datos desde e para ficheiros.';
$strPrivDescGrant = 'Permite acrescentar usuarios e privilexios sen recarregar as tabelas de privilexios.';
$strPrivDescIndex = 'Permite crear e eliminar índices.';
$strPrivDescInsert = 'Permite inserir e substituir datos.';
$strPrivDescLockTables = 'Permite bloquear tabelas do fío en uso';
$strPrivDescMaxConnections = 'Limita o número de conexións novas por hora que pode abrir un usuario.';
$strPrivDescMaxQuestions = 'Limita o número de procuras por hora que pode enviar un usuario.';
$strPrivDescMaxUpdates = 'Limita o número de comandos que modifiquen unha tabela ou database por hora que pode executar un usuario.';
$strPrivDescMaxUserConnections = 'Limita o número de conexións simultáneas que pode ter o utilizador.';
$strPrivDescProcess3 = 'Permite matar procesos pertencentes a outros usuarios.';
$strPrivDescProcess4 = 'Permite ver as procuras completas na listaxe de procesos.';
$strPrivDescReferences = 'Non funciona nesta versión do MySQL.';
$strPrivDescReload = 'Permite recarregar a configuración do servidor e limpar a súa caché.';
$strPrivDescReplClient = 'Permite-lle ao usuario perguntar onde están os escravos e os masters.';
$strPrivDescReplSlave = 'Necesario para os escravos de replicación.';
$strPrivDescSelect = 'Permite gravar datos.';
$strPrivDescShowDb = 'Permite acceder á listaxe de bases de datos completa';
$strPrivDescShowView = 'Permite realizar consultas SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permite apagar o servidor.';
$strPrivDescSuper = 'Permite conexións, mesmo chegado ao número máximo de conexións. Ven requerido para a maioría das operación administracións, como configurar as variábeis globais ou matar os fíos doutros usuarios.';
$strPrivDescUpdate = 'Permite modificar datos.';
$strPrivDescUsage = 'Sen privilexios.';
$strPrivileges = 'Privilexios';
$strPrivilegesReloaded = 'Non houbo problemas ao recarregar os privilexios.';
$strProcesslist = 'Listaxe dos procesos';
$strProtocolVersion = 'Versión do protocolo';
$strPutColNames = 'Pór os nomes dos campos na primeira fileira';
 
$strQBEDel = 'Eliminar';
$strQBEIns = 'Inserir';
$strQBE = 'Procurar cun exemplo';
$strQueryCache = 'caché de procuras';
$strQueryFrame = 'Xanela de procuras';
$strQueryOnDb = 'Procura tipo SQL na base de datos <b>%s</b>:';
$strQuerySQLHistory = 'Historial de SQL';
$strQueryStatistics = '<b>Estatística das procuras</b>: Desde que se iniciou, enviáronselle ao servidor %s procuras.';
$strQueryTime = 'A pesquisa levou %01.4f segundos';
$strQueryType = 'Tipo de procura';
$strQueryWindowLock = 'Non escreber sobre esta procura desde fora da xanela';
 
$strReadRequests = 'Peticións de lectura';
$strReceived = 'Recibido';
$strRecords = 'Rexistros';
$strReferentialIntegrity = 'Comprobar a integridade das referencias:';
$strRefresh = 'Refrescar';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'Desactivouse a funcionalidade adicional para o traballo con tabelas vinculadas. Para saber o por que, faga click%saqu&iacute;%s.';
$strRelationsForTable = 'RELACIÓNS PARA A TABELA';
$strRelations = 'Relacións';
$strRelationView = 'Vista das relacións';
$strReloadingThePrivileges = 'A recarregar os privilexios';
$strReloadMySQL = 'Reinicializar o MySQL';
$strRemoveSelectedUsers = 'Eliminar os usuarios seleccionados';
$strRenameDatabaseOK = 'Mudou-se-lle o nome á base de datos %s para %s';
$strRenameTableOK = 'A tabela \$table renomeouse para \$new_name';
$strRenameTable = 'Renomear a tabela para';
$strRepairTable = 'Reparar a tabela';
$strReplaceNULLBy = 'Substituir NULL por ';
$strReplaceTable = 'Substituir os datos da tabela polos do ficheiro';
$strReplication = 'Replicación';
$strReset = 'Reiniciar';
$strResourceLimits = 'Limites de recursos';
$strReType = 'Reescreber';
$strRevokeAndDeleteDescr = 'Os usuarios terán ainda o privilexio USAGE até que se recarreguen os privilexios.';
$strRevokeAndDelete = 'Retirar-lles todos os privilexios activos aos usuarios e eliminá-los a continuación.';
$strRevokeMessage = 'Retirou-lle os privilexios a %s';
$strRevoke = 'Revogar';
$strRomanian = 'Romeno';
$strRowLength = 'Lonxitude da fileira';
$strRows = 'Fileiras';
$strRowsFrom = 'fileiras, a comezar da';
$strRowSize = ' Tamaño da fileira ';
$strRowsModeFlippedHorizontal = 'horizontal (cabezallos rotados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en modo %s e repetir os cabezallos de cada %s celas';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estatísticas da Fileira';
$strRunning = 'a rodar no servidor %s';
$strRunQuery = 'Enviar esta procura';
$strRunSQLQuery = 'Efectuar unha procura SQL na base de datos %s';
$strRunSQLQueryOnServer = 'Executar procura/s SQL no servidor %s';
$strRussian = 'Ruso';
 
$strSave = 'Gardar';
$strSaveOnServer = 'Gardar no servidor no directorio %s';
$strScaleFactorSmall = 'O factor de reducción é demasiado pequeno para que o esquema caiba nunha única páxina';
$strSearchFormTitle = 'Procurar na base de datos';
$strSearchInTables = 'Dentro da(s) tabela(s):';
$strSearchNeedle = 'Palabras(s) ou valore(s) a procurar (o comodín é: "%"):';
$strSearchOption1 = 'polo menos unha das palabras';
$strSearchOption2 = 'todas as palabras';
$strSearchOption3 = 'a frase exacta';
$strSearchOption4 = 'como expresión regular';
$strSearch = 'Procurar';
$strSearchResultsFor = 'Procurar os resultados para "<i>%s</i>" %s:';
$strSearchType = 'Atopar:';
$strSecretRequired = 'O ficheiro de configuración agora necesita un contrasinal secreto (blowfish_secret).';
$strSelectADb = 'Seleccione unha base de dados';
$strSelectAll = 'Seleccionar todo';
$strSelectBinaryLog = 'Seleccione o ficheiro de rexistro binario que quer ver';
$strSelectFields = 'Seleccione os campos (mínimo 1)';
$strSelectNumRows = 'a procurar';
$strSelectTables = 'Seleccionar tabelas';
$strSend = 'Enviar <i>(gravar nun ficheiro)</i><br />';
$strSent = 'Enviado';
$strServerChoice = 'Escolla de Servidor';
$strServerNotResponding = 'O servidor non está a responder';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Insercións demoradas';
$strServerStatus = 'Información sobre o runtime';
$strServerStatusUptime = 'Este servidor de MySQL leva funcionando %s. Iniciouse às %s.';
$strServerTabProcesslist = 'Procesos';
$strServerTabVariables = 'Variábeis';
$strServerTrafficNotes = '<b>Tráfico do servidor</b>: Estas tabelas mostran as estatísticas do tráfico da rede neste servidor de MySQL desde que se iniciou.';
$strServerVars = 'Variábeis e configuración do servidor';
$strServerVersion = 'Versión do servidor';
$strSessionValue = 'Valor da sesión';
$strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", introduza os valores usando este formato: \'a\',\'b\',\'c\'...<br />Se precisar pór unha barra invertida (" \ ") ou aspas simples (" \' ") entre estes valores, preceda a barra e as aspas de barras invertidas (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShowAll = 'Ver todos os rexistros';
$strShowColor = 'Mostrar a cor';
$strShowDatadictAs = 'Formato do dicionario de datos';
$strShowFullQueries = 'Mostrar as procuras completas';
$strShowGrid = 'Mostrar a grella';
$strShowingBookmark = 'A mostrar o marcador';
$strShowingRecords = 'Mostrando rexistros ';
$strShow = 'Mostrar';
$strShowOpenTables = 'Mostrar as tabelas abertas';
$strShowPHPInfo = 'Mostrar información sobre o PHP';
$strShowSlaveHosts = 'Mostrar os servidores escravos';
$strShowSlaveStatus = 'Mostrar o estado dos escravos';
$strShowStatusBinlog_cache_disk_useDescr = 'Número de transaccións que utilizaron o caché do rexistro binario mais que excederon o valor de binlog_cache_size e utilizaron un ficheiro temporal para armacenar instrucións para a transacción.';
$strShowStatusBinlog_cache_useDescr = 'Número de transaccións que utilizaron o caché do rexistro binario.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Número de tabelas temporais no disco creadas automaticamente polo servidor ao executar as instrucións. Se Created_tmp_disk_tables é grande, pode querer incrementar o valor de tmp_table_size para que as tabelas temporais se baseen na memoria en vez de no disco.';
$strShowStatusCreated_tmp_filesDescr = 'Cantos ficheiros temporais creou mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Número de tabelas temporais na-memoria creadas automaticamente polo servidor ao executar instrucións.';
$strShowStatusDelayed_errorsDescr = 'Número de fileiras escritas con INSERT DELAYED que sofriron algún erro (probabelmente unha chave duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'Número de fíos de manipulación INSERT DELAYED en uso. Cada tabela diferente na que se utiliza INSERT DELAYED recebe o seu propio fío.';
$strShowStatusDelayed_writesDescr = 'Número de fileiras INSERT DELAYED escritas.';
$strShowStatusFlush_commandsDescr = 'Número de instrucións FLUSH executadas.';
$strShowStatusHandler_commitDescr = 'Número de instrucións COMMIT internas.';
$strShowStatusHandler_deleteDescr = 'Número de veces que se eliminou unha fileira dunha tabela.';
$strShowStatusHandler_discoverDescr = 'O servidor de MySQL pódelle perguntar ao motor de armacenamento NDB Cluster se sabe dunha tabela cun nome dado. Isto chámase descobrimento. Handler_discovery indica o número de veces que se descobriron tabelas.';
$strShowStatusHandler_read_firstDescr = 'Número de veces que se leu a primeira entrada dun índice. Se é alto, tamén suxire que o servidor está realizando un monte de de exames de índice completos; por exemplo, SELECT col FROM algo, supoñendo que col está indexada.';
$strShowStatusHandler_read_keyDescr = 'Número de peticións para ler unha fileira baseadas nunha chave. Se é alto, é unha boa indicación de que as procuras e tabelas están ben indexadas.';
$strShowStatusHandler_read_nextDescr = 'Número de peticións para ler a seguinte fileira na orde da chave. Isto increméntase se está procurando unha columna de índice cunha limitación de rango ou se está a examinar un índice.';
$strShowStatusHandler_read_prevDescr = 'Número de peticións para ler a fileira anterior na orde da chave. Este método de lectura utilízase sobre todo para optimizar ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Número de peticións para ler unha fileira baseadas nunha posición fixa. Isto é alto se está a realizar moitas procuras que requiren ordenar o resultado. Posibelmente terá un monte de procuras que esixen que MySQL examine tabelas completas ou ten unións que non usan as chaves apropiadamente.';
$strShowStatusHandler_read_rnd_nextDescr = 'Número de peticións para ler a seguinte fileira no ficheiro de datos. Isto é alto se está a realizar moitos exames de tabelas. Normalmente suxire que as tabelas non están indexadas apropiadamente ou que as súas procuras non están escritas para aproveitar os índices de que dispón.';
$strShowStatusHandler_rollbackDescr = 'Número de instrucións de ROLLBACK interno.';
$strShowStatusHandler_updateDescr = 'Número de peticións para actualizar unha fileira nunha tabela.';
$strShowStatusHandler_writeDescr = 'Número de peticións para inserir un ficheiro nunha tabela.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Número de páxinas que conteñen datos (suxos ou limpos).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Número de páxinas actualmente suxas.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Número de páxinas do buffer que se pediu que se limpasen.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Número de páxinas libres.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Número de páxinas con seguro no buffer InnoDB buffer. Estas páxinas están actualmente a ser lidas ou escritas ou non se poden limpar ou eliminar por algunha outra razón.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'O número de páxinas ocupadas porque se destinan a reserva administrativa, tais como bloqueos de fileiras ou o índice hash adaptativo. Este valor tamén se pode calcular así: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamaño total do búfer, en páxinas.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Número de pré-lecturas "aleatorias" iniciadas por InnoDB. Isto acontece cando unha procura vai examinar unha porción grande dunha tabela mais en orde aleatoria.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Número de pre-lecturas secuenciais iniciada por innoDB. Isto acontece cando InnoDB realiza un exame secuencial completo dunha tabela.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Número de peticións de lectura lóxicas feitas por InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Número de lecturas lóxicas que InnoDB non puido satisfacer do búfer e tivo que efectuar por medio de lecturas dunha única páxina.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente, escríbese no búfer de InnoDB como tarefa de fondo. Porén, de se precisar ler ou crear unha páxina e non haber páxinas limpas disponíbeis, hai que agardar a que se limpen. Este contador vai contando cantas veces hai que esperar. Se o tamaño do búfer é o apropiado, este valor debería ser pequeno.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Número de veces que se escribiu no búfer InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Número de operacións fsync() até o momento.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Número actual de operacións fsync() pendentes.';
$strShowStatusInnodb_data_pending_readsDescr = 'Número actual de lecturas pendentes.';
$strShowStatusInnodb_data_pending_writesDescr = 'Número actual de escritas pendentes.';
$strShowStatusInnodb_data_readDescr = 'Cantidade de datos lida até o momento, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'Número total de lecturas de datos.';
$strShowStatusInnodb_data_writesDescr = 'Número total de escritas de datos.';
$strShowStatusInnodb_data_writtenDescr = 'Cantidade de datos escrita até o momento, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Número de escritas duplas realizadas e número de páxinas escritas con este propósito.';
$strShowStatusInnodb_dblwr_writesDescr = 'Número de escritas duplas realizadas e número de páxinas escritas con este propósito.';
$strShowStatusInnodb_log_waitsDescr = 'Número de esperas debidas a que o búfer do rexistro é demasiado pequeno e houbo que agardar até que se limpase para continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'Número de peticións de escrita no rexistro.';
$strShowStatusInnodb_log_writesDescr = 'Número de escritas físicas no ficheiro de rexistro.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Número de escritas fsyncss feitas no ficheiro de rexistro.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Número de fsyncs do ficheiro de rexistro pendentes.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escritas no ficheiro de rexistro pendentes.';
$strShowStatusInnodb_os_log_writtenDescr = 'Número de bytes escritos no ficheiro de rexistro.';
$strShowStatusInnodb_pages_createdDescr = 'Número de páxinas creadas.';
$strShowStatusInnodb_page_sizeDescr = 'O tamaño de páxina InnoDB incluído (por omisión 16KB). Moitos valores cóntanse en páxinas: o tamaño da páxina permite que se convirtan doadamente en bytes.';
$strShowStatusInnodb_pages_readDescr = 'Número de páxinas lidas.';
$strShowStatusInnodb_pages_writtenDescr = 'Número de páxinas escritas.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Número de bloqueo de fileiras polos que se está a aguardar agora mesmo.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Tempo que, de media, leva adquirir un bloqueo sobre unha fileira, en milisegundos.';
$strShowStatusInnodb_row_lock_timeDescr = 'Tempo total empregado na adquisición de bloqueos sobre as fileiras, en milisegundos.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Tempo máximo en adquirir un bloqueo de fileira, en milisegundos.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Número de veces que houbo que agardar polo bloqueo dunha fileira.';
$strShowStatusInnodb_rows_deletedDescr = 'Número de fileiras eliminadas das tabelas InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Número de fileiras inseridas nas tabelas InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Número de fileiras lidas das tabelas InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Número de fileiras actualizadas en tabelas InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Número de bloques chave na caché de chaves que se mudaron mais que ainda non se limparon para o disco. Antes era Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Número de bloques sen utilizar na caché de chaves. Pode utilizar este valor para determinar canta caché de chave está en uso.';
$strShowStatusKey_blocks_usedDescr = 'Número de bloques utilizados na caché de chaves. Este valor é unha referencia superior que indica o número máximo de bloques que se teñen empregado.';
$strShowStatusKey_read_requestsDescr = 'Número de peticións para ler un bloque chave da caché.';
$strShowStatusKey_readsDescr = 'Número de lecturas físicas dun bloque chave desde o disco. Se key_reads é grande, entón o valor de key_fuffer_size é posibelmente demasiado baixo. A relación de perdas da caché pódese calcular así: Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Número de peticións para escribir un bloque chave na caché.';
$strShowStatusKey_writesDescr = 'Número de escritas físicas dun bloque chave no disco.';
$strShowStatusLast_query_costDescr = 'Custo total da última procura compilada tal e como se computa mediante o optimizador de procuras. Resulta útil para comparar o custo de planos de procura diferentes para a mesma pesquisa. O valor por omisión é 0, que significa que ainda non se compilou nengunha procura.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Número de procuras que están a agardar para seren escritas nas filas INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Número de tabelas abertas en total. Se a cantidade é grande, o valor da caché de tabelas posibelmente é demasiado pequeno.';
$strShowStatusOpen_filesDescr = 'Número de ficheiros abertos.';
$strShowStatusOpen_streamsDescr = 'Número de fluxos abertos (utilizado principalmente para o rexistro).';
$strShowStatusOpen_tablesDescr = 'Número de tabelas abertas.';
$strShowStatusQcache_free_blocksDescr = 'Número de bloques de memoria libres na caché de procuras.';
$strShowStatusQcache_free_memoryDescr = 'Cantidade de memoria libre para a caché de procuras.';
$strShowStatusQcache_hitsDescr = 'Número de impactos na caché.';
$strShowStatusQcache_insertsDescr = 'Número de procuras adicionadas á caché.';
$strShowStatusQcache_lowmem_prunesDescr = 'Número de procuras eliminadas da caché para liberar memoria para deixar a caché para procuras novas. Esta información pode axudar a afinar o tamaño da caché de procuras. A caché de procuras utiliza unha estratexia de utilizado menos recentemente (LRU) para decidir que procuras debe eliminar da caché.';
$strShowStatusQcache_not_cachedDescr = 'Número de procuras non enviadas á caché (que non se poden enviar, debido á configuración de query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Número de procuras rexistradas na caché.';
$strShowStatusQcache_total_blocksDescr = 'Número total de bloques na caché de procuras.';
$strShowStatusReset = 'Reiniciar';
$strShowStatusRpl_statusDescr = 'Estado da replicación en modo seguro (ainda non realizado).';
$strShowStatusSelect_full_joinDescr = 'Número de unións que non utilizan índices. Se este valor non é 0, debería comprobar con atención os índices das tabelas.';
$strShowStatusSelect_full_range_joinDescr = 'Número de unións que utilizaron un rango de procura nunha tabela de referencia.';
$strShowStatusSelect_range_checkDescr = 'Número de unións de chaves que comproban a utilización de chaves despois de cada fileira (se non é 0, debería comprobar con atención os índices das tabelas).';
$strShowStatusSelect_rangeDescr = 'Número de unións que utilizaron rangos na primeira tabela (Normalmente non é grave mesmo de ser grande)';
$strShowStatusSelect_scanDescr = 'Número de unións que realizaron un exame completo da primeira tabela.';
$strShowStatusSlave_open_temp_tablesDescr = 'Número de tabelas temporais actualmente abertas polo fío SQL escravo.';
$strShowStatusSlave_retried_transactionsDescr = 'Número total de veces (desde o inicio) que o fío de replicación SQL escravo reintentou as transaccións.';
$strShowStatusSlave_runningDescr = 'Isto está ON se este servidor é un escravo conectado a un máster.';
$strShowStatusSlow_launch_threadsDescr = 'Número de fíos aos que lles levou crearse máis de slow_launch_time segundos.';
$strShowStatusSlow_queriesDescr = 'Número de procuras ás que lles levou máis de long_query_time segundos.';
$strShowStatusSort_merge_passesDescr = 'Número de pasaxes de fusión que tivo que facer o algoritmo de ordenación. Se este valor é grande, debería considerar incrementar o valor da variábel de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Número de ordenacións feitas con rangos.';
$strShowStatusSort_rowsDescr = 'Número de fileiras ordenadas.';
$strShowStatusSort_scanDescr = 'Número de ordenacións realizadas examinando a tabela.';
$strShowStatusTable_locks_immediateDescr = 'Número de veces que se adquiriu inmediatamente un bloqueo de tabela.';
$strShowStatusTable_locks_waitedDescr = 'Número de veces que non se puido adquirir inmediatamente un bloqueo de tabela e houbo que agardar. De ser alto e ter observado problemas no desempeño, debería en primeiro lugar mellorar as procuras e despois, ora partir a tabela ou tabelas, ora utilizar replicación.';
$strShowStatusThreads_cachedDescr = 'Número de fíos na caché de fíos. A relación de impactos da caché pódese calcular como Threads_created/Connections. Se este valor é vermello debería aumentar a thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Número de conexións abertas neste momento.';
$strShowStatusThreads_createdDescr = 'Número de fíos creados para xerir as conexións. De ser Threads_created grande, pode querer aumentar o valor de thread_cache_size. (Normalmente isto non fornece unha mellora notábel no desempeño se ten unha boa implementación de fíos.)';
$strShowStatusThreads_runningDescr = 'Número de fíos que non están a durmir.';
$strShowTableDimension = 'Mostrar a dimensión das tabelas';
$strShowTables = 'Mostrar as tabelas';
$strShowThisQuery = ' Mostrar esta procura aquí outra vez ';
$strSimplifiedChinese = 'Chinés simplificado';
$strSingly = 'a refacer logo de insercións e destrucións (shingly)';
$strSize = 'Tamaño';
$strSkipQueries = 'Número de rexistros (procuras) a saltar desde o inicio';
$strSlovak = 'Eslovaco';
$strSlovenian = 'Esloveno';
$strSocketProblem = '(ou o soquete local do servidor de MySQL non se configurou correctamente)';
$strSortByKey = 'Ordenar pola chave';
$strSorting = 'Ordenación';
$strSort = 'Ordenar';
$strSpaceUsage = 'Uso do espazo';
$strSpanish = 'Español';
$strSplitWordsWithSpace = 'As palabras divídense cun carácter de espazo (" ").';
$strSQLExportCompatibility = 'Compatibilidade coa exportación SQL';
$strSQLExportType = 'Tipo de exportación';
$strSQLImportOptions = 'Opcións de SQL';
$strSQLOptions = 'Opcións SQL';
$strSQLParserBugMessage = 'Cabe a posibilidade de que atopase un erro no procesador de SQL. Examine a súa pesquisa con atención e comprobe que as aspas son correctas e que cada un ten o seu par. Outras causas posíbeis serían que tentase enviar un ficheiro con binario fora dunha área de texto entre aspas. Tamén pode tentar facer a súa pesquisa na liña de comandos do MySQL. A mensaxe de erro que lle envía o servidor de MySQL, e que aparece máis abaixo (de habela), tamén o pode axudar a diagnosticar o problema. Se persisten os erros ou se o procesador falla cando mesmo a liña de comandos vai ben,reduza o texto da pesquisa à parte concreta que produce o erro e envíe unha mensaxe de erro co texto da sección RECORTE que aparece a continuación:';
$strSQLParserUserError = 'Parece que houbo un problema na súa pesquisa en SQL. Se máis abaixo aparece unha mensaxe de erro do servidor de MySQL, isto pode axudar a diagnosticar o problema';
$strSQLQuery = 'comando SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'O identificador non é válido';
$strSQPBugUnclosedQuote = 'Falta pór a aspa final';
$strSQPBugUnknownPunctuation = 'Hai unha secuencia de puntuación que resulta descoñecida';
$strStatCheckTime = 'Comprobación máis recente';
$strStatCreateTime = 'Creación';
$strStatement = 'Informacións';
$strStatisticsOverrun = 'Nun servidor ocupado, os contadores de bytes poden sobrecarregarse, de maneria que esas estatísticas, tal e como as transmite o servidor de MySQL, poden resultar incorrectas.';
$strStatUpdateTime = 'Actualización máis recente';
$strStatus = 'Estado';
$strStorageEngine = 'Motor de armacenamento';
$strStorageEngines = 'Motores de armacenamento';
$strStrucCSV = 'Datos CSV';
$strStrucData = 'Estrutura e datos';
$strStrucDrop = 'Adicionar \'Eliminar a tabela anterior se xa existe\'';
$strStrucExcelCSV = 'CSV (para datos de MS Excel)';
$strStrucNativeExcel = 'Datos nativos de MS Excel';
$strStrucOnly = 'Só a estrutura';
$strStructPropose = 'Propor unha estrutura para a tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submeter';
$strSuccess = 'O seu comando de SQL executou-se com éxito';
$strSum = 'Suma';
$strSwedish = 'Sueco';
$strSwitchToDatabase = 'Pasar á base de datos copiada';
$strSwitchToTable = 'Ir à tabela copiada';
 
$strTableAlreadyExists = 'A tabela %s xa existe!!';
$strTableComments = 'Comentarios da tabela';
$strTableEmpty = 'O nome da tabela está vacío!';
$strTableHasBeenDropped = 'Eliminouse a tabela %s';
$strTableHasBeenEmptied = 'Vaciouse a tabela %s';
$strTableHasBeenFlushed = 'Fechouse a tabela %s';
$strTableMaintenance = 'Tabela de manutención';
$strTableOfContents = 'Índice';
$strTableOptions = 'Opcións de tabela';
$strTables = '%s tabela(s)';
$strTableStructure = 'Estrutura da tabela';
$strTable = 'Tabela';
$strTableType = 'Tipo da tabela';
$strTakeIt = 'colle-o';
$strTblPrivileges = 'Privilexios proprios de tabela';
$strTempData = 'Datos temporais';
$strTextAreaLength = ' Por causa da sua lonxitude,<br /> este campo pode non ser editábel ';
$strThai = 'Tailandés';
$strThemeDefaultNotFound = 'Non se atopou o tema por omisión %s!';
$strThemeNoPreviewAvailable = 'Non se dispón de ante-visión.';
$strThemeNotFound = 'Non se atopou o tema %s!';
$strThemeNoValidImgPath = 'Non hai unha rota válida de imaxe para o tema %s!';
$strThemePathNotFound = 'Non se atopou a rota do tema para o tema %s!';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Este servidor';
$strThisNotDirectory = 'Isto non era un directorio';
$strThreads = 'Fíos';
$strThreadSuccessfullyKilled = 'Finalizouse o fío %s.';
$strTimeoutInfo = 'A importación anterior excedeu do tempo permitido; unha vez reiniciada continuará desde a posición %d.';
$strTimeoutNothingParsed = 'Porén, na última executación non se examinou nada de datos, o que normalmente significa que o phpMyAdmin non poderá rematar esta importación a non ser que lle incrementen os limites de tempo de php.';
$strTimeoutPassed = 'Ultrapasouse o tempo de espera do guión. Se quer rematar a importación, volva a enviar o mesmo ficheiro e a importación continuará.';
$strTime = 'Tempo';
$strToggleScratchboard = 'conmutar o borrador';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chinés tradicional';
$strTraditionalSpanish = 'Español tradicional';
$strTraffic = 'Tráfico';
$strTransactionCoordinator = 'Coordinador da transacción';
$strTransformation_application_octetstream__download = 'Mostrar un vínculo para baixar os datos binarios dun campo. A primeira opción é o nome do ficheiro binario. A segunda é un nome posíbel para o campo dunha fileira de tabela que conteña o nome do ficheiro. Se pretende seleccionar a segunda opción, a primeira deberá conter só unha cadea vacia';
$strTransformation_application_octetstream__hex = 'Mostra unha representación hexadecimal dos datos.';
$strTransformation_image_jpeg__inline = 'Mostra unha imaxe reducida vinculábel. Opcións: anchura,altura en píxeles (mantén a proporción orixinal)';
$strTransformation_image_jpeg__link = 'Mostra un vínculo a esta imaxe (ou sexa, baixada directa de blob).';
$strTransformation_image_png__inline = 'Ver image/jpeg: na liña';
$strTransformation_text_plain__dateformat = 'Colle un campo TIME, TIMESTAMP ou DATETIME e formata-o usando o seu formato de data local. A primeira opción é offset (en horas), que se engadirá á marca horaria (timestamp, por omisión, 0). A segunda opción é un formato de data diferente dependendo dos parámetros disponíbeis para a función strftime() do PHP.';
$strTransformation_text_plain__external = 'SÓ EN LINUX: Inícia unha aplicación externa e envia-lle o campo de datos por meio do input padrón. Devolve a saída padrón da aplicación. Por omisión é Tidy, para que resulte código HTML claro. Por razóns de seguranza, ten que editar manualmente o ficheiro libraries/transformations/text_plain__external.inc.php e inserir as ferramentas que quer permitir que funcionen. A primeira opción, polo tanto, é o número do programa que quer usar e a segunda opción son os parámetros do programa. O terceiro parámetro, se é 1, usará htmlspecialchars() para convertir a saída (Por omisión é 1). Un cuarto parámetro, se é 1, porá un NOWRAP na cela de contidos para que toda a saída se mostre sen reformatar (Por omisión é 1)';
$strTransformation_text_plain__formatted = 'Mantén o formato orixinal do campo. Non hai Escape.';
$strTransformation_text_plain__imagelink = 'Mostra unha imaxe e un vínculo; o campo conte o nome do ficheiro. A primeira opción é un prefixo do tipo "http://domain.com/"; a segunda opción é o ancho en píxeles; a terceira é a altura.';
$strTransformation_text_plain__link = 'Mostra un vínculo; o campo contén o nome do ficheiro. A primeira opción é un prefixo do tipo "http://domain.com/"; a segunda opción é un título para o vínculo.';
$strTransformation_text_plain__sql = 'Formata texto como procura SQL e resalta a sintaxe.';
$strTransformation_text_plain__substr = 'Só mostra parte dunha cadea. A primeira opción é unha distancia para definir onde comeza a saída de texto (por omisión, 0). A segunda opción é unha distancia cando texto se devolve. Se é vacio, volve todo o texto que resta. A terceira opción define que caracteres se engadirán á saída cando se devolve unha subcadea (Por omisión: ...).';
$strTruncateQueries = 'Interrumpir as procuras mostradas';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Quitar-lles as marcas a todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'descoñecido';
$strUnselectAll = 'Non seleccionar nada';
$strUnsupportedCompressionDetected = 'Tentou carregar un ficheiro cunha compresión descoñecida (%s). Ora non se sabe como descomprimir, ora está desactivada na configuración.';
$strUpdatePrivMessage = 'Acaba de actualizar os privilexios de %s.';
$strUpdateProfileMessage = 'Actualizouse o perfil.';
$strUpdateQuery = 'Actualizar a procura';
$strUpdComTab = 'Consulte a Documentación para saber como actualizar a tabela Column_comments';
$strUpgrade = 'Deberia actualizar a %s %s ou posterior.';
$strUploadLimit = 'Posibelmente tentou enviar un ficheiro demasiado grande. Consulte a %sdocumentación%s para averiguar como evitar este limite.';
$strUsage = 'Uso';
$strUseBackquotes = 'Protexer os nomes das tabelas e dos campos con&nbsp;" ` "';
$strUsedPhpExtensions = 'Extensións de PHP utilizadas';
$strUseHostTable = 'Usar a tabela de Host';
$strUserAlreadyExists = 'O usuario %s xa existe';
$strUserEmpty = 'O nome do usuario está vacío!';
$strUserName = 'Nome do usuario';
$strUserNotFound = 'Non se atopou o usuario seleccionado na tabela de privilexios.';
$strUserOverview = 'Vista xeral dos usuarios';
$strUsersDeleted = 'Os usuarios seleccionados elimináron-se sen problemas.';
$strUsersHavingAccessToDb = 'Utilizadores que teñen acceso a &quot;%s&quot;';
$strUser = 'Usuario';
$strUseTabKey = 'Use a tecla do tabulador para moverse de valor en valor ou a tecla CONTROL combinada cunha flecha para moverse a calquer sitio';
$strUseTables = 'Usar as tabelas';
$strUseTextField = 'Use campo de texto';
$strUseThisValue = 'Usar este valor';
 
$strValidateSQL = 'Validar SQL';
$strValidatorError = 'Non foi posíbel iniciar o comprobador de SQL. Comprobe que ten instaladas todas as extensións de php tal e como se descrebe na %sdocumentación%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Información sobre a versión';
$strViewDumpDatabases = 'Ver o volcado das bases de datos';
$strViewDumpDB = 'Ver o esquema do volcado da base de datos';
$strViewDump = 'Ver o esquema do volcado da tabela';
$strViewHasBeenDropped = 'Deixouse a vista %s';
$strViewMaxExactCount = 'Esta vista ten máis de %s fileiras. Consulte a %sdocumentación%.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'directorio de subida (upload) do servidor web';
$strWebServerUploadDirectoryError = 'Non se pode acceder ao directorio que designou para as subidas (upload)';
$strWelcome = 'Benvida/o a %s';
$strWestEuropean = 'Europeu ocidental';
$strWildcard = 'comodín';
$strWindowNotFound = 'Non se puido modificar a xanela de destino do navegador. Talvez porque fechou a xanela da que depende ou porque o seu navegador está a bloquear as actualizacións entre xanelas xa que asi o pediu na configuración de seguranza do navegador.';
$strWithChecked = 'Todos os marcados';
$strWriteRequests = 'Peticións de escrita';
$strWritingCommentNotPossible = 'Non é posíbel escreber o comentario';
$strWritingRelationNotPossible = 'Non é posíbel escreber a relación';
$strWrongUser = 'Usuario ou contrasinal errado. Acceso negado.';
 
$strXML = 'XML';
 
$strYes = 'Si';
 
$strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) elimina-se o limite.';
$strZip = 'comprimido no formato "zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/galician-utf-8.inc.php
0,0 → 1,982
<?php
/* $Id: galician-utf-8.inc.php,v 2.129.2.5 2006/04/11 14:11:46 nijel Exp $ */
 
/**
* Translated by Xosé Calvo <xosecalvo at terra.es>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d de %B de %Y ás %H:%M';
 
$timespanfmt = '%s días, %s horas, %s minutos e %s segundos';
 
$strAbortedClients = 'Cancelado';
$strAbsolutePathToDocSqlDir = 'Introduza a rota absoluta completa ao directorio docSQL no servidor';
$strAccessDenied = 'Acceso Negado';
$strAccessDeniedCreateConfig = 'Isto débese, posibelmente, a que non creou un ficheiro de configuración. Talvez queira utilizar %1$ssetup script%2$s para crear un.';
$strAccessDeniedExplanation = 'O phpMyAdmin tentouse conectar ao servidor de MySQL, mais o servidor rexeitou a conexión. Deberá comprobar o nome do servidor, o nome de usuario e o contrasinal no ficheiro config.inc.php e asegurarse de que corresponden coa información proporcionada polo administrador do servidor do MySQL.';
$strAction = 'Acción';
$strAddAutoIncrement = 'Engadir o valor incremental (AUTO_INCREMENT)';
$strAddConstraints = 'Adicionar limitacións';
$strAddDeleteColumn = 'Adicionar/Eliminar columnas de campo';
$strAddDeleteRow = 'Adicionar/Eliminar filas de criterios';
$strAddDropDatabase = 'Engadir "Eliminar a base de datos" (DROP DATABASE)';
$strAddedColumnComment = 'Púxoselle un comentario á columna';
$strAddedColumnRelation = 'Adicionóuselle unha relación á columna';
$strAddFields = 'Adicionar %s campo(s)';
$strAddHeaderComment = 'Adicionar un comentario proprio no cabezallo (\n liñas diferentes)';
$strAddIfNotExists = 'Adicionar SE NON EXISTIR';
$strAddIntoComments = 'Engadir aos comentarios';
$strAddNewField = 'Adicionar un novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilexios para a esta base de datos';
$strAddPrivilegesOnTbl = 'Adicionar privilexios para a esta tabela';
$strAddSearchConditions = 'Condición da pesquisa (ou sexa, o complemento da cláusula "WHERE"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Adicionar un novo usuario';
$strAddUserMessage = 'Usuario adicionado.';
$strAdministration = 'Administración';
$strAffectedRows = 'Fileiras que se verán afectadas:';
$strAfter = 'Despois de %s';
$strAfterInsertBack = 'Voltar';
$strAfterInsertNewInsert = 'Inserir un novo rexistro';
$strAfterInsertNext = 'Modificar a fileira seguinte';
$strAfterInsertSame = 'Voltar para esta páxina';
$strAllowInterrupt = 'Permitir que se interrumpa a importación no caso de que o guión detecte que está perto do limite. Este podería ser un bon método para importar ficheiros longos, ainda que pode rachar transaccións.';
$strAllTableSameWidth = 'mostrar todas as tabelas co mesmo ancho?';
$strAll = 'Todos';
$strAlterOrderBy = 'Ordenar a tabela por';
$strAnalyzeTable = 'Analizar a tabela';
$strAnd = 'E';
$strAndThen = 'e despois';
$strAnIndex = 'Adicionouse un índice a %s';
$strAny = 'Calquer';
$strAnyHost = 'Calquer servidor';
$strAnyUser = 'Calquer usuario';
$strApproximateCount = 'Pode ser aproximado. Consulte a FAQ 3.11';
$strAPrimaryKey = 'Adicionouse unha chave primaria a %s';
$strArabic = 'Árabe';
$strArmenian = 'Armenio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No comezo da tabela';
$strAtEndOfTable = 'Ao final da tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Distribución automática';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBeginCut = 'COMEZA O RECORTE';
$strBeginRaw = 'COMEZA O TEXTO SIMPLE ("RAW")';
$strBinary = ' Binario ';
$strBinaryDoNotEdit = ' Binario - non editar ';
$strBinaryLog = 'Ficheiro de rexistro binario';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Información';
$strBinLogName = 'Nome do ficheiro de rexistro';
$strBinLogOriginalPosition = 'Posición orixinal';
$strBinLogPosition = 'Posición';
$strBinLogServerId = 'ID do servidor';
$strBookmarkAllUsers = 'Permitir que calquer usuario poida acceder a este marcador';
$strBookmarkCreated = 'Creouse o marcador %s';
$strBookmarkDeleted = 'Eliminouse o marcador.';
$strBookmarkLabel = 'Nome';
$strBookmarkQuery = 'A procura de SQL foi gardada';
$strBookmarkReplace = 'Substituir un marcador xa existente que ten o mesmo nome';
$strBookmarkThis = 'Gardar esta procura de SQL';
$strBookmarkView = 'Só visualizar';
$strBrowseDistinctValues = 'Examinar valores claramente distintos';
$strBrowseForeignValues = 'Visualizar valores alleos';
$strBrowse = 'Visualizar';
$strBufferPoolActivity = 'Actividade da reserva da memoria intermedia';
$strBufferPool = 'Reserva da memoria intermedia';
$strBufferPoolUsage = 'Uso da reserva da memoria intermedia';
$strBufferReadMisses = 'Fallos de lectura';
$strBufferReadMissesInPercent = 'Fallos de lectura en %';
$strBufferWriteWaits = 'Esperas para escreber';
$strBufferWriteWaitsInPercent = 'Esperas para escreber en %';
$strBulgarian = 'Búlgaro';
$strBusyPages = 'Páxinas ocupadas';
$strBzError = 'phpMyAdmin foi incapaz de comprimir os resultados debido a que esta versión do php ten unha extensión de Bz2 con erros. Recoméndase que configure a directiva <code>$cfg[\'BZipDump\']</code> do seu ficheiro de configuración do phpMyAdmin para que sexa <code>FALSE</code>. Se quer usar a funcionalidade de compresión Bz2, actualice a unha versión posterior do php. Consulte o informe de erros %s para máis detalles.';
$strBzip = 'comprimido no formato "bzip"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'Non se puideron importar as extensións - Comprobe a súa instalación!';
$strCannotLogin = 'Non podo conectar co servidor de MySQL';
$strCantLoad = 'Non se pode carregar a extensión %s.<br />Comprobe a configuración do PHP.';
$strCantLoadRecodeIconv = 'Non se puido carregar iconv ou precísase da extensión recode para a conversión do charset. Configure o php para que se poidan usar estas extensións ou indique que non se use a conversión de charset en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Non se pode facer que este índice sexa PRIMARIO!';
$strCantUseRecodeIconv = 'Non se puido usar nen iconv nen libiconv nen a función recode_stringf mentres haxa extensións por carregar. Comprobe a súa configuración do php.';
$strCardinality = 'Cardinalidade';
$strCaseInsensitive = 'sen distinguir maiúsculas de minúsculas';
$strCaseSensitive = 'distinguindo maiúsculas de minúsculas';
$strCentralEuropean = 'Centroeuropeu';
$strChangeCopyModeCopy = '... manter o anterior.';
$strChangeCopyMode = 'Crear un utilizador novo cos mesmos privilexios e...';
$strChangeCopyModeDeleteAndReload = ' ... eliminar o anterior das tabelas de utilizadores e recarregar os privilexios despóis.';
$strChangeCopyModeJustDelete = ' ... eliminar o anterior das tabelas de utilizadores.';
$strChangeCopyModeRevoke = ' ... retirar-lle todos os privilexios activos ao anterior e eliminalo despóis.';
$strChangeCopyUser = 'Modificar a información de acceso (login) / Copiar utilizador';
$strChangeDisplay = 'Escolla o campo que se há de mostrar';
$strChange = 'Mudar';
$strChangePassword = 'Trocar o contrasinal';
$strCharset = 'Conxunto de caracteres';
$strCharsetOfFile = 'Conxunto de caracteres do ficheiro:';
$strCharsetsAndCollations = 'Conxuntos de caracteres e Ordes alfabéticas';
$strCharsets = 'Conxuntos de caracteres';
$strCheckAll = 'Marcá-los todos';
$strCheckOverhead = 'Exceso na comprobación';
$strCheckPrivs = 'Comprobar os privilexios';
$strCheckPrivsLong = 'Comprobar os privilexios da base de datos &quot;%s&quot;.';
$strCheckTable = 'Verificar a tabela';
$strChoosePage = 'Escolla unha páxina para modificar';
$strColComFeat = 'Mostrando os comentarios das columnas';
$strCollation = 'Orde alfabética';
$strColumnNames = 'Nomes das Columnas';
$strColumnPrivileges = 'Privilexios proprios de columna';
$strCommand = 'Comando';
$strComments = 'Comentarios';
$strCommentsForTable = 'COMENTARIOS PARA A TABELA';
$strCompatibleHashing = 'Compatíbel co MySQL&nbsp;4.0';
$strCompleteInserts = 'Insercións completas';
$strCompression = 'Compresión';
$strCompressionWillBeDetected = 'A compresión do ficheiro importado detectarase automaticamente de: %s';
$strConfigDefaultFileError = 'Non se puido carregar a configuración desde: "%1$s"';
$strConfigFileError = 'phpMyAdmin non puido ler o seu ficheiro de configuración<br/>Isto podería deberse a que php atopou un erro nel ou a que php non puido atopar o ficheiro.<br/>Invoque o ficheiro de configuración directamente mediante o vínculo que hai máis abaixo e lea a mensaxe de erro de php que receba. Na maioría dos casos simplesmente faltan unha aspa ou un ponto e vírcula <br/>Se recebe unha páxina en branco é que todo está ben.';
$strConfigureTableCoord = 'Configure as coordenadas da tabela %s';
$strConnectionError = 'Non se pode conectar: os axustes non son válidos.';
$strConnections = 'Conexións';
$strConstraintsForDumped = 'Limitacións para os volcados das tabelas';
$strConstraintsForTable = 'Limitacións para a tabela';
$strCookiesRequired = 'A partir de aqui debe permitir cookies.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'A base de dastos %s copiouse para %s';
$strCopyTable = 'Copiar a tabela a (base_de_datos<b>.</b>tabela):';
$strCopyTableOK = 'A tabela \$table copiouse para \$new_name.';
$strCopyTableSameNames = 'Non se pode copiar unha tabela sobre si mesma';
$strCouldNotKill = 'phpMyAdmin foi incapaz de finalizar o fío %s. Probablemente xa está fechado.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREAR BASE DE DATOS antes de copiar';
$strCreateIndex = 'Crear un índice en&nbsp;%s&nbsp;colunas';
$strCreateIndexTopic = 'Crear un novo índice';
$strCreateNewDatabase = 'Crear unha nova base de datos';
$strCreateNewTable = 'Crear unha tabela nova na base de datos %s';
$strCreatePage = 'Crear unha páxina nova';
$strCreatePdfFeat = 'Creación de PDFs';
$strCreationDates = 'Datas de creación/actualización/comprobación';
$strCriteria = 'Criterio';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcións de CSV';
$strCSVOptions = 'Opcións CSV';
$strCyrillic = 'Cirílico';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-eslovaco';
 
$strDanish = 'Dinamarqués';
$strDatabase = 'Banco de Datos';
$strDatabaseEmpty = 'O nome da base de datos non existe!';
$strDatabaseExportOptions = 'Opcións de exportación da base de datos';
$strDatabaseHasBeenDropped = 'A base de datos %s foi eliminada.';
$strDatabaseNoTable = 'Esta base de datos non contén nengunha tabela';
$strDatabases = 'Bancos de Datos';
$strDatabasesDropped = 'Elimináronse %s bases de datos sen problemas.';
$strDatabasesStatsDisable = 'Deshabilitar as estatísticas';
$strDatabasesStatsEnable = 'Habilitar as estatísticas';
$strDatabasesStats = 'Estatísticas das bases de datos';
$strDatabasesStatsHeavyTraffic = 'Nota: De habilitar as estatísticas da base de datos, ocasionará que se produza un tráfico denso entre o servidor web e o de MySQL.';
$strData = 'Datos';
$strDataDict = 'Dicionario de datos';
$strDataOnly = 'Só os datos';
$strDataPages = 'Páxinas con datos';
$strDBComment = 'Comentario da base de datos: ';
$strDBCopy = 'Copiar a base de datos para';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID do contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Liña';
$strDBGMaxTimeMs = 'Tempo máximo, ms';
$strDBGMinTimeMs = 'Tempo mínimo, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privilexios proprios de base de datos';
$strDBRename = 'Mudar o nome da base de datos para';
$strDbSpecific = 'específico da base de datos';
$strDefaultEngine = '%s é o motor de armacenamento predefinido neste servidor de MySQL.';
$strDefault = 'Padrón';
$strDefaultValueHelp = 'Para os valores por omisión, introduza un único valor, sen escapalo con barras ou aspas e usando este formato: a';
$strDefragment = 'Tabela de defragmentación';
$strDelayedInserts = 'Usar insercións demoradas';
$strDeleteAndFlushDescr = 'Este é o modo máis limpo, mais pode que recarregar os privilexios leve un pouco de tempo.';
$strDeleteAndFlush = 'Eliminar os usuarios e recarregar os privilexios a continuación.';
$strDeleted = 'Rexistro eliminado';
$strDeletedRows = 'Fileiras borradas:';
$strDelete = 'Eliminar';
$strDeleteNoUsersSelected = 'Non se seleccionaron utilizadores para eliminar!';
$strDeleting = 'A eliminar %s';
$strDelOld = 'Esta páxina ten referencias a tabelas que xa non existen. Quere eliminar esas referencias?';
$strDescending = 'Descendente';
$strDescription = 'Descrición';
$strDictionary = 'dicionario';
$strDirtyPages = 'Páxinas suxas';
$strDisabled = 'Desactivado';
$strDisableForeignChecks = 'Desabilitar as comprobacións de chaves exteriores';
$strDisplayFeat = 'Mostrar as características';
$strDisplayOrder = 'Mostrar en orde:';
$strDisplayPDF = 'Mostrar o esquema PDF';
$strDoAQuery = 'Faga unha "procura por exemplo" (o comodín é "%")';
$strDocu = 'Documentación';
$strDoYouReally = 'Seguro? ';
$strDropDatabaseStrongWarning = 'Está a piques de DESTRUIR unha base de datos inteira!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar as bases de datos que teñan os mesmos nomes que os usuarios.';
$strDumpingData = 'Extraindo datos da tabela';
$strDumpSaved = 'O vaciado gardouse no ficheiro %s.';
$strDumpXRows = 'Pór %s fileiras a partir da fileira %s.';
$strDynamic = 'dinámico';
 
$strEdit = 'Modificar';
$strEditPDFPages = 'Editar as páxinas PDF';
$strEditPrivileges = 'Modificar privilexios';
$strEffective = 'Efectivo';
$strEmpty = 'Borrar';
$strEmptyResultSet = 'MySQL retornou un conxunto vacío (ex. cero rexistros).';
$strEnabled = 'Activado';
$strEncloseInTransaction = 'Incluir a exportación nunha transacción';
$strEndCut = 'FIN DO RECORTE';
$strEnd = 'Fin';
$strEndRaw = 'FIN DO TEXTO SIMPLE ("RAW")';
$strEngineAvailable = '%s está disponíbel neste servidor de MySQL.';
$strEngineDisabled = '%s foi desactivado neste servidor de MySQL.';
$strEngines = 'Motores';
$strEngineUnsupported = 'Este servidor de MySQL non acepta o motor de armacenamento %s.';
$strEnglish = 'Inglés';
$strEnglishPrivileges = ' Nota: os nomes de privilexios do MySQL están en inglés';
$strError = 'Erro';
$strErrorInZipFile = 'Erro no ficheiro ZIP:';
$strEscapeWildcards = 'Os caracteres comodín _ e % deberíanse escapar con \ para podelos usar literalmente';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonio';
$strExcelEdition = 'Edición mediante MS-Excel';
$strExcelOptions = 'Opcións de Excel';
$strExecuteBookmarked = 'Efectuar a procura gardada';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Insercións extendidas';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativas falidas';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Eliminouse o campo %s';
$strFields = 'Campos';
$strFieldsEmpty = ' O reconto de campos di que non hai nengún! ';
$strFieldsEnclosedBy = 'Os campos delimítanse con';
$strFieldsEscapedBy = 'Os campos escápanse con';
$strFieldsTerminatedBy = 'Os campos rematan por';
$strFileAlreadyExists = 'O ficheiro %s xa existe no servidor - escolla outro nome ou seleccione a opción de eliminar.';
$strFileCouldNotBeRead = 'Non se puido ler o ficheiro';
$strFileNameTemplateDescriptionDatabase = 'nome da base de datos';
$strFileNameTemplateDescription = 'Este valor interprétase utilizando %1$sstrftime%2$s, de maneira que pode utilizar cadeas de formato de hora. Produciranse transformacións en consecuencia: %3$s. O resto do texto ficará como está.';
$strFileNameTemplateDescriptionServer = 'nome do servidor';
$strFileNameTemplateDescriptionTable = 'nome da tabela';
$strFileNameTemplate = 'Modelo para o nome de ficheiro';
$strFileNameTemplateRemember = 'lembrar o modelo';
$strFileToImport = 'Ficheiro a importar';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin recolle os privilexios dos usuarios directamente das tabelas de privilexios do MySQL. O contido destas tabelas pode diferir dos privilexios que usa o servidor se se levaron a cabo alteracións manuais. Neste caso, debería %svolver a carregar os privilexios%s antes de proseguir.';
$strFlushQueryCache = 'Limpar a caché da pesquisa';
$strFlushTable = 'Fechar a tabela ("FLUSH")';
$strFlushTables = 'Limpar (fechar) todas as tabelas';
$strFormat = 'Formato';
$strFormEmpty = 'Falta un valor no formulario!';
$strFreePages = 'Páxinas libres';
$strFullText = 'Textos completos';
$strFunction = 'Funcións';
 
$strGenBy = 'Xerado por';
$strGeneralRelationFeat = 'Características xerais das relacións';
$strGeneratePassword = 'Xerar un contrasinal';
$strGenerate = 'Xerar';
$strGenTime = 'Xerado en';
$strGeorgian = 'Xeorxiano';
$strGerman = 'Alemán';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilexios globais';
$strGlobalValue = 'Valor global';
$strGo = 'Executar';
$strGrantOption = 'Conceder';
$strGreek = 'Grego';
$strGzip = 'comprimido no formato "gzip"';
 
$strHandler = 'Manipulador';
$strHasBeenAltered = 'foi alterado.';
$strHasBeenCreated = 'foi creado.';
$strHaveToShow = 'Ten que escoller polo menos unha columna para mostrar';
$strHebrew = 'Hebreu';
$strHexForBinary = 'Usar hexadecimal para os campos binários';
$strHome = 'Comezo ("Home")';
$strHomepageOfficial = 'Páxina Oficial do phpMyAdmin';
$strHostEmpty = 'O nome do servidor está vacío!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcións de exportación do Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcións de exportación do Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandés';
$strId = 'ID';
$strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignorar as fileiras duplicadas';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar insercións ignoradas';
$strIgnoringFile = 'A ignorar o ficheiro %s';
$strImportDocSQL = 'Importar ficheiros de docSQL';
$strImportFiles = 'Importar ficheiros';
$strImportFormat = 'Formato do ficheiro importado';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'A importación rematou sen problemas. Executáronse %d procuras.';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'Eliminouse o índice %s';
$strIndexName = 'Nome do índice&nbsp;:';
$strIndex = 'Índice';
$strIndexType = 'Tipo de índice&nbsp;:';
$strIndexWarningMultiple = 'Creouse máis dunha chave %s para a columna `%s`';
$strIndexWarningPrimary = 'Non se lle deberían asignar ambas as dúas chaves PRIMARY e INDEX á columna `%s`';
$strIndexWarningTable = 'Problemas cos índices da tabela `%s`';
$strIndexWarningUnique = 'Non se lle deberían asignar ambas as dúas chaves UNIQUE e INDEX á columna `%s`';
$strInnoDBAutoextendIncrementDesc = ' Tamaño do incremento para extender o tamaño dun espazo de tabela cando se encha.';
$strInnoDBAutoextendIncrement = 'Incremento de Autoextend';
$strInnoDBBufferPoolSizeDesc = 'Tamaño da memoria intermedia que usa InnoDB para gardar provisoriamente os datos e índices das súas tabelas.';
$strInnoDBBufferPoolSize = 'Tamaño da reserva da memoria intermedia';
$strInnoDBDataFilePath = 'Ficheiros de datos';
$strInnoDBDataHomeDirDesc = 'Parte común do camiño do directorio que ten todos os ficheiros de datos de innoDB.';
$strInnoDBDataHomeDir = 'Directorio base dos datos';
$strInnoDBPages = 'páxinas';
$strInnodbStat = 'Estado de InnoDB';
$strInsecureMySQL = 'O seu ficheiro de configuración contén axustes (en concreto, o usuário root non ten contrasinal) que corresponden coa conta con todos os privilexios que MySQL fai por omisión. O seu servidor de MySQL está a rodar con esta configuración, está aberto a intrusións e habería que mirar de solucionar este problema de seguranza.';
$strInsertAsNewRow = 'Inserir unha nova columna';
$strInsertedRowId = 'Identificador da fileira inserida:';
$strInsertedRows = 'Fileiras inseridas:';
$strInsert = 'Inserir';
$strInsertNewRow = 'Inserir un novo rexistro';
$strInternalNotNecessary = '* Non se precisa dunha relación interna cando existe tamén en InnoDB.';
$strInternalRelations = 'Relacións internas';
$strInUse = 'en uso';
$strInvalidAuthMethod = 'Na configuración indicouse un método de autenticación non válido::';
$strInvalidColumnCount = 'O número de columnas ten que ser maior de cero';
$strInvalidColumn = 'Especificouse unha columna non válida (%s)!';
$strInvalidCSVFieldCount = 'Contaxe de campos non válida na entrada de CSV na liña %d.';
$strInvalidCSVFormat = 'Formato de entrada de CSV non válido na liña %d.';
$strInvalidCSVParameter = 'Parámetro non válido para a importación de CSV: %s';
$strInvalidFieldAddCount = 'Ten que engadir un campo polo menos';
$strInvalidFieldCount = 'A tabela ha de ter, polo menos, un campo.';
$strInvalidLDIImport = 'Esta extensión non é capaz de realizar importacións comprimidas!';
$strInvalidRowNumber = '%d non é un número de fileira válido.';
$strInvalidServerHostname = 'Nome de servidor non válido para o servidor %1$s. Revise a configuración.';
$strInvalidServerIndex = 'Índice do servidor non válido: "%s"';
 
$strJapanese = 'Xaponés';
$strJoins = 'Unións';
$strJumpToDB = 'Saltar à base de datos &quot;%s&quot;.';
$strJustDeleteDescr = 'Os usuarios &quot;eliminados&quot; poderán ainda acceder ao servidor como sempre atá que se recarreguen os privilexios.';
$strJustDelete = 'Elimine só os usuarios das tabelas de privilexios.';
 
$strKeepPass = 'Non mude o contrasinal';
$strKeyCache = 'caché da chave';
$strKeyname = 'Nome chave';
$strKill = 'Matar (kill)';
$strKorean = 'Coreano';
 
$strLandscape = 'Horizontal';
$strLanguageFileNotFound = 'Non se atopou o ficheiro da lingua "%1$s".';
$strLanguageUnknown = 'Linguaxe descoñecida: %1$s.';
$strLatchedPages = 'Páxinas fechadas';
$strLatexCaption = 'Título da tabela';
$strLatexContent = 'Contido da tabela __TABLE__';
$strLatexContinuedCaption = 'Título da tabela continuado';
$strLatexContinued = '(continuado)';
$strLatexIncludeCaption = 'Incluir o título da tabela';
$strLatexLabel = 'Chave da etiqueta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcións para LaTeX';
$strLatexStructure = 'Estrutura da tabela __TABLE__';
$strLatvian = 'Letonio';
$strLDI = 'CSV utilizando LOAD DATA';
$strLDIImportOptions = 'Opcións para a importación de CSV utilizando LOAD DATA';
$strLDILocal = 'Utilice a palabra chave LOCAL';
$strLengthSet = 'Tamaño/Definir*';
$strLimitNumRows = 'Número de rexistros por páxina:';
$strLinesTerminatedBy = 'As liñas rematan por';
$strLinkNotFound = 'Non se atopou o vínculo';
$strLinksTo = 'Vincúlase con';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localización do arquivo de texto';
$strLogin = 'Entrada (login)';
$strLoginInformation = 'Información sobre o acceso (login)';
$strLogout = 'Sair';
$strLogPassword = 'Contrasinal:';
$strLogServer = 'Servidor';
$strLogUsername = 'Nome de usuario:';
$strLongOperation = 'Esta operación pode que leve moito tempo. Procésase igual?';
 
$strMaxConnects = 'conexións simultáneas máximas';
$strMaximalQueryLength = 'Lonxitude máxima da procura creada';
$strMaximumSize = 'Tamaño máximo: %s%s';
$strMbExtensionMissing = 'Non se atopou a extensión mbstring PHP e parece que está a usar un conxunto de caracteres multibyte. Sen a extensión mbstring, o phpMyAdmin é incapaz de partir cadeas correctamente e pode provocar resultados inesperados.';
$strMbOverloadWarning = 'Ten activada mbstring.func_overload na configuración do PHP. Esta opción é incompatíbel co phpMyAdmin e podería ocasionar danos nos datos';
$strMIME_available_mime = 'Tipos MIME disponíbeis';
$strMIME_available_transform = 'Transformacións disponíbeis';
$strMIME_description = 'Descrición';
$strMIME_MIMEtype = 'Tipo MIME';
$strMIME_nodescription = 'Non existe descrición desta transformación.<br />Pergunte-lle ao autor que é o que fai %s.';
$strMIME_transformation_note = 'Para unha lista das opcións de transformación disponíbeis e as súas transformacións de tipos MIME, faga clic sobre %sdescricións de transformacións%s';
$strMIME_transformation_options_note = 'Introduza os valores das opcións de transformación usando este formato:\'a\',\'b\',\'c\'...<br />Se necesita introducir unha barra para trás ("\") ou aspas simples ("\'") entre estes valores, preceda-os de barra para trás (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_transformation_options = 'Opcións de transformación';
$strMIME_transformation = 'Transformación do navegador';
$strMIMETypesForTable = 'TIPOS MIME PARA A TABELA';
$strMIME_without = 'Os tipos MIME en cursiva non contan cunha función de transformación separada';
$strModifications = 'As modificacións foron gardadas';
$strModifyIndexTopic = 'Modificar un índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover a tabela a (base_de_datos<b>.</b>tabela):';
$strMoveTableOK = 'Moveuse a tabela %s para %s.';
$strMoveTableSameNames = 'Non se pode mover unha tabela sobre si mesma';
$strMultilingual = 'multilíngüe';
$strMyISAMDataPointerSizeDesc = 'O tamaño por omisión do punteiro de datos en bytes; usarase con CREATE TABLE para tabelas MyISAM cando non se especifique a opción MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamaño do punteiro de datos';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se o ficheiro temporario usado para a creación rápida dun índice de MyISAM for máis grande que se se usar o caché de chaves na cantidade que se especifique aquí, preferir o método da caché de chaves.';
$strMyISAMMaxExtraSortFileSize = 'Tamaño máixmo dos ficheiros temporarios no momento de crear índices';
$strMyISAMMaxSortFileSizeDesc = 'O tamaño máximo do ficheiro temporario que se lle permite utilizar a MySQL no momento de recrear un índice MyISAM (durante REPAIR TABLE, ALTER TABLE, ou LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamaño máximo dos ficheiros de ordenación temporarios';
$strMyISAMRecoverOptionsDesc = 'O modo de recuperación automática de tabelas MyISAM escaralladas, tal e como se configura na opción de inicio do servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modo de recuperación automática';
$strMyISAMRepairThreadsDesc = 'Se este valor é maior que 1, os índices das tabelas MyISAM créanse en paralelo (cada índice no seu propio fío) durante o proceso Reparar ordenando.';
$strMyISAMRepairThreads = 'Reparar os fíos';
$strMyISAMSortBufferSizeDesc = 'Cantidade de memoria intermedia que se reserva ao ordenar os índices MyISAM durante unha instrución REPAIR TABLE ou ao crear índices con CREATE INDEX ou ALTER TABLE.';
$strMyISAMSortBufferSize = 'Tamaño da memoria intermedia de ordenación';
$strMySQLCharset = 'Código de caracteres (Charset) MySQL';
$strMysqlClientVersion = 'Versión do cliente de MySQL';
$strMySQLConnectionCollation = 'Codificación de caracteres (Collation) da conexión de MySQL';
$strMySQLSaid = 'Mensaxes do MySQL: ';
$strMySQLShowProcess = 'Mostrar os procesos';
$strMySQLShowStatus = 'Mostrar información de tempo de execución do MySQL';
$strMySQLShowVars = 'Mostrar as variábeis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Seguinte';
$strNoActivity = 'Non se rexistrou actividade algunha desde hai %s segundos ou máis. Terá que entrar de novo';
$strNoDatabases = 'Non hai nengunha base de datos';
$strNoDatabasesSelected = 'Non hai nengunha base de datos seleccionada.';
$strNoDescription = 'sen descrición';
$strNoDetailsForEngine = 'Non se conta con información de estado detallada sobre este motor de armacenamento.';
$strNoDropDatabases = 'Os comandos "Eliminar a base de datos" non están permitidos.';
$strNoExplain = 'Saltar a explicacion de SQL';
$strNoFilesFoundInZip = 'Non se atoparon ficheiros dentro do arquivo ZIP!';
$strNoFrames = 'phpMyAdmin usa-se mellor cun navegador que <b>acepte molduras</b>.';
$strNoIndex = 'Non se definiu un índice';
$strNoIndexPartsDefined = 'Non se definiron partes do índice';
$strNoModification = 'Sen cambios';
$strNone = 'Nengun';
$strNo = 'Non';
$strNoOptions = 'Este formato non ten opcións';
$strNoPassword = 'Sen Contrasinal';
$strNoPermission = 'O servidor web non ten permiso para gardar o ficheiro %s.';
$strNoPhp = 'sen código PHP';
$strNoPrivileges = 'Sen Privilexios';
$strNoRights = 'Non ten direitos suficientes para estar aquí agora!';
$strNoRowsSelected = 'Non hai fileiras seleccionadas';
$strNoSpace = 'Non hai espacio para gardar o ficheiro %s.';
$strNoTablesFound = 'Non se achou nengunha tabela na base de datos';
$strNoThemeSupport = 'Non ten a funcionalidade dos temas. Comprobe a configuración e/ou os seus temas no directorio %s.';
$strNothingToImport = 'Non introduciu os datos que quería importar!';
$strNotNumber = 'Non é un número!';
$strNotOK = 'non conforme';
$strNotSet = 'Non se atopou a tabela <b>%s</b>ou non se indicou en %s';
$strNoUsersFound = 'Non se achou nengun(s) usuario(s).';
$strNoValidateSQL = 'Saltarse a validacion de';
$strNull = 'Nulo';
$strNumberOfFields = 'Número de campos';
$strNumSearchResultsInTable = '%s ocorrencias(s) dentro da tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> ocorrencia(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'Conforme';
$strOpenNewWindow = 'Abrir unha xanela nova co phpMyAdmin';
$strOperations = 'Operacións';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimizar a tabela';
$strOr = 'ou';
$strOverhead = 'De máis (Overhead)';
$strOverwriteExisting = 'Eliminar o(s) ficheiro(s) xa existente(s)';
 
$strPageNumber = 'Número de páxina:';
$strPagesToBeFlushed = 'Páxinas que se eliminarán';
$strPaperSize = 'Tama?o do papel';
$strPartialImport = 'Importación parcial';
$strPartialText = 'Textos parciais';
$strPasswordChanged = 'Modificou-se sen problemas o contrasinal de %s.';
$strPassword = 'Contrasinal';
$strPasswordEmpty = 'O contrasinal está vacío!';
$strPasswordHashing = 'Hash do contrasinal';
$strPasswordNotSame = 'Os contrasinais non son os mesmos!';
$strPdfDbSchema = 'Esquema da base de datos "%s" - Páxina %s';
$strPdfInvalidTblName = 'Non existe a tabela "%s".';
$strPdfNoTables = 'Sen tabelas';
$strPDFOptions = 'Opcións de PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Título do informe';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Persa';
$strPhoneBook = 'directorio telefónico';
$strPHP40203 = 'Está a usar PHP 4.2.3, que contén un erro importante relacionado coas cadeas multi-byte (mbstring). Consulte o informe de erros número 19404. Non se recomenda usar esta versión do PHP co phpMyAdmin.';
$strPhp = 'Crear código PHP';
$strPHPVersion = 'Versión do PHP';
$strPmaDocumentation = 'Documentación do phpMyAdmin';
$strPmaUriError = 'A directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DEBE estar asignada no seu ficheiro de configuración.';
$strPolish = 'Polonés';
$strPortrait = 'Vertical';
$strPos1 = 'Inicio';
$strPrevious = 'Anterior';
$strPrimaryKeyHasBeenDropped = 'Eliminouse a chave primaria';
$strPrimaryKeyName = 'O nome da chave primaria debe ser... PRIMARIA';
$strPrimaryKeyWarning = '("PRIMARIA" <b>debe</b> ser o nome de e <b>só de</b> unha chave primaria)';
$strPrimary = 'Primaria';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Vista previa da impresión (con textos completos)';
$strPrintView = 'Visualización previa da impresión';
$strPrivDescAllPrivileges = 'Inclue todos os privilexios a excepción de GRANT (Conceder).';
$strPrivDescAlter = 'Permite alterar a estrutura das tabelas xa existentes.';
$strPrivDescAlterRoutine = 'Permite alterar e eliminar rotinas armacenadas.';
$strPrivDescCreateDb = 'Permite crear novas bases de datos e tabelas.';
$strPrivDescCreateRoutine = 'Permite crear rotinas armacenadas.';
$strPrivDescCreateTbl = 'Permite crear tabelas novas.';
$strPrivDescCreateTmpTable = 'Permite crear tabelas temporais.';
$strPrivDescCreateUser = 'Permite crear, eliminar e mudar o nome das contas de usuario.';
$strPrivDescCreateView = 'Permite crear vistas novas.';
$strPrivDescDelete = 'Permite eliminar datos.';
$strPrivDescDropDb = 'Permite eliminar bases de datos e tabelas.';
$strPrivDescDropTbl = 'Permite eliminar tabelas.';
$strPrivDescExecute5 = 'Permite executar rotinas armacenadas.';
$strPrivDescExecute = 'Permite facer correr procedimentos armacenados. Non funciona nesta versión do MySQL.';
$strPrivDescFile = 'Permite importar e exportar datos desde e para ficheiros.';
$strPrivDescGrant = 'Permite acrescentar usuarios e privilexios sen recarregar as tabelas de privilexios.';
$strPrivDescIndex = 'Permite crear e eliminar índices.';
$strPrivDescInsert = 'Permite inserir e substituir datos.';
$strPrivDescLockTables = 'Permite bloquear tabelas do fío en uso';
$strPrivDescMaxConnections = 'Limita o número de conexións novas por hora que pode abrir un usuario.';
$strPrivDescMaxQuestions = 'Limita o número de procuras por hora que pode enviar un usuario.';
$strPrivDescMaxUpdates = 'Limita o número de comandos que modifiquen unha tabela ou database por hora que pode executar un usuario.';
$strPrivDescMaxUserConnections = 'Limita o número de conexións simultáneas que pode ter o utilizador.';
$strPrivDescProcess3 = 'Permite matar procesos pertencentes a outros usuarios.';
$strPrivDescProcess4 = 'Permite ver as procuras completas na listaxe de procesos.';
$strPrivDescReferences = 'Non funciona nesta versión do MySQL.';
$strPrivDescReload = 'Permite recarregar a configuración do servidor e limpar a súa caché.';
$strPrivDescReplClient = 'Permite-lle ao usuario perguntar onde están os escravos e os masters.';
$strPrivDescReplSlave = 'Necesario para os escravos de replicación.';
$strPrivDescSelect = 'Permite gravar datos.';
$strPrivDescShowDb = 'Permite acceder á listaxe de bases de datos completa';
$strPrivDescShowView = 'Permite realizar consultas SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permite apagar o servidor.';
$strPrivDescSuper = 'Permite conexións, mesmo chegado ao número máximo de conexións. Ven requerido para a maioría das operación administracións, como configurar as variábeis globais ou matar os fíos doutros usuarios.';
$strPrivDescUpdate = 'Permite modificar datos.';
$strPrivDescUsage = 'Sen privilexios.';
$strPrivileges = 'Privilexios';
$strPrivilegesReloaded = 'Non houbo problemas ao recarregar os privilexios.';
$strProcesslist = 'Listaxe dos procesos';
$strProtocolVersion = 'Versión do protocolo';
$strPutColNames = 'Pór os nomes dos campos na primeira fileira';
 
$strQBEDel = 'Eliminar';
$strQBEIns = 'Inserir';
$strQBE = 'Procurar cun exemplo';
$strQueryCache = 'caché de procuras';
$strQueryFrame = 'Xanela de procuras';
$strQueryOnDb = 'Procura tipo SQL na base de datos <b>%s</b>:';
$strQuerySQLHistory = 'Historial de SQL';
$strQueryStatistics = '<b>Estatística das procuras</b>: Desde que se iniciou, enviáronselle ao servidor %s procuras.';
$strQueryTime = 'A pesquisa levou %01.4f segundos';
$strQueryType = 'Tipo de procura';
$strQueryWindowLock = 'Non escreber sobre esta procura desde fora da xanela';
 
$strReadRequests = 'Peticións de lectura';
$strReceived = 'Recibido';
$strRecords = 'Rexistros';
$strReferentialIntegrity = 'Comprobar a integridade das referencias:';
$strRefresh = 'Refrescar';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'Desactivouse a funcionalidade adicional para o traballo con tabelas vinculadas. Para saber o por que, faga click%saqu&iacute;%s.';
$strRelationsForTable = 'RELACIÓNS PARA A TABELA';
$strRelations = 'Relacións';
$strRelationView = 'Vista das relacións';
$strReloadingThePrivileges = 'A recarregar os privilexios';
$strReloadMySQL = 'Reinicializar o MySQL';
$strRemoveSelectedUsers = 'Eliminar os usuarios seleccionados';
$strRenameDatabaseOK = 'Mudou-se-lle o nome á base de datos %s para %s';
$strRenameTableOK = 'A tabela \$table renomeouse para \$new_name';
$strRenameTable = 'Renomear a tabela para';
$strRepairTable = 'Reparar a tabela';
$strReplaceNULLBy = 'Substituir NULL por ';
$strReplaceTable = 'Substituir os datos da tabela polos do ficheiro';
$strReplication = 'Replicación';
$strReset = 'Reiniciar';
$strResourceLimits = 'Limites de recursos';
$strReType = 'Reescreber';
$strRevokeAndDeleteDescr = 'Os usuarios terán ainda o privilexio USAGE até que se recarreguen os privilexios.';
$strRevokeAndDelete = 'Retirar-lles todos os privilexios activos aos usuarios e eliminá-los a continuación.';
$strRevokeMessage = 'Retirou-lle os privilexios a %s';
$strRevoke = 'Revogar';
$strRomanian = 'Romeno';
$strRowLength = 'Lonxitude da fileira';
$strRows = 'Fileiras';
$strRowsFrom = 'fileiras, a comezar da';
$strRowSize = ' Tamaño da fileira ';
$strRowsModeFlippedHorizontal = 'horizontal (cabezallos rotados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en modo %s e repetir os cabezallos de cada %s celas';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estatísticas da Fileira';
$strRunning = 'a rodar no servidor %s';
$strRunQuery = 'Enviar esta procura';
$strRunSQLQuery = 'Efectuar unha procura SQL na base de datos %s';
$strRunSQLQueryOnServer = 'Executar procura/s SQL no servidor %s';
$strRussian = 'Ruso';
 
$strSave = 'Gardar';
$strSaveOnServer = 'Gardar no servidor no directorio %s';
$strScaleFactorSmall = 'O factor de reducción é demasiado pequeno para que o esquema caiba nunha única páxina';
$strSearchFormTitle = 'Procurar na base de datos';
$strSearchInTables = 'Dentro da(s) tabela(s):';
$strSearchNeedle = 'Palabras(s) ou valore(s) a procurar (o comodín é: "%"):';
$strSearchOption1 = 'polo menos unha das palabras';
$strSearchOption2 = 'todas as palabras';
$strSearchOption3 = 'a frase exacta';
$strSearchOption4 = 'como expresión regular';
$strSearch = 'Procurar';
$strSearchResultsFor = 'Procurar os resultados para "<i>%s</i>" %s:';
$strSearchType = 'Atopar:';
$strSecretRequired = 'O ficheiro de configuración agora necesita un contrasinal secreto (blowfish_secret).';
$strSelectADb = 'Seleccione unha base de dados';
$strSelectAll = 'Seleccionar todo';
$strSelectBinaryLog = 'Seleccione o ficheiro de rexistro binario que quer ver';
$strSelectFields = 'Seleccione os campos (mínimo 1)';
$strSelectNumRows = 'a procurar';
$strSelectTables = 'Seleccionar tabelas';
$strSend = 'Enviar <i>(gravar nun ficheiro)</i><br />';
$strSent = 'Enviado';
$strServerChoice = 'Escolla de Servidor';
$strServerNotResponding = 'O servidor non está a responder';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Insercións demoradas';
$strServerStatus = 'Información sobre o runtime';
$strServerStatusUptime = 'Este servidor de MySQL leva funcionando %s. Iniciouse às %s.';
$strServerTabProcesslist = 'Procesos';
$strServerTabVariables = 'Variábeis';
$strServerTrafficNotes = '<b>Tráfico do servidor</b>: Estas tabelas mostran as estatísticas do tráfico da rede neste servidor de MySQL desde que se iniciou.';
$strServerVars = 'Variábeis e configuración do servidor';
$strServerVersion = 'Versión do servidor';
$strSessionValue = 'Valor da sesión';
$strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", introduza os valores usando este formato: \'a\',\'b\',\'c\'...<br />Se precisar pór unha barra invertida (" \ ") ou aspas simples (" \' ") entre estes valores, preceda a barra e as aspas de barras invertidas (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShowAll = 'Ver todos os rexistros';
$strShowColor = 'Mostrar a cor';
$strShowDatadictAs = 'Formato do dicionario de datos';
$strShowFullQueries = 'Mostrar as procuras completas';
$strShowGrid = 'Mostrar a grella';
$strShowingBookmark = 'A mostrar o marcador';
$strShowingRecords = 'Mostrando rexistros ';
$strShow = 'Mostrar';
$strShowOpenTables = 'Mostrar as tabelas abertas';
$strShowPHPInfo = 'Mostrar información sobre o PHP';
$strShowSlaveHosts = 'Mostrar os servidores escravos';
$strShowSlaveStatus = 'Mostrar o estado dos escravos';
$strShowStatusBinlog_cache_disk_useDescr = 'Número de transaccións que utilizaron o caché do rexistro binario mais que excederon o valor de binlog_cache_size e utilizaron un ficheiro temporal para armacenar instrucións para a transacción.';
$strShowStatusBinlog_cache_useDescr = 'Número de transaccións que utilizaron o caché do rexistro binario.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Número de tabelas temporais no disco creadas automaticamente polo servidor ao executar as instrucións. Se Created_tmp_disk_tables é grande, pode querer incrementar o valor de tmp_table_size para que as tabelas temporais se baseen na memoria en vez de no disco.';
$strShowStatusCreated_tmp_filesDescr = 'Cantos ficheiros temporais creou mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Número de tabelas temporais na-memoria creadas automaticamente polo servidor ao executar instrucións.';
$strShowStatusDelayed_errorsDescr = 'Número de fileiras escritas con INSERT DELAYED que sofriron algún erro (probabelmente unha chave duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'Número de fíos de manipulación INSERT DELAYED en uso. Cada tabela diferente na que se utiliza INSERT DELAYED recebe o seu propio fío.';
$strShowStatusDelayed_writesDescr = 'Número de fileiras INSERT DELAYED escritas.';
$strShowStatusFlush_commandsDescr = 'Número de instrucións FLUSH executadas.';
$strShowStatusHandler_commitDescr = 'Número de instrucións COMMIT internas.';
$strShowStatusHandler_deleteDescr = 'Número de veces que se eliminou unha fileira dunha tabela.';
$strShowStatusHandler_discoverDescr = 'O servidor de MySQL pódelle perguntar ao motor de armacenamento NDB Cluster se sabe dunha tabela cun nome dado. Isto chámase descobrimento. Handler_discovery indica o número de veces que se descobriron tabelas.';
$strShowStatusHandler_read_firstDescr = 'Número de veces que se leu a primeira entrada dun índice. Se é alto, tamén suxire que o servidor está realizando un monte de de exames de índice completos; por exemplo, SELECT col FROM algo, supoñendo que col está indexada.';
$strShowStatusHandler_read_keyDescr = 'Número de peticións para ler unha fileira baseadas nunha chave. Se é alto, é unha boa indicación de que as procuras e tabelas están ben indexadas.';
$strShowStatusHandler_read_nextDescr = 'Número de peticións para ler a seguinte fileira na orde da chave. Isto increméntase se está procurando unha columna de índice cunha limitación de rango ou se está a examinar un índice.';
$strShowStatusHandler_read_prevDescr = 'Número de peticións para ler a fileira anterior na orde da chave. Este método de lectura utilízase sobre todo para optimizar ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Número de peticións para ler unha fileira baseadas nunha posición fixa. Isto é alto se está a realizar moitas procuras que requiren ordenar o resultado. Posibelmente terá un monte de procuras que esixen que MySQL examine tabelas completas ou ten unións que non usan as chaves apropiadamente.';
$strShowStatusHandler_read_rnd_nextDescr = 'Número de peticións para ler a seguinte fileira no ficheiro de datos. Isto é alto se está a realizar moitos exames de tabelas. Normalmente suxire que as tabelas non están indexadas apropiadamente ou que as súas procuras non están escritas para aproveitar os índices de que dispón.';
$strShowStatusHandler_rollbackDescr = 'Número de instrucións de ROLLBACK interno.';
$strShowStatusHandler_updateDescr = 'Número de peticións para actualizar unha fileira nunha tabela.';
$strShowStatusHandler_writeDescr = 'Número de peticións para inserir un ficheiro nunha tabela.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Número de páxinas que conteñen datos (suxos ou limpos).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Número de páxinas actualmente suxas.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Número de páxinas do buffer que se pediu que se limpasen.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Número de páxinas libres.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Número de páxinas con seguro no buffer InnoDB buffer. Estas páxinas están actualmente a ser lidas ou escritas ou non se poden limpar ou eliminar por algunha outra razón.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'O número de páxinas ocupadas porque se destinan a reserva administrativa, tais como bloqueos de fileiras ou o índice hash adaptativo. Este valor tamén se pode calcular así: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamaño total do búfer, en páxinas.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Número de pré-lecturas "aleatorias" iniciadas por InnoDB. Isto acontece cando unha procura vai examinar unha porción grande dunha tabela mais en orde aleatoria.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Número de pre-lecturas secuenciais iniciada por innoDB. Isto acontece cando InnoDB realiza un exame secuencial completo dunha tabela.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Número de peticións de lectura lóxicas feitas por InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Número de lecturas lóxicas que InnoDB non puido satisfacer do búfer e tivo que efectuar por medio de lecturas dunha única páxina.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente, escríbese no búfer de InnoDB como tarefa de fondo. Porén, de se precisar ler ou crear unha páxina e non haber páxinas limpas disponíbeis, hai que agardar a que se limpen. Este contador vai contando cantas veces hai que esperar. Se o tamaño do búfer é o apropiado, este valor debería ser pequeno.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Número de veces que se escribiu no búfer InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Número de operacións fsync() até o momento.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Número actual de operacións fsync() pendentes.';
$strShowStatusInnodb_data_pending_readsDescr = 'Número actual de lecturas pendentes.';
$strShowStatusInnodb_data_pending_writesDescr = 'Número actual de escritas pendentes.';
$strShowStatusInnodb_data_readDescr = 'Cantidade de datos lida até o momento, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'Número total de lecturas de datos.';
$strShowStatusInnodb_data_writesDescr = 'Número total de escritas de datos.';
$strShowStatusInnodb_data_writtenDescr = 'Cantidade de datos escrita até o momento, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Número de escritas duplas realizadas e número de páxinas escritas con este propósito.';
$strShowStatusInnodb_dblwr_writesDescr = 'Número de escritas duplas realizadas e número de páxinas escritas con este propósito.';
$strShowStatusInnodb_log_waitsDescr = 'Número de esperas debidas a que o búfer do rexistro é demasiado pequeno e houbo que agardar até que se limpase para continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'Número de peticións de escrita no rexistro.';
$strShowStatusInnodb_log_writesDescr = 'Número de escritas físicas no ficheiro de rexistro.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Número de escritas fsyncss feitas no ficheiro de rexistro.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Número de fsyncs do ficheiro de rexistro pendentes.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escritas no ficheiro de rexistro pendentes.';
$strShowStatusInnodb_os_log_writtenDescr = 'Número de bytes escritos no ficheiro de rexistro.';
$strShowStatusInnodb_pages_createdDescr = 'Número de páxinas creadas.';
$strShowStatusInnodb_page_sizeDescr = 'O tamaño de páxina InnoDB incluído (por omisión 16KB). Moitos valores cóntanse en páxinas: o tamaño da páxina permite que se convirtan doadamente en bytes.';
$strShowStatusInnodb_pages_readDescr = 'Número de páxinas lidas.';
$strShowStatusInnodb_pages_writtenDescr = 'Número de páxinas escritas.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Número de bloqueo de fileiras polos que se está a aguardar agora mesmo.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Tempo que, de media, leva adquirir un bloqueo sobre unha fileira, en milisegundos.';
$strShowStatusInnodb_row_lock_timeDescr = 'Tempo total empregado na adquisición de bloqueos sobre as fileiras, en milisegundos.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Tempo máximo en adquirir un bloqueo de fileira, en milisegundos.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Número de veces que houbo que agardar polo bloqueo dunha fileira.';
$strShowStatusInnodb_rows_deletedDescr = 'Número de fileiras eliminadas das tabelas InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Número de fileiras inseridas nas tabelas InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Número de fileiras lidas das tabelas InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Número de fileiras actualizadas en tabelas InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Número de bloques chave na caché de chaves que se mudaron mais que ainda non se limparon para o disco. Antes era Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Número de bloques sen utilizar na caché de chaves. Pode utilizar este valor para determinar canta caché de chave está en uso.';
$strShowStatusKey_blocks_usedDescr = 'Número de bloques utilizados na caché de chaves. Este valor é unha referencia superior que indica o número máximo de bloques que se teñen empregado.';
$strShowStatusKey_read_requestsDescr = 'Número de peticións para ler un bloque chave da caché.';
$strShowStatusKey_readsDescr = 'Número de lecturas físicas dun bloque chave desde o disco. Se key_reads é grande, entón o valor de key_fuffer_size é posibelmente demasiado baixo. A relación de perdas da caché pódese calcular así: Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Número de peticións para escribir un bloque chave na caché.';
$strShowStatusKey_writesDescr = 'Número de escritas físicas dun bloque chave no disco.';
$strShowStatusLast_query_costDescr = 'Custo total da última procura compilada tal e como se computa mediante o optimizador de procuras. Resulta útil para comparar o custo de planos de procura diferentes para a mesma pesquisa. O valor por omisión é 0, que significa que ainda non se compilou nengunha procura.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Número de procuras que están a agardar para seren escritas nas filas INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Número de tabelas abertas en total. Se a cantidade é grande, o valor da caché de tabelas posibelmente é demasiado pequeno.';
$strShowStatusOpen_filesDescr = 'Número de ficheiros abertos.';
$strShowStatusOpen_streamsDescr = 'Número de fluxos abertos (utilizado principalmente para o rexistro).';
$strShowStatusOpen_tablesDescr = 'Número de tabelas abertas.';
$strShowStatusQcache_free_blocksDescr = 'Número de bloques de memoria libres na caché de procuras.';
$strShowStatusQcache_free_memoryDescr = 'Cantidade de memoria libre para a caché de procuras.';
$strShowStatusQcache_hitsDescr = 'Número de impactos na caché.';
$strShowStatusQcache_insertsDescr = 'Número de procuras adicionadas á caché.';
$strShowStatusQcache_lowmem_prunesDescr = 'Número de procuras eliminadas da caché para liberar memoria para deixar a caché para procuras novas. Esta información pode axudar a afinar o tamaño da caché de procuras. A caché de procuras utiliza unha estratexia de utilizado menos recentemente (LRU) para decidir que procuras debe eliminar da caché.';
$strShowStatusQcache_not_cachedDescr = 'Número de procuras non enviadas á caché (que non se poden enviar, debido á configuración de query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Número de procuras rexistradas na caché.';
$strShowStatusQcache_total_blocksDescr = 'Número total de bloques na caché de procuras.';
$strShowStatusReset = 'Reiniciar';
$strShowStatusRpl_statusDescr = 'Estado da replicación en modo seguro (ainda non realizado).';
$strShowStatusSelect_full_joinDescr = 'Número de unións que non utilizan índices. Se este valor non é 0, debería comprobar con atención os índices das tabelas.';
$strShowStatusSelect_full_range_joinDescr = 'Número de unións que utilizaron un rango de procura nunha tabela de referencia.';
$strShowStatusSelect_range_checkDescr = 'Número de unións de chaves que comproban a utilización de chaves despois de cada fileira (se non é 0, debería comprobar con atención os índices das tabelas).';
$strShowStatusSelect_rangeDescr = 'Número de unións que utilizaron rangos na primeira tabela (Normalmente non é grave mesmo de ser grande)';
$strShowStatusSelect_scanDescr = 'Número de unións que realizaron un exame completo da primeira tabela.';
$strShowStatusSlave_open_temp_tablesDescr = 'Número de tabelas temporais actualmente abertas polo fío SQL escravo.';
$strShowStatusSlave_retried_transactionsDescr = 'Número total de veces (desde o inicio) que o fío de replicación SQL escravo reintentou as transaccións.';
$strShowStatusSlave_runningDescr = 'Isto está ON se este servidor é un escravo conectado a un máster.';
$strShowStatusSlow_launch_threadsDescr = 'Número de fíos aos que lles levou crearse máis de slow_launch_time segundos.';
$strShowStatusSlow_queriesDescr = 'Número de procuras ás que lles levou máis de long_query_time segundos.';
$strShowStatusSort_merge_passesDescr = 'Número de pasaxes de fusión que tivo que facer o algoritmo de ordenación. Se este valor é grande, debería considerar incrementar o valor da variábel de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Número de ordenacións feitas con rangos.';
$strShowStatusSort_rowsDescr = 'Número de fileiras ordenadas.';
$strShowStatusSort_scanDescr = 'Número de ordenacións realizadas examinando a tabela.';
$strShowStatusTable_locks_immediateDescr = 'Número de veces que se adquiriu inmediatamente un bloqueo de tabela.';
$strShowStatusTable_locks_waitedDescr = 'Número de veces que non se puido adquirir inmediatamente un bloqueo de tabela e houbo que agardar. De ser alto e ter observado problemas no desempeño, debería en primeiro lugar mellorar as procuras e despois, ora partir a tabela ou tabelas, ora utilizar replicación.';
$strShowStatusThreads_cachedDescr = 'Número de fíos na caché de fíos. A relación de impactos da caché pódese calcular como Threads_created/Connections. Se este valor é vermello debería aumentar a thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Número de conexións abertas neste momento.';
$strShowStatusThreads_createdDescr = 'Número de fíos creados para xerir as conexións. De ser Threads_created grande, pode querer aumentar o valor de thread_cache_size. (Normalmente isto non fornece unha mellora notábel no desempeño se ten unha boa implementación de fíos.)';
$strShowStatusThreads_runningDescr = 'Número de fíos que non están a durmir.';
$strShowTableDimension = 'Mostrar a dimensión das tabelas';
$strShowTables = 'Mostrar as tabelas';
$strShowThisQuery = ' Mostrar esta procura aquí outra vez ';
$strSimplifiedChinese = 'Chinés simplificado';
$strSingly = 'a refacer logo de insercións e destrucións (shingly)';
$strSize = 'Tamaño';
$strSkipQueries = 'Número de rexistros (procuras) a saltar desde o inicio';
$strSlovak = 'Eslovaco';
$strSlovenian = 'Esloveno';
$strSocketProblem = '(ou o soquete local do servidor de MySQL non se configurou correctamente)';
$strSortByKey = 'Ordenar pola chave';
$strSorting = 'Ordenación';
$strSort = 'Ordenar';
$strSpaceUsage = 'Uso do espazo';
$strSpanish = 'Español';
$strSplitWordsWithSpace = 'As palabras divídense cun carácter de espazo (" ").';
$strSQLExportCompatibility = 'Compatibilidade coa exportación SQL';
$strSQLExportType = 'Tipo de exportación';
$strSQLImportOptions = 'Opcións de SQL';
$strSQLOptions = 'Opcións SQL';
$strSQLParserBugMessage = 'Cabe a posibilidade de que atopase un erro no procesador de SQL. Examine a súa pesquisa con atención e comprobe que as aspas son correctas e que cada un ten o seu par. Outras causas posíbeis serían que tentase enviar un ficheiro con binario fora dunha área de texto entre aspas. Tamén pode tentar facer a súa pesquisa na liña de comandos do MySQL. A mensaxe de erro que lle envía o servidor de MySQL, e que aparece máis abaixo (de habela), tamén o pode axudar a diagnosticar o problema. Se persisten os erros ou se o procesador falla cando mesmo a liña de comandos vai ben,reduza o texto da pesquisa à parte concreta que produce o erro e envíe unha mensaxe de erro co texto da sección RECORTE que aparece a continuación:';
$strSQLParserUserError = 'Parece que houbo un problema na súa pesquisa en SQL. Se máis abaixo aparece unha mensaxe de erro do servidor de MySQL, isto pode axudar a diagnosticar o problema';
$strSQLQuery = 'comando SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'O identificador non é válido';
$strSQPBugUnclosedQuote = 'Falta pór a aspa final';
$strSQPBugUnknownPunctuation = 'Hai unha secuencia de puntuación que resulta descoñecida';
$strStatCheckTime = 'Comprobación máis recente';
$strStatCreateTime = 'Creación';
$strStatement = 'Informacións';
$strStatisticsOverrun = 'Nun servidor ocupado, os contadores de bytes poden sobrecarregarse, de maneria que esas estatísticas, tal e como as transmite o servidor de MySQL, poden resultar incorrectas.';
$strStatUpdateTime = 'Actualización máis recente';
$strStatus = 'Estado';
$strStorageEngine = 'Motor de armacenamento';
$strStorageEngines = 'Motores de armacenamento';
$strStrucCSV = 'Datos CSV';
$strStrucData = 'Estrutura e datos';
$strStrucDrop = 'Adicionar \'Eliminar a tabela anterior se xa existe\'';
$strStrucExcelCSV = 'CSV (para datos de MS Excel)';
$strStrucNativeExcel = 'Datos nativos de MS Excel';
$strStrucOnly = 'Só a estrutura';
$strStructPropose = 'Propor unha estrutura para a tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submeter';
$strSuccess = 'O seu comando de SQL executou-se com éxito';
$strSum = 'Suma';
$strSwedish = 'Sueco';
$strSwitchToDatabase = 'Pasar á base de datos copiada';
$strSwitchToTable = 'Ir à tabela copiada';
 
$strTableAlreadyExists = 'A tabela %s xa existe!!';
$strTableComments = 'Comentarios da tabela';
$strTableEmpty = 'O nome da tabela está vacío!';
$strTableHasBeenDropped = 'Eliminouse a tabela %s';
$strTableHasBeenEmptied = 'Vaciouse a tabela %s';
$strTableHasBeenFlushed = 'Fechouse a tabela %s';
$strTableMaintenance = 'Tabela de manutención';
$strTableOfContents = 'Índice';
$strTableOptions = 'Opcións de tabela';
$strTables = '%s tabela(s)';
$strTableStructure = 'Estrutura da tabela';
$strTable = 'Tabela';
$strTableType = 'Tipo da tabela';
$strTakeIt = 'colle-o';
$strTblPrivileges = 'Privilexios proprios de tabela';
$strTempData = 'Datos temporais';
$strTextAreaLength = ' Por causa da sua lonxitude,<br /> este campo pode non ser editábel ';
$strThai = 'Tailandés';
$strThemeDefaultNotFound = 'Non se atopou o tema por omisión %s!';
$strThemeNoPreviewAvailable = 'Non se dispón de ante-visión.';
$strThemeNotFound = 'Non se atopou o tema %s!';
$strThemeNoValidImgPath = 'Non hai unha rota válida de imaxe para o tema %s!';
$strThemePathNotFound = 'Non se atopou a rota do tema para o tema %s!';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Este servidor';
$strThisNotDirectory = 'Isto non era un directorio';
$strThreads = 'Fíos';
$strThreadSuccessfullyKilled = 'Finalizouse o fío %s.';
$strTimeoutInfo = 'A importación anterior excedeu do tempo permitido; unha vez reiniciada continuará desde a posición %d.';
$strTimeoutNothingParsed = 'Porén, na última executación non se examinou nada de datos, o que normalmente significa que o phpMyAdmin non poderá rematar esta importación a non ser que lle incrementen os limites de tempo de php.';
$strTimeoutPassed = 'Ultrapasouse o tempo de espera do guión. Se quer rematar a importación, volva a enviar o mesmo ficheiro e a importación continuará.';
$strTime = 'Tempo';
$strToggleScratchboard = 'conmutar o borrador';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chinés tradicional';
$strTraditionalSpanish = 'Español tradicional';
$strTraffic = 'Tráfico';
$strTransactionCoordinator = 'Coordinador da transacción';
$strTransformation_application_octetstream__download = 'Mostrar un vínculo para baixar os datos binarios dun campo. A primeira opción é o nome do ficheiro binario. A segunda é un nome posíbel para o campo dunha fileira de tabela que conteña o nome do ficheiro. Se pretende seleccionar a segunda opción, a primeira deberá conter só unha cadea vacia';
$strTransformation_application_octetstream__hex = 'Mostra unha representación hexadecimal dos datos.';
$strTransformation_image_jpeg__inline = 'Mostra unha imaxe reducida vinculábel. Opcións: anchura,altura en píxeles (mantén a proporción orixinal)';
$strTransformation_image_jpeg__link = 'Mostra un vínculo a esta imaxe (ou sexa, baixada directa de blob).';
$strTransformation_image_png__inline = 'Ver image/jpeg: na liña';
$strTransformation_text_plain__dateformat = 'Colle un campo TIME, TIMESTAMP ou DATETIME e formata-o usando o seu formato de data local. A primeira opción é offset (en horas), que se engadirá á marca horaria (timestamp, por omisión, 0). A segunda opción é un formato de data diferente dependendo dos parámetros disponíbeis para a función strftime() do PHP.';
$strTransformation_text_plain__external = 'SÓ EN LINUX: Inícia unha aplicación externa e envia-lle o campo de datos por meio do input padrón. Devolve a saída padrón da aplicación. Por omisión é Tidy, para que resulte código HTML claro. Por razóns de seguranza, ten que editar manualmente o ficheiro libraries/transformations/text_plain__external.inc.php e inserir as ferramentas que quer permitir que funcionen. A primeira opción, polo tanto, é o número do programa que quer usar e a segunda opción son os parámetros do programa. O terceiro parámetro, se é 1, usará htmlspecialchars() para convertir a saída (Por omisión é 1). Un cuarto parámetro, se é 1, porá un NOWRAP na cela de contidos para que toda a saída se mostre sen reformatar (Por omisión é 1)';
$strTransformation_text_plain__formatted = 'Mantén o formato orixinal do campo. Non hai Escape.';
$strTransformation_text_plain__imagelink = 'Mostra unha imaxe e un vínculo; o campo conte o nome do ficheiro. A primeira opción é un prefixo do tipo "http://domain.com/"; a segunda opción é o ancho en píxeles; a terceira é a altura.';
$strTransformation_text_plain__link = 'Mostra un vínculo; o campo contén o nome do ficheiro. A primeira opción é un prefixo do tipo "http://domain.com/"; a segunda opción é un título para o vínculo.';
$strTransformation_text_plain__sql = 'Formata texto como procura SQL e resalta a sintaxe.';
$strTransformation_text_plain__substr = 'Só mostra parte dunha cadea. A primeira opción é unha distancia para definir onde comeza a saída de texto (por omisión, 0). A segunda opción é unha distancia cando texto se devolve. Se é vacio, volve todo o texto que resta. A terceira opción define que caracteres se engadirán á saída cando se devolve unha subcadea (Por omisión: ...).';
$strTruncateQueries = 'Interrumpir as procuras mostradas';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Quitar-lles as marcas a todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'descoñecido';
$strUnselectAll = 'Non seleccionar nada';
$strUnsupportedCompressionDetected = 'Tentou carregar un ficheiro cunha compresión descoñecida (%s). Ora non se sabe como descomprimir, ora está desactivada na configuración.';
$strUpdatePrivMessage = 'Acaba de actualizar os privilexios de %s.';
$strUpdateProfileMessage = 'Actualizouse o perfil.';
$strUpdateQuery = 'Actualizar a procura';
$strUpdComTab = 'Consulte a Documentación para saber como actualizar a tabela Column_comments';
$strUpgrade = 'Deberia actualizar a %s %s ou posterior.';
$strUploadLimit = 'Posibelmente tentou enviar un ficheiro demasiado grande. Consulte a %sdocumentación%s para averiguar como evitar este limite.';
$strUsage = 'Uso';
$strUseBackquotes = 'Protexer os nomes das tabelas e dos campos con&nbsp;" ` "';
$strUsedPhpExtensions = 'Extensións de PHP utilizadas';
$strUseHostTable = 'Usar a tabela de Host';
$strUserAlreadyExists = 'O usuario %s xa existe';
$strUserEmpty = 'O nome do usuario está vacío!';
$strUserName = 'Nome do usuario';
$strUserNotFound = 'Non se atopou o usuario seleccionado na tabela de privilexios.';
$strUserOverview = 'Vista xeral dos usuarios';
$strUsersDeleted = 'Os usuarios seleccionados elimináron-se sen problemas.';
$strUsersHavingAccessToDb = 'Utilizadores que teñen acceso a &quot;%s&quot;';
$strUser = 'Usuario';
$strUseTabKey = 'Use a tecla do tabulador para moverse de valor en valor ou a tecla CONTROL combinada cunha flecha para moverse a calquer sitio';
$strUseTables = 'Usar as tabelas';
$strUseTextField = 'Use campo de texto';
$strUseThisValue = 'Usar este valor';
 
$strValidateSQL = 'Validar SQL';
$strValidatorError = 'Non foi posíbel iniciar o comprobador de SQL. Comprobe que ten instaladas todas as extensións de php tal e como se descrebe na %sdocumentación%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Información sobre a versión';
$strViewDumpDatabases = 'Ver o volcado das bases de datos';
$strViewDumpDB = 'Ver o esquema do volcado da base de datos';
$strViewDump = 'Ver o esquema do volcado da tabela';
$strViewHasBeenDropped = 'Deixouse a vista %s';
$strViewMaxExactCount = 'Esta vista ten máis de %s fileiras. Consulte a %sdocumentación%.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'directorio de subida (upload) do servidor web';
$strWebServerUploadDirectoryError = 'Non se pode acceder ao directorio que designou para as subidas (upload)';
$strWelcome = 'Benvida/o a %s';
$strWestEuropean = 'Europeu ocidental';
$strWildcard = 'comodín';
$strWindowNotFound = 'Non se puido modificar a xanela de destino do navegador. Talvez porque fechou a xanela da que depende ou porque o seu navegador está a bloquear as actualizacións entre xanelas xa que asi o pediu na configuración de seguranza do navegador.';
$strWithChecked = 'Todos os marcados';
$strWriteRequests = 'Peticións de escrita';
$strWritingCommentNotPossible = 'Non é posíbel escreber o comentario';
$strWritingRelationNotPossible = 'Non é posíbel escreber a relación';
$strWrongUser = 'Usuario ou contrasinal errado. Acceso negado.';
 
$strXML = 'XML';
 
$strYes = 'Si';
 
$strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) elimina-se o limite.';
$strZip = 'comprimido no formato "zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/georgian-utf-8.inc.php
0,0 → 1,1005
<?php
/* $Id: georgian-utf-8.inc.php,v 2.116.2.3 2006/03/23 17:42:12 lem9 Exp $ */
 
/**
* Translation by Kakha Mchedlidze <kakha at qartuli.com>
*
* It requires some special Unicode font faces that can downloaded at
* http://www.main.osgf.ge/eng/dounen.htm
* http://www.osgf.ge/resources/fonts/sylfaen.zip
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'Sylfaen';
$right_font_family = 'Sylfaen';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('ბაიტი', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$strAccessDenied = 'აკრძალულია';
$strAction = 'მოქმედება';
$strAddDeleteColumn = 'დაამატე/წაშალე სვეტის ველები';
$strAddDeleteRow = 'დაამატე/წაშალე სტრიქონის კრიტერია';
$strAddNewField = 'ახალი ველის დამატება.';
$strAddSearchConditions = 'ძებნის პარამეტრების დამატება ("where" ნაწილის ტანი):';
$strAddToIndex = '&nbsp;%s&nbsp;ამ ინდექსში სვეტის(სვეტების) დამატება';
$strAddUser = 'ახალი მომხმარებლის დამატება.';
$strAddUserMessage = 'თქვენ დაამატეთ ახალი მომხმარებელი.';
$strAffectedRows = 'გააქტიურებული რიგები:';
$strAfter = '%s შემდეგ';
$strAfterInsertBack = 'წინა გვერდზე დაბრუნება';
$strAfterInsertNewInsert = 'ახალი სვეტის ჩამატება';
$strAll = 'ყველა';
$strAlterOrderBy = 'შეცვლილი ცხრილი სორტირებული';
$strAnalyzeTable = 'ცხრილის ანალიზი';
$strAnd = 'და';
$strAnIndex = 'ინდექსი დამატებულია ველზე %s';
$strAny = 'ნებისმიერი.';
$strAnyHost = 'ნებისმიერი ჰოსტი';
$strAnyUser = 'ნებისმიერი მომხმარებელი';
$strAPrimaryKey = 'პირველადი გასაღები დამატებულია ველზე %s';
$strAscending = 'ამომავალი';
$strAtBeginningOfTable = 'ცხრილის დასაწყისში';
$strAtEndOfTable = 'ცხრილის დასასრულში';
$strAttr = 'ატრიბუტები';
 
$strBack = 'უკან';
$strBinary = 'ბინარული';
$strBinaryDoNotEdit = 'ბინარული - არ რედაქტირდება';
$strBookmarkDeleted = 'სანიშნი წაიშალა.';
$strBookmarkLabel = 'ჭდე';
$strBookmarkQuery = 'SQL-შეკითხვის(მოთხოვნის) სანიშნი';
$strBookmarkThis = 'მოცემული SQL-შეკითხვის(მოთხოვნის) სანიშნი';
$strBookmarkView = 'მხოლოდ დათვალიერება';
$strBrowse = 'ნახვა';
$strBzip = '"bzip შეკუმშვა"';
 
$strCantLoadRecodeIconv = 'ვერ ჩაიტვირთა iconv,რაც საჭიროა charset-ის ასამუშავებლად, შეცვალეთ php-ს კონფიგურირება თუ გინდათ ამ ფუნქციის გამოყენება, ან გამორთეთ charset ფუნქცია phpMyAdmin-ში';
$strCantRenameIdxToPrimary = 'PRIMARY-ში ინდექსის სახელის შეცვლა შეუძლებელია!';
$strCantUseRecodeIconv = 'iconv-ს ან libiconv-ს და recode_string-ს ვერ იყენებს, მაშინ როდესაც ფუნქცია ჩატვირთულია. შეამოწმეთ php კონფიგურაცია.';
$strCardinality = 'ელემენტების რაოდენობა';
$strChange = 'შეცვლა';
$strChangeDisplay = 'აირჩიეთ მონაცემი გვერდზე გამოსაჩენად';
$strChangePassword = 'შეცვალე პაროლი';
$strCheckAll = 'მონიშნე ყველა';
$strCheckTable = 'ცხრილის შემოწმება';
$strChoosePage = 'აირჩიეთ გვერდი რედაქტირებისთვის';
$strColumnNames = 'სვეტის სახელები';
$strComments = 'კომენტარი';
$strCompleteInserts = 'სრულყოფილი ჩამატება';
$strConfigFileError = 'phpMyAdmin-მა ვერ შეძლო კონფიგურაციის ფაილის წაკითხვა!<br/>ეს მაშინ ხდება თუ php-მ იპოვა parse შეცდომა, ან php-მ ვერ იპოვა ფაილი.<br />გამოიძახეთ კონფიგურაციის ფაილი და ქვევით ჩამოწერილი შეცდომები გაასწორეთ. უმეტეს შემთხვევაში წერტილ-მძიმე აკლია ხოლმე.<br />თუ ცარიელი გვერდი ჩამოიტვირთა, ესეიგი ყველაფერი რიგზეა.';
$strConfigureTableCoord = 'საჭიროა %s ცხრილის კოორდინატების კონფიგურირება';
$strCookiesRequired = 'ამ ადგილის შემდეგ Cookies უნდა ჩართოთ.';
$strCopyTable = 'ცხრილის კოპირება (ბაზა<b>.</b>ცხრილი):';
$strCopyTableOK = 'ცხრილი %s კოპირებულია %s ცხრილში.';
$strCreate = 'შექმნა';
$strCreateIndex = '&nbsp;%s&nbsp;ინდექსის შექმნა სვეტებზე';
$strCreateIndexTopic = 'ახალი ინდექსის შექმნა';
$strCreateNewDatabase = 'ახალი მონაცემთა ბაზის შექმნა';
$strCreateNewTable = 'მონაცემთა ბაზაში ახალი ცხრილის შექმნა %s';
$strCreatePage = 'შექმენი ახალი გვერდი';
$strCriteria = 'კრიტერია';
 
$strData = 'მონაცემები';
$strDatabase = 'მონაცემთა ბაზა';
$strDatabaseHasBeenDropped = 'მონაცემთა ბაზა %s წაიშალა.';
$strDatabases = 'ბაზები';
$strDatabasesStats = 'მონაცემთა ბაზის სტატისტიკა';
$strDataOnly = 'მხოლოდ მონაცემები';
$strDefault = 'ავტო მნიშვნელობა';
$strDelete = 'წაშლა';
$strDeleted = 'სტრიქონი წაიშალა';
$strDeletedRows = 'სტრიქონები წაიშალა:';
$strDescending = 'შუთავსებელი';
$strDisplayOrder = 'დათვალიერების წესი:';
$strDisplayPDF = 'PDF სქემის ჩვენება';
$strDoAQuery = 'შეასრულე "მოთხოვნა მაგალითის მოხედვით" (ნებისმიერი სიმბოლოს აღმნიშვნელია: "%")';
$strDocu = 'დოკუმენტაცია';
$strDoYouReally = 'დარწმუნებული ხართ, რომ გინდათ ';
$strDrop = 'წაშლა';
$strDumpingData = 'მონაცემები ცხრილიდან ';
$strDynamic = 'დინამიური';
 
$strEdit = 'შესწორება';
$strEditPDFPages = 'PDF გვერდების რედაქტირება';
$strEditPrivileges = 'პრივილეგიების რედაქტირება';
$strEffective = 'ეფექტური';
$strEmpty = 'ცარიელი';
$strEmptyResultSet = 'MySQL-ის მიერ დააბრუნებული ჩანაწერების რაოდენობაა 0.';
$strEnd = 'დასასრული';
$strEnglishPrivileges = ' შენიშვნა: MySQL-ის პრივილეგიები ენიჭება ინგლისურად ';
$strError = 'შეცდომა';
$strExport = 'ექსპორტი';
$strExtendedInserts = 'ჩამატების გაფართოება';
$strExtra = 'სხვა';
 
$strField = 'ველი';
$strFieldHasBeenDropped = 'ველი %s წაიშალა';
$strFields = 'ველები';
$strFieldsEmpty = ' ველების მთვლელი ცარიელია! ';
$strFieldsEnclosedBy = 'ველები ჩაკეტილია by';
$strFieldsEscapedBy = 'ველები გახსნილია by';
$strFieldsTerminatedBy = 'ველები განცალკავებულია by';
$strFixed = 'გამართულია';
$strFlushTable = 'კეში გადატანა ("FLUSH") ცხრილში';
$strFormat = 'ფორმატი';
$strFormEmpty = 'საჭიროა ფორმის აღმნიშვნელები!';
$strFullText = 'სრული ტექსტი';
$strFunction = 'ფუნქცია';
 
$strGenBy = 'შექმნილია by';
$strGenTime = 'შექმნის დრო';
$strGo = 'შესრულება';
$strGzip = '"gzip-ში შეკუმშვა"';
 
$strHasBeenAltered = 'შეიცვალა.';
$strHasBeenCreated = 'შეიქმნა.';
$strHaveToShow = 'თქვენ ერთი ცხრილი მაინც უნდა აირჩიოთ';
$strHome = 'დასაწყისი';
$strHomepageOfficial = 'phpMyAdmin ოფიციალური ვებგვერდი';
$strHost = 'ჰოსტი';
$strHostEmpty = 'ჰოსტის სახელი ცარიელია!';
 
$strIdxFulltext = 'სრული ტექსტი';
$strIgnore = 'იგნორირება';
$strIndex = 'ინდექსირება';
$strIndexes = 'ინდექსები';
$strIndexHasBeenDropped = 'ინდექსი %s წაიშალა';
$strIndexName = 'ინდექსის სახელი&nbsp;:';
$strIndexType = 'ინდექსის ტიპი&nbsp;:';
$strInsert = 'დამატება';
$strInsertAsNewRow = 'დამატება ახალ ჩანაწერად';
$strInsertedRows = 'სტრიქონების დამატება:';
$strInsertNewRow = 'დაამატე ახალი სტრიქონი';
$strInUse = 'გამოყენებულია';
 
$strKeepPass = 'არ შეცვალო ეს პაროლი';
$strKeyname = 'Keyname';
$strKill = 'Kill';
 
$strLengthSet = 'სიგრძე/მნიშვნელობა*';
$strLimitNumRows = 'სტრიქონის რაოდენობა თითოეულ გვერდზე';
$strLinesTerminatedBy = 'სტრიქონები დაყოფილია by';
$strLinkNotFound = 'ლინკი ვერ ვიპოვე';
$strLinksTo = 'ლინკები';
$strLocationTextfile = 'მიუთითეთ ტექსტური ფაილის მდებარეობა';
$strLogin = 'ლოგინი';
$strLogout = 'გასვლა';
$strLogPassword = 'პაროლი:';
$strLogUsername = 'სახელი:';
 
$strModifications = 'ცვლილებები შენახულია';
$strModify = 'შეცვალე';
$strModifyIndexTopic = 'ინდექსის შეცვლა';
$strMoveTable = 'გადაიტანე ცხრილები (მონაცემთა ბაზა<b>.</b>ცხრილი):';
$strMoveTableOK = 'ცხრილი %s გადატანილია %s ში.';
$strMySQLCharset = 'MySQL Charset-ი';
$strMySQLSaid = 'MySQL-მა თქვა: ';
$strMySQLShowProcess = 'პროცესების შვენება';
$strMySQLShowStatus = 'MySQL მონაცემთა ბაზის მდგომარეობის ჩვენება';
$strMySQLShowVars = 'MySQL მონაცემთა ბაზის სისტემური ცვლადები';
 
$strName = 'სახელი';
$strNext = 'შემდეგი';
$strNo = 'არა';
$strNoDatabases = 'ცარიელია';
$strNoDescription = 'შინაარსი არ არის';
$strNoDropDatabases = '"DROP DATABASE" ოპერატორები გათიშულია.';
$strNoFrames = 'phpMyAdmin-თან სამუშაოდ საჭიროა ისეთი ბროუზერი რომელიც <b>ფრეიმებთან</b> მუშაობს.';
$strNoIndex = 'ინდექსი არ არსებობს!';
$strNoIndexPartsDefined = 'ინდექსის ნაწილები არ არსებობს!';
$strNoModification = 'ცვლილებები არ მომხდარა';
$strNone = 'არა';
$strNoPassword = 'არ არის პარილი';
$strNoPhp = 'PHP კოდის გარეშე';
$strNoPrivileges = 'არ არის პრივილეგიები';
$strNoRights = 'თქვენ არაგაქვთ ამის უფლება!';
$strNoTablesFound = 'მონაცემთა ბაზა არ შეიცავს ცხრილებს.';
$strNotNumber = 'ეს რიცხვი არაა!';
$strNotSet = '<b>%s</b> ცხრილი ვერ ვიპვე ან უწესრიგობაა %s-ში';
$strNoUsersFound = 'მომხმარებელი არ არის ნაპოვნი.';
$strNull = 'ნული';
$strNumSearchResultsInTable = '%s შესაბამისობა ცხრილის შიგნით<i>%s</i>';
$strNumSearchResultsTotal = '<b>სულ:</b> <i>%s</i> შესაბამისობა';
 
$strOperations = 'ოპერაციები';
$strOptimizeTable = 'ცხრილის ოპტიმიზაცია';
$strOr = 'ან';
$strOverhead = 'ზედმეტი';
 
$strPageNumber = 'გვერდის ნომერი:';
$strPartialText = 'ტექსტების ნაწილი';
$strPassword = 'პაროლი';
$strPasswordEmpty = 'პაროლი ცარიელია!';
$strPasswordNotSame = 'პაროლები განსხვავდება!';
$strPdfDbSchema = '"%s"-ს სქემა %s მონაცემთა ბაზაში';
$strPdfInvalidTblName = 'The "%s" table does not exist!';
$strPhp = 'PHP კოდის შექმნა';
$strPHPVersion = 'PHP ვერსია';
$strPmaDocumentation = 'phpMyAdmin-ის დოკუმენტაცია';
$strPmaUriError = 'დირექტივა <tt>$cfgPmaAbsoluteUri</tt> უნდა დაყენდეს კონფიგურაციის ფაილში!';
$strPos1 = 'დასაწყისი';
$strPrevious = 'წინა';
$strPrimary = 'პირველადი';
$strPrimaryKeyHasBeenDropped = 'პირველი გასაღები წაშლილია';
$strPrimaryKeyName = 'პირველი გასაღების სახელი უნდა იყოს PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>უნდა იყოს მხოლოდ</b> პირველი გასაღების სახელი!)';
$strPrintView = 'ბეჭდვისთვის';
$strPrivileges = 'პრივილეგიები';
 
$strQBE = 'ამორჩევა მაგალითის მიხედვით';
$strQBEDel = 'წაშლა';
$strQBEIns = 'დამატება';
$strQueryOnDb = 'SQL-შეკითხვა <b>%s</b> მონაცემთა ბაზაში:';
 
$strRecords = 'ჩანაწერები';
$strReferentialIntegrity = 'მონაცემთა შემოწმება:';
$strRelationView = 'ურთიერთობათა სახე';
$strReloadMySQL = 'MySQL-ის გადატვირთვა';
$strRenameTable = 'სახელის შეცვლა';
$strRenameTableOK = 'ცხრილი %s გადაკეთდა %s-დ';
$strRepairTable = 'ცხრილის აღდგენა';
$strReplaceTable = 'შეცვალე ცხრილი მონაცემებით შემდეგი ფაილიდან';
$strReset = 'საწყისი მნიშვნელობები';
$strReType = 'დამოწმება';
$strRevoke = 'გაუქმება';
$strRevokeMessage = 'თქვენ შეცვალეთ პრივიკებიები %s-სთვის';
$strRowLength = 'სტრიქონის სიგრძე ';
$strRows = 'ჩანაწერები';
$strRowsFrom = 'სტრიქონი. საწყისი სტრიქონი:';
$strRowSize = ' სტრიქონის ზომა ';
$strRowsModeHorizontal = 'ჰორიზონტალური';
$strRowsModeOptions = '%s-ს რეჟიმში, სათაურები %s სვეტების სემდეგ';
$strRowsModeVertical = 'ვერტიკალური';
$strRowsStatistic = 'სტრიქონის სტატისტიკა';
$strRunning = 'გაშვებულია ჰოსტზე %s';
$strRunQuery = 'სესრულება';
$strRunSQLQuery = 'შეასრულე SQL მოთხოვნა/მოთხოვნები მონაცემთა ბაზაზე %s';
 
$strSave = 'შენახვა';
$strScaleFactorSmall = 'მაშტაბის ფაქტორი ძალიან პატარაა იმისთვის, რომ გვერდის სქემაში აისახოს';
$strSearch = 'ძებნა';
$strSearchFormTitle = 'ძებნა მონაცემთა ბაზაში';
$strSearchInTables = 'Inside ცხრილი:';
$strSearchNeedle = 'საძიებელი სიტყვები ან მნიშვნელობები (wildcard: "%"):';
$strSearchOption1 = 'ერთი სიტყვა მაინც';
$strSearchOption2 = 'ყველა სიტყვა';
$strSearchOption3 = 'ზუსტი ფრაზა';
$strSearchOption4 = 'როგორც სწორი ფრაზა';
$strSearchResultsFor = 'ძებნის შედეგი "<i>%s</i>" %s:';
$strSearchType = 'ძიება:';
$strSelectADb = 'გთხოვთ მონიშნეთ მონაცემთა ბაზა';
$strSelectAll = 'ყველას მონიშვნა';
$strSelectFields = 'აირჩიეთ ველები (მინიმუმ ერთი მაინც):';
$strSelectNumRows = 'მოთხოვნაში';
$strSelectTables = 'ცხრილის მონიშვნა';
$strSend = 'ფაილად შენახვა';
$strServerChoice = 'სერვერის არჩევა';
$strServerVersion = 'სერვერის ვერსია';
$strSetEnumVal = '"enum" ან "set" ტიპის ველებისათვის მონაცემები შეიყვანეთ შემდეგი ფორმატის მიხედვით: \'a\',\'b\',\'c\'...<br />თუ თქვენ დაგჭირდებათ დახრილი ხაზის ("\") ან დახრილი ხაზისა და აპოსტროფის ("\'") შეყვანა, ამ სიმბოლოების წინ და შორის ჩასვით დახრილი ხაზი ისე როგორც აქაა (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'გამოიტანე';
$strShowAll = 'ყველას დათვალიერება';
$strShowColor = 'ფერების ჩვენება';
$strShowGrid = 'ჩვენების ბადე';
$strShowingRecords = 'ნაჩვენებია ჩანაწერები ';
$strShowPHPInfo = 'PHP ინფორმაცია';
$strShowTableDimension = 'ცხრილის ჩვენების ცვლილება';
$strShowTables = 'ცხრილების დათვალიერება';
$strShowThisQuery = ' მოცემული შეკითხვის ხელახლა ჩვენება ';
$strSingly = '(ცალკე)';
$strSize = 'ზომა';
$strSort = 'სორტირება';
$strSpaceUsage = 'გამოყენებული სივრცე';
$strSplitWordsWithSpace = 'სიტყვები არის დაშლილია ცალკეულ სიმბოლოენად (" ").';
$strSQL = 'SQL-ი';
$strSQLQuery = 'SQL-ის ამორჩევა';
$strSQLResult = 'SQL შედეგი';
$strStatement = 'აღწერა';
$strStrucCSV = 'CSV მონაცემები';
$strStrucData = 'სტრუქტურა და მონაცემები';
$strStrucDrop = 'არსებულის წაშლა და დამატება';
$strStrucExcelCSV = 'CSV MS Excel-ის მონაცემებისთვის ';
$strStrucOnly = 'მხოლოდ სტრუქტურა';
$strStructPropose = 'ცხრილის სტრუქტურის შეთავაზება';
$strStructure = 'სტრუქტურა';
$strSubmit = 'თანხმობა';
$strSuccess = 'თქვენი SQL მოთხოვნა წარმატებით შესრულდა';
$strSum = 'ჯამი';
 
$strTable = 'ცხრილი ';
$strTableComments = 'კომენტარი ცხრილზე';
$strTableEmpty = 'ცხრილის სახელი არა არის მითითებული!';
$strTableHasBeenDropped = 'ცხრილი %s წაიშალა';
$strTableHasBeenEmptied = 'ცხრილი %s დაცარიელდა';
$strTableHasBeenFlushed = 'ცხრილი %s კეშირებულია';
$strTableMaintenance = 'ცხრილის მომსახურება';
$strTables = '%s ცხრილი';
$strTableStructure = 'ცხრილის სტრუქტურა. ცხრილი:';
$strTableType = 'ცხრილის ტიპი';
$strTextAreaLength = ' მისი სიგრძის გამო,<br /> ეს ველი შეიძლება არ არის რედაქტირებადი ';
$strTotal = 'სულ ცხრილში';
$strType = 'ტიპი';
 
$strUncheckAll = 'Uncheck All';
$strUnique = 'უნიკალური';
$strUnselectAll = 'მონიშვნის გაუქმება';
$strUpdatePrivMessage = 'პრივილეგიები განახლდა %s-სთვის.';
$strUpdateProfileMessage = 'პროფაილი განახლდა.';
$strUpdateQuery = 'შეკითხვის (მოთხოვნის) განახლება';
$strUsage = 'მოცულობა';
$strUseBackquotes = 'შებრუნებული ბრჭყალები';
$strUser = 'მომხმარებელი';
$strUserEmpty = 'მომხმარებლის სახელი ცარიელია!';
$strUserName = 'მომხმარებლის სახელი';
$strUseTables = 'მომხმარებლის ცხრილები';
 
$strValue = 'მნიშვნელობა';
$strViewDump = 'ცხრილისი სქემა';
$strViewDumpDB = 'მონაცემთა ბაზის სქემა';
 
$strWelcome = 'კეთილი იყოს თქვენი მობრძანება %s';
$strWithChecked = 'მონიშნულებთან:';
$strWrongUser = 'არასწორი სახელი/პაროლი. მიმართვა ბლოკირებულია';
 
$strYes = 'კი';
 
$strZip = '"zip-ში შეკუმშვა"';
 
$strAllTableSameWidth = 'display all Tables with same width?'; //to translate
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
 
$strCharsetOfFile = 'Character set of the file:'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
 
$strDisabled = 'Disabled'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
 
$strEnabled = 'Enabled'; //to translate
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strExplain = 'Explain SQL'; //to translate
 
$strGeneralRelationFeat = 'General relation features'; //to translate
 
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNotOK = 'not OK'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
 
$strOK = 'OK'; //to translate
 
$strPdfNoTables = 'No tables'; //to translate
 
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
 
$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
$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
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
 
$strValidateSQL = 'Validate SQL'; //to translate
 
$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
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$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
$strServer = 'Server'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$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
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
 
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strConnections = 'Connections'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strPerHour = 'per hour'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryType = 'Query type'; //to translate
$strReceived = 'Received'; //to translate
$strSent = 'Sent'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strTraffic = 'Traffic'; //to translate
$strVar = 'Variable'; //to translate
 
$strCommand = 'Command'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strId = 'ID'; //to translate
$strProcesslist = 'Process list'; //to translate
$strStatus = 'Status'; //to translate
$strTime = 'Time'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
 
$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
$strLaTeX = 'LaTeX'; //to translate
 
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this 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
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, 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
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
$strDumpXRows = 'Dump %s row(s) starting at record # %s.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$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
$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
$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
$strAutodetect = 'Autodetect'; //to translate
$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
$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
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$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.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //to translate
$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'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/german-iso-8859-1.inc.php
0,0 → 1,1004
<?php
/* $Id: german-iso-8859-1.inc.php,v 2.141.2.2 2006/03/23 17:42:13 lem9 Exp $ */
 
/**
* For suggestions concerning this file please contact
* Alexander M. Turek <rabus at users.sourceforge.net>.
*
* Bei Verbesserungsvorschlägen diese Datei betreffend wenden Sie sich bitte an
* Alexander M. Turek <rabus at users.sourceforge.net>.
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa');
$month = array('Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y um %H:%M';
$timespanfmt = '%s Tage, %s Stunden, %s Minuten und %s Sekunden';
 
$strAbortedClients = 'Abgebrochen';
$strAbsolutePathToDocSqlDir = 'Bitte geben Sie den vollständigen Pfad auf dem Webserver zum docSQL-Verzeichnis ein.';
$strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Kennwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.';
$strAccessDenied = 'Zugriff verweigert.';
$strAction = 'Aktion';
$strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufügen';
$strAddConstraints = 'Constraints hinzufügen';
$strAddDeleteColumn = 'Spalten hinzufügen/entfernen';
$strAddDeleteRow = 'Zeilen hinzufügen/entfernen';
$strAddDropDatabase = 'DROP DATABASE hinzufügen';
$strAddedColumnComment = 'Spaltenkommentar wurde hinzugefügt';
$strAddedColumnRelation = 'Spaltenbeziehung wurde hinzugefügt';
$strAddFields = '%s Felder hinzufügen';
$strAddHeaderComment = 'Individuelle Kommentare für den Kopfbereich (\\n erzeugt einen Zeilenumbruch)';
$strAddIfNotExists = 'Mit \'IF NOT EXISTS\'';
$strAddIntoComments = 'In Kommentarbereich einbeziehen';
$strAddNewField = 'Neue Felder hinzufügen';
$strAddPrivilegesOnDb = 'Rechte zu folgender Datenbank hinzufügen';
$strAddPrivilegesOnTbl = 'Rechte zu folgender Tabelle hinzufügen';
$strAddSearchConditions = 'Eigenes Filterkriterium (Argumente für den WHERE-Ausdruck):';
$strAddToIndex = '%s&nbsp;Spalten zum Index hinzufügen';
$strAddUserMessage = 'Der Benutzer wurde hinzugefügt.';
$strAddUser = 'Neuen Benutzer hinzufügen';
$strAdministration = 'Administration';
$strAffectedRows = ' Betroffene Datensätze: ';
$strAfterInsertBack = 'zurück';
$strAfterInsertNewInsert = 'anschließend einen weiteren Datensatz einfügen';
$strAfterInsertNext = 'nächste Zeile bearbeiten';
$strAfterInsertSame = 'Zurück zu dieser Seite';
$strAfter = 'Nach %s';
$strAll = 'Alle';
$strAllTableSameWidth = 'Sollen alle Tabellen mit der gleichen Breite angezeigt werden?';
$strAlterOrderBy = 'Tabelle sortieren nach';
$strAnalyzeTable = 'Analysiere Tabelle';
$strAnd = 'und';
$strAnIndex = 'Ein Index wurde in %s erzeugt';
$strAnyHost = 'Jeder Host';
$strAny = 'Jeder';
$strAnyUser = 'Jeder Benutzer';
$strApproximateCount = 'Es kann sich hierbei um Näherungswerte handeln. Bitte lesen Sie auch FAQ 3.11';
$strAPrimaryKey = 'Ein Primärschlüssel wurde in %s erzeugt';
$strArabic = 'Arabisch';
$strArmenian = 'Armenisch';
$strAscending = 'aufsteigend';
$strAtBeginningOfTable = 'An den Anfang der Tabelle';
$strAtEndOfTable = 'An das Ende der Tabelle';
$strAttr = 'Attribute';
$strAutodetect = 'Autom. Erkennung';
$strAutomaticLayout = 'Automatische Anordnung';
 
$strBack = 'Zurück';
$strBaltic = 'Baltisch';
$strBeginCut = 'AUSSCHNITTSANFANG';
$strBeginRaw = 'BEGINN DER AUSGABE';
$strBinary = 'Binär';
$strBinaryDoNotEdit = 'Binär - nicht editierbar!';
$strBinaryLog = 'Binäres Protokoll';
$strBinLogEventType = 'Ereignistyp';
$strBinLogInfo = 'Information';
$strBinLogName = 'Protokoll';
$strBinLogOriginalPosition = 'Ursprungsposition';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server-ID';
$strBookmarkAllUsers = 'Diese gespeicherte SQL-Abfrage für jeden Benutzer verfügbar machen';
$strBookmarkDeleted = 'SQL-Abfrage wurde gelöscht.';
$strBookmarkLabel = 'Titel';
$strBookmarkQuery = 'Gespeicherte SQL-Abfrage';
$strBookmarkThis = 'SQL-Abfrage speichern';
$strBookmarkView = 'Nur zeigen';
$strBrowse = 'Anzeigen';
$strBrowseForeignValues = 'Fremdschlüsselwerte ansehen';
$strBufferPoolActivity = 'Speicherpuffer-Aktivität';
$strBufferPool = 'Speicherpuffer';
$strBufferPoolUsage = 'Auslastung des Speicherpuffers';
$strBufferReadMisses = 'Fehlgeschlagene Leseanfragen';
$strBufferReadMissesInPercent = 'Fehlgeschlagene Leseanfragen in %';
$strBufferWriteWaitsInPercent = 'Schreibverzögerungen in %';
$strBufferWriteWaits = 'Schreibverzögerungen';
$strBulgarian = 'Bulgarisch';
$strBusyPages = 'Ausgelastete Seiten';
$strBzError = 'phpMyAdmin konnte die Datei wegen eines Fehler in der Bz2-Erweiterung in dieser php-Version nicht komprimieren. Es wird deshalb empfohlen die Einstellung <code>$cfg[\'BZipDump\']</code> in Ihrer phpMyAdmin-Konfiguration auf <code>FALSE</code> zu setzen. Falls Sie die Bz2-Kompressionsfunktionen dennoch nutzen wollen, so sollten Sie eine neuere php-Version installieren. Bitte lesen Sie auch den php-Bugreport %s für weitere Informationen.';
$strBzip = 'BZip-komprimiert';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Die Import-Plugins konnten nicht geladen werden. Bitte überprüfen Sie Ihre phpMyAdmin-Installation.';
$strCannotLogin = 'Die Anmeldung am MySQL-Server ist fehlgeschlagen.';
$strCantLoad = 'Die Erweiterung [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] kann nicht geladen werden. Bitte überprüfen Sie Ihre PHP-Konfiguration.';
$strCantLoadRecodeIconv = 'Die PHP-Erweiterungen iconv und recode, welche für die Zeichensatzkonvertierung benötigt werden, konnten nicht geladen werden. Bitte ändern Sie Ihre PHP-Konfiguration und aktivieren Sie diese Erweiterungen oder deaktivieren Sie die Zeichensatzkonvertierung in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kann Index nicht in PRIMARY umbenennen!';
$strCantUseRecodeIconv = 'Weder die iconv- noch libiconv- oder recode_string-Funktion konnte verwandt werden, obwohl die benötigten php-Erweiterungen angeblich geladen wurden. Bitte überprüfen Sie Ihre PHP-Konfiguration.';
$strCardinality = 'Kardinalität';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Mitteleuropäisch';
$strChange = 'Ändern';
$strChangeCopyModeCopy = ' ... behalte den alten bei.';
$strChangeCopyModeDeleteAndReload = ' ... lösche den alten und lade anschließend die Benutzertabellen neu.';
$strChangeCopyMode = 'Erstelle einen neuen Benutzer mit identischen Rechten und ...';
$strChangeCopyModeJustDelete = ' ... lösche den alten von den Benutzertabellen.';
$strChangeCopyModeRevoke = ' ... entziehe dem alten alle Rechte und lösche ihn anschließend.';
$strChangeCopyUser = 'Logininformation ändern / Benutzer kopieren';
$strChangeDisplay = 'Anzuzeigende Spalte bestimmen';
$strChangePassword = 'Kennwort ändern';
$strCharsetOfFile = 'Zeichencodierung der Datei:';
$strCharsetsAndCollations = 'Zeichensätze und Kollationen';
$strCharsets = 'Zeichensätze';
$strCharset = 'Zeichensatz';
$strCheckAll = 'Alle auswählen';
$strCheckOverhead = 'Tabellen m. Überhang ausw.';
$strCheckPrivsLong = 'Überprüft die Rechte für die Datenbank &quot;%s&quot;.';
$strCheckPrivs = 'Rechte überprüfen';
$strCheckTable = 'Überprüfe Tabelle';
$strChoosePage = 'Bitte wählen Sie die zu bearbeitende Seite.';
$strColComFeat = 'Darstellung von Spaltenkommentaren';
$strCollation = 'Kollation';
$strColumnNames = 'Spaltennamen';
$strColumnPrivileges = 'Spaltenspezifische Rechte';
$strCommand = 'Befehl';
$strCommentsForTable = 'TABELLENKOMMENTARE';
$strComments = 'Kommentare';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Vollständige \'INSERT\'s';
$strCompression = 'Kompression';
$strConfigFileError = 'phpMyAdmin konnte Ihre Konfigurationsdatei nicht verarbeiten!<br />Dies kann passieren, wenn der PHP-Parser Syntaxfehler in ihr findet oder sie nicht existiert.<br />Bitte rufen Sie die Konfigurationsdatei über den unteren Link direkt auf und lesen Sie die PHP-Fehlermeldungen, die Sie erhalten. Meistens fehlt bloß irgendwo ein Anführungszeichen oder Semikolon.<br />Wenn Sie eine leere Seite erhalten, ist Ihre Konfigurationsdatei in Ordnung.';
$strConfigureTableCoord = 'Bitte konfigurieren Sie die Koordinaten für die Tabelle %s';
$strConnectionError = 'Die Verbindung konnte aufgrund von ungültigen Einstellungen nicht hergestellt werden.';
$strConnections = 'Verbindungen';
$strConstraintsForDumped = 'Constraints der exportierten Tabellen';
$strConstraintsForTable = 'Constraints der Tabelle';
$strCookiesRequired = 'Ab diesem Punkt müssen Cookies aktiviert sein.';
$strCopyDatabaseOK = 'Datenbank %s wurde nach %s kopiert';
$strCopy = 'Kopieren';
$strCopyTable = 'Kopiere Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strCopyTableOK = 'Tabelle %s wurde nach %s kopiert.';
$strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!';
$strCouldNotKill = 'phpMyAdmin konnte den Prozess %s nicht abbrechen. Er wurde wahrscheinlich bereits geschlossen.';
$strCreate = 'Anlegen';
$strCreateDatabaseBeforeCopying = 'Vor dem Kopieren CREATE DATABASE ausführen.';
$strCreateIndex = 'Index über&nbsp;%s&nbsp;Spalten anlegen';
$strCreateIndexTopic = 'Neuen Index anlegen';
$strCreateNewDatabase = 'Neue Datenbank anlegen';
$strCreateNewTable = 'Neue Tabelle in Datenbank %s erstellen';
$strCreatePage = 'Neue Seite erstellen';
$strCreatePdfFeat = 'Erzeugen von PDFs';
$strCreationDates = 'Erzeugungs- / Aktualisierungs- / Überprüfungszeiten';
$strCriteria = 'Kriterium';
$strCroatian = 'Kroatisch';
$strCSVOptions = 'CSV-Optionen';
$strCyrillic = 'Kyrillisch';
$strCzechSlovak = 'Tschechoslowakisch';
$strCzech = 'Tschechisch';
 
$strDanish = 'Dänisch';
$strDatabase = 'Datenbank';
$strDatabaseEmpty = 'Der Datenbankname ist leer!';
$strDatabaseExportOptions = 'Export-Optionen der Datenbank';
$strDatabaseHasBeenDropped = 'Datenbank %s wurde gelöscht.';
$strDatabaseNoTable = 'Diese Datenbank enthält keine Tabelle!';
$strDatabases = 'Datenbanken';
$strDatabasesDropped = 'Es wurden %s Datenbanken gelöscht.';
$strDatabasesStatsDisable = 'Datenbankstatistiken deaktivieren';
$strDatabasesStatsEnable = 'Datenbankstatistiken aktivieren';
$strDatabasesStatsHeavyTraffic = 'Bitte beachten Sie: Das Aktivieren der Datenbankstatistiken kann starken Traffic zwischen dem Web- und dem MySQL-Server zur Folge haben.';
$strDatabasesStats = 'Statistik über alle Datenbanken';
$strData = 'Daten';
$strDataDict = 'Strukturverzeichnis';
$strDataOnly = 'Nur Daten';
$strDataPages = 'Daten enthaltende Seiten';
$strDBComment = 'Datenbankkommentar: ';
$strDBCopy = 'Datenbank kopieren nach';
$strDBGContextID = 'Kontext-ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Treffer';
$strDBGLine = 'Zeile';
$strDBGMaxTimeMs = 'Max. Zeit in ms';
$strDBGMinTimeMs = 'Min. Zeit in ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Zeit/Treffer in ms';
$strDBGTotalTimeMs = 'Gesamtzeit in ms';
$strDbPrivileges = 'Datenbankspezifische Rechte';
$strDBRename = 'Datenbank umbenennen in';
$strDbSpecific = 'datenbankspezifisch';
$strDefaultEngine = 'Neue Tabellen werden standardmäßig im Format %s angelegt.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'Bitte geben Sie jeweils nur einen Standardwert ohne Escape- oder Anführungszeichen an.';
$strDefragment = 'Tabelle defragmentieren';
$strDelayedInserts = 'Verzögerten INSERT-Befehl verwenden';
$strDeleteAndFlushDescr = 'Dies ist zwar der sauberste Weg, jedoch kann es einige Zeit in Anspruch nehmen, die Benutzertabellen neu zu laden.';
$strDeleteAndFlush = 'Die Benutzer löschen und die Benutzertabellen anschließend neu laden.';
$strDeleted = 'Die Zeile wurde gelöscht.';
$strDeletedRows = 'Gelöschte Zeilen:';
$strDelete = 'Löschen';
$strDeleting = 'Lösche %s';
$strDelOld = 'Auf der aktuellen Seite bestehen Referenzen zu Tabellen, die nicht mehr existieren. Sollen diese Referenzen gelöscht werden?';
$strDescending = 'absteigend';
$strDescription = 'Beschreibung';
$strDictionary = 'Wörterbuch';
$strDirtyPages = 'Inkonsistente Seiten (&quot;dirty&quot;)';
$strDisabled = 'Deaktiviert';
$strDisableForeignChecks = 'Fremdschlüsselüberprüfung deaktivieren';
$strDisplayFeat = 'Anzeige verknüpfter Daten';
$strDisplayOrder = 'Sortierung nach:';
$strDisplayPDF = 'PDF-Schema anzeigen';
$strDoAQuery = 'Suche über Beispielwerte ("query by example") (Platzhalter: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Möchten Sie wirklich diese Abfrage ausführen ';
$strDropDatabaseStrongWarning = 'Sie sind dabei eine komplette Datenbank zu ZERSTÖREN!';
$strDrop = 'Löschen';
$strDropUsersDb = 'Die gleichnamigen Datenbanken löschen.';
$strDumpingData = 'Daten für Tabelle';
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
$strDumpXRows = 'Exportiere %s Datensätze ab Zeile %s.';
$strDynamic = 'dynamisch';
 
$strEdit = 'Bearbeiten';
$strEditPDFPages = 'PDF-Seiten bearbeiten';
$strEditPrivileges = 'Rechte ändern';
$strEffective = 'Effektiv';
$strEmpty = 'Leeren';
$strEmptyResultSet = 'MySQL lieferte ein leeres Resultat zurück (d.h. null Zeilen).';
$strEnabled = 'Aktiviert';
$strEncloseInTransaction = 'Export in einer Transaktion zusammenfassen';
$strEndCut = 'AUSSCHNITTSENDE';
$strEnd = 'Ende';
$strEndRaw = 'ENDE DER AUSGABE';
$strEngineAvailable = '%s ist auf diesem MySQL-Server verfügbar.';
$strEngineDisabled = '%s wurde auf diesem MySQL-Server deaktiviert.';
$strEngines = 'Formate';
$strEngineUnsupported = 'Dieser MySQL-Server unterstützt %s nicht.';
$strEnglish = 'Englisch';
$strEnglishPrivileges = ' Anmerkung: MySQL-Rechte werden auf Englisch angegeben. ';
$strError = 'Fehler';
$strEscapeWildcards = 'Platzhalter _ und % sollten mit einem \ escaped werden, um das gewünschte Sonderzeichen einzubinden';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estnisch';
$strExcelEdition = 'Excel-Ausgabe';
$strExcelOptions = 'Excel-Optionen';
$strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausführen';
$strExplain = 'SQL erklären';
$strExport = 'Exportieren';
$strExtendedInserts = 'Erweiterte \'INSERT\'s';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Fehlgeschlagen';
$strField = 'Feld';
$strFieldHasBeenDropped = 'Spalte %s wurde entfernt.';
$strFieldsEmpty = ' Sie müssen angeben wie viele Felder die Tabelle haben soll! ';
$strFieldsEnclosedBy = 'Felder eingeschlossen von';
$strFieldsEscapedBy = 'Felder escaped von';
$strFields = 'Felder';
$strFieldsTerminatedBy = 'Felder getrennt mit';
$strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte ändern Sie den Dateinamen oder wählen Sie die Überschreibungs-Option.';
$strFileCouldNotBeRead = 'Die Datei konnte nicht gelesen werden';
$strFileNameTemplate = 'Dateinamenskonvention';
$strFileNameTemplateRemember = 'Konvention merken';
$strFixed = 'starr';
$strFlushPrivilegesNote = 'Anmerkung: phpMyAdmin liest die Benutzerprofile direkt aus den entsprechenden MySQL-Tabellen aus. Der Inhalt dieser Tabellen kann sich von den Benutzprofilen, die MySQL z.Zt. verwendet, unterscheiden, wenn manuelle Änderungen vorgenommen wurden. In diesem Fall sollten Sie %sdie Benutzerprofile neu laden%s bevor Sie fortfahren.';
$strFlushTable = 'Leeren des Tabellencaches ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Das Formular ist leer !';
$strFreePages = 'Unbenutzte Seiten';
$strFullText = 'vollständige Textfelder';
$strFunction = 'Funktion';
 
$strGenBy = 'Erstellt von';
$strGeneralRelationFeat = 'Allgemeine Verknüpfungsfunktionen';
$strGenerate = 'Generieren';
$strGeneratePassword = 'Passwort generieren';
$strGenTime = 'Erstellungszeit';
$strGeorgian = 'Georgisch';
$strGerman = 'Deutsch';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale Rechte';
$strGlobalValue = 'Globaler Wert';
$strGo = 'OK';
$strGrantOption = 'Grant';
$strGreek = 'Griechisch';
$strGzip = 'GZip-komprimiert';
 
$strHasBeenAltered = 'wurde geändert.';
$strHasBeenCreated = 'wurde erzeugt.';
$strHaveToShow = 'Bitte wählen Sie mindestens eine anzuzeigende Spalte';
$strHebrew = 'Hebräisch';
$strHexForBinary = 'Hexadezimalschreibweise für Binärfelder verwenden';
$strHome = 'Home';
$strHomepageOfficial = ' Offizielle phpMyAdmin-Homepage ';
$strHostEmpty = 'Es wurde kein Host angegeben!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Exportoptionen für Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Exportoptionen für Microsoft Word 2000';
$strHungarian = 'Ungarisch';
 
$strIcelandic = 'Isländisch';
$strId = 'ID';
$strIdxFulltext = 'Volltext';
$strIgnore = 'Ignorieren';
$strIgnoreInserts = 'Fehlerübergehenden INSERT-Befehl verwenden';
$strIgnoringFile = 'Die Datei %s wird ignoriert';
$strImportDocSQL = 'docSQL-Dateien importieren';
$strImportFiles = 'Dateiimport';
$strIndexes = 'Indizes';
$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
$strIndex = 'Index';
$strIndexName = 'Indexname:';
$strIndexType = 'Indextyp:';
$strIndexWarningMultiple = 'Es sollte nicht mehr als ein Index des Typs %s für die Spalte `%s` gesetzt sein';
$strIndexWarningPrimary = 'Die Index-Typen INDEX und PRIMARY sollten nicht gleichzeitig für die Spalte `%s` gesetzt sein';
$strIndexWarningTable = 'Warnungen bei den Indizes der Tabelle `%s`';
$strIndexWarningUnique = 'Die Index-Typen INDEX und UNIQUE sollten nicht gleichzeitig für die Spalte `%s` gesetzt sein';
$strInnoDBAutoextendIncrement = 'Autoerweiterungs-Schrittgröße';
$strInnoDBAutoextendIncrementDesc = 'Die Größe, um die ein Tablespace erweitert wird, wenn er voll ist.';
$strInnoDBBufferPoolSizeDesc = 'Die Größe des Arbeitsspeicherpuffers, den InnoDB verwendet, um Daten und Indizes zwischenzuspeichern.';
$strInnoDBBufferPoolSize = 'Größe des Speicherpuffers';
$strInnoDBDataFilePath = 'Datendateien';
$strInnoDBDataHomeDirDesc = 'Der Pfad des Verzeichnisses, unter welchem alle InnoDB-Datendateien abgelegt werden.';
$strInnoDBDataHomeDir = 'Pfad für Datendateien';
$strInnoDBPages = 'Seiten';
$strInnodbStat = 'InnoDB-Status';
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer &quot;root&quot; ohne Passwort), welche denen des MySQL-Standardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so können Unbefugte leicht von außen auf ihn zugreifen. Sie sollten diese Sicherheitslücke unbedingt schließen!';
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
$strInsertedRowId = 'Letzte automatisch eingefügte ID:';
$strInsertedRows = 'Eingefügte Zeilen:';
$strInsert = 'Einfügen';
$strInsertNewRow = 'Neue Zeile einfügen';
$strInternalNotNecessary = '* Eine interne Beziehung ist nicht notwendig, wenn sie bereits im InnoDB-Format vorliegt.';
$strInternalRelations = 'Interne Beziehungen';
$strInUse = 'in Benutzung';
$strInvalidFieldAddCount = 'Sie müssen mindestens ein Feld hinzufügen.';
 
$strJapanese = 'Japanisch';
$strJumpToDB = 'Zur Datenbank &quot;%s&quot; springen.';
$strJustDeleteDescr = 'Die &quot;gelöschten&quot; Benutzer könnten weiterhin wie gewohnt auf den Server zugreifen, bis die Benutzertabellen neu geladen werden.';
$strJustDelete = 'Die Benutzer aus den Benutzertabellen löschen.';
 
$strKeepPass = 'Kennwort nicht verändert';
$strKeyname = 'Name';
$strKill = 'Beenden';
$strKorean = 'Koreanisch';
 
$strLandscape = 'Querformat';
$strLatchedPages = 'Belegte Seiten';
$strLatexCaption = 'Tabellenbeschriftung';
$strLatexContent = 'Inhalt der Tabelle __TABLE__';
$strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung';
$strLatexContinued = '(Fortsetzung)';
$strLatexIncludeCaption = 'Tabellenbeschriftung einfügen';
$strLatexLabel = 'Kennzeichen';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-Optionen';
$strLatexStructure = 'Struktur der Tabelle __TABLE__';
$strLatvian = 'Lettisch';
$strLengthSet = 'Länge/Set';
$strLimitNumRows = 'Einträge pro Seite';
$strLinesTerminatedBy = 'Zeilen getrennt mit';
$strLinkNotFound = 'Der Verweis wurde nicht gefunden.';
$strLinksTo = 'Verweise';
$strLithuanian = 'Litauisch';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Datei';
$strLoginInformation = 'Logininformationen';
$strLogin = 'Login';
$strLogout = 'Neu einloggen';
$strLogPassword = 'Kennwort:';
$strLogServer = 'Server';
$strLogUsername = 'Benutzername:';
$strLongOperation = 'Diese Operation könnte einige Zeit beanspruchen. Trotzdem weitermachen?';
 
$strMaximumSize = 'Maximale Dateigröße: %s%s';
$strMbExtensionMissing = 'Die PHP-Erweiterung "mbstring" wurde nicht gefunden, trotzdem jedoch scheinen Sie einen Mehrbyte-Zeichensatz zu verwenden. Ohne besagte Erweiterung ist phpMyAdmin nicht in der Lage Zeichenketten zu trennen, was zu unerwarteten Ergebnissen führen kann.';
$strMbOverloadWarning = 'Sie haben die Option "mbstring.func_overload" in Ihrer PHP-Konfiguration aktiviert. Diese ist nicht kompatibel zu phpMyAdmin, weshalb es zu Problemen und Datenverlust kommen kann.';
$strMIME_available_mime = 'Verfügbare MIME-Typen';
$strMIME_available_transform = 'Verfügbare Umwandlungen';
$strMIME_description = 'Beschreibung';
$strMIME_MIMEtype = 'MIME-Typ';
$strMIME_nodescription = 'Für diese Umwandlung ist keine Beschreibung verfügar.<br />Für weitere Informationen wenden Sie sich bitte an den Autoren der Funktion &quot;%s&quot;.';
$strMIME_transformation = 'Darstellungsumwandlung';
$strMIME_transformation_note = 'Um eine Liste aller verfügbaren MIME-Typen-Umwandlungen und deren Optionen zu sehen, klicken Sie bitte auf %sUmwandlungen%s';
$strMIME_transformation_options_note = 'Bitte die Werte für die Umwandlungsoptionen in folgendem Format angeben: \'a\',\'b\',\'c\',... Wann immer Sie ein Backslash ("\") oder ein einfaches Anführungszeichen ("\'") verwenden, setzen Sie bitte ein Backslash vor das Zeichen. (z. B.: \'\\\\xyz\' oder \'a\\\'b\').';
$strMIME_transformation_options = 'Umwandlungsoptionen';
$strMIMETypesForTable = 'MIME TYPEN DER TABELLE';
$strMIME_without = 'Kursiv dargestellte MIME-Typen besitzen keine untergliederten Umwandlungen.';
$strModifications = 'Änderungen gespeichert.';
$strModifyIndexTopic = 'Index modifizieren';
$strModify = 'Verändern';
$strMoveTableOK = 'Tabelle %s wurde nach %s verschoben.';
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
$strMoveTable = 'Verschiebe Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strMultilingual = 'multilingual';
$strMyISAMDataPointerSizeDesc = 'Standardmäßige Größe des Pointers, welcher von CREATE TABLE für MyISAM-Tabellen verwendet wird, sofern die Option MAX_ROWS nicht angegeben wird.';
$strMyISAMDataPointerSize = 'Größe des Datenpointers';
$strMyISAMMaxExtraSortFileSizeDesc = 'Wenn das Erzeugen der temporären Datei für schnelle Index-Erzeugung um diesen Wert größer sein würde als die Benutzung des Schlüssel-Caches, wird die Schlüssel-Cache-Methode bevorzugt.';
$strMyISAMMaxExtraSortFileSize = 'Maximum Größe temporärer Dateien bei Indexerstellung';
$strMyISAMMaxSortFileSizeDesc = 'Die maximale Größe der temporären Datei, die MySQL benutzen darf, während es den Index erzeugt (während REPAIR, ALTER TABLE oder LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximale Größe temporärer Dateien beim Sortieren';
$strMyISAMRecoverOptions = 'Autoreperatur-Modus';
$strMyISAMRecoverOptionsDesc = 'Der Modus der automatischen Wiederherstellung abgestürzter MyISAM-Tabellen, wie über den Startparameter --myisam-recover angegeben.';
$strMyISAMRepairThreadsDesc = 'Wenn dieser Wert größer als 1 ist, werden MyISAM-Tabellenindizes wärend einer Reperatur oder eines Sortierungsprozesses parallel erstellt (jeder Index in einem separaten Thread).';
$strMyISAMRepairThreads = 'Reperaturthreads';
$strMyISAMSortBufferSizeDesc = 'Der Puffer, der beim Sortieren des Indexes zugewiesen wird, wenn man ein REPAIR oder ausführt oder Indizes mit CREATE INDEX oder ALTER TABLE erzeugt.';
$strMyISAMSortBufferSize = 'Größe des Sortierungspuffers';
$strMySQLCharset = 'MySQL-Zeichensatz';
$strMySQLConnectionCollation = 'Zeichensatz / Kollation der MySQL-Verbindung';
$strMySQLSaid = 'MySQL meldet: ';
$strMySQLShowProcess = 'Prozesse anzeigen';
$strMySQLShowStatus = 'MySQL-Laufzeit-Informationen anzeigen';
$strMySQLShowVars = 'MySQL-System-Variablen anzeigen';
 
$strName = 'Name';
$strNext = 'Nächste';
$strNoActivity = 'Da Sie seit mindestens %s Sekunden inaktiv waren, wurden Sie automatisch abgemeldet. Bitte melden Sie sich erneut an.';
$strNoDatabases = 'Keine Datenbanken';
$strNoDatabasesSelected = 'Es wurden keine Datenbanken ausgewählt.';
$strNoDescription = 'keine Beschreibung';
$strNoDetailsForEngine = 'Für dieses Tabellenformat sind keine Statusinformationen verfügbar';
$strNoDropDatabases = 'Die Anweisung "DROP DATABASE" wurde deaktiviert.';
$strNoExplain = 'SQL-Erklärung umgehen';
$strNoFrames = 'phpMyAdmin arbeitet besser mit einem <b>Frame</b>-fähigen Browser.';
$strNoIndex = 'Kein Index definiert!';
$strNoIndexPartsDefined = 'Keine Indizes definiert.';
$strNoModification = 'Keine Änderung';
$strNo = 'Nein';
$strNone = 'keine';
$strNoOptions = 'Für dieses Format sind keine Optionen vorhanden';
$strNoPassword = 'Kein Kennwort';
$strNoPermission = 'Der Webserver hat keine Schreibrechte um die Datei %s zu speichern.';
$strNoPhp = 'ohne PHP-Code';
$strNoPrivileges = 'Keine Rechte';
$strNoRights = 'Sie haben nicht genug Rechte um fortzufahren!';
$strNoRowsSelected = 'Es wurden keine Datensätze ausgewählt.';
$strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.';
$strNoTablesFound = 'Es wurden keine Tabellen in der Datenbank gefunden.';
$strNoThemeSupport = 'Die Unterstützung für Oberflächendesigns ist deaktiviert. Bitte überprüfen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis %s.';
$strNotNumber = 'Das ist keine Zahl!';
$strNotOK = 'fehlerhaft';
$strNotSet = 'Die Tabelle <b>%s</b> wurde entweder nicht gefunden oder in der Kofigurationsdatei %s nicht gesetzt.';
$strNoUsersFound = 'Es wurden keine Benutzer gefunden.';
$strNoValidateSQL = 'SQL-Validierung umgehen';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s Treffer in der Tabelle <i>%s</i>';
$strNumSearchResultsTotal = '<b>Insgesamt</b> <i>%s</i> Treffer';
$strNumTables = 'Tabellen';
 
$strOK = 'OK';
$strOperations = 'Operationen';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiere Tabelle';
$strOr = 'oder';
$strOverhead = 'Überhang';
$strOverwriteExisting = 'Bestehende Datei(en) überschreiben';
 
$strPageNumber = 'Seite:';
$strPagesToBeFlushed = 'Zurückzuschreibende Seiten';
$strPaperSize = 'Papiergröße';
$strPartialText = 'gekürzte Textfelder';
$strPasswordChanged = 'Das Kennwort für %s wurde geändert.';
$strPasswordEmpty = 'Es wurde kein Kennwort angegeben!';
$strPasswordHashing = 'Password-Verschlüsselung';
$strPassword = 'Kennwort';
$strPasswordNotSame = 'Die eingegebenen Kennwörter sind nicht identisch!';
$strPdfDbSchema = 'Schema der Datenbank "%s" - Seite %s';
$strPdfInvalidTblName = 'Die Tabelle "%s" existiert nicht!';
$strPdfNoTables = 'keine Tabellen';
$strPerHour = 'pro Stunde';
$strPerMinute = 'pro Minute';
$strPerSecond = 'pro Sekunde';
$strPersian = 'Persisch';
$strPhoneBook = 'Telefonbuch';
$strPHP40203 = 'Sie verwenden die PHP-Version 4.2.3, welche leider fehlerhaft im Umgang mit Multibyte-Zeichenketten (mbstring) ist. Dieser Fehler ist in der PHP-Datenbank als Bug-Report #19404 dokumentiert. Aus diesem Grund wird diese PHP-Version nicht für den Betrieb von phpMyAdmin empfohlen.';
$strPhp = 'PHP-Code erzeugen';
$strPHPVersion = 'PHP-Version';
$strPmaDocumentation = 'phpMyAdmin-Dokumentation';
$strPmaUriError = 'Das <tt>$cfg[\'PmaAbsoluteUri\']</tt>-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!';
$strPolish = 'Polnisch';
$strPortrait = 'Hochformat';
$strPos1 = 'Anfang';
$strPrevious = 'Vorherige';
$strPrimaryKeyHasBeenDropped = 'Der Primärschlüssel wurde gelöscht.';
$strPrimaryKeyName = 'Der Name des Primärschlüssels muss PRIMARY lauten!';
$strPrimaryKeyWarning = 'Der Name des Primärschlüssels darf <b>nur</b> "PRIMARY" lauten.';
$strPrimary = 'Primärschlüssel';
$strPrint = 'Drucken';
$strPrintView = 'Druckansicht';
$strPrintViewFull = 'Druckansicht (vollständige Textfelder)';
$strPrivDescAllPrivileges = 'Enthält alle Rechte bis auf GRANT.';
$strPrivDescAlter = 'Erlaubt das Verändern der Struktur bestehender Tabellen.';
$strPrivDescCreateDb = 'Erlaubt das Erstellen neuer Datenbanken und Tabellen.';
$strPrivDescCreateTbl = 'Erlaubt das Erstellen neuer Tabellen.';
$strPrivDescCreateTmpTable = 'Erlaubt das Erstellen temporärer Tabellen.';
$strPrivDescDelete = 'Erlaubt das Löschen von Daten.';
$strPrivDescDropDb = 'Erlaubt das Löschen ganzer Datenbanken und Tabellen.';
$strPrivDescDropTbl = 'Erlaubt das Löschen ganzer Tabellen.';
$strPrivDescExecute = 'Erlaubt das Ausführen gespeicherter Prozeduren; Hat keinen Effekt in dieser MySQL-Version.';
$strPrivDescFile = 'Erlaubt das Importieren von Daten aus und das Exportieren in externe Dateien.';
$strPrivDescGrant = 'Erlaubt das Hinzufügen von Benutzern und Rechten ohne den die Benutzerprofile neu laden zu müssen.';
$strPrivDescIndex = 'Erlaubt das Erstellen und Löschen von Indizes.';
$strPrivDescInsert = 'Erlaubt das Hinzufügen und Ersetzen von Daten.';
$strPrivDescLockTables = 'Erlaubt die Sperrung bestimmter Tabellen.';
$strPrivDescMaxConnections = 'Begrenzt die Anzahl neuer Verbindungen, welche ein Benutzer pro Stunde aufbauen darf.';
$strPrivDescMaxQuestions = 'Begrenzt die Anzahl der Abfragen, welche ein Benutzer pro Stunde senden darf.';
$strPrivDescMaxUpdates = 'Begrenzt die Anzahl der Veränderungen, welche ein Benutzer pro Stunde an allen Datenbanken und Tabellen vornehmen darf.';
$strPrivDescProcess3 = 'Erlaubt das Beenden fremder Prozesse.';
$strPrivDescProcess4 = 'Erlaubt das Anzeigen der vollen Abfragen in der Prozessliste.';
$strPrivDescReferences = 'Hat keinen Effekt in dieser MySQL-Version.';
$strPrivDescReload = 'Erlaubt das erneute Laden von Servereinstellungen und das Leeren der Zwischenspeicher zur Laufzeit.';
$strPrivDescReplClient = 'Erlaubt dem Benutzer zu fragen, wo sich die Master- bzw. Slave-Systeme befinden';
$strPrivDescReplSlave = 'Wird für die Replication-Slave-Systeme benötigt.';
$strPrivDescSelect = 'Erlaubt das Auslesen von Daten.';
$strPrivDescShowDb = 'Gewährt Zugang zur vollständigen Datenbankliste.';
$strPrivDescShutdown = 'Erlaubt das Beenden des Servers.';
$strPrivDescSuper = 'Erlaubt eine Verbindung, selbst wenn die maximale Anzahl an Verbindungen bereits erreicht ist; Wird für viele administrative Operationen, wie das Setzen globaler Variables oder das Beenden fremder Prozesse, vorausgesetzt.';
$strPrivDescUpdate = 'Erlaubt das Verändern von gespeicherten Daten.';
$strPrivDescUsage = 'Keine Rechte.';
$strPrivileges = 'Rechte';
$strPrivilegesReloaded = 'Die Benutzerprofile wurden neu geladen.';
$strProcesslist = 'Prozesse';
$strPutColNames = 'Feldnamen in die erste Zeile setzen';
 
$strQBE = 'Abfrageeditor';
$strQBEDel = 'Entf.';
$strQBEIns = 'Einf.';
$strQueryFrame = 'Abfragefenster';
$strQueryOnDb = ' SQL-Befehl in der Datenbank <b>%s</b>:';
$strQuerySQLHistory = 'SQL-Verlaufsprotokoll';
$strQueryStatistics = '<b>Abfragestatistik</b>: Seit seinem Start wurden %s Abfragen an diesen MySQL-Server gesandt.';
$strQueryTime = 'die Abfrage dauerte %01.4f sek';
$strQueryType = 'Abfrageart';
$strQueryWindowLock = 'Abfrage vor Änderungen außerhalb des Fensters schützen';
 
$strReadRequests = 'Leseanfragen';
$strReceived = 'Empfangen';
$strRecords = 'Einträge';
$strReferentialIntegrity = 'Prüfe referentielle Integrität:';
$strRefresh = 'Aktualisieren';
$strRelationalSchema = 'Beziehungsschema';
$strRelationNotWorking = 'Die zusätzlichen Funktionen für verknüpfte Tabellen wurden automatisch deaktiviert. Klicken Sie %shier%s um herauszufinden warum.';
$strRelationsForTable = 'RELATIONEN DER TABELLE';
$strRelations = 'Tabellenverknüpfungen';
$strRelationView = 'Beziehungsübersicht';
$strReloadingThePrivileges = 'Lade die Benutzertabellen neu';
$strReloadMySQL = 'Benutzertabellen neu laden';
$strRemoveSelectedUsers = 'Die ausgewählten Benutzer löschen';
$strRenameDatabaseOK = 'Datenbank %s wurde umbenannt zu %s';
$strRenameTableOK = 'Tabelle %s wurde umbenannt in %s.';
$strRenameTable = 'Tabelle umbenennen in';
$strRepairTable = 'Repariere Tabelle';
$strReplaceNULLBy = 'Ersetze NULL durch';
$strReplaceTable = 'Tabelleninhalt ersetzen';
$strReset = 'Zurücksetzen';
$strResourceLimits = 'Ressourcenbeschränkungen';
$strReType = 'Wiederholen';
$strRevokeAndDelete = 'Den Benutzern alle Rechte entziehen und sie anschließend aus den Benutzertabellen löschen.';
$strRevokeAndDeleteDescr = 'Die Benutzer würden weiterhin das USAGE-Recht behalten, bis die Benutzertabellen neu geladen werden.';
$strRevoke = 'Entfernen';
$strRevokeMessage = 'Sie haben die Rechte für %s entfernt.';
$strRomanian = 'Rumänisch';
$strRowLength = 'Zeilenlänge';
$strRowsFrom = 'Datensätze, beginnend ab';
$strRowSize = 'Zeilengröße';
$strRowsModeFlippedHorizontal = 'horizontal (gedrehte Bezeichner)';
$strRowsModeHorizontal = 'untereinander';
$strRowsModeOptions = '%s angeordnet und wiederhole die Kopfzeilen nach %s Datensätzen.';
$strRowsModeVertical = 'nebeneinander';
$strRowsStatistic = 'Zeilenstatistik';
$strRows = 'Zeilen';
$strRunning = 'auf %s';
$strRunQuery = 'SQL-Befehl ausführen';
$strRunSQLQuery = 'SQL-Befehl(e) in Datenbank %s ausführen';
$strRussian = 'Russisch';
 
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
$strSave = 'Speichern';
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schema nicht auf eine Seite passt!';
$strSearchFormTitle = 'Durchsuche die Datenbank';
$strSearchInTables = 'In der / den Tabelle(n):';
$strSearchNeedle = 'Zu suchende Wörter oder Werte (Platzhalter: "%"):';
$strSearchOption1 = 'mindestens eines der Wörter';
$strSearchOption2 = 'alle Wörter';
$strSearchOption3 = 'genau diese Zeichenkette';
$strSearchOption4 = 'als regulären Ausdruck';
$strSearchResultsFor = 'Suchergebnisse für "<i>%s</i>" %s:';
$strSearch = 'Suche';
$strSearchType = 'Finde:';
$strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschlüsselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).';
$strSelectADb = 'Bitte Datenbank auswählen';
$strSelectAll = 'Alle auswählen';
$strSelectBinaryLog = 'Binäre Protokolldatei zur Anzeige auswählen';
$strSelectFields = 'Felder auswählen (mind. eines):';
$strSelectNumRows = 'in der Abfrage';
$strSelectTables = 'Tabellenauswahl';
$strSend = 'Senden';
$strSent = 'Gesendet';
$strServerChoice = 'Server Auswählen';
$strServerNotResponding = 'Der Server antwortet nicht.';
$strServer = 'Server';
$strServerStatus = 'Laufzeit-Informationen';
$strServerStatusUptime = 'Dieser MySQL-Server läuft bereits %s. Er wurde am %s gestartet.';
$strServerTabProcesslist = 'Prozesse';
$strServerTabVariables = 'Variablen';
$strServerTrafficNotes = '<b>Servertraffic</b>: In diesen Tabellen wird der Netzwerktraffic dieses MySQL-Servers seit dessen Start aufgeführt.';
$strServerVars = 'Servervariablen und -einstellungen';
$strServerVersion = 'Server Version';
$strSessionValue = 'Wert für diese Sitzung';
$strSetEnumVal = 'Wenn das Feld vom Typ \'ENUM\' oder \'SET\' ist, benutzen Sie bitte das Format: \'a\',\'b\',\'c\',... Wann immer Sie ein Backslash ("\") oder ein einfaches Anführungszeichen ("\'") verwenden, setzen Sie bitte ein Backslash vor das Zeichen. (z. B.: \'\\\\xyz\' oder \'a\\\'b\').';
$strShowAll = 'Alles anzeigen';
$strShowColor = 'mehrfarbig';
$strShowDatadictAs = 'Format des Strukturverzeichnisses';
$strShowFullQueries = 'Zeige die SQL-Abfragen vollständig an';
$strShowGrid = 'Gitterlinien anzeigen';
$strShowingRecords = 'Zeige Datensätze ';
$strShowPHPInfo = 'PHP-Informationen anzeigen';
$strShowTableDimension = 'Tabellendimensionen anzeigen.';
$strShowTables = 'Tabellen anzeigen';
$strShowThisQuery = 'SQL-Befehl hier wieder anzeigen';
$strShow = 'Zeige';
$strSimplifiedChinese = 'Vereinfachtes Chinesisch';
$strSingly = '(einmalig)';
$strSize = 'Größe';
$strSlovak = 'Slovakisch';
$strSlovenian = 'Slovenisch';
$strSocketProblem = '(evtl. ist auch der Socket des lokalen MySQL-Servers socket nicht korrekt konfiguriert)';
$strSortByKey = 'Nach Schlüssel sortieren';
$strSort = 'Sortierung';
$strSpaceUsage = 'Speicherplatzverbrauch';
$strSpanish = 'Spanisch';
$strSplitWordsWithSpace = 'Die Wörter werden durch Leerzeichen (" ") getrennt.';
$strSQLExportCompatibility = 'SQL-Export-Kompatibilität';
$strSQLExportType = 'Exporttyp';
$strSQLOptions = 'SQL-Optionen';
$strSQLParserBugMessage = 'Möglicherweise haben Sie einen Bug im SQL-Parser entdeckt. Bitte überprüfen Sie Ihre Abfrage genaustens, insbesondere auf falsch gesetzte oder nicht geschlossene Anführungszeichen. Eine weitere Ursache könnte darin liegen, dass Sie versuchen eine Datei mit binären Daten, welche nicht von Anführungszeichen eingeschlossen sind, hochzuladen. Sie können alternativ versuchen Ihre Abfrage über das MySQL-Kommandozeileninterface zu senden. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen. Falls Sie weiterhin Probleme haben sollten oder der Parser dort versagt, wo die Kommandozeile erfolgreich ist, so reduzieren Sie bitte Ihre Abfrage auf den Befehl, welcher die Probleme verursacht, und senden Sie uns einen Bugreport mit den Datenausschnitt, den Sie weiter unten auf dieser Seite finden.:';
$strSQLParserUserError = 'Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen.';
$strSQLQuery = 'SQL-Befehl';
$strSQLResult = 'SQL-Abfrageergebnis';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ungültiger Bezeichner';
$strSQPBugUnclosedQuote = 'Nicht geschlossene Anführungszeichen';
$strSQPBugUnknownPunctuation = 'Unbekannte Interpunktion';
$strStatCheckTime = 'Letzter Check am';
$strStatCreateTime = 'Erzeugt am';
$strStatement = 'Angaben';
$strStatUpdateTime = 'Aktualisiert am';
$strStatus = 'Status';
$strStorageEngines = 'Tabellenformate';
$strStorageEngine = 'Tabellenformat';
$strStrucCSV = 'CSV-Daten';
$strStrucData = 'Struktur und Daten';
$strStrucDrop = 'Mit \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV-Daten für MS Excel';
$strStrucNativeExcel = 'Excel-Datei';
$strStrucOnly = 'Nur Struktur';
$strStructPropose = 'Tabellenstruktur analysieren';
$strStructure = 'Struktur';
$strSubmit = 'Abschicken';
$strSuccess = 'Ihr SQL-Befehl wurde erfolgreich ausgeführt.';
$strSum = 'Gesamt';
$strSwedish = 'Schwedisch';
$strSwitchToDatabase = 'Zu kopierter Datenbank wechseln';
$strSwitchToTable = 'Zur kopierten Tabelle wechseln';
 
$strTableComments = 'Tabellen-Kommentar';
$strTableEmpty = 'Der Tabellenname ist leer!';
$strTableHasBeenDropped = 'Die Tabelle %s wurde gelöscht.';
$strTableHasBeenEmptied = 'Die Tabelle %s wurde geleert.';
$strTableHasBeenFlushed = 'Die Tabelle %s wurde geschlossen und zwischengespeicherte Daten gespeichert.';
$strTableMaintenance = 'Hilfsmittel';
$strTableOfContents = 'Inhalt';
$strTableOptions = 'Tabellenoptionen';
$strTables = '%s Tabellen';
$strTableStructure = 'Tabellenstruktur für Tabelle';
$strTable = 'Tabelle';
$strTableType = 'Tabellentyp';
$strTakeIt = 'auswählen';
$strTblPrivileges = 'Tabellenspezifische Rechte';
$strTextAreaLength = 'Wegen seiner Länge ist dieses<br />Feld vielleicht nicht editierbar.';
$strThai = 'Thai';
$strTheme = 'Oberflächendesign';
$strThisHost = 'Dieser Host';
$strThisNotDirectory = 'Dies ist kein Verzeichnis';
$strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.';
$strTime = 'Dauer';
$strToggleScratchboard = 'Klemmbrett anzeigen';
$strTotal = 'insgesamt';
$strTotalUC = 'Insgesamt';
$strTraditionalChinese = 'Traditionelles Chinesisch';
$strTraditionalSpanish = 'Traditionelles Spanisch';
$strTraffic = 'Traffic';
$strTransformation_application_octetstream__download = 'Zeigt einen Link an, um die binären Daten eines Feldes downloaden zu können. Die erste Option benennt den Dateinamen. Die zweite Option kann einen Spaltennamen der Tabelle benennen, aus dem der Dateiname geholt werden soll. Sollte die zweite Option gesetzt sein ist es notwendig, die erste Option auf einen Leerstring zu setzen (\'\')';
$strTransformation_image_jpeg__inline = 'Ein klickbares Vorschaubild anzeigen. Optionen: Breite, Höhe in Pixeln (berücksichtigt Seitenverhältnis)';
$strTransformation_image_jpeg__link = 'Einen Link zum Bild anzeigen, z.B. zum Download von BLOB-Daten.';
$strTransformation_image_png__inline = 'Siehe image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Wandelt ein TIME, TIMESTAMP oder DATETIME-Feld und formatiert es unter Berücksichtigung des lokalen Zeitformats. Erste Option: Differenz (in Stunden) zur Addition/Subtraktion der aktuellen Zeit (Standard: 0). Zweite Option: Zeitformat anstelle des lokalen, Variablen siehe PHPs strftime().';
$strTransformation_text_plain__external = 'Nur für LINUX: Startet ein externes Programm und verwendet die Daten des Feldes für die Standardeingabe. Stellt innerhalb von phpMyAdmin die Standardausgabe des externen Programmes dar. Die Voreinstellung wurde für Tidy optimiert, um HTML code optisch zu formatieren. Aus Sicherheitsgründen müssen Sie die Datei libraries/transformations/text_plain__external.inc.php von Hand bearbeiten um weitere Programme hinzuzufügen. Die erste Option ist die Nummer des dort hinterlegten Programmes und die zweite Option legt die Parameter für das externe Programm fest. Die dritte Option bestimmt, falls auf 1 gesetzt, dass die Ausgabe mit htmlspecialchars() formatiert wird (Standard: 1). Die vierte Option bestimmt, falls auf 1 gesetzt, ob ein NOWRAP-Parameter der Tabellenzelle hinzugefügt wird um einen automatischen Umbruch der Standardausgabe zu verhindern (Standard: 1)';
$strTransformation_text_plain__formatted = 'Behält Ursprungsformatierung des Feldes bei. Kein Escaping oder Umlautwandlung wird durchgeführt.';
$strTransformation_text_plain__imagelink = 'Benutzt den Inhalt eines Feldes um ein Bild und einen Link dazu darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist die Breite des Bildes, die dritte Option die Höhe des Bildes in Pixeln.';
$strTransformation_text_plain__link = 'Benutzt den Inhalt eines Feldes um einen Link darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist der darzustellende Titel des Links';
$strTransformation_text_plain__substr = 'Stellt nur einen Teil des Feldinhaltes dar. Die erste Option definiert die Position des Textes ab dem die Ausgabe startet (Standard: 0), die zweite Option gibt an wieviel Zeichen ab dort dargestellt werden sollen. Falls diese Option leer ist, wird der gesamte verbleibende Text dargestellt. Die dritte Option kann einen Text enthalten, der bei partieller Ausgabe des Textes angehängt wird, um eine Abschneidung kenntlich zu machen (Standard: ...).';
$strTruncateQueries = 'Zeige die SQL-Abfragen verkürzt an';
$strTurkish = 'Türkisch';
$strType = 'Typ';
 
$strUkrainian = 'Ukrainisch';
$strUncheckAll = 'Auswahl entfernen';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'unbekannt';
$strUnselectAll = 'Auswahl entfernen';
$strUnsupportedCompressionDetected = 'Sie haben versucht, eine Datei zu laden, die mit einem nicht unterstützten Verfahren komprimiert wurde (%s). Entweder ist die Unterstützung für selbiges nicht implementiert oder in IHrer Konfiguration deaktiviert.';
$strUpdatePrivMessage = 'Die Rechte für %s wurden geändert.';
$strUpdateProfileMessage = 'Benutzer wurde geändert.';
$strUpdateQuery = 'Aktualisieren';
$strUpdComTab = 'Bitte lesen Sie in der Dokumentation nach, wie Sie die Struktur Ihrer Spaltenkommentartabelle aktualisieren können';
$strUpgrade = 'Sie sollten auf %s %s oder neuer umsteigen.';
$strUsage = 'Verbrauch';
$strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anführungszeichen ';
$strUseHostTable = 'Verwende Hosttabelle';
$strUserAlreadyExists = 'Der Benutzer %s existiert bereits!';
$strUser = 'Benutzer';
$strUserEmpty = 'Kein Benutzername eingegeben!';
$strUserName = 'Benutzername';
$strUserNotFound = 'Der gewählte Benutzer wurde in der Benutzertabelle nicht gefunden.';
$strUserOverview = 'Benutzerübersicht';
$strUsersDeleted = 'Die gewählten Benutzer wurden gelöscht.';
$strUsersHavingAccessToDb = 'Benutzer mit Zugriff auf &quot;%s&quot;';
$strUseTabKey = 'Mittels TAB-Taste von Feld zu Feld springen, oder mit STRG+Pfeiltasten beliebig bewegen';
$strUseTables = 'Verwendete Tabellen';
$strUseTextField = 'Textfeld verwenden';
$strUseThisValue = 'Diesen Wert verwenden';
 
$strValidateSQL = 'SQL validieren';
$strValidatorError = 'Bei der Initialisierung des SQL-Validators ist ein Fehler aufgetreten. Bitte überprüfen Sie, ob Sie die in der %sDokumentation%s beschriebenen php-Erweiterungen installiert haben.';
$strValue = 'Wert';
$strVar = 'Variable';
$strVersionInformation = 'Versionsinformationen';
$strView = 'Ansicht';
$strViewDumpDatabases = 'Dump (Schema) der Datenbanken anzeigen';
$strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen';
$strViewDump = 'Dump (Schema) der Tabelle anzeigen';
$strViewHasBeenDropped = 'Die Ansicht %s wurde gelöscht';
 
$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.';
$strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver';
$strWelcome = 'Willkommen bei %s';
$strWestEuropean = 'Westeuropäisch';
$strWildcard = 'Platzhalter';
$strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. Möglicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.';
$strWithChecked = 'markierte:';
$strWriteRequests = 'Schreibanfragen';
$strWritingCommentNotPossible = 'Es können keine Kommentare geschrieben werden';
$strWritingRelationNotPossible = 'Es können keine Spaltenbeziehungen gespeichert werden.';
$strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
 
// To translate:
$strAllowInterrupt = 'Abbruch wenn die maximale Scriptlaufzeit errreicht wird. Damit ist es möglich große Dateien zu importieren, allerdings kann es Transaktionen zerstören.'; //recently translated
$strAndThen = 'und'; //recently translated
 
$strBookmarkCreated = 'Bookmark %s gespeichert'; //recently translated
$strBookmarkReplace = 'Überschreibe gleichnamiges Bookmark'; //recently translated
 
$strCompressionWillBeDetected = 'Dateikomprimierung wird automatisch erkannt bei: %s'; //recently translated
$strCSV = 'CSV'; //recently translated
$strCSVImportOptions = 'CSV Optionen'; //recently translated
 
$strDeleteNoUsersSelected = 'Keine Benutzer zum Löschen ausgewählt!'; //recently translated
 
$strErrorInZipFile = 'Fehler im ZIP-Archive:'; //recently translated
 
$strFileToImport = 'Datei zum Importieren'; //recently translated
$strFlushQueryCache = 'Schreibe/Leere den Abfrage-Cache ("FLUSH")'; //recently translated
$strFlushTables = 'Leeren des gesamten Tabellencaches ("FLUSH")'; //recently translated
 
$strHandler = 'Handler'; //recently translated
 
$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen'; //recently translated
$strImportFormat = 'Dateiformat'; //recently translated
$strImport = 'Importieren'; //recently translated
$strInvalidAuthMethod = 'Ungültige Authentifizierungsmethode in der Konfiguration eingestellt:'; //recently translated
$strInvalidColumnCount = 'Die Spaltenanzahl muss größer als 0 sein.'; //recently translated
$strInvalidColumn = 'Ungültige Spalte (%s) angegeben!'; //recently translated
$strInvalidFieldCount = 'Die Tabelle muss mindestens ein Feld haben.'; //recently translated
$strInvalidLDIImport = 'Dieses Plugin unterstützt keine Komprimierung!'; //recently translated
$strInvalidRowNumber = '%d ist keine gültige Zeilennummer.'; //recently translated
 
$strJoins = 'Tabellenverknüpfungen (joins)'; //recently translated
 
$strKeyCache = 'Schlüssel-Cache'; //recently translated
 
$strLDI = 'CSV mit LOAD DATA'; //recently translated
$strLDIImportOptions = 'Optionen für den CSV-Import mit LOAD DATA'; //recently translated
$strLDILocal = 'mit LOCAL'; //recently translated
 
$strMaxConnects = 'max. gleichzeitige Verbindungen'; //recently translated
$strMaximalQueryLength = 'Maximale Länge der erstellten Abfrage'; //recently translated
 
$strNoFilesFoundInZip = 'Keine Dateien im ZIP-Archive gefunden!'; //recently translated
$strNothingToImport = 'Keine Daten zum importieren gefunden!'; //recently translated
$strNumberOfFields = 'Anzahl der Felder'; //recently translated
 
$strPartialImport = 'Teilweiser Import'; //recently translated
$strPrivDescAlterRoutine = 'Erlaubt das Verändern und Löschen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescCreateRoutine = 'Erlaubt das Erstellen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescCreateUser = 'Erlaubt das Erstellen, Löschen und Umbenennen von Benutzern.'; //recently translated
$strPrivDescCreateView = 'Erlaubt das Erstellen von Ansichten (views).'; //recently translated
$strPrivDescExecute5 = 'Erlaubt das Ausführen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescMaxUserConnections = 'Beschränkt die Anzahl der gleichzeitigen Verbindungen für diesen Benutzer.'; //recently translated
$strPrivDescShowView = 'Erlaubt das Abfragen von \'SHOW CREATE VIEW\'.'; //recently translated
 
$strQueryCache = 'Abfrage-Cache'; //recently translated
 
$strReplication = 'Replikation'; //recently translated
$strRunSQLQueryOnServer = 'SQL-Befehl(e) auf Server %s ausführen'; //recently translated
 
$strServerStatusDelayedInserts = 'Verzögertes Einfügen (delayed inserts)'; //recently translated
$strShowingBookmark = 'Showing bookmark'; //to translate
$strShowOpenTables = 'Zeige alle offenen Tabellen'; //recently translated
$strShowSlaveHosts = 'Zeige alle Slave-Rechner'; //recently translated
$strShowSlaveStatus = 'Zeige den Slave-Status'; //recently translated
$strShowStatusBinlog_cache_disk_useDescr = 'Anzahl der Transaktionen die den Binärylog-Cache verwendet haben aber die Größe des Binarylog-Caches (binlog_cache_size) überschritten haben und eine temporäre Datei verwendet haben um die [statements] der Transaktion zu speichern.'; //recently translated
$strShowStatusBinlog_cache_useDescr = 'Anzahl der Transaktionen, die den temporären Binarylog-Cache verwendet haben.'; //recently translated
$strShowStatusCreated_tmp_disk_tablesDescr = 'Anzahl der (implizit) auf der Platte erzeugten temporären Tabellen bei der Ausführung von Statements. Wenn Created_tmp_disk_tables hoch ist, sollten Sie eventuell die tmp_table_size-Variable herauf setzen, damit temporäre Tabellen im Speicher erzeugt werden statt auf der Platte.'; //recently translated
$strShowStatusCreated_tmp_filesDescr = 'Wieviele temporäre Dateien mysqld erzeugt hat.'; //recently translated
$strShowStatusCreated_tmp_tablesDescr = 'Anzahl der (implizit) im Arbeitsspeicher erzeugten temporären Tabellen bei der Ausführung von Statements.'; //recently translated
$strShowStatusDelayed_errorsDescr = 'Anzahl der Zeilen, die mit INSERT DELAYED geschrieben wurden, und bei denen irgend ein Fehler auftrat (wahrscheinlich duplicate key).'; //recently translated
$strShowStatusDelayed_insert_threadsDescr = 'Anzahl der verzögerten Insert-Handler-Threads in Benutzung. Jede einzelne Tabelle mit verzögerten Inserts bekommt einen eigenen Thread.'; //recently translated
$strShowStatusDelayed_writesDescr = 'Anzahl der Zeilen, die mit INSERT DELAYED geschrieben wurden.'; //recently translated
$strShowStatusFlush_commandsDescr = 'Anzahl der ausgeführten FLUSH-Befehle.'; //recently translated
$strShowStatusHandler_commitDescr = 'Anzahl der Anfragen, ein COMMIT auszuführen.'; //recently translated
$strShowStatusHandler_deleteDescr = 'Wie oft eine Zeile aus einer Tabelle gelöscht wurde.'; //recently translated
$strShowStatusHandler_discoverDescr = 'Anzahl der gesuchten und gefundenen (discovered) Tabellen. Der MySQL-Server kann das NDB-Cluster-Storage-Engine fragen ob es eine bestimmte Tabelle kennt. Dieser Vorgang wird \'discovery\' genannt.'; //recently translated
$strShowStatusHandler_read_firstDescr = 'Wie oft der erste Eintrag aus einem Index gelesen wurde. Wenn dieser Wert hoch ist, legt das nahe, dass der Server viele komplette Index-Scans macht (zum Beispiel SELECT spalte1 FROM foo, unter der Annahme, dass spalte1 indiziert ist).'; //recently translated
$strShowStatusHandler_read_keyDescr = 'Anzahl der Anfragen, eine Zeile basierend auf einem Schlüssel zu lesen. Wenn dieser Wert hoch ist, ist das ein gutes Indiz dafür, dass Ihre Anfragen und Tabellen korrekt indiziert sind.'; //recently translated
$strShowStatusHandler_read_nextDescr = 'Anzahl der Anfragen, die nächste Zeile in der Reihenfolge des Schlüssels zu lesen. Dieser Wert wird herauf gezählt, wenn Sie eine Index-Spalte mit einer Bereichsbeschränkung (Limit) abfragen. Er wird ebenfalls herauf gezählt, wenn Sie einen Index-Scan durchführen.'; //recently translated
$strShowStatusHandler_read_prevDescr = 'Anzahl der Anfragen, die vorhergehende Zeile in der Reihenfolge des Schlüssels zu lesen. Diese Lese-Methode ist hauptsächlich zur Optimierung von ORDER BY ... DESC.'; //recently translated
$strShowStatusHandler_read_rndDescr = 'Anzahl der Anfragen, eine Zeile basierend auf einer festen Position zu lesen. Dieser Wert wird hoch sein, wenn Sie viele Anfragen ausführen, die erfordern, dass das Ergebnis sortiert wird. Wenn Handler_read_rnd hoch ist, haben Sie wahrscheinlich viele Anfragen, die MySQL zwingen, ganze Tabellen zu scannen, oder Sie haben Joins, die Schlüssel nicht richtig benutzen.'; //recently translated
$strShowStatusHandler_read_rnd_nextDescr = 'Anzahl der Anfragen, die nächste Zeile in der Daten-Datei zu lesen. Dieser Wert wird hoch sein, wenn Sie viele Tabellen-Scans durchführen. Im Allgemeinen weist das darauf hin, dass Ihre Tabellen nicht korrekt indiziert sind, oder dass Ihre Anfragen nicht so geschrieben sind, dass Sie Vorteile aus den Indexen ziehen, die Sie haben.'; //recently translated
$strShowStatusHandler_rollbackDescr = 'Anzahl der Anfragen, ein ROLLBACK auszuführen.'; //recently translated
$strShowStatusHandler_updateDescr = 'Anzahl der Anfragen, eine Zeile in einer Tabelle zu aktualisieren.'; //recently translated
$strShowStatusHandler_writeDescr = 'Anzahl der Anfragen, eine Zeile in eine Tabelle einzufügen.'; //recently translated
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'Wieviel Daten bisher gelesen wurden, in Byte.'; //recently translated
$strShowStatusInnodb_data_readsDescr = 'Wie oft Daten gelesen wurden.'; //recently translated
$strShowStatusInnodb_data_writesDescr = 'Wie oft Daten geschrieben wurden.'; //recently translated
$strShowStatusInnodb_data_writtenDescr = 'Wieviel Daten bisher geschrieben wurden, in Byte.'; //recently translated
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'Anzahl der Zeilen die aus InnoDB-Tabellen gelesen wurden.'; //recently translated
$strShowStatusInnodb_rows_updatedDescr = 'Anzahl der Zeilen die in InnoDB-Tabellen aktualisiert wurden.'; //recently translated
$strShowStatusKey_blocks_not_flushedDescr = 'Schlüssel-Blöcke im Schlüssel-Cache, die verändert wurden, aber noch nicht auf die Platte zurück geschrieben (flush). Auch bekannt als Not_flushed_key_blocks.'; //recently translated
$strShowStatusKey_blocks_unusedDescr = 'Die Anzahl der unbenutzten Schlüssel-Blöcke im Schlüssel-Cache. Dieser Wert kann dazu dienen die Auslastung des Schlüssel-Cache zu bestimmen.'; //recently translated
$strShowStatusKey_blocks_usedDescr = 'Die Anzahl der maximal gleichzeitig benutzten Blocks im Schlüssel-Cache.'; //recently translated
$strShowStatusKey_read_requestsDescr = 'Die Anzahl der Anfragen, einen Schlüssel-Block aus dem Cache zu lesen.'; //recently translated
$strShowStatusKey_readsDescr = 'Die Anzahl physikalischer Lesezugriffen eines Schlüssel-Blocks von der Platte. Wenn key_reads hoch ist, ist Ihr key_cache wahrscheinlich zu klein. Die Cache-Zugriffsrate kann mit key_reads / key_read_requests berechnet werden.'; //recently translated
$strShowStatusKey_write_requestsDescr = 'Die Anzahl der Anfragen, einen Schlüssel-Block in den Cache zu schreiben.'; //recently translated
$strShowStatusKey_writesDescr = 'Die Anzahl physikalischer Schreibvorgänge eines Schlüssel-Blocks auf Platte.'; //recently translated
$strShowStatusLast_query_costDescr = 'Die Kosten für die zuletzt verarbeitete Abfrage wie vom Abfrage-Optmierer berechnet. Nützlich um verschiedene Formulierungen für eine Abfrage zu vergleichen. Der Wert 0 besagt das bisher keine Abfrage übersetzt wurde.'; //recently translated
$strShowStatusNot_flushed_delayed_rowsDescr = 'Anzahl der Zeilen, die in INSERT DELAY-Warteschleifen darauf warten, geschrieben zu werden.'; //recently translated
$strShowStatusOpened_tablesDescr = 'Anzahl der Tabellen, die geöffnet wurden. Wenn Opened_tables hoch ist, ist Ihre table_cache-Variable wahrscheinlich zu niedrig.'; //recently translated
$strShowStatusOpen_filesDescr = 'Anzahl der offenen Dateien.'; //recently translated
$strShowStatusOpen_streamsDescr = 'Anzahl der offenen Streams (hauptsächlich zum Loggen benutzt).'; //recently translated
$strShowStatusOpen_tablesDescr = 'Anzahl der offenen Tabellen.'; //recently translated
$strShowStatusQcache_free_blocksDescr = 'Freie Speicherblöcke im Abfrage-Cache.'; //recently translated
$strShowStatusQcache_free_memoryDescr = 'Freier Speicher im Abfrage-Cache.'; //recently translated
$strShowStatusQcache_hitsDescr = 'Abfrage-Cache-Zugriffsrate.'; //recently translated
$strShowStatusQcache_insertsDescr = 'Die Anzahl der Abfragen die dem Cache hinzugefügt wurden.'; //recently translated
$strShowStatusQcache_lowmem_prunesDescr = 'Die Anzahl der Abfragen die aus dem Cache entfernt wurden, um Speicher für neue Abfragen frei zu geben. Dieser Wert kann helfen die Abfrage-Cache-Größe zu optimieren. Der Abfrage-Cache verwendet die \'am wenigsten gebrauchte\' (least recently used (LRU)) Strategie um zu entscheiden welche Abfrage aus dem Cache gelöscht werden.'; //recently translated
$strShowStatusQcache_not_cachedDescr = 'Die Anzahl der nicht im Cache eingetragenen Abfragen (nicht möglich, oder aufgrund der query_cache_type Einstellung).'; //recently translated
$strShowStatusQcache_queries_in_cacheDescr = 'Die Anzahl der Abfragen im Cache.'; //recently translated
$strShowStatusQcache_total_blocksDescr = 'Die Anzahl aller Speicherblöcke im Abfrage-Cache.'; //recently translated
$strShowStatusReset = 'Zurücksetzen'; //recently translated
$strShowStatusRpl_statusDescr = 'Der Status der ausfallsicheren Replikation.'; //recently translated
$strShowStatusSelect_full_joinDescr = 'Anzahl der Joins ohne Schlüssel. Wenn dieser Wert nicht 0 ist sollten die Indizes der Tabellen sorgfältig überprüft werden.'; //recently translated
$strShowStatusSelect_full_range_joinDescr = 'Anzahl der Joins, bei denen eine Bereichssuche auf die Referenztabelle statt fand.'; //recently translated
$strShowStatusSelect_range_checkDescr = 'Anzahl der Joins ohne Schlüssel, bei denen nach jeder Zeile auf Schlüsselbenutzung geprüft wurde. Wenn dieser Wert nicht 0 ist sollten die Indizes der Tabellen sorgfältig überprüft werden.'; //recently translated
$strShowStatusSelect_rangeDescr = 'Anzahl der Joins, bei denen Bereiche auf die erste Tabelle benutzt wurden. (Es ist normalerweise unkritisch, wenn dieser Wert hoch ist.)'; //recently translated
$strShowStatusSelect_scanDescr = 'Anzahl der Joins, bei denen die erste Tabelle gescannt wurde.'; //recently translated
$strShowStatusSlave_open_temp_tablesDescr = 'Anzahl der temporären Tabellen, die momentan vom Slave-Thread geöffnet sind.'; //recently translated
$strShowStatusSlave_retried_transactionsDescr = 'Gesamtzahl (seit Start des Servers) der vom Replikations-Slave-SQL-Thread widerversuchten Transaktionen.'; //recently translated
$strShowStatusSlave_runningDescr = 'Dieser Wert steht auf ON wenn dieser Server ein Slave ist und mit dem Master verbunden ist.'; //recently translated
$strShowStatusSlow_launch_threadsDescr = 'Anzahl der Threads, die länger als slow_launch_time brauchten, um sich zu verbinden.'; //recently translated
$strShowStatusSlow_queriesDescr = 'Anzahl der Anfragen, die länger als long_query_time benötigten.'; //recently translated
$strShowStatusSort_merge_passesDescr = 'Anzahl der Verschmelzungen (Merge), die von einem Sortiervorgang benötigt wurden. Wenn dieser Wert hoch ist, sollten Sie in Betracht ziehen, sort_buffer herauf zu setzen.'; //recently translated
$strShowStatusSort_rangeDescr = 'Anzahl der Sortiervorgänge, die mit Bereichen durchgeführt wurden.'; //recently translated
$strShowStatusSort_rowsDescr = 'Anzahl der sortierten Zeilen.'; //recently translated
$strShowStatusSort_scanDescr = 'Anzahl der Sortiervorgänge, die durchgeführt wurden, indem die Tabelle gescannt wurde.'; //recently translated
$strShowStatusTable_locks_immediateDescr = 'Wie oft eine Tabellensperre sofort erlangt wurde.'; //recently translated
$strShowStatusTable_locks_waitedDescr = 'Wie oft eine Tabellensperre nicht sofort erlangt werden konnte und gewartet werden musst. Wenn dieser Wert hoch ist und Sie Performance-Probleme haben, sollten Sie zunächst Ihre Anfragen optimieren und dann entweder Ihre Tabelle(n) zerteilen oder Replikation benutzen.'; //recently translated
$strShowStatusThreads_cachedDescr = 'Anzahl der Threads im Thread-Cache. Die Cache-Zugriffsrate kann mit Threads_created / Connections berechnet werden. Wenn dieser Wert rot ist, sollte der thread_cache_size erhöht werden.'; //recently translated
$strShowStatusThreads_connectedDescr = 'Anzahl der momentan offenen Verbindungen.'; //recently translated
$strShowStatusThreads_createdDescr = 'Anzahl der Threads, die zur Handhabung von Verbindungen erzeugt wurden. Wenn Threads_created hoch ist, sollten Sie eventuell die Thread_cache_size-Variable herauf setzen. (Normalerweise ergibt sich daraus keine bemerkbare Performance-Steigerung wenn eine gute Thread-Implementierung vorliegt.)'; //recently translated
$strShowStatusThreads_runningDescr = 'Anzahl der Threads, die nicht schlafen.'; //recently translated
$strSkipQueries = 'Anzahl der am Anfang zu überspringenden Einträge (Abfragen)'; //recently translated
$strSorting = 'Sortierung'; //recently translated
 
$strTableAlreadyExists = 'Die Tabelle %s existiert bereits!'; //recently translated
$strTempData = 'Temporäre Daten'; //recently translated
$strThreads = 'Prozesse'; //recently translated
$strTimeoutInfo = 'Zeitüberschreitung beim Importieren, durch erneutes senden wird an Position %d fortgesetzt.'; //recently translated
$strTimeoutNothingParsed = 'Allerdings wurden beim letzten durchlauf keine Daten verarbeited, dies bedeuted das phpMyAdmin den Import nicht durchführen kann ohne das die maximale Scriptlaufzeit für php erhöht wird.'; //recently translated
$strTimeoutPassed = 'Maximale Script-Laufzeit erreicht, senden Sie die Datei noch einmal zum Fertigstellen des Imports.'; //recently translated
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Daten in hexadezimaler Schreibweise darstellen.'; //recently translated
$strTransformation_text_plain__sql = 'Formatiert den Text als SQL mit Syntaxhervorhebung.'; //recently translated
 
$strUploadLimit = 'Möglicherweise wurde eine zu große Datei hochgeladen. Bitte schauen Sie in die %sDokumentation%s zur Lösung diese Problems.'; //recently translated
 
$strInvalidServerIndex = 'Ungültige Server-Nummer: "%s"'; //recently translated
$strInvalidServerHostname = 'Ungültiger Host-Name für Serverr %1$s. Bitte überprüfen Sie Ihre Konfiguration.'; //recently translated
$strFileNameTemplateDescriptionTable = 'Tabellen-Name'; //recently translated
$strFileNameTemplateDescriptionDatabase = 'Datenbank-Name'; //recently translated
$strFileNameTemplateDescriptionServer = 'Server-Name'; //recently translated
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protokoll-Version'; //recently translated
$strMysqlClientVersion = 'MySQL Client-Version'; //recently translated
$strUsedPhpExtensions = 'Verwendete php Erweiterungen'; //recently translated
$strOpenNewWindow = 'Neues phpMyAdmin Fenster'; //recently translated
$strLanguageUnknown = 'Unbekannte Sprache: "%1$s".'; //recently translated
$strLanguageFileNotFound = 'Sprachdatei "%1$s" nicht gefunden.'; //recently translated
$strThemeNoPreviewAvailable = 'Keine Vorschau verfügbar.'; //recently translated
$strConfigDefaultFileError = 'Fehelr beim laden der Standard-Konfiguration von: "%1$s"'; //recently translated
$strPDF = 'PDF'; //recently translated
$strPDFOptions = 'PDF Optionen'; //recently translated
$strPDFReportTitle = 'Report Titel'; //recently translated
$strInvalidCSVParameter = 'Ungültiger Parameter für CSV-Import: "%s"'; //recently translated
$strInvalidCSVFieldCount = 'Ungültige Anzahl an Feldern in Zeile %d.'; //recently translated
$strInvalidCSVFormat = 'Ungültiges Format in Zeile %d.'; //recently translated
$strImportSuccessfullyFinished = 'Der Import wurde erfolgreich beendet, %d Abfragen ausgeführt.'; //recently translated
$strThemeNotFound = 'Theme "%s" nicht gefunden!'; //recently translated
$strThemeDefaultNotFound = 'Standard-Theme "%s" nicht gefunden!'; //recently translated
$strThemeNoValidImgPath = 'Keinen gültiges Bilder-Verzeichnis für das Theme "%s" gefunden!'; //recently translated
$strThemePathNotFound = 'Verzeichnis für das theme "%s" nicht gefunden!'; //recently translated
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL Optionen'; //recently translated
$strBrowseDistinctValues = 'Zeige unterschiedliche Werte'; //recently translated
$strStatisticsOverrun = 'Auf stark frequentierten Server kann der Byte-Zähler "überlaufen" (Wieder bei 0 beginnen), deshalb können diese Werte wie sie vom MySQL Server ausgegeben werden falsch sein.'; //recently translated
$strViewMaxExactCount = 'Dieses View hat mehr als %d Zeilen. Bitte schlagen Sie im %sHandbuch%s nach.'; //recently translated
?>
/Web/Maintenance/phpMyAdmin/lang/german-iso-8859-15.inc.php
0,0 → 1,1004
<?php
/* $Id: german-iso-8859-15.inc.php,v 2.58.2.2 2006/03/23 17:42:13 lem9 Exp $ */
 
/**
* For suggestions concerning this file please contact
* Alexander M. Turek <rabus at users.sourceforge.net>.
*
* Bei Verbesserungsvorschlägen diese Datei betreffend wenden Sie sich bitte an
* Alexander M. Turek <rabus at users.sourceforge.net>.
*/
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa');
$month = array('Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y um %H:%M';
$timespanfmt = '%s Tage, %s Stunden, %s Minuten und %s Sekunden';
 
$strAbortedClients = 'Abgebrochen';
$strAbsolutePathToDocSqlDir = 'Bitte geben Sie den vollständigen Pfad auf dem Webserver zum docSQL-Verzeichnis ein.';
$strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Kennwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.';
$strAccessDenied = 'Zugriff verweigert.';
$strAction = 'Aktion';
$strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufügen';
$strAddConstraints = 'Constraints hinzufügen';
$strAddDeleteColumn = 'Spalten hinzufügen/entfernen';
$strAddDeleteRow = 'Zeilen hinzufügen/entfernen';
$strAddDropDatabase = 'DROP DATABASE hinzufügen';
$strAddedColumnComment = 'Spaltenkommentar wurde hinzugefügt';
$strAddedColumnRelation = 'Spaltenbeziehung wurde hinzugefügt';
$strAddFields = '%s Felder hinzufügen';
$strAddHeaderComment = 'Individuelle Kommentare für den Kopfbereich (\\n erzeugt einen Zeilenumbruch)';
$strAddIfNotExists = 'Mit \'IF NOT EXISTS\'';
$strAddIntoComments = 'In Kommentarbereich einbeziehen';
$strAddNewField = 'Neue Felder hinzufügen';
$strAddPrivilegesOnDb = 'Rechte zu folgender Datenbank hinzufügen';
$strAddPrivilegesOnTbl = 'Rechte zu folgender Tabelle hinzufügen';
$strAddSearchConditions = 'Eigenes Filterkriterium (Argumente für den WHERE-Ausdruck):';
$strAddToIndex = '%s&nbsp;Spalten zum Index hinzufügen';
$strAddUserMessage = 'Der Benutzer wurde hinzugefügt.';
$strAddUser = 'Neuen Benutzer hinzufügen';
$strAdministration = 'Administration';
$strAffectedRows = ' Betroffene Datensätze: ';
$strAfterInsertBack = 'zurück';
$strAfterInsertNewInsert = 'anschließend einen weiteren Datensatz einfügen';
$strAfterInsertNext = 'nächste Zeile bearbeiten';
$strAfterInsertSame = 'Zurück zu dieser Seite';
$strAfter = 'Nach %s';
$strAll = 'Alle';
$strAllTableSameWidth = 'Sollen alle Tabellen mit der gleichen Breite angezeigt werden?';
$strAlterOrderBy = 'Tabelle sortieren nach';
$strAnalyzeTable = 'Analysiere Tabelle';
$strAnd = 'und';
$strAnIndex = 'Ein Index wurde in %s erzeugt';
$strAnyHost = 'Jeder Host';
$strAny = 'Jeder';
$strAnyUser = 'Jeder Benutzer';
$strApproximateCount = 'Es kann sich hierbei um Näherungswerte handeln. Bitte lesen Sie auch FAQ 3.11';
$strAPrimaryKey = 'Ein Primärschlüssel wurde in %s erzeugt';
$strArabic = 'Arabisch';
$strArmenian = 'Armenisch';
$strAscending = 'aufsteigend';
$strAtBeginningOfTable = 'An den Anfang der Tabelle';
$strAtEndOfTable = 'An das Ende der Tabelle';
$strAttr = 'Attribute';
$strAutodetect = 'Autom. Erkennung';
$strAutomaticLayout = 'Automatische Anordnung';
 
$strBack = 'Zurück';
$strBaltic = 'Baltisch';
$strBeginCut = 'AUSSCHNITTSANFANG';
$strBeginRaw = 'BEGINN DER AUSGABE';
$strBinary = 'Binär';
$strBinaryDoNotEdit = 'Binär - nicht editierbar!';
$strBinaryLog = 'Binäres Protokoll';
$strBinLogEventType = 'Ereignistyp';
$strBinLogInfo = 'Information';
$strBinLogName = 'Protokoll';
$strBinLogOriginalPosition = 'Ursprungsposition';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server-ID';
$strBookmarkAllUsers = 'Diese gespeicherte SQL-Abfrage für jeden Benutzer verfügbar machen';
$strBookmarkDeleted = 'SQL-Abfrage wurde gelöscht.';
$strBookmarkLabel = 'Titel';
$strBookmarkQuery = 'Gespeicherte SQL-Abfrage';
$strBookmarkThis = 'SQL-Abfrage speichern';
$strBookmarkView = 'Nur zeigen';
$strBrowse = 'Anzeigen';
$strBrowseForeignValues = 'Fremdschlüsselwerte ansehen';
$strBufferPoolActivity = 'Speicherpuffer-Aktivität';
$strBufferPool = 'Speicherpuffer';
$strBufferPoolUsage = 'Auslastung des Speicherpuffers';
$strBufferReadMisses = 'Fehlgeschlagene Leseanfragen';
$strBufferReadMissesInPercent = 'Fehlgeschlagene Leseanfragen in %';
$strBufferWriteWaitsInPercent = 'Schreibverzögerungen in %';
$strBufferWriteWaits = 'Schreibverzögerungen';
$strBulgarian = 'Bulgarisch';
$strBusyPages = 'Ausgelastete Seiten';
$strBzError = 'phpMyAdmin konnte die Datei wegen eines Fehler in der Bz2-Erweiterung in dieser php-Version nicht komprimieren. Es wird deshalb empfohlen die Einstellung <code>$cfg[\'BZipDump\']</code> in Ihrer phpMyAdmin-Konfiguration auf <code>FALSE</code> zu setzen. Falls Sie die Bz2-Kompressionsfunktionen dennoch nutzen wollen, so sollten Sie eine neuere php-Version installieren. Bitte lesen Sie auch den php-Bugreport %s für weitere Informationen.';
$strBzip = 'BZip-komprimiert';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Die Import-Plugins konnten nicht geladen werden. Bitte überprüfen Sie Ihre phpMyAdmin-Installation.';
$strCannotLogin = 'Die Anmeldung am MySQL-Server ist fehlgeschlagen.';
$strCantLoad = 'Die Erweiterung [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] kann nicht geladen werden. Bitte überprüfen Sie Ihre PHP-Konfiguration.';
$strCantLoadRecodeIconv = 'Die PHP-Erweiterungen iconv und recode, welche für die Zeichensatzkonvertierung benötigt werden, konnten nicht geladen werden. Bitte ändern Sie Ihre PHP-Konfiguration und aktivieren Sie diese Erweiterungen oder deaktivieren Sie die Zeichensatzkonvertierung in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kann Index nicht in PRIMARY umbenennen!';
$strCantUseRecodeIconv = 'Weder die iconv- noch libiconv- oder recode_string-Funktion konnte verwandt werden, obwohl die benötigten php-Erweiterungen angeblich geladen wurden. Bitte überprüfen Sie Ihre PHP-Konfiguration.';
$strCardinality = 'Kardinalität';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Mitteleuropäisch';
$strChange = 'Ändern';
$strChangeCopyModeCopy = ' ... behalte den alten bei.';
$strChangeCopyModeDeleteAndReload = ' ... lösche den alten und lade anschließend die Benutzertabellen neu.';
$strChangeCopyMode = 'Erstelle einen neuen Benutzer mit identischen Rechten und ...';
$strChangeCopyModeJustDelete = ' ... lösche den alten von den Benutzertabellen.';
$strChangeCopyModeRevoke = ' ... entziehe dem alten alle Rechte und lösche ihn anschließend.';
$strChangeCopyUser = 'Logininformation ändern / Benutzer kopieren';
$strChangeDisplay = 'Anzuzeigende Spalte bestimmen';
$strChangePassword = 'Kennwort ändern';
$strCharsetOfFile = 'Zeichencodierung der Datei:';
$strCharsetsAndCollations = 'Zeichensätze und Kollationen';
$strCharsets = 'Zeichensätze';
$strCharset = 'Zeichensatz';
$strCheckAll = 'Alle auswählen';
$strCheckOverhead = 'Tabellen m. Überhang ausw.';
$strCheckPrivsLong = 'Überprüft die Rechte für die Datenbank &quot;%s&quot;.';
$strCheckPrivs = 'Rechte überprüfen';
$strCheckTable = 'Überprüfe Tabelle';
$strChoosePage = 'Bitte wählen Sie die zu bearbeitende Seite.';
$strColComFeat = 'Darstellung von Spaltenkommentaren';
$strCollation = 'Kollation';
$strColumnNames = 'Spaltennamen';
$strColumnPrivileges = 'Spaltenspezifische Rechte';
$strCommand = 'Befehl';
$strCommentsForTable = 'TABELLENKOMMENTARE';
$strComments = 'Kommentare';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Vollständige \'INSERT\'s';
$strCompression = 'Kompression';
$strConfigFileError = 'phpMyAdmin konnte Ihre Konfigurationsdatei nicht verarbeiten!<br />Dies kann passieren, wenn der PHP-Parser Syntaxfehler in ihr findet oder sie nicht existiert.<br />Bitte rufen Sie die Konfigurationsdatei über den unteren Link direkt auf und lesen Sie die PHP-Fehlermeldungen, die Sie erhalten. Meistens fehlt bloß irgendwo ein Anführungszeichen oder Semikolon.<br />Wenn Sie eine leere Seite erhalten, ist Ihre Konfigurationsdatei in Ordnung.';
$strConfigureTableCoord = 'Bitte konfigurieren Sie die Koordinaten für die Tabelle %s';
$strConnectionError = 'Die Verbindung konnte aufgrund von ungültigen Einstellungen nicht hergestellt werden.';
$strConnections = 'Verbindungen';
$strConstraintsForDumped = 'Constraints der exportierten Tabellen';
$strConstraintsForTable = 'Constraints der Tabelle';
$strCookiesRequired = 'Ab diesem Punkt müssen Cookies aktiviert sein.';
$strCopyDatabaseOK = 'Datenbank %s wurde nach %s kopiert';
$strCopy = 'Kopieren';
$strCopyTable = 'Kopiere Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strCopyTableOK = 'Tabelle %s wurde nach %s kopiert.';
$strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!';
$strCouldNotKill = 'phpMyAdmin konnte den Prozess %s nicht abbrechen. Er wurde wahrscheinlich bereits geschlossen.';
$strCreate = 'Anlegen';
$strCreateDatabaseBeforeCopying = 'Vor dem Kopieren CREATE DATABASE ausführen.';
$strCreateIndex = 'Index über&nbsp;%s&nbsp;Spalten anlegen';
$strCreateIndexTopic = 'Neuen Index anlegen';
$strCreateNewDatabase = 'Neue Datenbank anlegen';
$strCreateNewTable = 'Neue Tabelle in Datenbank %s erstellen';
$strCreatePage = 'Neue Seite erstellen';
$strCreatePdfFeat = 'Erzeugen von PDFs';
$strCreationDates = 'Erzeugungs- / Aktualisierungs- / Überprüfungszeiten';
$strCriteria = 'Kriterium';
$strCroatian = 'Kroatisch';
$strCSVOptions = 'CSV-Optionen';
$strCyrillic = 'Kyrillisch';
$strCzechSlovak = 'Tschechoslowakisch';
$strCzech = 'Tschechisch';
 
$strDanish = 'Dänisch';
$strDatabase = 'Datenbank';
$strDatabaseEmpty = 'Der Datenbankname ist leer!';
$strDatabaseExportOptions = 'Export-Optionen der Datenbank';
$strDatabaseHasBeenDropped = 'Datenbank %s wurde gelöscht.';
$strDatabaseNoTable = 'Diese Datenbank enthält keine Tabelle!';
$strDatabases = 'Datenbanken';
$strDatabasesDropped = 'Es wurden %s Datenbanken gelöscht.';
$strDatabasesStatsDisable = 'Datenbankstatistiken deaktivieren';
$strDatabasesStatsEnable = 'Datenbankstatistiken aktivieren';
$strDatabasesStatsHeavyTraffic = 'Bitte beachten Sie: Das Aktivieren der Datenbankstatistiken kann starken Traffic zwischen dem Web- und dem MySQL-Server zur Folge haben.';
$strDatabasesStats = 'Statistik über alle Datenbanken';
$strData = 'Daten';
$strDataDict = 'Strukturverzeichnis';
$strDataOnly = 'Nur Daten';
$strDataPages = 'Daten enthaltende Seiten';
$strDBComment = 'Datenbankkommentar: ';
$strDBCopy = 'Datenbank kopieren nach';
$strDBGContextID = 'Kontext-ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Treffer';
$strDBGLine = 'Zeile';
$strDBGMaxTimeMs = 'Max. Zeit in ms';
$strDBGMinTimeMs = 'Min. Zeit in ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Zeit/Treffer in ms';
$strDBGTotalTimeMs = 'Gesamtzeit in ms';
$strDbPrivileges = 'Datenbankspezifische Rechte';
$strDBRename = 'Datenbank umbenennen in';
$strDbSpecific = 'datenbankspezifisch';
$strDefaultEngine = 'Neue Tabellen werden standardmäßig im Format %s angelegt.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'Bitte geben Sie jeweils nur einen Standardwert ohne Escape- oder Anführungszeichen an.';
$strDefragment = 'Tabelle defragmentieren';
$strDelayedInserts = 'Verzögerten INSERT-Befehl verwenden';
$strDeleteAndFlushDescr = 'Dies ist zwar der sauberste Weg, jedoch kann es einige Zeit in Anspruch nehmen, die Benutzertabellen neu zu laden.';
$strDeleteAndFlush = 'Die Benutzer löschen und die Benutzertabellen anschließend neu laden.';
$strDeleted = 'Die Zeile wurde gelöscht.';
$strDeletedRows = 'Gelöschte Zeilen:';
$strDelete = 'Löschen';
$strDeleting = 'Lösche %s';
$strDelOld = 'Auf der aktuellen Seite bestehen Referenzen zu Tabellen, die nicht mehr existieren. Sollen diese Referenzen gelöscht werden?';
$strDescending = 'absteigend';
$strDescription = 'Beschreibung';
$strDictionary = 'Wörterbuch';
$strDirtyPages = 'Inkonsistente Seiten (&quot;dirty&quot;)';
$strDisabled = 'Deaktiviert';
$strDisableForeignChecks = 'Fremdschlüsselüberprüfung deaktivieren';
$strDisplayFeat = 'Anzeige verknüpfter Daten';
$strDisplayOrder = 'Sortierung nach:';
$strDisplayPDF = 'PDF-Schema anzeigen';
$strDoAQuery = 'Suche über Beispielwerte ("query by example") (Platzhalter: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Möchten Sie wirklich diese Abfrage ausführen ';
$strDropDatabaseStrongWarning = 'Sie sind dabei eine komplette Datenbank zu ZERSTÖREN!';
$strDrop = 'Löschen';
$strDropUsersDb = 'Die gleichnamigen Datenbanken löschen.';
$strDumpingData = 'Daten für Tabelle';
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
$strDumpXRows = 'Exportiere %s Datensätze ab Zeile %s.';
$strDynamic = 'dynamisch';
 
$strEdit = 'Bearbeiten';
$strEditPDFPages = 'PDF-Seiten bearbeiten';
$strEditPrivileges = 'Rechte ändern';
$strEffective = 'Effektiv';
$strEmpty = 'Leeren';
$strEmptyResultSet = 'MySQL lieferte ein leeres Resultat zurück (d.h. null Zeilen).';
$strEnabled = 'Aktiviert';
$strEncloseInTransaction = 'Export in einer Transaktion zusammenfassen';
$strEndCut = 'AUSSCHNITTSENDE';
$strEnd = 'Ende';
$strEndRaw = 'ENDE DER AUSGABE';
$strEngineAvailable = '%s ist auf diesem MySQL-Server verfügbar.';
$strEngineDisabled = '%s wurde auf diesem MySQL-Server deaktiviert.';
$strEngines = 'Formate';
$strEngineUnsupported = 'Dieser MySQL-Server unterstützt %s nicht.';
$strEnglish = 'Englisch';
$strEnglishPrivileges = ' Anmerkung: MySQL-Rechte werden auf Englisch angegeben. ';
$strError = 'Fehler';
$strEscapeWildcards = 'Platzhalter _ und % sollten mit einem \ escaped werden, um das gewünschte Sonderzeichen einzubinden';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estnisch';
$strExcelEdition = 'Excel-Ausgabe';
$strExcelOptions = 'Excel-Optionen';
$strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausführen';
$strExplain = 'SQL erklären';
$strExport = 'Exportieren';
$strExtendedInserts = 'Erweiterte \'INSERT\'s';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Fehlgeschlagen';
$strField = 'Feld';
$strFieldHasBeenDropped = 'Spalte %s wurde entfernt.';
$strFieldsEmpty = ' Sie müssen angeben wie viele Felder die Tabelle haben soll! ';
$strFieldsEnclosedBy = 'Felder eingeschlossen von';
$strFieldsEscapedBy = 'Felder escaped von';
$strFields = 'Felder';
$strFieldsTerminatedBy = 'Felder getrennt mit';
$strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte ändern Sie den Dateinamen oder wählen Sie die Überschreibungs-Option.';
$strFileCouldNotBeRead = 'Die Datei konnte nicht gelesen werden';
$strFileNameTemplate = 'Dateinamenskonvention';
$strFileNameTemplateRemember = 'Konvention merken';
$strFixed = 'starr';
$strFlushPrivilegesNote = 'Anmerkung: phpMyAdmin liest die Benutzerprofile direkt aus den entsprechenden MySQL-Tabellen aus. Der Inhalt dieser Tabellen kann sich von den Benutzprofilen, die MySQL z.Zt. verwendet, unterscheiden, wenn manuelle Änderungen vorgenommen wurden. In diesem Fall sollten Sie %sdie Benutzerprofile neu laden%s bevor Sie fortfahren.';
$strFlushTable = 'Leeren des Tabellencaches ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Das Formular ist leer !';
$strFreePages = 'Unbenutzte Seiten';
$strFullText = 'vollständige Textfelder';
$strFunction = 'Funktion';
 
$strGenBy = 'Erstellt von';
$strGeneralRelationFeat = 'Allgemeine Verknüpfungsfunktionen';
$strGenerate = 'Generieren';
$strGeneratePassword = 'Passwort generieren';
$strGenTime = 'Erstellungszeit';
$strGeorgian = 'Georgisch';
$strGerman = 'Deutsch';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale Rechte';
$strGlobalValue = 'Globaler Wert';
$strGo = 'OK';
$strGrantOption = 'Grant';
$strGreek = 'Griechisch';
$strGzip = 'GZip-komprimiert';
 
$strHasBeenAltered = 'wurde geändert.';
$strHasBeenCreated = 'wurde erzeugt.';
$strHaveToShow = 'Bitte wählen Sie mindestens eine anzuzeigende Spalte';
$strHebrew = 'Hebräisch';
$strHexForBinary = 'Hexadezimalschreibweise für Binärfelder verwenden';
$strHome = 'Home';
$strHomepageOfficial = ' Offizielle phpMyAdmin-Homepage ';
$strHostEmpty = 'Es wurde kein Host angegeben!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Exportoptionen für Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Exportoptionen für Microsoft Word 2000';
$strHungarian = 'Ungarisch';
 
$strIcelandic = 'Isländisch';
$strId = 'ID';
$strIdxFulltext = 'Volltext';
$strIgnore = 'Ignorieren';
$strIgnoreInserts = 'Fehlerübergehenden INSERT-Befehl verwenden';
$strIgnoringFile = 'Die Datei %s wird ignoriert';
$strImportDocSQL = 'docSQL-Dateien importieren';
$strImportFiles = 'Dateiimport';
$strIndexes = 'Indizes';
$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
$strIndex = 'Index';
$strIndexName = 'Indexname:';
$strIndexType = 'Indextyp:';
$strIndexWarningMultiple = 'Es sollte nicht mehr als ein Index des Typs %s für die Spalte `%s` gesetzt sein';
$strIndexWarningPrimary = 'Die Index-Typen INDEX und PRIMARY sollten nicht gleichzeitig für die Spalte `%s` gesetzt sein';
$strIndexWarningTable = 'Warnungen bei den Indizes der Tabelle `%s`';
$strIndexWarningUnique = 'Die Index-Typen INDEX und UNIQUE sollten nicht gleichzeitig für die Spalte `%s` gesetzt sein';
$strInnoDBAutoextendIncrement = 'Autoerweiterungs-Schrittgröße';
$strInnoDBAutoextendIncrementDesc = 'Die Größe, um die ein Tablespace erweitert wird, wenn er voll ist.';
$strInnoDBBufferPoolSizeDesc = 'Die Größe des Arbeitsspeicherpuffers, den InnoDB verwendet, um Daten und Indizes zwischenzuspeichern.';
$strInnoDBBufferPoolSize = 'Größe des Speicherpuffers';
$strInnoDBDataFilePath = 'Datendateien';
$strInnoDBDataHomeDirDesc = 'Der Pfad des Verzeichnisses, unter welchem alle InnoDB-Datendateien abgelegt werden.';
$strInnoDBDataHomeDir = 'Pfad für Datendateien';
$strInnoDBPages = 'Seiten';
$strInnodbStat = 'InnoDB-Status';
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer &quot;root&quot; ohne Passwort), welche denen des MySQL-Standardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so können Unbefugte leicht von außen auf ihn zugreifen. Sie sollten diese Sicherheitslücke unbedingt schließen!';
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
$strInsertedRowId = 'Letzte automatisch eingefügte ID:';
$strInsertedRows = 'Eingefügte Zeilen:';
$strInsert = 'Einfügen';
$strInsertNewRow = 'Neue Zeile einfügen';
$strInternalNotNecessary = '* Eine interne Beziehung ist nicht notwendig, wenn sie bereits im InnoDB-Format vorliegt.';
$strInternalRelations = 'Interne Beziehungen';
$strInUse = 'in Benutzung';
$strInvalidFieldAddCount = 'Sie müssen mindestens ein Feld hinzufügen.';
 
$strJapanese = 'Japanisch';
$strJumpToDB = 'Zur Datenbank &quot;%s&quot; springen.';
$strJustDeleteDescr = 'Die &quot;gelöschten&quot; Benutzer könnten weiterhin wie gewohnt auf den Server zugreifen, bis die Benutzertabellen neu geladen werden.';
$strJustDelete = 'Die Benutzer aus den Benutzertabellen löschen.';
 
$strKeepPass = 'Kennwort nicht verändert';
$strKeyname = 'Name';
$strKill = 'Beenden';
$strKorean = 'Koreanisch';
 
$strLandscape = 'Querformat';
$strLatchedPages = 'Belegte Seiten';
$strLatexCaption = 'Tabellenbeschriftung';
$strLatexContent = 'Inhalt der Tabelle __TABLE__';
$strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung';
$strLatexContinued = '(Fortsetzung)';
$strLatexIncludeCaption = 'Tabellenbeschriftung einfügen';
$strLatexLabel = 'Kennzeichen';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-Optionen';
$strLatexStructure = 'Struktur der Tabelle __TABLE__';
$strLatvian = 'Lettisch';
$strLengthSet = 'Länge/Set';
$strLimitNumRows = 'Einträge pro Seite';
$strLinesTerminatedBy = 'Zeilen getrennt mit';
$strLinkNotFound = 'Der Verweis wurde nicht gefunden.';
$strLinksTo = 'Verweise';
$strLithuanian = 'Litauisch';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Datei';
$strLoginInformation = 'Logininformationen';
$strLogin = 'Login';
$strLogout = 'Neu einloggen';
$strLogPassword = 'Kennwort:';
$strLogServer = 'Server';
$strLogUsername = 'Benutzername:';
$strLongOperation = 'Diese Operation könnte einige Zeit beanspruchen. Trotzdem weitermachen?';
 
$strMaximumSize = 'Maximale Dateigröße: %s%s';
$strMbExtensionMissing = 'Die PHP-Erweiterung "mbstring" wurde nicht gefunden, trotzdem jedoch scheinen Sie einen Mehrbyte-Zeichensatz zu verwenden. Ohne besagte Erweiterung ist phpMyAdmin nicht in der Lage Zeichenketten zu trennen, was zu unerwarteten Ergebnissen führen kann.';
$strMbOverloadWarning = 'Sie haben die Option "mbstring.func_overload" in Ihrer PHP-Konfiguration aktiviert. Diese ist nicht kompatibel zu phpMyAdmin, weshalb es zu Problemen und Datenverlust kommen kann.';
$strMIME_available_mime = 'Verfügbare MIME-Typen';
$strMIME_available_transform = 'Verfügbare Umwandlungen';
$strMIME_description = 'Beschreibung';
$strMIME_MIMEtype = 'MIME-Typ';
$strMIME_nodescription = 'Für diese Umwandlung ist keine Beschreibung verfügar.<br />Für weitere Informationen wenden Sie sich bitte an den Autoren der Funktion &quot;%s&quot;.';
$strMIME_transformation = 'Darstellungsumwandlung';
$strMIME_transformation_note = 'Um eine Liste aller verfügbaren MIME-Typen-Umwandlungen und deren Optionen zu sehen, klicken Sie bitte auf %sUmwandlungen%s';
$strMIME_transformation_options_note = 'Bitte die Werte für die Umwandlungsoptionen in folgendem Format angeben: \'a\',\'b\',\'c\',... Wann immer Sie ein Backslash ("\") oder ein einfaches Anführungszeichen ("\'") verwenden, setzen Sie bitte ein Backslash vor das Zeichen. (z. B.: \'\\\\xyz\' oder \'a\\\'b\').';
$strMIME_transformation_options = 'Umwandlungsoptionen';
$strMIMETypesForTable = 'MIME TYPEN DER TABELLE';
$strMIME_without = 'Kursiv dargestellte MIME-Typen besitzen keine untergliederten Umwandlungen.';
$strModifications = 'Änderungen gespeichert.';
$strModifyIndexTopic = 'Index modifizieren';
$strModify = 'Verändern';
$strMoveTableOK = 'Tabelle %s wurde nach %s verschoben.';
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
$strMoveTable = 'Verschiebe Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strMultilingual = 'multilingual';
$strMyISAMDataPointerSizeDesc = 'Standardmäßige Größe des Pointers, welcher von CREATE TABLE für MyISAM-Tabellen verwendet wird, sofern die Option MAX_ROWS nicht angegeben wird.';
$strMyISAMDataPointerSize = 'Größe des Datenpointers';
$strMyISAMMaxExtraSortFileSizeDesc = 'Wenn das Erzeugen der temporären Datei für schnelle Index-Erzeugung um diesen Wert größer sein würde als die Benutzung des Schlüssel-Caches, wird die Schlüssel-Cache-Methode bevorzugt.';
$strMyISAMMaxExtraSortFileSize = 'Maximum Größe temporärer Dateien bei Indexerstellung';
$strMyISAMMaxSortFileSizeDesc = 'Die maximale Größe der temporären Datei, die MySQL benutzen darf, während es den Index erzeugt (während REPAIR, ALTER TABLE oder LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximale Größe temporärer Dateien beim Sortieren';
$strMyISAMRecoverOptions = 'Autoreperatur-Modus';
$strMyISAMRecoverOptionsDesc = 'Der Modus der automatischen Wiederherstellung abgestürzter MyISAM-Tabellen, wie über den Startparameter --myisam-recover angegeben.';
$strMyISAMRepairThreadsDesc = 'Wenn dieser Wert größer als 1 ist, werden MyISAM-Tabellenindizes wärend einer Reperatur oder eines Sortierungsprozesses parallel erstellt (jeder Index in einem separaten Thread).';
$strMyISAMRepairThreads = 'Reperaturthreads';
$strMyISAMSortBufferSizeDesc = 'Der Puffer, der beim Sortieren des Indexes zugewiesen wird, wenn man ein REPAIR oder ausführt oder Indizes mit CREATE INDEX oder ALTER TABLE erzeugt.';
$strMyISAMSortBufferSize = 'Größe des Sortierungspuffers';
$strMySQLCharset = 'MySQL-Zeichensatz';
$strMySQLConnectionCollation = 'Zeichensatz / Kollation der MySQL-Verbindung';
$strMySQLSaid = 'MySQL meldet: ';
$strMySQLShowProcess = 'Prozesse anzeigen';
$strMySQLShowStatus = 'MySQL-Laufzeit-Informationen anzeigen';
$strMySQLShowVars = 'MySQL-System-Variablen anzeigen';
 
$strName = 'Name';
$strNext = 'Nächste';
$strNoActivity = 'Da Sie seit mindestens %s Sekunden inaktiv waren, wurden Sie automatisch abgemeldet. Bitte melden Sie sich erneut an.';
$strNoDatabases = 'Keine Datenbanken';
$strNoDatabasesSelected = 'Es wurden keine Datenbanken ausgewählt.';
$strNoDescription = 'keine Beschreibung';
$strNoDetailsForEngine = 'Für dieses Tabellenformat sind keine Statusinformationen verfügbar';
$strNoDropDatabases = 'Die Anweisung "DROP DATABASE" wurde deaktiviert.';
$strNoExplain = 'SQL-Erklärung umgehen';
$strNoFrames = 'phpMyAdmin arbeitet besser mit einem <b>Frame</b>-fähigen Browser.';
$strNoIndex = 'Kein Index definiert!';
$strNoIndexPartsDefined = 'Keine Indizes definiert.';
$strNoModification = 'Keine Änderung';
$strNo = 'Nein';
$strNone = 'keine';
$strNoOptions = 'Für dieses Format sind keine Optionen vorhanden';
$strNoPassword = 'Kein Kennwort';
$strNoPermission = 'Der Webserver hat keine Schreibrechte um die Datei %s zu speichern.';
$strNoPhp = 'ohne PHP-Code';
$strNoPrivileges = 'Keine Rechte';
$strNoRights = 'Sie haben nicht genug Rechte um fortzufahren!';
$strNoRowsSelected = 'Es wurden keine Datensätze ausgewählt.';
$strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.';
$strNoTablesFound = 'Es wurden keine Tabellen in der Datenbank gefunden.';
$strNoThemeSupport = 'Die Unterstützung für Oberflächendesigns ist deaktiviert. Bitte überprüfen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis %s.';
$strNotNumber = 'Das ist keine Zahl!';
$strNotOK = 'fehlerhaft';
$strNotSet = 'Die Tabelle <b>%s</b> wurde entweder nicht gefunden oder in der Kofigurationsdatei %s nicht gesetzt.';
$strNoUsersFound = 'Es wurden keine Benutzer gefunden.';
$strNoValidateSQL = 'SQL-Validierung umgehen';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s Treffer in der Tabelle <i>%s</i>';
$strNumSearchResultsTotal = '<b>Insgesamt</b> <i>%s</i> Treffer';
$strNumTables = 'Tabellen';
 
$strOK = 'OK';
$strOperations = 'Operationen';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiere Tabelle';
$strOr = 'oder';
$strOverhead = 'Überhang';
$strOverwriteExisting = 'Bestehende Datei(en) überschreiben';
 
$strPageNumber = 'Seite:';
$strPagesToBeFlushed = 'Zurückzuschreibende Seiten';
$strPaperSize = 'Papiergröße';
$strPartialText = 'gekürzte Textfelder';
$strPasswordChanged = 'Das Kennwort für %s wurde geändert.';
$strPasswordEmpty = 'Es wurde kein Kennwort angegeben!';
$strPasswordHashing = 'Password-Verschlüsselung';
$strPassword = 'Kennwort';
$strPasswordNotSame = 'Die eingegebenen Kennwörter sind nicht identisch!';
$strPdfDbSchema = 'Schema der Datenbank "%s" - Seite %s';
$strPdfInvalidTblName = 'Die Tabelle "%s" existiert nicht!';
$strPdfNoTables = 'keine Tabellen';
$strPerHour = 'pro Stunde';
$strPerMinute = 'pro Minute';
$strPerSecond = 'pro Sekunde';
$strPersian = 'Persisch';
$strPhoneBook = 'Telefonbuch';
$strPHP40203 = 'Sie verwenden die PHP-Version 4.2.3, welche leider fehlerhaft im Umgang mit Multibyte-Zeichenketten (mbstring) ist. Dieser Fehler ist in der PHP-Datenbank als Bug-Report #19404 dokumentiert. Aus diesem Grund wird diese PHP-Version nicht für den Betrieb von phpMyAdmin empfohlen.';
$strPhp = 'PHP-Code erzeugen';
$strPHPVersion = 'PHP-Version';
$strPmaDocumentation = 'phpMyAdmin-Dokumentation';
$strPmaUriError = 'Das <tt>$cfg[\'PmaAbsoluteUri\']</tt>-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!';
$strPolish = 'Polnisch';
$strPortrait = 'Hochformat';
$strPos1 = 'Anfang';
$strPrevious = 'Vorherige';
$strPrimaryKeyHasBeenDropped = 'Der Primärschlüssel wurde gelöscht.';
$strPrimaryKeyName = 'Der Name des Primärschlüssels muss PRIMARY lauten!';
$strPrimaryKeyWarning = 'Der Name des Primärschlüssels darf <b>nur</b> "PRIMARY" lauten.';
$strPrimary = 'Primärschlüssel';
$strPrint = 'Drucken';
$strPrintView = 'Druckansicht';
$strPrintViewFull = 'Druckansicht (vollständige Textfelder)';
$strPrivDescAllPrivileges = 'Enthält alle Rechte bis auf GRANT.';
$strPrivDescAlter = 'Erlaubt das Verändern der Struktur bestehender Tabellen.';
$strPrivDescCreateDb = 'Erlaubt das Erstellen neuer Datenbanken und Tabellen.';
$strPrivDescCreateTbl = 'Erlaubt das Erstellen neuer Tabellen.';
$strPrivDescCreateTmpTable = 'Erlaubt das Erstellen temporärer Tabellen.';
$strPrivDescDelete = 'Erlaubt das Löschen von Daten.';
$strPrivDescDropDb = 'Erlaubt das Löschen ganzer Datenbanken und Tabellen.';
$strPrivDescDropTbl = 'Erlaubt das Löschen ganzer Tabellen.';
$strPrivDescExecute = 'Erlaubt das Ausführen gespeicherter Prozeduren; Hat keinen Effekt in dieser MySQL-Version.';
$strPrivDescFile = 'Erlaubt das Importieren von Daten aus und das Exportieren in externe Dateien.';
$strPrivDescGrant = 'Erlaubt das Hinzufügen von Benutzern und Rechten ohne den die Benutzerprofile neu laden zu müssen.';
$strPrivDescIndex = 'Erlaubt das Erstellen und Löschen von Indizes.';
$strPrivDescInsert = 'Erlaubt das Hinzufügen und Ersetzen von Daten.';
$strPrivDescLockTables = 'Erlaubt die Sperrung bestimmter Tabellen.';
$strPrivDescMaxConnections = 'Begrenzt die Anzahl neuer Verbindungen, welche ein Benutzer pro Stunde aufbauen darf.';
$strPrivDescMaxQuestions = 'Begrenzt die Anzahl der Abfragen, welche ein Benutzer pro Stunde senden darf.';
$strPrivDescMaxUpdates = 'Begrenzt die Anzahl der Veränderungen, welche ein Benutzer pro Stunde an allen Datenbanken und Tabellen vornehmen darf.';
$strPrivDescProcess3 = 'Erlaubt das Beenden fremder Prozesse.';
$strPrivDescProcess4 = 'Erlaubt das Anzeigen der vollen Abfragen in der Prozessliste.';
$strPrivDescReferences = 'Hat keinen Effekt in dieser MySQL-Version.';
$strPrivDescReload = 'Erlaubt das erneute Laden von Servereinstellungen und das Leeren der Zwischenspeicher zur Laufzeit.';
$strPrivDescReplClient = 'Erlaubt dem Benutzer zu fragen, wo sich die Master- bzw. Slave-Systeme befinden';
$strPrivDescReplSlave = 'Wird für die Replication-Slave-Systeme benötigt.';
$strPrivDescSelect = 'Erlaubt das Auslesen von Daten.';
$strPrivDescShowDb = 'Gewährt Zugang zur vollständigen Datenbankliste.';
$strPrivDescShutdown = 'Erlaubt das Beenden des Servers.';
$strPrivDescSuper = 'Erlaubt eine Verbindung, selbst wenn die maximale Anzahl an Verbindungen bereits erreicht ist; Wird für viele administrative Operationen, wie das Setzen globaler Variables oder das Beenden fremder Prozesse, vorausgesetzt.';
$strPrivDescUpdate = 'Erlaubt das Verändern von gespeicherten Daten.';
$strPrivDescUsage = 'Keine Rechte.';
$strPrivileges = 'Rechte';
$strPrivilegesReloaded = 'Die Benutzerprofile wurden neu geladen.';
$strProcesslist = 'Prozesse';
$strPutColNames = 'Feldnamen in die erste Zeile setzen';
 
$strQBE = 'Abfrageeditor';
$strQBEDel = 'Entf.';
$strQBEIns = 'Einf.';
$strQueryFrame = 'Abfragefenster';
$strQueryOnDb = ' SQL-Befehl in der Datenbank <b>%s</b>:';
$strQuerySQLHistory = 'SQL-Verlaufsprotokoll';
$strQueryStatistics = '<b>Abfragestatistik</b>: Seit seinem Start wurden %s Abfragen an diesen MySQL-Server gesandt.';
$strQueryTime = 'die Abfrage dauerte %01.4f sek';
$strQueryType = 'Abfrageart';
$strQueryWindowLock = 'Abfrage vor Änderungen außerhalb des Fensters schützen';
 
$strReadRequests = 'Leseanfragen';
$strReceived = 'Empfangen';
$strRecords = 'Einträge';
$strReferentialIntegrity = 'Prüfe referentielle Integrität:';
$strRefresh = 'Aktualisieren';
$strRelationalSchema = 'Beziehungsschema';
$strRelationNotWorking = 'Die zusätzlichen Funktionen für verknüpfte Tabellen wurden automatisch deaktiviert. Klicken Sie %shier%s um herauszufinden warum.';
$strRelationsForTable = 'RELATIONEN DER TABELLE';
$strRelations = 'Tabellenverknüpfungen';
$strRelationView = 'Beziehungsübersicht';
$strReloadingThePrivileges = 'Lade die Benutzertabellen neu';
$strReloadMySQL = 'Benutzertabellen neu laden';
$strRemoveSelectedUsers = 'Die ausgewählten Benutzer löschen';
$strRenameDatabaseOK = 'Datenbank %s wurde umbenannt zu %s';
$strRenameTableOK = 'Tabelle %s wurde umbenannt in %s.';
$strRenameTable = 'Tabelle umbenennen in';
$strRepairTable = 'Repariere Tabelle';
$strReplaceNULLBy = 'Ersetze NULL durch';
$strReplaceTable = 'Tabelleninhalt ersetzen';
$strReset = 'Zurücksetzen';
$strResourceLimits = 'Ressourcenbeschränkungen';
$strReType = 'Wiederholen';
$strRevokeAndDelete = 'Den Benutzern alle Rechte entziehen und sie anschließend aus den Benutzertabellen löschen.';
$strRevokeAndDeleteDescr = 'Die Benutzer würden weiterhin das USAGE-Recht behalten, bis die Benutzertabellen neu geladen werden.';
$strRevoke = 'Entfernen';
$strRevokeMessage = 'Sie haben die Rechte für %s entfernt.';
$strRomanian = 'Rumänisch';
$strRowLength = 'Zeilenlänge';
$strRowsFrom = 'Datensätze, beginnend ab';
$strRowSize = 'Zeilengröße';
$strRowsModeFlippedHorizontal = 'horizontal (gedrehte Bezeichner)';
$strRowsModeHorizontal = 'untereinander';
$strRowsModeOptions = '%s angeordnet und wiederhole die Kopfzeilen nach %s Datensätzen.';
$strRowsModeVertical = 'nebeneinander';
$strRowsStatistic = 'Zeilenstatistik';
$strRows = 'Zeilen';
$strRunning = 'auf %s';
$strRunQuery = 'SQL-Befehl ausführen';
$strRunSQLQuery = 'SQL-Befehl(e) in Datenbank %s ausführen';
$strRussian = 'Russisch';
 
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
$strSave = 'Speichern';
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schema nicht auf eine Seite passt!';
$strSearchFormTitle = 'Durchsuche die Datenbank';
$strSearchInTables = 'In der / den Tabelle(n):';
$strSearchNeedle = 'Zu suchende Wörter oder Werte (Platzhalter: "%"):';
$strSearchOption1 = 'mindestens eines der Wörter';
$strSearchOption2 = 'alle Wörter';
$strSearchOption3 = 'genau diese Zeichenkette';
$strSearchOption4 = 'als regulären Ausdruck';
$strSearchResultsFor = 'Suchergebnisse für "<i>%s</i>" %s:';
$strSearch = 'Suche';
$strSearchType = 'Finde:';
$strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschlüsselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).';
$strSelectADb = 'Bitte Datenbank auswählen';
$strSelectAll = 'Alle auswählen';
$strSelectBinaryLog = 'Binäre Protokolldatei zur Anzeige auswählen';
$strSelectFields = 'Felder auswählen (mind. eines):';
$strSelectNumRows = 'in der Abfrage';
$strSelectTables = 'Tabellenauswahl';
$strSend = 'Senden';
$strSent = 'Gesendet';
$strServerChoice = 'Server Auswählen';
$strServerNotResponding = 'Der Server antwortet nicht.';
$strServer = 'Server';
$strServerStatus = 'Laufzeit-Informationen';
$strServerStatusUptime = 'Dieser MySQL-Server läuft bereits %s. Er wurde am %s gestartet.';
$strServerTabProcesslist = 'Prozesse';
$strServerTabVariables = 'Variablen';
$strServerTrafficNotes = '<b>Servertraffic</b>: In diesen Tabellen wird der Netzwerktraffic dieses MySQL-Servers seit dessen Start aufgeführt.';
$strServerVars = 'Servervariablen und -einstellungen';
$strServerVersion = 'Server Version';
$strSessionValue = 'Wert für diese Sitzung';
$strSetEnumVal = 'Wenn das Feld vom Typ \'ENUM\' oder \'SET\' ist, benutzen Sie bitte das Format: \'a\',\'b\',\'c\',... Wann immer Sie ein Backslash ("\") oder ein einfaches Anführungszeichen ("\'") verwenden, setzen Sie bitte ein Backslash vor das Zeichen. (z. B.: \'\\\\xyz\' oder \'a\\\'b\').';
$strShowAll = 'Alles anzeigen';
$strShowColor = 'mehrfarbig';
$strShowDatadictAs = 'Format des Strukturverzeichnisses';
$strShowFullQueries = 'Zeige die SQL-Abfragen vollständig an';
$strShowGrid = 'Gitterlinien anzeigen';
$strShowingRecords = 'Zeige Datensätze ';
$strShowPHPInfo = 'PHP-Informationen anzeigen';
$strShowTableDimension = 'Tabellendimensionen anzeigen.';
$strShowTables = 'Tabellen anzeigen';
$strShowThisQuery = 'SQL-Befehl hier wieder anzeigen';
$strShow = 'Zeige';
$strSimplifiedChinese = 'Vereinfachtes Chinesisch';
$strSingly = '(einmalig)';
$strSize = 'Größe';
$strSlovak = 'Slovakisch';
$strSlovenian = 'Slovenisch';
$strSocketProblem = '(evtl. ist auch der Socket des lokalen MySQL-Servers socket nicht korrekt konfiguriert)';
$strSortByKey = 'Nach Schlüssel sortieren';
$strSort = 'Sortierung';
$strSpaceUsage = 'Speicherplatzverbrauch';
$strSpanish = 'Spanisch';
$strSplitWordsWithSpace = 'Die Wörter werden durch Leerzeichen (" ") getrennt.';
$strSQLExportCompatibility = 'SQL-Export-Kompatibilität';
$strSQLExportType = 'Exporttyp';
$strSQLOptions = 'SQL-Optionen';
$strSQLParserBugMessage = 'Möglicherweise haben Sie einen Bug im SQL-Parser entdeckt. Bitte überprüfen Sie Ihre Abfrage genaustens, insbesondere auf falsch gesetzte oder nicht geschlossene Anführungszeichen. Eine weitere Ursache könnte darin liegen, dass Sie versuchen eine Datei mit binären Daten, welche nicht von Anführungszeichen eingeschlossen sind, hochzuladen. Sie können alternativ versuchen Ihre Abfrage über das MySQL-Kommandozeileninterface zu senden. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen. Falls Sie weiterhin Probleme haben sollten oder der Parser dort versagt, wo die Kommandozeile erfolgreich ist, so reduzieren Sie bitte Ihre Abfrage auf den Befehl, welcher die Probleme verursacht, und senden Sie uns einen Bugreport mit den Datenausschnitt, den Sie weiter unten auf dieser Seite finden.:';
$strSQLParserUserError = 'Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen.';
$strSQLQuery = 'SQL-Befehl';
$strSQLResult = 'SQL-Abfrageergebnis';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ungültiger Bezeichner';
$strSQPBugUnclosedQuote = 'Nicht geschlossene Anführungszeichen';
$strSQPBugUnknownPunctuation = 'Unbekannte Interpunktion';
$strStatCheckTime = 'Letzter Check am';
$strStatCreateTime = 'Erzeugt am';
$strStatement = 'Angaben';
$strStatUpdateTime = 'Aktualisiert am';
$strStatus = 'Status';
$strStorageEngines = 'Tabellenformate';
$strStorageEngine = 'Tabellenformat';
$strStrucCSV = 'CSV-Daten';
$strStrucData = 'Struktur und Daten';
$strStrucDrop = 'Mit \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV-Daten für MS Excel';
$strStrucNativeExcel = 'Excel-Datei';
$strStrucOnly = 'Nur Struktur';
$strStructPropose = 'Tabellenstruktur analysieren';
$strStructure = 'Struktur';
$strSubmit = 'Abschicken';
$strSuccess = 'Ihr SQL-Befehl wurde erfolgreich ausgeführt.';
$strSum = 'Gesamt';
$strSwedish = 'Schwedisch';
$strSwitchToDatabase = 'Zu kopierter Datenbank wechseln';
$strSwitchToTable = 'Zur kopierten Tabelle wechseln';
 
$strTableComments = 'Tabellen-Kommentar';
$strTableEmpty = 'Der Tabellenname ist leer!';
$strTableHasBeenDropped = 'Die Tabelle %s wurde gelöscht.';
$strTableHasBeenEmptied = 'Die Tabelle %s wurde geleert.';
$strTableHasBeenFlushed = 'Die Tabelle %s wurde geschlossen und zwischengespeicherte Daten gespeichert.';
$strTableMaintenance = 'Hilfsmittel';
$strTableOfContents = 'Inhalt';
$strTableOptions = 'Tabellenoptionen';
$strTables = '%s Tabellen';
$strTableStructure = 'Tabellenstruktur für Tabelle';
$strTable = 'Tabelle';
$strTableType = 'Tabellentyp';
$strTakeIt = 'auswählen';
$strTblPrivileges = 'Tabellenspezifische Rechte';
$strTextAreaLength = 'Wegen seiner Länge ist dieses<br />Feld vielleicht nicht editierbar.';
$strThai = 'Thai';
$strTheme = 'Oberflächendesign';
$strThisHost = 'Dieser Host';
$strThisNotDirectory = 'Dies ist kein Verzeichnis';
$strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.';
$strTime = 'Dauer';
$strToggleScratchboard = 'Klemmbrett anzeigen';
$strTotal = 'insgesamt';
$strTotalUC = 'Insgesamt';
$strTraditionalChinese = 'Traditionelles Chinesisch';
$strTraditionalSpanish = 'Traditionelles Spanisch';
$strTraffic = 'Traffic';
$strTransformation_application_octetstream__download = 'Zeigt einen Link an, um die binären Daten eines Feldes downloaden zu können. Die erste Option benennt den Dateinamen. Die zweite Option kann einen Spaltennamen der Tabelle benennen, aus dem der Dateiname geholt werden soll. Sollte die zweite Option gesetzt sein ist es notwendig, die erste Option auf einen Leerstring zu setzen (\'\')';
$strTransformation_image_jpeg__inline = 'Ein klickbares Vorschaubild anzeigen. Optionen: Breite, Höhe in Pixeln (berücksichtigt Seitenverhältnis)';
$strTransformation_image_jpeg__link = 'Einen Link zum Bild anzeigen, z.B. zum Download von BLOB-Daten.';
$strTransformation_image_png__inline = 'Siehe image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Wandelt ein TIME, TIMESTAMP oder DATETIME-Feld und formatiert es unter Berücksichtigung des lokalen Zeitformats. Erste Option: Differenz (in Stunden) zur Addition/Subtraktion der aktuellen Zeit (Standard: 0). Zweite Option: Zeitformat anstelle des lokalen, Variablen siehe PHPs strftime().';
$strTransformation_text_plain__external = 'Nur für LINUX: Startet ein externes Programm und verwendet die Daten des Feldes für die Standardeingabe. Stellt innerhalb von phpMyAdmin die Standardausgabe des externen Programmes dar. Die Voreinstellung wurde für Tidy optimiert, um HTML code optisch zu formatieren. Aus Sicherheitsgründen müssen Sie die Datei libraries/transformations/text_plain__external.inc.php von Hand bearbeiten um weitere Programme hinzuzufügen. Die erste Option ist die Nummer des dort hinterlegten Programmes und die zweite Option legt die Parameter für das externe Programm fest. Die dritte Option bestimmt, falls auf 1 gesetzt, dass die Ausgabe mit htmlspecialchars() formatiert wird (Standard: 1). Die vierte Option bestimmt, falls auf 1 gesetzt, ob ein NOWRAP-Parameter der Tabellenzelle hinzugefügt wird um einen automatischen Umbruch der Standardausgabe zu verhindern (Standard: 1)';
$strTransformation_text_plain__formatted = 'Behält Ursprungsformatierung des Feldes bei. Kein Escaping oder Umlautwandlung wird durchgeführt.';
$strTransformation_text_plain__imagelink = 'Benutzt den Inhalt eines Feldes um ein Bild und einen Link dazu darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist die Breite des Bildes, die dritte Option die Höhe des Bildes in Pixeln.';
$strTransformation_text_plain__link = 'Benutzt den Inhalt eines Feldes um einen Link darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist der darzustellende Titel des Links';
$strTransformation_text_plain__substr = 'Stellt nur einen Teil des Feldinhaltes dar. Die erste Option definiert die Position des Textes ab dem die Ausgabe startet (Standard: 0), die zweite Option gibt an wieviel Zeichen ab dort dargestellt werden sollen. Falls diese Option leer ist, wird der gesamte verbleibende Text dargestellt. Die dritte Option kann einen Text enthalten, der bei partieller Ausgabe des Textes angehängt wird, um eine Abschneidung kenntlich zu machen (Standard: ...).';
$strTruncateQueries = 'Zeige die SQL-Abfragen verkürzt an';
$strTurkish = 'Türkisch';
$strType = 'Typ';
 
$strUkrainian = 'Ukrainisch';
$strUncheckAll = 'Auswahl entfernen';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'unbekannt';
$strUnselectAll = 'Auswahl entfernen';
$strUnsupportedCompressionDetected = 'Sie haben versucht, eine Datei zu laden, die mit einem nicht unterstützten Verfahren komprimiert wurde (%s). Entweder ist die Unterstützung für selbiges nicht implementiert oder in IHrer Konfiguration deaktiviert.';
$strUpdatePrivMessage = 'Die Rechte für %s wurden geändert.';
$strUpdateProfileMessage = 'Benutzer wurde geändert.';
$strUpdateQuery = 'Aktualisieren';
$strUpdComTab = 'Bitte lesen Sie in der Dokumentation nach, wie Sie die Struktur Ihrer Spaltenkommentartabelle aktualisieren können';
$strUpgrade = 'Sie sollten auf %s %s oder neuer umsteigen.';
$strUsage = 'Verbrauch';
$strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anführungszeichen ';
$strUseHostTable = 'Verwende Hosttabelle';
$strUserAlreadyExists = 'Der Benutzer %s existiert bereits!';
$strUser = 'Benutzer';
$strUserEmpty = 'Kein Benutzername eingegeben!';
$strUserName = 'Benutzername';
$strUserNotFound = 'Der gewählte Benutzer wurde in der Benutzertabelle nicht gefunden.';
$strUserOverview = 'Benutzerübersicht';
$strUsersDeleted = 'Die gewählten Benutzer wurden gelöscht.';
$strUsersHavingAccessToDb = 'Benutzer mit Zugriff auf &quot;%s&quot;';
$strUseTabKey = 'Mittels TAB-Taste von Feld zu Feld springen, oder mit STRG+Pfeiltasten beliebig bewegen';
$strUseTables = 'Verwendete Tabellen';
$strUseTextField = 'Textfeld verwenden';
$strUseThisValue = 'Diesen Wert verwenden';
 
$strValidateSQL = 'SQL validieren';
$strValidatorError = 'Bei der Initialisierung des SQL-Validators ist ein Fehler aufgetreten. Bitte überprüfen Sie, ob Sie die in der %sDokumentation%s beschriebenen php-Erweiterungen installiert haben.';
$strValue = 'Wert';
$strVar = 'Variable';
$strVersionInformation = 'Versionsinformationen';
$strView = 'Ansicht';
$strViewDumpDatabases = 'Dump (Schema) der Datenbanken anzeigen';
$strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen';
$strViewDump = 'Dump (Schema) der Tabelle anzeigen';
$strViewHasBeenDropped = 'Die Ansicht %s wurde gelöscht';
 
$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.';
$strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver';
$strWelcome = 'Willkommen bei %s';
$strWestEuropean = 'Westeuropäisch';
$strWildcard = 'Platzhalter';
$strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. Möglicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.';
$strWithChecked = 'markierte:';
$strWriteRequests = 'Schreibanfragen';
$strWritingCommentNotPossible = 'Es können keine Kommentare geschrieben werden';
$strWritingRelationNotPossible = 'Es können keine Spaltenbeziehungen gespeichert werden.';
$strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
 
// To translate:
$strAllowInterrupt = 'Abbruch wenn die maximale Scriptlaufzeit errreicht wird. Damit ist es möglich große Dateien zu importieren, allerdings kann es Transaktionen zerstören.'; //recently translated
$strAndThen = 'und'; //recently translated
 
$strBookmarkCreated = 'Bookmark %s gespeichert'; //recently translated
$strBookmarkReplace = 'Überschreibe gleichnamiges Bookmark'; //recently translated
 
$strCompressionWillBeDetected = 'Dateikomprimierung wird automatisch erkannt bei: %s'; //recently translated
$strCSV = 'CSV'; //recently translated
$strCSVImportOptions = 'CSV Optionen'; //recently translated
 
$strDeleteNoUsersSelected = 'Keine Benutzer zum Löschen ausgewählt!'; //recently translated
 
$strErrorInZipFile = 'Fehler im ZIP-Archive:'; //recently translated
 
$strFileToImport = 'Datei zum Importieren'; //recently translated
$strFlushQueryCache = 'Schreibe/Leere den Abfrage-Cache ("FLUSH")'; //recently translated
$strFlushTables = 'Leeren des gesamten Tabellencaches ("FLUSH")'; //recently translated
 
$strHandler = 'Handler'; //recently translated
 
$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen'; //recently translated
$strImportFormat = 'Dateiformat'; //recently translated
$strImport = 'Importieren'; //recently translated
$strInvalidAuthMethod = 'Ungültige Authentifizierungsmethode in der Konfiguration eingestellt:'; //recently translated
$strInvalidColumnCount = 'Die Spaltenanzahl muss größer als 0 sein.'; //recently translated
$strInvalidColumn = 'Ungültige Spalte (%s) angegeben!'; //recently translated
$strInvalidFieldCount = 'Die Tabelle muss mindestens ein Feld haben.'; //recently translated
$strInvalidLDIImport = 'Dieses Plugin unterstützt keine Komprimierung!'; //recently translated
$strInvalidRowNumber = '%d ist keine gültige Zeilennummer.'; //recently translated
 
$strJoins = 'Tabellenverknüpfungen (joins)'; //recently translated
 
$strKeyCache = 'Schlüssel-Cache'; //recently translated
 
$strLDI = 'CSV mit LOAD DATA'; //recently translated
$strLDIImportOptions = 'Optionen für den CSV-Import mit LOAD DATA'; //recently translated
$strLDILocal = 'mit LOCAL'; //recently translated
 
$strMaxConnects = 'max. gleichzeitige Verbindungen'; //recently translated
$strMaximalQueryLength = 'Maximale Länge der erstellten Abfrage'; //recently translated
 
$strNoFilesFoundInZip = 'Keine Dateien im ZIP-Archive gefunden!'; //recently translated
$strNothingToImport = 'Keine Daten zum importieren gefunden!'; //recently translated
$strNumberOfFields = 'Anzahl der Felder'; //recently translated
 
$strPartialImport = 'Teilweiser Import'; //recently translated
$strPrivDescAlterRoutine = 'Erlaubt das Verändern und Löschen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescCreateRoutine = 'Erlaubt das Erstellen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescCreateUser = 'Erlaubt das Erstellen, Löschen und Umbenennen von Benutzern.'; //recently translated
$strPrivDescCreateView = 'Erlaubt das Erstellen von Ansichten (views).'; //recently translated
$strPrivDescExecute5 = 'Erlaubt das Ausführen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescMaxUserConnections = 'Beschränkt die Anzahl der gleichzeitigen Verbindungen für diesen Benutzer.'; //recently translated
$strPrivDescShowView = 'Erlaubt das Abfragen von \'SHOW CREATE VIEW\'.'; //recently translated
 
$strQueryCache = 'Abfrage-Cache'; //recently translated
 
$strReplication = 'Replikation'; //recently translated
$strRunSQLQueryOnServer = 'SQL-Befehl(e) auf Server %s ausführen'; //recently translated
 
$strServerStatusDelayedInserts = 'Verzögertes Einfügen (delayed inserts)'; //recently translated
$strShowingBookmark = 'Showing bookmark'; //to translate
$strShowOpenTables = 'Zeige alle offenen Tabellen'; //recently translated
$strShowSlaveHosts = 'Zeige alle Slave-Rechner'; //recently translated
$strShowSlaveStatus = 'Zeige den Slave-Status'; //recently translated
$strShowStatusBinlog_cache_disk_useDescr = 'Anzahl der Transaktionen die den Binärylog-Cache verwendet haben aber die Größe des Binarylog-Caches (binlog_cache_size) überschritten haben und eine temporäre Datei verwendet haben um die [statements] der Transaktion zu speichern.'; //recently translated
$strShowStatusBinlog_cache_useDescr = 'Anzahl der Transaktionen, die den temporären Binarylog-Cache verwendet haben.'; //recently translated
$strShowStatusCreated_tmp_disk_tablesDescr = 'Anzahl der (implizit) auf der Platte erzeugten temporären Tabellen bei der Ausführung von Statements. Wenn Created_tmp_disk_tables hoch ist, sollten Sie eventuell die tmp_table_size-Variable herauf setzen, damit temporäre Tabellen im Speicher erzeugt werden statt auf der Platte.'; //recently translated
$strShowStatusCreated_tmp_filesDescr = 'Wieviele temporäre Dateien mysqld erzeugt hat.'; //recently translated
$strShowStatusCreated_tmp_tablesDescr = 'Anzahl der (implizit) im Arbeitsspeicher erzeugten temporären Tabellen bei der Ausführung von Statements.'; //recently translated
$strShowStatusDelayed_errorsDescr = 'Anzahl der Zeilen, die mit INSERT DELAYED geschrieben wurden, und bei denen irgend ein Fehler auftrat (wahrscheinlich duplicate key).'; //recently translated
$strShowStatusDelayed_insert_threadsDescr = 'Anzahl der verzögerten Insert-Handler-Threads in Benutzung. Jede einzelne Tabelle mit verzögerten Inserts bekommt einen eigenen Thread.'; //recently translated
$strShowStatusDelayed_writesDescr = 'Anzahl der Zeilen, die mit INSERT DELAYED geschrieben wurden.'; //recently translated
$strShowStatusFlush_commandsDescr = 'Anzahl der ausgeführten FLUSH-Befehle.'; //recently translated
$strShowStatusHandler_commitDescr = 'Anzahl der Anfragen, ein COMMIT auszuführen.'; //recently translated
$strShowStatusHandler_deleteDescr = 'Wie oft eine Zeile aus einer Tabelle gelöscht wurde.'; //recently translated
$strShowStatusHandler_discoverDescr = 'Anzahl der gesuchten und gefundenen (discovered) Tabellen. Der MySQL-Server kann das NDB-Cluster-Storage-Engine fragen ob es eine bestimmte Tabelle kennt. Dieser Vorgang wird \'discovery\' genannt.'; //recently translated
$strShowStatusHandler_read_firstDescr = 'Wie oft der erste Eintrag aus einem Index gelesen wurde. Wenn dieser Wert hoch ist, legt das nahe, dass der Server viele komplette Index-Scans macht (zum Beispiel SELECT spalte1 FROM foo, unter der Annahme, dass spalte1 indiziert ist).'; //recently translated
$strShowStatusHandler_read_keyDescr = 'Anzahl der Anfragen, eine Zeile basierend auf einem Schlüssel zu lesen. Wenn dieser Wert hoch ist, ist das ein gutes Indiz dafür, dass Ihre Anfragen und Tabellen korrekt indiziert sind.'; //recently translated
$strShowStatusHandler_read_nextDescr = 'Anzahl der Anfragen, die nächste Zeile in der Reihenfolge des Schlüssels zu lesen. Dieser Wert wird herauf gezählt, wenn Sie eine Index-Spalte mit einer Bereichsbeschränkung (Limit) abfragen. Er wird ebenfalls herauf gezählt, wenn Sie einen Index-Scan durchführen.'; //recently translated
$strShowStatusHandler_read_prevDescr = 'Anzahl der Anfragen, die vorhergehende Zeile in der Reihenfolge des Schlüssels zu lesen. Diese Lese-Methode ist hauptsächlich zur Optimierung von ORDER BY ... DESC.'; //recently translated
$strShowStatusHandler_read_rndDescr = 'Anzahl der Anfragen, eine Zeile basierend auf einer festen Position zu lesen. Dieser Wert wird hoch sein, wenn Sie viele Anfragen ausführen, die erfordern, dass das Ergebnis sortiert wird. Wenn Handler_read_rnd hoch ist, haben Sie wahrscheinlich viele Anfragen, die MySQL zwingen, ganze Tabellen zu scannen, oder Sie haben Joins, die Schlüssel nicht richtig benutzen.'; //recently translated
$strShowStatusHandler_read_rnd_nextDescr = 'Anzahl der Anfragen, die nächste Zeile in der Daten-Datei zu lesen. Dieser Wert wird hoch sein, wenn Sie viele Tabellen-Scans durchführen. Im Allgemeinen weist das darauf hin, dass Ihre Tabellen nicht korrekt indiziert sind, oder dass Ihre Anfragen nicht so geschrieben sind, dass Sie Vorteile aus den Indexen ziehen, die Sie haben.'; //recently translated
$strShowStatusHandler_rollbackDescr = 'Anzahl der Anfragen, ein ROLLBACK auszuführen.'; //recently translated
$strShowStatusHandler_updateDescr = 'Anzahl der Anfragen, eine Zeile in einer Tabelle zu aktualisieren.'; //recently translated
$strShowStatusHandler_writeDescr = 'Anzahl der Anfragen, eine Zeile in eine Tabelle einzufügen.'; //recently translated
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'Wieviel Daten bisher gelesen wurden, in Byte.'; //recently translated
$strShowStatusInnodb_data_readsDescr = 'Wie oft Daten gelesen wurden.'; //recently translated
$strShowStatusInnodb_data_writesDescr = 'Wie oft Daten geschrieben wurden.'; //recently translated
$strShowStatusInnodb_data_writtenDescr = 'Wieviel Daten bisher geschrieben wurden, in Byte.'; //recently translated
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'Anzahl der Zeilen die aus InnoDB-Tabellen gelesen wurden.'; //recently translated
$strShowStatusInnodb_rows_updatedDescr = 'Anzahl der Zeilen die in InnoDB-Tabellen aktualisiert wurden.'; //recently translated
$strShowStatusKey_blocks_not_flushedDescr = 'Schlüssel-Blöcke im Schlüssel-Cache, die verändert wurden, aber noch nicht auf die Platte zurück geschrieben (flush). Auch bekannt als Not_flushed_key_blocks.'; //recently translated
$strShowStatusKey_blocks_unusedDescr = 'Die Anzahl der unbenutzten Schlüssel-Blöcke im Schlüssel-Cache. Dieser Wert kann dazu dienen die Auslastung des Schlüssel-Cache zu bestimmen.'; //recently translated
$strShowStatusKey_blocks_usedDescr = 'Die Anzahl der maximal gleichzeitig benutzten Blocks im Schlüssel-Cache.'; //recently translated
$strShowStatusKey_read_requestsDescr = 'Die Anzahl der Anfragen, einen Schlüssel-Block aus dem Cache zu lesen.'; //recently translated
$strShowStatusKey_readsDescr = 'Die Anzahl physikalischer Lesezugriffen eines Schlüssel-Blocks von der Platte. Wenn key_reads hoch ist, ist Ihr key_cache wahrscheinlich zu klein. Die Cache-Zugriffsrate kann mit key_reads / key_read_requests berechnet werden.'; //recently translated
$strShowStatusKey_write_requestsDescr = 'Die Anzahl der Anfragen, einen Schlüssel-Block in den Cache zu schreiben.'; //recently translated
$strShowStatusKey_writesDescr = 'Die Anzahl physikalischer Schreibvorgänge eines Schlüssel-Blocks auf Platte.'; //recently translated
$strShowStatusLast_query_costDescr = 'Die Kosten für die zuletzt verarbeitete Abfrage wie vom Abfrage-Optmierer berechnet. Nützlich um verschiedene Formulierungen für eine Abfrage zu vergleichen. Der Wert 0 besagt das bisher keine Abfrage übersetzt wurde.'; //recently translated
$strShowStatusNot_flushed_delayed_rowsDescr = 'Anzahl der Zeilen, die in INSERT DELAY-Warteschleifen darauf warten, geschrieben zu werden.'; //recently translated
$strShowStatusOpened_tablesDescr = 'Anzahl der Tabellen, die geöffnet wurden. Wenn Opened_tables hoch ist, ist Ihre table_cache-Variable wahrscheinlich zu niedrig.'; //recently translated
$strShowStatusOpen_filesDescr = 'Anzahl der offenen Dateien.'; //recently translated
$strShowStatusOpen_streamsDescr = 'Anzahl der offenen Streams (hauptsächlich zum Loggen benutzt).'; //recently translated
$strShowStatusOpen_tablesDescr = 'Anzahl der offenen Tabellen.'; //recently translated
$strShowStatusQcache_free_blocksDescr = 'Freie Speicherblöcke im Abfrage-Cache.'; //recently translated
$strShowStatusQcache_free_memoryDescr = 'Freier Speicher im Abfrage-Cache.'; //recently translated
$strShowStatusQcache_hitsDescr = 'Abfrage-Cache-Zugriffsrate.'; //recently translated
$strShowStatusQcache_insertsDescr = 'Die Anzahl der Abfragen die dem Cache hinzugefügt wurden.'; //recently translated
$strShowStatusQcache_lowmem_prunesDescr = 'Die Anzahl der Abfragen die aus dem Cache entfernt wurden, um Speicher für neue Abfragen frei zu geben. Dieser Wert kann helfen die Abfrage-Cache-Größe zu optimieren. Der Abfrage-Cache verwendet die \'am wenigsten gebrauchte\' (least recently used (LRU)) Strategie um zu entscheiden welche Abfrage aus dem Cache gelöscht werden.'; //recently translated
$strShowStatusQcache_not_cachedDescr = 'Die Anzahl der nicht im Cache eingetragenen Abfragen (nicht möglich, oder aufgrund der query_cache_type Einstellung).'; //recently translated
$strShowStatusQcache_queries_in_cacheDescr = 'Die Anzahl der Abfragen im Cache.'; //recently translated
$strShowStatusQcache_total_blocksDescr = 'Die Anzahl aller Speicherblöcke im Abfrage-Cache.'; //recently translated
$strShowStatusReset = 'Zurücksetzen'; //recently translated
$strShowStatusRpl_statusDescr = 'Der Status der ausfallsicheren Replikation.'; //recently translated
$strShowStatusSelect_full_joinDescr = 'Anzahl der Joins ohne Schlüssel. Wenn dieser Wert nicht 0 ist sollten die Indizes der Tabellen sorgfältig überprüft werden.'; //recently translated
$strShowStatusSelect_full_range_joinDescr = 'Anzahl der Joins, bei denen eine Bereichssuche auf die Referenztabelle statt fand.'; //recently translated
$strShowStatusSelect_range_checkDescr = 'Anzahl der Joins ohne Schlüssel, bei denen nach jeder Zeile auf Schlüsselbenutzung geprüft wurde. Wenn dieser Wert nicht 0 ist sollten die Indizes der Tabellen sorgfältig überprüft werden.'; //recently translated
$strShowStatusSelect_rangeDescr = 'Anzahl der Joins, bei denen Bereiche auf die erste Tabelle benutzt wurden. (Es ist normalerweise unkritisch, wenn dieser Wert hoch ist.)'; //recently translated
$strShowStatusSelect_scanDescr = 'Anzahl der Joins, bei denen die erste Tabelle gescannt wurde.'; //recently translated
$strShowStatusSlave_open_temp_tablesDescr = 'Anzahl der temporären Tabellen, die momentan vom Slave-Thread geöffnet sind.'; //recently translated
$strShowStatusSlave_retried_transactionsDescr = 'Gesamtzahl (seit Start des Servers) der vom Replikations-Slave-SQL-Thread widerversuchten Transaktionen.'; //recently translated
$strShowStatusSlave_runningDescr = 'Dieser Wert steht auf ON wenn dieser Server ein Slave ist und mit dem Master verbunden ist.'; //recently translated
$strShowStatusSlow_launch_threadsDescr = 'Anzahl der Threads, die länger als slow_launch_time brauchten, um sich zu verbinden.'; //recently translated
$strShowStatusSlow_queriesDescr = 'Anzahl der Anfragen, die länger als long_query_time benötigten.'; //recently translated
$strShowStatusSort_merge_passesDescr = 'Anzahl der Verschmelzungen (Merge), die von einem Sortiervorgang benötigt wurden. Wenn dieser Wert hoch ist, sollten Sie in Betracht ziehen, sort_buffer herauf zu setzen.'; //recently translated
$strShowStatusSort_rangeDescr = 'Anzahl der Sortiervorgänge, die mit Bereichen durchgeführt wurden.'; //recently translated
$strShowStatusSort_rowsDescr = 'Anzahl der sortierten Zeilen.'; //recently translated
$strShowStatusSort_scanDescr = 'Anzahl der Sortiervorgänge, die durchgeführt wurden, indem die Tabelle gescannt wurde.'; //recently translated
$strShowStatusTable_locks_immediateDescr = 'Wie oft eine Tabellensperre sofort erlangt wurde.'; //recently translated
$strShowStatusTable_locks_waitedDescr = 'Wie oft eine Tabellensperre nicht sofort erlangt werden konnte und gewartet werden musst. Wenn dieser Wert hoch ist und Sie Performance-Probleme haben, sollten Sie zunächst Ihre Anfragen optimieren und dann entweder Ihre Tabelle(n) zerteilen oder Replikation benutzen.'; //recently translated
$strShowStatusThreads_cachedDescr = 'Anzahl der Threads im Thread-Cache. Die Cache-Zugriffsrate kann mit Threads_created / Connections berechnet werden. Wenn dieser Wert rot ist, sollte der thread_cache_size erhöht werden.'; //recently translated
$strShowStatusThreads_connectedDescr = 'Anzahl der momentan offenen Verbindungen.'; //recently translated
$strShowStatusThreads_createdDescr = 'Anzahl der Threads, die zur Handhabung von Verbindungen erzeugt wurden. Wenn Threads_created hoch ist, sollten Sie eventuell die Thread_cache_size-Variable herauf setzen. (Normalerweise ergibt sich daraus keine bemerkbare Performance-Steigerung wenn eine gute Thread-Implementierung vorliegt.)'; //recently translated
$strShowStatusThreads_runningDescr = 'Anzahl der Threads, die nicht schlafen.'; //recently translated
$strSkipQueries = 'Anzahl der am Anfang zu überspringenden Einträge (Abfragen)'; //recently translated
$strSorting = 'Sortierung'; //recently translated
 
$strTableAlreadyExists = 'Die Tabelle %s existiert bereits!'; //recently translated
$strTempData = 'Temporäre Daten'; //recently translated
$strThreads = 'Prozesse'; //recently translated
$strTimeoutInfo = 'Zeitüberschreitung beim Importieren, durch erneutes senden wird an Position %d fortgesetzt.'; //recently translated
$strTimeoutNothingParsed = 'Allerdings wurden beim letzten durchlauf keine Daten verarbeited, dies bedeuted das phpMyAdmin den Import nicht durchführen kann ohne das die maximale Scriptlaufzeit für php erhöht wird.'; //recently translated
$strTimeoutPassed = 'Maximale Script-Laufzeit erreicht, senden Sie die Datei noch einmal zum Fertigstellen des Imports.'; //recently translated
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Daten in hexadezimaler Schreibweise darstellen.'; //recently translated
$strTransformation_text_plain__sql = 'Formatiert den Text als SQL mit Syntaxhervorhebung.'; //recently translated
 
$strUploadLimit = 'Möglicherweise wurde eine zu große Datei hochgeladen. Bitte schauen Sie in die %sDokumentation%s zur Lösung diese Problems.'; //recently translated
 
$strInvalidServerIndex = 'Ungültige Server-Nummer: "%s"'; //recently translated
$strInvalidServerHostname = 'Ungültiger Host-Name für Serverr %1$s. Bitte überprüfen Sie Ihre Konfiguration.'; //recently translated
$strFileNameTemplateDescriptionTable = 'Tabellen-Name'; //recently translated
$strFileNameTemplateDescriptionDatabase = 'Datenbank-Name'; //recently translated
$strFileNameTemplateDescriptionServer = 'Server-Name'; //recently translated
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protokoll-Version'; //recently translated
$strMysqlClientVersion = 'MySQL Client-Version'; //recently translated
$strUsedPhpExtensions = 'Verwendete php Erweiterungen'; //recently translated
$strOpenNewWindow = 'Neues phpMyAdmin Fenster'; //recently translated
$strLanguageUnknown = 'Unbekannte Sprache: "%1$s".'; //recently translated
$strLanguageFileNotFound = 'Sprachdatei "%1$s" nicht gefunden.'; //recently translated
$strThemeNoPreviewAvailable = 'Keine Vorschau verfügbar.'; //recently translated
$strConfigDefaultFileError = 'Fehelr beim laden der Standard-Konfiguration von: "%1$s"'; //recently translated
$strPDF = 'PDF'; //recently translated
$strPDFOptions = 'PDF Optionen'; //recently translated
$strPDFReportTitle = 'Report Titel'; //recently translated
$strInvalidCSVParameter = 'Ungültiger Parameter für CSV-Import: "%s"'; //recently translated
$strInvalidCSVFieldCount = 'Ungültige Anzahl an Feldern in Zeile %d.'; //recently translated
$strInvalidCSVFormat = 'Ungültiges Format in Zeile %d.'; //recently translated
$strImportSuccessfullyFinished = 'Der Import wurde erfolgreich beendet, %d Abfragen ausgeführt.'; //recently translated
$strThemeNotFound = 'Theme "%s" nicht gefunden!'; //recently translated
$strThemeDefaultNotFound = 'Standard-Theme "%s" nicht gefunden!'; //recently translated
$strThemeNoValidImgPath = 'Keinen gültiges Bilder-Verzeichnis für das Theme "%s" gefunden!'; //recently translated
$strThemePathNotFound = 'Verzeichnis für das theme "%s" nicht gefunden!'; //recently translated
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL Optionen'; //recently translated
$strBrowseDistinctValues = 'Zeige unterschiedliche Werte'; //recently translated
$strStatisticsOverrun = 'Auf stark frequentierten Server kann der Byte-Zähler "überlaufen" (Wieder bei 0 beginnen), deshalb können diese Werte wie sie vom MySQL Server ausgegeben werden falsch sein.'; //recently translated
$strViewMaxExactCount = 'Dieses View hat mehr als %d Zeilen. Bitte schlagen Sie im %sHandbuch%s nach.'; //recently translated
?>
/Web/Maintenance/phpMyAdmin/lang/german-utf-8.inc.php
0,0 → 1,1005
<?php
/* $Id: german-utf-8.inc.php,v 2.144.2.2 2006/03/23 17:42:13 lem9 Exp $ */
 
/**
* For suggestions concerning this file please contact
* Alexander M. Turek <rabus at users.sourceforge.net>.
*
* Bei Verbesserungsvorschlägen diese Datei betreffend wenden Sie sich bitte an
* Alexander M. Turek <rabus at users.sourceforge.net>.
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa');
$month = array('Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y um %H:%M';
$timespanfmt = '%s Tage, %s Stunden, %s Minuten und %s Sekunden';
 
$strAbortedClients = 'Abgebrochen';
$strAbsolutePathToDocSqlDir = 'Bitte geben Sie den vollständigen Pfad auf dem Webserver zum docSQL-Verzeichnis ein.';
$strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Kennwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.';
$strAccessDenied = 'Zugriff verweigert.';
$strAction = 'Aktion';
$strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufügen';
$strAddConstraints = 'Constraints hinzufügen';
$strAddDeleteColumn = 'Spalten hinzufügen/entfernen';
$strAddDeleteRow = 'Zeilen hinzufügen/entfernen';
$strAddDropDatabase = 'DROP DATABASE hinzufügen';
$strAddedColumnComment = 'Spaltenkommentar wurde hinzugefügt';
$strAddedColumnRelation = 'Spaltenbeziehung wurde hinzugefügt';
$strAddFields = '%s Felder hinzufügen';
$strAddHeaderComment = 'Individuelle Kommentare für den Kopfbereich (\\n erzeugt einen Zeilenumbruch)';
$strAddIfNotExists = 'Mit \'IF NOT EXISTS\'';
$strAddIntoComments = 'In Kommentarbereich einbeziehen';
$strAddNewField = 'Neue Felder hinzufügen';
$strAddPrivilegesOnDb = 'Rechte zu folgender Datenbank hinzufügen';
$strAddPrivilegesOnTbl = 'Rechte zu folgender Tabelle hinzufügen';
$strAddSearchConditions = 'Eigenes Filterkriterium (Argumente für den WHERE-Ausdruck):';
$strAddToIndex = '%s&nbsp;Spalten zum Index hinzufügen';
$strAddUserMessage = 'Der Benutzer wurde hinzugefügt.';
$strAddUser = 'Neuen Benutzer hinzufügen';
$strAdministration = 'Administration';
$strAffectedRows = ' Betroffene Datensätze: ';
$strAfterInsertBack = 'zurück';
$strAfterInsertNewInsert = 'anschließend einen weiteren Datensatz einfügen';
$strAfterInsertNext = 'nächste Zeile bearbeiten';
$strAfterInsertSame = 'Zurück zu dieser Seite';
$strAfter = 'Nach %s';
$strAll = 'Alle';
$strAllTableSameWidth = 'Sollen alle Tabellen mit der gleichen Breite angezeigt werden?';
$strAlterOrderBy = 'Tabelle sortieren nach';
$strAnalyzeTable = 'Analysiere Tabelle';
$strAnd = 'und';
$strAnIndex = 'Ein Index wurde in %s erzeugt';
$strAnyHost = 'Jeder Host';
$strAny = 'Jeder';
$strAnyUser = 'Jeder Benutzer';
$strApproximateCount = 'Es kann sich hierbei um Näherungswerte handeln. Bitte lesen Sie auch FAQ 3.11';
$strAPrimaryKey = 'Ein Primärschlüssel wurde in %s erzeugt';
$strArabic = 'Arabisch';
$strArmenian = 'Armenisch';
$strAscending = 'aufsteigend';
$strAtBeginningOfTable = 'An den Anfang der Tabelle';
$strAtEndOfTable = 'An das Ende der Tabelle';
$strAttr = 'Attribute';
$strAutodetect = 'Autom. Erkennung';
$strAutomaticLayout = 'Automatische Anordnung';
 
$strBack = 'Zurück';
$strBaltic = 'Baltisch';
$strBeginCut = 'AUSSCHNITTSANFANG';
$strBeginRaw = 'BEGINN DER AUSGABE';
$strBinary = 'Binär';
$strBinaryDoNotEdit = 'Binär - nicht editierbar!';
$strBinaryLog = 'Binäres Protokoll';
$strBinLogEventType = 'Ereignistyp';
$strBinLogInfo = 'Information';
$strBinLogName = 'Protokoll';
$strBinLogOriginalPosition = 'Ursprungsposition';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server-ID';
$strBookmarkAllUsers = 'Diese gespeicherte SQL-Abfrage für jeden Benutzer verfügbar machen';
$strBookmarkDeleted = 'SQL-Abfrage wurde gelöscht.';
$strBookmarkLabel = 'Titel';
$strBookmarkQuery = 'Gespeicherte SQL-Abfrage';
$strBookmarkThis = 'SQL-Abfrage speichern';
$strBookmarkView = 'Nur zeigen';
$strBrowse = 'Anzeigen';
$strBrowseForeignValues = 'Fremdschlüsselwerte ansehen';
$strBufferPoolActivity = 'Speicherpuffer-Aktivität';
$strBufferPool = 'Speicherpuffer';
$strBufferPoolUsage = 'Auslastung des Speicherpuffers';
$strBufferReadMisses = 'Fehlgeschlagene Leseanfragen';
$strBufferReadMissesInPercent = 'Fehlgeschlagene Leseanfragen in %';
$strBufferWriteWaitsInPercent = 'Schreibverzögerungen in %';
$strBufferWriteWaits = 'Schreibverzögerungen';
$strBulgarian = 'Bulgarisch';
$strBusyPages = 'Ausgelastete Seiten';
$strBzError = 'phpMyAdmin konnte die Datei wegen eines Fehler in der Bz2-Erweiterung in dieser php-Version nicht komprimieren. Es wird deshalb empfohlen die Einstellung <code>$cfg[\'BZipDump\']</code> in Ihrer phpMyAdmin-Konfiguration auf <code>FALSE</code> zu setzen. Falls Sie die Bz2-Kompressionsfunktionen dennoch nutzen wollen, so sollten Sie eine neuere php-Version installieren. Bitte lesen Sie auch den php-Bugreport %s für weitere Informationen.';
$strBzip = 'BZip-komprimiert';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Die Import-Plugins konnten nicht geladen werden. Bitte überprüfen Sie Ihre phpMyAdmin-Installation.';
$strCannotLogin = 'Die Anmeldung am MySQL-Server ist fehlgeschlagen.';
$strCantLoad = 'Die Erweiterung [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] kann nicht geladen werden. Bitte überprüfen Sie Ihre PHP-Konfiguration.';
$strCantLoadRecodeIconv = 'Die PHP-Erweiterungen iconv und recode, welche für die Zeichensatzkonvertierung benötigt werden, konnten nicht geladen werden. Bitte ändern Sie Ihre PHP-Konfiguration und aktivieren Sie diese Erweiterungen oder deaktivieren Sie die Zeichensatzkonvertierung in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kann Index nicht in PRIMARY umbenennen!';
$strCantUseRecodeIconv = 'Weder die iconv- noch libiconv- oder recode_string-Funktion konnte verwandt werden, obwohl die benötigten php-Erweiterungen angeblich geladen wurden. Bitte überprüfen Sie Ihre PHP-Konfiguration.';
$strCardinality = 'Kardinalität';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Mitteleuropäisch';
$strChange = 'Ändern';
$strChangeCopyModeCopy = ' ... behalte den alten bei.';
$strChangeCopyModeDeleteAndReload = ' ... lösche den alten und lade anschließend die Benutzertabellen neu.';
$strChangeCopyMode = 'Erstelle einen neuen Benutzer mit identischen Rechten und ...';
$strChangeCopyModeJustDelete = ' ... lösche den alten von den Benutzertabellen.';
$strChangeCopyModeRevoke = ' ... entziehe dem alten alle Rechte und lösche ihn anschließend.';
$strChangeCopyUser = 'Logininformation ändern / Benutzer kopieren';
$strChangeDisplay = 'Anzuzeigende Spalte bestimmen';
$strChangePassword = 'Kennwort ändern';
$strCharsetOfFile = 'Zeichencodierung der Datei:';
$strCharsetsAndCollations = 'Zeichensätze und Kollationen';
$strCharsets = 'Zeichensätze';
$strCharset = 'Zeichensatz';
$strCheckAll = 'Alle auswählen';
$strCheckOverhead = 'Tabellen m. Überhang ausw.';
$strCheckPrivsLong = 'Überprüft die Rechte für die Datenbank &quot;%s&quot;.';
$strCheckPrivs = 'Rechte überprüfen';
$strCheckTable = 'Überprüfe Tabelle';
$strChoosePage = 'Bitte wählen Sie die zu bearbeitende Seite.';
$strColComFeat = 'Darstellung von Spaltenkommentaren';
$strCollation = 'Kollation';
$strColumnNames = 'Spaltennamen';
$strColumnPrivileges = 'Spaltenspezifische Rechte';
$strCommand = 'Befehl';
$strCommentsForTable = 'TABELLENKOMMENTARE';
$strComments = 'Kommentare';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Vollständige \'INSERT\'s';
$strCompression = 'Kompression';
$strConfigFileError = 'phpMyAdmin konnte Ihre Konfigurationsdatei nicht verarbeiten!<br />Dies kann passieren, wenn der PHP-Parser Syntaxfehler in ihr findet oder sie nicht existiert.<br />Bitte rufen Sie die Konfigurationsdatei über den unteren Link direkt auf und lesen Sie die PHP-Fehlermeldungen, die Sie erhalten. Meistens fehlt bloß irgendwo ein Anführungszeichen oder Semikolon.<br />Wenn Sie eine leere Seite erhalten, ist Ihre Konfigurationsdatei in Ordnung.';
$strConfigureTableCoord = 'Bitte konfigurieren Sie die Koordinaten für die Tabelle %s';
$strConnectionError = 'Die Verbindung konnte aufgrund von ungültigen Einstellungen nicht hergestellt werden.';
$strConnections = 'Verbindungen';
$strConstraintsForDumped = 'Constraints der exportierten Tabellen';
$strConstraintsForTable = 'Constraints der Tabelle';
$strCookiesRequired = 'Ab diesem Punkt müssen Cookies aktiviert sein.';
$strCopyDatabaseOK = 'Datenbank %s wurde nach %s kopiert';
$strCopy = 'Kopieren';
$strCopyTable = 'Kopiere Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strCopyTableOK = 'Tabelle %s wurde nach %s kopiert.';
$strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!';
$strCouldNotKill = 'phpMyAdmin konnte den Prozess %s nicht abbrechen. Er wurde wahrscheinlich bereits geschlossen.';
$strCreate = 'Anlegen';
$strCreateDatabaseBeforeCopying = 'Vor dem Kopieren CREATE DATABASE ausführen.';
$strCreateIndex = 'Index über&nbsp;%s&nbsp;Spalten anlegen';
$strCreateIndexTopic = 'Neuen Index anlegen';
$strCreateNewDatabase = 'Neue Datenbank anlegen';
$strCreateNewTable = 'Neue Tabelle in Datenbank %s erstellen';
$strCreatePage = 'Neue Seite erstellen';
$strCreatePdfFeat = 'Erzeugen von PDFs';
$strCreationDates = 'Erzeugungs- / Aktualisierungs- / Überprüfungszeiten';
$strCriteria = 'Kriterium';
$strCroatian = 'Kroatisch';
$strCSVOptions = 'CSV-Optionen';
$strCyrillic = 'Kyrillisch';
$strCzechSlovak = 'Tschechoslowakisch';
$strCzech = 'Tschechisch';
 
$strDanish = 'Dänisch';
$strDatabase = 'Datenbank';
$strDatabaseEmpty = 'Der Datenbankname ist leer!';
$strDatabaseExportOptions = 'Export-Optionen der Datenbank';
$strDatabaseHasBeenDropped = 'Datenbank %s wurde gelöscht.';
$strDatabaseNoTable = 'Diese Datenbank enthält keine Tabelle!';
$strDatabases = 'Datenbanken';
$strDatabasesDropped = 'Es wurden %s Datenbanken gelöscht.';
$strDatabasesStatsDisable = 'Datenbankstatistiken deaktivieren';
$strDatabasesStatsEnable = 'Datenbankstatistiken aktivieren';
$strDatabasesStatsHeavyTraffic = 'Bitte beachten Sie: Das Aktivieren der Datenbankstatistiken kann starken Traffic zwischen dem Web- und dem MySQL-Server zur Folge haben.';
$strDatabasesStats = 'Statistik über alle Datenbanken';
$strData = 'Daten';
$strDataDict = 'Strukturverzeichnis';
$strDataOnly = 'Nur Daten';
$strDataPages = 'Daten enthaltende Seiten';
$strDBComment = 'Datenbankkommentar: ';
$strDBCopy = 'Datenbank kopieren nach';
$strDBGContextID = 'Kontext-ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Treffer';
$strDBGLine = 'Zeile';
$strDBGMaxTimeMs = 'Max. Zeit in ms';
$strDBGMinTimeMs = 'Min. Zeit in ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Zeit/Treffer in ms';
$strDBGTotalTimeMs = 'Gesamtzeit in ms';
$strDbPrivileges = 'Datenbankspezifische Rechte';
$strDBRename = 'Datenbank umbenennen in';
$strDbSpecific = 'datenbankspezifisch';
$strDefaultEngine = 'Neue Tabellen werden standardmäßig im Format %s angelegt.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'Bitte geben Sie jeweils nur einen Standardwert ohne Escape- oder Anführungszeichen an.';
$strDefragment = 'Tabelle defragmentieren';
$strDelayedInserts = 'Verzögerten INSERT-Befehl verwenden';
$strDeleteAndFlushDescr = 'Dies ist zwar der sauberste Weg, jedoch kann es einige Zeit in Anspruch nehmen, die Benutzertabellen neu zu laden.';
$strDeleteAndFlush = 'Die Benutzer löschen und die Benutzertabellen anschließend neu laden.';
$strDeleted = 'Die Zeile wurde gelöscht.';
$strDeletedRows = 'Gelöschte Zeilen:';
$strDelete = 'Löschen';
$strDeleting = 'Lösche %s';
$strDelOld = 'Auf der aktuellen Seite bestehen Referenzen zu Tabellen, die nicht mehr existieren. Sollen diese Referenzen gelöscht werden?';
$strDescending = 'absteigend';
$strDescription = 'Beschreibung';
$strDictionary = 'Wörterbuch';
$strDirtyPages = 'Inkonsistente Seiten (&quot;dirty&quot;)';
$strDisabled = 'Deaktiviert';
$strDisableForeignChecks = 'Fremdschlüsselüberprüfung deaktivieren';
$strDisplayFeat = 'Anzeige verknüpfter Daten';
$strDisplayOrder = 'Sortierung nach:';
$strDisplayPDF = 'PDF-Schema anzeigen';
$strDoAQuery = 'Suche über Beispielwerte ("query by example") (Platzhalter: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Möchten Sie wirklich diese Abfrage ausführen ';
$strDropDatabaseStrongWarning = 'Sie sind dabei eine komplette Datenbank zu ZERSTÖREN!';
$strDrop = 'Löschen';
$strDropUsersDb = 'Die gleichnamigen Datenbanken löschen.';
$strDumpingData = 'Daten für Tabelle';
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
$strDumpXRows = 'Exportiere %s Datensätze ab Zeile %s.';
$strDynamic = 'dynamisch';
 
$strEdit = 'Bearbeiten';
$strEditPDFPages = 'PDF-Seiten bearbeiten';
$strEditPrivileges = 'Rechte ändern';
$strEffective = 'Effektiv';
$strEmpty = 'Leeren';
$strEmptyResultSet = 'MySQL lieferte ein leeres Resultat zurück (d.h. null Zeilen).';
$strEnabled = 'Aktiviert';
$strEncloseInTransaction = 'Export in einer Transaktion zusammenfassen';
$strEndCut = 'AUSSCHNITTSENDE';
$strEnd = 'Ende';
$strEndRaw = 'ENDE DER AUSGABE';
$strEngineAvailable = '%s ist auf diesem MySQL-Server verfügbar.';
$strEngineDisabled = '%s wurde auf diesem MySQL-Server deaktiviert.';
$strEngines = 'Formate';
$strEngineUnsupported = 'Dieser MySQL-Server unterstützt %s nicht.';
$strEnglish = 'Englisch';
$strEnglishPrivileges = ' Anmerkung: MySQL-Rechte werden auf Englisch angegeben. ';
$strError = 'Fehler';
$strEscapeWildcards = 'Platzhalter _ und % sollten mit einem \ escaped werden, um das gewünschte Sonderzeichen einzubinden';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estnisch';
$strExcelEdition = 'Excel-Ausgabe';
$strExcelOptions = 'Excel-Optionen';
$strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausführen';
$strExplain = 'SQL erklären';
$strExport = 'Exportieren';
$strExtendedInserts = 'Erweiterte \'INSERT\'s';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Fehlgeschlagen';
$strField = 'Feld';
$strFieldHasBeenDropped = 'Spalte %s wurde entfernt.';
$strFieldsEmpty = ' Sie müssen angeben wie viele Felder die Tabelle haben soll! ';
$strFieldsEnclosedBy = 'Felder eingeschlossen von';
$strFieldsEscapedBy = 'Felder escaped von';
$strFields = 'Felder';
$strFieldsTerminatedBy = 'Felder getrennt mit';
$strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte ändern Sie den Dateinamen oder wählen Sie die Überschreibungs-Option.';
$strFileCouldNotBeRead = 'Die Datei konnte nicht gelesen werden';
$strFileNameTemplate = 'Dateinamenskonvention';
$strFileNameTemplateRemember = 'Konvention merken';
$strFixed = 'starr';
$strFlushPrivilegesNote = 'Anmerkung: phpMyAdmin liest die Benutzerprofile direkt aus den entsprechenden MySQL-Tabellen aus. Der Inhalt dieser Tabellen kann sich von den Benutzprofilen, die MySQL z.Zt. verwendet, unterscheiden, wenn manuelle Änderungen vorgenommen wurden. In diesem Fall sollten Sie %sdie Benutzerprofile neu laden%s bevor Sie fortfahren.';
$strFlushTable = 'Leeren des Tabellencaches ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Das Formular ist leer !';
$strFreePages = 'Unbenutzte Seiten';
$strFullText = 'vollständige Textfelder';
$strFunction = 'Funktion';
 
$strGenBy = 'Erstellt von';
$strGeneralRelationFeat = 'Allgemeine Verknüpfungsfunktionen';
$strGenerate = 'Generieren';
$strGeneratePassword = 'Passwort generieren';
$strGenTime = 'Erstellungszeit';
$strGeorgian = 'Georgisch';
$strGerman = 'Deutsch';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale Rechte';
$strGlobalValue = 'Globaler Wert';
$strGo = 'OK';
$strGrantOption = 'Grant';
$strGreek = 'Griechisch';
$strGzip = 'GZip-komprimiert';
 
$strHasBeenAltered = 'wurde geändert.';
$strHasBeenCreated = 'wurde erzeugt.';
$strHaveToShow = 'Bitte wählen Sie mindestens eine anzuzeigende Spalte';
$strHebrew = 'Hebräisch';
$strHexForBinary = 'Hexadezimalschreibweise für Binärfelder verwenden';
$strHome = 'Home';
$strHomepageOfficial = ' Offizielle phpMyAdmin-Homepage ';
$strHostEmpty = 'Es wurde kein Host angegeben!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Exportoptionen für Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Exportoptionen für Microsoft Word 2000';
$strHungarian = 'Ungarisch';
 
$strIcelandic = 'Isländisch';
$strId = 'ID';
$strIdxFulltext = 'Volltext';
$strIgnore = 'Ignorieren';
$strIgnoreInserts = 'Fehlerübergehenden INSERT-Befehl verwenden';
$strIgnoringFile = 'Die Datei %s wird ignoriert';
$strImportDocSQL = 'docSQL-Dateien importieren';
$strImportFiles = 'Dateiimport';
$strIndexes = 'Indizes';
$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
$strIndex = 'Index';
$strIndexName = 'Indexname:';
$strIndexType = 'Indextyp:';
$strIndexWarningMultiple = 'Es sollte nicht mehr als ein Index des Typs %s für die Spalte `%s` gesetzt sein';
$strIndexWarningPrimary = 'Die Index-Typen INDEX und PRIMARY sollten nicht gleichzeitig für die Spalte `%s` gesetzt sein';
$strIndexWarningTable = 'Warnungen bei den Indizes der Tabelle `%s`';
$strIndexWarningUnique = 'Die Index-Typen INDEX und UNIQUE sollten nicht gleichzeitig für die Spalte `%s` gesetzt sein';
$strInnoDBAutoextendIncrement = 'Autoerweiterungs-Schrittgröße';
$strInnoDBAutoextendIncrementDesc = 'Die Größe, um die ein Tablespace erweitert wird, wenn er voll ist.';
$strInnoDBBufferPoolSizeDesc = 'Die Größe des Arbeitsspeicherpuffers, den InnoDB verwendet, um Daten und Indizes zwischenzuspeichern.';
$strInnoDBBufferPoolSize = 'Größe des Speicherpuffers';
$strInnoDBDataFilePath = 'Datendateien';
$strInnoDBDataHomeDirDesc = 'Der Pfad des Verzeichnisses, unter welchem alle InnoDB-Datendateien abgelegt werden.';
$strInnoDBDataHomeDir = 'Pfad für Datendateien';
$strInnoDBPages = 'Seiten';
$strInnodbStat = 'InnoDB-Status';
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer &quot;root&quot; ohne Passwort), welche denen des MySQL-Standardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so können Unbefugte leicht von außen auf ihn zugreifen. Sie sollten diese Sicherheitslücke unbedingt schließen!';
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
$strInsertedRowId = 'Letzte automatisch eingefügte ID:';
$strInsertedRows = 'Eingefügte Zeilen:';
$strInsert = 'Einfügen';
$strInsertNewRow = 'Neue Zeile einfügen';
$strInternalNotNecessary = '* Eine interne Beziehung ist nicht notwendig, wenn sie bereits im InnoDB-Format vorliegt.';
$strInternalRelations = 'Interne Beziehungen';
$strInUse = 'in Benutzung';
$strInvalidFieldAddCount = 'Sie müssen mindestens ein Feld hinzufügen.';
 
$strJapanese = 'Japanisch';
$strJumpToDB = 'Zur Datenbank &quot;%s&quot; springen.';
$strJustDeleteDescr = 'Die &quot;gelöschten&quot; Benutzer könnten weiterhin wie gewohnt auf den Server zugreifen, bis die Benutzertabellen neu geladen werden.';
$strJustDelete = 'Die Benutzer aus den Benutzertabellen löschen.';
 
$strKeepPass = 'Kennwort nicht verändert';
$strKeyname = 'Name';
$strKill = 'Beenden';
$strKorean = 'Koreanisch';
 
$strLandscape = 'Querformat';
$strLatchedPages = 'Belegte Seiten';
$strLatexCaption = 'Tabellenbeschriftung';
$strLatexContent = 'Inhalt der Tabelle __TABLE__';
$strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung';
$strLatexContinued = '(Fortsetzung)';
$strLatexIncludeCaption = 'Tabellenbeschriftung einfügen';
$strLatexLabel = 'Kennzeichen';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-Optionen';
$strLatexStructure = 'Struktur der Tabelle __TABLE__';
$strLatvian = 'Lettisch';
$strLengthSet = 'Länge/Set';
$strLimitNumRows = 'Einträge pro Seite';
$strLinesTerminatedBy = 'Zeilen getrennt mit';
$strLinkNotFound = 'Der Verweis wurde nicht gefunden.';
$strLinksTo = 'Verweise';
$strLithuanian = 'Litauisch';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Datei';
$strLoginInformation = 'Logininformationen';
$strLogin = 'Login';
$strLogout = 'Neu einloggen';
$strLogPassword = 'Kennwort:';
$strLogServer = 'Server';
$strLogUsername = 'Benutzername:';
$strLongOperation = 'Diese Operation könnte einige Zeit beanspruchen. Trotzdem weitermachen?';
 
$strMaximumSize = 'Maximale Dateigröße: %s%s';
$strMbExtensionMissing = 'Die PHP-Erweiterung "mbstring" wurde nicht gefunden, trotzdem jedoch scheinen Sie einen Mehrbyte-Zeichensatz zu verwenden. Ohne besagte Erweiterung ist phpMyAdmin nicht in der Lage Zeichenketten zu trennen, was zu unerwarteten Ergebnissen führen kann.';
$strMbOverloadWarning = 'Sie haben die Option "mbstring.func_overload" in Ihrer PHP-Konfiguration aktiviert. Diese ist nicht kompatibel zu phpMyAdmin, weshalb es zu Problemen und Datenverlust kommen kann.';
$strMIME_available_mime = 'Verfügbare MIME-Typen';
$strMIME_available_transform = 'Verfügbare Umwandlungen';
$strMIME_description = 'Beschreibung';
$strMIME_MIMEtype = 'MIME-Typ';
$strMIME_nodescription = 'Für diese Umwandlung ist keine Beschreibung verfügar.<br />Für weitere Informationen wenden Sie sich bitte an den Autoren der Funktion &quot;%s&quot;.';
$strMIME_transformation = 'Darstellungsumwandlung';
$strMIME_transformation_note = 'Um eine Liste aller verfügbaren MIME-Typen-Umwandlungen und deren Optionen zu sehen, klicken Sie bitte auf %sUmwandlungen%s';
$strMIME_transformation_options_note = 'Bitte die Werte für die Umwandlungsoptionen in folgendem Format angeben: \'a\',\'b\',\'c\',... Wann immer Sie ein Backslash ("\") oder ein einfaches Anführungszeichen ("\'") verwenden, setzen Sie bitte ein Backslash vor das Zeichen. (z. B.: \'\\\\xyz\' oder \'a\\\'b\').';
$strMIME_transformation_options = 'Umwandlungsoptionen';
$strMIMETypesForTable = 'MIME TYPEN DER TABELLE';
$strMIME_without = 'Kursiv dargestellte MIME-Typen besitzen keine untergliederten Umwandlungen.';
$strModifications = 'Änderungen gespeichert.';
$strModifyIndexTopic = 'Index modifizieren';
$strModify = 'Verändern';
$strMoveTableOK = 'Tabelle %s wurde nach %s verschoben.';
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
$strMoveTable = 'Verschiebe Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strMultilingual = 'multilingual';
$strMyISAMDataPointerSizeDesc = 'Standardmäßige Größe des Pointers, welcher von CREATE TABLE für MyISAM-Tabellen verwendet wird, sofern die Option MAX_ROWS nicht angegeben wird.';
$strMyISAMDataPointerSize = 'Größe des Datenpointers';
$strMyISAMMaxExtraSortFileSizeDesc = 'Wenn das Erzeugen der temporären Datei für schnelle Index-Erzeugung um diesen Wert größer sein würde als die Benutzung des Schlüssel-Caches, wird die Schlüssel-Cache-Methode bevorzugt.';
$strMyISAMMaxExtraSortFileSize = 'Maximum Größe temporärer Dateien bei Indexerstellung';
$strMyISAMMaxSortFileSizeDesc = 'Die maximale Größe der temporären Datei, die MySQL benutzen darf, während es den Index erzeugt (während REPAIR, ALTER TABLE oder LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximale Größe temporärer Dateien beim Sortieren';
$strMyISAMRecoverOptions = 'Autoreperatur-Modus';
$strMyISAMRecoverOptionsDesc = 'Der Modus der automatischen Wiederherstellung abgestürzter MyISAM-Tabellen, wie über den Startparameter --myisam-recover angegeben.';
$strMyISAMRepairThreadsDesc = 'Wenn dieser Wert größer als 1 ist, werden MyISAM-Tabellenindizes wärend einer Reperatur oder eines Sortierungsprozesses parallel erstellt (jeder Index in einem separaten Thread).';
$strMyISAMRepairThreads = 'Reperaturthreads';
$strMyISAMSortBufferSizeDesc = 'Der Puffer, der beim Sortieren des Indexes zugewiesen wird, wenn man ein REPAIR oder ausführt oder Indizes mit CREATE INDEX oder ALTER TABLE erzeugt.';
$strMyISAMSortBufferSize = 'Größe des Sortierungspuffers';
$strMySQLCharset = 'MySQL-Zeichensatz';
$strMySQLConnectionCollation = 'Zeichensatz / Kollation der MySQL-Verbindung';
$strMySQLSaid = 'MySQL meldet: ';
$strMySQLShowProcess = 'Prozesse anzeigen';
$strMySQLShowStatus = 'MySQL-Laufzeit-Informationen anzeigen';
$strMySQLShowVars = 'MySQL-System-Variablen anzeigen';
 
$strName = 'Name';
$strNext = 'Nächste';
$strNoActivity = 'Da Sie seit mindestens %s Sekunden inaktiv waren, wurden Sie automatisch abgemeldet. Bitte melden Sie sich erneut an.';
$strNoDatabases = 'Keine Datenbanken';
$strNoDatabasesSelected = 'Es wurden keine Datenbanken ausgewählt.';
$strNoDescription = 'keine Beschreibung';
$strNoDetailsForEngine = 'Für dieses Tabellenformat sind keine Statusinformationen verfügbar';
$strNoDropDatabases = 'Die Anweisung "DROP DATABASE" wurde deaktiviert.';
$strNoExplain = 'SQL-Erklärung umgehen';
$strNoFrames = 'phpMyAdmin arbeitet besser mit einem <b>Frame</b>-fähigen Browser.';
$strNoIndex = 'Kein Index definiert!';
$strNoIndexPartsDefined = 'Keine Indizes definiert.';
$strNoModification = 'Keine Änderung';
$strNo = 'Nein';
$strNone = 'keine';
$strNoOptions = 'Für dieses Format sind keine Optionen vorhanden';
$strNoPassword = 'Kein Kennwort';
$strNoPermission = 'Der Webserver hat keine Schreibrechte um die Datei %s zu speichern.';
$strNoPhp = 'ohne PHP-Code';
$strNoPrivileges = 'Keine Rechte';
$strNoRights = 'Sie haben nicht genug Rechte um fortzufahren!';
$strNoRowsSelected = 'Es wurden keine Datensätze ausgewählt.';
$strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.';
$strNoTablesFound = 'Es wurden keine Tabellen in der Datenbank gefunden.';
$strNoThemeSupport = 'Die Unterstützung für Oberflächendesigns ist deaktiviert. Bitte überprüfen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis %s.';
$strNotNumber = 'Das ist keine Zahl!';
$strNotOK = 'fehlerhaft';
$strNotSet = 'Die Tabelle <b>%s</b> wurde entweder nicht gefunden oder in der Kofigurationsdatei %s nicht gesetzt.';
$strNoUsersFound = 'Es wurden keine Benutzer gefunden.';
$strNoValidateSQL = 'SQL-Validierung umgehen';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s Treffer in der Tabelle <i>%s</i>';
$strNumSearchResultsTotal = '<b>Insgesamt</b> <i>%s</i> Treffer';
$strNumTables = 'Tabellen';
 
$strOK = 'OK';
$strOperations = 'Operationen';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiere Tabelle';
$strOr = 'oder';
$strOverhead = 'Überhang';
$strOverwriteExisting = 'Bestehende Datei(en) überschreiben';
 
$strPageNumber = 'Seite:';
$strPagesToBeFlushed = 'Zurückzuschreibende Seiten';
$strPaperSize = 'Papiergröße';
$strPartialText = 'gekürzte Textfelder';
$strPasswordChanged = 'Das Kennwort für %s wurde geändert.';
$strPasswordEmpty = 'Es wurde kein Kennwort angegeben!';
$strPasswordHashing = 'Password-Verschlüsselung';
$strPassword = 'Kennwort';
$strPasswordNotSame = 'Die eingegebenen Kennwörter sind nicht identisch!';
$strPdfDbSchema = 'Schema der Datenbank "%s" - Seite %s';
$strPdfInvalidTblName = 'Die Tabelle "%s" existiert nicht!';
$strPdfNoTables = 'keine Tabellen';
$strPerHour = 'pro Stunde';
$strPerMinute = 'pro Minute';
$strPerSecond = 'pro Sekunde';
$strPersian = 'Persisch';
$strPhoneBook = 'Telefonbuch';
$strPHP40203 = 'Sie verwenden die PHP-Version 4.2.3, welche leider fehlerhaft im Umgang mit Multibyte-Zeichenketten (mbstring) ist. Dieser Fehler ist in der PHP-Datenbank als Bug-Report #19404 dokumentiert. Aus diesem Grund wird diese PHP-Version nicht für den Betrieb von phpMyAdmin empfohlen.';
$strPhp = 'PHP-Code erzeugen';
$strPHPVersion = 'PHP-Version';
$strPmaDocumentation = 'phpMyAdmin-Dokumentation';
$strPmaUriError = 'Das <tt>$cfg[\'PmaAbsoluteUri\']</tt>-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!';
$strPolish = 'Polnisch';
$strPortrait = 'Hochformat';
$strPos1 = 'Anfang';
$strPrevious = 'Vorherige';
$strPrimaryKeyHasBeenDropped = 'Der Primärschlüssel wurde gelöscht.';
$strPrimaryKeyName = 'Der Name des Primärschlüssels muss PRIMARY lauten!';
$strPrimaryKeyWarning = 'Der Name des Primärschlüssels darf <b>nur</b> "PRIMARY" lauten.';
$strPrimary = 'Primärschlüssel';
$strPrint = 'Drucken';
$strPrintView = 'Druckansicht';
$strPrintViewFull = 'Druckansicht (vollständige Textfelder)';
$strPrivDescAllPrivileges = 'Enthält alle Rechte bis auf GRANT.';
$strPrivDescAlter = 'Erlaubt das Verändern der Struktur bestehender Tabellen.';
$strPrivDescCreateDb = 'Erlaubt das Erstellen neuer Datenbanken und Tabellen.';
$strPrivDescCreateTbl = 'Erlaubt das Erstellen neuer Tabellen.';
$strPrivDescCreateTmpTable = 'Erlaubt das Erstellen temporärer Tabellen.';
$strPrivDescDelete = 'Erlaubt das Löschen von Daten.';
$strPrivDescDropDb = 'Erlaubt das Löschen ganzer Datenbanken und Tabellen.';
$strPrivDescDropTbl = 'Erlaubt das Löschen ganzer Tabellen.';
$strPrivDescExecute = 'Erlaubt das Ausführen gespeicherter Prozeduren; Hat keinen Effekt in dieser MySQL-Version.';
$strPrivDescFile = 'Erlaubt das Importieren von Daten aus und das Exportieren in externe Dateien.';
$strPrivDescGrant = 'Erlaubt das Hinzufügen von Benutzern und Rechten ohne den die Benutzerprofile neu laden zu müssen.';
$strPrivDescIndex = 'Erlaubt das Erstellen und Löschen von Indizes.';
$strPrivDescInsert = 'Erlaubt das Hinzufügen und Ersetzen von Daten.';
$strPrivDescLockTables = 'Erlaubt die Sperrung bestimmter Tabellen.';
$strPrivDescMaxConnections = 'Begrenzt die Anzahl neuer Verbindungen, welche ein Benutzer pro Stunde aufbauen darf.';
$strPrivDescMaxQuestions = 'Begrenzt die Anzahl der Abfragen, welche ein Benutzer pro Stunde senden darf.';
$strPrivDescMaxUpdates = 'Begrenzt die Anzahl der Veränderungen, welche ein Benutzer pro Stunde an allen Datenbanken und Tabellen vornehmen darf.';
$strPrivDescProcess3 = 'Erlaubt das Beenden fremder Prozesse.';
$strPrivDescProcess4 = 'Erlaubt das Anzeigen der vollen Abfragen in der Prozessliste.';
$strPrivDescReferences = 'Hat keinen Effekt in dieser MySQL-Version.';
$strPrivDescReload = 'Erlaubt das erneute Laden von Servereinstellungen und das Leeren der Zwischenspeicher zur Laufzeit.';
$strPrivDescReplClient = 'Erlaubt dem Benutzer zu fragen, wo sich die Master- bzw. Slave-Systeme befinden';
$strPrivDescReplSlave = 'Wird für die Replication-Slave-Systeme benötigt.';
$strPrivDescSelect = 'Erlaubt das Auslesen von Daten.';
$strPrivDescShowDb = 'Gewährt Zugang zur vollständigen Datenbankliste.';
$strPrivDescShutdown = 'Erlaubt das Beenden des Servers.';
$strPrivDescSuper = 'Erlaubt eine Verbindung, selbst wenn die maximale Anzahl an Verbindungen bereits erreicht ist; Wird für viele administrative Operationen, wie das Setzen globaler Variables oder das Beenden fremder Prozesse, vorausgesetzt.';
$strPrivDescUpdate = 'Erlaubt das Verändern von gespeicherten Daten.';
$strPrivDescUsage = 'Keine Rechte.';
$strPrivileges = 'Rechte';
$strPrivilegesReloaded = 'Die Benutzerprofile wurden neu geladen.';
$strProcesslist = 'Prozesse';
$strPutColNames = 'Feldnamen in die erste Zeile setzen';
 
$strQBE = 'Abfrageeditor';
$strQBEDel = 'Entf.';
$strQBEIns = 'Einf.';
$strQueryFrame = 'Abfragefenster';
$strQueryOnDb = ' SQL-Befehl in der Datenbank <b>%s</b>:';
$strQuerySQLHistory = 'SQL-Verlaufsprotokoll';
$strQueryStatistics = '<b>Abfragestatistik</b>: Seit seinem Start wurden %s Abfragen an diesen MySQL-Server gesandt.';
$strQueryTime = 'die Abfrage dauerte %01.4f sek';
$strQueryType = 'Abfrageart';
$strQueryWindowLock = 'Abfrage vor Änderungen außerhalb des Fensters schützen';
 
$strReadRequests = 'Leseanfragen';
$strReceived = 'Empfangen';
$strRecords = 'Einträge';
$strReferentialIntegrity = 'Prüfe referentielle Integrität:';
$strRefresh = 'Aktualisieren';
$strRelationalSchema = 'Beziehungsschema';
$strRelationNotWorking = 'Die zusätzlichen Funktionen für verknüpfte Tabellen wurden automatisch deaktiviert. Klicken Sie %shier%s um herauszufinden warum.';
$strRelationsForTable = 'RELATIONEN DER TABELLE';
$strRelations = 'Tabellenverknüpfungen';
$strRelationView = 'Beziehungsübersicht';
$strReloadingThePrivileges = 'Lade die Benutzertabellen neu';
$strReloadMySQL = 'Benutzertabellen neu laden';
$strRemoveSelectedUsers = 'Die ausgewählten Benutzer löschen';
$strRenameDatabaseOK = 'Datenbank %s wurde umbenannt zu %s';
$strRenameTableOK = 'Tabelle %s wurde umbenannt in %s.';
$strRenameTable = 'Tabelle umbenennen in';
$strRepairTable = 'Repariere Tabelle';
$strReplaceNULLBy = 'Ersetze NULL durch';
$strReplaceTable = 'Tabelleninhalt ersetzen';
$strReset = 'Zurücksetzen';
$strResourceLimits = 'Ressourcenbeschränkungen';
$strReType = 'Wiederholen';
$strRevokeAndDelete = 'Den Benutzern alle Rechte entziehen und sie anschließend aus den Benutzertabellen löschen.';
$strRevokeAndDeleteDescr = 'Die Benutzer würden weiterhin das USAGE-Recht behalten, bis die Benutzertabellen neu geladen werden.';
$strRevoke = 'Entfernen';
$strRevokeMessage = 'Sie haben die Rechte für %s entfernt.';
$strRomanian = 'Rumänisch';
$strRowLength = 'Zeilenlänge';
$strRowsFrom = 'Datensätze, beginnend ab';
$strRowSize = 'Zeilengröße';
$strRowsModeFlippedHorizontal = 'horizontal (gedrehte Bezeichner)';
$strRowsModeHorizontal = 'untereinander';
$strRowsModeOptions = '%s angeordnet und wiederhole die Kopfzeilen nach %s Datensätzen.';
$strRowsModeVertical = 'nebeneinander';
$strRowsStatistic = 'Zeilenstatistik';
$strRows = 'Zeilen';
$strRunning = 'auf %s';
$strRunQuery = 'SQL-Befehl ausführen';
$strRunSQLQuery = 'SQL-Befehl(e) in Datenbank %s ausführen';
$strRussian = 'Russisch';
 
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
$strSave = 'Speichern';
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schema nicht auf eine Seite passt!';
$strSearchFormTitle = 'Durchsuche die Datenbank';
$strSearchInTables = 'In der / den Tabelle(n):';
$strSearchNeedle = 'Zu suchende Wörter oder Werte (Platzhalter: "%"):';
$strSearchOption1 = 'mindestens eines der Wörter';
$strSearchOption2 = 'alle Wörter';
$strSearchOption3 = 'genau diese Zeichenkette';
$strSearchOption4 = 'als regulären Ausdruck';
$strSearchResultsFor = 'Suchergebnisse für "<i>%s</i>" %s:';
$strSearch = 'Suche';
$strSearchType = 'Finde:';
$strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschlüsselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).';
$strSelectADb = 'Bitte Datenbank auswählen';
$strSelectAll = 'Alle auswählen';
$strSelectBinaryLog = 'Binäre Protokolldatei zur Anzeige auswählen';
$strSelectFields = 'Felder auswählen (mind. eines):';
$strSelectNumRows = 'in der Abfrage';
$strSelectTables = 'Tabellenauswahl';
$strSend = 'Senden';
$strSent = 'Gesendet';
$strServerChoice = 'Server Auswählen';
$strServerNotResponding = 'Der Server antwortet nicht.';
$strServer = 'Server';
$strServerStatus = 'Laufzeit-Informationen';
$strServerStatusUptime = 'Dieser MySQL-Server läuft bereits %s. Er wurde am %s gestartet.';
$strServerTabProcesslist = 'Prozesse';
$strServerTabVariables = 'Variablen';
$strServerTrafficNotes = '<b>Servertraffic</b>: In diesen Tabellen wird der Netzwerktraffic dieses MySQL-Servers seit dessen Start aufgeführt.';
$strServerVars = 'Servervariablen und -einstellungen';
$strServerVersion = 'Server Version';
$strSessionValue = 'Wert für diese Sitzung';
$strSetEnumVal = 'Wenn das Feld vom Typ \'ENUM\' oder \'SET\' ist, benutzen Sie bitte das Format: \'a\',\'b\',\'c\',... Wann immer Sie ein Backslash ("\") oder ein einfaches Anführungszeichen ("\'") verwenden, setzen Sie bitte ein Backslash vor das Zeichen. (z. B.: \'\\\\xyz\' oder \'a\\\'b\').';
$strShowAll = 'Alles anzeigen';
$strShowColor = 'mehrfarbig';
$strShowDatadictAs = 'Format des Strukturverzeichnisses';
$strShowFullQueries = 'Zeige die SQL-Abfragen vollständig an';
$strShowGrid = 'Gitterlinien anzeigen';
$strShowingRecords = 'Zeige Datensätze ';
$strShowPHPInfo = 'PHP-Informationen anzeigen';
$strShowTableDimension = 'Tabellendimensionen anzeigen.';
$strShowTables = 'Tabellen anzeigen';
$strShowThisQuery = 'SQL-Befehl hier wieder anzeigen';
$strShow = 'Zeige';
$strSimplifiedChinese = 'Vereinfachtes Chinesisch';
$strSingly = '(einmalig)';
$strSize = 'Größe';
$strSlovak = 'Slovakisch';
$strSlovenian = 'Slovenisch';
$strSocketProblem = '(evtl. ist auch der Socket des lokalen MySQL-Servers socket nicht korrekt konfiguriert)';
$strSortByKey = 'Nach Schlüssel sortieren';
$strSort = 'Sortierung';
$strSpaceUsage = 'Speicherplatzverbrauch';
$strSpanish = 'Spanisch';
$strSplitWordsWithSpace = 'Die Wörter werden durch Leerzeichen (" ") getrennt.';
$strSQLExportCompatibility = 'SQL-Export-Kompatibilität';
$strSQLExportType = 'Exporttyp';
$strSQLOptions = 'SQL-Optionen';
$strSQLParserBugMessage = 'Möglicherweise haben Sie einen Bug im SQL-Parser entdeckt. Bitte überprüfen Sie Ihre Abfrage genaustens, insbesondere auf falsch gesetzte oder nicht geschlossene Anführungszeichen. Eine weitere Ursache könnte darin liegen, dass Sie versuchen eine Datei mit binären Daten, welche nicht von Anführungszeichen eingeschlossen sind, hochzuladen. Sie können alternativ versuchen Ihre Abfrage über das MySQL-Kommandozeileninterface zu senden. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen. Falls Sie weiterhin Probleme haben sollten oder der Parser dort versagt, wo die Kommandozeile erfolgreich ist, so reduzieren Sie bitte Ihre Abfrage auf den Befehl, welcher die Probleme verursacht, und senden Sie uns einen Bugreport mit den Datenausschnitt, den Sie weiter unten auf dieser Seite finden.:';
$strSQLParserUserError = 'Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen.';
$strSQLQuery = 'SQL-Befehl';
$strSQLResult = 'SQL-Abfrageergebnis';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ungültiger Bezeichner';
$strSQPBugUnclosedQuote = 'Nicht geschlossene Anführungszeichen';
$strSQPBugUnknownPunctuation = 'Unbekannte Interpunktion';
$strStatCheckTime = 'Letzter Check am';
$strStatCreateTime = 'Erzeugt am';
$strStatement = 'Angaben';
$strStatUpdateTime = 'Aktualisiert am';
$strStatus = 'Status';
$strStorageEngines = 'Tabellenformate';
$strStorageEngine = 'Tabellenformat';
$strStrucCSV = 'CSV-Daten';
$strStrucData = 'Struktur und Daten';
$strStrucDrop = 'Mit \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV-Daten für MS Excel';
$strStrucNativeExcel = 'Excel-Datei';
$strStrucOnly = 'Nur Struktur';
$strStructPropose = 'Tabellenstruktur analysieren';
$strStructure = 'Struktur';
$strSubmit = 'Abschicken';
$strSuccess = 'Ihr SQL-Befehl wurde erfolgreich ausgeführt.';
$strSum = 'Gesamt';
$strSwedish = 'Schwedisch';
$strSwitchToDatabase = 'Zu kopierter Datenbank wechseln';
$strSwitchToTable = 'Zur kopierten Tabelle wechseln';
 
$strTableComments = 'Tabellen-Kommentar';
$strTableEmpty = 'Der Tabellenname ist leer!';
$strTableHasBeenDropped = 'Die Tabelle %s wurde gelöscht.';
$strTableHasBeenEmptied = 'Die Tabelle %s wurde geleert.';
$strTableHasBeenFlushed = 'Die Tabelle %s wurde geschlossen und zwischengespeicherte Daten gespeichert.';
$strTableMaintenance = 'Hilfsmittel';
$strTableOfContents = 'Inhalt';
$strTableOptions = 'Tabellenoptionen';
$strTables = '%s Tabellen';
$strTableStructure = 'Tabellenstruktur für Tabelle';
$strTable = 'Tabelle';
$strTableType = 'Tabellentyp';
$strTakeIt = 'auswählen';
$strTblPrivileges = 'Tabellenspezifische Rechte';
$strTextAreaLength = 'Wegen seiner Länge ist dieses<br />Feld vielleicht nicht editierbar.';
$strThai = 'Thai';
$strTheme = 'Oberflächendesign';
$strThisHost = 'Dieser Host';
$strThisNotDirectory = 'Dies ist kein Verzeichnis';
$strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.';
$strTime = 'Dauer';
$strToggleScratchboard = 'Klemmbrett anzeigen';
$strTotal = 'insgesamt';
$strTotalUC = 'Insgesamt';
$strTraditionalChinese = 'Traditionelles Chinesisch';
$strTraditionalSpanish = 'Traditionelles Spanisch';
$strTraffic = 'Traffic';
$strTransformation_application_octetstream__download = 'Zeigt einen Link an, um die binären Daten eines Feldes downloaden zu können. Die erste Option benennt den Dateinamen. Die zweite Option kann einen Spaltennamen der Tabelle benennen, aus dem der Dateiname geholt werden soll. Sollte die zweite Option gesetzt sein ist es notwendig, die erste Option auf einen Leerstring zu setzen (\'\')';
$strTransformation_image_jpeg__inline = 'Ein klickbares Vorschaubild anzeigen. Optionen: Breite, Höhe in Pixeln (berücksichtigt Seitenverhältnis)';
$strTransformation_image_jpeg__link = 'Einen Link zum Bild anzeigen, z.B. zum Download von BLOB-Daten.';
$strTransformation_image_png__inline = 'Siehe image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Wandelt ein TIME, TIMESTAMP oder DATETIME-Feld und formatiert es unter Berücksichtigung des lokalen Zeitformats. Erste Option: Differenz (in Stunden) zur Addition/Subtraktion der aktuellen Zeit (Standard: 0). Zweite Option: Zeitformat anstelle des lokalen, Variablen siehe PHPs strftime().';
$strTransformation_text_plain__external = 'Nur für LINUX: Startet ein externes Programm und verwendet die Daten des Feldes für die Standardeingabe. Stellt innerhalb von phpMyAdmin die Standardausgabe des externen Programmes dar. Die Voreinstellung wurde für Tidy optimiert, um HTML code optisch zu formatieren. Aus Sicherheitsgründen müssen Sie die Datei libraries/transformations/text_plain__external.inc.php von Hand bearbeiten um weitere Programme hinzuzufügen. Die erste Option ist die Nummer des dort hinterlegten Programmes und die zweite Option legt die Parameter für das externe Programm fest. Die dritte Option bestimmt, falls auf 1 gesetzt, dass die Ausgabe mit htmlspecialchars() formatiert wird (Standard: 1). Die vierte Option bestimmt, falls auf 1 gesetzt, ob ein NOWRAP-Parameter der Tabellenzelle hinzugefügt wird um einen automatischen Umbruch der Standardausgabe zu verhindern (Standard: 1)';
$strTransformation_text_plain__formatted = 'Behält Ursprungsformatierung des Feldes bei. Kein Escaping oder Umlautwandlung wird durchgeführt.';
$strTransformation_text_plain__imagelink = 'Benutzt den Inhalt eines Feldes um ein Bild und einen Link dazu darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist die Breite des Bildes, die dritte Option die Höhe des Bildes in Pixeln.';
$strTransformation_text_plain__link = 'Benutzt den Inhalt eines Feldes um einen Link darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist der darzustellende Titel des Links';
$strTransformation_text_plain__substr = 'Stellt nur einen Teil des Feldinhaltes dar. Die erste Option definiert die Position des Textes ab dem die Ausgabe startet (Standard: 0), die zweite Option gibt an wieviel Zeichen ab dort dargestellt werden sollen. Falls diese Option leer ist, wird der gesamte verbleibende Text dargestellt. Die dritte Option kann einen Text enthalten, der bei partieller Ausgabe des Textes angehängt wird, um eine Abschneidung kenntlich zu machen (Standard: ...).';
$strTruncateQueries = 'Zeige die SQL-Abfragen verkürzt an';
$strTurkish = 'Türkisch';
$strType = 'Typ';
 
$strUkrainian = 'Ukrainisch';
$strUncheckAll = 'Auswahl entfernen';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'unbekannt';
$strUnselectAll = 'Auswahl entfernen';
$strUnsupportedCompressionDetected = 'Sie haben versucht, eine Datei zu laden, die mit einem nicht unterstützten Verfahren komprimiert wurde (%s). Entweder ist die Unterstützung für selbiges nicht implementiert oder in IHrer Konfiguration deaktiviert.';
$strUpdatePrivMessage = 'Die Rechte für %s wurden geändert.';
$strUpdateProfileMessage = 'Benutzer wurde geändert.';
$strUpdateQuery = 'Aktualisieren';
$strUpdComTab = 'Bitte lesen Sie in der Dokumentation nach, wie Sie die Struktur Ihrer Spaltenkommentartabelle aktualisieren können';
$strUpgrade = 'Sie sollten auf %s %s oder neuer umsteigen.';
$strUsage = 'Verbrauch';
$strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anführungszeichen ';
$strUseHostTable = 'Verwende Hosttabelle';
$strUserAlreadyExists = 'Der Benutzer %s existiert bereits!';
$strUser = 'Benutzer';
$strUserEmpty = 'Kein Benutzername eingegeben!';
$strUserName = 'Benutzername';
$strUserNotFound = 'Der gewählte Benutzer wurde in der Benutzertabelle nicht gefunden.';
$strUserOverview = 'Benutzerübersicht';
$strUsersDeleted = 'Die gewählten Benutzer wurden gelöscht.';
$strUsersHavingAccessToDb = 'Benutzer mit Zugriff auf &quot;%s&quot;';
$strUseTabKey = 'Mittels TAB-Taste von Feld zu Feld springen, oder mit STRG+Pfeiltasten beliebig bewegen';
$strUseTables = 'Verwendete Tabellen';
$strUseTextField = 'Textfeld verwenden';
$strUseThisValue = 'Diesen Wert verwenden';
 
$strValidateSQL = 'SQL validieren';
$strValidatorError = 'Bei der Initialisierung des SQL-Validators ist ein Fehler aufgetreten. Bitte überprüfen Sie, ob Sie die in der %sDokumentation%s beschriebenen php-Erweiterungen installiert haben.';
$strValue = 'Wert';
$strVar = 'Variable';
$strVersionInformation = 'Versionsinformationen';
$strView = 'Ansicht';
$strViewDumpDatabases = 'Dump (Schema) der Datenbanken anzeigen';
$strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen';
$strViewDump = 'Dump (Schema) der Tabelle anzeigen';
$strViewHasBeenDropped = 'Die Ansicht %s wurde gelöscht';
 
$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.';
$strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver';
$strWelcome = 'Willkommen bei %s';
$strWestEuropean = 'Westeuropäisch';
$strWildcard = 'Platzhalter';
$strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. Möglicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.';
$strWithChecked = 'markierte:';
$strWriteRequests = 'Schreibanfragen';
$strWritingCommentNotPossible = 'Es können keine Kommentare geschrieben werden';
$strWritingRelationNotPossible = 'Es können keine Spaltenbeziehungen gespeichert werden.';
$strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
 
// To translate:
$strAllowInterrupt = 'Abbruch wenn die maximale Scriptlaufzeit errreicht wird. Damit ist es möglich große Dateien zu importieren, allerdings kann es Transaktionen zerstören.'; //recently translated
$strAndThen = 'und'; //recently translated
 
$strBookmarkCreated = 'Bookmark %s gespeichert'; //recently translated
$strBookmarkReplace = 'Überschreibe gleichnamiges Bookmark'; //recently translated
 
$strCompressionWillBeDetected = 'Dateikomprimierung wird automatisch erkannt bei: %s'; //recently translated
$strCSV = 'CSV'; //recently translated
$strCSVImportOptions = 'CSV Optionen'; //recently translated
 
$strDeleteNoUsersSelected = 'Keine Benutzer zum Löschen ausgewählt!'; //recently translated
 
$strErrorInZipFile = 'Fehler im ZIP-Archive:'; //recently translated
 
$strFileToImport = 'Datei zum Importieren'; //recently translated
$strFlushQueryCache = 'Schreibe/Leere den Abfrage-Cache ("FLUSH")'; //recently translated
$strFlushTables = 'Leeren des gesamten Tabellencaches ("FLUSH")'; //recently translated
 
$strHandler = 'Handler'; //recently translated
 
$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen'; //recently translated
$strImportFormat = 'Dateiformat'; //recently translated
$strImport = 'Importieren'; //recently translated
$strInvalidAuthMethod = 'Ungültige Authentifizierungsmethode in der Konfiguration eingestellt:'; //recently translated
$strInvalidColumnCount = 'Die Spaltenanzahl muss größer als 0 sein.'; //recently translated
$strInvalidColumn = 'Ungültige Spalte (%s) angegeben!'; //recently translated
$strInvalidFieldCount = 'Die Tabelle muss mindestens ein Feld haben.'; //recently translated
$strInvalidLDIImport = 'Dieses Plugin unterstützt keine Komprimierung!'; //recently translated
$strInvalidRowNumber = '%d ist keine gültige Zeilennummer.'; //recently translated
 
$strJoins = 'Tabellenverknüpfungen (joins)'; //recently translated
 
$strKeyCache = 'Schlüssel-Cache'; //recently translated
 
$strLDI = 'CSV mit LOAD DATA'; //recently translated
$strLDIImportOptions = 'Optionen für den CSV-Import mit LOAD DATA'; //recently translated
$strLDILocal = 'mit LOCAL'; //recently translated
 
$strMaxConnects = 'max. gleichzeitige Verbindungen'; //recently translated
$strMaximalQueryLength = 'Maximale Länge der erstellten Abfrage'; //recently translated
 
$strNoFilesFoundInZip = 'Keine Dateien im ZIP-Archive gefunden!'; //recently translated
$strNothingToImport = 'Keine Daten zum importieren gefunden!'; //recently translated
$strNumberOfFields = 'Anzahl der Felder'; //recently translated
 
$strPartialImport = 'Teilweiser Import'; //recently translated
$strPrivDescAlterRoutine = 'Erlaubt das Verändern und Löschen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescCreateRoutine = 'Erlaubt das Erstellen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescCreateUser = 'Erlaubt das Erstellen, Löschen und Umbenennen von Benutzern.'; //recently translated
$strPrivDescCreateView = 'Erlaubt das Erstellen von Ansichten (views).'; //recently translated
$strPrivDescExecute5 = 'Erlaubt das Ausführen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescMaxUserConnections = 'Beschränkt die Anzahl der gleichzeitigen Verbindungen für diesen Benutzer.'; //recently translated
$strPrivDescShowView = 'Erlaubt das Abfragen von \'SHOW CREATE VIEW\'.'; //recently translated
 
$strQueryCache = 'Abfrage-Cache'; //recently translated
 
$strReplication = 'Replikation'; //recently translated
$strRunSQLQueryOnServer = 'SQL-Befehl(e) auf Server %s ausführen'; //recently translated
 
$strServerStatusDelayedInserts = 'Verzögertes Einfügen (delayed inserts)'; //recently translated
$strShowingBookmark = 'Showing bookmark'; //to translate
$strShowOpenTables = 'Zeige alle offenen Tabellen'; //recently translated
$strShowSlaveHosts = 'Zeige alle Slave-Rechner'; //recently translated
$strShowSlaveStatus = 'Zeige den Slave-Status'; //recently translated
$strShowStatusBinlog_cache_disk_useDescr = 'Anzahl der Transaktionen die den Binärylog-Cache verwendet haben aber die Größe des Binarylog-Caches (binlog_cache_size) überschritten haben und eine temporäre Datei verwendet haben um die [statements] der Transaktion zu speichern.'; //recently translated
$strShowStatusBinlog_cache_useDescr = 'Anzahl der Transaktionen, die den temporären Binarylog-Cache verwendet haben.'; //recently translated
$strShowStatusCreated_tmp_disk_tablesDescr = 'Anzahl der (implizit) auf der Platte erzeugten temporären Tabellen bei der Ausführung von Statements. Wenn Created_tmp_disk_tables hoch ist, sollten Sie eventuell die tmp_table_size-Variable herauf setzen, damit temporäre Tabellen im Speicher erzeugt werden statt auf der Platte.'; //recently translated
$strShowStatusCreated_tmp_filesDescr = 'Wieviele temporäre Dateien mysqld erzeugt hat.'; //recently translated
$strShowStatusCreated_tmp_tablesDescr = 'Anzahl der (implizit) im Arbeitsspeicher erzeugten temporären Tabellen bei der Ausführung von Statements.'; //recently translated
$strShowStatusDelayed_errorsDescr = 'Anzahl der Zeilen, die mit INSERT DELAYED geschrieben wurden, und bei denen irgend ein Fehler auftrat (wahrscheinlich duplicate key).'; //recently translated
$strShowStatusDelayed_insert_threadsDescr = 'Anzahl der verzögerten Insert-Handler-Threads in Benutzung. Jede einzelne Tabelle mit verzögerten Inserts bekommt einen eigenen Thread.'; //recently translated
$strShowStatusDelayed_writesDescr = 'Anzahl der Zeilen, die mit INSERT DELAYED geschrieben wurden.'; //recently translated
$strShowStatusFlush_commandsDescr = 'Anzahl der ausgeführten FLUSH-Befehle.'; //recently translated
$strShowStatusHandler_commitDescr = 'Anzahl der Anfragen, ein COMMIT auszuführen.'; //recently translated
$strShowStatusHandler_deleteDescr = 'Wie oft eine Zeile aus einer Tabelle gelöscht wurde.'; //recently translated
$strShowStatusHandler_discoverDescr = 'Anzahl der gesuchten und gefundenen (discovered) Tabellen. Der MySQL-Server kann das NDB-Cluster-Storage-Engine fragen ob es eine bestimmte Tabelle kennt. Dieser Vorgang wird \'discovery\' genannt.'; //recently translated
$strShowStatusHandler_read_firstDescr = 'Wie oft der erste Eintrag aus einem Index gelesen wurde. Wenn dieser Wert hoch ist, legt das nahe, dass der Server viele komplette Index-Scans macht (zum Beispiel SELECT spalte1 FROM foo, unter der Annahme, dass spalte1 indiziert ist).'; //recently translated
$strShowStatusHandler_read_keyDescr = 'Anzahl der Anfragen, eine Zeile basierend auf einem Schlüssel zu lesen. Wenn dieser Wert hoch ist, ist das ein gutes Indiz dafür, dass Ihre Anfragen und Tabellen korrekt indiziert sind.'; //recently translated
$strShowStatusHandler_read_nextDescr = 'Anzahl der Anfragen, die nächste Zeile in der Reihenfolge des Schlüssels zu lesen. Dieser Wert wird herauf gezählt, wenn Sie eine Index-Spalte mit einer Bereichsbeschränkung (Limit) abfragen. Er wird ebenfalls herauf gezählt, wenn Sie einen Index-Scan durchführen.'; //recently translated
$strShowStatusHandler_read_prevDescr = 'Anzahl der Anfragen, die vorhergehende Zeile in der Reihenfolge des Schlüssels zu lesen. Diese Lese-Methode ist hauptsächlich zur Optimierung von ORDER BY ... DESC.'; //recently translated
$strShowStatusHandler_read_rndDescr = 'Anzahl der Anfragen, eine Zeile basierend auf einer festen Position zu lesen. Dieser Wert wird hoch sein, wenn Sie viele Anfragen ausführen, die erfordern, dass das Ergebnis sortiert wird. Wenn Handler_read_rnd hoch ist, haben Sie wahrscheinlich viele Anfragen, die MySQL zwingen, ganze Tabellen zu scannen, oder Sie haben Joins, die Schlüssel nicht richtig benutzen.'; //recently translated
$strShowStatusHandler_read_rnd_nextDescr = 'Anzahl der Anfragen, die nächste Zeile in der Daten-Datei zu lesen. Dieser Wert wird hoch sein, wenn Sie viele Tabellen-Scans durchführen. Im Allgemeinen weist das darauf hin, dass Ihre Tabellen nicht korrekt indiziert sind, oder dass Ihre Anfragen nicht so geschrieben sind, dass Sie Vorteile aus den Indexen ziehen, die Sie haben.'; //recently translated
$strShowStatusHandler_rollbackDescr = 'Anzahl der Anfragen, ein ROLLBACK auszuführen.'; //recently translated
$strShowStatusHandler_updateDescr = 'Anzahl der Anfragen, eine Zeile in einer Tabelle zu aktualisieren.'; //recently translated
$strShowStatusHandler_writeDescr = 'Anzahl der Anfragen, eine Zeile in eine Tabelle einzufügen.'; //recently translated
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'Wieviel Daten bisher gelesen wurden, in Byte.'; //recently translated
$strShowStatusInnodb_data_readsDescr = 'Wie oft Daten gelesen wurden.'; //recently translated
$strShowStatusInnodb_data_writesDescr = 'Wie oft Daten geschrieben wurden.'; //recently translated
$strShowStatusInnodb_data_writtenDescr = 'Wieviel Daten bisher geschrieben wurden, in Byte.'; //recently translated
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'Anzahl der Zeilen die aus InnoDB-Tabellen gelesen wurden.'; //recently translated
$strShowStatusInnodb_rows_updatedDescr = 'Anzahl der Zeilen die in InnoDB-Tabellen aktualisiert wurden.'; //recently translated
$strShowStatusKey_blocks_not_flushedDescr = 'Schlüssel-Blöcke im Schlüssel-Cache, die verändert wurden, aber noch nicht auf die Platte zurück geschrieben (flush). Auch bekannt als Not_flushed_key_blocks.'; //recently translated
$strShowStatusKey_blocks_unusedDescr = 'Die Anzahl der unbenutzten Schlüssel-Blöcke im Schlüssel-Cache. Dieser Wert kann dazu dienen die Auslastung des Schlüssel-Cache zu bestimmen.'; //recently translated
$strShowStatusKey_blocks_usedDescr = 'Die Anzahl der maximal gleichzeitig benutzten Blocks im Schlüssel-Cache.'; //recently translated
$strShowStatusKey_read_requestsDescr = 'Die Anzahl der Anfragen, einen Schlüssel-Block aus dem Cache zu lesen.'; //recently translated
$strShowStatusKey_readsDescr = 'Die Anzahl physikalischer Lesezugriffen eines Schlüssel-Blocks von der Platte. Wenn key_reads hoch ist, ist Ihr key_cache wahrscheinlich zu klein. Die Cache-Zugriffsrate kann mit key_reads / key_read_requests berechnet werden.'; //recently translated
$strShowStatusKey_write_requestsDescr = 'Die Anzahl der Anfragen, einen Schlüssel-Block in den Cache zu schreiben.'; //recently translated
$strShowStatusKey_writesDescr = 'Die Anzahl physikalischer Schreibvorgänge eines Schlüssel-Blocks auf Platte.'; //recently translated
$strShowStatusLast_query_costDescr = 'Die Kosten für die zuletzt verarbeitete Abfrage wie vom Abfrage-Optmierer berechnet. Nützlich um verschiedene Formulierungen für eine Abfrage zu vergleichen. Der Wert 0 besagt das bisher keine Abfrage übersetzt wurde.'; //recently translated
$strShowStatusNot_flushed_delayed_rowsDescr = 'Anzahl der Zeilen, die in INSERT DELAY-Warteschleifen darauf warten, geschrieben zu werden.'; //recently translated
$strShowStatusOpened_tablesDescr = 'Anzahl der Tabellen, die geöffnet wurden. Wenn Opened_tables hoch ist, ist Ihre table_cache-Variable wahrscheinlich zu niedrig.'; //recently translated
$strShowStatusOpen_filesDescr = 'Anzahl der offenen Dateien.'; //recently translated
$strShowStatusOpen_streamsDescr = 'Anzahl der offenen Streams (hauptsächlich zum Loggen benutzt).'; //recently translated
$strShowStatusOpen_tablesDescr = 'Anzahl der offenen Tabellen.'; //recently translated
$strShowStatusQcache_free_blocksDescr = 'Freie Speicherblöcke im Abfrage-Cache.'; //recently translated
$strShowStatusQcache_free_memoryDescr = 'Freier Speicher im Abfrage-Cache.'; //recently translated
$strShowStatusQcache_hitsDescr = 'Abfrage-Cache-Zugriffsrate.'; //recently translated
$strShowStatusQcache_insertsDescr = 'Die Anzahl der Abfragen die dem Cache hinzugefügt wurden.'; //recently translated
$strShowStatusQcache_lowmem_prunesDescr = 'Die Anzahl der Abfragen die aus dem Cache entfernt wurden, um Speicher für neue Abfragen frei zu geben. Dieser Wert kann helfen die Abfrage-Cache-Größe zu optimieren. Der Abfrage-Cache verwendet die \'am wenigsten gebrauchte\' (least recently used (LRU)) Strategie um zu entscheiden welche Abfrage aus dem Cache gelöscht werden.'; //recently translated
$strShowStatusQcache_not_cachedDescr = 'Die Anzahl der nicht im Cache eingetragenen Abfragen (nicht möglich, oder aufgrund der query_cache_type Einstellung).'; //recently translated
$strShowStatusQcache_queries_in_cacheDescr = 'Die Anzahl der Abfragen im Cache.'; //recently translated
$strShowStatusQcache_total_blocksDescr = 'Die Anzahl aller Speicherblöcke im Abfrage-Cache.'; //recently translated
$strShowStatusReset = 'Zurücksetzen'; //recently translated
$strShowStatusRpl_statusDescr = 'Der Status der ausfallsicheren Replikation.'; //recently translated
$strShowStatusSelect_full_joinDescr = 'Anzahl der Joins ohne Schlüssel. Wenn dieser Wert nicht 0 ist sollten die Indizes der Tabellen sorgfältig überprüft werden.'; //recently translated
$strShowStatusSelect_full_range_joinDescr = 'Anzahl der Joins, bei denen eine Bereichssuche auf die Referenztabelle statt fand.'; //recently translated
$strShowStatusSelect_range_checkDescr = 'Anzahl der Joins ohne Schlüssel, bei denen nach jeder Zeile auf Schlüsselbenutzung geprüft wurde. Wenn dieser Wert nicht 0 ist sollten die Indizes der Tabellen sorgfältig überprüft werden.'; //recently translated
$strShowStatusSelect_rangeDescr = 'Anzahl der Joins, bei denen Bereiche auf die erste Tabelle benutzt wurden. (Es ist normalerweise unkritisch, wenn dieser Wert hoch ist.)'; //recently translated
$strShowStatusSelect_scanDescr = 'Anzahl der Joins, bei denen die erste Tabelle gescannt wurde.'; //recently translated
$strShowStatusSlave_open_temp_tablesDescr = 'Anzahl der temporären Tabellen, die momentan vom Slave-Thread geöffnet sind.'; //recently translated
$strShowStatusSlave_retried_transactionsDescr = 'Gesamtzahl (seit Start des Servers) der vom Replikations-Slave-SQL-Thread widerversuchten Transaktionen.'; //recently translated
$strShowStatusSlave_runningDescr = 'Dieser Wert steht auf ON wenn dieser Server ein Slave ist und mit dem Master verbunden ist.'; //recently translated
$strShowStatusSlow_launch_threadsDescr = 'Anzahl der Threads, die länger als slow_launch_time brauchten, um sich zu verbinden.'; //recently translated
$strShowStatusSlow_queriesDescr = 'Anzahl der Anfragen, die länger als long_query_time benötigten.'; //recently translated
$strShowStatusSort_merge_passesDescr = 'Anzahl der Verschmelzungen (Merge), die von einem Sortiervorgang benötigt wurden. Wenn dieser Wert hoch ist, sollten Sie in Betracht ziehen, sort_buffer herauf zu setzen.'; //recently translated
$strShowStatusSort_rangeDescr = 'Anzahl der Sortiervorgänge, die mit Bereichen durchgeführt wurden.'; //recently translated
$strShowStatusSort_rowsDescr = 'Anzahl der sortierten Zeilen.'; //recently translated
$strShowStatusSort_scanDescr = 'Anzahl der Sortiervorgänge, die durchgeführt wurden, indem die Tabelle gescannt wurde.'; //recently translated
$strShowStatusTable_locks_immediateDescr = 'Wie oft eine Tabellensperre sofort erlangt wurde.'; //recently translated
$strShowStatusTable_locks_waitedDescr = 'Wie oft eine Tabellensperre nicht sofort erlangt werden konnte und gewartet werden musst. Wenn dieser Wert hoch ist und Sie Performance-Probleme haben, sollten Sie zunächst Ihre Anfragen optimieren und dann entweder Ihre Tabelle(n) zerteilen oder Replikation benutzen.'; //recently translated
$strShowStatusThreads_cachedDescr = 'Anzahl der Threads im Thread-Cache. Die Cache-Zugriffsrate kann mit Threads_created / Connections berechnet werden. Wenn dieser Wert rot ist, sollte der thread_cache_size erhöht werden.'; //recently translated
$strShowStatusThreads_connectedDescr = 'Anzahl der momentan offenen Verbindungen.'; //recently translated
$strShowStatusThreads_createdDescr = 'Anzahl der Threads, die zur Handhabung von Verbindungen erzeugt wurden. Wenn Threads_created hoch ist, sollten Sie eventuell die Thread_cache_size-Variable herauf setzen. (Normalerweise ergibt sich daraus keine bemerkbare Performance-Steigerung wenn eine gute Thread-Implementierung vorliegt.)'; //recently translated
$strShowStatusThreads_runningDescr = 'Anzahl der Threads, die nicht schlafen.'; //recently translated
$strSkipQueries = 'Anzahl der am Anfang zu überspringenden Einträge (Abfragen)'; //recently translated
$strSorting = 'Sortierung'; //recently translated
 
$strTableAlreadyExists = 'Die Tabelle %s existiert bereits!'; //recently translated
$strTempData = 'Temporäre Daten'; //recently translated
$strThreads = 'Prozesse'; //recently translated
$strTimeoutInfo = 'Zeitüberschreitung beim Importieren, durch erneutes senden wird an Position %d fortgesetzt.'; //recently translated
$strTimeoutNothingParsed = 'Allerdings wurden beim letzten durchlauf keine Daten verarbeited, dies bedeuted das phpMyAdmin den Import nicht durchführen kann ohne das die maximale Scriptlaufzeit für php erhöht wird.'; //recently translated
$strTimeoutPassed = 'Maximale Script-Laufzeit erreicht, senden Sie die Datei noch einmal zum Fertigstellen des Imports.'; //recently translated
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Daten in hexadezimaler Schreibweise darstellen.'; //recently translated
$strTransformation_text_plain__sql = 'Formatiert den Text als SQL mit Syntaxhervorhebung.'; //recently translated
 
$strUploadLimit = 'Möglicherweise wurde eine zu große Datei hochgeladen. Bitte schauen Sie in die %sDokumentation%s zur Lösung diese Problems.'; //recently translated
 
$strInvalidServerIndex = 'Ungültige Server-Nummer: "%s"'; //recently translated
$strInvalidServerHostname = 'Ungültiger Host-Name für Serverr %1$s. Bitte überprüfen Sie Ihre Konfiguration.'; //recently translated
$strFileNameTemplateDescriptionTable = 'Tabellen-Name'; //recently translated
$strFileNameTemplateDescriptionDatabase = 'Datenbank-Name'; //recently translated
$strFileNameTemplateDescriptionServer = 'Server-Name'; //recently translated
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protokoll-Version'; //recently translated
$strMysqlClientVersion = 'MySQL Client-Version'; //recently translated
$strUsedPhpExtensions = 'Verwendete php Erweiterungen'; //recently translated
$strOpenNewWindow = 'Neues phpMyAdmin Fenster'; //recently translated
$strLanguageUnknown = 'Unbekannte Sprache: "%1$s".'; //recently translated
$strLanguageFileNotFound = 'Sprachdatei "%1$s" nicht gefunden.'; //recently translated
$strThemeNoPreviewAvailable = 'Keine Vorschau verfügbar.'; //recently translated
$strConfigDefaultFileError = 'Fehelr beim laden der Standard-Konfiguration von: "%1$s"'; //recently translated
$strPDF = 'PDF'; //recently translated
$strPDFOptions = 'PDF Optionen'; //recently translated
$strPDFReportTitle = 'Report Titel'; //recently translated
$strInvalidCSVParameter = 'Ungültiger Parameter für CSV-Import: "%s"'; //recently translated
$strInvalidCSVFieldCount = 'Ungültige Anzahl an Feldern in Zeile %d.'; //recently translated
$strInvalidCSVFormat = 'Ungültiges Format in Zeile %d.'; //recently translated
$strImportSuccessfullyFinished = 'Der Import wurde erfolgreich beendet, %d Abfragen ausgeführt.'; //recently translated
$strThemeNotFound = 'Theme "%s" nicht gefunden!'; //recently translated
$strThemeDefaultNotFound = 'Standard-Theme "%s" nicht gefunden!'; //recently translated
$strThemeNoValidImgPath = 'Keinen gültiges Bilder-Verzeichnis für das Theme "%s" gefunden!'; //recently translated
$strThemePathNotFound = 'Verzeichnis für das theme "%s" nicht gefunden!'; //recently translated
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL Optionen'; //recently translated
$strBrowseDistinctValues = 'Zeige unterschiedliche Werte'; //recently translated
$strStatisticsOverrun = 'Auf stark frequentierten Server kann der Byte-Zähler "überlaufen" (Wieder bei 0 beginnen), deshalb können diese Werte wie sie vom MySQL Server ausgegeben werden falsch sein.'; //recently translated
$strViewMaxExactCount = 'Dieses View hat mehr als %d Zeilen. Bitte schlagen Sie im %sHandbuch%s nach.'; //recently translated
?>
/Web/Maintenance/phpMyAdmin/lang/greek-iso-8859-7.inc.php
0,0 → 1,985
<?php
/* $Id: greek-iso-8859-7.inc.php,v 2.116.2.3 2006/03/23 17:42:13 lem9 Exp $ */
 
/* Translated by Kyriakos Xagoraris <theremon at users.sourceforge.net> */
 
$charset = 'iso-8859-7';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, verdana, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Êõñ', 'Äåõ', 'Ôñé', 'Ôåô', 'Ðåì', 'Ðáñ', 'Óáâ');
$month = array('Éáí', 'Öåâ', 'ÌÜñ', 'Áðñ', 'ÌÜé', 'Éïýí', 'Éïýë', 'Áõã', 'Óåð', 'Ïêô', 'Íïå', 'Äåê');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, óôéò %I:%M %p';
 
// To Arrange
 
$timespanfmt = '%s ìÝñåò, %s þñåò, %s ëåðôÜ and %s äåõôåñüëåðôá';
 
$strAPrimaryKey = '¸íá ðñùôåýïí êëåéäß ðñïóôÝèçêå óôï %s';
$strAbortedClients = 'ÁêõñùìÝíåò óõíäÝóåéò';
$strAbsolutePathToDocSqlDir = 'Ðáñáêáëþ åéóÜãåôå ôçí áðüëõôç äéáäñïìÞ óôïí äéáêïìéóôÞ ãéá ôïí õðïêáôÜëïãï ôïõ docSQL';
$strAccessDenied = '\'Áñíçóç Ðñüóâáóçò';
$strAccessDeniedExplanation = 'Ôï phpMyAdmin ðñïóðÜèçóå íá óõíäåèåß ìå ôïí äéáêïìéóôÞ MySQL áëëÜ ï äéáêïìéóôÞò áðÝñéøå ôç óýíäåóç. Èá ðñÝðåé íá åëÝãîåôå ôçí äéåýèõíóç, ôï üíïìá ÷ñÞóôç êáé ôïí êùäéêü ðñüóâáóçò óôï áñ÷åßï ñõèìßóåùí config.inc.php êáé íá âåâáéùèåßôå üôé áíôéóôïé÷ïýí óå áõôÜ ðïõ óáò Ý÷åé äþóåé ï äéá÷åéñçóôÞò ôïõ äéáêïìéóôÞ MySQL.';
$strAction = 'ÅíÝñãåéá';
$strAddAutoIncrement = 'ÐñïóèÞêç ôéìÞò AUTO_INCREMENT';
$strAddDeleteColumn = 'ÐñïóèÞêç/Áöáßñåóç ÓôÞëçò Ðåäßïõ';
$strAddDeleteRow = 'ÐñïóèÞêç/Áöáßñåóç ÃñáììÞò Êñéôçñßùí';
$strAddDropDatabase = 'ÐñïóèÞêç DROP DATABASE';
$strAddIntoComments = 'ÐñïóèÞêç óôá ó÷üëéá';
$strAddNewField = 'ÐñïóèÞêç íÝïõ Ðåäßïõ';
$strAddPrivilegesOnDb = 'ÐñïóèÞêç ðñïíïìßùí óôçí áêüëïõèç âÜóç äåäïìÝíùí';
$strAddPrivilegesOnTbl = 'ÐñïóèÞêç äåäïìÝíùí óôïí áêüëïõèï ðßíáêá';
$strAddSearchConditions = 'ÐñïóèÞêç íÝïõ üñïõ (óþìá ôçò "where" ðñüôáóçò):';
$strAddToIndex = 'ÐñïóèÞêç óôï åõñåôÞñéï &nbsp;%s&nbsp;êïëþíáò(ùí)';
$strAddUser = 'ÐñïóèÞêç íÝïõ ×ñÞóôç';
$strAddUserMessage = 'ÐñïóèÝóáôå Ýíá íÝï ÷ñÞóôç.';
$strAddedColumnComment = 'Ôï ó÷üëéï ôçò óôÞëçò ðñïóôÝèçêå';
$strAddedColumnRelation = 'Ç óõó÷Ýôéóç ôçò óôÞëçò ðñïóôÝèçêå';
$strAdministration = 'Äéá÷åßñéóç';
$strAffectedRows = 'Åðçññåáæüìåíåò åããñáöÝò:';
$strAfter = 'ÌåôÜ ôï %s';
$strAfterInsertBack = 'ÅðéóôñïöÞ';
$strAfterInsertNewInsert = 'ÅéóáãùãÞ íÝáò åããñáöÞò';
$strAll = '¼ëá';
$strAllTableSameWidth = 'åìöÜíéóç üëùí ôùí ðéíÜêùí ìå ôï ßäéï ðëÜôïò;';
$strAlterOrderBy = 'ÁëëáãÞ ôáîéíüìçóçò Ðßíáêá êáôÜ';
$strAnIndex = '¸íá åõñåôÞñéï ðñïóôÝèçêå óôï %s';
$strAnalyzeTable = 'ÁíÜëõóç Ðßíáêá';
$strAnd = 'Êáé';
$strAny = 'ÏðïéïäÞðïôå';
$strAnyHost = 'ÏðïéïäÞðïôå Óýóôçìá';
$strAnyUser = 'ÏðïéïóäÞðïôå ×ñÞóôçò';
$strArabic = 'ÁñáâéêÜ';
$strArmenian = 'ÁñìåíéêÜ';
$strAscending = 'Áýîïõóá';
$strAtBeginningOfTable = 'Óôçí áñ÷Þ ôïõ Ðßíáêá';
$strAtEndOfTable = 'Óôï ôÝëïò ôïõ Ðßíáêá';
$strAttr = '×áñáêôçñéóôéêÜ';
$strAutodetect = 'Áõôüìáôç áíß÷íåõóç';
$strAutomaticLayout = 'Áõôüìáôç äéÜôáîç';
 
$strBack = 'ÅðéóôñïöÞ';
$strBaltic = 'ÂáëôéêÞò';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Äõáäéêü';
$strBinaryDoNotEdit = 'Äõáäéêü - ÷ùñßò äõíáôüôçôá åðåîåñãáóßáò';
$strBookmarkDeleted = 'Ç åôéêÝôá äéåãñÜöç.';
$strBookmarkLabel = 'Ôßôëïò';
$strBookmarkQuery = 'ÁðïèçêåõìÝíï åðåñþôçìá SQL';
$strBookmarkThis = 'ÁðïèÞêåõóç áõôïý ôïõ åðåñùôÞìáôïò SQL';
$strBookmarkView = 'Ìüíï áíÜãíùóç';
$strBrowse = 'ÐåñéÞãçóç';
$strBulgarian = 'ÂïõëãáñéêÜ';
$strBzError = 'Ôï phpMyAdmin äåí ìðüñåóå íá óõìðéÝóåé ôï áñ÷åßï åîüäïõ ëüãù ðñïâëÞìáôïò óôçí åðÝêôáóç Bz2 áõôÞò ôçò Ýêäïóçò php. Ðñïôåßíåôáé íá ïñßóåôå ôçí ôéìÞ ôçò ìåôáâëçôÞò <code>$cfg[\'BZipDump\']</code> óôï áñ÷åßï ñõèìßóåùí ôïõ phpMyAdmin óå <code>FALSE</code>. ÅÜí èÝëåôå íá ÷ñçóéìïðïéÞóåôå ëåéôïõñãßåò óõìðßåóçò ôýðïõ Bz2, èá ðñÝðåé íá áíáâáèìßóåôå ôçí php óå ìåôáãåíÝóôåñç Ýêäïóç. Äåßôå ôçí áíáöïñÜ ðñïâëÞìáôïò php %s ãéá ðåñéóóüôåñåò ëåðôïìÝñåéåò.';
$strBzip = 'óõìðßåóç «bzip»';
 
$strCSVOptions = 'ÅðéëïãÝò CSV';
$strCannotLogin = 'Äåí Þôáí äõíáôÞ ç óýíäåóç ìå ôïí äéáêïìéóôÞ MySQL';
$strCantLoad = 'äåí Þôáí äõíáôÞ ç öüñôùóç ôçò åðÝêôáóçò %s ,<br />ðáñáêáëþ åëÝãîôå ôéò ñõèìßóåéò ôçò PHP';
$strCantLoadRecodeIconv = 'Äåí åßíáé äõíáôÞ ç öüñôùóç ôçò åðÝêôáóçò iconv Þ recode ðïõ ÷ñåéÜæåôáé ãéá ôçí ìåôáôñïðÞ ôïõ óåô ÷áñáêôÞñùí. Ñõèìßóôå ôçí php íá åðéôñÝðåé ôçí ÷ñÞóç áõôþí ôùí åðåêôÜóåùí Þ áðáíåñãïðïéÞóôå ôçí ìåôáôñïðÞ ÷áñáêôÞñùí óôï phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Ç ìåôïíïìáóßá ôïõ åõñåôçñßïõ óå PRIMARY óå åßíáé åöéêôÞ!';
$strCantUseRecodeIconv = 'Äåí åßíáé äõíáôÞ ç ÷ñÞóç ôçò åðÝêôáóçò iconv ïýôå ôçò libiconv ïýôå ôçò ñïõôßíáò recode_string, åíþ ç åðÝêôáóç Ý÷åé öïñôùèåß. ÅëÝîôå ôéò ñõèìßóåéò ôçò php.';
$strCardinality = 'Ìïíáäéêüôçôá';
$strCentralEuropean = 'ÊåíôñéêÞò Åõñþðçò';
$strChange = 'ÁëëáãÞ';
$strChangeCopyMode = 'Äçìéïõñãßá íÝá ÷ñÞóôç ìå ôá ßäéá ðñïíüìéá êáé ...';
$strChangeCopyModeCopy = '... äéáôÞñçóç ôïõ ðáëéïý ÷ñÞóôç.';
$strChangeCopyModeDeleteAndReload = ' ... äéáãñáöÞ ôïõ ðáëéïý ÷ñÞóôç áðü ôïõò ðßíáêåò ÷ñçóôþí êáé åðáíáöüñôùóç ôùí ðñïíïìßùí.';
$strChangeCopyModeJustDelete = ' ... äéáãñáöÞ ôïõ ðáëéïý ÷ñÞóôç áðü ôïõò ðßíáêåò ÷ñçóôþí.';
$strChangeCopyModeRevoke = ' ... áíÜêëçóç ôùí ðñïíïìßùí ôïõ ðáëéïý ÷ñÞóôç êáé äéáãñáöÞ ôïõ.';
$strChangeCopyUser = 'ÁëëáãÞ Óôïé÷åßùí Ðñüóâáóçò / ÁíôéãñáöÞ ×ñÞóôç';
$strChangeDisplay = 'ÅðéëÝîôå ðåäßï ãéá åìöÜíéóç';
$strChangePassword = 'ÁëëáãÞ êùäéêïý ðñüóâáóçò';
$strCharset = 'Óåô ÷áñáêôÞñùí';
$strCharsetOfFile = 'Óåô ÷áñáêôÞñùí ôïõ áñ÷åßïõ:';
$strCharsets = 'Óåô ÷áñáêôÞñùí';
$strCheckAll = 'ÅðéëïãÞ üëùí';
$strCheckPrivs = '¸ëåã÷ïò Ðñïíïìßùí';
$strCheckPrivsLong = '¸ëåã÷ïò ðñïíïìßùí ãéá ôç âÜóç &quot;%s&quot;.';
$strCheckTable = '¸ëåã÷ïò ðßíáêá';
$strChoosePage = 'Ðáñáêáëþ åðéëÝîôå óåëßäá ãéá áëëáãÞ';
$strColComFeat = 'ÅìöÜíéóç ó÷ïëßùí ðåäßùí';
$strColumnNames = 'Ïíüìáôá óôçëþí';
$strColumnPrivileges = 'Ðñïíüìéá ðåäßùí';
$strCommand = 'ÅíôïëÞ';
$strComments = 'Ó÷üëéá';
$strCompleteInserts = 'ÏëïêëçñùìÝíåò åíôïëÝò «Insert»';
$strCompression = 'Óõìðßåóç';
$strConfigFileError = 'Ôï phpMyAdmin äåí ìðüñåóå íá äéáâÜóåé ôï áñ÷åßï ñõèìßóåùí!<br />Áõôü ìðïñåß íá óõìâåß åÜí ç php âñåé êÜðïéï ëÜèïò óôï áñ÷åßï Þ åÜí ç php äåí ìðïñåß íá âñåé ôï áñ÷åßï.<br />Ðáñáêáëþ êáëÝóôå ôï áñ÷åßï ñõèìßóåùí áð\' åõèåßáò ÷ñçóéìïðïéþíôáò ôï áêüëïõèï link êáé äéáâÜóôå ôá ìõíÞìáôá ëÜèïõò ðïõ èá åðéóôñÝøåé ç php. Óôéò ðåñéóóüôåñåò ðåñéðôþóåéò êÜðïõ ëåßðïõí åéóáãùãéêÜ (") Þ åñùôéìáôéêÜ (;).<br />ÅÜí ç php åðéóôñÝøåé ìéá ëåõêÞ óåëßäá, üëá åßíáé óùóôÜ.';
$strConfigureTableCoord = 'Ðáñáêáëþ ïñßóôå ôéò óõíôåôáãìÝíåò ãéá ôïí ðßíáêá %s';
$strConnections = 'ÓõíäÝóåéò';
$strCookiesRequired = 'Áðü áõôü ôï óçìåßï ðñÝðåé íá Ý÷åôå åíåñãïðïéçìÝíá cookies.';
$strCopyTable = 'ÁíôéãñáöÞ ðßíáêá óå (âÜóç<b>.</b>ðßíáêáò):';
$strCopyTableOK = 'Ï Ðßíáêáò %s áíôéãñÜöçêå óôï %s.';
$strCopyTableSameNames = 'Äåí åßíáé äõíáôÞ ç áíôéãñáöÞ ôïõ ðßíáêá óôïí åáõôü ôïõ!';
$strCouldNotKill = 'Ôï phpMyAdmin äåí ìðüñåóå íá äéáêüøåé ôç ëåéôïõñãßá %s. Ìðïñåß íá Ý÷åé Þäç óôáìáôÞóåé.';
$strCreate = 'Äçìéïõñãßá';
$strCreateIndex = 'Äçìéïõñãßá åõñåôçñßïõ óå &nbsp;%s&nbsp;ðåäßá';
$strCreateIndexTopic = 'Äçìéïõñãßá íÝïõ åõñåôçñßïõ';
$strCreateNewDatabase = 'Äçìéïõñãßá íÝáò âÜóçò';
$strCreateNewTable = 'Äçìéïõñãßá íÝïõ ðßíáêá óôç âÜóç %s';
$strCreatePage = 'Äçìéïõñãßá íÝáò óåëßäáò';
$strCreatePdfFeat = 'Äçìéïõñãßá áñ÷åßùí PDF';
$strCriteria = 'ÊñéôÞñéá';
$strCroatian = 'ÊñïáôéêÜ';
$strCyrillic = 'ÊõñéëëéêÜ';
$strCzech = 'Ôóå÷éêÜ';
 
$strDBComment = 'Ó÷üëéï âÜóçò: ';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'ÃñáììÞ';
$strDBGMaxTimeMs = 'Ìåã. ÷ñüíïò, ms';
$strDBGMinTimeMs = 'Åëá÷. ÷ñüíïò, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = '×ñüíïò/Hit, ms';
$strDBGTotalTimeMs = 'Óõíïë. ÷ñüíïõ, ms';
$strDanish = 'ÄáíéêÜ';
$strData = 'ÄåäïìÝíá';
$strDataDict = 'Ëåîéêü äåäïìÝíùí';
$strDataOnly = 'Ìüíï ôá äåäïìÝíá';
$strDatabase = 'ÂÜóç';
$strDatabaseExportOptions = 'ÅðéëïãÝò åîáãùãÞò âÜóçò äåäïìÝíùí';
$strDatabaseHasBeenDropped = 'Ç âÜóç äåäïìÝíùí %s äéåãñÜöç.';
$strDatabaseNoTable = 'ÁõôÞ ç âÜóç äåí ðåñéÝ÷åé ðßíáêåò!';
$strDatabases = 'ÂÜóåéò ÄåäïìÝíùí';
$strDatabasesDropped = '%s âÜóåéò äåäïìÝíùí äéåãñÜöçóáí åðéôõ÷þò.';
$strDatabasesStats = 'ÓôáôéóôéêÜ âÜóçò';
$strDatabasesStatsDisable = 'Áðåíåñãïðïßçóç Óôáôéóôéêþí';
$strDatabasesStatsEnable = 'Åíåñãïðïßçóç Óôáôéóôéêþí';
$strDatabasesStatsHeavyTraffic = 'Óçìåßùóç: Ç åíåñãïðïßçóç óôáôéóôéêþí ìðïñåß íá ðñïêáëÝóåé ìåãÜëç ìåôáöïñÜ äåäïìÝíùí ìåôáîý ôïõ äéáêïìéóôÞ äéáäéêôýïõ êáé ôïõ äéáêïìéóôÞ MySQL.';
$strDbPrivileges = 'Ðñïíüìéá âÜóçò äåäïìÝíùí';
$strDbSpecific = '×ñÞóôçò ÂÜóçò';
$strDefault = 'ÐñïêáèïñéóìÝíï';
$strDefaultValueHelp = 'Ãéá ðñïêáèïñéóìÝíåò ôéìÝò, ðáñáêáëþ åéóÜãåôå ìßá ôéìÞ, ÷ùñßò ÷áñáêôÞñåò äéáöõãÞò Þ åéóáãùãéêÜ, ÷ñçóéìïðïéþíôáò ôç ìïñöÞ: a';
$strDelOld = 'Ç ôñÝ÷ïõóá óåëßäá Ý÷åé áíáöïñÝò óå ðßíáêåò ðïõ äåí õðÜñ÷ïõí ðéá. ÈÝëåôå íá äéáãñáöÝò áõôÝò ïé áíáöïñÝò;';
$strDelete = 'ÄéáãñáöÞ';
$strDeleteAndFlush = 'ÄéáãñáöÞ ôùí ÷ñçóôþí êáé åðáíáöüñôùóç ôùí ðñïíïìßùí.';
$strDeleteAndFlushDescr = 'Áõôüò åßíáé ï ðéï "êáèáñüò" ôñüðïò, áëëÜ ç åðáíáöüñôùóç ôùí ðñïíïìßùí ìðïñåß íá êáèõóôåñÞóåé.';
$strDeleted = 'Ç ÅããñáöÞ Ý÷åé äéáãñáöåß';
$strDeletedRows = 'ÄéáãñáììÝíåò ÅããñáöÝò:';
$strDeleting = 'ÄéáãñáöÞ %s';
$strDescending = 'Öèßíïõóá';
$strDescription = 'ÐåñéãñáöÞ';
$strDictionary = 'ëåîéêü';
$strDisabled = 'ÁðåíåñãïðïéçìÝíï';
$strDisplayFeat = 'Ëåéôïõñãßåò åìöÜíéóçò';
$strDisplayOrder = 'ÓåéñÜ åìöÜíéóçò:';
$strDisplayPDF = 'ÅìöÜíéóç ó÷Þìáôïò PDF';
$strDoAQuery = 'ÅêôÝëåóå Ýíá «åðåñþôçìá êáôÜ ðáñÜäåéãìá» (÷áñáêôÞñáò ìðáëáíôÝñ "%")';
$strDoYouReally = 'ÈÝëåôå íá åêôåëÝóåôå ôçí åíôïëÞ';
$strDocu = 'Ôåêìçñßùóç';
$strDrop = 'ÄéáãñáöÞ';
$strDropUsersDb = 'ÄéáãñáöÞ âÜóåùí äåäïìÝíùí ðïõ Ý÷ïõí ßäéá ïíüìáôá ìå ÷ñÞóôåò.';
$strDumpSaved = 'Ôï áñ÷åßï åîüäïõ áðïèçêåýôçêå ùò %s.';
$strDumpXRows = 'ÅìöÜíéóç %s åããñáöþí îåêéíþíôáò áðü ôçí åããñáöÞ %s.';
$strDumpingData = '\'Áäåéáóìá äåäïìÝíùí ôïõ ðßíáêá';
$strDynamic = 'äõíáìéêÜ';
 
$strEdit = 'Åðåîåñãáóßá';
$strEditPDFPages = 'ÁëëáãÞ óåëßäùí PDF';
$strEditPrivileges = 'Åðåîåñãáóßá Ðñïíïìßùí';
$strEffective = 'Áðïôåëåóìáôéêüò';
$strEmpty = '\'Áäåéáóìá';
$strEmptyResultSet = 'Ç MySQL åðÝóôñåøå Ýíá Üäåéï óýíïëï áðïôåëåóìÜôùí (ð.÷. êáììßá åããñáöÞ).';
$strEnabled = 'ÅíåñãïðïéçìÝíï';
$strEnd = 'ÔÝëïò';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'ÁããëéêÜ';
$strEnglishPrivileges = ' Óçìåßùóç: Ôá ïíüìáôá ðñïíïìßùí ôçò MySQL åêöñÜæïíôáé óôá ÁããëéêÜ ';
$strError = 'ëÜèïò';
$strEstonian = 'ÅóèïíéêÜ';
$strExcelOptions = 'ÅðéëïãÝò Excel';
$strExecuteBookmarked = 'ÅêôÝëåóç áðïèçêåõìÝíïõ åðåñùôÞìáôïò';
$strExplain = 'ÁíÜëõóç SQL';
$strExport = 'ÅîáãùãÞ';
$strExtendedInserts = 'ÅêôåôáìÝíåò åíôïëÝò «Insert»';
$strExtra = 'Ðñüóèåôá';
 
$strFailedAttempts = 'Áðïôõ÷çìÝíåò ðñïóðÜèåéåò';
$strField = 'Ðåäßï';
$strFieldHasBeenDropped = 'Ôï ðåäßï %s äéåãñÜöç';
$strFields = 'Ðåäßá';
$strFieldsEmpty = ' Ç áðáñßèìçóç ôùí ðåäßùí åßíáé êåíÞ! ';
$strFieldsEnclosedBy = 'Ðåäßá ðïõ ðåñéêëåßïíôáé óå';
$strFieldsEscapedBy = 'Ôá ðåäßá ÷ñçóéìïðïéïýí ôï ÷áñáêôÞñá äéáöõãÞò ';
$strFieldsTerminatedBy = 'Ðåäßá ðïõ ôåëåéþíïõí óå';
$strFileAlreadyExists = 'Ôï áñ÷åßï %s õðÜñ÷åé Þäç óôïí äéáêïìéóôÞ. ÅðéëÝîôå äéáöïñåôéêü üíïìá áñ÷åßïõ Þ åíåñãïðïéÞóôå ôçí åðéëïãÞ áíôéêáôÜóôáóçò.';
$strFileCouldNotBeRead = 'Äåí Þôáí äõíáôÞ ç áíÜãíùóç ôïõ áñ÷åßïõ';
$strFileNameTemplate = 'ÌïñöÞ ïíüìáôïò áñ÷åßïõ';
$strFileNameTemplateRemember = 'áðïèÞêåõóç ìïñöÞò';
$strFixed = 'ðñïêáèïñéóìÝíïõ ìÞêïõò';
$strFlushPrivilegesNote = 'Óçìåßùóç: Ôï phpMyAdmin äéáâÜæåé ôá ðñïíüìéá ôùí ÷ñçóôþí áð\' åõèåßåáò áðü ôïõò ðßíáêåò ðñïíïìßùí ôçò MySQL. Ôï ðåñéå÷üìåíï áõôþí ôùí ðéíÜêùí ìðïñåß íá äéáöÝñåé áðü ôá ðñïíüìéá ðïõ ÷ñçóéìïðïéåß ï äéáêïìéóôÞò åÜí Ý÷ïõí ãßíåé áëëáãÝò ÷åéñïêßíçôá. Óå áõôÞí ôçí ðåñßðôùóç, èá ðñÝðåé íá %såðáíáöïñôþóåôå ôá ðñïíüìéá%s ðñéí óõíå÷ßóåôå.';
$strFlushTable = 'ÅêêáèÜñéóç ("FLUSH") ðßíáêá';
$strFormEmpty = 'ÅëëåéðÞò ôéìÞ óôï ðåäßï !';
$strFormat = 'Ìïñöïðïßçóç';
$strFullText = 'ÐëÞñç êåßìåíá';
$strFunction = '¸ëåã÷ïò';
 
$strGenBy = 'ÄçìéïõñãÞèçêå áðü:';
$strGenTime = '×ñüíïò äçìéïõñãßáò';
$strGeneralRelationFeat = 'ÃåíéêÝò ëåéôïõñãßåò óõó÷Ýôéóçò';
$strGerman = 'ÃåñìáíéêÜ';
$strGlobal = 'Ãåíéêüò';
$strGlobalPrivileges = 'ÃåíéêÜ ðñïíüìéá';
$strGlobalValue = 'ÃåíéêÞ ôéìÞ';
$strGo = 'ÅêôÝëåóç';
$strGrantOption = '×ïñÞãçóç'; // Grant
$strGreek = 'ÅëëçíéêÜ';
$strGzip = 'óõìðßåóç «gzip»';
 
$strHasBeenAltered = 'Ý÷åé áëëá÷èåß.';
$strHasBeenCreated = 'Ý÷åé äçìéïõñãçèåß.';
$strHaveToShow = 'ÐñÝðåé íá åðéëÝîåôå ôïõëÜ÷éóôïí ìßá óôÞëç ãéá åìöÜíéóç';
$strHebrew = 'ÅâñáúêÜ';
$strHome = 'ÊåíôñéêÞ óåëßäá';
$strHomepageOfficial = 'Åðßóçìç óåëßäá ôïõ phpMyAdmin';
$strHost = 'Óýóôçìá';
$strHostEmpty = 'Ôï üíïìá ôïõ ÓõóôÞìáôïò åßíáé êåíü!';
$strHungarian = 'ÏõããñéêÜ';
 
$strId = 'ID';
$strIdxFulltext = 'ÐëÞñåò êåßìåíï';
$strIgnore = 'ÐáñÜëçøç';
$strIgnoringFile = 'ÐáñÜêáìøç ôïõ áñ÷åßïõ %s';
$strImportDocSQL = 'ÅéóáãùãÞ áñ÷åßùí docSQL';
$strImportFiles = 'ÅéóáãùãÞ áñ÷åßùí';
$strInUse = 'óå ÷ñÞóç';
$strIndex = 'ÅõñåôÞñéï';
$strIndexHasBeenDropped = 'Ôï åõñåôÞñéï %s äéåãñÜöç';
$strIndexName = '¼íïìá åõñåôçñßïõ&nbsp;:';
$strIndexType = 'Ôýðïò åõñåôçñßïõ&nbsp;:';
$strIndexes = 'ÅõñåôÞñéá';
$strInnodbStat = 'ÊáôÜóôáóç InnoDB';
$strInsecureMySQL = 'Ôï áñ÷åßï ñõèìßóåþí óáò ðåñéÝ÷åé ñõèìßóåéò (÷ñÞóôçò root ÷ùñßò êùäéêü ðñüóâáóçò) ðïõ áíôéóôïé÷ïýí óôïí åî\' ïñéóìïý ëïãáñéáóìü ÷ñÞóôç MySQL. Ï äéáêïìéóôÞò MySQL óáò ðïõ ôñÝ÷åé ìå áõôÞ ôç ñýèìéóç, åßíáé áíïé÷ôüò óå åðéèÝóåéò êáé èá ðñÝðåé íá äéïñèþóåôå ôï ðñüâëçìá.';
$strInsert = 'ÅéóáãùãÞ';
$strInsertAsNewRow = 'ÅéóáãùãÞ ùò íÝá åããñáöÝò';
$strInsertNewRow = 'ÅéóáãùãÞ íÝáò åããñáöÞò';
$strInsertedRowId = 'id åéóáãìÝíçò åããñáöÞò:';
$strInsertedRows = 'Åéóáãüìåíåò åããñáöÝò:';
 
$strJapanese = 'ÉáðùíéêÜ';
$strJumpToDB = 'ÌåôáðÞäçóç óôçí âÜóç &quot;%s&quot;.';
$strJustDelete = 'ÁðëÞ äéáãñáöÞ ôùí ÷ñçóôþí áðü ôïõò ðßíáêåò ðñïíïìßùí.';
$strJustDeleteDescr = 'Ïé &quot;äéåãñáììÝíïé&quot; ÷ñÞóôåò èá óõíå÷ßóïõí íá Ý÷ïõí ðñüóâáóç óôïí äéáêïìéóôÞ ìÝ÷ñéò üôïõ íá åðáíáöïñôùèïýí ïé ðßíáêåò ðñïíïìßùí.';
 
$strKeepPass = 'ÄéáôÞñçóç êùäéêïý ðñüóâáóçò';
$strKeyname = '¼íïìá êëåéäéïý';
$strKill = 'Ôåñìáôéóìüò';
$strKorean = 'ÊïñåáôéêÜ';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'ÅðéëïãÝò LaTeX';
$strLandscape = 'Ïñéæüíôéá äéÜôáîç';
$strLengthSet = 'ÌÞêïò/ÔéìÝò*';
$strLimitNumRows = 'ÅããñáöÝò áíÜ óåëßäá';
$strLinesTerminatedBy = 'ÃñáììÝò ðïõ ôåëåéþíïõí óå';
$strLinkNotFound = 'Äåí âñÝèçêå ç óýíäåóç';
$strLinksTo = 'Óýíäåóç ìå';
$strLithuanian = 'ËéèïõáíéêÜ';
$strLocalhost = 'Ôïðéêü';
$strLocationTextfile = 'Ôïðïèåóßá ôïõ áñ÷åßïõ êåéìÝíïõ';
$strLogPassword = 'Êùäéêüò ðñüóâáóçò:';
$strLogUsername = '¼íïìá ÷ñÞóôç:';
$strLogin = 'Óýíäåóç';
$strLoginInformation = 'Ðëçñïöïñßåò Óýíäåóçò';
$strLogout = 'Áðïóýíäåóç';
 
$strMIME_MIMEtype = 'Ôýðïò MIME';
$strMIME_available_mime = 'ÄéáèÝóéìïé ôýðïé MIME';
$strMIME_available_transform = 'ÄéáèÝóéìåò ìåôáôñïðÝò';
$strMIME_description = 'ÐåñéãñáöÞ';
$strMIME_nodescription = 'Äåí õðÜñ÷åé äéáèÝóéìç ðåñéãñáöÞ ãéá áõôÞ ôç ìåôáôñïðÞ.<br />Ðáñáêáëþ áðåõèçíèåßôå óôïí äçìéïõñãü ôçò ãéá íá ìÜèåôå, ôé êÜíåé ç ìåôáôñïðÞ %s.';
$strMIME_transformation = 'ÌåôáôñïðÞ ðåñéçãçôÞ';
$strMIME_transformation_note = 'Ãéá ìßá ëßóôá ìå ôéò äéáèÝóéìåò ìåôáôñïðÝò êáé ôéò ìåôáôñïðÝò ôýðïõ MIME, ðáôÞóôå %sðåñéãñáöÝò ìåôáôñïðþí%s';
$strMIME_transformation_options = 'ÅðéëïãÝò ìåôáôñïðÞò';
$strMIME_transformation_options_note = 'Ðáñáêáëþ åéóÜãåôå ôéò ôéìÝò ãéá ôç ìåôáôñïðÞ ÷ñçóéìïðïéþíôáò ôç ìïñöÞ: \'a\',\'b\',\'c\'...<br />ÅÜí ÷ñåéáóôåßôå íá ÷ñçóéìïðïéÞóåôå êáèÝôïõò ("\") Þ ìïíÜ åéóáãùãéêÜ ("\'") óôéò ôéìÝò, ÷ñçóéìïðïéåßôå êáèÝôïõò (ðáñÜäåéãìá \'\\\\xyz\' Þ \'a\\\'b\').';
$strMIME_without = 'Ïé ôýðïé MIME ðïõ åìöáíßæïíôáé ìå ðëÜãéá ãñÜììáôá äåí Ý÷ïõí îå÷ùñéóôÞ ëåéôïõñãßá ìåôáôñïðÞò';
$strModifications = 'Ïé áëëáãÝò áðïèçêåýôçêáí';
$strModify = 'Ôñïðïðïßçóç';
$strModifyIndexTopic = 'ÁëëáãÞ åíüò åõñåôçñßïõ';
$strMoveTable = 'ÌåôáöïñÜ ðßíáêá óå (âÜóç<b>.</b>ðßíáêáò):';
$strMoveTableOK = 'Ï ðßíáêáò %s ìåôáöÝñèçêå óôï %s.';
$strMoveTableSameNames = 'Äåí åßíáé äõíáôÞ ç ìåôáöïñÜ ôïõ ðßíáêá óôïí åáõôü ôïõ!';
$strMultilingual = 'ðïëõãëùóóéêü';
$strMySQLCharset = 'Óåô ÷áñáêôÞñùí ôçò MySQL';
$strMySQLSaid = 'Ç MySQL åðÝóôñåøå ôï ìýíçìá: ';
$strMySQLShowProcess = 'ÅìöÜíéóç äéåñãáóéþí';
$strMySQLShowStatus = 'ÅìöÜíéóç ðëçñïöïñþí åêôÝëåóçò ôçò MySQL';
$strMySQLShowVars = 'ÅìöÜíéóç ìåôáâëçôþí ôçò MySQL';
 
$strName = '¼íïìá';
$strNext = 'Åðüìåíï';
$strNo = '¼÷é';
$strNoDatabases = 'Äåí õðÜñ÷ïõí âÜóåéò äåäïìÝíùí';
$strNoDatabasesSelected = 'Äåí Ý÷åôå åðéëÝîåé âÜóåéò.';
$strNoDescription = '÷ùñßò ðåñéãñáöÞ';
$strNoDropDatabases = 'Ïé åíôïëÝò «DROP DATABASE» Ý÷ïõí áðåíåñãïðïéçèåß.';
$strNoExplain = '×ùñßò áíÜëõóç SQL';
$strNoFrames = 'Ôï phpMyAdmin åßíáé ðéï öéëéêü ìå Ýíáí browser <b>ðïõ õðïóôçñßæåé frames</b>.';
$strNoIndex = 'Äåí ïñßóôçêå åõñåôÞñéï!';
$strNoIndexPartsDefined = 'Äåí ïñßóôçêáí ôá óôïé÷åßá ôïõ åõñåôçñßïõ!';
$strNoModification = '×ùñßò áëëáãÞ';
$strNoOptions = 'ÁõôÞ ç ìïñöÞ äåí Ý÷åé åðéëïãÝò';
$strNoPassword = '×ùñßò Êùäéêü Ðñüóâáóçò';
$strNoPermission = 'Ï äéáêïìéóôÞò äåí Ý÷åé äéêáéþìáôá áðïèÞêåõóçò ôïõ áñ÷åßïõ %s.';
$strNoPhp = '÷ùñßò êþäéêá PHP';
$strNoPrivileges = '×ùñßò Ðñïíüìéá';
$strNoRights = 'Äåí Ý÷åôå áñêåôÜ äéêáéþìáôá íá åßóáóôå åäþ ôþñá!';
$strNoSpace = 'Äåí õðÜñ÷åé äéáèÝóéìïò ÷þñïò ãéá ôçí áðïèÞêåõóç ôïõ áñ÷åßïõ %s.';
$strNoTablesFound = 'Äåí âñÝèçêáí Ðßíáêåò óôç âÜóç.';
$strNoUsersFound = 'Äåí âñÝèçêáí ÷ñÞóôåò.';
$strNoValidateSQL = 'Skip Validate SQL';
$strNone = 'ÊáíÝíá';
$strNotNumber = 'Áõôü äåí åßíáé áñéèìüò!';
$strNotOK = 'ËÁÈÏÓ';
$strNotSet = 'Ï ðßíáêáò <b>%s</b> äåí âñÝèçêå Þ äåí ïñßóôçêå óôç %s';
$strNull = 'Êåíü';
$strNumSearchResultsInTable = '%s áðïôåëÝóìáôá óôïí ðßíáêá <i>%s</i>';
$strNumSearchResultsTotal = '<b>Óýíïëï:</b> <i>%s</i> áðïôåëÝóìáôá';
$strNumTables = 'Ðßíáêåò';
 
$strOK = 'OK';
$strOperations = 'Ëåéôïõñãßåò';
$strOptimizeTable = 'Âåëôéóôïðïßçóç Ðßíáêá';
$strOr = '¹';
$strOverhead = 'ÅðéâÜñõíóç';
$strOverwriteExisting = 'ÁíôéêáôÜóôáóç õðáñ÷üíôùí áñ÷åßùí';
 
$strPHP40203 = '×ñçóéìïðïéåßôå ôçí PHP 4.2.3, ç ïðïßá åß÷å Ýíá óïâáñü ðñüâëçìá ìå áëöáñéèìçôéêÜ ôýðïõ multi-byte (mbstring). Äåßôå ôï áíáöïñÜ ðñïâëÞìáôïò PHP 19404. ÁõôÞ ç Ýêäïóç ôçò PHP äåí ðñïôåßíåôáé ãéá ÷ñÞóç ìå ôï phpMyAdmin.';
$strPHPVersion = '¸êäïóç PHP';
$strPageNumber = 'Óåëßäá:';
$strPaperSize = 'ÌÝãåèïò ÷áñôéïý';
$strPartialText = 'ÅðéìÝñïõò êåßìåíá';
$strPassword = 'Êùäéêüò Ðñüóâáóçò';
$strPasswordChanged = 'Ï Êùäéêüò Ðñüóâáóçò ãéá ôïí ÷ñÞóôç %s Üëëáîå åðéôõ÷þò.';
$strPasswordEmpty = 'Ï Êùäéêüò Ðñüóâáóçò åßíáé êåíüò!';
$strPasswordNotSame = 'Ïé êùäéêïß ðñüóâáóçò äåí åßíáé ßäéïé!';
$strPdfDbSchema = 'Ó÷Þìá ôçò âÜóçò "%s" - Óåëßäá %s';
$strPdfInvalidTblName = 'Ï ðßíáêáò "%s" äåí õðÜñ÷åé!';
$strPdfNoTables = 'Äåí õðÜñ÷ïõí ðßíáêåò';
$strPerHour = 'áíÜ þñá';
$strPerMinute = 'áíÜ ëåðôü';
$strPerSecond = 'áíÜ äåõôåñüëåðôï';
$strPhoneBook = 'ôçë. êáôÜëïãïò';
$strPhp = 'Äçìéïõñãßá êþäéêá PHP';
$strPmaDocumentation = 'Ôåêìçñßùóç phpMyAdmin';
$strPmaUriError = 'Ç åíôïëÞ <tt>$cfg[\'PmaAbsoluteUri\']</tt> ÐÑÅÐÅÉ íá ïñéóôåß óôï áñ÷åßï ñõèìßóåùí!';
$strPortrait = 'ÊÜèåôç äéÜôáîç';
$strPos1 = 'Áñ÷Þ';
$strPrevious = 'Ðñïçãïýìåíï';
$strPrimary = 'Ðñùôåýïí';
$strPrimaryKeyHasBeenDropped = 'Ôï ðñùôåýïí êëåéäß äéåãñÜöç';
$strPrimaryKeyName = 'Ôï üíïìá ôïõ ðñùôåýïíôïò êëåéäéïý ðñÝðåé íá åßíáé... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ðñÝðåé</b> íá åßíáé ôï üíïìá ôïõ ðñùôåýïíôïò êëåéäéïý êáé <b>ìüíï áõôïý</b> !)';
$strPrint = 'Åêôýðùóç';
$strPrintView = 'ÅìöÜíéóç ãéá åêôýðùóç';
$strPrivDescAllPrivileges = 'ÐåñéëáìâÜíåé üëá ôá ðñïíüìéá åêôüò áðü ôï GRANT.';
$strPrivDescAlter = 'ÅðéôñÝðåé ôçí áëëáãÞ äïìÞò ôùí õðáñ÷üíôùí ðéíÜêùí.';
$strPrivDescCreateDb = 'ÅðéôñÝðåé ôç äçìéïõñãßá íÝùí âÜóåùí êáé ðéíÜêùí.';
$strPrivDescCreateTbl = 'ÅðéôñÝðåé ôç äçìéïõñãßá íÝùí ðéíÜêùí.';
$strPrivDescCreateTmpTable = 'ÅðéôñÝðåé ôç äçìéïõñãßá ðñïóùñéíþí ðéíÜêùí.';
$strPrivDescDelete = 'ÅðéôñÝðåé ôç äéáãñáöÞ äåäïìÝíùí.';
$strPrivDescDropDb = 'ÅðéôñÝðåé ôç äéáãñáöÞ âÜóåùí êáé ðéíÜêùí.';
$strPrivDescDropTbl = 'ÅðéôñÝðåé ôç äéáãñáöÞ ðéíÜêùí.';
$strPrivDescExecute = 'ÅðéôñÝðåé ôçí åêôÝëåóç áðïèçêåõìÝíùí ñïõôéíþí. Äåí Ý÷åé ÷ñÞóç óå áõôÞí ôçí Ýêäïóç MySQL version.';
$strPrivDescFile = 'ÅðéôñÝðåé ôçí åéóáãùãÞ êáé åîáãùãÞ äåäïìÝíùí áðü êáé óå áñ÷åßá.';
$strPrivDescGrant = 'ÅðéôñÝðåé ôçí ðñïóèÞêç ÷ñçóôþí êáé ðñïíïìßùí ÷ùñßò íá åðáíáöïñôþóåôå ôïõò ðßíáêåò ðñïíïìßùí.';
$strPrivDescIndex = 'ÅðéôñÝðåé ôçí äçìéïõñãßá êáé ôçí äéáãñáöÞ åõñåôçñßùí.';
$strPrivDescInsert = 'ÅðéôñÝðåé ôçí åéóáãùãÞ êáé ôçí áíôéêáôÜóôáóç äåäïìÝíùí.';
$strPrivDescLockTables = 'ÅðéôñÝðåé ôï êëåßäùìá ðéíÜêùí ãéá ôçí ôñÝ÷ïõóá ëåéôïõñãßá.';
$strPrivDescMaxConnections = 'Ðåñéïñßæåé ôïí áñéèìü ôùí íÝùí óõíäÝóåùí ðïõ ï ÷ñÞóôçò ìðïñåß íá îåêéíÞóåé áíÜ þñá.';
$strPrivDescMaxQuestions = 'Ðåñéïñßæåé ôïí áñéèìü ôùí åðåñùôçìÜôùí ðïõ ï ÷ñÞóôçò ìðïñåß íá óôåßëåé óôïí äéáêïìéóôÞ áíÜ þñá.';
$strPrivDescMaxUpdates = 'Ðåñéïñßæåé ôïí áñéèìü ôùí áëëáãÞò ðéíÜêùí Þ âÜóåùí ðïõ ï ÷ñÞóôçò ìðïñåß íá åêåôåëÝóåé áíÜ þñá.';
$strPrivDescProcess3 = 'ÅðéôñÝðåé ôçí äéáêïðÞ äéåñãáóéþí Üëëùí ÷ñçóôþí.';
$strPrivDescProcess4 = 'ÅðéôñÝðåé ôçí åìöÜíéóç ïëïêëçñùìÝíùí åðåñùôçìÜôùí óôç ëßóôá äéåñãáóéþí.';
$strPrivDescReferences = 'Äåí Ý÷åé ÷ñÞóç óå áõôÞí ôçí Ýêäïóç MySQL.';
$strPrivDescReload = 'ÅðéôñÝðåé ôçí åðáíåêêßíçóç ôïõ äéáêïìéóôÞ êáé ôïí êáèáñéóìü ôùí ðñïóùñéíþí áñ÷åßùí ôïõ.';
$strPrivDescReplClient = 'Äßíåé ôï äéêáßùìá óôïí ÷ñÞóôç íá âñåé ðïõ åßíáé ïé êýñéïé êáé äåõôåñåýïíôåò äéáêïìéóôÝò.';
$strPrivDescReplSlave = 'Áðáéôåßôáé ãéá ôïõò äåõôåñåõüíôåò äéáêïìéóôÝò áíáðáñáãùãÞò.';
$strPrivDescSelect = 'ÅðéôñÝðåé ôçí áíÜãíùóç äåäïìÝíùí.';
$strPrivDescShowDb = 'Äßíåé ðñüóâáóç óôçí ðëÞñç ëßóôá ôùí âÜóåùí äåäïìÝíùí.';
$strPrivDescShutdown = 'ÅðéôñÝðåé ôçí äéáêïðÞ ëåéôïõñãßáò ôïõ äéáêïìéóôÞ.';
$strPrivDescSuper = 'ÅðéôñÝðåé ôç óýíäåóç, áêüìá êáé üôáí ï ìÝãéóôïò áñéèìüò óõíäÝóåùí Ý÷åé êáëõèöåß; Áðáéôåßôáé ãéá ôéò ðåñéóóüôåñåò ëåéôïõñãßåò äéá÷åßñéóçò üðùò ï ïñéóìüò ãåíéêþí ìåôáâëçôþí Þ ôç äéáêïðÞ ëåéôïõñãéþí Üëëùí ÷ñçóôþí.';
$strPrivDescUpdate = 'ÅðéôñÝðåé ôçí áëëáãÞ äåäïìÝíùí.';
$strPrivDescUsage = '×ùñßò ðñïíüìéá.';
$strPrivileges = 'Ðñïíüìéá';
$strPrivilegesReloaded = 'Ôá ðñïíüìéá åðáíáöïñôþèçêáí åðéôõ÷þò.';
$strProcesslist = 'Ëßóôá äéåñãáóéþí';
$strPutColNames = 'ÅìöÜíéóç ïíïìÜôùí ðåäßùí óôçí ðñþôç ãñáììÞ';
 
$strQBE = 'Åðåñþôçìá êáôÜ ðáñÜäåéãìá';
$strQBEDel = 'ÄéáãñáöÞ';
$strQBEIns = 'ÅéóáãùãÞ';
$strQueryFrame = 'ÐáñÜèõñï åðåñùôÞìáôïò';
$strQueryOnDb = 'ÅíôïëÞ SQL óôç âÜóç <b>%s</b>:';
$strQuerySQLHistory = 'Éóôïñéêü SQL';
$strQueryStatistics = '<b>ÓôáôéóôéêÜ åðåñùôçìÜôùí</b>: Áðü ôçí Ýíáñîç ëåéôïõñãßáò, %s åðåñùôÞìáôá Ý÷ïõí óôáëåß óôïí äéáêïìéóôÞ.';
$strQueryTime = 'Ôï åðåñþôçìá ÷ñåéÜóôçêå %01.4f äåõô/ôá';
$strQueryType = 'Ôýðïò åðåñùôÞìáôïò';
$strQueryWindowLock = 'Íá ìçí áëëÜîåé ôï åðåñþôçìá áðü åîùôåñéêÞ ðçãÞ';
 
$strReType = 'ÅðáíáåéóáãùãÞ';
$strReceived = 'ËÞöèçóáí';
$strRecords = 'ÅããñáöÝò';
$strReferentialIntegrity = '¸ëåã÷ïò áêåñáéüôçôáò ó÷Ýóåùí:';
$strRelationNotWorking = 'Ïé åðéðñüóèåôåò ëåéôïõñãßåò ãéá åñãáóßá ìå óõó÷åôéóìÝíïõò ðßíáêåò Ý÷ïõí áðåíåñãïðïéçèåß. Ãéá íá ìÜèåôå ãéáôß, ðáôÞóôå %såäþ%s.';
$strRelationView = 'ÅìöÜíéóç ó÷Ýóåùí';
$strRelationalSchema = 'Ó÷åóéáêü ó÷Þìá';
$strRelations = 'Ó÷Ýóåéò';
$strReloadMySQL = 'Åðáíåêêßíçóç ôçò MySQL';
$strReloadingThePrivileges = 'Åðáíáöüñôùóç ðñïíïìßùí';
$strRemoveSelectedUsers = 'ÄéáãñáöÞ ôùí åðéëåãìÝíùí ÷ñçóôþí';
$strRenameTable = 'Ìåôïíïìáóßá ðßíáêá óå';
$strRenameTableOK = 'Ï Ðßíáêáò %s ìåôïíïìÜóèçêå óå %s';
$strRepairTable = 'Åðéäéüñèùóç ðßíáêá';
$strReplaceNULLBy = 'ÁíôéêáôÜóôáóç ôéìÞò NULL ìå';
$strReplaceTable = 'ÁíôéêáôÜóôáóç äåäïìÝíùí Ðßíáêá ìå ôï áñ÷åßï';
$strReset = 'ÅðáíáöïñÜ';
$strResourceLimits = '¼ñéá ðüñùí';
$strRevoke = 'ÁíÜêëçóç';
$strRevokeAndDelete = 'ÁíÜêëçóç üëùí ôùí åíåñãþí ðñïíïìßùí áðü ôïõò ÷ñÞóôåò êáé äéáãñáöÞ ôïõò.';
$strRevokeAndDeleteDescr = 'Ïé ÷ñÞóôåò èá óõíå÷ßóïõí íá Ý÷ïõí ôï ðñïíüìéï USAGE ìÝ÷ñéò üôïõ åðáíáöïñôùèïýí ôá ðñïíüìéá.';
$strRevokeMessage = 'ÁíáêáëÝóáôå ôá ðñïíüìéá ãéá %s';
$strRowLength = 'ÌÝãåèïò ÃñáììÞò';
$strRowSize = ' ÌÝãåèïò ÅããñáöÞò ';
$strRows = 'ÅããñáöÝò';
$strRowsFrom = 'ÅããñáöÝò áñ÷ßæïíôáò áðü ôçí åããñáöÞ';
$strRowsModeFlippedHorizontal = 'ïñéæüíôéá (óôñáììÝíåò åðéêåöáëßäåò)';
$strRowsModeHorizontal = 'ïñéæüíôéá';
$strRowsModeOptions = 'óå %s ìïñöÞ ìå åðáíÜëçøç åðéêåöáëßäùí áíÜ %s êåëéÜ';
$strRowsModeVertical = 'êÜèåôç';
$strRowsStatistic = 'ÓôáôéóôéêÜ Åããñáöþí';
$strRunQuery = 'ÕðïâïëÞ åðåñùôÞìáôïò';
$strRunSQLQuery = 'ÅêôÝëåóç åíôïëÞò/åíôïëþí SQL óôç âÜóç äåäïìÝíùí %s';
$strRunning = 'ðïõ åêôåëåßôáé óôï %s';
$strRussian = 'ÑùóóéêÜ';
 
$strSQL = 'SQL';
$strSQLOptions = 'ÅðéëïãÝò SQL';
$strSQLParserBugMessage = 'ÕðÜñ÷åé ðåñßðôùóç íá åíôïðßóáôå Ýíá ðñüâëçìá óôïí SQL parser. Ðáñáêáëþ åîåôÜóôå ôï åðåñþôçìÜ óáò ðñïóåêôéêÜ êáé åëÝãîôå üôé üëá ôá åéóáãùãéêÜ áíïßãïõí êáé êëåßíïõí óùóôÜ. \'Áëëåò ðéèáíÝò áéôßåò ìðïñïýí íá åßíáé ç áðïóôïëÞ áñ÷åßïõ ìå äõáäéêü êþäéêá åêôüò åéóáãùãéêþí. Ìðïñåßôå åðßóçò íá äïêéìÜóåôå ôï åðåñþôçìÜ óáò óôç ãñáììÞ åíôïëþí ôçò MySQL. ÅÜí óõíå÷ßæåôå íá Ý÷åôå ðñüâëçìá, Þ åÜí ï parser áðïôõã÷Üíåé üðïõ ç ãñáììÞ åíôïëþí åðéôõã÷Üíåé, ðáñáêáëþ áðïìïíþóôå ôï åðåñþôçìá åêåßíï ðïõ äçìéïõñãåß ôï ðñüâëçìá êáé óôåßëôå áíáöïñÜ ëÜèïõò ìå ôá äåäïìÝíá ðïõ âñßóêïíôáé óôï ôìÞìá CUT ðïõ áêïëïõèåß:';
$strSQLParserUserError = 'Öáßíåôáé íá õðÜñ÷åé Ýíá ëÜèïò óôï åðåñþôçìÜ óáò. Ôï êÜôùèé ëÜèïò äéáêïìéóôÞ MySQL, åÜí õðÜñ÷åé êÜðïéï, ìðïñåß åðßóçò íá óáò âïçèÞóåé íá äéáãíþóåôå ôï ðñüâëçìá.';
$strSQLQuery = 'ÅíôïëÞ SQL';
$strSQLResult = 'áðïôÝëåóìá SQL';
$strSQPBugInvalidIdentifer = '\'Áãíùóôï Áíáãíùñéóôéêü';
$strSQPBugUnclosedQuote = 'Áíïé÷ôÜ åéóáãùãéêÜ';
$strSQPBugUnknownPunctuation = '\'Áãíùóôï óçìåßï óôßîçò';
$strSave = 'ÁðïèÞêåõóç';
$strSaveOnServer = 'ÁðïèÞêåõóç óôïí äéáêïìéóôÞ óôïí öÜêåëï %s';
$strScaleFactorSmall = 'Ç êëßìáêá åßíáé ðïëý ìéêñÞ ãéá íá åìöáíéóôåß ôï ó÷Þìá óå ìßá óåëßäá';
$strSearch = 'ÁíáæÞôçóç';
$strSearchFormTitle = 'ÁíáæÞôçóç óôç âÜóç';
$strSearchInTables = 'ÌÝóá óôïõò ðßíáêåò:';
$strSearchNeedle = '¼ñïé Þ ôéìÝò ãéá áíáæÞôçóç (ìðáëáíôÝñ: "%"):';
$strSearchOption1 = 'ôïõëÜ÷éóôïí Ýíáí áðü ôïõò üñïõò';
$strSearchOption2 = 'üëïõò ôïõò üñïõò';
$strSearchOption3 = 'ôçí áêñéâÞ öñÜóç';
$strSearchOption4 = 'ùò regular expression';
$strSearchResultsFor = 'ÁðïôåëÝóìáôá áíáæÞôçóçò ãéá "<i>%s</i>" %s:';
$strSearchType = '¸õñåóç:';
$strSecretRequired = 'Ôï áñ÷åßï ñõèìßóåùí ÷ñåéÜæåôáé ôþñá ìßá ìõóôéêÞ öñÜóç-êëåéäß (blowfish_secret).';
$strSelectADb = 'Ðáñáêáëþ åðéëÝîôå ìßá âÜóç äåäïìÝíùí';
$strSelectAll = 'ÅðéëïãÞ üëùí';
$strSelectFields = 'ÅðéëïãÞ ðåäßùí (ôïõëÜ÷éóôïí Ýíá)';
$strSelectNumRows = 'óôçí åíôïëÞ';
$strSelectTables = 'ÅðéëïãÞ ÐéíÜêùí';
$strSend = 'ÁðïóôïëÞ';
$strSent = 'ÅóôÜëçóáí';
$strServer = 'ÄéáêïìéóôÞò';
$strServerChoice = 'ÅðéëïãÞ ÄéáêïìéóôÞ';
$strServerStatus = 'Ðëçñïöïñßåò åêôÝëåóçò';
$strServerStatusUptime = 'Áõôüò ï äéáêïìéóôÞò MySQL ëåéôïõñãåß ãéá %s. Îåêßíçóå óôéò %s.';
$strServerTabProcesslist = 'Äéåñãáóßåò';
$strServerTabVariables = 'ÌåôáâëçôÝò';
$strServerTrafficNotes = '<b>Êßíçóç ÄéáêïìéóôÞ</b>: Áõôïß ïé ðßíáêåò äåß÷íïõí óôáôéóôéêÜ ÷ñÞóçò äéêôýïõ áõôïý ôïõ äéáêïìéóôÞ MySQL áðü ôçí Ýíáñîç ôçò ëåéôïõñãßáò ôïõ.';
$strServerVars = 'Ñõèìßóåéò êáé ìåôáâëçôÝò ôïõ äéáêïìéóôÞ';
$strServerVersion = '¸êäïóç ÄéáêïìéóôÞ';
$strSessionValue = 'ÔéìÞ Session';
$strSetEnumVal = 'Áí ï ôýðïò ôïõ ðåäßïõ åßíáé «enum» Þ «set», ðáñáêáëþ åéóÜãåôå ôéò ôéìÝò ÷ñçóéìïðïéþíôáò ôçí åîÞò ìïñöÞ: \'á\',\'â\',\'ã\'...<br /> Áí ÷ñåéÜæåôáé íá åéóÜãåôå ôçí áíÜðïäç êÜèåôï ("\") Þ áðëÜ åéóáãùãéêÜ ("\'"), ðñïèÝóôå ôá ìå áíÜðïäç êÜèåôï óôçí áñ÷Þ (ãéá ðáñÜäåéãìá \'\\\\÷øù\' Þ \'á\\\'â\').';
$strShow = 'ÅìöÜíéóç';
$strShowAll = 'ÅìöÜíéóç üëùí';
$strShowColor = 'ÅìöÜíéóç ÷ñùìÜôùí';
$strShowDatadictAs = 'ÌïñöÞ ëåîéêïý äåäïìÝíùí';
$strShowFullQueries = 'ÐëÞñçò åìöÜíéóç åðåñùôçìÜôùí';
$strShowGrid = 'ÅìöÜíéóç ðëÝãìáôïò';
$strShowPHPInfo = 'ÅìöÜíéóç ðëçñïöïñéþí ôçò PHP';
$strShowTableDimension = 'ÅìöÜíéóç äéáóôÜóåùí ðéíÜêùí';
$strShowTables = 'ÅìöÜíéóç ðéíÜêùí';
$strShowThisQuery = ' ÅìöÜíéóå åäþ îáíÜ áõôü ôï åðåñþôçìá';
$strShowingRecords = 'ÅìöÜíéóç åããñáöÞò ';
$strSimplifiedChinese = 'ÁðëïðïéçìÝíá ÊéíåæéêÜ';
$strSingly = '(ìïíáäéêÜ)';
$strSize = 'ÌÝãåèïò';
$strSort = 'Ôáîéíüìçóç';
$strSpaceUsage = '×ñÞóç ÷þñïõ';
$strSplitWordsWithSpace = 'Ïé ëÝîåéò ÷ùñßæïíôáé áðü ôïí ÷áñáêôÞñá äéáóôÞìáôïò (" ").';
$strStatCheckTime = 'ôåëåõôáßïò Ýëåã÷ïò';
$strStatCreateTime = 'Äçìéïõñãßá';
$strStatUpdateTime = 'Ôåëåõôáßá åíçìÝñùóç';
$strStatement = 'Äçëþóåéò';
$strStatus = 'ÊáôÜóôáóç';
$strStrucCSV = 'ÄåäïìÝíá CSV';
$strStrucData = 'ÄïìÞ êáé äåäïìÝíá';
$strStrucDrop = 'ÐñïóèÞêç «Drop Table»';
$strStrucExcelCSV = 'ÌïñöÞ CSV ãéá äåäïìÝíá MS Excel';
$strStrucOnly = 'Ìüíï ç äïìÞ';
$strStructPropose = 'Ðñïôåéíüìåíç äïìÞ ðßíáêá';
$strStructure = 'ÄïìÞ';
$strSubmit = 'ÁðïóôïëÞ';
$strSuccess = 'Ç SQL åíôïëÞ óáò åêôåëÝóèçêå åðéôõ÷þò';
$strSum = 'Óýíïëï';
$strSwedish = 'ÓïõçäéêÜ';
$strSwitchToTable = 'ÌåôáöïñÜ óôïí áíôåãñáììÝíï ðßíáêá';
 
$strTable = 'Ðßíáêáò ';
$strTableComments = 'Ó÷üëéá Ðßíáêá';
$strTableEmpty = 'Ôï üíïìá ôïõ Ðßíáêá åßíáé êåíü!';
$strTableHasBeenDropped = 'Ï Ðßíáêáò %s äéåãñÜöç';
$strTableHasBeenEmptied = 'Ï Ðßíáêáò %s Üäåéáóå';
$strTableHasBeenFlushed = 'Ï Ðßíáêáò %s åêêáèáñßóôéêå ("FLUSH")';
$strTableMaintenance = 'ÓõíôÞñçóç Ðßíáêá';
$strTableOfContents = 'Ðßíáêáò ðåñéå÷ïìÝíùí';
$strTableOptions = 'ÅðéëïãÝò ðßíáêá';
$strTableStructure = 'ÄïìÞ Ðßíáêá ãéá ôïí Ðßíáêá';
$strTableType = 'Ôýðïò Ðßíáêá';
$strTables = '%s Ðßíáêáò/Ðßíáêåò';
$strTblPrivileges = 'Ðñïíüìéá ðéíÜêùí';
$strTextAreaLength = ' Åîáéôßáò ôïõ ìåãÝèïò ôïõ,<br /> áõôü ôï ðåäßï ßóùò íá ìç ìðïñåß íá äéïñèùèåß ';
$strThai = 'ÔáûëáíäéêÜ';
$strThisHost = 'Áõôüò ï äéáêïìéóôÞò';
$strThisNotDirectory = 'Äåí Þôáí öÜêåëïò';
$strThreadSuccessfullyKilled = 'Ç ëåéôïõñãßá %s äéåêüðç.';
$strTime = '×ñüíïò';
$strToggleScratchboard = '(Áð)åíåñãïðïßçóç ðßíáêá ó÷åäéáóìïý';
$strTotal = 'óõíïëéêÜ';
$strTotalUC = 'Óýíïëï';
$strTraditionalChinese = 'ÐáñáäïóéáêÜ ÊéíåæéêÜ';
$strTraffic = 'Êßíçóç';
$strTransformation_image_jpeg__inline = 'Åìöáíßæåé ìéá åéêüíá ðñïåðéóêüðçóçò ìå óýíäåóìï; åðéëïãÝò: ðëÜôïò, ýøïò óå pixels (äéáôçñåß ôéò áñ÷éêÝò áíáëïãßåò)';
$strTransformation_image_jpeg__link = 'Åìöáíßæåé Ýíáí óýíäåóìï ãéá áõôÞí ôçí åéêüíá.';
$strTransformation_image_png__inline = 'Äåßôå image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Ðáßñíåé Ýíá ðåäßï TIME, TIMESTAMP Þ DATETIME êáé ôï ìïñöïðïéåß ÷ñçóéìïðïéþíôáò ôçí ôïðéêÞ ìïñöÞ. Ç ðñþôç åðéëïãÞ åßíáé ç äéáöïñÜ (óå þñåò) ðïõ èá ðñïóôåèåß óôçí þñá (Åî\' ïñéóìïý: 0). Ç äåýôåñç åðéëïãÞ åßíáé ìïñöÞ çìåñïìçíßáò üðùò ïñßæåôáé áðü ôéò äéáèÝóéìåò ðáñáìÝôñïõò ôçò åíôïëÞò strftime() ôçò PHP.';
$strTransformation_text_plain__external = 'ÌÏÍÏ ÃÉÁ LINUX: Åêôåëåß ìßá åîùôåñéêÞ åöáñìïãÞ êáé óôÝëíåé ôá äåäïìÝíá ìÝóù \'standard input\'. ÅðéóôñÝöåé ôï áðïôÝëåóìá ôçò åöáñìïãÞò. Åî\' ïñéóìïý ôéìÞ åßíáé ôï Tidy, ðïõ ôõðþíåé ìïñöïðïéçìÝíï êþäéêá HTML. Ãéá ëüãïõò áóöáëåßåò, ðñÝðåé ÷åéñïêßíçôá íá áëëÜîåôå ôï áñ÷åßï libraries/transformations/text_plain__external.inc.php êáé íá åéóÜãåôå ôéò åöáñìïãÝò ðïõ åóåßò åðéôñÝðåôå íá åêôåëïýíôáé. Ç ðñþôç åðéëïãÞ åßíáé ï áñéèìüò ôçò åöáñìïãÞò ðïõ èÝëåôå íá ÷ñçóéìïðïéÞóåôå êáé ç äåýôåñç åðéëïãÞ åßíáé ïé ðáñÜìåôñïé ôçò. Ç ôñßôç åðéëïãÞ, áí ôåèåß óå 1 èá ìåôáôñÝøåé ôï áðïôÝëåóìá ÷ñçóéìïðïéþíôáò ôçí åíôïëÞ htmlspecialchars() (Åî\' ïñéóìïý ôéìÞ: 1). Ç ôÝôáñôç åðéëïãÞ, áí ôåèåß óå 1 èá åéóÜãåé NOWRAP óôï êåëß ðåñéå÷ïìÝíïõ ïýôùò þóôå üëï ôï áðïôÝëåóìá íá åìöáíéóôåß ÷ùñßò áëëáãÝò óôçí äéÜôáîç (Åî\' ïñéóìïý ôéìÞ: 1)';
$strTransformation_text_plain__formatted = 'Äéáôçñåß ôçí áñ÷éêÞ ìïñöïðïßçóç ôïõ ðåäßïõ. Äåí ÷ñçóéìïðïéïýíôáé ÷áñáêôÞñåò äéáöõãÞò.';
$strTransformation_text_plain__imagelink = 'Åìöáíßæåé ìßá åéêüíá êáé Ýíá óýíäåóìï, ôï ðåäßï ðåñéÝ÷åé ôï üíïìá áñ÷åßïõ. Ç ðñþôç åðéëïãÞ åßíáé Ýíá ðñüèåìá üðùò "http://domain.com/", ç äåýôåñç åðéëïãÞ åßíáé ôï ðëÜôïò óå pixels, ç ôñßôç åßíáé ôï ýøïò.';
$strTransformation_text_plain__link = 'Åìöáíßæåé Ýíá óýíäåóìï, ôï ðåäßï ðåñéÝ÷åé ôï üíïìá áñ÷åßïõ. Ç ðñþôç åðéëïãÞ åßíáé Ýíá ðñüèåìá üðùò "http://domain.com/", ç äåýôåñç åðéëïãÞ åßíáé Ýíáò ôßôëïò ãéá ôïí óýíäåóìï.';
$strTransformation_text_plain__substr = 'Åìöáíßæåé ìüíï ìÝñïò åíüò áëöáñéèìçôéêïý. Ç ðñþôç åðéëïãÞ åßíáé ç èÝóç óôçí ïðïßá îåêéíÜ ç åìöÜíéóç ôïõ êåéìÝíïõ (Åî\' ïñéóìïý 0). Ç äåýôåñç åðéëïãÞ åßíáé ôï ìÞêïò ôïõ êåéìÝíïõ. Áí ìåßíåé êåíü èá åðéóôñáöåß üëï ôï áëöáñéèìçôéêü. Ç ôñßôç åðéëïãÞ êáèïñßæåé ðïéïé ÷áñáêôÞñåò èá áêïëïõèïýí ôï êåßìåíï üôáí åìöáíßæåôáé ìÝñïò ôïõ (Åî\' ïñéóìïý: ...) .';
$strTruncateQueries = 'ÁðïêïðÞ åìöáíéæüìåíùí åðåñùôçìÜôùí';
$strTurkish = 'ÔïõñêéêÜ';
$strType = 'Ôýðïò';
 
$strUkrainian = 'ÏõêñáíéêÜ';
$strUncheckAll = 'ÁðåðéëïãÞ üëùí';
$strUnicode = 'Unicode';
$strUnique = 'Ìïíáäéêü';
$strUnknown = 'Üãíùóôï';
$strUnselectAll = 'ÁðåðéëïãÞ üëùí';
$strUpdComTab = 'Ðáñáêáëþ äéáâÜóôå óôçí ôåêìçñßùóç ãéá ôï ðùò ìðïñåßôå íá áíáíåþóåôå ôïí ðßíáêá Column_comments';
$strUpdatePrivMessage = 'Ôá ðñïíüìéá ôïõ ÷ñÞóôç %s åíçìåñþèçêáí.';
$strUpdateProfileMessage = 'Ôá óôïé÷åßá áíáíåþèçêáí.';
$strUpdateQuery = 'ÅíçìÝñùóç ôçò åíôïëÞò';
$strUsage = '×ñÞóç';
$strUseBackquotes = '×ñÞóç áíÜðïäùí åéóáãùãéêþí óôá ïíüìáôá ôùí ÐéíÜêùí êáé ôùí Ðåäßùí';
$strUseHostTable = 'Use Host Table';
$strUseTables = '×ñÞóç ÐéíÜêùí';
$strUseTextField = '×ñçóéìïðïéÞóôå ôï ðåäßï êåéìÝíïõ';
$strUseThisValue = '×ñÞóç áõôÞò ôçò ôéìÞò';
$strUser = '×ñÞóôçò';
$strUserAlreadyExists = 'Ï ÷ñÞóôçò %s õðÜñ÷åé Þäç!';
$strUserEmpty = 'Ôï üíïìá ôïõ ÷ñÞóôç åßíáé êåíü!';
$strUserName = '¼íïìá ÷ñÞóôç';
$strUserNotFound = 'Ï åðéëåãìÝíïò ÷ñÞóôçò äåí âñÝèçêå óôïí ðßíáêá ðñïíïìßùí.';
$strUserOverview = 'Ðåñßëçøç ÷ñçóôþí';
$strUsersDeleted = 'Ïé åðéëåãìÝíïé ÷ñÞóôåò äéåãñÜöçóáí åðéôõ÷þò.';
$strUsersHavingAccessToDb = '×ñÞóôåò ìå ðñüóâáóç óôç âÜóç &quot;%s&quot;';
 
$strValidateSQL = 'Åðéêýñùóç SQL';
$strValidatorError = 'Ï åðéêõñùôÞò SQL äåí ìðüñåóå íá åíåñãïðïéçèåß. Ðáñáêáëþ åëÝãîôå üôé Ý÷åôå åãêáôáóôÞóåé ôçò áðáñáßôçôåò åðåêôÜóåéò ôçò php üðùò ðåñéãñÜöåôáé óôçí %sdocumentation%s.';
$strValue = 'ÔéìÞ';
$strVar = 'ÌåôáâëçôÞ';
$strViewDump = 'ÅìöÜíéóç ó÷Þìáôïò ôïõ ðßíáêá';
$strViewDumpDB = 'ÅìöÜíéóç ó÷Þìáôïò ôçò âÜóçò';
$strViewDumpDatabases = 'ÅìöÜíéóçò ó÷Þìáôïò âÜóåùí';
 
$strWebServerUploadDirectory = 'ÕðïêáôÜëïãïò áðïèÞêåõóçò áñ÷åßùí äéáêïìéóôÞ';
$strWebServerUploadDirectoryError = 'Ï õðïêáôÜëïãïò ðïõ ïñßóáôå ãéá ôçí áðïèÞêåõóç áñ÷åßùí äåí ìðüñåóå íá âñåèåß';
$strWelcome = 'ÊáëùóÞñèáôå óôï %s';
$strWestEuropean = 'ÄõôéêÞò Åõñþðçò';
$strWildcard = 'ìðáëáíôÝñ';
$strWindowNotFound = 'Äåí Þôáí äõíáôü íá áíáíåùèåß ôï target ðáñÜèõñï ôïõ ðåñéçãçôÞ. ºóùò êëåßóáôå ôï parent ðáñÜèõñï Þ ï ðåñéçãçôÞò óáò äåí åðéôñÝðåé ôéò áíáíåþóåéò ìåôáîý ðáñáèýñùí ëüãù ñõèìßóåùí áóöáëåßáò.';
$strWithChecked = 'Ìå ôïõò åðéëåãìÝíïõò:';
$strWritingCommentNotPossible = 'Ç åããñáöÞ ôïõ ó÷ïëßïõ äåí Þôáí äõíáôÞ';
$strWritingRelationNotPossible = 'Ç åããñáöÞ ôçò ó÷Ýóçò äåí Þôáí äõíáôÞ';
$strWrongUser = 'ËáíèáóìÝíï üíïìá ÷ñÞóôç/êùäéêüò ðñüóâáóçò. \'Áñíçóç ðñüóâáóçò.';
 
$strXML = 'XML';
 
$strYes = 'Íáé';
 
$strZeroRemovesTheLimit = 'Óçìåßùóç: Áí ïñßóåôå áõôÝò ôéò åðéëïãÝò óå 0 (ìçäÝí) áöáéñåßôå ï ðåñéïñéóìüò.';
$strZip = 'óõìðßåóç «zip»';
// To Translate
 
$strBrowseForeignValues = 'Browse foreign values'; //to translate
 
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
 
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/greek-utf-8.inc.php
0,0 → 1,986
<?php
/* $Id: greek-utf-8.inc.php,v 2.116.2.3 2006/03/23 17:42:13 lem9 Exp $ */
 
/* Translated by Kyriakos Xagoraris <theremon at users.sourceforge.net> */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, verdana, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Κυρ', 'Δευ', 'Τρι', 'Τετ', 'Πεμ', 'Παρ', 'Σαβ');
$month = array('Ιαν', 'Φεβ', 'Μάρ', 'Απρ', 'Μάι', 'Ιούν', 'Ιούλ', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, στις %I:%M %p';
 
// To Arrange
 
$timespanfmt = '%s μέρες, %s ώρες, %s λεπτά and %s δευτερόλεπτα';
 
$strAPrimaryKey = 'Ένα πρωτεύον κλειδί προστέθηκε στο %s';
$strAbortedClients = 'Ακυρωμένες συνδέσεις';
$strAbsolutePathToDocSqlDir = 'Παρακαλώ εισάγετε την απόλυτη διαδρομή στον διακομιστή για τον υποκατάλογο του docSQL';
$strAccessDenied = '\'Αρνηση Πρόσβασης';
$strAccessDeniedExplanation = 'Το phpMyAdmin προσπάθησε να συνδεθεί με τον διακομιστή MySQL αλλά ο διακομιστής απέριψε τη σύνδεση. Θα πρέπει να ελέγξετε την διεύθυνση, το όνομα χρήστη και τον κωδικό πρόσβασης στο αρχείο ρυθμίσεων config.inc.php και να βεβαιωθείτε ότι αντιστοιχούν σε αυτά που σας έχει δώσει ο διαχειρηστής του διακομιστή MySQL.';
$strAction = 'Ενέργεια';
$strAddAutoIncrement = 'Προσθήκη τιμής AUTO_INCREMENT';
$strAddDeleteColumn = 'Προσθήκη/Αφαίρεση Στήλης Πεδίου';
$strAddDeleteRow = 'Προσθήκη/Αφαίρεση Γραμμής Κριτηρίων';
$strAddDropDatabase = 'Προσθήκη DROP DATABASE';
$strAddIntoComments = 'Προσθήκη στα σχόλια';
$strAddNewField = 'Προσθήκη νέου Πεδίου';
$strAddPrivilegesOnDb = 'Προσθήκη προνομίων στην ακόλουθη βάση δεδομένων';
$strAddPrivilegesOnTbl = 'Προσθήκη δεδομένων στον ακόλουθο πίνακα';
$strAddSearchConditions = 'Προσθήκη νέου όρου (σώμα της "where" πρότασης):';
$strAddToIndex = 'Προσθήκη στο ευρετήριο &nbsp;%s&nbsp;κολώνας(ων)';
$strAddUser = 'Προσθήκη νέου Χρήστη';
$strAddUserMessage = 'Προσθέσατε ένα νέο χρήστη.';
$strAddedColumnComment = 'Το σχόλιο της στήλης προστέθηκε';
$strAddedColumnRelation = 'Η συσχέτιση της στήλης προστέθηκε';
$strAdministration = 'Διαχείριση';
$strAffectedRows = 'Επηρρεαζόμενες εγγραφές:';
$strAfter = 'Μετά το %s';
$strAfterInsertBack = 'Επιστροφή';
$strAfterInsertNewInsert = 'Εισαγωγή νέας εγγραφής';
$strAll = 'Όλα';
$strAllTableSameWidth = 'εμφάνιση όλων των πινάκων με το ίδιο πλάτος;';
$strAlterOrderBy = 'Αλλαγή ταξινόμησης Πίνακα κατά';
$strAnIndex = 'Ένα ευρετήριο προστέθηκε στο %s';
$strAnalyzeTable = 'Ανάλυση Πίνακα';
$strAnd = 'Και';
$strAny = 'Οποιοδήποτε';
$strAnyHost = 'Οποιοδήποτε Σύστημα';
$strAnyUser = 'Οποιοσδήποτε Χρήστης';
$strArabic = 'Αραβικά';
$strArmenian = 'Αρμενικά';
$strAscending = 'Αύξουσα';
$strAtBeginningOfTable = 'Στην αρχή του Πίνακα';
$strAtEndOfTable = 'Στο τέλος του Πίνακα';
$strAttr = 'Χαρακτηριστικά';
$strAutodetect = 'Αυτόματη ανίχνευση';
$strAutomaticLayout = 'Αυτόματη διάταξη';
 
$strBack = 'Επιστροφή';
$strBaltic = 'Βαλτικής';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Δυαδικό';
$strBinaryDoNotEdit = 'Δυαδικό - χωρίς δυνατότητα επεξεργασίας';
$strBookmarkDeleted = 'Η ετικέτα διεγράφη.';
$strBookmarkLabel = 'Τίτλος';
$strBookmarkQuery = 'Αποθηκευμένο επερώτημα SQL';
$strBookmarkThis = 'Αποθήκευση αυτού του επερωτήματος SQL';
$strBookmarkView = 'Μόνο ανάγνωση';
$strBrowse = 'Περιήγηση';
$strBulgarian = 'Βουλγαρικά';
$strBzError = 'Το phpMyAdmin δεν μπόρεσε να συμπιέσει το αρχείο εξόδου λόγω προβλήματος στην επέκταση Bz2 αυτής της έκδοσης php. Προτείνεται να ορίσετε την τιμή της μεταβλητής <code>$cfg[\'BZipDump\']</code> στο αρχείο ρυθμίσεων του phpMyAdmin σε <code>FALSE</code>. Εάν θέλετε να χρησιμοποιήσετε λειτουργίες συμπίεσης τύπου Bz2, θα πρέπει να αναβαθμίσετε την php σε μεταγενέστερη έκδοση. Δείτε την αναφορά προβλήματος php %s για περισσότερες λεπτομέρειες.';
$strBzip = 'συμπίεση «bzip»';
 
$strCSVOptions = 'Επιλογές CSV';
$strCannotLogin = 'Δεν ήταν δυνατή η σύνδεση με τον διακομιστή MySQL';
$strCantLoad = 'δεν ήταν δυνατή η φόρτωση της επέκτασης %s ,<br />παρακαλώ ελέγξτε τις ρυθμίσεις της PHP';
$strCantLoadRecodeIconv = 'Δεν είναι δυνατή η φόρτωση της επέκτασης iconv ή recode που χρειάζεται για την μετατροπή του σετ χαρακτήρων. Ρυθμίστε την php να επιτρέπει την χρήση αυτών των επεκτάσεων ή απανεργοποιήστε την μετατροπή χαρακτήρων στο phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Η μετονομασία του ευρετηρίου σε PRIMARY σε είναι εφικτή!';
$strCantUseRecodeIconv = 'Δεν είναι δυνατή η χρήση της επέκτασης iconv ούτε της libiconv ούτε της ρουτίνας recode_string, ενώ η επέκταση έχει φορτωθεί. Ελέξτε τις ρυθμίσεις της php.';
$strCardinality = 'Μοναδικότητα';
$strCentralEuropean = 'Κεντρικής Ευρώπης';
$strChange = 'Αλλαγή';
$strChangeCopyMode = 'Δημιουργία νέα χρήστη με τα ίδια προνόμια και ...';
$strChangeCopyModeCopy = '... διατήρηση του παλιού χρήστη.';
$strChangeCopyModeDeleteAndReload = ' ... διαγραφή του παλιού χρήστη από τους πίνακες χρηστών και επαναφόρτωση των προνομίων.';
$strChangeCopyModeJustDelete = ' ... διαγραφή του παλιού χρήστη από τους πίνακες χρηστών.';
$strChangeCopyModeRevoke = ' ... ανάκληση των προνομίων του παλιού χρήστη και διαγραφή του.';
$strChangeCopyUser = 'Αλλαγή Στοιχείων Πρόσβασης / Αντιγραφή Χρήστη';
$strChangeDisplay = 'Επιλέξτε πεδίο για εμφάνιση';
$strChangePassword = 'Αλλαγή κωδικού πρόσβασης';
$strCharset = 'Σετ χαρακτήρων';
$strCharsetOfFile = 'Σετ χαρακτήρων του αρχείου:';
$strCharsets = 'Σετ χαρακτήρων';
$strCheckAll = 'Επιλογή όλων';
$strCheckPrivs = 'Έλεγχος Προνομίων';
$strCheckPrivsLong = 'Έλεγχος προνομίων για τη βάση &quot;%s&quot;.';
$strCheckTable = 'Έλεγχος πίνακα';
$strChoosePage = 'Παρακαλώ επιλέξτε σελίδα για αλλαγή';
$strColComFeat = 'Εμφάνιση σχολίων πεδίων';
$strColumnNames = 'Ονόματα στηλών';
$strColumnPrivileges = 'Προνόμια πεδίων';
$strCommand = 'Εντολή';
$strComments = 'Σχόλια';
$strCompleteInserts = 'Ολοκληρωμένες εντολές «Insert»';
$strCompression = 'Συμπίεση';
$strConfigFileError = 'Το phpMyAdmin δεν μπόρεσε να διαβάσει το αρχείο ρυθμίσεων!<br />Αυτό μπορεί να συμβεί εάν η php βρει κάποιο λάθος στο αρχείο ή εάν η php δεν μπορεί να βρει το αρχείο.<br />Παρακαλώ καλέστε το αρχείο ρυθμίσεων απ\' ευθείας χρησιμοποιώντας το ακόλουθο link και διαβάστε τα μυνήματα λάθους που θα επιστρέψει η php. Στις περισσότερες περιπτώσεις κάπου λείπουν εισαγωγικά (") ή ερωτιματικά (;).<br />Εάν η php επιστρέψει μια λευκή σελίδα, όλα είναι σωστά.';
$strConfigureTableCoord = 'Παρακαλώ ορίστε τις συντεταγμένες για τον πίνακα %s';
$strConnections = 'Συνδέσεις';
$strCookiesRequired = 'Από αυτό το σημείο πρέπει να έχετε ενεργοποιημένα cookies.';
$strCopyTable = 'Αντιγραφή πίνακα σε (βάση<b>.</b>πίνακας):';
$strCopyTableOK = 'Ο Πίνακας %s αντιγράφηκε στο %s.';
$strCopyTableSameNames = 'Δεν είναι δυνατή η αντιγραφή του πίνακα στον εαυτό του!';
$strCouldNotKill = 'Το phpMyAdmin δεν μπόρεσε να διακόψει τη λειτουργία %s. Μπορεί να έχει ήδη σταματήσει.';
$strCreate = 'Δημιουργία';
$strCreateIndex = 'Δημιουργία ευρετηρίου σε &nbsp;%s&nbsp;πεδία';
$strCreateIndexTopic = 'Δημιουργία νέου ευρετηρίου';
$strCreateNewDatabase = 'Δημιουργία νέας βάσης';
$strCreateNewTable = 'Δημιουργία νέου πίνακα στη βάση %s';
$strCreatePage = 'Δημιουργία νέας σελίδας';
$strCreatePdfFeat = 'Δημιουργία αρχείων PDF';
$strCriteria = 'Κριτήρια';
$strCroatian = 'Κροατικά';
$strCyrillic = 'Κυριλλικά';
$strCzech = 'Τσεχικά';
 
$strDBComment = 'Σχόλιο βάσης: ';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Γραμμή';
$strDBGMaxTimeMs = 'Μεγ. χρόνος, ms';
$strDBGMinTimeMs = 'Ελαχ. χρόνος, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Χρόνος/Hit, ms';
$strDBGTotalTimeMs = 'Συνολ. χρόνου, ms';
$strDanish = 'Δανικά';
$strData = 'Δεδομένα';
$strDataDict = 'Λεξικό δεδομένων';
$strDataOnly = 'Μόνο τα δεδομένα';
$strDatabase = 'Βάση';
$strDatabaseExportOptions = 'Επιλογές εξαγωγής βάσης δεδομένων';
$strDatabaseHasBeenDropped = 'Η βάση δεδομένων %s διεγράφη.';
$strDatabaseNoTable = 'Αυτή η βάση δεν περιέχει πίνακες!';
$strDatabases = 'Βάσεις Δεδομένων';
$strDatabasesDropped = '%s βάσεις δεδομένων διεγράφησαν επιτυχώς.';
$strDatabasesStats = 'Στατιστικά βάσης';
$strDatabasesStatsDisable = 'Απενεργοποίηση Στατιστικών';
$strDatabasesStatsEnable = 'Ενεργοποίηση Στατιστικών';
$strDatabasesStatsHeavyTraffic = 'Σημείωση: Η ενεργοποίηση στατιστικών μπορεί να προκαλέσει μεγάλη μεταφορά δεδομένων μεταξύ του διακομιστή διαδικτύου και του διακομιστή MySQL.';
$strDbPrivileges = 'Προνόμια βάσης δεδομένων';
$strDbSpecific = 'Χρήστης Βάσης';
$strDefault = 'Προκαθορισμένο';
$strDefaultValueHelp = 'Για προκαθορισμένες τιμές, παρακαλώ εισάγετε μία τιμή, χωρίς χαρακτήρες διαφυγής ή εισαγωγικά, χρησιμοποιώντας τη μορφή: a';
$strDelOld = 'Η τρέχουσα σελίδα έχει αναφορές σε πίνακες που δεν υπάρχουν πια. Θέλετε να διαγραφές αυτές οι αναφορές;';
$strDelete = 'Διαγραφή';
$strDeleteAndFlush = 'Διαγραφή των χρηστών και επαναφόρτωση των προνομίων.';
$strDeleteAndFlushDescr = 'Αυτός είναι ο πιο "καθαρός" τρόπος, αλλά η επαναφόρτωση των προνομίων μπορεί να καθυστερήσει.';
$strDeleted = 'Η Εγγραφή έχει διαγραφεί';
$strDeletedRows = 'Διαγραμμένες Εγγραφές:';
$strDeleting = 'Διαγραφή %s';
$strDescending = 'Φθίνουσα';
$strDescription = 'Περιγραφή';
$strDictionary = 'λεξικό';
$strDisabled = 'Απενεργοποιημένο';
$strDisplayFeat = 'Λειτουργίες εμφάνισης';
$strDisplayOrder = 'Σειρά εμφάνισης:';
$strDisplayPDF = 'Εμφάνιση σχήματος PDF';
$strDoAQuery = 'Εκτέλεσε ένα «επερώτημα κατά παράδειγμα» (χαρακτήρας μπαλαντέρ "%")';
$strDoYouReally = 'Θέλετε να εκτελέσετε την εντολή';
$strDocu = 'Τεκμηρίωση';
$strDrop = 'Διαγραφή';
$strDropUsersDb = 'Διαγραφή βάσεων δεδομένων που έχουν ίδια ονόματα με χρήστες.';
$strDumpSaved = 'Το αρχείο εξόδου αποθηκεύτηκε ως %s.';
$strDumpXRows = 'Εμφάνιση %s εγγραφών ξεκινώντας από την εγγραφή %s.';
$strDumpingData = '\'Αδειασμα δεδομένων του πίνακα';
$strDynamic = 'δυναμικά';
 
$strEdit = 'Επεξεργασία';
$strEditPDFPages = 'Αλλαγή σελίδων PDF';
$strEditPrivileges = 'Επεξεργασία Προνομίων';
$strEffective = 'Αποτελεσματικός';
$strEmpty = '\'Αδειασμα';
$strEmptyResultSet = 'Η MySQL επέστρεψε ένα άδειο σύνολο αποτελεσμάτων (π.χ. καμμία εγγραφή).';
$strEnabled = 'Ενεργοποιημένο';
$strEnd = 'Τέλος';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'Αγγλικά';
$strEnglishPrivileges = ' Σημείωση: Τα ονόματα προνομίων της MySQL εκφράζονται στα Αγγλικά ';
$strError = 'λάθος';
$strEstonian = 'Εσθονικά';
$strExcelOptions = 'Επιλογές Excel';
$strExecuteBookmarked = 'Εκτέλεση αποθηκευμένου επερωτήματος';
$strExplain = 'Ανάλυση SQL';
$strExport = 'Εξαγωγή';
$strExtendedInserts = 'Εκτεταμένες εντολές «Insert»';
$strExtra = 'Πρόσθετα';
 
$strFailedAttempts = 'Αποτυχημένες προσπάθειες';
$strField = 'Πεδίο';
$strFieldHasBeenDropped = 'Το πεδίο %s διεγράφη';
$strFields = 'Πεδία';
$strFieldsEmpty = ' Η απαρίθμηση των πεδίων είναι κενή! ';
$strFieldsEnclosedBy = 'Πεδία που περικλείονται σε';
$strFieldsEscapedBy = 'Τα πεδία χρησιμοποιούν το χαρακτήρα διαφυγής ';
$strFieldsTerminatedBy = 'Πεδία που τελειώνουν σε';
$strFileAlreadyExists = 'Το αρχείο %s υπάρχει ήδη στον διακομιστή. Επιλέξτε διαφορετικό όνομα αρχείου ή ενεργοποιήστε την επιλογή αντικατάστασης.';
$strFileCouldNotBeRead = 'Δεν ήταν δυνατή η ανάγνωση του αρχείου';
$strFileNameTemplate = 'Μορφή ονόματος αρχείου';
$strFileNameTemplateRemember = 'αποθήκευση μορφής';
$strFixed = 'προκαθορισμένου μήκους';
$strFlushPrivilegesNote = 'Σημείωση: Το phpMyAdmin διαβάζει τα προνόμια των χρηστών απ\' ευθείεας από τους πίνακες προνομίων της MySQL. Το περιεχόμενο αυτών των πινάκων μπορεί να διαφέρει από τα προνόμια που χρησιμοποιεί ο διακομιστής εάν έχουν γίνει αλλαγές χειροκίνητα. Σε αυτήν την περίπτωση, θα πρέπει να %sεπαναφορτώσετε τα προνόμια%s πριν συνεχίσετε.';
$strFlushTable = 'Εκκαθάριση ("FLUSH") πίνακα';
$strFormEmpty = 'Ελλειπής τιμή στο πεδίο !';
$strFormat = 'Μορφοποίηση';
$strFullText = 'Πλήρη κείμενα';
$strFunction = 'Έλεγχος';
 
$strGenBy = 'Δημιουργήθηκε από:';
$strGenTime = 'Χρόνος δημιουργίας';
$strGeneralRelationFeat = 'Γενικές λειτουργίες συσχέτισης';
$strGerman = 'Γερμανικά';
$strGlobal = 'Γενικός';
$strGlobalPrivileges = 'Γενικά προνόμια';
$strGlobalValue = 'Γενική τιμή';
$strGo = 'Εκτέλεση';
$strGrantOption = 'Χορήγηση'; // Grant
$strGreek = 'Ελληνικά';
$strGzip = 'συμπίεση «gzip»';
 
$strHasBeenAltered = 'έχει αλλαχθεί.';
$strHasBeenCreated = 'έχει δημιουργηθεί.';
$strHaveToShow = 'Πρέπει να επιλέξετε τουλάχιστον μία στήλη για εμφάνιση';
$strHebrew = 'Εβραϊκά';
$strHome = 'Κεντρική σελίδα';
$strHomepageOfficial = 'Επίσημη σελίδα του phpMyAdmin';
$strHost = 'Σύστημα';
$strHostEmpty = 'Το όνομα του Συστήματος είναι κενό!';
$strHungarian = 'Ουγγρικά';
 
$strId = 'ID';
$strIdxFulltext = 'Πλήρες κείμενο';
$strIgnore = 'Παράληψη';
$strIgnoringFile = 'Παράκαμψη του αρχείου %s';
$strImportDocSQL = 'Εισαγωγή αρχείων docSQL';
$strImportFiles = 'Εισαγωγή αρχείων';
$strInUse = 'σε χρήση';
$strIndex = 'Ευρετήριο';
$strIndexHasBeenDropped = 'Το ευρετήριο %s διεγράφη';
$strIndexName = 'Όνομα ευρετηρίου&nbsp;:';
$strIndexType = 'Τύπος ευρετηρίου&nbsp;:';
$strIndexes = 'Ευρετήρια';
$strInnodbStat = 'Κατάσταση InnoDB';
$strInsecureMySQL = 'Το αρχείο ρυθμίσεών σας περιέχει ρυθμίσεις (χρήστης root χωρίς κωδικό πρόσβασης) που αντιστοιχούν στον εξ\' ορισμού λογαριασμό χρήστη MySQL. Ο διακομιστής MySQL σας που τρέχει με αυτή τη ρύθμιση, είναι ανοιχτός σε επιθέσεις και θα πρέπει να διορθώσετε το πρόβλημα.';
$strInsert = 'Εισαγωγή';
$strInsertAsNewRow = 'Εισαγωγή ως νέα εγγραφές';
$strInsertNewRow = 'Εισαγωγή νέας εγγραφής';
$strInsertedRowId = 'id εισαγμένης εγγραφής:';
$strInsertedRows = 'Εισαγόμενες εγγραφές:';
 
$strJapanese = 'Ιαπωνικά';
$strJumpToDB = 'Μεταπήδηση στην βάση &quot;%s&quot;.';
$strJustDelete = 'Απλή διαγραφή των χρηστών από τους πίνακες προνομίων.';
$strJustDeleteDescr = 'Οι &quot;διεγραμμένοι&quot; χρήστες θα συνεχίσουν να έχουν πρόσβαση στον διακομιστή μέχρις ότου να επαναφορτωθούν οι πίνακες προνομίων.';
 
$strKeepPass = 'Διατήρηση κωδικού πρόσβασης';
$strKeyname = 'Όνομα κλειδιού';
$strKill = 'Τερματισμός';
$strKorean = 'Κορεατικά';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Επιλογές LaTeX';
$strLandscape = 'Οριζόντια διάταξη';
$strLengthSet = 'Μήκος/Τιμές*';
$strLimitNumRows = 'Εγγραφές ανά σελίδα';
$strLinesTerminatedBy = 'Γραμμές που τελειώνουν σε';
$strLinkNotFound = 'Δεν βρέθηκε η σύνδεση';
$strLinksTo = 'Σύνδεση με';
$strLithuanian = 'Λιθουανικά';
$strLocalhost = 'Τοπικό';
$strLocationTextfile = 'Τοποθεσία του αρχείου κειμένου';
$strLogPassword = 'Κωδικός πρόσβασης:';
$strLogUsername = 'Όνομα χρήστη:';
$strLogin = 'Σύνδεση';
$strLoginInformation = 'Πληροφορίες Σύνδεσης';
$strLogout = 'Αποσύνδεση';
 
$strMIME_MIMEtype = 'Τύπος MIME';
$strMIME_available_mime = 'Διαθέσιμοι τύποι MIME';
$strMIME_available_transform = 'Διαθέσιμες μετατροπές';
$strMIME_description = 'Περιγραφή';
$strMIME_nodescription = 'Δεν υπάρχει διαθέσιμη περιγραφή για αυτή τη μετατροπή.<br />Παρακαλώ απευθηνθείτε στον δημιουργό της για να μάθετε, τι κάνει η μετατροπή %s.';
$strMIME_transformation = 'Μετατροπή περιηγητή';
$strMIME_transformation_note = 'Για μία λίστα με τις διαθέσιμες μετατροπές και τις μετατροπές τύπου MIME, πατήστε %sπεριγραφές μετατροπών%s';
$strMIME_transformation_options = 'Επιλογές μετατροπής';
$strMIME_transformation_options_note = 'Παρακαλώ εισάγετε τις τιμές για τη μετατροπή χρησιμοποιώντας τη μορφή: \'a\',\'b\',\'c\'...<br />Εάν χρειαστείτε να χρησιμοποιήσετε καθέτους ("\") ή μονά εισαγωγικά ("\'") στις τιμές, χρησιμοποιείτε καθέτους (παράδειγμα \'\\\\xyz\' ή \'a\\\'b\').';
$strMIME_without = 'Οι τύποι MIME που εμφανίζονται με πλάγια γράμματα δεν έχουν ξεχωριστή λειτουργία μετατροπής';
$strModifications = 'Οι αλλαγές αποθηκεύτηκαν';
$strModify = 'Τροποποίηση';
$strModifyIndexTopic = 'Αλλαγή ενός ευρετηρίου';
$strMoveTable = 'Μεταφορά πίνακα σε (βάση<b>.</b>πίνακας):';
$strMoveTableOK = 'Ο πίνακας %s μεταφέρθηκε στο %s.';
$strMoveTableSameNames = 'Δεν είναι δυνατή η μεταφορά του πίνακα στον εαυτό του!';
$strMultilingual = 'πολυγλωσσικό';
$strMySQLCharset = 'Σετ χαρακτήρων της MySQL';
$strMySQLSaid = 'Η MySQL επέστρεψε το μύνημα: ';
$strMySQLShowProcess = 'Εμφάνιση διεργασιών';
$strMySQLShowStatus = 'Εμφάνιση πληροφορών εκτέλεσης της MySQL';
$strMySQLShowVars = 'Εμφάνιση μεταβλητών της MySQL';
 
$strName = 'Όνομα';
$strNext = 'Επόμενο';
$strNo = 'Όχι';
$strNoDatabases = 'Δεν υπάρχουν βάσεις δεδομένων';
$strNoDatabasesSelected = 'Δεν έχετε επιλέξει βάσεις.';
$strNoDescription = 'χωρίς περιγραφή';
$strNoDropDatabases = 'Οι εντολές «DROP DATABASE» έχουν απενεργοποιηθεί.';
$strNoExplain = 'Χωρίς ανάλυση SQL';
$strNoFrames = 'Το phpMyAdmin είναι πιο φιλικό με έναν browser <b>που υποστηρίζει frames</b>.';
$strNoIndex = 'Δεν ορίστηκε ευρετήριο!';
$strNoIndexPartsDefined = 'Δεν ορίστηκαν τα στοιχεία του ευρετηρίου!';
$strNoModification = 'Χωρίς αλλαγή';
$strNoOptions = 'Αυτή η μορφή δεν έχει επιλογές';
$strNoPassword = 'Χωρίς Κωδικό Πρόσβασης';
$strNoPermission = 'Ο διακομιστής δεν έχει δικαιώματα αποθήκευσης του αρχείου %s.';
$strNoPhp = 'χωρίς κώδικα PHP';
$strNoPrivileges = 'Χωρίς Προνόμια';
$strNoRights = 'Δεν έχετε αρκετά δικαιώματα να είσαστε εδώ τώρα!';
$strNoSpace = 'Δεν υπάρχει διαθέσιμος χώρος για την αποθήκευση του αρχείου %s.';
$strNoTablesFound = 'Δεν βρέθηκαν Πίνακες στη βάση.';
$strNoUsersFound = 'Δεν βρέθηκαν χρήστες.';
$strNoValidateSQL = 'Skip Validate SQL';
$strNone = 'Κανένα';
$strNotNumber = 'Αυτό δεν είναι αριθμός!';
$strNotOK = 'ΛΑΘΟΣ';
$strNotSet = 'Ο πίνακας <b>%s</b> δεν βρέθηκε ή δεν ορίστηκε στη %s';
$strNull = 'Κενό';
$strNumSearchResultsInTable = '%s αποτελέσματα στον πίνακα <i>%s</i>';
$strNumSearchResultsTotal = '<b>Σύνολο:</b> <i>%s</i> αποτελέσματα';
$strNumTables = 'Πίνακες';
 
$strOK = 'OK';
$strOperations = 'Λειτουργίες';
$strOptimizeTable = 'Βελτιστοποίηση Πίνακα';
$strOr = 'Ή';
$strOverhead = 'Επιβάρυνση';
$strOverwriteExisting = 'Αντικατάσταση υπαρχόντων αρχείων';
 
$strPHP40203 = 'Χρησιμοποιείτε την PHP 4.2.3, η οποία είχε ένα σοβαρό πρόβλημα με αλφαριθμητικά τύπου multi-byte (mbstring). Δείτε το αναφορά προβλήματος PHP 19404. Αυτή η έκδοση της PHP δεν προτείνεται για χρήση με το phpMyAdmin.';
$strPHPVersion = 'Έκδοση PHP';
$strPageNumber = 'Σελίδα:';
$strPaperSize = 'Μέγεθος χαρτιού';
$strPartialText = 'Επιμέρους κείμενα';
$strPassword = 'Κωδικός Πρόσβασης';
$strPasswordChanged = 'Ο Κωδικός Πρόσβασης για τον χρήστη %s άλλαξε επιτυχώς.';
$strPasswordEmpty = 'Ο Κωδικός Πρόσβασης είναι κενός!';
$strPasswordNotSame = 'Οι κωδικοί πρόσβασης δεν είναι ίδιοι!';
$strPdfDbSchema = 'Σχήμα της βάσης "%s" - Σελίδα %s';
$strPdfInvalidTblName = 'Ο πίνακας "%s" δεν υπάρχει!';
$strPdfNoTables = 'Δεν υπάρχουν πίνακες';
$strPerHour = 'ανά ώρα';
$strPerMinute = 'ανά λεπτό';
$strPerSecond = 'ανά δευτερόλεπτο';
$strPhoneBook = 'τηλ. κατάλογος';
$strPhp = 'Δημιουργία κώδικα PHP';
$strPmaDocumentation = 'Τεκμηρίωση phpMyAdmin';
$strPmaUriError = 'Η εντολή <tt>$cfg[\'PmaAbsoluteUri\']</tt> ΠΡΕΠΕΙ να οριστεί στο αρχείο ρυθμίσεων!';
$strPortrait = 'Κάθετη διάταξη';
$strPos1 = 'Αρχή';
$strPrevious = 'Προηγούμενο';
$strPrimary = 'Πρωτεύον';
$strPrimaryKeyHasBeenDropped = 'Το πρωτεύον κλειδί διεγράφη';
$strPrimaryKeyName = 'Το όνομα του πρωτεύοντος κλειδιού πρέπει να είναι... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>πρέπει</b> να είναι το όνομα του πρωτεύοντος κλειδιού και <b>μόνο αυτού</b> !)';
$strPrint = 'Εκτύπωση';
$strPrintView = 'Εμφάνιση για εκτύπωση';
$strPrivDescAllPrivileges = 'Περιλαμβάνει όλα τα προνόμια εκτός από το GRANT.';
$strPrivDescAlter = 'Επιτρέπει την αλλαγή δομής των υπαρχόντων πινάκων.';
$strPrivDescCreateDb = 'Επιτρέπει τη δημιουργία νέων βάσεων και πινάκων.';
$strPrivDescCreateTbl = 'Επιτρέπει τη δημιουργία νέων πινάκων.';
$strPrivDescCreateTmpTable = 'Επιτρέπει τη δημιουργία προσωρινών πινάκων.';
$strPrivDescDelete = 'Επιτρέπει τη διαγραφή δεδομένων.';
$strPrivDescDropDb = 'Επιτρέπει τη διαγραφή βάσεων και πινάκων.';
$strPrivDescDropTbl = 'Επιτρέπει τη διαγραφή πινάκων.';
$strPrivDescExecute = 'Επιτρέπει την εκτέλεση αποθηκευμένων ρουτινών. Δεν έχει χρήση σε αυτήν την έκδοση MySQL version.';
$strPrivDescFile = 'Επιτρέπει την εισαγωγή και εξαγωγή δεδομένων από και σε αρχεία.';
$strPrivDescGrant = 'Επιτρέπει την προσθήκη χρηστών και προνομίων χωρίς να επαναφορτώσετε τους πίνακες προνομίων.';
$strPrivDescIndex = 'Επιτρέπει την δημιουργία και την διαγραφή ευρετηρίων.';
$strPrivDescInsert = 'Επιτρέπει την εισαγωγή και την αντικατάσταση δεδομένων.';
$strPrivDescLockTables = 'Επιτρέπει το κλείδωμα πινάκων για την τρέχουσα λειτουργία.';
$strPrivDescMaxConnections = 'Περιορίζει τον αριθμό των νέων συνδέσεων που ο χρήστης μπορεί να ξεκινήσει ανά ώρα.';
$strPrivDescMaxQuestions = 'Περιορίζει τον αριθμό των επερωτημάτων που ο χρήστης μπορεί να στείλει στον διακομιστή ανά ώρα.';
$strPrivDescMaxUpdates = 'Περιορίζει τον αριθμό των αλλαγής πινάκων ή βάσεων που ο χρήστης μπορεί να εκετελέσει ανά ώρα.';
$strPrivDescProcess3 = 'Επιτρέπει την διακοπή διεργασιών άλλων χρηστών.';
$strPrivDescProcess4 = 'Επιτρέπει την εμφάνιση ολοκληρωμένων επερωτημάτων στη λίστα διεργασιών.';
$strPrivDescReferences = 'Δεν έχει χρήση σε αυτήν την έκδοση MySQL.';
$strPrivDescReload = 'Επιτρέπει την επανεκκίνηση του διακομιστή και τον καθαρισμό των προσωρινών αρχείων του.';
$strPrivDescReplClient = 'Δίνει το δικαίωμα στον χρήστη να βρει που είναι οι κύριοι και δευτερεύοντες διακομιστές.';
$strPrivDescReplSlave = 'Απαιτείται για τους δευτερευόντες διακομιστές αναπαραγωγής.';
$strPrivDescSelect = 'Επιτρέπει την ανάγνωση δεδομένων.';
$strPrivDescShowDb = 'Δίνει πρόσβαση στην πλήρη λίστα των βάσεων δεδομένων.';
$strPrivDescShutdown = 'Επιτρέπει την διακοπή λειτουργίας του διακομιστή.';
$strPrivDescSuper = 'Επιτρέπει τη σύνδεση, ακόμα και όταν ο μέγιστος αριθμός συνδέσεων έχει καλυθφεί; Απαιτείται για τις περισσότερες λειτουργίες διαχείρισης όπως ο ορισμός γενικών μεταβλητών ή τη διακοπή λειτουργιών άλλων χρηστών.';
$strPrivDescUpdate = 'Επιτρέπει την αλλαγή δεδομένων.';
$strPrivDescUsage = 'Χωρίς προνόμια.';
$strPrivileges = 'Προνόμια';
$strPrivilegesReloaded = 'Τα προνόμια επαναφορτώθηκαν επιτυχώς.';
$strProcesslist = 'Λίστα διεργασιών';
$strPutColNames = 'Εμφάνιση ονομάτων πεδίων στην πρώτη γραμμή';
 
$strQBE = 'Επερώτημα κατά παράδειγμα';
$strQBEDel = 'Διαγραφή';
$strQBEIns = 'Εισαγωγή';
$strQueryFrame = 'Παράθυρο επερωτήματος';
$strQueryOnDb = 'Εντολή SQL στη βάση <b>%s</b>:';
$strQuerySQLHistory = 'Ιστορικό SQL';
$strQueryStatistics = '<b>Στατιστικά επερωτημάτων</b>: Από την έναρξη λειτουργίας, %s επερωτήματα έχουν σταλεί στον διακομιστή.';
$strQueryTime = 'Το επερώτημα χρειάστηκε %01.4f δευτ/τα';
$strQueryType = 'Τύπος επερωτήματος';
$strQueryWindowLock = 'Να μην αλλάξει το επερώτημα από εξωτερική πηγή';
 
$strReType = 'Επαναεισαγωγή';
$strReceived = 'Λήφθησαν';
$strRecords = 'Εγγραφές';
$strReferentialIntegrity = 'Έλεγχος ακεραιότητας σχέσεων:';
$strRelationNotWorking = 'Οι επιπρόσθετες λειτουργίες για εργασία με συσχετισμένους πίνακες έχουν απενεργοποιηθεί. Για να μάθετε γιατί, πατήστε %sεδώ%s.';
$strRelationView = 'Εμφάνιση σχέσεων';
$strRelationalSchema = 'Σχεσιακό σχήμα';
$strRelations = 'Σχέσεις';
$strReloadMySQL = 'Επανεκκίνηση της MySQL';
$strReloadingThePrivileges = 'Επαναφόρτωση προνομίων';
$strRemoveSelectedUsers = 'Διαγραφή των επιλεγμένων χρηστών';
$strRenameTable = 'Μετονομασία πίνακα σε';
$strRenameTableOK = 'Ο Πίνακας %s μετονομάσθηκε σε %s';
$strRepairTable = 'Επιδιόρθωση πίνακα';
$strReplaceNULLBy = 'Αντικατάσταση τιμής NULL με';
$strReplaceTable = 'Αντικατάσταση δεδομένων Πίνακα με το αρχείο';
$strReset = 'Επαναφορά';
$strResourceLimits = 'Όρια πόρων';
$strRevoke = 'Ανάκληση';
$strRevokeAndDelete = 'Ανάκληση όλων των ενεργών προνομίων από τους χρήστες και διαγραφή τους.';
$strRevokeAndDeleteDescr = 'Οι χρήστες θα συνεχίσουν να έχουν το προνόμιο USAGE μέχρις ότου επαναφορτωθούν τα προνόμια.';
$strRevokeMessage = 'Ανακαλέσατε τα προνόμια για %s';
$strRowLength = 'Μέγεθος Γραμμής';
$strRowSize = ' Μέγεθος Εγγραφής ';
$strRows = 'Εγγραφές';
$strRowsFrom = 'Εγγραφές αρχίζοντας από την εγγραφή';
$strRowsModeFlippedHorizontal = 'οριζόντια (στραμμένες επικεφαλίδες)';
$strRowsModeHorizontal = 'οριζόντια';
$strRowsModeOptions = 'σε %s μορφή με επανάληψη επικεφαλίδων ανά %s κελιά';
$strRowsModeVertical = 'κάθετη';
$strRowsStatistic = 'Στατιστικά Εγγραφών';
$strRunQuery = 'Υποβολή επερωτήματος';
$strRunSQLQuery = 'Εκτέλεση εντολής/εντολών SQL στη βάση δεδομένων %s';
$strRunning = 'που εκτελείται στο %s';
$strRussian = 'Ρωσσικά';
 
$strSQL = 'SQL';
$strSQLOptions = 'Επιλογές SQL';
$strSQLParserBugMessage = 'Υπάρχει περίπτωση να εντοπίσατε ένα πρόβλημα στον SQL parser. Παρακαλώ εξετάστε το επερώτημά σας προσεκτικά και ελέγξτε ότι όλα τα εισαγωγικά ανοίγουν και κλείνουν σωστά. \'Αλλες πιθανές αιτίες μπορούν να είναι η αποστολή αρχείου με δυαδικό κώδικα εκτός εισαγωγικών. Μπορείτε επίσης να δοκιμάσετε το επερώτημά σας στη γραμμή εντολών της MySQL. Εάν συνεχίζετε να έχετε πρόβλημα, ή εάν ο parser αποτυγχάνει όπου η γραμμή εντολών επιτυγχάνει, παρακαλώ απομονώστε το επερώτημα εκείνο που δημιουργεί το πρόβλημα και στείλτε αναφορά λάθους με τα δεδομένα που βρίσκονται στο τμήμα CUT που ακολουθεί:';
$strSQLParserUserError = 'Φαίνεται να υπάρχει ένα λάθος στο επερώτημά σας. Το κάτωθι λάθος διακομιστή MySQL, εάν υπάρχει κάποιο, μπορεί επίσης να σας βοηθήσει να διαγνώσετε το πρόβλημα.';
$strSQLQuery = 'Εντολή SQL';
$strSQLResult = 'αποτέλεσμα SQL';
$strSQPBugInvalidIdentifer = '\'Αγνωστο Αναγνωριστικό';
$strSQPBugUnclosedQuote = 'Ανοιχτά εισαγωγικά';
$strSQPBugUnknownPunctuation = '\'Αγνωστο σημείο στίξης';
$strSave = 'Αποθήκευση';
$strSaveOnServer = 'Αποθήκευση στον διακομιστή στον φάκελο %s';
$strScaleFactorSmall = 'Η κλίμακα είναι πολύ μικρή για να εμφανιστεί το σχήμα σε μία σελίδα';
$strSearch = 'Αναζήτηση';
$strSearchFormTitle = 'Αναζήτηση στη βάση';
$strSearchInTables = 'Μέσα στους πίνακες:';
$strSearchNeedle = 'Όροι ή τιμές για αναζήτηση (μπαλαντέρ: "%"):';
$strSearchOption1 = 'τουλάχιστον έναν από τους όρους';
$strSearchOption2 = 'όλους τους όρους';
$strSearchOption3 = 'την ακριβή φράση';
$strSearchOption4 = 'ως regular expression';
$strSearchResultsFor = 'Αποτελέσματα αναζήτησης για "<i>%s</i>" %s:';
$strSearchType = 'Έυρεση:';
$strSecretRequired = 'Το αρχείο ρυθμίσεων χρειάζεται τώρα μία μυστική φράση-κλειδί (blowfish_secret).';
$strSelectADb = 'Παρακαλώ επιλέξτε μία βάση δεδομένων';
$strSelectAll = 'Επιλογή όλων';
$strSelectFields = 'Επιλογή πεδίων (τουλάχιστον ένα)';
$strSelectNumRows = 'στην εντολή';
$strSelectTables = 'Επιλογή Πινάκων';
$strSend = 'Αποστολή';
$strSent = 'Εστάλησαν';
$strServer = 'Διακομιστής';
$strServerChoice = 'Επιλογή Διακομιστή';
$strServerStatus = 'Πληροφορίες εκτέλεσης';
$strServerStatusUptime = 'Αυτός ο διακομιστής MySQL λειτουργεί για %s. Ξεκίνησε στις %s.';
$strServerTabProcesslist = 'Διεργασίες';
$strServerTabVariables = 'Μεταβλητές';
$strServerTrafficNotes = '<b>Κίνηση Διακομιστή</b>: Αυτοί οι πίνακες δείχνουν στατιστικά χρήσης δικτύου αυτού του διακομιστή MySQL από την έναρξη της λειτουργίας του.';
$strServerVars = 'Ρυθμίσεις και μεταβλητές του διακομιστή';
$strServerVersion = 'Έκδοση Διακομιστή';
$strSessionValue = 'Τιμή Session';
$strSetEnumVal = 'Αν ο τύπος του πεδίου είναι «enum» ή «set», παρακαλώ εισάγετε τις τιμές χρησιμοποιώντας την εξής μορφή: \'α\',\'β\',\'γ\'...<br /> Αν χρειάζεται να εισάγετε την ανάποδη κάθετο ("\") ή απλά εισαγωγικά ("\'"), προθέστε τα με ανάποδη κάθετο στην αρχή (για παράδειγμα \'\\\\χψω\' ή \'α\\\'β\').';
$strShow = 'Εμφάνιση';
$strShowAll = 'Εμφάνιση όλων';
$strShowColor = 'Εμφάνιση χρωμάτων';
$strShowDatadictAs = 'Μορφή λεξικού δεδομένων';
$strShowFullQueries = 'Πλήρης εμφάνιση επερωτημάτων';
$strShowGrid = 'Εμφάνιση πλέγματος';
$strShowPHPInfo = 'Εμφάνιση πληροφοριών της PHP';
$strShowTableDimension = 'Εμφάνιση διαστάσεων πινάκων';
$strShowTables = 'Εμφάνιση πινάκων';
$strShowThisQuery = ' Εμφάνισε εδώ ξανά αυτό το επερώτημα';
$strShowingRecords = 'Εμφάνιση εγγραφής ';
$strSimplifiedChinese = 'Απλοποιημένα Κινεζικά';
$strSingly = '(μοναδικά)';
$strSize = 'Μέγεθος';
$strSort = 'Ταξινόμηση';
$strSpaceUsage = 'Χρήση χώρου';
$strSplitWordsWithSpace = 'Οι λέξεις χωρίζονται από τον χαρακτήρα διαστήματος (" ").';
$strStatCheckTime = 'τελευταίος έλεγχος';
$strStatCreateTime = 'Δημιουργία';
$strStatUpdateTime = 'Τελευταία ενημέρωση';
$strStatement = 'Δηλώσεις';
$strStatus = 'Κατάσταση';
$strStrucCSV = 'Δεδομένα CSV';
$strStrucData = 'Δομή και δεδομένα';
$strStrucDrop = 'Προσθήκη «Drop Table»';
$strStrucExcelCSV = 'Μορφή CSV για δεδομένα MS Excel';
$strStrucOnly = 'Μόνο η δομή';
$strStructPropose = 'Προτεινόμενη δομή πίνακα';
$strStructure = 'Δομή';
$strSubmit = 'Αποστολή';
$strSuccess = 'Η SQL εντολή σας εκτελέσθηκε επιτυχώς';
$strSum = 'Σύνολο';
$strSwedish = 'Σουηδικά';
$strSwitchToTable = 'Μεταφορά στον αντεγραμμένο πίνακα';
 
$strTable = 'Πίνακας ';
$strTableComments = 'Σχόλια Πίνακα';
$strTableEmpty = 'Το όνομα του Πίνακα είναι κενό!';
$strTableHasBeenDropped = 'Ο Πίνακας %s διεγράφη';
$strTableHasBeenEmptied = 'Ο Πίνακας %s άδειασε';
$strTableHasBeenFlushed = 'Ο Πίνακας %s εκκαθαρίστικε ("FLUSH")';
$strTableMaintenance = 'Συντήρηση Πίνακα';
$strTableOfContents = 'Πίνακας περιεχομένων';
$strTableOptions = 'Επιλογές πίνακα';
$strTableStructure = 'Δομή Πίνακα για τον Πίνακα';
$strTableType = 'Τύπος Πίνακα';
$strTables = '%s Πίνακας/Πίνακες';
$strTblPrivileges = 'Προνόμια πινάκων';
$strTextAreaLength = ' Εξαιτίας του μεγέθος του,<br /> αυτό το πεδίο ίσως να μη μπορεί να διορθωθεί ';
$strThai = 'Ταϋλανδικά';
$strThisHost = 'Αυτός ο διακομιστής';
$strThisNotDirectory = 'Δεν ήταν φάκελος';
$strThreadSuccessfullyKilled = 'Η λειτουργία %s διεκόπη.';
$strTime = 'Χρόνος';
$strToggleScratchboard = '(Απ)ενεργοποίηση πίνακα σχεδιασμού';
$strTotal = 'συνολικά';
$strTotalUC = 'Σύνολο';
$strTraditionalChinese = 'Παραδοσιακά Κινεζικά';
$strTraffic = 'Κίνηση';
$strTransformation_image_jpeg__inline = 'Εμφανίζει μια εικόνα προεπισκόπησης με σύνδεσμο; επιλογές: πλάτος, ύψος σε pixels (διατηρεί τις αρχικές αναλογίες)';
$strTransformation_image_jpeg__link = 'Εμφανίζει έναν σύνδεσμο για αυτήν την εικόνα.';
$strTransformation_image_png__inline = 'Δείτε image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Παίρνει ένα πεδίο TIME, TIMESTAMP ή DATETIME και το μορφοποιεί χρησιμοποιώντας την τοπική μορφή. Η πρώτη επιλογή είναι η διαφορά (σε ώρες) που θα προστεθεί στην ώρα (Εξ\' ορισμού: 0). Η δεύτερη επιλογή είναι μορφή ημερομηνίας όπως ορίζεται από τις διαθέσιμες παραμέτρους της εντολής strftime() της PHP.';
$strTransformation_text_plain__external = 'ΜΟΝΟ ΓΙΑ LINUX: Εκτελεί μία εξωτερική εφαρμογή και στέλνει τα δεδομένα μέσω \'standard input\'. Επιστρέφει το αποτέλεσμα της εφαρμογής. Εξ\' ορισμού τιμή είναι το Tidy, που τυπώνει μορφοποιημένο κώδικα HTML. Για λόγους ασφαλείες, πρέπει χειροκίνητα να αλλάξετε το αρχείο libraries/transformations/text_plain__external.inc.php και να εισάγετε τις εφαρμογές που εσείς επιτρέπετε να εκτελούνται. Η πρώτη επιλογή είναι ο αριθμός της εφαρμογής που θέλετε να χρησιμοποιήσετε και η δεύτερη επιλογή είναι οι παράμετροι της. Η τρίτη επιλογή, αν τεθεί σε 1 θα μετατρέψει το αποτέλεσμα χρησιμοποιώντας την εντολή htmlspecialchars() (Εξ\' ορισμού τιμή: 1). Η τέταρτη επιλογή, αν τεθεί σε 1 θα εισάγει NOWRAP στο κελί περιεχομένου ούτως ώστε όλο το αποτέλεσμα να εμφανιστεί χωρίς αλλαγές στην διάταξη (Εξ\' ορισμού τιμή: 1)';
$strTransformation_text_plain__formatted = 'Διατηρεί την αρχική μορφοποίηση του πεδίου. Δεν χρησιμοποιούνται χαρακτήρες διαφυγής.';
$strTransformation_text_plain__imagelink = 'Εμφανίζει μία εικόνα και ένα σύνδεσμο, το πεδίο περιέχει το όνομα αρχείου. Η πρώτη επιλογή είναι ένα πρόθεμα όπως "http://domain.com/", η δεύτερη επιλογή είναι το πλάτος σε pixels, η τρίτη είναι το ύψος.';
$strTransformation_text_plain__link = 'Εμφανίζει ένα σύνδεσμο, το πεδίο περιέχει το όνομα αρχείου. Η πρώτη επιλογή είναι ένα πρόθεμα όπως "http://domain.com/", η δεύτερη επιλογή είναι ένας τίτλος για τον σύνδεσμο.';
$strTransformation_text_plain__substr = 'Εμφανίζει μόνο μέρος ενός αλφαριθμητικού. Η πρώτη επιλογή είναι η θέση στην οποία ξεκινά η εμφάνιση του κειμένου (Εξ\' ορισμού 0). Η δεύτερη επιλογή είναι το μήκος του κειμένου. Αν μείνει κενό θα επιστραφεί όλο το αλφαριθμητικό. Η τρίτη επιλογή καθορίζει ποιοι χαρακτήρες θα ακολουθούν το κείμενο όταν εμφανίζεται μέρος του (Εξ\' ορισμού: ...) .';
$strTruncateQueries = 'Αποκοπή εμφανιζόμενων επερωτημάτων';
$strTurkish = 'Τουρκικά';
$strType = 'Τύπος';
 
$strUkrainian = 'Ουκρανικά';
$strUncheckAll = 'Απεπιλογή όλων';
$strUnicode = 'Unicode';
$strUnique = 'Μοναδικό';
$strUnknown = 'άγνωστο';
$strUnselectAll = 'Απεπιλογή όλων';
$strUpdComTab = 'Παρακαλώ διαβάστε στην τεκμηρίωση για το πως μπορείτε να ανανεώσετε τον πίνακα Column_comments';
$strUpdatePrivMessage = 'Τα προνόμια του χρήστη %s ενημερώθηκαν.';
$strUpdateProfileMessage = 'Τα στοιχεία ανανεώθηκαν.';
$strUpdateQuery = 'Ενημέρωση της εντολής';
$strUsage = 'Χρήση';
$strUseBackquotes = 'Χρήση ανάποδων εισαγωγικών στα ονόματα των Πινάκων και των Πεδίων';
$strUseHostTable = 'Use Host Table';
$strUseTables = 'Χρήση Πινάκων';
$strUseTextField = 'Χρησιμοποιήστε το πεδίο κειμένου';
$strUseThisValue = 'Χρήση αυτής της τιμής';
$strUser = 'Χρήστης';
$strUserAlreadyExists = 'Ο χρήστης %s υπάρχει ήδη!';
$strUserEmpty = 'Το όνομα του χρήστη είναι κενό!';
$strUserName = 'Όνομα χρήστη';
$strUserNotFound = 'Ο επιλεγμένος χρήστης δεν βρέθηκε στον πίνακα προνομίων.';
$strUserOverview = 'Περίληψη χρηστών';
$strUsersDeleted = 'Οι επιλεγμένοι χρήστες διεγράφησαν επιτυχώς.';
$strUsersHavingAccessToDb = 'Χρήστες με πρόσβαση στη βάση &quot;%s&quot;';
 
$strValidateSQL = 'Επικύρωση SQL';
$strValidatorError = 'Ο επικυρωτής SQL δεν μπόρεσε να ενεργοποιηθεί. Παρακαλώ ελέγξτε ότι έχετε εγκαταστήσει της απαραίτητες επεκτάσεις της php όπως περιγράφεται στην %sdocumentation%s.';
$strValue = 'Τιμή';
$strVar = 'Μεταβλητή';
$strViewDump = 'Εμφάνιση σχήματος του πίνακα';
$strViewDumpDB = 'Εμφάνιση σχήματος της βάσης';
$strViewDumpDatabases = 'Εμφάνισης σχήματος βάσεων';
 
$strWebServerUploadDirectory = 'Υποκατάλογος αποθήκευσης αρχείων διακομιστή';
$strWebServerUploadDirectoryError = 'Ο υποκατάλογος που ορίσατε για την αποθήκευση αρχείων δεν μπόρεσε να βρεθεί';
$strWelcome = 'Καλωσήρθατε στο %s';
$strWestEuropean = 'Δυτικής Ευρώπης';
$strWildcard = 'μπαλαντέρ';
$strWindowNotFound = 'Δεν ήταν δυνατό να ανανεωθεί το target παράθυρο του περιηγητή. Ίσως κλείσατε το parent παράθυρο ή ο περιηγητής σας δεν επιτρέπει τις ανανεώσεις μεταξύ παραθύρων λόγω ρυθμίσεων ασφαλείας.';
$strWithChecked = 'Με τους επιλεγμένους:';
$strWritingCommentNotPossible = 'Η εγγραφή του σχολίου δεν ήταν δυνατή';
$strWritingRelationNotPossible = 'Η εγγραφή της σχέσης δεν ήταν δυνατή';
$strWrongUser = 'Λανθασμένο όνομα χρήστη/κωδικός πρόσβασης. \'Αρνηση πρόσβασης.';
 
$strXML = 'XML';
 
$strYes = 'Ναι';
 
$strZeroRemovesTheLimit = 'Σημείωση: Αν ορίσετε αυτές τις επιλογές σε 0 (μηδέν) αφαιρείτε ο περιορισμός.';
$strZip = 'συμπίεση «zip»';
// To Translate
 
$strBrowseForeignValues = 'Browse foreign values'; //to translate
 
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
 
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/hebrew-iso-8859-8-i.inc.php
0,0 → 1,998
<?php
/* $Id: hebrew-iso-8859-8-i.inc.php,v 2.118.2.4 2006/03/23 17:42:13 lem9 Exp $
* Translated by Hadar Porat <hadar at banner.co.il> */
 
$charset = 'iso-8859-8-i';
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('éåí øàùåï', 'éåí ùðé', 'éåí ùìéùé', 'éåí øáéòé', 'éåí çîéùé', 'éåí ùéùé', 'ùáú');
$month = array('éðåàø', 'ôáøåàø', 'îøõ', 'àôøéì', 'îàé', 'éåðé', 'éåìé', 'àåâåñè', 'ñôèîáø', 'àå÷èåáø', 'ðåáîáø', 'ãöîáø');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s éîéí, %s ùòåú, %s ã÷åú å- %s ùðéåú';
 
$strAbortedClients = 'áåèì';
$strAbsolutePathToDocSqlDir = 'àðà äëðñ àú äðúéá äîåçìè àì úé÷ééú docSQL';
$strAccessDenied = 'âéùä ðãúçä';
$strAccessDeniedExplanation = 'phpMyAdmin ðéñä ìú÷ùø òí ùøú MySQL, åäùøú ãçä àú äçéáåø. àúä öøéê ìáãå÷ àú ëúåáú äùøú, ùí îùúîù åäñéñîà á÷åáõ config.inc.php åìååãà ëé äí úåàîéí ìîéãò ù÷éáìú ò"é àçøàé äùøú ùì MySQL.';
$strAction = 'ôòåìä';
$strAddAutoIncrement = 'äåñôú òøê AUTO_INCREMENT (îñôåø àåèåîèé)';
$strAddConstraints = 'äåñôú äâáìåú';
$strAddDeleteColumn = 'äåñôú/îçé÷ú òîåãåú ùãä';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = 'äåñôú DROP DATABASE';
$strAddedColumnComment = 'ðåñôä äòøä ìòîåãä';
$strAddedColumnRelation = 'ðåñó ÷ùø ìòîåãä';
$strAddFields = 'äåñôú %s úàéí';
$strAddHeaderComment = 'äåñôú äòøä îåúàîú àì ôúéçä(\\n ìùáéøú ùåøåú)';
$strAddIfNotExists = 'äåñôú IF NOT EXISTS';
$strAddIntoComments = 'äåñôä àì äòøåú';
$strAddNewField = 'äåñôú ùãä çãù';
$strAddPrivilegesOnDb = 'äåñôú äøùàåú ìîàâø äðúåðéí äáà';
$strAddPrivilegesOnTbl = 'äåñôú äøàùàåú ìèáìä äáàä';
$strAddSearchConditions = 'äåñôú úðàé çéôåù (äâåó ùì úðàé "where"):';
$strAddToIndex = 'äåñôä ìàéðã÷ñ &nbsp;%s&nbsp;ùåøä/ùåøåú';
$strAddUser = 'äåñôú îùúîù çãù';
$strAddUserMessage = 'îùúîù çãù ðåñó.';
$strAdministration = 'ðéäåì';
$strAffectedRows = 'ùåøåú äåùôòå:';
$strAfterInsertBack = 'çæøä ìòîåã ä÷åãí';
$strAfterInsertNewInsert = 'äåñôä ðåñôú ùì ùåøä çãùä';
$strAfterInsertNext = 'òøéëú äùåøä äáàä';
$strAfterInsertSame = 'çæøä àçåøä ìòîåã æä';
$strAfter = 'ìàçø %s';
$strAll = 'äëì';
$strAllTableSameWidth = 'äöâú ëì äèáìàåú áøåçá ãåîä?';
$strAlterOrderBy = 'ùéðåé ñãø äèáìä ìôé';
$strAnalyzeTable = 'ðéúåç èáìä';
$strAnd = 'åâí';
$strAndThen = 'åàæ';
$strAnIndex = 'àéðã÷ñ ðåñó àì %s';
$strAny = 'ëì ãáø';
$strAnyHost = 'ëì ùøú îàøç';
$strAnyUser = 'ëì îùúîù';
$strApproximateCount = 'éëåì ìäéåú äòøëä. øàä FAQ 3.11';
$strAPrimaryKey = 'îôúç øàùé ðåñó àì %s';
$strArabic = 'òøáéú';
$strArmenian = 'àøîðéú';
$strAscending = 'òåìä';
$strAtBeginningOfTable = 'áúçéìú èáìä';
$strAtEndOfTable = 'áñåó èáìä';
$strAttr = 'úëåðåú';
$strAutodetect = 'æéäåé àåèåîèé';
$strAutomaticLayout = 'òéöåá àåèåîèé';
 
$strBack = 'çæøä';
$strBaltic = 'áìèéú';
$strBeginCut = 'äúçìú çéúåê';
$strBeginRaw = 'äúçìú RAW';
$strBinary = 'áéðàøé';
$strBinaryDoNotEdit = 'áéðàøé - àéï ìòøåê';
$strBinaryLog = 'ãå"ç áéðàøé';
$strBinLogEventType = 'ñåâ àéøåò';
$strBinLogInfo = 'îéãò';
$strBinLogName = 'ùí ãå"ç';
$strBinLogOriginalPosition = 'îé÷åí î÷åøé';
$strBinLogPosition = 'îé÷åí';
$strBinLogServerId = '÷åã ùøú (ID)';
$strBookmarkAllUsers = 'àôùø ìëì îùúîù ìâùú ìëúåáú îåòãôú æàú';
$strBookmarkDeleted = 'ëúåáú îåòãôú ðîç÷ä.';
$strBookmarkLabel = 'úååéú';
$strBookmarkQuery = 'ùàéìúåú SQL îåòãôåú';
$strBookmarkThis = 'äëðñ ùàéìúú SQL æàú ìîåòãôéí';
$strBookmarkView = 'øàä ø÷';
$strBrowse = 'òéåï';
$strBulgarian = 'áåìâøéú';
$strBusyPages = 'òîåãéí òñå÷éí';
$strBzError = 'phpMyAdmin ðëùì áãçéñú äðúåðéí îùåí ùúåñôú Bz2 ìà ú÷éðä áâøñú PHP äðåëçéú. æä îàåã øöåé ëé úâãéø àú äâãøú <code>$cfg[\'BZipDump\']</code> á÷åáõ äâãøåú phpMyAdmin àì <code>FALSE</code>. àí àúä øåöä ìäùúîù áúëåðåú ãçéñú Bz2, òìéê ìùãøâ ìâøñú PHP çãéùä éåúø. øàä ãéååç ùâéàåú PHP %s ìôøèéí ðåñôéí.';
$strBzip = '"bzipped"';
 
$strCalendar = 'ìåç ùðä';
$strCannotLogin = 'ðëùì áëðéñä ìùøú MySQL';
$strCantLoadRecodeIconv = 'ðëùì áèòéú úåñôú iconv àå recode äãøåùä ìäîøú ÷éãåãéí. àå ùúâãéø àú PHP ìäôòéì àú úåñôåú àìå, àå ùúáèì àú äîøú ä÷éãåãéí áúåê phpMyAdmin.';
$strCantLoad = 'äúåñôú %s ìà ðèòðä áäöìçä,<br />àðà áãå÷ àú äâãøåú ä- PHP ùìê.';
$strCantRenameIdxToPrimary = 'ìà ðéúï ìùðåú ùí àéðã÷ñ àì PRIMARY!';
$strCantUseRecodeIconv = 'ðëùì áùéîåù áôåð÷öéåú iconv, libiconv àå recode, ìîøåú ùæä ðøàä ëé äúåñôåú äãøåùåú ðèòðå. áãå÷ àú äâãøåú PHP ùìê.';
$strCardinality = 'îñôåø';
$strCaseInsensitive = 'àéï çùéáåú ìøéùéåú (case)';
$strCaseSensitive = 'éù çùéáåú ìøéùéåú (case)';
$strChange = 'ùéðåé';
$strChangeCopyMode = 'éöéøú îùúîù çãù òí àåúï ääøùàåú åâí ...';
$strChangeCopyModeCopy = '... ùîéøú äéùï.';
$strChangeCopyModeDeleteAndReload = ' ... îçé÷ú äéùï îèáìàåú äîùúîùéí åèòï îçãù àú ääøùàåú ìàçø îëï.';
$strChangeCopyModeJustDelete = ' ... îçé÷ú äéùï îèáìàåú äîùúîùéí.';
$strChangeCopyModeRevoke = ' ... áèì àú ëì ääøùàåú äôòéìåú îäéùï åîç÷ àåúå ìàçø îëï.';
$strChangeCopyUser = 'ùéðåé îéãò ëðéñä / äòú÷ú îùúîù';
$strChangeDisplay = 'áçéøú ùãä ìäöâä';
$strChangePassword = 'ùéðåé ñéñîà';
$strCharset = '÷éãåã';
$strCharsetOfFile = 'çáéìú ä÷éãåã ùì ä÷åáõ:';
$strCharsets = '÷éãåãéí';
$strCharsetsAndCollations = 'çáéìåú ÷éãåã';
$strCheckAll = 'áçéøú äëì';
$strCheckOverhead = 'áãé÷ú èáìàåú òáåø ú÷åøä';
$strCheckPrivs = 'áãé÷ú äøùàåú';
$strCheckPrivsLong = 'áãé÷ú äøàùåú òáåø îàâø ðúåðéí &quot;%s&quot;.';
$strCheckTable = 'áãé÷ú èáìä';
$strChoosePage = 'àðà áçø òîåã ìòøéëä';
$strColComFeat = 'îöéâ äòøåú òîåãä';
$strCollation = '÷éãåã';
$strColumnNames = 'ùîåú òîåãä';
$strColumnPrivileges = 'äøùàåú ñôöéôéåú-ìòîåãä';
$strCommand = 'ô÷åãä';
$strComments = 'äòøåú';
$strCommentsForTable = 'äòøåú òáåø èáìä';
$strCompatibleHashing = 'úåàí MySQL&nbsp;4.0';
$strCompleteInserts = 'äùìí äëðñåú';
$strCompression = 'ãçéñä';
$strConfigFileError = 'phpMyAdmin ìà äöìéç ì÷øåà àú ÷åáõ ääâãøåú ùìê! îöá æä éúëï àí PHP îåöà èòåú á÷åã ä÷åáõ àå àí äåà ìà îåöà àú ä÷åáõ.<br /> àðà ÷øà ì÷åáõ ä÷åðôéâåøöéä éùéøåú áòæøú ä÷éùåø îúçú ìäåãòä æå å÷øà àú äåãòú PHP ùäéðê î÷áì. áøåá äîéìéí âøù àå ð÷åãä-ôñé÷ çñøéí áî÷åí ëìùäå.<br /> àí äéðê î÷áì ãó øé÷, äëì áñãø.';
$strConfigureTableCoord = 'àðà äâãø ð÷åãåú öéåï òáåø èáìä %s';
$strConnectionError = 'çéáåø ðëùì: äâãøåú ìà ú÷éðåú.';
$strConnections = 'çéáåøéí';
$strConstraintsForDumped = 'äâáìåú ìèáìàåú ùäåöàå';
$strConstraintsForTable = 'äâáìåú ìèáìä';
$strCookiesRequired = 'òåâéåú (Cookies) çééáåú ìôòåì îð÷åãä æàú.';
$strCopy = 'äòú÷ä';
$strCopyDatabaseOK = 'îàâø ðúåðéí %s äåòú÷ àì %s';
$strCopyTable = 'äòú÷ú èáìä àì (îñã ðúåðéí<b>.</b>èáìä):';
$strCopyTableOK = 'èáìä %s äåòú÷ä àì %s.';
$strCopyTableSameNames = 'ìà ðéúï ìäòúé÷ èáìä àì àåúä àçú!';
$strCouldNotKill = 'phpMyAdmin ðëùì áçéñåì áäìéê %s. øåá äñéëåééí ùäåà ëáø ðñâø.';
$strCreate = 'éöéøä';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE ìôðé äòú÷ä';
$strCreateIndex = 'éöéøú àéðã÷ñ òì&nbsp;%s&nbsp; òîåãåú';
$strCreateIndexTopic = 'éöéøú àéðã÷ñ çãù';
$strCreateNewDatabase = 'éöéøú îàâø ðúåðéí çãù';
$strCreateNewTable = 'éöéøú èáìä çãùä òì îàâø ðúåðéí %s';
$strCreatePage = 'éöéøú òîåã çãù';
$strCreatePdfFeat = 'éöéøä ùì ÷áöé PDF';
$strCreationDates = 'éöéøú/òãëåï/áãé÷ú úàøéëéí';
$strCriteria = '÷øéèøéåï';
$strCroatian = '÷øåàèéú';
$strCSVOptions = 'àôùøåéåú CSV';
$strCyrillic = '÷éøéìéú';
$strCzech = 'ö\'éëéú';
 
$strDanish = 'ãðéú';
$strData = 'ðúåðéí';
$strDatabase = 'îàâø ðúåðéí';
$strDatabaseEmpty = 'ùí îàâø äðúåðéí øé÷!';
$strDatabaseExportOptions = 'àôùøåéåú ééöåà îàâø ðúåðéí';
$strDatabaseHasBeenDropped = 'îñã äðúåðéí %s ðîç÷.';
$strDatabaseNoTable = 'îàâø äðúåðéí îëéì ùåí èáìä!';
$strDatabases = 'îàâøé ðúåðéí';
$strDatabasesDropped = '%s îñãé ðúåðéí ðîç÷å áäöìçä.';
$strDatabasesStats = 'ñèèéñèé÷ú îñã äðúåðéí';
$strDatabasesStatsDisable = 'áéèåì ñèèéñèé÷ä';
$strDatabasesStatsEnable = 'äôòìú ñèèéñèé÷ä';
$strDatabasesStatsHeavyTraffic = 'äòøä: äôòìú ñèèéñèé÷åú îàâø ðúåðéí ëàï éëåìåú ìâøåí ìúòáåøä ëáãä áéï äùøú äàéðèøðè ìùøú MySQL.';
$strDataDict = 'îéìåï îéãò';
$strDataOnly = 'îéãò áìáã';
$strDataPages = 'ãôéí îëéìéí îéãò';
$strDBComment = 'äòøä òì îàâø äðúåðéí: ';
$strDBCopy = 'äòú÷ú îàâø ðúåðéí àì';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'ìçéöåú';
$strDBGLine = 'ùåøä';
$strDBGMaxTimeMs = 'æîï îéøáé, ms';
$strDBGMinTimeMs = 'æîï îéæòøé, ms';
$strDBGModule = 'îåãåì';
$strDBGTimePerHitMs = 'æîï/ìçéöä, ms';
$strDBGTotalTimeMs = 'ñä"ë æîï, ms';
$strDbPrivileges = 'äøùàåú ñôöéôéåú ìîàâø ðúåðéí';
$strDBRename = 'ùéðåé ùí îàâø ðúåðéí àì';
$strDbSpecific = 'ñôöéôé ìîàâø äðúåðéí';
$strDefault = 'áøéøú îçãì';
$strDefaultEngine = '%s äåà îðåò äàçñåï áøéøú äîçãùì ùì ùøú MySQL æä.';
$strDefaultValueHelp = 'ìòøëé áøéøú îçãì, àðà äëðñ ø÷ òøê áåãã, ììà ñéîðé öéèåè àå ìåëñðéí, äùúîù áúáðéú äæàú : a';
$strDefragment = 'àéçåé èáìä';
$strDelayedInserts = 'äùúîù áäëðñåú îòåëáåú';
$strDelete = 'îçé÷ä';
$strDeleteAndFlush = 'îçé÷ú äîùúîùéí åèòéðä îçãù ùì ääøùàåú ìàçø îëï.';
$strDeleteAndFlushDescr = 'æäå äùéèä äð÷ééä áéåúø, àáì èòéðä ùì ääøùàåú éëåìä ì÷çú æîï îä.';
$strDeleted = 'äùåøä ðîç÷ä';
$strDeletedRows = 'ùåøåú ðîç÷å:';
$strDeleting = 'îåç÷ %s';
$strDelOld = 'ìòîåã äðåëçé éù äôðéåú ìèáìàåú ùëáø ìà ÷ééîåú. äàí àúä øåöä ìîçå÷ àú äôðéåú àìå?';
$strDescending = 'éåøã';
$strDescription = 'úéàåø';
$strDictionary = 'îéìåï';
$strDirtyPages = 'ãôéí îìåëìëéí';
$strDisabled = 'îáåèì';
$strDisplayFeat = 'äöâú úëåðåú';
$strDisplayOrder = 'ñãø úöåâä:';
$strDisplayPDF = 'äöâú úøùéí PDF';
$strDoAQuery = 'áéöåò "ùàéìúä ìãåâîä" (úå ëììé: "%")';
$strDocu = 'úéòåã';
$strDoYouReally = 'äàí àúä áàîú øåöä ';
$strDrop = 'äñøä';
$strDropDatabaseStrongWarning = 'àúä òåîã ìäøåñ îàâø ðúåðéí ùìí!';
$strDropUsersDb = 'äñøú îàâøé ðúåðéí ùéù ìäí ùîåú ãåîéí ëîå ìîùúîùéí.';
$strDumpingData = 'äåöàú îéãò òáåø èáìä';
$strDumpSaved = 'äåöàä ðùîøä àì ÷åáõ %s.';
$strDumpXRows = 'äåöàú %s ùåøåú îúçéìú øùåîä îñôø %s.';
$strDynamic = 'ãéðàîé';
 
$strEdit = 'òøéëä';
$strEditPDFPages = 'òøéëú ãôé PDG';
$strEditPrivileges = 'òøéëú äøùàåú';
$strEffective = 'éòéì';
$strEmpty = 'øé÷åï';
$strEmptyResultSet = 'MySQL äçæéø çáéìú úåöàåú øé÷ä (ìãåâîà, àôñ ùåøåú).';
$strEnabled = 'îåôòì';
$strEnd = 'ñéåí';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s æîéï òì ùøú MySQL æä.';
$strEngineDisabled = '%s îåáèì òì ùøú MySQL æä.';
$strEngines = 'îðåòéí';
$strEngineUnsupported = 'ùøú MySQL ìà úåîê áîðåò àçñåï %s.';
$strEnglish = 'àðâìéú';
$strEnglishPrivileges = ' äòøä: ùîåú äøùàåú MySQL îåáèàåú áàðâìéú ';
$strError = 'ùâéàä';
$strEscapeWildcards = 'úååéí ëììéí _ åâí % öøéëéí ìáåà áéçã òí \ òì îðú ìäùúîù áäí áàîú';
$strEstonian = 'àñèåðéú';
$strExcelEdition = 'îäãåøú Excel';
$strExcelOptions = 'àôùøåéåú Excel';
$strExecuteBookmarked = 'äøöú ùàéìúä îåòãôú';
$strExplain = 'äñáøú SQL';
$strExport = 'ééöåà';
$strExtendedInserts = 'äëðñåú îåøçáåú';
$strExtra = 'úåñôú';
 
$strFailedAttempts = 'ðéñéåðåú ëåùìéí';
$strField = 'ùãä';
$strFieldHasBeenDropped = 'ùãä %s ðîç÷';
$strFields = 'ùãåú';
$strFieldsEmpty = 'ñôéøú äùãä àåôñä! ';
$strFieldsEnclosedBy = 'ùãåú îå÷ôéí ò"é';
$strFieldsEscapedBy = 'äåøãú ùãåú òí';
$strFieldsTerminatedBy = 'ñéåí ùãåú ò"é';
$strFileAlreadyExists = '÷åáõ %s ëáø ÷ééí òì äùøú, ùðä ùí ÷åáõ àå áãå÷ àåôöééú ëúéáä-òì.';
$strFileCouldNotBeRead = 'ðëùì á÷øéàú ä÷åáõ';
$strFileNameTemplate = 'úáðéú ùí ÷åáõ';
$strFileNameTemplateRemember = 'æëåø úáðéú';
$strFixed = 'úå÷ï';
$strFlushPrivilegesNote = 'äòøä: phpMyAdmin î÷áì äøùàåú îùúîù éùéøåú îèáìàåú äøùàåú ùì MySQL. äúåëï ùì äèáìàåú äàìå éëåì ìäéåú ùåðä îääøùàåú ùäùøú îùúîù áäï, àí äï ùåðå áàåôï éãðé. áî÷øä æä, àúä öøéê ìáöò %sèòéðä îçãù ùì äøùàåú%s ìôðé ùàúä îîùéê.';
$strFlushTable = 'øé÷åï èáìä ("FLUSH")';
$strFormat = 'úáðéú';
$strFormEmpty = 'òøê øé÷ áèåôñ!';
$strFreePages = 'ãôéí çåôùééí';
$strFullText = 'è÷ñèéí îìàéí';
$strFunction = 'ôåð÷öéä';
 
$strGenBy = 'ðåöø ò"é';
$strGeneralRelationFeat = 'úëåðåú ÷ùø ëììéåú';
$strGenerate = 'ééöåø';
$strGeneratePassword = 'ééöåø ñéñîà';
$strGenTime = 'æîï ééöåø';
$strGeorgian = 'âøåæéðéú';
$strGerman = 'âøîðéú';
$strGlobal = 'òåìîé';
$strGlobalPrivileges = 'äøùàåú âìåáìéåú';
$strGlobalValue = 'òøê âìåáìé';
$strGo = 'ñò';
$strGrantOption = 'äòð÷ä';
$strGreek = 'éååðéú';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'ùåðúä.';
$strHasBeenCreated = 'ðåöøä.';
$strHaveToShow = 'òìéê ìáçåø ìôçåú òîåãä àçú ìúöåâä';
$strHebrew = 'òáøéú';
$strHexForBinary = 'äùúîù áä÷ñãöéîìé ìùãåú áéðàøééí';
$strHome = 'áéú';
$strHomepageOfficial = 'ãó äáéú phpMyAdmin äøùîé';
$strHost = 'îàøç';
$strHostEmpty = 'ùí äîàøç øé÷!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'àôùøåéåú ééöåà Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'àôùøåéåú ééöåà Microsoft Word 2000';
$strHungarian = 'äåðâøéú';
 
$strIcelandic = 'àéñìðãéú';
$strId = '÷åã æéäåé';
$strIdxFulltext = 'Fulltext';
$strIgnore = 'äúòìîåú';
$strIgnoreInserts = 'äùúîù áäòìîåú îäëðñåú';
$strIgnoringFile = 'îúòìí îä÷åáõ %s';
$strImportDocSQL = 'ééáåà ÷áöé docSQL';
$strImportFiles = '÷áöé ééáåà';
$strIndex = 'àéðã÷ñ';
$strIndexes = 'àéðã÷ñéí';
$strIndexHasBeenDropped = 'àéðã÷ñ %s äåñø';
$strIndexName = 'ùí àéðã÷ñ:';
$strIndexType = 'ñåâ àéðã÷ñ:';
$strIndexWarningMultiple = 'éåúø î- %s îôúçåú ðåöàå òáåø òîåãä `%s`';
$strIndexWarningTable = 'áòéåú òí àéðã÷ñéí ùì èáìä `%s`';
$strInnoDBDataFilePath = '÷áöé ðúåðéí';
$strInnoDBDataHomeDir = 'úé÷ééú áéú ùì ðúåðéí';
$strInnoDBPages = 'ãôéí';
$strInnodbStat = 'îöá InnoDB';
$strInsecureMySQL = '÷åáõ ääâãøåú ùìê îëéì äâãøåú (root ììà ñéñîà) àùø úåàîåú àú çùáåï äøùàä áøéøú îçãì ùì MySQL. ùøú MySQL ùìê ôåòì òí áøéøú îçãì æàú, åäåà ôúåç ìçãéøåú,åàúä îîù öøéê ìú÷ï àú çåø àáèçä æä.';
$strInsert = 'äëðñä';
$strInsertAsNewRow = 'äëðñä ëùåøä çãùä';
$strInsertedRowId = '÷åã ùåøä ùäåëðñä:';
$strInsertedRows = 'ùåøåú äåëðñå:';
$strInsertNewRow = 'äëðñú ùåøä çãùä';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'éçñéí ôðéîééí';
$strInUse = 'áùéîåù';
$strInvalidColumnCount = 'îñôø äòîåãåú öøéê ìäéåú âãåì îàôñ.';
$strInvalidFieldAddCount = 'àúä çééá ìäåñéó ìôçåú ùãä àçã.';
$strInvalidFieldCount = 'èáìä çééáéú ìäëéì ìôçåú ùãä àçã.';
$strInvalidRowNumber = '%d äåà ìà îñôø ùåøä ú÷éï.';
 
$strJapanese = 'éôðéú';
$strJumpToDB = '÷ôéöä àì îàâø ðúåðéí &quot;%s&quot;.';
$strJustDelete = 'ø÷ úîç÷ àú äîùúîùéí îèáìàåú ääøùàåú.';
 
$strKeepPass = 'àì úùðä àú äñéñîà';
 
$strLatexCaption = 'ëåúøú èáìä';
$strLatexContent = 'úåëï ùì èáìä __TABLE__';
$strLatexContinued = '(îåîùê)';
$strLatexContinuedCaption = 'ëåúøú èáìä îåîùê';
$strLatexIncludeCaption = 'ëìåì ëåúøú èáìä';
$strLatexLabel = 'îôúç úååéú';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'àôùøåéåú LaTeX';
$strLatexStructure = 'îáðä ùì èáìä __TABLE__';
$strLatvian = 'Latvian';
$strLengthSet = 'àåøê/òøëéí*';
$strLimitNumRows = 'îñôø ùì ùåøåú ìëì ãó';
$strLinesTerminatedBy = 'ùåøåú îñúééîåú ò"é';
$strLinkNotFound = '÷éùåø ìà ðîöà';
$strLinksTo = '÷éùåøéí àì';
$strLithuanian = 'ìéèàéú';
$strLocalhost = 'î÷åîé';
$strLocationTextfile = 'îé÷åí ùì ÷åáõ è÷ñè';
$strLogin = 'ëðéñä';
$strLoginInformation = 'îéãò ëðéñä';
$strLogout = 'éöéàä';
$strLogPassword = 'ñéñîà:';
$strLogServer = 'ùøú';
$strLogUsername = 'ùí îùúîù:';
$strLongOperation = 'úäìéê æä éëåì ì÷çú æîï øá. ìäîùéê áëì î÷øä?';
 
$strMaximumSize = 'îéøáé: %s%s';
$strMbExtensionMissing = 'úåñôú mbstring ìà ðîöàä åæä ðøàä ëé àúä îùúîù á÷éãåã multibyte. ììà úåñôú mbstring îåú÷ðú, phpMyAdmin àéðå éëåì ìçì÷ îçøåæåú áàåôï ú÷éï åæä éëåì ìâøåí ìúåöàåú ìà øöåéåú.';
$strMIME_available_mime = 'ñåâé MIME æîéðéí';
$strMIME_available_transform = 'ùéðåéé öåøä æîéðéí';
$strMIME_description = 'úéàåø';
$strMIME_MIMEtype = 'ñåâ MIME';
$strModifications = 'ùéðåééí ðùîøå';
$strModify = 'òøéëä';
$strModifyIndexTopic = 'òøéëú àéðã÷ñ';
$strMoveTable = 'äòáøú èáìä àì (îñã ðúåðéí<b>.</b>èáìä):';
$strMoveTableOK = 'äèáìä %s äåòáøä ì- %s.';
$strMySQLCharset = '÷éãåã MySQL';
$strMySQLConnectionCollation = '÷éãåã çéáåø MySQL';
$strMySQLSaid = 'MySQL àîø: ';
$strMySQLShowProcess = 'øàééú úäìéëéí';
$strMySQLShowStatus = 'øàééú îéãò æîï øéöä MySQL';
$strMySQLShowVars = 'øàééú îùúðé îòøëú MySQL';
 
$strName = 'ùí';
$strNext = 'äáà';
$strNo = 'ìà';
$strNoDatabases = 'àéï îàâøé ðúåðéí';
$strNoDatabasesSelected = 'àó îàâø ðúåðéí ìà ðáçø.';
$strNoDescription = 'ììà úéàåø';
$strNoDetailsForEngine = 'àéï îéãò îöá îôåøè òì îðåò àçñåï æä.';
$strNoDropDatabases = 'äåøàåú "DROP DATABASE" îáåèìåú.';
$strNoExplain = 'Skip Explain SQL';
$strNoFrames = 'phpMyAdmin éåúø éãéãåúé òí ãôãôï <b>frames-capable</b>.';
$strNoIndex = 'àéï àéðã÷ñéí îåâãøéí!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'ììà ùéðåé';
$strNone = 'ììà';
$strNoOptions = 'ìúáðéú æàú àéï àôùøåéåú';
$strNoPassword = 'ììà ñéñîà';
$strNoPermission = 'ìùøú àéï äøùàä ìùîåø àú ÷åáõ %s.';
$strNoPhp = 'ììà ÷åã PHP';
$strNoPrivileges = 'ììà äøùàåú';
$strNoRights = 'àéï ìê äøùàåú îñôé÷åú ìäéåú ëàï ëøâò!';
$strNoRowsSelected = 'ìà ðáçøå ùåøåú';
$strNoSpace = 'àïé îñôé÷ î÷åí ìùîåø àú ä÷åáõ %s.';
$strNoTablesFound = 'ìà ðîöàå èáìàåú áîàâø ðúåðéí.';
$strNotNumber = 'æä àéðå îñôø!';
$strNotOK = 'ìà áñãø';
$strNotSet = 'èáìä <b>%s</b> ìà ðîöàä àå ìà ÷ééîú áúåê %s';
$strNoUsersFound = 'ìà ðîöàå îùúîùéí.';
$strNull = 'Null';
$strNumSearchResultsTotal = '<b>ñä"ë:</b> <i>%s</i> ôøéèéí';
$strNumTables = 'èáìàåú';
 
$strOK = 'àéùåø';
$strOperations = 'ôòåìåú';
$strOptimizeTable = 'ééòåì èáìä';
$strOr = 'àå';
$strOverhead = 'ú÷åøä';
 
$strPageNumber = 'îñôø ãó:';
$strPagesToBeFlushed = 'ãôéí ìøé÷åï';
$strPaperSize = 'âåãì ãó';
$strPartialText = 'è÷ñèéí çì÷ééí';
$strPassword = 'ñéñîà';
$strPasswordChanged = 'äñéñîà òáåø %s ùåðúä áäöìçä.';
$strPasswordEmpty = 'äñéñîà øé÷ä!';
$strPasswordNotSame = 'äñéñîàåú àéðï æäåú!';
$strPdfInvalidTblName = 'äèáìä "%s" ìà ÷ééîú!';
$strPdfNoTables = 'àéï èáìàåú';
$strPerHour = 'ìùòä';
$strPerMinute = 'ìã÷ä';
$strPerSecond = 'ìùðééä';
$strPersian = 'Persian';
$strPhoneBook = 'phone book';
$strPHP40203 = 'àúä îùúîù á- PHP 4.2.3, àùø ëåìì ú÷ìä øöéðéú òí îçøåæåú multibyte (mbstring). øàä ãéååç ùâéàä 19404 ùì PHP. âøñä æàú ùì PHP ìà îåîìöú ìùéîåù òí phpMyAdmin..';
$strPhp = 'ééöåø ÷åã PHP';
$strPHPVersion = 'âøñú PHP';
$strPmaDocumentation = 'úéòåã phpMyAdmin';
$strPolish = 'Polish';
$strPortrait = 'Portrait';
$strPos1 = 'äúçìä';
$strPrevious = 'ä÷åãí';
$strPrimary = 'øàùé';
$strPrimaryKeyHasBeenDropped = 'äîôúç äøàùé äåñø';
$strPrint = 'äãôñä';
$strPrintView = 'úöåâú äãôñä';
$strPrintViewFull = 'úöåâú äãôñä (òí è÷ñèéí îìàéí)';
$strPrivDescAllPrivileges = 'ëìåì ëì ääøùàåú çåõ î- GRANT.';
$strPrivDescAlter = 'îàôùø ùéðåé ùì îáðé äèáìàåú ä÷ééîåú.';
$strPrivDescCreateRoutine = 'îàôùø éöéøú ùâøåú îàåçñðåú.';
$strPrivDescCreateTbl = 'îàôùø éöéøú èáìàåú çãùåú.';
$strPrivDescCreateTmpTable = 'îàôùø éöéøú èáìàåú æîðéåú.';
$strPrivDescDelete = 'îàôùø îçé÷ú îéãò.';
$strPrivDescDropDb = 'îàôùø îçé÷ú îàâøé ðúåðéí åèáìàåú.';
$strPrivDescDropTbl = 'îàôùø îçé÷ú èáìàåú.';
$strPrivDescUsage = 'ììà äøùàåú.';
$strPrivileges = 'äøùàåú';
$strPrivilegesReloaded = 'ääøùàåú ðèòðå îçãù áäöìçä.';
$strProcesslist = 'øùéîú úäìéëéí';
 
$strQBE = 'ùàéìúä';
$strQBEDel = 'îçé÷ä';
$strQBEIns = 'äëðñä';
$strQueryFrame = 'çìåï ùàéìúä';
$strQuerySQLHistory = 'äéñèåøééú SQL';
$strQueryStatistics = '<b>ñèèéèé÷ú ùàéìúåú</b>: îàæ ääôòìä, %s ùàéìúåú ðùìçå ìùøú.';
$strQueryTime = 'ùàéìúä ì÷çä %01.4f ùðéåú';
$strQueryType = 'ñåâ ùàéìúä';
$strQueryWindowLock = 'àì úëúåá îçãù òì ùàéìúä æàú îçåõ ìçìåï æä';
 
$strReceived = 'äú÷áì';
$strRecords = 'øùåîåú';
$strRefresh = 'øòðåï';
$strRelationNotWorking = 'úëåðåú ðåñôåú ìòáåãä òí èáìàåú î÷åùøåú áåèìå. ìòåã îéãò ìîä ìçõ %sëàï%s.';
$strRelations = 'éçñéí';
$strRelationView = 'úöåâú éçñéí';
$strReloadingThePrivileges = 'èåòï îçãù äøùàåú';
$strReloadMySQL = 'èòéðä îçãù ùì MySQL';
$strRemoveSelectedUsers = 'äñøú îùúîùéí ùðáçøå';
$strRenameDatabaseOK = 'îàâø ðúåðéí %s ùåðä àì %s';
$strRenameTable = 'ùéðåé ùí èáìä àì';
$strRenameTableOK = 'èáìä %s ùåðúä àì %s';
$strRepairTable = 'úé÷åï èáìä';
$strReplaceNULLBy = 'äçìôú NULL ò"é';
$strReplaceTable = 'äçìôú ðúåðé äèáìä òí ä÷åáõ';
$strReset = 'àéôåñ';
$strResourceLimits = 'âáåìåú îùàáéí';
$strReType = 'ä÷ìãä ðåñôú';
$strRevoke = 'ùìéìä';
$strRevokeAndDelete = 'ùìéìú ëì ääøùàåú äôòéìåú îäîùúîùéí åîçé÷úí ìàçø îëï.';
$strRevokeMessage = 'àúä ùììú äøùàåú òáåø %s';
$strRomanian = 'øåîðéú';
$strRowLength = 'àåøê ùåøä';
$strRows = 'ùåøåú';
$strRowsFrom = 'ùåøåú äîúçéìåú îøùåîä #';
$strRowSize = ' âåãì ùåøä ';
$strRowsModeFlippedHorizontal = 'îàåæï (headers îñåááéí)';
$strRowsModeHorizontal = 'îàåæï';
$strRowsModeOptions = 'áîöá %s åçæåø àçøé Headers ìàçø %s úàéí';
$strRowsModeVertical = 'ðéöá';
$strRowsStatistic = 'ñèèéñèé÷ú ùåøä';
$strRunning = 'ôåòì òì %s';
$strRunQuery = 'ùìéçú ùàéìúä';
$strRunSQLQuery = 'äøöú àú ùàéìúä/ùàéìúåú òì îñã äðúåðéí %s';
$strRussian = 'øåñéú';
 
$strSave = 'ùîéøä';
$strSaveOnServer = 'ùîéøú ùøú áúåê úé÷ééú %s';
$strSearch = 'çéôåù';
$strSearchFormTitle = 'çôù áîñã äðúåðéí';
$strSearchInTables = 'áúåê äèáìä/äèáìàåú:';
$strSearchNeedle = 'îéìéí àå òøëéí òáåø çéôåù (úå ëììé: "%"):';
$strSearchOption1 = 'ìôçåú àçú îï äîéìéí';
$strSearchOption2 = 'ëì äîéìéí';
$strSearchOption3 = 'äáéèåé äîãåéé÷';
$strSearchOption4 = 'ëáéèåé øâéì';
$strSearchResultsFor = 'úåöàåú çéôåù òáåø "<i>%s</i>" %s:';
$strSearchType = 'îöà:';
$strSelectADb = 'àðà áçø îàâø ðúåðéí';
$strSelectAll = 'áçéøú äëì';
$strSelectFields = 'áçéøú ùãåú (ìôçåú àçã):';
$strSelectNumRows = 'áùàéìúä';
$strSelectTables = 'áçéøú èáìàåú';
$strSend = 'ùîéøä ë÷åáõ';
$strSent = 'ðùìç';
$strServer = 'ùøú';
$strServerChoice = 'áçéøú ùøú';
$strServerNotResponding = 'äùøú àéðå îâéá';
$strServerStatus = 'îéãò æîï øéöä';
$strServerStatusUptime = 'ùøú MySQL ôòéì áîùê %s. äåà äúçéì ìôòåì á- %s.';
$strServerTabProcesslist = 'úäìéëéí';
$strServerTabVariables = 'îùúðéí';
$strServerVars = 'îùúðé åäâãøåú ùøú';
$strServerVersion = 'âøñú ùøú';
$strSessionValue = 'òøê æîï çéáåø (Session)';
$strSetEnumVal = 'àí ñåâ äùãä äåà "enum" àå "set", àðà äùúîù áòøëéí áúáðéú äáàä : \'a\',\'b\',\'c\'...<br /> àí àúä öøéê ìäùúîù áàìëñåðéí ("\") àå áöéèåè éçéã ("\'") áéçã òí äòøëéí äàìä, äëðñ ìåëñï àçåøé ìôðéäí (ìãåâîà \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'øàééä';
$strShowAll = 'øàééú äëì';
$strShowColor = 'øàééú öáò';
$strShowDatadictAs = 'úáðéú îéãò îéìåï';
$strShowFullQueries = 'äøàä ùàéìúåú ùìîåú';
$strShowGrid = 'äøàä øùú';
$strShowingRecords = 'îøàä ùåøåú';
$strShowPHPInfo = 'øàééú îéãò PHP';
$strShowTableDimension = 'øàééú îîãéí ùì èáìàåú';
$strShowTables = 'øàééú èáìàåú';
$strShowThisQuery = ' äøàä àú ùàéìúä ëàï ùåá ';
$strSingly = '(singly)';
$strSize = 'âåãì';
$strSlovak = 'ñìåá÷éú';
$strSlovenian = 'ñìåáðéú';
$strSort = 'ñéãåø';
$strSpaceUsage = 'ùéîåù î÷åí';
$strSpanish = 'ñôøãéú';
$strSplitWordsWithSpace = 'îéìéí îåôøãåú ò"é úå øååç (" ").';
$strSQLExportCompatibility = 'úàéîåú ééöåà SQL';
$strSQLExportType = 'ñåâ ééöåà';
$strSQLOptions = 'àôùøåéåú SQL';
$strSQLQuery = 'ùàéìúú SQL';
$strSQLResult = 'úåöàú SQL';
$strSQL = 'SQL';
$strStatCheckTime = 'ðáã÷ ìàçøåðä';
$strStatCreateTime = 'éöéøä';
$strStatement = 'îùôèéí';
$strStatUpdateTime = 'òãëåï àçøåï';
$strStatus = 'îöá';
$strStorageEngine = 'îðåò àçñåï';
$strStorageEngines = 'îðåòé àçñåï';
$strStrucCSV = 'CSV';
$strStrucData = 'îáðä åîéãò';
$strStrucDrop = 'äåñôú DROP TABLE';
$strStrucExcelCSV = 'CSV òáåø MS Excel';
$strStrucNativeExcel = 'úáðéú MS Excel èáòéú';
$strStrucOnly = 'îáðä áìáã';
$strStructPropose = 'äöòú îáðä èáìä';
$strStructure = 'îáðä';
$strSubmit = 'ùìéçä';
$strSuccess = 'ùàéìúú SQL ùìê áåöòä áäöìçä';
$strSum = 'ñëåí';
$strSwedish = 'ùååãéú';
$strSwitchToDatabase = 'îòáø ìîàâø ðúåðéí ùäåòú÷';
$strSwitchToTable = 'îòáø ìèáìä ùäåòú÷ä';
 
$strTable = 'èáìä';
$strTableComments = 'äòøåú èáìä';
$strTableEmpty = 'ùí äèáìä øé÷!';
$strTableHasBeenDropped = 'èáìä %s ðîç÷ä';
$strTableHasBeenEmptied = 'èáìä %s øå÷ðä';
$strTableHasBeenFlushed = 'èáìä %s àåôñä';
$strTableMaintenance = 'àçæ÷ú èáìä';
$strTableOfContents = 'úåëï òðéðééí';
$strTableOptions = 'àôùøåéåú èáìä';
$strTables = '%s èáìàåú';
$strTableStructure = 'îáðä èáìä òáåø èáìä';
$strTableType = 'ñåâ èáìä';
$strTakeIt = '÷ç æàú';
$strTblPrivileges = 'äøùàåú ñôöéôéåú-ìèáìàåú';
$strTextAreaLength = ' îùåí àåøëí, <br /> äùãä äæä éëåì ìäéåú áìúé òøéê ';
$strTheme = 'úáðéú / ñâðåï';
$strThisHost = 'îàøç æä';
$strThisNotDirectory = 'æäå ìà úé÷ééä';
$strTime = 'æîï';
$strTotal = 'ñä"ë';
$strTotalUC = 'ñä"ë';
$strTraditionalChinese = 'ñéðéú îñåøúéú';
$strTraditionalSpanish = 'ñôøãéú îñåøúéú';
$strTraffic = 'Traffic';
$strTurkish = 'èåø÷éú';
$strType = 'ñåâ';
 
$strUkrainian = 'àå÷øàéðéú';
$strUncheckAll = 'áèì ñéîåï äëì';
$strUnicode = 'Unicode';
$strUnique = 'ééçåãé';
$strUnknown = 'ìà éãåò';
$strUnselectAll = 'áèì áçéøú äëì';
$strUpdatePrivMessage = 'àúä òãëðú äøùàåú òáåø %s.';
$strUpdateProfileMessage = 'äôøåôéì òåãëï áäöìçä.';
$strUpdateQuery = 'òãëåï ùàéìúä';
$strUpgrade = 'àúä öøéê ìùãøâ àì %s %s ìôçåú.';
$strUsage = 'ùéîåù';
$strUseBackquotes = 'öéøåó úåé öéèåè (backquotes) àì ùîåú èáìàåú åùãåú';
$strUseHostTable = 'Use Host Table';
$strUser = 'îùúîù';
$strUserAlreadyExists = 'ùí äîùúîù %s ëáø ÷ééí!';
$strUserEmpty = 'ùí äîùúîù øé÷ !';
$strUserName = 'ùí îùúîù';
$strUserNotFound = 'äîùúîù ùðáçø ìà ðîöà áèáìú ääøùàåú.';
$strUserOverview = 'ñ÷éøú îùúîùéí';
$strUseTables = 'äùúîù áèáìàåú';
$strUseTextField = 'äùúîù áùãä è÷ñè';
$strUseThisValue = 'äùúîù áòøê æä';
 
$strValidateSQL = 'áãé÷ú ú÷éðåú SQL';
$strValue = 'òøê';
$strVar = 'îùúðä';
$strVersionInformation = 'îéãò âøñàåú';
$strViewDump = 'øàééú äåöàä (úáðéú) ùì èáìä';
$strViewDumpDatabases = 'øàééú äåöàä (úáðéú) ùì îàâøé ðúåðéí';
$strViewDumpDB = 'øàééú äåöàä (úáðéú) ùì îàâø ðúåðéí';
 
$strWelcome = 'áøåê äáà àì %s';
$strWildcard = 'úå ëììé';
$strWithChecked = 'òí äðáçøéí:';
$strWriteRequests = 'á÷ùåú ëúéáä';
$strWritingCommentNotPossible = 'ëúéáú äòøä ìà àôùøéú';
$strWritingRelationNotPossible = 'ëúéáä ùì éçñ ìà àôùøéú';
$strWrongUser = 'ùí îùúîù/ñéñîä ùâåééí. äâéùä ðãçúä.';
 
$strXML = 'XML';
 
$strYes = 'ëï';
 
$strZeroRemovesTheLimit = 'äòøä: äâãøú àôùøåéåú àìå àì 0 (àôñ) éáèìå àú ääâáìä.';
$strZip = '"zipped"';
 
// To translate:
 
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
 
$strCentralEuropean = 'Central European'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
 
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
 
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`'; //to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
 
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
 
$strKeyname = 'Keyname'; //to translate
$strKill = 'Kill'; //to translate
$strKorean = 'Korean'; //to translate
 
$strLandscape = 'Landscape'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
 
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!'; //to translate
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.'; //to translate
$strMIME_transformation = 'Browser transformation'; //to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s'; //to translate
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
$strMIME_transformation_options = 'Transformation options'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
 
$strNoActivity = 'No activity within %s seconds; please log in again'; //to translate
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
 
$strOperator = 'Operator'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$strPasswordHashing = 'Password Hashing'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!'; //to translate
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$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
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPutColNames = 'Put fields names in the first row'; //to translate
 
$strQueryOnDb = 'SQL query on database <b>%s</b>:'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
 
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$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
$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
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
 
$strThai = 'Thai'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strToggleScratchboard = 'Toggle scratchboard'; //to translate
$strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to download this image.'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP or DATETIME field according to your local date/time format. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string; see the documentation for PHP\'s strftime() function.'; //to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).'; //to translate
$strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.'; //to translate
$strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
 
$strUpdComTab = 'Please see the documentation on how to update your column_comments table'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
 
$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
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
 
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strWebServerUploadDirectory = 'web server upload directory'; //to translate
$strWestEuropean = 'West European'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.'; //to translate
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'îñôø ùãåú';
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/hebrew-utf-8.inc.php
0,0 → 1,999
<?php
/* $Id: hebrew-utf-8.inc.php,v 2.82.2.4 2006/03/23 17:42:13 lem9 Exp $
* Translated by Hadar Porat <hadar at banner.co.il> */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('יום ראשון', 'יום שני', 'יום שלישי', 'יום רביעי', 'יום חמישי', 'יום שישי', 'שבת');
$month = array('ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s ימים, %s שעות, %s דקות ו- %s שניות';
 
$strAbortedClients = 'בוטל';
$strAbsolutePathToDocSqlDir = 'אנא הכנס את הנתיב המוחלט אל תיקיית docSQL';
$strAccessDenied = 'גישה נדתחה';
$strAccessDeniedExplanation = 'phpMyAdmin ניסה לתקשר עם שרת MySQL, והשרת דחה את החיבור. אתה צריך לבדוק את כתובת השרת, שם משתמש והסיסמא בקובץ config.inc.php ולוודא כי הם תואמים למידע שקיבלת ע"י אחראי השרת של MySQL.';
$strAction = 'פעולה';
$strAddAutoIncrement = 'הוספת ערך AUTO_INCREMENT (מספור אוטומטי)';
$strAddConstraints = 'הוספת הגבלות';
$strAddDeleteColumn = 'הוספת/מחיקת עמודות שדה';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = 'הוספת DROP DATABASE';
$strAddedColumnComment = 'נוספה הערה לעמודה';
$strAddedColumnRelation = 'נוסף קשר לעמודה';
$strAddFields = 'הוספת %s תאים';
$strAddHeaderComment = 'הוספת הערה מותאמת אל פתיחה(\\n לשבירת שורות)';
$strAddIfNotExists = 'הוספת IF NOT EXISTS';
$strAddIntoComments = 'הוספה אל הערות';
$strAddNewField = 'הוספת שדה חדש';
$strAddPrivilegesOnDb = 'הוספת הרשאות למאגר הנתונים הבא';
$strAddPrivilegesOnTbl = 'הוספת הראשאות לטבלה הבאה';
$strAddSearchConditions = 'הוספת תנאי חיפוש (הגוף של תנאי "where"):';
$strAddToIndex = 'הוספה לאינדקס &nbsp;%s&nbsp;שורה/שורות';
$strAddUser = 'הוספת משתמש חדש';
$strAddUserMessage = 'משתמש חדש נוסף.';
$strAdministration = 'ניהול';
$strAffectedRows = 'שורות הושפעו:';
$strAfterInsertBack = 'חזרה לעמוד הקודם';
$strAfterInsertNewInsert = 'הוספה נוספת של שורה חדשה';
$strAfterInsertNext = 'עריכת השורה הבאה';
$strAfterInsertSame = 'חזרה אחורה לעמוד זה';
$strAfter = 'לאחר %s';
$strAll = 'הכל';
$strAllTableSameWidth = 'הצגת כל הטבלאות ברוחב דומה?';
$strAlterOrderBy = 'שינוי סדר הטבלה לפי';
$strAnalyzeTable = 'ניתוח טבלה';
$strAnd = 'וגם';
$strAndThen = 'ואז';
$strAnIndex = 'אינדקס נוסף אל %s';
$strAny = 'כל דבר';
$strAnyHost = 'כל שרת מארח';
$strAnyUser = 'כל משתמש';
$strApproximateCount = 'יכול להיות הערכה. ראה FAQ 3.11';
$strAPrimaryKey = 'מפתח ראשי נוסף אל %s';
$strArabic = 'ערבית';
$strArmenian = 'ארמנית';
$strAscending = 'עולה';
$strAtBeginningOfTable = 'בתחילת טבלה';
$strAtEndOfTable = 'בסוף טבלה';
$strAttr = 'תכונות';
$strAutodetect = 'זיהוי אוטומטי';
$strAutomaticLayout = 'עיצוב אוטומטי';
 
$strBack = 'חזרה';
$strBaltic = 'בלטית';
$strBeginCut = 'התחלת חיתוך';
$strBeginRaw = 'התחלת RAW';
$strBinary = 'בינארי';
$strBinaryDoNotEdit = 'בינארי - אין לערוך';
$strBinaryLog = 'דו"ח בינארי';
$strBinLogEventType = 'סוג אירוע';
$strBinLogInfo = 'מידע';
$strBinLogName = 'שם דו"ח';
$strBinLogOriginalPosition = 'מיקום מקורי';
$strBinLogPosition = 'מיקום';
$strBinLogServerId = 'קוד שרת (ID)';
$strBookmarkAllUsers = 'אפשר לכל משתמש לגשת לכתובת מועדפת זאת';
$strBookmarkDeleted = 'כתובת מועדפת נמחקה.';
$strBookmarkLabel = 'תווית';
$strBookmarkQuery = 'שאילתות SQL מועדפות';
$strBookmarkThis = 'הכנס שאילתת SQL זאת למועדפים';
$strBookmarkView = 'ראה רק';
$strBrowse = 'עיון';
$strBulgarian = 'בולגרית';
$strBusyPages = 'עמודים עסוקים';
$strBzError = 'phpMyAdmin נכשל בדחיסת הנתונים משום שתוספת Bz2 לא תקינה בגרסת PHP הנוכחית. זה מאוד רצוי כי תגדיר את הגדרת <code>$cfg[\'BZipDump\']</code> בקובץ הגדרות phpMyAdmin אל <code>FALSE</code>. אם אתה רוצה להשתמש בתכונות דחיסת Bz2, עליך לשדרג לגרסת PHP חדישה יותר. ראה דיווח שגיאות PHP %s לפרטים נוספים.';
$strBzip = '"bzipped"';
 
$strCalendar = 'לוח שנה';
$strCannotLogin = 'נכשל בכניסה לשרת MySQL';
$strCantLoadRecodeIconv = 'נכשל בטעית תוספת iconv או recode הדרושה להמרת קידודים. או שתגדיר את PHP להפעיל את תוספות אלו, או שתבטל את המרת הקידודים בתוך phpMyAdmin.';
$strCantLoad = 'התוספת %s לא נטענה בהצלחה,<br />אנא בדוק את הגדרות ה- PHP שלך.';
$strCantRenameIdxToPrimary = 'לא ניתן לשנות שם אינדקס אל PRIMARY!';
$strCantUseRecodeIconv = 'נכשל בשימוש בפונקציות iconv, libiconv או recode, למרות שזה נראה כי התוספות הדרושות נטענו. בדוק את הגדרות PHP שלך.';
$strCardinality = 'מספור';
$strCaseInsensitive = 'אין חשיבות לרישיות (case)';
$strCaseSensitive = 'יש חשיבות לרישיות (case)';
$strChange = 'שינוי';
$strChangeCopyMode = 'יצירת משתמש חדש עם אותן ההרשאות וגם ...';
$strChangeCopyModeCopy = '... שמירת הישן.';
$strChangeCopyModeDeleteAndReload = ' ... מחיקת הישן מטבלאות המשתמשים וטען מחדש את ההרשאות לאחר מכן.';
$strChangeCopyModeJustDelete = ' ... מחיקת הישן מטבלאות המשתמשים.';
$strChangeCopyModeRevoke = ' ... בטל את כל ההרשאות הפעילות מהישן ומחק אותו לאחר מכן.';
$strChangeCopyUser = 'שינוי מידע כניסה / העתקת משתמש';
$strChangeDisplay = 'בחירת שדה להצגה';
$strChangePassword = 'שינוי סיסמא';
$strCharset = 'קידוד';
$strCharsetOfFile = 'חבילת הקידוד של הקובץ:';
$strCharsets = 'קידודים';
$strCharsetsAndCollations = 'חבילות קידוד';
$strCheckAll = 'בחירת הכל';
$strCheckOverhead = 'בדיקת טבלאות עבור תקורה';
$strCheckPrivs = 'בדיקת הרשאות';
$strCheckPrivsLong = 'בדיקת הראשות עבור מאגר נתונים &quot;%s&quot;.';
$strCheckTable = 'בדיקת טבלה';
$strChoosePage = 'אנא בחר עמוד לעריכה';
$strColComFeat = 'מציג הערות עמודה';
$strCollation = 'קידוד';
$strColumnNames = 'שמות עמודה';
$strColumnPrivileges = 'הרשאות ספציפיות-לעמודה';
$strCommand = 'פקודה';
$strComments = 'הערות';
$strCommentsForTable = 'הערות עבור טבלה';
$strCompatibleHashing = 'תואם MySQL&nbsp;4.0';
$strCompleteInserts = 'השלם הכנסות';
$strCompression = 'דחיסה';
$strConfigFileError = 'phpMyAdmin לא הצליח לקרוא את קובץ ההגדרות שלך! מצב זה יתכן אם PHP מוצא טעות בקוד הקובץ או אם הוא לא מוצא את הקובץ.<br /> אנא קרא לקובץ הקונפיגורציה ישירות בעזרת הקישור מתחת להודעה זו וקרא את הודעת PHP שהינך מקבל. ברוב המילים גרש או נקודה-פסיק חסרים במקום כלשהו.<br /> אם הינך מקבל דף ריק, הכל בסדר.';
$strConfigureTableCoord = 'אנא הגדר נקודות ציון עבור טבלה %s';
$strConnectionError = 'חיבור נכשל: הגדרות לא תקינות.';
$strConnections = 'חיבורים';
$strConstraintsForDumped = 'הגבלות לטבלאות שהוצאו';
$strConstraintsForTable = 'הגבלות לטבלה';
$strCookiesRequired = 'עוגיות (Cookies) חייבות לפעול מנקודה זאת.';
$strCopy = 'העתקה';
$strCopyDatabaseOK = 'מאגר נתונים %s הועתק אל %s';
$strCopyTable = 'העתקת טבלה אל (מסד נתונים<b>.</b>טבלה):';
$strCopyTableOK = 'טבלה %s הועתקה אל %s.';
$strCopyTableSameNames = 'לא ניתן להעתיק טבלה אל אותה אחת!';
$strCouldNotKill = 'phpMyAdmin נכשל בחיסול בהליך %s. רוב הסיכויים שהוא כבר נסגר.';
$strCreate = 'יצירה';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE לפני העתקה';
$strCreateIndex = 'יצירת אינדקס על&nbsp;%s&nbsp; עמודות';
$strCreateIndexTopic = 'יצירת אינדקס חדש';
$strCreateNewDatabase = 'יצירת מאגר נתונים חדש';
$strCreateNewTable = 'יצירת טבלה חדשה על מאגר נתונים %s';
$strCreatePage = 'יצירת עמוד חדש';
$strCreatePdfFeat = 'יצירה של קבצי PDF';
$strCreationDates = 'יצירת/עדכון/בדיקת תאריכים';
$strCriteria = 'קריטריון';
$strCroatian = 'קרואטית';
$strCSVOptions = 'אפשרויות CSV';
$strCyrillic = 'קירילית';
$strCzech = 'צ\'יכית';
 
$strDanish = 'דנית';
$strData = 'נתונים';
$strDatabase = 'מאגר נתונים';
$strDatabaseEmpty = 'שם מאגר הנתונים ריק!';
$strDatabaseExportOptions = 'אפשרויות ייצוא מאגר נתונים';
$strDatabaseHasBeenDropped = 'מסד הנתונים %s נמחק.';
$strDatabaseNoTable = 'מאגר הנתונים מכיל שום טבלה!';
$strDatabases = 'מאגרי נתונים';
$strDatabasesDropped = '%s מסדי נתונים נמחקו בהצלחה.';
$strDatabasesStats = 'סטטיסטיקת מסד הנתונים';
$strDatabasesStatsDisable = 'ביטול סטטיסטיקה';
$strDatabasesStatsEnable = 'הפעלת סטטיסטיקה';
$strDatabasesStatsHeavyTraffic = 'הערה: הפעלת סטטיסטיקות מאגר נתונים כאן יכולות לגרום לתעבורה כבדה בין השרת האינטרנט לשרת MySQL.';
$strDataDict = 'מילון מידע';
$strDataOnly = 'מידע בלבד';
$strDataPages = 'דפים מכילים מידע';
$strDBComment = 'הערה על מאגר הנתונים: ';
$strDBCopy = 'העתקת מאגר נתונים אל';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'לחיצות';
$strDBGLine = 'שורה';
$strDBGMaxTimeMs = 'זמן מירבי, ms';
$strDBGMinTimeMs = 'זמן מיזערי, ms';
$strDBGModule = 'מודול';
$strDBGTimePerHitMs = 'זמן/לחיצה, ms';
$strDBGTotalTimeMs = 'סה"כ זמן, ms';
$strDbPrivileges = 'הרשאות ספציפיות למאגר נתונים';
$strDBRename = 'שינוי שם מאגר נתונים אל';
$strDbSpecific = 'ספציפי למאגר הנתונים';
$strDefault = 'ברירת מחדל';
$strDefaultEngine = '%s הוא מנוע האחסון ברירת המחדשל של שרת MySQL זה.';
$strDefaultValueHelp = 'לערכי ברירת מחדל, אנא הכנס רק ערך בודד, ללא סימני ציטוט או לוכסנים, השתמש בתבנית הזאת : a';
$strDefragment = 'איחוי טבלה';
$strDelayedInserts = 'השתמש בהכנסות מעוכבות';
$strDelete = 'מחיקה';
$strDeleteAndFlush = 'מחיקת המשתמשים וטעינה מחדש של ההרשאות לאחר מכן.';
$strDeleteAndFlushDescr = 'זהו השיטה הנקייה ביותר, אבל טעינה של ההרשאות יכולה לקחת זמן מה.';
$strDeleted = 'השורה נמחקה';
$strDeletedRows = 'שורות נמחקו:';
$strDeleting = 'מוחק %s';
$strDelOld = 'לעמוד הנוכחי יש הפניות לטבלאות שכבר לא קיימות. האם אתה רוצה למחוק את הפניות אלו?';
$strDescending = 'יורד';
$strDescription = 'תיאור';
$strDictionary = 'מילון';
$strDirtyPages = 'דפים מלוכלכים';
$strDisabled = 'מבוטל';
$strDisplayFeat = 'הצגת תכונות';
$strDisplayOrder = 'סדר תצוגה:';
$strDisplayPDF = 'הצגת תרשים PDF';
$strDoAQuery = 'ביצוע "שאילתה לדוגמה" (תו כללי: "%")';
$strDocu = 'תיעוד';
$strDoYouReally = 'האם אתה באמת רוצה ';
$strDrop = 'הסרה';
$strDropDatabaseStrongWarning = 'אתה עומד להרוס מאגר נתונים שלם!';
$strDropUsersDb = 'הסרת מאגרי נתונים שיש להם שמות דומים כמו למשתמשים.';
$strDumpingData = 'הוצאת מידע עבור טבלה';
$strDumpSaved = 'הוצאה נשמרה אל קובץ %s.';
$strDumpXRows = 'הוצאת %s שורות מתחילת רשומה מספר %s.';
$strDynamic = 'דינאמי';
 
$strEdit = 'עריכה';
$strEditPDFPages = 'עריכת דפי PDG';
$strEditPrivileges = 'עריכת הרשאות';
$strEffective = 'יעיל';
$strEmpty = 'ריקון';
$strEmptyResultSet = 'MySQL החזיר חבילת תוצאות ריקה (לדוגמא, אפס שורות).';
$strEnabled = 'מופעל';
$strEnd = 'סיום';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s זמין על שרת MySQL זה.';
$strEngineDisabled = '%s מובטל על שרת MySQL זה.';
$strEngines = 'מנועים';
$strEngineUnsupported = 'שרת MySQL לא תומך במנוע אחסון %s.';
$strEnglish = 'אנגלית';
$strEnglishPrivileges = ' הערה: שמות הרשאות MySQL מובטאות באנגלית ';
$strError = 'שגיאה';
$strEscapeWildcards = 'תווים כללים _ וגם % צריכים לבוא ביחד עם \ על מנת להשתמש בהם באמת';
$strEstonian = 'אסטונית';
$strExcelEdition = 'מהדורת Excel';
$strExcelOptions = 'אפשרויות Excel';
$strExecuteBookmarked = 'הרצת שאילתה מועדפת';
$strExplain = 'הסברת SQL';
$strExport = 'ייצוא';
$strExtendedInserts = 'הכנסות מורחבות';
$strExtra = 'תוספת';
 
$strFailedAttempts = 'ניסיונות כושלים';
$strField = 'שדה';
$strFieldHasBeenDropped = 'שדה %s נמחק';
$strFields = 'שדות';
$strFieldsEmpty = 'ספירת השדה אופסה! ';
$strFieldsEnclosedBy = 'שדות מוקפים ע"י';
$strFieldsEscapedBy = 'הורדת שדות עם';
$strFieldsTerminatedBy = 'סיום שדות ע"י';
$strFileAlreadyExists = 'קובץ %s כבר קיים על השרת, שנה שם קובץ או בדוק אופציית כתיבה-על.';
$strFileCouldNotBeRead = 'נכשל בקריאת הקובץ';
$strFileNameTemplate = 'תבנית שם קובץ';
$strFileNameTemplateRemember = 'זכור תבנית';
$strFixed = 'תוקן';
$strFlushPrivilegesNote = 'הערה: phpMyAdmin מקבל הרשאות משתמש ישירות מטבלאות הרשאות של MySQL. התוכן של הטבלאות האלו יכול להיות שונה מההרשאות שהשרת משתמש בהן, אם הן שונו באופן ידני. במקרה זה, אתה צריך לבצע %sטעינה מחדש של הרשאות%s לפני שאתה ממשיך.';
$strFlushTable = 'ריקון טבלה ("FLUSH")';
$strFormat = 'תבנית';
$strFormEmpty = 'ערך ריק בטופס!';
$strFreePages = 'דפים חופשיים';
$strFullText = 'טקסטים מלאים';
$strFunction = 'פונקציה';
 
$strGenBy = 'נוצר ע"י';
$strGeneralRelationFeat = 'תכונות קשר כלליות';
$strGenerate = 'ייצור';
$strGeneratePassword = 'ייצור סיסמא';
$strGenTime = 'זמן ייצור';
$strGeorgian = 'גרוזינית';
$strGerman = 'גרמנית';
$strGlobal = 'עולמי';
$strGlobalPrivileges = 'הרשאות גלובליות';
$strGlobalValue = 'ערך גלובלי';
$strGo = 'סע';
$strGrantOption = 'הענקה';
$strGreek = 'יוונית';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'שונתה.';
$strHasBeenCreated = 'נוצרה.';
$strHaveToShow = 'עליך לבחור לפחות עמודה אחת לתצוגה';
$strHebrew = 'עברית';
$strHexForBinary = 'השתמש בהקסדצימלי לשדות בינאריים';
$strHome = 'בית';
$strHomepageOfficial = 'דף הבית phpMyAdmin הרשמי';
$strHost = 'מארח';
$strHostEmpty = 'שם המארח ריק!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'אפשרויות ייצוא Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'אפשרויות ייצוא Microsoft Word 2000';
$strHungarian = 'הונגרית';
 
$strIcelandic = 'איסלנדית';
$strId = 'קוד זיהוי';
$strIdxFulltext = 'Fulltext';
$strIgnore = 'התעלמות';
$strIgnoreInserts = 'השתמש בהעלמות מהכנסות';
$strIgnoringFile = 'מתעלם מהקובץ %s';
$strImportDocSQL = 'ייבוא קבצי docSQL';
$strImportFiles = 'קבצי ייבוא';
$strIndex = 'אינדקס';
$strIndexes = 'אינדקסים';
$strIndexHasBeenDropped = 'אינדקס %s הוסר';
$strIndexName = 'שם אינדקס:';
$strIndexType = 'סוג אינדקס:';
$strIndexWarningMultiple = 'יותר מ- %s מפתחות נוצאו עבור עמודה `%s`';
$strIndexWarningTable = 'בעיות עם אינדקסים של טבלה `%s`';
$strInnoDBDataFilePath = 'קבצי נתונים';
$strInnoDBDataHomeDir = 'תיקיית בית של נתונים';
$strInnoDBPages = 'דפים';
$strInnodbStat = 'מצב InnoDB';
$strInsecureMySQL = 'קובץ ההגדרות שלך מכיל הגדרות (root ללא סיסמא) אשר תואמות את חשבון הרשאה ברירת מחדל של MySQL. שרת MySQL שלך פועל עם ברירת מחדל זאת, והוא פתוח לחדירות,ואתה ממש צריך לתקן את חור אבטחה זה.';
$strInsert = 'הכנסה';
$strInsertAsNewRow = 'הכנסה כשורה חדשה';
$strInsertedRowId = 'קוד שורה שהוכנסה:';
$strInsertedRows = 'שורות הוכנסו:';
$strInsertNewRow = 'הכנסת שורה חדשה';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'יחסים פנימיים';
$strInUse = 'בשימוש';
$strInvalidColumnCount = 'מספר העמודות צריך להיות גדול מאפס.';
$strInvalidFieldAddCount = 'אתה חייב להוסיף לפחות שדה אחד.';
$strInvalidFieldCount = 'טבלה חייבית להכיל לפחות שדה אחד.';
$strInvalidRowNumber = '%d הוא לא מספר שורה תקין.';
 
$strJapanese = 'יפנית';
$strJumpToDB = 'קפיצה אל מאגר נתונים &quot;%s&quot;.';
$strJustDelete = 'רק תמחק את המשתמשים מטבלאות ההרשאות.';
 
$strKeepPass = 'אל תשנה את הסיסמא';
 
$strLatexCaption = 'כותרת טבלה';
$strLatexContent = 'תוכן של טבלה __TABLE__';
$strLatexContinued = '(מומשך)';
$strLatexContinuedCaption = 'כותרת טבלה מומשך';
$strLatexIncludeCaption = 'כלול כותרת טבלה';
$strLatexLabel = 'מפתח תווית';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'אפשרויות LaTeX';
$strLatexStructure = 'מבנה של טבלה __TABLE__';
$strLatvian = 'Latvian';
$strLengthSet = 'אורך/ערכים*';
$strLimitNumRows = 'מספר של שורות לכל דף';
$strLinesTerminatedBy = 'שורות מסתיימות ע"י';
$strLinkNotFound = 'קישור לא נמצא';
$strLinksTo = 'קישורים אל';
$strLithuanian = 'ליטאית';
$strLocalhost = 'מקומי';
$strLocationTextfile = 'מיקום של קובץ טקסט';
$strLogin = 'כניסה';
$strLoginInformation = 'מידע כניסה';
$strLogout = 'יציאה';
$strLogPassword = 'סיסמא:';
$strLogServer = 'שרת';
$strLogUsername = 'שם משתמש:';
$strLongOperation = 'תהליך זה יכול לקחת זמן רב. להמשיך בכל מקרה?';
 
$strMaximumSize = 'מירבי: %s%s';
$strMbExtensionMissing = 'תוספת mbstring לא נמצאה וזה נראה כי אתה משתמש בקידוד multibyte. ללא תוספת mbstring מותקנת, phpMyAdmin אינו יכול לחלק מחרוזות באופן תקין וזה יכול לגרום לתוצאות לא רצויות.';
$strMIME_available_mime = 'סוגי MIME זמינים';
$strMIME_available_transform = 'שינויי צורה זמינים';
$strMIME_description = 'תיאור';
$strMIME_MIMEtype = 'סוג MIME';
$strModifications = 'שינויים נשמרו';
$strModify = 'עריכה';
$strModifyIndexTopic = 'עריכת אינדקס';
$strMoveTable = 'העברת טבלה אל (מסד נתונים<b>.</b>טבלה):';
$strMoveTableOK = 'הטבלה %s הועברה ל- %s.';
$strMySQLCharset = 'קידוד MySQL';
$strMySQLConnectionCollation = 'קידוד חיבור MySQL';
$strMySQLSaid = 'MySQL אמר: ';
$strMySQLShowProcess = 'ראיית תהליכים';
$strMySQLShowStatus = 'ראיית מידע זמן ריצה MySQL';
$strMySQLShowVars = 'ראיית משתני מערכת MySQL';
 
$strName = 'שם';
$strNext = 'הבא';
$strNo = 'לא';
$strNoDatabases = 'אין מאגרי נתונים';
$strNoDatabasesSelected = 'אף מאגר נתונים לא נבחר.';
$strNoDescription = 'ללא תיאור';
$strNoDetailsForEngine = 'אין מידע מצב מפורט על מנוע אחסון זה.';
$strNoDropDatabases = 'הוראות "DROP DATABASE" מבוטלות.';
$strNoExplain = 'Skip Explain SQL';
$strNoFrames = 'phpMyAdmin יותר ידידותי עם דפדפן <b>frames-capable</b>.';
$strNoIndex = 'אין אינדקסים מוגדרים!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'ללא שינוי';
$strNone = 'ללא';
$strNoOptions = 'לתבנית זאת אין אפשרויות';
$strNoPassword = 'ללא סיסמא';
$strNoPermission = 'לשרת אין הרשאה לשמור את קובץ %s.';
$strNoPhp = 'ללא קוד PHP';
$strNoPrivileges = 'ללא הרשאות';
$strNoRights = 'אין לך הרשאות מספיקות להיות כאן כרגע!';
$strNoRowsSelected = 'לא נבחרו שורות';
$strNoSpace = 'אןי מספיק מקום לשמור את הקובץ %s.';
$strNoTablesFound = 'לא נמצאו טבלאות במאגר נתונים.';
$strNotNumber = 'זה אינו מספר!';
$strNotOK = 'לא בסדר';
$strNotSet = 'טבלה <b>%s</b> לא נמצאה או לא קיימת בתוך %s';
$strNoUsersFound = 'לא נמצאו משתמשים.';
$strNull = 'Null';
$strNumSearchResultsTotal = '<b>סה"כ:</b> <i>%s</i> פריטים';
$strNumTables = 'טבלאות';
 
$strOK = 'אישור';
$strOperations = 'פעולות';
$strOptimizeTable = 'ייעול טבלה';
$strOr = 'או';
$strOverhead = 'תקורה';
 
$strPageNumber = 'מספר דף:';
$strPagesToBeFlushed = 'דפים לריקון';
$strPaperSize = 'גודל דף';
$strPartialText = 'טקסטים חלקיים';
$strPassword = 'סיסמא';
$strPasswordChanged = 'הסיסמא עבור %s שונתה בהצלחה.';
$strPasswordEmpty = 'הסיסמא ריקה!';
$strPasswordNotSame = 'הסיסמאות אינן זהות!';
$strPdfInvalidTblName = 'הטבלה "%s" לא קיימת!';
$strPdfNoTables = 'אין טבלאות';
$strPerHour = 'לשעה';
$strPerMinute = 'לדקה';
$strPerSecond = 'לשנייה';
$strPersian = 'Persian';
$strPhoneBook = 'phone book';
$strPHP40203 = 'אתה משתמש ב- PHP 4.2.3, אשר כולל תקלה רצינית עם מחרוזות multibyte (mbstring). ראה דיווח שגיאה 19404 של PHP. גרסה זאת של PHP לא מומלצת לשימוש עם phpMyAdmin..';
$strPhp = 'ייצור קוד PHP';
$strPHPVersion = 'גרסת PHP';
$strPmaDocumentation = 'תיעוד phpMyAdmin';
$strPolish = 'Polish';
$strPortrait = 'Portrait';
$strPos1 = 'התחלה';
$strPrevious = 'הקודם';
$strPrimary = 'ראשי';
$strPrimaryKeyHasBeenDropped = 'המפתח הראשי הוסר';
$strPrint = 'הדפסה';
$strPrintView = 'תצוגת הדפסה';
$strPrintViewFull = 'תצוגת הדפסה (עם טקסטים מלאים)';
$strPrivDescAllPrivileges = 'כלול כל ההרשאות חוץ מ- GRANT.';
$strPrivDescAlter = 'מאפשר שינוי של מבני הטבלאות הקיימות.';
$strPrivDescCreateRoutine = 'מאפשר יצירת שגרות מאוחסנות.';
$strPrivDescCreateTbl = 'מאפשר יצירת טבלאות חדשות.';
$strPrivDescCreateTmpTable = 'מאפשר יצירת טבלאות זמניות.';
$strPrivDescDelete = 'מאפשר מחיקת מידע.';
$strPrivDescDropDb = 'מאפשר מחיקת מאגרי נתונים וטבלאות.';
$strPrivDescDropTbl = 'מאפשר מחיקת טבלאות.';
$strPrivDescUsage = 'ללא הרשאות.';
$strPrivileges = 'הרשאות';
$strPrivilegesReloaded = 'ההרשאות נטענו מחדש בהצלחה.';
$strProcesslist = 'רשימת תהליכים';
 
$strQBE = 'שאילתה';
$strQBEDel = 'מחיקה';
$strQBEIns = 'הכנסה';
$strQueryFrame = 'חלון שאילתה';
$strQuerySQLHistory = 'היסטוריית SQL';
$strQueryStatistics = '<b>סטטיטיקת שאילתות</b>: מאז ההפעלה, %s שאילתות נשלחו לשרת.';
$strQueryTime = 'שאילתה לקחה %01.4f שניות';
$strQueryType = 'סוג שאילתה';
$strQueryWindowLock = 'אל תכתוב מחדש על שאילתה זאת מחוץ לחלון זה';
 
$strReceived = 'התקבל';
$strRecords = 'רשומות';
$strRefresh = 'רענון';
$strRelationNotWorking = 'תכונות נוספות לעבודה עם טבלאות מקושרות בוטלו. לעוד מידע למה לחץ %sכאן%s.';
$strRelations = 'יחסים';
$strRelationView = 'תצוגת יחסים';
$strReloadingThePrivileges = 'טוען מחדש הרשאות';
$strReloadMySQL = 'טעינה מחדש של MySQL';
$strRemoveSelectedUsers = 'הסרת משתמשים שנבחרו';
$strRenameDatabaseOK = 'מאגר נתונים %s שונה אל %s';
$strRenameTable = 'שינוי שם טבלה אל';
$strRenameTableOK = 'טבלה %s שונתה אל %s';
$strRepairTable = 'תיקון טבלה';
$strReplaceNULLBy = 'החלפת NULL ע"י';
$strReplaceTable = 'החלפת נתוני הטבלה עם הקובץ';
$strReset = 'איפוס';
$strResourceLimits = 'גבולות משאבים';
$strReType = 'הקלדה נוספת';
$strRevoke = 'שלילה';
$strRevokeAndDelete = 'שלילת כל ההרשאות הפעילות מהמשתמשים ומחיקתם לאחר מכן.';
$strRevokeMessage = 'אתה שללת הרשאות עבור %s';
$strRomanian = 'רומנית';
$strRowLength = 'אורך שורה';
$strRows = 'שורות';
$strRowsFrom = 'שורות המתחילות מרשומה #';
$strRowSize = ' גודל שורה ';
$strRowsModeFlippedHorizontal = 'מאוזן (headers מסובבים)';
$strRowsModeHorizontal = 'מאוזן';
$strRowsModeOptions = 'במצב %s וחזור אחרי Headers לאחר %s תאים';
$strRowsModeVertical = 'ניצב';
$strRowsStatistic = 'סטטיסטיקת שורה';
$strRunning = 'פועל על %s';
$strRunQuery = 'שליחת שאילתה';
$strRunSQLQuery = 'הרצת את שאילתה/שאילתות על מסד הנתונים %s';
$strRussian = 'רוסית';
 
$strSave = 'שמירה';
$strSaveOnServer = 'שמירת שרת בתוך תיקיית %s';
$strSearch = 'חיפוש';
$strSearchFormTitle = 'חפש במסד הנתונים';
$strSearchInTables = 'בתוך הטבלה/הטבלאות:';
$strSearchNeedle = 'מילים או ערכים עבור חיפוש (תו כללי: "%"):';
$strSearchOption1 = 'לפחות אחת מן המילים';
$strSearchOption2 = 'כל המילים';
$strSearchOption3 = 'הביטוי המדוייק';
$strSearchOption4 = 'כביטוי רגיל';
$strSearchResultsFor = 'תוצאות חיפוש עבור "<i>%s</i>" %s:';
$strSearchType = 'מצא:';
$strSelectADb = 'אנא בחר מאגר נתונים';
$strSelectAll = 'בחירת הכל';
$strSelectFields = 'בחירת שדות (לפחות אחד):';
$strSelectNumRows = 'בשאילתה';
$strSelectTables = 'בחירת טבלאות';
$strSend = 'שמירה כקובץ';
$strSent = 'נשלח';
$strServer = 'שרת';
$strServerChoice = 'בחירת שרת';
$strServerNotResponding = 'השרת אינו מגיב';
$strServerStatus = 'מידע זמן ריצה';
$strServerStatusUptime = 'שרת MySQL פעיל במשך %s. הוא התחיל לפעול ב- %s.';
$strServerTabProcesslist = 'תהליכים';
$strServerTabVariables = 'משתנים';
$strServerVars = 'משתני והגדרות שרת';
$strServerVersion = 'גרסת שרת';
$strSessionValue = 'ערך זמן חיבור (Session)';
$strSetEnumVal = 'אם סוג השדה הוא "enum" או "set", אנא השתמש בערכים בתבנית הבאה : \'a\',\'b\',\'c\'...<br /> אם אתה צריך להשתמש באלכסונים ("\") או בציטוט יחיד ("\'") ביחד עם הערכים האלה, הכנס לוכסן אחורי לפניהם (לדוגמא \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'ראייה';
$strShowAll = 'ראיית הכל';
$strShowColor = 'ראיית צבע';
$strShowDatadictAs = 'תבנית מידע מילון';
$strShowFullQueries = 'הראה שאילתות שלמות';
$strShowGrid = 'הראה רשת';
$strShowingRecords = 'מראה שורות';
$strShowPHPInfo = 'ראיית מידע PHP';
$strShowTableDimension = 'ראיית ממדים של טבלאות';
$strShowTables = 'ראיית טבלאות';
$strShowThisQuery = ' הראה את שאילתה כאן שוב ';
$strSingly = '(singly)';
$strSize = 'גודל';
$strSlovak = 'סלובקית';
$strSlovenian = 'סלובנית';
$strSort = 'סידור';
$strSpaceUsage = 'שימוש מקום';
$strSpanish = 'ספרדית';
$strSplitWordsWithSpace = 'מילים מופרדות ע"י תו רווח (" ").';
$strSQLExportCompatibility = 'תאימות ייצוא SQL';
$strSQLExportType = 'סוג ייצוא';
$strSQLOptions = 'אפשרויות SQL';
$strSQLQuery = 'שאילתת SQL';
$strSQLResult = 'תוצאת SQL';
$strSQL = 'SQL';
$strStatCheckTime = 'נבדק לאחרונה';
$strStatCreateTime = 'יצירה';
$strStatement = 'משפטים';
$strStatUpdateTime = 'עדכון אחרון';
$strStatus = 'מצב';
$strStorageEngine = 'מנוע אחסון';
$strStorageEngines = 'מנועי אחסון';
$strStrucCSV = 'CSV';
$strStrucData = 'מבנה ומידע';
$strStrucDrop = 'הוספת DROP TABLE';
$strStrucExcelCSV = 'CSV עבור MS Excel';
$strStrucNativeExcel = 'תבנית MS Excel טבעית';
$strStrucOnly = 'מבנה בלבד';
$strStructPropose = 'הצעת מבנה טבלה';
$strStructure = 'מבנה';
$strSubmit = 'שליחה';
$strSuccess = 'שאילתת SQL שלך בוצעה בהצלחה';
$strSum = 'סכום';
$strSwedish = 'שוודית';
$strSwitchToDatabase = 'מעבר למאגר נתונים שהועתק';
$strSwitchToTable = 'מעבר לטבלה שהועתקה';
 
$strTable = 'טבלה';
$strTableComments = 'הערות טבלה';
$strTableEmpty = 'שם הטבלה ריק!';
$strTableHasBeenDropped = 'טבלה %s נמחקה';
$strTableHasBeenEmptied = 'טבלה %s רוקנה';
$strTableHasBeenFlushed = 'טבלה %s אופסה';
$strTableMaintenance = 'אחזקת טבלה';
$strTableOfContents = 'תוכן עניניים';
$strTableOptions = 'אפשרויות טבלה';
$strTables = '%s טבלאות';
$strTableStructure = 'מבנה טבלה עבור טבלה';
$strTableType = 'סוג טבלה';
$strTakeIt = 'קח זאת';
$strTblPrivileges = 'הרשאות ספציפיות-לטבלאות';
$strTextAreaLength = ' משום אורכם, <br /> השדה הזה יכול להיות בלתי עריך ';
$strTheme = 'תבנית / סגנון';
$strThisHost = 'מארח זה';
$strThisNotDirectory = 'זהו לא תיקייה';
$strTime = 'זמן';
$strTotal = 'סה"כ';
$strTotalUC = 'סה"כ';
$strTraditionalChinese = 'סינית מסורתית';
$strTraditionalSpanish = 'ספרדית מסורתית';
$strTraffic = 'Traffic';
$strTurkish = 'טורקית';
$strType = 'סוג';
 
$strUkrainian = 'אוקראינית';
$strUncheckAll = 'בטל סימון הכל';
$strUnicode = 'Unicode';
$strUnique = 'ייחודי';
$strUnknown = 'לא ידוע';
$strUnselectAll = 'בטל בחירת הכל';
$strUpdatePrivMessage = 'אתה עדכנת הרשאות עבור %s.';
$strUpdateProfileMessage = 'הפרופיל עודכן בהצלחה.';
$strUpdateQuery = 'עדכון שאילתה';
$strUpgrade = 'אתה צריך לשדרג אל %s %s לפחות.';
$strUsage = 'שימוש';
$strUseBackquotes = 'צירוף תוי ציטוט (backquotes) אל שמות טבלאות ושדות';
$strUseHostTable = 'Use Host Table';
$strUser = 'משתמש';
$strUserAlreadyExists = 'שם המשתמש %s כבר קיים!';
$strUserEmpty = 'שם המשתמש ריק !';
$strUserName = 'שם משתמש';
$strUserNotFound = 'המשתמש שנבחר לא נמצא בטבלת ההרשאות.';
$strUserOverview = 'סקירת משתמשים';
$strUseTables = 'השתמש בטבלאות';
$strUseTextField = 'השתמש בשדה טקסט';
$strUseThisValue = 'השתמש בערך זה';
 
$strValidateSQL = 'בדיקת תקינות SQL';
$strValue = 'ערך';
$strVar = 'משתנה';
$strVersionInformation = 'מידע גרסאות';
$strViewDump = 'ראיית הוצאה (תבנית) של טבלה';
$strViewDumpDatabases = 'ראיית הוצאה (תבנית) של מאגרי נתונים';
$strViewDumpDB = 'ראיית הוצאה (תבנית) של מאגר נתונים';
 
$strWelcome = 'ברוך הבא אל %s';
$strWildcard = 'תו כללי';
$strWithChecked = 'עם הנבחרים:';
$strWriteRequests = 'בקשות כתיבה';
$strWritingCommentNotPossible = 'כתיבת הערה לא אפשרית';
$strWritingRelationNotPossible = 'כתיבה של יחס לא אפשרית';
$strWrongUser = 'שם משתמש/סיסמה שגויים. הגישה נדחתה.';
 
$strXML = 'XML';
 
$strYes = 'כן';
 
$strZeroRemovesTheLimit = 'הערה: הגדרת אפשרויות אלו אל 0 (אפס) יבטלו את ההגבלה.';
$strZip = '"zipped"';
 
// To translate:
 
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
 
$strCentralEuropean = 'Central European'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
 
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
 
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`'; //to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
 
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
 
$strKeyname = 'Keyname'; //to translate
$strKill = 'Kill'; //to translate
$strKorean = 'Korean'; //to translate
 
$strLandscape = 'Landscape'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
 
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!'; //to translate
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.'; //to translate
$strMIME_transformation = 'Browser transformation'; //to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s'; //to translate
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
$strMIME_transformation_options = 'Transformation options'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
 
$strNoActivity = 'No activity within %s seconds; please log in again'; //to translate
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
 
$strOperator = 'Operator'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$strPasswordHashing = 'Password Hashing'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!'; //to translate
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$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
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPutColNames = 'Put fields names in the first row'; //to translate
 
$strQueryOnDb = 'SQL query on database <b>%s</b>:'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
 
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$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
$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
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
 
$strThai = 'Thai'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strToggleScratchboard = 'Toggle scratchboard'; //to translate
$strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to download this image.'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP or DATETIME field according to your local date/time format. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string; see the documentation for PHP\'s strftime() function.'; //to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).'; //to translate
$strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.'; //to translate
$strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
 
$strUpdComTab = 'Please see the documentation on how to update your column_comments table'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
 
$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
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
 
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strWebServerUploadDirectory = 'web server upload directory'; //to translate
$strWestEuropean = 'West European'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.'; //to translate
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'מספר שדות';
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/hindi-utf-8.inc.php
0,0 → 1,1009
<?php
/* $Id: hindi-utf-8.inc.php,v 2.118.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
// Hindi translation
// 1st release : by Girish Nair <girishn@nagpur.dot.net.in(outdated)> : 08-Aug-2002
// 2nd updates : by Girish Nair <girishn@nagpur.dot.net.in(outdated)> : 23-Aug-2002
// 3rd updates : by Girish Nair <girishn@nagpur.dot.net.in(outdated)> : 09-Sep-2002
// 4th updates : by Girish Nair <girishn@nagpur.dot.net.in(outdated)> : 15-Nov-2002
// 5th updates : by Girish Nair <girishn2003_@_yahoo_._co_._in(latest), www.girishn.com> : 25-Nov-2003
 
$charset = 'utf-8';
$allow_recoding = FALSE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$byteUnits = array(' बैट्स', ' केबी', ' एमबी', ' जीबी','टीबी','पीबी','ईबी');
 
$day_of_week = array('रवी', 'सोम', 'मन्गल', 'बुध', 'गुरु', 'शुक्र', 'शनि');
$month = array('जनवरी', 'फरवरी', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जुलाई', 'अगस्त', ' सितम्बर', 'अक्तूबर', 'नवम्बर', 'दिसमबर');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y को %I:%M %p';
 
$strAPrimaryKey = ' %s पर एक प्राईमरी की बनाया';
$strAccessDenied = 'प्रवेश निषेध';
$strAction = ' कार्य';
$strAddNewField = 'नया फील्ड जोडो';
$strAddPrivilegesOnDb = 'इन डाटाबेसों के लिये प्रिविलेज जोडिये';
$strAddPrivilegesOnTbl = 'इन टेबल के लिये प्रिविलेज जोडिये';
$strAddUser = 'नया यूसर बनाओ';
$strAddUserMessage = 'आपने नया यूसर बना लिया ।';
$strAddedColumnComment = 'कोलम पर टिप्पणि किया गया';
$strAfter = '%s के बाद में';
$strAfterInsertBack = 'पिछले पृष्ट पर वापस जाओ';
$strAfterInsertNewInsert = ' अगला नया रौ जोडे';
$strAll = 'सभी';
$strAlterOrderBy = ' टेबल ओरडर को बदलिये ';
$strAnIndex = ' %s पर एक इन्डेक्स बनाया';
$strAnalyzeTable = ' टेबल अनालैज करें';
$strAnd = 'और';
$strAny = 'कोई';
$strAnyHost = 'कोई भी होस्ट';
$strAnyUser = 'कोई भी यूसर';
$strArabic = 'पर्शियन';
$strAtBeginningOfTable = ' टेबल के शुरू में';
$strAtEndOfTable = ' टेबल के आखिर में';
$strAttr = ' विशेषता';
 
$strBack = 'वापस';
$strBinary = 'बइनरी';
$strBinaryDoNotEdit = 'बइनरी - एडिट मत करिये';
$strBookmarkDeleted = 'यह bookmark डिलीट कर दिया गया।';
$strBookmarkLabel = 'लेबल';
$strBookmarkQuery = 'Bookmark किया हुआ SQL-क्वरी';
$strBookmarkThis = 'इस SQL-क्वरी को bookmark कीजिये ';
$strBookmarkView = 'केवल देखिये';
$strBrowse = ' ब्रौस';
 
$strCantRenameIdxToPrimary = 'इन्डेक्स को PRIMARY नाम मे नहीं बदल सकते!';
$strChange = 'बदलिये';
$strChangePassword = 'पासव्रड बदलिये';
$strCheckAll = 'सभी को चेक करें';
$strCheckPrivs = 'प्रिविलेज चेक करें';
$strCheckPrivsLong = 'डाटाबेस के प्रिविलेज चेक करें &quot;%s&quot;.';
$strCheckTable = ' टेबल को चेक करें';
$strChoosePage = ' एडिट करने के लिये पेज़ चुने';
$strColumnNames = 'कोलम के नाम';
$strColumnPrivileges = ' केवल कोलम के प्रिविलेज';
$strComments = ' टिप्पणी';
$strCompleteInserts = 'पूरा इनसर्टस';
$strCopyTable = ' (database<b>.</b>table) में टेबल को कापी करें:';
$strCopyTableOK = ' %s टेबल को %s में कापी कर दिया.';
$strCouldNotKill = 'thread %s को मारने में phpMyAdmin असफल हुआ। शायद वह खतम हो चुका है।';
$strCreate = 'बनाइये';
$strCreateIndex = ' &nbsp;%s&nbsp; कोलम पर इन्डेक्स बनाऐं ';
$strCreateIndexTopic = 'एक नया इन्डेक्स बनाऐं';
$strCreateNewDatabase = ' नया डाटाबेस बनाओ';
$strCreateNewTable = ' डाटाबेस मे नया टेबल बनाओ';
$strCreatePage = 'नया पेज़ बनाऐं';
 
$strDBComment = 'डाटाबेस की टिप्पणि: ';
$strData = ' डाटा';
$strDataOnly = 'केवल डाटा';
$strDatabase = ' डाटाबेस';
$strDatabaseHasBeenDropped = 'डाटाबेस %s को ड्रोप कर दिया ।';
$strDatabaseNoTable = 'इस डाटाबेस में कोई टेबल नहीं है!';
$strDatabases = ' डाटाबेस';
$strDatabasesDropped = '%s डाटाबेस को सफलता से डिलीट कर दिया गया।';
$strDatabasesStats = ' डाटाबेसों के आँकडे';
$strDatabasesStatsDisable = 'आँकडे Disable करें';
$strDatabasesStatsEnable = 'आँकडे Enable करें';
$strDatabasesStatsHeavyTraffic = ' नोट: यहां डाटाबेस के आँकडे Enable करने से webserver और MySQL के बीच में ट्रेफिक बडने की संभावना है। ';
$strDbPrivileges = ' केवल डाटाबेस के प्रिविलेज';
$strDefault = 'Default';
$strDelete = 'डिलीट';
$strDeleted = 'रौ को डिलीट कर दिया';
$strDeletedRows = 'रौ डिलीट किया:';
$strDescription = 'वर्णन';
$strDictionary = 'शब्दकोश';
$strDisplayFeat = 'फीचरस दिखाओ';
$strDisplayOrder = 'क्रम से दिखाओ:';
$strDisplayPDF = 'PDF schema दिखाओ';
$strDoYouReally = 'क्या आप सचमुच चाहते है की';
$strDocu = 'डोक्युमेंटेशन';
$strDrop = ' ड्रोप';
$strDropUsersDb = 'Drop the databases that have the same names as the users.';
 
$strEdit = 'एडिट';
$strEditPDFPages = 'PDF पेज एडिट करें';
$strEditPrivileges = ' प्रिविलेज एडिट करें';
$strEffective = ' वास्तविक';
$strEmpty = 'खाली करें';
$strEnd = 'आखरी';
$strEnglish = 'अंग्रेजी';
$strEnglishPrivileges = ' नोट: MySQL प्रिविलेज नामों को अंग्रेजी मे लिखा गया है ';
$strError = 'गल्ती';
$strExplain = 'SQL की व्याख्या ';
$strExport = 'एक्सपोर्ट';
$strExtendedInserts = 'विस्तृत इनसर्टस';
$strExtra = ' अतिरिक्त';
 
$strField = ' फील्ड';
$strFieldHasBeenDropped = ' फील्ड %s ड्रोप कर दिया';
$strFields = ' फील्डस';
$strFlushTable = ' टेबल को Flush करें ("FLUSH")';
 
$strGenTime = 'समय पर बनाया';
$strGerman = 'जर्मन';
$strGreek = ' ग्रीक';
 
$strHasBeenAltered = 'को बदला गया। ';
$strHome = 'होम';
$strHomepageOfficial = 'phpMyAdmin का आधिकारिक होमपेज';
$strHost = 'होस्ट';
$strHostEmpty = 'होस्ट का नाम (hostname) खाली है!';
 
$strInsert = 'इनसर्ट';
$strInsertAsNewRow = 'इसको नया रौ में जोडे ';
$strInsertNewRow = 'नया रौ इनसर्ट करिये';
$strInsertedRows = ' रौ जोडे गये:';
 
$strJapanese = 'जापानी';
 
$strKeepPass = 'पासवर्ड मत बदलिये';
$strKorean = 'कोरियन';
 
$strLengthSet = 'लंबाई/अर्थ*';
$strLimitNumRows = 'प्रति पृष्ट कितने रौ';
$strLinesTerminatedBy = 'लाईन समाप्त होता है';
$strLocalhost = 'Local';
$strLogPassword = 'पासव्रड:';
$strLogUsername = 'यूसरनेम:';
$strLogin = 'लोगिन';
$strLogout = 'लोग औट';
 
$strMoveTable = ' टेबल को (database<b>.</b>table) में मूव करें:';
$strMoveTableOK = ' %s टेबल को %s में मूव कर दिया.';
$strMySQLShowProcess = 'प्रोसेस दिखाओ';
$strMySQLShowStatus = 'MySQL के runtime जानकारी दिखाओ';
$strMySQLShowVars = 'MySQL के system variables दिखाओ';
 
$strName = 'नाम';
$strNext = ' अगला';
$strNo = 'नहीं';
$strNoDatabases = 'कोइ डाटाबेस नहिं';
$strNoDatabasesSelected = ' कोइ डाटाबेस नहीं चुना गया है।';
$strNoModification = 'कोइ बदलाव नहीं';
$strNoPassword = 'पासवर्ड नहीं है';
$strNoPrivileges = 'कोइ प्रिविलेज नहीं';
$strNoTablesFound = 'डाटाबेस में कोई टेबल नहीं।';
$strNoUsersFound = 'कोई यूसर नहीं।';
$strNotNumber = 'यह नंबर नहीं है!';
 
$strOperations = 'कार्रवाई';
$strOptimizeTable = ' टेबल को Optimize करें';
$strOr = 'अथवा';
 
$strPdfNoTables = ' कोई टेबल नहीं';
$strPhp = 'PHP Code बनाओ';
$strPmaDocumentation = 'phpMyAdmin डोक्युमेंटेशन';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivileges = ' प्रिविलेज';
 
$strQBE = 'क्वरी';
$strQueryFrame = 'क्वरी पेज';
$strQuerySQLHistory = 'SQL- इतिहास';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'क्वरी को %01.4f सेकेंड का समय लगा';
 
$strRepairTable = ' टेबल को टीक करें';
$strRevoke = 'वापस लो';
$strRevokeMessage = 'आपने %s के privileges वापस ले लिया ';
$strRowLength = ' रौ की लंबाई';
$strRowsFrom = 'रौ, इस record से #';
$strRowsModeHorizontal = 'समतल';
$strRowsModeOptions = ' %s रूप में और %s सेल के बाद शीर्षक को दोहराईये';
$strRowsModeVertical = 'खडा';
$strRunSQLQuery = 'डाटाबेस %s में SQL query/queries चलाइये ';
$strRunning = ' %s पर चल रहा है';
$strRussian = 'रशियन';
 
$strSearch = 'सर्च';
$strSearchFormTitle = 'डाटाबेस में सर्च करें';
$strSearchInTables = ' टेबल में:';
$strSearchNeedle = 'शब्द अथवा वेल्यु जिसे सर्च करना है (wildcard: "%"):';
$strSearchOption1 = 'कोई भी एक शब्द';
$strSearchOption2 = 'सभी शब्द';
$strSearchOption3 = 'यथार्थ वाक्यांश';
$strSearchResultsFor = '"<i>%s</i>" %s के लिये सर्च के परिणाम :';
$strSearchType = 'खोजो:';
$strSelectADb = 'कृपया एक डाटाबेस चुनिये ';
$strSelectAll = ' सभी को सेल्कट करें';
$strSelectTables = ' टेबल चुनिये';
$strSend = 'फाईल मे सेव करें';
$strServerChoice = 'Server चुनिये';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strShow = 'दिखाओ';
$strShowAll = 'सभी दिखाओ';
$strShowColor = 'रंगीन दिखाओ';
$strShowGrid = 'grid दिखाओ';
$strShowPHPInfo = 'PHP कि जानकारी दिखाओ';
$strShowTableDimension = ' टेबल के परिमाण दिखाओ';
$strShowTables = ' टेबल दिखाओ';
$strShowThisQuery = ' यह query वापस यहीं दिखायें ';
$strShowingRecords = 'रौ देखिये';
$strSplitWordsWithSpace = 'शब्दों में space (" ") से अंतर करें.';
$strStrucData = 'संरचना और डाटा';
$strStrucOnly = 'केवल संरचना';
$strStructure = 'संरचना';
$strSuccess = 'आपकी SQL-query सफलता से पूरा किया';
$strSum = 'जोड';
 
$strTable = ' टेबल ';
$strTableComments = ' टेबल की टिप्पणि';
$strTableEmpty = ' टेबल का नाम खाली है!';
$strTableHasBeenDropped = ' टेबल %s को ड्रोप किया';
$strTableHasBeenEmptied = ' टेबल %s को खाली किया';
$strTableHasBeenFlushed = ' टेबल %s को flush किया';
$strTableMaintenance = ' टेबल रख-रखाव';
$strTableType = ' टेबल के प्रकार';
$strTables = ' %s टेबल(s)';
$strTblPrivileges = ' केवल टेबल के प्रिविलेज';
$strThreadSuccessfullyKilled = 'Thread %s को सफलता से मारा गया।';
$strTotal = ' कुल';
$strTurkish = 'तुर्क';
$strType = ' प्रकार';
 
$strUncheckAll = ' सभी को अनचेक करें';
$strUnselectAll = ' सभी को अनसेल्कट करें';
$strUpdatePrivMessage = 'आपने %s के प्रिविलेज अपडेट कर दिया ।';
$strUpdateProfileMessage = 'प्रोफाइल अपडेट कर दिया ।';
$strUpdateQuery = ' क्वरी अपडेट करो';
$strUsage = 'उपयोग';
$strUseBackquotes = ' टेबल और फील्ड के नाम को backquotes से Enclose करें';
$strUseTables = ' टेबल का उपयोग करो';
$strUser = 'यूसर';
$strUserEmpty = 'यूसरनेम खाली है!';
$strUserName = 'यूसर नेम';
 
$strValue = 'मूल्य';
 
$strWelcome = ' %s मे स्वागत है';
$strWithChecked = 'चुने हुओं को:';
$strWritingCommentNotPossible = 'टिप्पणि करना मुम्किन नहीं';
$strWrongUser = 'यूसरनेम/पासवर्ड गलत है। Access denied.';
 
$strYes = 'हाँ ';
 
// To translate
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$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.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strAddSearchConditions = 'Add search conditions (body of the "where" clause):'; //to translate
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAdministration = 'Administration'; //to translate
$strAffectedRows = 'Affected rows:'; //to translate
$strAllTableSameWidth = 'display all Tables with same width?'; //to translate
$strArmenian = 'Armenian'; //to translate
$strAscending = 'Ascending'; //to translate
$strAutodetect = 'Autodetect'; //to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
 
$strBaltic = 'Baltic'; //to translate
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$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
$strBzip = '"bzipped"'; //to translate
 
$strCSVOptions = 'CSV options';//to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$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
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strCardinality = 'Cardinality'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeDisplay = 'Choose Field to display'; //to translate
$strCharset = 'Charset'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
$strCharsets = 'Charsets'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strCollation = 'Collation'; //to translate
$strCommand = 'Command'; //to translate
$strCompression = 'Compression'; //to translate
$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
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strConnections = 'Connections'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCriteria = 'Criteria'; //to translate
$strCroatian = 'Croatian'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strCzech = 'Czech'; //to translate
 
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDanish = 'Danish'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strDbSpecific = 'database-specific'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strDescending = 'Descending'; //to translate
$strDisabled = 'Disabled'; //to translate
$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strDumpXRows = 'Dump %s row(s) starting at record # %s.'; //to translate
$strDumpingData = 'Dumping data for table'; //to translate
$strDynamic = 'dynamic'; //to translate
 
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; //to translate
$strEnabled = 'Enabled'; //to translate
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strEstonian = 'Estonian'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFailedAttempts = 'Failed attempts'; //to translate
$strFieldsEmpty = ' The field count is empty! '; //to translate
$strFieldsEnclosedBy = 'Fields enclosed by'; //to translate
$strFieldsEscapedBy = 'Fields escaped by'; //to translate
$strFieldsTerminatedBy = 'Fields terminated by'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$strFixed = 'fixed'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this 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
$strFormEmpty = 'Missing value in the form !'; //to translate
$strFormat = 'Format'; //to translate
$strFullText = 'Full Texts'; //to translate
$strFunction = 'Function'; //to translate
 
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strGo = 'Go'; //to translate
$strGrantOption = 'Grant'; //to translate
$strGzip = '"gzipped"'; //to translate
 
$strHasBeenCreated = 'has been created.'; //to translate
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strHungarian = 'Hungarian'; //to translate
 
$strId = 'ID'; //to translate
$strIdxFulltext = 'Fulltext'; //to translate
$strIgnore = 'Ignore'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strImportFiles = 'Import files'; //to translate
$strInUse = 'in use'; //to translate
$strIndex = 'Index'; //to translate
$strIndexHasBeenDropped = 'Index %s has been dropped'; //to translate
$strIndexName = 'Index name&nbsp;:'; //to translate
$strIndexType = 'Index type&nbsp;:'; //to translate
$strIndexes = 'Indexes'; //to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$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
$strInsertedRowId = 'Inserted row id:'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
 
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
 
$strKeyname = 'Keyname'; //to translate
$strKill = 'Kill'; //to translate
 
$strLaTeX = 'LaTeX'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strLandscape = 'Landscape'; //to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLinkNotFound = 'Link not found'; //to translate
$strLinksTo = 'Links to'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strLocationTextfile = 'Location of the textfile'; //to translate
$strLogServer = 'Server'; //to translate
$strLoginInformation = 'Login Information'; //to translate
 
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strModifications = 'Modifications have been saved'; //to translate
$strModify = 'Modify'; //to translate
$strModifyIndexTopic = 'Modify an index'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMySQLCharset = 'MySQL charset'; //to translate
$strMySQLSaid = 'MySQL said: '; //to translate
 
$strNoDescription = 'no Description'; //to translate
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; //to translate
$strNoIndex = 'No index defined!'; //to translate
$strNoIndexPartsDefined = 'No index parts defined!'; //to translate
$strNoOptions = 'This format has no options';//to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoPhp = 'Without PHP Code'; //to translate
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNone = 'None'; //to translate
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
$strNull = 'Null'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate
$strNumTables = 'Tables'; //to translate
 
$strOK = 'OK'; //to translate
$strOverhead = 'Overhead'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$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
$strPHPVersion = 'PHP Version'; //to translate
$strPageNumber = 'Page number:'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strPartialText = 'Partial Texts'; //to translate
$strPassword = 'Password'; //to translate
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
$strPasswordEmpty = 'The password is empty!'; //to translate
$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; //to translate
$strPerHour = 'per hour'; //to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strPhoneBook = 'phone book'; //to translate
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
$strPortrait = 'Portrait'; //to translate
$strPos1 = 'Begin'; //to translate
$strPrevious = 'Previous'; //to translate
$strPrimary = 'Primary'; //to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped'; //to translate
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; //to translate
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; //to translate
$strPrint = 'Print'; //to translate
$strPrintView = 'Print view'; //to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, 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
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strProcesslist = 'Process list'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
 
$strQBEDel = 'Del'; //to translate
$strQBEIns = 'Ins'; //to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:'; //to translate
$strQueryType = 'Query type'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strReType = 'Re-type'; //to translate
$strReceived = 'Received'; //to translate
$strRecords = 'Records'; //to translate
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
$strRelationView = 'Relation view'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelations = 'Relations'; //to translate
$strReloadMySQL = 'Reload MySQL'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRenameTable = 'Rename table to'; //to translate
$strRenameTableOK = 'Table %s has been renamed to %s'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strReplaceTable = 'Replace table data with file'; //to translate
$strReset = 'Reset'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strRowSize = ' Row size '; //to translate
$strRows = 'Rows'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strRowsStatistic = 'Row Statistic'; //to translate
$strRunQuery = 'Submit Query'; //to translate
 
$strSQL = 'SQL'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strSQLOptions = 'SQL options';//to translate
$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
$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
$strSQLQuery = 'SQL-query'; //to translate
$strSQLResult = 'SQL result'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strSave = 'Save'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSearchOption4 = 'as regular expression'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectFields = 'Select fields (at least one):'; //to translate
$strSelectNumRows = 'in query'; //to translate
$strSent = 'Sent'; //to translate
$strServer = 'Server'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerVars = 'Server variables and settings'; //to translate
$strServerVersion = 'Server version'; //to translate
$strSessionValue = 'Session value'; //to translate
$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
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSingly = '(singly)'; //to translate
$strSize = 'Size'; //to translate
$strSort = 'Sort'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSpaceUsage = 'Space usage'; //to translate
$strStatCheckTime = 'Last check';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatement = 'Statements'; //to translate
$strStatus = 'Status'; //to translate
$strStrucCSV = 'CSV data'; //to translate
$strStrucDrop = 'Add DROP TABLE'; //to translate
$strStrucExcelCSV = 'CSV for MS Excel data'; //to translate
$strStructPropose = 'Propose table structure'; //to translate
$strSubmit = 'Submit'; //to translate
$strSwedish = 'Swedish'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
 
$strTableOfContents = 'Table of contents'; //to translate
$strTableOptions = 'Table options'; //to translate
$strTableStructure = 'Table structure for table'; //to translate
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strThai = 'Thai'; //to translate
$strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strTime = 'Time'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTotalUC = 'Total'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strTraffic = 'Traffic'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$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
$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
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$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
$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
$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
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
 
$strUkrainian = 'Ukrainian'; //to translate
$strUnicode = 'Unicode'; //to translate
$strUnique = 'Unique'; //to translate
$strUnknown = 'unknown'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strUseTextField = 'Use text field'; //to translate
$strUseThisValue = 'Use this value'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserOverview = 'User overview'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
 
$strValidateSQL = 'Validate SQL'; //to translate
$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
$strVar = 'Variable'; //to translate
$strViewDump = 'View dump (schema) of table'; //to translate
$strViewDumpDB = 'View dump (schema) of database'; //to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
 
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //to translate
$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'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
 
$strXML = 'XML';//to translate
 
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
$strZip = '"zipped"' ; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/hungarian-iso-8859-2.inc.php
0,0 → 1,997
<?php
 
// Peter Bakondy <bakondyp@freemail.hu>
// Mihály Mészáros <necronix@freemail.hu>
 
$charset = 'iso-8859-2';
$text_dir = 'ltr'; // ('ltr': balról jobbra, 'rtl': jobbról balra)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// Byte, Kilo, Mega, Giga, Tera, Peta, Exa rövidítései
$byteUnits = array('Bájt', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo');
$month = array('Jan', 'Feb', 'Márc', 'Ápr', 'Máj', 'Jún', 'Júl', 'Aug', 'Szept', 'Okt', 'Nov', 'Dec');
// Leírás a $datefmt változó definiálásához:
// http://www.php.net/manual/en/function.strftime.php
$datefmt = '%Y. %B %d. %H:%M';
 
$timespanfmt = '%s nap, %s óra, %s perc, %s másodperc';
 
$strAbortedClients = 'Megszakítva';
$strAbsolutePathToDocSqlDir = 'Írja be az abszolút elérési utat a docSQL könyvtárhoz';
$strAccessDeniedExplanation = 'A phpMyAdmin megpróbált csatlakozni a MySQL szerverhez, de a szerver elutasította a kapcsolatot. Ellen&#337;rizze a host, username és jelszó mez&#337;ket a config.inc.php fájlban, és bizonyosodjon meg róla, hogy ezek megfelelnek a MySQL szerver adminisztrátorától kapott információknak.';
$strAccessDenied = 'Hozzáférés megtagadva';
$strAction = 'Parancs';
$strAddAutoIncrement = 'AUTO_INCREMENT érték hozzáadása';
$strAddConstraints = 'Megszorítás hozzáadása';
$strAddDeleteColumn = 'Mez&#337; Oszlopokat Hozzáad/Töröl';
$strAddDeleteRow = 'Kritérium Sort Hozzáad/Töröl';
$strAddDropDatabase = 'DROP DATABASE hozzáadása';
$strAddedColumnComment = 'Megjegyzés hozzáf&#369;zve az oszlophoz:';
$strAddedColumnRelation = 'Kapcsolat hozzáf&#369;zve az oszlophoz:';
$strAddFields = '%s mez&#337; hozzáadása';
$strAddHeaderComment = 'Egyedi megjegyzés hozzáadása a fejléchez (\\n töri a sorokat)';
$strAddIfNotExists = 'IF NOT EXISTS hozzáadása';
$strAddIntoComments = 'Hozzáadás a megjegyzéshez';
$strAddNewField = 'Új mez&#337; hozzáadása';
$strAddPrivilegesOnDb = 'Privilégiumok hozzáadása a következ&#337; adatbázison:';
$strAddPrivilegesOnTbl = 'Privilégiumok hozzáadása a következ&#337; táblán:';
$strAddSearchConditions = 'Keresési feltételek megadása (az "ahol" kikötések):';
$strAddToIndex = 'Adj az indexhez %s oszlopot';
$strAddUserMessage = 'Az új felhasználót felvettem.';
$strAddUser = 'Új felhasználó hozzáadása';
$strAdministration = 'Adminisztráció';
$strAffectedRows = 'Keresett sorok:';
$strAfterInsertBack = 'Vissza az el&#337;z&#337; oldalra';
$strAfterInsertNewInsert = 'Új sor beszúrása';
$strAfterInsertNext = 'Következ&#337; sor szerkesztése';
$strAfterInsertSame = 'Visszatérés az oldalra';
$strAfter = '%s után';
$strAll = 'Mind';
$strAllTableSameWidth = 'minden tábla ezzel a szélességgel jelenjen meg?';
$strAlterOrderBy = 'Tábla megváltozása rendezve e szerint:';
$strAnalyzeTable = 'Tábla vizsgálat';
$strAnd = 'És';
$strAnIndex = 'Indexet hozzáadtam: %s';
$strAny = 'Bármely';
$strAnyHost = 'Bármely hoszt';
$strAnyUser = 'Bármely felhasználó';
$strApproximateCount = 'Becsült érték lehet. Lásd: FAQ 3.11';
$strAPrimaryKey = 'Els&#337;dleges kulcsot hozzáadtam: %s';
$strArabic = 'Arab';
$strArmenian = 'Örmény';
$strAscending = 'Növekv&#337;';
$strAtBeginningOfTable = 'A tábla elejénél';
$strAtEndOfTable = 'A tábla végénél';
$strAttr = 'Tulajdonságok';
$strAutodetect = 'Automatikus felismerés';
$strAutomaticLayout = 'Automatikus elrendezés';
 
$strBack = 'Vissza';
$strBaltic = 'Balti';
$strBeginCut = 'Kivágás Kezdete';
$strBeginRaw = 'Feldolgozatlan Kezdete';
$strBinary = 'Bináris';
$strBinaryDoNotEdit = 'Bináris - nem szerkeszthet&#337;';
$strBinaryLog = 'Bináris napló';
$strBinLogEventType = 'Esemény típusa';
$strBinLogInfo = 'Információ';
$strBinLogName = 'Napló neve';
$strBinLogOriginalPosition = 'Eredeti pozíció';
$strBinLogPosition = 'Pozíció';
$strBinLogServerId = 'Szerver ID';
$strBookmarkAllUsers = 'Az összes felhasználónak engedélyezi a hozzáférést ehhez a könyvjelz&#337;höz';
$strBookmarkCreated = '%s könyvjelz&#337; elkészült';
$strBookmarkDeleted = 'A könyvjelz&#337;t töröltem.';
$strBookmarkLabel = 'Felirat';
$strBookmarkQuery = 'Feljegyzett SQL-kérés';
$strBookmarkReplace = 'Azonos nev&#369; könyvjelz&#337; felülírása';
$strBookmarkThis = 'Jegyezd fel az SQL-kérést';
$strBookmarkView = 'Csak megnézhet&#337;';
$strBrowseForeignValues = 'Idegen kulcsok böngészése';
$strBrowse = 'Tartalom';
$strBufferPoolActivity = 'Puffer tevékenység';
$strBufferPool = 'Puffer';
$strBufferPoolUsage = 'Puffer kihasználtsága';
$strBufferReadMisses = 'Olvasási hibák';
$strBufferWriteWaits = 'Írási várakozások';
$strBulgarian = 'Bolgár';
$strBzError = 'A phpMyAdmin nem tudta betömöríteni a dump-ot, mert nem megfelel&#337; a Bz2 kiterjesztés ebben a php verzióban. Er&#337;sen ajánlott a <code>$cfg[\'BZipDump\']</code> paramétert a phpMyAdmin konfigurációs fájlban <code>FALSE</code> értékre beállítani. Ha a Bz2 tömörítési eljárást használni szeretné, frissítse a php-t! Tekintse meg a %s php bug report-ot a részletekért.';
$strBzip = '"bzip-pel tömörítve"';
 
$strCalendar = 'Naptár';
$strCannotLogin = 'A belépés a MySQL szerverre sikertelen volt';
$strCantLoad = 'nem tudtam betölteni a %s kiterjesztést,<br />ellen&#337;rizze a PHP konfigurációt';
$strCantLoadRecodeIconv = 'Nem tudom betölteni az iconv vagy recode kiterjesztést a karakterkészlet-átalakításhoz, állítsd be a php-t, hogy engedélyezze ezeket a kiterjesztéseket vagy tiltsd le a karakterkészlet-átalakítást a phpMyAdmin-ban.';
$strCantRenameIdxToPrimary = 'Nem tudom átnevezni az indexet PRIMARY-vá!';
$strCantUseRecodeIconv = 'Nem tudom használni az iconv, libiconv sem a recode_string funkciókat mialatt a kiterjesztés-jelentéseket be kell tölteni. Ellen&#337;rizd a php konfigurációt.';
$strCardinality = 'Számosság';
$strCaseInsensitive = 'bet&#369;nagyságra nem érzékeny';
$strCaseSensitive = 'bet&#369;nagyság-érzékeny';
$strCentralEuropean = 'Közép-európai';
$strChangeCopyModeCopy = '... a régi meg&#337;rzése.';
$strChangeCopyModeDeleteAndReload = ' ... a régi törlése a felhasználói táblákból, és utána a privilégiumok újratöltése.';
$strChangeCopyModeJustDelete = ' ... a régi törlése a felhasználói táblákból.';
$strChangeCopyModeRevoke = ' ... az összes aktív privilégium visszaállítása a régib&#337;l, és utána törlésük.';
$strChangeCopyMode = 'Új felhasználó hozzáadása ezekkel a privilégiumokkal ...';
$strChangeCopyUser = 'Belépési információ megváltoztatása / Felhasználó másolása';
$strChangeDisplay = 'Válassz mez&#337;t a megjelenítéshez';
$strChangePassword = 'Jelszó megváltoztatása';
$strChange = 'Változtat';
$strCharset = 'Karakterkészlet';
$strCharsetOfFile = 'A fájl karakterkészlete:';
$strCharsetsAndCollations = 'Karakterkészletek és egybevetések';
$strCharsets = 'Karakterkészlet';
$strCheckAll = 'Összeset kijelöli';
$strCheckOverhead = 'Ellen&#337;rzés felfüggesztése';
$strCheckPrivsLong = 'Privilégiumok ellen&#337;rzése &quot;%s&quot; adatbázison.';
$strCheckPrivs = 'Privilégiumok ellen&#337;rzése';
$strCheckTable = 'Tábla ellen&#337;rzés';
$strChoosePage = 'Válassz oldalt a szerkesztéshez';
$strColComFeat = 'Oszlop megjegyzések megjelenítése';
$strCollation = 'Egybevetés';
$strColumnNames = 'Oszlop nevek';
$strColumnPrivileges = 'Oszlop-specifikus privilégiumok';
$strCommand = 'Parancs';
$strCommentsForTable = 'Tábla-megjegyzések';
$strComments = 'Megjegyzések';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilis';
$strCompleteInserts = 'Mez&#337;neveket is hozzáadja';
$strCompression = 'Tömörítés';
$strConfigFileError = 'A phpMyAdmin nem tudja olvasni a konfigurációs fájlt!<br />Lehet, hogy a php szintaktikai hibát talált benne, vagy nem találja a fájlt.<br />Használd az alsó linket a konfigurációs fájl helyreállításához, olvasd el a kapott php hibaüzeneteket. Többnyire egy idéz&#337;jel vagy egy pontosvessz&#337; hiányzik valahol.<br />Ha üres oldalt kapsz, minden rendben.';
$strConfigureTableCoord = 'Állítsd be a(z) $s tábla koordinátáit';
$strConnectionError = 'Nem sikerült a csatlakozás: érvénytelen beállítások.';
$strConnections = 'Kapcsolat';
$strConstraintsForDumped = 'Kikötések a kiírt táblákhoz';
$strConstraintsForTable = 'Kikötések a táblához';
$strCookiesRequired = 'A Cookie-kat most engedélyezned kell.';
$strCopyDatabaseOK = '%s adatbázis átmásolva ide: %s';
$strCopy = 'Másolás';
$strCopyTableOK = '%s táblát ide másoltam: %s.';
$strCopyTableSameNames = 'Nem tudom a táblát ugyanarra másolni!';
$strCopyTable = 'Tábla másolása ide (adatbázis<b>.</b>tábla):';
$strCouldNotKill = 'phpMyAdmin nem tudta megszüntetni ez a szálat: %s. Meglehet, már véget ért.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE másolás el&#337;tt';
$strCreateIndex = 'Készíts egy indexet a(z) %s. oszlopon';
$strCreateIndexTopic = 'Új index létrehozása';
$strCreate = 'Létrehoz';
$strCreateNewDatabase = 'Új adatbázis létrehozása';
$strCreateNewTable = 'Új tábla létrehozása a(z) %s adatbázisban';
$strCreatePage = 'Új oldal készítése';
$strCreatePdfFeat = 'PDF készítése';
$strCreationDates = 'Dátum Készítés/Módosítás/Ellen&#337;rzés';
$strCriteria = 'Kritérium';
$strCroatian = 'Horvát';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV beállítások';
$strCSVOptions = 'CSV beállítások';
$strCyrillic = 'Cirill';
$strCzech = 'Cseh';
$strCzechSlovak = 'Szlovák';
 
$strDanish = 'Dán';
$strData = 'Adat';
$strDatabase = 'Adatbázis';
$strDatabaseEmpty = 'Az adatbázis néz mez&#337; üres!';
$strDatabaseExportOptions = 'Adatbázis export beállítások';
$strDatabaseHasBeenDropped = '%s adatbázist eldobtam.';
$strDatabaseNoTable = 'Az adatbázis nem tartalmaz táblákat!';
$strDatabases = 'adatbázisok';
$strDatabasesDropped = '%s adatbázist sikeresen töröltem.';
$strDatabasesStats = 'Adatbázis statisztika';
$strDatabasesStatsDisable = 'Statisztika tiltása';
$strDatabasesStatsEnable = 'Statisztika engedélyezése';
$strDatabasesStatsHeavyTraffic = 'Megjegyzés: az adatbázis statisztika engedélyezése nagy adatforgalomhoz vezethet a webszerver és a MySQL között.';
$strDataDict = 'Adatkönyvtár';
$strDataOnly = 'Csak adatok';
$strDataPages = 'Adatokat tartalmazó lapok';
$strDBComment = 'Adatbázis megjegyzés: ';
$strDBCopy = 'Adatbázis másolása ide';
$strDBGContextID = 'Tartalom ID';
$strDBGContext = 'Tartalom';
$strDBGHits = 'Találat';
$strDBGLine = 'Vonal';
$strDBGMaxTimeMs = 'Legnagyobb id&#337;, ms';
$strDBGMinTimeMs = 'Legkisebb id&#337;, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Id&#337;/Találat, ms';
$strDBGTotalTimeMs = 'Összes id&#337;, ms';
$strDbPrivileges = 'Adatbázis-specifikus privilégiumok';
$strDBRename = 'Adatbázis átnevezése';
$strDbSpecific = 'adatbázis-specifikus';
$strDefault = 'Alapértelmezett';
$strDefaultValueHelp = 'Az alapértelmezett értékekhez írjon be egy egyszer&#369; értéket, escape karakter és idéz&#337;jelek nélkül, ezt a formátumot követve: a';
$strDefragment = 'Tábla töredezettségmentesítése';
$strDelayedInserts = 'Id&#337;zített beszúrás használata';
$strDeleteAndFlushDescr = 'Ez a legtisztább út, de a privilégiumok újratöltése eltarthat egy ideig.';
$strDeleteAndFlush = 'Törölje a felhasználót, azután töltse be újra a privilégiumokat.';
$strDeleted = 'A sort töröltem';
$strDeletedRows = 'Törölt sorok:';
$strDeleteNoUsersSelected = 'Nincs törlésre kijelölt felhasználó!';
$strDelete = 'Töröl';
$strDeleting = '%s törlése';
$strDelOld = 'A jelenlegi oldalon a táblahivatkozások már nem élnek. Akarja ezeket törölni?';
$strDescending = 'Csökken&#337;';
$strDescription = 'Leírás';
$strDictionary = 'szótár';
$strDirtyPages = 'Piszkos lapok';
$strDisabled = 'Tiltott';
$strDisableForeignChecks = 'Idegen kulcsok ellen&#337;rzésének letiltása';
$strDisplayFeat = 'Megjelenítés tulajdonságok';
$strDisplayOrder = 'Megjelenítés rendezés:';
$strDisplayPDF = 'PDF séma kijelzése';
$strDoAQuery = 'Csinálj egy "lekérdezést" (helyettesít&#337; karakter: "%")';
$strDocu = 'Dokumentáció';
$strDoYouReally = 'Biztos ez akarod? ';
$strDropDatabaseStrongWarning = 'Ki akarod törölni az EGÉSZ adatbázist?';
$strDrop = 'Eldob';
$strDropUsersDb = 'Azon adatbázisok törlése, amelyek neve egyezik a felhasználókkal.';
$strDumpingData = 'Tábla adatok:';
$strDumpSaved = 'A kiírást elmetettem ebbe a fájlba: %s.';
$strDumpXRows = '%s sor kiírása a %s. sorral kezd&#337;dik';
$strDynamic = 'dinamikus';
 
$strEditPDFPages = 'PDF oldalak szerkesztése';
$strEditPrivileges = 'Privilégiumok szerkesztése';
$strEdit = 'Szerkeszt';
$strEffective = 'Hatályos';
$strEmpty = 'Kiürít';
$strEmptyResultSet = 'A MySQL üreset adott vissza (nincsenek sorok).';
$strEnabled = 'Engedélyezett';
$strEncloseInTransaction = 'Export lezárása a tranzakcióban';
$strEndCut = 'Kivágás Vége';
$strEndRaw = 'Feldolgozatlan Vége';
$strEnd = 'Vége';
$strEngineAvailable = '%s elérhet&#337; ezen a MySQL szerveren.';
$strEngineDisabled = '%s le van tiltva ezen a MySQL szerveren.';
$strEnglish = 'Angol';
$strEnglishPrivileges = ' Megjegyzés: A MySQL privilégium nevek az angolból származnak ';
$strError = 'Hiba';
$strErrorInZipFile = 'Hiba a ZIP archívumban:';
$strEsperanto = 'Eszperanto';
$strEstonian = 'Észt';
$strExcelEdition = 'Excel szerkesztés';
$strExcelOptions = 'Excel beállítások';
$strExecuteBookmarked = 'Elmentett eljárás futtatása';
$strExplain = 'SQL magyarázat';
$strExport = 'Export';
$strExtendedInserts = 'Kiterjesztett beszúrások';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Hibás próbálkozás';
$strFieldHasBeenDropped = '%s mez&#337;t eldobtam';
$strField = 'Mez&#337;';
$strFieldsEmpty = ' A mez&#337; számossága nulla! ';
$strFieldsEnclosedBy = 'Mez&#337; lezárás';
$strFieldsEscapedBy = 'Mez&#337; escape karakter';
$strFields = 'Mez&#337;k száma';
$strFieldsTerminatedBy = 'Mez&#337; vége';
$strFileAlreadyExists = '%s fájl már létezik a szerveren, változtassa meg a fájlnevet, vagy állítsa be a felülírás opciót!';
$strFileCouldNotBeRead = 'A fájl nem olvasható';
$strFileNameTemplate = 'Átmeneti fájlnév';
$strFileNameTemplateRemember = 'emlékezzen az átmeneti névre';
$strFileToImport = 'Importálandó fájl';
$strFixed = 'rögzített';
$strFlushPrivilegesNote = 'Megjegyzés: a phpMyAdmin a felhasználói privilégiumokat közvetlenül a MySQL privilégium táblákból veszi. Ezen táblák tartalma eltérhet a szerver privilégiumoktól, ha ezt kézzel beállítottuk. Ebben az esetben érdemes %sújra betölteni a privilégiumokat%s a folytatás el&#337;tt.';
$strFlushQueryCache = 'Lekérdezés cache kiírása';
$strFlushTables = 'Összes tábla kirása (bezárása)';
$strFlushTable = 'Tábla kiírása ("FLUSH")';
$strFormat = 'Formátum';
$strFormEmpty = 'Hiányzó adat a form-ban !';
$strFreePages = 'Szabad lapok';
$strFullText = 'Teljes Szövegek';
$strFunction = 'Funkció';
 
$strGenBy = 'Készítette';
$strGeneralRelationFeat = 'Általános relációs jellemz&#337;k';
$strGenerate = 'Generálás';
$strGeneratePassword = 'Jelszó generálás';
$strGenTime = 'Létrehozás ideje';
$strGeorgian = 'Grúz';
$strGerman = 'Német';
$strGlobal = 'globális';
$strGlobalPrivileges = 'Globális privilégiumok';
$strGlobalValue = 'Globális változó';
$strGo = 'Végrehajt';
$strGrantOption = 'Grant';
$strGreek = 'Görög';
$strGzip = '"gzip-pel tömörítve"';
 
$strHasBeenAltered = 'megváltozott.';
$strHasBeenCreated = 'megszületett.';
$strHaveToShow = 'Legalább egy oszlopot választanod kell a megjelenítéshez';
$strHebrew = 'Héber';
$strHexForBinary = 'Bináris mez&#337;k hexadecimálisként';
$strHome = 'Kezd&#337;lap';
$strHomepageOfficial = 'Hivatalos phpMyAdmin Honlap';
$strHostEmpty = 'A hosztnév üres!';
$strHost = 'Hoszt';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 export beállítások';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 export beállítások';
$strHungarian = 'Magyar';
 
$strIcelandic = 'Izlandi';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnore = 'Elutasít';
$strIgnoreInserts = 'Mell&#337;z&#337; beszúrások használata';
$strIgnoringFile = '%s fájl mell&#337;zése';
$strImportDocSQL = 'DocSQL fájlok importja';
$strImportFiles = 'Fájlok importja';
$strImportFormat = 'Importálandó fájl formátuma';
$strImport = 'Import';
$strIndexes = 'Indexek';
$strIndexHasBeenDropped = '%s indexet eldobtam';
$strIndex = 'Index';
$strIndexName = 'Index név:';
$strIndexType = 'Index típus:';
$strIndexWarningTable = 'Probléma a(z) `%s` tábla indexeivel';
$strInnoDBDataFilePath = 'Adat fájlok';
$strInnodbStat = 'InnoDB állapot';
$strInsecureMySQL = 'A konfigurációs fájl beállítása (root hozzáférés jelszó nélkül) az alapértelmezett MySQL beállítás. A MySQL szerver most ezzel fut, ami alkalmat ad a betörésre. Sürg&#337;sen javítani kell ezt a biztonsági rést.';
$strInsertAsNewRow = 'Beszúrás új sorként';
$strInsert = 'Beszúr';
$strInsertedRowId = 'A beszúrt rekord id-je:';
$strInsertedRows = 'Beszúrt sorok:';
$strInsertNewRow = 'Új sor beszúrása';
$strInternalNotNecessary = '* Egy bels&#337; kapcsolat nem szükséges, ha az létezik az InnoDB-ben is.';
$strInternalRelations = 'Bels&#337; kapcsolatok';
$strInUse = 'használatban';
$strInvalidColumnCount = 'A mez&#337;k számának nullánál nagyobbnak kell lennie.';
$strInvalidFieldAddCount = 'Legalább egy mez&#337;t meg kell adni.';
$strInvalidFieldCount = 'A táblázatnak legalább egy mez&#337;t kell tartalmaznia.';
$strInvalidLDIImport = 'Ez a plugin nem támogatja a tömörített bemenetet!';
 
$strJapanese = 'Japán';
$strJumpToDB = 'Ugrás a &quot;%s&quot; adatbázishoz.';
$strJustDeleteDescr = 'A &quot;törölt&quot; felhasználók még hozzáférhetnek a szerverhez, amíg a privilégiumok újratöltése nem történik meg.';
$strJustDelete = 'Egyszer&#369;en törölje a felhasználót a privilégium-táblákból.';
 
$strKeepPass = 'Ne változtasd meg a jelszót';
$strKeyname = 'Kulcsnév';
$strKill = 'Leállít';
$strKorean = 'Koreai';
 
$strLandscape = 'Fekv&#337;';
$strLatchedPages = 'Zárolt lapok';
$strLatexCaption = 'Táblacím';
$strLatexContent = 'tábla tartalom __TABLE__';
$strLatexContinuedCaption = 'Tábla cím folytatása';
$strLatexContinued = '(folytatás)';
$strLatexIncludeCaption = 'Tábla címe tartalmazza';
$strLatexLabel = 'Felirat kulcs';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX beállítások';
$strLatexStructure = 'Táblaszerkezet __TABLE__';
$strLatvian = 'Litván';
$strLDI = 'CSV (LOAD DATA használatával)';
$strLDIImportOptions = 'CSV import beállításai (LOAD DATA használatával)';
$strLDILocal = 'LOCAL kulcsszó használata';
$strLengthSet = 'Hossz/Érték*';
$strLimitNumRows = 'Sorok száma oldalanként';
$strLinesTerminatedBy = 'Sorok vége';
$strLinkNotFound = 'Link nem található';
$strLinksTo = 'Linkek:';
$strLithuanian = 'Litván';
$strLocalhost = 'Helyi';
$strLocationTextfile = 'A szövegfájl helye';
$strLogin = 'Belépés';
$strLoginInformation = 'Belépési információ';
$strLogout = 'Kilépés';
$strLogPassword = 'Jelszó:';
$strLogServer = 'Szerver';
$strLogUsername = 'Felhasználói név:';
$strLongOperation = 'A m&#369;velet sokáig eltarthat. Mindenképp folytatod?';
 
$strMaxConnects = 'max. egyidej&#369; kapcsolatok száma';
$strMaximalQueryLength = 'Lekérdezés maximális hossza';
$strMaximumSize = 'Legnagyobb méret: %s%s';
$strMbOverloadWarning = 'Engedélyezted a mbstring.func_overload funkciót a PHP konfigurációban. Ez inkompatibilis a phpMyAdmin-nal és adatvesztéssel járhat!';
$strMIME_available_mime = 'Elérhet&#337; MIME-típusok';
$strMIME_available_transform = 'Elérhet&#337; átalakítások';
$strMIME_description = 'Leírás';
$strMIME_MIMEtype = 'MIME-típus';
$strMIME_nodescription = 'Ehhez az átalakításhoz nem érhet&#337; el leírás.<br />Kérdezze a szerz&#337;t, aki készítette: %s.';
$strMIME_transformation = 'Böngész&#337; átalakítás';
$strMIME_transformation_note = 'Az elérhet&#337; átalakítási beállítások listájához és a hozzájuk tartozó MIME-típusokhoz kattintson ide: %stransformation descriptions%s';
$strMIME_transformation_options = 'Átalakítás beállítások';
$strMIME_transformation_options_note = 'Az átalakítás beállításokhoz írja be az értékeket a kovetkez&#337; formátumban: \'a\',\'b\',\'c\'...<br />Ha visszapert ("\") vagy idéz&#337;jelet ("\'") akar beszúrni, használjon visszapert (például: \'\\\\xyz\' or \'a\\\'b\').';
$strMIMETypesForTable = 'Tábla MIME-típusok';
$strMIME_without = 'A d&#337;lttel írt MIME-típusok nem választják el az átalakítási funkciókat';
$strModifications = 'A változásokat elmentettem';
$strModifyIndexTopic = 'Index változása';
$strModify = 'Változás';
$strMoveTableOK = '%s táblát áthelyeztem ide: %s.';
$strMoveTableSameNames = 'Nem tudom a táblát ugyanarra mozgatni!';
$strMoveTable = 'Tábla áthelyezése ide (adatbázis<b>.</b>tábla):';
$strMultilingual = 'soknyelv&#369;';
$strMyISAMDataPointerSize = 'Adat mutató mérete';
$strMyISAMMaxExtraSortFileSize = 'Ideiglenes fájlok maximális mérete index készítésekor';
$strMyISAMRecoverOptions = 'Automatikus helyreállítási mód';
$strMySQLCharset = 'MySQL karakterkészlet';
$strMySQLConnectionCollation = 'MySQL kapcsolat egyeztetés';
$strMySQLSaid = 'MySQL jelzi: ';
$strMySQLShowProcess = 'Mutasd meg a folyamatokat';
$strMySQLShowStatus = 'Mutasd meg a MySQL futási információkat';
$strMySQLShowVars = 'Mutasd meg a MySQL rendszer változókat';
 
$strName = 'Név';
$strNext = 'Következ&#337;';
$strNoActivity = 'Nem volt semmi tevékenység %s másodperce, jelentkezz be újra';
$strNoDatabases = 'Nincs adatbázis';
$strNoDatabasesSelected = 'Nincs adatbázis kiválasztva.';
$strNoDescription = 'nincs leírás';
$strNoDropDatabases = '"DROP DATABASE" utasítás le van tiltva.';
$strNoExplain = 'SQL magyarázat átugrása';
$strNoFilesFoundInZip = 'Nincs fájl a ZIP archívumban!';
$strNoFrames = 'A phpMyAdmin használhatóbb egy <b>frame-kezel&#337;</b> böngész&#337;ben.';
$strNoIndex = 'Nincs index meghatározva!';
$strNoIndexPartsDefined = 'Nincs index darab meghatározva!';
$strNoModification = 'Nincs változás';
$strNo = 'Nem';
$strNone = 'Nincs';
$strNoOptions = 'Ennek nincs beállítási lehet&#337;sége';
$strNoPassword = 'Nincs jelszó';
$strNoPermission = 'A webszervernek nincs joga elmenteni a fájlt: %s.';
$strNoPhp = 'PHP kód nélkül';
$strNoPrivileges = 'Nincs privilégium';
$strNoRights = 'Nincs elég jogod ennek végrehajtására!';
$strNoRowsSelected = 'Nincs sor kiválasztva';
$strNoSpace = 'Nincs elég hely elmenteni a fájlt: %s.';
$strNoTablesFound = 'Nincs tábla az adatbázisban.';
$strNoThemeSupport = 'Nincs téma támogatás, ellen&#337;rizd a beállításokat és/vagy a témákat a %s könyvtárban.';
$strNothingToImport = 'Nem adtál meg importálandó adatot!';
$strNotNumber = 'Ez nem egy szám!';
$strNotOK = 'Nincs rendben';
$strNotSet = '<b>%s</b> táblát nem találtam vagy nincs benne: %s';
$strNoUsersFound = 'Nem találtam felhasználó(ka)t.';
$strNoValidateSQL = 'SQL jóváhagyás átugrása';
$strNull = 'Null';
$strNumberOfFields = 'Mez&#337;k száma';
$strNumSearchResultsInTable = '%s találat <i>%s</i> táblában';
$strNumSearchResultsTotal = '<b>Összes:</b> <i>%s</i> találat';
$strNumTables = 'Tábla';
 
$strOK = 'Rendben';
$strOperations = 'Tevékenységek';
$strOperator = 'Kezel&#337;';
$strOptimizeTable = 'Tábla optimalizálás';
$strOr = 'Vagy';
$strOverhead = 'Felülírás';
$strOverwriteExisting = 'Létez&#337; fájlok felülírása';
 
$strPageNumber = 'Oldalszám:';
$strPagesToBeFlushed = 'Kiírandó oldalak';
$strPaperSize = 'Papírméret';
$strPartialImport = 'Részleges importálás';
$strPartialText = 'Részleges Szövegek';
$strPasswordChanged = '%s jelszavát sikeresen megváltoztattam.';
$strPasswordEmpty = 'A jelszó mez&#337; üres!';
$strPassword = 'Jelszó';
$strPasswordNotSame = 'A jelszavak nem azonosak!';
$strPdfDbSchema = '"%s" adatbázis sémája - %s oldal';
$strPdfInvalidTblName = '"%s" tábla nem létezik!';
$strPdfNoTables = 'Nincs tábla';
$strPerHour = 'óránként';
$strPerMinute = 'percenként';
$strPerSecond = 'másodpercenként';
$strPersian = 'Perzsa';
$strPhoneBook = 'telefonkönyv';
$strPHP40203 = 'A PHP 4.2.3-as verziója fut, ami egy súlyos hibát tartalmaz a több-bájtos sztringek kezelésénél (mbstring). Nézze meg a következ&#337;t: PHP bug report 19404. A PHP ezen verzója nem ajánlott a phpMyAdminhoz.';
$strPhp = 'PHP kód készítése';
$strPHPVersion = 'PHP Verzió';
$strPmaDocumentation = 'phpMyAdmin dokumentáció';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> értékét a konfigurációs fájlban KELL beállítani!';
$strPolish = 'Lengyel';
$strPortrait = 'Álló';
$strPos1 = 'Kezdet';
$strPrevious = 'El&#337;z&#337;';
$strPrimary = 'Els&#337;dleges';
$strPrimaryKeyHasBeenDropped = 'Az els&#337;dleges kulcsot eldobtam';
$strPrimaryKeyName = 'Az els&#337;dleges kulcs nevének "PRIMARY"-nak kell lennie!';
$strPrimaryKeyWarning = '("PRIMARY"-nak <b>kell</b> lennie, és <b>csak annak</b> szabad lennie az els&#337;dleges kulcsnak!)';
$strPrint = 'Nyomtatás';
$strPrintViewFull = 'Nyomtatási nézet (összes szöveggel)';
$strPrintView = 'Nyomtatási nézet';
$strPrivDescAllPrivileges = 'Minden privilégiumot tartalmaz, kivéve a GRANT.';
$strPrivDescAlter = 'Engedélyezi a létez&#337; táblák szerkezetének megváltoztatását.';
$strPrivDescAlterRoutine = 'Engedélyezi tárolt eljárások módosítását és eldobását.';
$strPrivDescCreateDb = 'Engedélyezi új adatbázisok és táblák készítését.';
$strPrivDescCreateRoutine = 'Engedélyezi tárolt eljárások létrehozását.';
$strPrivDescCreateTbl = 'Engedélyezi új táblák készítését.';
$strPrivDescCreateTmpTable = 'Engedélyezi átmeneti táblák készítését.';
$strPrivDescCreateUser = 'Engedélyezi felhasználói fiókok létrehozását, törlését és átnevezését.';
$strPrivDescCreateView = 'Új nézetek létrehozásának engedélyezése.';
$strPrivDescDelete = 'Engedélyezi az adatok törlését.';
$strPrivDescDropDb = 'Engedélyezi adatbázisok és táblák törlését.';
$strPrivDescDropTbl = 'Engedélyezi táblák törlését.';
$strPrivDescExecute5 = 'Engedélyezi tárolt eljárások végrehajtását.';
$strPrivDescExecute = 'Engedélyezi tárolt eljárások futtatását; még nem valósult meg ebben a MySQL verzióban.';
$strPrivDescFile = 'Engedélyezi adatok export/importját fájlokba.';
$strPrivDescGrant = 'Engedélyezi felhasználók és privilégiumok hozzáadását a privilégiumi táblák újratöltése nélkül.';
$strPrivDescIndex = 'Engedélyezi indexek készítését és törlését.';
$strPrivDescInsert = 'Engedélyezi adatok beírását és megváltoztatását.';
$strPrivDescLockTables = 'Engedélyezi táblák blokkolását erre a szálra.';
$strPrivDescMaxConnections = 'Korlátozza az új kapcsolatok számát, amit a felhasználó óránként megnyithat.';
$strPrivDescMaxQuestions = 'Korlátozza a felhasználói lekérések számát óránként.';
$strPrivDescMaxUpdates = 'Korlátozza azon utasítások számát óránként, amelyek megváltoztatnak egy táblát vagy adatbázist.';
$strPrivDescMaxUserConnections = 'Korlátozza a felhasználó egyidej&#369; kapcsolatainak számát.';
$strPrivDescProcess3 = 'Engedélyezi más felhasználók folyamatainak megszüntetését.';
$strPrivDescProcess4 = 'Engedélyezi a teljes lekérések megtekintését a folyamatlistában.';
$strPrivDescReferences = 'Nem valósult meg ebben a MySQL verzióban';
$strPrivDescReload = 'Engedélyezi a szerver beállítások újratöltését és a szerver-cache törlését.';
$strPrivDescReplClient = 'Jogokat ad a felhasználónak, hogy lekérdezhessék a slave/master helyeket.';
$strPrivDescReplSlave = 'Szükséges a slave-ek másolásához.';
$strPrivDescSelect = 'Engedélyezi adatok olvasását.';
$strPrivDescShowDb = 'Hozzáférést ad az adatbázisok teljes listájához.';
$strPrivDescShowView = 'Engedélyezi SHOW CREATE VIEW lekérdezések végrehajtását.';
$strPrivDescShutdown = 'Engedélyezi a szerver leállítását.';
$strPrivDescSuper = 'Engedélyezi a kapcsolódást akkor is, ha a kapcsolatok száma a maximumot elérte. Ez szükséges a legfontosabb adminisztrációs m&#369;veletekhez, mint a globális változók beállítása vagy más felhasználók folyamatainak megszüntetése.';
$strPrivDescUpdate = 'Engedélyezi az adatok megváltoztatását.';
$strPrivDescUsage = 'Nincsenek privilégiumok.';
$strPrivileges = 'Privilégiumok';
$strPrivilegesReloaded = 'A privilégiumok újratöltése sikeres volt.';
$strProcesslist = 'Folyamatlista';
$strPutColNames = 'Tegye a mez&#337;neveket az els&#337; sorhoz';
 
$strQBEDel = 'Töröl';
$strQBEIns = 'Beszúr';
$strQBE = 'Lekérdezés';
$strQueryCache = 'Lekérdezés cache';
$strQueryFrame = 'Lekérési ablak';
$strQueryOnDb = 'SQL-kérés <b>%s</b> adatbázison:';
$strQuerySQLHistory = 'SQL-el&#337;zmények';
$strQueryStatistics = '<b>Lekérési statisztika</b>: Az indulás óta %s kérés ment el a szerverhez.';
$strQueryTime = 'A lekérés lefutott %01.4f másodperc alatt';
$strQueryType = 'Lekérés típusa';
$strQueryWindowLock = 'Ne írja felül a lekérést az ablakon kívülr&#337;l';
 
$strReadRequests = 'Olvasási kérelmek';
$strReceived = 'Fogadott';
$strRecords = 'Sor';
$strReferentialIntegrity = 'Hivatkozási sértetlenség ellen&#337;rzése:';
$strRefresh = 'Frissítés';
$strRelationalSchema = 'Kapcsolati séma';
$strRelationNotWorking = 'A munka kiegészít&#337; tulajdonságai a vonatkozó táblákra meg lettek szüntetve. Az okokért kattints %side%s.';
$strRelationsForTable = 'Tábla-kapcsolatok';
$strRelations = 'Kapcsolatok';
$strRelationView = 'Reláció nézet';
$strReloadingThePrivileges = 'Privilégiumok újratöltése';
$strReloadMySQL = 'MySQL újratöltése';
$strRemoveSelectedUsers = 'A kiválasztott felhasználók törlése';
$strRenameDatabaseOK = '%s adatbázis átneveztem erre: %s';
$strRenameTableOK = '%s táblát átneveztem erre: %s';
$strRenameTable = 'Tábla átnevezése erre';
$strRepairTable = 'Tábla javítás';
$strReplaceNULLBy = 'NULL cseréje ezzel:';
$strReplaceTable = 'Tábla adatok és fájl cseréje';
$strReset = 'Töröl';
$strResourceLimits = 'Er&#337;forrás határok';
$strReType = 'Újraírás';
$strRevokeAndDelete = 'A felhasználók összes privilégiumának visszavonása, aztán törlésük.';
$strRevokeAndDeleteDescr = 'A felhasználóknak még használható privilégiumuk van, amíg nem történik meg a privilégiumok újratöltése.';
$strRevokeMessage = 'Visszavontam a %s privilégiumokat';
$strRevoke = 'Visszavon';
$strRomanian = 'Román';
$strRowLength = 'Sorhossz';
$strRowsFrom = 'sor kezdve ezzel:';
$strRowSize = ' Sorméret ';
$strRowsModeFlippedHorizontal = 'vízszintes (elforgatott fejléc)';
$strRowsModeHorizontal = 'vízszintes';
$strRowsModeOptions = '%s módon, a fejlécet %s soronként megismételve';
$strRowsModeVertical = 'függ&#337;leges';
$strRows = 'Sorok';
$strRowsStatistic = 'Sor-statisztika';
$strRunning = ': %s';
$strRunQuery = 'Kérés végrehajtása';
$strRunSQLQueryOnServer = 'SQL lekérdezés(ek) futtatása %s szerveren';
$strRunSQLQuery = 'SQL parancs(ok) futtatása a(z) %s adatbázison';
$strRussian = 'Orosz';
 
$strSave = 'Ment';
$strSaveOnServer = 'Mentés a szerver %s könyvtárába';
$strScaleFactorSmall = 'A méret elem túl kicsi, hogy megfelel&#337; legyen a sémához egy oldalon';
$strSearchFormTitle = 'Keresés az adatbázisban';
$strSearchInTables = 'Táblá(k)ban:';
$strSearch = 'Keresés';
$strSearchNeedle = 'Szavak vagy értékek a kereséshez (helyettesít&#337; karakter: "%"):';
$strSearchOption1 = 'legalább egy szó';
$strSearchOption2 = 'összes szó';
$strSearchOption3 = 'a helyes mondat';
$strSearchOption4 = 'reguláris kifejezésként';
$strSearchResultsFor = 'Keresési eredmények "<i>%s</i>" %s:';
$strSearchType = 'Keress:';
$strSecretRequired = 'A konfigurációs fájl egy titkos jelszó kifejezést vár (blowfish_secret).';
$strSelectADb = 'Válassz egy adatbázist';
$strSelectAll = 'Mindet kijelöli';
$strSelectFields = 'Mez&#337;k kiválasztása (legalább egyet):';
$strSelectNumRows = 'kérésben';
$strSelectTables = 'Táblák kiválasztása';
$strSend = 'Fájlnév megadása';
$strSent = 'Küldött';
$strServerChoice = 'Szerver Választás';
$strServerNotResponding = 'A szerver nem válaszol';
$strServerStatus = 'Futási információk';
$strServerStatusUptime = 'Ez a MySQL szerver fut: %s. Elindítva: %s.';
$strServer = 'Szerver';
$strServerTabProcesslist = 'Folyamatok';
$strServerTabVariables = 'Változók';
$strServerTrafficNotes = '<b>Szerver forgalom</b>: Ezek a táblák mutatják a MySQL szerver hálózati forgalom-statisztikáit az indulástól kezdve.';
$strServerVars = 'Szerver változók és beállítások';
$strServerVersion = 'Szerver verzió';
$strSessionValue = 'Session érték';
$strSetEnumVal = 'Ha a mez&#337; típusa "enum" vagy "set", akkor az értékeket ilyen formában írd be: \'a\',\'b\',\'c\'...<br />Ha backslash-t ("\") vagy aposztrófot ("\'") akarsz ezen értékek között használni, használd a backslash escape karaktert (pl.: \'\\\\xyz\' vagy \'a\\\'b\').';
$strShowAll = 'Mutasd mindet';
$strShowColor = 'Mutasd a színeket';
$strShowDatadictAs = 'Adatkönyvtár formátum';
$strShowFullQueries = 'Teljes lekérések mutatása';
$strShowGrid = 'Mutasd a rácsot';
$strShowingBookmark = 'Könyvjelz&#337; megmutatása';
$strShowingRecords = 'Sorok megjelenítése ';
$strShow = 'Mutat';
$strShowPHPInfo = 'PHP információ';
$strShowStatusCreated_tmp_filesDescr = 'mysqld által létrehozott ideiglenes fájlok száma.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED sor írások száma.';
$strShowStatusHandler_updateDescr = 'Sor frissítési kérések száma.';
$strShowStatusHandler_writeDescr = 'Sor beszúrási kérések száma.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Adatokat tartalmazó lapok száma (piszkos vagy tiszta).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Jelenleg piszkos lapok száma.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Szabad lapok száma.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puffer teljes mérete lapokban.';
$strShowStatusInnodb_data_fsyncsDescr = 'Összes fsync() m&#369;velet száma.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Folyamatban lév&#337; fsync() m&#369;veletek száma.';
$strShowStatusInnodb_data_pending_readsDescr = 'Folyamatban lév&#337; olvasások száma.';
$strShowStatusInnodb_data_pending_writesDescr = 'Folyamatban lév&#337; írások száma.';
$strShowStatusInnodb_data_readDescr = 'Összes olvasott adat, bájtban.';
$strShowStatusInnodb_data_readsDescr = 'Összes olvasott adat.';
$strShowStatusInnodb_data_writesDescr = 'Összes írott adat.';
$strShowStatusInnodb_data_writtenDescr = 'Összes írott adat, bájtban.';
$strShowStatusInnodb_log_waitsDescr = 'Várakozások száma, amiket a naplópuffer kis mérete okozott és folytatás el&#337;tt meg kellett várni a kiírást.';
$strShowStatusInnodb_log_write_requestsDescr = 'Napló írási kérések száma.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Folyamatban lév&#337; naplófájl fsync-ek száma.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Folyamatban lév&#337; naplófájl írások száma.';
$strShowStatusInnodb_os_log_writtenDescr = 'Naplófájlba írt bájtok száma.';
$strShowStatusInnodb_pages_createdDescr = 'Létrehozott lapok száma.';
$strShowStatusInnodb_pages_readDescr = 'Olvasott lapok száma.';
$strShowStatusInnodb_pages_writtenDescr = 'Írott lapok száma.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB táblákból törölt sorok száma.';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB táblákba beszúrt sorok száma.';
$strShowStatusInnodb_rows_readDescr = 'InnoDB táblákból olvasott sorok száma.';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB táblákban frissített sorok száma.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Írásra várakozó sorok az INSERT DELAY sorokban.';
$strShowStatusOpen_filesDescr = 'Megnyitott fájlok száma.';
$strShowStatusOpen_tablesDescr = 'Megnyitott táblák száma.';
$strShowStatusQcache_free_blocksDescr = 'Szabad memóriablokkok a lekérdezés cache-ben.';
$strShowStatusQcache_hitsDescr = 'Cache találatok száma.';
$strShowStatusQcache_insertsDescr = 'Cache-hez adott lekérdezések száma.';
$strShowStatusReset = 'Visszaállítás';
$strShowStatusSort_rowsDescr = 'Rendezett sorok száma.';
$strShowStatusThreads_runningDescr = 'Nem alvó szálak száma.';
$strShowTableDimension = 'Mutasd a táblák méretét';
$strShowTables = 'Mutasd a táblákat';
$strShowThisQuery = ' Mutasd a parancsot itt újra ';
$strSimplifiedChinese = 'Egyszer&#369;sített kínai';
$strSingly = '(egyenként)';
$strSize = 'Méret';
$strSlovak = 'Szlovák';
$strSlovenian = 'Szlovén';
$strSocketProblem = '(vagy a helyi MySQL szerver socketje nincs rendesen beállítva)';
$strSortByKey = 'Kulcs szerinti rendezés';
$strSorting = 'Rendezés';
$strSort = 'Sorrendezés';
$strSpaceUsage = 'Helyfoglalás';
$strSpanish = 'Spanyol';
$strSplitWordsWithSpace = 'A szavak fel vannak osztva szóköz karakter szerint (" ").';
$strSQLExportCompatibility = 'SQL export kompatibilitás';
$strSQLExportType = 'Export típus';
$strSQLOptions = 'SQL beállítások';
$strSQLParserBugMessage = 'Esély van rá, hogy egy hibát találhattál az SQL szintaktikai elemz&#337;ben (parser). Vizsgáld meg gondosan a lekérdezésedet, ellen&#337;rizd, hogy az idéz&#337;jelek jók és jól illeszkednek. Más lehetséges hiba oka lehet, hogy binárisan töltöttél fel egy fájlt az idézett szövegmez&#337;n kívül. Kipróbálhatod a lekérésedet a MySQL parancssoros felületén. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát. Ha még mindig gondjaid vannak, vagy a szintaktiaki elemz&#337; (parser) hibát jelez, ahol a parancssoros felületen végrehajtódik, redukáld a problémát okozó SQL lekérdezést egy egyszer&#369; lekérdezéssé, és küldd el egy hibajelzésben (bug report) az alsó Kivágás részben lev&#337; adatokkal együtt:';
$strSQLParserUserError = 'Úgy látszik az SQL lekérdezésedben van egy hiba. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát';
$strSQLQuery = 'SQL-kérés';
$strSQLResult = 'SQL eredmény';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Érvénytelen azonosító';
$strSQPBugUnclosedQuote = 'Lezáratlan lekérdezés';
$strSQPBugUnknownPunctuation = 'Ismeretlen központozott sztring';
$strStatCheckTime = 'Utolsó ellen&#337;rzés';
$strStatCreateTime = 'Létrehozás';
$strStatement = 'Adatok';
$strStatUpdateTime = 'Utolsó módosítás';
$strStatus = 'Állapot';
$strStrucCSV = 'CSV adat';
$strStrucData = 'Szerkezet és adatok';
$strStrucDrop = '\'Tábla eldobás\' hozzáadása';
$strStrucExcelCSV = 'MS Excel CSV adat';
$strStrucNativeExcel = 'Natív MS Excel adat';
$strStrucOnly = 'Csak szerkezet';
$strStructPropose = 'Tábla struktúra ajánlat';
$strStructure = 'Struktúra';
$strSubmit = 'Végrehajt';
$strSuccess = 'Az SQL-kérést sikeresen végrehajtottam';
$strSum = 'Összesen';
$strSwedish = 'Svéd';
$strSwitchToDatabase = 'Váltás a másolt adatbázisra';
$strSwitchToTable = 'Váltás a másolt táblára';
 
$strTableAlreadyExists = '%s tábla már létezik!';
$strTableComments = 'Tábla megjegyzések';
$strTableEmpty = 'A táblanév helye üres!';
$strTableHasBeenDropped = '%s táblát eldobtam';
$strTableHasBeenEmptied = '%s táblát kiürítettem';
$strTableHasBeenFlushed = '%s táblát kiírtam';
$strTableMaintenance = 'Tábla karbantartás';
$strTableOfContents = 'Tartalomjegyzék';
$strTableOptions = 'Tábla opciók';
$strTables = '%s tábla';
$strTableStructure = 'Tábla szerkezet:';
$strTable = 'Tábla';
$strTableType = 'Tábla típusa';
$strTakeIt = 'csináld';
$strTblPrivileges = 'Tábla-specifikus privilégiumok';
$strTempData = 'Ideiglenes adatok';
$strTextAreaLength = ' Mivel ez a hossz,<br /> ez a mez&#337; nem szerkeszthet&#337; ';
$strThai = 'Thai';
$strTheme = 'Téma / Stílus';
$strThisHost = 'Ez a gép';
$strThisNotDirectory = 'Ez nem alkönyvtár volt';
$strThreads = 'Szálak';
$strThreadSuccessfullyKilled = 'A %s. szálat sikerült megszüntetni.';
$strTime = 'Id&#337;';
$strToggleScratchboard = 'scratchboard kapcsolása';
$strTotal = 'Összesen';
$strTotalUC = 'Össz';
$strTraditionalChinese = 'Hagyományos kínai';
$strTraditionalSpanish = 'Hagyományos spanyol';
$strTraffic = 'Forgalom';
$strTransformation_application_octetstream__download = 'Egy linket jelenít meg a mez&#337; binári adaának letöltéséhez. Els&#337; opció a bináris fájl neve. Második a tábla sorának egy lehetséges mez&#337;neve fájlnév gyanánt. Ha beállítja a második opciót, akkor az els&#337;t üresen kell hagyni';
$strTransformation_image_jpeg__inline = 'Kattintható ikon mutatása; beállítások: szélesség,magasság pixelben (megtartja az eredeti képarányt)';
$strTransformation_image_jpeg__link = 'Egy linket mutat a képhez (közvetlen ablakos letöltés).';
$strTransformation_image_png__inline = 'image/jpeg megtekintése: bent';
$strTransformation_text_plain__dateformat = 'A TIME, TIMESTAMP vagy DATETIME mez&#337;k és formátumok az ön helyi dátumformátumát használják. Els&#337; opció az eltérés (órában), ami hozzáadódik az id&#337;höz (alapértelmezett: 0). A második egy különböz&#337; id&#337;formátum a PHP strftime() paramétere szerint.';
$strTransformation_text_plain__external = 'Csak LINUX: Elindít egy küls&#337; programot, ami megkapja az adatokat a standard inputon. Visszatér a program standard outputján. Alapértelmezett a Tidy, csinos HTML kódot kap. Biztonsági megfontolásokból kézzel kell szerkeszteni a libraries/transformations/text_plain__external.inc.php fájlt, és beírni a program nevét, amit futtatni akar. Az els&#337; opció a program száma, amit futtatni akar, a második a program paramáterei. A harmadik opció ha egyenl&#337; eggyel, akkor a kimenet konvertálva lesz a htmlspecialchars() eljárással (alapértelmezett 1). A negyedik opció ha egyre van beállítva, egy NOWRAP formázást ad minden mez&#337;höz, így a kimenet újratördelés nélkül látszik (alapértelmezett 1)';
$strTransformation_text_plain__formatted = 'A mez&#337; eredeti formázásának meg&#337;rzése. Nincs kivétel.';
$strTransformation_text_plain__imagelink = 'Egy képet es egy linket jelenít meg, a mez&#337; tartalmazza a fájlnevet; az els&#337; opcíó egy el&#337;tag, mint pl.: "http://domain.com/", a második a szélesség pixelben, a harmadik pedig a magasság.';
$strTransformation_text_plain__link = 'Meg linket jelenít meg, a megz&#337; tartalmazza a fájlnevet; az els&#337; opcíó egy el&#337;tag, mint pl.: "http://domain.com/", a második a link neve.';
$strTransformation_text_plain__substr = 'A szöveg egy részét mutatja. Els&#337; opció egy offszet, ami a kezd&#337;pozíciót állítja be (alapértelmezett: 0). A második azt adja meg, hogy mennyi szöveg jöjjön vissza. Ha üres, az összes visszamaradó szöveg átjön. A harmadik opcióban atokat a karaktereket lehet beállítani, amik a szöveg végére kerülnek, ha szövegrészt kapunk vissza (alapértelmezett: ...) .';
$strTruncateQueries = 'A mutatott kérések törlése';
$strTurkish = 'Török';
$strType = 'Típus';
 
$strUkrainian = 'Ukrán';
$strUncheckAll = 'Összeset törli';
$strUnicode = 'Unicode';
$strUnique = 'Egyedi';
$strUnknown = 'ismeretlen';
$strUnselectAll = 'Mindet törli';
$strUpdatePrivMessage = 'Frissítettem a(z) %s privilégiumokat.';
$strUpdateProfileMessage = 'A profilt frissítettem.';
$strUpdateQuery = 'Kérés frissítése';
$strUpdComTab = 'Olvassa el a Dokumentációt, hogyan tudja módosítani a Column_comments táblát';
$strUpgrade = 'Módosítás szükséges %s %s vagy kés&#337;bb.';
$strUsage = 'Méret';
$strUseBackquotes = 'Idéz&#337;jelek használata a tábla- és mez&#337;neveknél';
$strUseHostTable = 'Hoszt-tábla használata';
$strUserAlreadyExists = '%s felhasználó már létezik!';
$strUserEmpty = 'A felhasználói név mez&#337;je üres!';
$strUser = 'Felhasználó';
$strUserName = 'Felhasználói név';
$strUserNotFound = 'A kiválasztott felhasználót nem találtam a privilégium táblában.';
$strUserOverview = 'Felhasználó áttekintés';
$strUsersDeleted = 'A kiválasztott felhasználók törlése sikerült.';
$strUsersHavingAccessToDb = 'A felhasználóknak hozzáférésük van ehhez: &quot;%s&quot;';
$strUseTabKey = 'Használd a TAB billenty&#369;t, hogy értékr&#337;l értékre mozoghass, vagy CTRL+nyilakat, hogy bármerre mozoghass.';
$strUseTables = 'Táblák használata';
$strUseTextField = 'Szöveges mez&#337; használata';
$strUseThisValue = 'Ezen érték használata';
 
$strValidateSQL = 'SQL jóváhagyás';
$strValidatorError = 'Az SQL ellen&#337;rz&#337;t (SQL validator) nem sikerült elindítani. Ellen&#337;rizze a szükséges php kiterjesztést, ahogy itt le van írva: %sdocumentation%.';
$strValue = 'Érték';
$strVar = 'Változó';
$strVersionInformation = 'Verzió információk';
$strViewDumpDatabases = 'Adatbázis kiírás (séma) megtekintése';
$strViewDumpDB = 'Adatbázis kiírás (vázlat) megnézése';
$strViewDump = 'Tábla kiírás (vázlat) megnézése';
$strViewHasBeenDropped = '%s nézet eldobva';
$strView = 'Nézet';
 
$strWebServerUploadDirectoryError = 'Az alkönyvtár, ami a feltöltésekhez be lett állítva, nem elérhet&#337;';
$strWebServerUploadDirectory = 'webszerver feltöltési könyvtár';
$strWelcome = 'Üdvözöl a %s';
$strWestEuropean = 'Nyugat-európai';
$strWildcard = 'helyettesít&#337; jel';
$strWindowNotFound = 'A cél böngész&#337;ablakot nem tudtam újratölteni. Talán a szül&#337;ablak be lett zárva, vagy a böngész&#337; biztonsági beállítása tiltja az ablakok közti újratöltést';
$strWithChecked = 'A kijelöltekkel végzend&#337; m&#369;velet:';
$strWriteRequests = 'Írási kérelmek';
$strWritingCommentNotPossible = 'Megjegyzés írása nem lehetséges';
$strWritingRelationNotPossible = 'Kapcsolat írása nem lehetséges';
$strWrongUser = 'Hibás felhasználói név/jelszó. Hozzáférés megtagadva.';
 
$strXML = 'XML';
 
$strYes = 'Igen';
 
$strZeroRemovesTheLimit = 'Megjegyzés: A 0 (nulla) beállítása törli a limitet.';
$strZip = '"zippel tömörítve"';
 
// To translate:
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strAndThen = 'and then'; //to translate
 
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
 
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
 
$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
 
$strHandler = 'Handler'; //to translate
 
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'lapok'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
 
$strJoins = 'Joins'; //to translate
 
$strKeyCache = 'Key cache'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
 
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
 
$strPasswordHashing = 'Password Hashing'; //to translate
 
$strReplication = 'Replication'; //to translate
 
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
 
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
 
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
 
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/hungarian-utf-8.inc.php
0,0 → 1,998
<?php
 
// Peter Bakondy <bakondyp@freemail.hu>
// Mihály Mészáros <necronix@freemail.hu>
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr': balról jobbra, 'rtl': jobbról balra)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// Byte, Kilo, Mega, Giga, Tera, Peta, Exa rövidítései
$byteUnits = array('Bájt', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo');
$month = array('Jan', 'Feb', 'Márc', 'Ápr', 'Máj', 'Jún', 'Júl', 'Aug', 'Szept', 'Okt', 'Nov', 'Dec');
// Leírás a $datefmt változó definiálásához:
// http://www.php.net/manual/en/function.strftime.php
$datefmt = '%Y. %B %d. %H:%M';
 
$timespanfmt = '%s nap, %s óra, %s perc, %s másodperc';
 
$strAbortedClients = 'Megszakítva';
$strAbsolutePathToDocSqlDir = 'Írja be az abszolút elérési utat a docSQL könyvtárhoz';
$strAccessDeniedExplanation = 'A phpMyAdmin megpróbált csatlakozni a MySQL szerverhez, de a szerver elutasította a kapcsolatot. Ellen&#337;rizze a host, username és jelszó mez&#337;ket a config.inc.php fájlban, és bizonyosodjon meg róla, hogy ezek megfelelnek a MySQL szerver adminisztrátorától kapott információknak.';
$strAccessDenied = 'Hozzáférés megtagadva';
$strAction = 'Parancs';
$strAddAutoIncrement = 'AUTO_INCREMENT érték hozzáadása';
$strAddConstraints = 'Megszorítás hozzáadása';
$strAddDeleteColumn = 'Mez&#337; Oszlopokat Hozzáad/Töröl';
$strAddDeleteRow = 'Kritérium Sort Hozzáad/Töröl';
$strAddDropDatabase = 'DROP DATABASE hozzáadása';
$strAddedColumnComment = 'Megjegyzés hozzáf&#369;zve az oszlophoz:';
$strAddedColumnRelation = 'Kapcsolat hozzáf&#369;zve az oszlophoz:';
$strAddFields = '%s mez&#337; hozzáadása';
$strAddHeaderComment = 'Egyedi megjegyzés hozzáadása a fejléchez (\\n töri a sorokat)';
$strAddIfNotExists = 'IF NOT EXISTS hozzáadása';
$strAddIntoComments = 'Hozzáadás a megjegyzéshez';
$strAddNewField = 'Új mez&#337; hozzáadása';
$strAddPrivilegesOnDb = 'Privilégiumok hozzáadása a következ&#337; adatbázison:';
$strAddPrivilegesOnTbl = 'Privilégiumok hozzáadása a következ&#337; táblán:';
$strAddSearchConditions = 'Keresési feltételek megadása (az "ahol" kikötések):';
$strAddToIndex = 'Adj az indexhez %s oszlopot';
$strAddUserMessage = 'Az új felhasználót felvettem.';
$strAddUser = 'Új felhasználó hozzáadása';
$strAdministration = 'Adminisztráció';
$strAffectedRows = 'Keresett sorok:';
$strAfterInsertBack = 'Vissza az el&#337;z&#337; oldalra';
$strAfterInsertNewInsert = 'Új sor beszúrása';
$strAfterInsertNext = 'Következ&#337; sor szerkesztése';
$strAfterInsertSame = 'Visszatérés az oldalra';
$strAfter = '%s után';
$strAll = 'Mind';
$strAllTableSameWidth = 'minden tábla ezzel a szélességgel jelenjen meg?';
$strAlterOrderBy = 'Tábla megváltozása rendezve e szerint:';
$strAnalyzeTable = 'Tábla vizsgálat';
$strAnd = 'És';
$strAnIndex = 'Indexet hozzáadtam: %s';
$strAny = 'Bármely';
$strAnyHost = 'Bármely hoszt';
$strAnyUser = 'Bármely felhasználó';
$strApproximateCount = 'Becsült érték lehet. Lásd: FAQ 3.11';
$strAPrimaryKey = 'Els&#337;dleges kulcsot hozzáadtam: %s';
$strArabic = 'Arab';
$strArmenian = 'Örmény';
$strAscending = 'Növekv&#337;';
$strAtBeginningOfTable = 'A tábla elejénél';
$strAtEndOfTable = 'A tábla végénél';
$strAttr = 'Tulajdonságok';
$strAutodetect = 'Automatikus felismerés';
$strAutomaticLayout = 'Automatikus elrendezés';
 
$strBack = 'Vissza';
$strBaltic = 'Balti';
$strBeginCut = 'Kivágás Kezdete';
$strBeginRaw = 'Feldolgozatlan Kezdete';
$strBinary = 'Bináris';
$strBinaryDoNotEdit = 'Bináris - nem szerkeszthet&#337;';
$strBinaryLog = 'Bináris napló';
$strBinLogEventType = 'Esemény típusa';
$strBinLogInfo = 'Információ';
$strBinLogName = 'Napló neve';
$strBinLogOriginalPosition = 'Eredeti pozíció';
$strBinLogPosition = 'Pozíció';
$strBinLogServerId = 'Szerver ID';
$strBookmarkAllUsers = 'Az összes felhasználónak engedélyezi a hozzáférést ehhez a könyvjelz&#337;höz';
$strBookmarkCreated = '%s könyvjelz&#337; elkészült';
$strBookmarkDeleted = 'A könyvjelz&#337;t töröltem.';
$strBookmarkLabel = 'Felirat';
$strBookmarkQuery = 'Feljegyzett SQL-kérés';
$strBookmarkReplace = 'Azonos nev&#369; könyvjelz&#337; felülírása';
$strBookmarkThis = 'Jegyezd fel az SQL-kérést';
$strBookmarkView = 'Csak megnézhet&#337;';
$strBrowseForeignValues = 'Idegen kulcsok böngészése';
$strBrowse = 'Tartalom';
$strBufferPoolActivity = 'Puffer tevékenység';
$strBufferPool = 'Puffer';
$strBufferPoolUsage = 'Puffer kihasználtsága';
$strBufferReadMisses = 'Olvasási hibák';
$strBufferWriteWaits = 'Írási várakozások';
$strBulgarian = 'Bolgár';
$strBzError = 'A phpMyAdmin nem tudta betömöríteni a dump-ot, mert nem megfelel&#337; a Bz2 kiterjesztés ebben a php verzióban. Er&#337;sen ajánlott a <code>$cfg[\'BZipDump\']</code> paramétert a phpMyAdmin konfigurációs fájlban <code>FALSE</code> értékre beállítani. Ha a Bz2 tömörítési eljárást használni szeretné, frissítse a php-t! Tekintse meg a %s php bug report-ot a részletekért.';
$strBzip = '"bzip-pel tömörítve"';
 
$strCalendar = 'Naptár';
$strCannotLogin = 'A belépés a MySQL szerverre sikertelen volt';
$strCantLoad = 'nem tudtam betölteni a %s kiterjesztést,<br />ellen&#337;rizze a PHP konfigurációt';
$strCantLoadRecodeIconv = 'Nem tudom betölteni az iconv vagy recode kiterjesztést a karakterkészlet-átalakításhoz, állítsd be a php-t, hogy engedélyezze ezeket a kiterjesztéseket vagy tiltsd le a karakterkészlet-átalakítást a phpMyAdmin-ban.';
$strCantRenameIdxToPrimary = 'Nem tudom átnevezni az indexet PRIMARY-vá!';
$strCantUseRecodeIconv = 'Nem tudom használni az iconv, libiconv sem a recode_string funkciókat mialatt a kiterjesztés-jelentéseket be kell tölteni. Ellen&#337;rizd a php konfigurációt.';
$strCardinality = 'Számosság';
$strCaseInsensitive = 'bet&#369;nagyságra nem érzékeny';
$strCaseSensitive = 'bet&#369;nagyság-érzékeny';
$strCentralEuropean = 'Közép-európai';
$strChangeCopyModeCopy = '... a régi meg&#337;rzése.';
$strChangeCopyModeDeleteAndReload = ' ... a régi törlése a felhasználói táblákból, és utána a privilégiumok újratöltése.';
$strChangeCopyModeJustDelete = ' ... a régi törlése a felhasználói táblákból.';
$strChangeCopyModeRevoke = ' ... az összes aktív privilégium visszaállítása a régib&#337;l, és utána törlésük.';
$strChangeCopyMode = 'Új felhasználó hozzáadása ezekkel a privilégiumokkal ...';
$strChangeCopyUser = 'Belépési információ megváltoztatása / Felhasználó másolása';
$strChangeDisplay = 'Válassz mez&#337;t a megjelenítéshez';
$strChangePassword = 'Jelszó megváltoztatása';
$strChange = 'Változtat';
$strCharset = 'Karakterkészlet';
$strCharsetOfFile = 'A fájl karakterkészlete:';
$strCharsetsAndCollations = 'Karakterkészletek és egybevetések';
$strCharsets = 'Karakterkészlet';
$strCheckAll = 'Összeset kijelöli';
$strCheckOverhead = 'Ellen&#337;rzés felfüggesztése';
$strCheckPrivsLong = 'Privilégiumok ellen&#337;rzése &quot;%s&quot; adatbázison.';
$strCheckPrivs = 'Privilégiumok ellen&#337;rzése';
$strCheckTable = 'Tábla ellen&#337;rzés';
$strChoosePage = 'Válassz oldalt a szerkesztéshez';
$strColComFeat = 'Oszlop megjegyzések megjelenítése';
$strCollation = 'Egybevetés';
$strColumnNames = 'Oszlop nevek';
$strColumnPrivileges = 'Oszlop-specifikus privilégiumok';
$strCommand = 'Parancs';
$strCommentsForTable = 'Tábla-megjegyzések';
$strComments = 'Megjegyzések';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilis';
$strCompleteInserts = 'Mez&#337;neveket is hozzáadja';
$strCompression = 'Tömörítés';
$strConfigFileError = 'A phpMyAdmin nem tudja olvasni a konfigurációs fájlt!<br />Lehet, hogy a php szintaktikai hibát talált benne, vagy nem találja a fájlt.<br />Használd az alsó linket a konfigurációs fájl helyreállításához, olvasd el a kapott php hibaüzeneteket. Többnyire egy idéz&#337;jel vagy egy pontosvessz&#337; hiányzik valahol.<br />Ha üres oldalt kapsz, minden rendben.';
$strConfigureTableCoord = 'Állítsd be a(z) $s tábla koordinátáit';
$strConnectionError = 'Nem sikerült a csatlakozás: érvénytelen beállítások.';
$strConnections = 'Kapcsolat';
$strConstraintsForDumped = 'Kikötések a kiírt táblákhoz';
$strConstraintsForTable = 'Kikötések a táblához';
$strCookiesRequired = 'A Cookie-kat most engedélyezned kell.';
$strCopyDatabaseOK = '%s adatbázis átmásolva ide: %s';
$strCopy = 'Másolás';
$strCopyTableOK = '%s táblát ide másoltam: %s.';
$strCopyTableSameNames = 'Nem tudom a táblát ugyanarra másolni!';
$strCopyTable = 'Tábla másolása ide (adatbázis<b>.</b>tábla):';
$strCouldNotKill = 'phpMyAdmin nem tudta megszüntetni ez a szálat: %s. Meglehet, már véget ért.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE másolás el&#337;tt';
$strCreateIndex = 'Készíts egy indexet a(z) %s. oszlopon';
$strCreateIndexTopic = 'Új index létrehozása';
$strCreate = 'Létrehoz';
$strCreateNewDatabase = 'Új adatbázis létrehozása';
$strCreateNewTable = 'Új tábla létrehozása a(z) %s adatbázisban';
$strCreatePage = 'Új oldal készítése';
$strCreatePdfFeat = 'PDF készítése';
$strCreationDates = 'Dátum Készítés/Módosítás/Ellen&#337;rzés';
$strCriteria = 'Kritérium';
$strCroatian = 'Horvát';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV beállítások';
$strCSVOptions = 'CSV beállítások';
$strCyrillic = 'Cirill';
$strCzech = 'Cseh';
$strCzechSlovak = 'Szlovák';
 
$strDanish = 'Dán';
$strData = 'Adat';
$strDatabase = 'Adatbázis';
$strDatabaseEmpty = 'Az adatbázis néz mez&#337; üres!';
$strDatabaseExportOptions = 'Adatbázis export beállítások';
$strDatabaseHasBeenDropped = '%s adatbázist eldobtam.';
$strDatabaseNoTable = 'Az adatbázis nem tartalmaz táblákat!';
$strDatabases = 'adatbázisok';
$strDatabasesDropped = '%s adatbázist sikeresen töröltem.';
$strDatabasesStats = 'Adatbázis statisztika';
$strDatabasesStatsDisable = 'Statisztika tiltása';
$strDatabasesStatsEnable = 'Statisztika engedélyezése';
$strDatabasesStatsHeavyTraffic = 'Megjegyzés: az adatbázis statisztika engedélyezése nagy adatforgalomhoz vezethet a webszerver és a MySQL között.';
$strDataDict = 'Adatkönyvtár';
$strDataOnly = 'Csak adatok';
$strDataPages = 'Adatokat tartalmazó lapok';
$strDBComment = 'Adatbázis megjegyzés: ';
$strDBCopy = 'Adatbázis másolása ide';
$strDBGContextID = 'Tartalom ID';
$strDBGContext = 'Tartalom';
$strDBGHits = 'Találat';
$strDBGLine = 'Vonal';
$strDBGMaxTimeMs = 'Legnagyobb id&#337;, ms';
$strDBGMinTimeMs = 'Legkisebb id&#337;, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Id&#337;/Találat, ms';
$strDBGTotalTimeMs = 'Összes id&#337;, ms';
$strDbPrivileges = 'Adatbázis-specifikus privilégiumok';
$strDBRename = 'Adatbázis átnevezése';
$strDbSpecific = 'adatbázis-specifikus';
$strDefault = 'Alapértelmezett';
$strDefaultValueHelp = 'Az alapértelmezett értékekhez írjon be egy egyszer&#369; értéket, escape karakter és idéz&#337;jelek nélkül, ezt a formátumot követve: a';
$strDefragment = 'Tábla töredezettségmentesítése';
$strDelayedInserts = 'Id&#337;zített beszúrás használata';
$strDeleteAndFlushDescr = 'Ez a legtisztább út, de a privilégiumok újratöltése eltarthat egy ideig.';
$strDeleteAndFlush = 'Törölje a felhasználót, azután töltse be újra a privilégiumokat.';
$strDeleted = 'A sort töröltem';
$strDeletedRows = 'Törölt sorok:';
$strDeleteNoUsersSelected = 'Nincs törlésre kijelölt felhasználó!';
$strDelete = 'Töröl';
$strDeleting = '%s törlése';
$strDelOld = 'A jelenlegi oldalon a táblahivatkozások már nem élnek. Akarja ezeket törölni?';
$strDescending = 'Csökken&#337;';
$strDescription = 'Leírás';
$strDictionary = 'szótár';
$strDirtyPages = 'Piszkos lapok';
$strDisabled = 'Tiltott';
$strDisableForeignChecks = 'Idegen kulcsok ellen&#337;rzésének letiltása';
$strDisplayFeat = 'Megjelenítés tulajdonságok';
$strDisplayOrder = 'Megjelenítés rendezés:';
$strDisplayPDF = 'PDF séma kijelzése';
$strDoAQuery = 'Csinálj egy "lekérdezést" (helyettesít&#337; karakter: "%")';
$strDocu = 'Dokumentáció';
$strDoYouReally = 'Biztos ez akarod? ';
$strDropDatabaseStrongWarning = 'Ki akarod törölni az EGÉSZ adatbázist?';
$strDrop = 'Eldob';
$strDropUsersDb = 'Azon adatbázisok törlése, amelyek neve egyezik a felhasználókkal.';
$strDumpingData = 'Tábla adatok:';
$strDumpSaved = 'A kiírást elmetettem ebbe a fájlba: %s.';
$strDumpXRows = '%s sor kiírása a %s. sorral kezd&#337;dik';
$strDynamic = 'dinamikus';
 
$strEditPDFPages = 'PDF oldalak szerkesztése';
$strEditPrivileges = 'Privilégiumok szerkesztése';
$strEdit = 'Szerkeszt';
$strEffective = 'Hatályos';
$strEmpty = 'Kiürít';
$strEmptyResultSet = 'A MySQL üreset adott vissza (nincsenek sorok).';
$strEnabled = 'Engedélyezett';
$strEncloseInTransaction = 'Export lezárása a tranzakcióban';
$strEndCut = 'Kivágás Vége';
$strEndRaw = 'Feldolgozatlan Vége';
$strEnd = 'Vége';
$strEngineAvailable = '%s elérhet&#337; ezen a MySQL szerveren.';
$strEngineDisabled = '%s le van tiltva ezen a MySQL szerveren.';
$strEnglish = 'Angol';
$strEnglishPrivileges = ' Megjegyzés: A MySQL privilégium nevek az angolból származnak ';
$strError = 'Hiba';
$strErrorInZipFile = 'Hiba a ZIP archívumban:';
$strEsperanto = 'Eszperanto';
$strEstonian = 'Észt';
$strExcelEdition = 'Excel szerkesztés';
$strExcelOptions = 'Excel beállítások';
$strExecuteBookmarked = 'Elmentett eljárás futtatása';
$strExplain = 'SQL magyarázat';
$strExport = 'Export';
$strExtendedInserts = 'Kiterjesztett beszúrások';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Hibás próbálkozás';
$strFieldHasBeenDropped = '%s mez&#337;t eldobtam';
$strField = 'Mez&#337;';
$strFieldsEmpty = ' A mez&#337; számossága nulla! ';
$strFieldsEnclosedBy = 'Mez&#337; lezárás';
$strFieldsEscapedBy = 'Mez&#337; escape karakter';
$strFields = 'Mez&#337;k száma';
$strFieldsTerminatedBy = 'Mez&#337; vége';
$strFileAlreadyExists = '%s fájl már létezik a szerveren, változtassa meg a fájlnevet, vagy állítsa be a felülírás opciót!';
$strFileCouldNotBeRead = 'A fájl nem olvasható';
$strFileNameTemplate = 'Átmeneti fájlnév';
$strFileNameTemplateRemember = 'emlékezzen az átmeneti névre';
$strFileToImport = 'Importálandó fájl';
$strFixed = 'rögzített';
$strFlushPrivilegesNote = 'Megjegyzés: a phpMyAdmin a felhasználói privilégiumokat közvetlenül a MySQL privilégium táblákból veszi. Ezen táblák tartalma eltérhet a szerver privilégiumoktól, ha ezt kézzel beállítottuk. Ebben az esetben érdemes %sújra betölteni a privilégiumokat%s a folytatás el&#337;tt.';
$strFlushQueryCache = 'Lekérdezés cache kiírása';
$strFlushTables = 'Összes tábla kirása (bezárása)';
$strFlushTable = 'Tábla kiírása ("FLUSH")';
$strFormat = 'Formátum';
$strFormEmpty = 'Hiányzó adat a form-ban !';
$strFreePages = 'Szabad lapok';
$strFullText = 'Teljes Szövegek';
$strFunction = 'Funkció';
 
$strGenBy = 'Készítette';
$strGeneralRelationFeat = 'Általános relációs jellemz&#337;k';
$strGenerate = 'Generálás';
$strGeneratePassword = 'Jelszó generálás';
$strGenTime = 'Létrehozás ideje';
$strGeorgian = 'Grúz';
$strGerman = 'Német';
$strGlobal = 'globális';
$strGlobalPrivileges = 'Globális privilégiumok';
$strGlobalValue = 'Globális változó';
$strGo = 'Végrehajt';
$strGrantOption = 'Grant';
$strGreek = 'Görög';
$strGzip = '"gzip-pel tömörítve"';
 
$strHasBeenAltered = 'megváltozott.';
$strHasBeenCreated = 'megszületett.';
$strHaveToShow = 'Legalább egy oszlopot választanod kell a megjelenítéshez';
$strHebrew = 'Héber';
$strHexForBinary = 'Bináris mez&#337;k hexadecimálisként';
$strHome = 'Kezd&#337;lap';
$strHomepageOfficial = 'Hivatalos phpMyAdmin Honlap';
$strHostEmpty = 'A hosztnév üres!';
$strHost = 'Hoszt';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 export beállítások';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 export beállítások';
$strHungarian = 'Magyar';
 
$strIcelandic = 'Izlandi';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnore = 'Elutasít';
$strIgnoreInserts = 'Mell&#337;z&#337; beszúrások használata';
$strIgnoringFile = '%s fájl mell&#337;zése';
$strImportDocSQL = 'DocSQL fájlok importja';
$strImportFiles = 'Fájlok importja';
$strImportFormat = 'Importálandó fájl formátuma';
$strImport = 'Import';
$strIndexes = 'Indexek';
$strIndexHasBeenDropped = '%s indexet eldobtam';
$strIndex = 'Index';
$strIndexName = 'Index név:';
$strIndexType = 'Index típus:';
$strIndexWarningTable = 'Probléma a(z) `%s` tábla indexeivel';
$strInnoDBDataFilePath = 'Adat fájlok';
$strInnodbStat = 'InnoDB állapot';
$strInsecureMySQL = 'A konfigurációs fájl beállítása (root hozzáférés jelszó nélkül) az alapértelmezett MySQL beállítás. A MySQL szerver most ezzel fut, ami alkalmat ad a betörésre. Sürg&#337;sen javítani kell ezt a biztonsági rést.';
$strInsertAsNewRow = 'Beszúrás új sorként';
$strInsert = 'Beszúr';
$strInsertedRowId = 'A beszúrt rekord id-je:';
$strInsertedRows = 'Beszúrt sorok:';
$strInsertNewRow = 'Új sor beszúrása';
$strInternalNotNecessary = '* Egy bels&#337; kapcsolat nem szükséges, ha az létezik az InnoDB-ben is.';
$strInternalRelations = 'Bels&#337; kapcsolatok';
$strInUse = 'használatban';
$strInvalidColumnCount = 'A mez&#337;k számának nullánál nagyobbnak kell lennie.';
$strInvalidFieldAddCount = 'Legalább egy mez&#337;t meg kell adni.';
$strInvalidFieldCount = 'A táblázatnak legalább egy mez&#337;t kell tartalmaznia.';
$strInvalidLDIImport = 'Ez a plugin nem támogatja a tömörített bemenetet!';
 
$strJapanese = 'Japán';
$strJumpToDB = 'Ugrás a &quot;%s&quot; adatbázishoz.';
$strJustDeleteDescr = 'A &quot;törölt&quot; felhasználók még hozzáférhetnek a szerverhez, amíg a privilégiumok újratöltése nem történik meg.';
$strJustDelete = 'Egyszer&#369;en törölje a felhasználót a privilégium-táblákból.';
 
$strKeepPass = 'Ne változtasd meg a jelszót';
$strKeyname = 'Kulcsnév';
$strKill = 'Leállít';
$strKorean = 'Koreai';
 
$strLandscape = 'Fekv&#337;';
$strLatchedPages = 'Zárolt lapok';
$strLatexCaption = 'Táblacím';
$strLatexContent = 'tábla tartalom __TABLE__';
$strLatexContinuedCaption = 'Tábla cím folytatása';
$strLatexContinued = '(folytatás)';
$strLatexIncludeCaption = 'Tábla címe tartalmazza';
$strLatexLabel = 'Felirat kulcs';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX beállítások';
$strLatexStructure = 'Táblaszerkezet __TABLE__';
$strLatvian = 'Litván';
$strLDI = 'CSV (LOAD DATA használatával)';
$strLDIImportOptions = 'CSV import beállításai (LOAD DATA használatával)';
$strLDILocal = 'LOCAL kulcsszó használata';
$strLengthSet = 'Hossz/Érték*';
$strLimitNumRows = 'Sorok száma oldalanként';
$strLinesTerminatedBy = 'Sorok vége';
$strLinkNotFound = 'Link nem található';
$strLinksTo = 'Linkek:';
$strLithuanian = 'Litván';
$strLocalhost = 'Helyi';
$strLocationTextfile = 'A szövegfájl helye';
$strLogin = 'Belépés';
$strLoginInformation = 'Belépési információ';
$strLogout = 'Kilépés';
$strLogPassword = 'Jelszó:';
$strLogServer = 'Szerver';
$strLogUsername = 'Felhasználói név:';
$strLongOperation = 'A m&#369;velet sokáig eltarthat. Mindenképp folytatod?';
 
$strMaxConnects = 'max. egyidej&#369; kapcsolatok száma';
$strMaximalQueryLength = 'Lekérdezés maximális hossza';
$strMaximumSize = 'Legnagyobb méret: %s%s';
$strMbOverloadWarning = 'Engedélyezted a mbstring.func_overload funkciót a PHP konfigurációban. Ez inkompatibilis a phpMyAdmin-nal és adatvesztéssel járhat!';
$strMIME_available_mime = 'Elérhet&#337; MIME-típusok';
$strMIME_available_transform = 'Elérhet&#337; átalakítások';
$strMIME_description = 'Leírás';
$strMIME_MIMEtype = 'MIME-típus';
$strMIME_nodescription = 'Ehhez az átalakításhoz nem érhet&#337; el leírás.<br />Kérdezze a szerz&#337;t, aki készítette: %s.';
$strMIME_transformation = 'Böngész&#337; átalakítás';
$strMIME_transformation_note = 'Az elérhet&#337; átalakítási beállítások listájához és a hozzájuk tartozó MIME-típusokhoz kattintson ide: %stransformation descriptions%s';
$strMIME_transformation_options = 'Átalakítás beállítások';
$strMIME_transformation_options_note = 'Az átalakítás beállításokhoz írja be az értékeket a kovetkez&#337; formátumban: \'a\',\'b\',\'c\'...<br />Ha visszapert ("\") vagy idéz&#337;jelet ("\'") akar beszúrni, használjon visszapert (például: \'\\\\xyz\' or \'a\\\'b\').';
$strMIMETypesForTable = 'Tábla MIME-típusok';
$strMIME_without = 'A d&#337;lttel írt MIME-típusok nem választják el az átalakítási funkciókat';
$strModifications = 'A változásokat elmentettem';
$strModifyIndexTopic = 'Index változása';
$strModify = 'Változás';
$strMoveTableOK = '%s táblát áthelyeztem ide: %s.';
$strMoveTableSameNames = 'Nem tudom a táblát ugyanarra mozgatni!';
$strMoveTable = 'Tábla áthelyezése ide (adatbázis<b>.</b>tábla):';
$strMultilingual = 'soknyelv&#369;';
$strMyISAMDataPointerSize = 'Adat mutató mérete';
$strMyISAMMaxExtraSortFileSize = 'Ideiglenes fájlok maximális mérete index készítésekor';
$strMyISAMRecoverOptions = 'Automatikus helyreállítási mód';
$strMySQLCharset = 'MySQL karakterkészlet';
$strMySQLConnectionCollation = 'MySQL kapcsolat egyeztetés';
$strMySQLSaid = 'MySQL jelzi: ';
$strMySQLShowProcess = 'Mutasd meg a folyamatokat';
$strMySQLShowStatus = 'Mutasd meg a MySQL futási információkat';
$strMySQLShowVars = 'Mutasd meg a MySQL rendszer változókat';
 
$strName = 'Név';
$strNext = 'Következ&#337;';
$strNoActivity = 'Nem volt semmi tevékenység %s másodperce, jelentkezz be újra';
$strNoDatabases = 'Nincs adatbázis';
$strNoDatabasesSelected = 'Nincs adatbázis kiválasztva.';
$strNoDescription = 'nincs leírás';
$strNoDropDatabases = '"DROP DATABASE" utasítás le van tiltva.';
$strNoExplain = 'SQL magyarázat átugrása';
$strNoFilesFoundInZip = 'Nincs fájl a ZIP archívumban!';
$strNoFrames = 'A phpMyAdmin használhatóbb egy <b>frame-kezel&#337;</b> böngész&#337;ben.';
$strNoIndex = 'Nincs index meghatározva!';
$strNoIndexPartsDefined = 'Nincs index darab meghatározva!';
$strNoModification = 'Nincs változás';
$strNo = 'Nem';
$strNone = 'Nincs';
$strNoOptions = 'Ennek nincs beállítási lehet&#337;sége';
$strNoPassword = 'Nincs jelszó';
$strNoPermission = 'A webszervernek nincs joga elmenteni a fájlt: %s.';
$strNoPhp = 'PHP kód nélkül';
$strNoPrivileges = 'Nincs privilégium';
$strNoRights = 'Nincs elég jogod ennek végrehajtására!';
$strNoRowsSelected = 'Nincs sor kiválasztva';
$strNoSpace = 'Nincs elég hely elmenteni a fájlt: %s.';
$strNoTablesFound = 'Nincs tábla az adatbázisban.';
$strNoThemeSupport = 'Nincs téma támogatás, ellen&#337;rizd a beállításokat és/vagy a témákat a %s könyvtárban.';
$strNothingToImport = 'Nem adtál meg importálandó adatot!';
$strNotNumber = 'Ez nem egy szám!';
$strNotOK = 'Nincs rendben';
$strNotSet = '<b>%s</b> táblát nem találtam vagy nincs benne: %s';
$strNoUsersFound = 'Nem találtam felhasználó(ka)t.';
$strNoValidateSQL = 'SQL jóváhagyás átugrása';
$strNull = 'Null';
$strNumberOfFields = 'Mez&#337;k száma';
$strNumSearchResultsInTable = '%s találat <i>%s</i> táblában';
$strNumSearchResultsTotal = '<b>Összes:</b> <i>%s</i> találat';
$strNumTables = 'Tábla';
 
$strOK = 'Rendben';
$strOperations = 'Tevékenységek';
$strOperator = 'Kezel&#337;';
$strOptimizeTable = 'Tábla optimalizálás';
$strOr = 'Vagy';
$strOverhead = 'Felülírás';
$strOverwriteExisting = 'Létez&#337; fájlok felülírása';
 
$strPageNumber = 'Oldalszám:';
$strPagesToBeFlushed = 'Kiírandó oldalak';
$strPaperSize = 'Papírméret';
$strPartialImport = 'Részleges importálás';
$strPartialText = 'Részleges Szövegek';
$strPasswordChanged = '%s jelszavát sikeresen megváltoztattam.';
$strPasswordEmpty = 'A jelszó mez&#337; üres!';
$strPassword = 'Jelszó';
$strPasswordNotSame = 'A jelszavak nem azonosak!';
$strPdfDbSchema = '"%s" adatbázis sémája - %s oldal';
$strPdfInvalidTblName = '"%s" tábla nem létezik!';
$strPdfNoTables = 'Nincs tábla';
$strPerHour = 'óránként';
$strPerMinute = 'percenként';
$strPerSecond = 'másodpercenként';
$strPersian = 'Perzsa';
$strPhoneBook = 'telefonkönyv';
$strPHP40203 = 'A PHP 4.2.3-as verziója fut, ami egy súlyos hibát tartalmaz a több-bájtos sztringek kezelésénél (mbstring). Nézze meg a következ&#337;t: PHP bug report 19404. A PHP ezen verzója nem ajánlott a phpMyAdminhoz.';
$strPhp = 'PHP kód készítése';
$strPHPVersion = 'PHP Verzió';
$strPmaDocumentation = 'phpMyAdmin dokumentáció';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> értékét a konfigurációs fájlban KELL beállítani!';
$strPolish = 'Lengyel';
$strPortrait = 'Álló';
$strPos1 = 'Kezdet';
$strPrevious = 'El&#337;z&#337;';
$strPrimary = 'Els&#337;dleges';
$strPrimaryKeyHasBeenDropped = 'Az els&#337;dleges kulcsot eldobtam';
$strPrimaryKeyName = 'Az els&#337;dleges kulcs nevének "PRIMARY"-nak kell lennie!';
$strPrimaryKeyWarning = '("PRIMARY"-nak <b>kell</b> lennie, és <b>csak annak</b> szabad lennie az els&#337;dleges kulcsnak!)';
$strPrint = 'Nyomtatás';
$strPrintViewFull = 'Nyomtatási nézet (összes szöveggel)';
$strPrintView = 'Nyomtatási nézet';
$strPrivDescAllPrivileges = 'Minden privilégiumot tartalmaz, kivéve a GRANT.';
$strPrivDescAlter = 'Engedélyezi a létez&#337; táblák szerkezetének megváltoztatását.';
$strPrivDescAlterRoutine = 'Engedélyezi tárolt eljárások módosítását és eldobását.';
$strPrivDescCreateDb = 'Engedélyezi új adatbázisok és táblák készítését.';
$strPrivDescCreateRoutine = 'Engedélyezi tárolt eljárások létrehozását.';
$strPrivDescCreateTbl = 'Engedélyezi új táblák készítését.';
$strPrivDescCreateTmpTable = 'Engedélyezi átmeneti táblák készítését.';
$strPrivDescCreateUser = 'Engedélyezi felhasználói fiókok létrehozását, törlését és átnevezését.';
$strPrivDescCreateView = 'Új nézetek létrehozásának engedélyezése.';
$strPrivDescDelete = 'Engedélyezi az adatok törlését.';
$strPrivDescDropDb = 'Engedélyezi adatbázisok és táblák törlését.';
$strPrivDescDropTbl = 'Engedélyezi táblák törlését.';
$strPrivDescExecute5 = 'Engedélyezi tárolt eljárások végrehajtását.';
$strPrivDescExecute = 'Engedélyezi tárolt eljárások futtatását; még nem valósult meg ebben a MySQL verzióban.';
$strPrivDescFile = 'Engedélyezi adatok export/importját fájlokba.';
$strPrivDescGrant = 'Engedélyezi felhasználók és privilégiumok hozzáadását a privilégiumi táblák újratöltése nélkül.';
$strPrivDescIndex = 'Engedélyezi indexek készítését és törlését.';
$strPrivDescInsert = 'Engedélyezi adatok beírását és megváltoztatását.';
$strPrivDescLockTables = 'Engedélyezi táblák blokkolását erre a szálra.';
$strPrivDescMaxConnections = 'Korlátozza az új kapcsolatok számát, amit a felhasználó óránként megnyithat.';
$strPrivDescMaxQuestions = 'Korlátozza a felhasználói lekérések számát óránként.';
$strPrivDescMaxUpdates = 'Korlátozza azon utasítások számát óránként, amelyek megváltoztatnak egy táblát vagy adatbázist.';
$strPrivDescMaxUserConnections = 'Korlátozza a felhasználó egyidej&#369; kapcsolatainak számát.';
$strPrivDescProcess3 = 'Engedélyezi más felhasználók folyamatainak megszüntetését.';
$strPrivDescProcess4 = 'Engedélyezi a teljes lekérések megtekintését a folyamatlistában.';
$strPrivDescReferences = 'Nem valósult meg ebben a MySQL verzióban';
$strPrivDescReload = 'Engedélyezi a szerver beállítások újratöltését és a szerver-cache törlését.';
$strPrivDescReplClient = 'Jogokat ad a felhasználónak, hogy lekérdezhessék a slave/master helyeket.';
$strPrivDescReplSlave = 'Szükséges a slave-ek másolásához.';
$strPrivDescSelect = 'Engedélyezi adatok olvasását.';
$strPrivDescShowDb = 'Hozzáférést ad az adatbázisok teljes listájához.';
$strPrivDescShowView = 'Engedélyezi SHOW CREATE VIEW lekérdezések végrehajtását.';
$strPrivDescShutdown = 'Engedélyezi a szerver leállítását.';
$strPrivDescSuper = 'Engedélyezi a kapcsolódást akkor is, ha a kapcsolatok száma a maximumot elérte. Ez szükséges a legfontosabb adminisztrációs m&#369;veletekhez, mint a globális változók beállítása vagy más felhasználók folyamatainak megszüntetése.';
$strPrivDescUpdate = 'Engedélyezi az adatok megváltoztatását.';
$strPrivDescUsage = 'Nincsenek privilégiumok.';
$strPrivileges = 'Privilégiumok';
$strPrivilegesReloaded = 'A privilégiumok újratöltése sikeres volt.';
$strProcesslist = 'Folyamatlista';
$strPutColNames = 'Tegye a mez&#337;neveket az els&#337; sorhoz';
 
$strQBEDel = 'Töröl';
$strQBEIns = 'Beszúr';
$strQBE = 'Lekérdezés';
$strQueryCache = 'Lekérdezés cache';
$strQueryFrame = 'Lekérési ablak';
$strQueryOnDb = 'SQL-kérés <b>%s</b> adatbázison:';
$strQuerySQLHistory = 'SQL-el&#337;zmények';
$strQueryStatistics = '<b>Lekérési statisztika</b>: Az indulás óta %s kérés ment el a szerverhez.';
$strQueryTime = 'A lekérés lefutott %01.4f másodperc alatt';
$strQueryType = 'Lekérés típusa';
$strQueryWindowLock = 'Ne írja felül a lekérést az ablakon kívülr&#337;l';
 
$strReadRequests = 'Olvasási kérelmek';
$strReceived = 'Fogadott';
$strRecords = 'Sor';
$strReferentialIntegrity = 'Hivatkozási sértetlenség ellen&#337;rzése:';
$strRefresh = 'Frissítés';
$strRelationalSchema = 'Kapcsolati séma';
$strRelationNotWorking = 'A munka kiegészít&#337; tulajdonságai a vonatkozó táblákra meg lettek szüntetve. Az okokért kattints %side%s.';
$strRelationsForTable = 'Tábla-kapcsolatok';
$strRelations = 'Kapcsolatok';
$strRelationView = 'Reláció nézet';
$strReloadingThePrivileges = 'Privilégiumok újratöltése';
$strReloadMySQL = 'MySQL újratöltése';
$strRemoveSelectedUsers = 'A kiválasztott felhasználók törlése';
$strRenameDatabaseOK = '%s adatbázis átneveztem erre: %s';
$strRenameTableOK = '%s táblát átneveztem erre: %s';
$strRenameTable = 'Tábla átnevezése erre';
$strRepairTable = 'Tábla javítás';
$strReplaceNULLBy = 'NULL cseréje ezzel:';
$strReplaceTable = 'Tábla adatok és fájl cseréje';
$strReset = 'Töröl';
$strResourceLimits = 'Er&#337;forrás határok';
$strReType = 'Újraírás';
$strRevokeAndDelete = 'A felhasználók összes privilégiumának visszavonása, aztán törlésük.';
$strRevokeAndDeleteDescr = 'A felhasználóknak még használható privilégiumuk van, amíg nem történik meg a privilégiumok újratöltése.';
$strRevokeMessage = 'Visszavontam a %s privilégiumokat';
$strRevoke = 'Visszavon';
$strRomanian = 'Román';
$strRowLength = 'Sorhossz';
$strRowsFrom = 'sor kezdve ezzel:';
$strRowSize = ' Sorméret ';
$strRowsModeFlippedHorizontal = 'vízszintes (elforgatott fejléc)';
$strRowsModeHorizontal = 'vízszintes';
$strRowsModeOptions = '%s módon, a fejlécet %s soronként megismételve';
$strRowsModeVertical = 'függ&#337;leges';
$strRows = 'Sorok';
$strRowsStatistic = 'Sor-statisztika';
$strRunning = ': %s';
$strRunQuery = 'Kérés végrehajtása';
$strRunSQLQueryOnServer = 'SQL lekérdezés(ek) futtatása %s szerveren';
$strRunSQLQuery = 'SQL parancs(ok) futtatása a(z) %s adatbázison';
$strRussian = 'Orosz';
 
$strSave = 'Ment';
$strSaveOnServer = 'Mentés a szerver %s könyvtárába';
$strScaleFactorSmall = 'A méret elem túl kicsi, hogy megfelel&#337; legyen a sémához egy oldalon';
$strSearchFormTitle = 'Keresés az adatbázisban';
$strSearchInTables = 'Táblá(k)ban:';
$strSearch = 'Keresés';
$strSearchNeedle = 'Szavak vagy értékek a kereséshez (helyettesít&#337; karakter: "%"):';
$strSearchOption1 = 'legalább egy szó';
$strSearchOption2 = 'összes szó';
$strSearchOption3 = 'a helyes mondat';
$strSearchOption4 = 'reguláris kifejezésként';
$strSearchResultsFor = 'Keresési eredmények "<i>%s</i>" %s:';
$strSearchType = 'Keress:';
$strSecretRequired = 'A konfigurációs fájl egy titkos jelszó kifejezést vár (blowfish_secret).';
$strSelectADb = 'Válassz egy adatbázist';
$strSelectAll = 'Mindet kijelöli';
$strSelectFields = 'Mez&#337;k kiválasztása (legalább egyet):';
$strSelectNumRows = 'kérésben';
$strSelectTables = 'Táblák kiválasztása';
$strSend = 'Fájlnév megadása';
$strSent = 'Küldött';
$strServerChoice = 'Szerver Választás';
$strServerNotResponding = 'A szerver nem válaszol';
$strServerStatus = 'Futási információk';
$strServerStatusUptime = 'Ez a MySQL szerver fut: %s. Elindítva: %s.';
$strServer = 'Szerver';
$strServerTabProcesslist = 'Folyamatok';
$strServerTabVariables = 'Változók';
$strServerTrafficNotes = '<b>Szerver forgalom</b>: Ezek a táblák mutatják a MySQL szerver hálózati forgalom-statisztikáit az indulástól kezdve.';
$strServerVars = 'Szerver változók és beállítások';
$strServerVersion = 'Szerver verzió';
$strSessionValue = 'Session érték';
$strSetEnumVal = 'Ha a mez&#337; típusa "enum" vagy "set", akkor az értékeket ilyen formában írd be: \'a\',\'b\',\'c\'...<br />Ha backslash-t ("\") vagy aposztrófot ("\'") akarsz ezen értékek között használni, használd a backslash escape karaktert (pl.: \'\\\\xyz\' vagy \'a\\\'b\').';
$strShowAll = 'Mutasd mindet';
$strShowColor = 'Mutasd a színeket';
$strShowDatadictAs = 'Adatkönyvtár formátum';
$strShowFullQueries = 'Teljes lekérések mutatása';
$strShowGrid = 'Mutasd a rácsot';
$strShowingBookmark = 'Könyvjelz&#337; megmutatása';
$strShowingRecords = 'Sorok megjelenítése ';
$strShow = 'Mutat';
$strShowPHPInfo = 'PHP információ';
$strShowStatusCreated_tmp_filesDescr = 'mysqld által létrehozott ideiglenes fájlok száma.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED sor írások száma.';
$strShowStatusHandler_updateDescr = 'Sor frissítési kérések száma.';
$strShowStatusHandler_writeDescr = 'Sor beszúrási kérések száma.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Adatokat tartalmazó lapok száma (piszkos vagy tiszta).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Jelenleg piszkos lapok száma.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Szabad lapok száma.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puffer teljes mérete lapokban.';
$strShowStatusInnodb_data_fsyncsDescr = 'Összes fsync() m&#369;velet száma.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Folyamatban lév&#337; fsync() m&#369;veletek száma.';
$strShowStatusInnodb_data_pending_readsDescr = 'Folyamatban lév&#337; olvasások száma.';
$strShowStatusInnodb_data_pending_writesDescr = 'Folyamatban lév&#337; írások száma.';
$strShowStatusInnodb_data_readDescr = 'Összes olvasott adat, bájtban.';
$strShowStatusInnodb_data_readsDescr = 'Összes olvasott adat.';
$strShowStatusInnodb_data_writesDescr = 'Összes írott adat.';
$strShowStatusInnodb_data_writtenDescr = 'Összes írott adat, bájtban.';
$strShowStatusInnodb_log_waitsDescr = 'Várakozások száma, amiket a naplópuffer kis mérete okozott és folytatás el&#337;tt meg kellett várni a kiírást.';
$strShowStatusInnodb_log_write_requestsDescr = 'Napló írási kérések száma.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Folyamatban lév&#337; naplófájl fsync-ek száma.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Folyamatban lév&#337; naplófájl írások száma.';
$strShowStatusInnodb_os_log_writtenDescr = 'Naplófájlba írt bájtok száma.';
$strShowStatusInnodb_pages_createdDescr = 'Létrehozott lapok száma.';
$strShowStatusInnodb_pages_readDescr = 'Olvasott lapok száma.';
$strShowStatusInnodb_pages_writtenDescr = 'Írott lapok száma.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB táblákból törölt sorok száma.';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB táblákba beszúrt sorok száma.';
$strShowStatusInnodb_rows_readDescr = 'InnoDB táblákból olvasott sorok száma.';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB táblákban frissített sorok száma.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Írásra várakozó sorok az INSERT DELAY sorokban.';
$strShowStatusOpen_filesDescr = 'Megnyitott fájlok száma.';
$strShowStatusOpen_tablesDescr = 'Megnyitott táblák száma.';
$strShowStatusQcache_free_blocksDescr = 'Szabad memóriablokkok a lekérdezés cache-ben.';
$strShowStatusQcache_hitsDescr = 'Cache találatok száma.';
$strShowStatusQcache_insertsDescr = 'Cache-hez adott lekérdezések száma.';
$strShowStatusReset = 'Visszaállítás';
$strShowStatusSort_rowsDescr = 'Rendezett sorok száma.';
$strShowStatusThreads_runningDescr = 'Nem alvó szálak száma.';
$strShowTableDimension = 'Mutasd a táblák méretét';
$strShowTables = 'Mutasd a táblákat';
$strShowThisQuery = ' Mutasd a parancsot itt újra ';
$strSimplifiedChinese = 'Egyszer&#369;sített kínai';
$strSingly = '(egyenként)';
$strSize = 'Méret';
$strSlovak = 'Szlovák';
$strSlovenian = 'Szlovén';
$strSocketProblem = '(vagy a helyi MySQL szerver socketje nincs rendesen beállítva)';
$strSortByKey = 'Kulcs szerinti rendezés';
$strSorting = 'Rendezés';
$strSort = 'Sorrendezés';
$strSpaceUsage = 'Helyfoglalás';
$strSpanish = 'Spanyol';
$strSplitWordsWithSpace = 'A szavak fel vannak osztva szóköz karakter szerint (" ").';
$strSQLExportCompatibility = 'SQL export kompatibilitás';
$strSQLExportType = 'Export típus';
$strSQLOptions = 'SQL beállítások';
$strSQLParserBugMessage = 'Esély van rá, hogy egy hibát találhattál az SQL szintaktikai elemz&#337;ben (parser). Vizsgáld meg gondosan a lekérdezésedet, ellen&#337;rizd, hogy az idéz&#337;jelek jók és jól illeszkednek. Más lehetséges hiba oka lehet, hogy binárisan töltöttél fel egy fájlt az idézett szövegmez&#337;n kívül. Kipróbálhatod a lekérésedet a MySQL parancssoros felületén. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát. Ha még mindig gondjaid vannak, vagy a szintaktiaki elemz&#337; (parser) hibát jelez, ahol a parancssoros felületen végrehajtódik, redukáld a problémát okozó SQL lekérdezést egy egyszer&#369; lekérdezéssé, és küldd el egy hibajelzésben (bug report) az alsó Kivágás részben lev&#337; adatokkal együtt:';
$strSQLParserUserError = 'Úgy látszik az SQL lekérdezésedben van egy hiba. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát';
$strSQLQuery = 'SQL-kérés';
$strSQLResult = 'SQL eredmény';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Érvénytelen azonosító';
$strSQPBugUnclosedQuote = 'Lezáratlan lekérdezés';
$strSQPBugUnknownPunctuation = 'Ismeretlen központozott sztring';
$strStatCheckTime = 'Utolsó ellen&#337;rzés';
$strStatCreateTime = 'Létrehozás';
$strStatement = 'Adatok';
$strStatUpdateTime = 'Utolsó módosítás';
$strStatus = 'Állapot';
$strStrucCSV = 'CSV adat';
$strStrucData = 'Szerkezet és adatok';
$strStrucDrop = '\'Tábla eldobás\' hozzáadása';
$strStrucExcelCSV = 'MS Excel CSV adat';
$strStrucNativeExcel = 'Natív MS Excel adat';
$strStrucOnly = 'Csak szerkezet';
$strStructPropose = 'Tábla struktúra ajánlat';
$strStructure = 'Struktúra';
$strSubmit = 'Végrehajt';
$strSuccess = 'Az SQL-kérést sikeresen végrehajtottam';
$strSum = 'Összesen';
$strSwedish = 'Svéd';
$strSwitchToDatabase = 'Váltás a másolt adatbázisra';
$strSwitchToTable = 'Váltás a másolt táblára';
 
$strTableAlreadyExists = '%s tábla már létezik!';
$strTableComments = 'Tábla megjegyzések';
$strTableEmpty = 'A táblanév helye üres!';
$strTableHasBeenDropped = '%s táblát eldobtam';
$strTableHasBeenEmptied = '%s táblát kiürítettem';
$strTableHasBeenFlushed = '%s táblát kiírtam';
$strTableMaintenance = 'Tábla karbantartás';
$strTableOfContents = 'Tartalomjegyzék';
$strTableOptions = 'Tábla opciók';
$strTables = '%s tábla';
$strTableStructure = 'Tábla szerkezet:';
$strTable = 'Tábla';
$strTableType = 'Tábla típusa';
$strTakeIt = 'csináld';
$strTblPrivileges = 'Tábla-specifikus privilégiumok';
$strTempData = 'Ideiglenes adatok';
$strTextAreaLength = ' Mivel ez a hossz,<br /> ez a mez&#337; nem szerkeszthet&#337; ';
$strThai = 'Thai';
$strTheme = 'Téma / Stílus';
$strThisHost = 'Ez a gép';
$strThisNotDirectory = 'Ez nem alkönyvtár volt';
$strThreads = 'Szálak';
$strThreadSuccessfullyKilled = 'A %s. szálat sikerült megszüntetni.';
$strTime = 'Id&#337;';
$strToggleScratchboard = 'scratchboard kapcsolása';
$strTotal = 'Összesen';
$strTotalUC = 'Össz';
$strTraditionalChinese = 'Hagyományos kínai';
$strTraditionalSpanish = 'Hagyományos spanyol';
$strTraffic = 'Forgalom';
$strTransformation_application_octetstream__download = 'Egy linket jelenít meg a mez&#337; binári adaának letöltéséhez. Els&#337; opció a bináris fájl neve. Második a tábla sorának egy lehetséges mez&#337;neve fájlnév gyanánt. Ha beállítja a második opciót, akkor az els&#337;t üresen kell hagyni';
$strTransformation_image_jpeg__inline = 'Kattintható ikon mutatása; beállítások: szélesség,magasság pixelben (megtartja az eredeti képarányt)';
$strTransformation_image_jpeg__link = 'Egy linket mutat a képhez (közvetlen ablakos letöltés).';
$strTransformation_image_png__inline = 'image/jpeg megtekintése: bent';
$strTransformation_text_plain__dateformat = 'A TIME, TIMESTAMP vagy DATETIME mez&#337;k és formátumok az ön helyi dátumformátumát használják. Els&#337; opció az eltérés (órában), ami hozzáadódik az id&#337;höz (alapértelmezett: 0). A második egy különböz&#337; id&#337;formátum a PHP strftime() paramétere szerint.';
$strTransformation_text_plain__external = 'Csak LINUX: Elindít egy küls&#337; programot, ami megkapja az adatokat a standard inputon. Visszatér a program standard outputján. Alapértelmezett a Tidy, csinos HTML kódot kap. Biztonsági megfontolásokból kézzel kell szerkeszteni a libraries/transformations/text_plain__external.inc.php fájlt, és beírni a program nevét, amit futtatni akar. Az els&#337; opció a program száma, amit futtatni akar, a második a program paramáterei. A harmadik opció ha egyenl&#337; eggyel, akkor a kimenet konvertálva lesz a htmlspecialchars() eljárással (alapértelmezett 1). A negyedik opció ha egyre van beállítva, egy NOWRAP formázást ad minden mez&#337;höz, így a kimenet újratördelés nélkül látszik (alapértelmezett 1)';
$strTransformation_text_plain__formatted = 'A mez&#337; eredeti formázásának meg&#337;rzése. Nincs kivétel.';
$strTransformation_text_plain__imagelink = 'Egy képet es egy linket jelenít meg, a mez&#337; tartalmazza a fájlnevet; az els&#337; opcíó egy el&#337;tag, mint pl.: "http://domain.com/", a második a szélesség pixelben, a harmadik pedig a magasság.';
$strTransformation_text_plain__link = 'Meg linket jelenít meg, a megz&#337; tartalmazza a fájlnevet; az els&#337; opcíó egy el&#337;tag, mint pl.: "http://domain.com/", a második a link neve.';
$strTransformation_text_plain__substr = 'A szöveg egy részét mutatja. Els&#337; opció egy offszet, ami a kezd&#337;pozíciót állítja be (alapértelmezett: 0). A második azt adja meg, hogy mennyi szöveg jöjjön vissza. Ha üres, az összes visszamaradó szöveg átjön. A harmadik opcióban atokat a karaktereket lehet beállítani, amik a szöveg végére kerülnek, ha szövegrészt kapunk vissza (alapértelmezett: ...) .';
$strTruncateQueries = 'A mutatott kérések törlése';
$strTurkish = 'Török';
$strType = 'Típus';
 
$strUkrainian = 'Ukrán';
$strUncheckAll = 'Összeset törli';
$strUnicode = 'Unicode';
$strUnique = 'Egyedi';
$strUnknown = 'ismeretlen';
$strUnselectAll = 'Mindet törli';
$strUpdatePrivMessage = 'Frissítettem a(z) %s privilégiumokat.';
$strUpdateProfileMessage = 'A profilt frissítettem.';
$strUpdateQuery = 'Kérés frissítése';
$strUpdComTab = 'Olvassa el a Dokumentációt, hogyan tudja módosítani a Column_comments táblát';
$strUpgrade = 'Módosítás szükséges %s %s vagy kés&#337;bb.';
$strUsage = 'Méret';
$strUseBackquotes = 'Idéz&#337;jelek használata a tábla- és mez&#337;neveknél';
$strUseHostTable = 'Hoszt-tábla használata';
$strUserAlreadyExists = '%s felhasználó már létezik!';
$strUserEmpty = 'A felhasználói név mez&#337;je üres!';
$strUser = 'Felhasználó';
$strUserName = 'Felhasználói név';
$strUserNotFound = 'A kiválasztott felhasználót nem találtam a privilégium táblában.';
$strUserOverview = 'Felhasználó áttekintés';
$strUsersDeleted = 'A kiválasztott felhasználók törlése sikerült.';
$strUsersHavingAccessToDb = 'A felhasználóknak hozzáférésük van ehhez: &quot;%s&quot;';
$strUseTabKey = 'Használd a TAB billenty&#369;t, hogy értékr&#337;l értékre mozoghass, vagy CTRL+nyilakat, hogy bármerre mozoghass.';
$strUseTables = 'Táblák használata';
$strUseTextField = 'Szöveges mez&#337; használata';
$strUseThisValue = 'Ezen érték használata';
 
$strValidateSQL = 'SQL jóváhagyás';
$strValidatorError = 'Az SQL ellen&#337;rz&#337;t (SQL validator) nem sikerült elindítani. Ellen&#337;rizze a szükséges php kiterjesztést, ahogy itt le van írva: %sdocumentation%.';
$strValue = 'Érték';
$strVar = 'Változó';
$strVersionInformation = 'Verzió információk';
$strViewDumpDatabases = 'Adatbázis kiírás (séma) megtekintése';
$strViewDumpDB = 'Adatbázis kiírás (vázlat) megnézése';
$strViewDump = 'Tábla kiírás (vázlat) megnézése';
$strViewHasBeenDropped = '%s nézet eldobva';
$strView = 'Nézet';
 
$strWebServerUploadDirectoryError = 'Az alkönyvtár, ami a feltöltésekhez be lett állítva, nem elérhet&#337;';
$strWebServerUploadDirectory = 'webszerver feltöltési könyvtár';
$strWelcome = 'Üdvözöl a %s';
$strWestEuropean = 'Nyugat-európai';
$strWildcard = 'helyettesít&#337; jel';
$strWindowNotFound = 'A cél böngész&#337;ablakot nem tudtam újratölteni. Talán a szül&#337;ablak be lett zárva, vagy a böngész&#337; biztonsági beállítása tiltja az ablakok közti újratöltést';
$strWithChecked = 'A kijelöltekkel végzend&#337; m&#369;velet:';
$strWriteRequests = 'Írási kérelmek';
$strWritingCommentNotPossible = 'Megjegyzés írása nem lehetséges';
$strWritingRelationNotPossible = 'Kapcsolat írása nem lehetséges';
$strWrongUser = 'Hibás felhasználói név/jelszó. Hozzáférés megtagadva.';
 
$strXML = 'XML';
 
$strYes = 'Igen';
 
$strZeroRemovesTheLimit = 'Megjegyzés: A 0 (nulla) beállítása törli a limitet.';
$strZip = '"zippel tömörítve"';
 
// To translate:
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strAndThen = 'and then'; //to translate
 
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
 
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
 
$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
 
$strHandler = 'Handler'; //to translate
 
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'lapok'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
 
$strJoins = 'Joins'; //to translate
 
$strKeyCache = 'Key cache'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
 
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
 
$strPasswordHashing = 'Password Hashing'; //to translate
 
$strReplication = 'Replication'; //to translate
 
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
 
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
 
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
 
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/indonesian-iso-8859-1.inc.php
0,0 → 1,976
<?php
/* $Id: indonesian-iso-8859-1.inc.php,v 2.125.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu');
$month = array('Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'Nopember', 'Desember');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y jam %H:%M';
$timespanfmt = '%s hari, %s jam, %s menit dan %s detik';
 
$strAbortedClients = 'Pembatalan';
$strAbsolutePathToDocSqlDir = 'Silakan menentukan Absolute Path pada webserver yang menunjuk ke direktori docSQL';
$strAccessDenied = 'Akses ditolak';
$strAccessDeniedExplanation = 'phpMyAdmin telah berusaha untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Silakan periksa kembali nama host, nama pengguna dan kata sandi pada file config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberikan oleh administrator server MySQL.';
$strAction = 'Aksi';
$strAddAutoIncrement = 'Menambahkan nilai AUTO_INCREMENT';
$strAddConstraints = 'Menambahkan pembatas';
$strAddDeleteColumn = 'Menambahkan/Hapus kolom';
$strAddDeleteRow = 'Menambahkan/Hapus baris';
$strAddDropDatabase = 'Menambahkan DROP DATABASE';
$strAddedColumnComment = 'Komentar untuk kolum telah ditambahkan';
$strAddedColumnRelation = 'Relasi untuk kolum telah ditambahkan';
$strAddFields = 'Menambahkan %s field(s)';
$strAddHeaderComment = 'Menambahkan komentar individual pada Header (\\n membelahkan garis)';
$strAddIfNotExists = 'Berikut IF \'NOT EXISTS\'';
$strAddIntoComments = 'Penambahkan pada komentar:';
$strAddNewField = 'Menambahkan field baru';
$strAddPrivilegesOnDb = 'Menambahkan hak (privileges) pada database berikut';
$strAddPrivilegesOnTbl = 'Menambahkan hak (privileges) pada tabel berikut';
$strAddSearchConditions = 'Menambahkan kriteria pencarian (Argumen untuk WHERE-Statement):';
$strAddToIndex = 'Menambahkan ke indeks &nbsp;%s&nbsp;kolom';
$strAddUser = 'Menambahkan pengguna baru';
$strAddUserMessage = 'Pengguna baru telah ditambahkan.';
$strAdministration = 'Administrasi';
$strAffectedRows = 'Baris yang terlibat:';
$strAfterInsertBack = 'kembali';
$strAfterInsertNewInsert = 'sisipkan baris baru berikutnya';
$strAfterInsertNext = 'Edit baris berikut';
$strAfterInsertSame = 'Kembali ke halaman ini';
$strAfter = 'sisipkan setelah %s';
$strAll = 'Semua';
$strAllTableSameWidth = 'Tampilkan seluruh tabel dengan lebar yang sama?';
$strAlterOrderBy = 'Urutkan tabel berdasarkan';
$strAnalyzeTable = 'Analisa tabel';
$strAnd = 'dan';
$strAndThen = 'selanjutnya';
$strAnIndex = 'Indeks telah ditambahkan pada %s';
$strAnyHost = 'Setiap host';
$strAny = 'Setiap';
$strAnyUser = 'Setiap pengguna';
$strApproximateCount = 'Kemungkinan hanya perkiraan saja. Lihat FAQ 3.11';
$strAPrimaryKey = 'Primary key telah ditambahkan pada %s';
$strArabic = 'Bahasa Arab';
$strArmenian = 'Bahasa Armenia';
$strAscending = 'Urutan menaik';
$strAtBeginningOfTable = 'pada awal tabel';
$strAtEndOfTable = 'pada akhir tabel';
$strAttr = 'Atribut';
$strAutodetect = 'Deteksi otomatis';
$strAutomaticLayout = 'Layout otomatis';
 
$strBack = 'Kembali';
$strBaltic = 'Bahasa Baltik';
$strBeginCut = 'Mulai potong (CUT)';
$strBeginRaw = 'MULAI mentah (RAW)';
$strBinary = 'Binari';
$strBinaryDoNotEdit = 'Binari - jangan di-edit';
$strBinaryLog = 'Log binari';
$strBinLogEventType = 'Tipe Kejadian';
$strBinLogInfo = 'Informasi';
$strBinLogName = 'Catat nama';
$strBinLogOriginalPosition = 'Posisi aslinya';
$strBinLogPosition = 'Posisi';
$strBinLogServerId = 'ID Server';
$strBookmarkAllUsers = 'Izinkan semua pengguna untuk mengakses simpanan ini';
$strBookmarkDeleted = 'Penyimpanan telah dihapus.';
$strBookmarkLabel = 'Judul';
$strBookmarkQuery = 'Ingat pada pencarian SQL ';
$strBookmarkThis = 'Simpan pencarian SQL ini';
$strBookmarkView = 'Hanya melihat';
$strBrowse = 'Browse';
$strBrowseForeignValues = 'Menjelajahi nilai luar';
$strBufferPoolActivity = 'Aktifitas penampungan Buffer';
$strBufferPool = 'Penampungan Buffer';
$strBufferPoolUsage = 'Penggunaan penampungan Buffer';
$strBufferReadMissesInPercent = 'Pembacaan yang kelewat dalam %';
$strBufferReadMisses = 'Pembacaan yang kelewat';
$strBufferWriteWaitsInPercent = 'Penundaan penulisan dalam %';
$strBufferWriteWaits = 'Penundaan penulisan';
$strBulgarian = 'Bahasa Bulgaria';
$strBusyPages = 'Halaman yang sibuk';
$strBzError = 'phpMyAdmin gagal mengkompres Dump (Skema) disebabkan ekstensi Bz2 dalam versi PHP yang digunakan. Disarankan untuk merubah direktif <code>$cfg[\'BZipDump\']</code> dalam file konfigurasi phpMyAdmin Anda ke <code>FALSE</code>. Bila Anda ingin menggunakan fasilitas kompresi Bz2 disarankan untuk meng-upgrade versi PHP yang lebih tinggi. Perhatikan PHP Bug Report %s untuk informasi yang lebih detail.';
$strBzip = '"Dikompress dengan BZip"';
 
$strCalendar = 'Kalender';
$strCannotLogin = 'Gagal login ke MySQL server';
$strCantLoad = 'gagal loading ekstensi %s,<br />mohon periksa kembali konfigurasi PHP.';
$strCantLoadRecodeIconv = 'Gagal loading iconv atau perubahan kode extension untuk konversi charset diperlukan. Silakan konfigurasikan php untuk menggunakan extensions yang diperlukan atau matikan fasilitas konversi Charset pada phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Gagal ubah nama Indeks ke PRIMARY!';
$strCantUseRecodeIconv = 'Gagal menggunakan iconv, libiconv atau fungsi recode_string selama ekstensi masih dalam keadaan di-load. Periksa kembali konfigurasi PHP.';
$strCardinality = 'Bilangan Pokok';
$strCaseInsensitive = 'peka terhadap huruf besar/kecil';
$strCaseSensitive = 'tidak peka terhadap huruf besar/kecil';
$strCentralEuropean = 'Eropa Tengah';
$strChangeCopyMode = 'Ciptakan pengguna baru dengan hak-hak yang sama dan ...';
$strChangeCopyModeCopy = '... mempertahankan yang lama.';
$strChangeCopyModeDeleteAndReload = ' ... hapuskan yang lama dari User Table, kemudian reload hak-hak.';
$strChangeCopyModeJustDelete = ' ... hapus yang lama dari User Table.';
$strChangeCopyModeRevoke = ' ... cabut seluruh hak yang aktif, kemudian hapuskan yang lama.';
$strChangeCopyUser = 'Ubah informasi Login / Salip pengguna';
$strChangeDisplay = 'Pilih Field untuk ditampilkan';
$strChangePassword = 'Ubah Kata Sandi';
$strChange = 'Ubah';
$strCharsetOfFile = 'Penyusunan karakter dalam file:';
$strCharset = 'Perangkat karakter (Charset)';
$strCharsetsAndCollations = 'Penyusunan karakter dan tabel urutan';
$strCharsets = 'Penyusunan Karakter';
$strCheckAll = 'Pilih semua';
$strCheckOverhead = 'Periksa Overheaded';
$strCheckPrivsLong = 'Periksa hak-hak untuk database &quot;%s&quot;.';
$strCheckPrivs = 'Periksa hak-hak';
$strCheckTable = 'Periksa tabel';
$strChoosePage = 'Silakan pilih halaman untuk diubah';
$strColComFeat = 'Tampilkan komentar kolom';
$strCollation = 'Penyortiran';
$strColumnNames = 'Nama kolom';
$strColumnPrivileges = 'Hak (privileges) khusus terhadap kolum';
$strCommand = 'Perintah';
$strCommentsForTable = 'KOMENTAR UNTUK TABEL';
$strComments = 'Komentar';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
$strCompleteInserts = 'INSERT lengkap';
$strCompression = 'Kompresi';
$strConfigFileError = 'phpMyAdmin gagal membaca file konfigurasi!<br />Hal ini diakibatkan oleh Parse Error atau file tidak ditemukan.<br />Silakan bukakan file konfigurasi dengan cara mengunakan link dibawah ini. Mohon perhatikan PHP Error Message(s) yang akan ditampilkan. Seringkali sebuah tanda kutip atau titik-koma ketinggalan.<br />Jika muncul sebuah halaman kosong, artinya tidak ada masalah.';
$strConfigureTableCoord = 'Silakan konfigurasikan koordinasi bagi tabel %s';
$strConnectionError = 'Koneksi gagal: Stelan tidak berlaku.';
$strConnections = 'Koneksi';
$strConstraintsForDumped = 'Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)';
$strConstraintsForTable = 'Ketidakleluasaan untuk tabel';
$strCookiesRequired = 'Mulai dari sini Cookies harus diaktifkan.';
$strCopyDatabaseOK = 'Database %s telah disalin ke %s';
$strCopy = 'Salin';
$strCopyTableOK = 'Tabel %s telah disalin ke %s.';
$strCopyTable = 'Salin tabel ke (database<b>.</b>nama tabel):';
$strCopyTableSameNames = 'Penyalinan tabel pada diri-sendiri tidak bisa dilakukan!';
$strCouldNotKill = 'phpMyAdmin gagal menutup Thread %s. Kemungkinan Thread tersebut sudah ditutup terlebih dahulu';
$strCreate = 'Ciptakan';
$strCreateDatabaseBeforeCopying = 'CIPTAKAN DATABASE sebelum menyalin';
$strCreateIndex = 'Ciptakan indeks pada kolom &nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Ciptakan indeks baru';
$strCreateNewDatabase = 'Ciptakan database baru';
$strCreateNewTable = 'Ciptakan tabel baru pada database %s';
$strCreatePage = 'Ciptakan halaman baru';
$strCreatePdfFeat = 'Penciptaan PDF';
$strCreationDates = 'Tanggal Penciptaan/Update/Pemeriksaan';
$strCriteria = 'Kriteria';
$strCroatian = 'Bahasa Kroatia';
$strCSVOptions = 'Pilihan CSV';
$strCyrillic = 'Bahasa Kirilia';
$strCzech = 'Bahasa Ceko';
$strCzechSlovak = 'Cecko-Slovakia';
 
$strDanish = 'Bahasa Denmark';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Nama database kosong!';
$strDatabaseExportOptions = 'Pilihan cara untuk mengekspor Database';
$strDatabaseHasBeenDropped = 'Database %s telah dihapus.';
$strDatabaseNoTable = 'Database ini tidak mengandung tabel!';
$strDatabases = 'Database';
$strDatabasesDropped = 'Sukses menghapus database %s.';
$strDatabasesStatsDisable = 'Mencacatkan Statistik';
$strDatabasesStatsEnable = 'Menggiatkan Statistik';
$strDatabasesStatsHeavyTraffic = 'Perhatian: Menggiatkan statistik database dengan kemungkinan besar mengakibatkan traffic yang cukup tinggi antara webserver dan server MySQL.';
$strDatabasesStats = 'Statistik Database';
$strData = 'Data';
$strDataDict = 'Kamus Data';
$strDataOnly = 'Data saja';
$strDataPages = 'Halaman yang berisi data';
$strDBComment = 'Komentar Database: ';
$strDBCopy = 'Salin database ke';
$strDBGContextID = 'Susunan ID';
$strDBGContext = 'Susunan';
$strDBGHits = 'Hits';
$strDBGLine = 'Baris';
$strDBGMaxTimeMs = 'Maks waktu, ms';
$strDBGMinTimeMs = 'Min waktu, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Waktu/Hit, ms';
$strDBGTotalTimeMs = 'Jumlah Waktu, ms';
$strDbPrivileges = 'Hak (privileges) khusus terhadap Database';
$strDBRename = 'Ubah nama database menjadi';
$strDbSpecific = 'database-spesifik';
$strDefault = 'Default';
$strDefaultEngine = '%s adalah mesin penyimpan utama pada server MySQL ini.';
$strDefaultValueHelp = 'Untuk nilai (value) default cukup diisi single value saja tanpa menggunakan backslash, escaping atau quotes dan dengan menggunakan format sbb.: a';
$strDefragment = 'Defragmentasikan tabel';
$strDelayedInserts = 'Gunakan perintah INSERT memperlambat';
$strDeleteAndFlushDescr = 'Ini cara yang terbaik tetapi akan memakan waktu cukup lama.';
$strDeleteAndFlush = 'Hapus pengguna, lantas Reload hak-hak (Privileges).';
$strDeleted = 'Baris telah dihapus';
$strDeletedRows = 'Baris yang dihapus:';
$strDelete = 'Hapus';
$strDeleting = 'Menghapus %s';
$strDelOld = 'Halaman ini berisi referensi tentang tabel yang sudah tidak ada. Apakah Anda ingin hapus referensi yang bersangkutan?';
$strDescending = 'Urutan menurun';
$strDescription = 'Deskripsi';
$strDictionary = 'kamus';
$strDirtyPages = 'Halaman yang kotor';
$strDisabled = 'Tidak aktif';
$strDisableForeignChecks = 'Tanpa pemeriksaan kunci asing';
$strDisplayFeat = 'Tampilkan ciri-ciri';
$strDisplayOrder = 'Urut tampilan berdasarkan:';
$strDisplayPDF = 'Tampilkan skema PDF';
$strDoAQuery = 'cari berdasarkan data contoh ("query by example") (wildcard: "%")';
$strDocu = 'Dokumentasi';
$strDoYouReally = 'Apakah anda ingin ';
$strDropDatabaseStrongWarning = 'Anda akan MENGHAPUS SELURUH database!';
$strDrop = 'Hapus';
$strDropUsersDb = 'Hapus database yang memiliki nama yang sama dengan pengguna.';
$strDumpingData = 'Dumping data untuk tabel';
$strDumpSaved = 'Dump (Skema) disimpan pada file %s.';
$strDumpXRows = 'Dump %s baris bermula pada baris %s.';
$strDynamic = 'dinamis';
 
$strEditPDFPages = 'Ubah halaman PDF';
$strEditPrivileges = 'Ubah hak akses (privilege)';
$strEdit = 'Ubah';
$strEffective = 'Efektif';
$strEmpty = 'Mengosongkan';
$strEmptyResultSet = 'MySQL balikkan hasil kosong (a.k. baris yang kosong).';
$strEnabled = 'Aktif';
$strEncloseInTransaction = 'Menyertakan ekspor dalam transaksi';
$strEndCut = 'Akhiri potong (CUT)';
$strEndRaw = 'AKHIRI mentah (RAW)';
$strEnd = 'Terakhir';
$strEngineAvailable = '%s siap untuk digunakan pada server MySQL ini.';
$strEngineDisabled = '%s dimatikan untuk server MySQL ini.';
$strEngines = 'Mesin';
$strEngineUnsupported = 'Server MySQL ini tidak mendukung mesin penyimpan %s.';
$strEnglish = 'Bahasa Ingris';
$strEnglishPrivileges = ' Catatan: Nama privilege MySQL dalam bahasa Ingris ';
$strError = 'Error';
$strEscapeWildcards = 'Wildcard _ dan % sebaiknya diakhiri dengan tanda \ untuk mengunakannya secara harfiah';
$strEstonian = 'Bahasa Estonia';
$strExcelEdition = 'Edisi Excel';
$strExcelOptions = 'Pilihan Excel';
$strExecuteBookmarked = 'Eksekusikan pencarian dengan mengikuti penunjuk halaman';
$strExplain = 'Terangkan SQL';
$strExport = 'Ekspor';
$strExtendedInserts = 'INSERT memperluas';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Gagal';
$strField = 'Field';
$strFieldHasBeenDropped = 'Field %s telah dihapus';
$strFieldsEmpty = ' Jumlah field dalam tabel harus ditentukan! ';
$strFieldsEnclosedBy = 'Field ditutup dengan';
$strFieldsEscapedBy = 'Field dikembalikan oleh';
$strFields = 'Field';
$strFieldsTerminatedBy = 'Fields diputus oleh';
$strFileAlreadyExists = 'File %s sudah ada pada server. Gantikan nama file atau periksa pilihan Overwrite.';
$strFileCouldNotBeRead = 'Gagal membaca File';
$strFileNameTemplate = 'Konvensi nama file';
$strFileNameTemplateRemember = 'ingat konvensi';
$strFixed = 'telah diperbaiki';
$strFlushPrivilegesNote = 'Perhatian: phpMyAdmin membaca data tentang pengguna secara langsung dari tabel profil pengguna MySQL. Isi dari tabel bisa saja berbeda dengan profil pengguna yang digunakan oleh Server pada saat ini bila tabel tsb. pernah diubah secara manual. Disarankan untuk %sme-reload profil pengguna%s sebelum melanjut.';
$strFlushTable = 'Tutup tabel ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Data dalam form kurang !';
$strFreePages = 'Halaman yang bebas';
$strFullText = 'Teks Penuh';
$strFunction = 'Fungsi';
 
$strGenBy = 'Diciptakan oleh';
$strGeneralRelationFeat = 'Ciri-ciri dari General Relation';
$strGenerate = 'Menghasilkan';
$strGeneratePassword = 'Menghasilkan kata sandi';
$strGenTime = 'Waktu pembuatan';
$strGeorgian = 'Georgia';
$strGerman = 'Bahasa Jerman';
$strGlobal = 'global';
$strGlobalPrivileges = 'Hak Istimewa (Privileges) Global';
$strGlobalValue = 'Nilai Global';
$strGo = 'Go';
$strGrantOption = 'Izin';
$strGreek = 'Bahasa Yunani';
$strGzip = 'Dikompress dengan GZip';
 
$strHasBeenAltered = 'telah diubah.';
$strHasBeenCreated = 'telah diciptakan.';
$strHaveToShow = 'Sekurang-kurangnya satu kolom harus dipilih untuk ditampilkan';
$strHebrew = 'Bahasa Yahudi';
$strHexForBinary = 'Gunakan cara hexadesimal untuk field binari';
$strHome = 'Home';
$strHomepageOfficial = 'Homepage resmi phpMyAdmin';
$strHostEmpty = 'Nama Host harus diisi!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Pilihan ekspor untuk Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Pilihan ekspor untuk Microsoft Word 2000';
$strHungarian = 'Bahasa Hongaria';
 
$strIcelandic = 'Islandia';
$strId = 'ID';
$strIdxFulltext = 'Teks penuh';
$strIgnore = 'Abaikan';
$strIgnoreInserts = 'Gunakan perintah INSERT dengan mengabaikan kesalahan';
$strIgnoringFile = 'Abaikan file %s';
$strImportDocSQL = 'Impor file docSQL';
$strImportFiles = 'Impor file';
$strIndexes = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s telah dihapus';
$strIndex = 'Indeks';
$strIndexName = 'Nama indeks&nbsp;:';
$strIndexType = 'Tipe indeks&nbsp;:';
$strIndexWarningMultiple = 'Lebih dari satu kunci %s untuk kolom `%s` telah dibuat ';
$strIndexWarningPrimary = 'Kunci PRIMARY dan INDEKS sebaiknya jangan di-set secara bersamaan untuk kolom `%s`';
$strIndexWarningTable = 'Ditemukan masalah dengan indeks dalam tabel `%s`';
$strIndexWarningUnique = 'Kunci UNIK and INDEKS sebaiknya jangan di-set secara bersamaan untuk kolom `%s`';
$strInnoDBAutoextendIncrementDesc = ' Ukuran bertahap dari pembesaran ruang tabel otomatis bila ia mempenuh.';
$strInnoDBAutoextendIncrement = 'Pembesaran otomatis';
$strInnoDBBufferPoolSizeDesc = 'Ukuran Memory Buffer yang digunakan oleh InnoDB untuk meng-cache data dan indeks dari tabelnya.';
$strInnoDBBufferPoolSize = 'Ukuran penampungan buffer';
$strInnoDBDataFilePath = 'File data';
$strInnoDBDataHomeDirDesc = 'Bagian lazim dari Directory Path untuk seluruh file data milik InnoDB.';
$strInnoDBDataHomeDir = 'Home direktori data';
$strInnoDBPages = 'halaman';
$strInnodbStat = 'Status dari InnoDB';
$strInsecureMySQL = 'File konfigurasi Anda ditentukan dengan pengguna Root dan tanpa adanya Kata Sandi (sama dengan Default MySQL Privileged Account). Jika MySQL-Server dijalankan dengan sedemikian, server Anda terbuka lebar untuk suatu penyerangan. Disarankan untuk memperbaiki kelemahan keamanan (security hole) ini.';
$strInsertAsNewRow = 'Sisipkan sebagai baris baru';
$strInsertedRowId = 'Menyisip baris id:';
$strInsertedRows = 'Baris yang disisipkan:';
$strInsertNewRow = 'Sisipkan baris baru';
$strInsert = 'Sisipkan';
$strInternalNotNecessary = '* Relasi internal tidak dibutuhkan bila ia telah berada dalam InnoDB.';
$strInternalRelations = 'Relasi internal';
$strInUse = 'sedang digunakan';
$strInvalidColumnCount = 'Perhitungan kolom wajib lebih besar dari nol.';
$strInvalidFieldAddCount = 'Anda perlu menambahkan sedikitnya satu Field.';
$strInvalidFieldCount = 'Tabel wajib mengandung sesedikitnya satu Field.';
$strInvalidRowNumber = '%d bukanlah nomor baris yang berlaku.';
 
$strJapanese = 'Bahasa Jepang';
$strJumpToDB = 'Lompat langsung ke database &quot;%s&quot;.';
$strJustDeleteDescr = 'Pengguna yang &quot;dihapus&quot; tetap berhak untuk mengakses Server seperti biasa sampai Hak Istimewa (Privileges) di-reload.';
$strJustDelete = 'Hapus pengguna dari dari tabel daftar pengguna.';
 
$strKeepPass = 'Jangan ubah Kata Sandi';
$strKeyname = 'Nama Kunci';
$strKill = 'Tutup';
$strKorean = 'Bahasa Korea';
 
$strLandscape = 'Landscape';
$strLatchedPages = 'Halaman yang dipalang';
$strLatexCaption = 'Judul halaman';
$strLatexContent = 'Isi dari tabel __TABLE__';
$strLatexContinuedCaption = 'Lanjutan dari judul halaman tabel';
$strLatexContinued = '(dilanjutkan)';
$strLatexIncludeCaption = 'Masukkan judul halaman tabel';
$strLatexLabel = 'Kunci nama';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Pilihan LaTeX';
$strLatexStructure = 'Struktur dari tabel __TABLE__';
$strLatvian = 'Latvia';
$strLengthSet = 'Ukuran Panjang/Nilai*';
$strLimitNumRows = 'Jumlah baris per halaman';
$strLinesTerminatedBy = 'Garis diputuskan oleh';
$strLinkNotFound = 'Link tidak ditemukan';
$strLinksTo = 'Link ke';
$strLithuanian = 'Bahasa Lithuania';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'dari File';
$strLoginInformation = 'Informasi Login';
$strLogin = 'Login';
$strLogout = 'Logout';
$strLogPassword = 'Kata Sandi:';
$strLogServer = 'Server';
$strLogUsername = 'Nama Pengguna:';
$strLongOperation = 'Aktifitas ini membutuhkan waktu yang lama. Tetap melanjutkan?';
 
$strMaximumSize = 'Batas ukuran: %s%s';
$strMbExtensionMissing = 'Ekstensi PHP mbstring tidak ditemukan dan rupanya Anda menggunakan Charset Multibyte. Tanpa ekstensi mbstring phpMyAdmin tidak sanggup untuk membagikan baris-baris dengan cara yang benar. Hal ini mampu mengakibatkan hasil yang tidak diinginkan.';
$strMbOverloadWarning = 'Fungsi mbstring.func_overload aktif pada konfigurasi PHP Anda. Pilihan ini tidak cocok dengan phpMyAdmin dan mampu merusak sebagian data!';
$strMIME_available_mime = 'Tipe MIME yang tersedia';
$strMIME_available_transform = 'Transformasi yang tersedia';
$strMIME_description = 'Deskripsi';
$strMIME_MIMEtype = 'Tipe MIME';
$strMIME_nodescription = 'Tidak ada deskripsi untuk transformasi ini.<br />Mohon ditanyakan kepada penulis tentang artinya %s.';
$strMIME_transformation_note = 'Untuk tampilan daftar tentang pilihan transformasi dan transformasi jenis MIME-nya, silakan klik pada %sDeskripsi Transformasi%s';
$strMIME_transformation_options_note = 'Mohon masukkan nilai untuk pilihan transformasi dengan menggunakan format sbb.: \'a\',\'b\',\'c\'...<br />Bila sebuah Backslash ("\") atau Single Quote ("\'") diperlukan di antara nilai tersebut, mohon gunakan tanda Backslash (contoh: \'\\\\xyz\' atau \'a\\\'b\').';
$strMIME_transformation_options = 'Pilihan transformasi';
$strMIME_transformation = 'Transformasi Browser';
$strMIMETypesForTable = 'TIPE MIME UNTUK TABEL';
$strMIME_without = 'Jenis MIME yang dicetak dalam huruf miring tidak memiliki fungsi transformasi';
$strModifications = 'Modifikasi telah disimpan';
$strModifyIndexTopic = 'Ubah indeks';
$strModify = 'Ubah';
$strMoveTableOK = 'Tabel %s telah dipindahkan ke %s.';
$strMoveTable = 'Pindahkan tabel ke (database<b>.</b>tabel):';
$strMoveTableSameNames = 'Memindahkan tabel ke diri-sendiri tidak bisa dilakukan!';
$strMultilingual = 'berbagai bahasa';
$strMyISAMDataPointerSizeDesc = 'Ukuran standar dari petunjuk (Pointer) dalam Byte untuk digunakan oleh CREATE TABLE untuk tabel jenis MyISAM bila pilihan MAX_ROWS tidak ditentukan.';
$strMyISAMDataPointerSize = 'Ukuran petunjuk data (Data Pointer)';
$strMyISAMMaxExtraSortFileSizeDesc = 'Jika ukuran file sementara untuk pembuatan Indeks MyISAM Cepat lebih besar dibandingkan dengan ukuran Key Cache yang disebut disini, disarankan untuk menggunakan metode Key Cache.';
$strMyISAMMaxExtraSortFileSize = 'Ukuran maksimal untuk file sementara pada pembuatan indeks';
$strMyISAMMaxSortFileSizeDesc = 'Ukuran maksimal untuk file sementara yang diperbolehkan untuk digunakan oleh MySQL pada saat pembuatan ulang sebuah indeks MyISAM (sewaktu menjalankan REPAIR TABLE, ALTER TABLE, atau LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Ukuran maksimal untuk penyortiran file sementara';
$strMyISAMRecoverOptionsDesc = 'Modus untuk restorasi secara otomatis sebuah tabel MyISAM yang telah runtuh sesuai dengan pengaturan melalui pilihan --myisam-recover pada startup server.';
$strMyISAMRecoverOptions = 'Modus restorasi otomatis';
$strMyISAMRepairThreadsDesc = 'Jika nilai ini lebih besar dari 1, pembuatan indeks MyISAM akan dijalankan dalam modus paralel (setiap indeks memiliki proses tersendiri) selama perbaikan dijalankan oleh proses penyortiran.';
$strMyISAMRepairThreads = 'Perbaiki proses';
$strMyISAMSortBufferSizeDesc = 'Buffer yang dialokasikan bila menyortir indeks MyISAM pada saat REPAIR TABLE atau pada saat membuat indeks dengan cara CREATE INDEX atau cara ALTER TABLE.';
$strMyISAMSortBufferSize = 'Urutkan ukuran Buffer';
$strMySQLCharset = 'Charset MySQL';
$strMySQLConnectionCollation = 'Penyortiran koneksi MySQL';
$strMySQLSaid = 'MySQL menyatakan: ';
$strMySQLShowProcess = 'Tampilkan Proses';
$strMySQLShowStatus = 'Tampilkan informasi runtime MySQL';
$strMySQLShowVars = 'Tampilkan variabel sistem MySQL';
 
$strName = 'Nama';
$strNext = 'Berikutnya';
$strNoActivity = 'Tidak ada aktifitas selama %s detik atau lebih. Silakan login kembali';
$strNoDatabases = 'Database tidak ditemukan';
$strNoDatabasesSelected = 'Database belum dipilih.';
$strNoDescription = 'tanpa keterangan';
$strNoDetailsForEngine = 'Informasi secara rinci tentang keadaan mesin penyimpan ini tidak ditemukan.';
$strNoDropDatabases = 'Perintah "HAPUS DATABASE" dimatikan.';
$strNoExplain = 'Melewati keterangan SQL';
$strNoFrames = 'Lebih mudah untuk menggunakan phpMyAdmin dengan browser yang <b>mendukung frame</b>.';
$strNoIndex = 'Indeks belum ditentukan!';
$strNoIndexPartsDefined = 'Bagian indeks belum diberi definisin!';
$strNoModification = 'Tidak ada perubahan';
$strNone = 'tanpa';
$strNoOptions = 'Format ini tidak ada pilihannya';
$strNoPassword = 'Kata Sandi belum ditetapkan';
$strNoPermission = 'Webserver tidak memilik hak (permission) untuk menyimpan file %s.';
$strNoPhp = 'Kode PHP tidak ditemukan';
$strNoPrivileges = 'Tidak ada Hak Akses (privilege)';
$strNoRights = 'Hak Akses Anda untuk melanjut tidak cukup!';
$strNoRowsSelected = 'Tidak ada baris yang dipilih';
$strNoSpace = 'Tidak cukup ruang untuk menyimpan %s.';
$strNoTablesFound = 'Tidak ada tabel dalam database.';
$strNoThemeSupport = 'Tidak ada dukungan untuk desain penampilan. Mohon periksa kembali konfigurasi dan/atau desain penampilan dalam direktori %s.';
$strNo = 'Tidak';
$strNotNumber = 'Ini bukan angka!';
$strNotOK = 'tidak oke';
$strNotSet = '<b>%s</b> tabel tidak ditemukan atau tidak diset di %s';
$strNoUsersFound = 'Pengguna tidak ditemukan.';
$strNoValidateSQL = 'Melewati pengesahan (validation) SQL';
$strNull = 'Kosong';
$strNumSearchResultsInTable = '%s catatan dalam tabel <i>%s</i>';
$strNumSearchResultsTotal = '<b>Jumlah:</b> <i>%s</i> rekord';
$strNumTables = 'Tabel';
 
$strOK = 'Oke';
$strOperations = 'Operasi';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimasikan tabel';
$strOr = 'Atau';
$strOverhead = 'Kelebihan (Overhead)';
$strOverwriteExisting = 'Timpahkan (Overwrite) file(s) yang ada';
 
$strPageNumber = 'Halaman no.:';
$strPagesToBeFlushed = 'Halaman yang akan di-flush';
$strPaperSize = 'Ukuran kertas';
$strPartialText = 'Teks yang disingkat';
$strPasswordChanged = 'Sukses mengubah Kata Sandi untuk %s .';
$strPasswordEmpty = 'Kata Sandi kosong!';
$strPasswordHashing = 'Pengernaian Kata Sandi (Password Hashing)';
$strPassword = 'Kata Sandi';
$strPasswordNotSame = 'Kata Sandi tidak sama!';
$strPdfDbSchema = 'Skema dari database "%s" - Halaman %s';
$strPdfInvalidTblName = 'Tabel "%s" tidak ditemukan!';
$strPdfNoTables = 'Tabel tidak ditemukan';
$strPerHour = 'dalam sejam';
$strPerMinute = 'per menit';
$strPerSecond = 'per detik';
$strPersian = 'Persia';
$strPhoneBook = 'buku telpon';
$strPHP40203 = 'Anda menggunakan PHP versi 4.2.3 yang diketahui mengandung Bug yang serius pada multi-byte strings (mbstring). Perhatikan PHP Bug Report nomor 19404. Versi PHP ini tidak disarankan untuk digunakan dengan program phpMyAdmin.';
$strPhp = 'Ciptakan kode PHP';
$strPHPVersion = 'Versi PHP';
$strPmaDocumentation = 'Dokumentasi phpMyAdmin';
$strPmaUriError = 'Directif <tt>$cfg[\'PmaAbsoluteUri\']</tt> WAJIB diset dalam file konfigurasi!';
$strPolish = 'Polandia';
$strPortrait = 'Gambaran';
$strPos1 = 'Awal';
$strPrevious = 'Sebelumnya';
$strPrimaryKeyHasBeenDropped = 'Kunci utama telah dihapus';
$strPrimaryKeyName = 'Nama Kunci utama diwajibkan... PRIMARY!';
$strPrimaryKeyWarning = '(Tanda nama "PRIMARY" <b>wajib</b> sebagai satu-satunya nama dan <b>hanya</b> sebagai Kunci utama saja!)';
$strPrimary = 'Kunci Utama';
$strPrint = 'Cetak';
$strPrintViewFull = 'Pandangan cetak (dengan teks lengkap)';
$strPrintView = 'Pandangan cetak';
$strPrivDescAllPrivileges = 'Menggunakan seluruh Hak Istimewa (Privileges) selain GRANT.';
$strPrivDescAlter = 'Mengizinkan untuk merubah struktur dari tabel yang ada.';
$strPrivDescAlterRoutine = 'Mengizinkan perubahan dan penghapusan dari Routines yang tersimpan.';
$strPrivDescCreateDb = 'Mengizinkan untuk menciptakan database dan tabel baru.';
$strPrivDescCreateRoutine = 'Mengizinkan penciptaan Routines yang akan disimpan.';
$strPrivDescCreateTbl = 'Mengizinkan untuk menciptakan tabel baru.';
$strPrivDescCreateTmpTable = 'Mengizinkan untuk menciptakan tabel yang bersifat temporer.';
$strPrivDescCreateUser = 'Mengizinkan penciptaan, penghapusan dan perubahan account pengguna.';
$strPrivDescCreateView = 'Mengizinkan untuk menciptakan pandangan baru.';
$strPrivDescDelete = 'Mengizinkan untuk hapus data.';
$strPrivDescDropDb = 'Mengizinkan untuk hapus database dan tabel.';
$strPrivDescDropTbl = 'Mengizinkan untuk hapus tabel.';
$strPrivDescExecute5 = 'Mengizinkan eksekusi Routines yang tersimpan.';
$strPrivDescExecute = 'Mengizinkan untuk berjalan dengan prosedur yang tersimpan; tidak ada efek dalam versi MySQL ini.';
$strPrivDescFile = 'Mengizinkan untuk impor data dari file dan ekspor data kedalam file.';
$strPrivDescGrant = 'Mengizinkan untuk menambah pengguna dan Hak Istimewa (Privileges) tanpa harus me-reload ulang tabel Hak Istimewa.';
$strPrivDescIndex = 'Mengizinkan untuk menciptakan dan hapus Indeks.';
$strPrivDescInsert = 'Mengizinkan untuk tambah dan ganti data.';
$strPrivDescLockTables = 'Mengizinkan untuk mengunci tabel dalam Thread yang lagi berjalan.';
$strPrivDescMaxConnections = 'Membatasi jumlah koneksi baru yang diperbolehkan untuk setiap pengguna dalam batas waktu satu jam.';
$strPrivDescMaxQuestions = 'Membatasi jumlah pencarian (Queries) yang diperbolehkan untuk setiap pengguna dalam batas waktu satu jam.';
$strPrivDescMaxUpdates = 'Membatasi jumlah perintah untuk merubah sebuah tabel atau database untuk setiap pengguna dalam batas waktu satu jam.';
$strPrivDescProcess3 = 'Mengizinkan untuk hentikan proses yang dimiliki pengguna lain.';
$strPrivDescProcess4 = 'Mengizinkan untuk tampilkan seluruh pencarian dalam daftar proses.';
$strPrivDescReferences = 'Tidak ada efek dalam versi MySQL yang digunakan.';
$strPrivDescReload = 'Mengizinkan untuk reload stelan dari server dan untuk flush cache dari server.';
$strPrivDescReplClient = 'Memberi hak kepada pengguna untuk menanyakan lokasi dari slaves / masters.';
$strPrivDescReplSlave = 'Digunakan untuk replikasi dari slaves.';
$strPrivDescSelect = 'Mengizinkan untuk baca data.';
$strPrivDescShowDb = 'Memberi akses ke seluruh daftar database.';
$strPrivDescShowView = 'Mengizinkan pencarian dengan cara SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Mengizinkan untuk shut-down server.';
$strPrivDescSuper = 'Mengizinkan untuk tetap konek meskipun jumlah batas koneksi telah tercapai; diperlukan untuk hampir semua operasi administratif seperti stelan variabel global atau untuk mematikan sebuah Thread yang dimiliki oleh pengguna lain.';
$strPrivDescUpdate = 'Mengizinkan untuk ubah data.';
$strPrivDescUsage = 'Tanpa Hak Istimewa (Privileges).';
$strPrivileges = 'Hak Akses';
$strPrivilegesReloaded = 'Sukses reload Hak Istimewa (Privileges).';
$strProcesslist = 'Daftar proses';
$strPutColNames = 'Letakkan nama Fields pada baris pertama';
 
$strQBE = 'Cari berdasarkan data contoh';
$strQBEDel = 'Hapus';
$strQBEIns = 'Sisipkan';
$strQueryFrame = 'Jendela Pencarian';
$strQueryOnDb = 'Pencarian SQL dalam database <b>%s</b>:';
$strQuerySQLHistory = 'Sejarah SQL';
$strQueryStatistics = '<b>Informasi statistik</b>: Sejak dihidupkan, %s pencarian telah dikirim kepada server.';
$strQueryTime = 'pencarian membutuhkan waktu %01.4f detik';
$strQueryType = 'Tipe Pencarian';
$strQueryWindowLock = 'Jangan timpahkan pencarian ini dari jendela luar';
 
$strReadRequests = 'Permintaan pembacaan';
$strReceived = 'Penerimaan';
$strRecords = 'Catatan';
$strReferentialIntegrity = 'Cek integriti referensial:';
$strRefresh = 'Menyegarkan';
$strRelationalSchema = 'Skema Relational';
$strRelationNotWorking = 'Fasilitas penambahan untuk bekerja dengan tabel yang di-link di nonaktifkan. Untuk mengetahui sebabnya silakan klik %sdisini%s.';
$strRelationsForTable = 'RELASI UNTUK TABEL';
$strRelations = 'Tabel Relasi';
$strRelationView = 'Tampilan relasi';
$strReloadingThePrivileges = 'Reload Hak Istimewa (Privileges)';
$strReloadMySQL = 'Panggil ulang tabel pengguna';
$strRemoveSelectedUsers = 'Hapus pengguna yang dipilih';
$strRenameDatabaseOK = 'Nama database %s telah diubah menjadi %s';
$strRenameTableOK = 'Nama tabel %s telah diubah menjadi %s';
$strRenameTable = 'Ubah nama tabel menjadi ';
$strRepairTable = 'Perbaiki tabel';
$strReplaceNULLBy = 'Menggantikan NULL dengan';
$strReplaceTable = 'Ganti data tabel dengan file';
$strReset = 'Reset';
$strResourceLimits = 'Batas dari sumber';
$strReType = 'Ketik ulang';
$strRevokeAndDelete = 'Cabut seluruh Hak Istimewa (Privileges) dari pengguna, lantas hapus pengguna tsb. dari daftar tabel pengguna.';
$strRevokeAndDeleteDescr = 'Pengguna yang bersangkutan tetap memiliki hak untuk USAGE sampai seluruh Hak Istimewa (Privileges) di-reload kembali.';
$strRevoke = 'Cabut';
$strRevokeMessage = 'Hak akses untuk %s telah dicabut';
$strRomanian = 'Romania';
$strRowLength = 'Panjangnya baris';
$strRows = 'Baris';
$strRowsFrom = 'baris dimulai dari rekord #';
$strRowSize = ' Besarnya baris ';
$strRowsModeFlippedHorizontal = 'horisontal (rotated headers)';
$strRowsModeHorizontal = 'horisontal';
$strRowsModeOptions = 'diatur dengan urutan %s dan mengulang header setelah %s sel.';
$strRowsModeVertical = 'vertikal';
$strRowsStatistic = 'Statistik Baris';
$strRunning = 'dijalankan pada %s';
$strRunQuery = 'Jalankan pencarian SQL';
$strRunSQLQuery = 'Melaksanakan perintah SQL pada database %s';
$strRussian = 'Bahasa Rusia';
 
$strSaveOnServer = 'Simpan pada server dalam direktori %s';
$strSave = 'Simpan';
$strScaleFactorSmall = 'Faktor skala yang dipilih terlalu kecil untuk dimuat dalam skema satu halaman';
$strSearch = 'Cari';
$strSearchFormTitle = 'Cari dalam database';
$strSearchInTables = 'Cari dalam tabel:';
$strSearchNeedle = 'Kata atau nilai untuk dicari (wildcard: "%"):';
$strSearchOption1 = 'sekurang-kurangnya salah satu kata';
$strSearchOption2 = 'seluruh kata';
$strSearchOption3 = 'kata-kata tepat';
$strSearchOption4 = 'sebagai regular expression';
$strSearchResultsFor = 'Hasil pencarian untuk "<i>%s</i>" %s:';
$strSearchType = 'Cari:';
$strSecretRequired = 'File konfigurasi membutuhkan susunan kata-kata rahasia (blowfish_secret).';
$strSelectADb = 'Silakan pilih database';
$strSelectAll = 'Pilih semua';
$strSelectBinaryLog = 'Pilih Log binari untuk ditinjau';
$strSelectFields = 'Pilihan field (min. satu):';
$strSelectNumRows = 'dalam susunan pemeriksaan';
$strSelectTables = 'Pilih tabel';
$strSend = 'Kirimkan ke';
$strSent = 'Pengiriman';
$strServerChoice = 'Pilihan Server';
$strServerNotResponding = 'Server tidak menjawab';
$strServer = 'Server';
$strServerStatus = 'Informasi Runtime';
$strServerStatusUptime = 'MySQL server ini telah berjalan secara berturut-turut selama %s. Server dijalankan pada tanggal %s.';
$strServerTabProcesslist = 'Proses Aktif';
$strServerTabVariables = 'Variabel';
$strServerTrafficNotes = '<b>Server traffic</b>: Tabel ini menampilkan statistik jaringan lalu-lintas server MySQL sejak dihidupkan.';
$strServerVars = 'Variabel dan penyetelan server';
$strServerVersion = 'Versi Server';
$strSessionValue = 'Nilai dari Session';
$strSetEnumVal = 'Jika tipe field sama dengan "enum" atau "set", silakan masukkan nilai dengan format: \'a\',\'b\',\'c\'...<br />Jika sebuah backslash ("\") atau suatu tanda kutip ("\'") diperlukan, tanda tersebut perlu ditutupi dengan tanda backslash (seb. contoh \'\\\\xyz\' atau \'a\\\'b\').';
$strShowAll = 'Tampilkan semua';
$strShowColor = 'Tampilkan warna';
$strShowDatadictAs = 'Format dari kamus data';
$strShowFullQueries = 'Tampilkan pencarian yang lengkap';
$strShowGrid = 'Tampilkan garis';
$strShowingRecords = 'Tampilan baris';
$strShowPHPInfo = 'Tampilkan informasi PHP';
$strShowTableDimension = 'Tampilkan ukuran dari tabel';
$strShowTables = 'Tampilkan tabel';
$strShow = 'Tampilkan';
$strShowThisQuery = ' Tampilkan ulang perintah SQL ';
$strSimplifiedChinese = 'Bahasa Cina sederhana';
$strSingly = '(unik)';
$strSize = 'Ukuran';
$strSlovak = 'Slovakia';
$strSlovenian = 'Slovenia';
$strSocketProblem = '(atau konfigurasi socket dari server MySQL tidak benar)';
$strSortByKey = 'Urut berdasarkan kunci';
$strSort = 'Urutkan';
$strSpaceUsage = 'Penggunaan tempat';
$strSpanish = 'Bahasa Spanyol';
$strSplitWordsWithSpace = 'Kata dipisahkan oleh karakter spasi (" ").';
$strSQLExportCompatibility = 'Kompatibilitas terhadap pengeksporan SQL';
$strSQLExportType = 'Jenis Ekspor';
$strSQLOptions = 'Pilihan SQL';
$strSQLParserBugMessage = 'Mungkin Anda telah temukan sebuah Bug dalam parser SQL. Mohon periksa ulang pencarian SQL dengan teliti dan perhatikan apakah seluruh tanda kutip benar dan seimbang. Penyebab kegagalan bisa terjadi bila Anda meng-upload sebuah file binari diluar teks kutipan. Silakan menjalankan ulang pencarian tersebut dengan menggunakan command line interface. Hasil dari MySQL server error, jika tertampil, akan menolong Anda untuk mengetahui penyebab dari masalah ini. Bila masalah ini tetap muncul atau Parser dari kami masih juga gagal meskipun pencarian melalui command line interface berhasil mohon kurangi input pada SQL query sampai pencarian yang menyebabkan masalah ini ditemukan. Mohon kirimkan sebuah Bug Report dengan cara menyisipkan data di bagian bawah ini kepada kami:';
$strSQLParserUserError = 'Rupanya ada Error pada Query SQL. Hasil dari MySQL server error dibawa ini, jika tertampil, akan menolong Anda untuk mengetahui penyebab dari problem tersebut.';
$strSQLQuery = 'Pencarian SQL';
$strSQLResult = 'Hasil SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identifer tidak valid';
$strSQPBugUnclosedQuote = 'Tanda kutip tidak ditutup';
$strSQPBugUnknownPunctuation = 'Punctation String tidak dikenali';
$strStatCheckTime = 'Pemeriksaan terakhir';
$strStatCreateTime = 'Pembuatan';
$strStatement = 'Keterangan';
$strStatUpdateTime = 'Update terakhir';
$strStatus = 'Status';
$strStorageEngine = 'Mesin Penyimpan';
$strStorageEngines = 'Mesin Penyimpan';
$strStrucCSV = 'Data CSV';
$strStrucData = 'Struktur dan data';
$strStrucDrop = 'Berikut \'HAPUS TABEL\'';
$strStrucExcelCSV = 'CSV untuk data MS Excel';
$strStrucNativeExcel = 'Data asli MS Excel';
$strStrucOnly = 'Struktur saja';
$strStructPropose = 'Menganalisa struktur tabel';
$strStructure = 'Struktur';
$strSubmit = 'Kirim';
$strSuccess = 'Sukses menjalankan perintah SQL';
$strSum = 'Jumlah';
$strSwedish = 'Bahasa Swedia';
$strSwitchToDatabase = 'Pindah ke database yang disalin';
$strSwitchToTable = 'Pindah ke tabel salinan';
 
$strTableComments = 'Komentar tabel';
$strTableEmpty = 'Nama tabel kosong!';
$strTableHasBeenDropped = 'Tabel %s telah dihapus';
$strTableHasBeenEmptied = 'Tabel %s telah dikosongkan';
$strTableHasBeenFlushed = 'Tabel %s telah dibuang';
$strTableMaintenance = 'Pemeliharaan tabel';
$strTableOfContents = 'Daftar Isi';
$strTableOptions = 'Pilihan untuk tabel';
$strTables = 'tabel %s';
$strTableStructure = 'Struktur dari tabel';
$strTable = 'Tabel';
$strTableType = 'Jenis tabel';
$strTakeIt = 'ambil';
$strTblPrivileges = 'Hak (privileges) khusus terhadap tabel';
$strTextAreaLength = ' Disebabkan ukuran panjangnya,<br /> field ini tidak dapat di-edit ulang. ';
$strThai = 'Bahasa Thailand';
$strTheme = 'Desain Penampilan';
$strThisHost = 'Host yang ini';
$strThisNotDirectory = 'Ini bukan direktori';
$strThreadSuccessfullyKilled = 'Sukses hentikan Thread %s.';
$strTime = 'Jangka Waktu';
$strToggleScratchboard = 'pindah buku catatan (Scratchboard)';
$strTotal = 'jumlah';
$strTotalUC = 'Jumlah';
$strTraditionalChinese = 'Bahasa Cina tradisional';
$strTraditionalSpanish = 'Spanyol tradisional';
$strTraffic = 'Lalu-Lintas';
$strTransformation_application_octetstream__download = 'Tampilkan Link untuk men-download data binari dari Field. Pilihan pertama adalah nama dari file binari tersebut. Pilihan kedua adalah nama Field dari sebuah baris tabel yang memiliki nama file. Bila Anda menetapkan pilihan kedua, pilihan pertama harus ditepatkan ke sebuah string yang kosong';
$strTransformation_application_octetstream__hex = 'Menampilkan representasi data heksadesimal.';
$strTransformation_image_jpeg__inline = 'Tampilkan Thumbnail yang bisa diklik; pilihan: lebar, tinggi dalam piksel (rasio asli dipertahankan)';
$strTransformation_image_jpeg__link = 'Tampilkan link ke gambar ini (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'Lihat image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Menggunakan format waktu setempat untuk field TIME, TIMESTAMP atau DATETIME. Pilihan pertama adalah Offset (dalam jam) yang akan ditambahkan pada Timestamp (Default: 0). Pilihan kedua adalah Dateformat yang berbeda sesuai dengan parameter yang tersedia pada strftime() dari PHP.';
$strTransformation_text_plain__external = 'HANYA UNTUK LINUX: Luncurkan aplikasi eksternal dan mengisi data Field dengan cara standar. Menghasilkan output standar dari aplikasi yang bersangkutan. Default-nya adalah Tidy untuk mempercantik kode HTML cetakan. Dengan alasan pengamanan sistem, Anda perlu meng-edit file libraries/transformations/text_plain__external.inc.php dan menambahkan Tools yang akan diizinkan secara manual. Pilihan pertama adalah jumlah dari program yang ingin digunakan dan pilihan kedua adalah parameter untuk program-program tersebut. Parameter ketiga, bila diset ke 1 akan mengubah output dengan menggunakan htmlspecialchars() (Default adalah 1). Parameter keempat, bila diset ke 1 akan menambahkan sebuah NOWRAP pada Content Cell dengan hasil output yang akan ditampilkan tanpa keperluan untuk me-format ulang (Default 1)';
$strTransformation_text_plain__formatted = 'Menyimpan format asli dari field. Escaping tidak dilakukan.';
$strTransformation_text_plain__imagelink = 'Tampilkan sebuah gambar dan sebuah Link, nama file berada dalam field; pilihan utama adalah awalan seperti "http://domain.com/", pilihan kedua adalah lebar dalam piksel, pilihan ketiga adalah tingginya.';
$strTransformation_text_plain__link = 'Tampilkan sebuah Link, nama file berada dalam field; pilihan utama adalah awalan seperti "http://domain.com/", pilihan kedua adalah judul untuk Link tersebut.';
$strTransformation_text_plain__substr = 'Hanya menampilkan sebagian dari sebuah String. Pilihan pertama adalah sebuah Offset untuk menentukan tempat dari permulaan teks Anda (Default 0). Pilihan kedua adalah sebuah Offset untuk menentukan jumlah teks yang akan dikembalikan. Bila ditinggal kosong, seluruh teks yang tersisa akan dibalikkan. Pilihan ketiga mendefinisikan Chars yang akan ditambahkan pada Output bila sebuah Substring dibalikkan (Default: ...) .';
$strTruncateQueries = 'Potongkan pencarian yang ditampilkan';
$strTurkish = 'Bahasa Turki';
$strType = 'Jenis';
 
$strUkrainian = 'Bahasa Ukrainia';
$strUncheckAll = 'Balik pilihan';
$strUnicode = 'Unikode';
$strUnique = 'Unik';
$strUnknown = 'tidak diketahui';
$strUnselectAll = 'Unselect semua';
$strUpdatePrivMessage = 'Hak Akses (privilege) untuk %s telah di-update.';
$strUpdateProfileMessage = 'Profil pengguna telah di-update.';
$strUpdateQuery = 'Update proses pencarian';
$strUpdComTab = 'Mohon belajari dokumentasi untuk mengetahui cara meng-update tabel Column_comments Anda';
$strUpgrade = 'Disarankan untuk meng-update ke %s versi %s atau lebih baru.';
$strUsage = 'Penggunaan';
$strUseBackquotes = 'Nama tabel dan nama field dalam tanda kutip biasa';
$strUseHostTable = 'Gunakan Host Table';
$strUserAlreadyExists = 'Pengguna %s telah terdaftar!';
$strUserEmpty = 'Nama pengguna masih kosong!';
$strUserName = 'Nama pengguna';
$strUserNotFound = 'Pengguna yang dipilih tidak ditemukan pada tabel hak (privilege table).';
$strUserOverview = 'Pandangan Umum Pengguna';
$strUser = 'Pengguna';
$strUsersDeleted = 'Sukses menghapus Pengguna yang dipilih.';
$strUsersHavingAccessToDb = 'Pengguna memiliki akses ke &quot;%s&quot;';
$strUseTabKey = 'Gunakan tombol TAB untuk maju dari angka ke angka atau gunakan CTRL+panah untuk maju kemana saja';
$strUseTables = 'Gunakan tabel';
$strUseTextField = 'Gunakan text field';
$strUseThisValue = 'gunakan nilai ini';
 
$strValidateSQL = 'Mengesahkan (validate) SQL';
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Mohon periksa kembali ekstension PHP yang diperlukan seperti yang tercatat dalam %sdokumentasi%s.';
$strValue = 'Nilai';
$strVar = 'Variabel';
$strVersionInformation = 'Informasi tentang versi';
$strViewDumpDatabases = 'Tampilkan Dump (skema) dari database';
$strViewDumpDB = 'Tampilkan Dump (Skema) dari database';
$strViewDump = 'Tampilkan Dump (Skema) dari tabel';
$strView = 'Gambarkan';
$strViewHasBeenDropped = 'Pandangan %s telah dibubarkan';
 
$strWebServerUploadDirectory = 'direktori upload pada web-server';
$strWebServerUploadDirectoryError = 'Direktori yang telah ditetapkan untuk meng-upload tidak dapat dihubungi';
$strWelcome = 'Selamat Datang di %s';
$strWestEuropean = 'Eropa Barat';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Mengupdate jendela browser gagal. Ada kemungkinan Anda telah menutup jendela induknya atau pilihan keamanan pada browser Anda melarang untuk mengupdate dengan cara Cross-Window';
$strWithChecked = 'yang ditandai:';
$strWriteRequests = 'Permintaan penulisan';
$strWritingCommentNotPossible = 'Penulisan komentar tidak dapat dilaksanakan';
$strWritingRelationNotPossible = 'Penulisan relasi tidak dapat dilaksanakan';
$strWrongUser = 'Nama Pengguna/Kata Sandi salah. Akses ditolak.';
 
$strXML = 'XML';
 
$strYes = 'Ya';
 
$strZeroRemovesTheLimit = 'Perhatian: Perubahan pilihan ini ke posisi 0 (zero) akan menghapus batas yang telah ditentukan.';
$strZip = 'Dikompress dengan Zip';
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/indonesian-utf-8.inc.php
0,0 → 1,977
<?php
/* $Id: indonesian-utf-8.inc.php,v 2.125.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu');
$month = array('Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'Nopember', 'Desember');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y jam %H:%M';
$timespanfmt = '%s hari, %s jam, %s menit dan %s detik';
 
$strAbortedClients = 'Pembatalan';
$strAbsolutePathToDocSqlDir = 'Silakan menentukan Absolute Path pada webserver yang menunjuk ke direktori docSQL';
$strAccessDenied = 'Akses ditolak';
$strAccessDeniedExplanation = 'phpMyAdmin telah berusaha untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Silakan periksa kembali nama host, nama pengguna dan kata sandi pada file config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberikan oleh administrator server MySQL.';
$strAction = 'Aksi';
$strAddAutoIncrement = 'Menambahkan nilai AUTO_INCREMENT';
$strAddConstraints = 'Menambahkan pembatas';
$strAddDeleteColumn = 'Menambahkan/Hapus kolom';
$strAddDeleteRow = 'Menambahkan/Hapus baris';
$strAddDropDatabase = 'Menambahkan DROP DATABASE';
$strAddedColumnComment = 'Komentar untuk kolum telah ditambahkan';
$strAddedColumnRelation = 'Relasi untuk kolum telah ditambahkan';
$strAddFields = 'Menambahkan %s field(s)';
$strAddHeaderComment = 'Menambahkan komentar individual pada Header (\\n membelahkan garis)';
$strAddIfNotExists = 'Berikut IF \'NOT EXISTS\'';
$strAddIntoComments = 'Penambahkan pada komentar:';
$strAddNewField = 'Menambahkan field baru';
$strAddPrivilegesOnDb = 'Menambahkan hak (privileges) pada database berikut';
$strAddPrivilegesOnTbl = 'Menambahkan hak (privileges) pada tabel berikut';
$strAddSearchConditions = 'Menambahkan kriteria pencarian (Argumen untuk WHERE-Statement):';
$strAddToIndex = 'Menambahkan ke indeks &nbsp;%s&nbsp;kolom';
$strAddUser = 'Menambahkan pengguna baru';
$strAddUserMessage = 'Pengguna baru telah ditambahkan.';
$strAdministration = 'Administrasi';
$strAffectedRows = 'Baris yang terlibat:';
$strAfterInsertBack = 'kembali';
$strAfterInsertNewInsert = 'sisipkan baris baru berikutnya';
$strAfterInsertNext = 'Edit baris berikut';
$strAfterInsertSame = 'Kembali ke halaman ini';
$strAfter = 'sisipkan setelah %s';
$strAll = 'Semua';
$strAllTableSameWidth = 'Tampilkan seluruh tabel dengan lebar yang sama?';
$strAlterOrderBy = 'Urutkan tabel berdasarkan';
$strAnalyzeTable = 'Analisa tabel';
$strAnd = 'dan';
$strAndThen = 'selanjutnya';
$strAnIndex = 'Indeks telah ditambahkan pada %s';
$strAnyHost = 'Setiap host';
$strAny = 'Setiap';
$strAnyUser = 'Setiap pengguna';
$strApproximateCount = 'Kemungkinan hanya perkiraan saja. Lihat FAQ 3.11';
$strAPrimaryKey = 'Primary key telah ditambahkan pada %s';
$strArabic = 'Bahasa Arab';
$strArmenian = 'Bahasa Armenia';
$strAscending = 'Urutan menaik';
$strAtBeginningOfTable = 'pada awal tabel';
$strAtEndOfTable = 'pada akhir tabel';
$strAttr = 'Atribut';
$strAutodetect = 'Deteksi otomatis';
$strAutomaticLayout = 'Layout otomatis';
 
$strBack = 'Kembali';
$strBaltic = 'Bahasa Baltik';
$strBeginCut = 'Mulai potong (CUT)';
$strBeginRaw = 'MULAI mentah (RAW)';
$strBinary = 'Binari';
$strBinaryDoNotEdit = 'Binari - jangan di-edit';
$strBinaryLog = 'Log binari';
$strBinLogEventType = 'Tipe Kejadian';
$strBinLogInfo = 'Informasi';
$strBinLogName = 'Catat nama';
$strBinLogOriginalPosition = 'Posisi aslinya';
$strBinLogPosition = 'Posisi';
$strBinLogServerId = 'ID Server';
$strBookmarkAllUsers = 'Izinkan semua pengguna untuk mengakses simpanan ini';
$strBookmarkDeleted = 'Penyimpanan telah dihapus.';
$strBookmarkLabel = 'Judul';
$strBookmarkQuery = 'Ingat pada pencarian SQL ';
$strBookmarkThis = 'Simpan pencarian SQL ini';
$strBookmarkView = 'Hanya melihat';
$strBrowse = 'Browse';
$strBrowseForeignValues = 'Menjelajahi nilai luar';
$strBufferPoolActivity = 'Aktifitas penampungan Buffer';
$strBufferPool = 'Penampungan Buffer';
$strBufferPoolUsage = 'Penggunaan penampungan Buffer';
$strBufferReadMissesInPercent = 'Pembacaan yang kelewat dalam %';
$strBufferReadMisses = 'Pembacaan yang kelewat';
$strBufferWriteWaitsInPercent = 'Penundaan penulisan dalam %';
$strBufferWriteWaits = 'Penundaan penulisan';
$strBulgarian = 'Bahasa Bulgaria';
$strBusyPages = 'Halaman yang sibuk';
$strBzError = 'phpMyAdmin gagal mengkompres Dump (Skema) disebabkan ekstensi Bz2 dalam versi PHP yang digunakan. Disarankan untuk merubah direktif <code>$cfg[\'BZipDump\']</code> dalam file konfigurasi phpMyAdmin Anda ke <code>FALSE</code>. Bila Anda ingin menggunakan fasilitas kompresi Bz2 disarankan untuk meng-upgrade versi PHP yang lebih tinggi. Perhatikan PHP Bug Report %s untuk informasi yang lebih detail.';
$strBzip = '"Dikompress dengan BZip"';
 
$strCalendar = 'Kalender';
$strCannotLogin = 'Gagal login ke MySQL server';
$strCantLoad = 'gagal loading ekstensi %s,<br />mohon periksa kembali konfigurasi PHP.';
$strCantLoadRecodeIconv = 'Gagal loading iconv atau perubahan kode extension untuk konversi charset diperlukan. Silakan konfigurasikan php untuk menggunakan extensions yang diperlukan atau matikan fasilitas konversi Charset pada phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Gagal ubah nama Indeks ke PRIMARY!';
$strCantUseRecodeIconv = 'Gagal menggunakan iconv, libiconv atau fungsi recode_string selama ekstensi masih dalam keadaan di-load. Periksa kembali konfigurasi PHP.';
$strCardinality = 'Bilangan Pokok';
$strCaseInsensitive = 'peka terhadap huruf besar/kecil';
$strCaseSensitive = 'tidak peka terhadap huruf besar/kecil';
$strCentralEuropean = 'Eropa Tengah';
$strChangeCopyMode = 'Ciptakan pengguna baru dengan hak-hak yang sama dan ...';
$strChangeCopyModeCopy = '... mempertahankan yang lama.';
$strChangeCopyModeDeleteAndReload = ' ... hapuskan yang lama dari User Table, kemudian reload hak-hak.';
$strChangeCopyModeJustDelete = ' ... hapus yang lama dari User Table.';
$strChangeCopyModeRevoke = ' ... cabut seluruh hak yang aktif, kemudian hapuskan yang lama.';
$strChangeCopyUser = 'Ubah informasi Login / Salip pengguna';
$strChangeDisplay = 'Pilih Field untuk ditampilkan';
$strChangePassword = 'Ubah Kata Sandi';
$strChange = 'Ubah';
$strCharsetOfFile = 'Penyusunan karakter dalam file:';
$strCharset = 'Perangkat karakter (Charset)';
$strCharsetsAndCollations = 'Penyusunan karakter dan tabel urutan';
$strCharsets = 'Penyusunan Karakter';
$strCheckAll = 'Pilih semua';
$strCheckOverhead = 'Periksa Overheaded';
$strCheckPrivsLong = 'Periksa hak-hak untuk database &quot;%s&quot;.';
$strCheckPrivs = 'Periksa hak-hak';
$strCheckTable = 'Periksa tabel';
$strChoosePage = 'Silakan pilih halaman untuk diubah';
$strColComFeat = 'Tampilkan komentar kolom';
$strCollation = 'Penyortiran';
$strColumnNames = 'Nama kolom';
$strColumnPrivileges = 'Hak (privileges) khusus terhadap kolum';
$strCommand = 'Perintah';
$strCommentsForTable = 'KOMENTAR UNTUK TABEL';
$strComments = 'Komentar';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
$strCompleteInserts = 'INSERT lengkap';
$strCompression = 'Kompresi';
$strConfigFileError = 'phpMyAdmin gagal membaca file konfigurasi!<br />Hal ini diakibatkan oleh Parse Error atau file tidak ditemukan.<br />Silakan bukakan file konfigurasi dengan cara mengunakan link dibawah ini. Mohon perhatikan PHP Error Message(s) yang akan ditampilkan. Seringkali sebuah tanda kutip atau titik-koma ketinggalan.<br />Jika muncul sebuah halaman kosong, artinya tidak ada masalah.';
$strConfigureTableCoord = 'Silakan konfigurasikan koordinasi bagi tabel %s';
$strConnectionError = 'Koneksi gagal: Stelan tidak berlaku.';
$strConnections = 'Koneksi';
$strConstraintsForDumped = 'Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)';
$strConstraintsForTable = 'Ketidakleluasaan untuk tabel';
$strCookiesRequired = 'Mulai dari sini Cookies harus diaktifkan.';
$strCopyDatabaseOK = 'Database %s telah disalin ke %s';
$strCopy = 'Salin';
$strCopyTableOK = 'Tabel %s telah disalin ke %s.';
$strCopyTable = 'Salin tabel ke (database<b>.</b>nama tabel):';
$strCopyTableSameNames = 'Penyalinan tabel pada diri-sendiri tidak bisa dilakukan!';
$strCouldNotKill = 'phpMyAdmin gagal menutup Thread %s. Kemungkinan Thread tersebut sudah ditutup terlebih dahulu';
$strCreate = 'Ciptakan';
$strCreateDatabaseBeforeCopying = 'CIPTAKAN DATABASE sebelum menyalin';
$strCreateIndex = 'Ciptakan indeks pada kolom &nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Ciptakan indeks baru';
$strCreateNewDatabase = 'Ciptakan database baru';
$strCreateNewTable = 'Ciptakan tabel baru pada database %s';
$strCreatePage = 'Ciptakan halaman baru';
$strCreatePdfFeat = 'Penciptaan PDF';
$strCreationDates = 'Tanggal Penciptaan/Update/Pemeriksaan';
$strCriteria = 'Kriteria';
$strCroatian = 'Bahasa Kroatia';
$strCSVOptions = 'Pilihan CSV';
$strCyrillic = 'Bahasa Kirilia';
$strCzech = 'Bahasa Ceko';
$strCzechSlovak = 'Cecko-Slovakia';
 
$strDanish = 'Bahasa Denmark';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Nama database kosong!';
$strDatabaseExportOptions = 'Pilihan cara untuk mengekspor Database';
$strDatabaseHasBeenDropped = 'Database %s telah dihapus.';
$strDatabaseNoTable = 'Database ini tidak mengandung tabel!';
$strDatabases = 'Database';
$strDatabasesDropped = 'Sukses menghapus database %s.';
$strDatabasesStatsDisable = 'Mencacatkan Statistik';
$strDatabasesStatsEnable = 'Menggiatkan Statistik';
$strDatabasesStatsHeavyTraffic = 'Perhatian: Menggiatkan statistik database dengan kemungkinan besar mengakibatkan traffic yang cukup tinggi antara webserver dan server MySQL.';
$strDatabasesStats = 'Statistik Database';
$strData = 'Data';
$strDataDict = 'Kamus Data';
$strDataOnly = 'Data saja';
$strDataPages = 'Halaman yang berisi data';
$strDBComment = 'Komentar Database: ';
$strDBCopy = 'Salin database ke';
$strDBGContextID = 'Susunan ID';
$strDBGContext = 'Susunan';
$strDBGHits = 'Hits';
$strDBGLine = 'Baris';
$strDBGMaxTimeMs = 'Maks waktu, ms';
$strDBGMinTimeMs = 'Min waktu, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Waktu/Hit, ms';
$strDBGTotalTimeMs = 'Jumlah Waktu, ms';
$strDbPrivileges = 'Hak (privileges) khusus terhadap Database';
$strDBRename = 'Ubah nama database menjadi';
$strDbSpecific = 'database-spesifik';
$strDefault = 'Default';
$strDefaultEngine = '%s adalah mesin penyimpan utama pada server MySQL ini.';
$strDefaultValueHelp = 'Untuk nilai (value) default cukup diisi single value saja tanpa menggunakan backslash, escaping atau quotes dan dengan menggunakan format sbb.: a';
$strDefragment = 'Defragmentasikan tabel';
$strDelayedInserts = 'Gunakan perintah INSERT memperlambat';
$strDeleteAndFlushDescr = 'Ini cara yang terbaik tetapi akan memakan waktu cukup lama.';
$strDeleteAndFlush = 'Hapus pengguna, lantas Reload hak-hak (Privileges).';
$strDeleted = 'Baris telah dihapus';
$strDeletedRows = 'Baris yang dihapus:';
$strDelete = 'Hapus';
$strDeleting = 'Menghapus %s';
$strDelOld = 'Halaman ini berisi referensi tentang tabel yang sudah tidak ada. Apakah Anda ingin hapus referensi yang bersangkutan?';
$strDescending = 'Urutan menurun';
$strDescription = 'Deskripsi';
$strDictionary = 'kamus';
$strDirtyPages = 'Halaman yang kotor';
$strDisabled = 'Tidak aktif';
$strDisableForeignChecks = 'Tanpa pemeriksaan kunci asing';
$strDisplayFeat = 'Tampilkan ciri-ciri';
$strDisplayOrder = 'Urut tampilan berdasarkan:';
$strDisplayPDF = 'Tampilkan skema PDF';
$strDoAQuery = 'cari berdasarkan data contoh ("query by example") (wildcard: "%")';
$strDocu = 'Dokumentasi';
$strDoYouReally = 'Apakah anda ingin ';
$strDropDatabaseStrongWarning = 'Anda akan MENGHAPUS SELURUH database!';
$strDrop = 'Hapus';
$strDropUsersDb = 'Hapus database yang memiliki nama yang sama dengan pengguna.';
$strDumpingData = 'Dumping data untuk tabel';
$strDumpSaved = 'Dump (Skema) disimpan pada file %s.';
$strDumpXRows = 'Dump %s baris bermula pada baris %s.';
$strDynamic = 'dinamis';
 
$strEditPDFPages = 'Ubah halaman PDF';
$strEditPrivileges = 'Ubah hak akses (privilege)';
$strEdit = 'Ubah';
$strEffective = 'Efektif';
$strEmpty = 'Mengosongkan';
$strEmptyResultSet = 'MySQL balikkan hasil kosong (a.k. baris yang kosong).';
$strEnabled = 'Aktif';
$strEncloseInTransaction = 'Menyertakan ekspor dalam transaksi';
$strEndCut = 'Akhiri potong (CUT)';
$strEndRaw = 'AKHIRI mentah (RAW)';
$strEnd = 'Terakhir';
$strEngineAvailable = '%s siap untuk digunakan pada server MySQL ini.';
$strEngineDisabled = '%s dimatikan untuk server MySQL ini.';
$strEngines = 'Mesin';
$strEngineUnsupported = 'Server MySQL ini tidak mendukung mesin penyimpan %s.';
$strEnglish = 'Bahasa Ingris';
$strEnglishPrivileges = ' Catatan: Nama privilege MySQL dalam bahasa Ingris ';
$strError = 'Error';
$strEscapeWildcards = 'Wildcard _ dan % sebaiknya diakhiri dengan tanda \ untuk mengunakannya secara harfiah';
$strEstonian = 'Bahasa Estonia';
$strExcelEdition = 'Edisi Excel';
$strExcelOptions = 'Pilihan Excel';
$strExecuteBookmarked = 'Eksekusikan pencarian dengan mengikuti penunjuk halaman';
$strExplain = 'Terangkan SQL';
$strExport = 'Ekspor';
$strExtendedInserts = 'INSERT memperluas';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Gagal';
$strField = 'Field';
$strFieldHasBeenDropped = 'Field %s telah dihapus';
$strFieldsEmpty = ' Jumlah field dalam tabel harus ditentukan! ';
$strFieldsEnclosedBy = 'Field ditutup dengan';
$strFieldsEscapedBy = 'Field dikembalikan oleh';
$strFields = 'Field';
$strFieldsTerminatedBy = 'Fields diputus oleh';
$strFileAlreadyExists = 'File %s sudah ada pada server. Gantikan nama file atau periksa pilihan Overwrite.';
$strFileCouldNotBeRead = 'Gagal membaca File';
$strFileNameTemplate = 'Konvensi nama file';
$strFileNameTemplateRemember = 'ingat konvensi';
$strFixed = 'telah diperbaiki';
$strFlushPrivilegesNote = 'Perhatian: phpMyAdmin membaca data tentang pengguna secara langsung dari tabel profil pengguna MySQL. Isi dari tabel bisa saja berbeda dengan profil pengguna yang digunakan oleh Server pada saat ini bila tabel tsb. pernah diubah secara manual. Disarankan untuk %sme-reload profil pengguna%s sebelum melanjut.';
$strFlushTable = 'Tutup tabel ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Data dalam form kurang !';
$strFreePages = 'Halaman yang bebas';
$strFullText = 'Teks Penuh';
$strFunction = 'Fungsi';
 
$strGenBy = 'Diciptakan oleh';
$strGeneralRelationFeat = 'Ciri-ciri dari General Relation';
$strGenerate = 'Menghasilkan';
$strGeneratePassword = 'Menghasilkan kata sandi';
$strGenTime = 'Waktu pembuatan';
$strGeorgian = 'Georgia';
$strGerman = 'Bahasa Jerman';
$strGlobal = 'global';
$strGlobalPrivileges = 'Hak Istimewa (Privileges) Global';
$strGlobalValue = 'Nilai Global';
$strGo = 'Go';
$strGrantOption = 'Izin';
$strGreek = 'Bahasa Yunani';
$strGzip = 'Dikompress dengan GZip';
 
$strHasBeenAltered = 'telah diubah.';
$strHasBeenCreated = 'telah diciptakan.';
$strHaveToShow = 'Sekurang-kurangnya satu kolom harus dipilih untuk ditampilkan';
$strHebrew = 'Bahasa Yahudi';
$strHexForBinary = 'Gunakan cara hexadesimal untuk field binari';
$strHome = 'Home';
$strHomepageOfficial = 'Homepage resmi phpMyAdmin';
$strHostEmpty = 'Nama Host harus diisi!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Pilihan ekspor untuk Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Pilihan ekspor untuk Microsoft Word 2000';
$strHungarian = 'Bahasa Hongaria';
 
$strIcelandic = 'Islandia';
$strId = 'ID';
$strIdxFulltext = 'Teks penuh';
$strIgnore = 'Abaikan';
$strIgnoreInserts = 'Gunakan perintah INSERT dengan mengabaikan kesalahan';
$strIgnoringFile = 'Abaikan file %s';
$strImportDocSQL = 'Impor file docSQL';
$strImportFiles = 'Impor file';
$strIndexes = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s telah dihapus';
$strIndex = 'Indeks';
$strIndexName = 'Nama indeks&nbsp;:';
$strIndexType = 'Tipe indeks&nbsp;:';
$strIndexWarningMultiple = 'Lebih dari satu kunci %s untuk kolom `%s` telah dibuat ';
$strIndexWarningPrimary = 'Kunci PRIMARY dan INDEKS sebaiknya jangan di-set secara bersamaan untuk kolom `%s`';
$strIndexWarningTable = 'Ditemukan masalah dengan indeks dalam tabel `%s`';
$strIndexWarningUnique = 'Kunci UNIK and INDEKS sebaiknya jangan di-set secara bersamaan untuk kolom `%s`';
$strInnoDBAutoextendIncrementDesc = ' Ukuran bertahap dari pembesaran ruang tabel otomatis bila ia mempenuh.';
$strInnoDBAutoextendIncrement = 'Pembesaran otomatis';
$strInnoDBBufferPoolSizeDesc = 'Ukuran Memory Buffer yang digunakan oleh InnoDB untuk meng-cache data dan indeks dari tabelnya.';
$strInnoDBBufferPoolSize = 'Ukuran penampungan buffer';
$strInnoDBDataFilePath = 'File data';
$strInnoDBDataHomeDirDesc = 'Bagian lazim dari Directory Path untuk seluruh file data milik InnoDB.';
$strInnoDBDataHomeDir = 'Home direktori data';
$strInnoDBPages = 'halaman';
$strInnodbStat = 'Status dari InnoDB';
$strInsecureMySQL = 'File konfigurasi Anda ditentukan dengan pengguna Root dan tanpa adanya Kata Sandi (sama dengan Default MySQL Privileged Account). Jika MySQL-Server dijalankan dengan sedemikian, server Anda terbuka lebar untuk suatu penyerangan. Disarankan untuk memperbaiki kelemahan keamanan (security hole) ini.';
$strInsertAsNewRow = 'Sisipkan sebagai baris baru';
$strInsertedRowId = 'Menyisip baris id:';
$strInsertedRows = 'Baris yang disisipkan:';
$strInsertNewRow = 'Sisipkan baris baru';
$strInsert = 'Sisipkan';
$strInternalNotNecessary = '* Relasi internal tidak dibutuhkan bila ia telah berada dalam InnoDB.';
$strInternalRelations = 'Relasi internal';
$strInUse = 'sedang digunakan';
$strInvalidColumnCount = 'Perhitungan kolom wajib lebih besar dari nol.';
$strInvalidFieldAddCount = 'Anda perlu menambahkan sedikitnya satu Field.';
$strInvalidFieldCount = 'Tabel wajib mengandung sesedikitnya satu Field.';
$strInvalidRowNumber = '%d bukanlah nomor baris yang berlaku.';
 
$strJapanese = 'Bahasa Jepang';
$strJumpToDB = 'Lompat langsung ke database &quot;%s&quot;.';
$strJustDeleteDescr = 'Pengguna yang &quot;dihapus&quot; tetap berhak untuk mengakses Server seperti biasa sampai Hak Istimewa (Privileges) di-reload.';
$strJustDelete = 'Hapus pengguna dari dari tabel daftar pengguna.';
 
$strKeepPass = 'Jangan ubah Kata Sandi';
$strKeyname = 'Nama Kunci';
$strKill = 'Tutup';
$strKorean = 'Bahasa Korea';
 
$strLandscape = 'Landscape';
$strLatchedPages = 'Halaman yang dipalang';
$strLatexCaption = 'Judul halaman';
$strLatexContent = 'Isi dari tabel __TABLE__';
$strLatexContinuedCaption = 'Lanjutan dari judul halaman tabel';
$strLatexContinued = '(dilanjutkan)';
$strLatexIncludeCaption = 'Masukkan judul halaman tabel';
$strLatexLabel = 'Kunci nama';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Pilihan LaTeX';
$strLatexStructure = 'Struktur dari tabel __TABLE__';
$strLatvian = 'Latvia';
$strLengthSet = 'Ukuran Panjang/Nilai*';
$strLimitNumRows = 'Jumlah baris per halaman';
$strLinesTerminatedBy = 'Garis diputuskan oleh';
$strLinkNotFound = 'Link tidak ditemukan';
$strLinksTo = 'Link ke';
$strLithuanian = 'Bahasa Lithuania';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'dari File';
$strLoginInformation = 'Informasi Login';
$strLogin = 'Login';
$strLogout = 'Logout';
$strLogPassword = 'Kata Sandi:';
$strLogServer = 'Server';
$strLogUsername = 'Nama Pengguna:';
$strLongOperation = 'Aktifitas ini membutuhkan waktu yang lama. Tetap melanjutkan?';
 
$strMaximumSize = 'Batas ukuran: %s%s';
$strMbExtensionMissing = 'Ekstensi PHP mbstring tidak ditemukan dan rupanya Anda menggunakan Charset Multibyte. Tanpa ekstensi mbstring phpMyAdmin tidak sanggup untuk membagikan baris-baris dengan cara yang benar. Hal ini mampu mengakibatkan hasil yang tidak diinginkan.';
$strMbOverloadWarning = 'Fungsi mbstring.func_overload aktif pada konfigurasi PHP Anda. Pilihan ini tidak cocok dengan phpMyAdmin dan mampu merusak sebagian data!';
$strMIME_available_mime = 'Tipe MIME yang tersedia';
$strMIME_available_transform = 'Transformasi yang tersedia';
$strMIME_description = 'Deskripsi';
$strMIME_MIMEtype = 'Tipe MIME';
$strMIME_nodescription = 'Tidak ada deskripsi untuk transformasi ini.<br />Mohon ditanyakan kepada penulis tentang artinya %s.';
$strMIME_transformation_note = 'Untuk tampilan daftar tentang pilihan transformasi dan transformasi jenis MIME-nya, silakan klik pada %sDeskripsi Transformasi%s';
$strMIME_transformation_options_note = 'Mohon masukkan nilai untuk pilihan transformasi dengan menggunakan format sbb.: \'a\',\'b\',\'c\'...<br />Bila sebuah Backslash ("\") atau Single Quote ("\'") diperlukan di antara nilai tersebut, mohon gunakan tanda Backslash (contoh: \'\\\\xyz\' atau \'a\\\'b\').';
$strMIME_transformation_options = 'Pilihan transformasi';
$strMIME_transformation = 'Transformasi Browser';
$strMIMETypesForTable = 'TIPE MIME UNTUK TABEL';
$strMIME_without = 'Jenis MIME yang dicetak dalam huruf miring tidak memiliki fungsi transformasi';
$strModifications = 'Modifikasi telah disimpan';
$strModifyIndexTopic = 'Ubah indeks';
$strModify = 'Ubah';
$strMoveTableOK = 'Tabel %s telah dipindahkan ke %s.';
$strMoveTable = 'Pindahkan tabel ke (database<b>.</b>tabel):';
$strMoveTableSameNames = 'Memindahkan tabel ke diri-sendiri tidak bisa dilakukan!';
$strMultilingual = 'berbagai bahasa';
$strMyISAMDataPointerSizeDesc = 'Ukuran standar dari petunjuk (Pointer) dalam Byte untuk digunakan oleh CREATE TABLE untuk tabel jenis MyISAM bila pilihan MAX_ROWS tidak ditentukan.';
$strMyISAMDataPointerSize = 'Ukuran petunjuk data (Data Pointer)';
$strMyISAMMaxExtraSortFileSizeDesc = 'Jika ukuran file sementara untuk pembuatan Indeks MyISAM Cepat lebih besar dibandingkan dengan ukuran Key Cache yang disebut disini, disarankan untuk menggunakan metode Key Cache.';
$strMyISAMMaxExtraSortFileSize = 'Ukuran maksimal untuk file sementara pada pembuatan indeks';
$strMyISAMMaxSortFileSizeDesc = 'Ukuran maksimal untuk file sementara yang diperbolehkan untuk digunakan oleh MySQL pada saat pembuatan ulang sebuah indeks MyISAM (sewaktu menjalankan REPAIR TABLE, ALTER TABLE, atau LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Ukuran maksimal untuk penyortiran file sementara';
$strMyISAMRecoverOptionsDesc = 'Modus untuk restorasi secara otomatis sebuah tabel MyISAM yang telah runtuh sesuai dengan pengaturan melalui pilihan --myisam-recover pada startup server.';
$strMyISAMRecoverOptions = 'Modus restorasi otomatis';
$strMyISAMRepairThreadsDesc = 'Jika nilai ini lebih besar dari 1, pembuatan indeks MyISAM akan dijalankan dalam modus paralel (setiap indeks memiliki proses tersendiri) selama perbaikan dijalankan oleh proses penyortiran.';
$strMyISAMRepairThreads = 'Perbaiki proses';
$strMyISAMSortBufferSizeDesc = 'Buffer yang dialokasikan bila menyortir indeks MyISAM pada saat REPAIR TABLE atau pada saat membuat indeks dengan cara CREATE INDEX atau cara ALTER TABLE.';
$strMyISAMSortBufferSize = 'Urutkan ukuran Buffer';
$strMySQLCharset = 'Charset MySQL';
$strMySQLConnectionCollation = 'Penyortiran koneksi MySQL';
$strMySQLSaid = 'MySQL menyatakan: ';
$strMySQLShowProcess = 'Tampilkan Proses';
$strMySQLShowStatus = 'Tampilkan informasi runtime MySQL';
$strMySQLShowVars = 'Tampilkan variabel sistem MySQL';
 
$strName = 'Nama';
$strNext = 'Berikutnya';
$strNoActivity = 'Tidak ada aktifitas selama %s detik atau lebih. Silakan login kembali';
$strNoDatabases = 'Database tidak ditemukan';
$strNoDatabasesSelected = 'Database belum dipilih.';
$strNoDescription = 'tanpa keterangan';
$strNoDetailsForEngine = 'Informasi secara rinci tentang keadaan mesin penyimpan ini tidak ditemukan.';
$strNoDropDatabases = 'Perintah "HAPUS DATABASE" dimatikan.';
$strNoExplain = 'Melewati keterangan SQL';
$strNoFrames = 'Lebih mudah untuk menggunakan phpMyAdmin dengan browser yang <b>mendukung frame</b>.';
$strNoIndex = 'Indeks belum ditentukan!';
$strNoIndexPartsDefined = 'Bagian indeks belum diberi definisin!';
$strNoModification = 'Tidak ada perubahan';
$strNone = 'tanpa';
$strNoOptions = 'Format ini tidak ada pilihannya';
$strNoPassword = 'Kata Sandi belum ditetapkan';
$strNoPermission = 'Webserver tidak memilik hak (permission) untuk menyimpan file %s.';
$strNoPhp = 'Kode PHP tidak ditemukan';
$strNoPrivileges = 'Tidak ada Hak Akses (privilege)';
$strNoRights = 'Hak Akses Anda untuk melanjut tidak cukup!';
$strNoRowsSelected = 'Tidak ada baris yang dipilih';
$strNoSpace = 'Tidak cukup ruang untuk menyimpan %s.';
$strNoTablesFound = 'Tidak ada tabel dalam database.';
$strNoThemeSupport = 'Tidak ada dukungan untuk desain penampilan. Mohon periksa kembali konfigurasi dan/atau desain penampilan dalam direktori %s.';
$strNo = 'Tidak';
$strNotNumber = 'Ini bukan angka!';
$strNotOK = 'tidak oke';
$strNotSet = '<b>%s</b> tabel tidak ditemukan atau tidak diset di %s';
$strNoUsersFound = 'Pengguna tidak ditemukan.';
$strNoValidateSQL = 'Melewati pengesahan (validation) SQL';
$strNull = 'Kosong';
$strNumSearchResultsInTable = '%s catatan dalam tabel <i>%s</i>';
$strNumSearchResultsTotal = '<b>Jumlah:</b> <i>%s</i> rekord';
$strNumTables = 'Tabel';
 
$strOK = 'Oke';
$strOperations = 'Operasi';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimasikan tabel';
$strOr = 'Atau';
$strOverhead = 'Kelebihan (Overhead)';
$strOverwriteExisting = 'Timpahkan (Overwrite) file(s) yang ada';
 
$strPageNumber = 'Halaman no.:';
$strPagesToBeFlushed = 'Halaman yang akan di-flush';
$strPaperSize = 'Ukuran kertas';
$strPartialText = 'Teks yang disingkat';
$strPasswordChanged = 'Sukses mengubah Kata Sandi untuk %s .';
$strPasswordEmpty = 'Kata Sandi kosong!';
$strPasswordHashing = 'Pengernaian Kata Sandi (Password Hashing)';
$strPassword = 'Kata Sandi';
$strPasswordNotSame = 'Kata Sandi tidak sama!';
$strPdfDbSchema = 'Skema dari database "%s" - Halaman %s';
$strPdfInvalidTblName = 'Tabel "%s" tidak ditemukan!';
$strPdfNoTables = 'Tabel tidak ditemukan';
$strPerHour = 'dalam sejam';
$strPerMinute = 'per menit';
$strPerSecond = 'per detik';
$strPersian = 'Persia';
$strPhoneBook = 'buku telpon';
$strPHP40203 = 'Anda menggunakan PHP versi 4.2.3 yang diketahui mengandung Bug yang serius pada multi-byte strings (mbstring). Perhatikan PHP Bug Report nomor 19404. Versi PHP ini tidak disarankan untuk digunakan dengan program phpMyAdmin.';
$strPhp = 'Ciptakan kode PHP';
$strPHPVersion = 'Versi PHP';
$strPmaDocumentation = 'Dokumentasi phpMyAdmin';
$strPmaUriError = 'Directif <tt>$cfg[\'PmaAbsoluteUri\']</tt> WAJIB diset dalam file konfigurasi!';
$strPolish = 'Polandia';
$strPortrait = 'Gambaran';
$strPos1 = 'Awal';
$strPrevious = 'Sebelumnya';
$strPrimaryKeyHasBeenDropped = 'Kunci utama telah dihapus';
$strPrimaryKeyName = 'Nama Kunci utama diwajibkan... PRIMARY!';
$strPrimaryKeyWarning = '(Tanda nama "PRIMARY" <b>wajib</b> sebagai satu-satunya nama dan <b>hanya</b> sebagai Kunci utama saja!)';
$strPrimary = 'Kunci Utama';
$strPrint = 'Cetak';
$strPrintViewFull = 'Pandangan cetak (dengan teks lengkap)';
$strPrintView = 'Pandangan cetak';
$strPrivDescAllPrivileges = 'Menggunakan seluruh Hak Istimewa (Privileges) selain GRANT.';
$strPrivDescAlter = 'Mengizinkan untuk merubah struktur dari tabel yang ada.';
$strPrivDescAlterRoutine = 'Mengizinkan perubahan dan penghapusan dari Routines yang tersimpan.';
$strPrivDescCreateDb = 'Mengizinkan untuk menciptakan database dan tabel baru.';
$strPrivDescCreateRoutine = 'Mengizinkan penciptaan Routines yang akan disimpan.';
$strPrivDescCreateTbl = 'Mengizinkan untuk menciptakan tabel baru.';
$strPrivDescCreateTmpTable = 'Mengizinkan untuk menciptakan tabel yang bersifat temporer.';
$strPrivDescCreateUser = 'Mengizinkan penciptaan, penghapusan dan perubahan account pengguna.';
$strPrivDescCreateView = 'Mengizinkan untuk menciptakan pandangan baru.';
$strPrivDescDelete = 'Mengizinkan untuk hapus data.';
$strPrivDescDropDb = 'Mengizinkan untuk hapus database dan tabel.';
$strPrivDescDropTbl = 'Mengizinkan untuk hapus tabel.';
$strPrivDescExecute5 = 'Mengizinkan eksekusi Routines yang tersimpan.';
$strPrivDescExecute = 'Mengizinkan untuk berjalan dengan prosedur yang tersimpan; tidak ada efek dalam versi MySQL ini.';
$strPrivDescFile = 'Mengizinkan untuk impor data dari file dan ekspor data kedalam file.';
$strPrivDescGrant = 'Mengizinkan untuk menambah pengguna dan Hak Istimewa (Privileges) tanpa harus me-reload ulang tabel Hak Istimewa.';
$strPrivDescIndex = 'Mengizinkan untuk menciptakan dan hapus Indeks.';
$strPrivDescInsert = 'Mengizinkan untuk tambah dan ganti data.';
$strPrivDescLockTables = 'Mengizinkan untuk mengunci tabel dalam Thread yang lagi berjalan.';
$strPrivDescMaxConnections = 'Membatasi jumlah koneksi baru yang diperbolehkan untuk setiap pengguna dalam batas waktu satu jam.';
$strPrivDescMaxQuestions = 'Membatasi jumlah pencarian (Queries) yang diperbolehkan untuk setiap pengguna dalam batas waktu satu jam.';
$strPrivDescMaxUpdates = 'Membatasi jumlah perintah untuk merubah sebuah tabel atau database untuk setiap pengguna dalam batas waktu satu jam.';
$strPrivDescProcess3 = 'Mengizinkan untuk hentikan proses yang dimiliki pengguna lain.';
$strPrivDescProcess4 = 'Mengizinkan untuk tampilkan seluruh pencarian dalam daftar proses.';
$strPrivDescReferences = 'Tidak ada efek dalam versi MySQL yang digunakan.';
$strPrivDescReload = 'Mengizinkan untuk reload stelan dari server dan untuk flush cache dari server.';
$strPrivDescReplClient = 'Memberi hak kepada pengguna untuk menanyakan lokasi dari slaves / masters.';
$strPrivDescReplSlave = 'Digunakan untuk replikasi dari slaves.';
$strPrivDescSelect = 'Mengizinkan untuk baca data.';
$strPrivDescShowDb = 'Memberi akses ke seluruh daftar database.';
$strPrivDescShowView = 'Mengizinkan pencarian dengan cara SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Mengizinkan untuk shut-down server.';
$strPrivDescSuper = 'Mengizinkan untuk tetap konek meskipun jumlah batas koneksi telah tercapai; diperlukan untuk hampir semua operasi administratif seperti stelan variabel global atau untuk mematikan sebuah Thread yang dimiliki oleh pengguna lain.';
$strPrivDescUpdate = 'Mengizinkan untuk ubah data.';
$strPrivDescUsage = 'Tanpa Hak Istimewa (Privileges).';
$strPrivileges = 'Hak Akses';
$strPrivilegesReloaded = 'Sukses reload Hak Istimewa (Privileges).';
$strProcesslist = 'Daftar proses';
$strPutColNames = 'Letakkan nama Fields pada baris pertama';
 
$strQBE = 'Cari berdasarkan data contoh';
$strQBEDel = 'Hapus';
$strQBEIns = 'Sisipkan';
$strQueryFrame = 'Jendela Pencarian';
$strQueryOnDb = 'Pencarian SQL dalam database <b>%s</b>:';
$strQuerySQLHistory = 'Sejarah SQL';
$strQueryStatistics = '<b>Informasi statistik</b>: Sejak dihidupkan, %s pencarian telah dikirim kepada server.';
$strQueryTime = 'pencarian membutuhkan waktu %01.4f detik';
$strQueryType = 'Tipe Pencarian';
$strQueryWindowLock = 'Jangan timpahkan pencarian ini dari jendela luar';
 
$strReadRequests = 'Permintaan pembacaan';
$strReceived = 'Penerimaan';
$strRecords = 'Catatan';
$strReferentialIntegrity = 'Cek integriti referensial:';
$strRefresh = 'Menyegarkan';
$strRelationalSchema = 'Skema Relational';
$strRelationNotWorking = 'Fasilitas penambahan untuk bekerja dengan tabel yang di-link di nonaktifkan. Untuk mengetahui sebabnya silakan klik %sdisini%s.';
$strRelationsForTable = 'RELASI UNTUK TABEL';
$strRelations = 'Tabel Relasi';
$strRelationView = 'Tampilan relasi';
$strReloadingThePrivileges = 'Reload Hak Istimewa (Privileges)';
$strReloadMySQL = 'Panggil ulang tabel pengguna';
$strRemoveSelectedUsers = 'Hapus pengguna yang dipilih';
$strRenameDatabaseOK = 'Nama database %s telah diubah menjadi %s';
$strRenameTableOK = 'Nama tabel %s telah diubah menjadi %s';
$strRenameTable = 'Ubah nama tabel menjadi ';
$strRepairTable = 'Perbaiki tabel';
$strReplaceNULLBy = 'Menggantikan NULL dengan';
$strReplaceTable = 'Ganti data tabel dengan file';
$strReset = 'Reset';
$strResourceLimits = 'Batas dari sumber';
$strReType = 'Ketik ulang';
$strRevokeAndDelete = 'Cabut seluruh Hak Istimewa (Privileges) dari pengguna, lantas hapus pengguna tsb. dari daftar tabel pengguna.';
$strRevokeAndDeleteDescr = 'Pengguna yang bersangkutan tetap memiliki hak untuk USAGE sampai seluruh Hak Istimewa (Privileges) di-reload kembali.';
$strRevoke = 'Cabut';
$strRevokeMessage = 'Hak akses untuk %s telah dicabut';
$strRomanian = 'Romania';
$strRowLength = 'Panjangnya baris';
$strRows = 'Baris';
$strRowsFrom = 'baris dimulai dari rekord #';
$strRowSize = ' Besarnya baris ';
$strRowsModeFlippedHorizontal = 'horisontal (rotated headers)';
$strRowsModeHorizontal = 'horisontal';
$strRowsModeOptions = 'diatur dengan urutan %s dan mengulang header setelah %s sel.';
$strRowsModeVertical = 'vertikal';
$strRowsStatistic = 'Statistik Baris';
$strRunning = 'dijalankan pada %s';
$strRunQuery = 'Jalankan pencarian SQL';
$strRunSQLQuery = 'Melaksanakan perintah SQL pada database %s';
$strRussian = 'Bahasa Rusia';
 
$strSaveOnServer = 'Simpan pada server dalam direktori %s';
$strSave = 'Simpan';
$strScaleFactorSmall = 'Faktor skala yang dipilih terlalu kecil untuk dimuat dalam skema satu halaman';
$strSearch = 'Cari';
$strSearchFormTitle = 'Cari dalam database';
$strSearchInTables = 'Cari dalam tabel:';
$strSearchNeedle = 'Kata atau nilai untuk dicari (wildcard: "%"):';
$strSearchOption1 = 'sekurang-kurangnya salah satu kata';
$strSearchOption2 = 'seluruh kata';
$strSearchOption3 = 'kata-kata tepat';
$strSearchOption4 = 'sebagai regular expression';
$strSearchResultsFor = 'Hasil pencarian untuk "<i>%s</i>" %s:';
$strSearchType = 'Cari:';
$strSecretRequired = 'File konfigurasi membutuhkan susunan kata-kata rahasia (blowfish_secret).';
$strSelectADb = 'Silakan pilih database';
$strSelectAll = 'Pilih semua';
$strSelectBinaryLog = 'Pilih Log binari untuk ditinjau';
$strSelectFields = 'Pilihan field (min. satu):';
$strSelectNumRows = 'dalam susunan pemeriksaan';
$strSelectTables = 'Pilih tabel';
$strSend = 'Kirimkan ke';
$strSent = 'Pengiriman';
$strServerChoice = 'Pilihan Server';
$strServerNotResponding = 'Server tidak menjawab';
$strServer = 'Server';
$strServerStatus = 'Informasi Runtime';
$strServerStatusUptime = 'MySQL server ini telah berjalan secara berturut-turut selama %s. Server dijalankan pada tanggal %s.';
$strServerTabProcesslist = 'Proses Aktif';
$strServerTabVariables = 'Variabel';
$strServerTrafficNotes = '<b>Server traffic</b>: Tabel ini menampilkan statistik jaringan lalu-lintas server MySQL sejak dihidupkan.';
$strServerVars = 'Variabel dan penyetelan server';
$strServerVersion = 'Versi Server';
$strSessionValue = 'Nilai dari Session';
$strSetEnumVal = 'Jika tipe field sama dengan "enum" atau "set", silakan masukkan nilai dengan format: \'a\',\'b\',\'c\'...<br />Jika sebuah backslash ("\") atau suatu tanda kutip ("\'") diperlukan, tanda tersebut perlu ditutupi dengan tanda backslash (seb. contoh \'\\\\xyz\' atau \'a\\\'b\').';
$strShowAll = 'Tampilkan semua';
$strShowColor = 'Tampilkan warna';
$strShowDatadictAs = 'Format dari kamus data';
$strShowFullQueries = 'Tampilkan pencarian yang lengkap';
$strShowGrid = 'Tampilkan garis';
$strShowingRecords = 'Tampilan baris';
$strShowPHPInfo = 'Tampilkan informasi PHP';
$strShowTableDimension = 'Tampilkan ukuran dari tabel';
$strShowTables = 'Tampilkan tabel';
$strShow = 'Tampilkan';
$strShowThisQuery = ' Tampilkan ulang perintah SQL ';
$strSimplifiedChinese = 'Bahasa Cina sederhana';
$strSingly = '(unik)';
$strSize = 'Ukuran';
$strSlovak = 'Slovakia';
$strSlovenian = 'Slovenia';
$strSocketProblem = '(atau konfigurasi socket dari server MySQL tidak benar)';
$strSortByKey = 'Urut berdasarkan kunci';
$strSort = 'Urutkan';
$strSpaceUsage = 'Penggunaan tempat';
$strSpanish = 'Bahasa Spanyol';
$strSplitWordsWithSpace = 'Kata dipisahkan oleh karakter spasi (" ").';
$strSQLExportCompatibility = 'Kompatibilitas terhadap pengeksporan SQL';
$strSQLExportType = 'Jenis Ekspor';
$strSQLOptions = 'Pilihan SQL';
$strSQLParserBugMessage = 'Mungkin Anda telah temukan sebuah Bug dalam parser SQL. Mohon periksa ulang pencarian SQL dengan teliti dan perhatikan apakah seluruh tanda kutip benar dan seimbang. Penyebab kegagalan bisa terjadi bila Anda meng-upload sebuah file binari diluar teks kutipan. Silakan menjalankan ulang pencarian tersebut dengan menggunakan command line interface. Hasil dari MySQL server error, jika tertampil, akan menolong Anda untuk mengetahui penyebab dari masalah ini. Bila masalah ini tetap muncul atau Parser dari kami masih juga gagal meskipun pencarian melalui command line interface berhasil mohon kurangi input pada SQL query sampai pencarian yang menyebabkan masalah ini ditemukan. Mohon kirimkan sebuah Bug Report dengan cara menyisipkan data di bagian bawah ini kepada kami:';
$strSQLParserUserError = 'Rupanya ada Error pada Query SQL. Hasil dari MySQL server error dibawa ini, jika tertampil, akan menolong Anda untuk mengetahui penyebab dari problem tersebut.';
$strSQLQuery = 'Pencarian SQL';
$strSQLResult = 'Hasil SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identifer tidak valid';
$strSQPBugUnclosedQuote = 'Tanda kutip tidak ditutup';
$strSQPBugUnknownPunctuation = 'Punctation String tidak dikenali';
$strStatCheckTime = 'Pemeriksaan terakhir';
$strStatCreateTime = 'Pembuatan';
$strStatement = 'Keterangan';
$strStatUpdateTime = 'Update terakhir';
$strStatus = 'Status';
$strStorageEngine = 'Mesin Penyimpan';
$strStorageEngines = 'Mesin Penyimpan';
$strStrucCSV = 'Data CSV';
$strStrucData = 'Struktur dan data';
$strStrucDrop = 'Berikut \'HAPUS TABEL\'';
$strStrucExcelCSV = 'CSV untuk data MS Excel';
$strStrucNativeExcel = 'Data asli MS Excel';
$strStrucOnly = 'Struktur saja';
$strStructPropose = 'Menganalisa struktur tabel';
$strStructure = 'Struktur';
$strSubmit = 'Kirim';
$strSuccess = 'Sukses menjalankan perintah SQL';
$strSum = 'Jumlah';
$strSwedish = 'Bahasa Swedia';
$strSwitchToDatabase = 'Pindah ke database yang disalin';
$strSwitchToTable = 'Pindah ke tabel salinan';
 
$strTableComments = 'Komentar tabel';
$strTableEmpty = 'Nama tabel kosong!';
$strTableHasBeenDropped = 'Tabel %s telah dihapus';
$strTableHasBeenEmptied = 'Tabel %s telah dikosongkan';
$strTableHasBeenFlushed = 'Tabel %s telah dibuang';
$strTableMaintenance = 'Pemeliharaan tabel';
$strTableOfContents = 'Daftar Isi';
$strTableOptions = 'Pilihan untuk tabel';
$strTables = 'tabel %s';
$strTableStructure = 'Struktur dari tabel';
$strTable = 'Tabel';
$strTableType = 'Jenis tabel';
$strTakeIt = 'ambil';
$strTblPrivileges = 'Hak (privileges) khusus terhadap tabel';
$strTextAreaLength = ' Disebabkan ukuran panjangnya,<br /> field ini tidak dapat di-edit ulang. ';
$strThai = 'Bahasa Thailand';
$strTheme = 'Desain Penampilan';
$strThisHost = 'Host yang ini';
$strThisNotDirectory = 'Ini bukan direktori';
$strThreadSuccessfullyKilled = 'Sukses hentikan Thread %s.';
$strTime = 'Jangka Waktu';
$strToggleScratchboard = 'pindah buku catatan (Scratchboard)';
$strTotal = 'jumlah';
$strTotalUC = 'Jumlah';
$strTraditionalChinese = 'Bahasa Cina tradisional';
$strTraditionalSpanish = 'Spanyol tradisional';
$strTraffic = 'Lalu-Lintas';
$strTransformation_application_octetstream__download = 'Tampilkan Link untuk men-download data binari dari Field. Pilihan pertama adalah nama dari file binari tersebut. Pilihan kedua adalah nama Field dari sebuah baris tabel yang memiliki nama file. Bila Anda menetapkan pilihan kedua, pilihan pertama harus ditepatkan ke sebuah string yang kosong';
$strTransformation_application_octetstream__hex = 'Menampilkan representasi data heksadesimal.';
$strTransformation_image_jpeg__inline = 'Tampilkan Thumbnail yang bisa diklik; pilihan: lebar, tinggi dalam piksel (rasio asli dipertahankan)';
$strTransformation_image_jpeg__link = 'Tampilkan link ke gambar ini (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'Lihat image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Menggunakan format waktu setempat untuk field TIME, TIMESTAMP atau DATETIME. Pilihan pertama adalah Offset (dalam jam) yang akan ditambahkan pada Timestamp (Default: 0). Pilihan kedua adalah Dateformat yang berbeda sesuai dengan parameter yang tersedia pada strftime() dari PHP.';
$strTransformation_text_plain__external = 'HANYA UNTUK LINUX: Luncurkan aplikasi eksternal dan mengisi data Field dengan cara standar. Menghasilkan output standar dari aplikasi yang bersangkutan. Default-nya adalah Tidy untuk mempercantik kode HTML cetakan. Dengan alasan pengamanan sistem, Anda perlu meng-edit file libraries/transformations/text_plain__external.inc.php dan menambahkan Tools yang akan diizinkan secara manual. Pilihan pertama adalah jumlah dari program yang ingin digunakan dan pilihan kedua adalah parameter untuk program-program tersebut. Parameter ketiga, bila diset ke 1 akan mengubah output dengan menggunakan htmlspecialchars() (Default adalah 1). Parameter keempat, bila diset ke 1 akan menambahkan sebuah NOWRAP pada Content Cell dengan hasil output yang akan ditampilkan tanpa keperluan untuk me-format ulang (Default 1)';
$strTransformation_text_plain__formatted = 'Menyimpan format asli dari field. Escaping tidak dilakukan.';
$strTransformation_text_plain__imagelink = 'Tampilkan sebuah gambar dan sebuah Link, nama file berada dalam field; pilihan utama adalah awalan seperti "http://domain.com/", pilihan kedua adalah lebar dalam piksel, pilihan ketiga adalah tingginya.';
$strTransformation_text_plain__link = 'Tampilkan sebuah Link, nama file berada dalam field; pilihan utama adalah awalan seperti "http://domain.com/", pilihan kedua adalah judul untuk Link tersebut.';
$strTransformation_text_plain__substr = 'Hanya menampilkan sebagian dari sebuah String. Pilihan pertama adalah sebuah Offset untuk menentukan tempat dari permulaan teks Anda (Default 0). Pilihan kedua adalah sebuah Offset untuk menentukan jumlah teks yang akan dikembalikan. Bila ditinggal kosong, seluruh teks yang tersisa akan dibalikkan. Pilihan ketiga mendefinisikan Chars yang akan ditambahkan pada Output bila sebuah Substring dibalikkan (Default: ...) .';
$strTruncateQueries = 'Potongkan pencarian yang ditampilkan';
$strTurkish = 'Bahasa Turki';
$strType = 'Jenis';
 
$strUkrainian = 'Bahasa Ukrainia';
$strUncheckAll = 'Balik pilihan';
$strUnicode = 'Unikode';
$strUnique = 'Unik';
$strUnknown = 'tidak diketahui';
$strUnselectAll = 'Unselect semua';
$strUpdatePrivMessage = 'Hak Akses (privilege) untuk %s telah di-update.';
$strUpdateProfileMessage = 'Profil pengguna telah di-update.';
$strUpdateQuery = 'Update proses pencarian';
$strUpdComTab = 'Mohon belajari dokumentasi untuk mengetahui cara meng-update tabel Column_comments Anda';
$strUpgrade = 'Disarankan untuk meng-update ke %s versi %s atau lebih baru.';
$strUsage = 'Penggunaan';
$strUseBackquotes = 'Nama tabel dan nama field dalam tanda kutip biasa';
$strUseHostTable = 'Gunakan Host Table';
$strUserAlreadyExists = 'Pengguna %s telah terdaftar!';
$strUserEmpty = 'Nama pengguna masih kosong!';
$strUserName = 'Nama pengguna';
$strUserNotFound = 'Pengguna yang dipilih tidak ditemukan pada tabel hak (privilege table).';
$strUserOverview = 'Pandangan Umum Pengguna';
$strUser = 'Pengguna';
$strUsersDeleted = 'Sukses menghapus Pengguna yang dipilih.';
$strUsersHavingAccessToDb = 'Pengguna memiliki akses ke &quot;%s&quot;';
$strUseTabKey = 'Gunakan tombol TAB untuk maju dari angka ke angka atau gunakan CTRL+panah untuk maju kemana saja';
$strUseTables = 'Gunakan tabel';
$strUseTextField = 'Gunakan text field';
$strUseThisValue = 'gunakan nilai ini';
 
$strValidateSQL = 'Mengesahkan (validate) SQL';
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Mohon periksa kembali ekstension PHP yang diperlukan seperti yang tercatat dalam %sdokumentasi%s.';
$strValue = 'Nilai';
$strVar = 'Variabel';
$strVersionInformation = 'Informasi tentang versi';
$strViewDumpDatabases = 'Tampilkan Dump (skema) dari database';
$strViewDumpDB = 'Tampilkan Dump (Skema) dari database';
$strViewDump = 'Tampilkan Dump (Skema) dari tabel';
$strView = 'Gambarkan';
$strViewHasBeenDropped = 'Pandangan %s telah dibubarkan';
 
$strWebServerUploadDirectory = 'direktori upload pada web-server';
$strWebServerUploadDirectoryError = 'Direktori yang telah ditetapkan untuk meng-upload tidak dapat dihubungi';
$strWelcome = 'Selamat Datang di %s';
$strWestEuropean = 'Eropa Barat';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Mengupdate jendela browser gagal. Ada kemungkinan Anda telah menutup jendela induknya atau pilihan keamanan pada browser Anda melarang untuk mengupdate dengan cara Cross-Window';
$strWithChecked = 'yang ditandai:';
$strWriteRequests = 'Permintaan penulisan';
$strWritingCommentNotPossible = 'Penulisan komentar tidak dapat dilaksanakan';
$strWritingRelationNotPossible = 'Penulisan relasi tidak dapat dilaksanakan';
$strWrongUser = 'Nama Pengguna/Kata Sandi salah. Akses ditolak.';
 
$strXML = 'XML';
 
$strYes = 'Ya';
 
$strZeroRemovesTheLimit = 'Perhatian: Perubahan pilihan ini ke posisi 0 (zero) akan menghapus batas yang telah ditentukan.';
$strZip = 'Dikompress dengan Zip';
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/italian-iso-8859-1.inc.php
0,0 → 1,982
<?php
/* $Id: italian-iso-8859-1.inc.php,v 2.124.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* translated by: Pietro Danesi <danone at users.sourceforge.net> 2002-03-29
* Revised by: "DPhantom" <dphantom at users.sourceforge.net> 2002-04-16
* Revised by: "Luca Rebellato" <rebeluca at users.sourceforge.net> 2005-11-27
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days
$month = array('Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'); //italian months
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y at %I:%M %p'; //italian time
$timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi';
 
$strAbortedClients = 'Fallito';
$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver alla directory di docSQL';
$strAccessDenied = 'Accesso negato';
$strAccessDeniedCreateConfig = 'La ragione di questo è che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.';
$strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.';
$strAction = 'Azione';
$strAddAutoIncrement = 'Aggiungi valore AUTO_INCREMENT';
$strAddConstraints = 'Aggiungi vincoli';
$strAddDeleteColumn = 'Aggiungi/Cancella campo';
$strAddDeleteRow = 'Aggiungi/Cancella criterio';
$strAddDropDatabase = 'Aggiungi DROP DATABASE';
$strAddedColumnComment = 'Agginto commento sulla colonna';
$strAddedColumnRelation = 'Aggiunta Relazione per la colonna';
$strAddFields = 'Aggiungi %s campo(i)';
$strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)';
$strAddIfNotExists = 'Aggiunge IF NOT EXISTS';
$strAddIntoComments = 'Aggiungi nei commenti';
$strAddNewField = 'Aggiungi un nuovo campo';
$strAddPrivilegesOnDb = 'Aggiungi privilegi sul seguente database';
$strAddPrivilegesOnTbl = 'Aggiungi privilegi sulla seguente tabella';
$strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):';
$strAddToIndex = 'Aggiungi all\'indice &nbsp;%s&nbsp;colonna/e';
$strAddUser = 'Aggiungi un nuovo utente';
$strAddUserMessage = 'Hai aggiunto un nuovo utente.';
$strAdministration = 'Amministrazione';
$strAffectedRows = 'Righe interessate:';
$strAfter = 'Dopo %s';
$strAfterInsertBack = 'Indietro';
$strAfterInsertNewInsert = 'Inserisci un nuovo record';
$strAfterInsertNext = 'Modifica il record successivo';
$strAfterInsertSame = 'Torna a questa pagina';
$strAllowInterrupt = 'Permette di interrompere il processo di importazione nel caso lo script rilevi che è troppo vicino al tempo limite. Questo potrebbe essere un buon modo di importare grandi file, tuttavia potrebbe interrompere la transazione.';
$strAllTableSameWidth = 'mostra tutte le Tabelle con la stessa larghezza?';
$strAll = 'Tutti';
$strAlterOrderBy = 'Altera tabella ordinata per';
$strAnalyzeTable = 'Analizza tabella';
$strAnd = 'E';
$strAndThen = 'e quindi';
$strAnIndex = 'Un indice è stato aggiunto in %s';
$strAnyHost = 'Qualsiasi host';
$strAny = 'Qualsiasi';
$strAnyUser = 'Qualsiasi utente';
$strApproximateCount = 'Può essere approssimato. Vedere FAQ 3.11';
$strAPrimaryKey = 'Una chiave primaria è stata aggiunta in %s';
$strArabic = 'Arabo';
$strArmenian = 'Armeno';
$strAscending = 'Crescente';
$strAtBeginningOfTable = 'All\'inizio della tabella';
$strAtEndOfTable = 'Alla fine della tabella';
$strAttr = 'Attributi';
$strAutodetect = 'Autorilevazione';
$strAutomaticLayout = 'Impaginazione automatica';
 
$strBack = 'Indietro';
$strBaltic = 'Baltico';
$strBeginCut = 'INIZIO CUT';
$strBeginRaw = 'INIZIO RAW';
$strBinary = 'Binario';
$strBinaryDoNotEdit = 'Tipo di dato Binario - non modificare';
$strBinaryLog = 'Log binario';
$strBinLogEventType = 'Tipo di evento';
$strBinLogInfo = 'Informazioni';
$strBinLogName = 'Nome del Log';
$strBinLogOriginalPosition = 'Posizione originale';
$strBinLogPosition = 'Posizione';
$strBinLogServerId = 'ID del server';
$strBookmarkAllUsers = 'Permetti ad ogni utente di accedere a questo bookmark';
$strBookmarkCreated = 'Segnalibro %s creato';
$strBookmarkDeleted = 'Il bookmark è stato cancellato.';
$strBookmarkLabel = 'Etichetta';
$strBookmarkQuery = 'Query SQL aggiunte ai preferiti';
$strBookmarkReplace = 'Sostituzione dei segnalibri esistenti con lo stesso nome';
$strBookmarkThis = 'Aggiungi ai preferiti questa query SQL';
$strBookmarkView = 'Visualizza solo';
$strBrowseDistinctValues = 'Nviga tra i valori DISTINCT';
$strBrowseForeignValues = 'Sfoglia le opzioni straniere';
$strBrowse = 'Mostra';
$strBufferPoolActivity = 'Attività del Buffer Pool';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Utilizzo del Buffer Pool';
$strBufferReadMissesInPercent = 'Non letto in %';
$strBufferReadMisses = 'Non letto';
$strBufferWriteWaits = 'In attesa di scrittura';
$strBufferWriteWaitsInPercent = 'In attesa di scrittura in %';
$strBulgarian = 'Bulgaro';
$strBusyPages = 'Pagine occupate';
$strBzError = 'phpMyAdmin non è capace di comprimere il dump a causa dell\'estensione Bz2 errata in questa versione di PHP. Vi raccomandiamo vivamente di settare il parametro <code>$cfg[\'BZipDump\']</code> nel vostro file di configurazione di phpMyAdmin a <code>FALSE</code>. Se volete utilizzare le capacità di compressione Bz2, dovreste aggiornare il PHP all\'ultima versione. Date un\'occhiata al bug report %s per uteriori dettagli.';
$strBzip = '"compresso con bzip2"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'Non posso caricare i plugins di importazione, controlla la tua configurazione!';
$strCannotLogin = 'Impossibile eseguire il login nel server MySQL';
$strCantLoad = 'Impossibile caricare l\'estensione %s,<br />prego controllare la configurazione di PHP';
$strCantLoadRecodeIconv = 'Impossibile caricare l\'estensione iconv o recode necessaria per la conversione del set di caratteri, configurare il PHP per permettere di utilizzare queste estenzioni o disabilitare la conversione dei set di caratteri in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!';
$strCantUseRecodeIconv = 'Impossibile utilizzare le funzioni iconv o libiconv o recode_string in quanto l\'estensione deve essere caricata. Controllare la configurazione del PHP.';
$strCardinality = 'Cardinalità';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Europeo Centrale';
$strChangeCopyModeCopy = '... mantieni quello vecchio.';
$strChangeCopyMode = 'Crea un nuovo utente con gli stessi privilegi e ...';
$strChangeCopyModeDeleteAndReload = ' ... cancella quello vecchio dalla tabella degli utenti e in seguito ricarica i privilegi.';
$strChangeCopyModeJustDelete = ' ... cancella quello vecchio dalla tabella degli utenti.';
$strChangeCopyModeRevoke = ' ... revoca tutti i privilegi attivi da quello vecchio e in seguito cancellalo.';
$strChangeCopyUser = 'Cambia le Informazioni di Login / Copia Utente';
$strChangeDisplay = 'Scegli il campo da mostrare';
$strChange = 'Modifica';
$strChangePassword = 'Cambia password';
$strCharsetOfFile = 'Set di caratteri del file:';
$strCharsetsAndCollations = 'Set di Caratteri e Collations';
$strCharset = 'Set di caratteri';
$strCharsets = 'Set di caratteri';
$strCheckAll = 'Seleziona tutti';
$strCheckOverhead = 'Controllo addizionale';
$strCheckPrivs = 'Controlla i privilegi';
$strCheckPrivsLong = 'Controlla i privilegi per il database &quot;%s&quot;.';
$strCheckTable = 'Controlla tabella';
$strChoosePage = 'Prego scegliere una Page da modificare';
$strColComFeat = 'Visualizzazione commenti delle colonne';
$strCollation = 'Collation';
$strColumnNames = 'Nomi delle colonne';
$strColumnPrivileges = 'Privilegi relativi alle colonne';
$strCommand = 'Comando';
$strComments = 'Commenti';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'Compatibile con MySQL&nbsp;4.0';
$strCompleteInserts = 'Inserimenti completi';
$strCompression = 'Compressione';
$strCompressionWillBeDetected = 'Il tipo di compressione del file importato sarà automaticamente rilevato da: %s';
$strConfigDefaultFileError = 'Non posso leggere la configurazione da: "%1$s"';
$strConfigFileError = 'phpMyAdmin non riesce a leggere il file di configurazione!<br />Questo può accadere se il php trova un parse error in esso oppure il php non trova il file.<br />Richiamate il file di configurazione direttamente utilizzando il link sotto e leggete il/i messaggio/i di errore del php che ricevete. Nella maggior parte dei casi ci sono un apostrofo o una virgoletta mancanti.<br />Se ricevete una pagina bianca, allora è tutto a posto.';
$strConfigureTableCoord = 'Prego, configurare le coordinate per la tabella %s';
$strConnectionError = 'Impossibile connettersi: impostazioni non valide.';
$strConnections = 'Connessioni';
$strConstraintsForDumped = 'Limiti per le tabelle scaricate';
$strConstraintsForTable = 'Limiti per la tabella';
$strCookiesRequired = 'Da questo punto in poi, i cookies devono essere abilitati.';
$strCopy = 'Copia';
$strCopyDatabaseOK = 'Il Database %s è stato copiato in %s';
$strCopyTable = 'Copia la tabella nel (database<b>.</b>tabella):';
$strCopyTableOK = 'La tabella %s è stata copiata su %s.';
$strCopyTableSameNames = 'Impossibile copiare la tabella su se stessa!';
$strCouldNotKill = 'phpMyAdmin non è in grado di terminare il thread %s. Probabilmente è già stato terminato.';
$strCreate = 'Crea';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE prima di copiare';
$strCreateIndex = 'Crea un indice su &nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Crea un nuovo indice';
$strCreateNewDatabase = 'Crea un nuovo database';
$strCreateNewTable = 'Crea una nuova tabella nel database %s';
$strCreatePage = 'Crea una nuova Page';
$strCreatePdfFeat = 'Creazione di PDF';
$strCreationDates = 'Creazione/Aggiornamento/Controllo date';
$strCriteria = 'Criterio';
$strCroatian = 'Croato';
$strCSV = 'CSV';
$strCSVImportOptions = 'opzioni CSV';
$strCSVOptions = 'Opzioni CSV';
$strCyrillic = 'Cirillico';
$strCzech = 'Ceco';
$strCzechSlovak = 'Ceco-Slovacco';
 
$strDanish = 'Danese';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Il nome del DataBase è vuoto!';
$strDatabaseExportOptions = 'Opzioni di esportazione del database';
$strDatabaseHasBeenDropped = 'Il Database %s è stato eliminato.';
$strDatabaseNoTable = 'Questo database non contiene tabelle!';
$strDatabases = 'Database';
$strDatabasesDropped = '%s databases sono stati cancellati correttamente.';
$strDatabasesStatsDisable = 'Disabilita le Statistiche';
$strDatabasesStatsEnable = 'Abilita le Statistiche';
$strDatabasesStatsHeavyTraffic = 'N.B.: Abilitare qui le statistiche del Database potrebbe causare del traffico intenso fra il server web e MySQL.';
$strDatabasesStats = 'Statistiche dei databases';
$strData = 'Dati';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Solo dati';
$strDataPages = 'Pagine contenenti dati';
$strDBComment = 'Commento al Database: ';
$strDBCopy = 'Copia il Database in';
$strDBGContext = 'Contesto';
$strDBGContextID = 'ID del Contesto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linea';
$strDBGMaxTimeMs = 'Tempo massimo, ms';
$strDBGMinTimeMs = 'Tempo minimo, ms';
$strDBGModule = 'Modulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo totale, ms';
$strDbPrivileges = 'Privilegi specifici al database';
$strDBRename = 'Rinomina il DataBase in';
$strDbSpecific = 'specifico del database';
$strDefaultEngine = '%s è il motore di memorizzazione predefinito su questo server MySQL.';
$strDefault = 'Predefinito';
$strDefaultValueHelp = 'Per i valori predefiniti, prego inserire un singolo valore, senza backslashes escaping o virgolette, utilizzando questo formato: a';
$strDefragment = 'Deframmenta la tabella';
$strDelayedInserts = 'Utilizza inserimenti ritardati';
$strDeleteAndFlush = 'Cancella gli utenti e dopo ricarica i privilegi.';
$strDeleteAndFlushDescr = 'Questa è la vita più giusta, ma il caricamento dei privilegi può durare qualche secondo.';
$strDelete = 'Cancella';
$strDeleted = 'La riga è stata cancellata';
$strDeletedRows = 'Righe cancellate:';
$strDeleteNoUsersSelected = 'Nessun utente selezionato per la cancellazione!';
$strDeleting = 'Cancellazione in corso di %s';
$strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono più. Volete cancellare questi Riferimenti?';
$strDescending = 'Decrescente';
$strDescription = 'Descrizione';
$strDictionary = 'dizionario';
$strDirtyPages = 'Pagine sporche';
$strDisabled = 'Disabilitata';
$strDisableForeignChecks = 'Disabilita i controlli sulle chiavi straniere';
$strDisplayFeat = 'Mostra Caratteristiche';
$strDisplayOrder = 'Ordine di visualizzazione:';
$strDisplayPDF = 'Mostra lo schema del PDF';
$strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")';
$strDocu = 'Documentazione';
$strDoYouReally = 'Confermi: ';
$strDropDatabaseStrongWarning = 'Si sta per DISTRUGGERE COMPLETAMENTE un intero DataBase!';
$strDrop = 'Elimina';
$strDropUsersDb = 'Elimina i databases gli stessi nomi degli utenti.';
$strDumpingData = 'Dump dei dati per la tabella';
$strDumpSaved = 'Il dump è stato salvato sul file %s.';
$strDumpXRows = 'Dump di %s righe a partire dalla riga %s.';
$strDynamic = 'dinamico';
 
$strEdit = 'Modifica';
$strEditPDFPages = 'Modifica pagine PDF';
$strEditPrivileges = 'Modifica Privilegi';
$strEffective = 'Effettivo';
$strEmptyResultSet = 'MySQL ha restituito un insieme vuoto (i.e. zero righe).';
$strEmpty = 'Svuota';
$strEnabled = 'Abilitata';
$strEncloseInTransaction = 'Includi export in una transazione';
$strEndCut = 'FINE CUT';
$strEnd = 'Fine';
$strEndRaw = 'FINE RAW';
$strEngineAvailable = '%s è disponibile su questo server MySQL.';
$strEngineDisabled = '%s è stato disabilitato su questo server MySQL.';
$strEngines = 'Motori';
$strEngineUnsupported = 'Questo server MySQL non supporta il motore di memorizzazione %s.';
$strEnglish = 'Inglese';
$strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese';
$strError = 'Errore';
$strErrorInZipFile = 'Errore nell\'archivio ZIP:';
$strEscapeWildcards = 'I caratteri jolly _ e % dovrebbero essere preceduti da un \ per l\'utilizzo letterale';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estone';
$strExcelEdition = 'Edizione Excel';
$strExcelOptions = 'Opzioni di Excel';
$strExecuteBookmarked = 'Esegue la query dalle preferite';
$strExplain = 'Spiega SQL';
$strExport = 'Esporta';
$strExtendedInserts = 'Inserimenti estesi';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativi falliti';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Il campo %s è stato eliminato';
$strFields = 'Campi';
$strFieldsEmpty = ' Il contatore dei campi è vuoto! ';
$strFieldsEnclosedBy = 'Campo composto da';
$strFieldsEscapedBy = 'Campo impedito da';
$strFieldsTerminatedBy = 'Campo terminato da';
$strFileAlreadyExists = 'Il file %s esiste già sul server: prego, cambiare nome del file o selezionare l\'opzione "sovrascrivi".';
$strFileCouldNotBeRead = 'Il file non può essere letto';
$strFileNameTemplateDescriptionDatabase = 'nome database';
$strFileNameTemplateDescription = 'Questo valore è interpretato usando %1$sstrftime%2$s, in questo modo puoi usare stringhe di formattazione per le date/tempi. Verranno anche aggiunte le seguenti trasformazioni: %3$s. Il testo rimanente resterà invariato.';
$strFileNameTemplateDescriptionServer = 'nome server';
$strFileNameTemplateDescriptionTable = 'nome tabella';
$strFileNameTemplate = 'Nome file template';
$strFileNameTemplateRemember = 'ricorda il template';
$strFileToImport = 'File importato';
$strFixed = 'fisso';
$strFlushPrivilegesNote = 'N.B.: phpMyAdmin legge i privilegi degli utenti direttamente nella tabella dei privilegi di MySQL. Il contenuto di questa tabella può differire dai privilegi usati dal server se sono stati fatti cambiamenti manuali. In questo caso, Si dovrebbero %srinfrescare i privilegi%s prima di continuare.';
$strFlushQueryCache = 'Rinfresca la cache delle query';
$strFlushTable = 'Inizializza ("FLUSH") la tabella';
$strFlushTables = 'Rinfresca (chiudi) tutte le tabelle';
$strFormat = 'Formato';
$strFormEmpty = 'Valore mancante nel form!';
$strFreePages = 'Pagine libere';
$strFullText = 'Testo completo';
$strFunction = 'Funzione';
 
$strGenBy = 'Generato da';
$strGeneralRelationFeat = 'Caratteristiche Generali di Relazione';
$strGenerate = 'Genera';
$strGeneratePassword = 'Genera Password';
$strGenTime = 'Generato il';
$strGeorgian = 'Georgiano';
$strGerman = 'Tedesco';
$strGlobal = 'globale';
$strGlobalPrivileges = 'Privilegi globali';
$strGlobalValue = 'Valore globale';
$strGo = 'Esegui';
$strGrantOption = 'Grant';
$strGreek = 'Greco';
$strGzip = '"compresso con gzip"';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'è stato modificato.';
$strHasBeenCreated = 'è stato creato.';
$strHaveToShow = 'Devi scegliere almeno una Colonna da mostrare';
$strHebrew = 'Ebreo';
$strHexForBinary = 'Usa l\'esadecimale per i dati binari';
$strHome = 'Home';
$strHomepageOfficial = 'Home page ufficiale di phpMyAdmin';
$strHostEmpty = 'Il nome di host è vuoto!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opzioni di esportazione di Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opzioni di esportazione di Microsoft Word 2000';
$strHungarian = 'Ungherese';
 
$strIcelandic = 'Islandese';
$strId = 'ID';
$strIdxFulltext = 'Testo completo';
$strIgnoreDuplicates = 'Ignora le righe duplicate';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizza gli IGNORE INSERTS';
$strIgnoringFile = 'File %s ignorato';
$strImportDocSQL = 'Importa Files docSQL';
$strImportFiles = 'Importa files';
$strImportFormat = 'Formato del file importato';
$strImport = 'Importa';
$strImportSuccessfullyFinished = 'Importazione eseguita con successo, %d queries eseguite.';
$strIndexes = 'Indici';
$strIndexHasBeenDropped = 'L\'indice %s è stato eliminato';
$strIndex = 'Indice';
$strIndexName = 'Nome dell\'indice&nbsp;:';
$strIndexType = 'Tipo di indice&nbsp;:';
$strIndexWarningMultiple = 'Più di una chiave %s è stata creata per la colonna `%s`';
$strIndexWarningPrimary = 'Le chiavi PRIMARY e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`';
$strIndexWarningTable = 'Problemi con gli indici della tabella `%s`';
$strIndexWarningUnique = 'Le chiavi UNIQUE e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`';
$strInnoDBAutoextendIncrementDesc = ' La dimensione di incremento per aumentare la dimensione di una tabella autoextending quando diventa piena.';
$strInnoDBAutoextendIncrement = 'Incremento autoextend';
$strInnoDBBufferPoolSizeDesc = 'La dimensione del buffer di memoria InnoDB cacha dati e indici delle proprie tabelle.';
$strInnoDBBufferPoolSize = 'Dimensione del Buffer pool';
$strInnoDBDataFilePath = 'File dati';
$strInnoDBDataHomeDirDesc = 'La parte comune del path della directory per tutti i file dati InnoDB.';
$strInnoDBDataHomeDir = 'Home directory dei dati';
$strInnoDBPages = 'pagine';
$strInnodbStat = 'Stato InnoDB';
$strInsecureMySQL = 'Il file di configurazione in uso contiene impostazioni (root con nessuna password) che corrispondono ai privilegi dell\'account MySQL predefinito. Un server MySQL funzionante con queste impostazioni è aperto a intrusioni, e si dovrebbe realmente riparare a questa falla nella sicurezza.';
$strInsertAsNewRow = 'Inserisci come nuova riga';
$strInsertedRowId = 'Inserito id riga:';
$strInsertedRows = 'Righe inserite:';
$strInsert = 'Inserisci';
$strInsertNewRow = 'Inserisci una nuova riga';
$strInternalNotNecessary = '* Non è necessaria una relazione interna quando già esiste in InnoDB.';
$strInternalRelations = 'Relazioni interne';
$strInUse = 'in uso';
$strInvalidAuthMethod = 'Metodo di autenticazione settato nella configurazione non valido:';
$strInvalidColumn = 'Colonna specificata (%s) invalida!';
$strInvalidColumnCount = 'Il contatore delle colonne deve essere superiore a 0.';
$strInvalidCSVFieldCount = 'Contatore di campo non valido nell\'input CSV alla linea %d.';
$strInvalidCSVFormat = 'Formato non valido per l\'input CSV alla linea %d.';
$strInvalidCSVParameter = 'Parametro non valido per importazione CSV: %s';
$strInvalidFieldAddCount = 'Deviaggiungere come minimo un campo.';
$strInvalidFieldCount = 'la tabella deve avere come minimo un dato.';
$strInvalidLDIImport = 'Questo plugin non supporta importazioni di dati compressi!';
$strInvalidRowNumber = '%d non è un numero valido di righe.';
$strInvalidServerHostname = 'Nome host per il server %1$s non valido. Controlla la tua configurazione.';
$strInvalidServerIndex = 'Server index non valido: "%s"';
 
$strJapanese = 'Giapponese';
$strJoins = 'Joins';
$strJumpToDB = 'Passa al database &quot;%s&quot;.';
$strJustDelete = 'Cancella soltanto gli utenti dalle tabelle dei privilegi.';
$strJustDeleteDescr = 'Gli utenti &quot;cancellati&quot; saranno ancora in grado di accedere al servercome al solito finché i privilegi non verraanno ricaricati.';
 
$strKeepPass = 'Non cambiare la password';
$strKeyCache = 'Key cache';
$strKeyname = 'Nome chiave';
$strKill = 'Rimuovi';
$strKorean = 'Coreano';
 
$strLandscape = 'Orizzontale';
$strLanguageFileNotFound = 'File di lingua "%1$s" non trovato.';
$strLanguageUnknown = 'Lingua non conosciuta : %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Sottotitolo della tabella';
$strLatexContent = 'Contenuto della tabella __TABLE__';
$strLatexContinuedCaption = 'Sottotitolo della tabella continuato';
$strLatexContinued = '(continua)';
$strLatexIncludeCaption = 'Includi sottotitolo della tabella';
$strLatexLabel = 'Chiave etichetta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'opzioni LaTeX';
$strLatexStructure = 'Struttura della tabella __TABLE__';
$strLatvian = 'Lituano';
$strLDI = 'CSV usando LOAD DATA';
$strLDIImportOptions = 'Opzione per importazione CSV usando LOAD DATA';
$strLDILocal = 'Usa LOCAL keyword';
$strLengthSet = 'Lunghezza/Set*';
$strLimitNumRows = 'record per pagina';
$strLinesTerminatedBy = 'Linee terminate da';
$strLinkNotFound = 'Link non trovato';
$strLinksTo = 'Collegamenti a';
$strLithuanian = 'Lituano';
$strLocalhost = 'Locale';
$strLocationTextfile = 'Percorso del file';
$strLogin = 'Connetti';
$strLoginInformation = 'Informazioni di Login';
$strLogout = 'Disconnetti';
$strLogPassword = 'Password:';
$strLogServer = 'Server';
$strLogUsername = 'Nome utente:';
$strLongOperation = 'Questa operazione potrebbe impiegare molto tempo. Procedere comunque?';
 
$strMaxConnects = 'max. connessioni contemporanee';
$strMaximalQueryLength = 'Lunghezza massima di una query creata';
$strMaximumSize = 'Dimensione massima: %s%s';
$strMbExtensionMissing = 'L\'estensione PHP mbstring non è stata trovata e sembra che si stia utilizzando un set di caratteri multibyte. Senza l\'estensione mbstring, phpMyAdmin non è in grado di dividere correttamente le stringhe di caratteri e questo può portare a risultati inaspettati.';
$strMbOverloadWarning = 'Avete abilitato mbstring.func_overload nella configurazione del PHP. Questa opzione è incompatibile con phpMyAdmin e potrebbe causare la corruzione di alcuni dati!';
$strMIME_available_mime = 'Tipi-MIME disponibili';
$strMIME_available_transform = 'Trasformazioni disponibili';
$strMIME_description = 'Descrizione';
$strMIME_MIMEtype = 'tipo MIME';
$strMIME_nodescription = 'Nessuna descrizione è disponibile per questa trasformazione.<br />Prego, chiedere all\'autore cosa %s faccia.';
$strMIME_transformation_note = 'Per una lista di opzioni di trasformazione disponibili e le loro rispettive trasformazioni di tipi-MIME, cliccate su %strasformazione descrizioni%s';
$strMIME_transformation_options_note = 'Prego, immettere i valori per le opzioni di trasformazioneutilizzando questo formato: \'a\',\'b\',\'c\'...<br />Se c\'è la necessità di immettere un backslash ("\") o un apostrofo ("\'") tra questi valori, essi vanno backslashati (per es. \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Opzioni di Transformation';
$strMIME_transformation = 'Trasformazione del Browser';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'Tipi-MIME stampati in italics non hanno una funzione di trasformazione separata';
$strModifications = 'Le modifiche sono state salvate';
$strModifyIndexTopic = 'Modifica un indice';
$strModify = 'Modifica';
$strMoveTableOK = 'La tabella %s è stata spostata in %s.';
$strMoveTableSameNames = 'Impossibile spostare la tabella su se stessa!';
$strMoveTable = 'Sposta la tabella nel (database<b>.</b>tabella):';
$strMultilingual = 'multilingua';
$strMyISAMDataPointerSizeDesc = 'Dimensione del puntatore predefinito in Bytes, che deve essere usata da CREATE TABLE per le tabelle MyISAM quando non è stata specificata l\'opzione MAX_ROWS.';
$strMyISAMDataPointerSize = 'Domensione del puntatore dati';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se il file temporaneo è usato per la creazione veloce di un indice MyISAM, occuperebbe più spazio dell\'utilizzo del metodo key cache con la quantità ivi specificata: perciò si deve prediligere il metodo key cache.';
$strMyISAMMaxExtraSortFileSize = 'Dimensione massima per i files temporanei nella creazione di un indice';
$strMyISAMMaxSortFileSizeDesc = 'La dimensione massima dei file temporanei MySQL può essere utilizzata nella rigenerazione di un indice MyISAM (durante un REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Dimensione massima dei file temporanei di ordinamento';
$strMyISAMRecoverOptionsDesc = 'La modalità di irppristino automatico di tabelle MyISAM corrotte, come impostato tramite l\'opzione di lan cio del server --myisam-recover.';
$strMyISAMRecoverOptions = 'Modalità di ripristino automatico';
$strMyISAMRepairThreadsDesc = 'Se questo valore è maggiore di 1, gli indici della tabella MyISAM vengono creati in parallelo (ogni indice nel suo thread) durante il processo di ordinamento Repair by.';
$strMyISAMRepairThreads = 'Thread di riparazione';
$strMyISAMSortBufferSizeDesc = 'Il buffer che viene allocato nell\'ordinamento degli indici MyISAM durante un REPAIR TABLE o nella creazione degli indici con CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Ordina la dimensione del buffer';
$strMySQLCharset = 'Set di caratteri MySQL';
$strMysqlClientVersion = 'Versione MySQL client';
$strMySQLConnectionCollation = 'collazione della connessione di MySQL';
$strMySQLSaid = 'Messaggio di MySQL: ';
$strMySQLShowProcess = 'Visualizza processi in esecuzione';
$strMySQLShowStatus = 'Visualizza informazioni di runtime di MySQL';
$strMySQLShowVars = 'Visualizza variabili di sistema di MySQL';
 
$strName = 'Nome';
$strNext = 'Prossimo';
$strNoActivity = 'Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente';
$strNoDatabases = 'Nessun database';
$strNoDatabasesSelected = 'Nessun database selezionato.';
$strNoDescription = 'nessuna Description';
$strNoDetailsForEngine = 'Non è disponibile nessuna informazione dettagliata sullo stato di questo motore di memorizzazione.';
$strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.';
$strNoExplain = 'Non Spiegare SQL';
$strNoFilesFoundInZip = 'Non sono stati trovati file ZIP all\'interno dell\'archivio!';
$strNoFrames = 'phpMyAdmin funziona meglio con browser che supportano frames';
$strNoIndex = 'Nessun indice definito!';
$strNoIndexPartsDefined = 'Nessuna parte di indice definita!';
$strNoModification = 'Nessun cambiamento';
$strNone = 'Nessuno';
$strNo = ' No ';
$strNoOptions = 'Questo formato non ha opzioni';
$strNoPassword = 'Nessuna Password';
$strNoPermission = 'Il server web non possiede i privilegi per salvare il file %s.';
$strNoPhp = 'senza codice PHP';
$strNoPrivileges = 'Nessun Privilegio';
$strNoRights = 'Non hai i permessi per effettuare questa operazione!';
$strNoRowsSelected = 'Nessuna riga selezionata';
$strNoSpace = 'Spazio insufficiente per salvare il file %s.';
$strNoTablesFound = 'Non ci sono tabelle nel database.';
$strNoThemeSupport = 'Nessun supporto per i temi, si prega di controllare la configurazione e/o i temi nella cartella %s.';
$strNothingToImport = 'Non hai inserito alcun dato da importare';
$strNotNumber = 'Questo non è un numero!';
$strNotOK = 'non OK';
$strNotSet = '<b>%s</b> tabella non trovata o non settata in %s';
$strNoUsersFound = 'Nessun utente trovato.';
$strNoValidateSQL = 'Non Validare SQL';
$strNull = 'Null';
$strNumberOfFields = 'Numero di campi';
$strNumSearchResultsInTable = '%s corrisponde/ono nella tabella <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totale:</b> <i>%s</i> corrispondenza/e';
$strNumTables = 'Tabelle';
 
$strOK = 'OK';
$strOpenNewWindow = 'Apri una nuova finestra di PhpMyAdmin';
$strOperations = 'Operazioni';
$strOperator = 'Operatore';
$strOptimizeTable = 'Ottimizza tabella';
$strOr = 'Oppure';
$strOverhead = 'In eccesso';
$strOverwriteExisting = 'Sovrascrivi file(s) esistente/i';
 
$strPageNumber = 'Numero pagina:';
$strPagesToBeFlushed = 'Pagine che devono essere flushate';
$strPaperSize = 'Dimensioni carta';
$strPartialImport = 'Importazione parziale';
$strPartialText = 'Testo parziale';
$strPasswordChanged = 'La password per l\'utente %s è cambiata con successo.';
$strPasswordEmpty = 'La password è vuota!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'La password non coincide!';
$strPassword = 'Password';
$strPdfDbSchema = 'Schema del database "%s" - Pagina %s';
$strPdfInvalidTblName = 'La tabella "%s" non esiste!';
$strPdfNoTables = 'Nessuna Tabella';
$strPDFOptions = 'Opzioni PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Titolo del Report';
$strPerHour = 'all\'ora';
$strPerMinute = 'al minuto';
$strPerSecond = 'al secondo';
$strPersian = 'Persiano';
$strPhoneBook = 'rubrica';
$strPHP40203 = 'Si sta utilizzando PHP 4.2.3, che presenta un serio bug con le stringhe multi-byte (mbstring). Vedi report PHP 19404. Questa versione di PHP non è raccomandata per l\'utilizzo con phpMyAdmin.';
$strPhp = 'Crea il codice PHP';
$strPHPVersion = 'Versione PHP';
$strPmaDocumentation = 'Documentazione di phpMyAdmin';
$strPmaUriError = 'La direttiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DEVE essere impostata nel file di configurazione!';
$strPolish = 'Polacco';
$strPortrait = 'Verticale';
$strPos1 = 'Inizio';
$strPrevious = 'Precedente';
$strPrimaryKeyHasBeenDropped = 'La chiave primaria è stata eliminata';
$strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>deve</b> essere il nome di, e <b>solo di</b>, una chiave primaria!)';
$strPrimary = 'Primaria';
$strPrint = 'Stampa';
$strPrintViewFull = 'Vista stampa (con full text)';
$strPrintView = 'Visualizza per stampa';
$strPrivDescAllPrivileges = 'Comprende tutti i privilegi tranne GRANT.';
$strPrivDescAlter = 'Permette di alterare la struttura di tabelle esistenti.';
$strPrivDescAlterRoutine = 'Permette l\'alterazione e l\'eliminazione di routines memorizzate.';
$strPrivDescCreateDb = 'Permette di creare nuove tabelle e nuovi databases.';
$strPrivDescCreateRoutine = 'Permette la creazione di routines memorizzate.';
$strPrivDescCreateTbl = 'Permette di creare nuove tabelle.';
$strPrivDescCreateTmpTable = 'Permette di creare tabelle temporanee.';
$strPrivDescCreateUser = 'Permette di creare, cancellare e rinominare gli account utente.';
$strPrivDescCreateView = 'Permette la creazione di nuove viste.';
$strPrivDescDelete = 'Permette di cancellare dati.';
$strPrivDescDropDb = 'Permette di eliminare databases e tabelle.';
$strPrivDescDropTbl = 'Permette di eliminare tabelle.';
$strPrivDescExecute5 = 'Permette l\'esecuzione di routines memorizzate.';
$strPrivDescExecute = 'Permette di eseguire procedure memorizzate; Non ha effetto in questa versione di MySQL.';
$strPrivDescFile = 'Permette di importare dati da e esportare dati in files.';
$strPrivDescGrant = 'Permette di aggiungere utenti e privilegi senza ricaricare le tabelle dei privilegi.';
$strPrivDescIndex = 'Permette di creare ed eliminare gli indici.';
$strPrivDescInsert = 'Permette di inserire e sovrascrivere dati.';
$strPrivDescLockTables = 'Permette di bloccare le tabelle per il thread corrente.';
$strPrivDescMaxConnections = 'Limita il numero di nuove connessioni che un utente può aprire in un\'ora.';
$strPrivDescMaxQuestions = 'Limita il numero di queries che un utente può mandare al server in un\'ora.';
$strPrivDescMaxUpdates = 'Limita il numero di comandi che possono cambiare una tabella o un database che un utente può eseguire in un\'ora.';
$strPrivDescMaxUserConnections = 'Limite di connessioni simultanee che un utente può fare.';
$strPrivDescProcess3 = 'Permette di killare i processi di altri utenti.';
$strPrivDescProcess4 = 'Permette di vedere le queries complete nella lista dei processi.';
$strPrivDescReferences = 'Non ha alcun effetto in questa versione di MySQL.';
$strPrivDescReload = 'Permette di ricaricare i parametri del server e di resettare la cache del server.';
$strPrivDescReplClient = 'Accorda il diritto ad un utente di domandare dove sono i masters/slaves.';
$strPrivDescReplSlave = 'Necessario per la replicazione degli slaves.';
$strPrivDescSelect = 'Permette di leggere i dati.';
$strPrivDescShowDb = 'Accorda l\'accesso alla lista completa dei databases.';
$strPrivDescShowView = 'Permette di effettuare query del tipo SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permette di chiudere il server.';
$strPrivDescSuper = 'Permette altre connessioni, anche se è stato raggiunto il massimo numero di connessioni; Necessario per molte operazioni di amministrazione come il settaggio di variabili globali o la cancellazione dei threads di altri utenti.';
$strPrivDescUpdate = 'Permette di cambiare i dati.';
$strPrivDescUsage = 'Nessun privilegio.';
$strPrivileges = 'Privilegi';
$strPrivilegesReloaded = 'I privilegi sono stati ricaricati con successo.';
$strProcesslist = 'Lista Processi';
$strProtocolVersion = 'Versione protocollo';
$strPutColNames = 'Mette i nomi delle colonne alla prima riga';
 
$strQBEDel = 'Cancella';
$strQBEIns = 'Aggiungi';
$strQBE = 'Query da esempio';
$strQueryCache = 'Cache delle query';
$strQueryFrame = 'Finestra della Query';
$strQueryOnDb = 'SQL-query sul database <b>%s</b>:';
$strQuerySQLHistory = 'Storico dell\'SQL';
$strQueryStatistics = '<b>Query delle Statistiche</b>: Dall\'avvio, %s queries sono state effettuate sul server.';
$strQueryTime = 'La query ha impiegato %01.4f sec';
$strQueryType = 'Tipo di Query';
$strQueryWindowLock = 'Non sovrascrivere questa query da fuori della finestra';
 
$strReadRequests = 'Richieste di lettura';
$strReceived = 'Ricevuti';
$strRecords = 'Record';
$strReferentialIntegrity = 'Controlla l\'integrità delle referenze:';
$strRefresh = 'Aggiorna';
$strRelationalSchema = 'Schema relazionale';
$strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perché clicca %squi%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relazioni';
$strRelationView = 'Vedi relazioni';
$strReloadingThePrivileges = 'Caricamento dei privilegi in corso';
$strReloadMySQL = 'Riavvia MySQL';
$strRemoveSelectedUsers = 'Rimuove gli utenti selezionati';
$strRenameDatabaseOK = 'Il DataBase %s è stato rinominato in %s';
$strRenameTableOK = 'La tabella %s è stata rinominata %s';
$strRenameTable = 'Rinomina la tabella in';
$strRepairTable = 'Ripara tabella';
$strReplaceNULLBy = 'Sostituisci NULL con';
$strReplaceTable = 'Sostituisci i dati della tabella col file';
$strReplication = 'Replicazione';
$strReset = 'Riavvia';
$strResourceLimits = 'Limiti di risorse';
$strReType = 'Reinserisci';
$strRevokeAndDeleteDescr = 'Gli utenti UTILIZZERANNO comunque il privilegio finché i privilegi non saranno ricaricati.';
$strRevokeAndDelete = 'Revoca tutti i privilegi attivi agli utenti e dopo li cancella.';
$strRevokeMessage = 'Hai revocato i privilegi per %s';
$strRevoke = 'Revoca';
$strRomanian = 'Rumeno';
$strRowLength = 'Lunghezza riga';
$strRowsFrom = 'righe a partire da';
$strRowSize = 'Dimensione riga';
$strRowsModeFlippedHorizontal = 'orizzontale (headers ruotati)';
$strRowsModeHorizontal = ' orizzontale ';
$strRowsModeOptions = ' in modalità %s e ripeti gli headers dopo %s celle ';
$strRowsModeVertical = ' verticale ';
$strRows = 'Righe';
$strRowsStatistic = 'Statistiche righe';
$strRunning = 'in esecuzione su %s';
$strRunQuery = 'Invia Query';
$strRunSQLQuery = 'Esegui la/e query SQL sul database %s';
$strRunSQLQueryOnServer = 'Eseguendo query SQL sul server %s';
$strRussian = 'Russo';
 
$strSaveOnServer = 'Salva sul server nella directory %s';
$strSave = 'Salva';
$strScaleFactorSmall = 'Il fattore di scala è troppo piccolo per riempire lo schema nella pagina';
$strSearch = 'Cerca';
$strSearchFormTitle = 'Cerca nel database';
$strSearchInTables = 'Nella/e tabella/e:';
$strSearchNeedle = 'parola/e o valore/i da cercare (carattere jolly: "%"):';
$strSearchOption1 = 'almeno una delle parole';
$strSearchOption2 = 'tutte le parole';
$strSearchOption3 = 'la frase esatta';
$strSearchOption4 = 'come espressione regolare';
$strSearchResultsFor = 'Cerca i risultati per "<i>%s</i>" %s:';
$strSearchType = 'Trova:';
$strSecretRequired = 'Adesso c\'è bisogno di una password per il file di configurazione (blowfish_secret).';
$strSelectADb = 'Prego, selezionare un database';
$strSelectAll = 'Seleziona Tutto';
$strSelectBinaryLog = 'Selezionare il log binario da visualizzare';
$strSelectFields = 'Seleziona campi (almeno uno):';
$strSelectNumRows = 'nella query';
$strSelectTables = 'Seleziona Tables';
$strSend = 'Salva con nome...';
$strSent = 'Spediti';
$strServerChoice = 'Scelta del server';
$strServerNotResponding = 'Il server non risponde';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Inserimento ritardato';
$strServerStatus = 'Informazioni di Runtime';
$strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.';
$strServerTabProcesslist = 'Processi';
$strServerTabVariables = 'Variabili';
$strServerTrafficNotes = '<b>Traffico del server</b>: Queste tabelle mostrano le statistiche del traffico di retedi questo server MySQL dal momento del suo avvio.';
$strServerVars = 'Variabili e parametri del Server';
$strServerVersion = 'Versione MySQL';
$strSessionValue = 'Valore sessione';
$strSetEnumVal = 'Se il tipo di campo è "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...<br />Se comunque dovete mettere dei backslashes ("\") o dei single quote ("\'") davanti a questi valori, backslashateli (per esempio \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostra tutti';
$strShowColor = 'Mostra il colore';
$strShowDatadictAs = 'Formato del Data Dictionary';
$strShowFullQueries = 'Mostra query complete';
$strShowGrid = 'Mostra la griglia';
$strShowingBookmark = 'Mostrando i segnalibri';
$strShowingRecords = 'Visualizzazione record ';
$strShow = 'Mostra';
$strShowOpenTables = 'Mostra le tabelle aperte';
$strShowPHPInfo = 'Mostra le info sul PHP';
$strShowSlaveHosts = 'Mostra gli hosts slave';
$strShowSlaveStatus = 'Mostra lo stato degli slave';
$strShowStatusBinlog_cache_disk_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario, ma che oltrepassano il valore di binlog_cache_size e usano un file temporaneo per salvare gli statements dalle transazioni.';
$strShowStatusBinlog_cache_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Il numero delle tabelle temporanee create automaticamente sul disco dal server mentre esegue i comandi. Se il valore Created_tmp_disk_tables è grande, potresti voler aumentare il valore tmp_table_size, per fare im modo che le tabelle temporanee siano memory-based anzichè disk-based.';
$strShowStatusCreated_tmp_filesDescr = 'Numero di files temporanei che mysqld ha creato.';
$strShowStatusCreated_tmp_tablesDescr = 'Il numero di tabelle temporanee create automaticamente in memoria dal server durante l\'esecuzione dei comandi.';
$strShowStatusDelayed_errorsDescr = 'Numero di righe scritte con INSERT DELAYED in cui ci sono stati degli errori (probabilmete chiave dublicata).';
$strShowStatusDelayed_insert_threadsDescr = 'Il numero di processi INSERT DELAYED in uso. Ciascuna tabella su cui è usato INSERT DELAYED occupa un thread.';
$strShowStatusDelayed_writesDescr = 'Il numero di righe INSERT DELAYED scritte.';
$strShowStatusFlush_commandsDescr = 'Il numero di comandi FLUSH eseguiti.';
$strShowStatusHandler_commitDescr = 'Il numero di comandi interni COMMIT eseguiti.';
$strShowStatusHandler_deleteDescr = 'Il numero di volte in cui una riga è stata cancellata da una tabella.';
$strShowStatusHandler_discoverDescr = 'Il server MySQL può chiedere al motore di storage NDB Cluster se conosce una tabella sulla base di un nome dato. Questo è chaiamto discovery. Handler_discover indica il numero di volte che una tabella è stata trovata.';
$strShowStatusHandler_read_firstDescr = 'Il numero di volte che il primo valore è stato letto da un indice. Se è troppo alto è probabile che il server stia facendo molte scansioni complete degli indici; per esempio, SELECT col1 FROM foo, assumento che col1 sia indicizzata.';
$strShowStatusHandler_read_keyDescr = 'Il numero di richieste per leggere una riga basata su di una chiave. Se è alta, è un buon indice che le tue query e le tue tabelle sono correttamente indicizzate.';
$strShowStatusHandler_read_nextDescr = 'Il numero di richieste per leggere la riga successiva nell\'ordine delle chiavi. Questo valore è incrementato se stai facendo una query su di una colonna indice con un range costante, oppure se stai facendo una scansione degli indici.';
$strShowStatusHandler_read_prevDescr = 'Il numero di richieste per leggere la riga precedente nell\'ordine delle chiavi. Questo metodo di lettura è principalmente utilizzato per ottimizzare ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Il numero di richieste per leggere una riga basata su una posizione fissa. Questo valore è alto se stai facendo molte richieste che richiedono un ordinamento dei risultati. Probabilmente hai molte query che che richiedono a MySQL di leggere l\'intera tabella oppure ci sono dei joins che non usano le chiavi correttamente.';
$strShowStatusHandler_read_rnd_nextDescr = 'Il numero di richieste per leggere la riga successiva in un file di dati. Questo valore è alto se stai facendo molte scansioni della tabella. Generalmente è un segnale che le tue tabelle non sono correttamente indicizzate, o che le query non sono state scritte per trarre vantaggi dagli indici che hai.';
$strShowStatusHandler_rollbackDescr = 'Il numero di comandi ROLLBACK interni.';
$strShowStatusHandler_updateDescr = 'Il numero di richieste per aggiornare una riga in una tabella.';
$strShowStatusHandler_writeDescr = 'Il numero di richieste per inserire una riga in una tabella.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Il numero di pagine che contengono dati (sporchi o puliti).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Il numero di pagine attualmente sporche.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Il numero di buffer pool pages che hanno avuto richiesta di essere aggiornate.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Il numero di pagine libere.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Il numero di pagine bloccate in un InnoDB buffer pool. Queste pagine sono attualmente in lettura o in scittura e non possono essere aggiornate o rimosse per altre ragioni.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Il numero di pagine occupate perchè sono state allocate per amministrazione, come row locks o per hash index adattivi. Questo valore può essere calcolato come Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Il numero totale di buffer pool, in pagine.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Il numero di read-aheads "random" InnoDB iniziate. Questo accade quando una query legge una porzione di una tabella, ma in ordine casuale.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Il numero di read-aheads InnoDB sequanziali. Questo accade quando InnoDB esegue una scansione completa sequenziale di una tabella.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Il numero di richieste logiche che InnoDb ha fatto.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Il numero di richieste logiche che InnoDB non può soddisfare dal buffer pool e che devono fare una lettura di una pagina singola.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente le sritture nel buffer pool InnoDB vengono effettuate in background. Tuttavia se è necessario leggere o creare una pagina, e non sono disponibile pagine pulite è necessario attendere che le pagine siano aggiornate prima. Questo contatore conta le istanze di queste attese. Se la dimesione del buffer pool è stata settata correttamente questo valore dovrebbe essere basso.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Il numero di scritture effettuate nel buffer pool InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Il numero delle operazioni fsync() fino ad ora.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Il numero di operazioni fsync() in attesa.';
$strShowStatusInnodb_data_pending_readsDescr = 'Il numero di letture in attesa.';
$strShowStatusInnodb_data_pending_writesDescr = 'Il numero di scritture in attesa.';
$strShowStatusInnodb_data_readDescr = 'La quantità di dati letti fino ad ora, in bytes.';
$strShowStatusInnodb_data_readsDescr = 'Il numero totale di dati letti.';
$strShowStatusInnodb_data_writesDescr = 'Il numero totale di dati scritti.';
$strShowStatusInnodb_data_writtenDescr = 'La quantità di dati scritti fino ad ora, in bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
$strShowStatusInnodb_dblwr_writesDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
$strShowStatusInnodb_log_waitsDescr = 'Il numero di attese che abbiamo avuto perchè il buffer di log era troppo piccolo e abbiamo duvuto attendere che fosse aggiornato prima di continuare.';
$strShowStatusInnodb_log_write_requestsDescr = 'Il numero di richieste di scrittura dei log.';
$strShowStatusInnodb_log_writesDescr = 'Il numero scritture fisiche del log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Il numero di scritture fsync fatte sul log file.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Il numero degli fsyncs in sospeso sul log file.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Il numero di scritture in sospeso sul log file.';
$strShowStatusInnodb_os_log_writtenDescr = 'Il numero di bytes scritti sul log file.';
$strShowStatusInnodb_pages_createdDescr = 'Il numero di pagine create.';
$strShowStatusInnodb_page_sizeDescr = 'La dimesione di-compilazione delle pagine InnoDB (default 16KB). Molti valori sono conteggiati nelle pagine; la dimesione delle pagine permette di convertirli facilmente in bytes.';
$strShowStatusInnodb_pages_readDescr = 'Il numero di pagine lette.';
$strShowStatusInnodb_pages_writtenDescr = 'Il numero di pagine scritte.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Il numero di row locks attualmente in attesa.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Il tempo medio per l\'acquisizione di un row lock, in millisecondi.';
$strShowStatusInnodb_row_lock_timeDescr = 'Il tempo totale per l\'acquisizione di un row locks, in millisecondi.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Il tempo massimo per l\'acquisizione di un row lock, in millisecondi.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Il numero di volte che un row lock ha dovuto attendere.';
$strShowStatusInnodb_rows_deletedDescr = 'Il numero di righe cancellate da una tabella InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Il numero di righe inserite da una tabella InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Il numero di righe lette da una tabella InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Il numero di righe aggiornate da una tabella InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Il numero di blocchi chaive aggiunti nella cache chiave che sono stati cambiati, ma che non sono stai aggiornati su disco. E\' conosciuto con il nome di Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Il numero di blocchi non usati nella cache chiave. Puoi usare questo valore per determinare quanta cache chiave è in uso.';
$strShowStatusKey_blocks_usedDescr = 'Il numero di blocchi usati nella cache chiave. The number of used blocks in the key cache. Questo valore è un\'importante segnale che indica il numero massimo di blocchi che sono stati in uso contemporaneamente.';
$strShowStatusKey_read_requestsDescr = 'Il numero di richieste per le ggere un blocco chiave dalla cache.';
$strShowStatusKey_readsDescr = 'Il numero di letture fisiche dal disco di un blocco chiave. Se Key_reads è grande allora il valore key_buffer_size è probabilmente troppo piccolo. IIl rapporto di cache miss rate può essere calcolato come Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Il numero di richieste per scrivere una blocco chiave nella cache.';
$strShowStatusKey_writesDescr = 'Il numero di scritture fisiche di un blocco chiave sul disco.';
$strShowStatusLast_query_costDescr = 'Il costo totale dell\'ultima query compilata così come computato dall\'ottimizzatore delle query. Utile per comparare il costo di differenti query per la stessa operazione di query. Il valore di default è 0, che significa che nessuna query è stata ancora compilata.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'In numero di righe in attesa di essere scritte nella coda INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Il numero di tabelle che sono state aperte. Se il valore opened_tables è grande, probabilmente il valore di table cache è troppo piccolo.';
$strShowStatusOpen_filesDescr = 'Il numero di files che sono aperti.';
$strShowStatusOpen_streamsDescr = 'il numero di stream che sono aperti (usato principalmente per il logging).';
$strShowStatusOpen_tablesDescr = 'Il numero di tabelle che sono aperte.';
$strShowStatusQcache_free_blocksDescr = 'Il numero di blocchi di memoria liberi nella cache delle query.';
$strShowStatusQcache_free_memoryDescr = 'L\'ammontare di memoria libera nella cache delle query.';
$strShowStatusQcache_hitsDescr = 'Il numero di cache hits.';
$strShowStatusQcache_insertsDescr = 'Il numero di query aggiunte alla cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'Il numero di query che sono state rimosse dalla cache per liberare memoria per la cache di nuove query. Questa informazione può aiutarti per parametrare la dimensione della cache delle query. La cache delle query usa una strategia di "meno usate recentemente" (LRU - least recently used) per decidere quali query rimuovere dalla cache.';
$strShowStatusQcache_not_cachedDescr = 'Il numero di query non in cache (impossibilità di inserirle nella cache oppure non inserite per i settaggi del parametro query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Il numero di query registrate nella cache.';
$strShowStatusQcache_total_blocksDescr = 'Il numero totale di blocchi nella cache delle query.';
$strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'Lo sato delle repliche failsafe (non ancora implementato).';
$strShowStatusSelect_full_joinDescr = 'Il numero di joins che non usano gli indici. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
$strShowStatusSelect_full_range_joinDescr = 'Il numero di joins che usano una ricerca limitata su di una tabella di riferimento.';
$strShowStatusSelect_range_checkDescr = 'Il numero di joins senza chiavi che controllano per l\'uso di una chiave dopo ogni riga. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
$strShowStatusSelect_rangeDescr = 'Il numero di joins che usano un range sulla prima tabella. (Non è, solitamente, un valore critico anche se è grande.)';
$strShowStatusSelect_scanDescr = 'Il numero di join che hanno effettuato una scansione completa della prima tabella.';
$strShowStatusSlave_open_temp_tablesDescr = 'Il numero di tabelle temporaneamente aperte da processi SQL slave.';
$strShowStatusSlave_retried_transactionsDescr = 'Numero totale di volte (dalla partenza) in cui la replica slave SQL ha ritentato una transazione.';
$strShowStatusSlave_runningDescr = 'Questa chiave è ON se questo è un server slave connesso ad un server master.';
$strShowStatusSlow_launch_threadsDescr = 'Numero di processi che hanno impiegato più di "slow_launch_time" secondi per partire.';
$strShowStatusSlow_queriesDescr = 'Numero di query che hanno impiegato più di "long_query_time" seconds.';
$strShowStatusSort_merge_passesDescr = 'Il numero di fusioni passate all\'algoritmo di ordianemento che sono state fatte. Se questo valore è grande, dovresti incrementare la variabile di sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Il numero di ordinamenti che sono stati eseguiti in un intervallo.';
$strShowStatusSort_rowsDescr = 'Il numero di righe ordinate.';
$strShowStatusSort_scanDescr = 'Il numero di ordinamenti che sono stati fatti leggendo la tabella.';
$strShowStatusTable_locks_immediateDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente.';
$strShowStatusTable_locks_waitedDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente ed era necessaria un\'attesa. Se è alto, potresti avere dei problemi con le performance, dovresti prima ottimizzare le query, oppure sia utilizzare le repliche, sia dividere le tabelle.';
$strShowStatusThreads_cachedDescr = 'Il numero dei processi nella cache dei processi. L\'hit rate della cache può essere calcolato come processi_creati/connessioni. Se questo valore è rosso devi aumentare la tua thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Il numero di connessioni correntemente aperte.';
$strShowStatusThreads_createdDescr = 'Il numero di processi creati per gestire le connessioni. Se Threads_created è grosso, devi probabilmente aumentare il valore thread_cache_size. (Normalmente questo non fornisce un significatico incremento delle performace se hai una buona implementazione dei processi.)';
$strShowStatusThreads_runningDescr = 'Il numero di processi non in attesa.';
$strShowTableDimension = 'Mostra la dimensione delle tabelle';
$strShowTables = 'Mostra le tabelle';
$strShowThisQuery = 'Mostra questa query di nuovo';
$strSimplifiedChinese = 'Cinese Semplificato';
$strSingly = '(singolarmente)';
$strSize = 'Dimensione';
$strSkipQueries = 'Numero di record (query) da saltare a partire dall\'inizio';
$strSlovak = 'Slovacco';
$strSlovenian = 'Sloveno';
$strSocketProblem = '(o il socket del server locale MySQL non è correttamente configurato)';
$strSortByKey = 'Ordina per chiave';
$strSorting = 'Ordinando';
$strSort = 'Ordinamento';
$strSpaceUsage = 'Spazio utilizzato';
$strSpanish = 'Spagnolo';
$strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").';
$strSQLExportCompatibility = 'Compatibilità dell\'esportazione SQL';
$strSQLExportType = 'Tipo di esportazione';
$strSQLImportOptions = 'Opzioni SQL';
$strSQLOptions = 'Opzioni SQL';
$strSQLParserBugMessage = 'C\'è la possibilità che ci sia un bug nel parser SQL. Per favore, esaminate la query accuratamente, e controllate che le virgolette siano corrette e non sbagliate. Altre possibili cause d\'errori possono essere che si stia cercando di uploadare un file binario al di fuori di un\'area di testo virgolettata. Si può anche provare la query MySQL dalla riga di comando di MySQL. L\'errore qui sotto restituito dal server MySQL, se ce n\'è uno, può anche aiutare nella diagnostica del problema. Se ci sono ancora problemi, o se il parser SQL di phpMyAdmin sbaglia quando invece l\'interfaccia a riga di comando non mostra problemi, si può ridurre la query SQL in ingresso alla singola query che causa problemi, e inviare un bug report con i dati riportati nella sezione CUT qui sotto:';
$strSQLParserUserError = 'Pare che ci sia un errore nella query SQL immessa. L\'errore del server MySQL mostrato qui sotto, se c\'è, può anche aiutare nella risoluzione del problema';
$strSQLQuery = 'query SQL';
$strSQLResult = 'Risultato SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificatore Non Valido';
$strSQPBugUnclosedQuote = 'Virgolette Non Chiuse';
$strSQPBugUnknownPunctuation = 'Stringa di Punctuation Sconosciuta';
$strStatCheckTime = 'Ultimo controllo';
$strStatCreateTime = 'Creazione';
$strStatement = 'Istruzioni';
$strStatisticsOverrun = 'Su di un server sovraccarico, il contatore dei bytes potrebbe incrementarsi, e per questa ragione le statistiche riportate dal server MySQL potrebbero non essere corrette.';
$strStatUpdateTime = 'Ultimo cambiamento';
$strStatus = 'Stato';
$strStorageEngine = 'Motore di Memorizzazione';
$strStorageEngines = 'Motori di Memorizzazione';
$strStrucCSV = 'dati CSV';
$strStrucData = 'Struttura e dati';
$strStrucDrop = 'Aggiungi DROP TABLE';
$strStrucExcelCSV = 'CSV per dati MS Excel';
$strStrucNativeExcel = 'Dati nativi di MS Excel';
$strStrucOnly = 'Solo struttura';
$strStructPropose = 'Proponi la struttura della tabella';
$strStructure = 'Struttura';
$strSubmit = 'Invia';
$strSuccess = 'La query è stata eseguita con successo';
$strSum = 'Totali';
$strSwedish = 'Svedese';
$strSwitchToDatabase = 'Passare al Database copiato';
$strSwitchToTable = 'Passa alla tabella copiata';
 
$strTableAlreadyExists = 'La tabella %s esiste già!';
$strTableComments = 'Commenti sulla tabella';
$strTableEmpty = 'Il nome della tabella è vuoto!';
$strTableHasBeenDropped = 'La tabella %s è stata eliminata';
$strTableHasBeenEmptied = 'La tabella %s è stata svuotata';
$strTableHasBeenFlushed = 'La tabella %s è stata inizializzata';
$strTableMaintenance = 'Amministrazione tabella';
$strTableOfContents = 'Tabella dei contenuti';
$strTableOptions = 'Opzioni della tabella';
$strTables = '%s tabella(e)';
$strTableStructure = 'Struttura della tabella';
$strTable = 'Tabella';
$strTableType = 'Tipo tabella';
$strTakeIt = 'prendilo';
$strTblPrivileges = 'Privilegi relativi alle tabelle';
$strTempData = 'Dati temporanei';
$strTextAreaLength = ' A causa della sua lunghezza,<br /> questo campo non può essere modificato ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Tema di default %s non trovato!';
$strThemeNoPreviewAvailable = 'Nessuna preview disponibile.';
$strThemeNotFound = 'Tema %s non trovato!';
$strThemeNoValidImgPath = 'Nessun percorso per le immagini per il tema %s trovato!';
$strThemePathNotFound = 'Percorso per il tema non trovato %s!';
$strTheme = 'Tema / Stile';
$strThisHost = 'Questo Host';
$strThisNotDirectory = 'Questa non è una directory';
$strThreads = 'Processi';
$strThreadSuccessfullyKilled = 'Il thread %s è stato terminato con successo.';
$strTimeoutInfo = 'Una precedente importazione è entrata in timeout, dopo un nuovo inoltro riprenderà dalla posizione: %d.';
$strTimeoutNothingParsed = 'Nell\'ultima esecuzione nessun dato è stato processato, questo, solitamente, vuole dire che che phpMyAdmin non è in grado di ultimare l\'operazione fino a che non verrà aumentato il parametro php time limits.';
$strTimeoutPassed = 'Superato il tempo limite dello script, se vuoi finire l\'importazione inoltra nuovamente il file e il processo riprenderà.';
$strTime = 'Tempo';
$strToggleScratchboard = '(dis)attiva scratchboard';
$strTotal = 'Totali';
$strTotalUC = 'Totale';
$strTraditionalChinese = 'Cinese Tradizionale';
$strTraditionalSpanish = 'Spagnolo tradizionale';
$strTraffic = 'Traffico';
$strTransactionCoordinator = 'Coordinatore delle transazioni';
$strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione è il nome del file binario. La seconda opzione è un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota';
$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati.';
$strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)';
$strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).';
$strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Prende un campo TIME, TIMESTAMP o DATETIME e lo formatta utilizzando il formato data locale. La prima opzione è il time offset (in ore) il quale sarà aggiunto al timestamp (Predefinito: 0). La seconda opzione è un formato data in linea con i parametri disponibili per la funzione strftime() del PHP.';
$strTransformation_text_plain__external = 'SOLO PER LINUX: Lancia un\'applicazione esterna e riempie i dati dei campi tramite lo standard input. Restituisce lo standard output dell\'applicazione. L\'impostazione predefinita è Tidy, per stampare in maniera corretta il codice HTML. Per motivi di sicurezza, dovete editare manualmente il file libraries/transformations/text_plain__external.inc.php e inserire gli strumenti che permettete di utilizzare. La prima opzione è così il numero del programma che volete utilizzare e la seconda sono i parametri per il programma. Il terzo parametro, se impostato a 1 convertirà l\'output utilizzando htmlspecialchars() (Predefinito: 1). Un quarto parametro, se impostato a 1 inserirà un NOWRAP al contenuto della cella così che l\'intero output sarà mostrato senza essere riformattato (Predefinito: 1)';
$strTransformation_text_plain__formatted = 'Preserva l\'originale formattazione del campo. Nessun Escaping viene applicato.';
$strTransformation_text_plain__imagelink = 'Mostra un collegamento ad una immagine esterna; il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è la larghezza in pixel, la terza è l\'altezza.';
$strTransformation_text_plain__link = 'Mostra un collegamento, il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è un titolo per il collegamento.';
$strTransformation_text_plain__sql = 'Formatta il testo come query SQL con evidenziazione della sintassi.';
$strTransformation_text_plain__substr = 'Mostra soltanto una parte della stringa. La prima opzione è l\'offset che serve a definire dove inizia l\'output del vostro testo (Prefinito: 0). La seconda opzione è un offset che indica quanto testo viene restituito. Se vuoto, restituisce tutto il testo rimanente. La terza opzione definisce quali caratteri saranno aggiunti in fondo all\'output quando una soptto-stringa viene restituita (Predefinito: ...) .';
$strTruncateQueries = 'Tronca le Query Mostrate';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraino';
$strUncheckAll = 'Deseleziona tutti';
$strUnicode = 'Unicode';
$strUnique = 'Unica';
$strUnknown = 'sconosciuto';
$strUnselectAll = 'Deseleziona Tutto';
$strUnsupportedCompressionDetected = 'Stai cercando di importare un file con un tipo di compressione non supportato. Altrimenti il supporto per questo tipo di compressione non è stato ancora implementato o è stato disabilitato dalla tua configurazione.';
$strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.';
$strUpdateProfileMessage = 'Il profilo è stato aggiornato.';
$strUpdateQuery = 'Aggiorna Query';
$strUpdComTab = 'Prego leggere la documentazione su come aggiornare la vostra tabella Column_comments';
$strUpgrade = 'Si dovrebbe aggiornare %s alla versione %s o successiva.';
$strUploadLimit = 'Stai probabilmente cercando di uplodare un file troppo grosso. Fai riferimento alla documentazione %sdocumentation%s Per i modi di aggirare questo limite.';
$strUsage = 'Utilizzo';
$strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi';
$strUsedPhpExtensions = 'Estensioni PHP usate';
$strUseHostTable = 'Utilizza la Tabella dell\'Host';
$strUserAlreadyExists = 'L\'utente %s esiste già!';
$strUserEmpty = 'Il nome utente è vuoto!';
$strUserName = 'Nome utente';
$strUserNotFound = 'L\'utente selezionato non è stato trovato nella tabella dei privilegi.';
$strUserOverview = 'Vista d\'insieme dell\'utente';
$strUsersDeleted = 'Gli utenti selezionati sono stati cancellati con successo.';
$strUsersHavingAccessToDb = 'Utenti che hanno accesso a &quot;%s&quot;';
$strUser = 'Utente';
$strUseTabKey = 'Usare il tasto TAB per spostare il cursore di valore in valore, o CTRL+frecce per spostarlo altrove';
$strUseTables = 'Utilizza tabelle';
$strUseTextField = 'Utilizza campo text';
$strUseThisValue = 'Usa questa opzione';
 
$strValidateSQL = 'Valida SQL';
$strValidatorError = 'L\' SQL validator non può essere inizializzato. Prego controllare di avere installato le estensioni php necessarie come descritto nella %sdocumentazione%s.';
$strValue = 'Valore';
$strVar = 'Variabile';
$strVersionInformation = 'Informazioni sulla versione';
$strViewDumpDatabases = 'Visualizza il dump (schema) dei databases';
$strViewDumpDB = 'Visualizza dump (schema) del database';
$strViewDump = 'Visualizza dump (schema) della tabella';
$strViewHasBeenDropped = 'La vista %s è stata eliminata';
$strViewMaxExactCount = 'Questa vista ha più di %d righe. Per informazioni fare riferimento a %sdocumentation%s.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'directory di upload del web-server';
$strWebServerUploadDirectoryError = 'La directory impostata per l\'upload non può essere trovata';
$strWelcome = 'Benvenuto in %s';
$strWestEuropean = 'Europeo Occidentale';
$strWildcard = 'wildcard';
$strWindowNotFound = 'La finestra destinataria del browser non può essere aggiornata. Può darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza';
$strWithChecked = 'Se selezionati:';
$strWriteRequests = 'Richieste di scrittura';
$strWritingCommentNotPossible = 'Impossibile scrivere il commento';
$strWritingRelationNotPossible = 'Impossibile scrivere la Relazione';
$strWrongUser = 'Nome utente o password errati. Accesso negato.';
 
$strXML = 'XML';
 
$strYes = 'Sì';
 
$strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/italian-iso-8859-15.inc.php
0,0 → 1,982
<?php
/* $Id: italian-iso-8859-15.inc.php,v 2.52.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* translated by: Pietro Danesi <danone at users.sourceforge.net> 2002-03-29
* Revised by: "DPhantom" <dphantom at users.sourceforge.net> 2002-04-16
* Revised by: "Luca Rebellato" <rebeluca at users.sourceforge.net> 2005-11-27
*/
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days
$month = array('Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'); //italian months
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y at %I:%M %p'; //italian time
$timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi';
 
$strAbortedClients = 'Fallito';
$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver alla directory di docSQL';
$strAccessDenied = 'Accesso negato';
$strAccessDeniedCreateConfig = 'La ragione di questo è che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.';
$strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.';
$strAction = 'Azione';
$strAddAutoIncrement = 'Aggiungi valore AUTO_INCREMENT';
$strAddConstraints = 'Aggiungi vincoli';
$strAddDeleteColumn = 'Aggiungi/Cancella campo';
$strAddDeleteRow = 'Aggiungi/Cancella criterio';
$strAddDropDatabase = 'Aggiungi DROP DATABASE';
$strAddedColumnComment = 'Agginto commento sulla colonna';
$strAddedColumnRelation = 'Aggiunta Relazione per la colonna';
$strAddFields = 'Aggiungi %s campo(i)';
$strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)';
$strAddIfNotExists = 'Aggiunge IF NOT EXISTS';
$strAddIntoComments = 'Aggiungi nei commenti';
$strAddNewField = 'Aggiungi un nuovo campo';
$strAddPrivilegesOnDb = 'Aggiungi privilegi sul seguente database';
$strAddPrivilegesOnTbl = 'Aggiungi privilegi sulla seguente tabella';
$strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):';
$strAddToIndex = 'Aggiungi all\'indice &nbsp;%s&nbsp;colonna/e';
$strAddUser = 'Aggiungi un nuovo utente';
$strAddUserMessage = 'Hai aggiunto un nuovo utente.';
$strAdministration = 'Amministrazione';
$strAffectedRows = 'Righe interessate:';
$strAfter = 'Dopo %s';
$strAfterInsertBack = 'Indietro';
$strAfterInsertNewInsert = 'Inserisci un nuovo record';
$strAfterInsertNext = 'Modifica il record successivo';
$strAfterInsertSame = 'Torna a questa pagina';
$strAllowInterrupt = 'Permette di interrompere il processo di importazione nel caso lo script rilevi che è troppo vicino al tempo limite. Questo potrebbe essere un buon modo di importare grandi file, tuttavia potrebbe interrompere la transazione.';
$strAllTableSameWidth = 'mostra tutte le Tabelle con la stessa larghezza?';
$strAll = 'Tutti';
$strAlterOrderBy = 'Altera tabella ordinata per';
$strAnalyzeTable = 'Analizza tabella';
$strAnd = 'E';
$strAndThen = 'e quindi';
$strAnIndex = 'Un indice è stato aggiunto in %s';
$strAnyHost = 'Qualsiasi host';
$strAny = 'Qualsiasi';
$strAnyUser = 'Qualsiasi utente';
$strApproximateCount = 'Può essere approssimato. Vedere FAQ 3.11';
$strAPrimaryKey = 'Una chiave primaria è stata aggiunta in %s';
$strArabic = 'Arabo';
$strArmenian = 'Armeno';
$strAscending = 'Crescente';
$strAtBeginningOfTable = 'All\'inizio della tabella';
$strAtEndOfTable = 'Alla fine della tabella';
$strAttr = 'Attributi';
$strAutodetect = 'Autorilevazione';
$strAutomaticLayout = 'Impaginazione automatica';
 
$strBack = 'Indietro';
$strBaltic = 'Baltico';
$strBeginCut = 'INIZIO CUT';
$strBeginRaw = 'INIZIO RAW';
$strBinary = 'Binario';
$strBinaryDoNotEdit = 'Tipo di dato Binario - non modificare';
$strBinaryLog = 'Log binario';
$strBinLogEventType = 'Tipo di evento';
$strBinLogInfo = 'Informazioni';
$strBinLogName = 'Nome del Log';
$strBinLogOriginalPosition = 'Posizione originale';
$strBinLogPosition = 'Posizione';
$strBinLogServerId = 'ID del server';
$strBookmarkAllUsers = 'Permetti ad ogni utente di accedere a questo bookmark';
$strBookmarkCreated = 'Segnalibro %s creato';
$strBookmarkDeleted = 'Il bookmark è stato cancellato.';
$strBookmarkLabel = 'Etichetta';
$strBookmarkQuery = 'Query SQL aggiunte ai preferiti';
$strBookmarkReplace = 'Sostituzione dei segnalibri esistenti con lo stesso nome';
$strBookmarkThis = 'Aggiungi ai preferiti questa query SQL';
$strBookmarkView = 'Visualizza solo';
$strBrowseDistinctValues = 'Nviga tra i valori DISTINCT';
$strBrowseForeignValues = 'Sfoglia le opzioni straniere';
$strBrowse = 'Mostra';
$strBufferPoolActivity = 'Attività del Buffer Pool';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Utilizzo del Buffer Pool';
$strBufferReadMissesInPercent = 'Non letto in %';
$strBufferReadMisses = 'Non letto';
$strBufferWriteWaits = 'In attesa di scrittura';
$strBufferWriteWaitsInPercent = 'In attesa di scrittura in %';
$strBulgarian = 'Bulgaro';
$strBusyPages = 'Pagine occupate';
$strBzError = 'phpMyAdmin non è capace di comprimere il dump a causa dell\'estensione Bz2 errata in questa versione di PHP. Vi raccomandiamo vivamente di settare il parametro <code>$cfg[\'BZipDump\']</code> nel vostro file di configurazione di phpMyAdmin a <code>FALSE</code>. Se volete utilizzare le capacità di compressione Bz2, dovreste aggiornare il PHP all\'ultima versione. Date un\'occhiata al bug report %s per uteriori dettagli.';
$strBzip = '"compresso con bzip2"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'Non posso caricare i plugins di importazione, controlla la tua configurazione!';
$strCannotLogin = 'Impossibile eseguire il login nel server MySQL';
$strCantLoad = 'Impossibile caricare l\'estensione %s,<br />prego controllare la configurazione di PHP';
$strCantLoadRecodeIconv = 'Impossibile caricare l\'estensione iconv o recode necessaria per la conversione del set di caratteri, configurare il PHP per permettere di utilizzare queste estenzioni o disabilitare la conversione dei set di caratteri in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!';
$strCantUseRecodeIconv = 'Impossibile utilizzare le funzioni iconv o libiconv o recode_string in quanto l\'estensione deve essere caricata. Controllare la configurazione del PHP.';
$strCardinality = 'Cardinalità';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Europeo Centrale';
$strChangeCopyModeCopy = '... mantieni quello vecchio.';
$strChangeCopyMode = 'Crea un nuovo utente con gli stessi privilegi e ...';
$strChangeCopyModeDeleteAndReload = ' ... cancella quello vecchio dalla tabella degli utenti e in seguito ricarica i privilegi.';
$strChangeCopyModeJustDelete = ' ... cancella quello vecchio dalla tabella degli utenti.';
$strChangeCopyModeRevoke = ' ... revoca tutti i privilegi attivi da quello vecchio e in seguito cancellalo.';
$strChangeCopyUser = 'Cambia le Informazioni di Login / Copia Utente';
$strChangeDisplay = 'Scegli il campo da mostrare';
$strChange = 'Modifica';
$strChangePassword = 'Cambia password';
$strCharsetOfFile = 'Set di caratteri del file:';
$strCharsetsAndCollations = 'Set di Caratteri e Collations';
$strCharset = 'Set di caratteri';
$strCharsets = 'Set di caratteri';
$strCheckAll = 'Seleziona tutti';
$strCheckOverhead = 'Controllo addizionale';
$strCheckPrivs = 'Controlla i privilegi';
$strCheckPrivsLong = 'Controlla i privilegi per il database &quot;%s&quot;.';
$strCheckTable = 'Controlla tabella';
$strChoosePage = 'Prego scegliere una Page da modificare';
$strColComFeat = 'Visualizzazione commenti delle colonne';
$strCollation = 'Collation';
$strColumnNames = 'Nomi delle colonne';
$strColumnPrivileges = 'Privilegi relativi alle colonne';
$strCommand = 'Comando';
$strComments = 'Commenti';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'Compatibile con MySQL&nbsp;4.0';
$strCompleteInserts = 'Inserimenti completi';
$strCompression = 'Compressione';
$strCompressionWillBeDetected = 'Il tipo di compressione del file importato sarà automaticamente rilevato da: %s';
$strConfigDefaultFileError = 'Non posso leggere la configurazione da: "%1$s"';
$strConfigFileError = 'phpMyAdmin non riesce a leggere il file di configurazione!<br />Questo può accadere se il php trova un parse error in esso oppure il php non trova il file.<br />Richiamate il file di configurazione direttamente utilizzando il link sotto e leggete il/i messaggio/i di errore del php che ricevete. Nella maggior parte dei casi ci sono un apostrofo o una virgoletta mancanti.<br />Se ricevete una pagina bianca, allora è tutto a posto.';
$strConfigureTableCoord = 'Prego, configurare le coordinate per la tabella %s';
$strConnectionError = 'Impossibile connettersi: impostazioni non valide.';
$strConnections = 'Connessioni';
$strConstraintsForDumped = 'Limiti per le tabelle scaricate';
$strConstraintsForTable = 'Limiti per la tabella';
$strCookiesRequired = 'Da questo punto in poi, i cookies devono essere abilitati.';
$strCopy = 'Copia';
$strCopyDatabaseOK = 'Il Database %s è stato copiato in %s';
$strCopyTable = 'Copia la tabella nel (database<b>.</b>tabella):';
$strCopyTableOK = 'La tabella %s è stata copiata su %s.';
$strCopyTableSameNames = 'Impossibile copiare la tabella su se stessa!';
$strCouldNotKill = 'phpMyAdmin non è in grado di terminare il thread %s. Probabilmente è già stato terminato.';
$strCreate = 'Crea';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE prima di copiare';
$strCreateIndex = 'Crea un indice su &nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Crea un nuovo indice';
$strCreateNewDatabase = 'Crea un nuovo database';
$strCreateNewTable = 'Crea una nuova tabella nel database %s';
$strCreatePage = 'Crea una nuova Page';
$strCreatePdfFeat = 'Creazione di PDF';
$strCreationDates = 'Creazione/Aggiornamento/Controllo date';
$strCriteria = 'Criterio';
$strCroatian = 'Croato';
$strCSV = 'CSV';
$strCSVImportOptions = 'opzioni CSV';
$strCSVOptions = 'Opzioni CSV';
$strCyrillic = 'Cirillico';
$strCzech = 'Ceco';
$strCzechSlovak = 'Ceco-Slovacco';
 
$strDanish = 'Danese';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Il nome del DataBase è vuoto!';
$strDatabaseExportOptions = 'Opzioni di esportazione del database';
$strDatabaseHasBeenDropped = 'Il Database %s è stato eliminato.';
$strDatabaseNoTable = 'Questo database non contiene tabelle!';
$strDatabases = 'Database';
$strDatabasesDropped = '%s databases sono stati cancellati correttamente.';
$strDatabasesStatsDisable = 'Disabilita le Statistiche';
$strDatabasesStatsEnable = 'Abilita le Statistiche';
$strDatabasesStatsHeavyTraffic = 'N.B.: Abilitare qui le statistiche del Database potrebbe causare del traffico intenso fra il server web e MySQL.';
$strDatabasesStats = 'Statistiche dei databases';
$strData = 'Dati';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Solo dati';
$strDataPages = 'Pagine contenenti dati';
$strDBComment = 'Commento al Database: ';
$strDBCopy = 'Copia il Database in';
$strDBGContext = 'Contesto';
$strDBGContextID = 'ID del Contesto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linea';
$strDBGMaxTimeMs = 'Tempo massimo, ms';
$strDBGMinTimeMs = 'Tempo minimo, ms';
$strDBGModule = 'Modulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo totale, ms';
$strDbPrivileges = 'Privilegi specifici al database';
$strDBRename = 'Rinomina il DataBase in';
$strDbSpecific = 'specifico del database';
$strDefaultEngine = '%s è il motore di memorizzazione predefinito su questo server MySQL.';
$strDefault = 'Predefinito';
$strDefaultValueHelp = 'Per i valori predefiniti, prego inserire un singolo valore, senza backslashes escaping o virgolette, utilizzando questo formato: a';
$strDefragment = 'Deframmenta la tabella';
$strDelayedInserts = 'Utilizza inserimenti ritardati';
$strDeleteAndFlush = 'Cancella gli utenti e dopo ricarica i privilegi.';
$strDeleteAndFlushDescr = 'Questa è la vita più giusta, ma il caricamento dei privilegi può durare qualche secondo.';
$strDelete = 'Cancella';
$strDeleted = 'La riga è stata cancellata';
$strDeletedRows = 'Righe cancellate:';
$strDeleteNoUsersSelected = 'Nessun utente selezionato per la cancellazione!';
$strDeleting = 'Cancellazione in corso di %s';
$strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono più. Volete cancellare questi Riferimenti?';
$strDescending = 'Decrescente';
$strDescription = 'Descrizione';
$strDictionary = 'dizionario';
$strDirtyPages = 'Pagine sporche';
$strDisabled = 'Disabilitata';
$strDisableForeignChecks = 'Disabilita i controlli sulle chiavi straniere';
$strDisplayFeat = 'Mostra Caratteristiche';
$strDisplayOrder = 'Ordine di visualizzazione:';
$strDisplayPDF = 'Mostra lo schema del PDF';
$strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")';
$strDocu = 'Documentazione';
$strDoYouReally = 'Confermi: ';
$strDropDatabaseStrongWarning = 'Si sta per DISTRUGGERE COMPLETAMENTE un intero DataBase!';
$strDrop = 'Elimina';
$strDropUsersDb = 'Elimina i databases gli stessi nomi degli utenti.';
$strDumpingData = 'Dump dei dati per la tabella';
$strDumpSaved = 'Il dump è stato salvato sul file %s.';
$strDumpXRows = 'Dump di %s righe a partire dalla riga %s.';
$strDynamic = 'dinamico';
 
$strEdit = 'Modifica';
$strEditPDFPages = 'Modifica pagine PDF';
$strEditPrivileges = 'Modifica Privilegi';
$strEffective = 'Effettivo';
$strEmptyResultSet = 'MySQL ha restituito un insieme vuoto (i.e. zero righe).';
$strEmpty = 'Svuota';
$strEnabled = 'Abilitata';
$strEncloseInTransaction = 'Includi export in una transazione';
$strEndCut = 'FINE CUT';
$strEnd = 'Fine';
$strEndRaw = 'FINE RAW';
$strEngineAvailable = '%s è disponibile su questo server MySQL.';
$strEngineDisabled = '%s è stato disabilitato su questo server MySQL.';
$strEngines = 'Motori';
$strEngineUnsupported = 'Questo server MySQL non supporta il motore di memorizzazione %s.';
$strEnglish = 'Inglese';
$strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese';
$strError = 'Errore';
$strErrorInZipFile = 'Errore nell\'archivio ZIP:';
$strEscapeWildcards = 'I caratteri jolly _ e % dovrebbero essere preceduti da un \ per l\'utilizzo letterale';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estone';
$strExcelEdition = 'Edizione Excel';
$strExcelOptions = 'Opzioni di Excel';
$strExecuteBookmarked = 'Esegue la query dalle preferite';
$strExplain = 'Spiega SQL';
$strExport = 'Esporta';
$strExtendedInserts = 'Inserimenti estesi';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativi falliti';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Il campo %s è stato eliminato';
$strFields = 'Campi';
$strFieldsEmpty = ' Il contatore dei campi è vuoto! ';
$strFieldsEnclosedBy = 'Campo composto da';
$strFieldsEscapedBy = 'Campo impedito da';
$strFieldsTerminatedBy = 'Campo terminato da';
$strFileAlreadyExists = 'Il file %s esiste già sul server: prego, cambiare nome del file o selezionare l\'opzione "sovrascrivi".';
$strFileCouldNotBeRead = 'Il file non può essere letto';
$strFileNameTemplateDescriptionDatabase = 'nome database';
$strFileNameTemplateDescription = 'Questo valore è interpretato usando %1$sstrftime%2$s, in questo modo puoi usare stringhe di formattazione per le date/tempi. Verranno anche aggiunte le seguenti trasformazioni: %3$s. Il testo rimanente resterà invariato.';
$strFileNameTemplateDescriptionServer = 'nome server';
$strFileNameTemplateDescriptionTable = 'nome tabella';
$strFileNameTemplate = 'Nome file template';
$strFileNameTemplateRemember = 'ricorda il template';
$strFileToImport = 'File importato';
$strFixed = 'fisso';
$strFlushPrivilegesNote = 'N.B.: phpMyAdmin legge i privilegi degli utenti direttamente nella tabella dei privilegi di MySQL. Il contenuto di questa tabella può differire dai privilegi usati dal server se sono stati fatti cambiamenti manuali. In questo caso, Si dovrebbero %srinfrescare i privilegi%s prima di continuare.';
$strFlushQueryCache = 'Rinfresca la cache delle query';
$strFlushTable = 'Inizializza ("FLUSH") la tabella';
$strFlushTables = 'Rinfresca (chiudi) tutte le tabelle';
$strFormat = 'Formato';
$strFormEmpty = 'Valore mancante nel form!';
$strFreePages = 'Pagine libere';
$strFullText = 'Testo completo';
$strFunction = 'Funzione';
 
$strGenBy = 'Generato da';
$strGeneralRelationFeat = 'Caratteristiche Generali di Relazione';
$strGenerate = 'Genera';
$strGeneratePassword = 'Genera Password';
$strGenTime = 'Generato il';
$strGeorgian = 'Georgiano';
$strGerman = 'Tedesco';
$strGlobal = 'globale';
$strGlobalPrivileges = 'Privilegi globali';
$strGlobalValue = 'Valore globale';
$strGo = 'Esegui';
$strGrantOption = 'Grant';
$strGreek = 'Greco';
$strGzip = '"compresso con gzip"';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'è stato modificato.';
$strHasBeenCreated = 'è stato creato.';
$strHaveToShow = 'Devi scegliere almeno una Colonna da mostrare';
$strHebrew = 'Ebreo';
$strHexForBinary = 'Usa l\'esadecimale per i dati binari';
$strHome = 'Home';
$strHomepageOfficial = 'Home page ufficiale di phpMyAdmin';
$strHostEmpty = 'Il nome di host è vuoto!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opzioni di esportazione di Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opzioni di esportazione di Microsoft Word 2000';
$strHungarian = 'Ungherese';
 
$strIcelandic = 'Islandese';
$strId = 'ID';
$strIdxFulltext = 'Testo completo';
$strIgnoreDuplicates = 'Ignora le righe duplicate';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizza gli IGNORE INSERTS';
$strIgnoringFile = 'File %s ignorato';
$strImportDocSQL = 'Importa Files docSQL';
$strImportFiles = 'Importa files';
$strImportFormat = 'Formato del file importato';
$strImport = 'Importa';
$strImportSuccessfullyFinished = 'Importazione eseguita con successo, %d queries eseguite.';
$strIndexes = 'Indici';
$strIndexHasBeenDropped = 'L\'indice %s è stato eliminato';
$strIndex = 'Indice';
$strIndexName = 'Nome dell\'indice&nbsp;:';
$strIndexType = 'Tipo di indice&nbsp;:';
$strIndexWarningMultiple = 'Più di una chiave %s è stata creata per la colonna `%s`';
$strIndexWarningPrimary = 'Le chiavi PRIMARY e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`';
$strIndexWarningTable = 'Problemi con gli indici della tabella `%s`';
$strIndexWarningUnique = 'Le chiavi UNIQUE e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`';
$strInnoDBAutoextendIncrementDesc = ' La dimensione di incremento per aumentare la dimensione di una tabella autoextending quando diventa piena.';
$strInnoDBAutoextendIncrement = 'Incremento autoextend';
$strInnoDBBufferPoolSizeDesc = 'La dimensione del buffer di memoria InnoDB cacha dati e indici delle proprie tabelle.';
$strInnoDBBufferPoolSize = 'Dimensione del Buffer pool';
$strInnoDBDataFilePath = 'File dati';
$strInnoDBDataHomeDirDesc = 'La parte comune del path della directory per tutti i file dati InnoDB.';
$strInnoDBDataHomeDir = 'Home directory dei dati';
$strInnoDBPages = 'pagine';
$strInnodbStat = 'Stato InnoDB';
$strInsecureMySQL = 'Il file di configurazione in uso contiene impostazioni (root con nessuna password) che corrispondono ai privilegi dell\'account MySQL predefinito. Un server MySQL funzionante con queste impostazioni è aperto a intrusioni, e si dovrebbe realmente riparare a questa falla nella sicurezza.';
$strInsertAsNewRow = 'Inserisci come nuova riga';
$strInsertedRowId = 'Inserito id riga:';
$strInsertedRows = 'Righe inserite:';
$strInsert = 'Inserisci';
$strInsertNewRow = 'Inserisci una nuova riga';
$strInternalNotNecessary = '* Non è necessaria una relazione interna quando già esiste in InnoDB.';
$strInternalRelations = 'Relazioni interne';
$strInUse = 'in uso';
$strInvalidAuthMethod = 'Metodo di autenticazione settato nella configurazione non valido:';
$strInvalidColumn = 'Colonna specificata (%s) invalida!';
$strInvalidColumnCount = 'Il contatore delle colonne deve essere superiore a 0.';
$strInvalidCSVFieldCount = 'Contatore di campo non valido nell\'input CSV alla linea %d.';
$strInvalidCSVFormat = 'Formato non valido per l\'input CSV alla linea %d.';
$strInvalidCSVParameter = 'Parametro non valido per importazione CSV: %s';
$strInvalidFieldAddCount = 'Deviaggiungere come minimo un campo.';
$strInvalidFieldCount = 'la tabella deve avere come minimo un dato.';
$strInvalidLDIImport = 'Questo plugin non supporta importazioni di dati compressi!';
$strInvalidRowNumber = '%d non è un numero valido di righe.';
$strInvalidServerHostname = 'Nome host per il server %1$s non valido. Controlla la tua configurazione.';
$strInvalidServerIndex = 'Server index non valido: "%s"';
 
$strJapanese = 'Giapponese';
$strJoins = 'Joins';
$strJumpToDB = 'Passa al database &quot;%s&quot;.';
$strJustDelete = 'Cancella soltanto gli utenti dalle tabelle dei privilegi.';
$strJustDeleteDescr = 'Gli utenti &quot;cancellati&quot; saranno ancora in grado di accedere al servercome al solito finché i privilegi non verraanno ricaricati.';
 
$strKeepPass = 'Non cambiare la password';
$strKeyCache = 'Key cache';
$strKeyname = 'Nome chiave';
$strKill = 'Rimuovi';
$strKorean = 'Coreano';
 
$strLandscape = 'Orizzontale';
$strLanguageFileNotFound = 'File di lingua "%1$s" non trovato.';
$strLanguageUnknown = 'Lingua non conosciuta : %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Sottotitolo della tabella';
$strLatexContent = 'Contenuto della tabella __TABLE__';
$strLatexContinuedCaption = 'Sottotitolo della tabella continuato';
$strLatexContinued = '(continua)';
$strLatexIncludeCaption = 'Includi sottotitolo della tabella';
$strLatexLabel = 'Chiave etichetta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'opzioni LaTeX';
$strLatexStructure = 'Struttura della tabella __TABLE__';
$strLatvian = 'Lituano';
$strLDI = 'CSV usando LOAD DATA';
$strLDIImportOptions = 'Opzione per importazione CSV usando LOAD DATA';
$strLDILocal = 'Usa LOCAL keyword';
$strLengthSet = 'Lunghezza/Set*';
$strLimitNumRows = 'record per pagina';
$strLinesTerminatedBy = 'Linee terminate da';
$strLinkNotFound = 'Link non trovato';
$strLinksTo = 'Collegamenti a';
$strLithuanian = 'Lituano';
$strLocalhost = 'Locale';
$strLocationTextfile = 'Percorso del file';
$strLogin = 'Connetti';
$strLoginInformation = 'Informazioni di Login';
$strLogout = 'Disconnetti';
$strLogPassword = 'Password:';
$strLogServer = 'Server';
$strLogUsername = 'Nome utente:';
$strLongOperation = 'Questa operazione potrebbe impiegare molto tempo. Procedere comunque?';
 
$strMaxConnects = 'max. connessioni contemporanee';
$strMaximalQueryLength = 'Lunghezza massima di una query creata';
$strMaximumSize = 'Dimensione massima: %s%s';
$strMbExtensionMissing = 'L\'estensione PHP mbstring non è stata trovata e sembra che si stia utilizzando un set di caratteri multibyte. Senza l\'estensione mbstring, phpMyAdmin non è in grado di dividere correttamente le stringhe di caratteri e questo può portare a risultati inaspettati.';
$strMbOverloadWarning = 'Avete abilitato mbstring.func_overload nella configurazione del PHP. Questa opzione è incompatibile con phpMyAdmin e potrebbe causare la corruzione di alcuni dati!';
$strMIME_available_mime = 'Tipi-MIME disponibili';
$strMIME_available_transform = 'Trasformazioni disponibili';
$strMIME_description = 'Descrizione';
$strMIME_MIMEtype = 'tipo MIME';
$strMIME_nodescription = 'Nessuna descrizione è disponibile per questa trasformazione.<br />Prego, chiedere all\'autore cosa %s faccia.';
$strMIME_transformation_note = 'Per una lista di opzioni di trasformazione disponibili e le loro rispettive trasformazioni di tipi-MIME, cliccate su %strasformazione descrizioni%s';
$strMIME_transformation_options_note = 'Prego, immettere i valori per le opzioni di trasformazioneutilizzando questo formato: \'a\',\'b\',\'c\'...<br />Se c\'è la necessità di immettere un backslash ("\") o un apostrofo ("\'") tra questi valori, essi vanno backslashati (per es. \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Opzioni di Transformation';
$strMIME_transformation = 'Trasformazione del Browser';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'Tipi-MIME stampati in italics non hanno una funzione di trasformazione separata';
$strModifications = 'Le modifiche sono state salvate';
$strModifyIndexTopic = 'Modifica un indice';
$strModify = 'Modifica';
$strMoveTableOK = 'La tabella %s è stata spostata in %s.';
$strMoveTableSameNames = 'Impossibile spostare la tabella su se stessa!';
$strMoveTable = 'Sposta la tabella nel (database<b>.</b>tabella):';
$strMultilingual = 'multilingua';
$strMyISAMDataPointerSizeDesc = 'Dimensione del puntatore predefinito in Bytes, che deve essere usata da CREATE TABLE per le tabelle MyISAM quando non è stata specificata l\'opzione MAX_ROWS.';
$strMyISAMDataPointerSize = 'Domensione del puntatore dati';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se il file temporaneo è usato per la creazione veloce di un indice MyISAM, occuperebbe più spazio dell\'utilizzo del metodo key cache con la quantità ivi specificata: perciò si deve prediligere il metodo key cache.';
$strMyISAMMaxExtraSortFileSize = 'Dimensione massima per i files temporanei nella creazione di un indice';
$strMyISAMMaxSortFileSizeDesc = 'La dimensione massima dei file temporanei MySQL può essere utilizzata nella rigenerazione di un indice MyISAM (durante un REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Dimensione massima dei file temporanei di ordinamento';
$strMyISAMRecoverOptionsDesc = 'La modalità di irppristino automatico di tabelle MyISAM corrotte, come impostato tramite l\'opzione di lan cio del server --myisam-recover.';
$strMyISAMRecoverOptions = 'Modalità di ripristino automatico';
$strMyISAMRepairThreadsDesc = 'Se questo valore è maggiore di 1, gli indici della tabella MyISAM vengono creati in parallelo (ogni indice nel suo thread) durante il processo di ordinamento Repair by.';
$strMyISAMRepairThreads = 'Thread di riparazione';
$strMyISAMSortBufferSizeDesc = 'Il buffer che viene allocato nell\'ordinamento degli indici MyISAM durante un REPAIR TABLE o nella creazione degli indici con CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Ordina la dimensione del buffer';
$strMySQLCharset = 'Set di caratteri MySQL';
$strMysqlClientVersion = 'Versione MySQL client';
$strMySQLConnectionCollation = 'collazione della connessione di MySQL';
$strMySQLSaid = 'Messaggio di MySQL: ';
$strMySQLShowProcess = 'Visualizza processi in esecuzione';
$strMySQLShowStatus = 'Visualizza informazioni di runtime di MySQL';
$strMySQLShowVars = 'Visualizza variabili di sistema di MySQL';
 
$strName = 'Nome';
$strNext = 'Prossimo';
$strNoActivity = 'Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente';
$strNoDatabases = 'Nessun database';
$strNoDatabasesSelected = 'Nessun database selezionato.';
$strNoDescription = 'nessuna Description';
$strNoDetailsForEngine = 'Non è disponibile nessuna informazione dettagliata sullo stato di questo motore di memorizzazione.';
$strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.';
$strNoExplain = 'Non Spiegare SQL';
$strNoFilesFoundInZip = 'Non sono stati trovati file ZIP all\'interno dell\'archivio!';
$strNoFrames = 'phpMyAdmin funziona meglio con browser che supportano frames';
$strNoIndex = 'Nessun indice definito!';
$strNoIndexPartsDefined = 'Nessuna parte di indice definita!';
$strNoModification = 'Nessun cambiamento';
$strNone = 'Nessuno';
$strNo = ' No ';
$strNoOptions = 'Questo formato non ha opzioni';
$strNoPassword = 'Nessuna Password';
$strNoPermission = 'Il server web non possiede i privilegi per salvare il file %s.';
$strNoPhp = 'senza codice PHP';
$strNoPrivileges = 'Nessun Privilegio';
$strNoRights = 'Non hai i permessi per effettuare questa operazione!';
$strNoRowsSelected = 'Nessuna riga selezionata';
$strNoSpace = 'Spazio insufficiente per salvare il file %s.';
$strNoTablesFound = 'Non ci sono tabelle nel database.';
$strNoThemeSupport = 'Nessun supporto per i temi, si prega di controllare la configurazione e/o i temi nella cartella %s.';
$strNothingToImport = 'Non hai inserito alcun dato da importare';
$strNotNumber = 'Questo non è un numero!';
$strNotOK = 'non OK';
$strNotSet = '<b>%s</b> tabella non trovata o non settata in %s';
$strNoUsersFound = 'Nessun utente trovato.';
$strNoValidateSQL = 'Non Validare SQL';
$strNull = 'Null';
$strNumberOfFields = 'Numero di campi';
$strNumSearchResultsInTable = '%s corrisponde/ono nella tabella <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totale:</b> <i>%s</i> corrispondenza/e';
$strNumTables = 'Tabelle';
 
$strOK = 'OK';
$strOpenNewWindow = 'Apri una nuova finestra di PhpMyAdmin';
$strOperations = 'Operazioni';
$strOperator = 'Operatore';
$strOptimizeTable = 'Ottimizza tabella';
$strOr = 'Oppure';
$strOverhead = 'In eccesso';
$strOverwriteExisting = 'Sovrascrivi file(s) esistente/i';
 
$strPageNumber = 'Numero pagina:';
$strPagesToBeFlushed = 'Pagine che devono essere flushate';
$strPaperSize = 'Dimensioni carta';
$strPartialImport = 'Importazione parziale';
$strPartialText = 'Testo parziale';
$strPasswordChanged = 'La password per l\'utente %s è cambiata con successo.';
$strPasswordEmpty = 'La password è vuota!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'La password non coincide!';
$strPassword = 'Password';
$strPdfDbSchema = 'Schema del database "%s" - Pagina %s';
$strPdfInvalidTblName = 'La tabella "%s" non esiste!';
$strPdfNoTables = 'Nessuna Tabella';
$strPDFOptions = 'Opzioni PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Titolo del Report';
$strPerHour = 'all\'ora';
$strPerMinute = 'al minuto';
$strPerSecond = 'al secondo';
$strPersian = 'Persiano';
$strPhoneBook = 'rubrica';
$strPHP40203 = 'Si sta utilizzando PHP 4.2.3, che presenta un serio bug con le stringhe multi-byte (mbstring). Vedi report PHP 19404. Questa versione di PHP non è raccomandata per l\'utilizzo con phpMyAdmin.';
$strPhp = 'Crea il codice PHP';
$strPHPVersion = 'Versione PHP';
$strPmaDocumentation = 'Documentazione di phpMyAdmin';
$strPmaUriError = 'La direttiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DEVE essere impostata nel file di configurazione!';
$strPolish = 'Polacco';
$strPortrait = 'Verticale';
$strPos1 = 'Inizio';
$strPrevious = 'Precedente';
$strPrimaryKeyHasBeenDropped = 'La chiave primaria è stata eliminata';
$strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>deve</b> essere il nome di, e <b>solo di</b>, una chiave primaria!)';
$strPrimary = 'Primaria';
$strPrint = 'Stampa';
$strPrintViewFull = 'Vista stampa (con full text)';
$strPrintView = 'Visualizza per stampa';
$strPrivDescAllPrivileges = 'Comprende tutti i privilegi tranne GRANT.';
$strPrivDescAlter = 'Permette di alterare la struttura di tabelle esistenti.';
$strPrivDescAlterRoutine = 'Permette l\'alterazione e l\'eliminazione di routines memorizzate.';
$strPrivDescCreateDb = 'Permette di creare nuove tabelle e nuovi databases.';
$strPrivDescCreateRoutine = 'Permette la creazione di routines memorizzate.';
$strPrivDescCreateTbl = 'Permette di creare nuove tabelle.';
$strPrivDescCreateTmpTable = 'Permette di creare tabelle temporanee.';
$strPrivDescCreateUser = 'Permette di creare, cancellare e rinominare gli account utente.';
$strPrivDescCreateView = 'Permette la creazione di nuove viste.';
$strPrivDescDelete = 'Permette di cancellare dati.';
$strPrivDescDropDb = 'Permette di eliminare databases e tabelle.';
$strPrivDescDropTbl = 'Permette di eliminare tabelle.';
$strPrivDescExecute5 = 'Permette l\'esecuzione di routines memorizzate.';
$strPrivDescExecute = 'Permette di eseguire procedure memorizzate; Non ha effetto in questa versione di MySQL.';
$strPrivDescFile = 'Permette di importare dati da e esportare dati in files.';
$strPrivDescGrant = 'Permette di aggiungere utenti e privilegi senza ricaricare le tabelle dei privilegi.';
$strPrivDescIndex = 'Permette di creare ed eliminare gli indici.';
$strPrivDescInsert = 'Permette di inserire e sovrascrivere dati.';
$strPrivDescLockTables = 'Permette di bloccare le tabelle per il thread corrente.';
$strPrivDescMaxConnections = 'Limita il numero di nuove connessioni che un utente può aprire in un\'ora.';
$strPrivDescMaxQuestions = 'Limita il numero di queries che un utente può mandare al server in un\'ora.';
$strPrivDescMaxUpdates = 'Limita il numero di comandi che possono cambiare una tabella o un database che un utente può eseguire in un\'ora.';
$strPrivDescMaxUserConnections = 'Limite di connessioni simultanee che un utente può fare.';
$strPrivDescProcess3 = 'Permette di killare i processi di altri utenti.';
$strPrivDescProcess4 = 'Permette di vedere le queries complete nella lista dei processi.';
$strPrivDescReferences = 'Non ha alcun effetto in questa versione di MySQL.';
$strPrivDescReload = 'Permette di ricaricare i parametri del server e di resettare la cache del server.';
$strPrivDescReplClient = 'Accorda il diritto ad un utente di domandare dove sono i masters/slaves.';
$strPrivDescReplSlave = 'Necessario per la replicazione degli slaves.';
$strPrivDescSelect = 'Permette di leggere i dati.';
$strPrivDescShowDb = 'Accorda l\'accesso alla lista completa dei databases.';
$strPrivDescShowView = 'Permette di effettuare query del tipo SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permette di chiudere il server.';
$strPrivDescSuper = 'Permette altre connessioni, anche se è stato raggiunto il massimo numero di connessioni; Necessario per molte operazioni di amministrazione come il settaggio di variabili globali o la cancellazione dei threads di altri utenti.';
$strPrivDescUpdate = 'Permette di cambiare i dati.';
$strPrivDescUsage = 'Nessun privilegio.';
$strPrivileges = 'Privilegi';
$strPrivilegesReloaded = 'I privilegi sono stati ricaricati con successo.';
$strProcesslist = 'Lista Processi';
$strProtocolVersion = 'Versione protocollo';
$strPutColNames = 'Mette i nomi delle colonne alla prima riga';
 
$strQBEDel = 'Cancella';
$strQBEIns = 'Aggiungi';
$strQBE = 'Query da esempio';
$strQueryCache = 'Cache delle query';
$strQueryFrame = 'Finestra della Query';
$strQueryOnDb = 'SQL-query sul database <b>%s</b>:';
$strQuerySQLHistory = 'Storico dell\'SQL';
$strQueryStatistics = '<b>Query delle Statistiche</b>: Dall\'avvio, %s queries sono state effettuate sul server.';
$strQueryTime = 'La query ha impiegato %01.4f sec';
$strQueryType = 'Tipo di Query';
$strQueryWindowLock = 'Non sovrascrivere questa query da fuori della finestra';
 
$strReadRequests = 'Richieste di lettura';
$strReceived = 'Ricevuti';
$strRecords = 'Record';
$strReferentialIntegrity = 'Controlla l\'integrità delle referenze:';
$strRefresh = 'Aggiorna';
$strRelationalSchema = 'Schema relazionale';
$strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perché clicca %squi%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relazioni';
$strRelationView = 'Vedi relazioni';
$strReloadingThePrivileges = 'Caricamento dei privilegi in corso';
$strReloadMySQL = 'Riavvia MySQL';
$strRemoveSelectedUsers = 'Rimuove gli utenti selezionati';
$strRenameDatabaseOK = 'Il DataBase %s è stato rinominato in %s';
$strRenameTableOK = 'La tabella %s è stata rinominata %s';
$strRenameTable = 'Rinomina la tabella in';
$strRepairTable = 'Ripara tabella';
$strReplaceNULLBy = 'Sostituisci NULL con';
$strReplaceTable = 'Sostituisci i dati della tabella col file';
$strReplication = 'Replicazione';
$strReset = 'Riavvia';
$strResourceLimits = 'Limiti di risorse';
$strReType = 'Reinserisci';
$strRevokeAndDeleteDescr = 'Gli utenti UTILIZZERANNO comunque il privilegio finché i privilegi non saranno ricaricati.';
$strRevokeAndDelete = 'Revoca tutti i privilegi attivi agli utenti e dopo li cancella.';
$strRevokeMessage = 'Hai revocato i privilegi per %s';
$strRevoke = 'Revoca';
$strRomanian = 'Rumeno';
$strRowLength = 'Lunghezza riga';
$strRowsFrom = 'righe a partire da';
$strRowSize = 'Dimensione riga';
$strRowsModeFlippedHorizontal = 'orizzontale (headers ruotati)';
$strRowsModeHorizontal = ' orizzontale ';
$strRowsModeOptions = ' in modalità %s e ripeti gli headers dopo %s celle ';
$strRowsModeVertical = ' verticale ';
$strRows = 'Righe';
$strRowsStatistic = 'Statistiche righe';
$strRunning = 'in esecuzione su %s';
$strRunQuery = 'Invia Query';
$strRunSQLQuery = 'Esegui la/e query SQL sul database %s';
$strRunSQLQueryOnServer = 'Eseguendo query SQL sul server %s';
$strRussian = 'Russo';
 
$strSaveOnServer = 'Salva sul server nella directory %s';
$strSave = 'Salva';
$strScaleFactorSmall = 'Il fattore di scala è troppo piccolo per riempire lo schema nella pagina';
$strSearch = 'Cerca';
$strSearchFormTitle = 'Cerca nel database';
$strSearchInTables = 'Nella/e tabella/e:';
$strSearchNeedle = 'parola/e o valore/i da cercare (carattere jolly: "%"):';
$strSearchOption1 = 'almeno una delle parole';
$strSearchOption2 = 'tutte le parole';
$strSearchOption3 = 'la frase esatta';
$strSearchOption4 = 'come espressione regolare';
$strSearchResultsFor = 'Cerca i risultati per "<i>%s</i>" %s:';
$strSearchType = 'Trova:';
$strSecretRequired = 'Adesso c\'è bisogno di una password per il file di configurazione (blowfish_secret).';
$strSelectADb = 'Prego, selezionare un database';
$strSelectAll = 'Seleziona Tutto';
$strSelectBinaryLog = 'Selezionare il log binario da visualizzare';
$strSelectFields = 'Seleziona campi (almeno uno):';
$strSelectNumRows = 'nella query';
$strSelectTables = 'Seleziona Tables';
$strSend = 'Salva con nome...';
$strSent = 'Spediti';
$strServerChoice = 'Scelta del server';
$strServerNotResponding = 'Il server non risponde';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Inserimento ritardato';
$strServerStatus = 'Informazioni di Runtime';
$strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.';
$strServerTabProcesslist = 'Processi';
$strServerTabVariables = 'Variabili';
$strServerTrafficNotes = '<b>Traffico del server</b>: Queste tabelle mostrano le statistiche del traffico di retedi questo server MySQL dal momento del suo avvio.';
$strServerVars = 'Variabili e parametri del Server';
$strServerVersion = 'Versione MySQL';
$strSessionValue = 'Valore sessione';
$strSetEnumVal = 'Se il tipo di campo è "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...<br />Se comunque dovete mettere dei backslashes ("\") o dei single quote ("\'") davanti a questi valori, backslashateli (per esempio \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostra tutti';
$strShowColor = 'Mostra il colore';
$strShowDatadictAs = 'Formato del Data Dictionary';
$strShowFullQueries = 'Mostra query complete';
$strShowGrid = 'Mostra la griglia';
$strShowingBookmark = 'Mostrando i segnalibri';
$strShowingRecords = 'Visualizzazione record ';
$strShow = 'Mostra';
$strShowOpenTables = 'Mostra le tabelle aperte';
$strShowPHPInfo = 'Mostra le info sul PHP';
$strShowSlaveHosts = 'Mostra gli hosts slave';
$strShowSlaveStatus = 'Mostra lo stato degli slave';
$strShowStatusBinlog_cache_disk_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario, ma che oltrepassano il valore di binlog_cache_size e usano un file temporaneo per salvare gli statements dalle transazioni.';
$strShowStatusBinlog_cache_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Il numero delle tabelle temporanee create automaticamente sul disco dal server mentre esegue i comandi. Se il valore Created_tmp_disk_tables è grande, potresti voler aumentare il valore tmp_table_size, per fare im modo che le tabelle temporanee siano memory-based anzichè disk-based.';
$strShowStatusCreated_tmp_filesDescr = 'Numero di files temporanei che mysqld ha creato.';
$strShowStatusCreated_tmp_tablesDescr = 'Il numero di tabelle temporanee create automaticamente in memoria dal server durante l\'esecuzione dei comandi.';
$strShowStatusDelayed_errorsDescr = 'Numero di righe scritte con INSERT DELAYED in cui ci sono stati degli errori (probabilmete chiave dublicata).';
$strShowStatusDelayed_insert_threadsDescr = 'Il numero di processi INSERT DELAYED in uso. Ciascuna tabella su cui è usato INSERT DELAYED occupa un thread.';
$strShowStatusDelayed_writesDescr = 'Il numero di righe INSERT DELAYED scritte.';
$strShowStatusFlush_commandsDescr = 'Il numero di comandi FLUSH eseguiti.';
$strShowStatusHandler_commitDescr = 'Il numero di comandi interni COMMIT eseguiti.';
$strShowStatusHandler_deleteDescr = 'Il numero di volte in cui una riga è stata cancellata da una tabella.';
$strShowStatusHandler_discoverDescr = 'Il server MySQL può chiedere al motore di storage NDB Cluster se conosce una tabella sulla base di un nome dato. Questo è chaiamto discovery. Handler_discover indica il numero di volte che una tabella è stata trovata.';
$strShowStatusHandler_read_firstDescr = 'Il numero di volte che il primo valore è stato letto da un indice. Se è troppo alto è probabile che il server stia facendo molte scansioni complete degli indici; per esempio, SELECT col1 FROM foo, assumento che col1 sia indicizzata.';
$strShowStatusHandler_read_keyDescr = 'Il numero di richieste per leggere una riga basata su di una chiave. Se è alta, è un buon indice che le tue query e le tue tabelle sono correttamente indicizzate.';
$strShowStatusHandler_read_nextDescr = 'Il numero di richieste per leggere la riga successiva nell\'ordine delle chiavi. Questo valore è incrementato se stai facendo una query su di una colonna indice con un range costante, oppure se stai facendo una scansione degli indici.';
$strShowStatusHandler_read_prevDescr = 'Il numero di richieste per leggere la riga precedente nell\'ordine delle chiavi. Questo metodo di lettura è principalmente utilizzato per ottimizzare ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Il numero di richieste per leggere una riga basata su una posizione fissa. Questo valore è alto se stai facendo molte richieste che richiedono un ordinamento dei risultati. Probabilmente hai molte query che che richiedono a MySQL di leggere l\'intera tabella oppure ci sono dei joins che non usano le chiavi correttamente.';
$strShowStatusHandler_read_rnd_nextDescr = 'Il numero di richieste per leggere la riga successiva in un file di dati. Questo valore è alto se stai facendo molte scansioni della tabella. Generalmente è un segnale che le tue tabelle non sono correttamente indicizzate, o che le query non sono state scritte per trarre vantaggi dagli indici che hai.';
$strShowStatusHandler_rollbackDescr = 'Il numero di comandi ROLLBACK interni.';
$strShowStatusHandler_updateDescr = 'Il numero di richieste per aggiornare una riga in una tabella.';
$strShowStatusHandler_writeDescr = 'Il numero di richieste per inserire una riga in una tabella.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Il numero di pagine che contengono dati (sporchi o puliti).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Il numero di pagine attualmente sporche.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Il numero di buffer pool pages che hanno avuto richiesta di essere aggiornate.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Il numero di pagine libere.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Il numero di pagine bloccate in un InnoDB buffer pool. Queste pagine sono attualmente in lettura o in scittura e non possono essere aggiornate o rimosse per altre ragioni.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Il numero di pagine occupate perchè sono state allocate per amministrazione, come row locks o per hash index adattivi. Questo valore può essere calcolato come Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Il numero totale di buffer pool, in pagine.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Il numero di read-aheads "random" InnoDB iniziate. Questo accade quando una query legge una porzione di una tabella, ma in ordine casuale.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Il numero di read-aheads InnoDB sequanziali. Questo accade quando InnoDB esegue una scansione completa sequenziale di una tabella.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Il numero di richieste logiche che InnoDb ha fatto.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Il numero di richieste logiche che InnoDB non può soddisfare dal buffer pool e che devono fare una lettura di una pagina singola.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente le sritture nel buffer pool InnoDB vengono effettuate in background. Tuttavia se è necessario leggere o creare una pagina, e non sono disponibile pagine pulite è necessario attendere che le pagine siano aggiornate prima. Questo contatore conta le istanze di queste attese. Se la dimesione del buffer pool è stata settata correttamente questo valore dovrebbe essere basso.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Il numero di scritture effettuate nel buffer pool InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Il numero delle operazioni fsync() fino ad ora.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Il numero di operazioni fsync() in attesa.';
$strShowStatusInnodb_data_pending_readsDescr = 'Il numero di letture in attesa.';
$strShowStatusInnodb_data_pending_writesDescr = 'Il numero di scritture in attesa.';
$strShowStatusInnodb_data_readDescr = 'La quantità di dati letti fino ad ora, in bytes.';
$strShowStatusInnodb_data_readsDescr = 'Il numero totale di dati letti.';
$strShowStatusInnodb_data_writesDescr = 'Il numero totale di dati scritti.';
$strShowStatusInnodb_data_writtenDescr = 'La quantità di dati scritti fino ad ora, in bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
$strShowStatusInnodb_dblwr_writesDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
$strShowStatusInnodb_log_waitsDescr = 'Il numero di attese che abbiamo avuto perchè il buffer di log era troppo piccolo e abbiamo duvuto attendere che fosse aggiornato prima di continuare.';
$strShowStatusInnodb_log_write_requestsDescr = 'Il numero di richieste di scrittura dei log.';
$strShowStatusInnodb_log_writesDescr = 'Il numero scritture fisiche del log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Il numero di scritture fsync fatte sul log file.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Il numero degli fsyncs in sospeso sul log file.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Il numero di scritture in sospeso sul log file.';
$strShowStatusInnodb_os_log_writtenDescr = 'Il numero di bytes scritti sul log file.';
$strShowStatusInnodb_pages_createdDescr = 'Il numero di pagine create.';
$strShowStatusInnodb_page_sizeDescr = 'La dimesione di-compilazione delle pagine InnoDB (default 16KB). Molti valori sono conteggiati nelle pagine; la dimesione delle pagine permette di convertirli facilmente in bytes.';
$strShowStatusInnodb_pages_readDescr = 'Il numero di pagine lette.';
$strShowStatusInnodb_pages_writtenDescr = 'Il numero di pagine scritte.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Il numero di row locks attualmente in attesa.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Il tempo medio per l\'acquisizione di un row lock, in millisecondi.';
$strShowStatusInnodb_row_lock_timeDescr = 'Il tempo totale per l\'acquisizione di un row locks, in millisecondi.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Il tempo massimo per l\'acquisizione di un row lock, in millisecondi.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Il numero di volte che un row lock ha dovuto attendere.';
$strShowStatusInnodb_rows_deletedDescr = 'Il numero di righe cancellate da una tabella InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Il numero di righe inserite da una tabella InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Il numero di righe lette da una tabella InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Il numero di righe aggiornate da una tabella InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Il numero di blocchi chaive aggiunti nella cache chiave che sono stati cambiati, ma che non sono stai aggiornati su disco. E\' conosciuto con il nome di Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Il numero di blocchi non usati nella cache chiave. Puoi usare questo valore per determinare quanta cache chiave è in uso.';
$strShowStatusKey_blocks_usedDescr = 'Il numero di blocchi usati nella cache chiave. The number of used blocks in the key cache. Questo valore è un\'importante segnale che indica il numero massimo di blocchi che sono stati in uso contemporaneamente.';
$strShowStatusKey_read_requestsDescr = 'Il numero di richieste per le ggere un blocco chiave dalla cache.';
$strShowStatusKey_readsDescr = 'Il numero di letture fisiche dal disco di un blocco chiave. Se Key_reads è grande allora il valore key_buffer_size è probabilmente troppo piccolo. IIl rapporto di cache miss rate può essere calcolato come Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Il numero di richieste per scrivere una blocco chiave nella cache.';
$strShowStatusKey_writesDescr = 'Il numero di scritture fisiche di un blocco chiave sul disco.';
$strShowStatusLast_query_costDescr = 'Il costo totale dell\'ultima query compilata così come computato dall\'ottimizzatore delle query. Utile per comparare il costo di differenti query per la stessa operazione di query. Il valore di default è 0, che significa che nessuna query è stata ancora compilata.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'In numero di righe in attesa di essere scritte nella coda INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Il numero di tabelle che sono state aperte. Se il valore opened_tables è grande, probabilmente il valore di table cache è troppo piccolo.';
$strShowStatusOpen_filesDescr = 'Il numero di files che sono aperti.';
$strShowStatusOpen_streamsDescr = 'il numero di stream che sono aperti (usato principalmente per il logging).';
$strShowStatusOpen_tablesDescr = 'Il numero di tabelle che sono aperte.';
$strShowStatusQcache_free_blocksDescr = 'Il numero di blocchi di memoria liberi nella cache delle query.';
$strShowStatusQcache_free_memoryDescr = 'L\'ammontare di memoria libera nella cache delle query.';
$strShowStatusQcache_hitsDescr = 'Il numero di cache hits.';
$strShowStatusQcache_insertsDescr = 'Il numero di query aggiunte alla cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'Il numero di query che sono state rimosse dalla cache per liberare memoria per la cache di nuove query. Questa informazione può aiutarti per parametrare la dimensione della cache delle query. La cache delle query usa una strategia di "meno usate recentemente" (LRU - least recently used) per decidere quali query rimuovere dalla cache.';
$strShowStatusQcache_not_cachedDescr = 'Il numero di query non in cache (impossibilità di inserirle nella cache oppure non inserite per i settaggi del parametro query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Il numero di query registrate nella cache.';
$strShowStatusQcache_total_blocksDescr = 'Il numero totale di blocchi nella cache delle query.';
$strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'Lo sato delle repliche failsafe (non ancora implementato).';
$strShowStatusSelect_full_joinDescr = 'Il numero di joins che non usano gli indici. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
$strShowStatusSelect_full_range_joinDescr = 'Il numero di joins che usano una ricerca limitata su di una tabella di riferimento.';
$strShowStatusSelect_range_checkDescr = 'Il numero di joins senza chiavi che controllano per l\'uso di una chiave dopo ogni riga. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
$strShowStatusSelect_rangeDescr = 'Il numero di joins che usano un range sulla prima tabella. (Non è, solitamente, un valore critico anche se è grande.)';
$strShowStatusSelect_scanDescr = 'Il numero di join che hanno effettuato una scansione completa della prima tabella.';
$strShowStatusSlave_open_temp_tablesDescr = 'Il numero di tabelle temporaneamente aperte da processi SQL slave.';
$strShowStatusSlave_retried_transactionsDescr = 'Numero totale di volte (dalla partenza) in cui la replica slave SQL ha ritentato una transazione.';
$strShowStatusSlave_runningDescr = 'Questa chiave è ON se questo è un server slave connesso ad un server master.';
$strShowStatusSlow_launch_threadsDescr = 'Numero di processi che hanno impiegato più di "slow_launch_time" secondi per partire.';
$strShowStatusSlow_queriesDescr = 'Numero di query che hanno impiegato più di "long_query_time" seconds.';
$strShowStatusSort_merge_passesDescr = 'Il numero di fusioni passate all\'algoritmo di ordianemento che sono state fatte. Se questo valore è grande, dovresti incrementare la variabile di sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Il numero di ordinamenti che sono stati eseguiti in un intervallo.';
$strShowStatusSort_rowsDescr = 'Il numero di righe ordinate.';
$strShowStatusSort_scanDescr = 'Il numero di ordinamenti che sono stati fatti leggendo la tabella.';
$strShowStatusTable_locks_immediateDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente.';
$strShowStatusTable_locks_waitedDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente ed era necessaria un\'attesa. Se è alto, potresti avere dei problemi con le performance, dovresti prima ottimizzare le query, oppure sia utilizzare le repliche, sia dividere le tabelle.';
$strShowStatusThreads_cachedDescr = 'Il numero dei processi nella cache dei processi. L\'hit rate della cache può essere calcolato come processi_creati/connessioni. Se questo valore è rosso devi aumentare la tua thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Il numero di connessioni correntemente aperte.';
$strShowStatusThreads_createdDescr = 'Il numero di processi creati per gestire le connessioni. Se Threads_created è grosso, devi probabilmente aumentare il valore thread_cache_size. (Normalmente questo non fornisce un significatico incremento delle performace se hai una buona implementazione dei processi.)';
$strShowStatusThreads_runningDescr = 'Il numero di processi non in attesa.';
$strShowTableDimension = 'Mostra la dimensione delle tabelle';
$strShowTables = 'Mostra le tabelle';
$strShowThisQuery = 'Mostra questa query di nuovo';
$strSimplifiedChinese = 'Cinese Semplificato';
$strSingly = '(singolarmente)';
$strSize = 'Dimensione';
$strSkipQueries = 'Numero di record (query) da saltare a partire dall\'inizio';
$strSlovak = 'Slovacco';
$strSlovenian = 'Sloveno';
$strSocketProblem = '(o il socket del server locale MySQL non è correttamente configurato)';
$strSortByKey = 'Ordina per chiave';
$strSorting = 'Ordinando';
$strSort = 'Ordinamento';
$strSpaceUsage = 'Spazio utilizzato';
$strSpanish = 'Spagnolo';
$strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").';
$strSQLExportCompatibility = 'Compatibilità dell\'esportazione SQL';
$strSQLExportType = 'Tipo di esportazione';
$strSQLImportOptions = 'Opzioni SQL';
$strSQLOptions = 'Opzioni SQL';
$strSQLParserBugMessage = 'C\'è la possibilità che ci sia un bug nel parser SQL. Per favore, esaminate la query accuratamente, e controllate che le virgolette siano corrette e non sbagliate. Altre possibili cause d\'errori possono essere che si stia cercando di uploadare un file binario al di fuori di un\'area di testo virgolettata. Si può anche provare la query MySQL dalla riga di comando di MySQL. L\'errore qui sotto restituito dal server MySQL, se ce n\'è uno, può anche aiutare nella diagnostica del problema. Se ci sono ancora problemi, o se il parser SQL di phpMyAdmin sbaglia quando invece l\'interfaccia a riga di comando non mostra problemi, si può ridurre la query SQL in ingresso alla singola query che causa problemi, e inviare un bug report con i dati riportati nella sezione CUT qui sotto:';
$strSQLParserUserError = 'Pare che ci sia un errore nella query SQL immessa. L\'errore del server MySQL mostrato qui sotto, se c\'è, può anche aiutare nella risoluzione del problema';
$strSQLQuery = 'query SQL';
$strSQLResult = 'Risultato SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificatore Non Valido';
$strSQPBugUnclosedQuote = 'Virgolette Non Chiuse';
$strSQPBugUnknownPunctuation = 'Stringa di Punctuation Sconosciuta';
$strStatCheckTime = 'Ultimo controllo';
$strStatCreateTime = 'Creazione';
$strStatement = 'Istruzioni';
$strStatisticsOverrun = 'Su di un server sovraccarico, il contatore dei bytes potrebbe incrementarsi, e per questa ragione le statistiche riportate dal server MySQL potrebbero non essere corrette.';
$strStatUpdateTime = 'Ultimo cambiamento';
$strStatus = 'Stato';
$strStorageEngine = 'Motore di Memorizzazione';
$strStorageEngines = 'Motori di Memorizzazione';
$strStrucCSV = 'dati CSV';
$strStrucData = 'Struttura e dati';
$strStrucDrop = 'Aggiungi DROP TABLE';
$strStrucExcelCSV = 'CSV per dati MS Excel';
$strStrucNativeExcel = 'Dati nativi di MS Excel';
$strStrucOnly = 'Solo struttura';
$strStructPropose = 'Proponi la struttura della tabella';
$strStructure = 'Struttura';
$strSubmit = 'Invia';
$strSuccess = 'La query è stata eseguita con successo';
$strSum = 'Totali';
$strSwedish = 'Svedese';
$strSwitchToDatabase = 'Passare al Database copiato';
$strSwitchToTable = 'Passa alla tabella copiata';
 
$strTableAlreadyExists = 'La tabella %s esiste già!';
$strTableComments = 'Commenti sulla tabella';
$strTableEmpty = 'Il nome della tabella è vuoto!';
$strTableHasBeenDropped = 'La tabella %s è stata eliminata';
$strTableHasBeenEmptied = 'La tabella %s è stata svuotata';
$strTableHasBeenFlushed = 'La tabella %s è stata inizializzata';
$strTableMaintenance = 'Amministrazione tabella';
$strTableOfContents = 'Tabella dei contenuti';
$strTableOptions = 'Opzioni della tabella';
$strTables = '%s tabella(e)';
$strTableStructure = 'Struttura della tabella';
$strTable = 'Tabella';
$strTableType = 'Tipo tabella';
$strTakeIt = 'prendilo';
$strTblPrivileges = 'Privilegi relativi alle tabelle';
$strTempData = 'Dati temporanei';
$strTextAreaLength = ' A causa della sua lunghezza,<br /> questo campo non può essere modificato ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Tema di default %s non trovato!';
$strThemeNoPreviewAvailable = 'Nessuna preview disponibile.';
$strThemeNotFound = 'Tema %s non trovato!';
$strThemeNoValidImgPath = 'Nessun percorso per le immagini per il tema %s trovato!';
$strThemePathNotFound = 'Percorso per il tema non trovato %s!';
$strTheme = 'Tema / Stile';
$strThisHost = 'Questo Host';
$strThisNotDirectory = 'Questa non è una directory';
$strThreads = 'Processi';
$strThreadSuccessfullyKilled = 'Il thread %s è stato terminato con successo.';
$strTimeoutInfo = 'Una precedente importazione è entrata in timeout, dopo un nuovo inoltro riprenderà dalla posizione: %d.';
$strTimeoutNothingParsed = 'Nell\'ultima esecuzione nessun dato è stato processato, questo, solitamente, vuole dire che che phpMyAdmin non è in grado di ultimare l\'operazione fino a che non verrà aumentato il parametro php time limits.';
$strTimeoutPassed = 'Superato il tempo limite dello script, se vuoi finire l\'importazione inoltra nuovamente il file e il processo riprenderà.';
$strTime = 'Tempo';
$strToggleScratchboard = '(dis)attiva scratchboard';
$strTotal = 'Totali';
$strTotalUC = 'Totale';
$strTraditionalChinese = 'Cinese Tradizionale';
$strTraditionalSpanish = 'Spagnolo tradizionale';
$strTraffic = 'Traffico';
$strTransactionCoordinator = 'Coordinatore delle transazioni';
$strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione è il nome del file binario. La seconda opzione è un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota';
$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati.';
$strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)';
$strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).';
$strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Prende un campo TIME, TIMESTAMP o DATETIME e lo formatta utilizzando il formato data locale. La prima opzione è il time offset (in ore) il quale sarà aggiunto al timestamp (Predefinito: 0). La seconda opzione è un formato data in linea con i parametri disponibili per la funzione strftime() del PHP.';
$strTransformation_text_plain__external = 'SOLO PER LINUX: Lancia un\'applicazione esterna e riempie i dati dei campi tramite lo standard input. Restituisce lo standard output dell\'applicazione. L\'impostazione predefinita è Tidy, per stampare in maniera corretta il codice HTML. Per motivi di sicurezza, dovete editare manualmente il file libraries/transformations/text_plain__external.inc.php e inserire gli strumenti che permettete di utilizzare. La prima opzione è così il numero del programma che volete utilizzare e la seconda sono i parametri per il programma. Il terzo parametro, se impostato a 1 convertirà l\'output utilizzando htmlspecialchars() (Predefinito: 1). Un quarto parametro, se impostato a 1 inserirà un NOWRAP al contenuto della cella così che l\'intero output sarà mostrato senza essere riformattato (Predefinito: 1)';
$strTransformation_text_plain__formatted = 'Preserva l\'originale formattazione del campo. Nessun Escaping viene applicato.';
$strTransformation_text_plain__imagelink = 'Mostra un collegamento ad una immagine esterna; il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è la larghezza in pixel, la terza è l\'altezza.';
$strTransformation_text_plain__link = 'Mostra un collegamento, il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è un titolo per il collegamento.';
$strTransformation_text_plain__sql = 'Formatta il testo come query SQL con evidenziazione della sintassi.';
$strTransformation_text_plain__substr = 'Mostra soltanto una parte della stringa. La prima opzione è l\'offset che serve a definire dove inizia l\'output del vostro testo (Prefinito: 0). La seconda opzione è un offset che indica quanto testo viene restituito. Se vuoto, restituisce tutto il testo rimanente. La terza opzione definisce quali caratteri saranno aggiunti in fondo all\'output quando una soptto-stringa viene restituita (Predefinito: ...) .';
$strTruncateQueries = 'Tronca le Query Mostrate';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraino';
$strUncheckAll = 'Deseleziona tutti';
$strUnicode = 'Unicode';
$strUnique = 'Unica';
$strUnknown = 'sconosciuto';
$strUnselectAll = 'Deseleziona Tutto';
$strUnsupportedCompressionDetected = 'Stai cercando di importare un file con un tipo di compressione non supportato. Altrimenti il supporto per questo tipo di compressione non è stato ancora implementato o è stato disabilitato dalla tua configurazione.';
$strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.';
$strUpdateProfileMessage = 'Il profilo è stato aggiornato.';
$strUpdateQuery = 'Aggiorna Query';
$strUpdComTab = 'Prego leggere la documentazione su come aggiornare la vostra tabella Column_comments';
$strUpgrade = 'Si dovrebbe aggiornare %s alla versione %s o successiva.';
$strUploadLimit = 'Stai probabilmente cercando di uplodare un file troppo grosso. Fai riferimento alla documentazione %sdocumentation%s Per i modi di aggirare questo limite.';
$strUsage = 'Utilizzo';
$strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi';
$strUsedPhpExtensions = 'Estensioni PHP usate';
$strUseHostTable = 'Utilizza la Tabella dell\'Host';
$strUserAlreadyExists = 'L\'utente %s esiste già!';
$strUserEmpty = 'Il nome utente è vuoto!';
$strUserName = 'Nome utente';
$strUserNotFound = 'L\'utente selezionato non è stato trovato nella tabella dei privilegi.';
$strUserOverview = 'Vista d\'insieme dell\'utente';
$strUsersDeleted = 'Gli utenti selezionati sono stati cancellati con successo.';
$strUsersHavingAccessToDb = 'Utenti che hanno accesso a &quot;%s&quot;';
$strUser = 'Utente';
$strUseTabKey = 'Usare il tasto TAB per spostare il cursore di valore in valore, o CTRL+frecce per spostarlo altrove';
$strUseTables = 'Utilizza tabelle';
$strUseTextField = 'Utilizza campo text';
$strUseThisValue = 'Usa questa opzione';
 
$strValidateSQL = 'Valida SQL';
$strValidatorError = 'L\' SQL validator non può essere inizializzato. Prego controllare di avere installato le estensioni php necessarie come descritto nella %sdocumentazione%s.';
$strValue = 'Valore';
$strVar = 'Variabile';
$strVersionInformation = 'Informazioni sulla versione';
$strViewDumpDatabases = 'Visualizza il dump (schema) dei databases';
$strViewDumpDB = 'Visualizza dump (schema) del database';
$strViewDump = 'Visualizza dump (schema) della tabella';
$strViewHasBeenDropped = 'La vista %s è stata eliminata';
$strViewMaxExactCount = 'Questa vista ha più di %d righe. Per informazioni fare riferimento a %sdocumentation%s.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'directory di upload del web-server';
$strWebServerUploadDirectoryError = 'La directory impostata per l\'upload non può essere trovata';
$strWelcome = 'Benvenuto in %s';
$strWestEuropean = 'Europeo Occidentale';
$strWildcard = 'wildcard';
$strWindowNotFound = 'La finestra destinataria del browser non può essere aggiornata. Può darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza';
$strWithChecked = 'Se selezionati:';
$strWriteRequests = 'Richieste di scrittura';
$strWritingCommentNotPossible = 'Impossibile scrivere il commento';
$strWritingRelationNotPossible = 'Impossibile scrivere la Relazione';
$strWrongUser = 'Nome utente o password errati. Accesso negato.';
 
$strXML = 'XML';
 
$strYes = 'Sì';
 
$strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/italian-utf-8.inc.php
0,0 → 1,983
<?php
/* $Id: italian-utf-8.inc.php,v 2.124.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* translated by: Pietro Danesi <danone at users.sourceforge.net> 2002-03-29
* Revised by: "DPhantom" <dphantom at users.sourceforge.net> 2002-04-16
* Revised by: "Luca Rebellato" <rebeluca at users.sourceforge.net> 2005-11-27
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days
$month = array('Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'); //italian months
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y at %I:%M %p'; //italian time
$timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi';
 
$strAbortedClients = 'Fallito';
$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver alla directory di docSQL';
$strAccessDenied = 'Accesso negato';
$strAccessDeniedCreateConfig = 'La ragione di questo è che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.';
$strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.';
$strAction = 'Azione';
$strAddAutoIncrement = 'Aggiungi valore AUTO_INCREMENT';
$strAddConstraints = 'Aggiungi vincoli';
$strAddDeleteColumn = 'Aggiungi/Cancella campo';
$strAddDeleteRow = 'Aggiungi/Cancella criterio';
$strAddDropDatabase = 'Aggiungi DROP DATABASE';
$strAddedColumnComment = 'Agginto commento sulla colonna';
$strAddedColumnRelation = 'Aggiunta Relazione per la colonna';
$strAddFields = 'Aggiungi %s campo(i)';
$strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)';
$strAddIfNotExists = 'Aggiunge IF NOT EXISTS';
$strAddIntoComments = 'Aggiungi nei commenti';
$strAddNewField = 'Aggiungi un nuovo campo';
$strAddPrivilegesOnDb = 'Aggiungi privilegi sul seguente database';
$strAddPrivilegesOnTbl = 'Aggiungi privilegi sulla seguente tabella';
$strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):';
$strAddToIndex = 'Aggiungi all\'indice &nbsp;%s&nbsp;colonna/e';
$strAddUser = 'Aggiungi un nuovo utente';
$strAddUserMessage = 'Hai aggiunto un nuovo utente.';
$strAdministration = 'Amministrazione';
$strAffectedRows = 'Righe interessate:';
$strAfter = 'Dopo %s';
$strAfterInsertBack = 'Indietro';
$strAfterInsertNewInsert = 'Inserisci un nuovo record';
$strAfterInsertNext = 'Modifica il record successivo';
$strAfterInsertSame = 'Torna a questa pagina';
$strAllowInterrupt = 'Permette di interrompere il processo di importazione nel caso lo script rilevi che è troppo vicino al tempo limite. Questo potrebbe essere un buon modo di importare grandi file, tuttavia potrebbe interrompere la transazione.';
$strAllTableSameWidth = 'mostra tutte le Tabelle con la stessa larghezza?';
$strAll = 'Tutti';
$strAlterOrderBy = 'Altera tabella ordinata per';
$strAnalyzeTable = 'Analizza tabella';
$strAnd = 'E';
$strAndThen = 'e quindi';
$strAnIndex = 'Un indice è stato aggiunto in %s';
$strAnyHost = 'Qualsiasi host';
$strAny = 'Qualsiasi';
$strAnyUser = 'Qualsiasi utente';
$strApproximateCount = 'Può essere approssimato. Vedere FAQ 3.11';
$strAPrimaryKey = 'Una chiave primaria è stata aggiunta in %s';
$strArabic = 'Arabo';
$strArmenian = 'Armeno';
$strAscending = 'Crescente';
$strAtBeginningOfTable = 'All\'inizio della tabella';
$strAtEndOfTable = 'Alla fine della tabella';
$strAttr = 'Attributi';
$strAutodetect = 'Autorilevazione';
$strAutomaticLayout = 'Impaginazione automatica';
 
$strBack = 'Indietro';
$strBaltic = 'Baltico';
$strBeginCut = 'INIZIO CUT';
$strBeginRaw = 'INIZIO RAW';
$strBinary = 'Binario';
$strBinaryDoNotEdit = 'Tipo di dato Binario - non modificare';
$strBinaryLog = 'Log binario';
$strBinLogEventType = 'Tipo di evento';
$strBinLogInfo = 'Informazioni';
$strBinLogName = 'Nome del Log';
$strBinLogOriginalPosition = 'Posizione originale';
$strBinLogPosition = 'Posizione';
$strBinLogServerId = 'ID del server';
$strBookmarkAllUsers = 'Permetti ad ogni utente di accedere a questo bookmark';
$strBookmarkCreated = 'Segnalibro %s creato';
$strBookmarkDeleted = 'Il bookmark è stato cancellato.';
$strBookmarkLabel = 'Etichetta';
$strBookmarkQuery = 'Query SQL aggiunte ai preferiti';
$strBookmarkReplace = 'Sostituzione dei segnalibri esistenti con lo stesso nome';
$strBookmarkThis = 'Aggiungi ai preferiti questa query SQL';
$strBookmarkView = 'Visualizza solo';
$strBrowseDistinctValues = 'Nviga tra i valori DISTINCT';
$strBrowseForeignValues = 'Sfoglia le opzioni straniere';
$strBrowse = 'Mostra';
$strBufferPoolActivity = 'Attività del Buffer Pool';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Utilizzo del Buffer Pool';
$strBufferReadMissesInPercent = 'Non letto in %';
$strBufferReadMisses = 'Non letto';
$strBufferWriteWaits = 'In attesa di scrittura';
$strBufferWriteWaitsInPercent = 'In attesa di scrittura in %';
$strBulgarian = 'Bulgaro';
$strBusyPages = 'Pagine occupate';
$strBzError = 'phpMyAdmin non è capace di comprimere il dump a causa dell\'estensione Bz2 errata in questa versione di PHP. Vi raccomandiamo vivamente di settare il parametro <code>$cfg[\'BZipDump\']</code> nel vostro file di configurazione di phpMyAdmin a <code>FALSE</code>. Se volete utilizzare le capacità di compressione Bz2, dovreste aggiornare il PHP all\'ultima versione. Date un\'occhiata al bug report %s per uteriori dettagli.';
$strBzip = '"compresso con bzip2"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'Non posso caricare i plugins di importazione, controlla la tua configurazione!';
$strCannotLogin = 'Impossibile eseguire il login nel server MySQL';
$strCantLoad = 'Impossibile caricare l\'estensione %s,<br />prego controllare la configurazione di PHP';
$strCantLoadRecodeIconv = 'Impossibile caricare l\'estensione iconv o recode necessaria per la conversione del set di caratteri, configurare il PHP per permettere di utilizzare queste estenzioni o disabilitare la conversione dei set di caratteri in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!';
$strCantUseRecodeIconv = 'Impossibile utilizzare le funzioni iconv o libiconv o recode_string in quanto l\'estensione deve essere caricata. Controllare la configurazione del PHP.';
$strCardinality = 'Cardinalità';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Europeo Centrale';
$strChangeCopyModeCopy = '... mantieni quello vecchio.';
$strChangeCopyMode = 'Crea un nuovo utente con gli stessi privilegi e ...';
$strChangeCopyModeDeleteAndReload = ' ... cancella quello vecchio dalla tabella degli utenti e in seguito ricarica i privilegi.';
$strChangeCopyModeJustDelete = ' ... cancella quello vecchio dalla tabella degli utenti.';
$strChangeCopyModeRevoke = ' ... revoca tutti i privilegi attivi da quello vecchio e in seguito cancellalo.';
$strChangeCopyUser = 'Cambia le Informazioni di Login / Copia Utente';
$strChangeDisplay = 'Scegli il campo da mostrare';
$strChange = 'Modifica';
$strChangePassword = 'Cambia password';
$strCharsetOfFile = 'Set di caratteri del file:';
$strCharsetsAndCollations = 'Set di Caratteri e Collations';
$strCharset = 'Set di caratteri';
$strCharsets = 'Set di caratteri';
$strCheckAll = 'Seleziona tutti';
$strCheckOverhead = 'Controllo addizionale';
$strCheckPrivs = 'Controlla i privilegi';
$strCheckPrivsLong = 'Controlla i privilegi per il database &quot;%s&quot;.';
$strCheckTable = 'Controlla tabella';
$strChoosePage = 'Prego scegliere una Page da modificare';
$strColComFeat = 'Visualizzazione commenti delle colonne';
$strCollation = 'Collation';
$strColumnNames = 'Nomi delle colonne';
$strColumnPrivileges = 'Privilegi relativi alle colonne';
$strCommand = 'Comando';
$strComments = 'Commenti';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'Compatibile con MySQL&nbsp;4.0';
$strCompleteInserts = 'Inserimenti completi';
$strCompression = 'Compressione';
$strCompressionWillBeDetected = 'Il tipo di compressione del file importato sarà automaticamente rilevato da: %s';
$strConfigDefaultFileError = 'Non posso leggere la configurazione da: "%1$s"';
$strConfigFileError = 'phpMyAdmin non riesce a leggere il file di configurazione!<br />Questo può accadere se il php trova un parse error in esso oppure il php non trova il file.<br />Richiamate il file di configurazione direttamente utilizzando il link sotto e leggete il/i messaggio/i di errore del php che ricevete. Nella maggior parte dei casi ci sono un apostrofo o una virgoletta mancanti.<br />Se ricevete una pagina bianca, allora è tutto a posto.';
$strConfigureTableCoord = 'Prego, configurare le coordinate per la tabella %s';
$strConnectionError = 'Impossibile connettersi: impostazioni non valide.';
$strConnections = 'Connessioni';
$strConstraintsForDumped = 'Limiti per le tabelle scaricate';
$strConstraintsForTable = 'Limiti per la tabella';
$strCookiesRequired = 'Da questo punto in poi, i cookies devono essere abilitati.';
$strCopy = 'Copia';
$strCopyDatabaseOK = 'Il Database %s è stato copiato in %s';
$strCopyTable = 'Copia la tabella nel (database<b>.</b>tabella):';
$strCopyTableOK = 'La tabella %s è stata copiata su %s.';
$strCopyTableSameNames = 'Impossibile copiare la tabella su se stessa!';
$strCouldNotKill = 'phpMyAdmin non è in grado di terminare il thread %s. Probabilmente è già stato terminato.';
$strCreate = 'Crea';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE prima di copiare';
$strCreateIndex = 'Crea un indice su &nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Crea un nuovo indice';
$strCreateNewDatabase = 'Crea un nuovo database';
$strCreateNewTable = 'Crea una nuova tabella nel database %s';
$strCreatePage = 'Crea una nuova Page';
$strCreatePdfFeat = 'Creazione di PDF';
$strCreationDates = 'Creazione/Aggiornamento/Controllo date';
$strCriteria = 'Criterio';
$strCroatian = 'Croato';
$strCSV = 'CSV';
$strCSVImportOptions = 'opzioni CSV';
$strCSVOptions = 'Opzioni CSV';
$strCyrillic = 'Cirillico';
$strCzech = 'Ceco';
$strCzechSlovak = 'Ceco-Slovacco';
 
$strDanish = 'Danese';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Il nome del DataBase è vuoto!';
$strDatabaseExportOptions = 'Opzioni di esportazione del database';
$strDatabaseHasBeenDropped = 'Il Database %s è stato eliminato.';
$strDatabaseNoTable = 'Questo database non contiene tabelle!';
$strDatabases = 'Database';
$strDatabasesDropped = '%s databases sono stati cancellati correttamente.';
$strDatabasesStatsDisable = 'Disabilita le Statistiche';
$strDatabasesStatsEnable = 'Abilita le Statistiche';
$strDatabasesStatsHeavyTraffic = 'N.B.: Abilitare qui le statistiche del Database potrebbe causare del traffico intenso fra il server web e MySQL.';
$strDatabasesStats = 'Statistiche dei databases';
$strData = 'Dati';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Solo dati';
$strDataPages = 'Pagine contenenti dati';
$strDBComment = 'Commento al Database: ';
$strDBCopy = 'Copia il Database in';
$strDBGContext = 'Contesto';
$strDBGContextID = 'ID del Contesto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linea';
$strDBGMaxTimeMs = 'Tempo massimo, ms';
$strDBGMinTimeMs = 'Tempo minimo, ms';
$strDBGModule = 'Modulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo totale, ms';
$strDbPrivileges = 'Privilegi specifici al database';
$strDBRename = 'Rinomina il DataBase in';
$strDbSpecific = 'specifico del database';
$strDefaultEngine = '%s è il motore di memorizzazione predefinito su questo server MySQL.';
$strDefault = 'Predefinito';
$strDefaultValueHelp = 'Per i valori predefiniti, prego inserire un singolo valore, senza backslashes escaping o virgolette, utilizzando questo formato: a';
$strDefragment = 'Deframmenta la tabella';
$strDelayedInserts = 'Utilizza inserimenti ritardati';
$strDeleteAndFlush = 'Cancella gli utenti e dopo ricarica i privilegi.';
$strDeleteAndFlushDescr = 'Questa è la vita più giusta, ma il caricamento dei privilegi può durare qualche secondo.';
$strDelete = 'Cancella';
$strDeleted = 'La riga è stata cancellata';
$strDeletedRows = 'Righe cancellate:';
$strDeleteNoUsersSelected = 'Nessun utente selezionato per la cancellazione!';
$strDeleting = 'Cancellazione in corso di %s';
$strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono più. Volete cancellare questi Riferimenti?';
$strDescending = 'Decrescente';
$strDescription = 'Descrizione';
$strDictionary = 'dizionario';
$strDirtyPages = 'Pagine sporche';
$strDisabled = 'Disabilitata';
$strDisableForeignChecks = 'Disabilita i controlli sulle chiavi straniere';
$strDisplayFeat = 'Mostra Caratteristiche';
$strDisplayOrder = 'Ordine di visualizzazione:';
$strDisplayPDF = 'Mostra lo schema del PDF';
$strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")';
$strDocu = 'Documentazione';
$strDoYouReally = 'Confermi: ';
$strDropDatabaseStrongWarning = 'Si sta per DISTRUGGERE COMPLETAMENTE un intero DataBase!';
$strDrop = 'Elimina';
$strDropUsersDb = 'Elimina i databases gli stessi nomi degli utenti.';
$strDumpingData = 'Dump dei dati per la tabella';
$strDumpSaved = 'Il dump è stato salvato sul file %s.';
$strDumpXRows = 'Dump di %s righe a partire dalla riga %s.';
$strDynamic = 'dinamico';
 
$strEdit = 'Modifica';
$strEditPDFPages = 'Modifica pagine PDF';
$strEditPrivileges = 'Modifica Privilegi';
$strEffective = 'Effettivo';
$strEmptyResultSet = 'MySQL ha restituito un insieme vuoto (i.e. zero righe).';
$strEmpty = 'Svuota';
$strEnabled = 'Abilitata';
$strEncloseInTransaction = 'Includi export in una transazione';
$strEndCut = 'FINE CUT';
$strEnd = 'Fine';
$strEndRaw = 'FINE RAW';
$strEngineAvailable = '%s è disponibile su questo server MySQL.';
$strEngineDisabled = '%s è stato disabilitato su questo server MySQL.';
$strEngines = 'Motori';
$strEngineUnsupported = 'Questo server MySQL non supporta il motore di memorizzazione %s.';
$strEnglish = 'Inglese';
$strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese';
$strError = 'Errore';
$strErrorInZipFile = 'Errore nell\'archivio ZIP:';
$strEscapeWildcards = 'I caratteri jolly _ e % dovrebbero essere preceduti da un \ per l\'utilizzo letterale';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estone';
$strExcelEdition = 'Edizione Excel';
$strExcelOptions = 'Opzioni di Excel';
$strExecuteBookmarked = 'Esegue la query dalle preferite';
$strExplain = 'Spiega SQL';
$strExport = 'Esporta';
$strExtendedInserts = 'Inserimenti estesi';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativi falliti';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Il campo %s è stato eliminato';
$strFields = 'Campi';
$strFieldsEmpty = ' Il contatore dei campi è vuoto! ';
$strFieldsEnclosedBy = 'Campo composto da';
$strFieldsEscapedBy = 'Campo impedito da';
$strFieldsTerminatedBy = 'Campo terminato da';
$strFileAlreadyExists = 'Il file %s esiste già sul server: prego, cambiare nome del file o selezionare l\'opzione "sovrascrivi".';
$strFileCouldNotBeRead = 'Il file non può essere letto';
$strFileNameTemplateDescriptionDatabase = 'nome database';
$strFileNameTemplateDescription = 'Questo valore è interpretato usando %1$sstrftime%2$s, in questo modo puoi usare stringhe di formattazione per le date/tempi. Verranno anche aggiunte le seguenti trasformazioni: %3$s. Il testo rimanente resterà invariato.';
$strFileNameTemplateDescriptionServer = 'nome server';
$strFileNameTemplateDescriptionTable = 'nome tabella';
$strFileNameTemplate = 'Nome file template';
$strFileNameTemplateRemember = 'ricorda il template';
$strFileToImport = 'File importato';
$strFixed = 'fisso';
$strFlushPrivilegesNote = 'N.B.: phpMyAdmin legge i privilegi degli utenti direttamente nella tabella dei privilegi di MySQL. Il contenuto di questa tabella può differire dai privilegi usati dal server se sono stati fatti cambiamenti manuali. In questo caso, Si dovrebbero %srinfrescare i privilegi%s prima di continuare.';
$strFlushQueryCache = 'Rinfresca la cache delle query';
$strFlushTable = 'Inizializza ("FLUSH") la tabella';
$strFlushTables = 'Rinfresca (chiudi) tutte le tabelle';
$strFormat = 'Formato';
$strFormEmpty = 'Valore mancante nel form!';
$strFreePages = 'Pagine libere';
$strFullText = 'Testo completo';
$strFunction = 'Funzione';
 
$strGenBy = 'Generato da';
$strGeneralRelationFeat = 'Caratteristiche Generali di Relazione';
$strGenerate = 'Genera';
$strGeneratePassword = 'Genera Password';
$strGenTime = 'Generato il';
$strGeorgian = 'Georgiano';
$strGerman = 'Tedesco';
$strGlobal = 'globale';
$strGlobalPrivileges = 'Privilegi globali';
$strGlobalValue = 'Valore globale';
$strGo = 'Esegui';
$strGrantOption = 'Grant';
$strGreek = 'Greco';
$strGzip = '"compresso con gzip"';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'è stato modificato.';
$strHasBeenCreated = 'è stato creato.';
$strHaveToShow = 'Devi scegliere almeno una Colonna da mostrare';
$strHebrew = 'Ebreo';
$strHexForBinary = 'Usa l\'esadecimale per i dati binari';
$strHome = 'Home';
$strHomepageOfficial = 'Home page ufficiale di phpMyAdmin';
$strHostEmpty = 'Il nome di host è vuoto!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opzioni di esportazione di Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opzioni di esportazione di Microsoft Word 2000';
$strHungarian = 'Ungherese';
 
$strIcelandic = 'Islandese';
$strId = 'ID';
$strIdxFulltext = 'Testo completo';
$strIgnoreDuplicates = 'Ignora le righe duplicate';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizza gli IGNORE INSERTS';
$strIgnoringFile = 'File %s ignorato';
$strImportDocSQL = 'Importa Files docSQL';
$strImportFiles = 'Importa files';
$strImportFormat = 'Formato del file importato';
$strImport = 'Importa';
$strImportSuccessfullyFinished = 'Importazione eseguita con successo, %d queries eseguite.';
$strIndexes = 'Indici';
$strIndexHasBeenDropped = 'L\'indice %s è stato eliminato';
$strIndex = 'Indice';
$strIndexName = 'Nome dell\'indice&nbsp;:';
$strIndexType = 'Tipo di indice&nbsp;:';
$strIndexWarningMultiple = 'Più di una chiave %s è stata creata per la colonna `%s`';
$strIndexWarningPrimary = 'Le chiavi PRIMARY e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`';
$strIndexWarningTable = 'Problemi con gli indici della tabella `%s`';
$strIndexWarningUnique = 'Le chiavi UNIQUE e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`';
$strInnoDBAutoextendIncrementDesc = ' La dimensione di incremento per aumentare la dimensione di una tabella autoextending quando diventa piena.';
$strInnoDBAutoextendIncrement = 'Incremento autoextend';
$strInnoDBBufferPoolSizeDesc = 'La dimensione del buffer di memoria InnoDB cacha dati e indici delle proprie tabelle.';
$strInnoDBBufferPoolSize = 'Dimensione del Buffer pool';
$strInnoDBDataFilePath = 'File dati';
$strInnoDBDataHomeDirDesc = 'La parte comune del path della directory per tutti i file dati InnoDB.';
$strInnoDBDataHomeDir = 'Home directory dei dati';
$strInnoDBPages = 'pagine';
$strInnodbStat = 'Stato InnoDB';
$strInsecureMySQL = 'Il file di configurazione in uso contiene impostazioni (root con nessuna password) che corrispondono ai privilegi dell\'account MySQL predefinito. Un server MySQL funzionante con queste impostazioni è aperto a intrusioni, e si dovrebbe realmente riparare a questa falla nella sicurezza.';
$strInsertAsNewRow = 'Inserisci come nuova riga';
$strInsertedRowId = 'Inserito id riga:';
$strInsertedRows = 'Righe inserite:';
$strInsert = 'Inserisci';
$strInsertNewRow = 'Inserisci una nuova riga';
$strInternalNotNecessary = '* Non è necessaria una relazione interna quando già esiste in InnoDB.';
$strInternalRelations = 'Relazioni interne';
$strInUse = 'in uso';
$strInvalidAuthMethod = 'Metodo di autenticazione settato nella configurazione non valido:';
$strInvalidColumn = 'Colonna specificata (%s) invalida!';
$strInvalidColumnCount = 'Il contatore delle colonne deve essere superiore a 0.';
$strInvalidCSVFieldCount = 'Contatore di campo non valido nell\'input CSV alla linea %d.';
$strInvalidCSVFormat = 'Formato non valido per l\'input CSV alla linea %d.';
$strInvalidCSVParameter = 'Parametro non valido per importazione CSV: %s';
$strInvalidFieldAddCount = 'Deviaggiungere come minimo un campo.';
$strInvalidFieldCount = 'la tabella deve avere come minimo un dato.';
$strInvalidLDIImport = 'Questo plugin non supporta importazioni di dati compressi!';
$strInvalidRowNumber = '%d non è un numero valido di righe.';
$strInvalidServerHostname = 'Nome host per il server %1$s non valido. Controlla la tua configurazione.';
$strInvalidServerIndex = 'Server index non valido: "%s"';
 
$strJapanese = 'Giapponese';
$strJoins = 'Joins';
$strJumpToDB = 'Passa al database &quot;%s&quot;.';
$strJustDelete = 'Cancella soltanto gli utenti dalle tabelle dei privilegi.';
$strJustDeleteDescr = 'Gli utenti &quot;cancellati&quot; saranno ancora in grado di accedere al servercome al solito finché i privilegi non verraanno ricaricati.';
 
$strKeepPass = 'Non cambiare la password';
$strKeyCache = 'Key cache';
$strKeyname = 'Nome chiave';
$strKill = 'Rimuovi';
$strKorean = 'Coreano';
 
$strLandscape = 'Orizzontale';
$strLanguageFileNotFound = 'File di lingua "%1$s" non trovato.';
$strLanguageUnknown = 'Lingua non conosciuta : %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Sottotitolo della tabella';
$strLatexContent = 'Contenuto della tabella __TABLE__';
$strLatexContinuedCaption = 'Sottotitolo della tabella continuato';
$strLatexContinued = '(continua)';
$strLatexIncludeCaption = 'Includi sottotitolo della tabella';
$strLatexLabel = 'Chiave etichetta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'opzioni LaTeX';
$strLatexStructure = 'Struttura della tabella __TABLE__';
$strLatvian = 'Lituano';
$strLDI = 'CSV usando LOAD DATA';
$strLDIImportOptions = 'Opzione per importazione CSV usando LOAD DATA';
$strLDILocal = 'Usa LOCAL keyword';
$strLengthSet = 'Lunghezza/Set*';
$strLimitNumRows = 'record per pagina';
$strLinesTerminatedBy = 'Linee terminate da';
$strLinkNotFound = 'Link non trovato';
$strLinksTo = 'Collegamenti a';
$strLithuanian = 'Lituano';
$strLocalhost = 'Locale';
$strLocationTextfile = 'Percorso del file';
$strLogin = 'Connetti';
$strLoginInformation = 'Informazioni di Login';
$strLogout = 'Disconnetti';
$strLogPassword = 'Password:';
$strLogServer = 'Server';
$strLogUsername = 'Nome utente:';
$strLongOperation = 'Questa operazione potrebbe impiegare molto tempo. Procedere comunque?';
 
$strMaxConnects = 'max. connessioni contemporanee';
$strMaximalQueryLength = 'Lunghezza massima di una query creata';
$strMaximumSize = 'Dimensione massima: %s%s';
$strMbExtensionMissing = 'L\'estensione PHP mbstring non è stata trovata e sembra che si stia utilizzando un set di caratteri multibyte. Senza l\'estensione mbstring, phpMyAdmin non è in grado di dividere correttamente le stringhe di caratteri e questo può portare a risultati inaspettati.';
$strMbOverloadWarning = 'Avete abilitato mbstring.func_overload nella configurazione del PHP. Questa opzione è incompatibile con phpMyAdmin e potrebbe causare la corruzione di alcuni dati!';
$strMIME_available_mime = 'Tipi-MIME disponibili';
$strMIME_available_transform = 'Trasformazioni disponibili';
$strMIME_description = 'Descrizione';
$strMIME_MIMEtype = 'tipo MIME';
$strMIME_nodescription = 'Nessuna descrizione è disponibile per questa trasformazione.<br />Prego, chiedere all\'autore cosa %s faccia.';
$strMIME_transformation_note = 'Per una lista di opzioni di trasformazione disponibili e le loro rispettive trasformazioni di tipi-MIME, cliccate su %strasformazione descrizioni%s';
$strMIME_transformation_options_note = 'Prego, immettere i valori per le opzioni di trasformazioneutilizzando questo formato: \'a\',\'b\',\'c\'...<br />Se c\'è la necessità di immettere un backslash ("\") o un apostrofo ("\'") tra questi valori, essi vanno backslashati (per es. \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Opzioni di Transformation';
$strMIME_transformation = 'Trasformazione del Browser';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'Tipi-MIME stampati in italics non hanno una funzione di trasformazione separata';
$strModifications = 'Le modifiche sono state salvate';
$strModifyIndexTopic = 'Modifica un indice';
$strModify = 'Modifica';
$strMoveTableOK = 'La tabella %s è stata spostata in %s.';
$strMoveTableSameNames = 'Impossibile spostare la tabella su se stessa!';
$strMoveTable = 'Sposta la tabella nel (database<b>.</b>tabella):';
$strMultilingual = 'multilingua';
$strMyISAMDataPointerSizeDesc = 'Dimensione del puntatore predefinito in Bytes, che deve essere usata da CREATE TABLE per le tabelle MyISAM quando non è stata specificata l\'opzione MAX_ROWS.';
$strMyISAMDataPointerSize = 'Domensione del puntatore dati';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se il file temporaneo è usato per la creazione veloce di un indice MyISAM, occuperebbe più spazio dell\'utilizzo del metodo key cache con la quantità ivi specificata: perciò si deve prediligere il metodo key cache.';
$strMyISAMMaxExtraSortFileSize = 'Dimensione massima per i files temporanei nella creazione di un indice';
$strMyISAMMaxSortFileSizeDesc = 'La dimensione massima dei file temporanei MySQL può essere utilizzata nella rigenerazione di un indice MyISAM (durante un REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Dimensione massima dei file temporanei di ordinamento';
$strMyISAMRecoverOptionsDesc = 'La modalità di irppristino automatico di tabelle MyISAM corrotte, come impostato tramite l\'opzione di lan cio del server --myisam-recover.';
$strMyISAMRecoverOptions = 'Modalità di ripristino automatico';
$strMyISAMRepairThreadsDesc = 'Se questo valore è maggiore di 1, gli indici della tabella MyISAM vengono creati in parallelo (ogni indice nel suo thread) durante il processo di ordinamento Repair by.';
$strMyISAMRepairThreads = 'Thread di riparazione';
$strMyISAMSortBufferSizeDesc = 'Il buffer che viene allocato nell\'ordinamento degli indici MyISAM durante un REPAIR TABLE o nella creazione degli indici con CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Ordina la dimensione del buffer';
$strMySQLCharset = 'Set di caratteri MySQL';
$strMysqlClientVersion = 'Versione MySQL client';
$strMySQLConnectionCollation = 'collazione della connessione di MySQL';
$strMySQLSaid = 'Messaggio di MySQL: ';
$strMySQLShowProcess = 'Visualizza processi in esecuzione';
$strMySQLShowStatus = 'Visualizza informazioni di runtime di MySQL';
$strMySQLShowVars = 'Visualizza variabili di sistema di MySQL';
 
$strName = 'Nome';
$strNext = 'Prossimo';
$strNoActivity = 'Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente';
$strNoDatabases = 'Nessun database';
$strNoDatabasesSelected = 'Nessun database selezionato.';
$strNoDescription = 'nessuna Description';
$strNoDetailsForEngine = 'Non è disponibile nessuna informazione dettagliata sullo stato di questo motore di memorizzazione.';
$strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.';
$strNoExplain = 'Non Spiegare SQL';
$strNoFilesFoundInZip = 'Non sono stati trovati file ZIP all\'interno dell\'archivio!';
$strNoFrames = 'phpMyAdmin funziona meglio con browser che supportano frames';
$strNoIndex = 'Nessun indice definito!';
$strNoIndexPartsDefined = 'Nessuna parte di indice definita!';
$strNoModification = 'Nessun cambiamento';
$strNone = 'Nessuno';
$strNo = ' No ';
$strNoOptions = 'Questo formato non ha opzioni';
$strNoPassword = 'Nessuna Password';
$strNoPermission = 'Il server web non possiede i privilegi per salvare il file %s.';
$strNoPhp = 'senza codice PHP';
$strNoPrivileges = 'Nessun Privilegio';
$strNoRights = 'Non hai i permessi per effettuare questa operazione!';
$strNoRowsSelected = 'Nessuna riga selezionata';
$strNoSpace = 'Spazio insufficiente per salvare il file %s.';
$strNoTablesFound = 'Non ci sono tabelle nel database.';
$strNoThemeSupport = 'Nessun supporto per i temi, si prega di controllare la configurazione e/o i temi nella cartella %s.';
$strNothingToImport = 'Non hai inserito alcun dato da importare';
$strNotNumber = 'Questo non è un numero!';
$strNotOK = 'non OK';
$strNotSet = '<b>%s</b> tabella non trovata o non settata in %s';
$strNoUsersFound = 'Nessun utente trovato.';
$strNoValidateSQL = 'Non Validare SQL';
$strNull = 'Null';
$strNumberOfFields = 'Numero di campi';
$strNumSearchResultsInTable = '%s corrisponde/ono nella tabella <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totale:</b> <i>%s</i> corrispondenza/e';
$strNumTables = 'Tabelle';
 
$strOK = 'OK';
$strOpenNewWindow = 'Apri una nuova finestra di PhpMyAdmin';
$strOperations = 'Operazioni';
$strOperator = 'Operatore';
$strOptimizeTable = 'Ottimizza tabella';
$strOr = 'Oppure';
$strOverhead = 'In eccesso';
$strOverwriteExisting = 'Sovrascrivi file(s) esistente/i';
 
$strPageNumber = 'Numero pagina:';
$strPagesToBeFlushed = 'Pagine che devono essere flushate';
$strPaperSize = 'Dimensioni carta';
$strPartialImport = 'Importazione parziale';
$strPartialText = 'Testo parziale';
$strPasswordChanged = 'La password per l\'utente %s è cambiata con successo.';
$strPasswordEmpty = 'La password è vuota!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'La password non coincide!';
$strPassword = 'Password';
$strPdfDbSchema = 'Schema del database "%s" - Pagina %s';
$strPdfInvalidTblName = 'La tabella "%s" non esiste!';
$strPdfNoTables = 'Nessuna Tabella';
$strPDFOptions = 'Opzioni PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Titolo del Report';
$strPerHour = 'all\'ora';
$strPerMinute = 'al minuto';
$strPerSecond = 'al secondo';
$strPersian = 'Persiano';
$strPhoneBook = 'rubrica';
$strPHP40203 = 'Si sta utilizzando PHP 4.2.3, che presenta un serio bug con le stringhe multi-byte (mbstring). Vedi report PHP 19404. Questa versione di PHP non è raccomandata per l\'utilizzo con phpMyAdmin.';
$strPhp = 'Crea il codice PHP';
$strPHPVersion = 'Versione PHP';
$strPmaDocumentation = 'Documentazione di phpMyAdmin';
$strPmaUriError = 'La direttiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DEVE essere impostata nel file di configurazione!';
$strPolish = 'Polacco';
$strPortrait = 'Verticale';
$strPos1 = 'Inizio';
$strPrevious = 'Precedente';
$strPrimaryKeyHasBeenDropped = 'La chiave primaria è stata eliminata';
$strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>deve</b> essere il nome di, e <b>solo di</b>, una chiave primaria!)';
$strPrimary = 'Primaria';
$strPrint = 'Stampa';
$strPrintViewFull = 'Vista stampa (con full text)';
$strPrintView = 'Visualizza per stampa';
$strPrivDescAllPrivileges = 'Comprende tutti i privilegi tranne GRANT.';
$strPrivDescAlter = 'Permette di alterare la struttura di tabelle esistenti.';
$strPrivDescAlterRoutine = 'Permette l\'alterazione e l\'eliminazione di routines memorizzate.';
$strPrivDescCreateDb = 'Permette di creare nuove tabelle e nuovi databases.';
$strPrivDescCreateRoutine = 'Permette la creazione di routines memorizzate.';
$strPrivDescCreateTbl = 'Permette di creare nuove tabelle.';
$strPrivDescCreateTmpTable = 'Permette di creare tabelle temporanee.';
$strPrivDescCreateUser = 'Permette di creare, cancellare e rinominare gli account utente.';
$strPrivDescCreateView = 'Permette la creazione di nuove viste.';
$strPrivDescDelete = 'Permette di cancellare dati.';
$strPrivDescDropDb = 'Permette di eliminare databases e tabelle.';
$strPrivDescDropTbl = 'Permette di eliminare tabelle.';
$strPrivDescExecute5 = 'Permette l\'esecuzione di routines memorizzate.';
$strPrivDescExecute = 'Permette di eseguire procedure memorizzate; Non ha effetto in questa versione di MySQL.';
$strPrivDescFile = 'Permette di importare dati da e esportare dati in files.';
$strPrivDescGrant = 'Permette di aggiungere utenti e privilegi senza ricaricare le tabelle dei privilegi.';
$strPrivDescIndex = 'Permette di creare ed eliminare gli indici.';
$strPrivDescInsert = 'Permette di inserire e sovrascrivere dati.';
$strPrivDescLockTables = 'Permette di bloccare le tabelle per il thread corrente.';
$strPrivDescMaxConnections = 'Limita il numero di nuove connessioni che un utente può aprire in un\'ora.';
$strPrivDescMaxQuestions = 'Limita il numero di queries che un utente può mandare al server in un\'ora.';
$strPrivDescMaxUpdates = 'Limita il numero di comandi che possono cambiare una tabella o un database che un utente può eseguire in un\'ora.';
$strPrivDescMaxUserConnections = 'Limite di connessioni simultanee che un utente può fare.';
$strPrivDescProcess3 = 'Permette di killare i processi di altri utenti.';
$strPrivDescProcess4 = 'Permette di vedere le queries complete nella lista dei processi.';
$strPrivDescReferences = 'Non ha alcun effetto in questa versione di MySQL.';
$strPrivDescReload = 'Permette di ricaricare i parametri del server e di resettare la cache del server.';
$strPrivDescReplClient = 'Accorda il diritto ad un utente di domandare dove sono i masters/slaves.';
$strPrivDescReplSlave = 'Necessario per la replicazione degli slaves.';
$strPrivDescSelect = 'Permette di leggere i dati.';
$strPrivDescShowDb = 'Accorda l\'accesso alla lista completa dei databases.';
$strPrivDescShowView = 'Permette di effettuare query del tipo SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permette di chiudere il server.';
$strPrivDescSuper = 'Permette altre connessioni, anche se è stato raggiunto il massimo numero di connessioni; Necessario per molte operazioni di amministrazione come il settaggio di variabili globali o la cancellazione dei threads di altri utenti.';
$strPrivDescUpdate = 'Permette di cambiare i dati.';
$strPrivDescUsage = 'Nessun privilegio.';
$strPrivileges = 'Privilegi';
$strPrivilegesReloaded = 'I privilegi sono stati ricaricati con successo.';
$strProcesslist = 'Lista Processi';
$strProtocolVersion = 'Versione protocollo';
$strPutColNames = 'Mette i nomi delle colonne alla prima riga';
 
$strQBEDel = 'Cancella';
$strQBEIns = 'Aggiungi';
$strQBE = 'Query da esempio';
$strQueryCache = 'Cache delle query';
$strQueryFrame = 'Finestra della Query';
$strQueryOnDb = 'SQL-query sul database <b>%s</b>:';
$strQuerySQLHistory = 'Storico dell\'SQL';
$strQueryStatistics = '<b>Query delle Statistiche</b>: Dall\'avvio, %s queries sono state effettuate sul server.';
$strQueryTime = 'La query ha impiegato %01.4f sec';
$strQueryType = 'Tipo di Query';
$strQueryWindowLock = 'Non sovrascrivere questa query da fuori della finestra';
 
$strReadRequests = 'Richieste di lettura';
$strReceived = 'Ricevuti';
$strRecords = 'Record';
$strReferentialIntegrity = 'Controlla l\'integrità delle referenze:';
$strRefresh = 'Aggiorna';
$strRelationalSchema = 'Schema relazionale';
$strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perché clicca %squi%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relazioni';
$strRelationView = 'Vedi relazioni';
$strReloadingThePrivileges = 'Caricamento dei privilegi in corso';
$strReloadMySQL = 'Riavvia MySQL';
$strRemoveSelectedUsers = 'Rimuove gli utenti selezionati';
$strRenameDatabaseOK = 'Il DataBase %s è stato rinominato in %s';
$strRenameTableOK = 'La tabella %s è stata rinominata %s';
$strRenameTable = 'Rinomina la tabella in';
$strRepairTable = 'Ripara tabella';
$strReplaceNULLBy = 'Sostituisci NULL con';
$strReplaceTable = 'Sostituisci i dati della tabella col file';
$strReplication = 'Replicazione';
$strReset = 'Riavvia';
$strResourceLimits = 'Limiti di risorse';
$strReType = 'Reinserisci';
$strRevokeAndDeleteDescr = 'Gli utenti UTILIZZERANNO comunque il privilegio finché i privilegi non saranno ricaricati.';
$strRevokeAndDelete = 'Revoca tutti i privilegi attivi agli utenti e dopo li cancella.';
$strRevokeMessage = 'Hai revocato i privilegi per %s';
$strRevoke = 'Revoca';
$strRomanian = 'Rumeno';
$strRowLength = 'Lunghezza riga';
$strRowsFrom = 'righe a partire da';
$strRowSize = 'Dimensione riga';
$strRowsModeFlippedHorizontal = 'orizzontale (headers ruotati)';
$strRowsModeHorizontal = ' orizzontale ';
$strRowsModeOptions = ' in modalità %s e ripeti gli headers dopo %s celle ';
$strRowsModeVertical = ' verticale ';
$strRows = 'Righe';
$strRowsStatistic = 'Statistiche righe';
$strRunning = 'in esecuzione su %s';
$strRunQuery = 'Invia Query';
$strRunSQLQuery = 'Esegui la/e query SQL sul database %s';
$strRunSQLQueryOnServer = 'Eseguendo query SQL sul server %s';
$strRussian = 'Russo';
 
$strSaveOnServer = 'Salva sul server nella directory %s';
$strSave = 'Salva';
$strScaleFactorSmall = 'Il fattore di scala è troppo piccolo per riempire lo schema nella pagina';
$strSearch = 'Cerca';
$strSearchFormTitle = 'Cerca nel database';
$strSearchInTables = 'Nella/e tabella/e:';
$strSearchNeedle = 'parola/e o valore/i da cercare (carattere jolly: "%"):';
$strSearchOption1 = 'almeno una delle parole';
$strSearchOption2 = 'tutte le parole';
$strSearchOption3 = 'la frase esatta';
$strSearchOption4 = 'come espressione regolare';
$strSearchResultsFor = 'Cerca i risultati per "<i>%s</i>" %s:';
$strSearchType = 'Trova:';
$strSecretRequired = 'Adesso c\'è bisogno di una password per il file di configurazione (blowfish_secret).';
$strSelectADb = 'Prego, selezionare un database';
$strSelectAll = 'Seleziona Tutto';
$strSelectBinaryLog = 'Selezionare il log binario da visualizzare';
$strSelectFields = 'Seleziona campi (almeno uno):';
$strSelectNumRows = 'nella query';
$strSelectTables = 'Seleziona Tables';
$strSend = 'Salva con nome...';
$strSent = 'Spediti';
$strServerChoice = 'Scelta del server';
$strServerNotResponding = 'Il server non risponde';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Inserimento ritardato';
$strServerStatus = 'Informazioni di Runtime';
$strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.';
$strServerTabProcesslist = 'Processi';
$strServerTabVariables = 'Variabili';
$strServerTrafficNotes = '<b>Traffico del server</b>: Queste tabelle mostrano le statistiche del traffico di retedi questo server MySQL dal momento del suo avvio.';
$strServerVars = 'Variabili e parametri del Server';
$strServerVersion = 'Versione MySQL';
$strSessionValue = 'Valore sessione';
$strSetEnumVal = 'Se il tipo di campo è "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...<br />Se comunque dovete mettere dei backslashes ("\") o dei single quote ("\'") davanti a questi valori, backslashateli (per esempio \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostra tutti';
$strShowColor = 'Mostra il colore';
$strShowDatadictAs = 'Formato del Data Dictionary';
$strShowFullQueries = 'Mostra query complete';
$strShowGrid = 'Mostra la griglia';
$strShowingBookmark = 'Mostrando i segnalibri';
$strShowingRecords = 'Visualizzazione record ';
$strShow = 'Mostra';
$strShowOpenTables = 'Mostra le tabelle aperte';
$strShowPHPInfo = 'Mostra le info sul PHP';
$strShowSlaveHosts = 'Mostra gli hosts slave';
$strShowSlaveStatus = 'Mostra lo stato degli slave';
$strShowStatusBinlog_cache_disk_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario, ma che oltrepassano il valore di binlog_cache_size e usano un file temporaneo per salvare gli statements dalle transazioni.';
$strShowStatusBinlog_cache_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Il numero delle tabelle temporanee create automaticamente sul disco dal server mentre esegue i comandi. Se il valore Created_tmp_disk_tables è grande, potresti voler aumentare il valore tmp_table_size, per fare im modo che le tabelle temporanee siano memory-based anzichè disk-based.';
$strShowStatusCreated_tmp_filesDescr = 'Numero di files temporanei che mysqld ha creato.';
$strShowStatusCreated_tmp_tablesDescr = 'Il numero di tabelle temporanee create automaticamente in memoria dal server durante l\'esecuzione dei comandi.';
$strShowStatusDelayed_errorsDescr = 'Numero di righe scritte con INSERT DELAYED in cui ci sono stati degli errori (probabilmete chiave dublicata).';
$strShowStatusDelayed_insert_threadsDescr = 'Il numero di processi INSERT DELAYED in uso. Ciascuna tabella su cui è usato INSERT DELAYED occupa un thread.';
$strShowStatusDelayed_writesDescr = 'Il numero di righe INSERT DELAYED scritte.';
$strShowStatusFlush_commandsDescr = 'Il numero di comandi FLUSH eseguiti.';
$strShowStatusHandler_commitDescr = 'Il numero di comandi interni COMMIT eseguiti.';
$strShowStatusHandler_deleteDescr = 'Il numero di volte in cui una riga è stata cancellata da una tabella.';
$strShowStatusHandler_discoverDescr = 'Il server MySQL può chiedere al motore di storage NDB Cluster se conosce una tabella sulla base di un nome dato. Questo è chaiamto discovery. Handler_discover indica il numero di volte che una tabella è stata trovata.';
$strShowStatusHandler_read_firstDescr = 'Il numero di volte che il primo valore è stato letto da un indice. Se è troppo alto è probabile che il server stia facendo molte scansioni complete degli indici; per esempio, SELECT col1 FROM foo, assumento che col1 sia indicizzata.';
$strShowStatusHandler_read_keyDescr = 'Il numero di richieste per leggere una riga basata su di una chiave. Se è alta, è un buon indice che le tue query e le tue tabelle sono correttamente indicizzate.';
$strShowStatusHandler_read_nextDescr = 'Il numero di richieste per leggere la riga successiva nell\'ordine delle chiavi. Questo valore è incrementato se stai facendo una query su di una colonna indice con un range costante, oppure se stai facendo una scansione degli indici.';
$strShowStatusHandler_read_prevDescr = 'Il numero di richieste per leggere la riga precedente nell\'ordine delle chiavi. Questo metodo di lettura è principalmente utilizzato per ottimizzare ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Il numero di richieste per leggere una riga basata su una posizione fissa. Questo valore è alto se stai facendo molte richieste che richiedono un ordinamento dei risultati. Probabilmente hai molte query che che richiedono a MySQL di leggere l\'intera tabella oppure ci sono dei joins che non usano le chiavi correttamente.';
$strShowStatusHandler_read_rnd_nextDescr = 'Il numero di richieste per leggere la riga successiva in un file di dati. Questo valore è alto se stai facendo molte scansioni della tabella. Generalmente è un segnale che le tue tabelle non sono correttamente indicizzate, o che le query non sono state scritte per trarre vantaggi dagli indici che hai.';
$strShowStatusHandler_rollbackDescr = 'Il numero di comandi ROLLBACK interni.';
$strShowStatusHandler_updateDescr = 'Il numero di richieste per aggiornare una riga in una tabella.';
$strShowStatusHandler_writeDescr = 'Il numero di richieste per inserire una riga in una tabella.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Il numero di pagine che contengono dati (sporchi o puliti).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Il numero di pagine attualmente sporche.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Il numero di buffer pool pages che hanno avuto richiesta di essere aggiornate.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Il numero di pagine libere.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Il numero di pagine bloccate in un InnoDB buffer pool. Queste pagine sono attualmente in lettura o in scittura e non possono essere aggiornate o rimosse per altre ragioni.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Il numero di pagine occupate perchè sono state allocate per amministrazione, come row locks o per hash index adattivi. Questo valore può essere calcolato come Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Il numero totale di buffer pool, in pagine.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Il numero di read-aheads "random" InnoDB iniziate. Questo accade quando una query legge una porzione di una tabella, ma in ordine casuale.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Il numero di read-aheads InnoDB sequanziali. Questo accade quando InnoDB esegue una scansione completa sequenziale di una tabella.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Il numero di richieste logiche che InnoDb ha fatto.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Il numero di richieste logiche che InnoDB non può soddisfare dal buffer pool e che devono fare una lettura di una pagina singola.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente le sritture nel buffer pool InnoDB vengono effettuate in background. Tuttavia se è necessario leggere o creare una pagina, e non sono disponibile pagine pulite è necessario attendere che le pagine siano aggiornate prima. Questo contatore conta le istanze di queste attese. Se la dimesione del buffer pool è stata settata correttamente questo valore dovrebbe essere basso.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Il numero di scritture effettuate nel buffer pool InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Il numero delle operazioni fsync() fino ad ora.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Il numero di operazioni fsync() in attesa.';
$strShowStatusInnodb_data_pending_readsDescr = 'Il numero di letture in attesa.';
$strShowStatusInnodb_data_pending_writesDescr = 'Il numero di scritture in attesa.';
$strShowStatusInnodb_data_readDescr = 'La quantità di dati letti fino ad ora, in bytes.';
$strShowStatusInnodb_data_readsDescr = 'Il numero totale di dati letti.';
$strShowStatusInnodb_data_writesDescr = 'Il numero totale di dati scritti.';
$strShowStatusInnodb_data_writtenDescr = 'La quantità di dati scritti fino ad ora, in bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
$strShowStatusInnodb_dblwr_writesDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
$strShowStatusInnodb_log_waitsDescr = 'Il numero di attese che abbiamo avuto perchè il buffer di log era troppo piccolo e abbiamo duvuto attendere che fosse aggiornato prima di continuare.';
$strShowStatusInnodb_log_write_requestsDescr = 'Il numero di richieste di scrittura dei log.';
$strShowStatusInnodb_log_writesDescr = 'Il numero scritture fisiche del log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Il numero di scritture fsync fatte sul log file.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Il numero degli fsyncs in sospeso sul log file.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Il numero di scritture in sospeso sul log file.';
$strShowStatusInnodb_os_log_writtenDescr = 'Il numero di bytes scritti sul log file.';
$strShowStatusInnodb_pages_createdDescr = 'Il numero di pagine create.';
$strShowStatusInnodb_page_sizeDescr = 'La dimesione di-compilazione delle pagine InnoDB (default 16KB). Molti valori sono conteggiati nelle pagine; la dimesione delle pagine permette di convertirli facilmente in bytes.';
$strShowStatusInnodb_pages_readDescr = 'Il numero di pagine lette.';
$strShowStatusInnodb_pages_writtenDescr = 'Il numero di pagine scritte.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Il numero di row locks attualmente in attesa.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Il tempo medio per l\'acquisizione di un row lock, in millisecondi.';
$strShowStatusInnodb_row_lock_timeDescr = 'Il tempo totale per l\'acquisizione di un row locks, in millisecondi.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Il tempo massimo per l\'acquisizione di un row lock, in millisecondi.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Il numero di volte che un row lock ha dovuto attendere.';
$strShowStatusInnodb_rows_deletedDescr = 'Il numero di righe cancellate da una tabella InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Il numero di righe inserite da una tabella InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Il numero di righe lette da una tabella InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Il numero di righe aggiornate da una tabella InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Il numero di blocchi chaive aggiunti nella cache chiave che sono stati cambiati, ma che non sono stai aggiornati su disco. E\' conosciuto con il nome di Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Il numero di blocchi non usati nella cache chiave. Puoi usare questo valore per determinare quanta cache chiave è in uso.';
$strShowStatusKey_blocks_usedDescr = 'Il numero di blocchi usati nella cache chiave. The number of used blocks in the key cache. Questo valore è un\'importante segnale che indica il numero massimo di blocchi che sono stati in uso contemporaneamente.';
$strShowStatusKey_read_requestsDescr = 'Il numero di richieste per le ggere un blocco chiave dalla cache.';
$strShowStatusKey_readsDescr = 'Il numero di letture fisiche dal disco di un blocco chiave. Se Key_reads è grande allora il valore key_buffer_size è probabilmente troppo piccolo. IIl rapporto di cache miss rate può essere calcolato come Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Il numero di richieste per scrivere una blocco chiave nella cache.';
$strShowStatusKey_writesDescr = 'Il numero di scritture fisiche di un blocco chiave sul disco.';
$strShowStatusLast_query_costDescr = 'Il costo totale dell\'ultima query compilata così come computato dall\'ottimizzatore delle query. Utile per comparare il costo di differenti query per la stessa operazione di query. Il valore di default è 0, che significa che nessuna query è stata ancora compilata.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'In numero di righe in attesa di essere scritte nella coda INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Il numero di tabelle che sono state aperte. Se il valore opened_tables è grande, probabilmente il valore di table cache è troppo piccolo.';
$strShowStatusOpen_filesDescr = 'Il numero di files che sono aperti.';
$strShowStatusOpen_streamsDescr = 'il numero di stream che sono aperti (usato principalmente per il logging).';
$strShowStatusOpen_tablesDescr = 'Il numero di tabelle che sono aperte.';
$strShowStatusQcache_free_blocksDescr = 'Il numero di blocchi di memoria liberi nella cache delle query.';
$strShowStatusQcache_free_memoryDescr = 'L\'ammontare di memoria libera nella cache delle query.';
$strShowStatusQcache_hitsDescr = 'Il numero di cache hits.';
$strShowStatusQcache_insertsDescr = 'Il numero di query aggiunte alla cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'Il numero di query che sono state rimosse dalla cache per liberare memoria per la cache di nuove query. Questa informazione può aiutarti per parametrare la dimensione della cache delle query. La cache delle query usa una strategia di "meno usate recentemente" (LRU - least recently used) per decidere quali query rimuovere dalla cache.';
$strShowStatusQcache_not_cachedDescr = 'Il numero di query non in cache (impossibilità di inserirle nella cache oppure non inserite per i settaggi del parametro query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Il numero di query registrate nella cache.';
$strShowStatusQcache_total_blocksDescr = 'Il numero totale di blocchi nella cache delle query.';
$strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'Lo sato delle repliche failsafe (non ancora implementato).';
$strShowStatusSelect_full_joinDescr = 'Il numero di joins che non usano gli indici. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
$strShowStatusSelect_full_range_joinDescr = 'Il numero di joins che usano una ricerca limitata su di una tabella di riferimento.';
$strShowStatusSelect_range_checkDescr = 'Il numero di joins senza chiavi che controllano per l\'uso di una chiave dopo ogni riga. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
$strShowStatusSelect_rangeDescr = 'Il numero di joins che usano un range sulla prima tabella. (Non è, solitamente, un valore critico anche se è grande.)';
$strShowStatusSelect_scanDescr = 'Il numero di join che hanno effettuato una scansione completa della prima tabella.';
$strShowStatusSlave_open_temp_tablesDescr = 'Il numero di tabelle temporaneamente aperte da processi SQL slave.';
$strShowStatusSlave_retried_transactionsDescr = 'Numero totale di volte (dalla partenza) in cui la replica slave SQL ha ritentato una transazione.';
$strShowStatusSlave_runningDescr = 'Questa chiave è ON se questo è un server slave connesso ad un server master.';
$strShowStatusSlow_launch_threadsDescr = 'Numero di processi che hanno impiegato più di "slow_launch_time" secondi per partire.';
$strShowStatusSlow_queriesDescr = 'Numero di query che hanno impiegato più di "long_query_time" seconds.';
$strShowStatusSort_merge_passesDescr = 'Il numero di fusioni passate all\'algoritmo di ordianemento che sono state fatte. Se questo valore è grande, dovresti incrementare la variabile di sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Il numero di ordinamenti che sono stati eseguiti in un intervallo.';
$strShowStatusSort_rowsDescr = 'Il numero di righe ordinate.';
$strShowStatusSort_scanDescr = 'Il numero di ordinamenti che sono stati fatti leggendo la tabella.';
$strShowStatusTable_locks_immediateDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente.';
$strShowStatusTable_locks_waitedDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente ed era necessaria un\'attesa. Se è alto, potresti avere dei problemi con le performance, dovresti prima ottimizzare le query, oppure sia utilizzare le repliche, sia dividere le tabelle.';
$strShowStatusThreads_cachedDescr = 'Il numero dei processi nella cache dei processi. L\'hit rate della cache può essere calcolato come processi_creati/connessioni. Se questo valore è rosso devi aumentare la tua thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Il numero di connessioni correntemente aperte.';
$strShowStatusThreads_createdDescr = 'Il numero di processi creati per gestire le connessioni. Se Threads_created è grosso, devi probabilmente aumentare il valore thread_cache_size. (Normalmente questo non fornisce un significatico incremento delle performace se hai una buona implementazione dei processi.)';
$strShowStatusThreads_runningDescr = 'Il numero di processi non in attesa.';
$strShowTableDimension = 'Mostra la dimensione delle tabelle';
$strShowTables = 'Mostra le tabelle';
$strShowThisQuery = 'Mostra questa query di nuovo';
$strSimplifiedChinese = 'Cinese Semplificato';
$strSingly = '(singolarmente)';
$strSize = 'Dimensione';
$strSkipQueries = 'Numero di record (query) da saltare a partire dall\'inizio';
$strSlovak = 'Slovacco';
$strSlovenian = 'Sloveno';
$strSocketProblem = '(o il socket del server locale MySQL non è correttamente configurato)';
$strSortByKey = 'Ordina per chiave';
$strSorting = 'Ordinando';
$strSort = 'Ordinamento';
$strSpaceUsage = 'Spazio utilizzato';
$strSpanish = 'Spagnolo';
$strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").';
$strSQLExportCompatibility = 'Compatibilità dell\'esportazione SQL';
$strSQLExportType = 'Tipo di esportazione';
$strSQLImportOptions = 'Opzioni SQL';
$strSQLOptions = 'Opzioni SQL';
$strSQLParserBugMessage = 'C\'è la possibilità che ci sia un bug nel parser SQL. Per favore, esaminate la query accuratamente, e controllate che le virgolette siano corrette e non sbagliate. Altre possibili cause d\'errori possono essere che si stia cercando di uploadare un file binario al di fuori di un\'area di testo virgolettata. Si può anche provare la query MySQL dalla riga di comando di MySQL. L\'errore qui sotto restituito dal server MySQL, se ce n\'è uno, può anche aiutare nella diagnostica del problema. Se ci sono ancora problemi, o se il parser SQL di phpMyAdmin sbaglia quando invece l\'interfaccia a riga di comando non mostra problemi, si può ridurre la query SQL in ingresso alla singola query che causa problemi, e inviare un bug report con i dati riportati nella sezione CUT qui sotto:';
$strSQLParserUserError = 'Pare che ci sia un errore nella query SQL immessa. L\'errore del server MySQL mostrato qui sotto, se c\'è, può anche aiutare nella risoluzione del problema';
$strSQLQuery = 'query SQL';
$strSQLResult = 'Risultato SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificatore Non Valido';
$strSQPBugUnclosedQuote = 'Virgolette Non Chiuse';
$strSQPBugUnknownPunctuation = 'Stringa di Punctuation Sconosciuta';
$strStatCheckTime = 'Ultimo controllo';
$strStatCreateTime = 'Creazione';
$strStatement = 'Istruzioni';
$strStatisticsOverrun = 'Su di un server sovraccarico, il contatore dei bytes potrebbe incrementarsi, e per questa ragione le statistiche riportate dal server MySQL potrebbero non essere corrette.';
$strStatUpdateTime = 'Ultimo cambiamento';
$strStatus = 'Stato';
$strStorageEngine = 'Motore di Memorizzazione';
$strStorageEngines = 'Motori di Memorizzazione';
$strStrucCSV = 'dati CSV';
$strStrucData = 'Struttura e dati';
$strStrucDrop = 'Aggiungi DROP TABLE';
$strStrucExcelCSV = 'CSV per dati MS Excel';
$strStrucNativeExcel = 'Dati nativi di MS Excel';
$strStrucOnly = 'Solo struttura';
$strStructPropose = 'Proponi la struttura della tabella';
$strStructure = 'Struttura';
$strSubmit = 'Invia';
$strSuccess = 'La query è stata eseguita con successo';
$strSum = 'Totali';
$strSwedish = 'Svedese';
$strSwitchToDatabase = 'Passare al Database copiato';
$strSwitchToTable = 'Passa alla tabella copiata';
 
$strTableAlreadyExists = 'La tabella %s esiste già!';
$strTableComments = 'Commenti sulla tabella';
$strTableEmpty = 'Il nome della tabella è vuoto!';
$strTableHasBeenDropped = 'La tabella %s è stata eliminata';
$strTableHasBeenEmptied = 'La tabella %s è stata svuotata';
$strTableHasBeenFlushed = 'La tabella %s è stata inizializzata';
$strTableMaintenance = 'Amministrazione tabella';
$strTableOfContents = 'Tabella dei contenuti';
$strTableOptions = 'Opzioni della tabella';
$strTables = '%s tabella(e)';
$strTableStructure = 'Struttura della tabella';
$strTable = 'Tabella';
$strTableType = 'Tipo tabella';
$strTakeIt = 'prendilo';
$strTblPrivileges = 'Privilegi relativi alle tabelle';
$strTempData = 'Dati temporanei';
$strTextAreaLength = ' A causa della sua lunghezza,<br /> questo campo non può essere modificato ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Tema di default %s non trovato!';
$strThemeNoPreviewAvailable = 'Nessuna preview disponibile.';
$strThemeNotFound = 'Tema %s non trovato!';
$strThemeNoValidImgPath = 'Nessun percorso per le immagini per il tema %s trovato!';
$strThemePathNotFound = 'Percorso per il tema non trovato %s!';
$strTheme = 'Tema / Stile';
$strThisHost = 'Questo Host';
$strThisNotDirectory = 'Questa non è una directory';
$strThreads = 'Processi';
$strThreadSuccessfullyKilled = 'Il thread %s è stato terminato con successo.';
$strTimeoutInfo = 'Una precedente importazione è entrata in timeout, dopo un nuovo inoltro riprenderà dalla posizione: %d.';
$strTimeoutNothingParsed = 'Nell\'ultima esecuzione nessun dato è stato processato, questo, solitamente, vuole dire che che phpMyAdmin non è in grado di ultimare l\'operazione fino a che non verrà aumentato il parametro php time limits.';
$strTimeoutPassed = 'Superato il tempo limite dello script, se vuoi finire l\'importazione inoltra nuovamente il file e il processo riprenderà.';
$strTime = 'Tempo';
$strToggleScratchboard = '(dis)attiva scratchboard';
$strTotal = 'Totali';
$strTotalUC = 'Totale';
$strTraditionalChinese = 'Cinese Tradizionale';
$strTraditionalSpanish = 'Spagnolo tradizionale';
$strTraffic = 'Traffico';
$strTransactionCoordinator = 'Coordinatore delle transazioni';
$strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione è il nome del file binario. La seconda opzione è un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota';
$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati.';
$strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)';
$strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).';
$strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Prende un campo TIME, TIMESTAMP o DATETIME e lo formatta utilizzando il formato data locale. La prima opzione è il time offset (in ore) il quale sarà aggiunto al timestamp (Predefinito: 0). La seconda opzione è un formato data in linea con i parametri disponibili per la funzione strftime() del PHP.';
$strTransformation_text_plain__external = 'SOLO PER LINUX: Lancia un\'applicazione esterna e riempie i dati dei campi tramite lo standard input. Restituisce lo standard output dell\'applicazione. L\'impostazione predefinita è Tidy, per stampare in maniera corretta il codice HTML. Per motivi di sicurezza, dovete editare manualmente il file libraries/transformations/text_plain__external.inc.php e inserire gli strumenti che permettete di utilizzare. La prima opzione è così il numero del programma che volete utilizzare e la seconda sono i parametri per il programma. Il terzo parametro, se impostato a 1 convertirà l\'output utilizzando htmlspecialchars() (Predefinito: 1). Un quarto parametro, se impostato a 1 inserirà un NOWRAP al contenuto della cella così che l\'intero output sarà mostrato senza essere riformattato (Predefinito: 1)';
$strTransformation_text_plain__formatted = 'Preserva l\'originale formattazione del campo. Nessun Escaping viene applicato.';
$strTransformation_text_plain__imagelink = 'Mostra un collegamento ad una immagine esterna; il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è la larghezza in pixel, la terza è l\'altezza.';
$strTransformation_text_plain__link = 'Mostra un collegamento, il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è un titolo per il collegamento.';
$strTransformation_text_plain__sql = 'Formatta il testo come query SQL con evidenziazione della sintassi.';
$strTransformation_text_plain__substr = 'Mostra soltanto una parte della stringa. La prima opzione è l\'offset che serve a definire dove inizia l\'output del vostro testo (Prefinito: 0). La seconda opzione è un offset che indica quanto testo viene restituito. Se vuoto, restituisce tutto il testo rimanente. La terza opzione definisce quali caratteri saranno aggiunti in fondo all\'output quando una soptto-stringa viene restituita (Predefinito: ...) .';
$strTruncateQueries = 'Tronca le Query Mostrate';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraino';
$strUncheckAll = 'Deseleziona tutti';
$strUnicode = 'Unicode';
$strUnique = 'Unica';
$strUnknown = 'sconosciuto';
$strUnselectAll = 'Deseleziona Tutto';
$strUnsupportedCompressionDetected = 'Stai cercando di importare un file con un tipo di compressione non supportato. Altrimenti il supporto per questo tipo di compressione non è stato ancora implementato o è stato disabilitato dalla tua configurazione.';
$strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.';
$strUpdateProfileMessage = 'Il profilo è stato aggiornato.';
$strUpdateQuery = 'Aggiorna Query';
$strUpdComTab = 'Prego leggere la documentazione su come aggiornare la vostra tabella Column_comments';
$strUpgrade = 'Si dovrebbe aggiornare %s alla versione %s o successiva.';
$strUploadLimit = 'Stai probabilmente cercando di uplodare un file troppo grosso. Fai riferimento alla documentazione %sdocumentation%s Per i modi di aggirare questo limite.';
$strUsage = 'Utilizzo';
$strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi';
$strUsedPhpExtensions = 'Estensioni PHP usate';
$strUseHostTable = 'Utilizza la Tabella dell\'Host';
$strUserAlreadyExists = 'L\'utente %s esiste già!';
$strUserEmpty = 'Il nome utente è vuoto!';
$strUserName = 'Nome utente';
$strUserNotFound = 'L\'utente selezionato non è stato trovato nella tabella dei privilegi.';
$strUserOverview = 'Vista d\'insieme dell\'utente';
$strUsersDeleted = 'Gli utenti selezionati sono stati cancellati con successo.';
$strUsersHavingAccessToDb = 'Utenti che hanno accesso a &quot;%s&quot;';
$strUser = 'Utente';
$strUseTabKey = 'Usare il tasto TAB per spostare il cursore di valore in valore, o CTRL+frecce per spostarlo altrove';
$strUseTables = 'Utilizza tabelle';
$strUseTextField = 'Utilizza campo text';
$strUseThisValue = 'Usa questa opzione';
 
$strValidateSQL = 'Valida SQL';
$strValidatorError = 'L\' SQL validator non può essere inizializzato. Prego controllare di avere installato le estensioni php necessarie come descritto nella %sdocumentazione%s.';
$strValue = 'Valore';
$strVar = 'Variabile';
$strVersionInformation = 'Informazioni sulla versione';
$strViewDumpDatabases = 'Visualizza il dump (schema) dei databases';
$strViewDumpDB = 'Visualizza dump (schema) del database';
$strViewDump = 'Visualizza dump (schema) della tabella';
$strViewHasBeenDropped = 'La vista %s è stata eliminata';
$strViewMaxExactCount = 'Questa vista ha più di %d righe. Per informazioni fare riferimento a %sdocumentation%s.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'directory di upload del web-server';
$strWebServerUploadDirectoryError = 'La directory impostata per l\'upload non può essere trovata';
$strWelcome = 'Benvenuto in %s';
$strWestEuropean = 'Europeo Occidentale';
$strWildcard = 'wildcard';
$strWindowNotFound = 'La finestra destinataria del browser non può essere aggiornata. Può darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza';
$strWithChecked = 'Se selezionati:';
$strWriteRequests = 'Richieste di scrittura';
$strWritingCommentNotPossible = 'Impossibile scrivere il commento';
$strWritingRelationNotPossible = 'Impossibile scrivere la Relazione';
$strWrongUser = 'Nome utente o password errati. Accesso negato.';
 
$strXML = 'XML';
 
$strYes = 'Sì';
 
$strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/japanese-euc.inc.php
0,0 → 1,985
<?php
/* $Id: japanese-euc.inc.php,v 2.127.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Translated by Yukihiro Kawada <kawada at den.fujifilm.co.jp>
* Tadashi Jokagi <elf2000 at users.sourceforge.net>
* Kenichi Ishigaki <ishigaki at tcool.org>
*/
 
$charset = 'euc-jp';
$text_dir = 'ltr';
$left_font_family = '"MS PGochic", Osaka, verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = '"MS PGochic", Osaka, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('¥Ð¥¤¥È', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Æü', '·î', '²Ð', '¿å', 'ÌÚ', '¶â', 'ÅÚ');
$month = array('1 ·î','2 ·î','3 ·î','4 ·î','5 ·î','6 ·î','7 ·î','8 ·î','9 ·î','10 ·î','11 ·î','12 ·î');
// See http://www.php.net/manual/ja/function.strftime.php to define the
// variable below
$datefmt = '%Y ǯ %B %d Æü %H:%M';
$timespanfmt = '%s Æü %s »þ´Ö %s ʬ %s ÉÃ';
 
$strAbortedClients = 'ÃæÃǤ·¤Þ¤·¤¿¡£';
$strAbsolutePathToDocSqlDir = 'docSQL ¤Ø¤ÎÀäÂХѥ¹¤òÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£';
$strAccessDenied = '¥¢¥¯¥»¥¹¤ÏµñÈݤµ¤ì¤Þ¤·¤¿¡£';
$strAccessDeniedCreateConfig = '¶²¤é¤¯¤³¤ÎÌäÂê¤ÎÍýͳ¤Ï¡¢ÀßÄê¥Õ¥¡¥¤¥ë¤òºîÀ®¤·¤Æ¤¤¤Ê¤¤¤¿¤á¤Ç¤¹¡£%1$s¥»¥Ã¥È¥¢¥Ã¥×¥¹¥¯¥ê¥×¥È%2$s ¤ò»ÈÍѤ·¤Æ¤Ò¤È¤ÄºîÀ®¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£';
$strAccessDeniedExplanation = 'phpMyAdmin ¤Ï¡¢MySQL ¥µ¡¼¥Ð¡¼¤ËÀܳ¤·¤è¤¦¤È¤·¤Þ¤·¤¿¡£¤½¤·¤Æ¡¢¥µ¡¼¥Ð¡¼¤ÏÀܳ¤òµñÀ䤷¤Þ¤·¤¿¡£config.inc.php ¤ÎÃæ¤Î¥Û¥¹¥È¡¢¥æ¡¼¥¶¡¼Ì¾¤ª¤è¤Ó¥Ñ¥¹¥ï¡¼¥É¤ò¥Á¥§¥Ã¥¯¤·¡¢MySQL ¥µ¡¼¥Ð¡¼¤Î´ÉÍý¼Ô¤«¤éÍ¿¤¨¤é¤ì¤¿¾ðÊó¤ËÁêÅö¤¹¤ë¤³¤È¤ò³Îǧ¤¹¤ë¤Ù¤­¤Ç¤¹¡£';
$strAction = 'Áàºî';
$strAddAutoIncrement = '¡ÖAUTO_INCREMENT¡×ÃͤòÄɲ乤ë';
$strAddConstraints = 'À©¸Â¤òÄɲ乤ë';
$strAddDeleteColumn = '¥Õ¥£¡¼¥ë¥ÉÎó¤òÄɲᦺï½ü¤¹¤ë';
$strAddDeleteRow = '¾ò·ï¹Ô¤òÄɲᦺï½ü¤¹¤ë';
$strAddDropDatabase = '¡ÖDROP DATABASE¡×¤òÄɲ乤ë';
$strAddedColumnComment = '¥«¥é¥à¤Î¥³¥á¥ó¥ÈÄɲ䵤ì¤Þ¤·¤¿¡£';
$strAddedColumnRelation = '¥«¥é¥à¤Î¥ê¥ì¡¼¥·¥ç¥ó¤¬Äɲ䵤ì¤Þ¤·¤¿¡£';
$strAddFields = '%s ¸Ä¤Î¥Õ¥£¡¼¥ë¥É¤òÄɲ乤ë';
$strAddHeaderComment = '¥Ø¥Ã¥À¡¼¤Ø¥«¥¹¥¿¥à¥³¥á¥ó¥È¤òÄɲà (\\n ¤Ç²þ¹Ô)';
$strAddIfNotExists = '¡ÖIF NOT EXISTS¡×¤òÄɲ乤ë';
$strAddIntoComments = 'Äɲå³¥á¥ó¥È';
$strAddNewField = '¥Õ¥£¡¼¥ë¥É¤òÄɲ乤ë';
$strAddPrivilegesOnDb = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤ØÆø¢¤ÎÄɲ乤ë';
$strAddPrivilegesOnTbl = '¥Æ¡¼¥Ö¥ë¤ØÆø¢¤ÎÄɲ乤ë';
$strAddSearchConditions = '¸¡º÷¾ò·ïʸ¤òÄɲ䷤Ƥ¯¤À¤µ¤¤¡£("where"¤ÎÀáʸ):';
$strAddToIndex = ' &nbsp;%s&nbsp; ¤ÎÎó¤ò¥¤¥ó¥Ç¥Ã¥¯¥¹¤ËÄɲä·¤Þ¤·¤¿¡£';
$strAddUser = '¥æ¡¼¥¶¡¼¤òÄɲ乤ë';
$strAddUserMessage = '¥æ¡¼¥¶¡¼¤òÄɲä·¤Þ¤·¤¿¡£';
$strAdministration = '´ÉÍý';
$strAffectedRows = '±Æ¶Á¤µ¤ì¤¿¹Ô¿ô:';
$strAfterInsertBack = 'Ìá¤ë';
$strAfterInsertNewInsert = '¿·¥ì¥³¡¼¥É¤òÄɲ乤ë';
$strAfterInsertNext = '¼¡¤Î¹Ô¤òÊÔ½¸¤¹¤ë';
$strAfterInsertSame = '¤³¤Î¥Ú¡¼¥¸¤ËÌá¤ë';
$strAfter = '»ØÄꥫ¥é¥à¤Î¸å¤Ë %s';
$strAll = 'Á´Éô';
$strAllowInterrupt = '¤½¤ì¤ÎÀ©¸Â»þ´Ö¤¬¶á¤Å¤¤¤Æ¤ë¤³¤È¤ò¥¹¥¯¥ê¥×¥È¤¬¸¡ÃΤ·¤¿¾ì¹ç¡¢¥¤¥ó¥Ý¡¼¥È¤Ø¤Î³ä¹þ¤ß¤òµö²Ä¤·¤Þ¤¹¡£¤³¤ì¤ÏÂ礭¤Ê¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥Ý¡¼¥È¤¹¤ë¾ì¹ç¤Î¤è¤¤¼êÃʤ«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢¤½¤ì¤Ï¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¤ò²õ¤¹¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£';
$strAllTableSameWidth = '¤¹¤Ù¤Æ¤Î¥Æ¡¼¥Ö¥ë¤òƱ¤¸Éý¤Çɽ¼¨¤·¤Þ¤¹¤«?';
$strAlterOrderBy = '¥Æ¡¼¥Ö¥ë½çÈ֤ξò·ï';
$strAnalyzeTable = '¥Æ¡¼¥Ö¥ë¤òʬÀϤ¹¤ë';
$strAnd = 'AND';
$strAndThen = '¤½¤·¤Æ¤½¤Î¸å¤Ë';
$strAnIndex = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤¬¡Ö%s¡×¤ËÄɲ䵤ì¤Æ¤¤¤Þ¤·¤¿¡£';
$strAny = '¤¹¤Ù¤Æ';
$strAnyHost = '¤¹¤Ù¤Æ¤Î¥Û¥¹¥È';
$strAnyUser = '¤¹¤Ù¤Æ¤Î¥æ¡¼¥¶¡¼';
$strApproximateCount = '¶á¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£FAQ 3.11 ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strAPrimaryKey = '¼ç¥­¡¼¤¬ %s ¤ËÄɲ䵤ì¤Þ¤·¤¿¡£';
$strArabic = '¥¢¥é¥Ó¥¢¸ì';
$strArmenian = '¥¢¥ë¥á¥Ë¥¢¸ì';
$strAscending = '¾º½ç';
$strAtBeginningOfTable = '¥Æ¡¼¥Ö¥ë¤ÎÀèƬ';
$strAtEndOfTable = '¥Æ¡¼¥Ö¥ë¤ÎËöÈø';
$strAttr = 'ɽ¼¨¤¹¤ë';
$strAutodetect = '¼«Æ°¸¡ÃΤ¹¤ë';
$strAutomaticLayout = '¼«Æ°¥ì¥¤¥¢¥¦¥È';
 
$strBack = 'Ìá¤ë';
$strBaltic = '¥Ð¥ë¥È½ô¸ì';
$strBeginCut = 'ÀÚ¤ê¼è¤ê³«»Ï';
$strBeginRaw = 'RAW ³«»Ï';
$strBinaryDoNotEdit = ' ¥Ð¥¤¥Ê¥ê - ½¤Àµ¤Ç¤­¤Þ¤»¤ó';
$strBinary = ' ¥Ð¥¤¥Ê¥ê ';
$strBinaryLog = '¥Ð¥¤¥Ê¥ê¥í¥°';
$strBinLogEventType = '¥¤¥Ù¥ó¥È¥¿¥¤¥×';
$strBinLogInfo = '¾ðÊó';
$strBinLogName = '¥í¥°Ì¾';
$strBinLogOriginalPosition = '¸µ¤Î°ÌÃÖ';
$strBinLogPosition = '°ÌÃÖ';
$strBinLogServerId = '¥µ¡¼¥Ð¡¼ ID';
$strBookmarkAllUsers = '¤¹¤Ù¤Æ¤Î¥æ¡¼¥¶¡¼¤¬¤³¤Î¥Ö¥Ã¥¯¥Þ¡¼¥¯¤ò¥¢¥¯¥»¥¹¤Ç¤­¤ë';
$strBookmarkCreated = '¥Ö¥Ã¥¯¥Þ¡¼¥¯ %s ¤òºîÀ®¤·¤Þ¤·¤¿';
$strBookmarkDeleted = '¥Ö¥Ã¥¯¥Þ¡¼¥¯¤òÀµ¾ï¤Ëºï½ü¤·¤Þ¤·¤¿¡£';
$strBookmarkLabel = '¥é¥Ù¥ë';
$strBookmarkQuery = '¥Ö¥Ã¥¯¥Þ¡¼¥¯¤µ¤ì¤Æ¤¤¤ë SQL';
$strBookmarkReplace = '´û¤Ë¸ºß¤¹¤ëƱ¤¸Ì¾Á°¤Î¥Ö¥Ã¥¯¥Þ¡¼¥¯¤òÃÖ´¹¤¹¤ë';
$strBookmarkThis = 'SQL ¤ò¥Ö¥Ã¥¯¥Þ¡¼¥¯¤¹¤ë';
$strBookmarkView = 'ɽ¼¨¤Î¤ß';
$strBrowseDistinctValues = '¸ÄÊ̤ËÃͤòɽ¼¨¤¹¤ë';
$strBrowse = 'ɽ¼¨';
$strBrowseForeignValues = '³°Éô¥­¡¼¤òɽ¼¨¤¹¤ë';
$strBufferPoolActivity = '¥Ð¥Ã¥Õ¥¡¡¼¥×¡¼¥ë¤Î³èÀ­ÅÙ';
$strBufferPool = '¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë';
$strBufferPoolUsage = '¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¤Î»ÈÍÑÎÌ';
$strBufferReadMisses = 'Æɤ߹þ¤ß¥ß¥¹¿ô';
$strBufferReadMissesInPercent = '% ¤ÎÆɤ߹þ¤ß¥ß¥¹¿ô';
$strBufferWriteWaitsInPercent = '% ¤Î½ñ¤­¹þ¤ßÂÔ¤Á¿ô';
$strBufferWriteWaits = '½ñ¤­¹þ¤ßÂÔ¤Á¿ô';
$strBulgarian = '¥Ö¥ë¥¬¥ê¥¢¸ì';
$strBusyPages = '¥Ó¥¸¡¼¤Ê¥Ú¡¼¥¸¿ô';
$strBzError = '¤³¤Î php ¥Ð¡¼¥¸¥ç¥ó¤Ï Bz2 ³ÈÄ¥¤¬²õ¤ì¤Æ¤¤¤ë¤Î¤Ç phpMyAdmin ¤¬°µ½Ì¥À¥ó¥×¤Ç¤­¤Þ¤»¤ó¡£phpMyAdmin ¤Î¥³¥ó¥Õ¥£¥°¥ì¡¼¥·¥ç¥ó¥Õ¥¡¥¤¥ë¤Î <code>$cfg[\'BZipDump\']</code> ¤ò <code>FALSE</code>¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£Bz2 °µ½Ìµ¡Ç½¤ò»È¤¤¤¿¤¤¾ì¹ç¤Ë¤Ï php ¤Î¥Ð¡¼¥¸¥ç¥ó¤ò¾å¤²¤Æ²¼¤µ¤¤¡£php ¥Ð¥°Êó¹ð %s ¾ÜºÙ¡£';
$strBzip = '"bzip Êý¼°"';
 
$strCalendar = '¥«¥ì¥ó¥À¡¼';
$strCanNotLoadImportPlugins = '¥¤¥ó¥Ý¡¼¥È¥×¥é¥°¥¤¥ó¤òÆɤ߹þ¤á¤Þ¤»¤ó¡£¥¤¥ó¥¹¥È¡¼¥ë¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤!';
$strCannotLogin = 'MySQL ¥µ¡¼¥Ð¡¼¤Ë¥í¥°¥¤¥ó¤Ç¤­¤Þ¤»¤ó';
$strCantLoadRecodeIconv = 'ʸ»ú¥»¥Ã¥ÈÊÑ´¹¤ò¹Ô¤¦¤¿¤á¤Ë¤ÏÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Ê¤¤ iconv ¤Þ¤¿¤Ï GNU recode ¤Î³ÈÄ¥¤¬É¬ÍפǤ¹¡£php ¤Ë¡¢¤³¤Î³ÈÄ¥ÀßÄê¤ò¹Ô¤Ã¤Æ¤ª¤¯¤«¡¢phpMyAdmin ¤Ç¤Ïʸ»ú¥»¥Ã¥ÈÊÑ´¹¤ò¤·¤Ê¤¤ÀßÄê¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strCantLoad = '°·¤¨¤Ê¤¤³ÈÄ¥»Ò¤Î¥Õ¥¡¥¤¥ë¤Ç¤¹,<br />PHP ¤ÎÀßÄê¤ò¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strCantRenameIdxToPrimary = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤Î̾Á°¤ò PRIMARY ¤ËÊѹ¹¤Ç¤­¤Þ¤»¤ó¡£';
$strCantUseRecodeIconv = 'iconv¡¢libiconv¡¢recode_string ¤Î¤¤¤º¤ì¤Î´Ø¿ô¤â»ÈÍѤǤ­¤Þ¤»¤ó¡£php ¤ÎÀßÄê¤ò¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strCardinality = '°ì°Õ¤ÊÃͤοô';
$strCaseInsensitive = '±Ñ»ú¤ÎÂç¾®¤ò¶èÊ̤·¤Ê¤¤';
$strCaseSensitive = '±Ñ»ú¤ÎÂç¾®¤ò¶èÊ̤¹¤ë';
$strCentralEuropean = 'Ãæ±û¥è¡¼¥í¥Ã¥Ñ¸ì';
$strChangeCopyMode = 'Ʊ¤¸Æø¢¤ò»ý¤Ã¤¿¿·µ¬¤Î¥æ¡¼¥¶¡¼¤òºî¤ë...';
$strChangeCopyModeCopy = '... ¸Å¤¤¤â¤Î¤ò°Ý»ý¤¹¤ë';
$strChangeCopyModeDeleteAndReload = ' ... ¥æ¡¼¥¶¡¼¥Æ¡¼¥Ö¥ë¤«¤é¸Å¤¤¤â¤Î¤òºï½ü¤·¡¢¸å¤ÇÆø¢¤ËºÆ¤Ó¥í¡¼¥É¤¹¤ë';
$strChangeCopyModeJustDelete = ' ... ¥æ¡¼¥¶¡¼¥Æ¡¼¥Ö¥ë¤«¤é¸Å¤¤¤â¤Î¤òºï½ü¤¹¤ë';
$strChangeCopyModeRevoke = ' ... ¸Å¤¤¤â¤Î¤«¤éÍ­¸ú¤ÊÆø¢¤ò¤¹¤Ù¤Æ̵¸ú¤Ë¤·¡¢¤½¤ì¤ò¸å¤Çºï½ü¤¹¤ë';
$strChangeCopyUser = '¥í¥°¥¤¥ó¾ðÊó¤ÎÊѹ¹ / ¥æ¡¼¥¶¡¼¥³¥Ô¡¼';
$strChangeDisplay = 'ɽ¼¨¤µ¤»¤ë¥Õ¥£¡¼¥ë¥É¤òÁª¤ó¤Ç²¼¤µ¤¤';
$strChange = 'Êѹ¹';
$strChangePassword = '¥Ñ¥¹¥ï¡¼¥É¤òÊѹ¹¤¹¤ë';
$strCharset = 'ʸ»ú¥»¥Ã¥È';
$strCharsetOfFile = '¥Õ¥¡¥¤¥ë¤Îʸ»ú¥»¥Ã¥È:';
$strCharsetsAndCollations = 'ʸ»ú¥»¥Ã¥È¤È¾È¹ç½ç½ø';
$strCharsets = 'ʸ»ú¥³¡¼¥É';
$strCheckAll = '¤¹¤Ù¤Æ¥Á¥§¥Ã¥¯¤¹¤ë';
$strCheckOverhead = '¥ª¡¼¥Ð¡¼¥Ø¥Ã¥É¤Î¸¡ºº¤ò¤¹¤ë';
$strCheckPrivs = 'Æø¢¤Î¥Á¥§¥Ã¥¯¤ò¤¹¤ë';
$strCheckPrivsLong = '¥Ç¡¼¥¿¥Ù¡¼¥¹ &quot;%s&quot; ¤ÎÆø¢¥Á¥§¥Ã¥¯¡£';
$strCheckTable = '¥Æ¡¼¥Ö¥ë¤ò¥Á¥§¥Ã¥¯¤¹¤ë';
$strChoosePage = 'ÊÔ½¸¤¹¤ë¥Ú¡¼¥¸¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strColComFeat = 'Îó¥³¥á¥ó¥Èɽ¼¨µ¡Ç½';
$strCollation = '¾È¹ç½ç½ø';
$strColumnNames = 'Îó(¥«¥é¥à)̾';
$strColumnPrivileges = '¥«¥é¥à»ØÄê¤ÎÆø¢';
$strCommand = '¥³¥Þ¥ó¥É';
$strComments = '¥³¥á¥ó¥È';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 ¸ß´¹';
$strCompleteInserts = '´°Á´¤Ê INSERT ʸ¤òºîÀ®¤¹¤ë';
$strCompression = '°µ½Ì';
$strCompressionWillBeDetected = '¥¤¥ó¥Ý¡¼¥È¤µ¤ì¤¿¥Õ¥¡¥¤¥ë°µ½Ì¤Ï¡¢¼«Æ°Åª¤Ë¸¡ÃΤµ¤ì¤ë¤Ç¤·¤ç¤¦: %s';
$strConfigDefaultFileError = '¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤òÆɤ߹þ¤á¤Þ¤»¤ó¤Ç¤·¤¿: "%1$s"';
$strConfigFileError = 'phpMyAdmin ¤¬ÀßÄê¥Õ¥¡¥¤¥ë¤òÆɤ߹þ¤à¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó! <br />ʸˡ¥¨¥é¡¼¤¬È¯À¸¤·¤¿¤«¡¢¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£<br />²¼¤Î¥ê¥ó¥¯¤«¤éÀßÄê¥Õ¥¡¥¤¥ë¤òľÀÜÆɤ߹þ¤ó¤Ç¡¢PHP ¤Î¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£Â¿¤¯¤Î¾ì¹ç¡¢¶èÀÚ¤êʸ»ú¤ä¥»¥ß¥³¥í¥ó¤ò˺¤ì¤Æ¤¤¤Þ¤¹¡£<br />¤â¤·¶õÇò¤Î¥Ú¡¼¥¸¤¬¸½¤ì¤¿¤é¤¹¤Ù¤Æ¤¦¤Þ¤¯¹Ô¤Ã¤Æ¤¤¤Þ¤¹¡£';
$strConfigureTableCoord = '¥Æ¡¼¥Ö¥ë¡Ö%s¡×¥Æ¡¼¥Ö¥ë¤ÎÀßÄê¤òÄ´À°¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strConnectionError = 'Àܳ¤Ç¤­¤Þ¤»¤ó: ̵¸ú¤ÊÀßÄê¤Ç¤¹¡£';
$strConnections = 'Àܳ';
$strConstraintsForDumped = '¥À¥ó¥×ºÑ¥Æ¡¼¥Ö¥ë¤ÎÀ©¸Â';
$strConstraintsForTable = '¥Æ¡¼¥Ö¥ë¤ÎÀ©¸Â';
$strCookiesRequired = '¤³¤³¤«¤éÀè¤Ï¥¯¥Ã¥­¡¼¤¬µö²Ä¤µ¤ì¤Æ¤¤¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£';
$strCopy = '¥³¥Ô¡¼¤¹¤ë';
$strCopyDatabaseOK = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤Ï¡Ö%s¡×¤Ë¥³¥Ô¡¼¤µ¤ì¤Þ¤·¤¿¡£';
$strCopyTable = '¥Æ¡¼¥Ö¥ë¤ò(database<b>.</b>table)¤Ë¥³¥Ô¡¼¤¹¤ë:';
$strCopyTableOK = '¥Æ¡¼¥Ö¥ë¡Ö%s¡×¤ò¡Ö%s¡×¤Ë¥³¥Ô¡¼¤·¤Þ¤·¤¿¡£';
$strCopyTableSameNames = 'Ʊ¤¸¥Æ¡¼¥Ö¥ë¤Ë¥³¥Ô¡¼¤Ç¤­¤Þ¤»¤ó!';
$strCouldNotKill = 'phpMyAdmin ¤¬¥¹¥ì¥Ã¥É %s ¤ò½ªÎ»¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£¶²¤é¤¯¡¢´û¤Ë½ªÎ»¤·¤Æ¤¤¤Þ¤¹¡£';
$strCreateDatabaseBeforeCopying = '¥³¥Ô¡¼¤ÎÁ°¤Ë¡ÖCREATE DATABASE¡×¤¹¤ë';
$strCreateIndex = '&nbsp;%s&nbsp; ¤ÎÎó¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºîÀ®¤¹¤ë';
$strCreateIndexTopic = '¿·µ¬¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºîÀ®¤¹¤ë';
$strCreateNewDatabase = '¿·µ¬¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºîÀ®¤¹¤ë';
$strCreateNewTable = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤Ë¥Æ¡¼¥Ö¥ë¤ò¿·µ¬ºîÀ®¤¹¤ë';
$strCreate = 'ºîÀ®';
$strCreatePage = '¿·µ¬¥Ú¡¼¥¸¤òºîÀ®¤¹¤ë';
$strCreatePdfFeat = 'PDF ºîÀ®µ¡Ç½';
$strCreationDates = 'ºîÀ®/¹¹¿·/¸¡ºº¤ÎÆüÉÕ¤òÄɲ乤ë';
$strCriteria = '¹Ê¹þ¤ß´ð½à';
$strCroatian = '¥¯¥í¥¢¥Á¥¢¸ì';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV ¥ª¥×¥·¥ç¥ó';
$strCSVOptions = 'CSV ¥ª¥×¥·¥ç¥ó';
$strCyrillic = '¥­¥ê¥ëʸ»ú¥í¥·¥¢¸ì';
$strCzech = '¥Á¥§¥³¸ì';
$strCzechSlovak = '¥Á¥§¥³¤Î¥¹¥í¥Ð¥­¥¢¸ì';
 
$strDanish = '¥Ç¥ó¥Þ¡¼¥¯¸ì';
$strDatabase = '¥Ç¡¼¥¿¥Ù¡¼¥¹';
$strDatabaseEmpty = '¥Ç¡¼¥¿¥Ù¡¼¥¹Ì¾¤¬¶õ¤Ç¤¹!';
$strDatabaseExportOptions = '¥Ç¡¼¥¿¥Ù¡¼¥¹¥¨¥¯¥¹¥Ý¡¼¥È¥ª¥×¥·¥ç¥ó';
$strDatabaseHasBeenDropped = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤òÀµ¾ï¤Ëºï½ü¤·¤Þ¤·¤¿¡£';
$strDatabaseNoTable = '¤³¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ï¥Æ¡¼¥Ö¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó!';
$strDatabases = '¥Ç¡¼¥¿¥Ù¡¼¥¹';
$strDatabasesDropped = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤Ïºï½ü¤µ¤ì¤Þ¤·¤¿¡£';
$strDatabasesStats = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÎÅý·×';
$strDatabasesStatsDisable = 'Åý·×¤ò̵¸ú¤Ë¤¹¤ë';
$strDatabasesStatsEnable = 'Åý·×¤òµö²Ä¤¹¤ë';
$strDatabasesStatsHeavyTraffic = 'Ãí°Õ: ¥Ç¡¼¥¿¥Ù¡¼¥¹Åý·×¤òµö²Ä¤¹¤ë¤È MySQL ¤È WEB¥µ¡¼¥Ð¡¼¤Î´Ö¤Ç½Å¤¤¥È¥é¥Õ¥£¥Ã¥¯¤¬È¯À¸¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£';
$strData = '¥Ç¡¼¥¿';
$strDataDict = '¥Ç¡¼¥¿¼­½ñ';
$strDataOnly = '¥Ç¡¼¥¿¤Î¤ß';
$strDataPages = '¥Ç¡¼¥¿¤ò´Þ¤à¥Ú¡¼¥¸¿ô';
$strDBComment = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥³¥á¥ó¥È: ';
$strDBCopy = '¤³¤Î̾Á°¤Ç¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¥³¥Ô¡¼¤¹¤ë';
$strDBGContext = '¥³¥ó¥Æ¥­¥¹¥È';
$strDBGContextID = '¥³¥ó¥Æ¥­¥¹¥ÈID';
$strDBGHits = '¥Ò¥Ã¥È';
$strDBGLine = '¹Ô';
$strDBGMaxTimeMs = 'ºÇÂç»þ´Ö(¥ß¥êÉÃ)';
$strDBGMinTimeMs = 'ºÇ¾®»þ´Ö(¥ß¥êÉÃ)';
$strDBGModule = '¥â¥¸¥å¡¼¥ë';
$strDBGTimePerHitMs = '¥Ò¥Ã¥ÈΨ(¥ß¥êÉÃ)';
$strDBGTotalTimeMs = 'Áí·×»þ´Ö(¥ß¥êÉÃ)';
$strDbPrivileges = '¥Ç¡¼¥¿¥Ù¡¼¥¹ÆÃÄê Æø¢';
$strDBRename = '¤³¤Î̾Á°¤Ë¥Ç¡¼¥¿¥Ù¡¼¥¹Ì¾¤òÊѹ¹¤¹¤ë';
$strDbSpecific = '¥Ç¡¼¥¿¥Ù¡¼¥¹»ÅÍÍ';
$strDefaultEngine = '%s ¤Ï¡¢¤³¤Î MySQL ¥µ¡¼¥Ð¡¼¤Î¥Ç¥Õ¥©¥ë¥È¥¹¥È¥ì¡¼¥¸¥¨¥ó¥¸¥ó¤Ç¤¹¡£';
$strDefaultValueHelp = '¥Ç¥Õ¥©¥ë¥ÈÃͤΤ¿¤á¤Ë¡¢¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å¥¨¥¹¥±¡¼¥×¤ä°úÍÑÉä¤Ê¤·¤Î 1 ¸Ä¤À¤±¤ÎÃͤòÆþ¤ì¤Æ²¼¤µ¤¤, ¤³¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï: a';
$strDefault = '´ðËÜÃÍ';
$strDefragment = '¥Æ¡¼¥Ö¥ë¤Î¥Ç¥Õ¥é¥°';
$strDelayedInserts = 'Ãٱ䥤¥ó¥µ¡¼¥È¤ò»ÈÍѤ¹¤ë';
$strDeleteAndFlush = '¥æ¡¼¥¶¡¼¤òºï½ü¤·¤ÆÆø¢¤ò¥ê¥í¡¼¥É¤¹¤ë';
$strDeleteAndFlushDescr = '¤³¤ì¤Ï¥¯¥ê¥¢¡¼¤Ç¤¹¡£Æø¢¤ò¥ê¥í¡¼¥É¤¹¤ë¤Î¤Ç¾¯¡¹»þ´Ö¤¬¤«¤«¤ê¤Þ¤¹¡£';
$strDeleted = 'ÁªÂò¤·¤¿Îó¤òºï½ü¤·¤Þ¤·¤¿¡£';
$strDeletedRows = 'ºï½ü¤µ¤ì¤¿¹Ô¿ô:';
$strDeleteNoUsersSelected = 'ºï½ü¤¹¤ë¥æ¡¼¥¶¡¼¤òÁªÂò¤·¤Æ¤¤¤Þ¤»¤ó!';
$strDelete = 'ºï½ü';
$strDeleting = '%s ¤òºï½üÃæ¤Ç¤¹';
$strDelOld = '¸½ºß¤Î¥Ú¡¼¥¸¤Ï¡¢¤â¤Ï¤ä¸ºß¤·¤Ê¤¤¥Æ¡¼¥Ö¥ë¤Ë»²¾È¤¬¤¢¤ê¤Þ¤¹¡£¤½¤ì¤é¤Î»²¾È¤òºï½ü¤·¤¿¤¤¤Ç¤¹¤«?';
$strDescending = '¹ß½ç';
$strDescription = 'ÀâÌÀ';
$strDictionary = '¼­½ñ';
$strDirtyPages = 'ÉÔÀµ¤Ê¥Ú¡¼¥¸¿ô';
$strDisabled = '̵¸ú';
$strDisableForeignChecks = '³°Éô¥­¡¼¤Î¸¡ºº¤ò̵¸ú¤Ë¤¹¤ë';
$strDisplayFeat = '¥Æ¡¼¥Ö¥ë¾ðÊóɽ¼¨µ¡Ç½';
$strDisplayOrder = 'ɽ¼¨½ç½ø:';
$strDisplayPDF = 'PDF ¥¹¥­¡¼¥Þ¤Îɽ¼¨¤ò¤¹¤ë';
$strDoAQuery = '"Îã¤ÎQUERY"¤ò¼Â¹Ô (¥ï¥¤¥ë¥É¥«¡¼¥É: "%")';
$strDocu = '¥É¥­¥å¥á¥ó¥È';
$strDoYouReally = '¤³¤ì¤òËÜÅö¤Ë¼Â¹Ô¤·¤Æ¤âÎɤ¤¤Ç¤¹¤«?:';
$strDropDatabaseStrongWarning = '´°Á´¤Ë¥Ç¡¼¥¿¥Ù¡¼¥¹¤òÇ˲õ¤¹¤ë¤Ç¤·¤ç¤¦!';
$strDrop = 'ºï½ü';
$strDropUsersDb = '¥æ¡¼¥¶¡¼¤ÈƱ¤¸Ì¾Á°¤ò»ý¤Ä¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºï½ü¤¹¤ë';
$strDumpingData = '¥Æ¡¼¥Ö¥ë¤Î¥À¥ó¥×¥Ç¡¼¥¿';
$strDumpSaved = '¥À¥ó¥×¤ò¥Õ¥¡¥¤¥ë %s ¤ËÊݸ¤·¤Þ¤·¤¿¡£';
$strDumpXRows = '%s Îó¤ò¥À¥ó¥×¤·¤Þ¤¹¡£³«»ÏÎó¤Ï %s ¤Ç¤¹¡£';
$strDynamic = '¥À¥¤¥Ê¥ß¥Ã¥¯';
 
$strEdit = '½¤Àµ';
$strEditPDFPages = 'PDF ¥Ú¡¼¥¸¤òÊÔ½¸¤¹¤ë';
$strEditPrivileges = 'Æø¢¤ò½¤Àµ';
$strEffective = '¼Â¸ú';
$strEmpty = '¶õ¤Ë¤¹¤ë';
$strEmptyResultSet = 'MySQL ¤¬¶õ¤ÎÃͤòÊÖ¤·¤Þ¤·¤¿ (Î㤨¤Ð¹Ô¤¬¶õ¤À¤Ã¤¿)';
$strEnabled = 'Í­¸ú';
$strEncloseInTransaction = '¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¤Ç¥¨¥¯¥¹¥Ý¡¼¥È¤ò°Ï¤à';
$strEncto = '¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°¤ØÊÑ´¹¤¹¤ë'; // encoding convert
$strEndCut = 'ÀÚ¤ê¼è¤ê½ªÎ»';
$strEnd = 'ºÇ¸å';
$strEndRaw = 'RAW ½ªÎ»';
$strEngineAvailable = '%s ¤Ï¡¢¤³¤Î MySQL ¥µ¡¼¥Ð¡¼¤ÇÍøÍѲÄǽ¤Ç¤¹¡£';
$strEngineDisabled = '%s ¤Ï¡¢¤³¤Î MySQL ¥µ¡¼¥Ð¡¼¤Ç¤Ï̵¸ú¤Ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£';
$strEngines = '¥¨¥ó¥¸¥ó';
$strEngineUnsupported = '¤³¤Î MySQL ¥µ¡¼¥Ð¡¼¤Ï %s ¥¹¥È¥ì¡¼¥¸¥¨¥ó¥¸¥ó¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£';
$strEnglish = '±Ñ¸ì';
$strEnglishPrivileges = ' Ãí°Õ: MySQL¤ÎÆø¢¤Î̾Á°¤Ï±Ñ¸ì¤Çɽ¼¨¤·¤Æ¤¤¤Þ¤¹¡£';
$strErrorInZipFile = 'ZIP ½ñ¸ËÃæ¤Ë¥¨¥é¡¼¤Ç¤¹:';
$strError = '¥¨¥é¡¼';
$strEscapeWildcards = '¥ï¥¤¥ë¥É¥«¡¼¥É¡Ö_¡×¤ª¤è¤Ó¡Ö%¡×¤Ï¤½¤ì¤é¤òʸ»úÄ̤ê¤Ë»ÈÍѤ¹¤ë¤¿¤á¤Ë¡Ö\¡×¤Ç¥¨¥¹¥±¡¼¥×(²óÈò)¤¹¤ë¤Ù¤­¤Ç¤¹¡£';
$strEsperanto = '¹ñºÝ¸ì';
$strEstonian = '¥¨¥¹¥È¥Ë¥¢¸ì';
$strExcelEdition = 'Excel ¤Î¼ïÎà';
$strExcelOptions = 'Excel ¥ª¥×¥·¥ç¥ó';
$strExecuteBookmarked = '¥Ö¥Ã¥¯¥Þ¡¼¥¯¤µ¤ì¤¿¾È²ñ¤ò¼Â¹Ô¤¹¤ë';
$strExplain = 'SQL ¤òʬÀϤ¹¤ë';
$strExport = '¥¨¥¯¥¹¥Ý¡¼¥È';
$strExtendedInserts = '³ÈÄ¥ INSERT ʸ¤òºîÀ®¤¹¤ë';
$strExtra = '¤½¤Î¾';
 
$strFailedAttempts = '»î¤ß¤Ï¼ºÇÔ¤Þ¤·¤¿';
$strFieldHasBeenDropped = '¥Õ¥£¡¼¥ë¥É %s ¤¬Àµ¾ï¤Ëºï½ü¤µ¤ì¤Þ¤·¤¿';
$strField = '¥Õ¥£¡¼¥ë¥É';
$strFieldsEmpty = ' ¥Õ¥£¡¼¥ë¥É¿ô¤¬¶õ¤Ç¤¹¡£ ';
$strFieldsEnclosedBy = '¥Õ¥£¡¼¥ë¥É°Ï¤ßµ­¹æ';
$strFieldsEscapedBy = '¥Õ¥£¡¼¥ë¥É¤Î¥¨¥¹¥±¡¼¥×µ­¹æ';
$strFields = '¥Õ¥£¡¼¥ë¥É';
$strFieldsTerminatedBy = '¥Õ¥£¡¼¥ë¥É¶èÀڤ국¹æ';
$strFileAlreadyExists = '¥Õ¥¡¥¤¥ë¡Ö%s¡×¤Ï´û¤Ë¥µ¡¼¥Ð¡¼¤Ë¸ºß¤·¤·¤Þ¤¹¡£¥Õ¥¡¥¤¥ë̾¤òÊѹ¹¤¹¤ë¤«¡¢¾å½ñ¤­¥ª¥×¥·¥ç¥ó¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strFileCouldNotBeRead = '¥Õ¥¡¥¤¥ë¤òÆɤá¤Þ¤»¤ó¡£';
$strFileNameTemplateDescription = '¤³¤ÎÃÍ¤Ï %1$sstrftime%2$s ¤òÍѤ¤¤Æ¡¢È½ÃǤµ¤ì¤Þ¤¹¡£½¾¤Ã¤Æ¡¢»þ´Ö½ñ¼°¤Îʸ»úÎó¤ò»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤µ¤é¤Ë¼¡¤Îʸ»úÎóÃÖ´¹¤¬µ¯¤³¤ë¤Ç¤·¤ç¤¦: %3$s¡£¤½¤Î¤Þ¤Þ¤Ë¾¤Î¥Æ¥­¥¹¥È¤Ï°Ý»ý¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£';
$strFileNameTemplateDescriptionDatabase = '¥Ç¡¼¥¿¥Ù¡¼¥¹Ì¾';
$strFileNameTemplateDescriptionServer = '¥µ¡¼¥Ð¡¼Ì¾';
$strFileNameTemplateDescriptionTable = '¥Æ¡¼¥Ö¥ë̾';
$strFileNameTemplate = '¥Õ¥¡¥¤¥ë̾¤Î¥Æ¥ó¥×¥ì¡¼¥È';
$strFileNameTemplateRemember = '¥Æ¥ó¥×¥ì¡¼¥È¤ò³Ð¤¨¤ë';
$strFileToImport = '¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥Ý¡¼¥È¤¹¤ë';
$strFixed = '¸ÇÄê';
$strFlushPrivilegesNote = 'Ãí°Õ: phpMyAdmin ¤Ï MySQL ¤ÎÆø¢¥Æ¡¼¥Ö¥ë¤«¤éľÀܤ˥桼¥¶¡¼Æø¢¤òÆÀ¤Þ¤¹¡£¤â¤·¥Þ¥Ë¥å¥¢¥ë¤ÇÆø¢¤¬Êѹ¹¤µ¤ì¤Æ¤¤¤ë¤È¡¢¤³¤Î¥Æ¡¼¥Ö¥ë¤ÎÆâÍƤȤϰۤʤ뤫¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¾ì¹ç¡¢Â³¤±¤ë¤Þ¤¨¤Ë %s Æø¢¥ê¥í¡¼¥É %s ¤ò¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£';
$strFlushQueryCache = '¾È²ñ¥­¥ã¥Ã¥·¥å¤ò¥Õ¥é¥Ã¥·¥å¤¹¤ë';
$strFlushTable = '¥Æ¡¼¥Ö¥ë¤Î¥­¥ã¥Ã¥·¥å¤ò¶õ¤Ë¤¹¤ë("FLUSH")';
$strFlushTables = '¤¹¤Ù¤Æ¤Î¥Æ¡¼¥Ö¥ë¤ò¥Õ¥é¥Ã¥·¥å¤¹¤ë(ÊĤ¸¤ë)';
$strFormat = '¥Õ¥©¡¼¥Þ¥Ã¥È';
$strFormEmpty = '¥Õ¥©¡¼¥à¤Ç¤ÏÃͤ¬¤¢¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£';
$strFreePages = '¥Õ¥ê¡¼¤Ê¥Ú¡¼¥¸¿ô';
$strFullText = 'Á´Ê¸';
$strFunction = '´Ø¿ô';
 
$strGenBy = 'À¸À®´Ä¶­';
$strGeneralRelationFeat = '¥ê¥ì¡¼¥·¥ç¥óµ¡Ç½';
$strGenerate = 'À¸À®¤¹¤ë';
$strGeneratePassword = '¥Ñ¥¹¥ï¡¼¥É¤òÀ¸À®¤¹¤ë';
$strGenTime = 'ºîÀ®¤Î»þ´Ö';
$strGeorgian = '¥°¥ë¥¸¥¢¸ì';
$strGerman = '¥É¥¤¥Ä¸ì';
$strGlobal = '¥°¥í¡¼¥Ð¥ë';
$strGlobalPrivileges = '¥°¥í¡¼¥Ð¥ëÆø¢';
$strGlobalValue = '¥°¥í¡¼¥Ð¥ëÃÍ';
$strGo = '¼Â¹Ô¤¹¤ë';
$strGrantOption = '¸¢¸Â°Ñ¾ù';
$strGreek = '¥®¥ê¥·¥¢¸ì';
$strGzip = '"gzip Êý¼°"';
 
$strHandler = 'ÆâÉô½èÍý';
$strHasBeenAltered = '¤òÊѹ¹¤·¤Þ¤·¤¿¡£';
$strHasBeenCreated = '¤òºîÀ®¤·¤Þ¤·¤¿¡£';
$strHaveToShow = 'ɽ¼¨¤¹¤ë¤¿¤á¤Ë¡¢¾¯¤Ê¤¯¤Æ¤â¤Ò¤È¤Ä¤Î¥«¥é¥à¤òÁªÂò¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£';
$strHebrew = '¥Ø¥Ö¥é¥¤¸ì';
$strHexForBinary = '¥Ð¥¤¥Ê¥ê¥Õ¥£¡¼¥ë¥É¤Ï 16 ¿Ê¿ô¤ò»ÈÍѤ¹¤ë';
$strHome = '¥á¥¤¥ó¥Ú¡¼¥¸¤Ø';
$strHomepageOfficial = 'phpMyAdmin ¥Û¡¼¥à';
$strHostEmpty = '¥Û¥¹¥È̾¤Ï¶õ¤Ç¤¹!';
$strHost = '¥Û¥¹¥È';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 ¥¨¥¯¥¹¥Ý¡¼¥È¥ª¥×¥·¥ç¥ó';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 ¥¨¥¯¥¹¥Ý¡¼¥È¥ª¥×¥·¥ç¥ó';
$strHungarian = '¥Ï¥ó¥¬¥ê¡¼¸ì';
 
$strIcelandic = '¥¢¥¤¥¹¥é¥ó¥É¸ì';
$strId = 'ID';
$strIdxFulltext = 'Á´Ê¸';
$strIgnoreDuplicates = '¹Ô¤ÎÊ£À½¤ò̵»ë¤¹¤ë';
$strIgnore = '̵»ë';
$strIgnoreInserts = '¡ÖINSERT IGNORE¡×¤ò»ÈÍѤ¹¤ë';
$strIgnoringFile = '¥Õ¥¡¥¤¥ë¤ò̵»ë %s';
$strImportDocSQL = 'docSQL ¥Õ¥¡¥¤¥ë¥¤¥ó¥Ý¡¼¥È';
$strImportFiles = '¥¤¥ó¥Ý¡¼¥È¥Õ¥¡¥¤¥ë';
$strImportFormat = '¥¤¥ó¥Ý¡¼¥ÈºÑ¥Õ¥¡¥¤¥ë¤Î½ñ¼°';
$strImport = '¥¤¥ó¥Ý¡¼¥È';
$strImportSuccessfullyFinished = '¥¤¥ó¥Ý¡¼¥È¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£%d ¸Ä¤Î¾È²ñ¤ò¼Â¹Ô¤·¤Þ¤·¤¿¡£';
$strIndexes = '¥¤¥ó¥Ç¥Ã¥¯¥¹¥µ¥¤¥º';
$strIndexHasBeenDropped = '¥¤¥ó¥Ç¥Ã¥¯¥¹ %s ¤¬ºï½ü¤µ¤ì¤Þ¤·¤¿';
$strIndexName = '¥¤¥ó¥Ç¥Ã¥¯¥¹Ì¾&nbsp;:';
$strIndex = '¥¤¥ó¥Ç¥Ã¥¯¥¹';
$strIndexType = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤Î¼ïÎà&nbsp;:';
$strIndexWarningMultiple = '1 ¸Ä¤ò±Û¤¨¤ë INDEX ¥­¡¼¤¬¥«¥é¥à `%s` ÍѤ˺îÀ®¤µ¤ì¤Þ¤·¤¿¡£';
$strIndexWarningPrimary = 'PRIMARY ¤È INDEX ¤Î¥­¡¼¤ÏξÊý¤È¤â¡¢¥«¥é¥à `%s` ¤ËÀßÄꤵ¤ì¤ë¤Ù¤­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strIndexWarningTable = '¥Æ¡¼¥Ö¥ë `%s` ¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤Ë´Ø¤¹¤ëÌäÂê¤Ç¤¹¡£';
$strIndexWarningUnique = 'UNIQUE ¤È INDEX ¤Î¥­¡¼¤ÏξÊý¤È¤â¡¢¥«¥é¥à `%s` ¤ËÀßÄꤵ¤ì¤ë¤Ù¤­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strInnoDBAutoextendIncrementDesc = ' ¤½¤ì¤¬¤¤¤Ã¤Ñ¤¤¤Ë¤Ê¤ë¾ì¹ç¤Ë¡¢¼«Æ°³ÈÄ¥¤¹¤ë¥Æ¡¼¥Ö¥ë¥¹¥Ú¡¼¥¹¤Î¥µ¥¤¥º¤ò³ÈÄ¥¤¹¤ë¤¿¤á¤ÎÁýʬÎ̤Ǥ¹¡£';
$strInnoDBAutoextendIncrement = '¼«Æ°³ÈÄ¥¤ÎÄɲÃÁý²ÃÎÌ';
$strInnoDBBufferPoolSize = '¥Ð¥Ã¥Õ¥¡¡¼ÃßÀÑ¥µ¥¤¥º';
$strInnoDBBufferPoolSizeDesc = 'InnoDB ¤¬¥­¥ã¥Ã¥·¥å¥Ç¡¼¥¿¤È¤½¤Î¥Æ¡¼¥Ö¥ë¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤Ë»È¤¦¥Ð¥Ã¥Õ¥¡¥á¥â¥ê¤Î¥µ¥¤¥º¤Ç¤¹¡£';
$strInnoDBDataFilePath = '¥Ç¡¼¥¿¥Õ¥¡¥¤¥ë';
$strInnoDBDataHomeDir = '¥Ç¡¼¥¿¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È¥ê';
$strInnoDBDataHomeDirDesc = '¤¹¤Ù¤Æ¤Î InnoDB ¥Ç¡¼¥¿¥Õ¥¡¥¤¥ëÍѤΥǥ£¥ì¥¯¥È¥ê¥Ñ¥¹¤Î¶¦ÄÌÉôʬ¤Ç¤¹¡£';
$strInnoDBPages = '¥Ú¡¼¥¸';
$strInnodbStat = 'InnoDB ¥¹¥Æ¡¼¥¿¥¹';
$strInsecureMySQL = '¤¢¤Ê¤¿¤Î¥³¥ó¥Õ¥£¥°¥ì¡¼¥·¥ç¥ó¥Õ¥¡¥¤¥ë¤ÎÀßÄ꤬ MySQL ¥Ç¥Õ¥©¥ë¥È¤ÎÆø¢¥¢¥«¥¦¥ó¥È¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹ (root ¥æ¡¼¥¶¡¼¤Ç¥Ñ¥¹¥ï¡¼¥É¤Ê¤·) ¡£ MySQL ¥µ¡¼¥Ð¡¼¤â¤³¤Î¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤ÇÆ°ºî¤·¤Æ¤¤¤ë¤Î¤Ç¡¢¿¯Æþ¼Ô¤ËÂФ·¤Æ̵ËÉÈ÷¤Ç¤¹¡£¤³¤Î¥»¥­¥å¥ê¥Æ¥£¡¼¥Û¡¼¥ë¤Ïɬ¤ºÊĤ¶¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strInsert = 'ÄɲÃ';
$strInsertAsNewRow = '¿·¤·¤¤¹Ô¤È¤·¤ÆÄɲ乤ë';
$strInsertedRowId = '¥¤¥ó¥µ¡¼¥È¤·¤¿¹Ô ID:';
$strInsertedRows = 'Äɲ䵤줿¹Ô¿ô:';
$strInsertNewRow = '¿·¤·¤¤¹Ô¤òÄɲ乤ë';
$strInternalNotNecessary = '* InnoDB ¤¬Â¸ºß¤¹¤ë¾ì¹ç¡¢ÆâÉô¥ê¥ì¡¼¥·¥ç¥ó¤ÏɬÍפǤϤ¢¤ê¤Þ¤»¤ó¡£';
$strInternalRelations = 'ÆâÉô¥ê¥ì¡¼¥·¥ç¥ó';
$strInUse = '»ÈÍÑÃæ';
$strInvalidAuthMethod = 'ÀßÄê¾å¤ÇÀµ¤·¤¯¤Ê¤¤Ç§¾ÚÊýË¡¤òÀßÄꤷ¤Æ¤¤¤Þ¤¹:';
$strInvalidColumn = 'Àµ¤·¤¯¤Ê¤¤Îó (%s) ¤¬»ØÄꤵ¤ì¤Þ¤·¤¿!';
$strInvalidColumnCount = '¥«¥é¥à¿ô¤Ï 0 ¤è¤êÂ礭¤¯¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£';
$strInvalidCSVFieldCount = 'CSV ÆþÎÏÃæ ¤Ë̵¸ú¤Ê¹àÌÜ¿ô¤¬¤¢¤ê¤Þ¤¹(¹Ô:%d)';
$strInvalidCSVFormat = 'CSV ÆþÎÏÃæ ¤Ë̵¸ú¤Ê½ñ¼°¤¬¤¢¤ê¤Þ¤¹(¹Ô:%d)';
$strInvalidCSVParameter = 'CSV ¥¤¥ó¥Ý¡¼¥È¤Î¥Ñ¥é¥á¡¼¥¿¡¼¤¬Ìµ¸ú¤Ç¤¹: %s';
$strInvalidFieldAddCount = '¾¯¤Ê¤¯¤È¤â¤Ò¤È¤Ä¤Î¥Õ¥£¡¼¥ë¥É¤òÄɲ䷤ʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£';
$strInvalidFieldCount = '¥Æ¡¼¥Ö¥ë¤Ï¾¯¤Ê¤¯¤È¤â¤Ò¤È¤Ä¤Î¥Õ¥£¡¼¥ë¥É¤¬É¬ÍפǤ¹¡£';
$strInvalidLDIImport = '¤³¤Î¥×¥é¥°¥¤¥ó¤Ï°µ½ÌºÑ¥¤¥ó¥Ý¡¼¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó!';
$strInvalidRowNumber = '%d ¤ÏÀµ¤·¤¯¤Ê¤¤¹ÔÈÖ¹æ¤Ç¤¹¡£';
$strInvalidServerHostname = '¥µ¡¼¥Ð¡¼¡Ö%1$s¡×¤Î¥Û¥¹¥È̾¤¬Ìµ¸ú¤Ç¤¹¡£ÀßÄê¤òÄ´ºº¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strInvalidServerIndex = '̵¸ú¤Ê¥µ¡¼¥Ð¡¼¥¤¥ó¥Ç¥Ã¥¯¥¹¤Ç¤¹: "%s"';
 
$strJapanese = 'ÆüËܸì';
$strJoins = '·ë¹ç';
$strJumpToDB = '&quot;%s&quot; ¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ø¥¸¥ã¥ó¥×.';
$strJustDelete = 'Æø¢¥Æ¡¼¥Ö¥ë¤«¤é¥æ¡¼¥¶¡¼¤ò¨ºï½ü¤¹¤ë';
$strJustDeleteDescr = '&quot;ºï½üºÑ&quot; ¥æ¡¼¥¶¡¼¤ÏÆø¢¤¬¥ê¥í¡¼¥É¤µ¤ì¤ë¤Þ¤Ç¥µ¡¼¥Ð¡¼¤Ë¥¢¥¯¥»¥¹²Äǽ¤Ç¤¹¡£';
 
$strKanjiEncodConvert = '´Á»ú¥³¡¼¥ÉÊÑ´¹'; // kanji code convert
$strKeepPass = '¥Ñ¥¹¥ï¡¼¥É¤òÊѹ¹¤·¤Ê¤¤';
$strKeyCache = '¥­¡¼¥­¥ã¥Ã¥·¥å';
$strKeyname = '¥­¡¼Ì¾';
$strKill = 'Ää»ß';
$strKorean = '´Ú¹ñ¸ì';
 
$strLandscape = '¥é¥ó¥É¥¹¥±¡¼¥×';
$strLanguageFileNotFound = '¸À¸ì¥Õ¥¡¥¤¥ë¡Ö%1$s¡×¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£';
$strLanguageUnknown = 'ÉÔÌÀ¤Î¸À¸ì: %1$s.';
$strLatchedPages = '¥é¥Ã¥Á¤µ¤ì¤Æ¤¤¤ë¥Ú¡¼¥¸';
$strLatexCaption = '¥Æ¡¼¥Ö¥ë¥­¥ã¥×¥·¥ç¥ó';
$strLatexContent = '¥Æ¡¼¥Ö¥ë __TABLE__ ¤ÎÆâÍÆ';
$strLatexContinued = '(³¤±¤ë)';
$strLatexContinuedCaption = '·Ñ³»þ¤Î¥Æ¡¼¥Ö¥ë¥­¥ã¥×¥·¥ç¥ó';
$strLatexIncludeCaption = '¥Æ¡¼¥Ö¥ë¥­¥ã¥×¥·¥ç¥ó¤ò´Þ¤à';
$strLatexLabel = '¥é¥Ù¥ë¥­¡¼';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX ¥ª¥×¥·¥ç¥ó';
$strLatexStructure = '¥Æ¡¼¥Ö¥ë __TABLE__ ¤Î¹½Â¤';
$strLatvian = '¥é¥È¥Ó¥¢¸ì';
$strLDIImportOptions = 'LOAD DATA ¤òÍѤ¤¤Æ CSV ¤Î¥¤¥ó¥Ý¡¼¥È¤ò¤¹¤ë¥ª¥×¥·¥ç¥ó';
$strLDI = 'LOAD DATA ¤òÍѤ¤¤¿ CSV';
$strLDILocal = '¥í¡¼¥«¥ë¥­¡¼¥ï¡¼¥É¤ò»ÈÍѤ¹¤ë';
$strLengthSet = 'Ťµ/¥»¥Ã¥È*';
$strLimitNumRows = '¥Ú¡¼¥¸¤ÎºÇÂç¥ì¥³¡¼¥É¿ô';
$strLinesTerminatedBy = '¹Ô¤Î½ªÃ¼µ­¹æ';
$strLinkNotFound = '¥ê¥ó¥¯¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó';
$strLinksTo = '¥ê¥ó¥¯';
$strLithuanian = '¥ê¥È¥¢¥Ë¥¢¸ì';
$strLocalhost = '¥í¡¼¥«¥ë';
$strLocationTextfile = '¥Æ¥­¥¹¥È¥Õ¥¡¥¤¥ë¤Î¾ì½ê';
$strLoginInformation = '¥í¥°¥¤¥ó¾ðÊó';
$strLogin = '¥í¥°¥¤¥ó';
$strLogout = '¥í¥°¥¢¥¦¥È';
$strLogPassword = '¥Ñ¥¹¥ï¡¼¥É:';
$strLogServer = '¥µ¡¼¥Ð¡¼';
$strLogUsername = '¥æ¡¼¥¶¡¼Ì¾:';
$strLongOperation = '¤³¤ÎÁàºî¤Ï»þ´Ö¤¬¤«¤«¤ê¤Þ¤¹¡£¤½¤ì¤Ç¤â¿Ê¤ß¤Þ¤¹¤«?';
 
$strMaxConnects = 'ºÇÂçʹÔÀܳ';
$strMaximalQueryLength = 'ºîÀ®¤¹¤ë¾È²ñ¤ÎºÇÂçĹ';
$strMaximumSize = 'ºÇÂ祵¥¤¥º: %s%s';
$strMbExtensionMissing = 'mbstring PHP ³ÈÄ¥¤Ï¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢¡¢¥Þ¥ë¥Á¥Ð¥¤¥Èʸ»ú¥»¥Ã¥È¤ò»ÈÍѤ·¤Æ¤¤¤ë¤è¤¦¤Ë¸«¤¨¤Þ¤¹¡£phpMyAdmin ¤Ï mbstring ³ÈÄ¥¤Ê¤·¤Ç¤Ïʸ»úÎó¤òÀµ³Î¤Ëʬ³ä¤¹¤ë¤³¤È¤¬¤Ç¤­¤º¡¢¤Þ¤¿¡¢Í½´ü¤·¤Ê¤¤·ë²Ì¤¬Ê֤äƤ¯¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£';
$strMbOverloadWarning = 'PHP ¤ÎÀßÄê¤Ç mbstring.func_overload ¤¬Í­¸ú¤Ç¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï phpMyAdmin ¤È¸ß´¹À­¤¬¤Ê¤¯¡¢¤¤¤¯¤¦¤Ä¤«¤Î¥Ç¡¼¥¿¤ÎÇ˲õ¤ò°ú¤­µ¯¤³¤¹¤«¤â¤·¤ì¤Þ¤»¤ó!';
$strMIME_available_mime = 'Í­¸ú¤Ê MIME ¥¿¥¤¥×';
$strMIME_available_transform = 'ÊÑ´¹Í­¸ú';
$strMIME_description = 'ÀâÌÀ';
$strMIME_MIMEtype = 'MIME ¥¿¥¤¥×';
$strMIME_nodescription = '¤³¤ÎÊÑ´¹¤Ë¤ÏÍ­¸ú¤ÊÀâÌÀ¤¬¤¢¤ê¤Þ¤»¤ó¡£<br />ºî¼Ô¤Ë%s¤Î°ÕÌ£¤ò¤´³Îǧ¤¯¤À¤µ¤¤¡£';
$strMIME_transformation_note = 'ÍøÍѲÄǽ¤ÊÊÑ´¹¥ª¥×¥·¥ç¥ó¤Î°ìÍ÷¡¢¤ª¤è¤Ó¤½¤ì¤é¤Î MIME ·Á¼°ÊÑ´¹¤Ë´Ø¤·¤Æ¤Ï¡¢%sÊÑ´¹¤ÎÀâÌÀ%s ¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strMIME_transformation = '¥Ö¥é¥¦¥¶¡¼ÊÑ´¹';
$strMIME_transformation_options = 'ÊÑ´¹¥ª¥×¥·¥ç¥ó';
$strMIME_transformation_options_note = '¤³¤Î½ñ¼°¤ò»ÈÍѤ·¤Æ¡¢ÊÑ´¹¥ª¥×¥·¥ç¥ó¤ÎÃͤòÆþÎϤ·¤Æ¤¯¤À¤µ¤¤: \'a\',\'b\',\'c\'...<br />¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å("\")¤ä¥·¥ó¥°¥ë¥¯¥©¡¼¥È("\'")¤òÃͤ˴ޤá¤ëɬÍפ¬¤¢¤ë¾ì¹ç¤Ï(¡Ö\\\\xyz¡×¤ä¡Öa\\\'b¡×¤Î¤è¤¦¤Ë)¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å¤Ç¥¨¥¹¥±¡¼¥×¤·¤Æ¤¯¤À¤µ¤¤';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = '¥¤¥¿¥ê¥Ã¥¯ÂΤǰõºþ¤µ¤ì¤¿ MIME ¥¿¥¤¥×¤Ï¸ÄÊ̤ÎÊÑ´¹´Ø¿ô¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£';
$strModifications = '¤òÀµ¤·¤¯½¤Àµ¤·¤Þ¤·¤¿¡£';
$strModifyIndexTopic = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤òÊѹ¹¤¹¤ë';
$strModify = '½¤Àµ';
$strMoveTable = '¥Æ¡¼¥Ö¥ë¤ò(database<b>.</b>table)¤Ë°ÜÆ°¤¹¤ë:';
$strMoveTableOK = '¥Æ¡¼¥Ö¥ë¡Ö%s¡×¤ò¡Ö%s¡×¤Ë°ÜÆ°¤·¤Þ¤·¤¿¡£';
$strMoveTableSameNames = 'Ʊ¤¸¥Æ¡¼¥Ö¥ë¤Ë°ÜÆ°¤Ç¤­¤Þ¤»¤ó!';
$strMultilingual = '¿¹ñ¸ì';
$strMyISAMDataPointerSize = '¥Ç¡¼¥¿¤Î¥Ý¥¤¥ó¥¿¡¼¥µ¥¤¥º';
$strMyISAMDataPointerSizeDesc = 'CREATE TABLE ¤Ç MyISAM ¥Æ¡¼¥Ö¥ë¤Ë»ÈÍѤ¹¤ë MAX_ROWS ¥ª¥×¥·¥ç¥ó¤¬»ØÄꤵ¤ì¤Ê¤¤¾ì¹ç¤Î¥Ð¥¤¥È»ØÄê¤Î¥Ç¥Õ¥©¥ë¥È¥Ý¥¤¥ó¥¿¡¼¥µ¥¤¥º¤Ç¤¹¡£';
$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAM¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤ò¹â®ºîÀ®¤¹¤ë¤È¤­¤ËÍøÍѤ¹¤ë¥Æ¥ó¥Ý¥é¥ê¥Õ¥¡¥¤¥ë¤ÎÂ礭¤µ¤¬¡¢¥­¡¼¥­¥ã¥Ã¥·¥å¤òÍøÍѤ¹¤ë¤È¤­¤è¤ê¤³¤³¤Ë»ØÄꤷ¤¿ÃͰʾåÂ礭¤¯¤Ê¤ë¾ì¹ç¤Ï¡¢¥­¡¼¥­¥ã¥Ã¥·¥åË¡¤¬»È¤ï¤ì¤Þ¤¹¡£';
$strMyISAMMaxExtraSortFileSize = '¥¤¥ó¥Ç¥Ã¥¯¥¹ºîÀ®ÍÑ°ì»þ¥Õ¥¡¥¤¥ë¤ÎºÇÂ祵¥¤¥º';
$strMyISAMMaxSortFileSizeDesc = 'MyISAM ¥¤¥ó¥Ç¥Ã¥¯¥¹¤ÎºÆºîÀ®¤Ç»ÈÍѤ¹¤ë¤³¤È¤¬µö¤µ¤ì¤¿ MySQL °ì»þ¥Õ¥¡¥¤¥ë¤ÎºÇÂ祵¥¤¥º¤Ç¤¹ (REPAIR TABLE Ãæ¡¢ALTER TABLE ¤« LOAD DATA INFILE)';
$strMyISAMMaxSortFileSize = '°ì»þ¥½¡¼¥È¥Õ¥¡¥¤¥ë¤ÎºÇÂ祵¥¤¥º';
$strMyISAMRecoverOptionsDesc = '¥¯¥é¥Ã¥·¥å¤·¤¿ MyISAM ¥Æ¡¼¥Ö¥ë¤Î¼«Æ°²óÉüÍѥ⡼¥É¤Ç¡¢¥µ¡¼¥Ð¡¼µ¯Æ°¥ª¥×¥·¥ç¥ó --myisam-recover ¤ÇÀßÄꤷ¤Þ¤¹¡£';
$strMyISAMRecoverOptions = '¼«Æ°½¤Éü¥â¡¼¥É';
$strMyISAMRepairThreads = '¥¹¥ì¥Ã¥É¤Î½¤Éü';
$strMyISAMRepairThreadsDesc = '¤â¤·¤³¤ÎÃͤ¬ 1 °Ê¾å¤Ê¤é¡¢MyISAM ¥Æ¡¼¥Ö¥ë¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤Ï¥½¡¼¥È½èÍý¤Î½¤ÉüÃæ¤ËÊ¿¹Ô¤Ç(¤½¤ì¼«¿È¤Î³Æ¥¤¥ó¥Ç¥Ã¥¯¥¹¤ò)ºîÀ®¤·¤Þ¤¹¡£';
$strMyISAMSortBufferSizeDesc = '¤³¤Î¥Ð¥Ã¥Õ¥¡¡¼¤Ï¡¢REPAIR TABLE ¤Î´Ö¤Ë MyISAM ¥¤¥ó¥Ç¥Ã¥¯¥¹¤ò¥½¡¼¥È¤¹¤ë¾ì¹ç¡¢¤Þ¤¿¤Ï CREATE INDEX ¤« ALTER TABLE ¤È¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºîÀ®¤¹¤ë¾ì¹ç¤Ë¡¢³ä¤êÉÕ¤±¤é¤ì¤Þ¤¹¡£';
$strMyISAMSortBufferSize = '¥½¡¼¥È¥Ð¥Ã¥Õ¥¡¡¼¥µ¥¤¥º';
$strMySQLCharset = 'MySQL ¤Îʸ»ú¥»¥Ã¥È';
$strMysqlClientVersion = 'MySQL ¥¯¥é¥¤¥¢¥ó¥È¥Ð¡¼¥¸¥ç¥ó';
$strMySQLConnectionCollation = 'MySQL Àܳ¾È¹ç½ç½ø';
$strMySQLSaid = 'MySQL¤Î¥á¥Ã¥»¡¼¥¸: ';
$strMySQLShowProcess = 'MySQL ¥×¥í¥»¥¹¤Îɽ¼¨';
$strMySQLShowStatus = 'MySQL ¤Î¥é¥ó¥¿¥¤¥à¾ðÊó';
$strMySQLShowVars = 'MySQL ¤Î¥·¥¹¥Æ¥àÊÑ¿ô';
 
$strName = '̾Á°';
$strNext = '¼¡¤Ø';
$strNoActivity = '%s ÉðʾåÁàºî¤ò¤·¤Þ¤»¤ó¤Ç¤·¤¿¡£ºÆÅÙ¥í¥°¥¤¥ó¤ò¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strNoDatabases = '¥Ç¡¼¥¿¥Ù¡¼¥¹¿ô';
$strNoDatabasesSelected = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£';
$strNoDescription = 'µ­½Ò¤¬¤¢¤ê¤Þ¤»¤ó';
$strNoDetailsForEngine = '¤³¤Î¥¹¥È¥ì¡¼¥¸¥¨¥ó¥¸¥ó¤Ë¤ÏÍ­¸ú¤Ê¥¹¥Æ¡¼¥¿¥¹¤Î¾ÜºÙ¾ðÊó¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strNoDropDatabases = '¡ÖDROP DATABASE¡×¥¹¥Æ¡¼¥È¥á¥ó¥È¤Ï¶Ø»ß¤µ¤ì¤ë';
$strNoExplain = 'SQL ¤ÎʬÀϤòÈô¤Ð¤¹';
$strNoFilesFoundInZip = 'ZIP ¥¢¡¼¥«¥¤¥ÖÃæ¤Ë¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó!';
$strNoFrames = 'phpMyAdmin ¤Ï<b>¥Õ¥ì¡¼¥à</b>¤ò¥µ¥Ý¡¼¥È¤·¤¿¥Ö¥é¥¦¥¶¤Ç¤ÎÍøÍѤò¤ª´«¤á¤·¤Þ¤¹¡£';
$strNoIndex = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤ÏÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£';
$strNoIndexPartsDefined = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤ÎÉôʬ¤ÏÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£';
$strNoModification = 'Êѹ¹Ìµ¤·';
$strNone = '̵¤·';
$strNoOptions = '¤³¤Î½ñ¼°¤Ï¥ª¥×¥·¥ç¥ó¤¬¤¢¤ê¤Þ¤»¤ó¡£';
$strNoPassword = '¥Ñ¥¹¥ï¡¼¥É̵¤·';
$strNoPermission = '¥Õ¥¡¥¤¥ë¡Ö%s¡×¤òÊݸ¤¹¤ë¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¤ò¥¦¥§¥Ö¥µ¡¼¥Ð¡¼¤Ï»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£';
$strNoPhp = 'PHP ¥³¡¼¥É̵¤·';
$strNoPrivileges = 'Æø¢Ìµ¤·';
$strNoRights = '¸½ºßÆø¢¤ò»ý¤Ã¤Æ¤Ê¤¤¤Î¤Ç¤³¤³¤ËÆþ¤ì¤Þ¤»¤ó¡£';
$strNoRowsSelected = '¹Ô¤ÏÁªÂò¤µ¤ì¤Þ¤»¤ó¤Ç¤·¤¿¡£';
$strNo = '¤¤¤¤¤¨';
$strNoSpace = '¥Õ¥¡¥¤¥ë¡Ö%s¡×¤òÊݸ¤¹¤ë¤Ë¤Ï¶õ¤­ÍÆÎ̤¬ÉÔ½½Ê¬¤Ç¤¹¡£';
$strNoTablesFound = '¸½ºß¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë¥Æ¡¼¥Ö¥ë¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strNoThemeSupport = '¥Æ¡¼¥Þ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ÀßÄê¤È¥Æ¡¼¥Þ¥Ç¥£¥ì¥¯¥È¥ê¡Ö%s¡×¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strNothingToImport = '¤¤¤¯¤Ä¤«¤Î¥Ç¡¼¥¿¤Ï¥¤¥ó¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó!';
$strNotNumber = '¤³¤ì¤Ï¿ôÃͤǤϤ¢¤ê¤Þ¤»¤ó¡£';
$strNotOK = 'OK ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strNotSet = '¥Æ¡¼¥Ö¥ë¡Ö<b>%s</b>¡×¤¬¸«¤Ä¤«¤é¤Ê¤¤¤«¡¢%s ¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£';
$strNoUsersFound = '³ºÅö¥æ¡¼¥¶¡¼¤Ï¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£';
$strNoValidateSQL = 'SQL ¸¡¾Ú¤ò¥¹¥­¥Ã¥×';
$strNull = '¶õ¤ÎÃÍ(NULL)';
$strNumberOfFields = '¥Õ¥£¡¼¥ë¥É¿ô';
$strNumSearchResultsInTable = '¥Æ¡¼¥Ö¥ë <i>%2\$s</i> ¤Ç %2\$s ·ï°ìÃפ·¤Þ¤·¤¿¡£';
$strNumSearchResultsTotal = '<b>·ï¿ô:</b> <i>%s</i> ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿¡£';
$strNumTables = '¥Æ¡¼¥Ö¥ë';
 
$strOK = 'OK';
$strOpenNewWindow = '¿·¤·¤¤ phpMyAdmin ¤Î¥¦¥£¥ó¥É¥¦¤ò³«¤¯';
$strOperations = 'Áàºî';
$strOperator = 'Áàºî';
$strOptimizeTable = '¥Æ¡¼¥Ö¥ë¤òºÇŬ²½¤¹¤ë';
$strOr = '¤Þ¤¿¤Ï';
$strOverhead = '¥ª¡¼¥Ð¡¼¥Ø¥Ã¥É';
$strOverwriteExisting = '¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤¹¤ë¾ì¹ç¤Ï¾å½ñ¤­';
 
$strPageNumber = '¥Ú¡¼¥¸ÈÖ¹æ:';
$strPagesToBeFlushed = '¥Õ¥é¥Ã¥·¥å¤µ¤ì¤¿¥Ú¡¼¥¸¿ô';
$strPaperSize = '»æ¥µ¥¤¥º';
$strPartialImport = 'ÉôʬŪ¤Ê¥¤¥ó¥Ý¡¼¥È';
$strPartialText = 'ÉôʬŪ¤Êʸ½ñ';
$strPasswordChanged = '%s ¤Î¥Ñ¥¹¥ï¡¼¥É¤ÏÊѹ¹¤µ¤ì¤Þ¤·¤¿¡£';
$strPasswordEmpty = '¥Ñ¥¹¥ï¡¼¥É¤¬¶õ¤Ç¤¹¡£';
$strPasswordHashing = '¥Ñ¥¹¥ï¡¼¥É¥Ï¥Ã¥·¥å';
$strPassword = '¥Ñ¥¹¥ï¡¼¥É';
$strPasswordNotSame = '¥Ñ¥¹¥ï¡¼¥É¤¬Æ±¤¸¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strPdfDbSchema = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤Î¥¹¥­¡¼¥Þ - ¥Ú¡¼¥¸ %s';
$strPdfInvalidTblName = '"%s" ¥Æ¡¼¥Ö¥ë¤¬¤¢¤ê¤Þ¤»¤ó!';
$strPdfNoTables = '¥Æ¡¼¥Ö¥ë¤¬¤¢¤ê¤Þ¤»¤ó';
$strPDFOptions = 'PDF ¥ª¥×¥·¥ç¥ó';
$strPDF = 'PDF';
$strPDFReportTitle = '¥ì¥Ý¡¼¥È¤ÎÂê̾';
$strPerHour = '»þËè';
$strPerMinute = '/ʬ';
$strPerSecond = '/ÉÃ';
$strPersian = '¥Ú¥ë¥·¥¢¸ì';
$strPhoneBook = 'ÅÅÏÃÄ¢';
$strPHP40203 = '¥Þ¥ë¥Á¥Ð¥¤¥Èʸ»ú(mbstring)¤Î°·¤¤¤Ë½ÅÂç¤Ê¥Ð¥°¤Î¤¢¤ë PHP 4.2.3 ¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£PHP ¤Î¥Ð¥°¥ì¥Ý¡¼¥È 19404 È֤Ǥ¹¡£phpMyAdmin ¤ò»ÈÍѤ¹¤ë¤Ê¤é¡¢¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î PHP ¤Ï¤ª¾©¤á¤·¤Þ¤»¤ó...¤È¸À¤¦¤«¥Ñ¥Ã¥Á¤ò¤¢¤Æ¤Ê¤±¤ì¤ÐÆ°ºî¤·¤Þ¤»¤ó¡£';
$strPhp = 'PHP ¥³¡¼¥É¤ÎºîÀ®';
$strPHPVersion = 'PHP ¥Ð¡¼¥¸¥ç¥ó';
$strPmaDocumentation = 'phpMyAdmin ¤Î¥É¥­¥å¥á¥ó¥È';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> ¤òɬ¤ºÀßÄê¥Õ¥¡¥¤¥ë¤ÇÀßÄꤷ¤Æ¤¯¤À¤µ¤¤!';
$strPolish = '¥Ý¡¼¥é¥ó¥É¸ì';
$strPortrait = '¥Ý¡¼¥È¥ì¥¤¥È';
$strPos1 = 'ºÇ½é';
$strPrevious = '°ÊÁ°';
$strPrimaryKeyHasBeenDropped = '¼ç¥­¡¼¤òºï½ü¤·¤Þ¤·¤¿¡£';
$strPrimaryKeyName = '¼ç¥­¡¼¤Î̾Á°¤Ï... PRIMARY ¤Ç¤Ï¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£';
$strPrimaryKeyWarning = '("PRIMARY"¤Ï¤Á¤ç¤¦¤É¼ç¥­¡¼¤Î̾Á°¤Ç¤Ï¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£';
$strPrimary = '¼çÍ×';
$strPrint = '°õºþ';
$strPrintViewFull = '°õºþ¥Ó¥å¡¼ (Á´¥Æ¥­¥¹¥È¤ò´Þ¤à)';
$strPrintView = '°õºþÍѤÎɽ¼¨';
$strPrivDescAllPrivileges = 'GRANT ¤ò½ü¤¯¤¹¤Ù¤Æ¤ÎÆø¢¤ò´Þ¤ß¤Þ¤¹¡£';
$strPrivDescAlter = '¸ºß¤¹¤ë¥Æ¡¼¥Ö¥ë¹½Â¤¤ÎÊѹ¹¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescAlterRoutine = '¥¹¥È¥¢¥É¥ë¡¼¥Á¥ó¤ÎÊѹ¹¤ÈÇË´þ¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescCreateDb = '¿·¤·¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¡¢¥Æ¡¼¥Ö¥ë¤ÎºîÀ®¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescCreateRoutine = '¥¹¥È¥¢¥É¥ë¡¼¥Á¥ó¤ÎºîÀ®¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescCreateTbl = '¿·¤·¤¤¥Æ¡¼¥Ö¥ë¤ÎºîÀ®¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescCreateTmpTable = '¥Æ¥ó¥Ý¥é¥ê¡¼¥Æ¡¼¥Ö¥ë¤ÎºîÀ®¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescCreateUser = '¥æ¡¼¥¶¡¼¥¢¥«¥¦¥ó¥È¤ÎºîÀ®¡¦ÇË´þ¡¦Ì¾¾ÎÊѹ¹¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescCreateView = '¿·¤·¤¤¥Ó¥å¡¼¤ÎºîÀ®¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescDelete = '¥Ç¡¼¥¿¤Îºï½ü¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescDropDb = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤È¥Æ¡¼¥Ö¥ë¤Îºï½ü¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescDropTbl = '¥Æ¡¼¥Ö¥ë¤Îºï½ü¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescExecute = '¥¹¥È¥¢¡¼¥É¥×¥í¥·¥¸¥ã¡¼¤ò¼Â¹Ô¤¹¤ë¤³¤È¤òµö²Ä¤·¤Þ¤¹¡£¤³¤Î MySQL ÈǤǤϰÕÌ£¤¢¤ê¤Þ¤»¤ó¡£';
$strPrivDescExecute5 = '¥¹¥È¥¢¥É¥ë¡¼¥Á¥ó¤Î¼Â¹Ô¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescFile = '¥Ç¡¼¥¿¤Î¥¤¥ó¥Ý¡¼¥È¡¢¥Ç¡¼¥¿¤Î¥Õ¥¡¥¤¥ë¤Ø¤Î¥¨¥¯¥¹¥Ý¡¼¥È¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescGrant = 'Æø¢¥Æ¡¼¥Ö¥ë¤Î¥ê¥í¡¼¥É¤Ê¤·¤Ë¥æ¡¼¥¶¡¼¡¢Æø¢¤ÎÄɲäòµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescIndex = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤ÎºîÀ®¡¢ºï½ü¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescInsert = '¥Ç¡¼¥¿¤ÎÁÞÆþ¡¢Æþ¤ìÂؤ¨¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescLockTables = '¸½ºß¤Î¥¹¥ì¥Ã¥É¤Î¥í¥Ã¥­¥ó¥°¥Æ¡¼¥Ö¥ë¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescMaxConnections = '1 »þ´ÖÆâ¤Ë¿·¤·¤¯Àܳ²Äǽ¤Ê¿ô¤òÀ©¸Â¤·¤Þ¤¹¡£';
$strPrivDescMaxQuestions = '1 »þ´ÖÆâ¤Ë¥µ¡¼¥Ð¡¼¤Ë¾È²ñ¤òÁ÷¤ì¤ë¿ô¤òÀ©¸Â¤·¤Þ¤¹¡£';
$strPrivDescMaxUpdates = '1 »þ´ÖÆâ¤Ë¥Æ¡¼¥Ö¥ë¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÂФ·¤Æ¤ÎÊѹ¹¤¬È¯À¸¤¹¤ë¥³¥Þ¥ó¥É¤Î¿ô¤òÀ©¸Â¤·¤Þ¤¹¡£';
$strPrivDescMaxUserConnections = '¥æ¡¼¥¶¡¼¤ÎƱ»þ¤ÎÀܳ¿ô¤òÀ©¸Â¤·¤Þ¤¹¡£';
$strPrivDescProcess3 = '¾¤Î¥æ¡¼¥¶¡¼¥×¥í¥»¥¹¤òÄä»ß¤Ç¤­¤ë¤³¤È¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescProcess4 = '¥×¥í¥»¥¹°ìÍ÷Ãæ¤Î´°Á´¤Ê¾È²ñ¤Îɽ¼¨¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescReferences = '¤³¤Î MySQL ¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï°ÕÌ£¤¢¤ê¤Þ¤»¤ó¡£';
$strPrivDescReload = '¥µ¡¼¥Ð¡¼¤Î¥ê¥í¡¼¥É¡¢¥­¥ã¥Ã¥·¥å¤Î¥¯¥ê¥¢¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescReplClient = '¥¹¥ì¡¼¥Ö¤«¥Þ¥¹¥¿¡¼¤òÍ×µá¤Ç¤­¤ë¸¢Íø¤ò¥æ¡¼¥¶¡¼¤ËÍ¿¤¨¤Þ¤¹¡£';
$strPrivDescReplSlave = '¥ì¥×¥ê¥±¡¼¥·¥ç¥ó¥¹¥ì¡¼¥Ö¤¬É¬ÍפǤ¹¡£';
$strPrivDescSelect = '¥Ç¡¼¥¿¤ÎÆɤ߽Ф·µö²Ä';
$strPrivDescShowDb = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î´°Á´¤Ê°ìÍ÷¤Ø¤Î¥¢¥¯¥»¥¹¸¢¤òÍ¿¤¨¤Þ¤¹¡£';
$strPrivDescShowView = '¾È²ñ SHOW CREATE VIEW ¤Î¼Â¹Ô¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescShutdown = '¥µ¡¼¥Ð¡¼¤Î¥·¥ã¥Ã¥È¥À¥¦¥ó¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescSuper = 'ºÇÂç¤ÎÀܳ¿ô¤Ë㤷¤Æ¤âÀܳ¤òµö²Ä¤·¤Þ¤¹¡£Â¿¤¯¤Î´ÉÍýÁàºî¤Ï¥°¥í¡¼¥Ð¥ëÊÑ¿ô¤ä¾¥æ¡¼¥¶¡¼¥×¥í¥»¥¹¤Î½ªÎ»¤¬¤Ç¤­¤ë¤è¤¦¤ÊÀßÄ꤬ɬÍפǤ¹¡£';
$strPrivDescUpdate = '¥Ç¡¼¥¿¤Î½¤Àµ¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescUsage = 'Æø¢¤¬¤¢¤ê¤Þ¤»¤ó¡£';
$strPrivileges = 'Æø¢';
$strPrivilegesReloaded = 'Æø¢¤Ï¥ê¥í¡¼¥É¤µ¤ì¤Þ¤·¤¿¡£';
$strProcesslist = '¥×¥í¥»¥¹°ìÍ÷';
$strProtocolVersion = '¥×¥í¥È¥³¥ë¥Ð¡¼¥¸¥ç¥ó';
$strPutColNames = 'ºÇ½é¤Î 1 ¹ÔÌܤ˥ե£¡¼¥ë¥É̾¤òÄɲ乤ë';
 
$strQBEDel = 'ºï½ü';
$strQBEIns = 'ÁÞÆþ';
$strQBE = '¾È²ñ';
$strQueryCache = '¾È²ñ¥­¥ã¥Ã¥·¥å';
$strQueryFrame = '¾È²ñ¥¦¥£¥ó¥É¥¦';
$strQueryOnDb = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î SQL <b>%s</b>:';
$strQuerySQLHistory = 'SQL ÍúÎò';
$strQueryStatistics = '<b>¾È²ñÅý·×</b>: µ¯Æ°»þ¤«¤é %s ¸Ä¤Î¾È²ñ¤¬¥µ¡¼¥Ð¡¼¤ËÁ÷¿®¤µ¤ì¤Æ¤¤¤Þ¤¹¡£';
$strQueryTime = '¾È²ñ¤Î¼Â¹Ô»þ´Ö %01.4f ÉÃ';
$strQueryType = '¾È²ñ¥¿¥¤¥×';
$strQueryWindowLock = '¥¦¥£¥ó¥É¥¦¤Î³°¤«¤é¤³¤Î¾È²ñ¤ò½ñ¤­´¹¤¨¤Ç¤­¤Þ¤»¤ó¡£';
 
$strReadRequests = 'Æɤ߹þ¤ß¥ê¥¯¥¨¥¹¥È¿ô';
$strReceived = '¼õ¿®ºÑ';
$strRecords = '¥ì¥³¡¼¥É¿ô';
$strReferentialIntegrity = '·ë¹ç¹àÌܤΥÁ¥§¥Ã¥¯:';
$strRefresh = 'ºÆÉÁ²è';
$strRelationalSchema = '¥ê¥ì¡¼¥·¥ç¥Ê¥ë¥¹¥­¡¼¥Þ';
$strRelationNotWorking = 'phpMyAdmin ¤ÎÆȼ«µ¡Ç½¤Ç¤¢¤ë¥ê¥ì¡¼¥·¥ç¥óµ¡Ç½¤ò½èÍý¤¹¤ë¤¿¤á¤Î¥ê¥ó¥¯¥Æ¡¼¥Ö¥ë¤¬Í­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤ò²ò·è¤¹¤ë¤Ë¤Ï %s¤³¤³%s ¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¸¶°ø¤òȯ¸«¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strRelations = '¥ê¥ì¡¼¥·¥ç¥ó';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelationView = '¥ê¥ì¡¼¥·¥ç¥ó¤òɽ¼¨¤¹¤ë';
$strReloadingThePrivileges = 'Æø¢¤òºÆÆɤ߹þ¤ßÃæ¤Ç¤¹¡£';
$strReloadMySQL = 'MySQL ¤Î¥ê¥í¡¼¥É';
$strRemoveSelectedUsers = 'ÁªÂò¤µ¤ì¤¿¥æ¡¼¥¶¡¼¤òºï½ü¤·¤Þ¤¹';
$strRenameDatabaseOK = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤Ï¡Ö%s¡×¤Ë̾¾ÎÊѹ¹¤·¤Þ¤·¤¿¡£';
$strRenameTable = '¥Æ¡¼¥Ö¥ë̾¤ÎÊѹ¹';
$strRenameTableOK = '¡Ö%s¡×¤ò¡Ö%s¡×¤Ë̾Á°¤òÊѹ¹¤·¤Þ¤·¤¿¡£';
$strRepairTable = '¥Æ¡¼¥Ö¥ë¤òÉüµì¤¹¤ë';
$strReplaceNULLBy = 'NULL ¤ò»ØÄê¤Îʸ»úÎó¤ÇÃÖ¤­´¹¤¨¤ë';
$strReplaceTable = '¥Õ¥¡¥¤¥ë¤Ç¥Æ¡¼¥Ö¥ë¤òÃÖ¤­´¹¤¨¤ë';
$strReplication = '¥ì¥×¥ê¥±¡¼¥·¥ç¥ó';
$strReset = '¥ê¥»¥Ã¥È';
$strResourceLimits = '¥ê¥½¡¼¥¹¤ÎÀ©¸Â';
$strReType = 'ºÆÆþÎÏ';
$strRevokeAndDelete = '¥æ¡¼¥¶¡¼¤«¤éÍ­¸ú¤ÊÆø¢¤ò¤¹¤Ù¤ÆÇË´þ¤·¤Æºï½ü¤¹¤ë';
$strRevokeAndDeleteDescr = '¥æ¡¼¥¶¡¼¤ÏÆø¢¤òºÆÆɤ߹þ¤ß¤¹¤ë¤Þ¤Ç USAGE Æø¢¤Î¤Þ¤Þ¤Ç¤¹¡£';
$strRevoke = 'ÇÑ»ß';
$strRevokeMessage = '%s ¤ÎÆø¢¤ò¼è¾Ã¤·¤Þ¤·¤¿¡£';
$strRomanian = '¥ë¡¼¥Þ¥Ë¥¢¸ì';
$strRowLength = '¹Ô¤ÎŤµ';
$strRows = '¹Ô';
$strRowsFrom = '³«»Ï¹Ô';
$strRowSize = ' ¹Ô¤Î¥µ¥¤¥º ';
$strRowsModeFlippedHorizontal = '¿åÊ¿ (²óž¤·¤¿¥Ø¥Ã¥À¡¼)';
$strRowsModeHorizontal = '¿åÊ¿';
$strRowsModeOptions = 'Êý¸þ: %s : %s Î󤺤ĥإåÀ¡¼¤ò·«¤êÊÖ¤·É½¼¨¤¹¤ë';
$strRowsModeVertical = '¿âľ';
$strRowsStatistic = '¹Ô¤ÎÅý·×';
$strRunning = '¤¬¼Â¹ÔÃæ¤Ç¤¹¡£ %s';
$strRunQuery = '¾È²ñ¤Î¼Â¹Ô¤¹¤ë';
$strRunSQLQuery = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤Ç SQL ¤ò¼Â¹Ô¤¹¤ë';
$strRunSQLQueryOnServer = '¥µ¡¼¥Ð¡¼¡Ö%s¡×¤Ç SQL ¤ò¼Â¹Ô¤¹¤ë';
$strRussian = '¥í¥·¥¢¸ì';
 
$strSave = 'Êݸ¤¹¤ë';
$strSaveOnServer = '¥µ¡¼¥Ð¡¼¾å¤Î¥Ç¥£¥ì¥¯¥È¥ê¡Ö%s¡×¤ËÊݸ¤¹¤ë';
$strScaleFactorSmall = '1 ¥Ú¡¼¥¸Æâ¤Ë¿Þɽ¤òÇÛÃÖ¤µ¤»¤ë¤¿¤á¤Ë¤ÏÂ礭¤µ¤¬¾®¤µ²á¤®¤Þ¤¹';
$strSearchFormTitle = '¥Ç¡¼¥¿¥Ù¡¼¥¹Æâ¤ò¸¡º÷¤¹¤ë';
$strSearchInTables = '¥Æ¡¼¥Ö¥ë¤Î»ØÄê:';
$strSearchNeedle = '¸¡º÷¤¹¤ëñ¸ì¡¢¤Þ¤¿¤ÏÃÍ (¥ï¥¤¥ë¥É¥«¡¼¥É¤Ï: "%"):';
$strSearchOption1 = '¤¤¤º¤ì¤«¤Îñ¸ì¤ò´Þ¤à';
$strSearchOption2 = '¤¹¤Ù¤Æ¤Îñ¸ì¤ò´Þ¤à';
$strSearchOption3 = 'Àµ³Î¤Ê¥Õ¥ì¡¼¥º';
$strSearchOption4 = 'Àµµ¬É½¸½';
$strSearchResultsFor = '¸¡º÷·ë²Ì "<i>%s</i>" %s:';
$strSearchType = '¸¡º÷¾ò·ï:';
$strSearch = '¸¡º÷';
$strSecretRequired = 'ÀßÄê¥Õ¥¡¥¤¥ë¤Ïº£¤ÏÈëÌ©¥Ñ¥¹¥Õ¥ì¡¼¥º¤òɬÍפȤ·¤Þ¤¹(blowfish_secret)¡£';
$strSelectADb = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strSelectAll = 'Á´ÁªÂò';
$strSelectBinaryLog = 'ÁªÂò¤·¤¿¥Ð¥¤¥Ê¥ê¥í¥°¤ò±ÜÍ÷¤¹¤ë';
$strSelectFields = '¥Õ¥£¡¼¥ë¥É¤ÎÁªÂò(1 ¤Ä°Ê¾å):';
$strSelectNumRows = '¾È²ñ';
$strSelectTables = '¥Æ¡¼¥Ö¥ë¤ÎÁªÂò';
$strSend = '¥Õ¥¡¥¤¥ë¤ÇÊݸ¤¹¤ë';
$strSent = 'Á÷¿®ºÑ';
$strServerChoice = '¥µ¡¼¥Ð¡¼¤ÎÁªÂò¤ò¤¹¤ë';
$strServerNotResponding = '¥µ¡¼¥Ð¡¼¤¬È¿±þ¤·¤Þ¤»¤ó¡£';
$strServer = '¥µ¡¼¥Ð¡¼';
$strServerStatusDelayedInserts = 'Ãٱ䥤¥ó¥µ¡¼¥È';
$strServerStatus = '¥é¥ó¥¿¥¤¥à¾ðÊó';
$strServerStatusUptime = '¤³¤Î MySQL ¥µ¡¼¥Ð¡¼¤Ï %s ´ÖÆ°ºîÃæ¤Ç¡¢%s ¤Ëµ¯Æ°¤·¤Æ¤¤¤Þ¤¹¡£';
$strServerTabProcesslist = '¥×¥í¥»¥¹';
$strServerTabVariables = 'ÊÑ¿ô';
$strServerTrafficNotes = '<b>¥µ¡¼¥Ð¡¼¥È¥é¥Õ¥£¥Ã¥¯</b>: ¤³¤Î¥Æ¡¼¥Ö¥ë¤Ï MySQL ¥µ¡¼¥Ð¡¼¤¬µ¯Æ°¤·¤Æ¤«¤é¤Î¥Í¥Ã¥È¥ï¡¼¥¯¥È¥é¥Õ¥£¥Ã¥¯¤ÎÅý·×¤òɽ¼¨¤·¤Þ¤¹¡£';
$strServerVars = '¥µ¡¼¥Ð¡¼ÊÑ¿ô¤ÈÀßÄêÃÍ';
$strServerVersion = '¥µ¡¼¥Ð¡¼¤Î¥Ð¡¼¥¸¥ç¥ó';
$strSessionValue = '¥»¥Ã¥·¥ç¥óÃÍ';
$strSetEnumVal = '¥Õ¥£¡¼¥ë¥É¥¿¥¤¥×¤¬¡Öenum¡×Ëô¤Ï¡Öset¡×¤Î¾ì¹ç¤ÏÃͤˤ³¤Î½ñ¼°¤ò»È¤Ã¤ÆÆþÎϤ·¤Æ¤¯¤À¤µ¤¤: \'a\',\'b\',\'c\'...<br />¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å¡Ö"\"¡×Ëô¤Ï¥¯¥ª¡¼¥È¡Ö"\'"¡×¤òÆþÎϤ·¤¿¤¤¤È¡¢Æ¬¤Ë¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å¤òÉÕ¤±¤Æ²¼¤µ¤¤(Îã: ¡Ö\\\\xyz¡×¤â¤·¤¯¤Ï¡Öa\\\'b¡×)';
$strShowAll = '¤¹¤Ù¤Æɽ¼¨';
$strShowColor = '¿§É½¼¨';
$strShowDatadictAs = '¥Ç¡¼¥¿¼­½ñ·Á¼°';
$strShow = 'ɽ¼¨';
$strShowFullQueries = '´°Á´¤Ê¾È²ñ¤òɽ¼¨';
$strShowGrid = '¥°¥ê¥Ã¥É¤Îɽ¼¨';
$strShowingBookmark = '¥Ö¥Ã¥¯¥Þ¡¼¥¯¤ò±ÜÍ÷Ãæ';
$strShowingRecords = '¥ì¥³¡¼¥É¤òɽ¼¨¤¹¤ë';
$strShowOpenTables = '³«¤¤¤Æ¤¤¤ë¥Æ¡¼¥Ö¥ë¤òɽ¼¨¤¹¤ë';
$strShowPHPInfo = 'PHP ¾ðÊó';
$strShowSlaveHosts = '¥¹¥ì¡¼¥Ö¥Û¥¹¥È¤òɽ¼¨¤¹¤ë';
$strShowSlaveStatus = '¥¹¥ì¡¼¥Ö¤Î¾õÂÖ¤òɽ¼¨¤¹¤ë';
$strShowStatusBinlog_cache_disk_useDescr = '¥Æ¥ó¥Ý¥é¥ê¥Ð¥¤¥Ê¥ê¥í¥°¥­¥ã¥Ã¥·¥å¤òÍøÍѤ·¤è¤¦¤È¤·¤Æ¡¢binlog_cache_size¤ÎÃͤòĶ²á¤·¤¿¤¿¤á¡¢¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¤Î¥¹¥Æ¡¼¥È¥á¥ó¥È¤ò¥Æ¥ó¥Ý¥é¥ê¥Õ¥¡¥¤¥ë¤ËÊݸ¤·¤¿¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¤Î¿ô¡£';
$strShowStatusBinlog_cache_useDescr = '°ì»þ¥Ð¥¤¥Ê¥ê¥í¥°¥­¥ã¥Ã¥·¥å¤ò»ÈÍѤ·¤¿½èÍý¤Î¿ô¤Ç¤¹¡£';
$strShowStatusCreated_tmp_disk_tablesDescr = '¹½Ê¸¼Â¹ÔÃæ¤Ë¥µ¡¼¥Ð¡¼¤Ë¤è¤Ã¤Æ¼«Æ°Åª¤Ë¥Ç¥£¥¹¥¯¤ËºîÀ®¤µ¤ì¤¿°ì»þ¥Æ¡¼¥Ö¥ë¤Î¿ô¤Ç¤¹¡£Created_tmp_disk_tables ¤¬Â礭¤¤¾ì¹ç¡¢¸¶°ø¤Î°ì»þ¥Æ¡¼¥Ö¥ë¤ò¥Ç¥£¥¹¥¯¥Ù¡¼¥¹¤ÎÊѤï¤ê¤Ë¥á¥â¥ê¥Ù¡¼¥¹¤Ë¤µ¤»¤ë¤è¤¦¤Ë¡¢ÃÍ tmp_table_size ¤òÁý¤ä¤·¤¿¤¤¤Ç¤·¤ç¤¦¡£';
$strShowStatusCreated_tmp_filesDescr = 'mysqld ¤Ï¤É¤ì¤À¤±¤Î°ì»þŪ¥Õ¥¡¥¤¥ë¤òºîÀ®¤·¤¿¤«¤Ç¤¹¡£';
$strShowStatusCreated_tmp_tablesDescr = '¥µ¡¼¥Ð¡¼¤Ç¹½Ê¸¤Î¼Â¹Ô¤Ë¤è¤Ã¤Æ¼«Æ°Åª¤ËºîÀ®¤µ¤ì¤¿¥á¥â¥êÆâ¤Î°ì»þ¥Æ¡¼¥Ö¥ë¤Î¿ô¡£';
$strShowStatusDelayed_errorsDescr = '¼ã´³¤Î¥¨¥é¡¼¤¬È¯À¸¤·¤¿ INSERT DELAYED ¤¬½ñ¤«¤ì¤¿¹Ô¿ô¤Ç¤¹ (¤ª¤½¤é¤¯¥­¡¼¤Î½ÅÊ£)';
$strShowStatusDelayed_insert_threadsDescr = '»ÈÍÑÃæ¤Î INSERT DELAYED ¥Ï¥ó¥É¥é¡¼¥¹¥ì¥Ã¥É¤Î¿ô¡£INSERT DELAYED ¤òŬÍѤ¹¤ëÁê°Û¤Ê¤ë¥Æ¡¼¥Ö¥ë¤Î¿ô¤À¤±¸ÇÍ­¤Î¥¹¥ì¥Ã¥É¤¬ÍÑ°Õ¤µ¤ì¤Þ¤¹¡£';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED ¤ÇÎó½ñ¤­¹þ¤ß¤ò¤·¤¿¿ô¤Ç¤¹¡£';
$strShowStatusFlush_commandsDescr = 'FLUSH ʸ¤ò¼Â¹Ô¤·¤¿¿ô¤Ç¤¹¡£';
$strShowStatusHandler_commitDescr = 'COMMIT ʸ¤ÎÆâÉô¿ô¤Ç¤¹¡£';
$strShowStatusHandler_deleteDescr = '¥Æ¡¼¥Ö¥ë¤«¤éÎó¤òºï½ü¤·¤¿²ó¿ô¤Ç¤¹¡£';
$strShowStatusHandler_discoverDescr = 'MySQL¥µ¡¼¥Ð¤ÏNDB¥¯¥é¥¹¥¿¥¹¥È¥ì¡¼¥¸¥¨¥ó¥¸¥ó¤ËÆÃÄê¤Î̾Á°¤ò»ý¤Ä¥Æ¡¼¥Ö¥ë¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤ò»ý¤Ã¤Æ¤¤¤ë¤«Ì䤤¹ç¤ï¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì¤Ï³«¼¨¤È¸Æ¤Ð¤ì¤Æ¤¤¤Þ¤¹¡£Handler_discover¤Ï¡¢³«¼¨¤µ¤ì¤¿¥¿¥¤¥à¥Æ¡¼¥Ö¥ë¤Î¿ô¤ò¼¨¤·¤Þ¤¹¡£';
$strShowStatusHandler_read_firstDescr = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤«¤é¤Ï¤¸¤á¤Î¥¨¥ó¥È¥ê¤òÆɤ߹þ¤ó¤À²ó¿ô¤Ç¤¹¡£¤³¤ì¤¬¹â¤¤¾ì¹ç¡¢¤½¤ì¤Ï¥µ¡¼¥Ð¡¼¤¬Â¿¤¯¤Î´°Á´¤Ê¥¤¥ó¥Ç¥Ã¥¯¥¹Áöºº¤ò¹Ô¤Ã¤Æ¤¤¤ë¤È¼¨¤·¤Þ¤¹¡£Î㤨¤Ð¡ÖSELECT col1 FROM foo¡×¤Ï col1 ¤Ï¥¤¥ó¥Ç¥Ã¥¯¥¹¤È²¾Äꤷ¤Þ¤¹¡£';
$strShowStatusHandler_read_keyDescr = '¥­¡¼¤Ë´ð¤Å¤¤¤Æ¹Ô¤òÆɤ߹þ¤ó¤ÀÍ×µá¤Î¿ô¤Ç¤¹¡£¤³¤ì¤¬¹â¤¤¾ì¹ç¡¢¤½¤ì¤Ï¤¢¤Ê¤¿¤Î¾È²ñ¤È¥Æ¡¼¥Ö¥ë¤¬Å¬Àڤ˥¤¥ó¥Ç¥Ã¥¯¥¹ÉÕ¤±¤µ¤ì¤Æ¤¤¤ë¤È¤¤¤¦¤è¤¤É½¼¨¤Ç¤¹¡£';
$strShowStatusHandler_read_nextDescr = '¥­¡¼¤Î½çÈÖÄ̤ê¤Ë¹Ô¤òÆɤó¤Ç¤¤¤ë¥ê¥¯¥¨¥¹¥È¤Î¿ô¡£¤³¤ÎÃͤÏÈϰϤÎÀ©Ìó¤ò¤Ä¤±¤Æ¥¤¥ó¥Ç¥Ã¥¯¥¹Îó¤ò¾È²ñ¤·¤Æ¤¤¤ë¤«¡¢¥¤¥ó¥Ç¥Ã¥¯¥¹¥¹¥­¥ã¥ó¤ò¹Ô¤Ã¤Æ¤¤¤ë¤È¤­¤ËÁý¤¨¤Þ¤¹¡£';
$strShowStatusHandler_read_prevDescr = '¥­¡¼¤Î½çÈÖÄ̤ê¤Ë¹Ô¤òÁ̤äÆÆɤó¤Ç¤¤¤ë¥ê¥¯¥¨¥¹¥È¤Î¿ô¡£¤³¤ÎÆɤ߹þ¤ß¤Ï¼ç¤ËORDER BY ... DESC¤òºÇŬ²½¤¹¤ë¤È¤­¤ËÍøÍѤµ¤ì¤Þ¤¹¡£';
$strShowStatusHandler_read_rndDescr = '¸ÇÄꤵ¤ì¤¿°ÌÃÖ¤ò´ð½à¤ËÎó¤òÆɤó¤Ç¤¤¤ë¥ê¥¯¥¨¥¹¥È¤Î¿ô¡£¤³¤ÎÃͤϷë²Ì¤ò¥½¡¼¥È¤¹¤ëɬÍפ¬¤¢¤ë¾È²ñ¤òÂçÎ̤˹Ԥ¦¤È¹â¤¯¤Ê¤ê¤Þ¤¹¡£¤ª¤½¤é¤¯¥Æ¡¼¥Ö¥ëÁ´ÂΤò¥¹¥­¥ã¥ó¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¾È²ñ¤òÂçÎ̤˹ԤäƤ¤¤ë¤«¡¢¥­¡¼¤òŬÀÚ¤ËÍøÍѤ·¤Æ¤¤¤Ê¤¤join¤ò¹Ô¤Ã¤Æ¤¤¤ë¤â¤Î¤È»×¤ï¤ì¤Þ¤¹¡£';
$strShowStatusHandler_read_rnd_nextDescr = '¥Ç¡¼¥¿¥Õ¥¡¥¤¥ëÃæ¤Î¼¡¤Î¹Ô¤òÆɤ߹þ¤àÍ×µá¤Î¿ô¤Ç¤¹¡£¤¢¤Ê¤¿¤¬Â¿¤¯¤Î¥Æ¡¼¥Ö¥ë¥¹¥­¥ã¥ó¤ò¤·¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤ì¤Ï¹â¤¤¤Ç¤¹¡£°ìÈ̤ˤ³¤ì¤Ï¡¢¤¢¤Ê¤¿¤Î¥Æ¡¼¥Ö¥ë¤¬Å¬Àڤ˥¤¥ó¥Ç¥Ã¥¯¥¹¤òÉÕ¤±¤é¤ì¤Ê¤¤¤«¡¢¾È²ñ¤¬¥¤¥ó¥Ç¥Ã¥¯¥¹¤òÍøÍѤ¹¤ë¤è¤¦¤Ë½ñ¤«¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤ò¼¨º¶¤·¤Þ¤¹¡£';
$strShowStatusHandler_rollbackDescr = 'ÆâÉô ROLLBACK ʸ¤Î¿ô¤Ç¤¹¡£';
$strShowStatusHandler_updateDescr = '¥Æ¡¼¥Ö¥ë¤Î¹Ô¤Î¹¹¿·¤òÍ׵ᤷ¤¿¿ô¤Ç¤¹¡£';
$strShowStatusHandler_writeDescr = '¥Æ¡¼¥Ö¥ë¤Ë¹Ô¤ÎÁÞÆþ¤òÍ׵ᤷ¤¿¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = '¥Ç¡¼¥¿¤ò´Þ¤à¥Ú¡¼¥¸¤Î¿ô¤Ç¤¹ (dirty or clean).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = '¸½ºß¤Î±ø¤¤¥Ú¡¼¥¸¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = '¥Õ¥é¥Ã¥·¥å¤µ¤ì¤ë¤³¤È¤òÍ׵ᤷ¤¿¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¥Ú¡¼¥¸¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = '¶õ¤­¥Ú¡¼¥¸¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¤Ç¥é¥Ã¥Á¤µ¤ì¤Æ¤¤¤ë¥Ú¡¼¥¸¿ô¡£¤³¤ì¤Ï¸½ºßÆɤ߹þ¤ó¤Ç¤¤¤ë¡¢¤¢¤ë¤¤¤Ï½ñ¤­¹þ¤ó¤Ç¤¤¤ë¥Ú¡¼¥¸¡¢¤¢¤ë¤¤¤Ï¾¤Î²¿¤é¤«¤ÎÍýͳ¤Ç¥Õ¥é¥Ã¥·¥å¤·¤¿¤êºï½ü¤·¤¿¤ê¤Ç¤­¤Ê¤¯¤Ê¤Ã¤Æ¤¤¤ë¥Ú¡¼¥¸¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = '¹Ô¥í¥Ã¥¯¤ä¥¢¥À¥×¥Æ¥£¥Ö¥Ï¥Ã¥·¥å¥¤¥ó¥Ç¥Ã¥¯¥¹¤È¤¤¤Ã¤¿´ÉÍý¥ª¡¼¥Ð¥Ø¥Ã¥É¤Î¤»¤¤¤Ç¥Ó¥¸¡¼¤Ë¤Ê¤Ã¤Æ¤¤¤ë¥Ú¡¼¥¸¿ô¡£¤³¤ÎÃͤÏInnodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data¤È¤¤¤¦¼°¤Ç¤â·×»»¤Ç¤­¤Þ¤¹¡£';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = '¥Ú¡¼¥¸¤Î¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¤Î¥µ¥¤¥º¤Î¹ç·×¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB¤¬³«»Ï¤·¤¿¡Ö¥é¥ó¥À¥à¡×Æɤ߹þ¤ß¤Î²ó¿ô¡£¤³¤ì¤Ï¾È²ñ¤¬¥Æ¡¼¥Ö¥ë¤ÎÂçÉôʬ¤ò¥é¥ó¥À¥à¤Ê½çÈ֤ǥ¹¥­¥ã¥ó¤¹¤ë¤È¤­¤ËȯÀ¸¤·¤Þ¤¹¡£';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB¤¬³«»Ï¤·¤¿¥·¡¼¥±¥ó¥·¥ã¥ëÆɤ߹þ¤ß¤Î²ó¿ô¡£¤³¤ì¤ÏInnoDB¤¬¥·¡¼¥±¥ó¥·¥ã¥ë¤Ê¥Õ¥ë¥Æ¡¼¥Ö¥ë¥¹¥­¥ã¥ó¤ò¹Ô¤¦¤È¤­¤ËȯÀ¸¤·¤Þ¤¹¡£';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB ¤¬¹Ô¤Ã¤¿ÏÀÍýŪ¤ÊÆɤ߹þ¤ßÍ×µá¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDB¤¬¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¤ÎÆâÍƤòÍøÍѤǤ­¤º¡¢¥·¥ó¥°¥ë¥Ú¡¼¥¸Æɤ߹þ¤ß¤ò¹Ô¤ï¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤«¤Ã¤¿ÏÀÍýÆɤ߹þ¤ß¤Î²ó¿ô¡£';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Ä̾ïInnoDB¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¤Ø¤Î½ñ¤­¹þ¤ß¤Ï¥Ð¥Ã¥¯¥°¥é¥¦¥ó¥É¤Ç¹Ô¤ï¤ì¤Þ¤¹¤¬¡¢¥Ú¡¼¥¸¤ÎÆɤ߹þ¤ß¤Ê¤¤¤·ºîÀ®¤ò¹Ô¤¦É¬Íפ¬¤¢¤ë¤Î¤Ë¥¯¥ê¡¼¥ó¤Ê¥Ú¡¼¥¸¤¬ÆÀ¤é¤ì¤Ê¤¤¾ì¹ç¤Ï¡¢¤Þ¤º¤½¤Î¥Ú¡¼¥¸¤¬¥Õ¥é¥Ã¥·¥å¤µ¤ì¤ë¤Î¤òÂÔ¤ÄɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥«¥¦¥ó¥¿¤Ï¡¢¤½¤Î¥¦¥§¥¤¥È¤Î²ó¿ô¤ò¥«¥¦¥ó¥È¤¹¤ë¤â¤Î¤Ç¤¹¡£¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¤ÎÃͤ¬Å¬ÀÚ¤ËÀßÄꤵ¤ì¤Æ¤¤¤ì¤Ð¡¢¤³¤ÎÃͤϾ®¤µ¤¤¤Ï¤º¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB ¥Ð¥Ã¥Õ¥¡¡¼¥×¡¼¥ë¤Ø¤Î½ñ¤­¹þ¤ß¤ò¤·¤¿¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_fsyncsDescr = '¤³¤³¤Þ¤Ç¤Î fsync() Áàºî¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_pending_fsyncsDescr = '¸½ºß¤Î fsync() ÁàºîÊÝα¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_pending_readsDescr = '¸½ºß¤ÎÆɤ߹þ¤ßÊÝα¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_pending_writesDescr = '¸½ºß¤Î½ñ¤­¹þ¤ßÊÝα¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_readDescr = '¤³¤³¤Þ¤Ç¤Î¥Ç¡¼¥¿¤ÎÆɤ߹þ¤ßÎ̤Ǥ¹(ñ°Ì:¥Ð¥¤¥È)';
$strShowStatusInnodb_data_readsDescr = 'ÁíÆɤ߹þ¤ß¥Ç¡¼¥¿¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_writesDescr = 'Áí½ñ¤­¹þ¤ß¥Ç¡¼¥¿¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_writtenDescr = '¤³¤³¤Þ¤Ç¤Î¥Ç¡¼¥¿¤Î½ñ¤­¹þ¤ßÎ̤Ǥ¹(ñ°Ì:¥Ð¥¤¥È)';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Æó½Å½ñ¤­¹þ¤ß¤¬¼Â¹Ô¤µ¤ì¤¿²ó¿ô¤È¡¢Æó½Å½ñ¤­¹þ¤ß¤¬È¯À¸¤·¤¿¥Ú¡¼¥¸¿ô¡£';
$strShowStatusInnodb_dblwr_writesDescr = 'Æó½Å½ñ¤­¹þ¤ß¤¬¼Â¹Ô¤µ¤ì¤¿²ó¿ô¤È¡¢Æó½Å½ñ¤­¹þ¤ß¤¬È¯À¸¤·¤¿¥Ú¡¼¥¸¿ô¡£';
$strShowStatusInnodb_log_waitsDescr = '¥í¥°¥Ð¥Ã¥Õ¥¡¤¬¾®¤µ¤¹¤®¤ë¤»¤¤¤Çºî¶È¤ò³¹Ô¤¹¤ëÁ°¤Ë¥Õ¥é¥Ã¥·¥å¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¯¤Ê¤Ã¤¿¤¿¤á¤ËȯÀ¸¤·¤¿¥¦¥§¥¤¥È¤Î²ó¿ô¡£';
$strShowStatusInnodb_log_write_requestsDescr = 'Í׵ᤵ¤ì¤¿¥í¥°½ñ¤­¹þ¤ß¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_log_writesDescr = '¥í¥°¥Õ¥¡¥¤¥ë¤Ø¤ÎʪÍýŪ¤Ê½ñ¹þ¤ß¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_os_log_fsyncsDescr = '¥í¥°¥Õ¥¡¥¤¥ë¤Î fsync ½ñ¤­¹þ¤ß¤ò¤·¤¿¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'fsync ÂÔ¤Á¤Î¥í¥°¥Õ¥¡¥¤¥ë¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_os_log_pending_writesDescr = '¥í¥°¥Õ¥¡¥¤¥ë¤Î½ñ¤­¹þ¤ß¤ÎÊÝα¤Ç¤¹¡£';
$strShowStatusInnodb_os_log_writtenDescr = '¥í¥°¥Õ¥¡¥¤¥ë¤Ë½ñ¤­¹þ¤ß¤·¤¿¥Ð¥¤¥È¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_pages_createdDescr = 'ºîÀ®¤µ¤ì¤¿¥Ú¡¼¥¸¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_page_sizeDescr = '¥³¥ó¥Ñ¥¤¥ë»þ¤Î¥Ú¡¼¥¸¥µ¥¤¥º(¥Ç¥Õ¥©¥ë¥È 16KB)¤Ç¤¹¡£Â¿¤¯¤ÎÃͤ¬¥Ú¡¼¥¸¤Ç¥«¥¦¥ó¥È¤µ¤ì¤Þ¤¹; ¥Ú¡¼¥¸¥µ¥¤¥º¤Ï¡¢¤½¤ì¤é¤¬Íưפ˥Х¤¥È¤ËÊÑ´¹¤µ¤ì¤ë¤³¤È¤òµö²Ä¤·¤Þ¤¹¡£';
$strShowStatusInnodb_pages_readDescr = 'Æɤ߹þ¤ß¤·¤¿¥Ú¡¼¥¸¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_pages_writtenDescr = '½ñ¤­¹þ¤ß¤·¤¿¥Ú¡¼¥¸¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_row_lock_current_waitsDescr = '¸½ºßÂÔ¤¿¤ì¤Æ¤¤¤ëÎó¥í¥Ã¥¯¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Îó¥í¥Ã¥¯¤ò³ÍÆÀ¤¹¤ëÊ¿¶Ñ»þ´Ö¤Ç¤¹(ñ°Ì:¥ß¥êÉÃ)';
$strShowStatusInnodb_row_lock_timeDescr = 'Îó¤Î³ÍÆÀ¤Ë»È¤ï¤ì¤¿¹ç·×»þ¤Ç¤¹(ñ°Ì:¥ß¥êÉÃ)';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Îó¥í¥Ã¥¯¤ò³ÍÆÀ¤¹¤ëºÇÂç»þ´Ö¤Ç¤¹(ñ°Ì:¥ß¥êÉÃ)';
$strShowStatusInnodb_row_lock_waitsDescr = '¹Ô¥í¥Ã¥¯¤ÇÂÔ¤¿¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤«¤Ã¤¿²ó¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB ¥Æ¡¼¥Ö¥ë¤«¤éºï½ü¤·¤¿Îó¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB ¥Æ¡¼¥Ö¥ë¤ËÁÞÆþ¤·¤¿Îó¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_rows_readDescr = 'InnoDB ¥Æ¡¼¥Ö¥ë¤«¤éÆɤ߹þ¤ó¤ÀÎó¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB ¥Æ¡¼¥Ö¥ë¤Ç¹¹¿·¤µ¤ì¤¿Îó¿ô¤Ç¤¹¡£';
$strShowStatusKey_blocks_not_flushedDescr = 'Êѹ¹¤µ¤ì¤¬¡¢¤Þ¤À¥Ç¥£¥¹¥¯¤Ë¥Õ¥é¥Ã¥·¥å¤µ¤ì¤Æ¤¤¤Ê¤¤¡¢¥­¡¼¥­¥ã¥Ã¥·¥å¤Î¥­¡¼¥Ö¥í¥Ã¥¯¤Î¿ô¤Ç¤¹¡£¤½¤ì¤Ï¤«¤Ä¤Æ¤Ï Not_flushed_key_blocks ¤È¤·¤ÆÃΤé¤ì¤Þ¤·¤¿¡£';
$strShowStatusKey_blocks_unusedDescr = '¥­¡¼¥­¥ã¥Ã¥·¥å¤Î̤»ÈÍÑ¥Ö¥í¥Ã¥¯¤Î¿ô¤Ç¤¹¡£¤É¤ì¤À¤±»ÈÍѤ·¤Æ¤¤¤ë¤«·èÄꤹ¤ë¤¿¤á¤Ë¤³¤ÎÃͤò»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£';
$strShowStatusKey_blocks_usedDescr = '¥­¡¼¥­¥ã¥Ã¥·¥å¤Î¥Ö¥í¥Ã¥¯¤Î»ÈÍÑ¿ô¤Ç¤¹¡£¤³¤ÎÃͤϡ¢º£¤Þ¤ÇƱ»þ¤Ë»ÈÍѤµ¤ì¤¿¥Ö¥í¥Ã¥¯¤ÎºÇÂç¿ô¤ò»Ø¤¹ºÇ¹â¿å½à¤Ç¤¹¡£';
$strShowStatusKey_read_requestsDescr = '¥­¥ã¥Ã¥·¥å¤«¤é¥­¡¼¥Ö¥í¥Ã¥¯¤òÆɤ߹þ¤ó¤À¥ê¥¯¥¨¥¹¥È¿ô¤Ç¤¹¡£';
$strShowStatusKey_readsDescr = '¥Ç¥£¥¹¥¯¤«¤é¤Î¥­¡¼¥Ö¥í¥Ã¥¯¤ÎʪÍýŪÆɤ߹þ¤ß¿ô¤Ç¤¹¡£Key_reads ¤¬Â礭¤¤¾ì¹ç¡¢ÃÍ key_buffer_size ¤¬¶²¤é¤¯¾®¤µ¤¹¤®¤Þ¤¹¡£¥­¥ã¥Ã¥·¥å¥ß¥¹Î¨¤Ï Key_reads/Key_read_requests ¤È¤·¤Æ·×»»¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£';
$strShowStatusKey_write_requestsDescr = '¥­¥ã¥Ã¥·¥å¤Ø¤Î¥­¡¼¥Ö¥í¥Ã¥¯¤Î½ñ¤­¹þ¤ó¤À¥ê¥¯¥¨¥¹¥È¿ô¤Ç¤¹¡£';
$strShowStatusKey_writesDescr = '¥Ç¥£¥¹¥¯¤Ø¤Î¥­¡¼¥Ö¥í¥Ã¥¯¤ÎʪÍýŪ¤Ê½ñ¤­¹þ¤ß¿ô¤Ç¤¹¡£';
$strShowStatusLast_query_costDescr = '¾È²ñ¥ª¥×¥Æ¥£¥Þ¥¤¥¶¡¼¤Ë¤è¤Ã¤Æ·×»»¤µ¤ì¤¿¡¢ºÇ¸å¤Ë¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤¿¾È²ñ¤ÎÁ´¥³¥¹¥È¤Ç¤¹¡£Æ±¤¸¾È²ñ¤Î°Û¤Ê¤ë¾È²ñ¥×¥é¥ó¤Î¥³¥¹¥È¤òÈæ³Ó¤¹¤ë¤Î¤ËÌòΩ¤Á¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥ÈÃÍ 0 ¤Ï¡¢¾È²ñ¤¬¤Þ¤À¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤ò°ÕÌ£¤·¤Þ¤¹¡£';
$strShowStatusNot_flushed_delayed_rowsDescr = '¾È²ñ INSERT DELAY ¤Î½ñ¤­¹þ¤ßÂÔ¤Á¤Î¹Ô¿ô¤Ç¤¹¡£';
$strShowStatusOpened_tablesDescr = '³«¤¤¤Æ¤¤¤ë¥Æ¡¼¥Ö¥ë¤Î¿ô¤Ç¤¹¡£³«¤¤¤Æ¤¤¤ë¥Æ¡¼¥Ö¥ë¤¬Â¿¤¤¾ì¹ç¡¢¶²¤é¤¯¥Æ¡¼¥Ö¥ë¥­¥ã¥Ã¥·¥å¤ÎÃͤ¬¾®¤µ¤¹¤®¤Þ¤¹¡£';
$strShowStatusOpen_filesDescr = '³«¤¤¤Æ¤¤¤ë¥Õ¥¡¥¤¥ë¤Î¿ô¤Ç¤¹¡£';
$strShowStatusOpen_streamsDescr = '³«¤¤¤Æ¤¤¤ë¥¹¥È¥ê¡¼¥à¤Î¿ô¤Ç¤¹ (¼ç¤È¤·¤Æ¥í¥°¤Îµ­Ï¿¤Ë»ÈÍѤµ¤ì¤Þ¤¹)';
$strShowStatusOpen_tablesDescr = '³«¤¤¤Æ¤¤¤ë¥Æ¡¼¥Ö¥ë¤Î¿ô¤Ç¤¹¡£';
$strShowStatusQcache_free_blocksDescr = '¾È²ñ¥­¥ã¥Ã¥·¥åÆâ¤Î¶õ¤­¥á¥â¥ê¥Ö¥í¥Ã¥¯¤Î¿ô¤Ç¤¹¡£';
$strShowStatusQcache_free_memoryDescr = '¾È²ñ¥­¥ã¥Ã¥·¥å¤Î¶õ¤­¥á¥â¥êÎ̤Ǥ¹¡£';
$strShowStatusQcache_hitsDescr = '¥­¥ã¥Ã¥·¥å¤Î¥Ò¥Ã¥È¿ô¤Ç¤¹¡£';
$strShowStatusQcache_insertsDescr = '¥­¥ã¥Ã¥·¥å¤ËÄɲ䵤줿¾È²ñ¿ô¤Ç¤¹¡£';
$strShowStatusQcache_lowmem_prunesDescr = '¿·¤·¤¤¾È²ñ¤ò¥­¥ã¥Ã¥·¥å¤¹¤ë¤¿¤á¤Ë¥á¥â¥ê¤ò²òÊü¤¹¤ë¤Ù¤¯¡¢¥­¥ã¥Ã¥·¥å¤«¤éºï½ü¤µ¤ì¤¿¾È²ñ¤Î¿ô¡£¤³¤Î¾ðÊó¤Ï¾È²ñ¥­¥ã¥Ã¥·¥å¤Î¥µ¥¤¥º¤òÄ´À°¤¹¤ë¤È¤­¤ËÊØÍø¤Ç¤¹¡£¾È²ñ¥­¥ã¥Ã¥·¥å¤¬¥­¥ã¥Ã¥·¥å¤«¤éºï½ü¤¹¤ë¾È²ñ¤ò·èÄꤹ¤ëºÝ¤Ë¤Ï¡¢ºÇ¸å¤Ë»È¤ï¤ì¤¿»þ¹ï¤¬ºÇ¤â¸Å¤¤¤â¤Î¤«¤éºï½ü¤¹¤ëÀïά¤ò¤È¤ê¤Þ¤¹¡£';
$strShowStatusQcache_not_cachedDescr = '¥­¥ã¥Ã¥·¥å¤µ¤ì¤Ê¤¤¾È²ñ¤Î¿ô¤Ç¤¹ (¥­¥ã¥Ã¥·¥å¤Ç¤­¤Ê¤¤¤« query_cache_type ¤Ë¤è¤ë¥­¥ã¥Ã¥·¥å¤·¤Ê¤¤ÀßÄê)';
$strShowStatusQcache_queries_in_cacheDescr = '¥­¥ã¥Ã¥·¥å¤ÎÃæ¤ÇÅÐÏ¿¤µ¤ì¤¿¾È²ñ¤Î¿ô¤Ç¤¹¡£';
$strShowStatusQcache_total_blocksDescr = '¾È²ñ¥­¥ã¥Ã¥·¥å¤ÎÁí¥Ö¥í¥Ã¥¯¿ô¤Ç¤¹¡£';
$strShowStatusReset = '¥ê¥»¥Ã¥È';
$strShowStatusRpl_statusDescr = '¥Õ¥§¥¤¥ë¥»¡¼¥Õ¥ì¥×¥ê¥±¡¼¥·¥ç¥ó¤Î¾õÂ֤Ǥ¹ (¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó)';
$strShowStatusSelect_full_joinDescr = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤òÍѤ¤¤Ê¤¤·ë¹ç¤Î¿ô¤Ç¤¹¡£¤³¤ÎÃͤ¬ 0 ¤Ç¤Ê¤¤¾ì¹ç¡¢Ãí°Õ¿¼¤¯¥Æ¡¼¥Ö¥ë¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤ò³Îǧ¤¹¤ë¤Ù¤­¤Ç¤¹¡£';
$strShowStatusSelect_full_range_joinDescr = '´ØÏ¢¥Æ¡¼¥Ö¥ë¤ÇÈϰϸ¡º÷¤ò»ÈÍѤ·¤¿·ë¹ç¤Î¿ô¤Ç¤¹¡£';
$strShowStatusSelect_range_checkDescr = '¥­¡¼¤Ê¤·¤Çjoin¤·¤¿²ó¿ô¡£¤³¤ì¤Ï³Æ¹Ô¤Ë¤Ä¤¤¤Æ¥­¡¼¤Î»ÈÍÑÉÑÅÙ¤ò¥Á¥§¥Ã¥¯¤¹¤ë¤â¤Î¤Ç¤¹¡Ê¤³¤ì¤¬0°Ê³°¤Î¾ì¹ç¤Ï¥Æ¡¼¥Ö¥ë¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤ò¤è¤¯¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡Ë¡£';
$strShowStatusSelect_rangeDescr = 'ºÇ½é¤Î¥Æ¡¼¥Ö¥ë¤ÇÈϰϤò»ÈÍѤ·¤¿·ë¹ç¤Î¿ô¤Ç¤¹ (¤³¤ì¤¬Â礭¤¯¤Æ¤âÄ̾ï¤Ï´í¸±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó)';
$strShowStatusSelect_scanDescr = 'ºÇ½é¤Î¥Æ¡¼¥Ö¥ë¤Î´°Á´¤Ê¥¹¥­¥ã¥ó¤ò¹Ô¤Ã¤¿·ë¹ç¤Î¿ô¤Ç¤¹¡£';
$strShowStatusSlave_open_temp_tablesDescr = '¥¹¥ì¡¼¥Ö SQL ¥¹¥ì¥Ã¥É¤Ë¤è¤Ã¤Æ¸½ºß³«¤¤¤Æ¤¤¤ë°ì»þŪ¥Æ¡¼¥Ö¥ë¤Î¿ô¤Ç¤¹¡£';
$strShowStatusSlave_retried_transactionsDescr = '¥ì¥×¥ê¥±¡¼¥·¥ç¥ó¤Î¥¹¥ì¡¼¥Ö SQL ¥¹¥ì¥Ã¥É¤¬¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¤òºÆ»î¹Ô¤·¤¿²ó¿ô¤Î(µ¯Æ°¤«¤é¤Î)¹ç·×¿ô¡£';
$strShowStatusSlave_runningDescr = '¤³¤Î¥µ¡¼¥Ð¡¼¤¬¥Þ¥¹¥¿¡¼¤ËÀܳ¤µ¤ì¤ë¥¹¥ì¡¼¥Ö¤Ç¤¢¤ë¾ì¹ç¡¢¤³¤ì¤Ï ON ¤Ç¤¹¡£';
$strShowStatusSlow_launch_threadsDescr = 'slow_launch_time ¤ÎÉÿô¤è¤ê»þ´Ö¤¬¤«¤«¤Ã¤ÆºîÀ®¤µ¤ì¤¿¥¹¥ì¥Ã¥É¤Î¿ô¤Ç¤¹¡£';
$strShowStatusSlow_queriesDescr = 'long_query_time ¤ÎÉÿô¤ò±Û¤¨¤¿¾È²ñ¤Î¿ô¤Ç¤¹¡£';
$strShowStatusSort_merge_passesDescr = '¥½¡¼¥È¥¢¥ë¥´¥ê¥º¥à¤¬¼Â¹Ô¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤«¤Ã¤¿¥Þ¡¼¥¸¤Î²ó¿ô¡£¤³¤ÎÃͤ¬¹â¤¤¾ì¹ç¤Ï¡¢sort_buffer_size¥·¥¹¥Æ¥àÊÑ¿ô¤ÎÃͤòÁý¤ä¤¹¤³¤È¤ò¸¡Æ¤¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strShowStatusSort_rangeDescr = '¤½¤ÎÈÏ°ÏÆâ¤Ç¥½¡¼¥È¤¬¹Ô¤ï¤ì¤¿²ó¿ô¡£';
$strShowStatusSort_rowsDescr = '¥½¡¼¥ÈºÑ¤Î¹Ô¿ô¤Ç¤¹¡£';
$strShowStatusSort_scanDescr = '¥Æ¡¼¥Ö¥ë¤ÎÁöºº¤Ë¤è¤ê¹Ô¤ï¤ì¤¿¥½¡¼¥È¿ô¤Ç¤¹¡£';
$strShowStatusTable_locks_immediateDescr = '¥Æ¡¼¥Ö¥ë¥í¥Ã¥¯¤¬¤¹¤°¤Ë¼èÆÀ¤µ¤ì¤¿²ó¿ô¤Ç¤¹¡£';
$strShowStatusTable_locks_waitedDescr = '¥Æ¡¼¥Ö¥ë¥í¥Ã¥¯¤¬¤¹¤°¤Ë¼èÆÀ¤Ç¤­¤Ê¤«¤Ã¤¿¤¿¤á¤Ë¥¦¥§¥¤¥È¤¬È¯À¸¤·¤¿²ó¿ô¡£¤³¤ÎÃͤ¬¹â¤¯¡¢¥Ñ¥Õ¥©¡¼¥Þ¥ó¥¹¤ËÌäÂ꤬À¸¤¸¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¤Þ¤º¾È²ñ¤òºÇŬ²½¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì¤Ç¤â¤À¤á¤Ê¤é¡¢¥Æ¡¼¥Ö¥ë¤òʬ³ä¤¹¤ë¤«¡¢¥ì¥×¥ê¥±¡¼¥·¥ç¥ó¤òÍøÍѤ·¤Æ¤¯¤À¤µ¤¤¡£';
$strShowStatusThreads_cachedDescr = '¥¹¥ì¥Ã¥É¥­¥ã¥Ã¥·¥åÃæ¤Î¥¹¥ì¥Ã¥É¿ô¤Ç¤¹¡£¥­¥ã¥Ã¥·¥å¥Ò¥Ã¥ÈΨ¤Ï Threads_created/Connections ¤È¤·¤Æ·×»»¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ÎÃͤ¬ÀÖ¤¤¾ì¹ç¡¢thread_cache_size ¤ò¾å¤²¤ë¤Ù¤­¤Ç¤¹¡£';
$strShowStatusThreads_connectedDescr = '¸½ºßÀܳÃæ¤Î¿ô¤Ç¤¹¡£';
$strShowStatusThreads_createdDescr = 'Àܳ¤ò°·¤¦¤¿¤á¤ËºîÀ®¤µ¤ì¤¿¥¹¥ì¥Ã¥É¤Î¿ô¤Ç¤¹¡£Threads_created ¤¬Â礭¤¤¾ì¹ç¡¢ÃÍ thread_cache_size ¤òÁý²Ã¤µ¤»¤¿¤¤¤È»×¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¡£(Ä̾ï¤è¤¤¥¹¥ì¥Ã¥É¼ÂÁõ¤ò¤·¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤ì¤Ï¸²Ãø¤Ê¥Ñ¥Õ¥©¡¼¥Þ¥ó¥¹¸þ¾å¤òÍ¿¤¨¤Þ¤»¤ó)';
$strShowStatusThreads_runningDescr = '¥¹¥ê¡¼¥×¤·¤Æ¤¤¤Ê¤¤¥¹¥ì¥Ã¥É¤Î¿ô¤Ç¤¹¡£';
$strShowTableDimension = '¥Æ¡¼¥Ö¥ë¤ÎÂ礭¤µ¤òɽ¼¨¤¹¤ë';
$strShowTables = '¥Æ¡¼¥Ö¥ë¤Îɽ¼¨¤¹¤ë';
$strShowThisQuery = ' ¼Â¹Ô¤·¤¿¾È²ñ¤ò¤³¤³¤Ëɽ¼¨¤¹¤ë';
$strSimplifiedChinese = '´ÊÂλúÃæ¹ñ¸ì';
$strSingly = '(1 ²ó)';
$strSize = '¥µ¥¤¥º';
$strSkipQueries = '³«»Ï¤«¤é¥¹¥­¥Ã¥×¤¹¤ë¥ì¥³¡¼¥É(¾È²ñ)¤Î¿ô';
$strSlovak = '¥¹¥í¥Ð¥­¥¢¸ì';
$strSlovenian = '¥¹¥í¥Ù¥Ë¥¢¸ì';
$strSocketProblem = '(¤Þ¤¿¤Ï¡¢¥í¡¼¥«¥ë¤Î MySQL ¥µ¡¼¥Ð¡¼¤Î¥½¥±¥Ã¥È¤ÏÀµ³Î¤ËÀßÄꤵ¤ì¤Þ¤»¤ó)';
$strSortByKey = '¥­¡¼¤Ç¥½¡¼¥È';
$strSorting = '¥½¡¼¥È';
$strSort = '¥½¡¼¥È';
$strSpaceUsage = '¥Ç¥£¥¹¥¯»ÈÍÑÎÌ';
$strSpanish = '¥¹¥Ú¥¤¥ó¸ì';
$strSplitWordsWithSpace = '³Æñ¸ì¤Ï¥¹¥Ú¡¼¥¹Ê¸»ú(" ")¤Ç¶èÀڤäƲ¼¤µ¤¤¡£';
$strSQLExportCompatibility = 'SQL ¸ß´¹¥¨¥¯¥¹¥Ý¡¼¥È';
$strSQLExportType = '¥¨¥¯¥¹¥Ý¡¼¥È·Á¼°';
$strSQLImportOptions = 'SQL ¥ª¥×¥·¥ç¥ó';
$strSQLOptions = 'SQL ¥ª¥×¥·¥ç¥ó';
$strSQLParserBugMessage = '¤¢¤Ê¤¿¤Ï SQL ¥Ñ¡¼¥µ¡¼¤Î¥Ð¥°¤ò¸«¤±¤é¤ì¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤¢¤Ê¤¿¤ÎÌ䤤¹ç¤ï¤»¤òÇ°Æþ¤ê¤Ë³Î¤«¤á¤Æ¡¢°úÍÑÉ䤬Àµ¤·¤¯¥ß¥¹¥Þ¥Ã¥Á¤¬¤Ê¤¤¤«¥Á¥§¥Ã¥¯¤·¤Þ¤·¤ç¤¦¡£¤½¤Î¾¤Î¼ºÇԤˤϥƥ­¥¹¥È¥¨¥ê¥¢¤Ç°úÍѤ·¤¿³°Â¦¤Ë¥Ð¥¤¥Ê¥ê¡¼¥³¡¼¥É¤¬ÉÕ¤¤¤Æ¥Õ¥¡¥¤¥ë¤¬¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤Æ¤·¤Þ¤Ã¤¿¤è¤¦¤Ê¸¶°ø¤¬¹Í¤¨¤é¤ì¤Þ¤¹¡£¤Þ¤¿¡¢¤¢¤Ê¤¿¤ÎÌ䤤¹ç¤ï¤»¤ò MySQL ¤Î¥³¥Þ¥ó¥É¥é¥¤¥ó¤ò»È¤Ã¤Æ»î¤¹¤³¤È¤â¤Ç¤­¤Þ¤¹¡£MySQL ¥µ¡¼¥Ð¡¼¤Ï°Ê²¼¤Î¤è¤¦¤Ë¥¨¥é¡¼¤ò½Ð¤·¤Þ¤¹¡£¤½¤³¤Ë¤ÏÌäÂê¤ò²ò·è¤¹¤ë¼ê½õ¤±¤¬¤¢¤ë¤Ç¤·¤ç¤¦¡£¥³¥Þ¥ó¥É¥é¥¤¥ó¤Ç¤ÏÀ®¸ù¤·¤Æ¤â¡¢¤Þ¤ÀÌäÂ꤬¤¢¤ë¾ì¹ç¡¢¥Ñ¡¼¥µ¡¼¤¬¼ºÇÔ¤¹¤ë¾ì¹ç¤Ë¤Ï¡¢ÌäÂê¤Î¤¢¤ë SQL Ì䤤¹ç¤ï¤»¤ò¤Ò¤È¤Ä¤Îʸ¤Ë¸º¤é¤·¤Æ¤ß¤Æ²¼¤µ¤¤¡£¤½¤·¤Æ°Ê²¼¤Î¥»¥¯¥·¥ç¥ó¤Ç¥Ç¡¼¥¿¤òÀÚ¤ê¼è¤Ã¤Æ¥Ð¥°Êó¹ð¤òÁ÷¤Ã¤Æ²¼¤µ¤¤:';
$strSQLParserUserError = 'SQL ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤¹¡£MySQL ¥µ¡¼¥Ð¡¼¤Ï°Ê²¼¤Î¤è¤¦¤Ë¥¨¥é¡¼¤ò½ÐÎϤ·¤Þ¤·¤¿¡£¤½¤³¤Ë¤ÏÌäÂê¤ò²ò·è¤¹¤ë¼ê½õ¤±¤¬¤¢¤ë¤Ç¤·¤ç¤¦¡£';
$strSQLQuery = '¼Â¹Ô¤·¤¿ SQL';
$strSQLResult = 'SQL ¤Î·ë²Ì';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'ǧ¾Ú¤¬Ìµ¸ú¤Ç¤¹¡£';
$strSQPBugUnclosedQuote = '°úÍÑÉ䤬ÊĤ¸¤Æ¤¤¤Þ¤»¤ó¡£';
$strSQPBugUnknownPunctuation = '̵¸ú¤Ê¶çÆÉÅÀʸ»ú¤Ç¤¹¡£';
$strStatCheckTime = 'ºÇ½ª¸¡ºº';
$strStatCreateTime = 'ºîÀ®Æü»þ';
$strStatement = '¥¹¥Æ¡¼¥È¥á¥ó¥È';
$strStatisticsOverrun = '¥Ó¥¸¡¼¤Ê¥µ¡¼¥Ð¡¼¤Ç¤Ï¡¢¥Ð¥¤¥È¥«¥¦¥ó¥¿¡¼¤¬Ä¶²á¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£½¾¤Ã¤Æ¡¢MySQL ¥µ¡¼¥Ð¡¼¤¬Êó¹ð¤¹¤ë¤½¤ì¤é¤ÎÅý·×¤ÏÀµ¤·¤¯¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£';
$strStatUpdateTime = 'ºÇ½ª¹¹¿·';
$strStatus = '¾õÂÖ';
$strStorageEngine = '¥¹¥È¥ì¡¼¥¸¥¨¥ó¥¸¥ó';
$strStorageEngines = '¥¹¥È¥ì¡¼¥¸¥¨¥ó¥¸¥ó';
$strStrucCSV = 'CSV ¥Ç¡¼¥¿';
$strStrucData = '¹½Â¤¤È¥Ç¡¼¥¿';
$strStrucDrop = '¡ÖDROP TABLE¡×¤òÄɲ乤ë';
$strStrucExcelCSV = 'MS Excel ÍÑ CSV ¥Ç¡¼¥¿';
$strStrucNativeExcel = 'ËÜÍè¤Î MS Excel ¥Ç¡¼¥¿';
$strStrucOnly = '¹½Â¤¤Î¤ß';
$strStructPropose = '¥Æ¡¼¥Ö¥ë¹½Â¤¤ò³Îǧ¤¹¤ë';
$strStructure = '¹½Â¤';
$strSubmit = '¼Â¹Ô¤¹¤ë';
$strSuccess = 'SQL ¤¬Àµ¾ï¤Ë¼Â¹Ô¤µ¤ì¤Þ¤·¤¿';
$strSum = '¹ç·×';
$strSwedish = '¥¹¥¦¥§¡¼¥Ç¥ó¸ì';
$strSwitchToDatabase = '¥³¥Ô¡¼¤·¤¿¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÀÚ¤êÂؤ¨¤ë';
$strSwitchToTable = '¥³¥Ô¡¼¤·¤¿¥Æ¡¼¥Ö¥ë¤ËÀÚ¤êÂؤ¨¤ë';
 
$strTable = '¥Æ¡¼¥Ö¥ë ';
$strTableAlreadyExists = '¥Æ¡¼¥Ö¥ë %s ¤Ï´û¤Ë¸ºß¤·¤Þ¤¹!';
$strTableComments = '¥Æ¡¼¥Ö¥ë¤ÎÀâÌÀ';
$strTableEmpty = '¥Æ¡¼¥Ö¥ë̾¤Ï¶õ¤Ç¤¹¡£';
$strTableHasBeenDropped = '¥Æ¡¼¥Ö¥ë %s ¤òºï½ü¤·¤Þ¤·¤¿¡£';
$strTableHasBeenEmptied = '¥Æ¡¼¥Ö¥ë %s ¤ò¶õ¤Ë¤·¤Þ¤·¤¿¡£';
$strTableHasBeenFlushed = '¥Æ¡¼¥Ö¥ë %s ¤Î¥­¥ã¥Ã¥·¥å¤ò¶õ¤Ë¤·¤Þ¤·¤¿¡£';
$strTableMaintenance = '¥Æ¡¼¥Ö¥ë´ÉÍý';
$strTableOfContents = '¥Æ¡¼¥Ö¥ë¤ÎÆâÍÆ';
$strTableOptions = '¥Æ¡¼¥Ö¥ë¥ª¥×¥·¥ç¥ó';
$strTables = '%s¥Æ¡¼¥Ö¥ë';
$strTableStructure = '¥Æ¡¼¥Ö¥ë¤Î¹½Â¤';
$strTableType = '¥Æ¡¼¥Ö¥ë¤Î¥¿¥¤¥×';
$strTakeIt = '¤½¤ì¤Ë¤·¤Þ¤¹';
$strTblPrivileges = '¥Æ¡¼¥Ö¥ëÆÃÄê Æø¢';
$strTempData = '°ì»þ¥Ç¡¼¥¿';
$strTextAreaLength = ' Ťµ¤Î½ê°Ù¤Ç¤³¤Î¥Õ¥£¡¼¥ë¥É¤ò<br /> ½¤Àµ¤Ç¤­¤Ê¤¤²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£';
$strThai = '¥¿¥¤¸ì';
$strTheme = '¥Æ¡¼¥Þ / ¥¹¥¿¥¤¥ë';
$strThemeDefaultNotFound = '¥Ç¥Õ¥©¥ë¥È¥Æ¡¼¥Þ¡Ö%s¡×¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó!';
$strThemeNoPreviewAvailable = '¥×¥ì¥Ó¥å¡¼¤ÏÍøÍѤǤ­¤Þ¤»¤ó¡£';
$strThemeNotFound = '¥Æ¡¼¥Þ¡Ö%s¡×¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó!';
$strThemeNoValidImgPath = '¥Æ¡¼¥Þ¡Ö%s¡×¤ÇÀµ¤·¤¤²èÁü¥Ñ¥¹¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó!';
$strThemePathNotFound = '¥Æ¡¼¥Þ¡Ö%s¡×¤Î¥Æ¡¼¥Þ¥Ñ¥¹¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó!';
$strThisHost = '¤³¤Î¥Û¥¹¥È';
$strThisNotDirectory = '¤³¤ì¤Ï¥Ç¥£¥ì¥¯¥È¥ê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó';
$strThreads = '¥¹¥ì¥Ã¥É';
$strThreadSuccessfullyKilled = '¥¹¥ì¥Ã¥É %s ¤Ï½ªÎ»¤·¤Þ¤·¤¿¡£';
$strTimeoutInfo = '°ÊÁ°¤Ë¥¤¥ó¥Ý¡¼¥È¤Ç¥¿¥¤¥à¥¢¥¦¥È¤·¤Æ¤¤¤Þ¤¹¡£ºÆÁ÷¿®¸å¡¢°ÌÃÖ %d ¤è¤ê·Ñ³¤¹¤ë¤Ç¤·¤ç¤¦¡£';
$strTimeoutNothingParsed = '¤·¤«¤·¡¢ºÇ¸å¤Î¼Â¹Ô¤Ç¤Î¥Ç¡¼¥¿¤Ï²òÀϤµ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤Ï¡¢Ä̾ï php ¤Î»þ´ÖÀ©¸Â¤òÁý¤ä¤µ¤Ê¤±¤ì¤Ð phpMyAdmin ¤¬¤³¤Î¥¤¥ó¥Ý¡¼¥È¤ò½ªÎ»¤¹¤ë¤³¤È¤¬¤Ç¤­¤Ê¤È¤¤¤¦¤³¤È¤ò°ÕÌ£¤·¤Þ¤¹¡£';
$strTimeoutPassed = '¥¹¥¯¥ê¥×¥È¤¬¥¿¥¤¥à¥¢¥¦¥È¤ò²á¤®¤Þ¤·¤¿¡£¥¤¥ó¥Ý¡¼¥È¤ò½ª¤ï¤é¤»¤¿¤¤¾ì¹ç¡¢Æ±¤¸¥Õ¥¡¥¤¥ë¤òºÆÁ÷¿®¤·¡¢¥¤¥ó¥Ý¡¼¥È¤òºÆ³«¤µ¤»¤Æ¤¯¤À¤µ¤¤¡£';
$strTime = '»þ´Ö';
$strToggleScratchboard = '¥È¥°¥ë¥¹¥¯¥é¥Ã¥Á¥Ü¡¼¥É';
$strTotal = '¹ç·×';
$strTotalUC = '¹ç·×';
$strTraditionalChinese = 'ÅÁÅýŪ¤ÊÃæ¹ñ¸ì';
$strTraditionalSpanish = 'ÅÁÅýŪ¤Ê¥¹¥Ú¥¤¥ó¸ì';
$strTraffic = '¥È¥é¥Õ¥£¥Ã¥¯';
$strTransactionCoordinator = '¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¥³¡¼¥Ç¥£¥Í¡¼¥¿';
$strTransformation_application_octetstream__download = '¥Õ¥£¡¼¥ë¥É¤Î¥Ð¥¤¥Ê¥ê¥Ç¡¼¥¿¤ò¥À¥¦¥ó¥í¡¼¥É¤¹¤ë¥ê¥ó¥¯¤òɽ¼¨¤·¤Þ¤¹¡£1 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¥Ð¥¤¥Ê¥ê¥Õ¥¡¥¤¥ë¤Î¥Õ¥¡¥¤¥ë̾¤Ç¤¹¡£2 ¤ÄÌÜ¥ª¥×¥·¥ç¥ó¤Ï¥Õ¥¡¥¤¥ë̾¤ò´Þ¤à¥Æ¡¼¥Ö¥ë¹Ô¤ÎÀµ¤·¤¤¥Õ¥£¡¼¥ë¥É̾¤Ç¤¹¡£2 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤òÄ󶡤¹¤ë¾ì¹ç¡¢1 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¶õʸ»úÎó¤ËÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£';
$strTransformation_application_octetstream__hex = '¥Ç¡¼¥¿¤Î 16 ¿Ê¿ôɽ¼¨¤Ç¤¹¡£';
$strTransformation_image_jpeg__inline = '¥¯¥ê¥Ã¥¯²Äǽ¤Ê¥µ¥à¥Í¥¤¥ë¤òɽ¼¨¤·¤Þ¤¹; ¥ª¥×¥·¥ç¥ó: width¡¦height ¤ò¥Ô¥¯¥»¥ë¤Ç»ØÄê (¸µ¤ÎÈæΨ¤òÊݤÁ¤Þ¤¹)';
$strTransformation_image_jpeg__link = '¤³¤Î²èÁü¤Ø¤Î¥ê¥ó¥¯¤òɽ¼¨ (Î㤨¤Ð blob ¤òľÀÜ¥À¥¦¥ó¥í¡¼¥É).';
$strTransformation_image_png__inline = '¡Öimage/jpeg: inline¡×¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strTransformation_text_plain__dateformat = 'TIME¡¢TIMESTAMP ¤¢¤ë¤¤¤Ï DATETIME ¥Õ¥£¡¼¥ë¥É¤Ç¡¢¥í¡¼¥«¥ë¤ÎÆüÉÕɽ¼¨·Á¼°¤òÍѤ¤¤Æ½ñ¼°²½¤·¤Þ¤¹¡£1 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¥¿¥¤¥à¥¹¥¿¥ó¥×¤Ë²Ã»»¤¹¤ë¥ª¥Õ¥»¥Ã¥È»þ´Ö(ñ°Ì:»þ´Ö)¤Ç¤¹(¥Ç¥Õ¥©¥ë¥È: 0)2 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¡¢PHP ¤Î strftime()¤ÇÍøÍѲÄǽ¤Ê¥Ñ¥é¥á¡¼¥¿¡¼¤Ç¤Î¤µ¤Þ¤¶¤Þ¤ÊÆüÉÕɽ¼¨·Á¼°¤Ç¤¹¡£';
$strTransformation_text_plain__external = 'LINUX ¤Î¤ß: ³°Éô¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òµ¯Æ°¤·¡¢É¸½àÆþÎϤ«¤é¥Õ¥£¡¼¥ë¥É¥Ç¡¼¥¿¤òÆþÎϤ·¤Þ¤¹¡£¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Îɸ½à½ÐÎϤ¬ÊÖ¤ê¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ï Tidy ¤Ç¡¢åºÎï¤Ê HTML ¥³¡¼¥É¤ò½ÐÎϤ·¤Þ¤¹¡£¥»¥­¥å¥ê¥Æ¥£¤ÎÍýͳ¤Ç¡¢¼êÆ°¤Ç¥Õ¥¡¥¤¥ë¡Ölibraries/text_plain__external.inc.php¡×¤òÊÔ½¸¤·¡¢¼Â¹Ô¤¹¤ë¤òµö²Ä¤¹¤ë¥Ä¡¼¥ë¤òÁÞÆþ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ºÇ½é¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢»ÈÍѤ¹¤ë¥×¥í¥°¥é¥à¤Î¿ô¤Ç¡¢2 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¥×¥í¥°¥é¥à¤Î¥Ñ¥é¥á¡¼¥¿¤Ç¤¹¡£3 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤¬ 1 ¤ËÀßÄꤵ¤ì¤Æ¤¤¤¿¾ì¹ç¡¢htmlspecialchars() ¤òÍѤ¤¤Æ½ÐÎϤòÊÑ´¹¤¹¤ë¤Ç¤·¤ç¤¦(¥Ç¥Õ¥©¥ë¥È: 1)4 ¤ÄÌÜ ¥ª¥×¥·¥ç¥ó¤¬ 1 ¤ËÀßÄꤵ¤ì¤Æ¤¤¤¿¾ì¹ç¡¢¶Ø§½èÍý¤òËɤ®¡¢½ÐÎϤ¬¤¹¤Ù¤Æ 1 ¹Ô¤Ë¸«¤¨¤ë¤³¤È¤òÊݾڤ¹¤ë¤Ç¤·¤ç¤¦(¥Ç¥Õ¥©¥ë¥È: 1).';
$strTransformation_text_plain__formatted = '¥Õ¥£¡¼¥ë¥É¤Î¸µ¤Î½ñ¼°¤òÊݸ¤·¤Þ¤¹¡£¥¨¥¹¥±¡¼¥×¤»¤º¤Ë½ªÎ»¤·¤Þ¤¹¡£';
$strTransformation_text_plain__imagelink = '²èÁü¤È¥ê¥ó¥¯¡¢¥Õ¥¡¥¤¥ë̾¤ò´Þ¤à¥Õ¥£¡¼¥ë¥É¤òɽ¼¨¤·¤Þ¤¹; 1 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï "http://domain.com/" ¤Î¤è¤¦¤ÊÀÜƬ¸ì¤Ç¡¢2 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¥Ô¥¯¥»¥ë»ØÄê¤ÎÉý¡¢3 ¤ÄÌܤϹ⤵¤Ç¤¹¡£';
$strTransformation_text_plain__link = '¥Õ¥¡¥¤¥ë̾¤ò´Þ¤à¥Õ¥£¡¼¥ë¥É¡¢¥ê¥ó¥¯¤òɽ¼¨; 1 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï "http://domain.com/" ¤Î¤è¤¦¤ÊÀÜƬ¸ì¡¢2 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¥ê¥ó¥¯¤Î¥¿¥¤¥È¥ë¤Ç¤¹¡£';
$strTransformation_text_plain__sql = 'SQL ¾Ò²ð ¤È¤·¤Æ¥Æ¥­¥¹¥È¤Î·Á¼°¤Îʸˡ¤ò¥Ï¥¤¥é¥¤¥È¤·¤Þ¤¹¡£';
$strTransformation_text_plain__substr = 'ʸ»úÎó¤Î°ìÉô¤Î¤ßɽ¼¨¤·¤Þ¤¹¡£1 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¥Æ¥­¥¹¥È¤Î½ÐÎϤ¬¤É¤³¤Ç³«»Ï¤¹¤ë¤«¥ª¥Õ¥»¥Ã¥È¤òÄêµÁ¤·¤Þ¤¹ (¥Ç¥Õ¥©¥ë¥È¤Ï¡Ö0¡×¤Ç¤¹)2 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¤É¤ì¤À¤±¤Î¥Æ¥­¥¹¥È¤òÊÖ¤¹¤«¤Î¥ª¥Õ¥»¥Ã¥È¤Ç¤¹¡£¶õ¤Î¾ì¹ç¡¢»Ä¤ê¤Î¥Æ¥­¥¹¥È¤ò¤¹¤Ù¤ÆÊÖ¤·¤Þ¤¹¡£3 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¡¢Ê¸»úÎó¤Î°ìÉô¤¬ÊÖ¤µ¤ì¤ë»þ¡¢¤É¤Îʸ»ú¤ò½ÐÎϤËÄɲ乤뤫ÄêµÁ¤·¤Þ¤¹¡£ (¥Ç¥Õ¥©¥ë¥È¤Ï¡Ö...¡×¤Ç¤¹)';
$strTruncateQueries = '¾È²ñ¤Îɽ¼¨¤òÀÚ¤êµÍ¤á¤ë';
$strTurkish = '¥È¥ë¥³¸ì';
$strType = '¥Õ¥£¡¼¥ë¥É¥¿¥¤¥×';
 
$strUkrainian = '¥¦¥¯¥é¥¤¥Ê¸ì';
$strUncheckAll = '¥Á¥§¥Ã¥¯¤ò¤¹¤Ù¤Æºï½ü¤¹¤ë';
$strUnicode = 'UNICODE';
$strUnique = '°ì°ÕÀ­';
$strUnknown = 'ÉÔÌÀ';
$strUnselectAll = 'Á´ÁªÂò²ò½ü';
$strUnsupportedCompressionDetected = '¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤°µ½Ì·Á¼°(%s)¤Î¥Õ¥¡¥¤¥ë¤ÎÆɤ߹þ¤ß¤ò»î¤ß¤Þ¤·¤¿¡£¤½¤Î¼ÂÁõ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤«¡¢ÀßÄê¤Ç̵¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤«¤Î¤¤¤º¤ì¤«¤Ç¤¹¡£';
$strUpdatePrivMessage = '%s ¤ÎÆø¢¤ò¹¹¿·¤·¤Þ¤·¤¿¡£';
$strUpdateProfileMessage = '¥×¥í¥Õ¥¡¥¤¥ë¤ò¹¹¿·¤·¤Þ¤·¤¿¡£';
$strUpdateQuery = '¾È²ñ¤ò¹¹¿·¤¹¤ë';
$strUpdComTab = 'Column_comments ¥Æ¡¼¥Ö¥ë¤Î¥¢¥Ã¥×¥°¥ì¡¼¥ÉÊýË¡¤Î¥É¥­¥å¥á¥ó¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strUpgrade = '%s %s ¤«¤½¤ì°Ü¹Ô¤Ë¥¢¥Ã¥×¥°¥ì¡¼¥É¤¹¤ë¤Ù¤­¤Ç¤¹¡£';
$strUploadLimit = '¶²¤é¤¯¤¢¤Þ¤ê¤Ë¤âÂ礭¤Ê¥Õ¥¡¥¤¥ë¤ò¥¢¥Ã¥×¥í¡¼¥É¤·¤è¤¦¤È¤·¤Þ¤·¤¿¡£¤³¤ÎÀ©¸Â¤Î²óÈò¼êÃʤȤ·¤Æ %s¥É¥­¥å¥á¥ó¥È%s ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strUsage = '»ÈÍÑÎÌ';
$strUseBackquotes = 'µÕ¥¯¥ª¡¼¥È¤Ç¥Æ¡¼¥Ö¥ë̾¤ä¥Õ¥£¡¼¥ë¥É̾¤ò°Ï¤à';
$strUsedPhpExtensions = '»ÈÍÑÃæ¤Î PHP ³ÈÄ¥';
$strUseHostTable = '¥Û¥¹¥È¥Æ¡¼¥Ö¥ë¤ò»È¤¦';
$strUser = '¥æ¡¼¥¶¡¼';
$strUserAlreadyExists = '¥æ¡¼¥¶¡¼¡Ö%s¡×¤Ï´û¤Ë¸ºß¤·¤Þ¤¹!';
$strUserEmpty = '¥æ¡¼¥¶¡¼Ì¾¤Ï¶õ¤Ç¤¹¡£';
$strUserName = '¥æ¡¼¥¶¡¼Ì¾';
$strUserNotFound = 'ÁªÂò¤µ¤ì¤¿¥æ¡¼¥¶¡¼¤ÏÆø¢¥Æ¡¼¥Ö¥ë¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£';
$strUserOverview = '¥æ¡¼¥¶¡¼³µÎ¬';
$strUsersDeleted = 'ÁªÂò¤µ¤ì¤¿¥æ¡¼¥¶¡¼¤Ïºï½ü¤µ¤ì¤Þ¤·¤¿¡£';
$strUsersHavingAccessToDb = '¥æ¡¼¥¶¡¼¤Ï &quot;%s&quot; ¤Ø¤Î¥¢¥¯¥»¥¹¸¢¸Â¤ò½ê»ý¤·¤Æ¤¤¤Þ¤¹¡£';
$strUseTabKey = 'Ãͤ«¤éÃͤޤǰܤë¤Ë¤Ï TAB ¥­¡¼¤ò¡¢¤â¤·¤¯¤Ï¤¤¤í¤ó¤Ê¾ì½ê¤Ç¤â°ÜÆ°¤¹¤ë¤Ë¤Ï CTRL + ¥«¡¼¥½¥ë¤ò»ÈÍѤ·¤Þ¤¹¡£';
$strUseTables = '»È¤¦¥Æ¡¼¥Ö¥ë';
$strUseTextField = '¥Æ¥­¥¹¥È¥Õ¥£¡¼¥ë¥É¤ò»ÈÍÑ';
$strUseThisValue = '¤³¤ÎÃͤò»ÈÍÑ';
 
$strValidateSQL = 'SQL ¤Î¸¡¾Ú';
$strValidatorError = 'SQL ¤Î¸¡¾Úµ¡Ç½¤ò½é´ü²½¤Ç¤­¤Þ¤»¤ó¡£%s¥É¥­¥å¥á¥ó¥È%s ¤Ëµ­½Ò¤µ¤ì¤Æ¤¤¤ë¤è¤¦¤Ë PHP ³ÈÄ¥¥é¥¤¥Ö¥é¥ê¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¤«¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strValue = 'ÃÍ';
$strVar = 'ÊÑ¿ô';
$strVersionInformation = '¥Ð¡¼¥¸¥ç¥ó¾ðÊó';
$strViewDump = '¥Æ¡¼¥Ö¥ë¤Î¥À¥ó¥×(¥¹¥­¡¼¥Þ)ɽ¼¨';
$strViewDumpDatabases = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥À¥ó¥×¥Ó¥å¡¼ (¥¹¥­¡¼¥Þ)';
$strViewDumpDB = 'DB ¤Î¥À¥ó¥×(¥¹¥­¡¼¥Þ)ɽ¼¨';
$strViewHasBeenDropped = '¥Ó¥å¡¼ %s ¤òÇË´þ¤·¤Þ¤·¤¿¡£';
$strViewMaxExactCount = '¤³¤Î¥Ó¥å¡¼¤Ï %s Îó°Ê¾å¤¢¤ê¤Þ¤¹¡£%s¥É¥­¥å¥á¥ó¥È%s ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strView = '¥Ó¥å¡¼';
 
$strWebServerUploadDirectoryError = '¥¢¥Ã¥×¥í¡¼¥É¤ò¹Ô¤¦¥Ç¥£¥ì¥¯¥È¥ê¤¬¤¢¤ê¤Þ¤»¤ó¡£';
$strWebServerUploadDirectory = '¥¦¥§¥Ö¥µ¡¼¥Ð¡¼¾å¤Ç¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë';
$strWelcome = '%s ¤Ø¤è¤¦¤³¤½';
$strWestEuropean = 'À¾¥è¡¼¥í¥Ã¥Ñ¸ì';
$strWildcard = '¥ï¥¤¥ë¥É¥«¡¼¥É';
$strWindowNotFound = '¥¿¡¼¥²¥Ã¥È¥Ö¥é¥¦¥¶¥¦¥£¥ó¥É¥¦¤ò¹¹¿·¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¡£¶²¤é¤¯¿Æ¥¦¥£¥ó¥É¥¦¤òÊĤ¸¤¿¤«¡¢¤¢¤ë¤¤¤Ï¥Ö¥é¥¦¥¶¡¼¤Î¥»¥­¥å¥ê¥Æ¥£ÀßÄê¤Ç¡¢¥¯¥í¥¹¥¦¥£¥ó¥É¥¦¤Î¹¹¿·¤ò¥Ö¥í¥Ã¥¯¤·¤Æ¤¤¤Þ¤¹¡£';
$strWithChecked = '¥Á¥§¥Ã¥¯¤·¤¿¤â¤Î¤ò:';
$strWriteRequests = '½ñ¤­¹þ¤ß¥ê¥¯¥¨¥¹¥È¿ô';
$strWritingCommentNotPossible = '¥³¥á¥ó¥È¤Î½ñ¤­¹þ¤ß¤¬Í­¸ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strWritingRelationNotPossible = '¥ê¥ì¡¼¥·¥ç¥ó¤Î½ñ¤­¹þ¤ß¤¬Í­¸ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strWrongUser = '¥æ¡¼¥¶¡¼Ì¾¤Þ¤¿¤Ï¥Ñ¥¹¥ï¡¼¥É¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£<br />¥¢¥¯¥»¥¹¤ÏµñÈݤµ¤ì¤Þ¤·¤¿¡£';
 
$strXkana = 'Á´³Ñ¥«¥Ê¤ØÊÑ´¹¤¹¤ë'; // convert to X208-kana
$strXML = 'XML';
 
$strYes = '¤Ï¤¤';
 
$strZeroRemovesTheLimit = 'Ãí°Õ: ¥ª¥×¥·¥ç¥ó¤ò 0 (¥¼¥í)¤ËÀßÄꤹ¤ë¤ÈÀ©¸Â¤¬¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£';
$strZip = '"zip Êý¼°"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/japanese-sjis.inc.php
0,0 → 1,985
<?php
/* $Id: japanese-sjis.inc.php,v 2.126.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Translated by Yukihiro Kawada <kawada at den.fujifilm.co.jp>
* Tadashi Jokagi <elf2000 at users.sourceforge.net>
* Kenichi Ishigaki <ishigaki at tcool.org>
*/
 
$charset = 'shift_jis';
$text_dir = 'ltr';
$left_font_family = '"MS PGochic", Osaka, verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = '"MS PGochic", Osaka, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('ƒoƒCƒg', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('“ú', 'ŒŽ', '‰Î', '…', '–Ø', '‹à', '“y');
$month = array('1 ŒŽ','2 ŒŽ','3 ŒŽ','4 ŒŽ','5 ŒŽ','6 ŒŽ','7 ŒŽ','8 ŒŽ','9 ŒŽ','10 ŒŽ','11 ŒŽ','12 ŒŽ');
// See http://www.php.net/manual/ja/function.strftime.php to define the
// variable below
$datefmt = '%Y ”N %B %d “ú %H:%M';
$timespanfmt = '%s “ú %s ŽžŠÔ %s •ª %s •b';
 
$strAbortedClients = '’†’f‚µ‚Ü‚µ‚½B';
$strAbsolutePathToDocSqlDir = 'docSQL ‚ւ̐â‘΃pƒX‚ðÝ’肵‚Ä‚­‚¾‚³‚¢B';
$strAccessDenied = 'ƒAƒNƒZƒX‚Í‹‘”Û‚³‚ê‚Ü‚µ‚½B';
$strAccessDeniedCreateConfig = '‹°‚ç‚­‚±‚Ì–â‘è‚Ì——R‚́AÝ’èƒtƒ@ƒCƒ‹‚ðì¬‚µ‚Ä‚¢‚È‚¢‚½‚ß‚Å‚·B%1$sƒZƒbƒgƒAƒbƒvƒXƒNƒŠƒvƒg%2$s ‚ðŽg—p‚µ‚ĂЂƂ쐬‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚·B';
$strAccessDeniedExplanation = 'phpMyAdmin ‚́AMySQL ƒT[ƒo[‚ɐڑ±‚µ‚悤‚Æ‚µ‚Ü‚µ‚½B‚»‚µ‚āAƒT[ƒo[‚͐ڑ±‚ð‹‘â‚µ‚Ü‚µ‚½Bconfig.inc.php ‚Ì’†‚̃zƒXƒgAƒ†[ƒU[–¼‚¨‚æ‚уpƒXƒ[ƒh‚ðƒ`ƒFƒbƒN‚µAMySQL ƒT[ƒo[‚ÌŠÇ—ŽÒ‚©‚ç—^‚¦‚ç‚ꂽî•ñ‚É‘Š“–‚·‚邱‚Æ‚ðŠm”F‚·‚é‚ׂ«‚Å‚·B';
$strAction = '‘€ì';
$strAddAutoIncrement = 'uAUTO_INCREMENTv’l‚ð’ljÁ‚·‚é';
$strAddConstraints = '§ŒÀ‚ð’ljÁ‚·‚é';
$strAddDeleteColumn = 'ƒtƒB[ƒ‹ƒh—ñ‚ð’ljÁEíœ‚·‚é';
$strAddDeleteRow = 'ðŒs‚ð’ljÁEíœ‚·‚é';
$strAddDropDatabase = 'uDROP DATABASEv‚ð’ljÁ‚·‚é';
$strAddedColumnComment = 'ƒJƒ‰ƒ€‚̃Rƒƒ“ƒg’ljÁ‚³‚ê‚Ü‚µ‚½B';
$strAddedColumnRelation = 'ƒJƒ‰ƒ€‚̃ŠƒŒ[ƒVƒ‡ƒ“‚ª’ljÁ‚³‚ê‚Ü‚µ‚½B';
$strAddFields = '%s ŒÂ‚̃tƒB[ƒ‹ƒh‚ð’ljÁ‚·‚é';
$strAddHeaderComment = 'ƒwƒbƒ_[‚ÖƒJƒXƒ^ƒ€ƒRƒƒ“ƒg‚ð’ljÁ (\\n ‚ʼnüs)';
$strAddIfNotExists = 'uIF NOT EXISTSv‚ð’ljÁ‚·‚é';
$strAddIntoComments = '’ljÁƒRƒƒ“ƒg';
$strAddNewField = 'ƒtƒB[ƒ‹ƒh‚ð’ljÁ‚·‚é';
$strAddPrivilegesOnDb = 'ƒf[ƒ^ƒx[ƒX‚Ö“ÁŒ ‚̒ljÁ‚·‚é';
$strAddPrivilegesOnTbl = 'ƒe[ƒuƒ‹‚Ö“ÁŒ ‚̒ljÁ‚·‚é';
$strAddSearchConditions = 'ŒŸõðŒ•¶‚ð’ljÁ‚µ‚Ä‚­‚¾‚³‚¢B("where"‚̐ߕ¶):';
$strAddToIndex = ' &nbsp;%s&nbsp; ‚Ì—ñ‚ðƒCƒ“ƒfƒbƒNƒX‚ɒljÁ‚µ‚Ü‚µ‚½B';
$strAddUserMessage = 'ƒ†[ƒU[‚ð’ljÁ‚µ‚Ü‚µ‚½B';
$strAddUser = 'ƒ†[ƒU[‚ð’ljÁ‚·‚é';
$strAdministration = 'ŠÇ—';
$strAffectedRows = '‰e‹¿‚³‚ꂽs”:';
$strAfterInsertBack = '–ß‚é';
$strAfterInsertNewInsert = 'VƒŒƒR[ƒh‚ð’ljÁ‚·‚é';
$strAfterInsertNext = 'ŽŸ‚̍s‚ð•ÒW‚·‚é';
$strAfterInsertSame = '‚±‚̃y[ƒW‚É–ß‚é';
$strAfter = 'Žw’èƒJƒ‰ƒ€‚ÌŒã‚É %s';
$strAllowInterrupt = '‚»‚ê‚̐§ŒÀŽžŠÔ‚ª‹ß‚¢‚Ă邱‚Æ‚ðƒXƒNƒŠƒvƒg‚ªŒŸ’m‚µ‚½ê‡AƒCƒ“ƒ|[ƒg‚Ö‚ÌŠ„ž‚Ý‚ð‹–‰Â‚µ‚Ü‚·B‚±‚ê‚Í‘å‚«‚ȃtƒ@ƒCƒ‹‚ðƒCƒ“ƒ|[ƒg‚·‚éê‡‚Ì‚æ‚¢Žè’i‚©‚à‚µ‚ê‚Ü‚¹‚ñ‚ªA‚»‚ê‚̓gƒ‰ƒ“ƒUƒNƒVƒ‡ƒ“‚ð‰ó‚·‚±‚Æ‚É‚È‚è‚Ü‚·B';
$strAll = '‘S•”';
$strAllTableSameWidth = '‚·‚ׂẴe[ƒuƒ‹‚𓯂¶•‚Å•\Ž¦‚µ‚Ü‚·‚©?';
$strAlterOrderBy = 'ƒe[ƒuƒ‹‡”Ԃ̏ðŒ';
$strAnalyzeTable = 'ƒe[ƒuƒ‹‚𕪐͂·‚é';
$strAnd = 'AND';
$strAndThen = '‚»‚µ‚Ä‚»‚ÌŒã‚É';
$strAnIndex = 'ƒCƒ“ƒfƒbƒNƒX‚ªu%sv‚ɒljÁ‚³‚ê‚Ä‚¢‚Ü‚µ‚½B';
$strAny = '‚·‚ׂÄ';
$strAnyHost = '‚·‚ׂẴzƒXƒg';
$strAnyUser = '‚·‚ׂẴ†[ƒU[';
$strApproximateCount = '‹ß‚¢‚©‚à‚µ‚ê‚Ü‚¹‚ñBFAQ 3.11 ‚ðŽQÆ‚µ‚Ä‚­‚¾‚³‚¢B';
$strAPrimaryKey = 'ŽåƒL[‚ª %s ‚ɒljÁ‚³‚ê‚Ü‚µ‚½B';
$strArabic = 'ƒAƒ‰ƒrƒAŒê';
$strArmenian = 'ƒAƒ‹ƒƒjƒAŒê';
$strAscending = '¸‡';
$strAtBeginningOfTable = 'ƒe[ƒuƒ‹‚̐擪';
$strAtEndOfTable = 'ƒe[ƒuƒ‹‚Ì––”ö';
$strAttr = '•\Ž¦‚·‚é';
$strAutodetect = 'Ž©“®ŒŸ’m‚·‚é';
$strAutomaticLayout = 'Ž©“®ƒŒƒCƒAƒEƒg';
 
$strBack = '–ß‚é';
$strBaltic = 'ƒoƒ‹ƒg”Œê';
$strBeginCut = 'Ø‚èŽæ‚èŠJŽn';
$strBeginRaw = 'RAW ŠJŽn';
$strBinaryDoNotEdit = ' ƒoƒCƒiƒŠ - C³‚Å‚«‚Ü‚¹‚ñ';
$strBinaryLog = 'ƒoƒCƒiƒŠƒƒO';
$strBinary = ' ƒoƒCƒiƒŠ ';
$strBinLogEventType = 'ƒCƒxƒ“ƒgƒ^ƒCƒv';
$strBinLogInfo = 'î•ñ';
$strBinLogName = 'ƒƒO–¼';
$strBinLogOriginalPosition = 'Œ³‚̈ʒu';
$strBinLogPosition = 'ˆÊ’u';
$strBinLogServerId = 'ƒT[ƒo[ ID';
$strBookmarkAllUsers = '‚·‚ׂẴ†[ƒU[‚ª‚±‚̃uƒbƒNƒ}[ƒN‚ðƒAƒNƒZƒX‚Å‚«‚é';
$strBookmarkCreated = 'ƒuƒbƒNƒ}[ƒN %s ‚ðì¬‚µ‚Ü‚µ‚½';
$strBookmarkDeleted = 'ƒuƒbƒNƒ}[ƒN‚𐳏í‚ɍ폜‚µ‚Ü‚µ‚½B';
$strBookmarkLabel = 'ƒ‰ƒxƒ‹';
$strBookmarkQuery = 'ƒuƒbƒNƒ}[ƒN‚³‚ê‚Ä‚¢‚é SQL';
$strBookmarkReplace = 'Šù‚É‘¶Ý‚·‚铯‚¶–¼‘O‚̃uƒbƒNƒ}[ƒN‚ð’uŠ·‚·‚é';
$strBookmarkThis = 'SQL ‚ðƒuƒbƒNƒ}[ƒN‚·‚é';
$strBookmarkView = '•\Ž¦‚Ì‚Ý';
$strBrowseDistinctValues = 'ŒÂ•Ê‚É’l‚ð•\Ž¦‚·‚é';
$strBrowseForeignValues = 'ŠO•”ƒL[‚ð•\Ž¦‚·‚é';
$strBrowse = '•\Ž¦';
$strBufferPoolActivity = 'ƒoƒbƒtƒ@[ƒv[ƒ‹‚ÌŠˆ«“x';
$strBufferPool = 'ƒoƒbƒtƒ@ƒv[ƒ‹';
$strBufferPoolUsage = 'ƒoƒbƒtƒ@ƒv[ƒ‹‚ÌŽg—p—Ê';
$strBufferReadMisses = '“ǂݍž‚݃~ƒX”';
$strBufferReadMissesInPercent = '% ‚̓ǂݍž‚݃~ƒX”';
$strBufferWriteWaitsInPercent = '% ‚̏‘‚«ž‚Ý‘Ò‚¿”';
$strBufferWriteWaits = '‘‚«ž‚Ý‘Ò‚¿”';
$strBulgarian = 'ƒuƒ‹ƒKƒŠƒAŒê';
$strBusyPages = 'ƒrƒW[‚ȃy[ƒW”';
$strBzError = '‚±‚Ì php ƒo[ƒWƒ‡ƒ“‚Í Bz2 Šg’£‚ª‰ó‚ê‚Ä‚¢‚é‚Ì‚Å phpMyAdmin ‚ªˆ³kƒ_ƒ“ƒv‚Å‚«‚Ü‚¹‚ñBphpMyAdmin ‚̃Rƒ“ƒtƒBƒOƒŒ[ƒVƒ‡ƒ“ƒtƒ@ƒCƒ‹‚Ì <code>$cfg[\'BZipDump\']</code> ‚ð <code>FALSE</code>‚ɐݒ肵‚Ä‚­‚¾‚³‚¢BBz2 ˆ³k‹@”\‚ðŽg‚¢‚½‚¢ê‡‚É‚Í php ‚̃o[ƒWƒ‡ƒ“‚ðã‚°‚ĉº‚³‚¢Bphp ƒoƒO•ñ %s Ú×B';
$strBzip = '"bzip •ûŽ®"';
 
$strCalendar = 'ƒJƒŒƒ“ƒ_[';
$strCanNotLoadImportPlugins = 'ƒCƒ“ƒ|[ƒgƒvƒ‰ƒOƒCƒ“‚ð“ǂݍž‚ß‚Ü‚¹‚ñBƒCƒ“ƒXƒg[ƒ‹‚ðŠm”F‚µ‚Ä‚­‚¾‚³‚¢!';
$strCannotLogin = 'MySQL ƒT[ƒo[‚ɃƒOƒCƒ“‚Å‚«‚Ü‚¹‚ñ';
$strCantLoadRecodeIconv = '•¶ŽšƒZƒbƒg•ÏŠ·‚ðs‚¤‚½‚ß‚É‚Í‘g‚ݍž‚Ü‚ê‚Ä‚¢‚È‚¢ iconv ‚Ü‚½‚Í GNU recode ‚ÌŠg’£‚ª•K—v‚Å‚·Bphp ‚ɁA‚±‚ÌŠg’£Ý’è‚ðs‚Á‚Ä‚¨‚­‚©AphpMyAdmin ‚Å‚Í•¶ŽšƒZƒbƒg•ÏŠ·‚ð‚µ‚È‚¢Ý’è‚É‚µ‚Ä‚­‚¾‚³‚¢B';
$strCantLoad = 'ˆµ‚¦‚È‚¢Šg’£Žq‚̃tƒ@ƒCƒ‹‚Å‚·,<br />PHP ‚̐ݒè‚ðƒ`ƒFƒbƒN‚µ‚Ä‚­‚¾‚³‚¢B';
$strCantRenameIdxToPrimary = 'ƒCƒ“ƒfƒbƒNƒX‚Ì–¼‘O‚ð PRIMARY ‚ɕύX‚Å‚«‚Ü‚¹‚ñB';
$strCantUseRecodeIconv = 'iconvAlibiconvArecode_string ‚Ì‚¢‚¸‚ê‚̊֐”‚àŽg—p‚Å‚«‚Ü‚¹‚ñBphp ‚̐ݒè‚ðƒ`ƒFƒbƒN‚µ‚Ä‚­‚¾‚³‚¢B';
$strCardinality = 'ˆêˆÓ‚È’l‚̐”';
$strCaseInsensitive = '‰pŽš‚̑召‚ð‹æ•Ê‚µ‚È‚¢';
$strCaseSensitive = '‰pŽš‚̑召‚ð‹æ•Ê‚·‚é';
$strCentralEuropean = '’†‰›ƒˆ[ƒƒbƒpŒê';
$strChangeCopyMode = '“¯‚¶“ÁŒ ‚ðŽ‚Á‚½V‹K‚̃†[ƒU[‚ðì‚é...';
$strChangeCopyModeCopy = '... ŒÃ‚¢‚à‚Ì‚ðˆÛŽ‚·‚é';
$strChangeCopyModeDeleteAndReload = ' ... ƒ†[ƒU[ƒe[ƒuƒ‹‚©‚çŒÃ‚¢‚à‚Ì‚ðíœ‚µAŒã‚Å“ÁŒ ‚ɍĂу[ƒh‚·‚é';
$strChangeCopyModeJustDelete = ' ... ƒ†[ƒU[ƒe[ƒuƒ‹‚©‚çŒÃ‚¢‚à‚Ì‚ðíœ‚·‚é';
$strChangeCopyModeRevoke = ' ... ŒÃ‚¢‚à‚Ì‚©‚ç—LŒø‚È“ÁŒ ‚ð‚·‚×‚Ä–³Œø‚É‚µA‚»‚ê‚ðŒã‚ō폜‚·‚é';
$strChangeCopyUser = 'ƒƒOƒCƒ“î•ñ‚̕ύX / ƒ†[ƒU[ƒRƒs[';
$strChangeDisplay = '•\Ž¦‚³‚¹‚éƒtƒB[ƒ‹ƒh‚ð‘I‚ñ‚ʼnº‚³‚¢';
$strChange = '•ÏX';
$strChangePassword = 'ƒpƒXƒ[ƒh‚ð•ÏX‚·‚é';
$strCharsetOfFile = 'ƒtƒ@ƒCƒ‹‚Ì•¶ŽšƒZƒbƒg:';
$strCharsetsAndCollations = '•¶ŽšƒZƒbƒg‚Əƍ‡‡˜';
$strCharsets = '•¶ŽšƒR[ƒh';
$strCharset = '•¶ŽšƒZƒbƒg';
$strCheckAll = '‚·‚ׂă`ƒFƒbƒN‚·‚é';
$strCheckOverhead = 'ƒI[ƒo[ƒwƒbƒh‚ÌŒŸ¸‚ð‚·‚é';
$strCheckPrivs = '“ÁŒ ‚̃`ƒFƒbƒN‚ð‚·‚é';
$strCheckPrivsLong = 'ƒf[ƒ^ƒx[ƒX &quot;%s&quot; ‚Ì“ÁŒ ƒ`ƒFƒbƒNB';
$strCheckTable = 'ƒe[ƒuƒ‹‚ðƒ`ƒFƒbƒN‚·‚é';
$strChoosePage = '•ÒW‚·‚éƒy[ƒW‚ð‘I‘ð‚µ‚Ä‚­‚¾‚³‚¢B';
$strColComFeat = '—ñƒRƒƒ“ƒg•\Ž¦‹@”\\';
$strCollation = 'Æ‡‡˜';
$strColumnNames = '—ñ(ƒJƒ‰ƒ€)–¼';
$strColumnPrivileges = 'ƒJƒ‰ƒ€Žw’è‚Ì“ÁŒ ';
$strCommand = 'ƒRƒ}ƒ“ƒh';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strComments = 'ƒRƒƒ“ƒg';
$strCompatibleHashing = 'MySQL&nbsp;4.0 ŒÝŠ·';
$strCompleteInserts = 'Š®‘S‚È INSERT •¶‚ðì¬‚·‚é';
$strCompression = 'ˆ³k';
$strCompressionWillBeDetected = 'ƒCƒ“ƒ|[ƒg‚³‚ꂽƒtƒ@ƒCƒ‹ˆ³k‚́AŽ©“®“I‚ÉŒŸ’m‚³‚ê‚é‚Å‚µ‚傤: %s';
$strConfigDefaultFileError = 'ƒfƒtƒHƒ‹ƒgÝ’è‚ð“ǂݍž‚ß‚Ü‚¹‚ñ‚Å‚µ‚½: "%1$s"';
$strConfigFileError = 'phpMyAdmin ‚ªÝ’èƒtƒ@ƒCƒ‹‚ð“ǂݍž‚Þ‚±‚Æ‚ª‚Å‚«‚Ü‚¹‚ñ! <br />•¶–@ƒGƒ‰[‚ª”­¶‚µ‚½‚©Aƒtƒ@ƒCƒ‹‚ªŒ©‚‚©‚è‚Ü‚¹‚ñB<br />‰º‚̃Šƒ“ƒN‚©‚çÝ’èƒtƒ@ƒCƒ‹‚𒼐ړǂݍž‚ñ‚ŁAPHP ‚̃Gƒ‰[ƒƒbƒZ[ƒW‚ðŠm”F‚µ‚Ä‚­‚¾‚³‚¢B‘½‚­‚̏ꍇA‹æØ‚蕶Žš‚âƒZƒ~ƒRƒƒ“‚ð–Y‚ê‚Ä‚¢‚Ü‚·B<br />‚à‚µ‹ó”’‚̃y[ƒW‚ªŒ»‚ꂽ‚ç‚·‚ׂä‚Ü‚­s‚Á‚Ä‚¢‚Ü‚·B';
$strConfigureTableCoord = 'ƒe[ƒuƒ‹u%svƒe[ƒuƒ‹‚̐ݒè‚𒲐®‚µ‚Ä‚­‚¾‚³‚¢B';
$strConnectionError = 'Ú‘±‚Å‚«‚Ü‚¹‚ñ: –³Œø‚Ȑݒè‚Å‚·B';
$strConnections = 'Ú‘±';
$strConstraintsForDumped = 'ƒ_ƒ“ƒvÏƒe[ƒuƒ‹‚̐§ŒÀ';
$strConstraintsForTable = 'ƒe[ƒuƒ‹‚̐§ŒÀ';
$strCookiesRequired = '‚±‚±‚©‚çæ‚̓NƒbƒL[‚ª‹–‰Â‚³‚ê‚Ä‚¢‚é•K—v‚ª‚ ‚è‚Ü‚·B';
$strCopyDatabaseOK = 'ƒf[ƒ^ƒx[ƒXu%sv‚́u%sv‚ɃRƒs[‚³‚ê‚Ü‚µ‚½B';
$strCopy = 'ƒRƒs[‚·‚é';
$strCopyTable = 'ƒe[ƒuƒ‹‚ð(database<b>.</b>table)‚ɃRƒs[‚·‚é:';
$strCopyTableOK = 'ƒe[ƒuƒ‹u%sv‚ðu%sv‚ɃRƒs[‚µ‚Ü‚µ‚½B';
$strCopyTableSameNames = '“¯‚¶ƒe[ƒuƒ‹‚ɃRƒs[‚Å‚«‚Ü‚¹‚ñ!';
$strCouldNotKill = 'phpMyAdmin ‚ªƒXƒŒƒbƒh %s ‚ðI—¹‚³‚¹‚邱‚Æ‚ª‚Å‚«‚Ü‚¹‚ñ‚Å‚µ‚½B‹°‚ç‚­AŠù‚ɏI—¹‚µ‚Ä‚¢‚Ü‚·B';
$strCreateDatabaseBeforeCopying = 'ƒRƒs[‚Ì‘O‚ɁuCREATE DATABASEv‚·‚é';
$strCreate = 'ì¬';
$strCreateIndex = '&nbsp;%s&nbsp; ‚Ì—ñ‚̃Cƒ“ƒfƒbƒNƒX‚ðì¬‚·‚é';
$strCreateIndexTopic = 'V‹KƒCƒ“ƒfƒbƒNƒX‚ðì¬‚·‚é';
$strCreateNewDatabase = 'V‹Kƒf[ƒ^ƒx[ƒX‚ðì¬‚·‚é';
$strCreateNewTable = 'ƒf[ƒ^ƒx[ƒXu%sv‚Ƀe[ƒuƒ‹‚ðV‹Kì¬‚·‚é';
$strCreatePage = 'V‹Kƒy[ƒW‚ðì¬‚·‚é';
$strCreatePdfFeat = 'PDF ì¬‹@”\\';
$strCreationDates = 'ì¬/XV/ŒŸ¸‚Ì“ú•t‚ð’ljÁ‚·‚é';
$strCriteria = 'iž‚݊';
$strCroatian = 'ƒNƒƒAƒ`ƒAŒê';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV ƒIƒvƒVƒ‡ƒ“';
$strCSVOptions = 'CSV ƒIƒvƒVƒ‡ƒ“';
$strCyrillic = 'ƒLƒŠƒ‹•¶ŽšƒƒVƒAŒê';
$strCzech = 'ƒ`ƒFƒRŒê';
$strCzechSlovak = 'ƒ`ƒFƒR‚̃XƒƒoƒLƒAŒê';
 
$strDanish = 'ƒfƒ“ƒ}[ƒNŒê';
$strDatabaseEmpty = 'ƒf[ƒ^ƒx[ƒX–¼‚ª‹ó‚Å‚·!';
$strDatabaseExportOptions = 'ƒf[ƒ^ƒx[ƒXƒGƒNƒXƒ|[ƒgƒIƒvƒVƒ‡ƒ“';
$strDatabase = 'ƒf[ƒ^ƒx[ƒX';
$strDatabaseHasBeenDropped = 'ƒf[ƒ^ƒx[ƒXu%sv‚𐳏í‚ɍ폜‚µ‚Ü‚µ‚½B';
$strDatabaseNoTable = '‚±‚̃f[ƒ^ƒx[ƒX‚̓e[ƒuƒ‹‚ðŠÜ‚ñ‚Å‚¢‚Ü‚¹‚ñ!';
$strDatabasesDropped = 'ƒf[ƒ^ƒx[ƒXu%sv‚͍폜‚³‚ê‚Ü‚µ‚½B';
$strDatabases = 'ƒf[ƒ^ƒx[ƒX';
$strDatabasesStatsDisable = '“Œv‚𖳌ø‚É‚·‚é';
$strDatabasesStatsEnable = '“Œv‚ð‹–‰Â‚·‚é';
$strDatabasesStats = 'ƒf[ƒ^ƒx[ƒX‚Ì“Œv';
$strDatabasesStatsHeavyTraffic = '’ˆÓ: ƒf[ƒ^ƒx[ƒX“Œv‚ð‹–‰Â‚·‚é‚Æ MySQL ‚Æ WEBƒT[ƒo[‚̊Ԃŏd‚¢ƒgƒ‰ƒtƒBƒbƒN‚ª”­¶‚·‚é‚©‚à‚µ‚ê‚Ü‚¹‚ñB';
$strDataDict = 'ƒf[ƒ^Ž«‘';
$strData = 'ƒf[ƒ^';
$strDataOnly = 'ƒf[ƒ^‚Ì‚Ý';
$strDataPages = 'ƒf[ƒ^‚ðŠÜ‚Þƒy[ƒW”';
$strDBComment = 'ƒf[ƒ^ƒx[ƒX‚̃Rƒƒ“ƒg: ';
$strDBCopy = '‚±‚Ì–¼‘O‚Ńf[ƒ^ƒx[ƒX‚ðƒRƒs[‚·‚é';
$strDBGContextID = 'ƒRƒ“ƒeƒLƒXƒgID';
$strDBGContext = 'ƒRƒ“ƒeƒLƒXƒg';
$strDBGHits = 'ƒqƒbƒg';
$strDBGLine = 's';
$strDBGMaxTimeMs = 'Å‘厞ŠÔ(ƒ~ƒŠ•b)';
$strDBGMinTimeMs = 'Å¬ŽžŠÔ(ƒ~ƒŠ•b)';
$strDBGModule = 'ƒ‚ƒWƒ…[ƒ‹';
$strDBGTimePerHitMs = 'ƒqƒbƒg—¦(ƒ~ƒŠ•b)';
$strDBGTotalTimeMs = '‘ŒvŽžŠÔ(ƒ~ƒŠ•b)';
$strDbPrivileges = 'ƒf[ƒ^ƒx[ƒX“Á’è “ÁŒ ';
$strDBRename = '‚±‚Ì–¼‘O‚Ƀf[ƒ^ƒx[ƒX–¼‚ð•ÏX‚·‚é';
$strDbSpecific = 'ƒf[ƒ^ƒx[ƒXŽd—l';
$strDefaultEngine = '%s ‚́A‚±‚Ì MySQL ƒT[ƒo[‚̃fƒtƒHƒ‹ƒgƒXƒgƒŒ[ƒWƒGƒ“ƒWƒ“‚Å‚·B';
$strDefault = 'Šî–{’l';
$strDefaultValueHelp = 'ƒfƒtƒHƒ‹ƒg’l‚Ì‚½‚߂ɁAƒoƒbƒNƒXƒ‰ƒbƒVƒ…ƒGƒXƒP[ƒv‚âˆø—p•„‚È‚µ‚Ì 1 ŒÂ‚¾‚¯‚Ì’l‚ð“ü‚ê‚ĉº‚³‚¢, ‚±‚̃tƒH[ƒ}ƒbƒg‚Í: a';
$strDefragment = 'ƒe[ƒuƒ‹‚̃fƒtƒ‰ƒO';
$strDelayedInserts = '’x‰„ƒCƒ“ƒT[ƒg‚ðŽg—p‚·‚é';
$strDeleteAndFlushDescr = '‚±‚ê‚̓NƒŠƒA[‚Å‚·B“ÁŒ ‚ðƒŠƒ[ƒh‚·‚é‚̂ŏ­XŽžŠÔ‚ª‚©‚©‚è‚Ü‚·B';
$strDeleteAndFlush = 'ƒ†[ƒU[‚ðíœ‚µ‚Ä“ÁŒ ‚ðƒŠƒ[ƒh‚·‚é';
$strDeleted = '‘I‘ð‚µ‚½—ñ‚ðíœ‚µ‚Ü‚µ‚½B';
$strDeletedRows = 'íœ‚³‚ꂽs”:';
$strDelete = 'íœ';
$strDeleteNoUsersSelected = 'íœ‚·‚郆[ƒU[‚ð‘I‘ð‚µ‚Ä‚¢‚Ü‚¹‚ñ!';
$strDeleting = '%s ‚ðíœ’†‚Å‚·';
$strDelOld = 'Œ»Ý‚̃y[ƒW‚́A‚à‚͂⑶Ý‚µ‚È‚¢ƒe[ƒuƒ‹‚ÉŽQÆ‚ª‚ ‚è‚Ü‚·B‚»‚ê‚ç‚ÌŽQÆ‚ðíœ‚µ‚½‚¢‚Å‚·‚©?';
$strDescending = '~‡';
$strDescription = 'à–¾';
$strDictionary = 'Ž«‘';
$strDirtyPages = '•s³‚ȃy[ƒW”';
$strDisabled = '–³Œø';
$strDisableForeignChecks = 'ŠO•”ƒL[‚ÌŒŸ¸‚𖳌ø‚É‚·‚é';
$strDisplayFeat = 'ƒe[ƒuƒ‹î•ñ•\Ž¦‹@”\\';
$strDisplayOrder = '•\Ž¦‡˜:';
$strDisplayPDF = 'PDF ƒXƒL[ƒ}‚Ì•\Ž¦‚ð‚·‚é';
$strDoAQuery = '"—á‚ÌQUERY"‚ðŽÀs (ƒƒCƒ‹ƒhƒJ[ƒh: "%")';
$strDocu = 'ƒhƒLƒ…ƒƒ“ƒg';
$strDoYouReally = '‚±‚ê‚ð–{“–‚ÉŽÀs‚µ‚Ä‚à—Ç‚¢‚Å‚·‚©?:';
$strDropDatabaseStrongWarning = 'Š®‘S‚Ƀf[ƒ^ƒx[ƒX‚ð”j‰ó‚·‚é‚Å‚µ‚傤!';
$strDrop = 'íœ';
$strDropUsersDb = 'ƒ†[ƒU[‚Æ“¯‚¶–¼‘O‚ðŽ‚Âƒf[ƒ^ƒx[ƒX‚ðíœ‚·‚é';
$strDumpingData = 'ƒe[ƒuƒ‹‚̃_ƒ“ƒvƒf[ƒ^';
$strDumpSaved = 'ƒ_ƒ“ƒv‚ðƒtƒ@ƒCƒ‹ %s ‚É•Û‘¶‚µ‚Ü‚µ‚½B';
$strDumpXRows = '%s —ñ‚ðƒ_ƒ“ƒv‚µ‚Ü‚·BŠJŽn—ñ‚Í %s ‚Å‚·B';
$strDynamic = 'ƒ_ƒCƒiƒ~ƒbƒN';
 
$strEdit = 'C³';
$strEditPDFPages = 'PDF ƒy[ƒW‚ð•ÒW‚·‚é';
$strEditPrivileges = '“ÁŒ ‚ðC³';
$strEffective = 'ŽÀŒø';
$strEmpty = '‹ó‚É‚·‚é';
$strEmptyResultSet = 'MySQL ‚ª‹ó‚Ì’l‚ð•Ô‚µ‚Ü‚µ‚½ (—Ⴆ‚΍s‚ª‹ó‚¾‚Á‚½)';
$strEnabled = '—LŒø';
$strEncloseInTransaction = 'ƒgƒ‰ƒ“ƒUƒNƒVƒ‡ƒ“‚ŃGƒNƒXƒ|[ƒg‚ðˆÍ‚Þ';
$strEncto = 'ƒGƒ“ƒR[ƒfƒBƒ“ƒO‚Ö•ÏŠ·‚·‚é'; // encoding convert
$strEnd = 'ÅŒã';
$strEndCut = 'Ø‚èŽæ‚èI—¹';
$strEndRaw = 'RAW I—¹';
$strEngineAvailable = '%s ‚́A‚±‚Ì MySQL ƒT[ƒo[‚Å—˜—p‰Â”\‚Å‚·B';
$strEngineDisabled = '%s ‚́A‚±‚Ì MySQL ƒT[ƒo[‚Å‚Í–³Œø‚É‚³‚ê‚Ä‚¢‚Ü‚·B';
$strEngines = 'ƒGƒ“ƒWƒ“';
$strEngineUnsupported = '‚±‚Ì MySQL ƒT[ƒo[‚Í %s ƒXƒgƒŒ[ƒWƒGƒ“ƒWƒ“‚ðƒTƒ|[ƒg‚µ‚Ä‚¢‚Ü‚¹‚ñB';
$strEnglish = '‰pŒê';
$strEnglishPrivileges = ' ’ˆÓ: MySQL‚Ì“ÁŒ ‚Ì–¼‘O‚͉pŒê‚Å•\Ž¦‚µ‚Ä‚¢‚Ü‚·B';
$strError = 'ƒGƒ‰[';
$strErrorInZipFile = 'ZIP ‘ŒÉ’†‚ɃGƒ‰[‚Å‚·:';
$strEscapeWildcards = 'ƒƒCƒ‹ƒhƒJ[ƒhu_v‚¨‚æ‚сu%v‚Í‚»‚ê‚ç‚𕶎š’Ê‚è‚ÉŽg—p‚·‚邽‚߂Ɂu\v‚ŃGƒXƒP[ƒv(‰ñ”ð)‚·‚é‚ׂ«‚Å‚·B';
$strEsperanto = '‘ÛŒê';
$strEstonian = 'ƒGƒXƒgƒjƒAŒê';
$strExcelEdition = 'Excel ‚ÌŽí—Þ';
$strExcelOptions = 'Excel ƒIƒvƒVƒ‡ƒ“';
$strExecuteBookmarked = 'ƒuƒbƒNƒ}[ƒN‚³‚ꂽÆ‰ï‚ðŽÀs‚·‚é';
$strExplain = 'SQL ‚𕪐͂·‚é';
$strExport = 'ƒGƒNƒXƒ|[ƒg';
$strExtendedInserts = 'Šg’£ INSERT •¶‚ðì¬‚·‚é';
$strExtra = '‚»‚Ì‘¼';
 
$strFailedAttempts = 'ŽŽ‚Ý‚ÍŽ¸”s‚Ü‚µ‚½';
$strFieldHasBeenDropped = 'ƒtƒB[ƒ‹ƒh %s ‚ª³í‚ɍ폜‚³‚ê‚Ü‚µ‚½';
$strFieldsEmpty = ' ƒtƒB[ƒ‹ƒh”‚ª‹ó‚Å‚·B ';
$strFieldsEnclosedBy = 'ƒtƒB[ƒ‹ƒhˆÍ‚Ý‹L†';
$strFieldsEscapedBy = 'ƒtƒB[ƒ‹ƒh‚̃GƒXƒP[ƒv‹L†';
$strFields = 'ƒtƒB[ƒ‹ƒh';
$strFieldsTerminatedBy = 'ƒtƒB[ƒ‹ƒh‹æØ‚è‹L†';
$strField = 'ƒtƒB[ƒ‹ƒh';
$strFileAlreadyExists = 'ƒtƒ@ƒCƒ‹u%sv‚ÍŠù‚ɃT[ƒo[‚É‘¶Ý‚µ‚µ‚Ü‚·Bƒtƒ@ƒCƒ‹–¼‚ð•ÏX‚·‚é‚©Aã‘‚«ƒIƒvƒVƒ‡ƒ“‚ðŠm”F‚µ‚Ä‚­‚¾‚³‚¢B';
$strFileCouldNotBeRead = 'ƒtƒ@ƒCƒ‹‚ð“Ç‚ß‚Ü‚¹‚ñB';
$strFileNameTemplateDescriptionDatabase = 'ƒf[ƒ^ƒx[ƒX–¼';
$strFileNameTemplateDescription = '‚±‚Ì’l‚Í %1$sstrftime%2$s ‚ð—p‚¢‚āA”»’f‚³‚ê‚Ü‚·B]‚Á‚āAŽžŠÔ‘Ž®‚Ì•¶Žš—ñ‚ðŽg—p‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚·B‚³‚ç‚ÉŽŸ‚Ì•¶Žš—ñ’uŠ·‚ª‹N‚±‚é‚Å‚µ‚傤: %3$sB‚»‚Ì‚Ü‚Ü‚É‘¼‚̃eƒLƒXƒg‚͈ێ‚³‚ê‚é‚Å‚µ‚傤B';
$strFileNameTemplateDescriptionServer = 'ƒT[ƒo[–¼';
$strFileNameTemplateDescriptionTable = 'ƒe[ƒuƒ‹–¼';
$strFileNameTemplateRemember = 'ƒeƒ“ƒvƒŒ[ƒg‚ðŠo‚¦‚é';
$strFileNameTemplate = 'ƒtƒ@ƒCƒ‹–¼‚̃eƒ“ƒvƒŒ[ƒg';
$strFileToImport = 'ƒtƒ@ƒCƒ‹‚ðƒCƒ“ƒ|[ƒg‚·‚é';
$strFixed = '΁Տ';
$strFlushPrivilegesNote = '’ˆÓ: phpMyAdmin ‚Í MySQL ‚Ì“ÁŒ ƒe[ƒuƒ‹‚©‚ç’¼Ú‚Ƀ†[ƒU[“ÁŒ ‚𓾂܂·B‚à‚µƒ}ƒjƒ…ƒAƒ‹‚Å“ÁŒ ‚ª•ÏX‚³‚ê‚Ä‚¢‚é‚ƁA‚±‚̃e[ƒuƒ‹‚Ì“à—e‚Ƃ͈قȂ邩‚à‚µ‚ê‚Ü‚¹‚ñB‚±‚̏ꍇA‘±‚¯‚é‚Ü‚¦‚É %s “ÁŒ ƒŠƒ[ƒh %s ‚ð‚·‚é•K—v‚ª‚ ‚è‚Ü‚·B';
$strFlushQueryCache = 'Æ‰ïƒLƒƒƒbƒVƒ…‚ðƒtƒ‰ƒbƒVƒ…‚·‚é';
$strFlushTable = 'ƒe[ƒuƒ‹‚̃LƒƒƒbƒVƒ…‚ð‹ó‚É‚·‚é("FLUSH")';
$strFlushTables = '‚·‚ׂẴe[ƒuƒ‹‚ðƒtƒ‰ƒbƒVƒ…‚·‚é(•Â‚¶‚é)';
$strFormat = 'ƒtƒH[ƒ}ƒbƒg';
$strFormEmpty = 'ƒtƒH[ƒ€‚Å‚Í’l‚ª‚ ‚è‚Ü‚¹‚ñ‚Å‚µ‚½B';
$strFreePages = 'ƒtƒŠ[‚ȃy[ƒW”';
$strFullText = '‘S•¶';
$strFunction = 'ŠÖ”';
 
$strGenBy = '¶¬ŠÂ‹«';
$strGeneralRelationFeat = 'ƒŠƒŒ[ƒVƒ‡ƒ“‹@”\\';
$strGenerate = '¶¬‚·‚é';
$strGeneratePassword = 'ƒpƒXƒ[ƒh‚𐶐¬‚·‚é';
$strGenTime = 'ì¬‚ÌŽžŠÔ';
$strGeorgian = 'ƒOƒ‹ƒWƒAŒê';
$strGerman = 'ƒhƒCƒcŒê';
$strGlobal = 'ƒOƒ[ƒoƒ‹';
$strGlobalPrivileges = 'ƒOƒ[ƒoƒ‹“ÁŒ ';
$strGlobalValue = 'ƒOƒ[ƒoƒ‹’l';
$strGo = 'ŽÀs‚·‚é';
$strGrantOption = 'Œ ŒÀˆÏ÷';
$strGreek = 'ƒMƒŠƒVƒAŒê';
$strGzip = '"gzip •ûŽ®"';
 
$strHandler = '“à•”ˆ—';
$strHasBeenAltered = '‚ð•ÏX‚µ‚Ü‚µ‚½B';
$strHasBeenCreated = '‚ðì¬‚µ‚Ü‚µ‚½B';
$strHaveToShow = '•\Ž¦‚·‚邽‚߂ɁA­‚È‚­‚Ä‚à‚ЂƂ‚̃Jƒ‰ƒ€‚ð‘I‘ð‚µ‚È‚¯‚ê‚΂Ȃè‚Ü‚¹‚ñB';
$strHebrew = 'ƒwƒuƒ‰ƒCŒê';
$strHexForBinary = 'ƒoƒCƒiƒŠƒtƒB[ƒ‹ƒh‚Í 16 i”‚ðŽg—p‚·‚é';
$strHome = 'ƒƒCƒ“ƒy[ƒW‚Ö';
$strHomepageOfficial = 'phpMyAdmin ƒz[ƒ€';
$strHostEmpty = 'ƒzƒXƒg–¼‚Í‹ó‚Å‚·!';
$strHost = 'ƒzƒXƒg';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 ƒGƒNƒXƒ|[ƒgƒIƒvƒVƒ‡ƒ“';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 ƒGƒNƒXƒ|[ƒgƒIƒvƒVƒ‡ƒ“';
$strHungarian = 'ƒnƒ“ƒKƒŠ[Œê';
 
$strIcelandic = 'ƒAƒCƒXƒ‰ƒ“ƒhŒê';
$strId = 'ID';
$strIdxFulltext = '‘S•¶';
$strIgnore = '–³Ž‹';
$strIgnoreDuplicates = 's‚Ì•¡»‚𖳎‹‚·‚é';
$strIgnoreInserts = 'uINSERT IGNOREv‚ðŽg—p‚·‚é';
$strIgnoringFile = 'ƒtƒ@ƒCƒ‹‚𖳎‹ %s';
$strImport = 'ƒCƒ“ƒ|[ƒg';
$strImportDocSQL = 'docSQL ƒtƒ@ƒCƒ‹ƒCƒ“ƒ|[ƒg';
$strImportFiles = 'ƒCƒ“ƒ|[ƒgƒtƒ@ƒCƒ‹';
$strImportFormat = 'ƒCƒ“ƒ|[ƒgÏƒtƒ@ƒCƒ‹‚̏‘Ž®';
$strImportSuccessfullyFinished = 'ƒCƒ“ƒ|[ƒg‚ɐ¬Œ÷‚µ‚Ü‚µ‚½B%d ŒÂ‚̏Ɖï‚ðŽÀs‚µ‚Ü‚µ‚½B';
$strIndex = 'ƒCƒ“ƒfƒbƒNƒX';
$strIndexes = 'ƒCƒ“ƒfƒbƒNƒXƒTƒCƒY';
$strIndexHasBeenDropped = 'ƒCƒ“ƒfƒbƒNƒX %s ‚ªíœ‚³‚ê‚Ü‚µ‚½';
$strIndexName = 'ƒCƒ“ƒfƒbƒNƒX–¼&nbsp;:';
$strIndexType = 'ƒCƒ“ƒfƒbƒNƒX‚ÌŽí—Þ&nbsp;:';
$strIndexWarningMultiple = '1 ŒÂ‚ð‰z‚¦‚é INDEX ƒL[‚ªƒJƒ‰ƒ€ `%s` —p‚ɍ쐬‚³‚ê‚Ü‚µ‚½B';
$strIndexWarningPrimary = 'PRIMARY ‚Æ INDEX ‚̃L[‚Í—¼•û‚Æ‚àAƒJƒ‰ƒ€ `%s` ‚ɐݒ肳‚ê‚é‚ׂ«‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strIndexWarningTable = 'ƒe[ƒuƒ‹ `%s` ‚̃Cƒ“ƒfƒbƒNƒX‚ÉŠÖ‚·‚é–â‘è‚Å‚·B';
$strIndexWarningUnique = 'UNIQUE ‚Æ INDEX ‚̃L[‚Í—¼•û‚Æ‚àAƒJƒ‰ƒ€ `%s` ‚ɐݒ肳‚ê‚é‚ׂ«‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strInnoDBAutoextendIncrementDesc = ' ‚»‚ꂪ‚¢‚Á‚Ï‚¢‚É‚È‚éê‡‚ɁAŽ©“®Šg’£‚·‚éƒe[ƒuƒ‹ƒXƒy[ƒX‚̃TƒCƒY‚ðŠg’£‚·‚邽‚ß‚Ì‘•ª—Ê‚Å‚·B';
$strInnoDBAutoextendIncrement = 'Ž©“®Šg’£‚̒ljÁ‘‰Á—Ê';
$strInnoDBBufferPoolSizeDesc = 'InnoDB ‚ªƒLƒƒƒbƒVƒ…ƒf[ƒ^‚Æ‚»‚̃e[ƒuƒ‹‚̃Cƒ“ƒfƒbƒNƒX‚ÉŽg‚¤ƒoƒbƒtƒ@ƒƒ‚ƒŠ‚̃TƒCƒY‚Å‚·B';
$strInnoDBBufferPoolSize = 'ƒoƒbƒtƒ@[’~ÏƒTƒCƒY';
$strInnoDBDataFilePath = 'ƒf[ƒ^ƒtƒ@ƒCƒ‹';
$strInnoDBDataHomeDirDesc = '‚·‚×‚Ä‚Ì InnoDB ƒf[ƒ^ƒtƒ@ƒCƒ‹—p‚̃fƒBƒŒƒNƒgƒŠƒpƒX‚Ì‹¤’Ê•”•ª‚Å‚·B';
$strInnoDBDataHomeDir = 'ƒf[ƒ^ƒz[ƒ€ƒfƒBƒŒƒNƒgƒŠ';
$strInnoDBPages = 'ƒy[ƒW';
$strInnodbStat = 'InnoDB ƒXƒe[ƒ^ƒX';
$strInsecureMySQL = '‚ ‚È‚½‚̃Rƒ“ƒtƒBƒOƒŒ[ƒVƒ‡ƒ“ƒtƒ@ƒCƒ‹‚̐ݒ肪 MySQL ƒfƒtƒHƒ‹ƒg‚Ì“ÁŒ ƒAƒJƒEƒ“ƒg‚É‚È‚Á‚Ä‚¢‚Ü‚· (root ƒ†[ƒU[‚ŃpƒXƒ[ƒh‚È‚µ) B MySQL ƒT[ƒo[‚à‚±‚̃fƒtƒHƒ‹ƒgÝ’è‚Å“®ì‚µ‚Ä‚¢‚é‚̂ŁAN“üŽÒ‚ɑ΂µ‚Ä–³–h”õ‚Å‚·B‚±‚̃ZƒLƒ…ƒŠƒeƒB[ƒz[ƒ‹‚Í•K‚¸•Â‚´‚µ‚Ä‚­‚¾‚³‚¢B';
$strInsertAsNewRow = 'V‚µ‚¢s‚Æ‚µ‚ĒljÁ‚·‚é';
$strInsert = '’ljÁ';
$strInsertedRowId = 'ƒCƒ“ƒT[ƒg‚µ‚½s ID:';
$strInsertedRows = '’ljÁ‚³‚ꂽs”:';
$strInsertNewRow = 'V‚µ‚¢s‚ð’ljÁ‚·‚é';
$strInternalNotNecessary = '* InnoDB ‚ª‘¶Ý‚·‚éê‡A“à•”ƒŠƒŒ[ƒVƒ‡ƒ“‚Í•K—v‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strInternalRelations = '“à•”ƒŠƒŒ[ƒVƒ‡ƒ“';
$strInUse = 'Žg—p’†';
$strInvalidAuthMethod = 'Ý’èã‚Ő³‚µ‚­‚È‚¢”FØ•û–@‚ðÝ’肵‚Ä‚¢‚Ü‚·:';
$strInvalidColumn = '³‚µ‚­‚È‚¢—ñ (%s) ‚ªŽw’肳‚ê‚Ü‚µ‚½!';
$strInvalidColumnCount = 'ƒJƒ‰ƒ€”‚Í 0 ‚æ‚è‘å‚«‚­‚È‚¯‚ê‚΂¢‚¯‚Ü‚¹‚ñB';
$strInvalidCSVFieldCount = 'CSV “ü—Í’† ‚É–³Œø‚ȍ€–ڐ”‚ª‚ ‚è‚Ü‚·(s:%d)';
$strInvalidCSVFormat = 'CSV “ü—Í’† ‚É–³Œø‚ȏ‘Ž®‚ª‚ ‚è‚Ü‚·(s:%d)';
$strInvalidCSVParameter = 'CSV ƒCƒ“ƒ|[ƒg‚̃pƒ‰ƒ[ƒ^[‚ª–³Œø‚Å‚·: %s';
$strInvalidFieldAddCount = '­‚È‚­‚Æ‚à‚ЂƂ‚̃tƒB[ƒ‹ƒh‚ð’ljÁ‚µ‚È‚¯‚ê‚΂Ȃè‚Ü‚¹‚ñB';
$strInvalidFieldCount = 'ƒe[ƒuƒ‹‚͏­‚È‚­‚Æ‚à‚ЂƂ‚̃tƒB[ƒ‹ƒh‚ª•K—v‚Å‚·B';
$strInvalidLDIImport = '‚±‚̃vƒ‰ƒOƒCƒ“‚͈³kÏƒCƒ“ƒ|[ƒg‚ðƒTƒ|[ƒg‚µ‚Ä‚¢‚Ü‚¹‚ñ!';
$strInvalidRowNumber = '%d ‚͐³‚µ‚­‚È‚¢s”ԍ†‚Å‚·B';
$strInvalidServerHostname = 'ƒT[ƒo[u%1$sv‚̃zƒXƒg–¼‚ª–³Œø‚Å‚·BÝ’è‚𒲍¸‚µ‚Ä‚­‚¾‚³‚¢B';
$strInvalidServerIndex = '–³Œø‚ȃT[ƒo[ƒCƒ“ƒfƒbƒNƒX‚Å‚·: "%s"';
 
$strJapanese = '“ú–{Œê';
$strJoins = 'Œ‹‡';
$strJumpToDB = '&quot;%s&quot; ƒf[ƒ^ƒx[ƒX‚ÖƒWƒƒƒ“ƒv.';
$strJustDelete = '“ÁŒ ƒe[ƒuƒ‹‚©‚烆[ƒU[‚𑦍폜‚·‚é';
$strJustDeleteDescr = '&quot;íœÏ&quot; ƒ†[ƒU[‚Í“ÁŒ ‚ªƒŠƒ[ƒh‚³‚ê‚é‚܂ŃT[ƒo[‚ɃAƒNƒZƒX‰Â”\‚Å‚·B';
 
$strKanjiEncodConvert = 'Š¿ŽšƒR[ƒh•ÏŠ·'; // kanji code convert
$strKeepPass = 'ƒpƒXƒ[ƒh‚ð•ÏX‚µ‚È‚¢';
$strKeyCache = 'ƒL[ƒLƒƒƒbƒVƒ…';
$strKeyname = 'ƒL[–¼';
$strKill = '’âŽ~';
$strKorean = 'ŠØ‘Œê';
 
$strLandscape = 'ƒ‰ƒ“ƒhƒXƒP[ƒv';
$strLanguageFileNotFound = 'Œ¾Œêƒtƒ@ƒCƒ‹u%1$sv‚ªŒ©‚‚©‚è‚Ü‚¹‚ñB';
$strLanguageUnknown = '•s–¾‚ÌŒ¾Œê: %1$s.';
$strLatchedPages = 'ƒ‰ƒbƒ`‚³‚ê‚Ä‚¢‚éƒy[ƒW';
$strLatexCaption = 'ƒe[ƒuƒ‹ƒLƒƒƒvƒVƒ‡ƒ“';
$strLatexContent = 'ƒe[ƒuƒ‹ __TABLE__ ‚Ì“à—e';
$strLatexContinuedCaption = 'Œp‘±Žž‚̃e[ƒuƒ‹ƒLƒƒƒvƒVƒ‡ƒ“';
$strLatexContinued = '(‘±‚¯‚é)';
$strLatexIncludeCaption = 'ƒe[ƒuƒ‹ƒLƒƒƒvƒVƒ‡ƒ“‚ðŠÜ‚Þ';
$strLatexLabel = 'ƒ‰ƒxƒ‹ƒL[';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX ƒIƒvƒVƒ‡ƒ“';
$strLatexStructure = 'ƒe[ƒuƒ‹ __TABLE__ ‚̍\‘¢';
$strLatvian = 'ƒ‰ƒgƒrƒAŒê';
$strLDIImportOptions = 'LOAD DATA ‚ð—p‚¢‚Ä CSV ‚̃Cƒ“ƒ|[ƒg‚ð‚·‚éƒIƒvƒVƒ‡ƒ“';
$strLDI = 'LOAD DATA ‚ð—p‚¢‚½ CSV';
$strLDILocal = 'ƒ[ƒJƒ‹ƒL[ƒ[ƒh‚ðŽg—p‚·‚é';
$strLengthSet = '’·‚³/ƒZƒbƒg*';
$strLimitNumRows = 'ƒy[ƒW‚̍ő僌ƒR[ƒh”';
$strLinesTerminatedBy = 's‚̏I’[‹L†';
$strLinkNotFound = 'ƒŠƒ“ƒN‚ªŒ©‚‚©‚è‚Ü‚¹‚ñ';
$strLinksTo = 'ƒŠƒ“ƒN';
$strLithuanian = 'ƒŠƒgƒAƒjƒAŒê';
$strLocalhost = 'ƒ[ƒJƒ‹';
$strLocationTextfile = 'ƒeƒLƒXƒgƒtƒ@ƒCƒ‹‚̏ꏊ';
$strLoginInformation = 'ƒƒOƒCƒ“î•ñ';
$strLogin = 'ƒƒOƒCƒ“';
$strLogout = 'ƒƒOƒAƒEƒg';
$strLogPassword = 'ƒpƒXƒ[ƒh:';
$strLogServer = 'ƒT[ƒo[';
$strLogUsername = 'ƒ†[ƒU[–¼:';
$strLongOperation = '‚±‚Ì‘€ì‚ÍŽžŠÔ‚ª‚©‚©‚è‚Ü‚·B‚»‚ê‚Å‚ài‚Ý‚Ü‚·‚©?';
 
$strMaxConnects = 'Å‘å•ÀsÚ‘±';
$strMaximalQueryLength = 'ì¬‚·‚éÆ‰ï‚̍ő咷';
$strMaximumSize = 'Å‘åƒTƒCƒY: %s%s';
$strMbExtensionMissing = 'mbstring PHP Šg’£‚ÍŒ©‚‚©‚è‚Ü‚¹‚ñ‚Å‚µ‚½‚ªAAƒ}ƒ‹ƒ`ƒoƒCƒg•¶ŽšƒZƒbƒg‚ðŽg—p‚µ‚Ä‚¢‚é‚悤‚ÉŒ©‚¦‚Ü‚·BphpMyAdmin ‚Í mbstring Šg’£‚È‚µ‚Å‚Í•¶Žš—ñ‚𐳊m‚É•ªŠ„‚·‚邱‚Æ‚ª‚Å‚«‚¸A‚Ü‚½A—\Šú‚µ‚È‚¢Œ‹‰Ê‚ª•Ô‚Á‚Ä‚­‚é‚©‚à‚µ‚ê‚Ü‚¹‚ñB';
$strMbOverloadWarning = 'PHP ‚̐ݒè‚Å mbstring.func_overload ‚ª—LŒø‚Å‚·B‚±‚̃IƒvƒVƒ‡ƒ“‚Í phpMyAdmin ‚ƌ݊·«‚ª‚È‚­A‚¢‚­‚¤‚‚©‚̃f[ƒ^‚Ì”j‰ó‚ðˆø‚«‹N‚±‚·‚©‚à‚µ‚ê‚Ü‚¹‚ñ!';
$strMIME_available_mime = '—LŒø‚È MIME ƒ^ƒCƒv';
$strMIME_available_transform = '•ÏŠ·—LŒø';
$strMIME_description = 'à–¾';
$strMIME_MIMEtype = 'MIME ƒ^ƒCƒv';
$strMIME_nodescription = '‚±‚Ì•ÏŠ·‚É‚Í—LŒø‚Èà–¾‚ª‚ ‚è‚Ü‚¹‚ñB<br />ìŽÒ‚É%s‚̈Ӗ¡‚ð‚²Šm”F‚­‚¾‚³‚¢B';
$strMIME_transformation_note = '—˜—p‰Â”\‚È•ÏŠ·ƒIƒvƒVƒ‡ƒ“‚̈ꗗA‚¨‚æ‚Ñ‚»‚ê‚ç‚Ì MIME Œ`Ž®•ÏŠ·‚ÉŠÖ‚µ‚ẮA%s•ÏŠ·‚Ìà–¾%s ‚ðƒNƒŠƒbƒN‚µ‚Ä‚­‚¾‚³‚¢B';
$strMIME_transformation_options = '•ÏŠ·ƒIƒvƒVƒ‡ƒ“';
$strMIME_transformation_options_note = '‚±‚̏‘Ž®‚ðŽg—p‚µ‚āA•ÏŠ·ƒIƒvƒVƒ‡ƒ“‚Ì’l‚ð“ü—Í‚µ‚Ä‚­‚¾‚³‚¢: \'a\',\'b\',\'c\'...<br />ƒoƒbƒNƒXƒ‰ƒbƒVƒ…("\")‚âƒVƒ“ƒOƒ‹ƒNƒH[ƒg("\'")‚ð’l‚ÉŠÜ‚ß‚é•K—v‚ª‚ ‚éê‡‚Í(u\\\\xyzv‚âua\\\'bv‚̂悤‚É)ƒoƒbƒNƒXƒ‰ƒbƒVƒ…‚ŃGƒXƒP[ƒv‚µ‚Ä‚­‚¾‚³‚¢';
$strMIME_transformation = 'ƒuƒ‰ƒEƒU[•ÏŠ·';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'ƒCƒ^ƒŠƒbƒN‘̂ňóü‚³‚ꂽ MIME ƒ^ƒCƒv‚͌•ʂ̕ϊ·ŠÖ”‚ðŽ‚Á‚Ä‚¢‚Ü‚¹‚ñB';
$strModifications = '‚𐳂µ‚­C³‚µ‚Ü‚µ‚½B';
$strModify = 'C³';
$strModifyIndexTopic = 'ƒCƒ“ƒfƒbƒNƒX‚ð•ÏX‚·‚é';
$strMoveTable = 'ƒe[ƒuƒ‹‚ð(database<b>.</b>table)‚Ɉړ®‚·‚é:';
$strMoveTableOK = 'ƒe[ƒuƒ‹u%sv‚ðu%sv‚Ɉړ®‚µ‚Ü‚µ‚½B';
$strMoveTableSameNames = '“¯‚¶ƒe[ƒuƒ‹‚Ɉړ®‚Å‚«‚Ü‚¹‚ñ!';
$strMultilingual = '‘½‘Œê';
$strMyISAMDataPointerSizeDesc = 'CREATE TABLE ‚Å MyISAM ƒe[ƒuƒ‹‚ÉŽg—p‚·‚é MAX_ROWS ƒIƒvƒVƒ‡ƒ“‚ªŽw’肳‚ê‚È‚¢ê‡‚̃oƒCƒgŽw’è‚̃fƒtƒHƒ‹ƒgƒ|ƒCƒ“ƒ^[ƒTƒCƒY‚Å‚·B';
$strMyISAMDataPointerSize = 'ƒf[ƒ^‚̃|ƒCƒ“ƒ^[ƒTƒCƒY';
$strMyISAMMaxExtraSortFileSize = 'ƒCƒ“ƒfƒbƒNƒXì¬—pˆêŽžƒtƒ@ƒCƒ‹‚̍őåƒTƒCƒY';
$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAM‚̃Cƒ“ƒfƒbƒNƒX‚ð‚‘¬ì¬‚·‚é‚Æ‚«‚É—˜—p‚·‚éƒeƒ“ƒ|ƒ‰ƒŠƒtƒ@ƒCƒ‹‚Ì‘å‚«‚³‚ªAƒL[ƒLƒƒƒbƒVƒ…‚ð—˜—p‚·‚é‚Æ‚«‚æ‚肱‚±‚ÉŽw’肵‚½’lˆÈã‘å‚«‚­‚È‚éê‡‚́AƒL[ƒLƒƒƒbƒVƒ…–@‚ªŽg‚í‚ê‚Ü‚·B';
$strMyISAMMaxSortFileSizeDesc = 'MyISAM ƒCƒ“ƒfƒbƒNƒX‚̍č쐬‚ÅŽg—p‚·‚邱‚Æ‚ª‹–‚³‚ꂽ MySQL ˆêŽžƒtƒ@ƒCƒ‹‚̍őåƒTƒCƒY‚Å‚· (REPAIR TABLE ’†AALTER TABLE ‚© LOAD DATA INFILE)';
$strMyISAMMaxSortFileSize = 'ˆêŽžƒ\[ƒgƒtƒ@ƒCƒ‹‚̍őåƒTƒCƒY';
$strMyISAMRecoverOptions = 'Ž©“®C•œƒ‚[ƒh';
$strMyISAMRecoverOptionsDesc = 'ƒNƒ‰ƒbƒVƒ…‚µ‚½ MyISAM ƒe[ƒuƒ‹‚ÌŽ©“®‰ñ•œ—pƒ‚[ƒh‚ŁAƒT[ƒo[‹N“®ƒIƒvƒVƒ‡ƒ“ --myisam-recover ‚Őݒ肵‚Ü‚·B';
$strMyISAMRepairThreadsDesc = '‚à‚µ‚±‚Ì’l‚ª 1 ˆÈã‚È‚çAMyISAM ƒe[ƒuƒ‹‚̃Cƒ“ƒfƒbƒNƒX‚̓\[ƒgˆ—‚̏C•œ’†‚É•½s‚Å(‚»‚ꎩg‚ÌŠeƒCƒ“ƒfƒbƒNƒX‚ð)ì¬‚µ‚Ü‚·B';
$strMyISAMRepairThreads = 'ƒXƒŒƒbƒh‚̏C•œ';
$strMyISAMSortBufferSizeDesc = '‚±‚̃oƒbƒtƒ@[‚́AREPAIR TABLE ‚ÌŠÔ‚É MyISAM ƒCƒ“ƒfƒbƒNƒX‚ðƒ\[ƒg‚·‚éê‡A‚Ü‚½‚Í CREATE INDEX ‚© ALTER TABLE ‚ƃCƒ“ƒfƒbƒNƒX‚ðì¬‚·‚éê‡‚ɁAŠ„‚è•t‚¯‚ç‚ê‚Ü‚·B';
$strMyISAMSortBufferSize = 'ƒ\[ƒgƒoƒbƒtƒ@[ƒTƒCƒY';
$strMySQLCharset = 'MySQL ‚Ì•¶ŽšƒZƒbƒg';
$strMysqlClientVersion = 'MySQL ƒNƒ‰ƒCƒAƒ“ƒgƒo[ƒWƒ‡ƒ“';
$strMySQLConnectionCollation = 'MySQL Ú‘±Æ‡‡˜';
$strMySQLSaid = 'MySQL‚̃ƒbƒZ[ƒW: ';
$strMySQLShowProcess = 'MySQL ƒvƒƒZƒX‚Ì•\Ž¦';
$strMySQLShowStatus = 'MySQL ‚̃‰ƒ“ƒ^ƒCƒ€î•ñ';
$strMySQLShowVars = 'MySQL ‚̃VƒXƒeƒ€•Ï”';
 
$strName = '–¼‘O';
$strNext = 'ŽŸ‚Ö';
$strNoActivity = '%s •bˆÈã‘€ì‚ð‚µ‚Ü‚¹‚ñ‚Å‚µ‚½BÄ“xƒƒOƒCƒ“‚ð‚µ‚Ä‚­‚¾‚³‚¢B';
$strNoDatabases = 'ƒf[ƒ^ƒx[ƒX”';
$strNoDatabasesSelected = 'ƒf[ƒ^ƒx[ƒX‚ª‘I‘ð‚³‚ê‚Ä‚¢‚Ü‚¹‚ñB';
$strNoDescription = '‹Lq‚ª‚ ‚è‚Ü‚¹‚ñ';
$strNoDetailsForEngine = '‚±‚̃XƒgƒŒ[ƒWƒGƒ“ƒWƒ“‚É‚Í—LŒø‚ȃXƒe[ƒ^ƒX‚̏ڍ׏î•ñ‚Í‚ ‚è‚Ü‚¹‚ñB';
$strNoDropDatabases = 'uDROP DATABASEvƒXƒe[ƒgƒƒ“ƒg‚Í‹ÖŽ~‚³‚ê‚é';
$strNoExplain = 'SQL ‚Ì•ªÍ‚ð”ò‚΂·';
$strNoFilesFoundInZip = 'ZIP ƒA[ƒJƒCƒu’†‚Ƀtƒ@ƒCƒ‹‚ªŒ©‚‚©‚è‚Ü‚¹‚ñ!';
$strNoFrames = 'phpMyAdmin ‚Í<b>ƒtƒŒ[ƒ€</b>‚ðƒTƒ|[ƒg‚µ‚½ƒuƒ‰ƒEƒU‚Å‚Ì—˜—p‚ð‚¨Š©‚ß‚µ‚Ü‚·B';
$strNoIndex = 'ƒCƒ“ƒfƒbƒNƒX‚͐ݒ肳‚ê‚Ä‚¢‚Ü‚¹‚ñB';
$strNoIndexPartsDefined = 'ƒCƒ“ƒfƒbƒNƒX‚Ì•”•ª‚͐ݒ肳‚ê‚Ä‚¢‚Ü‚¹‚ñB';
$strNoModification = '•ÏX–³‚µ';
$strNone = '–³‚µ';
$strNoOptions = '‚±‚̏‘Ž®‚̓IƒvƒVƒ‡ƒ“‚ª‚ ‚è‚Ü‚¹‚ñB';
$strNoPassword = 'ƒpƒXƒ[ƒh–³‚µ';
$strNoPermission = 'ƒtƒ@ƒCƒ‹u%sv‚ð•Û‘¶‚·‚éƒp[ƒ~ƒbƒVƒ‡ƒ“‚ðƒEƒFƒuƒT[ƒo[‚ÍŽ‚Á‚Ä‚¢‚Ü‚¹‚ñB';
$strNoPhp = 'PHP ƒR[ƒh–³‚µ';
$strNoPrivileges = '“ÁŒ –³‚µ';
$strNoRights = 'Œ»Ý“ÁŒ ‚ðŽ‚Á‚Ä‚È‚¢‚Ì‚Å‚±‚±‚É“ü‚ê‚Ü‚¹‚ñB';
$strNoRowsSelected = 's‚Í‘I‘ð‚³‚ê‚Ü‚¹‚ñ‚Å‚µ‚½B';
$strNo = '‚¢‚¢‚¦';
$strNoSpace = 'ƒtƒ@ƒCƒ‹u%sv‚ð•Û‘¶‚·‚é‚É‚Í‹ó‚«—e—Ê‚ª•s\•ª‚Å‚·B';
$strNoTablesFound = 'Œ»Ý‚̃f[ƒ^ƒx[ƒX‚Ƀe[ƒuƒ‹‚Í‚ ‚è‚Ü‚¹‚ñB';
$strNoThemeSupport = 'ƒe[ƒ}‚ðƒTƒ|[ƒg‚µ‚Ä‚¢‚Ü‚¹‚ñBÝ’è‚ƃe[ƒ}ƒfƒBƒŒƒNƒgƒŠu%sv‚ðŠm”F‚µ‚Ä‚­‚¾‚³‚¢B';
$strNothingToImport = '‚¢‚­‚‚©‚̃f[ƒ^‚̓Cƒ“ƒ|[ƒg‚µ‚Ä‚¢‚Ü‚¹‚ñ!';
$strNotNumber = '‚±‚ê‚͐”’l‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strNotOK = 'OK ‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strNotSet = 'ƒe[ƒuƒ‹u<b>%s</b>v‚ªŒ©‚‚©‚ç‚È‚¢‚©A%s ‚ªÝ’肳‚ê‚Ä‚¢‚Ü‚¹‚ñB';
$strNoUsersFound = 'ŠY“–ƒ†[ƒU[‚ÍŒ©‚‚©‚è‚Ü‚¹‚ñ‚Å‚µ‚½B';
$strNoValidateSQL = 'SQL ŒŸØ‚ðƒXƒLƒbƒv';
$strNull = '‹ó‚Ì’l(NULL)';
$strNumberOfFields = 'ƒtƒB[ƒ‹ƒh”';
$strNumSearchResultsInTable = 'ƒe[ƒuƒ‹ <i>%2\$s</i> ‚Å %2\$s Œˆê’v‚µ‚Ü‚µ‚½B';
$strNumSearchResultsTotal = '<b>Œ”:</b> <i>%s</i> ‚ªŒ©‚‚©‚è‚Ü‚µ‚½B';
$strNumTables = 'ƒe[ƒuƒ‹';
 
$strOK = 'OK';
$strOpenNewWindow = 'V‚µ‚¢ phpMyAdmin ‚̃EƒBƒ“ƒhƒE‚ðŠJ‚­';
$strOperations = '‘€ì';
$strOperator = '‘€ì';
$strOptimizeTable = 'ƒe[ƒuƒ‹‚ðÅ“K‰»‚·‚é';
$strOr = '‚Ü‚½‚Í';
$strOverhead = 'ƒI[ƒo[ƒwƒbƒh';
$strOverwriteExisting = 'ƒtƒ@ƒCƒ‹‚ª‘¶Ý‚·‚éê‡‚͏㏑‚«';
 
$strPageNumber = 'ƒy[ƒW”ԍ†:';
$strPagesToBeFlushed = 'ƒtƒ‰ƒbƒVƒ…‚³‚ꂽƒy[ƒW”';
$strPaperSize = 'Ž†ƒTƒCƒY';
$strPartialImport = '•”•ª“I‚ȃCƒ“ƒ|[ƒg';
$strPartialText = '•”•ª“I‚È•¶‘';
$strPasswordChanged = '%s ‚̃pƒXƒ[ƒh‚͕ύX‚³‚ê‚Ü‚µ‚½B';
$strPasswordEmpty = 'ƒpƒXƒ[ƒh‚ª‹ó‚Å‚·B';
$strPasswordHashing = 'ƒpƒXƒ[ƒhƒnƒbƒVƒ…';
$strPasswordNotSame = 'ƒpƒXƒ[ƒh‚ª“¯‚¶‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strPassword = 'ƒpƒXƒ[ƒh';
$strPdfDbSchema = 'ƒf[ƒ^ƒx[ƒXu%sv‚̃XƒL[ƒ} - ƒy[ƒW %s';
$strPdfInvalidTblName = '"%s" ƒe[ƒuƒ‹‚ª‚ ‚è‚Ü‚¹‚ñ!';
$strPdfNoTables = 'ƒe[ƒuƒ‹‚ª‚ ‚è‚Ü‚¹‚ñ';
$strPDFOptions = 'PDF ƒIƒvƒVƒ‡ƒ“';
$strPDF = 'PDF';
$strPDFReportTitle = 'ƒŒƒ|[ƒg‚Ì‘è–¼';
$strPerHour = 'Žž–ˆ';
$strPerMinute = '/•ª';
$strPerSecond = '/•b';
$strPersian = 'ƒyƒ‹ƒVƒAŒê';
$strPhoneBook = '“d˜b’ ';
$strPHP40203 = 'ƒ}ƒ‹ƒ`ƒoƒCƒg•¶Žš(mbstring)‚̈µ‚¢‚ɏd‘å‚ȃoƒO‚Ì‚ ‚é PHP 4.2.3 ‚ðŽg‚Á‚Ä‚¢‚Ü‚·BPHP ‚̃oƒOƒŒƒ|[ƒg 19404 ”Ô‚Å‚·BphpMyAdmin ‚ðŽg—p‚·‚é‚È‚çA‚±‚̃o[ƒWƒ‡ƒ“‚Ì PHP ‚Í‚¨§‚ß‚µ‚Ü‚¹‚ñ...‚ÆŒ¾‚¤‚©ƒpƒbƒ`‚ð‚ ‚Ä‚È‚¯‚ê‚Γ®ì‚µ‚Ü‚¹‚ñB';
$strPhp = 'PHP ƒR[ƒh‚̍쐬';
$strPHPVersion = 'PHP ƒo[ƒWƒ‡ƒ“';
$strPmaDocumentation = 'phpMyAdmin ‚̃hƒLƒ…ƒƒ“ƒg';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> ‚ð•K‚¸Ý’èƒtƒ@ƒCƒ‹‚Őݒ肵‚Ä‚­‚¾‚³‚¢!';
$strPolish = 'ƒ|[ƒ‰ƒ“ƒhŒê';
$strPortrait = 'ƒ|[ƒgƒŒƒCƒg';
$strPos1 = 'Å‰';
$strPrevious = 'ˆÈ‘O';
$strPrimary = 'Žå—v';
$strPrimaryKeyHasBeenDropped = 'ŽåƒL[‚ðíœ‚µ‚Ü‚µ‚½B';
$strPrimaryKeyName = 'ŽåƒL[‚Ì–¼‘O‚Í... PRIMARY ‚Å‚Í‚È‚¯‚ê‚΂¢‚¯‚Ü‚¹‚ñB';
$strPrimaryKeyWarning = '("PRIMARY"‚Í‚¿‚傤‚ÇŽåƒL[‚Ì–¼‘O‚Å‚Í‚È‚¯‚ê‚΂¢‚¯‚Ü‚¹‚ñB';
$strPrint = 'ˆóü';
$strPrintViewFull = 'ˆóüƒrƒ…[ (‘SƒeƒLƒXƒg‚ðŠÜ‚Þ)';
$strPrintView = 'ˆóü—p‚Ì•\Ž¦';
$strPrivDescAllPrivileges = 'GRANT ‚ðœ‚­‚·‚ׂĂ̓ÁŒ ‚ðŠÜ‚Ý‚Ü‚·B';
$strPrivDescAlterRoutine = 'ƒXƒgƒAƒhƒ‹[ƒ`ƒ“‚̕ύX‚Æ”jŠü‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescAlter = '‘¶Ý‚·‚éƒe[ƒuƒ‹\‘¢‚̕ύX‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescCreateDb = 'V‚µ‚¢ƒf[ƒ^ƒx[ƒXAƒe[ƒuƒ‹‚̍쐬‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescCreateRoutine = 'ƒXƒgƒAƒhƒ‹[ƒ`ƒ“‚̍쐬‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescCreateTbl = 'V‚µ‚¢ƒe[ƒuƒ‹‚̍쐬‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescCreateTmpTable = 'ƒeƒ“ƒ|ƒ‰ƒŠ[ƒe[ƒuƒ‹‚̍쐬‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescCreateUser = 'ƒ†[ƒU[ƒAƒJƒEƒ“ƒg‚̍쐬E”jŠüE–¼Ì•ÏX‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescCreateView = 'V‚µ‚¢ƒrƒ…[‚̍쐬‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescDelete = 'ƒf[ƒ^‚̍폜‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescDropDb = 'ƒf[ƒ^ƒx[ƒX‚ƃe[ƒuƒ‹‚̍폜‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescDropTbl = 'ƒe[ƒuƒ‹‚̍폜‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescExecute5 = 'ƒXƒgƒAƒhƒ‹[ƒ`ƒ“‚ÌŽÀs‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescExecute = 'ƒXƒgƒA[ƒhƒvƒƒVƒWƒƒ[‚ðŽÀs‚·‚邱‚Æ‚ð‹–‰Â‚µ‚Ü‚·B‚±‚Ì MySQL ”łł͈Ӗ¡‚ ‚è‚Ü‚¹‚ñB';
$strPrivDescFile = 'ƒf[ƒ^‚̃Cƒ“ƒ|[ƒgAƒf[ƒ^‚̃tƒ@ƒCƒ‹‚ւ̃GƒNƒXƒ|[ƒg‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescGrant = '“ÁŒ ƒe[ƒuƒ‹‚̃Šƒ[ƒh‚È‚µ‚Ƀ†[ƒU[A“ÁŒ ‚̒ljÁ‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescIndex = 'ƒCƒ“ƒfƒbƒNƒX‚̍쐬Aíœ‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescInsert = 'ƒf[ƒ^‚Ì‘}“üA“ü‚ê‘Ö‚¦‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescLockTables = 'Œ»Ý‚̃XƒŒƒbƒh‚̃ƒbƒLƒ“ƒOƒe[ƒuƒ‹‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescMaxConnections = '1 ŽžŠÔ“à‚ɐV‚µ‚­Ú‘±‰Â”\‚Ȑ”‚𐧌À‚µ‚Ü‚·B';
$strPrivDescMaxQuestions = '1 ŽžŠÔ“à‚ɃT[ƒo[‚ɏƉï‚ð‘—‚ê‚鐔‚𐧌À‚µ‚Ü‚·B';
$strPrivDescMaxUpdates = '1 ŽžŠÔ“à‚Ƀe[ƒuƒ‹Aƒf[ƒ^ƒx[ƒX‚ɑ΂µ‚Ă̕ύX‚ª”­¶‚·‚éƒRƒ}ƒ“ƒh‚̐”‚𐧌À‚µ‚Ü‚·B';
$strPrivDescMaxUserConnections = 'ƒ†[ƒU[‚Ì“¯Žž‚̐ڑ±”‚𐧌À‚µ‚Ü‚·B';
$strPrivDescProcess3 = '‘¼‚̃†[ƒU[ƒvƒƒZƒX‚ð’âŽ~‚Å‚«‚邱‚Æ‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescProcess4 = 'ƒvƒƒZƒXˆê——’†‚ÌŠ®‘S‚ȏƉï‚Ì•\Ž¦‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescReferences = '‚±‚Ì MySQL ƒo[ƒWƒ‡ƒ“‚ł͈Ӗ¡‚ ‚è‚Ü‚¹‚ñB';
$strPrivDescReload = 'ƒT[ƒo[‚̃Šƒ[ƒhAƒLƒƒƒbƒVƒ…‚̃NƒŠƒA‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescReplClient = 'ƒXƒŒ[ƒu‚©ƒ}ƒXƒ^[‚ð—v‹‚Å‚«‚錠—˜‚ðƒ†[ƒU[‚É—^‚¦‚Ü‚·B';
$strPrivDescReplSlave = 'ƒŒƒvƒŠƒP[ƒVƒ‡ƒ“ƒXƒŒ[ƒu‚ª•K—v‚Å‚·B';
$strPrivDescSelect = 'ƒf[ƒ^‚̓ǂݏo‚µ‹–‰Â';
$strPrivDescShowDb = 'ƒf[ƒ^ƒx[ƒX‚ÌŠ®‘S‚Ȉꗗ‚ւ̃AƒNƒZƒXŒ ‚ð—^‚¦‚Ü‚·B';
$strPrivDescShowView = 'Æ‰ï SHOW CREATE VIEW ‚ÌŽÀs‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescShutdown = 'ƒT[ƒo[‚̃Vƒƒƒbƒgƒ_ƒEƒ“‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescSuper = 'Å‘å‚̐ڑ±”‚É’B‚µ‚Ä‚àÚ‘±‚ð‹–‰Â‚µ‚Ü‚·B‘½‚­‚ÌŠÇ—‘€ì‚̓Oƒ[ƒoƒ‹•Ï”‚⑼ƒ†[ƒU[ƒvƒƒZƒX‚̏I—¹‚ª‚Å‚«‚é‚悤‚Ȑݒ肪•K—v‚Å‚·B';
$strPrivDescUpdate = 'ƒf[ƒ^‚̏C³‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescUsage = '“ÁŒ ‚ª‚ ‚è‚Ü‚¹‚ñB';
$strPrivileges = '“ÁŒ ';
$strPrivilegesReloaded = '“ÁŒ ‚̓Šƒ[ƒh‚³‚ê‚Ü‚µ‚½B';
$strProcesslist = 'ƒvƒƒZƒXˆê——';
$strProtocolVersion = 'ƒvƒƒgƒRƒ‹ƒo[ƒWƒ‡ƒ“';
$strPutColNames = 'Å‰‚Ì 1 s–ڂɃtƒB[ƒ‹ƒh–¼‚ð’ljÁ‚·‚é';
 
$strQBE = 'Æ‰ï';
$strQBEDel = 'íœ';
$strQBEIns = '‘}“ü';
$strQueryCache = 'Æ‰ïƒLƒƒƒbƒVƒ…';
$strQueryFrame = 'Æ‰ïƒEƒBƒ“ƒhƒE';
$strQueryOnDb = 'ƒf[ƒ^ƒx[ƒX‚Ì SQL <b>%s</b>:';
$strQuerySQLHistory = 'SQL —š—ð';
$strQueryStatistics = '<b>Æ‰ï“Œv</b>: ‹N“®Žž‚©‚ç %s ŒÂ‚̏ƉƒT[ƒo[‚É‘—M‚³‚ê‚Ä‚¢‚Ü‚·B';
$strQueryTime = 'Æ‰ï‚ÌŽÀsŽžŠÔ %01.4f •b';
$strQueryType = 'Æ‰ïƒ^ƒCƒv';
$strQueryWindowLock = 'ƒEƒBƒ“ƒhƒE‚ÌŠO‚©‚炱‚̏Ɖï‚ð‘‚«Š·‚¦‚Å‚«‚Ü‚¹‚ñB';
 
$strReadRequests = '“ǂݍž‚݃ŠƒNƒGƒXƒg”';
$strReceived = 'ŽóMÏ';
$strRecords = 'ƒŒƒR[ƒh”';
$strReferentialIntegrity = 'Œ‹‡€–ڂ̃`ƒFƒbƒN:';
$strRefresh = 'Ä•`‰æ';
$strRelationalSchema = 'ƒŠƒŒ[ƒVƒ‡ƒiƒ‹ƒXƒL[ƒ}';
$strRelationNotWorking = 'phpMyAdmin ‚Ì“ÆŽ©‹@”\‚Å‚ ‚郊ƒŒ[ƒVƒ‡ƒ“‹@”\‚ðˆ—‚·‚邽‚߂̃Šƒ“ƒNƒe[ƒuƒ‹‚ª—LŒø‚É‚È‚Á‚Ä‚¢‚Ü‚¹‚ñB‚±‚ê‚ð‰ðŒˆ‚·‚é‚É‚Í %s‚±‚±%s ‚ðƒNƒŠƒbƒN‚µ‚ÄŒ´ˆö‚ð”­Œ©‚µ‚Ä‚­‚¾‚³‚¢B';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'ƒŠƒŒ[ƒVƒ‡ƒ“';
$strRelationView = 'ƒŠƒŒ[ƒVƒ‡ƒ“‚ð•\Ž¦‚·‚é';
$strReloadingThePrivileges = '“ÁŒ ‚ðÄ“ǂݍž‚Ý’†‚Å‚·B';
$strReloadMySQL = 'MySQL ‚̃Šƒ[ƒh';
$strRemoveSelectedUsers = '‘I‘ð‚³‚ê‚½ƒ†[ƒU[‚ðíœ‚µ‚Ü‚·';
$strRenameDatabaseOK = 'ƒf[ƒ^ƒx[ƒXu%sv‚́u%sv‚É–¼Ì•ÏX‚µ‚Ü‚µ‚½B';
$strRenameTable = 'ƒe[ƒuƒ‹–¼‚̕ύX';
$strRenameTableOK = 'u%sv‚ðu%sv‚É–¼‘O‚ð•ÏX‚µ‚Ü‚µ‚½B';
$strRepairTable = 'ƒe[ƒuƒ‹‚𕜋Œ‚·‚é';
$strReplaceNULLBy = 'NULL ‚ðŽw’è‚Ì•¶Žš—ñ‚Å’u‚«Š·‚¦‚é';
$strReplaceTable = 'ƒtƒ@ƒCƒ‹‚Ńe[ƒuƒ‹‚ð’u‚«Š·‚¦‚é';
$strReplication = 'ƒŒƒvƒŠƒP[ƒVƒ‡ƒ“';
$strReset = 'ƒŠƒZƒbƒg';
$strResourceLimits = 'ƒŠƒ\[ƒX‚̐§ŒÀ';
$strReType = 'Ä“ü—Í';
$strRevokeAndDeleteDescr = 'ƒ†[ƒU[‚Í“ÁŒ ‚ðÄ“ǂݍž‚Ý‚·‚é‚Ü‚Å USAGE “ÁŒ ‚Ì‚Ü‚Ü‚Å‚·B';
$strRevokeAndDelete = 'ƒ†[ƒU[‚©‚ç—LŒø‚È“ÁŒ ‚ð‚·‚×‚Ä”jŠü‚µ‚č폜‚·‚é';
$strRevokeMessage = '%s ‚Ì“ÁŒ ‚ðŽæÁ‚µ‚Ü‚µ‚½B';
$strRevoke = '”pŽ~';
$strRomanian = 'ƒ‹[ƒ}ƒjƒAŒê';
$strRowLength = 's‚Ì’·‚³';
$strRowsFrom = 'ŠJŽns';
$strRowSize = ' s‚̃TƒCƒY ';
$strRowsModeFlippedHorizontal = '…•½ (‰ñ“]‚µ‚½ƒwƒbƒ_[)';
$strRowsModeHorizontal = '…•½';
$strRowsModeOptions = '•ûŒü: %s : %s —ñ‚¸‚ƒwƒbƒ_[‚ðŒJ‚è•Ô‚µ•\Ž¦‚·‚é';
$strRowsModeVertical = '‚’¼';
$strRows = 's';
$strRowsStatistic = 's‚Ì“Œv';
$strRunning = '‚ªŽÀs’†‚Å‚·B %s';
$strRunQuery = 'Æ‰ï‚ÌŽÀs‚·‚é';
$strRunSQLQuery = 'ƒf[ƒ^ƒx[ƒXu%sv‚Å SQL ‚ðŽÀs‚·‚é';
$strRunSQLQueryOnServer = 'ƒT[ƒo[u%sv‚Å SQL ‚ðŽÀs‚·‚é';
$strRussian = 'ƒƒVƒAŒê';
 
$strSaveOnServer = 'ƒT[ƒo[ã‚̃fƒBƒŒƒNƒgƒŠu%sv‚É•Û‘¶‚·‚é';
$strSave = '•Û‘¶‚·‚é';
$strScaleFactorSmall = '1 ƒy[ƒW“à‚ɐ}•\‚ð”z’u‚³‚¹‚邽‚ß‚É‚Í‘å‚«‚³‚ª¬‚³‰ß‚¬‚Ü‚·';
$strSearchFormTitle = 'ƒf[ƒ^ƒx[ƒX“à‚ðŒŸõ‚·‚é';
$strSearchInTables = 'ƒe[ƒuƒ‹‚ÌŽw’è:';
$strSearchNeedle = 'ŒŸõ‚·‚é’PŒêA‚Ü‚½‚Í’l (ƒƒCƒ‹ƒhƒJ[ƒh‚Í: "%"):';
$strSearch = 'ŒŸõ';
$strSearchOption1 = '‚¢‚¸‚ê‚©‚Ì’PŒê‚ðŠÜ‚Þ';
$strSearchOption2 = '‚·‚ׂĂ̒PŒê‚ðŠÜ‚Þ';
$strSearchOption3 = '³Šm‚ȃtƒŒ[ƒY';
$strSearchOption4 = '³‹K•\Œ»';
$strSearchResultsFor = 'ŒŸõŒ‹‰Ê "<i>%s</i>" %s:';
$strSearchType = 'ŒŸõðŒ:';
$strSecretRequired = 'Ý’èƒtƒ@ƒCƒ‹‚͍¡‚͔閧ƒpƒXƒtƒŒ[ƒY‚ð•K—v‚Æ‚µ‚Ü‚·(blowfish_secret)B';
$strSelectADb = 'ƒf[ƒ^ƒx[ƒX‚ð‘I‘ð‚µ‚Ä‚­‚¾‚³‚¢B';
$strSelectAll = '‘S‘I‘ð';
$strSelectBinaryLog = '‘I‘ð‚µ‚½ƒoƒCƒiƒŠƒƒO‚ð‰{——‚·‚é';
$strSelectFields = 'ƒtƒB[ƒ‹ƒh‚Ì‘I‘ð(1 ‚ˆȏã):';
$strSelectNumRows = 'Æ‰ï';
$strSelectTables = 'ƒe[ƒuƒ‹‚Ì‘I‘ð';
$strSend = 'ƒtƒ@ƒCƒ‹‚Å•Û‘¶‚·‚é';
$strSent = '‘—MÏ';
$strServerChoice = 'ƒT[ƒo[‚Ì‘I‘ð‚ð‚·‚é';
$strServerNotResponding = 'ƒT[ƒo[‚ª”½‰ž‚µ‚Ü‚¹‚ñB';
$strServerStatus = 'ƒ‰ƒ“ƒ^ƒCƒ€î•ñ';
$strServerStatusDelayedInserts = '’x‰„ƒCƒ“ƒT[ƒg';
$strServerStatusUptime = '‚±‚Ì MySQL ƒT[ƒo[‚Í %s ŠÔ“®ì’†‚ŁA%s ‚É‹N“®‚µ‚Ä‚¢‚Ü‚·B';
$strServerTabProcesslist = 'ƒvƒƒZƒX';
$strServerTabVariables = '•Ï”';
$strServer = 'ƒT[ƒo[';
$strServerTrafficNotes = '<b>ƒT[ƒo[ƒgƒ‰ƒtƒBƒbƒN</b>: ‚±‚̃e[ƒuƒ‹‚Í MySQL ƒT[ƒo[‚ª‹N“®‚µ‚Ä‚©‚ç‚̃lƒbƒgƒ[ƒNƒgƒ‰ƒtƒBƒbƒN‚Ì“Œv‚ð•\Ž¦‚µ‚Ü‚·B';
$strServerVars = 'ƒT[ƒo[•Ï”‚Ɛݒè’l';
$strServerVersion = 'ƒT[ƒo[‚̃o[ƒWƒ‡ƒ“';
$strSessionValue = 'ƒZƒbƒVƒ‡ƒ“’l';
$strSetEnumVal = 'ƒtƒB[ƒ‹ƒhƒ^ƒCƒv‚ªuenumv–”‚́usetv‚̏ꍇ‚Í’l‚É‚±‚̏‘Ž®‚ðŽg‚Á‚Ä“ü—Í‚µ‚Ä‚­‚¾‚³‚¢: \'a\',\'b\',\'c\'...<br />ƒoƒbƒNƒXƒ‰ƒbƒVƒ…u"\"v–”‚̓NƒI[ƒgu"\'"v‚ð“ü—Í‚µ‚½‚¢‚ƁA“ª‚ɃoƒbƒNƒXƒ‰ƒbƒVƒ…‚ð•t‚¯‚ĉº‚³‚¢(—á: u\\\\xyzv‚à‚µ‚­‚́ua\\\'bv)';
$strShowAll = '‚·‚ׂĕ\Ž¦';
$strShowColor = 'F•\Ž¦';
$strShowDatadictAs = 'ƒf[ƒ^Ž«‘Œ`Ž®';
$strShowFullQueries = 'Š®‘S‚ȏƉï‚ð•\Ž¦';
$strShowGrid = 'ƒOƒŠƒbƒh‚Ì•\Ž¦';
$strShowingBookmark = 'ƒuƒbƒNƒ}[ƒN‚ð‰{——’†';
$strShowingRecords = 'ƒŒƒR[ƒh‚ð•\Ž¦‚·‚é';
$strShowOpenTables = 'ŠJ‚¢‚Ä‚¢‚éƒe[ƒuƒ‹‚ð•\Ž¦‚·‚é';
$strShowPHPInfo = 'PHP î•ñ';
$strShow = '•\Ž¦';
$strShowSlaveHosts = 'ƒXƒŒ[ƒuƒzƒXƒg‚ð•\Ž¦‚·‚é';
$strShowSlaveStatus = 'ƒXƒŒ[ƒu‚̏ó‘Ô‚ð•\Ž¦‚·‚é';
$strShowStatusBinlog_cache_disk_useDescr = 'ƒeƒ“ƒ|ƒ‰ƒŠƒoƒCƒiƒŠƒƒOƒLƒƒƒbƒVƒ…‚ð—˜—p‚µ‚悤‚Æ‚µ‚āAbinlog_cache_size‚Ì’l‚𒴉߂µ‚½‚½‚߁Aƒgƒ‰ƒ“ƒUƒNƒVƒ‡ƒ“‚̃Xƒe[ƒgƒƒ“ƒg‚ðƒeƒ“ƒ|ƒ‰ƒŠƒtƒ@ƒCƒ‹‚É•Û‘¶‚µ‚½ƒgƒ‰ƒ“ƒUƒNƒVƒ‡ƒ“‚̐”B';
$strShowStatusBinlog_cache_useDescr = 'ˆêŽžƒoƒCƒiƒŠƒƒOƒLƒƒƒbƒVƒ…‚ðŽg—p‚µ‚½ˆ—‚̐”‚Å‚·B';
$strShowStatusCreated_tmp_disk_tablesDescr = '\•¶ŽÀs’†‚ɃT[ƒo[‚É‚æ‚Á‚ÄŽ©“®“I‚ɃfƒBƒXƒN‚ɍ쐬‚³‚ꂽˆêŽžƒe[ƒuƒ‹‚̐”‚Å‚·BCreated_tmp_disk_tables ‚ª‘å‚«‚¢ê‡AŒ´ˆö‚̈ꎞƒe[ƒuƒ‹‚ðƒfƒBƒXƒNƒx[ƒX‚Ì•Ï‚í‚è‚Ƀƒ‚ƒŠƒx[ƒX‚É‚³‚¹‚é‚悤‚ɁA’l tmp_table_size ‚𑝂₵‚½‚¢‚Å‚µ‚傤B';
$strShowStatusCreated_tmp_filesDescr = 'mysqld ‚͂ǂꂾ‚¯‚̈ꎞ“Iƒtƒ@ƒCƒ‹‚ðì¬‚µ‚½‚©‚Å‚·B';
$strShowStatusCreated_tmp_tablesDescr = 'ƒT[ƒo[‚ō\•¶‚ÌŽÀs‚É‚æ‚Á‚ÄŽ©“®“I‚ɍ쐬‚³‚ꂽƒƒ‚ƒŠ“à‚̈ꎞƒe[ƒuƒ‹‚̐”B';
$strShowStatusDelayed_errorsDescr = 'ŽáŠ±‚̃Gƒ‰[‚ª”­¶‚µ‚½ INSERT DELAYED ‚ª‘‚©‚ꂽs”‚Å‚· (‚¨‚»‚ç‚­ƒL[‚̏d•¡)';
$strShowStatusDelayed_insert_threadsDescr = 'Žg—p’†‚Ì INSERT DELAYED ƒnƒ“ƒhƒ‰[ƒXƒŒƒbƒh‚̐”BINSERT DELAYED ‚ð“K—p‚·‚é‘ŠˆÙ‚È‚éƒe[ƒuƒ‹‚̐”‚¾‚¯ŒÅ—L‚̃XƒŒƒbƒh‚ª—pˆÓ‚³‚ê‚Ü‚·B';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED ‚Å—ñ‘‚«ž‚Ý‚ð‚µ‚½”‚Å‚·B';
$strShowStatusFlush_commandsDescr = 'FLUSH •¶‚ðŽÀs‚µ‚½”‚Å‚·B';
$strShowStatusHandler_commitDescr = 'COMMIT •¶‚Ì“à•””‚Å‚·B';
$strShowStatusHandler_deleteDescr = 'ƒe[ƒuƒ‹‚©‚ç—ñ‚ðíœ‚µ‚½‰ñ”‚Å‚·B';
$strShowStatusHandler_discoverDescr = 'MySQLƒT[ƒo‚ÍNDBƒNƒ‰ƒXƒ^ƒXƒgƒŒ[ƒWƒGƒ“ƒWƒ“‚É“Á’è‚Ì–¼‘O‚ðŽ‚Âƒe[ƒuƒ‹‚ɂ‚¢‚Ă̏î•ñ‚ðŽ‚Á‚Ä‚¢‚é‚©–â‚¢‡‚킹‚邱‚Æ‚ª‚Å‚«‚Ü‚·B‚±‚ê‚ÍŠJŽ¦‚ƌĂ΂ê‚Ä‚¢‚Ü‚·BHandler_discover‚́AŠJŽ¦‚³‚ꂽƒ^ƒCƒ€ƒe[ƒuƒ‹‚̐”‚ðŽ¦‚µ‚Ü‚·B';
$strShowStatusHandler_read_firstDescr = 'ƒCƒ“ƒfƒbƒNƒX‚©‚ç‚Í‚¶‚߂̃Gƒ“ƒgƒŠ‚ð“ǂݍž‚ñ‚¾‰ñ”‚Å‚·B‚±‚ꂪ‚‚¢ê‡A‚»‚ê‚̓T[ƒo[‚ª‘½‚­‚ÌŠ®‘S‚ȃCƒ“ƒfƒbƒNƒX‘–¸‚ðs‚Á‚Ä‚¢‚é‚ÆŽ¦‚µ‚Ü‚·B—Ⴆ‚΁uSELECT col1 FROM foov‚Í col1 ‚̓Cƒ“ƒfƒbƒNƒX‚Ɖ¼’肵‚Ü‚·B';
$strShowStatusHandler_read_keyDescr = 'ƒL[‚ÉŠî‚¢‚čs‚ð“ǂݍž‚ñ‚¾—v‹‚̐”‚Å‚·B‚±‚ꂪ‚‚¢ê‡A‚»‚ê‚Í‚ ‚È‚½‚̏Ɖï‚ƃe[ƒuƒ‹‚ª“KØ‚ɃCƒ“ƒfƒbƒNƒX•t‚¯‚³‚ê‚Ä‚¢‚é‚Æ‚¢‚¤‚æ‚¢•\Ž¦‚Å‚·B';
$strShowStatusHandler_read_nextDescr = 'ƒL[‚̏‡”Ô’Ê‚è‚ɍs‚ð“Ç‚ñ‚Å‚¢‚郊ƒNƒGƒXƒg‚̐”B‚±‚Ì’l‚͔͈͂̐§–ñ‚ð‚‚¯‚ăCƒ“ƒfƒbƒNƒX—ñ‚ðÆ‰ï‚µ‚Ä‚¢‚é‚©AƒCƒ“ƒfƒbƒNƒXƒXƒLƒƒƒ“‚ðs‚Á‚Ä‚¢‚é‚Æ‚«‚É‘‚¦‚Ü‚·B';
$strShowStatusHandler_read_prevDescr = 'ƒL[‚̏‡”Ô’Ê‚è‚ɍs‚ð‘k‚Á‚Ä“Ç‚ñ‚Å‚¢‚郊ƒNƒGƒXƒg‚̐”B‚±‚̓ǂݍž‚Ý‚ÍŽå‚ÉORDER BY ... DESC‚ðÅ“K‰»‚·‚é‚Æ‚«‚É—˜—p‚³‚ê‚Ü‚·B';
$strShowStatusHandler_read_rndDescr = 'ŒÅ’肳‚ꂽˆÊ’u‚ðŠî€‚É—ñ‚ð“Ç‚ñ‚Å‚¢‚郊ƒNƒGƒXƒg‚̐”B‚±‚Ì’l‚ÍŒ‹‰Ê‚ðƒ\[ƒg‚·‚é•K—v‚ª‚ ‚éÆ‰ï‚ð‘å—ʂɍs‚¤‚ƍ‚‚­‚È‚è‚Ü‚·B‚¨‚»‚ç‚­ƒe[ƒuƒ‹‘S‘Ì‚ðƒXƒLƒƒƒ“‚µ‚È‚¯‚ê‚΂Ȃç‚È‚¢Æ‰ï‚ð‘å—ʂɍs‚Á‚Ä‚¢‚é‚©AƒL[‚ð“KØ‚É—˜—p‚µ‚Ä‚¢‚È‚¢join‚ðs‚Á‚Ä‚¢‚é‚à‚Ì‚ÆŽv‚í‚ê‚Ü‚·B';
$strShowStatusHandler_read_rnd_nextDescr = 'ƒf[ƒ^ƒtƒ@ƒCƒ‹’†‚ÌŽŸ‚̍s‚ð“ǂݍž‚Þ—v‹‚̐”‚Å‚·B‚ ‚È‚½‚ª‘½‚­‚̃e[ƒuƒ‹ƒXƒLƒƒƒ“‚ð‚µ‚Ä‚¢‚éê‡A‚±‚ê‚͍‚‚¢‚Å‚·Bˆê”Ê‚É‚±‚ê‚́A‚ ‚È‚½‚̃e[ƒuƒ‹‚ª“KØ‚ɃCƒ“ƒfƒbƒNƒX‚ð•t‚¯‚ç‚ê‚È‚¢‚©AÆ‰ï‚ªƒCƒ“ƒfƒbƒNƒX‚ð—˜—p‚·‚é‚悤‚ɏ‘‚©‚ê‚Ä‚¢‚È‚¢‚±‚Æ‚ðŽ¦´‚µ‚Ü‚·B';
$strShowStatusHandler_rollbackDescr = '“à•” ROLLBACK •¶‚̐”‚Å‚·B';
$strShowStatusHandler_updateDescr = 'ƒe[ƒuƒ‹‚̍s‚̍XV‚ð—v‹‚µ‚½”‚Å‚·B';
$strShowStatusHandler_writeDescr = 'ƒe[ƒuƒ‹‚ɍs‚Ì‘}“ü‚ð—v‹‚µ‚½”‚Å‚·B';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'ƒf[ƒ^‚ðŠÜ‚Þƒy[ƒW‚̐”‚Å‚· (dirty or clean).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Œ»Ý‚̉˜‚¢ƒy[ƒW‚̐”‚Å‚·B';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'ƒtƒ‰ƒbƒVƒ…‚³‚ê‚邱‚Æ‚ð—v‹‚µ‚½ƒoƒbƒtƒ@ƒv[ƒ‹ƒy[ƒW‚̐”‚Å‚·B';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = '‹ó‚«ƒy[ƒW”‚Å‚·B';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDBƒoƒbƒtƒ@ƒv[ƒ‹‚щƒbƒ`‚³‚ê‚Ä‚¢‚éƒy[ƒW”B‚±‚ê‚ÍŒ»Ý“ǂݍž‚ñ‚Å‚¢‚éA‚ ‚é‚¢‚͏‘‚«ž‚ñ‚Å‚¢‚éƒy[ƒWA‚ ‚é‚¢‚Í‘¼‚̉½‚ç‚©‚Ì——R‚Ńtƒ‰ƒbƒVƒ…‚µ‚½‚èíœ‚µ‚½‚è‚Å‚«‚È‚­‚È‚Á‚Ä‚¢‚éƒy[ƒW‚̐”‚Å‚·B';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'sƒƒbƒN‚âƒAƒ_ƒvƒeƒBƒuƒnƒbƒVƒ…ƒCƒ“ƒfƒbƒNƒX‚Æ‚¢‚Á‚½ŠÇ—ƒI[ƒoƒwƒbƒh‚Ì‚¹‚¢‚ŃrƒW[‚É‚È‚Á‚Ä‚¢‚éƒy[ƒW”B‚±‚Ì’l‚ÍInnodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data‚Æ‚¢‚¤Ž®‚Å‚àŒvŽZ‚Å‚«‚Ü‚·B';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'ƒy[ƒW‚̃oƒbƒtƒ@ƒv[ƒ‹‚̃TƒCƒY‚̍‡Œv‚Å‚·B';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB‚ªŠJŽn‚µ‚½uƒ‰ƒ“ƒ_ƒ€v“ǂݍž‚݂̉ñ”B‚±‚ê‚͏Ɖƒe[ƒuƒ‹‚Ì‘å•”•ª‚ðƒ‰ƒ“ƒ_ƒ€‚ȏ‡”ԂŃXƒLƒƒƒ“‚·‚é‚Æ‚«‚É”­¶‚µ‚Ü‚·B';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB‚ªŠJŽn‚µ‚½ƒV[ƒPƒ“ƒVƒƒƒ‹“ǂݍž‚݂̉ñ”B‚±‚ê‚ÍInnoDB‚ªƒV[ƒPƒ“ƒVƒƒƒ‹‚ȃtƒ‹ƒe[ƒuƒ‹ƒXƒLƒƒƒ“‚ðs‚¤‚Æ‚«‚É”­¶‚µ‚Ü‚·B';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB ‚ªs‚Á‚½˜_—“I‚ȓǂݍž‚Ý—v‹‚̐”‚Å‚·B';
$strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDB‚ªƒoƒbƒtƒ@ƒv[ƒ‹‚Ì“à—e‚ð—˜—p‚Å‚«‚¸AƒVƒ“ƒOƒ‹ƒy[ƒW“ǂݍž‚Ý‚ðs‚í‚È‚¯‚ê‚΂Ȃç‚È‚©‚Á‚½˜_—“ǂݍž‚݂̉ñ”B';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = '’ʏíInnoDBƒoƒbƒtƒ@ƒv[ƒ‹‚ւ̏‘‚«ž‚݂̓oƒbƒNƒOƒ‰ƒEƒ“ƒh‚ōs‚í‚ê‚Ü‚·‚ªAƒy[ƒW‚̓ǂݍž‚Ý‚È‚¢‚µì¬‚ðs‚¤•K—v‚ª‚ ‚é‚̂ɃNƒŠ[ƒ“‚ȃy[ƒW‚ª“¾‚ç‚ê‚È‚¢ê‡‚́A‚Ü‚¸‚»‚̃y[ƒW‚ªƒtƒ‰ƒbƒVƒ…‚³‚ê‚é‚Ì‚ð‘҂•K—v‚ª‚ ‚è‚Ü‚·B‚±‚̃JƒEƒ“ƒ^‚́A‚»‚̃EƒFƒCƒg‚̉ñ”‚ðƒJƒEƒ“ƒg‚·‚é‚à‚Ì‚Å‚·Bƒoƒbƒtƒ@ƒv[ƒ‹‚Ì’l‚ª“KØ‚ɐݒ肳‚ê‚Ä‚¢‚ê‚΁A‚±‚Ì’l‚͏¬‚³‚¢‚Í‚¸‚Å‚·B';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB ƒoƒbƒtƒ@[ƒv[ƒ‹‚ւ̏‘‚«ž‚Ý‚ð‚µ‚½”‚Å‚·B';
$strShowStatusInnodb_data_fsyncsDescr = '‚±‚±‚Ü‚Å‚Ì fsync() ‘€ì”‚Å‚·B';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Œ»Ý‚Ì fsync() ‘€ì•Û—¯‚̐”‚Å‚·B';
$strShowStatusInnodb_data_pending_readsDescr = 'Œ»Ý‚̓ǂݍž‚Ý•Û—¯‚̐”‚Å‚·B';
$strShowStatusInnodb_data_pending_writesDescr = 'Œ»Ý‚̏‘‚«ž‚Ý•Û—¯‚̐”‚Å‚·B';
$strShowStatusInnodb_data_readDescr = '‚±‚±‚܂ł̃f[ƒ^‚̓ǂݍž‚Ý—Ê‚Å‚·(’PˆÊ:ƒoƒCƒg)';
$strShowStatusInnodb_data_readsDescr = '‘“ǂݍž‚݃f[ƒ^‚̐”‚Å‚·B';
$strShowStatusInnodb_data_writesDescr = '‘‘‚«ž‚݃f[ƒ^‚̐”‚Å‚·B';
$strShowStatusInnodb_data_writtenDescr = '‚±‚±‚܂ł̃f[ƒ^‚̏‘‚«ž‚Ý—Ê‚Å‚·(’PˆÊ:ƒoƒCƒg)';
$strShowStatusInnodb_dblwr_pages_writtenDescr = '“ñd‘‚«ž‚Ý‚ªŽÀs‚³‚ꂽ‰ñ”‚ƁA“ñd‘‚«ž‚Ý‚ª”­¶‚µ‚½ƒy[ƒW”B';
$strShowStatusInnodb_dblwr_writesDescr = '“ñd‘‚«ž‚Ý‚ªŽÀs‚³‚ꂽ‰ñ”‚ƁA“ñd‘‚«ž‚Ý‚ª”­¶‚µ‚½ƒy[ƒW”B';
$strShowStatusInnodb_log_waitsDescr = 'ƒƒOƒoƒbƒtƒ@‚ª¬‚³‚·‚¬‚邹‚¢‚ōì‹Æ‚𑱍s‚·‚é‘O‚Ƀtƒ‰ƒbƒVƒ…‚µ‚È‚¯‚ê‚΂Ȃç‚È‚­‚È‚Á‚½‚½‚ß‚É”­¶‚µ‚½ƒEƒFƒCƒg‚̉ñ”B';
$strShowStatusInnodb_log_write_requestsDescr = '—v‹‚³‚ꂽƒƒO‘‚«ž‚݂̐”‚Å‚·B';
$strShowStatusInnodb_log_writesDescr = 'ƒƒOƒtƒ@ƒCƒ‹‚Ö‚Ì•¨—“I‚ȏ‘ž‚݂̐”‚Å‚·B';
$strShowStatusInnodb_os_log_fsyncsDescr = 'ƒƒOƒtƒ@ƒCƒ‹‚Ì fsync ‘‚«ž‚Ý‚ð‚µ‚½”‚Å‚·B';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'fsync ‘Ò‚¿‚̃ƒOƒtƒ@ƒCƒ‹”‚Å‚·B';
$strShowStatusInnodb_os_log_pending_writesDescr = 'ƒƒOƒtƒ@ƒCƒ‹‚̏‘‚«ž‚Ý‚Ì•Û—¯‚Å‚·B';
$strShowStatusInnodb_os_log_writtenDescr = 'ƒƒOƒtƒ@ƒCƒ‹‚ɏ‘‚«ž‚Ý‚µ‚½ƒoƒCƒg”‚Å‚·B';
$strShowStatusInnodb_pages_createdDescr = 'ì¬‚³‚ꂽƒy[ƒW‚̐”‚Å‚·B';
$strShowStatusInnodb_page_sizeDescr = 'ƒRƒ“ƒpƒCƒ‹Žž‚̃y[ƒWƒTƒCƒY(ƒfƒtƒHƒ‹ƒg 16KB)‚Å‚·B‘½‚­‚Ì’l‚ªƒy[ƒW‚ŃJƒEƒ“ƒg‚³‚ê‚Ü‚·; ƒy[ƒWƒTƒCƒY‚́A‚»‚ê‚炪—eˆÕ‚ɃoƒCƒg‚É•ÏŠ·‚³‚ê‚邱‚Æ‚ð‹–‰Â‚µ‚Ü‚·B';
$strShowStatusInnodb_pages_readDescr = '“ǂݍž‚Ý‚µ‚½ƒy[ƒW”‚Å‚·B';
$strShowStatusInnodb_pages_writtenDescr = '‘‚«ž‚Ý‚µ‚½ƒy[ƒW”‚Å‚·B';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Œ»Ý‘Ò‚½‚ê‚Ä‚¢‚é—ñƒƒbƒN‚̐”‚Å‚·B';
$strShowStatusInnodb_row_lock_time_avgDescr = '—ñƒƒbƒN‚ðŠl“¾‚·‚镽‹ÏŽžŠÔ‚Å‚·(’PˆÊ:ƒ~ƒŠ•b)';
$strShowStatusInnodb_row_lock_timeDescr = '—ñ‚ÌŠl“¾‚ÉŽg‚í‚ꂽ‡ŒvŽž‚Å‚·(’PˆÊ:ƒ~ƒŠ•b)';
$strShowStatusInnodb_row_lock_time_maxDescr = '—ñƒƒbƒN‚ðŠl“¾‚·‚éÅ‘厞ŠÔ‚Å‚·(’PˆÊ:ƒ~ƒŠ•b)';
$strShowStatusInnodb_row_lock_waitsDescr = 'sƒƒbƒN‚Å‘Ò‚½‚È‚¯‚ê‚΂Ȃç‚È‚©‚Á‚½‰ñ”‚Å‚·B';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB ƒe[ƒuƒ‹‚©‚çíœ‚µ‚½—ñ”‚Å‚·B';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB ƒe[ƒuƒ‹‚É‘}“ü‚µ‚½—ñ”‚Å‚·B';
$strShowStatusInnodb_rows_readDescr = 'InnoDB ƒe[ƒuƒ‹‚©‚ç“ǂݍž‚ñ‚¾—ñ”‚Å‚·B';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB ƒe[ƒuƒ‹‚ōXV‚³‚ꂽ—ñ”‚Å‚·B';
$strShowStatusKey_blocks_not_flushedDescr = '•ÏX‚³‚ꂪA‚Ü‚¾ƒfƒBƒXƒN‚Ƀtƒ‰ƒbƒVƒ…‚³‚ê‚Ä‚¢‚È‚¢AƒL[ƒLƒƒƒbƒVƒ…‚̃L[ƒuƒƒbƒN‚̐”‚Å‚·B‚»‚ê‚Í‚©‚Â‚Ä‚Í Not_flushed_key_blocks ‚Æ‚µ‚Ä’m‚ç‚ê‚Ü‚µ‚½B';
$strShowStatusKey_blocks_unusedDescr = 'ƒL[ƒLƒƒƒbƒVƒ…‚Ì–¢Žg—pƒuƒƒbƒN‚̐”‚Å‚·B‚ǂꂾ‚¯Žg—p‚µ‚Ä‚¢‚é‚©Œˆ’è‚·‚邽‚ß‚É‚±‚Ì’l‚ðŽg—p‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚·B';
$strShowStatusKey_blocks_usedDescr = 'ƒL[ƒLƒƒƒbƒVƒ…‚̃uƒƒbƒN‚ÌŽg—p”‚Å‚·B‚±‚Ì’l‚́A¡‚Ü‚Å“¯Žž‚ÉŽg—p‚³‚ꂽƒuƒƒbƒN‚̍ő吔‚ðŽw‚·Å‚…€‚Å‚·B';
$strShowStatusKey_read_requestsDescr = 'ƒLƒƒƒbƒVƒ…‚©‚çƒL[ƒuƒƒbƒN‚ð“ǂݍž‚ñ‚¾ƒŠƒNƒGƒXƒg”‚Å‚·B';
$strShowStatusKey_readsDescr = 'ƒfƒBƒXƒN‚©‚ç‚̃L[ƒuƒƒbƒN‚Ì•¨—“I“ǂݍž‚ݐ”‚Å‚·BKey_reads ‚ª‘å‚«‚¢ê‡A’l key_buffer_size ‚ª‹°‚ç‚­¬‚³‚·‚¬‚Ü‚·BƒLƒƒƒbƒVƒ…ƒ~ƒX—¦‚Í Key_reads/Key_read_requests ‚Æ‚µ‚ÄŒvŽZ‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚·B';
$strShowStatusKey_write_requestsDescr = 'ƒLƒƒƒbƒVƒ…‚ւ̃L[ƒuƒƒbƒN‚̏‘‚«ž‚ñ‚¾ƒŠƒNƒGƒXƒg”‚Å‚·B';
$strShowStatusKey_writesDescr = 'ƒfƒBƒXƒN‚ւ̃L[ƒuƒƒbƒN‚Ì•¨—“I‚ȏ‘‚«ž‚ݐ”‚Å‚·B';
$strShowStatusLast_query_costDescr = 'Æ‰ïƒIƒvƒeƒBƒ}ƒCƒU[‚É‚æ‚Á‚ÄŒvŽZ‚³‚ꂽAÅŒã‚ɃRƒ“ƒpƒCƒ‹‚³‚ꂽÆ‰ï‚Ì‘SƒRƒXƒg‚Å‚·B“¯‚¶Æ‰ï‚̈قȂéÆ‰ïƒvƒ‰ƒ“‚̃RƒXƒg‚ð”äŠr‚·‚é‚̂ɖ𗧂¿‚Ü‚·BƒfƒtƒHƒ‹ƒg’l 0 ‚́AÆ‰ï‚ª‚Ü‚¾ƒRƒ“ƒpƒCƒ‹‚³‚ê‚Ä‚¢‚È‚¢‚±‚Æ‚ðˆÓ–¡‚µ‚Ü‚·B';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Æ‰ï INSERT DELAY ‚̏‘‚«ž‚Ý‘Ò‚¿‚̍s”‚Å‚·B';
$strShowStatusOpened_tablesDescr = 'ŠJ‚¢‚Ä‚¢‚éƒe[ƒuƒ‹‚̐”‚Å‚·BŠJ‚¢‚Ä‚¢‚éƒe[ƒuƒ‹‚ª‘½‚¢ê‡A‹°‚ç‚­ƒe[ƒuƒ‹ƒLƒƒƒbƒVƒ…‚Ì’l‚ª¬‚³‚·‚¬‚Ü‚·B';
$strShowStatusOpen_filesDescr = 'ŠJ‚¢‚Ä‚¢‚éƒtƒ@ƒCƒ‹‚̐”‚Å‚·B';
$strShowStatusOpen_streamsDescr = 'ŠJ‚¢‚Ä‚¢‚éƒXƒgƒŠ[ƒ€‚̐”‚Å‚· (Žå‚Æ‚µ‚ăƒO‚Ì‹L˜^‚ÉŽg—p‚³‚ê‚Ü‚·)';
$strShowStatusOpen_tablesDescr = 'ŠJ‚¢‚Ä‚¢‚éƒe[ƒuƒ‹‚̐”‚Å‚·B';
$strShowStatusQcache_free_blocksDescr = 'Æ‰ïƒLƒƒƒbƒVƒ…“à‚̋󂫃ƒ‚ƒŠƒuƒƒbƒN‚̐”‚Å‚·B';
$strShowStatusQcache_free_memoryDescr = 'Æ‰ïƒLƒƒƒbƒVƒ…‚̋󂫃ƒ‚ƒŠ—Ê‚Å‚·B';
$strShowStatusQcache_hitsDescr = 'ƒLƒƒƒbƒVƒ…‚̃qƒbƒg”‚Å‚·B';
$strShowStatusQcache_insertsDescr = 'ƒLƒƒƒbƒVƒ…‚ɒljÁ‚³‚ꂽÆ‰ï”‚Å‚·B';
$strShowStatusQcache_lowmem_prunesDescr = 'V‚µ‚¢Æ‰ï‚ðƒLƒƒƒbƒVƒ…‚·‚邽‚߂Ƀƒ‚ƒŠ‚ð‰ð•ú‚·‚é‚ׂ­AƒLƒƒƒbƒVƒ…‚©‚çíœ‚³‚ꂽÆ‰ï‚̐”B‚±‚̏î•ñ‚͏ƉïƒLƒƒƒbƒVƒ…‚̃TƒCƒY‚𒲐®‚·‚é‚Æ‚«‚É•Ö—˜‚Å‚·BÆ‰ïƒLƒƒƒbƒVƒ…‚ªƒLƒƒƒbƒVƒ…‚©‚çíœ‚·‚éÆ‰ï‚ðŒˆ’è‚·‚éÛ‚ɂ́AÅŒã‚ÉŽg‚í‚ꂽŽž‚ªÅ‚àŒÃ‚¢‚à‚Ì‚©‚çíœ‚·‚éí—ª‚ð‚Æ‚è‚Ü‚·B';
$strShowStatusQcache_not_cachedDescr = 'ƒLƒƒƒbƒVƒ…‚³‚ê‚È‚¢Æ‰ï‚̐”‚Å‚· (ƒLƒƒƒbƒVƒ…‚Å‚«‚È‚¢‚© query_cache_type ‚É‚æ‚éƒLƒƒƒbƒVƒ…‚µ‚È‚¢Ý’è)';
$strShowStatusQcache_queries_in_cacheDescr = 'ƒLƒƒƒbƒVƒ…‚Ì’†‚Å“o˜^‚³‚ꂽÆ‰ï‚̐”‚Å‚·B';
$strShowStatusQcache_total_blocksDescr = 'Æ‰ïƒLƒƒƒbƒVƒ…‚Ì‘ƒuƒƒbƒN”‚Å‚·B';
$strShowStatusReset = 'ƒŠƒZƒbƒg';
$strShowStatusRpl_statusDescr = 'ƒtƒFƒCƒ‹ƒZ[ƒtƒŒƒvƒŠƒP[ƒVƒ‡ƒ“‚̏ó‘Ô‚Å‚· (ŽÀ‘•‚³‚ê‚Ä‚¢‚Ü‚¹‚ñ)';
$strShowStatusSelect_full_joinDescr = 'ƒCƒ“ƒfƒbƒNƒX‚ð—p‚¢‚È‚¢Œ‹‡‚̐”‚Å‚·B‚±‚Ì’l‚ª 0 ‚Å‚È‚¢ê‡A’ˆÓ[‚­ƒe[ƒuƒ‹‚̃Cƒ“ƒfƒbƒNƒX‚ðŠm”F‚·‚é‚ׂ«‚Å‚·B';
$strShowStatusSelect_full_range_joinDescr = 'ŠÖ˜Aƒe[ƒuƒ‹‚Ŕ͈͌Ÿõ‚ðŽg—p‚µ‚½Œ‹‡‚̐”‚Å‚·B';
$strShowStatusSelect_range_checkDescr = 'ƒL[‚È‚µ‚Åjoin‚µ‚½‰ñ”B‚±‚ê‚ÍŠes‚ɂ‚¢‚ăL[‚ÌŽg—p•p“x‚ðƒ`ƒFƒbƒN‚·‚é‚à‚Ì‚Å‚·i‚±‚ꂪ0ˆÈŠO‚̏ꍇ‚̓e[ƒuƒ‹‚̃Cƒ“ƒfƒbƒNƒX‚ð‚æ‚­ƒ`ƒFƒbƒN‚µ‚Ä‚­‚¾‚³‚¢jB';
$strShowStatusSelect_rangeDescr = 'Å‰‚̃e[ƒuƒ‹‚Ŕ͈͂ðŽg—p‚µ‚½Œ‹‡‚̐”‚Å‚· (‚±‚ꂪ‘å‚«‚­‚Ä‚à’ʏí‚͊댯‚Å‚Í‚ ‚è‚Ü‚¹‚ñ)';
$strShowStatusSelect_scanDescr = 'Å‰‚̃e[ƒuƒ‹‚ÌŠ®‘S‚ȃXƒLƒƒƒ“‚ðs‚Á‚½Œ‹‡‚̐”‚Å‚·B';
$strShowStatusSlave_open_temp_tablesDescr = 'ƒXƒŒ[ƒu SQL ƒXƒŒƒbƒh‚É‚æ‚Á‚ÄŒ»ÝŠJ‚¢‚Ä‚¢‚éˆêŽž“Iƒe[ƒuƒ‹‚̐”‚Å‚·B';
$strShowStatusSlave_retried_transactionsDescr = 'ƒŒƒvƒŠƒP[ƒVƒ‡ƒ“‚̃XƒŒ[ƒu SQL ƒXƒŒƒbƒh‚ªƒgƒ‰ƒ“ƒUƒNƒVƒ‡ƒ“‚ðÄŽŽs‚µ‚½‰ñ”‚Ì(‹N“®‚©‚ç‚Ì)‡Œv”B';
$strShowStatusSlave_runningDescr = '‚±‚̃T[ƒo[‚ªƒ}ƒXƒ^[‚ɐڑ±‚³‚ê‚éƒXƒŒ[ƒu‚Å‚ ‚éê‡A‚±‚ê‚Í ON ‚Å‚·B';
$strShowStatusSlow_launch_threadsDescr = 'slow_launch_time ‚Ì•b”‚æ‚莞ŠÔ‚ª‚©‚©‚Á‚č쐬‚³‚ꂽƒXƒŒƒbƒh‚̐”‚Å‚·B';
$strShowStatusSlow_queriesDescr = 'long_query_time ‚Ì•b”‚ð‰z‚¦‚½Æ‰ï‚̐”‚Å‚·B';
$strShowStatusSort_merge_passesDescr = 'ƒ\[ƒgƒAƒ‹ƒSƒŠƒYƒ€‚ªŽÀs‚µ‚È‚¯‚ê‚΂Ȃç‚È‚©‚Á‚½ƒ}[ƒW‚̉ñ”B‚±‚Ì’l‚ª‚‚¢ê‡‚́Asort_buffer_sizeƒVƒXƒeƒ€•Ï”‚Ì’l‚𑝂₷‚±‚Æ‚ðŒŸ“¢‚µ‚Ä‚­‚¾‚³‚¢B';
$strShowStatusSort_rangeDescr = '‚»‚͈͓̔à‚Ń\[ƒg‚ªs‚í‚ꂽ‰ñ”B';
$strShowStatusSort_rowsDescr = 'ƒ\[ƒgÏ‚̍s”‚Å‚·B';
$strShowStatusSort_scanDescr = 'ƒe[ƒuƒ‹‚Ì‘–¸‚É‚æ‚ès‚í‚ꂽƒ\[ƒg”‚Å‚·B';
$strShowStatusTable_locks_immediateDescr = 'ƒe[ƒuƒ‹ƒƒbƒN‚ª‚·‚®‚Ɏ擾‚³‚ꂽ‰ñ”‚Å‚·B';
$strShowStatusTable_locks_waitedDescr = 'ƒe[ƒuƒ‹ƒƒbƒN‚ª‚·‚®‚Ɏ擾‚Å‚«‚È‚©‚Á‚½‚½‚߂ɃEƒFƒCƒg‚ª”­¶‚µ‚½‰ñ”B‚±‚Ì’l‚ª‚‚­AƒpƒtƒH[ƒ}ƒ“ƒX‚É–â‘肪¶‚¶‚Ä‚¢‚éê‡‚́A‚Ü‚¸Æ‰ï‚ðÅ“K‰»‚µ‚Ä‚­‚¾‚³‚¢B‚»‚ê‚Å‚à‚¾‚ß‚È‚çAƒe[ƒuƒ‹‚𕪊„‚·‚é‚©AƒŒƒvƒŠƒP[ƒVƒ‡ƒ“‚ð—˜—p‚µ‚Ä‚­‚¾‚³‚¢B';
$strShowStatusThreads_cachedDescr = 'ƒXƒŒƒbƒhƒLƒƒƒbƒVƒ…’†‚̃XƒŒƒbƒh”‚Å‚·BƒLƒƒƒbƒVƒ…ƒqƒbƒg—¦‚Í Threads_created/Connections ‚Æ‚µ‚ÄŒvŽZ‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚·B‚±‚Ì’l‚ªÔ‚¢ê‡Athread_cache_size ‚ðã‚°‚é‚ׂ«‚Å‚·B';
$strShowStatusThreads_connectedDescr = 'Œ»ÝÚ‘±’†‚̐”‚Å‚·B';
$strShowStatusThreads_createdDescr = 'Ú‘±‚ðˆµ‚¤‚½‚߂ɍ쐬‚³‚ꂽƒXƒŒƒbƒh‚̐”‚Å‚·BThreads_created ‚ª‘å‚«‚¢ê‡A’l thread_cache_size ‚𑝉Á‚³‚¹‚½‚¢‚ÆŽv‚¤‚©‚à‚µ‚ê‚Ü‚¹‚ñB(’ʏí‚æ‚¢ƒXƒŒƒbƒhŽÀ‘•‚ð‚µ‚Ä‚¢‚éê‡A‚±‚ê‚ÍŒ°’˜‚ȃpƒtƒH[ƒ}ƒ“ƒXŒüã‚ð—^‚¦‚Ü‚¹‚ñ)';
$strShowStatusThreads_runningDescr = 'ƒXƒŠ[ƒv‚µ‚Ä‚¢‚È‚¢ƒXƒŒƒbƒh‚̐”‚Å‚·B';
$strShowTableDimension = 'ƒe[ƒuƒ‹‚Ì‘å‚«‚³‚ð•\Ž¦‚·‚é';
$strShowTables = 'ƒe[ƒuƒ‹‚Ì•\Ž¦‚·‚é';
$strShowThisQuery = ' ŽÀs‚µ‚½Æ‰ï‚ð‚±‚±‚É•\Ž¦‚·‚é';
$strSimplifiedChinese = 'ŠÈ‘ÌŽš’†‘Œê';
$strSingly = '(1 ‰ñ)';
$strSize = 'ƒTƒCƒY';
$strSkipQueries = 'ŠJŽn‚©‚çƒXƒLƒbƒv‚·‚郌ƒR[ƒh(Æ‰ï)‚̐”';
$strSlovak = 'ƒXƒƒoƒLƒAŒê';
$strSlovenian = 'ƒXƒƒxƒjƒAŒê';
$strSocketProblem = '(‚Ü‚½‚́Aƒ[ƒJƒ‹‚Ì MySQL ƒT[ƒo[‚̃\ƒPƒbƒg‚͐³Šm‚ɐݒ肳‚ê‚Ü‚¹‚ñ)';
$strSortByKey = 'ƒL[‚Ń\[ƒg';
$strSort = 'ƒ\[ƒg';
$strSorting = 'ƒ\[ƒg';
$strSpaceUsage = 'ƒfƒBƒXƒNŽg—p—Ê';
$strSpanish = 'ƒXƒyƒCƒ“Œê';
$strSplitWordsWithSpace = 'Še’PŒê‚̓Xƒy[ƒX•¶Žš(" ")‚Å‹æØ‚Á‚ĉº‚³‚¢B';
$strSQLExportCompatibility = 'SQL ŒÝŠ·ƒGƒNƒXƒ|[ƒg';
$strSQLExportType = 'ƒGƒNƒXƒ|[ƒgŒ`Ž®';
$strSQLImportOptions = 'SQL ƒIƒvƒVƒ‡ƒ“';
$strSQLOptions = 'SQL ƒIƒvƒVƒ‡ƒ“';
$strSQLParserBugMessage = '‚ ‚È‚½‚Í SQL ƒp[ƒT[‚̃oƒO‚ðŒ©‚¯‚ç‚ê‚é‚©‚à‚µ‚ê‚Ü‚¹‚ñB‚ ‚È‚½‚Ì–â‚¢‡‚킹‚ð”O“ü‚è‚ÉŠm‚©‚߂āAˆø—p•„‚ª³‚µ‚­ƒ~ƒXƒ}ƒbƒ`‚ª‚È‚¢‚©ƒ`ƒFƒbƒN‚µ‚Ü‚µ‚傤B‚»‚Ì‘¼‚ÌŽ¸”s‚ɂ̓eƒLƒXƒgƒGƒŠƒA‚ňø—p‚µ‚½ŠO‘¤‚ɃoƒCƒiƒŠ[ƒR[ƒh‚ª•t‚¢‚ătƒ@ƒCƒ‹‚ªƒAƒbƒvƒ[ƒh‚³‚ê‚Ä‚µ‚Ü‚Á‚½‚悤‚ÈŒ´ˆö‚ªl‚¦‚ç‚ê‚Ü‚·B‚Ü‚½A‚ ‚È‚½‚Ì–â‚¢‡‚킹‚ð MySQL ‚̃Rƒ}ƒ“ƒhƒ‰ƒCƒ“‚ðŽg‚Á‚ÄŽŽ‚·‚±‚Æ‚à‚Å‚«‚Ü‚·BMySQL ƒT[ƒo[‚͈ȉº‚̂悤‚ɃGƒ‰[‚ðo‚µ‚Ü‚·B‚»‚±‚É‚Í–â‘è‚ð‰ðŒˆ‚·‚éŽè•‚¯‚ª‚ ‚é‚Å‚µ‚傤BƒRƒ}ƒ“ƒhƒ‰ƒCƒ“‚ł͐¬Œ÷‚µ‚Ä‚àA‚Ü‚¾–â‘肪‚ ‚éê‡Aƒp[ƒT[‚ªŽ¸”s‚·‚éê‡‚ɂ́A–â‘è‚Ì‚ ‚é SQL –â‚¢‡‚킹‚ð‚ЂƂ‚̕¶‚ÉŒ¸‚炵‚Ă݂ĉº‚³‚¢B‚»‚µ‚Ĉȉº‚̃ZƒNƒVƒ‡ƒ“‚Ńf[ƒ^‚ðØ‚èŽæ‚Á‚ăoƒO•ñ‚ð‘—‚Á‚ĉº‚³‚¢:';
$strSQLParserUserError = 'SQL ‚ɃGƒ‰[‚ª‚ ‚è‚Ü‚·BMySQL ƒT[ƒo[‚͈ȉº‚̂悤‚ɃGƒ‰[‚ðo—Í‚µ‚Ü‚µ‚½B‚»‚±‚É‚Í–â‘è‚ð‰ðŒˆ‚·‚éŽè•‚¯‚ª‚ ‚é‚Å‚µ‚傤B';
$strSQLQuery = 'ŽÀs‚µ‚½ SQL';
$strSQLResult = 'SQL ‚ÌŒ‹‰Ê';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = '”FØ‚ª–³Œø‚Å‚·B';
$strSQPBugUnclosedQuote = 'ˆø—p•„‚ª•Â‚¶‚Ä‚¢‚Ü‚¹‚ñB';
$strSQPBugUnknownPunctuation = '–³Œø‚È‹å“Ç“_•¶Žš‚Å‚·B';
$strStatCheckTime = 'ÅIŒŸ¸';
$strStatCreateTime = 'ì¬“úŽž';
$strStatement = 'ƒXƒe[ƒgƒƒ“ƒg';
$strStatisticsOverrun = 'ƒrƒW[‚ȃT[ƒo[‚ł́AƒoƒCƒgƒJƒEƒ“ƒ^[‚ª’´‰ß‚·‚é‚©‚à‚µ‚ê‚Ü‚¹‚ñB]‚Á‚āAMySQL ƒT[ƒo[‚ª•ñ‚·‚é‚»‚ê‚ç‚Ì“Œv‚͐³‚µ‚­‚È‚¢‚©‚à‚µ‚ê‚Ü‚¹‚ñB';
$strStatUpdateTime = 'ÅIXV';
$strStatus = 'ó‘Ô';
$strStorageEngines = 'ƒXƒgƒŒ[ƒWƒGƒ“ƒWƒ“';
$strStorageEngine = 'ƒXƒgƒŒ[ƒWƒGƒ“ƒWƒ“';
$strStrucCSV = 'CSV ƒf[ƒ^';
$strStrucData = '\‘¢‚ƃf[ƒ^';
$strStrucDrop = 'uDROP TABLEv‚ð’ljÁ‚·‚é';
$strStrucExcelCSV = 'MS Excel —p CSV ƒf[ƒ^';
$strStrucNativeExcel = '–{—ˆ‚Ì MS Excel ƒf[ƒ^';
$strStrucOnly = '\‘¢‚Ì‚Ý';
$strStructPropose = 'ƒe[ƒuƒ‹\‘¢‚ðŠm”F‚·‚é';
$strStructure = '\‘¢';
$strSubmit = 'ŽÀs‚·‚é';
$strSuccess = 'SQL ‚ª³í‚ÉŽÀs‚³‚ê‚Ü‚µ‚½';
$strSum = '‡Œv';
$strSwedish = 'ƒXƒEƒF[ƒfƒ“Œê';
$strSwitchToDatabase = 'ƒRƒs[‚µ‚½ƒf[ƒ^ƒx[ƒX‚ɐ؂è‘Ö‚¦‚é';
$strSwitchToTable = 'ƒRƒs[‚µ‚½ƒe[ƒuƒ‹‚ɐ؂è‘Ö‚¦‚é';
 
$strTableAlreadyExists = 'ƒe[ƒuƒ‹ %s ‚ÍŠù‚É‘¶Ý‚µ‚Ü‚·!';
$strTableComments = 'ƒe[ƒuƒ‹‚Ìà–¾';
$strTableEmpty = 'ƒe[ƒuƒ‹–¼‚Í‹ó‚Å‚·B';
$strTable = 'ƒe[ƒuƒ‹ ';
$strTableHasBeenDropped = 'ƒe[ƒuƒ‹ %s ‚ðíœ‚µ‚Ü‚µ‚½B';
$strTableHasBeenEmptied = 'ƒe[ƒuƒ‹ %s ‚ð‹ó‚É‚µ‚Ü‚µ‚½B';
$strTableHasBeenFlushed = 'ƒe[ƒuƒ‹ %s ‚̃LƒƒƒbƒVƒ…‚ð‹ó‚É‚µ‚Ü‚µ‚½B';
$strTableMaintenance = 'ƒe[ƒuƒ‹ŠÇ—';
$strTableOfContents = 'ƒe[ƒuƒ‹‚Ì“à—e';
$strTableOptions = 'ƒe[ƒuƒ‹ƒIƒvƒVƒ‡ƒ“';
$strTables = '%sƒe[ƒuƒ‹';
$strTableStructure = 'ƒe[ƒuƒ‹‚̍\‘¢';
$strTableType = 'ƒe[ƒuƒ‹‚̃^ƒCƒv';
$strTakeIt = '‚»‚ê‚É‚µ‚Ü‚·';
$strTblPrivileges = 'ƒe[ƒuƒ‹“Á’è “ÁŒ ';
$strTempData = 'ˆêŽžƒf[ƒ^';
$strTextAreaLength = ' ’·‚³‚̏Šˆ×‚Å‚±‚̃tƒB[ƒ‹ƒh‚ð<br /> C³‚Å‚«‚È‚¢‰Â”\«‚ª‚ ‚è‚Ü‚·B';
$strThai = 'ƒ^ƒCŒê';
$strThemeDefaultNotFound = 'ƒfƒtƒHƒ‹ƒgƒe[ƒ}u%sv‚ªŒ©‚‚©‚è‚Ü‚¹‚ñ!';
$strTheme = 'ƒe[ƒ} / ƒXƒ^ƒCƒ‹';
$strThemeNoPreviewAvailable = 'ƒvƒŒƒrƒ…[‚Í—˜—p‚Å‚«‚Ü‚¹‚ñB';
$strThemeNotFound = 'ƒe[ƒ}u%sv‚ªŒ©‚‚©‚è‚Ü‚¹‚ñ!';
$strThemeNoValidImgPath = 'ƒe[ƒ}u%sv‚Ő³‚µ‚¢‰æ‘œƒpƒX‚ªŒ©‚‚©‚è‚Ü‚¹‚ñ!';
$strThemePathNotFound = 'ƒe[ƒ}u%sv‚̃e[ƒ}ƒpƒX‚ªŒ©‚‚©‚è‚Ü‚¹‚ñ!';
$strThisHost = '‚±‚̃zƒXƒg';
$strThisNotDirectory = '‚±‚ê‚̓fƒBƒŒƒNƒgƒŠ‚Å‚Í‚ ‚è‚Ü‚¹‚ñ';
$strThreadSuccessfullyKilled = 'ƒXƒŒƒbƒh %s ‚͏I—¹‚µ‚Ü‚µ‚½B';
$strThreads = 'ƒXƒŒƒbƒh';
$strTime = 'ŽžŠÔ';
$strTimeoutInfo = 'ˆÈ‘O‚ɃCƒ“ƒ|[ƒg‚Ń^ƒCƒ€ƒAƒEƒg‚µ‚Ä‚¢‚Ü‚·BÄ‘—MŒãAˆÊ’u %d ‚æ‚èŒp‘±‚·‚é‚Å‚µ‚傤B';
$strTimeoutNothingParsed = '‚µ‚©‚µAÅŒã‚ÌŽÀs‚ł̃f[ƒ^‚͉ðÍ‚³‚ê‚Ä‚¢‚Ü‚¹‚ñB‚±‚ê‚́A’ʏí php ‚ÌŽžŠÔ§ŒÀ‚𑝂₳‚È‚¯‚ê‚Î phpMyAdmin ‚ª‚±‚̃Cƒ“ƒ|[ƒg‚ðI—¹‚·‚邱‚Æ‚ª‚Å‚«‚È‚Æ‚¢‚¤‚±‚Æ‚ðˆÓ–¡‚µ‚Ü‚·B';
$strTimeoutPassed = 'ƒXƒNƒŠƒvƒg‚ªƒ^ƒCƒ€ƒAƒEƒg‚ð‰ß‚¬‚Ü‚µ‚½BƒCƒ“ƒ|[ƒg‚ðI‚í‚点‚½‚¢ê‡A“¯‚¶ƒtƒ@ƒCƒ‹‚ðÄ‘—M‚µAƒCƒ“ƒ|[ƒg‚ðÄŠJ‚³‚¹‚Ä‚­‚¾‚³‚¢B';
$strToggleScratchboard = 'ƒgƒOƒ‹ƒXƒNƒ‰ƒbƒ`ƒ{[ƒh';
$strTotalUC = '‡Œv';
$strTotal = '‡Œv';
$strTraditionalChinese = '“`““I‚È’†‘Œê';
$strTraditionalSpanish = '“`““I‚ȃXƒyƒCƒ“Œê';
$strTraffic = 'ƒgƒ‰ƒtƒBƒbƒN';
$strTransactionCoordinator = 'ƒgƒ‰ƒ“ƒUƒNƒVƒ‡ƒ“ƒR[ƒfƒBƒl[ƒ^';
$strTransformation_application_octetstream__download = 'ƒtƒB[ƒ‹ƒh‚̃oƒCƒiƒŠƒf[ƒ^‚ðƒ_ƒEƒ“ƒ[ƒh‚·‚郊ƒ“ƒN‚ð•\Ž¦‚µ‚Ü‚·B1 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚̓oƒCƒiƒŠƒtƒ@ƒCƒ‹‚̃tƒ@ƒCƒ‹–¼‚Å‚·B2 ‚–ڃIƒvƒVƒ‡ƒ“‚̓tƒ@ƒCƒ‹–¼‚ðŠÜ‚Þƒe[ƒuƒ‹s‚̐³‚µ‚¢ƒtƒB[ƒ‹ƒh–¼‚Å‚·B2 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚ð’ñ‹Ÿ‚·‚éê‡A1 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚͋󕶎š—ñ‚ɐݒ肷‚é•K—v‚ª‚ ‚è‚Ü‚·B';
$strTransformation_application_octetstream__hex = 'ƒf[ƒ^‚Ì 16 i”•\Ž¦‚Å‚·B';
$strTransformation_image_jpeg__inline = 'ƒNƒŠƒbƒN‰Â”\‚ȃTƒ€ƒlƒCƒ‹‚ð•\Ž¦‚µ‚Ü‚·; ƒIƒvƒVƒ‡ƒ“: widthEheight ‚ðƒsƒNƒZƒ‹‚ÅŽw’è (Œ³‚̔䗦‚ð•Û‚¿‚Ü‚·)';
$strTransformation_image_jpeg__link = '‚±‚̉摜‚ւ̃Šƒ“ƒN‚ð•\Ž¦ (—Ⴆ‚Î blob ‚𒼐ڃ_ƒEƒ“ƒ[ƒh).';
$strTransformation_image_png__inline = 'uimage/jpeg: inlinev‚ðŽQÆ‚µ‚Ä‚­‚¾‚³‚¢B';
$strTransformation_text_plain__dateformat = 'TIMEATIMESTAMP ‚ ‚é‚¢‚Í DATETIME ƒtƒB[ƒ‹ƒh‚ŁAƒ[ƒJƒ‹‚Ì“ú•t•\Ž¦Œ`Ž®‚ð—p‚¢‚ď‘Ž®‰»‚µ‚Ü‚·B1 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚̓^ƒCƒ€ƒXƒ^ƒ“ƒv‚ɉÁŽZ‚·‚éƒIƒtƒZƒbƒgŽžŠÔ(’PˆÊ:ŽžŠÔ)‚Å‚·(ƒfƒtƒHƒ‹ƒg: 0)2 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚́APHP ‚Ì strftime()‚Å—˜—p‰Â”\‚ȃpƒ‰ƒ[ƒ^[‚Å‚Ì‚³‚Ü‚´‚Ü‚È“ú•t•\Ž¦Œ`Ž®‚Å‚·B';
$strTransformation_text_plain__external = 'LINUX ‚Ì‚Ý: ŠO•”ƒAƒvƒŠƒP[ƒVƒ‡ƒ“‚ð‹N“®‚µA•W€“ü—Í‚©‚çƒtƒB[ƒ‹ƒhƒf[ƒ^‚ð“ü—Í‚µ‚Ü‚·BƒAƒvƒŠƒP[ƒVƒ‡ƒ“‚Ì•W€o—Í‚ª•Ô‚è‚Ü‚·BƒfƒtƒHƒ‹ƒg‚Í Tidy ‚ŁAãY—í‚È HTML ƒR[ƒh‚ðo—Í‚µ‚Ü‚·BƒZƒLƒ…ƒŠƒeƒB‚Ì——R‚ŁAŽè“®‚Ńtƒ@ƒCƒ‹ulibraries/text_plain__external.inc.phpv‚ð•ÒW‚µAŽÀs‚·‚é‚ð‹–‰Â‚·‚éƒc[ƒ‹‚ð‘}“ü‚µ‚È‚¯‚ê‚΂Ȃè‚Ü‚¹‚ñBÅ‰‚̃IƒvƒVƒ‡ƒ“‚́AŽg—p‚·‚éƒvƒƒOƒ‰ƒ€‚̐”‚ŁA2 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚̓vƒƒOƒ‰ƒ€‚̃pƒ‰ƒ[ƒ^‚Å‚·B3 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚ª 1 ‚ɐݒ肳‚ê‚Ä‚¢‚½ê‡Ahtmlspecialchars() ‚ð—p‚¢‚ďo—Í‚ð•ÏŠ·‚·‚é‚Å‚µ‚傤(ƒfƒtƒHƒ‹ƒg: 1)4 ‚Â–Ú ƒIƒvƒVƒ‡ƒ“‚ª 1 ‚ɐݒ肳‚ê‚Ä‚¢‚½ê‡A‹Ö‘¥ˆ—‚ð–h‚¬Ao—Í‚ª‚·‚×‚Ä 1 s‚ÉŒ©‚¦‚邱‚Æ‚ð•ÛØ‚·‚é‚Å‚µ‚傤(ƒfƒtƒHƒ‹ƒg: 1).';
$strTransformation_text_plain__formatted = 'ƒtƒB[ƒ‹ƒh‚ÌŒ³‚̏‘Ž®‚ð•Û‘¶‚µ‚Ü‚·BƒGƒXƒP[ƒv‚¹‚¸‚ɏI—¹‚µ‚Ü‚·B';
$strTransformation_text_plain__imagelink = '‰æ‘œ‚ƃŠƒ“ƒNAƒtƒ@ƒCƒ‹–¼‚ðŠÜ‚ÞƒtƒB[ƒ‹ƒh‚ð•\Ž¦‚µ‚Ü‚·; 1 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚Í "http://domain.com/" ‚̂悤‚ȐړªŒê‚ŁA2 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚̓sƒNƒZƒ‹Žw’è‚Ì•A3 ‚–ڂ͍‚‚³‚Å‚·B';
$strTransformation_text_plain__link = 'ƒtƒ@ƒCƒ‹–¼‚ðŠÜ‚ÞƒtƒB[ƒ‹ƒhAƒŠƒ“ƒN‚ð•\Ž¦; 1 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚Í "http://domain.com/" ‚̂悤‚ȐړªŒêA2 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚̓Šƒ“ƒN‚̃^ƒCƒgƒ‹‚Å‚·B';
$strTransformation_text_plain__sql = 'SQL Ð‰î ‚Æ‚µ‚ăeƒLƒXƒg‚ÌŒ`Ž®‚Ì•¶–@‚ðƒnƒCƒ‰ƒCƒg‚µ‚Ü‚·B';
$strTransformation_text_plain__substr = '•¶Žš—ñ‚̈ꕔ‚Ì‚Ý•\Ž¦‚µ‚Ü‚·B1 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚̓eƒLƒXƒg‚̏o—Í‚ª‚Ç‚±‚ÅŠJŽn‚·‚é‚©ƒIƒtƒZƒbƒg‚ð’è‹`‚µ‚Ü‚· (ƒfƒtƒHƒ‹ƒg‚́u0v‚Å‚·)2 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚͂ǂꂾ‚¯‚̃eƒLƒXƒg‚ð•Ô‚·‚©‚̃IƒtƒZƒbƒg‚Å‚·B‹ó‚̏ꍇAŽc‚è‚̃eƒLƒXƒg‚ð‚·‚×‚Ä•Ô‚µ‚Ü‚·B3 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚́A•¶Žš—ñ‚̈ꕔ‚ª•Ô‚³‚ê‚鎞A‚Ç‚Ì•¶Žš‚ðo—͂ɒljÁ‚·‚é‚©’è‹`‚µ‚Ü‚·B (ƒfƒtƒHƒ‹ƒg‚́u...v‚Å‚·)';
$strTruncateQueries = 'Æ‰ï‚Ì•\Ž¦‚ðØ‚è‹l‚ß‚é';
$strTurkish = 'ƒgƒ‹ƒRŒê';
$strType = 'ƒtƒB[ƒ‹ƒhƒ^ƒCƒv';
 
$strUkrainian = 'ƒEƒNƒ‰ƒCƒiŒê';
$strUncheckAll = 'ƒ`ƒFƒbƒN‚ð‚·‚×‚Äíœ‚·‚é';
$strUnicode = 'UNICODE';
$strUnique = 'ˆêˆÓ«';
$strUnknown = '•s–¾';
$strUnselectAll = '‘S‘I‘ð‰ðœ';
$strUnsupportedCompressionDetected = 'ƒTƒ|[ƒg‚³‚ê‚Ä‚¢‚È‚¢ˆ³kŒ`Ž®(%s)‚̃tƒ@ƒCƒ‹‚̓ǂݍž‚Ý‚ðŽŽ‚Ý‚Ü‚µ‚½B‚»‚ÌŽÀ‘•‚ªƒTƒ|[ƒg‚³‚ê‚Ä‚¢‚È‚¢‚©AÝ’è‚Å–³Œø‚É‚È‚Á‚Ä‚¢‚é‚©‚Ì‚¢‚¸‚ê‚©‚Å‚·B';
$strUpdatePrivMessage = '%s ‚Ì“ÁŒ ‚ðXV‚µ‚Ü‚µ‚½B';
$strUpdateProfileMessage = 'ƒvƒƒtƒ@ƒCƒ‹‚ðXV‚µ‚Ü‚µ‚½B';
$strUpdateQuery = 'Æ‰ï‚ðXV‚·‚é';
$strUpdComTab = 'Column_comments ƒe[ƒuƒ‹‚̃AƒbƒvƒOƒŒ[ƒh•û–@‚̃hƒLƒ…ƒƒ“ƒg‚ðŽQÆ‚µ‚Ä‚­‚¾‚³‚¢B';
$strUpgrade = '%s %s ‚©‚»‚êˆÚs‚ɃAƒbƒvƒOƒŒ[ƒh‚·‚é‚ׂ«‚Å‚·B';
$strUploadLimit = '‹°‚ç‚­‚ ‚Ü‚è‚É‚à‘å‚«‚ȃtƒ@ƒCƒ‹‚ðƒAƒbƒvƒ[ƒh‚µ‚悤‚Æ‚µ‚Ü‚µ‚½B‚±‚̐§ŒÀ‚̉ñ”ðŽè’i‚Æ‚µ‚Ä %sƒhƒLƒ…ƒƒ“ƒg%s ‚ðŽQÆ‚µ‚Ä‚­‚¾‚³‚¢B';
$strUsage = 'Žg—p—Ê';
$strUseBackquotes = '‹tƒNƒI[ƒg‚Ńe[ƒuƒ‹–¼‚âƒtƒB[ƒ‹ƒh–¼‚ðˆÍ‚Þ';
$strUsedPhpExtensions = 'Žg—p’†‚Ì PHP Šg’£';
$strUseHostTable = 'ƒzƒXƒgƒe[ƒuƒ‹‚ðŽg‚¤';
$strUserAlreadyExists = 'ƒ†[ƒU[u%sv‚ÍŠù‚É‘¶Ý‚µ‚Ü‚·!';
$strUserEmpty = 'ƒ†[ƒU[–¼‚Í‹ó‚Å‚·B';
$strUserName = 'ƒ†[ƒU[–¼';
$strUserNotFound = '‘I‘ð‚³‚ê‚½ƒ†[ƒU[‚Í“ÁŒ ƒe[ƒuƒ‹‚ÉŒ©‚‚©‚è‚Ü‚¹‚ñ‚Å‚µ‚½B';
$strUserOverview = 'ƒ†[ƒU[ŠT—ª';
$strUsersDeleted = '‘I‘ð‚³‚ê‚½ƒ†[ƒU[‚͍폜‚³‚ê‚Ü‚µ‚½B';
$strUsersHavingAccessToDb = 'ƒ†[ƒU[‚Í &quot;%s&quot; ‚ւ̃AƒNƒZƒXŒ ŒÀ‚ðŠŽ‚µ‚Ä‚¢‚Ü‚·B';
$strUser = 'ƒ†[ƒU[';
$strUseTabKey = '’l‚©‚ç’l‚܂ňڂé‚É‚Í TAB ƒL[‚ðA‚à‚µ‚­‚Í‚¢‚ë‚ñ‚ȏꏊ‚Å‚àˆÚ“®‚·‚é‚É‚Í CTRL + ƒJ[ƒ\ƒ‹‚ðŽg—p‚µ‚Ü‚·B';
$strUseTables = 'Žg‚¤ƒe[ƒuƒ‹';
$strUseTextField = 'ƒeƒLƒXƒgƒtƒB[ƒ‹ƒh‚ðŽg—p';
$strUseThisValue = '‚±‚Ì’l‚ðŽg—p';
 
$strValidateSQL = 'SQL ‚ÌŒŸØ';
$strValidatorError = 'SQL ‚ÌŒŸØ‹@”\‚ð‰Šú‰»‚Å‚«‚Ü‚¹‚ñB%sƒhƒLƒ…ƒƒ“ƒg%s ‚É‹Lq‚³‚ê‚Ä‚¢‚é‚悤‚É PHP Šg’£ƒ‰ƒCƒuƒ‰ƒŠ‚ªƒCƒ“ƒXƒg[ƒ‹‚³‚ê‚Ä‚¢‚é‚©ƒ`ƒFƒbƒN‚µ‚Ä‚­‚¾‚³‚¢B';
$strValue = '’l';
$strVar = '•Ï”';
$strVersionInformation = 'ƒo[ƒWƒ‡ƒ“î•ñ';
$strViewDumpDatabases = 'ƒf[ƒ^ƒx[ƒX‚̃_ƒ“ƒvƒrƒ…[ (ƒXƒL[ƒ})';
$strViewDumpDB = 'DB ‚̃_ƒ“ƒv(ƒXƒL[ƒ})•\Ž¦';
$strViewDump = 'ƒe[ƒuƒ‹‚̃_ƒ“ƒv(ƒXƒL[ƒ})•\Ž¦';
$strViewHasBeenDropped = 'ƒrƒ…[ %s ‚ð”jŠü‚µ‚Ü‚µ‚½B';
$strViewMaxExactCount = '‚±‚̃rƒ…[‚Í %s —ñˆÈã‚ ‚è‚Ü‚·B%sƒhƒLƒ…ƒƒ“ƒg%s ‚ðŽQÆ‚µ‚Ä‚­‚¾‚³‚¢B';
$strView = 'ƒrƒ…[';
 
$strWebServerUploadDirectory = 'ƒEƒFƒuƒT[ƒo[ã‚ŃAƒbƒvƒ[ƒh‚·‚é';
$strWebServerUploadDirectoryError = 'ƒAƒbƒvƒ[ƒh‚ðs‚¤ƒfƒBƒŒƒNƒgƒŠ‚ª‚ ‚è‚Ü‚¹‚ñB';
$strWelcome = '%s ‚ւ悤‚±‚»';
$strWestEuropean = '¼ƒˆ[ƒƒbƒpŒê';
$strWildcard = 'ƒƒCƒ‹ƒhƒJ[ƒh';
$strWindowNotFound = 'ƒ^[ƒQƒbƒgƒuƒ‰ƒEƒUƒEƒBƒ“ƒhƒE‚ðXV‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚¹‚ñB‹°‚ç‚­eƒEƒBƒ“ƒhƒE‚ð•Â‚¶‚½‚©A‚ ‚é‚¢‚̓uƒ‰ƒEƒU[‚̃ZƒLƒ…ƒŠƒeƒBÝ’è‚ŁAƒNƒƒXƒEƒBƒ“ƒhƒE‚̍XV‚ðƒuƒƒbƒN‚µ‚Ä‚¢‚Ü‚·B';
$strWithChecked = 'ƒ`ƒFƒbƒN‚µ‚½‚à‚Ì‚ð:';
$strWriteRequests = '‘‚«ž‚݃ŠƒNƒGƒXƒg”';
$strWritingCommentNotPossible = 'ƒRƒƒ“ƒg‚̏‘‚«ž‚Ý‚ª—LŒø‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strWritingRelationNotPossible = 'ƒŠƒŒ[ƒVƒ‡ƒ“‚̏‘‚«ž‚Ý‚ª—LŒø‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strWrongUser = 'ƒ†[ƒU[–¼‚Ü‚½‚̓pƒXƒ[ƒh‚ª³‚µ‚­‚ ‚è‚Ü‚¹‚ñB<br />ƒAƒNƒZƒX‚Í‹‘”Û‚³‚ê‚Ü‚µ‚½B';
 
$strXkana = '‘SŠpƒJƒi‚Ö•ÏŠ·‚·‚é'; // convert to X208-kana
$strXML = 'XML';
 
$strYes = '‚Í‚¢';
 
$strZeroRemovesTheLimit = '’ˆÓ: ƒIƒvƒVƒ‡ƒ“‚ð 0 (ƒ[ƒ)‚ɐݒ肷‚é‚Ɛ§ŒÀ‚ª‚È‚­‚È‚è‚Ü‚·B';
$strZip = '"zip •ûŽ®"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/japanese-utf-8.inc.php
0,0 → 1,985
<?php
/* $Id: japanese-utf-8.inc.php,v 2.128.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Translated by Yukihiro Kawada <kawada at den.fujifilm.co.jp>
* Tadashi Jokagi <elf2000 at users.sourceforge.net>
* Kenichi Ishigaki <ishigaki at tcool.org>
*/
 
$charset = 'utf-8';
$text_dir = 'ltr';
$left_font_family = '"MS PGochic", Osaka, verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = '"MS PGochic", Osaka, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('バイト', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('日', '月', '火', '水', '木', '金', '土');
$month = array('1 月','2 月','3 月','4 月','5 月','6 月','7 月','8 月','9 月','10 月','11 月','12 月');
// See http://www.php.net/manual/ja/function.strftime.php to define the
// variable below
$datefmt = '%Y 年 %B %d 日 %H:%M';
$timespanfmt = '%s 日 %s 時間 %s 分 %s 秒';
 
$strAbortedClients = '中断しました。';
$strAbsolutePathToDocSqlDir = 'docSQL への絶対パスを設定してください。';
$strAccessDenied = 'アクセスは拒否されました。';
$strAccessDeniedCreateConfig = '恐らくこの問題の理由は、設定ファイルを作成していないためです。%1$sセットアップスクリプト%2$s を使用してひとつ作成することができます。';
$strAccessDeniedExplanation = 'phpMyAdmin は、MySQL サーバーに接続しようとしました。そして、サーバーは接続を拒絶しました。config.inc.php の中のホスト、ユーザー名およびパスワードをチェックし、MySQL サーバーの管理者から与えられた情報に相当することを確認するべきです。';
$strAction = '操作';
$strAddAutoIncrement = '「AUTO_INCREMENT」値を追加する';
$strAddConstraints = '制限を追加する';
$strAddDeleteColumn = 'フィールド列を追加・削除する';
$strAddDeleteRow = '条件行を追加・削除する';
$strAddDropDatabase = '「DROP DATABASE」を追加する';
$strAddedColumnComment = 'カラムのコメント追加されました。';
$strAddedColumnRelation = 'カラムのリレーションが追加されました。';
$strAddFields = '%s 個のフィールドを追加する';
$strAddHeaderComment = 'ヘッダーへカスタムコメントを追加 (\\n で改行)';
$strAddIfNotExists = '「IF NOT EXISTS」を追加する';
$strAddIntoComments = '追加コメント';
$strAddNewField = 'フィールドを追加する';
$strAddPrivilegesOnDb = 'データベースへ特権の追加する';
$strAddPrivilegesOnTbl = 'テーブルへ特権の追加する';
$strAddSearchConditions = '検索条件文を追加してください。("where"の節文):';
$strAddToIndex = ' &nbsp;%s&nbsp; の列をインデックスに追加しました。';
$strAddUser = 'ユーザーを追加する';
$strAddUserMessage = 'ユーザーを追加しました。';
$strAdministration = '管理';
$strAffectedRows = '影響された行数:';
$strAfter = '指定カラムの後に %s';
$strAfterInsertBack = '戻る';
$strAfterInsertNewInsert = '新レコードを追加する';
$strAfterInsertNext = '次の行を編集する';
$strAfterInsertSame = 'このページに戻る';
$strAll = '全部';
$strAllowInterrupt = 'それの制限時間が近づいてることをスクリプトが検知した場合、インポートへの割込みを許可します。これは大きなファイルをインポートする場合のよい手段かもしれませんが、それはトランザクションを壊すことになります。';
$strAllTableSameWidth = 'すべてのテーブルを同じ幅で表示しますか?';
$strAlterOrderBy = 'テーブル順番の条件';
$strAnalyzeTable = 'テーブルを分析する';
$strAnd = 'AND';
$strAndThen = 'そしてその後に';
$strAnIndex = 'インデックスが「%s」に追加されていました。';
$strAny = 'すべて';
$strAnyHost = 'すべてのホスト';
$strAnyUser = 'すべてのユーザー';
$strApproximateCount = '近いかもしれません。FAQ 3.11 を参照してください。';
$strAPrimaryKey = '主キーが %s に追加されました。';
$strArabic = 'アラビア語';
$strArmenian = 'アルメニア語';
$strAscending = '昇順';
$strAtBeginningOfTable = 'テーブルの先頭';
$strAtEndOfTable = 'テーブルの末尾';
$strAttr = '表示する';
$strAutodetect = '自動検知する';
$strAutomaticLayout = '自動レイアウト';
 
$strBack = '戻る';
$strBaltic = 'バルト諸語';
$strBeginCut = '切り取り開始';
$strBeginRaw = 'RAW 開始';
$strBinary = ' バイナリ ';
$strBinaryDoNotEdit = ' バイナリ - 修正できません';
$strBinaryLog = 'バイナリログ';
$strBinLogEventType = 'イベントタイプ';
$strBinLogInfo = '情報';
$strBinLogName = 'ログ名';
$strBinLogOriginalPosition = '元の位置';
$strBinLogPosition = '位置';
$strBinLogServerId = 'サーバー ID';
$strBookmarkAllUsers = 'すべてのユーザーがこのブックマークをアクセスできる';
$strBookmarkCreated = 'ブックマーク %s を作成しました';
$strBookmarkDeleted = 'ブックマークを正常に削除しました。';
$strBookmarkLabel = 'ラベル';
$strBookmarkQuery = 'ブックマークされている SQL';
$strBookmarkReplace = '既に存在する同じ名前のブックマークを置換する';
$strBookmarkThis = 'SQL をブックマークする';
$strBookmarkView = '表示のみ';
$strBrowseDistinctValues = '個別に値を表示する';
$strBrowse = '表示';
$strBrowseForeignValues = '外部キーを表示する';
$strBufferPool = 'バッファプール';
$strBufferPoolActivity = 'バッファープールの活性度';
$strBufferPoolUsage = 'バッファプールの使用量';
$strBufferReadMisses = '読み込みミス数';
$strBufferReadMissesInPercent = '% の読み込みミス数';
$strBufferWriteWaits = '書き込み待ち数';
$strBufferWriteWaitsInPercent = '% の書き込み待ち数';
$strBulgarian = 'ブルガリア語';
$strBusyPages = 'ビジーなページ数';
$strBzError = 'この php バージョンは Bz2 拡張が壊れているので phpMyAdmin が圧縮ダンプできません。phpMyAdmin のコンフィグレーションファイルの <code>$cfg[\'BZipDump\']</code> を <code>FALSE</code>に設定してください。Bz2 圧縮機能を使いたい場合には php のバージョンを上げて下さい。php バグ報告 %s 詳細。';
$strBzip = '"bzip 方式"';
 
$strCalendar = 'カレンダー';
$strCanNotLoadImportPlugins = 'インポートプラグインを読み込めません。インストールを確認してください!';
$strCannotLogin = 'MySQL サーバーにログインできません';
$strCantLoad = '扱えない拡張子のファイルです,<br />PHP の設定をチェックしてください。';
$strCantLoadRecodeIconv = '文字セット変換を行うためには組み込まれていない iconv または GNU recode の拡張が必要です。php に、この拡張設定を行っておくか、phpMyAdmin では文字セット変換をしない設定にしてください。';
$strCantRenameIdxToPrimary = 'インデックスの名前を PRIMARY に変更できません。';
$strCantUseRecodeIconv = 'iconv、libiconv、recode_string のいずれの関数も使用できません。php の設定をチェックしてください。';
$strCardinality = '一意な値の数';
$strCaseInsensitive = '英字の大小を区別しない';
$strCaseSensitive = '英字の大小を区別する';
$strCentralEuropean = '中央ヨーロッパ語';
$strChange = '変更';
$strChangeCopyMode = '同じ特権を持った新規のユーザーを作る...';
$strChangeCopyModeCopy = '... 古いものを維持する';
$strChangeCopyModeDeleteAndReload = ' ... ユーザーテーブルから古いものを削除し、後で特権に再びロードする';
$strChangeCopyModeJustDelete = ' ... ユーザーテーブルから古いものを削除する';
$strChangeCopyModeRevoke = ' ... 古いものから有効な特権をすべて無効にし、それを後で削除する';
$strChangeCopyUser = 'ログイン情報の変更 / ユーザーコピー';
$strChangeDisplay = '表示させるフィールドを選んで下さい';
$strChangePassword = 'パスワードを変更する';
$strCharset = '文字セット';
$strCharsetOfFile = 'ファイルの文字セット:';
$strCharsets = '文字コード';
$strCharsetsAndCollations = '文字セットと照合順序';
$strCheckAll = 'すべてチェックする';
$strCheckOverhead = 'オーバーヘッドの検査をする';
$strCheckPrivs = '特権のチェックをする';
$strCheckPrivsLong = 'データベース &quot;%s&quot; の特権チェック。';
$strCheckTable = 'テーブルをチェックする';
$strChoosePage = '編集するページを選択してください。';
$strColComFeat = '列コメント表示機能';
$strCollation = '照合順序';
$strColumnNames = '列(カラム)名';
$strColumnPrivileges = 'カラム指定の特権';
$strCommand = 'コマンド';
$strComments = 'コメント';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 互換';
$strCompleteInserts = '完全な INSERT 文を作成する';
$strCompression = '圧縮';
$strCompressionWillBeDetected = 'インポートされたファイル圧縮は、自動的に検知されるでしょう: %s';
$strConfigDefaultFileError = 'デフォルト設定を読み込めませんでした: "%1$s"';
$strConfigFileError = 'phpMyAdmin が設定ファイルを読み込むことができません! <br />文法エラーが発生したか、ファイルが見つかりません。<br />下のリンクから設定ファイルを直接読み込んで、PHP のエラーメッセージを確認してください。多くの場合、区切り文字やセミコロンを忘れています。<br />もし空白のページが現れたらすべてうまく行っています。';
$strConfigureTableCoord = 'テーブル「%s」テーブルの設定を調整してください。';
$strConnectionError = '接続できません: 無効な設定です。';
$strConnections = '接続';
$strConstraintsForDumped = 'ダンプ済テーブルの制限';
$strConstraintsForTable = 'テーブルの制限';
$strCookiesRequired = 'ここから先はクッキーが許可されている必要があります。';
$strCopy = 'コピーする';
$strCopyDatabaseOK = 'データベース「%s」は「%s」にコピーされました。';
$strCopyTable = 'テーブルを(database<b>.</b>table)にコピーする:';
$strCopyTableOK = 'テーブル「%s」を「%s」にコピーしました。';
$strCopyTableSameNames = '同じテーブルにコピーできません!';
$strCouldNotKill = 'phpMyAdmin がスレッド %s を終了させることができませんでした。恐らく、既に終了しています。';
$strCreate = '作成';
$strCreateDatabaseBeforeCopying = 'コピーの前に「CREATE DATABASE」する';
$strCreateIndex = '&nbsp;%s&nbsp; の列のインデックスを作成する';
$strCreateIndexTopic = '新規インデックスを作成する';
$strCreateNewDatabase = '新規データベースを作成する';
$strCreateNewTable = 'データベース「%s」にテーブルを新規作成する';
$strCreatePage = '新規ページを作成する';
$strCreatePdfFeat = 'PDF 作成機能';
$strCreationDates = '作成/更新/検査の日付を追加する';
$strCriteria = '絞込み基準';
$strCroatian = 'クロアチア語';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV オプション';
$strCSVOptions = 'CSV オプション';
$strCyrillic = 'キリル文字ロシア語';
$strCzech = 'チェコ語';
$strCzechSlovak = 'チェコのスロバキア語';
 
$strDanish = 'デンマーク語';
$strData = 'データ';
$strDatabase = 'データベース';
$strDatabaseEmpty = 'データベース名が空です!';
$strDatabaseExportOptions = 'データベースエクスポートオプション';
$strDatabaseHasBeenDropped = 'データベース「%s」を正常に削除しました。';
$strDatabaseNoTable = 'このデータベースはテーブルを含んでいません!';
$strDatabases = 'データベース';
$strDatabasesDropped = 'データベース「%s」は削除されました。';
$strDatabasesStats = 'データベースの統計';
$strDatabasesStatsDisable = '統計を無効にする';
$strDatabasesStatsEnable = '統計を許可する';
$strDatabasesStatsHeavyTraffic = '注意: データベース統計を許可すると MySQL と WEBサーバーの間で重いトラフィックが発生するかもしれません。';
$strDataDict = 'データ辞書';
$strDataOnly = 'データのみ';
$strDataPages = 'データを含むページ数';
$strDBComment = 'データベースのコメント: ';
$strDBCopy = 'この名前でデータベースをコピーする';
$strDBGContext = 'コンテキスト';
$strDBGContextID = 'コンテキストID';
$strDBGHits = 'ヒット';
$strDBGLine = '行';
$strDBGMaxTimeMs = '最大時間(ミリ秒)';
$strDBGMinTimeMs = '最小時間(ミリ秒)';
$strDBGModule = 'モジュール';
$strDBGTimePerHitMs = 'ヒット率(ミリ秒)';
$strDBGTotalTimeMs = '総計時間(ミリ秒)';
$strDbPrivileges = 'データベース特定 特権';
$strDBRename = 'この名前にデータベース名を変更する';
$strDbSpecific = 'データベース仕様';
$strDefault = '基本値';
$strDefaultEngine = '%s は、この MySQL サーバーのデフォルトストレージエンジンです。';
$strDefaultValueHelp = 'デフォルト値のために、バックスラッシュエスケープや引用符なしの 1 個だけの値を入れて下さい, このフォーマットは: a';
$strDefragment = 'テーブルのデフラグ';
$strDelayedInserts = '遅延インサートを使用する';
$strDelete = '削除';
$strDeleteAndFlush = 'ユーザーを削除して特権をリロードする';
$strDeleteAndFlushDescr = 'これはクリアーです。特権をリロードするので少々時間がかかります。';
$strDeleted = '選択した列を削除しました。';
$strDeletedRows = '削除された行数:';
$strDeleteNoUsersSelected = '削除するユーザーを選択していません!';
$strDeleting = '%s を削除中です';
$strDelOld = '現在のページは、もはや存在しないテーブルに参照があります。それらの参照を削除したいですか?';
$strDescending = '降順';
$strDescription = '説明';
$strDictionary = '辞書';
$strDirtyPages = '不正なページ数';
$strDisabled = '無効';
$strDisableForeignChecks = '外部キーの検査を無効にする';
$strDisplayFeat = 'テーブル情報表示機能';
$strDisplayOrder = '表示順序:';
$strDisplayPDF = 'PDF スキーマの表示をする';
$strDoAQuery = '"例のQUERY"を実行 (ワイルドカード: "%")';
$strDocu = 'ドキュメント';
$strDoYouReally = 'これを本当に実行しても良いですか?:';
$strDrop = '削除';
$strDropDatabaseStrongWarning = '完全にデータベースを破壊するでしょう!';
$strDropUsersDb = 'ユーザーと同じ名前を持つデータベースを削除する';
$strDumpingData = 'テーブルのダンプデータ';
$strDumpSaved = 'ダンプをファイル %s に保存しました。';
$strDumpXRows = '%s 列をダンプします。開始列は %s です。';
$strDynamic = 'ダイナミック';
 
$strEdit = '修正';
$strEditPDFPages = 'PDF ページを編集する';
$strEditPrivileges = '特権を修正';
$strEffective = '実効';
$strEmpty = '空にする';
$strEmptyResultSet = 'MySQL が空の値を返しました (例えば行が空だった)';
$strEnabled = '有効';
$strEncloseInTransaction = 'トランザクションでエクスポートを囲む';
$strEncto = 'エンコーディングへ変換する'; // encoding convert
$strEnd = '最後';
$strEndCut = '切り取り終了';
$strEndRaw = 'RAW 終了';
$strEngineAvailable = '%s は、この MySQL サーバーで利用可能です。';
$strEngineDisabled = '%s は、この MySQL サーバーでは無効にされています。';
$strEngines = 'エンジン';
$strEngineUnsupported = 'この MySQL サーバーは %s ストレージエンジンをサポートしていません。';
$strEnglish = '英語';
$strEnglishPrivileges = ' 注意: MySQLの特権の名前は英語で表示しています。';
$strError = 'エラー';
$strErrorInZipFile = 'ZIP 書庫中にエラーです:';
$strEscapeWildcards = 'ワイルドカード「_」および「%」はそれらを文字通りに使用するために「\」でエスケープ(回避)するべきです。';
$strEsperanto = '国際語';
$strEstonian = 'エストニア語';
$strExcelEdition = 'Excel の種類';
$strExcelOptions = 'Excel オプション';
$strExecuteBookmarked = 'ブックマークされた照会を実行する';
$strExplain = 'SQL を分析する';
$strExport = 'エクスポート';
$strExtendedInserts = '拡張 INSERT 文を作成する';
$strExtra = 'その他';
 
$strFailedAttempts = '試みは失敗ました';
$strField = 'フィールド';
$strFieldHasBeenDropped = 'フィールド %s が正常に削除されました';
$strFields = 'フィールド';
$strFieldsEmpty = ' フィールド数が空です。 ';
$strFieldsEnclosedBy = 'フィールド囲み記号';
$strFieldsEscapedBy = 'フィールドのエスケープ記号';
$strFieldsTerminatedBy = 'フィールド区切り記号';
$strFileAlreadyExists = 'ファイル「%s」は既にサーバーに存在しします。ファイル名を変更するか、上書きオプションを確認してください。';
$strFileCouldNotBeRead = 'ファイルを読めません。';
$strFileNameTemplate = 'ファイル名のテンプレート';
$strFileNameTemplateDescription = 'この値は %1$sstrftime%2$s を用いて、判断されます。従って、時間書式の文字列を使用することができます。さらに次の文字列置換が起こるでしょう: %3$s。そのままに他のテキストは維持されるでしょう。';
$strFileNameTemplateDescriptionDatabase = 'データベース名';
$strFileNameTemplateDescriptionServer = 'サーバー名';
$strFileNameTemplateDescriptionTable = 'テーブル名';
$strFileNameTemplateRemember = 'テンプレートを覚える';
$strFileToImport = 'ファイルをインポートする';
$strFixed = '固定';
$strFlushPrivilegesNote = '注意: phpMyAdmin は MySQL の特権テーブルから直接にユーザー特権を得ます。もしマニュアルで特権が変更されていると、このテーブルの内容とは異なるかもしれません。この場合、続けるまえに %s 特権リロード %s をする必要があります。';
$strFlushQueryCache = '照会キャッシュをフラッシュする';
$strFlushTable = 'テーブルのキャッシュを空にする("FLUSH")';
$strFlushTables = 'すべてのテーブルをフラッシュする(閉じる)';
$strFormat = 'フォーマット';
$strFormEmpty = 'フォームでは値がありませんでした。';
$strFreePages = 'フリーなページ数';
$strFullText = '全文';
$strFunction = '関数';
 
$strGenBy = '生成環境';
$strGeneralRelationFeat = 'リレーション機能';
$strGenerate = '生成する';
$strGeneratePassword = 'パスワードを生成する';
$strGenTime = '作成の時間';
$strGeorgian = 'グルジア語';
$strGerman = 'ドイツ語';
$strGlobal = 'グローバル';
$strGlobalPrivileges = 'グローバル特権';
$strGlobalValue = 'グローバル値';
$strGo = '実行する';
$strGrantOption = '権限委譲';
$strGreek = 'ギリシア語';
$strGzip = '"gzip 方式"';
 
$strHandler = '内部処理';
$strHasBeenAltered = 'を変更しました。';
$strHasBeenCreated = 'を作成しました。';
$strHaveToShow = '表示するために、少なくてもひとつのカラムを選択しなければなりません。';
$strHebrew = 'ヘブライ語';
$strHexForBinary = 'バイナリフィールドは 16 進数を使用する';
$strHome = 'メインページへ';
$strHomepageOfficial = 'phpMyAdmin ホーム';
$strHost = 'ホスト';
$strHostEmpty = 'ホスト名は空です!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 エクスポートオプション';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 エクスポートオプション';
$strHungarian = 'ハンガリー語';
 
$strIcelandic = 'アイスランド語';
$strId = 'ID';
$strIdxFulltext = '全文';
$strIgnore = '無視';
$strIgnoreDuplicates = '行の複製を無視する';
$strIgnoreInserts = '「INSERT IGNORE」を使用する';
$strIgnoringFile = 'ファイルを無視 %s';
$strImport = 'インポート';
$strImportDocSQL = 'docSQL ファイルインポート';
$strImportFiles = 'インポートファイル';
$strImportFormat = 'インポート済ファイルの書式';
$strImportSuccessfullyFinished = 'インポートに成功しました。%d 個の照会を実行しました。';
$strIndex = 'インデックス';
$strIndexes = 'インデックスサイズ';
$strIndexHasBeenDropped = 'インデックス %s が削除されました';
$strIndexName = 'インデックス名&nbsp;:';
$strIndexType = 'インデックスの種類&nbsp;:';
$strIndexWarningMultiple = '1 個を越える INDEX キーがカラム `%s` 用に作成されました。';
$strIndexWarningPrimary = 'PRIMARY と INDEX のキーは両方とも、カラム `%s` に設定されるべきではありません。';
$strIndexWarningTable = 'テーブル `%s` のインデックスに関する問題です。';
$strIndexWarningUnique = 'UNIQUE と INDEX のキーは両方とも、カラム `%s` に設定されるべきではありません。';
$strInnoDBAutoextendIncrementDesc = ' それがいっぱいになる場合に、自動拡張するテーブルスペースのサイズを拡張するための増分量です。';
$strInnoDBAutoextendIncrement = '自動拡張の追加増加量';
$strInnoDBBufferPoolSize = 'バッファー蓄積サイズ';
$strInnoDBBufferPoolSizeDesc = 'InnoDB がキャッシュデータとそのテーブルのインデックスに使うバッファメモリのサイズです。';
$strInnoDBDataFilePath = 'データファイル';
$strInnoDBDataHomeDir = 'データホームディレクトリ';
$strInnoDBDataHomeDirDesc = 'すべての InnoDB データファイル用のディレクトリパスの共通部分です。';
$strInnoDBPages = 'ページ';
$strInnodbStat = 'InnoDB ステータス';
$strInsecureMySQL = 'あなたのコンフィグレーションファイルの設定が MySQL デフォルトの特権アカウントになっています (root ユーザーでパスワードなし) 。 MySQL サーバーもこのデフォルト設定で動作しているので、侵入者に対して無防備です。このセキュリティーホールは必ず閉ざしてください。';
$strInsertAsNewRow = '新しい行として追加する';
$strInsertedRowId = 'インサートした行 ID:';
$strInsertedRows = '追加された行数:';
$strInsert = '追加';
$strInsertNewRow = '新しい行を追加する';
$strInternalNotNecessary = '* InnoDB が存在する場合、内部リレーションは必要ではありません。';
$strInternalRelations = '内部リレーション';
$strInUse = '使用中';
$strInvalidAuthMethod = '設定上で正しくない認証方法を設定しています:';
$strInvalidColumn = '正しくない列 (%s) が指定されました!';
$strInvalidColumnCount = 'カラム数は 0 より大きくなければいけません。';
$strInvalidCSVFieldCount = 'CSV 入力中 に無効な項目数があります(行:%d)';
$strInvalidCSVFormat = 'CSV 入力中 に無効な書式があります(行:%d)';
$strInvalidCSVParameter = 'CSV インポートのパラメーターが無効です: %s';
$strInvalidFieldAddCount = '少なくともひとつのフィールドを追加しなければなりません。';
$strInvalidFieldCount = 'テーブルは少なくともひとつのフィールドが必要です。';
$strInvalidLDIImport = 'このプラグインは圧縮済インポートをサポートしていません!';
$strInvalidRowNumber = '%d は正しくない行番号です。';
$strInvalidServerHostname = 'サーバー「%1$s」のホスト名が無効です。設定を調査してください。';
$strInvalidServerIndex = '無効なサーバーインデックスです: "%s"';
 
$strJapanese = '日本語';
$strJoins = '結合';
$strJumpToDB = '&quot;%s&quot; データベースへジャンプ.';
$strJustDelete = '特権テーブルからユーザーを即削除する';
$strJustDeleteDescr = '&quot;削除済&quot; ユーザーは特権がリロードされるまでサーバーにアクセス可能です。';
 
$strKanjiEncodConvert = '漢字コード変換'; // kanji code convert
$strKeepPass = 'パスワードを変更しない';
$strKeyCache = 'キーキャッシュ';
$strKeyname = 'キー名';
$strKill = '停止';
$strKorean = '韓国語';
 
$strLandscape = 'ランドスケープ';
$strLanguageFileNotFound = '言語ファイル「%1$s」が見つかりません。';
$strLanguageUnknown = '不明の言語: %1$s.';
$strLatchedPages = 'ラッチされているページ';
$strLatexCaption = 'テーブルキャプション';
$strLatexContent = 'テーブル __TABLE__ の内容';
$strLatexContinued = '(続ける)';
$strLatexContinuedCaption = '継続時のテーブルキャプション';
$strLatexIncludeCaption = 'テーブルキャプションを含む';
$strLatexLabel = 'ラベルキー';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX オプション';
$strLatexStructure = 'テーブル __TABLE__ の構造';
$strLatvian = 'ラトビア語';
$strLDIImportOptions = 'LOAD DATA を用いて CSV のインポートをするオプション';
$strLDI = 'LOAD DATA を用いた CSV';
$strLDILocal = 'ローカルキーワードを使用する';
$strLengthSet = '長さ/セット*';
$strLimitNumRows = 'ページの最大レコード数';
$strLinesTerminatedBy = '行の終端記号';
$strLinkNotFound = 'リンクが見つかりません';
$strLinksTo = 'リンク';
$strLithuanian = 'リトアニア語';
$strLocalhost = 'ローカル';
$strLocationTextfile = 'テキストファイルの場所';
$strLogin = 'ログイン';
$strLoginInformation = 'ログイン情報';
$strLogout = 'ログアウト';
$strLogPassword = 'パスワード:';
$strLogServer = 'サーバー';
$strLogUsername = 'ユーザー名:';
$strLongOperation = 'この操作は時間がかかります。それでも進みますか?';
 
$strMaxConnects = '最大並行接続';
$strMaximalQueryLength = '作成する照会の最大長';
$strMaximumSize = '最大サイズ: %s%s';
$strMbExtensionMissing = 'mbstring PHP 拡張は見つかりませんでしたが、、マルチバイト文字セットを使用しているように見えます。phpMyAdmin は mbstring 拡張なしでは文字列を正確に分割することができず、また、予期しない結果が返ってくるかもしれません。';
$strMbOverloadWarning = 'PHP の設定で mbstring.func_overload が有効です。このオプションは phpMyAdmin と互換性がなく、いくうつかのデータの破壊を引き起こすかもしれません!';
$strMIME_available_mime = '有効な MIME タイプ';
$strMIME_available_transform = '変換有効';
$strMIME_description = '説明';
$strMIME_MIMEtype = 'MIME タイプ';
$strMIME_nodescription = 'この変換には有効な説明がありません。<br />作者に%sの意味をご確認ください。';
$strMIME_transformation = 'ブラウザー変換';
$strMIME_transformation_note = '利用可能な変換オプションの一覧、およびそれらの MIME 形式変換に関しては、%s変換の説明%s をクリックしてください。';
$strMIME_transformation_options = '変換オプション';
$strMIME_transformation_options_note = 'この書式を使用して、変換オプションの値を入力してください: \'a\',\'b\',\'c\'...<br />バックスラッシュ("\")やシングルクォート("\'")を値に含める必要がある場合は(「\\\\xyz」や「a\\\'b」のように)バックスラッシュでエスケープしてください';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'イタリック体で印刷された MIME タイプは個別の変換関数を持っていません。';
$strModifications = 'を正しく修正しました。';
$strModify = '修正';
$strModifyIndexTopic = 'インデックスを変更する';
$strMoveTable = 'テーブルを(database<b>.</b>table)に移動する:';
$strMoveTableOK = 'テーブル「%s」を「%s」に移動しました。';
$strMoveTableSameNames = '同じテーブルに移動できません!';
$strMultilingual = '多国語';
$strMyISAMDataPointerSize = 'データのポインターサイズ';
$strMyISAMDataPointerSizeDesc = 'CREATE TABLE で MyISAM テーブルに使用する MAX_ROWS オプションが指定されない場合のバイト指定のデフォルトポインターサイズです。';
$strMyISAMMaxExtraSortFileSize = 'インデックス作成用一時ファイルの最大サイズ';
$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAMのインデックスを高速作成するときに利用するテンポラリファイルの大きさが、キーキャッシュを利用するときよりここに指定した値以上大きくなる場合は、キーキャッシュ法が使われます。';
$strMyISAMMaxSortFileSize = '一時ソートファイルの最大サイズ';
$strMyISAMMaxSortFileSizeDesc = 'MyISAM インデックスの再作成で使用することが許された MySQL 一時ファイルの最大サイズです (REPAIR TABLE 中、ALTER TABLE か LOAD DATA INFILE)';
$strMyISAMRecoverOptionsDesc = 'クラッシュした MyISAM テーブルの自動回復用モードで、サーバー起動オプション --myisam-recover で設定します。';
$strMyISAMRecoverOptions = '自動修復モード';
$strMyISAMRepairThreads = 'スレッドの修復';
$strMyISAMRepairThreadsDesc = 'もしこの値が 1 以上なら、MyISAM テーブルのインデックスはソート処理の修復中に平行で(それ自身の各インデックスを)作成します。';
$strMyISAMSortBufferSize = 'ソートバッファーサイズ';
$strMyISAMSortBufferSizeDesc = 'このバッファーは、REPAIR TABLE の間に MyISAM インデックスをソートする場合、または CREATE INDEX か ALTER TABLE とインデックスを作成する場合に、割り付けられます。';
$strMySQLCharset = 'MySQL の文字セット';
$strMysqlClientVersion = 'MySQL クライアントバージョン';
$strMySQLConnectionCollation = 'MySQL 接続照合順序';
$strMySQLSaid = 'MySQLのメッセージ: ';
$strMySQLShowProcess = 'MySQL プロセスの表示';
$strMySQLShowStatus = 'MySQL のランタイム情報';
$strMySQLShowVars = 'MySQL のシステム変数';
 
$strName = '名前';
$strNext = '次へ';
$strNo = 'いいえ';
$strNoActivity = '%s 秒以上操作をしませんでした。再度ログインをしてください。';
$strNoDatabases = 'データベース数';
$strNoDatabasesSelected = 'データベースが選択されていません。';
$strNoDescription = '記述がありません';
$strNoDetailsForEngine = 'このストレージエンジンには有効なステータスの詳細情報はありません。';
$strNoDropDatabases = '「DROP DATABASE」ステートメントは禁止される';
$strNoExplain = 'SQL の分析を飛ばす';
$strNoFilesFoundInZip = 'ZIP アーカイブ中にファイルが見つかりません!';
$strNoFrames = 'phpMyAdmin は<b>フレーム</b>をサポートしたブラウザでの利用をお勧めします。';
$strNoIndex = 'インデックスは設定されていません。';
$strNoIndexPartsDefined = 'インデックスの部分は設定されていません。';
$strNoModification = '変更無し';
$strNone = '無し';
$strNoOptions = 'この書式はオプションがありません。';
$strNoPassword = 'パスワード無し';
$strNoPermission = 'ファイル「%s」を保存するパーミッションをウェブサーバーは持っていません。';
$strNoPhp = 'PHP コード無し';
$strNoPrivileges = '特権無し';
$strNoRights = '現在特権を持ってないのでここに入れません。';
$strNoRowsSelected = '行は選択されませんでした。';
$strNoSpace = 'ファイル「%s」を保存するには空き容量が不十分です。';
$strNoTablesFound = '現在のデータベースにテーブルはありません。';
$strNoThemeSupport = 'テーマをサポートしていません。設定とテーマディレクトリ「%s」を確認してください。';
$strNothingToImport = 'いくつかのデータはインポートしていません!';
$strNotNumber = 'これは数値ではありません。';
$strNotOK = 'OK ではありません。';
$strNotSet = 'テーブル「<b>%s</b>」が見つからないか、%s が設定されていません。';
$strNoUsersFound = '該当ユーザーは見つかりませんでした。';
$strNoValidateSQL = 'SQL 検証をスキップ';
$strNull = '空の値(NULL)';
$strNumberOfFields = 'フィールド数';
$strNumSearchResultsInTable = 'テーブル <i>%2\$s</i> で %2\$s 件一致しました。';
$strNumSearchResultsTotal = '<b>件数:</b> <i>%s</i> が見つかりました。';
$strNumTables = 'テーブル';
 
$strOK = 'OK';
$strOpenNewWindow = '新しい phpMyAdmin のウィンドウを開く';
$strOperations = '操作';
$strOperator = '操作';
$strOptimizeTable = 'テーブルを最適化する';
$strOr = 'または';
$strOverhead = 'オーバーヘッド';
$strOverwriteExisting = 'ファイルが存在する場合は上書き';
 
$strPageNumber = 'ページ番号:';
$strPagesToBeFlushed = 'フラッシュされたページ数';
$strPaperSize = '紙サイズ';
$strPartialImport = '部分的なインポート';
$strPartialText = '部分的な文書';
$strPassword = 'パスワード';
$strPasswordChanged = '%s のパスワードは変更されました。';
$strPasswordEmpty = 'パスワードが空です。';
$strPasswordHashing = 'パスワードハッシュ';
$strPasswordNotSame = 'パスワードが同じではありません。';
$strPdfDbSchema = 'データベース「%s」のスキーマ - ページ %s';
$strPdfInvalidTblName = '"%s" テーブルがありません!';
$strPdfNoTables = 'テーブルがありません';
$strPDFOptions = 'PDF オプション';
$strPDF = 'PDF';
$strPDFReportTitle = 'レポートの題名';
$strPerHour = '時毎';
$strPerMinute = '/分';
$strPerSecond = '/秒';
$strPersian = 'ペルシア語';
$strPhoneBook = '電話帳';
$strPHP40203 = 'マルチバイト文字(mbstring)の扱いに重大なバグのある PHP 4.2.3 を使っています。PHP のバグレポート 19404 番です。phpMyAdmin を使用するなら、このバージョンの PHP はお奨めしません...と言うかパッチをあてなければ動作しません。';
$strPhp = 'PHP コードの作成';
$strPHPVersion = 'PHP バージョン';
$strPmaDocumentation = 'phpMyAdmin のドキュメント';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> を必ず設定ファイルで設定してください!';
$strPolish = 'ポーランド語';
$strPortrait = 'ポートレイト';
$strPos1 = '最初';
$strPrevious = '以前';
$strPrimary = '主要';
$strPrimaryKeyHasBeenDropped = '主キーを削除しました。';
$strPrimaryKeyName = '主キーの名前は... PRIMARY ではなければいけません。';
$strPrimaryKeyWarning = '("PRIMARY"はちょうど主キーの名前ではなければいけません。';
$strPrint = '印刷';
$strPrintView = '印刷用の表示';
$strPrintViewFull = '印刷ビュー (全テキストを含む)';
$strPrivDescAllPrivileges = 'GRANT を除くすべての特権を含みます。';
$strPrivDescAlter = '存在するテーブル構造の変更を許可します。';
$strPrivDescAlterRoutine = 'ストアドルーチンの変更と破棄を許可します。';
$strPrivDescCreateDb = '新しいデータベース、テーブルの作成を許可します。';
$strPrivDescCreateRoutine = 'ストアドルーチンの作成を許可します。';
$strPrivDescCreateTbl = '新しいテーブルの作成を許可します。';
$strPrivDescCreateTmpTable = 'テンポラリーテーブルの作成を許可します。';
$strPrivDescCreateUser = 'ユーザーアカウントの作成・破棄・名称変更を許可します。';
$strPrivDescCreateView = '新しいビューの作成を許可します。';
$strPrivDescDelete = 'データの削除を許可します。';
$strPrivDescDropDb = 'データベースとテーブルの削除を許可します。';
$strPrivDescDropTbl = 'テーブルの削除を許可します。';
$strPrivDescExecute5 = 'ストアドルーチンの実行を許可します。';
$strPrivDescExecute = 'ストアードプロシジャーを実行することを許可します。この MySQL 版では意味ありません。';
$strPrivDescFile = 'データのインポート、データのファイルへのエクスポートを許可します。';
$strPrivDescGrant = '特権テーブルのリロードなしにユーザー、特権の追加を許可します。';
$strPrivDescIndex = 'インデックスの作成、削除を許可します。';
$strPrivDescInsert = 'データの挿入、入れ替えを許可します。';
$strPrivDescLockTables = '現在のスレッドのロッキングテーブルを許可します。';
$strPrivDescMaxConnections = '1 時間内に新しく接続可能な数を制限します。';
$strPrivDescMaxQuestions = '1 時間内にサーバーに照会を送れる数を制限します。';
$strPrivDescMaxUpdates = '1 時間内にテーブル、データベースに対しての変更が発生するコマンドの数を制限します。';
$strPrivDescMaxUserConnections = 'ユーザーの同時の接続数を制限します。';
$strPrivDescProcess3 = '他のユーザープロセスを停止できることを許可します。';
$strPrivDescProcess4 = 'プロセス一覧中の完全な照会の表示を許可します。';
$strPrivDescReferences = 'この MySQL バージョンでは意味ありません。';
$strPrivDescReload = 'サーバーのリロード、キャッシュのクリアを許可します。';
$strPrivDescReplClient = 'スレーブかマスターを要求できる権利をユーザーに与えます。';
$strPrivDescReplSlave = 'レプリケーションスレーブが必要です。';
$strPrivDescSelect = 'データの読み出し許可';
$strPrivDescShowDb = 'データベースの完全な一覧へのアクセス権を与えます。';
$strPrivDescShowView = '照会 SHOW CREATE VIEW の実行を許可します。';
$strPrivDescShutdown = 'サーバーのシャットダウンを許可します。';
$strPrivDescSuper = '最大の接続数に達しても接続を許可します。多くの管理操作はグローバル変数や他ユーザープロセスの終了ができるような設定が必要です。';
$strPrivDescUpdate = 'データの修正を許可します。';
$strPrivDescUsage = '特権がありません。';
$strPrivileges = '特権';
$strPrivilegesReloaded = '特権はリロードされました。';
$strProcesslist = 'プロセス一覧';
$strProtocolVersion = 'プロトコルバージョン';
$strPutColNames = '最初の 1 行目にフィールド名を追加する';
 
$strQBE = '照会';
$strQBEDel = '削除';
$strQBEIns = '挿入';
$strQueryCache = '照会キャッシュ';
$strQueryFrame = '照会ウィンドウ';
$strQueryOnDb = 'データベースの SQL <b>%s</b>:';
$strQuerySQLHistory = 'SQL 履歴';
$strQueryStatistics = '<b>照会統計</b>: 起動時から %s 個の照会がサーバーに送信されています。';
$strQueryTime = '照会の実行時間 %01.4f 秒';
$strQueryType = '照会タイプ';
$strQueryWindowLock = 'ウィンドウの外からこの照会を書き換えできません。';
 
$strReadRequests = '読み込みリクエスト数';
$strReceived = '受信済';
$strRecords = 'レコード数';
$strReferentialIntegrity = '結合項目のチェック:';
$strRefresh = '再描画';
$strRelationalSchema = 'リレーショナルスキーマ';
$strRelationNotWorking = 'phpMyAdmin の独自機能であるリレーション機能を処理するためのリンクテーブルが有効になっていません。これを解決するには %sここ%s をクリックして原因を発見してください。';
$strRelations = 'リレーション';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelationView = 'リレーションを表示する';
$strReloadingThePrivileges = '特権を再読み込み中です。';
$strReloadMySQL = 'MySQL のリロード';
$strRemoveSelectedUsers = '選択されたユーザーを削除します';
$strRenameDatabaseOK = 'データベース「%s」は「%s」に名称変更しました。';
$strRenameTable = 'テーブル名の変更';
$strRenameTableOK = '「%s」を「%s」に名前を変更しました。';
$strRepairTable = 'テーブルを復旧する';
$strReplaceNULLBy = 'NULL を指定の文字列で置き換える';
$strReplaceTable = 'ファイルでテーブルを置き換える';
$strReplication = 'レプリケーション';
$strReset = 'リセット';
$strResourceLimits = 'リソースの制限';
$strReType = '再入力';
$strRevoke = '廃止';
$strRevokeAndDelete = 'ユーザーから有効な特権をすべて破棄して削除する';
$strRevokeAndDeleteDescr = 'ユーザーは特権を再読み込みするまで USAGE 特権のままです。';
$strRevokeMessage = '%s の特権を取消しました。';
$strRomanian = 'ルーマニア語';
$strRowLength = '行の長さ';
$strRows = '行';
$strRowsFrom = '開始行';
$strRowSize = ' 行のサイズ ';
$strRowsModeFlippedHorizontal = '水平 (回転したヘッダー)';
$strRowsModeHorizontal = '水平';
$strRowsModeOptions = '方向: %s : %s 列ずつヘッダーを繰り返し表示する';
$strRowsModeVertical = '垂直';
$strRowsStatistic = '行の統計';
$strRunning = 'が実行中です。 %s';
$strRunQuery = '照会の実行する';
$strRunSQLQuery = 'データベース「%s」で SQL を実行する';
$strRunSQLQueryOnServer = 'サーバー「%s」で SQL を実行する';
$strRussian = 'ロシア語';
 
$strSave = '保存する';
$strSaveOnServer = 'サーバー上のディレクトリ「%s」に保存する';
$strScaleFactorSmall = '1 ページ内に図表を配置させるためには大きさが小さ過ぎます';
$strSearch = '検索';
$strSearchFormTitle = 'データベース内を検索する';
$strSearchInTables = 'テーブルの指定:';
$strSearchNeedle = '検索する単語、または値 (ワイルドカードは: "%"):';
$strSearchOption1 = 'いずれかの単語を含む';
$strSearchOption2 = 'すべての単語を含む';
$strSearchOption3 = '正確なフレーズ';
$strSearchOption4 = '正規表現';
$strSearchResultsFor = '検索結果 "<i>%s</i>" %s:';
$strSearchType = '検索条件:';
$strSecretRequired = '設定ファイルは今は秘密パスフレーズを必要とします(blowfish_secret)。';
$strSelectADb = 'データベースを選択してください。';
$strSelectAll = '全選択';
$strSelectBinaryLog = '選択したバイナリログを閲覧する';
$strSelectFields = 'フィールドの選択(1 つ以上):';
$strSelectNumRows = '照会';
$strSelectTables = 'テーブルの選択';
$strSend = 'ファイルで保存する';
$strSent = '送信済';
$strServer = 'サーバー';
$strServerChoice = 'サーバーの選択をする';
$strServerNotResponding = 'サーバーが反応しません。';
$strServerStatus = 'ランタイム情報';
$strServerStatusDelayedInserts = '遅延インサート';
$strServerStatusUptime = 'この MySQL サーバーは %s 間動作中で、%s に起動しています。';
$strServerTabProcesslist = 'プロセス';
$strServerTabVariables = '変数';
$strServerTrafficNotes = '<b>サーバートラフィック</b>: このテーブルは MySQL サーバーが起動してからのネットワークトラフィックの統計を表示します。';
$strServerVars = 'サーバー変数と設定値';
$strServerVersion = 'サーバーのバージョン';
$strSessionValue = 'セッション値';
$strSetEnumVal = 'フィールドタイプが「enum」又は「set」の場合は値にこの書式を使って入力してください: \'a\',\'b\',\'c\'...<br />バックスラッシュ「"\"」又はクオート「"\'"」を入力したいと、頭にバックスラッシュを付けて下さい(例: 「\\\\xyz」もしくは「a\\\'b」)';
$strShowAll = 'すべて表示';
$strShowColor = '色表示';
$strShowDatadictAs = 'データ辞書形式';
$strShow = '表示';
$strShowFullQueries = '完全な照会を表示';
$strShowGrid = 'グリッドの表示';
$strShowingBookmark = 'ブックマークを閲覧中';
$strShowingRecords = 'レコードを表示する';
$strShowOpenTables = '開いているテーブルを表示する';
$strShowPHPInfo = 'PHP 情報';
$strShowSlaveHosts = 'スレーブホストを表示する';
$strShowSlaveStatus = 'スレーブの状態を表示する';
$strShowStatusBinlog_cache_disk_useDescr = 'テンポラリバイナリログキャッシュを利用しようとして、binlog_cache_sizeの値を超過したため、トランザクションのステートメントをテンポラリファイルに保存したトランザクションの数。';
$strShowStatusBinlog_cache_useDescr = '一時バイナリログキャッシュを使用した処理の数です。';
$strShowStatusCreated_tmp_disk_tablesDescr = '構文実行中にサーバーによって自動的にディスクに作成された一時テーブルの数です。Created_tmp_disk_tables が大きい場合、原因の一時テーブルをディスクベースの変わりにメモリベースにさせるように、値 tmp_table_size を増やしたいでしょう。';
$strShowStatusCreated_tmp_filesDescr = 'mysqld はどれだけの一時的ファイルを作成したかです。';
$strShowStatusCreated_tmp_tablesDescr = 'サーバーで構文の実行によって自動的に作成されたメモリ内の一時テーブルの数。';
$strShowStatusDelayed_errorsDescr = '若干のエラーが発生した INSERT DELAYED が書かれた行数です (おそらくキーの重複)';
$strShowStatusDelayed_insert_threadsDescr = '使用中の INSERT DELAYED ハンドラースレッドの数。INSERT DELAYED を適用する相異なるテーブルの数だけ固有のスレッドが用意されます。';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED で列書き込みをした数です。';
$strShowStatusFlush_commandsDescr = 'FLUSH 文を実行した数です。';
$strShowStatusHandler_commitDescr = 'COMMIT 文の内部数です。';
$strShowStatusHandler_deleteDescr = 'テーブルから列を削除した回数です。';
$strShowStatusHandler_discoverDescr = 'MySQLサーバはNDBクラスタストレージエンジンに特定の名前を持つテーブルについての情報を持っているか問い合わせることができます。これは開示と呼ばれています。Handler_discoverは、開示されたタイムテーブルの数を示します。';
$strShowStatusHandler_read_firstDescr = 'インデックスからはじめのエントリを読み込んだ回数です。これが高い場合、それはサーバーが多くの完全なインデックス走査を行っていると示します。例えば「SELECT col1 FROM foo」は col1 はインデックスと仮定します。';
$strShowStatusHandler_read_keyDescr = 'キーに基づいて行を読み込んだ要求の数です。これが高い場合、それはあなたの照会とテーブルが適切にインデックス付けされているというよい表示です。';
$strShowStatusHandler_read_nextDescr = 'キーの順番通りに行を読んでいるリクエストの数。この値は範囲の制約をつけてインデックス列を照会しているか、インデックススキャンを行っているときに増えます。';
$strShowStatusHandler_read_prevDescr = 'キーの順番通りに行を遡って読んでいるリクエストの数。この読み込みは主にORDER BY ... DESCを最適化するときに利用されます。';
$strShowStatusHandler_read_rndDescr = '固定された位置を基準に列を読んでいるリクエストの数。この値は結果をソートする必要がある照会を大量に行うと高くなります。おそらくテーブル全体をスキャンしなければならない照会を大量に行っているか、キーを適切に利用していないjoinを行っているものと思われます。';
$strShowStatusHandler_read_rnd_nextDescr = 'データファイル中の次の行を読み込む要求の数です。あなたが多くのテーブルスキャンをしている場合、これは高いです。一般にこれは、あなたのテーブルが適切にインデックスを付けられないか、照会がインデックスを利用するように書かれていないことを示唆します。';
$strShowStatusHandler_rollbackDescr = '内部 ROLLBACK 文の数です。';
$strShowStatusHandler_updateDescr = 'テーブルの行の更新を要求した数です。';
$strShowStatusHandler_writeDescr = 'テーブルに行の挿入を要求した数です。';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'データを含むページの数です (dirty or clean).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = '現在の汚いページの数です。';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'フラッシュされることを要求したバッファプールページの数です。';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = '空きページ数です。';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDBバッファプールでラッチされているページ数。これは現在読み込んでいる、あるいは書き込んでいるページ、あるいは他の何らかの理由でフラッシュしたり削除したりできなくなっているページの数です。';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = '行ロックやアダプティブハッシュインデックスといった管理オーバヘッドのせいでビジーになっているページ数。この値はInnodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_dataという式でも計算できます。';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'ページのバッファプールのサイズの合計です。';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDBが開始した「ランダム」読み込みの回数。これは照会がテーブルの大部分をランダムな順番でスキャンするときに発生します。';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDBが開始したシーケンシャル読み込みの回数。これはInnoDBがシーケンシャルなフルテーブルスキャンを行うときに発生します。';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB が行った論理的な読み込み要求の数です。';
$strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDBがバッファプールの内容を利用できず、シングルページ読み込みを行わなければならなかった論理読み込みの回数。';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = '通常InnoDBバッファプールへの書き込みはバックグラウンドで行われますが、ページの読み込みないし作成を行う必要があるのにクリーンなページが得られない場合は、まずそのページがフラッシュされるのを待つ必要があります。このカウンタは、そのウェイトの回数をカウントするものです。バッファプールの値が適切に設定されていれば、この値は小さいはずです。';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB バッファープールへの書き込みをした数です。';
$strShowStatusInnodb_data_fsyncsDescr = 'ここまでの fsync() 操作数です。';
$strShowStatusInnodb_data_pending_fsyncsDescr = '現在の fsync() 操作保留の数です。';
$strShowStatusInnodb_data_pending_readsDescr = '現在の読み込み保留の数です。';
$strShowStatusInnodb_data_pending_writesDescr = '現在の書き込み保留の数です。';
$strShowStatusInnodb_data_readDescr = 'ここまでのデータの読み込み量です(単位:バイト)';
$strShowStatusInnodb_data_readsDescr = '総読み込みデータの数です。';
$strShowStatusInnodb_data_writesDescr = '総書き込みデータの数です。';
$strShowStatusInnodb_data_writtenDescr = 'ここまでのデータの書き込み量です(単位:バイト)';
$strShowStatusInnodb_dblwr_pages_writtenDescr = '二重書き込みが実行された回数と、二重書き込みが発生したページ数。';
$strShowStatusInnodb_dblwr_writesDescr = '二重書き込みが実行された回数と、二重書き込みが発生したページ数。';
$strShowStatusInnodb_log_waitsDescr = 'ログバッファが小さすぎるせいで作業を続行する前にフラッシュしなければならなくなったために発生したウェイトの回数。';
$strShowStatusInnodb_log_write_requestsDescr = '要求されたログ書き込みの数です。';
$strShowStatusInnodb_log_writesDescr = 'ログファイルへの物理的な書込みの数です。';
$strShowStatusInnodb_os_log_fsyncsDescr = 'ログファイルの fsync 書き込みをした数です。';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'fsync 待ちのログファイル数です。';
$strShowStatusInnodb_os_log_pending_writesDescr = 'ログファイルの書き込みの保留です。';
$strShowStatusInnodb_os_log_writtenDescr = 'ログファイルに書き込みしたバイト数です。';
$strShowStatusInnodb_pages_createdDescr = '作成されたページの数です。';
$strShowStatusInnodb_page_sizeDescr = 'コンパイル時のページサイズ(デフォルト 16KB)です。多くの値がページでカウントされます; ページサイズは、それらが容易にバイトに変換されることを許可します。';
$strShowStatusInnodb_pages_readDescr = '読み込みしたページ数です。';
$strShowStatusInnodb_pages_writtenDescr = '書き込みしたページ数です。';
$strShowStatusInnodb_row_lock_current_waitsDescr = '現在待たれている列ロックの数です。';
$strShowStatusInnodb_row_lock_time_avgDescr = '列ロックを獲得する平均時間です(単位:ミリ秒)';
$strShowStatusInnodb_row_lock_timeDescr = '列の獲得に使われた合計時です(単位:ミリ秒)';
$strShowStatusInnodb_row_lock_time_maxDescr = '列ロックを獲得する最大時間です(単位:ミリ秒)';
$strShowStatusInnodb_row_lock_waitsDescr = '行ロックで待たなければならなかった回数です。';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB テーブルから削除した列数です。';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB テーブルに挿入した列数です。';
$strShowStatusInnodb_rows_readDescr = 'InnoDB テーブルから読み込んだ列数です。';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB テーブルで更新された列数です。';
$strShowStatusKey_blocks_not_flushedDescr = '変更されが、まだディスクにフラッシュされていない、キーキャッシュのキーブロックの数です。それはかつては Not_flushed_key_blocks として知られました。';
$strShowStatusKey_blocks_unusedDescr = 'キーキャッシュの未使用ブロックの数です。どれだけ使用しているか決定するためにこの値を使用することができます。';
$strShowStatusKey_blocks_usedDescr = 'キーキャッシュのブロックの使用数です。この値は、今まで同時に使用されたブロックの最大数を指す最高水準です。';
$strShowStatusKey_read_requestsDescr = 'キャッシュからキーブロックを読み込んだリクエスト数です。';
$strShowStatusKey_readsDescr = 'ディスクからのキーブロックの物理的読み込み数です。Key_reads が大きい場合、値 key_buffer_size が恐らく小さすぎます。キャッシュミス率は Key_reads/Key_read_requests として計算することができます。';
$strShowStatusKey_write_requestsDescr = 'キャッシュへのキーブロックの書き込んだリクエスト数です。';
$strShowStatusKey_writesDescr = 'ディスクへのキーブロックの物理的な書き込み数です。';
$strShowStatusLast_query_costDescr = '照会オプティマイザーによって計算された、最後にコンパイルされた照会の全コストです。同じ照会の異なる照会プランのコストを比較するのに役立ちます。デフォルト値 0 は、照会がまだコンパイルされていないことを意味します。';
$strShowStatusNot_flushed_delayed_rowsDescr = '照会 INSERT DELAY の書き込み待ちの行数です。';
$strShowStatusOpened_tablesDescr = '開いているテーブルの数です。開いているテーブルが多い場合、恐らくテーブルキャッシュの値が小さすぎます。';
$strShowStatusOpen_filesDescr = '開いているファイルの数です。';
$strShowStatusOpen_streamsDescr = '開いているストリームの数です (主としてログの記録に使用されます)';
$strShowStatusOpen_tablesDescr = '開いているテーブルの数です。';
$strShowStatusQcache_free_blocksDescr = '照会キャッシュ内の空きメモリブロックの数です。';
$strShowStatusQcache_free_memoryDescr = '照会キャッシュの空きメモリ量です。';
$strShowStatusQcache_hitsDescr = 'キャッシュのヒット数です。';
$strShowStatusQcache_insertsDescr = 'キャッシュに追加された照会数です。';
$strShowStatusQcache_lowmem_prunesDescr = '新しい照会をキャッシュするためにメモリを解放するべく、キャッシュから削除された照会の数。この情報は照会キャッシュのサイズを調整するときに便利です。照会キャッシュがキャッシュから削除する照会を決定する際には、最後に使われた時刻が最も古いものから削除する戦略をとります。';
$strShowStatusQcache_not_cachedDescr = 'キャッシュされない照会の数です (キャッシュできないか query_cache_type によるキャッシュしない設定)';
$strShowStatusQcache_queries_in_cacheDescr = 'キャッシュの中で登録された照会の数です。';
$strShowStatusQcache_total_blocksDescr = '照会キャッシュの総ブロック数です。';
$strShowStatusReset = 'リセット';
$strShowStatusRpl_statusDescr = 'フェイルセーフレプリケーションの状態です (実装されていません)';
$strShowStatusSelect_full_joinDescr = 'インデックスを用いない結合の数です。この値が 0 でない場合、注意深くテーブルのインデックスを確認するべきです。';
$strShowStatusSelect_full_range_joinDescr = '関連テーブルで範囲検索を使用した結合の数です。';
$strShowStatusSelect_range_checkDescr = 'キーなしでjoinした回数。これは各行についてキーの使用頻度をチェックするものです(これが0以外の場合はテーブルのインデックスをよくチェックしてください)。';
$strShowStatusSelect_rangeDescr = '最初のテーブルで範囲を使用した結合の数です (これが大きくても通常は危険ではありません)';
$strShowStatusSelect_scanDescr = '最初のテーブルの完全なスキャンを行った結合の数です。';
$strShowStatusSlave_open_temp_tablesDescr = 'スレーブ SQL スレッドによって現在開いている一時的テーブルの数です。';
$strShowStatusSlave_retried_transactionsDescr = 'レプリケーションのスレーブ SQL スレッドがトランザクションを再試行した回数の(起動からの)合計数。';
$strShowStatusSlave_runningDescr = 'このサーバーがマスターに接続されるスレーブである場合、これは ON です。';
$strShowStatusSlow_launch_threadsDescr = 'slow_launch_time の秒数より時間がかかって作成されたスレッドの数です。';
$strShowStatusSlow_queriesDescr = 'long_query_time の秒数を越えた照会の数です。';
$strShowStatusSort_merge_passesDescr = 'ソートアルゴリズムが実行しなければならなかったマージの回数。この値が高い場合は、sort_buffer_sizeシステム変数の値を増やすことを検討してください。';
$strShowStatusSort_rangeDescr = 'その範囲内でソートが行われた回数。';
$strShowStatusSort_rowsDescr = 'ソート済の行数です。';
$strShowStatusSort_scanDescr = 'テーブルの走査により行われたソート数です。';
$strShowStatusTable_locks_immediateDescr = 'テーブルロックがすぐに取得された回数です。';
$strShowStatusTable_locks_waitedDescr = 'テーブルロックがすぐに取得できなかったためにウェイトが発生した回数。この値が高く、パフォーマンスに問題が生じている場合は、まず照会を最適化してください。それでもだめなら、テーブルを分割するか、レプリケーションを利用してください。';
$strShowStatusThreads_cachedDescr = 'スレッドキャッシュ中のスレッド数です。キャッシュヒット率は Threads_created/Connections として計算することができます。この値が赤い場合、thread_cache_size を上げるべきです。';
$strShowStatusThreads_connectedDescr = '現在接続中の数です。';
$strShowStatusThreads_createdDescr = '接続を扱うために作成されたスレッドの数です。Threads_created が大きい場合、値 thread_cache_size を増加させたいと思うかもしれません。(通常よいスレッド実装をしている場合、これは顕著なパフォーマンス向上を与えません)';
$strShowStatusThreads_runningDescr = 'スリープしていないスレッドの数です。';
$strShowTableDimension = 'テーブルの大きさを表示する';
$strShowTables = 'テーブルの表示する';
$strShowThisQuery = ' 実行した照会をここに表示する';
$strSimplifiedChinese = '簡体字中国語';
$strSingly = '(1 回)';
$strSize = 'サイズ';
$strSkipQueries = '開始からスキップするレコード(照会)の数';
$strSlovak = 'スロバキア語';
$strSlovenian = 'スロベニア語';
$strSocketProblem = '(または、ローカルの MySQL サーバーのソケットは正確に設定されません)';
$strSort = 'ソート';
$strSortByKey = 'キーでソート';
$strSorting = 'ソート';
$strSpaceUsage = 'ディスク使用量';
$strSpanish = 'スペイン語';
$strSplitWordsWithSpace = '各単語はスペース文字(" ")で区切って下さい。';
$strSQLExportCompatibility = 'SQL 互換エクスポート';
$strSQLExportType = 'エクスポート形式';
$strSQLImportOptions = 'SQL オプション';
$strSQLOptions = 'SQL オプション';
$strSQLParserBugMessage = 'あなたは SQL パーサーのバグを見けられるかもしれません。あなたの問い合わせを念入りに確かめて、引用符が正しくミスマッチがないかチェックしましょう。その他の失敗にはテキストエリアで引用した外側にバイナリーコードが付いてファイルがアップロードされてしまったような原因が考えられます。また、あなたの問い合わせを MySQL のコマンドラインを使って試すこともできます。MySQL サーバーは以下のようにエラーを出します。そこには問題を解決する手助けがあるでしょう。コマンドラインでは成功しても、まだ問題がある場合、パーサーが失敗する場合には、問題のある SQL 問い合わせをひとつの文に減らしてみて下さい。そして以下のセクションでデータを切り取ってバグ報告を送って下さい:';
$strSQLParserUserError = 'SQL にエラーがあります。MySQL サーバーは以下のようにエラーを出力しました。そこには問題を解決する手助けがあるでしょう。';
$strSQLQuery = '実行した SQL';
$strSQLResult = 'SQL の結果';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = '認証が無効です。';
$strSQPBugUnclosedQuote = '引用符が閉じていません。';
$strSQPBugUnknownPunctuation = '無効な句読点文字です。';
$strStatCheckTime = '最終検査';
$strStatCreateTime = '作成日時';
$strStatement = 'ステートメント';
$strStatisticsOverrun = 'ビジーなサーバーでは、バイトカウンターが超過するかもしれません。従って、MySQL サーバーが報告するそれらの統計は正しくないかもしれません。';
$strStatUpdateTime = '最終更新';
$strStatus = '状態';
$strStorageEngine = 'ストレージエンジン';
$strStorageEngines = 'ストレージエンジン';
$strStrucCSV = 'CSV データ';
$strStrucData = '構造とデータ';
$strStrucDrop = '「DROP TABLE」を追加する';
$strStrucExcelCSV = 'MS Excel 用 CSV データ';
$strStrucNativeExcel = '本来の MS Excel データ';
$strStrucOnly = '構造のみ';
$strStructPropose = 'テーブル構造を確認する';
$strStructure = '構造';
$strSubmit = '実行する';
$strSuccess = 'SQL が正常に実行されました';
$strSum = '合計';
$strSwedish = 'スウェーデン語';
$strSwitchToDatabase = 'コピーしたデータベースに切り替える';
$strSwitchToTable = 'コピーしたテーブルに切り替える';
 
$strTable = 'テーブル ';
$strTableAlreadyExists = 'テーブル %s は既に存在します!';
$strTableComments = 'テーブルの説明';
$strTableEmpty = 'テーブル名は空です。';
$strTableHasBeenDropped = 'テーブル %s を削除しました。';
$strTableHasBeenEmptied = 'テーブル %s を空にしました。';
$strTableHasBeenFlushed = 'テーブル %s のキャッシュを空にしました。';
$strTableMaintenance = 'テーブル管理';
$strTableOfContents = 'テーブルの内容';
$strTableOptions = 'テーブルオプション';
$strTables = '%sテーブル';
$strTableStructure = 'テーブルの構造';
$strTableType = 'テーブルのタイプ';
$strTakeIt = 'それにします';
$strTblPrivileges = 'テーブル特定 特権';
$strTempData = '一時データ';
$strTextAreaLength = ' 長さの所為でこのフィールドを<br /> 修正できない可能性があります。';
$strThai = 'タイ語';
$strTheme = 'テーマ / スタイル';
$strThemeDefaultNotFound = 'デフォルトテーマ「%s」が見つかりません!';
$strThemeNoPreviewAvailable = 'プレビューは利用できません。';
$strThemeNotFound = 'テーマ「%s」が見つかりません!';
$strThemeNoValidImgPath = 'テーマ「%s」で正しい画像パスが見つかりません!';
$strThemePathNotFound = 'テーマ「%s」のテーマパスが見つかりません!';
$strThisHost = 'このホスト';
$strThisNotDirectory = 'これはディレクトリではありません';
$strThreads = 'スレッド';
$strThreadSuccessfullyKilled = 'スレッド %s は終了しました。';
$strTime = '時間';
$strTimeoutInfo = '以前にインポートでタイムアウトしています。再送信後、位置 %d より継続するでしょう。';
$strTimeoutNothingParsed = 'しかし、最後の実行でのデータは解析されていません。これは、通常 php の時間制限を増やさなければ phpMyAdmin がこのインポートを終了することができなということを意味します。';
$strTimeoutPassed = 'スクリプトがタイムアウトを過ぎました。インポートを終わらせたい場合、同じファイルを再送信し、インポートを再開させてください。';
$strToggleScratchboard = 'トグルスクラッチボード';
$strTotal = '合計';
$strTotalUC = '合計';
$strTraditionalChinese = '伝統的な中国語';
$strTraditionalSpanish = '伝統的なスペイン語';
$strTraffic = 'トラフィック';
$strTransactionCoordinator = 'トランザクションコーディネータ';
$strTransformation_application_octetstream__download = 'フィールドのバイナリデータをダウンロードするリンクを表示します。1 つ目のオプションはバイナリファイルのファイル名です。2 つ目オプションはファイル名を含むテーブル行の正しいフィールド名です。2 つ目のオプションを提供する場合、1 つ目のオプションは空文字列に設定する必要があります。';
$strTransformation_application_octetstream__hex = 'データの 16 進数表示です。';
$strTransformation_image_jpeg__inline = 'クリック可能なサムネイルを表示します; オプション: width・height をピクセルで指定 (元の比率を保ちます)';
$strTransformation_image_jpeg__link = 'この画像へのリンクを表示 (例えば blob を直接ダウンロード).';
$strTransformation_image_png__inline = '「image/jpeg: inline」を参照してください。';
$strTransformation_text_plain__dateformat = 'TIME、TIMESTAMP あるいは DATETIME フィールドで、ローカルの日付表示形式を用いて書式化します。1 つ目のオプションはタイムスタンプに加算するオフセット時間(単位:時間)です(デフォルト: 0)2 つ目のオプションは、PHP の strftime()で利用可能なパラメーターでのさまざまな日付表示形式です。';
$strTransformation_text_plain__external = 'LINUX のみ: 外部アプリケーションを起動し、標準入力からフィールドデータを入力します。アプリケーションの標準出力が返ります。デフォルトは Tidy で、綺麗な HTML コードを出力します。セキュリティの理由で、手動でファイル「libraries/text_plain__external.inc.php」を編集し、実行するを許可するツールを挿入しなければなりません。最初のオプションは、使用するプログラムの数で、2 つ目のオプションはプログラムのパラメータです。3 つ目のオプションが 1 に設定されていた場合、htmlspecialchars() を用いて出力を変換するでしょう(デフォルト: 1)4 つ目 オプションが 1 に設定されていた場合、禁則処理を防ぎ、出力がすべて 1 行に見えることを保証するでしょう(デフォルト: 1).';
$strTransformation_text_plain__formatted = 'フィールドの元の書式を保存します。エスケープせずに終了します。';
$strTransformation_text_plain__imagelink = '画像とリンク、ファイル名を含むフィールドを表示します; 1 つ目のオプションは "http://domain.com/" のような接頭語で、2 つ目のオプションはピクセル指定の幅、3 つ目は高さです。';
$strTransformation_text_plain__link = 'ファイル名を含むフィールド、リンクを表示; 1 つ目のオプションは "http://domain.com/" のような接頭語、2 つ目のオプションはリンクのタイトルです。';
$strTransformation_text_plain__sql = 'SQL 紹介 としてテキストの形式の文法をハイライトします。';
$strTransformation_text_plain__substr = '文字列の一部のみ表示します。1 つ目のオプションはテキストの出力がどこで開始するかオフセットを定義します (デフォルトは「0」です)2 つ目のオプションはどれだけのテキストを返すかのオフセットです。空の場合、残りのテキストをすべて返します。3 つ目のオプションは、文字列の一部が返される時、どの文字を出力に追加するか定義します。 (デフォルトは「...」です)';
$strTruncateQueries = '照会の表示を切り詰める';
$strTurkish = 'トルコ語';
$strType = 'フィールドタイプ';
 
$strUkrainian = 'ウクライナ語';
$strUncheckAll = 'チェックをすべて削除する';
$strUnicode = 'UNICODE';
$strUnique = '一意性';
$strUnknown = '不明';
$strUnselectAll = '全選択解除';
$strUnsupportedCompressionDetected = 'サポートされていない圧縮形式(%s)のファイルの読み込みを試みました。その実装がサポートされていないか、設定で無効になっているかのいずれかです。';
$strUpdatePrivMessage = '%s の特権を更新しました。';
$strUpdateProfileMessage = 'プロファイルを更新しました。';
$strUpdateQuery = '照会を更新する';
$strUpdComTab = 'Column_comments テーブルのアップグレード方法のドキュメントを参照してください。';
$strUpgrade = '%s %s かそれ移行にアップグレードするべきです。';
$strUploadLimit = '恐らくあまりにも大きなファイルをアップロードしようとしました。この制限の回避手段として %sドキュメント%s を参照してください。';
$strUsage = '使用量';
$strUseBackquotes = '逆クオートでテーブル名やフィールド名を囲む';
$strUsedPhpExtensions = '使用中の PHP 拡張';
$strUseHostTable = 'ホストテーブルを使う';
$strUserAlreadyExists = 'ユーザー「%s」は既に存在します!';
$strUser = 'ユーザー';
$strUserEmpty = 'ユーザー名は空です。';
$strUserName = 'ユーザー名';
$strUserNotFound = '選択されたユーザーは特権テーブルに見つかりませんでした。';
$strUserOverview = 'ユーザー概略';
$strUsersDeleted = '選択されたユーザーは削除されました。';
$strUsersHavingAccessToDb = 'ユーザーは &quot;%s&quot; へのアクセス権限を所持しています。';
$strUseTabKey = '値から値まで移るには TAB キーを、もしくはいろんな場所でも移動するには CTRL + カーソルを使用します。';
$strUseTables = '使うテーブル';
$strUseTextField = 'テキストフィールドを使用';
$strUseThisValue = 'この値を使用';
 
$strValidateSQL = 'SQL の検証';
$strValidatorError = 'SQL の検証機能を初期化できません。%sドキュメント%s に記述されているように PHP 拡張ライブラリがインストールされているかチェックしてください。';
$strValue = '値';
$strVar = '変数';
$strVersionInformation = 'バージョン情報';
$strView = 'ビュー';
$strViewDump = 'テーブルのダンプ(スキーマ)表示';
$strViewDumpDatabases = 'データベースのダンプビュー (スキーマ)';
$strViewDumpDB = 'DB のダンプ(スキーマ)表示';
$strViewHasBeenDropped = 'ビュー %s を破棄しました。';
$strViewMaxExactCount = 'このビューは %s 列以上あります。%sドキュメント%s を参照してください。';
 
$strWebServerUploadDirectory = 'ウェブサーバー上でアップロードする';
$strWebServerUploadDirectoryError = 'アップロードを行うディレクトリがありません。';
$strWelcome = '%s へようこそ';
$strWestEuropean = '西ヨーロッパ語';
$strWildcard = 'ワイルドカード';
$strWindowNotFound = 'ターゲットブラウザウィンドウを更新することができません。恐らく親ウィンドウを閉じたか、あるいはブラウザーのセキュリティ設定で、クロスウィンドウの更新をブロックしています。';
$strWithChecked = 'チェックしたものを:';
$strWriteRequests = '書き込みリクエスト数';
$strWritingCommentNotPossible = 'コメントの書き込みが有効ではありません。';
$strWritingRelationNotPossible = 'リレーションの書き込みが有効ではありません。';
$strWrongUser = 'ユーザー名またはパスワードが正しくありません。<br />アクセスは拒否されました。';
 
$strXkana = '全角カナへ変換する'; // convert to X208-kana
$strXML = 'XML';
 
$strYes = 'はい';
 
$strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限がなくなります。';
$strZip = '"zip 方式"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/korean-euc-kr.inc.php
0,0 → 1,999
<?php
/* $Id: korean-euc-kr.inc.php,v 2.107.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/* Translated by WooSuhan <kjh@unews.NOSPAM.co.kr> */
 
$charset = 'euc-kr';
$text_dir = 'ltr';
$left_font_family = '"±¼¸²", sans-serif';
$right_font_family = '"±¼¸²", sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('ÀÏ', '¿ù', 'È­', '¼ö', '¸ñ', '±Ý', 'Åä');
$month = array('ÇØ¿À¸§´Þ', '½Ã»ù´Þ', '¹°¿À¸§´Þ', 'ÀÙ»õ´Þ', 'Ǫ¸¥´Þ', '´©¸®´Þ', '°ß¿ìÁ÷³à´Þ', 'Ÿ¿À¸§´Þ', '¿­¸Å´Þ', 'Çϴÿ¬´Þ', '¹ÌÆ´´Þ', '¸Åµì´Þ');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
// $datefmt = '%y³â %B %dÀÏ %p %I:%M ';
$datefmt = '%y-%m-%d %H:%M ';
 
$strAPrimaryKey = ' %s¿¡ ±âº» Å°°¡ Ãß°¡µÇ¾ú½À´Ï´Ù';
$strAccessDenied = 'Á¢±ÙÀÌ °ÅºÎµÇ¾ú½À´Ï´Ù.';
$strAction = '½ÇÇà';
$strAddDeleteColumn = '¿­(Ä®·³) Ãß°¡/»èÁ¦';
$strAddDeleteRow = 'Criteria Çà(·¹ÄÚµå) Ãß°¡/»èÁ¦';
$strAddNewField = 'Çʵå Ãß°¡Çϱâ';
$strAddPrivilegesOnDb = '´ÙÀ½ µ¥ÀÌÅͺ£À̽º¿¡ ±ÇÇÑ Ãß°¡Çϱâ';
$strAddPrivilegesOnTbl = '´ÙÀ½ Å×ÀÌºí¿¡ ±ÇÇÑ Ãß°¡Çϱâ';
$strAddSearchConditions = '°Ë»ö Á¶°Ç Ãß°¡ ("where" Á¶°Ç):';
$strAddToIndex = '%s°³ ¿­(Ä®·³)¿¡ À妽º Ãß°¡';
$strAddUser = '»õ »ç¿ëÀÚ Ãß°¡';
$strAddUserMessage = '»õ »ç¿ëÀÚ¸¦ Ãß°¡Çß½À´Ï´Ù.';
$strAffectedRows = 'Àû¿ëµÈ Çà(·¹ÄÚµå):';
$strAfter = '%s ´ÙÀ½¿¡';
$strAfterInsertBack = 'µÇµ¹¾Æ°¡±â';
$strAfterInsertNewInsert = '»õ Çà(·¹ÄÚµå) »ðÀÔÇϱâ';
$strAllTableSameWidth = '¸ðµç Å×À̺íÀ» °°Àº ³Êºñ·Î Ãâ·ÂÇÒ±î¿ä?';
$strAlterOrderBy = '´ÙÀ½ ¼ø¼­´ë·Î Å×À̺í Á¤·Ä(º¯°æ)';
$strAnIndex = '%s ¿¡ À妽º°¡ °É·È½À´Ï´Ù';
$strAnalyzeTable = 'Å×ÀÌºí ºÐ¼®';
$strAnd = '±×¸®°í';
$strAnyHost = '¾Æ¹«µ¥¼­³ª';
$strAnyUser = '¾Æ¹«³ª';
$strAscending = '¿À¸§Â÷¼ø';
$strAtBeginningOfTable = 'Å×À̺íÀÇ Ã³À½';
$strAtEndOfTable = 'Å×À̺íÀÇ ¸¶Áö¸·';
$strAttr = 'º¸±â';
$strAutodetect = 'ÀÚµ¿';
 
$strBack = 'µÚ·Î';
$strBinary = '¹ÙÀ̳ʸ®';
$strBinaryDoNotEdit = ' ¹ÙÀ̳ʸ® - ÆíÁý ±ÝÁö ';
$strBookmarkDeleted = 'ºÏ¸¶Å©¸¦ Á¦°ÅÇß½À´Ï´Ù.';
$strBookmarkQuery = 'ºÏ¸¶Å©µÈ SQL ÁúÀÇ';
$strBookmarkThis = 'ÀÌ SQL ÁúÀǸ¦ ºÏ¸¶Å©ÇÔ';
$strBrowse = 'º¸±â';
$strBzError = 'ÀÌ php ¹öÀüÀÇ Bz2 È®Àå¸ðµâÀÌ ±úÁ³±â ¶§¹®¿¡ phpMyAdminÀÌ ´ýÇÁÆÄÀÏÀ» ¾ÐÃàÇÒ ¼ö ¾ø½À´Ï´Ù. ȯ°æ¼³Á¤ÆÄÀÏ¿¡¼­<code>$cfg[\'BZipDump\']</code>¸¦ <code>FALSE</code>·Î ¼³Á¤ÇϽʽÿÀ. ¸¸¾à Bz2 ¾ÐÃàÀ» »ç¿ëÇÏ°íÀÚ ÇÑ´Ù¸é, php¹öÀüÀ» ¾÷±×·¹À̵åÇØ¾ß ÇÕ´Ï´Ù. ÀÚ¼¼ÇÑ ³»¿ëÀº php ¹ö±× ¸®Æ÷Æ® %s ¸¦ º¸½Ê½Ã¿À.';
$strBzip = '"bz ¾ÐÃà"';
 
$strCSVOptions = 'CSV ¿É¼Ç';
$strCannotLogin = 'MySQL ¼­¹ö¿¡ ·Î±×ÀÎÇÒ ¼ö ¾ø½À´Ï´Ù';
$strCantLoad = ' %s È®Àå¸ðµâÀ» ºÒ·¯¿Ã ¼ö ¾ø½À´Ï´Ù.<br />PHP ȯ°æ¼³Á¤À» °Ë»çÇϽʽÿÀ.';
$strCantRenameIdxToPrimary = 'À妽º À̸§À» ±âº» Å°·Î ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù!';
$strChange = 'º¯°æ';
$strChangeDisplay = 'Ãâ·ÂÇÒ ÇÊµå ¼±ÅÃ';
$strChangePassword = '¾ÏÈ£ º¯°æ';
$strCharsetOfFile = 'ÆÄÀÏ ¹®ÀÚ¼Â:';
$strCheckAll = '¸ðµÎ üũ';
$strCheckPrivs = '»ç¿ë±ÇÇÑ º¸±â';
$strCheckPrivsLong = 'µ¥ÀÌÅͺ£À̽º &quot;%s&quot; ¿¡ ´ëÇÑ »ç¿ë±ÇÇÑ °Ë»ç.';
$strCheckTable = 'Å×ÀÌºí °Ë»ç';
$strChoosePage = 'ÆíÁýÇÒ ÆäÀÌÁö¸¦ ¼±ÅÃÇϼ¼¿ä';
$strColComFeat = '¿­(Ä®·³) ¼³¸í(ÄÚ¸àÆ®) Ãâ·ÂÇϱâ';
$strColumnNames = '¿­(Ä®·³) À̸§';
$strColumnPrivileges = '¿­(Ä®·³)¿¡ °üÇÑ ±ÇÇÑ';
$strComments = '¼³¸í(ÄÚ¸àÆ®)';
$strCompleteInserts = '¿ÏÀüÇÑ INSERT¹® ÀÛ¼º';
$strCompression = '¾ÐÃà';
$strConfigFileError = 'phpMyAdminÀÌ È¯°æ¼³Á¤ ÆÄÀÏÀ» ÀÐÀ» ¼ö ¾ø½À´Ï´Ù!<br />PHP¿¡ ¿¡·¯°¡ Àְųª ½ÇÁ¦·Î ±× ÆÄÀÏÀÌ ¾ø´Â °æ¿ìÀÔ´Ï´Ù.<br />¾Æ·¡ ¸µÅ©¸¦ ÅëÇØ È¯°æ¼³Á¤ ÆÄÀϸ¸ ºÒ·¯µé¿©º¸½Ê½Ã¿À. ±×¸®°í PHP ¿¡·¯ ¸Þ½ÃÁö¸¦ È®ÀÎÇϽʽÿÀ. ¾îµò°¡¿¡ µû¿ÈÇ¥(quote)³ª ¼¼¹ÌÄÝ·Ð(;)ÀÌ ºüÁ®ÀÖ´Â °æ¿ì°¡ Á¾Á¾ ÀÖ½À´Ï´Ù.<br />¸¸¾à ¾Æ¹«°Íµµ º¸ÀÌÁö ¾ÊÀ¸¸é, Á¤»óÀûÀÎ °ÍÀÔ´Ï´Ù.';
$strConnections = '¿¬°á ¼ö';
$strCopyTable = 'Å×ÀÌºí º¹»ç (µ¥ÀÌÅͺ£À̽º¸í<b>.</b>Å×À̺í¸í):';
$strCopyTableOK = '%s Å×À̺íÀÌ %s À¸·Î º¹»çµÇ¾ú½À´Ï´Ù.';
$strCreate = ' ¸¸µé±â ';
$strCreateIndex = '%s °³ ¿­(Ä®·³)¿¡ À妽º ¸¸µé±â ';
$strCreateIndexTopic = '»õ À妽º ¸¸µé±â';
$strCreateNewDatabase = '»õ µ¥ÀÌÅͺ£À̽º ¸¸µé±â';
$strCreateNewTable = 'µ¥ÀÌÅͺ£À̽º %s¿¡ »õ·Î¿î Å×À̺íÀ» ¸¸µì´Ï´Ù.';
$strCreatePage = '»õ ÆäÀÌÁö ¸¸µé±â';
 
$strDBGMaxTimeMs = 'ÃÖ´ë½Ã°£, ms';
$strDBGMinTimeMs = 'Ãּҽð£, ms';
$strDBGModule = '¸ðµâ';
$strData = 'µ¥ÀÌÅÍ';
$strDataDict = 'µ¥ÀÌÅÍ »çÀü (Àüü ±¸Á¶º¸±â)';
$strDataOnly = 'µ¥ÀÌÅ͸¸';
$strDatabase = 'µ¥ÀÌÅͺ£À̽º';
$strDatabaseHasBeenDropped = 'µ¥ÀÌÅͺ£À̽º %s ¸¦ Á¦°ÅÇß½À´Ï´Ù.';
$strDatabases = 'µ¥ÀÌÅͺ£À̽º ';
$strDatabasesDropped = '%s µ¥ÀÌÅͺ£À̽º¸¦ »èÁ¦Çß½À´Ï´Ù.';
$strDatabasesStats = 'µ¥ÀÌÅͺ£À̽º »ç¿ë·® Åë°è';
$strDatabasesStatsDisable = 'Åë°è ¼û±â±â';
$strDatabasesStatsEnable = 'Åë°è º¸±â';
$strDatabasesStatsHeavyTraffic = 'ÁÖÀÇ: µ¥ÀÌÅͺ£À̽º Åë°è º¸±â´Â À¥¼­¹ö¿Í MySQL ¼­¹ö »çÀÌ¿¡ Å« ºÎÇϸ¦ ÁÝ´Ï´Ù.';
$strDbPrivileges = 'µ¥ÀÌÅͺ£À̽º¿¡ °üÇÑ ±ÇÇÑ';
$strDefault = '±âº»°ª';
$strDefaultValueHelp = '±âº»°ª¿¡´Â, ¿ª½½·¡½Ã³ª µû¿ÈÇ¥ ¾øÀÌ ´Ü ÇϳªÀÇ °ªÀ» ³ÖÀ¸½Ê½Ã¿À. (¿¹: a)';
$strDelete = '»èÁ¦';
$strDeleteAndFlush = '»ç¿ëÀÚ¸¦ »èÁ¦ÇÏ°í »ç¿ë±ÇÇÑÀ» °»½ÅÇÔ.';
$strDeleteAndFlushDescr = '°¡Àå È®½ÇÇÑ ¹æ¹ýÀÌÁö¸¸, »ç¿ë±ÇÇÑ Å×À̺íÀ» ´Ù½Ã ÀоîµéÀ̴µ¥´Â ¾à°£ÀÇ ½Ã°£ÀÌ °É¸³´Ï´Ù.';
$strDeleted = '¼±ÅÃÇÑ ÁÙ(·¹ÄÚµå)À» »èÁ¦ ÇÏ¿´½À´Ï´Ù.';
$strDeletedRows = 'Áö¿öÁø ÁÙ(·¹ÄÚµå):';
$strDeleting = ' %s À» »èÁ¦ÇÕ´Ï´Ù';
$strDescending = '³»¸²Â÷¼ø(¿ª¼ø)';
$strDisabled = '»ç¿ëºÒ°¡';
$strDisplayOrder = 'Ãâ·Â ¼ø¼­:';
$strDoAQuery = '´ÙÀ½À¸·Î ÁúÀǸ¦ ¸¸µé±â (¿ÍÀϵåÄ«µå: "%")';
$strDoYouReally = 'Á¤¸»·Î ´ÙÀ½À» ½ÇÇàÇϽðڽÀ´Ï±î? ';
$strDocu = 'µµ¿ò¸»';
$strDrop = '»èÁ¦';
$strDropUsersDb = '»ç¿ëÀÚ¸í°ú °°Àº À̸§ÀÇ µ¥ÀÌÅͺ£À̽º¸¦ »èÁ¦';
$strDumpXRows = '%s°³ÀÇ Çà(·¹ÄÚµå)À» ´ýÇÁ (%s¹ø° ·¹ÄÚµåºÎÅÍ).';
$strDumpingData = 'Å×À̺íÀÇ ´ýÇÁ µ¥ÀÌÅÍ';
$strDynamic = 'µ¿Àû(´ÙÀ̳»¹Í)';
 
$strEdit = '¼öÁ¤';
$strEditPDFPages = 'PDF ÆäÀÌÁö ÆíÁý';
$strEditPrivileges = '±ÇÇÑ ¼öÁ¤';
$strEffective = '½ÇÁ¦·®';
$strEmpty = 'ºñ¿ì±â';
$strEmptyResultSet = '°á°ú°ªÀÌ ¾ø½À´Ï´Ù. (ºó ·¹ÄÚµå ¸®ÅÏ.)';
$strEnabled = '»ç¿ë°¡´É';
$strEnd = '¸¶Áö¸·';
$strEnglishPrivileges = ' ÁÖÀÇ: MySQL ±ÇÇÑ À̸§Àº ¿µ¾î·Î Ç¥±âµÇ¾î¾ß ÇÕ´Ï´Ù. ';
$strError = '¿À·ù';
$strExplain = 'SQL Çؼ®';
$strExport = '³»º¸³»±â';
$strExtendedInserts = 'È®ÀåµÈ inserts';
$strExtra = 'Ãß°¡';
 
$strFailedAttempts = '½ÇÆÐÇÑ ½Ãµµ';
$strField = 'Çʵå';
$strFieldHasBeenDropped = 'Çʵå %s ¸¦ Á¦°ÅÇß½À´Ï´Ù';
$strFields = 'Çʵå';
$strFieldsEmpty = ' ÇÊµå °¹¼ö°¡ ¾ø½À´Ï´Ù! ';
$strFieldsEnclosedBy = 'ÇÊµå °¨½Î±â';
$strFieldsEscapedBy = 'Çʵå Ư¼ö¹®ÀÚ(escape) ó¸®';
$strFieldsTerminatedBy = 'ÇÊµå ±¸ºÐÀÚ ';
$strFileCouldNotBeRead = 'ÆÄÀÏÀ» ÀÐÀ» ¼ö ¾ø½À´Ï´Ù';
$strFileNameTemplate = 'ÆÄÀϸí ÅÛÇø´';
$strFileNameTemplateRemember = 'ÅÛÇø´ ±â¾ï';
$strFlushTable = 'Å×ÀÌºí ´Ý±â(ij½Ã »èÁ¦)';
$strFunction = 'ÇÔ¼ö';
 
$strGenTime = 'ó¸®ÇÑ ½Ã°£';
$strGlobalPrivileges = 'ÀüüÀû ±ÇÇÑ';
$strGo = '½ÇÇà';
$strGzip = 'gz ¾ÐÃà';
 
$strHasBeenAltered = 'À»(¸¦) º¯°æÇÏ¿´½À´Ï´Ù.';
$strHasBeenCreated = 'À»(¸¦) ÀÛ¼ºÇÏ¿´½À´Ï´Ù.';
$strHaveToShow = 'Ãâ·ÂÇÏ·Á¸é Àû¾îµµ 1°³ ÀÌ»óÀÇ ¿­(Ä®·³)À» ¼±ÅÃÇØ¾ß ÇÕ´Ï´Ù.';
$strHome = '½ÃÀÛÆäÀÌÁö';
$strHomepageOfficial = 'phpMyAdmin °ø½Ä Ȩ';
$strHost = 'È£½ºÆ®';
$strHostEmpty = 'È£½ºÆ®¸íÀÌ ¾ø½À´Ï´Ù!';
 
$strIgnore = 'Ignore';
$strIgnoringFile = 'ÆÄÀÏ %s À» ¹«½ÃÇÕ´Ï´Ù';
$strImportFiles = 'ÆÄÀÏ °¡Á®¿À±â';
$strInUse = '»ç¿ëÁß';
$strIndex = 'À妽º';
$strIndexHasBeenDropped = 'À妽º %s ¸¦ Á¦°ÅÇß½À´Ï´Ù';
$strIndexName = 'À妽º À̸§:';
$strIndexType = 'À妽º Á¾·ù:';
$strIndexes = 'À妽º';
$strInsecureMySQL = 'ȯ°æ¼³Á¤ÆÄÀÏ¿¡ MySQL °ü¸®ÀÚ ¾ÏÈ£°¡ ¾ø½À´Ï´Ù. ÀÌ°°Àº ±âº»¼³Á¤»óÅ·ΠMySQL ¼­¹ö°¡ ÀÛµ¿ÇÑ´Ù¸é ´©±¸³ª ħÀÔÇÒ ¼ö ÀÖÀ¸¹Ç·Î, ÀÌ º¸¾È»ó ÇãÁ¡À» ¼öÁ¤ÇϽñ⠹ٶø´Ï´Ù.';
$strInsert = '»ðÀÔ';
$strInsertAsNewRow = '»õ ¿­À» »ðÀÔÇÕ´Ï´Ù';
$strInsertNewRow = '»õ ¿­À» »ðÀÔ';
$strInsertedRows = '»ðÀÔµÈ ¿­:';
 
$strJumpToDB = 'µ¥ÀÌÅͺ£À̽º &quot;%s&quot; ·Î À̵¿.';
$strJustDelete = '±ÇÇÑ Å×ÀÌºí¿¡¼­ »ç¿ëÀÚ¸¦ »èÁ¦Çϱ⸸ ÇÔ.';
$strJustDeleteDescr = '»ç¿ë±ÇÇÑÀÌ °»½ÅµÇ±â±îÁö´Â &quot;»èÁ¦µÈ&quot; »ç¿ëÀڵ鵵 ¿©ÀüÈ÷ ¼­¹ö¸¦ »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù.';
 
$strKeepPass = '¾ÏÈ£¸¦ º¯°æÇÏÁö ¾ÊÀ½';
$strKeyname = 'Å° À̸§';
$strKill = 'Kill';
 
$strLengthSet = '±æÀÌ/°ª*';
$strLimitNumRows = 'ÆäÀÌÁö´ç ·¹ÄÚµå ¼ö';
$strLinesTerminatedBy = 'ÁÙ(¿­) ±¸ºÐÀÚ';
$strLocalhost = 'Local';
$strLocationTextfile = 'SQL ÅؽºÆ®ÆÄÀÏÀÇ À§Ä¡';
$strLogPassword = '¾ÏÈ£:';
$strLogUsername = '»ç¿ëÀÚ¸í:';
$strLogin = '·Î±×ÀÎ';
$strLoginInformation = '·Î±×ÀÎ Á¤º¸';
$strLogout = '·Î±×¾Æ¿ô';
 
$strModifications = '¼öÁ¤µÈ ³»¿ëÀÌ ÀúÀåµÇ¾ú½À´Ï´Ù.';
$strModify = '¼öÁ¤';
$strModifyIndexTopic = 'À妽º ¼öÁ¤';
$strMoveTable = 'Å×À̺í À̵¿ (µ¥ÀÌÅͺ£À̽º¸í<b>.</b>Å×À̺í¸í):';
$strMoveTableOK = 'Å×À̺í %s À» %s ·Î ¿Å°å½À´Ï´Ù.';
$strMySQLCharset = 'MySQL ¹®ÀÚ¼Â';
$strMySQLSaid = 'MySQL ¸Þ½ÃÁö: ';
$strMySQLShowProcess = 'MySQL ÇÁ·Î¼¼½º º¸±â';
$strMySQLShowStatus = 'MySQL ·±Å¸ÀÓ »óÅ º¸±â';
$strMySQLShowVars = 'MySQL ȯ°æ¼³Á¤°ª º¸±â';
 
$strName = 'À̸§';
$strNext = '´ÙÀ½';
$strNo = ' ¾Æ´Ï¿À ';
$strNoDatabases = 'µ¥ÀÌÅͺ£À̽º°¡ ¾ø½À´Ï´Ù';
$strNoDatabasesSelected = 'µ¥ÀÌÅͺ£À̽º¸¦ ¼±ÅÃÇÏÁö ¾Ê¾Ò½À´Ï´Ù.';
$strNoDescription = '¼³¸íÀÌ ¾ø½À´Ï´Ù';
$strNoDropDatabases = '"DROP DATABASE" ±¸¹®Àº Çã¶ôµÇÁö ¾Ê½À´Ï´Ù.';
$strNoExplain = 'Çؼ®(EXPLAIN) »ý·«';
$strNoFrames = 'phpMyAdmin Àº <b>ÇÁ·¹ÀÓÀ» Áö¿øÇÏ´Â</b> ºê¶ó¿ìÀú¿¡¼­ Àß º¸ÀÔ´Ï´Ù.';
$strNoIndex = 'À妽º°¡ ¼³Á¤µÇÁö ¾Ê¾Ò½À´Ï´Ù!';
$strNoModification = 'º¯È­ ¾øÀ½';
$strNoPassword = '¾ÏÈ£ ¾øÀ½';
$strNoPhp = 'PHP ÄÚµå ¾øÀÌ º¸±â';
$strNoPrivileges = '±ÇÇÑ ¾øÀ½';
$strNoRights = '¾î¶»°Ô µé¾î¿À¼Ì¾î¿ä? Áö±Ý ¿©±â ÀÖÀ» ±ÇÇÑÀÌ ¾ø½À´Ï´Ù!';
$strNoTablesFound = 'µ¥ÀÌÅͺ£À̽º¿¡ Å×À̺íÀÌ ¾ø½À´Ï´Ù.';
$strNoUsersFound = '»ç¿ëÀÚ°¡ ¾ø½À´Ï´Ù.';
$strNone = '¾øÀ½';
$strNotNumber = 'Àº ¼ýÀÚ(¹øÈ£)°¡ ¾Æ´Õ´Ï´Ù!';
$strNumTables = 'Å×ÀÌºí ¼ö';
 
$strOperations = 'Å×À̺í ÀÛ¾÷';
$strOptimizeTable = 'Å×À̺í ÃÖÀûÈ­';
$strOr = '¶Ç´Â';
$strOverhead = 'ºÎ´ã';
 
$strPHP40203 = 'PHP 4.2.3¿¡´Â ¸ÖƼ¹ÙÀÌÆ® ¹®ÀÚ¿­(mbstring) ¸ðµâ¿¡ ¹ö±×°¡ ÀÖÀ¸¹Ç·Î ÃßõÇÏÁö ¾Ê½À´Ï´Ù. PHP ¹ö±× ¸®Æ÷Æ® 19404¸¦ º¸½Ê½Ã¿À.';
$strPHPVersion = 'PHP ¹öÀü';
$strPageNumber = 'ÆäÀÌÁö:';
$strPassword = '¾ÏÈ£';
$strPasswordChanged = '%s ÀÇ ¾ÏÈ£°¡ ¹Ù²î¾ú½À´Ï´Ù.';
$strPasswordEmpty = '¾ÏÈ£°¡ ºñ¾ú½À´Ï´Ù!';
$strPasswordNotSame = '¾ÏÈ£°¡ µ¿ÀÏÇÏÁö ¾Ê½À´Ï´Ù!';
$strPdfDbSchema = '"%s" µ¥ÀÌÅͺ£À̽ºÀÇ ½ºÅ´(À±°û) - ÆäÀÌÁö %s';
$strPdfInvalidTblName = '"%s" Å×À̺íÀÌ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù!';
$strPdfNoTables = 'Å×À̺íÀÌ ¾ø½À´Ï´Ù';
$strPhp = 'PHP ÄÚµå º¸±â';
$strPmaDocumentation = 'phpMyAdmin ¼³¸í¼­';
$strPmaUriError = 'ȯ°æ¼³Á¤ ÆÄÀÏ¿¡¼­ <tt>$cfg[\'PmaAbsoluteUri\']</tt> ÁÖ¼Ò¸¦ ±âÀÔÇϽʽÿÀ!';
$strPos1 = 'óÀ½';
$strPrevious = 'ÀÌÀü';
$strPrimary = '񃧯';
$strPrimaryKeyHasBeenDropped = '±âº» Å°¸¦ Á¦°ÅÇß½À´Ï´Ù';
$strPrimaryKeyName = '±âº» Å°ÀÇ À̸§Àº ¹Ýµå½Ã PRIMARY¿©¾ß ÇÕ´Ï´Ù!';
$strPrimaryKeyWarning = '("PRIMARY"´Â ±âº» Å°¸¸ÀÇ <b>À¯ÀÏÇÑ</b> À̸§ÀÔ´Ï´Ù!)';
$strPrint = 'Àμâ';
$strPrintView = 'Àμâ¿ë º¸±â';
$strPrivDescAllPrivileges = 'GRANT ÀÌ¿ÜÀÇ ¸ðµç ±ÇÇÑÀ» Æ÷ÇÔÇÔ.';
$strPrivDescAlter = 'Å×ÀÌºí ±¸Á¶ º¯°æ Çã¿ë.';
$strPrivDescCreateDb = 'DB ¹× Å×ÀÌºí »ý¼º Çã¿ë.';
$strPrivDescCreateTbl = 'Å×ÀÌºí »ý¼º Çã¿ë.';
$strPrivDescCreateTmpTable = 'ÀÓ½ÃÅ×ÀÌºí »ý¼º Çã¿ë.';
$strPrivDescDelete = 'µ¥ÀÌÅÍ »èÁ¦ Çã¿ë.';
$strPrivDescDropDb = 'DB ¹× Å×ÀÌºí »èÁ¦ Çã¿ë.';
$strPrivDescDropTbl = 'Å×ÀÌºí »èÁ¦ Çã¿ë.';
$strPrivDescExecute = 'ÀúÀåÇÁ·Î½ÃÀú(SP) »ç¿ëÀ» Çã¿ë; ÀÌ MySQL ¹öÀü¿¡´Â È¿°ú°¡ ¾øÀ½.';
$strPrivDescFile = 'µ¥ÀÌÅ͸¦ ÆÄÀÏ¿¡¼­ °¡Á®¿À±â ¹× ÆÄÀÏ·Î ³»º¸³»±â Çã¿ë.';
$strPrivDescGrant = '±ÇÇÑ Å×À̺íÀ» °»½ÅÇÏÁö ¾Ê°í »ç¿ëÀÚ¿Í ±ÇÇÑ Ãß°¡Çϱâ Çã¿ë.';
$strPrivDescIndex = 'À妽º »ý¼º ¹× »èÁ¦ Çã¿ë.';
$strPrivDescInsert = 'µ¥ÀÌÅÍ Ãß°¡(insert) ¹× º¯°æ(replace) Çã¿ë.';
$strPrivDescLockTables = 'ÇöÀç ¾²·¹µå¿¡ ´ëÇÑ Å×À̺í Àá±Ý(lock) Çã¿ë.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = '´Ù¸¥ »ç¿ëÀÚÀÇ ÇÁ·Î¼¼½º Á×À̱⸦ Çã¿ë.';
$strPrivDescReferences = 'ÀÌ ¹öÀüÀÇ MySQL¿¡´Â ¼Ò¿ëÀÌ ¾ø½À´Ï´Ù.';
$strPrivDescReload = 'ij½Ã¸¦ ºñ¿ì°í ¼­¹ö¸¦ Àç½Ãµ¿ÇÏ´Â °ÍÀ» Çã¿ë.';
$strPrivDescReplSlave = 'º¹Á¦¼­¹ö(replication slaves)¿¡ ÇÊ¿äÇÕ´Ï´Ù.';
$strPrivDescSelect = 'µ¥ÀÌÅÍ Àбâ Çã¿ë.';
$strPrivDescShowDb = 'Àüü µ¥ÀÌÅͺ£À̽º ¸ñ·Ï Á¢±ÙÀ» Çã¿ë';
$strPrivDescShutdown = '¼­¹ö Á¾·á Çã¿ë.';
$strPrivDescUpdate = 'µ¥ÀÌÅÍ º¯°æ Çã¿ë.';
$strPrivDescUsage = '±ÇÇÑ ¾øÀ½.';
$strPrivileges = '»ç¿ë±ÇÇÑ';
$strPrivilegesReloaded = '±ÇÇÑÀ» ´Ù½Ã ·ÎµùÇß½À´Ï´Ù.';
$strProcesslist = 'ÇÁ·Î¼¼½º ¸ñ·Ï';
$strPutColNames = '¸ÇóÀ½¿¡ Çʵå À̸§À» Ãâ·Â';
 
$strQBE = 'ÁúÀÇ ¸¶¹ý»ç';
$strQBEDel = '»èÁ¦';
$strQBEIns = '»ðÀÔ';
$strQueryFrame = 'ÁúÀÇ Ã¢';
$strQueryOnDb = 'µ¥ÀÌÅͺ£À̽º <b>%s</b>¿¡ SQL ÁúÀÇ:';
$strQuerySQLHistory = 'SQL ³»·Â(È÷½ºÅ丮)';
$strQueryStatistics = '<b>SQL ÁúÀÇ Åë°è</b>: ÀÌ ¼­¹ö¿¡ %s ¹øÀÇ ÁúÀÇ°¡ º¸³»Á³½À´Ï´Ù.';
$strQueryTime = 'ÁúÀÇ ½ÇÇà½Ã°£ %01.4f ÃÊ';
$strQueryType = 'ÁúÀÇ Á¾·ù';
 
$strReType = 'ÀçÀÔ·Â';
$strReceived = '¹ÞÀ½';
$strRecords = '·¹ÄÚµå¼ö';
$strReferentialIntegrity = 'referential ¹«°á¼º °Ë»ç:';
$strRelationNotWorking = 'linked Tables¿¡¼­ ÀÛµ¿ÇÏ´Â ºÎ°¡±â´ÉÀÌ »ç¿ëµÇÁö ¾Ê½À´Ï´Ù. ÀÌÀ¯¸¦ ¾Ë·Á¸é %s¿©±â¸¦ Ŭ¸¯%sÇϽʽÿÀ.';
$strReloadMySQL = 'MySQL Àç½Ãµ¿';
$strReloadingThePrivileges = '»ç¿ë±ÇÇÑÀ» °»½ÅÇÕ´Ï´Ù(Reloading the privileges)';
$strRemoveSelectedUsers = '¼±ÅÃÇÑ »ç¿ëÀÚ¸¦ »èÁ¦';
$strRenameTable = 'Å×À̺í À̸§ ¹Ù²Ù±â';
$strRenameTableOK = 'Å×À̺í %sÀ»(¸¦) %s(À¸)·Î º¯°æÇÏ¿´½À´Ï´Ù.';
$strRepairTable = 'Å×ÀÌºí º¹±¸';
$strReplaceTable = 'ÆÄÀÏ·Î Å×ÀÌºí ´ëÄ¡Çϱâ';
$strReset = '¸®¼¼Æ®';
$strResourceLimits = '¸®¼Ò½º Á¦ÇÑ';
$strRevoke = 'Á¦°Å';
$strRevokeAndDelete = '¸ðµç È°¼ºÈ­µÈ ±ÇÇÑÀ» ¹ÚÅ»ÇÏ°í »ç¿ëÀÚ¸¦ »èÁ¦ÇÔ.';
$strRevokeAndDeleteDescr = '»ç¿ë±ÇÇÑÀÌ ´Ù½Ã ·ÎµùµÇ±â±îÁö´Â ÀÌ »ç¿ëÀÚµéÀº ¿©ÀüÈ÷ USAGE ±ÇÇÑÀ» °®°í ÀÖ½À´Ï´Ù.';
$strRevokeMessage = '%sÀÇ ±ÇÇÑÀ» Á¦°ÅÇß½À´Ï´Ù.';
$strRowLength = 'Çà ±æÀÌ';
$strRowSize = ' Row size ';
$strRows = 'Çà(·¹ÄÚµå)';
$strRowsFrom = 'Çà. ½ÃÀÛ(Çà)À§Ä¡';
$strRowsModeFlippedHorizontal = '¼öÆò (rotated headers)';
$strRowsModeHorizontal = '¼öÆò(°¡·Î)';
$strRowsModeOptions = ' %s Á¤·Ä (%s Ä­ÀÌ ³ÑÀ¸¸é Çì´õ ¹Ýº¹)';
$strRowsModeVertical = '¼öÁ÷(¼¼·Î)';
$strRowsStatistic = 'Çà(·¹ÄÚµå) Åë°è';
$strRunQuery = 'ÁúÀÇ ½ÇÇà';
$strRunSQLQuery = 'µ¥ÀÌÅͺ£À̽º %s¿¡ SQL ÁúÀǸ¦ ½ÇÇà';
$strRunning = 'ÀÔ´Ï´Ù. (%s)';
 
$strSQL = 'SQL';
$strSQLOptions = 'SQL ¿É¼Ç';
$strSQLParserUserError = 'SQL ÁúÀǹ®¿¡ ¿¡·¯°¡ ÀÖ½À´Ï´Ù. MySQL ¼­¹ö°¡ ´ÙÀ½°ú °°Àº ¿¡·¯¸¦ Ãâ·ÂÇß½À´Ï´Ù. ÀÌ°ÍÀÌ ¹®Á¦¸¦ Áø´ÜÇϴµ¥ µµ¿òÀÌ µÉ °ÍÀÔ´Ï´Ù.';
$strSQLQuery = 'SQL ÁúÀÇ';
$strSQLResult = 'SQL °á°ú';
$strSQPBugInvalidIdentifer = 'À߸øµÈ ½Äº°ÀÚ(Identifer)';
$strSQPBugUnclosedQuote = 'µû¿ÈÇ¥(quote)°¡ ´ÝÈ÷Áö ¾Ê¾ÒÀ½';
$strSave = 'ÀúÀå';
$strSearch = '°Ë»ö';
$strSearchFormTitle = 'µ¥ÀÌÅͺ£À̽º °Ë»ö';
$strSearchInTables = 'ãÀ» Å×À̺í:';
$strSearchNeedle = 'ãÀ» ´Ü¾î, °ª (¿ÍÀϵåÄ«µå: "%"):';
$strSearchOption1 = '¾Æ¹« ´Ü¾î³ª';
$strSearchOption2 = '¸ðµç ´Ü¾î';
$strSearchOption3 = 'Á¤È®ÇÑ ¹®±¸';
$strSearchOption4 = 'Á¤±ÔÇ¥Çö½Ä';
$strSearchType = 'ã´Â ¹æ½Ä:';
$strSelectADb = 'µ¥ÀÌÅͺ£À̽º¸¦ ¼±ÅÃÇϼ¼¿ä';
$strSelectAll = '¸ðµÎ ¼±ÅÃ';
$strSelectFields = 'ÇÊµå ¼±Åà (Çϳª ÀÌ»ó):';
$strSelectNumRows = 'ÁúÀÇ(in query)';
$strSend = 'ÆÄÀÏ·Î ÀúÀå';
$strSent = 'º¸³¿';
$strServer = '¼­¹ö';
$strServerChoice = '¼­¹ö ¼±ÅÃ';
$strServerStatus = '·±Å¸ÀÓ Á¤º¸';
$strServerStatusUptime = 'ÀÌ MySQL ¼­¹ö´Â %s µ¿¾È ±¸µ¿µÇ¾ú½À´Ï´Ù. <br/>±¸µ¿ ½ÃÀÛ³¯Â¥´Â %s ÀÔ´Ï´Ù.';
$strServerTabProcesslist = 'ÇÁ·Î¼¼½º ¸ñ·Ï';
$strServerTabVariables = 'ȯ°æ¼³Á¤°ª';
$strServerTrafficNotes = '<b>¼­¹ö ¼ÒÅë·®</b>: ÀÌ Å×À̺íÀº MySQL¼­¹ö°¡ ±¸µ¿µÈ ÀÌ·¡ÀÇ ³×Æ®¿÷ ºÎÇÏ »óŸ¦ º¸¿©ÁÝ´Ï´Ù.';
$strServerVars = '¼­¹öÀÇ È¯°æ¼³Á¤';
$strServerVersion = '¼­¹ö ¹öÀü';
$strSessionValue = '¼¼¼Ç °ª';
$strSetEnumVal = 'Çʵå Á¾·ù°¡ "enum"À̳ª "set"ÀÏ °æ¿ì, ´ÙÀ½°ú °°Àº Çü½ÄÀ¸·Î °ªÀ» ÀÔ·ÂÇϽʽÿÀ: \'a\',\'b\',\'c\'...<br />¿©±â¿¡ ¿ª½½·¡½Ã(\)³ª ÀÛÀº µû¿ÈÇ¥(\')¸¦ ³Ö¾î¾ß ÇÑ´Ù¸é, ±× ¾Õ¿¡ ¿ª½½·¡½Ã¸¦ »ç¿ëÇϽʽÿÀ. (¿¹: \'\\\\xyz\' ¶Ç´Â \'a\\\'b\').';
$strShow = 'º¸±â';
$strShowAll = '¸ðµÎ º¸±â';
$strShowColor = '»ö±ò º¸±â';
$strShowGrid = 'grid º¸±â';
$strShowPHPInfo = 'PHP Á¤º¸ º¸±â';
$strShowTables = 'Å×ÀÌºí º¸±â';
$strShowThisQuery = ' ÀÌ ÁúÀǸ¦ ´Ù½Ã º¸¿©ÁÜ ';
$strShowingRecords = 'Çà(·¹ÄÚµå) º¸±â';
$strSingly = '(´Üµ¶À¸·Î)';
$strSize = 'Å©±â';
$strSort = 'Á¤·Ä';
$strSpaceUsage = '°ø°£ »ç¿ë·®';
$strSplitWordsWithSpace = '´Ü¾î´Â ½ºÆäÀ̽º(" ")·Î ±¸ºÐµË´Ï´Ù.';
$strStatCheckTime = '°Ë»ç';
$strStatCreateTime = '»ý¼º';
$strStatUpdateTime = '¾÷µ¥ÀÌÆ®';
$strStatement = '¸í¼¼';
$strStatus = '»óÅÂ';
$strStrucCSV = 'CSV µ¥ÀÌÅÍ';
$strStrucData = '±¸Á¶¿Í µ¥ÀÌÅÍ ¸ðµÎ';
$strStrucDrop = '\'DROP TABLE\'¹® Ãß°¡';
$strStrucExcelCSV = 'MS¿¢¼¿ CSV µ¥ÀÌÅÍ';
$strStrucOnly = '±¸Á¶¸¸';
$strStructPropose = 'Á¦¾ÈÇÏ´Â Å×ÀÌºí ±¸Á¶';
$strStructure = '±¸Á¶';
$strSubmit = 'È®ÀÎ';
$strSuccess = 'SQL ÁúÀÇ°¡ ¹Ù¸£°Ô ½ÇÇàµÇ¾ú½À´Ï´Ù.';
$strSum = '°è';
$strSwitchToTable = 'º¹»çÇÑ Å×À̺í·Î ¿Å°Ü°¨';
 
$strTable = 'Å×À̺í ';
$strTableComments = 'Å×ÀÌºí ¼³¸í';
$strTableEmpty = 'Å×À̺í¸íÀÌ ¾ø½À´Ï´Ù!';
$strTableHasBeenDropped = 'Å×À̺í %s À» Á¦°ÅÇß½À´Ï´Ù.';
$strTableHasBeenEmptied = 'Å×À̺í %s À» ºñ¿ü½À´Ï´Ù';
$strTableHasBeenFlushed = 'Å×À̺í %s À» ´Ý¾Ò½À´Ï´Ù(ij½Ã »èÁ¦)';
$strTableMaintenance = 'Å×À̺í À¯Áöº¸¼ö';
$strTableStructure = 'Å×ÀÌºí ±¸Á¶';
$strTableType = 'Å×À̺í Á¾·ù';
$strTables = 'Å×À̺í %s °³';
$strTblPrivileges = 'Å×ÀÌºí¿¡ °üÇÑ ±ÇÇÑ';
$strTextAreaLength = ' ÇʵåÀÇ ±æÀÌ ¶§¹®¿¡,<br />ÀÌ Çʵ带 ÆíÁýÇÒ ¼ö ¾ø½À´Ï´Ù ';
$strThisNotDirectory = 'µð·ºÅ丮°¡ ¾Æ´Õ´Ï´Ù';
$strThreadSuccessfullyKilled = '¾²·¹µå %s ¸¦ Á׿´½À´Ï´Ù.';
$strTime = '½Ã°£';
$strTotal = 'ÇÕ°è';
$strTotalUC = 'Àüü »ç¿ë·®';
$strTraffic = '¼ÒÅë·®';
$strType = 'Á¾·ù';
 
$strUncheckAll = '¸ðµÎ üũ¾ÈÇÔ';
$strUnique = '°íÀ¯°ª';
$strUnselectAll = '¸ðµÎ ¼±ÅþÈÇÔ';
$strUpdatePrivMessage = '%s ÀÇ ±ÇÇÑÀ» ¾÷µ¥ÀÌÆ®Çß½À´Ï´Ù.';
$strUpdateProfileMessage = 'ÇÁ·ÎÆÄÀÏÀ» ¾÷µ¥ÀÌÆ®Çß½À´Ï´Ù.';
$strUpdateQuery = 'ÁúÀÇ ¾÷µ¥ÀÌÆ®';
$strUsage = '»ç¿ë¹ý(·®)';
$strUseBackquotes = 'Å×À̺í, Çʵå¸í¿¡ ¹éÄõÅÍ(`) »ç¿ë';
$strUseTables = '»ç¿ëÇÒ Å×À̺í';
$strUser = '»ç¿ëÀÚ';
$strUserAlreadyExists = '»ç¿ëÀÚ %s °¡ ÀÌ¹Ì Á¸ÀçÇÕ´Ï´Ù!';
$strUserEmpty = '»ç¿ëÀÚ¸íÀÌ ¾ø½À´Ï´Ù!';
$strUserName = '»ç¿ëÀÚ¸í';
$strUserNotFound = '¼±ÅÃÇÑ »ç¿ëÀÚ´Â »ç¿ë±ÇÇÑ Å×ÀÌºí¿¡ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù.';
$strUserOverview = '»ç¿ëÀÚ °³¿ä';
$strUsersDeleted = '¼±ÅÃÇÑ »ç¿ëÀÚµéÀ» »èÁ¦Çß½À´Ï´Ù.';
$strUsersHavingAccessToDb = '&quot;%s&quot; ¿¡ Á¢±ÙÇÒ ¼ö ÀÖ´Â »ç¿ëÀÚµé';
 
$strValidateSQL = 'SQL °Ë»ç';
$strValidatorError = 'SQL °Ë»ç±â°¡ ÃʱâÈ­µÇÁö ¾Ê¾Ò½À´Ï´Ù. %s¹®¼­%s¿¡¼­ ¼³¸íÇÑ php È®Àå¸ðµâÀ» ¼³Ä¡Çß´ÂÁö È®ÀÎÇغ¸½Ê½Ã¿À.';
$strValue = '°ª';
$strVar = 'º¯¼ö';
$strViewDump = 'Å×À̺íÀÇ ´ýÇÁ(½ºÅ°¸¶) µ¥ÀÌÅÍ º¸±â';
$strViewDumpDB = 'µ¥ÀÌÅͺ£À̽ºÀÇ ´ýÇÁ(½ºÅ°¸¶) µ¥ÀÌÅÍ º¸±â';
 
$strWebServerUploadDirectory = 'À¥¼­¹ö ¾÷·Îµå µð·ºÅ丮';
$strWebServerUploadDirectoryError = '¾÷·Îµå µð·ºÅ丮¿¡ Á¢±ÙÇÒ ¼ö ¾ø½À´Ï´Ù';
$strWelcome = '%s¿¡ ¿À¼Ì½À´Ï´Ù';
$strWithChecked = '¼±ÅÃÇÑ °ÍÀ»:';
$strWrongUser = '»ç¿ëÀÚ¸í/¾ÏÈ£°¡ Ʋ·È½À´Ï´Ù. Á¢±ÙÀÌ °ÅºÎµÇ¾ú½À´Ï´Ù.';
 
$strYes = ' ¿¹ ';
 
$strZeroRemovesTheLimit = 'ÁÖÀÇ: ÀÌ ¿É¼ÇÀ» 0À¸·Î Çϸé Á¦ÇÑÀÌ ¾ø¾îÁý´Ï´Ù.';
$strZip = 'zip ¾ÐÃà';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAdministration = 'Administration'; //to translate
$strAll = 'All'; // To translate
$strAny = 'Any'; // To translate
$strAutomaticLayout = 'Automatic layout'; //to translate
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strBookmarkLabel = 'Label'; // To translate
$strBookmarkView = 'View only'; // To translate
 
$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
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strCardinality = 'Cardinality'; // To translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strCharset = 'Charset'; //to translate
$strCommand = 'Command'; //to translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strCookiesRequired = 'ÄíÅ° »ç¿ëÀÌ °¡´ÉÇØ¾ß ÇÕ´Ï´Ù past this point.'; // To translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strCriteria = 'Criteria'; // To translate
 
$strDBComment = 'Database comment: ';//to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
 
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
 
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFixed = 'fixed'; // To translate
$strFlushPrivilegesNote = 'ÁÖÀÇ: phpMyAdminÀº »ç¿ëÀÚÀÇ »ç¿ë±ÇÇÑÀ» MySQLÀÇ »ç¿ë±ÇÇÑ Å×ÀÌºí¿¡¼­ °ð¹Ù·Î Àоî¿É´Ï´Ù. The content of this 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
$strFormEmpty = 'Missing value in the form !'; // To translate
$strFormat = 'Format'; // To translate
$strFullText = 'Full Texts'; // To translate
 
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General °ü°è features'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strGrantOption = 'Grant'; //to translate
 
$strId = 'ID'; //to translate
$strIdxFulltext = 'Fulltext'; // To translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strInnodbStat = 'InnoDB »óÅÂ'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
 
$strLaTeX = 'LaTeX'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strLandscape = 'Landscape'; //to translate
$strLinkNotFound = 'Link not found'; //to translate
$strLinksTo = 'Links to'; //to translate
 
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
 
$strNoIndexPartsDefined = 'No index parts defined!'; // To translate
$strNoOptions = 'This format has no options';//to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> Å×À̺íÀÌ ¾ø°Å³ª or not set in %s'; //to translate
$strNull = 'Null'; // To translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
 
$strOK = 'OK'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$strPartialText = 'Partial Texts'; // To translate
$strPerHour = 'per hour'; //to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strPortrait = 'Portrait'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescSuper = 'ÃÖ´ë ¿¬°á¼ö¸¦ ÃÊ°úÇßÀ» °æ¿ì¿¡µµ ¿¬°áÀ» Çã¿ë; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
 
 
$strRelationView = 'Relation view'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelations = 'Relations'; //to translate
 
$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
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
$strSelectTables = 'Select Tables'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
 
$strTableOfContents = 'Table of contents'; //to translate
$strThisHost = 'This Host'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$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
$strTransformation_text_plain__external = 'LINUX ONLY: ¿ÜºÎ ÇÁ·Î±×·¥À» ½ÇÇàÇÏ°í Ç¥ÁØ ÀÔ·ÂÀ¸·Î fielddata ¸¦ °ø±ÞÇÕ´Ï´Ù. 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
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$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
$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
$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
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
 
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strWildcard = 'wildcard'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
 
$strXML = 'XML';//to translate
 
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$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.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //to translate
$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'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/korean-utf-8.inc.php
0,0 → 1,1000
<?php
/* $Id: korean-utf-8.inc.php,v 2.107.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/* Translated by WooSuhan <kjh@unews.NOSPAM.co.kr> */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = '"굴림", sans-serif';
$right_font_family = '"굴림", sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('일', '월', '화', '수', '목', '금', '토');
$month = array('해오름달', '시샘달', '물오름달', '잎새달', '푸른달', '누리달', '견우직녀달', '타오름달', '열매달', '하늘연달', '미틈달', '매듭달');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
// $datefmt = '%y년 %B %d일 %p %I:%M ';
$datefmt = '%y-%m-%d %H:%M ';
 
$strAPrimaryKey = ' %s에 기본 키가 추가되었습니다';
$strAccessDenied = '접근이 거부되었습니다.';
$strAction = '실행';
$strAddDeleteColumn = '열(칼럼) 추가/삭제';
$strAddDeleteRow = 'Criteria 행(레코드) 추가/삭제';
$strAddNewField = '필드 추가하기';
$strAddPrivilegesOnDb = '다음 데이터베이스에 권한 추가하기';
$strAddPrivilegesOnTbl = '다음 테이블에 권한 추가하기';
$strAddSearchConditions = '검색 조건 추가 ("where" 조건):';
$strAddToIndex = '%s개 열(칼럼)에 인덱스 추가';
$strAddUser = '새 사용자 추가';
$strAddUserMessage = '새 사용자를 추가했습니다.';
$strAffectedRows = '적용된 행(레코드):';
$strAfter = '%s 다음에';
$strAfterInsertBack = '되돌아가기';
$strAfterInsertNewInsert = '새 행(레코드) 삽입하기';
$strAllTableSameWidth = '모든 테이블을 같은 너비로 출력할까요?';
$strAlterOrderBy = '다음 순서대로 테이블 정렬(변경)';
$strAnIndex = '%s 에 인덱스가 걸렸습니다';
$strAnalyzeTable = '테이블 분석';
$strAnd = '그리고';
$strAnyHost = '아무데서나';
$strAnyUser = '아무나';
$strAscending = '오름차순';
$strAtBeginningOfTable = '테이블의 처음';
$strAtEndOfTable = '테이블의 마지막';
$strAttr = '보기';
$strAutodetect = '자동';
 
$strBack = '뒤로';
$strBinary = '바이너리';
$strBinaryDoNotEdit = ' 바이너리 - 편집 금지 ';
$strBookmarkDeleted = '북마크를 제거했습니다.';
$strBookmarkQuery = '북마크된 SQL 질의';
$strBookmarkThis = '이 SQL 질의를 북마크함';
$strBrowse = '보기';
$strBzError = '이 php 버전의 Bz2 확장모듈이 깨졌기 때문에 phpMyAdmin이 덤프파일을 압축할 수 없습니다. 환경설정파일에서<code>$cfg[\'BZipDump\']</code>를 <code>FALSE</code>로 설정하십시오. 만약 Bz2 압축을 사용하고자 한다면, php버전을 업그레이드해야 합니다. 자세한 내용은 php 버그 리포트 %s 를 보십시오.';
$strBzip = '"bz 압축"';
 
$strCSVOptions = 'CSV 옵션';
$strCannotLogin = 'MySQL 서버에 로그인할 수 없습니다';
$strCantLoad = ' %s 확장모듈을 불러올 수 없습니다.<br />PHP 환경설정을 검사하십시오.';
$strCantRenameIdxToPrimary = '인덱스 이름을 기본 키로 바꿀 수 없습니다!';
$strChange = '변경';
$strChangeDisplay = '출력할 필드 선택';
$strChangePassword = '암호 변경';
$strCharsetOfFile = '파일 문자셋:';
$strCheckAll = '모두 체크';
$strCheckPrivs = '사용권한 보기';
$strCheckPrivsLong = '데이터베이스 &quot;%s&quot; 에 대한 사용권한 검사.';
$strCheckTable = '테이블 검사';
$strChoosePage = '편집할 페이지를 선택하세요';
$strColComFeat = '열(칼럼) 설명(코멘트) 출력하기';
$strColumnNames = '열(칼럼) 이름';
$strColumnPrivileges = '열(칼럼)에 관한 권한';
$strComments = '설명(코멘트)';
$strCompleteInserts = '완전한 INSERT문 작성';
$strCompression = '압축';
$strConfigFileError = 'phpMyAdmin이 환경설정 파일을 읽을 수 없습니다!<br />PHP에 에러가 있거나 실제로 그 파일이 없는 경우입니다.<br />아래 링크를 통해 환경설정 파일만 불러들여보십시오. 그리고 PHP 에러 메시지를 확인하십시오. 어딘가에 따옴표(quote)나 세미콜론(;)이 빠져있는 경우가 종종 있습니다.<br />만약 아무것도 보이지 않으면, 정상적인 것입니다.';
$strConnections = '연결 수';
$strCopyTable = '테이블 복사 (데이터베이스명<b>.</b>테이블명):';
$strCopyTableOK = '%s 테이블이 %s 으로 복사되었습니다.';
$strCreate = ' 만들기 ';
$strCreateIndex = '%s 개 열(칼럼)에 인덱스 만들기 ';
$strCreateIndexTopic = '새 인덱스 만들기';
$strCreateNewDatabase = '새 데이터베이스 만들기';
$strCreateNewTable = '데이터베이스 %s에 새로운 테이블을 만듭니다.';
$strCreatePage = '새 페이지 만들기';
 
$strDBGMaxTimeMs = '최대시간, ms';
$strDBGMinTimeMs = '최소시간, ms';
$strDBGModule = '모듈';
$strData = '데이터';
$strDataDict = '데이터 사전 (전체 구조보기)';
$strDataOnly = '데이터만';
$strDatabase = '데이터베이스';
$strDatabaseHasBeenDropped = '데이터베이스 %s 를 제거했습니다.';
$strDatabases = '데이터베이스 ';
$strDatabasesDropped = '%s 데이터베이스를 삭제했습니다.';
$strDatabasesStats = '데이터베이스 사용량 통계';
$strDatabasesStatsDisable = '통계 숨기기';
$strDatabasesStatsEnable = '통계 보기';
$strDatabasesStatsHeavyTraffic = '주의: 데이터베이스 통계 보기는 웹서버와 MySQL 서버 사이에 큰 부하를 줍니다.';
$strDbPrivileges = '데이터베이스에 관한 권한';
$strDefault = '기본값';
$strDefaultValueHelp = '기본값에는, 역슬래시나 따옴표 없이 단 하나의 값을 넣으십시오. (예: a)';
$strDelete = '삭제';
$strDeleteAndFlush = '사용자를 삭제하고 사용권한을 갱신함.';
$strDeleteAndFlushDescr = '가장 확실한 방법이지만, 사용권한 테이블을 다시 읽어들이는데는 약간의 시간이 걸립니다.';
$strDeleted = '선택한 줄(레코드)을 삭제 하였습니다.';
$strDeletedRows = '지워진 줄(레코드):';
$strDeleting = ' %s 을 삭제합니다';
$strDescending = '내림차순(역순)';
$strDisabled = '사용불가';
$strDisplayOrder = '출력 순서:';
$strDoAQuery = '다음으로 질의를 만들기 (와일드카드: "%")';
$strDoYouReally = '정말로 다음을 실행하시겠습니까? ';
$strDocu = '도움말';
$strDrop = '삭제';
$strDropUsersDb = '사용자명과 같은 이름의 데이터베이스를 삭제';
$strDumpXRows = '%s개의 행(레코드)을 덤프 (%s번째 레코드부터).';
$strDumpingData = '테이블의 덤프 데이터';
$strDynamic = '동적(다이내믹)';
 
$strEdit = '수정';
$strEditPDFPages = 'PDF 페이지 편집';
$strEditPrivileges = '권한 수정';
$strEffective = '실제량';
$strEmpty = '비우기';
$strEmptyResultSet = '결과값이 없습니다. (빈 레코드 리턴.)';
$strEnabled = '사용가능';
$strEnd = '마지막';
$strEnglishPrivileges = ' 주의: MySQL 권한 이름은 영어로 표기되어야 합니다. ';
$strError = '오류';
$strExplain = 'SQL 해석';
$strExport = '내보내기';
$strExtendedInserts = '확장된 inserts';
$strExtra = '추가';
 
$strFailedAttempts = '실패한 시도';
$strField = '필드';
$strFieldHasBeenDropped = '필드 %s 를 제거했습니다';
$strFields = '필드';
$strFieldsEmpty = ' 필드 갯수가 없습니다! ';
$strFieldsEnclosedBy = '필드 감싸기';
$strFieldsEscapedBy = '필드 특수문자(escape) 처리';
$strFieldsTerminatedBy = '필드 구분자 ';
$strFileCouldNotBeRead = '파일을 읽을 수 없습니다';
$strFileNameTemplate = '파일명 템플릿';
$strFileNameTemplateRemember = '템플릿 기억';
$strFlushTable = '테이블 닫기(캐시 삭제)';
$strFunction = '함수';
 
$strGenTime = '처리한 시간';
$strGlobalPrivileges = '전체적 권한';
$strGo = '실행';
$strGzip = 'gz 압축';
 
$strHasBeenAltered = '을(를) 변경하였습니다.';
$strHasBeenCreated = '을(를) 작성하였습니다.';
$strHaveToShow = '출력하려면 적어도 1개 이상의 열(칼럼)을 선택해야 합니다.';
$strHome = '시작페이지';
$strHomepageOfficial = 'phpMyAdmin 공식 홈';
$strHost = '호스트';
$strHostEmpty = '호스트명이 없습니다!';
 
$strIgnore = 'Ignore';
$strIgnoringFile = '파일 %s 을 무시합니다';
$strImportFiles = '파일 가져오기';
$strInUse = '사용중';
$strIndex = '인덱스';
$strIndexHasBeenDropped = '인덱스 %s 를 제거했습니다';
$strIndexName = '인덱스 이름:';
$strIndexType = '인덱스 종류:';
$strIndexes = '인덱스';
$strInsecureMySQL = '환경설정파일에 MySQL 관리자 암호가 없습니다. 이같은 기본설정상태로 MySQL 서버가 작동한다면 누구나 침입할 수 있으므로, 이 보안상 허점을 수정하시기 바랍니다.';
$strInsert = '삽입';
$strInsertAsNewRow = '새 열을 삽입합니다';
$strInsertNewRow = '새 열을 삽입';
$strInsertedRows = '삽입된 열:';
 
$strJumpToDB = '데이터베이스 &quot;%s&quot; 로 이동.';
$strJustDelete = '권한 테이블에서 사용자를 삭제하기만 함.';
$strJustDeleteDescr = '사용권한이 갱신되기까지는 &quot;삭제된&quot; 사용자들도 여전히 서버를 사용할 수 있습니다.';
 
$strKeepPass = '암호를 변경하지 않음';
$strKeyname = '키 이름';
$strKill = 'Kill';
 
$strLengthSet = '길이/값*';
$strLimitNumRows = '페이지당 레코드 수';
$strLinesTerminatedBy = '줄(열) 구분자';
$strLocalhost = 'Local';
$strLocationTextfile = 'SQL 텍스트파일의 위치';
$strLogPassword = '암호:';
$strLogUsername = '사용자명:';
$strLogin = '로그인';
$strLoginInformation = '로그인 정보';
$strLogout = '로그아웃';
 
$strModifications = '수정된 내용이 저장되었습니다.';
$strModify = '수정';
$strModifyIndexTopic = '인덱스 수정';
$strMoveTable = '테이블 이동 (데이터베이스명<b>.</b>테이블명):';
$strMoveTableOK = '테이블 %s 을 %s 로 옮겼습니다.';
$strMySQLCharset = 'MySQL 문자셋';
$strMySQLSaid = 'MySQL 메시지: ';
$strMySQLShowProcess = 'MySQL 프로세스 보기';
$strMySQLShowStatus = 'MySQL 런타임 상태 보기';
$strMySQLShowVars = 'MySQL 환경설정값 보기';
 
$strName = '이름';
$strNext = '다음';
$strNo = ' 아니오 ';
$strNoDatabases = '데이터베이스가 없습니다';
$strNoDatabasesSelected = '데이터베이스를 선택하지 않았습니다.';
$strNoDescription = '설명이 없습니다';
$strNoDropDatabases = '"DROP DATABASE" 구문은 허락되지 않습니다.';
$strNoExplain = '해석(EXPLAIN) 생략';
$strNoFrames = 'phpMyAdmin 은 <b>프레임을 지원하는</b> 브라우저에서 잘 보입니다.';
$strNoIndex = '인덱스가 설정되지 않았습니다!';
$strNoModification = '변화 없음';
$strNoPassword = '암호 없음';
$strNoPhp = 'PHP 코드 없이 보기';
$strNoPrivileges = '권한 없음';
$strNoRights = '어떻게 들어오셨어요? 지금 여기 있을 권한이 없습니다!';
$strNoTablesFound = '데이터베이스에 테이블이 없습니다.';
$strNoUsersFound = '사용자가 없습니다.';
$strNone = '없음';
$strNotNumber = '은 숫자(번호)가 아닙니다!';
$strNumTables = '테이블 수';
 
$strOperations = '테이블 작업';
$strOptimizeTable = '테이블 최적화';
$strOr = '또는';
$strOverhead = '부담';
 
$strPHP40203 = 'PHP 4.2.3에는 멀티바이트 문자열(mbstring) 모듈에 버그가 있으므로 추천하지 않습니다. PHP 버그 리포트 19404를 보십시오.';
$strPHPVersion = 'PHP 버전';
$strPageNumber = '페이지:';
$strPassword = '암호';
$strPasswordChanged = '%s 의 암호가 바뀌었습니다.';
$strPasswordEmpty = '암호가 비었습니다!';
$strPasswordNotSame = '암호가 동일하지 않습니다!';
$strPdfDbSchema = '"%s" 데이터베이스의 스킴(윤곽) - 페이지 %s';
$strPdfInvalidTblName = '"%s" 테이블이 존재하지 않습니다!';
$strPdfNoTables = '테이블이 없습니다';
$strPhp = 'PHP 코드 보기';
$strPmaDocumentation = 'phpMyAdmin 설명서';
$strPmaUriError = '환경설정 파일에서 <tt>$cfg[\'PmaAbsoluteUri\']</tt> 주소를 기입하십시오!';
$strPos1 = '처음';
$strPrevious = '이전';
$strPrimary = '기본';
$strPrimaryKeyHasBeenDropped = '기본 키를 제거했습니다';
$strPrimaryKeyName = '기본 키의 이름은 반드시 PRIMARY여야 합니다!';
$strPrimaryKeyWarning = '("PRIMARY"는 기본 키만의 <b>유일한</b> 이름입니다!)';
$strPrint = '인쇄';
$strPrintView = '인쇄용 보기';
$strPrivDescAllPrivileges = 'GRANT 이외의 모든 권한을 포함함.';
$strPrivDescAlter = '테이블 구조 변경 허용.';
$strPrivDescCreateDb = 'DB 및 테이블 생성 허용.';
$strPrivDescCreateTbl = '테이블 생성 허용.';
$strPrivDescCreateTmpTable = '임시테이블 생성 허용.';
$strPrivDescDelete = '데이터 삭제 허용.';
$strPrivDescDropDb = 'DB 및 테이블 삭제 허용.';
$strPrivDescDropTbl = '테이블 삭제 허용.';
$strPrivDescExecute = '저장프로시저(SP) 사용을 허용; 이 MySQL 버전에는 효과가 없음.';
$strPrivDescFile = '데이터를 파일에서 가져오기 및 파일로 내보내기 허용.';
$strPrivDescGrant = '권한 테이블을 갱신하지 않고 사용자와 권한 추가하기 허용.';
$strPrivDescIndex = '인덱스 생성 및 삭제 허용.';
$strPrivDescInsert = '데이터 추가(insert) 및 변경(replace) 허용.';
$strPrivDescLockTables = '현재 쓰레드에 대한 테이블 잠금(lock) 허용.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = '다른 사용자의 프로세스 죽이기를 허용.';
$strPrivDescReferences = '이 버전의 MySQL에는 소용이 없습니다.';
$strPrivDescReload = '캐시를 비우고 서버를 재시동하는 것을 허용.';
$strPrivDescReplSlave = '복제서버(replication slaves)에 필요합니다.';
$strPrivDescSelect = '데이터 읽기 허용.';
$strPrivDescShowDb = '전체 데이터베이스 목록 접근을 허용';
$strPrivDescShutdown = '서버 종료 허용.';
$strPrivDescUpdate = '데이터 변경 허용.';
$strPrivDescUsage = '권한 없음.';
$strPrivileges = '사용권한';
$strPrivilegesReloaded = '권한을 다시 로딩했습니다.';
$strProcesslist = '프로세스 목록';
$strPutColNames = '맨처음에 필드 이름을 출력';
 
$strQBE = '질의 마법사';
$strQBEDel = '삭제';
$strQBEIns = '삽입';
$strQueryFrame = '질의 창';
$strQueryOnDb = '데이터베이스 <b>%s</b>에 SQL 질의:';
$strQuerySQLHistory = 'SQL 내력(히스토리)';
$strQueryStatistics = '<b>SQL 질의 통계</b>: 이 서버에 %s 번의 질의가 보내졌습니다.';
$strQueryTime = '질의 실행시간 %01.4f 초';
$strQueryType = '질의 종류';
 
$strReType = '재입력';
$strReceived = '받음';
$strRecords = '레코드수';
$strReferentialIntegrity = 'referential 무결성 검사:';
$strRelationNotWorking = 'linked Tables에서 작동하는 부가기능이 사용되지 않습니다. 이유를 알려면 %s여기를 클릭%s하십시오.';
$strReloadMySQL = 'MySQL 재시동';
$strReloadingThePrivileges = '사용권한을 갱신합니다(Reloading the privileges)';
$strRemoveSelectedUsers = '선택한 사용자를 삭제';
$strRenameTable = '테이블 이름 바꾸기';
$strRenameTableOK = '테이블 %s을(를) %s(으)로 변경하였습니다.';
$strRepairTable = '테이블 복구';
$strReplaceTable = '파일로 테이블 대치하기';
$strReset = '리세트';
$strResourceLimits = '리소스 제한';
$strRevoke = '제거';
$strRevokeAndDelete = '모든 활성화된 권한을 박탈하고 사용자를 삭제함.';
$strRevokeAndDeleteDescr = '사용권한이 다시 로딩되기까지는 이 사용자들은 여전히 USAGE 권한을 갖고 있습니다.';
$strRevokeMessage = '%s의 권한을 제거했습니다.';
$strRowLength = '행 길이';
$strRowSize = ' Row size ';
$strRows = '행(레코드)';
$strRowsFrom = '행. 시작(행)위치';
$strRowsModeFlippedHorizontal = '수평 (rotated headers)';
$strRowsModeHorizontal = '수평(가로)';
$strRowsModeOptions = ' %s 정렬 (%s 칸이 넘으면 헤더 반복)';
$strRowsModeVertical = '수직(세로)';
$strRowsStatistic = '행(레코드) 통계';
$strRunQuery = '질의 실행';
$strRunSQLQuery = '데이터베이스 %s에 SQL 질의를 실행';
$strRunning = '입니다. (%s)';
 
$strSQL = 'SQL';
$strSQLOptions = 'SQL 옵션';
$strSQLParserUserError = 'SQL 질의문에 에러가 있습니다. MySQL 서버가 다음과 같은 에러를 출력했습니다. 이것이 문제를 진단하는데 도움이 될 것입니다.';
$strSQLQuery = 'SQL 질의';
$strSQLResult = 'SQL 결과';
$strSQPBugInvalidIdentifer = '잘못된 식별자(Identifer)';
$strSQPBugUnclosedQuote = '따옴표(quote)가 닫히지 않았음';
$strSave = '저장';
$strSearch = '검색';
$strSearchFormTitle = '데이터베이스 검색';
$strSearchInTables = '찾을 테이블:';
$strSearchNeedle = '찾을 단어, 값 (와일드카드: "%"):';
$strSearchOption1 = '아무 단어나';
$strSearchOption2 = '모든 단어';
$strSearchOption3 = '정확한 문구';
$strSearchOption4 = '정규표현식';
$strSearchType = '찾는 방식:';
$strSelectADb = '데이터베이스를 선택하세요';
$strSelectAll = '모두 선택';
$strSelectFields = '필드 선택 (하나 이상):';
$strSelectNumRows = '질의(in query)';
$strSend = '파일로 저장';
$strSent = '보냄';
$strServer = '서버';
$strServerChoice = '서버 선택';
$strServerStatus = '런타임 정보';
$strServerStatusUptime = '이 MySQL 서버는 %s 동안 구동되었습니다. <br/>구동 시작날짜는 %s 입니다.';
$strServerTabProcesslist = '프로세스 목록';
$strServerTabVariables = '환경설정값';
$strServerTrafficNotes = '<b>서버 소통량</b>: 이 테이블은 MySQL서버가 구동된 이래의 네트웍 부하 상태를 보여줍니다.';
$strServerVars = '서버의 환경설정';
$strServerVersion = '서버 버전';
$strSessionValue = '세션 값';
$strSetEnumVal = '필드 종류가 "enum"이나 "set"일 경우, 다음과 같은 형식으로 값을 입력하십시오: \'a\',\'b\',\'c\'...<br />여기에 역슬래시(\)나 작은 따옴표(\')를 넣어야 한다면, 그 앞에 역슬래시를 사용하십시오. (예: \'\\\\xyz\' 또는 \'a\\\'b\').';
$strShow = '보기';
$strShowAll = '모두 보기';
$strShowColor = '색깔 보기';
$strShowGrid = 'grid 보기';
$strShowPHPInfo = 'PHP 정보 보기';
$strShowTables = '테이블 보기';
$strShowThisQuery = ' 이 질의를 다시 보여줌 ';
$strShowingRecords = '행(레코드) 보기';
$strSingly = '(단독으로)';
$strSize = '크기';
$strSort = '정렬';
$strSpaceUsage = '공간 사용량';
$strSplitWordsWithSpace = '단어는 스페이스(" ")로 구분됩니다.';
$strStatCheckTime = '검사';
$strStatCreateTime = '생성';
$strStatUpdateTime = '업데이트';
$strStatement = '명세';
$strStatus = '상태';
$strStrucCSV = 'CSV 데이터';
$strStrucData = '구조와 데이터 모두';
$strStrucDrop = '\'DROP TABLE\'문 추가';
$strStrucExcelCSV = 'MS엑셀 CSV 데이터';
$strStrucOnly = '구조만';
$strStructPropose = '제안하는 테이블 구조';
$strStructure = '구조';
$strSubmit = '확인';
$strSuccess = 'SQL 질의가 바르게 실행되었습니다.';
$strSum = '계';
$strSwitchToTable = '복사한 테이블로 옮겨감';
 
$strTable = '테이블 ';
$strTableComments = '테이블 설명';
$strTableEmpty = '테이블명이 없습니다!';
$strTableHasBeenDropped = '테이블 %s 을 제거했습니다.';
$strTableHasBeenEmptied = '테이블 %s 을 비웠습니다';
$strTableHasBeenFlushed = '테이블 %s 을 닫았습니다(캐시 삭제)';
$strTableMaintenance = '테이블 유지보수';
$strTableStructure = '테이블 구조';
$strTableType = '테이블 종류';
$strTables = '테이블 %s 개';
$strTblPrivileges = '테이블에 관한 권한';
$strTextAreaLength = ' 필드의 길이 때문에,<br />이 필드를 편집할 수 없습니다 ';
$strThisNotDirectory = '디렉토리가 아닙니다';
$strThreadSuccessfullyKilled = '쓰레드 %s 를 죽였습니다.';
$strTime = '시간';
$strTotal = '합계';
$strTotalUC = '전체 사용량';
$strTraffic = '소통량';
$strType = '종류';
 
$strUncheckAll = '모두 체크안함';
$strUnique = '고유값';
$strUnselectAll = '모두 선택안함';
$strUpdatePrivMessage = '%s 의 권한을 업데이트했습니다.';
$strUpdateProfileMessage = '프로파일을 업데이트했습니다.';
$strUpdateQuery = '질의 업데이트';
$strUsage = '사용법(량)';
$strUseBackquotes = '테이블, 필드명에 백쿼터(`) 사용';
$strUseTables = '사용할 테이블';
$strUser = '사용자';
$strUserAlreadyExists = '사용자 %s 가 이미 존재합니다!';
$strUserEmpty = '사용자명이 없습니다!';
$strUserName = '사용자명';
$strUserNotFound = '선택한 사용자는 사용권한 테이블에 존재하지 않습니다.';
$strUserOverview = '사용자 개요';
$strUsersDeleted = '선택한 사용자들을 삭제했습니다.';
$strUsersHavingAccessToDb = '&quot;%s&quot; 에 접근할 수 있는 사용자들';
 
$strValidateSQL = 'SQL 검사';
$strValidatorError = 'SQL 검사기가 초기화되지 않았습니다. %s문서%s에서 설명한 php 확장모듈을 설치했는지 확인해보십시오.';
$strValue = '값';
$strVar = '변수';
$strViewDump = '테이블의 덤프(스키마) 데이터 보기';
$strViewDumpDB = '데이터베이스의 덤프(스키마) 데이터 보기';
 
$strWebServerUploadDirectory = '웹서버 업로드 디렉토리';
$strWebServerUploadDirectoryError = '업로드 디렉토리에 접근할 수 없습니다';
$strWelcome = '%s에 오셨습니다';
$strWithChecked = '선택한 것을:';
$strWrongUser = '사용자명/암호가 틀렸습니다. 접근이 거부되었습니다.';
 
$strYes = ' 예 ';
 
$strZeroRemovesTheLimit = '주의: 이 옵션을 0으로 하면 제한이 없어집니다.';
$strZip = 'zip 압축';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAdministration = 'Administration'; //to translate
$strAll = 'All'; // To translate
$strAny = 'Any'; // To translate
$strAutomaticLayout = 'Automatic layout'; //to translate
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strBookmarkLabel = 'Label'; // To translate
$strBookmarkView = 'View only'; // To translate
 
$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
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strCardinality = 'Cardinality'; // To translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strCharset = 'Charset'; //to translate
$strCommand = 'Command'; //to translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strCookiesRequired = '쿠키 사용이 가능해야 합니다 past this point.'; // To translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strCriteria = 'Criteria'; // To translate
 
$strDBComment = 'Database comment: ';//to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
 
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
 
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFixed = 'fixed'; // To translate
$strFlushPrivilegesNote = '주의: phpMyAdmin은 사용자의 사용권한을 MySQL의 사용권한 테이블에서 곧바로 읽어옵니다. The content of this 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
$strFormEmpty = 'Missing value in the form !'; // To translate
$strFormat = 'Format'; // To translate
$strFullText = 'Full Texts'; // To translate
 
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General 관계 features'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strGrantOption = 'Grant'; //to translate
 
$strId = 'ID'; //to translate
$strIdxFulltext = 'Fulltext'; // To translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strInnodbStat = 'InnoDB 상태'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
 
$strLaTeX = 'LaTeX'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strLandscape = 'Landscape'; //to translate
$strLinkNotFound = 'Link not found'; //to translate
$strLinksTo = 'Links to'; //to translate
 
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
 
$strNoIndexPartsDefined = 'No index parts defined!'; // To translate
$strNoOptions = 'This format has no options';//to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> 테이블이 없거나 or not set in %s'; //to translate
$strNull = 'Null'; // To translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
 
$strOK = 'OK'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$strPartialText = 'Partial Texts'; // To translate
$strPerHour = 'per hour'; //to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strPortrait = 'Portrait'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescSuper = '최대 연결수를 초과했을 경우에도 연결을 허용; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
 
 
$strRelationView = 'Relation view'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelations = 'Relations'; //to translate
 
$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
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
$strSelectTables = 'Select Tables'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
 
$strTableOfContents = 'Table of contents'; //to translate
$strThisHost = 'This Host'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$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
$strTransformation_text_plain__external = 'LINUX ONLY: 외부 프로그램을 실행하고 표준 입력으로 fielddata 를 공급합니다. 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
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$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
$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
$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
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
 
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strWildcard = 'wildcard'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
 
$strXML = 'XML';//to translate
 
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$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.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //to translate
$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'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/latvian-utf-8.inc.php
0,0 → 1,986
<?php
/* $Id: latvian-utf-8.inc.php,v 2.125.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Latvian language file by Sandis Jērics <sandisj at parks.lv>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('baiti', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sv', 'P', 'O', 'T', 'C', 'Pk', 'S');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jūn', 'Jūl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y %H:%M';
 
$timespanfmt = '%s dienas, %s stundas, %s minūtes un %s sekundes';
 
$strAPrimaryKey = 'Primārā atslēga pievienota uz lauka %s';
$strAbortedClients = 'Pārtraukts';
$strAbsolutePathToDocSqlDir = 'Lūdzu ievadiet absolūto ceļu līdz docSQL direktorijai uz servera';
$strAccessDenied = 'Pieeja aizliegta';
$strAccessDeniedExplanation = 'phpMyAdmin mēģināja pieslēgties MySQL serverim, un serveris noraidīja pieslēgumu. Lūdzu pārbaudiet hostu, lietotājvārdu un paroli config.inc.php failā, un pārliecinieties, ka tie atbilst informācijai, ko Jums deva MySQL servera administrators.';
$strAction = 'Darbība';
$strAddAutoIncrement = 'Pievienot AUTO_INCREMENT vērtību';
$strAddConstraints = 'Pievienot ierobežojumus';
$strAddDeleteColumn = 'Pievienot/Dzēst laukus (kolonnas)';
$strAddDeleteRow = 'Pievienot/Dzēst ierakstu';
$strAddDropDatabase = 'Pievienot DROP DATABASE';
$strAddFields = 'Pievienot %s lauku(s)';
$strAddHeaderComment = 'Ievietot virsrakstā komentāru (\\n atdala rindas)';
$strAddIfNotExists = 'Pievienot IF NOT EXISTS';
$strAddIntoComments = 'Pievienot komentāros';
$strAddNewField = 'Pievienot jaunu lauku';
$strAddPrivilegesOnDb = 'Pievienot privilēģijas uz sekojošo datubāzi';
$strAddPrivilegesOnTbl = 'Pievienot privilēģijas uz sekojošo tabulu';
$strAddSearchConditions = 'Pievienot meklēšanas nosacījumus ("where" izteiksmes ķermenis):';
$strAddToIndex = 'Pievienot indeksam &nbsp;%s&nbsp;kolonn(u/as)';
$strAddUser = 'Pievienot jaunu lietotāju';
$strAddUserMessage = 'Jūs pievienojāt jaunu lietotāju.';
$strAddedColumnComment = 'Pievienots komentārs kolonnai';
$strAddedColumnRelation = 'Pievienota relācija kolonnai';
$strAdministration = 'Administrācija';
$strAffectedRows = 'Ietekmēto rindu skaits:';
$strAfter = 'Pēc %s';
$strAfterInsertBack = 'Atgriezties atpakaļ iepriekšējā lapā';
$strAfterInsertNewInsert = 'Ievietot vēl vienu rindu';
$strAfterInsertSame = 'Atgriezties šajā lapā';
$strAll = 'Visi';
$strAllTableSameWidth = 'rādīt visas tabulas vienadā platumā?';
$strAlterOrderBy = 'Mainīt datu kārtošanas laukus';
$strAnIndex = 'Indekss tieka pievienots uz %s';
$strAnalyzeTable = 'Analizēt tabulu';
$strAnd = 'Un';
$strAny = 'Jebkurš';
$strAnyHost = 'Jebkurš hosts';
$strAnyUser = 'Jebkurš lietotājs';
$strApproximateCount = 'Var būt aptuvens skaits. Skatīt FAQ 3.11';
$strArabic = 'Arābu';
$strArmenian = 'Armēņu';
$strAscending = 'Augošā secībā';
$strAtBeginningOfTable = 'Tabulas sākumā';
$strAtEndOfTable = 'Tabulas beigās';
$strAttr = 'Atribūti';
$strAutodetect = 'Noteikt automātiski';
$strAutomaticLayout = 'Automātiskais izvietojums';
 
$strBack = 'Atpakaļ';
$strBaltic = 'Baltijas';
$strBeginCut = 'IZGRIEZT NO ŠĪS VIETAS';
$strBeginRaw = 'RINDAS SĀKUMS';
$strBinLogEventType = 'Notikuma tips';
$strBinLogInfo = 'Informācija';
$strBinLogName = 'Log-faila nosaukums';
$strBinLogOriginalPosition = 'Oriģinālā pozīcija';
$strBinLogPosition = 'Pozīcija';
$strBinLogServerId = 'Servera ID';
$strBinary = 'Binārais';
$strBinaryDoNotEdit = 'Binārais - netiek labots';
$strBinaryLog = 'Binārais log-fails';
$strBookmarkAllUsers = 'Dot ikvienam lietotājam pieeju šai grāmatzīmei';
$strBookmarkDeleted = 'Ieraksts tika dzēsts.';
$strBookmarkLabel = 'Nosaukums';
$strBookmarkQuery = 'Saglabātie SQL vaicājumi';
$strBookmarkThis = 'Saglabāt šo SQL vaicājumu';
$strBookmarkView = 'Tikai apskatīt';
$strBrowse = 'Apskatīt';
$strBrowseForeignValues = 'Pārlūkot ārējās vērtības';
$strBulgarian = 'Bulgāru';
$strBzError = 'phpMyAdmin nevarēja saarhivēt failu dēļ bojāta Bz2 paplašinājuma šajā php versijā. Stingri rekomendējam uzstādīt <code>$cfg[\'BZipDump\']</code> direktīvu phpMyAdmin konfigurācijas failā uz <code>FALSE</code>. Ja vēlaties lietot Bz2 kompresijas iespējas, Jums jāuzliek jaunāka php versija. Skatīt php bug report %s sīkākai informācijai.';
$strBzip = 'Arhivēts ar bzip';
 
$strCSVOptions = 'CSV opcijas';
$strCalendar = 'Kalendārs';
$strCannotLogin = 'Nevar pieslēgties MySQL serverim';
$strCantLoad = 'nevar ielādēt paplašinājumu %s,<br />lūdzu pārbaudiet PHP konfigurāciju';
$strCantLoadRecodeIconv = 'Nevar ielādēt iconv vai recode paplašinājumu, kas ir nepieciešams rakstzīmju konvertācijai, lūdzu nokonfigurējiet php, lai varētu lietot šos paplašinājumus, vai arī atslēdziet rakstzīmju konvertāciju phpMyAdmin konfigurācijā.';
$strCantRenameIdxToPrimary = 'Nevar pārsaukt indeksu par PRIMARY!';
$strCantUseRecodeIconv = 'Nevar lietot iconv, libiconv vai recode_string funkciju, bet php saka, ka paplašinājums ir ielādēts. Pārbaudiet php konfigurāciju.';
$strCardinality = 'Kardinalitāte';
$strCaseInsensitive = 'reģistrnejūtīgs';
$strCaseSensitive = 'reģistrjūtīgs';
$strCentralEuropean = 'Centrāleiropas';
$strChange = 'Labot';
$strChangeCopyMode = 'Izveidot jaunu lietotāju ar tādām pašām privilēģijām un ...';
$strChangeCopyModeCopy = '... paturēt veco lietotāju.';
$strChangeCopyModeDeleteAndReload = ' ... dzēst veco lietotāju no lietotāju tabulas, un pēc tam pārlādēt privilēģijas.';
$strChangeCopyModeJustDelete = ' ... dzēst veco lietotāju no lietotāju tabulas.';
$strChangeCopyModeRevoke = ' ... atņemt vecajam lietotājam visas aktīvās privilēģijas, un pēc tam dzēst viņu.';
$strChangeCopyUser = 'Mainīt piekļuves informāciju / Klonēt lietotāju';
$strChangeDisplay = 'Izvēlieties, kuru lauku rādīt';
$strChangePassword = 'Mainīt paroli';
$strCharset = 'Kodējums';
$strCharsetOfFile = 'Tabulas kodējums:';
$strCharsets = 'Rakstzīmju kodējumi';
$strCharsetsAndCollations = 'Rakstzīmju kodējumi un izkārtojumi';
$strCheckAll = 'Iezīmēt visu';
$strCheckOverhead = 'Iezīmēt tabulas ar pārtēriņu';
$strCheckPrivs = 'Pārbaudīt privilēģijas';
$strCheckPrivsLong = 'Pārbaudīt privilēģijas uz datubāzi &quot;%s&quot;.';
$strCheckTable = 'Pārbaudīt tabulu';
$strChoosePage = 'Izvēlieties lapu redigēšanai';
$strColComFeat = 'Rādu kolonnu komentārus';
$strCollation = 'Izkārtojumi';
$strColumnNames = 'Kolonnu nosaukumi';
$strColumnPrivileges = 'Kolonnu specifiskās privilēģijas';
$strCommand = 'Komanda';
$strComments = 'Komentāri';
$strCommentsForTable = 'KOMENTĀRI TABULAI';
$strCompatibleHashing = 'MySQL&nbsp;4.0 savietojams';
$strCompleteInserts = 'Pilnas INSERT izteiksmes';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin nevar nolasīt konfigurācijas failu!<br />Tas var notikt, ja PHP atrod tajā kļūdu, vai arī nevar atrast so failu.<br />Mēginiet izsaukt konfigurācijas failu tieši, klikškinot linku zemāk un lasiet PHP pazinojumu par kļūdām. Vairākumā gadījumu kaut kur pietrukst pēdiņa vai semikols.<br />Ja redzat tukšu lapu, viss ir kārtībā.';
$strConfigureTableCoord = 'Lūdzu konfigurējiet koordinātes tabulai %s';
$strConnectionError = 'Nevar pieslēgties: kļūda konfigurācijā.';
$strConnections = 'Konekcijas';
$strConstraintsForDumped = 'Ierobežojumi izmestām tabulām';
$strConstraintsForTable = 'Ierobežojumi tabulai';
$strCookiesRequired = '"Cookies" ir jābūt atļautiem aiz šī punkta.';
$strCopyDatabaseOK = 'Datubāze %s tika pārkopēta uz %s';
$strCopyTable = 'Kopēt tabulu uz (datubāze<b>.</b>tabula):';
$strCopyTableOK = 'Tabula %s tika pārkopēta uz %s.';
$strCopyTableSameNames = 'Nevar nokopēt tabulu uz viņu pašu!';
$strCouldNotKill = 'phpMyAdmin nevarēja nogalināt procesu %s. Iespējams, ka tas jau agrāk tika izbeigts.';
$strCreate = 'Izveidot';
$strCreateIndex = 'Izveidot indeksu uz&nbsp;%s&nbsp;laukiem';
$strCreateIndexTopic = 'Izveidot jaunu indeksu';
$strCreateNewDatabase = 'Izveidot jaunu datubāzi';
$strCreateNewTable = 'Izveidot jaunu tabulu datubāzē %s';
$strCreatePage = 'Izveidot jaunu lapu';
$strCreatePdfFeat = 'PDF failu izveide';
$strCreationDates = 'Izveidošanas/Atjaunošanas/Piekļuves datumi';
$strCriteria = 'Kritērijs';
$strCroatian = 'Horvātu';
$strCyrillic = 'Kirilisks';
$strCzech = 'Čehu';
$strCzechSlovak = 'Čehu-Slovāku';
 
$strDBComment = 'Datubāzes komentārs: ';
$strDBCopy = 'Kopēt datubāzi uz';
$strDBGContext = 'Konteksts';
$strDBGContextID = 'Konteksta ID';
$strDBGHits = 'Apmeklējumi';
$strDBGLine = 'Līnija';
$strDBGMaxTimeMs = 'Maks. laiks, ms';
$strDBGMinTimeMs = 'Min. laiks, ms';
$strDBGModule = 'Modulis';
$strDBGTimePerHitMs = 'Viena apmeklējuma laiks, ms';
$strDBGTotalTimeMs = 'Laiks kopā, ms';
$strDBRename = 'Pārsaukt datubāzi par';
$strDanish = 'Dāņu';
$strData = 'Dati';
$strDataDict = 'Datu vārdnīca';
$strDataOnly = 'Tikai dati';
$strDatabase = 'Datubāze';
$strDatabaseEmpty = 'Datubāzes nosaukums ir tukšs!';
$strDatabaseExportOptions = 'Datubāzu eksporta opcijas';
$strDatabaseHasBeenDropped = 'Datubāze %s tika izdzēsta.';
$strDatabaseNoTable = 'Šajā datubāzē nav tabulu!';
$strDatabases = 'Datubāzes';
$strDatabasesDropped = '%s datubāzes tika veiksmīgi dzēstas.';
$strDatabasesStats = 'Datubāzu statistika';
$strDatabasesStatsDisable = 'Izslēgt statistiku';
$strDatabasesStatsEnable = 'Ieslēgt statistiku';
$strDatabasesStatsHeavyTraffic = 'Piezīme: Datubāzes statistikas ieslēgšana šeit var izsaukt palielināto datu apmaiņu starp webserveri un MySQL serveri.';
$strDbPrivileges = 'Datubāžu specifiskās privilēģijas';
$strDbSpecific = 'datubāzei specifisks';
$strDefault = 'Noklusēts';
$strDefaultValueHelp = 'Noklusētajām vērtībām, lūdzu ievadiet tikai pašu vertību, bez izsargāšanās ar atpakaļējo slīpsvītru vai pēdiņām, lietojot šo formatu: a';
$strDefragment = 'Defragmentēt tabulu';
$strDelOld = 'Tekošajā lapā ir atsauces uz tabulām, kas vairs neeksistē. Vai Jūs gribat dzēst šīs atsauces?';
$strDelayedInserts = 'Lietot aizturētos INSERT';
$strDelete = 'Dzēst';
$strDeleteAndFlush = 'Dzēst lietotājus, un pēc tam pārlādēt privilēģijas.';
$strDeleteAndFlushDescr = 'Tas ir labākais veids, bet privilēģiju pārlādēšana var paņemt zināmu laiku.';
$strDeleted = 'Ieraksts tika dzēsts';
$strDeletedRows = 'Ieraksti dzēsti:';
$strDeleting = 'Dzēšam %s';
$strDescending = 'Dilstošā secībā';
$strDescription = 'Apraksts';
$strDictionary = 'vārdnīca';
$strDisableForeignChecks = 'Nepārbaudīt ārējās atslēgas';
$strDisabled = 'Izslēgts';
$strDisplayFeat = 'Rādīt iespējas';
$strDisplayOrder = 'Attēlošanas secība:';
$strDisplayPDF = 'Rādīt PDF shēmu';
$strDoAQuery = 'Izpildīt "vaicājumu pēc parauga" (aizstājējzīme: "%")';
$strDoYouReally = 'Vai Jūs tiešām gribat ';
$strDocu = 'Dokumentācija';
$strDrop = 'Likvidēt';
$strDropDatabaseStrongWarning = 'Jūs taisaties LIKVIDĒT veselu datubāzi!';
$strDropUsersDb = 'Dzēst datubāzes, kurām ir tādi paši vārdi, kā lietotājiem.';
$strDumpSaved = 'Damps tika saglabāts failā %s.';
$strDumpXRows = 'Saglabāt %s rindas, sākot ar %s.';
$strDumpingData = 'Dati tabulai';
$strDynamic = 'dinamisks';
 
$strEdit = 'Labot';
$strEditPDFPages = 'Labot PDF lapas';
$strEditPrivileges = 'Mainīt privilēģijas';
$strEffective = 'Efektīvs';
$strEmpty = 'Iztukšot';
$strEmptyResultSet = 'MySQL atgrieza tukšo rezultātu (0 rindas).';
$strEnabled = 'Ieslēgts';
$strEncloseInTransaction = 'Iekļaut eksportu transakcijā';
$strEnd = 'Beigas';
$strEndCut = 'IZGRIEZT LĪDZ ŠAI VIETAI';
$strEndRaw = 'RINDAS BEIGAS';
$strEnglish = 'Angļu';
$strEnglishPrivileges = ' Piezīme: MySQL privilēģiju apzīmējumi tiek rakstīti angļu valodā ';
$strError = 'Kļūda';
$strEscapeWildcards = 'Aizstājējzīmes _ un % jāaizsargā ar \ priekšā, lai izmantotu tās burtiski';
$strEstonian = 'Igauņu';
$strExcelEdition = 'Excel redakcija';
$strExcelOptions = 'Excel opcijas';
$strExecuteBookmarked = 'Izpildīt iegrāmatoto vaicājumu';
$strExplain = 'Izskaidrot SQL';
$strExport = 'Eksports';
$strExtendedInserts = 'Paplašinātas INSERT izteiksmes';
$strExtra = 'Ekstras';
 
$strFailedAttempts = 'Neveiksmīgi mēģinājumi';
$strField = 'Lauks';
$strFieldHasBeenDropped = 'Lauks %s tika izdzēsts';
$strFields = 'Lauki';
$strFieldsEmpty = ' Lauku skaits ir nulle! ';
$strFieldsEnclosedBy = 'Lauki iekļauti iekš';
$strFieldsEscapedBy = 'Glābjoša (escape) rakstzīme ir';
$strFieldsTerminatedBy = 'Lauki atdalīti ar';
$strFileAlreadyExists = 'Fails %s jau eksistē uz servera. Lūdzu nomainiet faila nosaukumu vai atzīmējiet failu pārrakstīšanas opciju.';
$strFileCouldNotBeRead = 'Nevar nolasīt failu';
$strFileNameTemplate = 'Faila nosaukuma šablons';
$strFileNameTemplateRemember = 'atcerēties šablonu';
$strFixed = 'fiksēts';
$strFlushPrivilegesNote = 'Piezīme: phpMyAdmin saņem lietotāju privilēģijas pa taisno no MySQL privilēģiju tabilām. Šo tabulu saturs var atšķirties no privilēģijām, ko lieto serveris, ja tur tika veikti labojumi. Šajā gadījumā ir nepieciešams %spārlādēt privilēģijas%s pirms Jūs turpināt.';
$strFlushTable = 'Atsvaidzināt tabulu ("FLUSH")';
$strFormEmpty = 'Formā trūkst vērtību!';
$strFormat = 'Formats';
$strFullText = 'Pilni teksti';
$strFunction = 'Funkcija';
 
$strGenBy = 'Uzģenerēja';
$strGenTime = 'Izveidošanas laiks';
$strGeneralRelationFeat = 'Galvenās relāciju īpašības';
$strGeorgian = 'Gruzīnu';
$strGerman = 'Vācu';
$strGlobal = 'globāls';
$strGlobalPrivileges = 'Globālās privilēģijas';
$strGlobalValue = 'Globālā vērtība';
$strGo = 'Aiziet!';
$strGrantOption = 'Piešķirt';
$strGreek = 'Grieķu';
$strGzip = 'Arhivēts ar gzip';
 
$strHasBeenAltered = 'tika modificēta.';
$strHasBeenCreated = 'tika izveidota.';
$strHaveToShow = 'Izvēlieties vismaz vienu kolonnu attēlošanai';
$strHebrew = 'Ebreju';
$strHexForBinary = 'Lietot heksadecimālo formātu binārajiem laukiem';
$strHome = 'Sākumlapa';
$strHomepageOfficial = 'Oficiālā phpMyAdmin mājaslapa';
$strHost = 'Hosts';
$strHostEmpty = 'Hosts nav norādīts!';
$strHungarian = 'Ungāru';
 
$strIcelandic = 'Islandiešu';
$strId = 'ID';
$strIdxFulltext = 'Pilni teksti';
$strIgnore = 'Ignorēt';
$strIgnoreInserts = 'Lietot IGNORE INSERTS';
$strIgnoringFile = 'Ignorējam failu %s';
$strImportDocSQL = 'Importēt docSQL failus';
$strImportFiles = 'Importēt failus';
$strInUse = 'lietošanā';
$strIndex = 'Indekss';
$strIndexHasBeenDropped = 'Indekss %s tika izdzēsts';
$strIndexName = 'Indeksa nosaukums&nbsp;:';
$strIndexType = 'Indeksa tips&nbsp;:';
$strIndexWarningMultiple = 'Vairāk kā viena %s atslēga tika izveidota kolonnai `%s`';
$strIndexWarningPrimary = 'PRIMARY un INDEX atslēgas nevar abas reizē tikt uzliktas kolonnai `%s`';
$strIndexWarningTable = 'Problēmas ar indeksiem tabulā `%s`';
$strIndexWarningUnique = 'UNIQUE un INDEX atslēgas nevar abas reizē tikt uzliktas kolonnai `%s`';
$strIndexes = 'Indeksi';
$strInnodbStat = 'InnoDB statuss';
$strInsecureMySQL = 'Jūsu konfigurācijas fails satur iestādījumus (lietotājs "root" bez paroles), kas atbilst noklusētajam MySQL priviliģētajam lietotājam. Jūsu MySQL serveris strādā ar šo noklusēto variantu, ir atvērts uzbrukumiem, un Jums tiešām jāaiztaisa šis drošības caurums.';
$strInsert = 'Pievienot';
$strInsertAsNewRow = 'Ievietot kā jaunu rindu';
$strInsertNewRow = 'Pievienot jaunu rindu';
$strInsertedRowId = 'Ievietotās rindas id:';
$strInsertedRows = 'Rindas pievienotas:';
$strInternalNotNecessary = '* Iekšējā relācija nav nepieciešama, kad tā eksistē arī iekš InnoDB.';
$strInternalRelations = 'Iekšējās relācijas';
 
$strJapanese = 'Japāņu';
$strJumpToDB = 'pāriet pie datubāzes &quot;%s&quot;.';
$strJustDelete = 'Dzēst lietotājus no privilēģiju tabulām.';
$strJustDeleteDescr = '&quot;Dzēstie&quot; lietotāji saglabā spēju piekļūt serverim kā parasti, līdz privilēģijas tiek pārlādētas.';
 
$strKeepPass = 'Nemainīt paroli';
$strKeyname = 'Atslēgas nosaukums';
$strKill = 'Nogalināt';
$strKorean = 'Korejiešu';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opcijas';
$strLandscape = 'Ainava';
$strLatexCaption = 'Tabulas virsraksts';
$strLatexContent = 'Tabulas __TABLE__ saturs';
$strLatexContinued = '(turpinājums)';
$strLatexContinuedCaption = 'Tabulas virsraksta turpinājums';
$strLatexIncludeCaption = 'Iekļaut tabulas virsrakstu';
$strLatexLabel = 'Etiķetes atslēga';
$strLatexStructure = 'Tabulas __TABLE__ struktūra';
$strLatvian = 'Latviešu';
$strLengthSet = 'Garums/Vērtības*';
$strLimitNumRows = 'Rindu skaits vienā lapā';
$strLinesTerminatedBy = 'Rindas atdalītas ar';
$strLinkNotFound = 'Links nav atrasts';
$strLinksTo = 'Linki uz';
$strLithuanian = 'Lietuviešu';
$strLocalhost = 'Lokāls';
$strLocationTextfile = 'Teksta faila atrašanās vieta';
$strLogPassword = 'Parole:';
$strLogServer = 'Serveris';
$strLogUsername = 'Lietotājvārds:';
$strLogin = 'Ieiet';
$strLoginInformation = 'Piekļuves informācija';
$strLogout = 'Iziet';
 
$strMIMETypesForTable = 'MIME TIPI TABULAI';
$strMIME_MIMEtype = 'MIME tips';
$strMIME_available_mime = 'Pieejamie MIME tipi';
$strMIME_available_transform = 'Pieejamās transformācijas';
$strMIME_description = 'Apraksts';
$strMIME_nodescription = 'Šai transformācijai nav apraksta.<br />Jautājiet autoram, ko %s dara.';
$strMIME_transformation = 'Pārlūkprogrammas transformācija';
$strMIME_transformation_note = 'Lai iegūtu pieejamo transformāciju opcijas un to MIME tipu transformācijas, uzklikšķiniet uz %stransformāciju apraksti%s';
$strMIME_transformation_options = 'Transformācijas opcijas';
$strMIME_transformation_options_note = 'Lūdzu ievadiet transformāciju opciju vērtības, lietojot šo formatu: \'a\',\'b\',\'c\'...<br />Ja Jums jālieto atpakaļējā slīpsvītra ("\") vai vienkāršā pēdiņa ("\'") starp šīm vērtībām, lieciet tās priekšā vēl vienu atpakaļējo slīpsvītru (piemēram \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME tipiem, kas parādīti slīprakstā, nav atsevišķas transformācijas funkcijas';
$strMaximumSize = 'Maksimālais izmērs: %s%s';
$strModifications = 'Labojumi tika saglabāti';
$strModify = 'Labot';
$strModifyIndexTopic = 'Labot indeksu';
$strMoveTable = 'Pārvietot tabulu uz (datubāze<b>.</b>tabula):';
$strMoveTableOK = 'Tabula %s tika pārvietota uz %s.';
$strMoveTableSameNames = 'Nevar pārvietot tabulu uz viņu pašu!';
$strMultilingual = 'daudzvalodu';
$strMySQLCharset = 'MySQL kodējums';
$strMySQLConnectionCollation = 'MySQL konekcijas kārtošana';
$strMySQLSaid = 'MySQL teica: ';
$strMySQLShowProcess = 'Parādīt procesus';
$strMySQLShowStatus = 'Parādīt MySQL izpildes laika informāciju';
$strMySQLShowVars = 'Parādīt MySQL sistēmas mainīgos';
 
$strName = 'Nosaukums';
$strNext = 'Nākamie';
$strNo = 'Nē';
$strNoActivity = 'Nebija aktivitātes vairāk kā %s sekunžu laikā, lūdzu autorizējieties vēlreiz';
$strNoDatabases = 'Nav datubāzu';
$strNoDatabasesSelected = 'Datubāze nav izvēlēta.';
$strNoDescription = 'Bez apraksta';
$strNoDropDatabases = '"DROP DATABASE" komanda ir aizliegta.';
$strNoExplain = 'Neizskaidrot SQL';
$strNoFrames = 'phpMyAdmin ir vairāk draudzīgs <b>freimu atbalstošām</b> pārlūkprogrammām.';
$strNoIndex = 'Nav definēti indeksi!';
$strNoIndexPartsDefined = 'Nav definēto indeksa daļu!';
$strNoModification = 'Netika labots';
$strNoOptions = 'Šim formātam nav opciju';
$strNoPassword = 'Nav paroles';
$strNoPermission = 'Web serverim nav tiesību rakstīt failā %s.';
$strNoPhp = 'Bez PHP koda';
$strNoPrivileges = 'Nav privilēģiju';
$strNoRights = 'Jums nav pietiekoši tiesību, lai atrastos šeit tagad!';
$strNoRowsSelected = 'Rindas nav iezīmētas';
$strNoSpace = 'Nepietiek vietas, lai saglabātu failu %s.';
$strNoTablesFound = 'Tabulas nav atrastas šajā datubāzē.';
$strNoThemeSupport = 'Nav tēmu atbalsta, lūdzu pārbaudiet jūsu konfigurāciju un/vai Jūsu tēmas direktorijā %s.';
$strNoUsersFound = 'Lietotāji netika atrasti.';
$strNoValidateSQL = 'Nepārbaudīt SQL';
$strNone = 'Nav';
$strNotNumber = 'Tas nav numurs!';
$strNotOK = 'nav OK';
$strNotSet = 'Tabula <b>%s</b> nav atrasta vai nav atzīmeta iekš %s';
$strNull = 'Nulle';
$strNumSearchResultsInTable = '%s rezultāti tabulā <i>%s</i>';
$strNumSearchResultsTotal = '<b>Kopumā:</b> <i>%s</i> rezultāti';
$strNumTables = 'Tabulas';
 
$strOK = 'Labi';
$strOperations = 'Darbības';
$strOperator = 'Operators';
$strOptimizeTable = 'Optimizēt tabulu';
$strOr = 'Vai';
$strOverhead = 'Pārtēriņš';
$strOverwriteExisting = 'Pārrakstīt eksistējošos failus';
 
$strPHP40203 = 'Jūs lietojat PHP versiju 4.2.3, kurai ir nopietna kļūda daudzbaitu rindiņu funkcijās (mbstring). Skatīt PHP bug report 19404. Sī PHP versija nav rekomendējama lietošanai ar phpMyAdmin.';
$strPHPVersion = 'PHP Versija';
$strPageNumber = 'Lapas numurs:';
$strPaperSize = 'Papīra izmērs';
$strPartialText = 'Daļēji teksti';
$strPassword = 'Parole';
$strPasswordChanged = 'Lietotāja %s parole tika veiksmīgi mainīta.';
$strPasswordEmpty = 'Parole nav norādīta!';
$strPasswordHashing = 'Paroles jaukšana';
$strPasswordNotSame = 'Paroles nesakrīt!';
$strPdfDbSchema = 'Datubāzes "%s" shēma, %s. lapa';
$strPdfInvalidTblName = 'Tabula "%s" neeksistē!';
$strPdfNoTables = 'Nav tabulu';
$strPerHour = 'stundā';
$strPerMinute = 'minūtē';
$strPerSecond = 'sekundē';
$strPersian = 'Persiešu';
$strPhoneBook = 'telefonu grāmata';
$strPhp = 'Izveidot PHP kodu';
$strPmaDocumentation = 'phpMyAdmin dokumentācija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktīvai ir JĀBŪT nodefinētai Jūsu konfigurācijas failā!';
$strPolish = 'Poļu';
$strPortrait = 'Portrets';
$strPos1 = 'Sākums';
$strPrevious = 'Iepriekšējie';
$strPrimary = 'Primārā';
$strPrimaryKeyHasBeenDropped = 'Primārā atslēga tika izdzēsta';
$strPrimaryKeyName = 'Primārās atslēgas nosaukumam jābūt... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>jābūt</b> tikai un <b>vienīgi</b> primārās atslēgas indeksa nosaukumam!)';
$strPrint = 'Drukāt';
$strPrintView = 'Izdrukas versija';
$strPrintViewFull = 'Drukas skats (ar pilniem tekstiem)';
$strPrivDescAllPrivileges = 'Iekļauj visas privilēģijas, izņemot GRANT.';
$strPrivDescAlter = 'Ļauj mainīt esošo tabulu struktūru.';
$strPrivDescCreateDb = 'Ļauj veidot jaunas datubāzes un tabulas.';
$strPrivDescCreateTbl = 'Ļauj veidot jaunas tabulas.';
$strPrivDescCreateTmpTable = 'Ļauj veidot pagaidu tabulas.';
$strPrivDescDelete = 'Ļauj dzēst datus.';
$strPrivDescDropDb = 'Ļauj dzēst datubāzes un tabulas.';
$strPrivDescDropTbl = 'Ļauj dzēst tabulas.';
$strPrivDescExecute = 'Ļauj palaist saglabātās procedūras; vēl nestrādā šajā MySQL versijā.';
$strPrivDescFile = 'Ļauj importēt/eksportēt datus no/uz failiem.';
$strPrivDescGrant = 'Ļauj pievienot lietotājus un privilēģijas bez privilēģiju tabulu pārlādēšanas.';
$strPrivDescIndex = 'Ļauj veidot un dzēst indeksus.';
$strPrivDescInsert = 'Ļauj ievietot un mainīt datus.';
$strPrivDescLockTables = 'Ļauj bloķēt tabulas tekošajai darbībai.';
$strPrivDescMaxConnections = 'Ierobežo jauno konekciju skaitu, ko lietotājs var atvērt stundas laikā.';
$strPrivDescMaxQuestions = 'Ierobežo vaicājumu skaitu, ko lietotājs var mosūtīt uz serveri stundas laikā.';
$strPrivDescMaxUpdates = 'Ierobežo komandu skaitu, kas maina kas maina tabulas vai datubāzes, ko lietotājs var izpildīt stundas laikā.';
$strPrivDescProcess3 = 'Ļauj nogalināt citu lietotāju procesus.';
$strPrivDescProcess4 = 'Ļauj apskatīt pieprasījumu un procesu sarakstus.';
$strPrivDescReferences = 'Nedarbojas šajā MySQL versijā.';
$strPrivDescReload = 'Ļauj prlādēt servera iestādījumus un iztukšot servera kešu.';
$strPrivDescReplClient = 'Dod lietotājam tiesības jautāt, kur ir replikācijas oriģināli / kopijas.';
$strPrivDescReplSlave = 'Nepieciešams replikāciju kopijām.';
$strPrivDescSelect = 'Ļauj lasīt datus.';
$strPrivDescShowDb = 'Dod pieeju pilnam datubāzu sarakstam.';
$strPrivDescShutdown = 'Ļauj apstādināt serveri.';
$strPrivDescSuper = 'Ļauj pieslēgties pat tad, ja ir sasniegts maksimālais konekciju skaits; Nepieciešams vairumam administratīvo operāciju, kā globālo mainīgo maiņa vai citu lietotāju procesu nogalināšana.';
$strPrivDescUpdate = 'Ļauj mainīt datus.';
$strPrivDescUsage = 'Nav privilēģiju.';
$strPrivileges = 'Privilēģijas';
$strPrivilegesReloaded = 'Privilēģijas tika veiksmīgi pārlādētas.';
$strProcesslist = 'Procesu saraksts';
$strPutColNames = 'Likt kolonnu nosaukumus pirmajā rindā';
 
$strQBE = 'Vaicājums pēc parauga';
$strQBEDel = 'Dzēst';
$strQBEIns = 'Ielikt';
$strQueryFrame = 'Vaicājuma logs';
$strQueryOnDb = 'SQL vaicājums uz datubāzes <b>%s</b>:';
$strQuerySQLHistory = 'SQL vēsture';
$strQueryStatistics = '<b>Pieprasījumu statistika</b>: %s pieprasījumi tika nosūtīti uz serveri kopš tā palaišanās brīža.';
$strQueryTime = 'Vaicājums ilga %01.4f s';
$strQueryType = 'Vaicājuma tips';
$strQueryWindowLock = 'Nepārrakstīt šo vaicājumu ārpus šī loga';
 
$strReType = 'Atkārtojiet';
$strReceived = 'Saņemts';
$strRecords = 'Ieraksti';
$strReferentialIntegrity = 'Pārbaudīt referenciālo integritāti:';
$strRefresh = 'Atjaunot';
$strRelationNotWorking = 'Papildiespējas darbam ar saistītām tabulām tika izslēgtas. Lai uzzinātu kāpēc, klikškiniet %sšeit%s.';
$strRelationView = 'Relāciju pārskats';
$strRelationalSchema = 'Relāciju shēma';
$strRelations = 'Relācijas';
$strRelationsForTable = 'RELĀCIJAS TABULAI';
$strReloadMySQL = 'Pārlādēt MySQL serveri';
$strReloadingThePrivileges = 'Pārlādējam privilēģijas';
$strRemoveSelectedUsers = 'Dzēst izvēlētos lietotājus';
$strRenameDatabaseOK = 'Datubāze %s tika pārsaukta par %s';
$strRenameTable = 'Pārsaukt tabulu uz';
$strRenameTableOK = 'Tabula %s tika pārsaukta par %s';
$strRepairTable = 'Restaurēt tabulu';
$strReplaceNULLBy = 'Aizvietot NULL ar';
$strReplaceTable = 'Aizvietot tabulas datus ar datiem no faila';
$strReset = 'Atcelt';
$strResourceLimits = 'Resursu ierobežojumi';
$strRevoke = 'Atsaukt';
$strRevokeAndDelete = 'Atņemt visas aktīvās privilēģijas lietotājiem, un pēc tam dzēst tos.';
$strRevokeAndDeleteDescr = 'Lietotāji saglabā iespeju lietot datubāzes, līdz privilēģijas tiek pārlādētas.';
$strRevokeMessage = 'Jūs atņēmāt privilēgijas lietotājam %s';
$strRomanian = 'Rumāņu';
$strRowLength = 'Rindas garums';
$strRowSize = ' Rindas izmērs ';
$strRows = 'Rindas';
$strRowsFrom = 'rindas sākot no';
$strRowsModeFlippedHorizontal = 'horizontālā (pagriezti virsraksti)';
$strRowsModeHorizontal = 'horizontālā';
$strRowsModeOptions = '%s skatā un atkārtot virsrakstus ik pēc %s rindām';
$strRowsModeVertical = 'vertikālā';
$strRowsStatistic = 'Rindas statistika';
$strRunQuery = 'Izpildīt vaicājumu';
$strRunSQLQuery = 'Izpildīt SQL vaicājumu(s) uz datubāzes %s';
$strRunning = 'atrodas uz %s';
$strRussian = 'Krievu';
 
$strSQL = 'SQL';
$strSQLExportType = 'Eksporta veids';
$strSQLOptions = 'SQL opcijas';
$strSQLParserBugMessage = 'Iespējams, ka Jūs esat atraduši kļūdu SQL interpretatorā. Lūdzu apskatiet Jūsu vaicājumu citīgāk, un pārbaudiet, ka pēdiņas ir pareizas un nav sajauktas. Cits kļūdas iemesls var būt tas, ka Jūs atsūtījāt failu ar bināro vērtību ārpus pēdiņās iekļautā teksta lauka. Jūs varat arī izmēģināt savu vaicājumu MySQL komandrindas interfeisā. MySQL servera kļūdas paziņojums zemāk, ja tāds ir, var arī palīdzēt Jums diagnosticēt problēmu. Ja problēma paliek, vai arī iekš phpMyAdmin kļūda ir, bet komandrindā nav, lūdzu samaziniet Jūsu SQL vaicājumu līdz vienkāršam vaicājumam kas izsauc problēmas, un atsūtiet mums ziņojumu par kļūdu, iekļaujot tajā datus no IZGRIEZT sekcijas zemāk:';
$strSQLParserUserError = 'Izkatās, ka Jūsu SQL vaicajumā ir kļūda. MySQL servera kļūdas pazinojums zemāk, ja tāds ir, var arī palīdzet Jums diagnosticēt problēmu.';
$strSQLQuery = 'SQL vaicājums';
$strSQLResult = 'SQL rezultāts';
$strSQPBugInvalidIdentifer = 'Nederīgs identifikators';
$strSQPBugUnclosedQuote = 'Neaizvērtas pēdiņas';
$strSQPBugUnknownPunctuation = 'Nezināmā punktuācijas zīme';
$strSave = 'Saglabāt';
$strSaveOnServer = 'Saglabāt uz servera direktorijā %s';
$strScaleFactorSmall = 'Mērogošanas faktors ir pārāk mazs, lai shēma ietilptu vienā lapā';
$strSearch = 'Meklēt';
$strSearchFormTitle = 'Meklēt datubāzē';
$strSearchInTables = 'Tabulā(s):';
$strSearchNeedle = 'Vārdi vai vērtības meklēšanai (aizstājējzīme: "%"):';
$strSearchOption1 = 'kaut viens no vārdiem';
$strSearchOption2 = 'visi vārdi';
$strSearchOption3 = 'precīza frāze';
$strSearchOption4 = 'kā regulārā izteiksme';
$strSearchResultsFor = 'Meklēšanas rezultāti "<i>%s</i>" %s:';
$strSearchType = 'Atrast:';
$strSecretRequired = 'Konfigurācijas fails tagad prasa slepeno paroli (blowfish_secret).';
$strSelectADb = 'Lūdzu izvēlieties datubāzi';
$strSelectAll = 'Iezīmēt visu';
$strSelectBinaryLog = 'Izvēlieties bināro log-failu apskatei';
$strSelectFields = 'Izvēlieties laukus (kaut vienu):';
$strSelectNumRows = 'vaicājumā';
$strSelectTables = 'Izvēlieties tabulas';
$strSend = 'Saglabāt kā failu';
$strSent = 'Nosūtīts';
$strServer = 'Serveris';
$strServerChoice = 'Servera izvēle';
$strServerNotResponding = 'Serveris neatbild';
$strServerStatus = 'Izpildes laika informācija';
$strServerStatusUptime = 'Šis MySQL serveris strādā %s. Tas tika palaists %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Mainīgie';
$strServerTrafficNotes = '<b>Servera trafiks</b>: Šīs tabulas parāda šī MySQL servera tīkla trafika statistiku kopš tā palaišanas.';
$strServerVars = 'Servera mainīgie un konfigurācija';
$strServerVersion = 'Servera versija';
$strSessionValue = 'Sesijas vērtība';
$strSetEnumVal = 'Ja lauka tips ir "enum" vai "set", lūdzu ievadiet vērtības atbilstoši šim formatam: \'a\',\'b\',\'c\'...<br />Ja Jums vajag ielikt atpakaļējo slīpsvītru (\) vai vienkāršo pēdiņu (\') kādā no šīm vērtībām, lieciet tās priekšā atpakaļējo slīpsvītru (piemēram, \'\\\\xyz\' vai \'a\\\'b\').';
$strShow = 'Rādīt';
$strShowAll = 'Rādīt visu';
$strShowColor = 'Rādīt krāsas';
$strShowDatadictAs = 'Datu vārdnīcas formats';
$strShowFullQueries = 'Rādīt pilnos vaicājumus';
$strShowGrid = 'Rādīt režģi';
$strShowPHPInfo = 'Parādīt PHP informāciju';
$strShowTableDimension = 'Rādit tabulu izmērus';
$strShowTables = 'Rādīt tabulas';
$strShowThisQuery = ' Rādīt šo vaicājumu šeit atkal ';
$strShowingRecords = 'Parādu rindas';
$strSimplifiedChinese = 'Vienkāršota ķīniešu';
$strSingly = '(atsevišķi)';
$strSize = 'Izmērs';
$strSlovak = 'Slovāku';
$strSlovenian = 'Slovēņu';
$strSort = 'Kārtošana';
$strSortByKey = 'Kārtot pēc atslēgas';
$strSpaceUsage = 'Diska vietas lietošana';
$strSpanish = 'Spāņu';
$strSplitWordsWithSpace = 'Vārdi ir atdalīti ar tukšumu (" ").';
$strStatCheckTime = 'Pēdējā pārbaude';
$strStatCreateTime = 'Izveidošana';
$strStatUpdateTime = 'Pēdējā atjaunošana';
$strStatement = 'Parametrs';
$strStatus = 'Statuss';
$strStrucCSV = 'CSV dati';
$strStrucData = 'Struktūra un dati';
$strStrucDrop = 'Pievienot tabulu dzēšanas komandas';
$strStrucExcelCSV = 'CSV dati MS Excel formātā';
$strStrucNativeExcel = 'Dati MS Excel formatā';
$strStrucOnly = 'Tikai struktūra';
$strStructPropose = 'Ieteikt tabulas sruktūru';
$strStructure = 'Struktūra';
$strSubmit = 'Nosūtīt';
$strSuccess = 'Jūsu SQL vaicājums tika veiksmīgi izpildīts';
$strSum = 'Kopumā';
$strSwedish = 'Zviedru';
$strSwitchToDatabase = 'Pārslēgties uz nokopēto datubāzi';
$strSwitchToTable = 'Pārslēgties uz nokopēto tabulu';
 
$strTable = 'Tabula';
$strTableComments = 'Komentārs tabulai';
$strTableEmpty = 'Tabulas nosaukums nav norādīts!';
$strTableHasBeenDropped = 'Tabula %s tika izdzēsta';
$strTableHasBeenEmptied = 'Tabula %s tika iztukšota';
$strTableHasBeenFlushed = 'Tabula %s tika atsvaidzināta';
$strTableMaintenance = 'Tabulas apkalpošana';
$strTableOfContents = 'Satura rādītājs';
$strTableOptions = 'Tabulas opcijas';
$strTableStructure = 'Tabulas struktūra tabulai';
$strTableType = 'Tabulas tips';
$strTables = '%s tabula(s)';
$strTakeIt = 'izmantot šo stilu';
$strTblPrivileges = 'Tabulu specifiskās privilēģijas';
$strTextAreaLength = ' Sava garuma dēļ,<br /> šis lauks var būt nerediģējams ';
$strThai = 'Taizemiešu';
$strTheme = 'Tēma / Stils';
$strThisHost = 'Šis hosts';
$strThisNotDirectory = 'Tā nebija direktorija';
$strThreadSuccessfullyKilled = 'Process %s tika veiksmīgi nogalināts.';
$strTime = 'Laiks';
$strToggleScratchboard = 'parādīt/noslēpt piezīmju tafeli';
$strTotal = 'kopā';
$strTotalUC = 'Kopā';
$strTraditionalChinese = 'Tradicionāla ķīniešu';
$strTraditionalSpanish = 'Tradicionālā spāņu';
$strTraffic = 'Datu apmaiņa';
$strTransformation_application_octetstream__download = 'Rādīt saiti uz lauka bināro datu lejuplādi. Pirmā opcija ir binārā faila nosaukums. Otrā opcija ir iespējamais lauka nosaukums tabulas rindā, kas satur faula nosaukumu. Ja izmantojat otro opciju, pirmo atstājiet tukšo.';
$strTransformation_image_jpeg__inline = 'Parāda klikšķināmo sīktēlu; opcijas: platums, augstums pikseļos (saglabājot oriģinālās proporcijas)';
$strTransformation_image_jpeg__link = 'Parāda linku uz šo attēlu (tieša blob lauka lajuplāde).';
$strTransformation_image_png__inline = 'Skatīties image/jpeg: kā ierindotu attēlu';
$strTransformation_text_plain__dateformat = 'Ņem TIME, TIMESTAMP vai DATETIME lauku, un formatē to izmantojot Jūsu lokālo datuma formatu. Pirmā opcija ir nobīde (stundās), kas tiks pievienota timestamp laukam (noklusētā: 0). Otrā opcija ir datuma formats, saskaņā ar PHP finkcijas strftime() parametriem.';
$strTransformation_text_plain__external = 'Tikai LINUX: Palaiž ārējo aplikāciju un padod lauka datus tās standartievadā. Atgriež aplikācijas standartizvadi. Noklusējums ir Tidy, kas izskaistina HTML kodu. Drošības apsvērumu dēļ, nepieciešams manuāli rediģēt failu libraries/transformations/text_plain__external.inc.php un ielikt rīkus, kurus Jūs atļaujat palaist. Pirmā opcija ir programmas numurs, ko Jūs vēlaties lietot, otrā opcija ir parametri šai programmai. Trešā opcija, ja ir vienāda ar 1, konvertē izvadi, izmantojot htmlspecialchars() (noklusējums ir 1). Ceturtais parametrs, ja vienāds ar 1, liek NOWRAP parametru satura šūnai, tā kā izvade tiks attēlota bez pārformatēšanas. (noklusējums ir 1)';
$strTransformation_text_plain__formatted = 'Saglabā lauka oriģinālo formatējumu. Speciālo rakstzīmju pasargāšana netiek veikta.';
$strTransformation_text_plain__imagelink = 'Parāda attēlu un linku, lauks satur faila nosauumu; pirmā opcija ir prefikss, piemēram, "http://domens.lv/", otrā opcija ir platums pikseļos, trešā ir augstums.';
$strTransformation_text_plain__link = 'Parāda attēlu un linku, lauks satur faila nosauumu; pirmā opcija ir prefikss, piemēram, "http://domens.lv/", otrā opcija ir linka nosaukums.';
$strTransformation_text_plain__substr = 'Parāda tikai virknes daļu. Pirmā opcija ir nobīde, kas nosaka, kur Jūsu teksts sākas (noklusējums 0). Otrā opcija ir atgriežamā teksta garums. Ja tukša, atgriež visu atlikušo tekstu. Trešā opcija nosaka rakstzīmes, kas tiks pievienotas apgrieztās virknes galā (noklusējums: ...) .';
$strTruncateQueries = 'Ierobežot parādīto vaicājumu garumu';
$strTurkish = 'Turku';
$strType = 'Tips';
 
$strUkrainian = 'Ukraiņu';
$strUncheckAll = 'Neiezīmēt neko';
$strUnicode = 'Unikods';
$strUnique = 'Unikālais';
$strUnknown = 'nazināma';
$strUnselectAll = 'Neiezīmēt neko';
$strUpdComTab = 'Lūdzu skatieties dokumentāciju par to, kā atjaunot \'Column_comments\' tabulu';
$strUpdatePrivMessage = 'Jūs modificējāt privilēģijas objektam %s.';
$strUpdateProfileMessage = 'Profils tika modificēts.';
$strUpdateQuery = 'Atjaunot vaicājumu';
$strUpgrade = 'Jums ir jāuzliek %s %s vai jaunāks.';
$strUsage = 'Aizņem';
$strUseBackquotes = 'Lietot apostrofa simbolu [`] tabulu un lauku nosaukumiem';
$strUseHostTable = 'Lietot hostu tabulu';
$strUseTabKey = 'Lietojiet TAB taustiņu, lai pārvietotos no vērtības līdz vērtībai, vai CTRL+bultiņas, lai pārvietotos jebkurā vietā';
$strUseTables = 'Lietot tabulas';
$strUseTextField = 'Lietot teksta lauku';
$strUseThisValue = 'Lietot šo vērtību';
$strUser = 'Lietotājs';
$strUserAlreadyExists = 'Lietotājs %s jau eksistē!';
$strUserEmpty = 'Lietotāja vārds nav norādīts!';
$strUserName = 'Lietotājvārds';
$strUserNotFound = 'Izvēlētais lietotājs nav atrasts privilēģiju tabulā.';
$strUserOverview = 'Lietotāju pārskats';
$strUsersDeleted = 'Izvēlētie lietotāji tika veiksmīgi dzēsti.';
$strUsersHavingAccessToDb = 'Lietotāji, kam ir pieja datubāzei &quot;%s&quot;';
 
$strValidateSQL = 'Pārbaudīt SQL';
$strValidatorError = 'Nevar inicializēt SQL pārbaudītāju. Lūdzu pārbaudiet, vai esat uzinstalējuši nepieciešamos PHP paplašinājumus, kā aprakstīts %sdokumentācijā%s.';
$strValue = 'Vērtība';
$strVar = 'Mainīgais';
$strViewDump = 'Apskatīt tabulas dampu (shēmu)';
$strViewDumpDB = 'Apskatīt datubāzes dampu (shēmu)';
$strViewDumpDatabases = 'Apskatīt datubāzu dampu (shēmu)';
 
$strWebServerUploadDirectory = 'web servera augšupielādes direktorija';
$strWebServerUploadDirectoryError = 'Direktoija, kuru norādijāt augšupielādei, nav pieejama';
$strWelcome = 'Laipni lūgti %s';
$strWestEuropean = 'Rietumeiropas';
$strWildcard = 'aizstājējzīme';
$strWindowNotFound = 'Neizdevās atjaunot galveno pārlūkprogramas logu. Varbūt esat viņu aizvēruši, vai arī Jūsu pārlūkprogramma bloķe starplogu saskarsmi Jūsu drošības iestādījumu dēļ.';
$strWithChecked = 'Ar iezīmēto:';
$strWritingCommentNotPossible = 'Komentāra rakstīšana nav iespējama';
$strWritingRelationNotPossible = 'Relācijas rakstīšana nav iespējama';
$strWrongUser = 'Kļūdains lietotājvārds/parole. Pieeja aizliegta.';
 
$strXML = 'XML';
 
$strYes = 'Jā';
 
$strZeroRemovesTheLimit = 'Piezīme: Šo opciju uzstādīšana uz 0 (nulli) atceļ ierobežojumus.';
$strZip = 'Arhivēts ar zip';
 
// To translate:
$strAfterInsertNext = 'Edit next row'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
 
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
 
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/latvian-windows-1257.inc.php
0,0 → 1,985
<?php
/* $Id: latvian-windows-1257.inc.php,v 2.122.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Latvian language file by Sandis Jçrics <sandisj at parks.lv>
*/
 
$charset = 'windows-1257';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('baiti', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sv', 'P', 'O', 'T', 'C', 'Pk', 'S');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jûn', 'Jûl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y %H:%M';
 
$timespanfmt = '%s dienas, %s stundas, %s minûtes un %s sekundes';
 
$strAPrimaryKey = 'Primârâ atslçga pievienota uz lauka %s';
$strAbortedClients = 'Pârtraukts';
$strAbsolutePathToDocSqlDir = 'Lûdzu ievadiet absolûto ceïu lîdz docSQL direktorijai uz servera';
$strAccessDenied = 'Pieeja aizliegta';
$strAccessDeniedExplanation = 'phpMyAdmin mçìinâja pieslçgties MySQL serverim, un serveris noraidîja pieslçgumu. Lûdzu pârbaudiet hostu, lietotâjvârdu un paroli config.inc.php failâ, un pârliecinieties, ka tie atbilst informâcijai, ko Jums deva MySQL servera administrators.';
$strAction = 'Darbîba';
$strAddAutoIncrement = 'Pievienot AUTO_INCREMENT vçrtîbu';
$strAddConstraints = 'Pievienot ierobeþojumus';
$strAddDeleteColumn = 'Pievienot/Dzçst laukus (kolonnas)';
$strAddDeleteRow = 'Pievienot/Dzçst ierakstu';
$strAddDropDatabase = 'Pievienot DROP DATABASE';
$strAddFields = 'Pievienot %s lauku(s)';
$strAddHeaderComment = 'Ievietot virsrakstâ komentâru (\\n atdala rindas)';
$strAddIfNotExists = 'Pievienot IF NOT EXISTS';
$strAddIntoComments = 'Pievienot komentâros';
$strAddNewField = 'Pievienot jaunu lauku';
$strAddPrivilegesOnDb = 'Pievienot privilçìijas uz sekojoðo datubâzi';
$strAddPrivilegesOnTbl = 'Pievienot privilçìijas uz sekojoðo tabulu';
$strAddSearchConditions = 'Pievienot meklçðanas nosacîjumus ("where" izteiksmes íermenis):';
$strAddToIndex = 'Pievienot indeksam &nbsp;%s&nbsp;kolonn(u/as)';
$strAddUser = 'Pievienot jaunu lietotâju';
$strAddUserMessage = 'Jûs pievienojât jaunu lietotâju.';
$strAddedColumnComment = 'Pievienots komentârs kolonnai';
$strAddedColumnRelation = 'Pievienota relâcija kolonnai';
$strAdministration = 'Administrâcija';
$strAffectedRows = 'Ietekmçto rindu skaits:';
$strAfter = 'Pçc %s';
$strAfterInsertBack = 'Atgriezties atpakaï iepriekðçjâ lapâ';
$strAfterInsertNewInsert = 'Ievietot vçl vienu rindu';
$strAfterInsertSame = 'Atgriezties ðajâ lapâ';
$strAll = 'Visi';
$strAllTableSameWidth = 'râdît visas tabulas vienadâ platumâ?';
$strAlterOrderBy = 'Mainît datu kârtoðanas laukus';
$strAnIndex = 'Indekss tieka pievienots uz %s';
$strAnalyzeTable = 'Analizçt tabulu';
$strAnd = 'Un';
$strAny = 'Jebkurð';
$strAnyHost = 'Jebkurð hosts';
$strAnyUser = 'Jebkurð lietotâjs';
$strApproximateCount = 'Var bût aptuvens skaits. Skatît FAQ 3.11';
$strArabic = 'Arâbu';
$strArmenian = 'Armçòu';
$strAscending = 'Augoðâ secîbâ';
$strAtBeginningOfTable = 'Tabulas sâkumâ';
$strAtEndOfTable = 'Tabulas beigâs';
$strAttr = 'Atribûti';
$strAutodetect = 'Noteikt automâtiski';
$strAutomaticLayout = 'Automâtiskais izvietojums';
 
$strBack = 'Atpakaï';
$strBaltic = 'Baltijas';
$strBeginCut = 'IZGRIEZT NO ÐÎS VIETAS';
$strBeginRaw = 'RINDAS SÂKUMS';
$strBinLogEventType = 'Notikuma tips';
$strBinLogInfo = 'Informâcija';
$strBinLogName = 'Log-faila nosaukums';
$strBinLogOriginalPosition = 'Oriìinâlâ pozîcija';
$strBinLogPosition = 'Pozîcija';
$strBinLogServerId = 'Servera ID';
$strBinary = 'Binârais';
$strBinaryDoNotEdit = 'Binârais - netiek labots';
$strBinaryLog = 'Binârais log-fails';
$strBookmarkAllUsers = 'Dot ikvienam lietotâjam pieeju ðai grâmatzîmei';
$strBookmarkDeleted = 'Ieraksts tika dzçsts.';
$strBookmarkLabel = 'Nosaukums';
$strBookmarkQuery = 'Saglabâtie SQL vaicâjumi';
$strBookmarkThis = 'Saglabât ðo SQL vaicâjumu';
$strBookmarkView = 'Tikai apskatît';
$strBrowse = 'Apskatît';
$strBrowseForeignValues = 'Pârlûkot ârçjâs vçrtîbas';
$strBulgarian = 'Bulgâru';
$strBzError = 'phpMyAdmin nevarçja saarhivçt failu dçï bojâta Bz2 paplaðinâjuma ðajâ php versijâ. Stingri rekomendçjam uzstâdît <code>$cfg[\'BZipDump\']</code> direktîvu phpMyAdmin konfigurâcijas failâ uz <code>FALSE</code>. Ja vçlaties lietot Bz2 kompresijas iespçjas, Jums jâuzliek jaunâka php versija. Skatît php bug report %s sîkâkai informâcijai.';
$strBzip = 'Arhivçts ar bzip';
 
$strCSVOptions = 'CSV opcijas';
$strCalendar = 'Kalendârs';
$strCannotLogin = 'Nevar pieslçgties MySQL serverim';
$strCantLoad = 'nevar ielâdçt paplaðinâjumu %s,<br />lûdzu pârbaudiet PHP konfigurâciju';
$strCantLoadRecodeIconv = 'Nevar ielâdçt iconv vai recode paplaðinâjumu, kas ir nepiecieðams rakstzîmju konvertâcijai, lûdzu nokonfigurçjiet php, lai varçtu lietot ðos paplaðinâjumus, vai arî atslçdziet rakstzîmju konvertâciju phpMyAdmin konfigurâcijâ.';
$strCantRenameIdxToPrimary = 'Nevar pârsaukt indeksu par PRIMARY!';
$strCantUseRecodeIconv = 'Nevar lietot iconv, libiconv vai recode_string funkciju, bet php saka, ka paplaðinâjums ir ielâdçts. Pârbaudiet php konfigurâciju.';
$strCardinality = 'Kardinalitâte';
$strCaseInsensitive = 'reìistrnejûtîgs';
$strCaseSensitive = 'reìistrjûtîgs';
$strCentralEuropean = 'Centrâleiropas';
$strChange = 'Labot';
$strChangeCopyMode = 'Izveidot jaunu lietotâju ar tâdâm paðâm privilçìijâm un ...';
$strChangeCopyModeCopy = '... paturçt veco lietotâju.';
$strChangeCopyModeDeleteAndReload = ' ... dzçst veco lietotâju no lietotâju tabulas, un pçc tam pârlâdçt privilçìijas.';
$strChangeCopyModeJustDelete = ' ... dzçst veco lietotâju no lietotâju tabulas.';
$strChangeCopyModeRevoke = ' ... atòemt vecajam lietotâjam visas aktîvâs privilçìijas, un pçc tam dzçst viòu.';
$strChangeCopyUser = 'Mainît piekïuves informâciju / Klonçt lietotâju';
$strChangeDisplay = 'Izvçlieties, kuru lauku râdît';
$strChangePassword = 'Mainît paroli';
$strCharset = 'Kodçjums';
$strCharsetOfFile = 'Tabulas kodçjums:';
$strCharsets = 'Rakstzîmju kodçjumi';
$strCharsetsAndCollations = 'Rakstzîmju kodçjumi un izkârtojumi';
$strCheckAll = 'Iezîmçt visu';
$strCheckOverhead = 'Iezîmçt tabulas ar pârtçriòu';
$strCheckPrivs = 'Pârbaudît privilçìijas';
$strCheckPrivsLong = 'Pârbaudît privilçìijas uz datubâzi &quot;%s&quot;.';
$strCheckTable = 'Pârbaudît tabulu';
$strChoosePage = 'Izvçlieties lapu redigçðanai';
$strColComFeat = 'Râdu kolonnu komentârus';
$strCollation = 'Izkârtojumi';
$strColumnNames = 'Kolonnu nosaukumi';
$strColumnPrivileges = 'Kolonnu specifiskâs privilçìijas';
$strCommand = 'Komanda';
$strComments = 'Komentâri';
$strCommentsForTable = 'KOMENTÂRI TABULAI';
$strCompatibleHashing = 'MySQL&nbsp;4.0 savietojams';
$strCompleteInserts = 'Pilnas INSERT izteiksmes';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin nevar nolasît konfigurâcijas failu!<br />Tas var notikt, ja PHP atrod tajâ kïûdu, vai arî nevar atrast so failu.<br />Mçginiet izsaukt konfigurâcijas failu tieði, klikðkinot linku zemâk un lasiet PHP pazinojumu par kïûdâm. Vairâkumâ gadîjumu kaut kur pietrukst pçdiòa vai semikols.<br />Ja redzat tukðu lapu, viss ir kârtîbâ.';
$strConfigureTableCoord = 'Lûdzu konfigurçjiet koordinâtes tabulai %s';
$strConnectionError = 'Nevar pieslçgties: kïûda konfigurâcijâ.';
$strConnections = 'Konekcijas';
$strConstraintsForDumped = 'Ierobeþojumi izmestâm tabulâm';
$strConstraintsForTable = 'Ierobeþojumi tabulai';
$strCookiesRequired = '"Cookies" ir jâbût atïautiem aiz ðî punkta.';
$strCopyDatabaseOK = 'Datubâze %s tika pârkopçta uz %s';
$strCopyTable = 'Kopçt tabulu uz (datubâze<b>.</b>tabula):';
$strCopyTableOK = 'Tabula %s tika pârkopçta uz %s.';
$strCopyTableSameNames = 'Nevar nokopçt tabulu uz viòu paðu!';
$strCouldNotKill = 'phpMyAdmin nevarçja nogalinât procesu %s. Iespçjams, ka tas jau agrâk tika izbeigts.';
$strCreate = 'Izveidot';
$strCreateIndex = 'Izveidot indeksu uz&nbsp;%s&nbsp;laukiem';
$strCreateIndexTopic = 'Izveidot jaunu indeksu';
$strCreateNewDatabase = 'Izveidot jaunu datubâzi';
$strCreateNewTable = 'Izveidot jaunu tabulu datubâzç %s';
$strCreatePage = 'Izveidot jaunu lapu';
$strCreatePdfFeat = 'PDF failu izveide';
$strCreationDates = 'Izveidoðanas/Atjaunoðanas/Piekïuves datumi';
$strCriteria = 'Kritçrijs';
$strCroatian = 'Horvâtu';
$strCyrillic = 'Kirilisks';
$strCzech = 'Èehu';
$strCzechSlovak = 'Èehu-Slovâku';
 
$strDBComment = 'Datubâzes komentârs: ';
$strDBCopy = 'Kopçt datubâzi uz';
$strDBGContext = 'Konteksts';
$strDBGContextID = 'Konteksta ID';
$strDBGHits = 'Apmeklçjumi';
$strDBGLine = 'Lînija';
$strDBGMaxTimeMs = 'Maks. laiks, ms';
$strDBGMinTimeMs = 'Min. laiks, ms';
$strDBGModule = 'Modulis';
$strDBGTimePerHitMs = 'Viena apmeklçjuma laiks, ms';
$strDBGTotalTimeMs = 'Laiks kopâ, ms';
$strDBRename = 'Pârsaukt datubâzi par';
$strDanish = 'Dâòu';
$strData = 'Dati';
$strDataDict = 'Datu vârdnîca';
$strDataOnly = 'Tikai dati';
$strDatabase = 'Datubâze';
$strDatabaseEmpty = 'Datubâzes nosaukums ir tukðs!';
$strDatabaseExportOptions = 'Datubâzu eksporta opcijas';
$strDatabaseHasBeenDropped = 'Datubâze %s tika izdzçsta.';
$strDatabaseNoTable = 'Ðajâ datubâzç nav tabulu!';
$strDatabases = 'Datubâzes';
$strDatabasesDropped = '%s datubâzes tika veiksmîgi dzçstas.';
$strDatabasesStats = 'Datubâzu statistika';
$strDatabasesStatsDisable = 'Izslçgt statistiku';
$strDatabasesStatsEnable = 'Ieslçgt statistiku';
$strDatabasesStatsHeavyTraffic = 'Piezîme: Datubâzes statistikas ieslçgðana ðeit var izsaukt palielinâto datu apmaiòu starp webserveri un MySQL serveri.';
$strDbPrivileges = 'Datubâþu specifiskâs privilçìijas';
$strDbSpecific = 'datubâzei specifisks';
$strDefault = 'Noklusçts';
$strDefaultValueHelp = 'Noklusçtajâm vçrtîbâm, lûdzu ievadiet tikai paðu vertîbu, bez izsargâðanâs ar atpakaïçjo slîpsvîtru vai pçdiòâm, lietojot ðo formatu: a';
$strDefragment = 'Defragmentçt tabulu';
$strDelOld = 'Tekoðajâ lapâ ir atsauces uz tabulâm, kas vairs neeksistç. Vai Jûs gribat dzçst ðîs atsauces?';
$strDelayedInserts = 'Lietot aizturçtos INSERT';
$strDelete = 'Dzçst';
$strDeleteAndFlush = 'Dzçst lietotâjus, un pçc tam pârlâdçt privilçìijas.';
$strDeleteAndFlushDescr = 'Tas ir labâkais veids, bet privilçìiju pârlâdçðana var paòemt zinâmu laiku.';
$strDeleted = 'Ieraksts tika dzçsts';
$strDeletedRows = 'Ieraksti dzçsti:';
$strDeleting = 'Dzçðam %s';
$strDescending = 'Dilstoðâ secîbâ';
$strDescription = 'Apraksts';
$strDictionary = 'vârdnîca';
$strDisableForeignChecks = 'Nepârbaudît ârçjâs atslçgas';
$strDisabled = 'Izslçgts';
$strDisplayFeat = 'Râdît iespçjas';
$strDisplayOrder = 'Attçloðanas secîba:';
$strDisplayPDF = 'Râdît PDF shçmu';
$strDoAQuery = 'Izpildît "vaicâjumu pçc parauga" (aizstâjçjzîme: "%")';
$strDoYouReally = 'Vai Jûs tieðâm gribat ';
$strDocu = 'Dokumentâcija';
$strDrop = 'Likvidçt';
$strDropDatabaseStrongWarning = 'Jûs taisaties LIKVIDÇT veselu datubâzi!';
$strDropUsersDb = 'Dzçst datubâzes, kurâm ir tâdi paði vârdi, kâ lietotâjiem.';
$strDumpSaved = 'Damps tika saglabâts failâ %s.';
$strDumpXRows = 'Saglabât %s rindas, sâkot ar %s.';
$strDumpingData = 'Dati tabulai';
$strDynamic = 'dinamisks';
 
$strEdit = 'Labot';
$strEditPDFPages = 'Labot PDF lapas';
$strEditPrivileges = 'Mainît privilçìijas';
$strEffective = 'Efektîvs';
$strEmpty = 'Iztukðot';
$strEmptyResultSet = 'MySQL atgrieza tukðo rezultâtu (0 rindas).';
$strEnabled = 'Ieslçgts';
$strEncloseInTransaction = 'Iekïaut eksportu transakcijâ';
$strEnd = 'Beigas';
$strEndCut = 'IZGRIEZT LÎDZ ÐAI VIETAI';
$strEndRaw = 'RINDAS BEIGAS';
$strEnglish = 'Angïu';
$strEnglishPrivileges = ' Piezîme: MySQL privilçìiju apzîmçjumi tiek rakstîti angïu valodâ ';
$strError = 'Kïûda';
$strEscapeWildcards = 'Aizstâjçjzîmes _ un % jâaizsargâ ar \ priekðâ, lai izmantotu tâs burtiski';
$strEstonian = 'Igauòu';
$strExcelEdition = 'Excel redakcija';
$strExcelOptions = 'Excel opcijas';
$strExecuteBookmarked = 'Izpildît iegrâmatoto vaicâjumu';
$strExplain = 'Izskaidrot SQL';
$strExport = 'Eksports';
$strExtendedInserts = 'Paplaðinâtas INSERT izteiksmes';
$strExtra = 'Ekstras';
 
$strFailedAttempts = 'Neveiksmîgi mçìinâjumi';
$strField = 'Lauks';
$strFieldHasBeenDropped = 'Lauks %s tika izdzçsts';
$strFields = 'Lauki';
$strFieldsEmpty = ' Lauku skaits ir nulle! ';
$strFieldsEnclosedBy = 'Lauki iekïauti iekð';
$strFieldsEscapedBy = 'Glâbjoða (escape) rakstzîme ir';
$strFieldsTerminatedBy = 'Lauki atdalîti ar';
$strFileAlreadyExists = 'Fails %s jau eksistç uz servera. Lûdzu nomainiet faila nosaukumu vai atzîmçjiet failu pârrakstîðanas opciju.';
$strFileCouldNotBeRead = 'Nevar nolasît failu';
$strFileNameTemplate = 'Faila nosaukuma ðablons';
$strFileNameTemplateRemember = 'atcerçties ðablonu';
$strFixed = 'fiksçts';
$strFlushPrivilegesNote = 'Piezîme: phpMyAdmin saòem lietotâju privilçìijas pa taisno no MySQL privilçìiju tabilâm. Ðo tabulu saturs var atðíirties no privilçìijâm, ko lieto serveris, ja tur tika veikti labojumi. Ðajâ gadîjumâ ir nepiecieðams %spârlâdçt privilçìijas%s pirms Jûs turpinât.';
$strFlushTable = 'Atsvaidzinât tabulu ("FLUSH")';
$strFormEmpty = 'Formâ trûkst vçrtîbu!';
$strFormat = 'Formats';
$strFullText = 'Pilni teksti';
$strFunction = 'Funkcija';
 
$strGenBy = 'Uzìenerçja';
$strGenTime = 'Izveidoðanas laiks';
$strGeneralRelationFeat = 'Galvenâs relâciju îpaðîbas';
$strGeorgian = 'Gruzînu';
$strGerman = 'Vâcu';
$strGlobal = 'globâls';
$strGlobalPrivileges = 'Globâlâs privilçìijas';
$strGlobalValue = 'Globâlâ vçrtîba';
$strGo = 'Aiziet!';
$strGrantOption = 'Pieðíirt';
$strGreek = 'Grieíu';
$strGzip = 'Arhivçts ar gzip';
 
$strHasBeenAltered = 'tika modificçta.';
$strHasBeenCreated = 'tika izveidota.';
$strHaveToShow = 'Izvçlieties vismaz vienu kolonnu attçloðanai';
$strHebrew = 'Ebreju';
$strHexForBinary = 'Lietot heksadecimâlo formâtu binârajiem laukiem';
$strHome = 'Sâkumlapa';
$strHomepageOfficial = 'Oficiâlâ phpMyAdmin mâjaslapa';
$strHost = 'Hosts';
$strHostEmpty = 'Hosts nav norâdîts!';
$strHungarian = 'Ungâru';
 
$strIcelandic = 'Islandieðu';
$strId = 'ID';
$strIdxFulltext = 'Pilni teksti';
$strIgnore = 'Ignorçt';
$strIgnoreInserts = 'Lietot IGNORE INSERTS';
$strIgnoringFile = 'Ignorçjam failu %s';
$strImportDocSQL = 'Importçt docSQL failus';
$strImportFiles = 'Importçt failus';
$strInUse = 'lietoðanâ';
$strIndex = 'Indekss';
$strIndexHasBeenDropped = 'Indekss %s tika izdzçsts';
$strIndexName = 'Indeksa nosaukums&nbsp;:';
$strIndexType = 'Indeksa tips&nbsp;:';
$strIndexWarningMultiple = 'Vairâk kâ viena %s atslçga tika izveidota kolonnai `%s`';
$strIndexWarningPrimary = 'PRIMARY un INDEX atslçgas nevar abas reizç tikt uzliktas kolonnai `%s`';
$strIndexWarningTable = 'Problçmas ar indeksiem tabulâ `%s`';
$strIndexWarningUnique = 'UNIQUE un INDEX atslçgas nevar abas reizç tikt uzliktas kolonnai `%s`';
$strIndexes = 'Indeksi';
$strInnodbStat = 'InnoDB statuss';
$strInsecureMySQL = 'Jûsu konfigurâcijas fails satur iestâdîjumus (lietotâjs "root" bez paroles), kas atbilst noklusçtajam MySQL priviliìçtajam lietotâjam. Jûsu MySQL serveris strâdâ ar ðo noklusçto variantu, ir atvçrts uzbrukumiem, un Jums tieðâm jâaiztaisa ðis droðîbas caurums.';
$strInsert = 'Pievienot';
$strInsertAsNewRow = 'Ievietot kâ jaunu rindu';
$strInsertNewRow = 'Pievienot jaunu rindu';
$strInsertedRowId = 'Ievietotâs rindas id:';
$strInsertedRows = 'Rindas pievienotas:';
$strInternalNotNecessary = '* Iekðçjâ relâcija nav nepiecieðama, kad tâ eksistç arî iekð InnoDB.';
$strInternalRelations = 'Iekðçjâs relâcijas';
 
$strJapanese = 'Japâòu';
$strJumpToDB = 'pâriet pie datubâzes &quot;%s&quot;.';
$strJustDelete = 'Dzçst lietotâjus no privilçìiju tabulâm.';
$strJustDeleteDescr = '&quot;Dzçstie&quot; lietotâji saglabâ spçju piekïût serverim kâ parasti, lîdz privilçìijas tiek pârlâdçtas.';
 
$strKeepPass = 'Nemainît paroli';
$strKeyname = 'Atslçgas nosaukums';
$strKill = 'Nogalinât';
$strKorean = 'Korejieðu';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opcijas';
$strLandscape = 'Ainava';
$strLatexCaption = 'Tabulas virsraksts';
$strLatexContent = 'Tabulas __TABLE__ saturs';
$strLatexContinued = '(turpinâjums)';
$strLatexContinuedCaption = 'Tabulas virsraksta turpinâjums';
$strLatexIncludeCaption = 'Iekïaut tabulas virsrakstu';
$strLatexLabel = 'Etiíetes atslçga';
$strLatexStructure = 'Tabulas __TABLE__ struktûra';
$strLatvian = 'Latvieðu';
$strLengthSet = 'Garums/Vçrtîbas*';
$strLimitNumRows = 'Rindu skaits vienâ lapâ';
$strLinesTerminatedBy = 'Rindas atdalîtas ar';
$strLinkNotFound = 'Links nav atrasts';
$strLinksTo = 'Linki uz';
$strLithuanian = 'Lietuvieðu';
$strLocalhost = 'Lokâls';
$strLocationTextfile = 'Teksta faila atraðanâs vieta';
$strLogPassword = 'Parole:';
$strLogServer = 'Serveris';
$strLogUsername = 'Lietotâjvârds:';
$strLogin = 'Ieiet';
$strLoginInformation = 'Piekïuves informâcija';
$strLogout = 'Iziet';
 
$strMIMETypesForTable = 'MIME TIPI TABULAI';
$strMIME_MIMEtype = 'MIME tips';
$strMIME_available_mime = 'Pieejamie MIME tipi';
$strMIME_available_transform = 'Pieejamâs transformâcijas';
$strMIME_description = 'Apraksts';
$strMIME_nodescription = 'Ðai transformâcijai nav apraksta.<br />Jautâjiet autoram, ko %s dara.';
$strMIME_transformation = 'Pârlûkprogrammas transformâcija';
$strMIME_transformation_note = 'Lai iegûtu pieejamo transformâciju opcijas un to MIME tipu transformâcijas, uzklikðíiniet uz %stransformâciju apraksti%s';
$strMIME_transformation_options = 'Transformâcijas opcijas';
$strMIME_transformation_options_note = 'Lûdzu ievadiet transformâciju opciju vçrtîbas, lietojot ðo formatu: \'a\',\'b\',\'c\'...<br />Ja Jums jâlieto atpakaïçjâ slîpsvîtra ("\") vai vienkârðâ pçdiòa ("\'") starp ðîm vçrtîbâm, lieciet tâs priekðâ vçl vienu atpakaïçjo slîpsvîtru (piemçram \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME tipiem, kas parâdîti slîprakstâ, nav atseviðías transformâcijas funkcijas';
$strMaximumSize = 'Maksimâlais izmçrs: %s%s';
$strModifications = 'Labojumi tika saglabâti';
$strModify = 'Labot';
$strModifyIndexTopic = 'Labot indeksu';
$strMoveTable = 'Pârvietot tabulu uz (datubâze<b>.</b>tabula):';
$strMoveTableOK = 'Tabula %s tika pârvietota uz %s.';
$strMoveTableSameNames = 'Nevar pârvietot tabulu uz viòu paðu!';
$strMultilingual = 'daudzvalodu';
$strMySQLCharset = 'MySQL kodçjums';
$strMySQLConnectionCollation = 'MySQL konekcijas kârtoðana';
$strMySQLSaid = 'MySQL teica: ';
$strMySQLShowProcess = 'Parâdît procesus';
$strMySQLShowStatus = 'Parâdît MySQL izpildes laika informâciju';
$strMySQLShowVars = 'Parâdît MySQL sistçmas mainîgos';
 
$strName = 'Nosaukums';
$strNext = 'Nâkamie';
$strNo = 'Nç';
$strNoActivity = 'Nebija aktivitâtes vairâk kâ %s sekunþu laikâ, lûdzu autorizçjieties vçlreiz';
$strNoDatabases = 'Nav datubâzu';
$strNoDatabasesSelected = 'Datubâze nav izvçlçta.';
$strNoDescription = 'Bez apraksta';
$strNoDropDatabases = '"DROP DATABASE" komanda ir aizliegta.';
$strNoExplain = 'Neizskaidrot SQL';
$strNoFrames = 'phpMyAdmin ir vairâk draudzîgs <b>freimu atbalstoðâm</b> pârlûkprogrammâm.';
$strNoIndex = 'Nav definçti indeksi!';
$strNoIndexPartsDefined = 'Nav definçto indeksa daïu!';
$strNoModification = 'Netika labots';
$strNoOptions = 'Ðim formâtam nav opciju';
$strNoPassword = 'Nav paroles';
$strNoPermission = 'Web serverim nav tiesîbu rakstît failâ %s.';
$strNoPhp = 'Bez PHP koda';
$strNoPrivileges = 'Nav privilçìiju';
$strNoRights = 'Jums nav pietiekoði tiesîbu, lai atrastos ðeit tagad!';
$strNoRowsSelected = 'Rindas nav iezîmçtas';
$strNoSpace = 'Nepietiek vietas, lai saglabâtu failu %s.';
$strNoTablesFound = 'Tabulas nav atrastas ðajâ datubâzç.';
$strNoThemeSupport = 'Nav tçmu atbalsta, lûdzu pârbaudiet jûsu konfigurâciju un/vai Jûsu tçmas direktorijâ %s.';
$strNoUsersFound = 'Lietotâji netika atrasti.';
$strNoValidateSQL = 'Nepârbaudît SQL';
$strNone = 'Nav';
$strNotNumber = 'Tas nav numurs!';
$strNotOK = 'nav OK';
$strNotSet = 'Tabula <b>%s</b> nav atrasta vai nav atzîmeta iekð %s';
$strNull = 'Nulle';
$strNumSearchResultsInTable = '%s rezultâti tabulâ <i>%s</i>';
$strNumSearchResultsTotal = '<b>Kopumâ:</b> <i>%s</i> rezultâti';
$strNumTables = 'Tabulas';
 
$strOK = 'Labi';
$strOperations = 'Darbîbas';
$strOperator = 'Operators';
$strOptimizeTable = 'Optimizçt tabulu';
$strOr = 'Vai';
$strOverhead = 'Pârtçriòð';
$strOverwriteExisting = 'Pârrakstît eksistçjoðos failus';
 
$strPHP40203 = 'Jûs lietojat PHP versiju 4.2.3, kurai ir nopietna kïûda daudzbaitu rindiòu funkcijâs (mbstring). Skatît PHP bug report 19404. Sî PHP versija nav rekomendçjama lietoðanai ar phpMyAdmin.';
$strPHPVersion = 'PHP Versija';
$strPageNumber = 'Lapas numurs:';
$strPaperSize = 'Papîra izmçrs';
$strPartialText = 'Daïçji teksti';
$strPassword = 'Parole';
$strPasswordChanged = 'Lietotâja %s parole tika veiksmîgi mainîta.';
$strPasswordEmpty = 'Parole nav norâdîta!';
$strPasswordHashing = 'Paroles jaukðana';
$strPasswordNotSame = 'Paroles nesakrît!';
$strPdfDbSchema = 'Datubâzes "%s" shçma, %s. lapa';
$strPdfInvalidTblName = 'Tabula "%s" neeksistç!';
$strPdfNoTables = 'Nav tabulu';
$strPerHour = 'stundâ';
$strPerMinute = 'minûtç';
$strPerSecond = 'sekundç';
$strPersian = 'Persieðu';
$strPhoneBook = 'telefonu grâmata';
$strPhp = 'Izveidot PHP kodu';
$strPmaDocumentation = 'phpMyAdmin dokumentâcija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktîvai ir JÂBÛT nodefinçtai Jûsu konfigurâcijas failâ!';
$strPolish = 'Poïu';
$strPortrait = 'Portrets';
$strPos1 = 'Sâkums';
$strPrevious = 'Iepriekðçjie';
$strPrimary = 'Primârâ';
$strPrimaryKeyHasBeenDropped = 'Primârâ atslçga tika izdzçsta';
$strPrimaryKeyName = 'Primârâs atslçgas nosaukumam jâbût... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>jâbût</b> tikai un <b>vienîgi</b> primârâs atslçgas indeksa nosaukumam!)';
$strPrint = 'Drukât';
$strPrintView = 'Izdrukas versija';
$strPrintViewFull = 'Drukas skats (ar pilniem tekstiem)';
$strPrivDescAllPrivileges = 'Iekïauj visas privilçìijas, izòemot GRANT.';
$strPrivDescAlter = 'Ïauj mainît esoðo tabulu struktûru.';
$strPrivDescCreateDb = 'Ïauj veidot jaunas datubâzes un tabulas.';
$strPrivDescCreateTbl = 'Ïauj veidot jaunas tabulas.';
$strPrivDescCreateTmpTable = 'Ïauj veidot pagaidu tabulas.';
$strPrivDescDelete = 'Ïauj dzçst datus.';
$strPrivDescDropDb = 'Ïauj dzçst datubâzes un tabulas.';
$strPrivDescDropTbl = 'Ïauj dzçst tabulas.';
$strPrivDescExecute = 'Ïauj palaist saglabâtâs procedûras; vçl nestrâdâ ðajâ MySQL versijâ.';
$strPrivDescFile = 'Ïauj importçt/eksportçt datus no/uz failiem.';
$strPrivDescGrant = 'Ïauj pievienot lietotâjus un privilçìijas bez privilçìiju tabulu pârlâdçðanas.';
$strPrivDescIndex = 'Ïauj veidot un dzçst indeksus.';
$strPrivDescInsert = 'Ïauj ievietot un mainît datus.';
$strPrivDescLockTables = 'Ïauj bloíçt tabulas tekoðajai darbîbai.';
$strPrivDescMaxConnections = 'Ierobeþo jauno konekciju skaitu, ko lietotâjs var atvçrt stundas laikâ.';
$strPrivDescMaxQuestions = 'Ierobeþo vaicâjumu skaitu, ko lietotâjs var mosûtît uz serveri stundas laikâ.';
$strPrivDescMaxUpdates = 'Ierobeþo komandu skaitu, kas maina kas maina tabulas vai datubâzes, ko lietotâjs var izpildît stundas laikâ.';
$strPrivDescProcess3 = 'Ïauj nogalinât citu lietotâju procesus.';
$strPrivDescProcess4 = 'Ïauj apskatît pieprasîjumu un procesu sarakstus.';
$strPrivDescReferences = 'Nedarbojas ðajâ MySQL versijâ.';
$strPrivDescReload = 'Ïauj prlâdçt servera iestâdîjumus un iztukðot servera keðu.';
$strPrivDescReplClient = 'Dod lietotâjam tiesîbas jautât, kur ir replikâcijas oriìinâli / kopijas.';
$strPrivDescReplSlave = 'Nepiecieðams replikâciju kopijâm.';
$strPrivDescSelect = 'Ïauj lasît datus.';
$strPrivDescShowDb = 'Dod pieeju pilnam datubâzu sarakstam.';
$strPrivDescShutdown = 'Ïauj apstâdinât serveri.';
$strPrivDescSuper = 'Ïauj pieslçgties pat tad, ja ir sasniegts maksimâlais konekciju skaits; Nepiecieðams vairumam administratîvo operâciju, kâ globâlo mainîgo maiòa vai citu lietotâju procesu nogalinâðana.';
$strPrivDescUpdate = 'Ïauj mainît datus.';
$strPrivDescUsage = 'Nav privilçìiju.';
$strPrivileges = 'Privilçìijas';
$strPrivilegesReloaded = 'Privilçìijas tika veiksmîgi pârlâdçtas.';
$strProcesslist = 'Procesu saraksts';
$strPutColNames = 'Likt kolonnu nosaukumus pirmajâ rindâ';
 
$strQBE = 'Vaicâjums pçc parauga';
$strQBEDel = 'Dzçst';
$strQBEIns = 'Ielikt';
$strQueryFrame = 'Vaicâjuma logs';
$strQueryOnDb = 'SQL vaicâjums uz datubâzes <b>%s</b>:';
$strQuerySQLHistory = 'SQL vçsture';
$strQueryStatistics = '<b>Pieprasîjumu statistika</b>: %s pieprasîjumi tika nosûtîti uz serveri kopð tâ palaiðanâs brîþa.';
$strQueryTime = 'Vaicâjums ilga %01.4f s';
$strQueryType = 'Vaicâjuma tips';
$strQueryWindowLock = 'Nepârrakstît ðo vaicâjumu ârpus ðî loga';
 
$strReType = 'Atkârtojiet';
$strReceived = 'Saòemts';
$strRecords = 'Ieraksti';
$strReferentialIntegrity = 'Pârbaudît referenciâlo integritâti:';
$strRefresh = 'Atjaunot';
$strRelationNotWorking = 'Papildiespçjas darbam ar saistîtâm tabulâm tika izslçgtas. Lai uzzinâtu kâpçc, klikðkiniet %sðeit%s.';
$strRelationView = 'Relâciju pârskats';
$strRelationalSchema = 'Relâciju shçma';
$strRelations = 'Relâcijas';
$strRelationsForTable = 'RELÂCIJAS TABULAI';
$strReloadMySQL = 'Pârlâdçt MySQL serveri';
$strReloadingThePrivileges = 'Pârlâdçjam privilçìijas';
$strRemoveSelectedUsers = 'Dzçst izvçlçtos lietotâjus';
$strRenameDatabaseOK = 'Datubâze %s tika pârsaukta par %s';
$strRenameTable = 'Pârsaukt tabulu uz';
$strRenameTableOK = 'Tabula %s tika pârsaukta par %s';
$strRepairTable = 'Restaurçt tabulu';
$strReplaceNULLBy = 'Aizvietot NULL ar';
$strReplaceTable = 'Aizvietot tabulas datus ar datiem no faila';
$strReset = 'Atcelt';
$strResourceLimits = 'Resursu ierobeþojumi';
$strRevoke = 'Atsaukt';
$strRevokeAndDelete = 'Atòemt visas aktîvâs privilçìijas lietotâjiem, un pçc tam dzçst tos.';
$strRevokeAndDeleteDescr = 'Lietotâji saglabâ iespeju lietot datubâzes, lîdz privilçìijas tiek pârlâdçtas.';
$strRevokeMessage = 'Jûs atòçmât privilçgijas lietotâjam %s';
$strRomanian = 'Rumâòu';
$strRowLength = 'Rindas garums';
$strRowSize = ' Rindas izmçrs ';
$strRows = 'Rindas';
$strRowsFrom = 'rindas sâkot no';
$strRowsModeFlippedHorizontal = 'horizontâlâ (pagriezti virsraksti)';
$strRowsModeHorizontal = 'horizontâlâ';
$strRowsModeOptions = '%s skatâ un atkârtot virsrakstus ik pçc %s rindâm';
$strRowsModeVertical = 'vertikâlâ';
$strRowsStatistic = 'Rindas statistika';
$strRunQuery = 'Izpildît vaicâjumu';
$strRunSQLQuery = 'Izpildît SQL vaicâjumu(s) uz datubâzes %s';
$strRunning = 'atrodas uz %s';
$strRussian = 'Krievu';
 
$strSQL = 'SQL';
$strSQLExportType = 'Eksporta veids';
$strSQLOptions = 'SQL opcijas';
$strSQLParserBugMessage = 'Iespçjams, ka Jûs esat atraduði kïûdu SQL interpretatorâ. Lûdzu apskatiet Jûsu vaicâjumu citîgâk, un pârbaudiet, ka pçdiòas ir pareizas un nav sajauktas. Cits kïûdas iemesls var bût tas, ka Jûs atsûtîjât failu ar binâro vçrtîbu ârpus pçdiòâs iekïautâ teksta lauka. Jûs varat arî izmçìinât savu vaicâjumu MySQL komandrindas interfeisâ. MySQL servera kïûdas paziòojums zemâk, ja tâds ir, var arî palîdzçt Jums diagnosticçt problçmu. Ja problçma paliek, vai arî iekð phpMyAdmin kïûda ir, bet komandrindâ nav, lûdzu samaziniet Jûsu SQL vaicâjumu lîdz vienkârðam vaicâjumam kas izsauc problçmas, un atsûtiet mums ziòojumu par kïûdu, iekïaujot tajâ datus no IZGRIEZT sekcijas zemâk:';
$strSQLParserUserError = 'Izkatâs, ka Jûsu SQL vaicajumâ ir kïûda. MySQL servera kïûdas pazinojums zemâk, ja tâds ir, var arî palîdzet Jums diagnosticçt problçmu.';
$strSQLQuery = 'SQL vaicâjums';
$strSQLResult = 'SQL rezultâts';
$strSQPBugInvalidIdentifer = 'Nederîgs identifikators';
$strSQPBugUnclosedQuote = 'Neaizvçrtas pçdiòas';
$strSQPBugUnknownPunctuation = 'Nezinâmâ punktuâcijas zîme';
$strSave = 'Saglabât';
$strSaveOnServer = 'Saglabât uz servera direktorijâ %s';
$strScaleFactorSmall = 'Mçrogoðanas faktors ir pârâk mazs, lai shçma ietilptu vienâ lapâ';
$strSearch = 'Meklçt';
$strSearchFormTitle = 'Meklçt datubâzç';
$strSearchInTables = 'Tabulâ(s):';
$strSearchNeedle = 'Vârdi vai vçrtîbas meklçðanai (aizstâjçjzîme: "%"):';
$strSearchOption1 = 'kaut viens no vârdiem';
$strSearchOption2 = 'visi vârdi';
$strSearchOption3 = 'precîza frâze';
$strSearchOption4 = 'kâ regulârâ izteiksme';
$strSearchResultsFor = 'Meklçðanas rezultâti "<i>%s</i>" %s:';
$strSearchType = 'Atrast:';
$strSecretRequired = 'Konfigurâcijas fails tagad prasa slepeno paroli (blowfish_secret).';
$strSelectADb = 'Lûdzu izvçlieties datubâzi';
$strSelectAll = 'Iezîmçt visu';
$strSelectBinaryLog = 'Izvçlieties binâro log-failu apskatei';
$strSelectFields = 'Izvçlieties laukus (kaut vienu):';
$strSelectNumRows = 'vaicâjumâ';
$strSelectTables = 'Izvçlieties tabulas';
$strSend = 'Saglabât kâ failu';
$strSent = 'Nosûtîts';
$strServer = 'Serveris';
$strServerChoice = 'Servera izvçle';
$strServerNotResponding = 'Serveris neatbild';
$strServerStatus = 'Izpildes laika informâcija';
$strServerStatusUptime = 'Ðis MySQL serveris strâdâ %s. Tas tika palaists %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Mainîgie';
$strServerTrafficNotes = '<b>Servera trafiks</b>: Ðîs tabulas parâda ðî MySQL servera tîkla trafika statistiku kopð tâ palaiðanas.';
$strServerVars = 'Servera mainîgie un konfigurâcija';
$strServerVersion = 'Servera versija';
$strSessionValue = 'Sesijas vçrtîba';
$strSetEnumVal = 'Ja lauka tips ir "enum" vai "set", lûdzu ievadiet vçrtîbas atbilstoði ðim formatam: \'a\',\'b\',\'c\'...<br />Ja Jums vajag ielikt atpakaïçjo slîpsvîtru (\) vai vienkârðo pçdiòu (\') kâdâ no ðîm vçrtîbâm, lieciet tâs priekðâ atpakaïçjo slîpsvîtru (piemçram, \'\\\\xyz\' vai \'a\\\'b\').';
$strShow = 'Râdît';
$strShowAll = 'Râdît visu';
$strShowColor = 'Râdît krâsas';
$strShowDatadictAs = 'Datu vârdnîcas formats';
$strShowFullQueries = 'Râdît pilnos vaicâjumus';
$strShowGrid = 'Râdît reþìi';
$strShowPHPInfo = 'Parâdît PHP informâciju';
$strShowTableDimension = 'Râdit tabulu izmçrus';
$strShowTables = 'Râdît tabulas';
$strShowThisQuery = ' Râdît ðo vaicâjumu ðeit atkal ';
$strShowingRecords = 'Parâdu rindas';
$strSimplifiedChinese = 'Vienkârðota íînieðu';
$strSingly = '(atseviðíi)';
$strSize = 'Izmçrs';
$strSlovak = 'Slovâku';
$strSlovenian = 'Slovçòu';
$strSort = 'Kârtoðana';
$strSortByKey = 'Kârtot pçc atslçgas';
$strSpaceUsage = 'Diska vietas lietoðana';
$strSpanish = 'Spâòu';
$strSplitWordsWithSpace = 'Vârdi ir atdalîti ar tukðumu (" ").';
$strStatCheckTime = 'Pçdçjâ pârbaude';
$strStatCreateTime = 'Izveidoðana';
$strStatUpdateTime = 'Pçdçjâ atjaunoðana';
$strStatement = 'Parametrs';
$strStatus = 'Statuss';
$strStrucCSV = 'CSV dati';
$strStrucData = 'Struktûra un dati';
$strStrucDrop = 'Pievienot tabulu dzçðanas komandas';
$strStrucExcelCSV = 'CSV dati MS Excel formâtâ';
$strStrucNativeExcel = 'Dati MS Excel formatâ';
$strStrucOnly = 'Tikai struktûra';
$strStructPropose = 'Ieteikt tabulas sruktûru';
$strStructure = 'Struktûra';
$strSubmit = 'Nosûtît';
$strSuccess = 'Jûsu SQL vaicâjums tika veiksmîgi izpildîts';
$strSum = 'Kopumâ';
$strSwedish = 'Zviedru';
$strSwitchToDatabase = 'Pârslçgties uz nokopçto datubâzi';
$strSwitchToTable = 'Pârslçgties uz nokopçto tabulu';
 
$strTable = 'Tabula';
$strTableComments = 'Komentârs tabulai';
$strTableEmpty = 'Tabulas nosaukums nav norâdîts!';
$strTableHasBeenDropped = 'Tabula %s tika izdzçsta';
$strTableHasBeenEmptied = 'Tabula %s tika iztukðota';
$strTableHasBeenFlushed = 'Tabula %s tika atsvaidzinâta';
$strTableMaintenance = 'Tabulas apkalpoðana';
$strTableOfContents = 'Satura râdîtâjs';
$strTableOptions = 'Tabulas opcijas';
$strTableStructure = 'Tabulas struktûra tabulai';
$strTableType = 'Tabulas tips';
$strTables = '%s tabula(s)';
$strTakeIt = 'izmantot ðo stilu';
$strTblPrivileges = 'Tabulu specifiskâs privilçìijas';
$strTextAreaLength = ' Sava garuma dçï,<br /> ðis lauks var bût nerediìçjams ';
$strThai = 'Taizemieðu';
$strTheme = 'Tçma / Stils';
$strThisHost = 'Ðis hosts';
$strThisNotDirectory = 'Tâ nebija direktorija';
$strThreadSuccessfullyKilled = 'Process %s tika veiksmîgi nogalinâts.';
$strTime = 'Laiks';
$strToggleScratchboard = 'parâdît/noslçpt piezîmju tafeli';
$strTotal = 'kopâ';
$strTotalUC = 'Kopâ';
$strTraditionalChinese = 'Tradicionâla íînieðu';
$strTraditionalSpanish = 'Tradicionâlâ spâòu';
$strTraffic = 'Datu apmaiòa';
$strTransformation_application_octetstream__download = 'Râdît saiti uz lauka binâro datu lejuplâdi. Pirmâ opcija ir binârâ faila nosaukums. Otrâ opcija ir iespçjamais lauka nosaukums tabulas rindâ, kas satur faula nosaukumu. Ja izmantojat otro opciju, pirmo atstâjiet tukðo.';
$strTransformation_image_jpeg__inline = 'Parâda klikðíinâmo sîktçlu; opcijas: platums, augstums pikseïos (saglabâjot oriìinâlâs proporcijas)';
$strTransformation_image_jpeg__link = 'Parâda linku uz ðo attçlu (tieða blob lauka lajuplâde).';
$strTransformation_image_png__inline = 'Skatîties image/jpeg: kâ ierindotu attçlu';
$strTransformation_text_plain__dateformat = 'Òem TIME, TIMESTAMP vai DATETIME lauku, un formatç to izmantojot Jûsu lokâlo datuma formatu. Pirmâ opcija ir nobîde (stundâs), kas tiks pievienota timestamp laukam (noklusçtâ: 0). Otrâ opcija ir datuma formats, saskaòâ ar PHP finkcijas strftime() parametriem.';
$strTransformation_text_plain__external = 'Tikai LINUX: Palaiþ ârçjo aplikâciju un padod lauka datus tâs standartievadâ. Atgrieþ aplikâcijas standartizvadi. Noklusçjums ir Tidy, kas izskaistina HTML kodu. Droðîbas apsvçrumu dçï, nepiecieðams manuâli rediìçt failu libraries/transformations/text_plain__external.inc.php un ielikt rîkus, kurus Jûs atïaujat palaist. Pirmâ opcija ir programmas numurs, ko Jûs vçlaties lietot, otrâ opcija ir parametri ðai programmai. Treðâ opcija, ja ir vienâda ar 1, konvertç izvadi, izmantojot htmlspecialchars() (noklusçjums ir 1). Ceturtais parametrs, ja vienâds ar 1, liek NOWRAP parametru satura ðûnai, tâ kâ izvade tiks attçlota bez pârformatçðanas. (noklusçjums ir 1)';
$strTransformation_text_plain__formatted = 'Saglabâ lauka oriìinâlo formatçjumu. Speciâlo rakstzîmju pasargâðana netiek veikta.';
$strTransformation_text_plain__imagelink = 'Parâda attçlu un linku, lauks satur faila nosauumu; pirmâ opcija ir prefikss, piemçram, "http://domens.lv/", otrâ opcija ir platums pikseïos, treðâ ir augstums.';
$strTransformation_text_plain__link = 'Parâda attçlu un linku, lauks satur faila nosauumu; pirmâ opcija ir prefikss, piemçram, "http://domens.lv/", otrâ opcija ir linka nosaukums.';
$strTransformation_text_plain__substr = 'Parâda tikai virknes daïu. Pirmâ opcija ir nobîde, kas nosaka, kur Jûsu teksts sâkas (noklusçjums 0). Otrâ opcija ir atgrieþamâ teksta garums. Ja tukða, atgrieþ visu atlikuðo tekstu. Treðâ opcija nosaka rakstzîmes, kas tiks pievienotas apgrieztâs virknes galâ (noklusçjums: ...) .';
$strTruncateQueries = 'Ierobeþot parâdîto vaicâjumu garumu';
$strTurkish = 'Turku';
$strType = 'Tips';
 
$strUkrainian = 'Ukraiòu';
$strUncheckAll = 'Neiezîmçt neko';
$strUnicode = 'Unikods';
$strUnique = 'Unikâlais';
$strUnknown = 'nazinâma';
$strUnselectAll = 'Neiezîmçt neko';
$strUpdComTab = 'Lûdzu skatieties dokumentâciju par to, kâ atjaunot \'Column_comments\' tabulu';
$strUpdatePrivMessage = 'Jûs modificçjât privilçìijas objektam %s.';
$strUpdateProfileMessage = 'Profils tika modificçts.';
$strUpdateQuery = 'Atjaunot vaicâjumu';
$strUpgrade = 'Jums ir jâuzliek %s %s vai jaunâks.';
$strUsage = 'Aizòem';
$strUseBackquotes = 'Lietot apostrofa simbolu [`] tabulu un lauku nosaukumiem';
$strUseHostTable = 'Lietot hostu tabulu';
$strUseTabKey = 'Lietojiet TAB taustiòu, lai pârvietotos no vçrtîbas lîdz vçrtîbai, vai CTRL+bultiòas, lai pârvietotos jebkurâ vietâ';
$strUseTables = 'Lietot tabulas';
$strUseTextField = 'Lietot teksta lauku';
$strUseThisValue = 'Lietot ðo vçrtîbu';
$strUser = 'Lietotâjs';
$strUserAlreadyExists = 'Lietotâjs %s jau eksistç!';
$strUserEmpty = 'Lietotâja vârds nav norâdîts!';
$strUserName = 'Lietotâjvârds';
$strUserNotFound = 'Izvçlçtais lietotâjs nav atrasts privilçìiju tabulâ.';
$strUserOverview = 'Lietotâju pârskats';
$strUsersDeleted = 'Izvçlçtie lietotâji tika veiksmîgi dzçsti.';
$strUsersHavingAccessToDb = 'Lietotâji, kam ir pieja datubâzei &quot;%s&quot;';
 
$strValidateSQL = 'Pârbaudît SQL';
$strValidatorError = 'Nevar inicializçt SQL pârbaudîtâju. Lûdzu pârbaudiet, vai esat uzinstalçjuði nepiecieðamos PHP paplaðinâjumus, kâ aprakstîts %sdokumentâcijâ%s.';
$strValue = 'Vçrtîba';
$strVar = 'Mainîgais';
$strViewDump = 'Apskatît tabulas dampu (shçmu)';
$strViewDumpDB = 'Apskatît datubâzes dampu (shçmu)';
$strViewDumpDatabases = 'Apskatît datubâzu dampu (shçmu)';
 
$strWebServerUploadDirectory = 'web servera augðupielâdes direktorija';
$strWebServerUploadDirectoryError = 'Direktoija, kuru norâdijât augðupielâdei, nav pieejama';
$strWelcome = 'Laipni lûgti %s';
$strWestEuropean = 'Rietumeiropas';
$strWildcard = 'aizstâjçjzîme';
$strWindowNotFound = 'Neizdevâs atjaunot galveno pârlûkprogramas logu. Varbût esat viòu aizvçruði, vai arî Jûsu pârlûkprogramma bloíe starplogu saskarsmi Jûsu droðîbas iestâdîjumu dçï.';
$strWithChecked = 'Ar iezîmçto:';
$strWritingCommentNotPossible = 'Komentâra rakstîðana nav iespçjama';
$strWritingRelationNotPossible = 'Relâcijas rakstîðana nav iespçjama';
$strWrongUser = 'Kïûdains lietotâjvârds/parole. Pieeja aizliegta.';
 
$strXML = 'XML';
 
$strYes = 'Jâ';
 
$strZeroRemovesTheLimit = 'Piezîme: Ðo opciju uzstâdîðana uz 0 (nulli) atceï ierobeþojumus.';
$strZip = 'Arhivçts ar zip';
 
// To translate:
$strAfterInsertNext = 'Edit next row'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
 
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
 
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/lithuanian-utf-8.inc.php
0,0 → 1,989
<?php
/* $Id: lithuanian-utf-8.inc.php,v 2.117.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sekmadienis', 'Pirmadienis', 'Antradienis', 'Trečiadienis', 'Ketvirtadienis', 'Penktadienis', 'Šeštadienis');
$month = array('Sausio', 'Vasario', 'Kovo', 'Balandžio', 'Gegužio', 'Birželio', 'Liepos', 'Rugpjūčio', 'Rugsėjo', 'Spalio', 'Lapkričio', 'Gruodžio');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = ' %Y m. %B %d d. %H:%M';
$timespanfmt = '%s d., %s val., %s min. ir %s s.';
 
$strAPrimaryKey = 'Stulpeliui %s sukurtas PIRMINIS raktas';
$strAbortedClients = 'Atmestos jungtys';
$strAbsolutePathToDocSqlDir = 'Prašome nurodyti absoliutų kelią iki docSQL katalogo darbinėje stotyje';
$strAccessDenied = 'Jungtis neįmanoma';
$strAccessDeniedExplanation = 'phpMyAdmin nepavyko prisijungti prie MySQL darbinės stoties (jungtis atmesta). Patikrinkite config.inc.php byloje nurodytus duomenis (darbinės stoties adresą, prisijungimo vardą ir slaptažodį) ir įsitikinkite ar jie sutampa su duomenimis gautais iš darbinės stoties administratoriaus.';
$strAction = 'Valdymo veiksmai';
$strAddAutoIncrement = 'Pridėti AUTO_INCREMENT reikšmę';
$strAddConstraints = 'Pridėti apribojimą';
$strAddDeleteColumn = 'Įterpti/Trinti stulpelius';
$strAddDeleteRow = 'Įterpti/Trinti požymio eilutę(es)';
$strAddDropDatabase = 'Pridėti DROP DATABASE';
$strAddFields = 'Pridėti %s lauką(-us)';
$strAddHeaderComment = 'Įterpti savo komentarą į header sritį (eilučių skirtukas \\n )';
$strAddIfNotExists = 'Pridėti IF NOT EXISTS';
$strAddIntoComments = 'Pridėti į komentarus';
$strAddNewField = 'Įterpti naują laukelį(ius)';
$strAddPrivilegesOnDb = 'Sukurti privilegijas šiai duombazei';
$strAddPrivilegesOnTbl = 'Sukurti privilegijas šiai lentelei';
$strAddSearchConditions = 'Įterpkite paieškos sąlygas į "where" sakinį:';
$strAddToIndex = 'Įterpti indeksui papildomus &nbsp;%s&nbsp;stulpelį(ius)';
$strAddUser = 'Sukurti naują vartotoją';
$strAddUserMessage = 'Jūs sukūrėte naują vartotoją.';
$strAddedColumnComment = 'Pridėtas stulpelio komentaras';
$strAddedColumnRelation = 'Pridėtas stulpelio sąryšis';
$strAdministration = 'Administracija';
$strAffectedRows = 'Pakeista eilučių:';
$strAfter = 'Po %s';
$strAfterInsertBack = 'Sugrįžti į buvusį puslapį';
$strAfterInsertNewInsert = 'Įterpti sekančią naują eilutę';
$strAfterInsertNext = 'Redaguoti sekantį įrašą';
$strAfterInsertSame = 'Grįžti atgal į šį puslapį';
$strAll = 'Viską';
$strAllTableSameWidth = 'rodyti visas lenteles vienodo pločio?';
$strAlterOrderBy = 'Pakeisti lentelės rūšiavimą pagal:';
$strAnIndex = 'Indeksas sukurtas %s stulpeliui';
$strAnalyzeTable = 'Analizuoti lentelę';
$strAnd = 'IR';
$strAny = 'Bet kurį(ią)';
$strAnyHost = 'Bet kurį prisijungimo adresą';
$strAnyUser = 'Bet kurį vartotoją';
$strApproximateCount = 'Gali būti apytikslis. Žiūrėkite DUK 3.11';
$strArabic = 'Arabų';
$strArmenian = 'Armėnų';
$strAscending = 'Didėjimo tvarka';
$strAtBeginningOfTable = 'Lentelės pradžioje';
$strAtEndOfTable = 'Lentelės pabaigoje';
$strAttr = 'Atributai';
$strAutodetect = 'Automatinis nustatymas';
$strAutomaticLayout = 'Automatinis išdėstymas';
 
$strBack = 'Atgal';
$strBaltic = 'Baltų';
$strBeginCut = 'KIRPIMO PRADŽIA';
$strBeginRaw = 'RAW PRADŽIA';
$strBinLogEventType = 'Event\'o tipas';
$strBinLogInfo = 'Informatcija';
$strBinLogName = 'Logo pavadinimas';
$strBinLogOriginalPosition = 'Pirminė padėtis';
$strBinLogPosition = 'Padėtis';
$strBinLogServerId = 'Serverio ID';
$strBinary = 'Dvejetainis';
$strBinaryDoNotEdit = 'Dvejetainis - nekeisti';
$strBinaryLog = 'Binarinis logas';
$strBookmarkAllUsers = 'Leisti kitiems vartotojams naudotis šia žyme';
$strBookmarkDeleted = 'Nuoroda ištrinta.';
$strBookmarkLabel = 'Nuorodos Antraštė';
$strBookmarkQuery = 'Sukurti nuoroda SQL-užklausai';
$strBookmarkThis = 'Sukurti nuorodą';
$strBookmarkView = 'Peržiūra';
$strBrowse = 'Peržiūrėti';
$strBrowseForeignValues = 'Naršyti išorines reikšmes';
$strBufferPool = 'Buferio Pool\'as';
$strBufferPoolUsage = 'Buferio Pool\'o naudojimas';
$strBulgarian = 'Bulgarų';
$strBzError = 'phpMyAdmin negalėjo suspausti lentelės struktūros atvaizdą (dump), nes šioje php versijoje neveikia Bz2 modulis. Rekomenduojame phpMyAdmin konfigūracinėje byloje <code>$cfg[\'BZipDump\']</code> direktyvą prilyginti <code>FALSE</code>. Atnaujinkite savo php versiją, jeigu norite naudotis Bz2 moduliu. Detalesnė informacija: %s.';
$strBzip = '"bzip"';
 
$strCSVOptions = 'CSV parinktys';
$strCalendar = 'Kalendorius';
$strCannotLogin = 'Neprisijungia prie MySQL darbinės stoties';
$strCantLoad = 'negalima įkrauti %s plėtinio,<br />pasitikrinkite php parinktis';
$strCantLoadRecodeIconv = 'Nepavyko užkrauti <em>iconv</em> arba <em>recode</em> plėtinių, reikalingų koduotės kovertavimui. Suteikite PHP teises naudotis šiais išplėtimais arba išjunkite phpMyAdmin koduotės konvertavimą. ';
$strCantRenameIdxToPrimary = 'Indeksą pervadinti PIRMINIU nepavyko!';
$strCantUseRecodeIconv = 'Kraunant plėtinių pranešimus, nepavyko pasinaudoti <em>iconv</em> arba <em>libiconv</em> arba <em>recode_string</em> funkcijomis. Pasitkrinkite PHP parinktis. ';
$strCardinality = 'Elementų skaičius';
$strCaseInsensitive = 'simbolių registras nesvarbus';
$strCaseSensitive = 'simbolių registras svarbus';
$strCentralEuropean = 'Centrinės Europos';
$strChange = 'Redaguoti';
$strChangeCopyMode = 'Sukurti naują vartotoją su tom pačiom privilegijom ir ...';
$strChangeCopyModeCopy = '... palikti seną vartotoją.';
$strChangeCopyModeDeleteAndReload = ' ... pašalinti seną vartotoją iš vartotojų lentelės ir poto perkrauti privilegijas';
$strChangeCopyModeJustDelete = ' ... pašalinti seną vartotoją iš vartotojų lentelės.';
$strChangeCopyModeRevoke = ' ... panaikinti visas privilegijas iš seno vartotojo ir poto jį pašalinti.';
$strChangeCopyUser = 'Pakeisti prisijungimo informaciją / Kopijuoti vartotojo duomenis';
$strChangeDisplay = 'Pasirinkite lauką, kurį norite peržiūrėti';
$strChangePassword = 'Pakeisti slaptažodį';
$strCharset = 'Koduotė';
$strCharsetOfFile = 'Simbolių koduotė byloje:';
$strCharsets = 'Koduotės';
$strCharsetsAndCollations = 'Simbolių rinkiniai ir Palyginimai';
$strCheckAll = 'Pažymėti viską';
$strCheckOverhead = 'Patikrinti perkrautus';
$strCheckPrivs = 'Patikrinti privilegijas';
$strCheckPrivsLong = 'Patikrinti duombazės &quot;%s&quot; privilegijas.';
$strCheckTable = 'Patikrinti lentelę';
$strChoosePage = 'Pasirinkite puslapį redagavimui';
$strColComFeat = 'Stulpelių komentarų išvedimas';
$strCollation = 'Palyginimas';
$strColumnNames = 'Stulpelių vardai';
$strColumnPrivileges = 'Specifinės stulpelių privilegijos';
$strCommand = 'Komanda';
$strComments = 'Komentarai';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'Suderinamas sy MySQL&nbsp;4.0';
$strCompleteInserts = 'Visiškas įterpimas';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin negalėjo perskaityti parinkčių bylos!<br />Tai galėjo nutikti jeigu <u>php</u> rado byloje vykdymo klaidą arba visai nerando bylos.<br />Prašome kreiptis į parinkčių bylą tiesiogiai (naudojantis nuoroda žemiau) ir perskaityti gautus <u>php</u> klaidų pranešimą(us). Daugeliu atveju vienoje/keletoje eilučių truksta kabučių ir/arba kabliataškio.<br />Jeigu išvedamas tuščias naršyklės langas - viskas tvarkoje (klaidų nepastebėta).';
$strConfigureTableCoord = 'Nustatykite lentelės %s koordinates';
$strConnectionError = 'Neįmanoma prisijungti: neteisingi duomenys.';
$strConnections = 'Prisijungimai';
$strConstraintsForDumped = 'Apribojimai eksportuotom lentelėm';
$strConstraintsForTable = 'Apribojimai lentelei';
$strCookiesRequired = 'Sausainėliai(Cookies) turi būti priimami.';
$strCopy = 'Kopijuoti';
$strCopyDatabaseOK = 'Duombazė %s buvo nukopijuota į %s';
$strCopyTable = 'Kopijuoti lentelė į (duombazė<b>.</b>lentelė):';
$strCopyTableOK = 'Letelė %s nukopijuota į %s.';
$strCopyTableSameNames = 'Negalima kopijuoti lentelės į ją pačią!';
$strCouldNotKill = 'phpMyAdmin negalėjo išjungti %s proceso. Gali būti jog jis jau užbaigė darbą.';
$strCreate = 'Sukurti';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE prieš kopijuojant';
$strCreateIndex = 'Sukurti indeksą &nbsp;%s&nbsp;stulpeliui(iams)';
$strCreateIndexTopic = 'Sukurti naują indeksą';
$strCreateNewDatabase = 'Sukurti naują duombazę';
$strCreateNewTable = 'Sukurti naują lentelę duombazėje %s';
$strCreatePage = 'Sukurti naują puslapį';
$strCreatePdfFeat = 'PDF bylos generavimas';
$strCreationDates = 'Sukūrimo/Atnaujinimo/Peržiūros datos';
$strCriteria = 'Kriterijai';
$strCroatian = 'Kroatų';
$strCyrillic = 'Kirylica';
$strCzech = 'Čekų';
$strCzechSlovak = 'Čekų-Slovakų';
 
$strDBComment = 'Duombazės komantaras: ';
$strDBCopy = 'Kopijuoti duombazę į';
$strDBGContext = 'Kontekstas';
$strDBGContextID = 'Konteksto ID';
$strDBGHits = 'Užklausos';
$strDBGLine = 'Eilutė';
$strDBGMaxTimeMs = 'Max laikas, ms';
$strDBGMinTimeMs = 'Min laikas, ms';
$strDBGModule = 'Modulis';
$strDBGTimePerHitMs = 'Laikas/Užklausa, ms';
$strDBGTotalTimeMs = 'Pilnas laikas, ms';
$strDBRename = 'Pervadinti duombazę į';
$strDanish = 'Danų';
$strData = 'Duomenys';
$strDataDict = 'Duomenų žodynas';
$strDataOnly = 'Tik duomenys';
$strDatabase = 'Duombazė';
$strDatabaseEmpty = 'Nenurodytas duombazės vardas!';
$strDatabaseExportOptions = 'Duombazės eksportavimo parinktys';
$strDatabaseHasBeenDropped = 'Duombazė %s ištrinta.';
$strDatabaseNoTable = 'Ši duombazė lentelių neturi!';
$strDatabases = 'duombazės';
$strDatabasesDropped = 'Sėkmingai pašalintos %s duombazės.';
$strDatabasesStats = 'Duombazių statistika';
$strDatabasesStatsDisable = 'Leisti statistiką';
$strDatabasesStatsEnable = 'Neleisti statistikos';
$strDatabasesStatsHeavyTraffic = 'Pastaba: jeigu duombazės statistika įjungta - apkrovimas tarp www ir MySQL darbinių stočių, gali padidėti aukščiau normos.';
$strDbPrivileges = 'Specifinės duombazių privilegijos';
$strDbSpecific = 'priklausantis nuo duombazės tipo';
$strDefault = 'Nutylint';
$strDefaultEngine = '%s yra default\'inis Saugojimo Variklis šiame MySQL serveryje.';
$strDefaultValueHelp = 'Nenaudokite išskyrimo simbolių ar kabučiu, nurodydami reikšmę pagal nutylėjimą. Naudokitės šiuo formatu: a';
$strDefragment = 'Defragmentuoti lentelę';
$strDelOld = 'Šis puslapis turi nuorodų į lenteles, kurios jau neegzistuoja. Ar norite pašalinti šias nuorodas?';
$strDelayedInserts = 'Naudoti užlaikytus įterpimus';
$strDelete = 'Trinti';
$strDeleteAndFlush = 'pašalinti vartotojus ir perkrauti privilegijas.';
$strDeleteAndFlushDescr = 'Tai yra švariausias būdas, bet privilegijų perkrovimas gali šiek tiek užtrukti.';
$strDeleted = 'Eilutė ištrinta';
$strDeletedRows = 'Eilutės ištrintos:';
$strDeleting = 'Šaliname: %s';
$strDescending = 'Mažėjimo tvarka';
$strDescription = 'Paaiškinimas';
$strDictionary = 'žodynas';
$strDisableForeignChecks = 'Atsisakyti išorinių raktų tikrinimo';
$strDisabled = 'Išjungta';
$strDisplayFeat = 'Išvedimo sąvybės';
$strDisplayOrder = 'Atvaizdavimo tvarka:';
$strDisplayPDF = 'Rodyti PDF vaizdą';
$strDoAQuery = 'Vykdyti "užklausą pagal pavyzdį" (pakaitos simbolis: "%")';
$strDoYouReally = 'Ar TIKRAI norite ';
$strDocu = '?';
$strDrop = 'Šalinti';
$strDropDatabaseStrongWarning = 'Jūs ruošiatės SUNAIKINTI visą duombazę!';
$strDropUsersDb = 'Pašalinti duombazes, turinčias tokius pačius vardus kaip ir vartotojai.';
$strDumpSaved = 'Duombazės atvaizdis išsaugotas byloje %s.';
$strDumpXRows = 'Išvesti %s eilučių pradedant nuo %s eilutės.';
$strDumpingData = 'Sukurta duomenų kopija lentelei';
$strDynamic = 'dinaminis';
 
$strEdit = 'Redaguoti';
$strEditPDFPages = 'Redaguoti PDF puslapius';
$strEditPrivileges = 'Redaguoti privilegijas';
$strEffective = 'Efektyvus';
$strEmpty = 'Išvalyti';
$strEmptyResultSet = 'MySQL gražino tuščią rezultatų rinkinį (nėra eilučių).';
$strEnabled = 'Įjungta';
$strEnd = 'Pabaiga';
$strEndCut = 'KIRPIMO PABAIGA';
$strEndRaw = 'RAW PABAIGA';
$strEngineAvailable = '%s nėra galimas šiame MySQL serveryje.';
$strEngineDisabled = '%s šiame MySQL serveryje yra išjungtas.';
$strEngineUnsupported = 'Šis MySQL serveris nepalaiko %s saugojimo variklio.';
$strEngines = 'Varikliai';
$strEnglish = 'Anglų';
$strEnglishPrivileges = ' Pastaba: MySQL privilegijų pavadinimai pateikiami anglų kalba';
$strError = 'Klaida';
$strEscapeWildcards = 'Norint naudoti _ ir % simblius, juos reikėtų eskeipinti su \\';
$strEstonian = 'Estų';
$strExcelEdition = 'Excel variantas';
$strExcelOptions = 'Excel parinktys';
$strExecuteBookmarked = 'Įvykdyti išsaugotą užklausą';
$strExplain = 'Paaiškinti';
$strExport = 'Eksportuoti';
$strExtendedInserts = 'Išplėstinis įterpimas';
$strExtra = 'Papildomai';
 
$strFailedAttempts = 'Nepavykę bandymai';
$strField = 'Laukas';
$strFieldHasBeenDropped = 'Laukas %s išmestas';
$strFields = 'Lauką';
$strFieldsEmpty = ' Tuščia laukų skaičiaus reikšmė! ';
$strFieldsEnclosedBy = 'Laukų reikšmės apskliaustos simboliais';
$strFieldsEscapedBy = 'Laukų reikšmės baigiasi simboliu';
$strFieldsTerminatedBy = 'Laukų pabaigos žymė';
$strFileAlreadyExists = 'Byla pavadinimu %s jau yra darbinėje stotyje, pakeiskite norimą pavadinimą arba pasirinkite nustatymą leidžiantį perrašyti esančias bylas.';
$strFileCouldNotBeRead = 'Negalima perskaityti bylos';
$strFileNameTemplate = 'Failo pavadinimo šablonas';
$strFileNameTemplateRemember = 'atsiminti šabloną';
$strFixed = 'fiksuotas';
$strFlushPrivilegesNote = 'Pastaba: phpMyAdmin gauna vartotojų teises tiesiai iš MySQL privilegijų lentelės. Šiose lentelėse nurodytos teisės gali skirtis nuo parinkčių bylose nurodytų teisių. Todėl %sperkraukite teises%s, jeigu norite tęsti. ';
$strFlushTable = 'Išvalyti lentelę ("FLUSH")';
$strFormEmpty = 'Trūksta reikšmės formoje !';
$strFormat = 'Formatas';
$strFullText = 'Tekstus rodyti pilnai';
$strFunction = 'Funkcija';
 
$strGenBy = 'Generavo:';
$strGenTime = 'Atlikimo laikas';
$strGeneralRelationFeat = 'Pagrindinės sąryšių sąvybės';
$strGenerate = 'Generuoti';
$strGeneratePassword = 'Generuoti Slaiptažodį';
$strGeorgian = 'Gruzinų';
$strGerman = 'Vokiečių';
$strGlobal = 'globalus';
$strGlobalPrivileges = 'Globalios teisės';
$strGlobalValue = 'Globali reikšmė';
$strGo = 'Vykdyti';
$strGrantOption = 'Suteikti';
$strGreek = 'Graikų';
$strGzip = '"gzipped"';
 
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 exportavimo parinktys';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 exportavimo parinktys';
$strHasBeenAltered = 'išplėsta.';
$strHasBeenCreated = 'sukurta.';
$strHaveToShow = 'Pasirinkite bent vieną stulpelį išvedimui';
$strHebrew = 'Žydų';
$strHexForBinary = 'Binariniams laukams naudoti šešioliktainę koduotę';
$strHome = 'Pradinis';
$strHomepageOfficial = 'Oficialus phpMyAdmin tinklapis';
$strHost = 'Darbinė stotis';
$strHostEmpty = 'Tuščias prisijungimo adresas!';
$strHungarian = 'Vengrų';
 
$strIcelandic = 'Islandų';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnore = 'Ignoruoti';
$strIgnoreInserts = 'Ignoruoti INSERT užklausas.';
$strIgnoringFile = 'Ignoruojama byla %s';
$strImportDocSQL = 'Importuoti docSQL bylas';
$strImportFiles = 'Importuoti bylas';
$strInUse = 'šiuo metu naudojama';
$strIndex = 'Indeksas';
$strIndexHasBeenDropped = 'Indeksas %s panaikintas';
$strIndexName = 'Indekso vardas&nbsp;:';
$strIndexType = 'Indekso tipas&nbsp;:';
$strIndexWarningMultiple = 'Daugiau nei vienas %s raktas buvo nustatytas stulpeliui `%s`';
$strIndexWarningPrimary = 'PRIMARY ir INDEX raktai neutrėtų būti nustatomi tam pačiam `%s` stulpeliui';
$strIndexWarningTable = 'Iškilo problemos su `%s` lentelės indeksais';
$strIndexWarningUnique = 'UNIQUE ir INDEX raktai neutrėtų būti nustatomi tam pačiam `%s` stulpeliui';
$strIndexes = 'Indeksai';
$strInnoDBBufferPoolSize = 'Buferio pool\'o dydis';
$strInnoDBDataFilePath = 'Duomenų failai';
$strInnoDBDataHomeDirDesc = 'Bendra direktorijų kelio dalis visiems InnoDB duomenų failams.';
$strInnodbStat = 'InnoDB būsena';
$strInsecureMySQL = 'Jūsų parinkčių byloje yra nurodyti standartiniai nustatymai (pvz: root vartotojas be slaptažožio). Taip sutinkinta MySQL darbinė stotis yra nesaugi, bei gali būti atvira įsilaužimams, todėl rekomenduojame pakeisti šias parinktis.';
$strInsert = 'Įterpti';
$strInsertAsNewRow = 'Įterpti naują įrašą';
$strInsertNewRow = 'Įterpti naują eilutę';
$strInsertedRowId = 'Įterptos eilutės id:';
$strInsertedRows = 'Įterptą eilučių:';
$strInternalNotNecessary = '* Galite nenaudoti vidinių sąryšių, jeigu jie jau apibrėžti InnoDB.';
$strInternalRelations = 'Vidiniai sąryšiai';
 
$strJapanese = 'Japonų';
$strJumpToDB = 'Pereiti į &quot;%s&quot; duombazę.';
$strJustDelete = 'tik pašalinti vartotojus iš privilegijų lentelės.';
$strJustDeleteDescr = 'Kol nėra perkrautos privilegijos, &quot;pašalinti&quot; vartotojai gali prisijungti prie MySQL darbinės stoties.';
 
$strKeepPass = 'Nekeisti slaptažodžio';
$strKeyname = 'Raktinis žodis';
$strKill = 'Stabdyti procesą';
$strKorean = 'Korėjiečių';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX nustatymai';
$strLandscape = 'Peizažinis';
$strLatexCaption = 'Lentelės antraštė';
$strLatexContent = 'Lentelės __TABLE__ turinys';
$strLatexContinued = '(tęsinys)';
$strLatexContinuedCaption = 'Lentelės antraštė (tęsinys)';
$strLatexIncludeCaption = 'Įterpti lentelės antraštę';
$strLatexLabel = 'Pavadinimo raktas';
$strLatexStructure = 'Lentelės __TABLE__ struktūra';
$strLatvian = 'Latvių';
$strLengthSet = 'Ilgis/reikšmės*';
$strLimitNumRows = 'Eilučių skaičius puslapyje';
$strLinesTerminatedBy = 'Eilutės pabaigos žymė';
$strLinkNotFound = 'Sąryšis nerastas';
$strLinksTo = 'Sąryšis su';
$strLithuanian = 'Lietuvių';
$strLocalhost = 'Lokali darbinė stotis';
$strLocationTextfile = 'Tekstiniai SQL užklausų failai';
$strLogPassword = 'Slaptažodis:';
$strLogServer = 'Darbinė stotis';
$strLogUsername = 'Vartotojo vardas:';
$strLogin = 'Įsiregistruoti';
$strLoginInformation = 'Prisijungimo informacija';
$strLogout = 'Išsiregistruoti';
$strLongOperation = 'Operacija gali užtrukti. Tęsti?';
 
$strMIMETypesForTable = 'MIME tipai lentelei';
$strMIME_MIMEtype = 'MIME tipai';
$strMIME_available_mime = 'Galimi MIME-tipai';
$strMIME_available_transform = 'Galimos transformacijos';
$strMIME_description = 'Paaiškinimas';
$strMIME_nodescription = 'Ši transformacija neturi paaiškinimo.<br />Klauskite autoriaus ką %s daro.';
$strMIME_transformation = 'Naršyklės transformacija';
$strMIME_transformation_note = 'Norėdami gauti pilną sąrašą galimų transformacijų ir jų MIME tipų transformacijų, spauskite %stransformacijos paaiškinimą%s';
$strMIME_transformation_options = 'Transformacijos nustatymai';
$strMIME_transformation_options_note = 'Prašome įvesti transformacijos nustatymų reikšmes naudodami tokį įvedimo formatą: \'a\',\'b\',\'c\'...<br />Jeigu tarp šių reikšmių prisireiks panaudoti viršutinį vertikalų pasvirą brūkšnį ("\") arba viengubą kabutę ("\'"), naudokite viršutinį vertikalų pasvirą brūkšnį prieš šiuos simbolius (pvz: \'\\\\xyz\' ar \'a\\\'b\').';
$strMIME_without = 'MIME tipai atspausdinti pasvirusiu šriftu neturi atskirų transformacijos funkcijos.';
$strMaximumSize = 'Didžiausias dydis: %s%s';
$strMbExtensionMissing = 'Nebuvo rastas PHP išplėtimas mbstring ir panašu, kad Jūs naudojate multibyte simbolių kodaciją. Be mbstring plėtinio phpMyAdmin negali tesingai skaidyti stringų, todėl galite sulaukti netikėtų rezultatų.';
$strMbOverloadWarning = 'Savo PHP konfigūracijoje Jūs įjungėte mbstring.func_overload. Šis nustatymas nėra suderinamas su phpMyAdmin ir gali pažeisti Jūsų duomenis!';
$strModifications = 'Pakeitimai išsaugoti';
$strModify = 'Keisti';
$strModifyIndexTopic = 'Keisti indeksą';
$strMoveTable = 'Perkelti lentelė į (duombazė<b>.</b>lentelė):';
$strMoveTableOK = 'Lentelė %s perkelta į %s.';
$strMoveTableSameNames = 'Negalima perkelti lentelės į ją pačią!';
$strMultilingual = 'daugiakalbis';
$strMyISAMMaxExtraSortFileSize = 'Maksimalus laikinų failų dydis kuriant indeksus';
$strMyISAMMaxSortFileSize = 'Maksimalus laikinų rūšiavimo failų dydis';
$strMyISAMMaxSortFileSizeDesc = 'Maksimalus MySQL\'ui leistinas laikinų failų dydis perkuriant MyISAM indeksus (vykdant REPAIR TABLE, ALTER TABLE arba LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Automatinio atstatymo režimas';
$strMyISAMRecoverOptionsDesc = 'Režimas, skirtas automatiniam nusprogusių MyISAM lentelių atstatymui, kuris nurodomas per --myisam-recover serverio startavimo parametrą.';
$strMyISAMRepairThreadsDesc = 'Jei ši reikšmė yra didesnė už 1, vykdant Repair, rūšiavimo procesas MyISAM lentelių indeksus kuria lygegrečiai (kiekvieną indeksą savo gijoje).';
$strMyISAMSortBufferSize = 'Rūšiavimo buferio dydis';
$strMySQLCharset = 'MySQL koduotė';
$strMySQLConnectionCollation = 'MySQL prisijungimo rūšiavimas';
$strMySQLSaid = 'MySQL atsakymas: ';
$strMySQLShowProcess = 'Rodyti procesus';
$strMySQLShowStatus = 'Rodyti MySQL aplinkos būseną';
$strMySQLShowVars = 'Rodyti MySQL sistemos kintamuosius';
 
$strName = 'Pavadinimas';
$strNext = 'Sekantis';
$strNo = 'Ne';
$strNoActivity = 'Daugiau nei %s sekundžių nebuvo atlikta jokių veiksmų. Prašau įsiloginti išnaujo.';
$strNoDatabases = 'Nėra duombazių';
$strNoDatabasesSelected = 'Nepažymėjote duombazės.';
$strNoDescription = 'Aprašymo nėra';
$strNoDetailsForEngine = 'Apie šio Saugojimo Variklio būseną nėra išsamios informacijos.';
$strNoDropDatabases = '"DROP DATABASE" komandos įvykdyti negalima.';
$strNoExplain = 'Praleisti SQL užklausos aiškinimą';
$strNoFrames = 'phpMyAdmin draugiškesnis su <b>rėmelius</b> palaikančiomis naršyklėmis.';
$strNoIndex = 'Neaprašyti indeksai!';
$strNoIndexPartsDefined = 'Neaprašytos indekso dalys!';
$strNoModification = 'Nėra pakeitimų';
$strNoOptions = 'Šis formatas neturi nustatymų';
$strNoPassword = 'Nėra slaptažodžio';
$strNoPermission = 'Nėra teisių išsaugoti bylai %s.';
$strNoPhp = 'be PHP kodo';
$strNoPrivileges = 'Nėra privilegijų';
$strNoRights = 'Neturite pakankamai teisių';
$strNoRowsSelected = 'Nepasirinkti įrašai';
$strNoSpace = 'Nėra pakankamai vietos išsaugoti bylai %s.';
$strNoTablesFound = 'Duombazėje nerasta lentelių.';
$strNoThemeSupport = 'Temos nėra palaikomos, patikrinkite savo konfigūraciją ir/arba savo temų direktoriją %s.';
$strNoUsersFound = 'Nerasta vartotojo(ų).';
$strNoValidateSQL = 'Praleisti SQL užklausos tikrinimą';
$strNone = 'Nėra';
$strNotNumber = 'Įveskite skaičių!';
$strNotOK = 'Negerai';
$strNotSet = 'Lentelė <b>%s</b> nerasta arba nenurodyta %s byloje';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s atitikmuo(enys) lentelėje <i>%s</i>';
$strNumSearchResultsTotal = '<b>Viso:</b> <i>%s</i> atitikmuo(enys)';
$strNumTables = 'Lentelės';
 
$strOK = 'Gerai';
$strOperations = 'Veiksmai';
$strOptimizeTable = 'Optimizuoti';
$strOr = 'Arba';
$strOverhead = 'Perteklius';
$strOverwriteExisting = 'Perrašyti esančias bylas';
 
$strPHP40203 = 'Jūs naudojate PHP 4.2.3 versiją, kurioje yra rimta klaida, susiijusi su daugiabaičiais stringais (mbstring). Daugiau informacijos rasite PHP klaidų pranešime Nr.19404. <strong>NEREKOMENDUOJAME naudoti šios PHP versijos su phpMyAdmin</strong>.';
$strPHPVersion = 'PHP versija';
$strPageNumber = 'Puslapis:';
$strPaperSize = 'Lapo dydis';
$strPartialText = 'Tekstus rodyti dalinai';
$strPassword = 'Slaptažodis';
$strPasswordChanged = 'Vartotojo %s slaptažodis sėkmingai pakeistas.';
$strPasswordEmpty = 'Tuščias slaptažodis!';
$strPasswordHashing = 'Slaptažodžių Hešavimas';
$strPasswordNotSame = 'Slaptažodžiai nesutampa!';
$strPdfDbSchema = 'Duombazės "%s" schema - %s puslapis';
$strPdfInvalidTblName = 'Lentelė "%s" neegzistuoja!';
$strPdfNoTables = 'No tables';
$strPerHour = 'per valandą';
$strPerMinute = 'per minutę';
$strPerSecond = 'per sekundę';
$strPersian = 'Persų';
$strPhoneBook = 'telefonų knyga';
$strPhp = 'PHP kodas';
$strPmaDocumentation = 'phpMyAdmin\'o dokumentacija';
$strPmaUriError = 'Reikia parinkčių byloje įrašyti <tt>$cfg[\'PmaAbsoluteUri\']</tt> reikšmę!';
$strPolish = 'Lenkų';
$strPortrait = 'Portretinis';
$strPos1 = 'Pradžia';
$strPrevious = 'Praėjęs';
$strPrimary = 'Pirminis';
$strPrimaryKeyHasBeenDropped = 'Panaikintas pirminis raktas';
$strPrimaryKeyName = 'Pirminio rakto pavadinimas turi būti "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>yra vienintelis</b> pirminio rakto tipas!)';
$strPrint = 'Spausdinti';
$strPrintView = 'Spausdinti struktūrą';
$strPrintViewFull = 'Spausdinti vaizdą (su pilnai tekstais)';
$strPrivDescAllPrivileges = 'Įtraukti visas teises, išskyrus GRANT.';
$strPrivDescAlter = 'Leisti keisti jau egzistuojančių lenetelių struktūrą.';
$strPrivDescCreateDb = 'Leisti kurti naujas duombazes ir lenteles.';
$strPrivDescCreateTbl = 'Leisti kurti naujas lenteles.';
$strPrivDescCreateTmpTable = 'Leisti kurti laikinas lenteles.';
$strPrivDescCreateUser = 'Leidžia kurti, šalinti ir pervadinti vartotojus.';
$strPrivDescCreateView = 'Leidžia sukurti naujus view\'us.';
$strPrivDescDelete = 'Leisti šalinti duomenis.';
$strPrivDescDropDb = 'Leisti šalinti duombazes ir lenteles.';
$strPrivDescDropTbl = 'Leisti šalinti lenteles.';
$strPrivDescExecute = 'Leisti vykdyti išsaugotas procedūras; Negalioja šioje MySQL versijoje.';
$strPrivDescFile = 'Leisti įterpti ir eksportuoti duomenis iš bylų.';
$strPrivDescGrant = 'Leisti įterpti naujus vartotojus, bei prisikirti privilegijas, neperkraunant privilegijų lentelės.';
$strPrivDescIndex = 'Leisti įterpti ir modifikuoti indeksus.';
$strPrivDescInsert = 'Leisti įterpti ir modifikuoti duomenis.';
$strPrivDescLockTables = 'Leisti užrakinti lenteles procesų metu.';
$strPrivDescMaxConnections = 'Riboti prisijungimų kiekį per valandą.';
$strPrivDescMaxQuestions = 'Riboti užklausų kiekį per valandą';
$strPrivDescMaxUpdates = 'Riboti komandų (kurios vienaip ar kitaip modifikuoja lenteles ar duombazes) kiekį per valandą.';
$strPrivDescProcess3 = 'Leisti išjungti kitų vartotojų procesus.';
$strPrivDescProcess4 = 'Leisti peržiūrėti procesų sąraše pilną užklausų sąrašą.';
$strPrivDescReferences = ' Negalioja šioje MySQL versijoje.';
$strPrivDescReload = 'Leisti perkrauti darbinę stotį, bei išvalyti laikinąją atmintį (cache).';
$strPrivDescReplClient = 'Leisti vartotojo užklausas dėl atstatymo master / slave darbinių stočių.';
$strPrivDescReplSlave = 'Reikalinga atstatyti slave darbinei stočiai';
$strPrivDescSelect = 'Leisti skaityti duomenis.';
$strPrivDescShowDb = 'Suteikti prieigą prie visų duombazių.';
$strPrivDescShowView = 'Leidžia vykdyti SHOW CREATE VIEW užklausas.';
$strPrivDescShutdown = 'Leisti išjungti serverį.';
$strPrivDescSuper = 'Leisti prisijungti, kai viršytas prisijungimų kiekis; Reikalinga daugumai administratoriaus darbų, tokių kaip globalių reikšmių modifikavimui ar vartotojų atjungimui.';
$strPrivDescUpdate = 'Leisti modifikuoti duomenis.';
$strPrivDescUsage = 'Be teisių.';
$strPrivileges = 'Privilegijos';
$strPrivilegesReloaded = 'Teisės sėkmingai perkrautos.';
$strProcesslist = 'Procesų sąrašas';
$strPutColNames = 'Stulpelių pavadinimus įrašyti pirmoje eilutėje';
 
$strQBE = 'SQL&nbsp;užklausa';
$strQBEDel = 'Pakeičiant';
$strQBEIns = 'Įterpiant';
$strQueryFrame = 'Užklausų langas';
$strQueryOnDb = 'SQL-užklausa duombazėje <b>%s</b>:';
$strQuerySQLHistory = 'SQL užklausų istorija';
$strQueryStatistics = '<b>Užklausų statistika</b>: nuo paleidimo dienos buvo išsiųsta %s užklausų į serverį.';
$strQueryTime = 'Užklausa užtruko %01.4f sek.';
$strQueryType = 'Užklausos tipas';
$strQueryWindowLock = 'Nekeisti šios užklausos už aktyvaus lango ribų.';
 
$strReType = 'Įveskite dar kartą';
$strReadRequests = 'Read užklausos';
$strReceived = 'Gauta';
$strRecords = 'Viso įrašų:';
$strReferentialIntegrity = 'Patikrinti sąryšių vientisumą:';
$strRefresh = 'Atnaujinti';
$strRelationNotWorking = 'Nėra PMA lentelių, kurios leidžia dirbti su jungtinėmis MySQL lentelėmis. %sPaaiškinimas%s.';
$strRelationView = 'Peržiūrėti sąryšius';
$strRelationalSchema = 'Ryšių schema';
$strRelations = 'Sąryšiai';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReloadMySQL = 'Perkrauti MySQL procesą';
$strReloadingThePrivileges = 'Perkraunamos privilegijos';
$strRemoveSelectedUsers = 'Pašalinti pažymėtus vartotojus';
$strRenameDatabaseOK = 'Duombazė %s pervadinta į %s';
$strRenameTable = 'Pervadinti lentelę į';
$strRenameTableOK = 'Lentelė %s pervadinta į %s';
$strRepairTable = 'Redaguoti';
$strReplaceNULLBy = 'Pakeisti NULL į';
$strReplaceTable = 'Pakeisti lentelės turinį failo duomenimis ';
$strReset = 'Atstatyti į pradinę būseną';
$strResourceLimits = 'Išteklių apribojimai';
$strRevoke = 'Panaikinti';
$strRevokeAndDelete = 'Panaikinti visas aktyvias vartotojų privilegijas ir pašalinti vartotojus.';
$strRevokeAndDeleteDescr = 'Kol nėra perkrautos privilegijos, vartotojai dar turės privilegiją USAGE.';
$strRevokeMessage = 'Jūs panaikinote privilegijas %s';
$strRomanian = 'Rumunų';
$strRowLength = 'Eilutės ilgis';
$strRowSize = 'Eilutės dydis';
$strRows = 'Eilutės';
$strRowsFrom = 'eilučių pradedant nuo';
$strRowsModeFlippedHorizontal = 'horizontalūs (pasukti pavadinimai)';
$strRowsModeHorizontal = 'horizontaliai';
$strRowsModeOptions = 'išdėstant %s pakartoti antraštes kas %s įrašų';
$strRowsModeVertical = 'vertikaliai';
$strRowsStatistic = 'Eilučių statistika';
$strRunQuery = 'Vykdyti užklausą';
$strRunSQLQuery = 'Vykdyti SQL sakinius duombazėje <strong>%s</strong>';
$strRunning = 'adresu %s';
$strRussian = 'Rusų';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL eksportavimo suderinamumas';
$strSQLExportType = 'Eksporto tipas';
$strSQLOptions = 'SQL nustatymai';
$strSQLParserBugMessage = 'Klaidą SQL interpretatoriuje. Prašome patikrinti ar SQL užklausoje teisingai naudojamos kabutės. Kita, galima klaida, jog Jūs bandote atsiųsti dvejetainius (binary) duomenis neapskliaustus kabutėmis. Taip pat Jūs galite pabandyti įvykdyti savo užklausą iš MySQL konsolės. MySQL serverio išvesta informacija apie klaidą (jeigu tokių bus) gali padėti Jums nustatyti klaidos priežastį. Jeigu užklausa sėkmingai įvykdoma konsolėje, o SQL interpretatorius vistiek išveda pranešimus apie klaidas, prašome supaprastinite savo SQL užklausą ir perduodamų duomenų kiekį užklausoje ir praneškite apie klaidą programos kūrėjams su žemiau pateikiama informacija:';
$strSQLParserUserError = 'Klaida SQL užklausoje. Žemiau išvestas MySQL serverio pranešimas (jeigu toks yra), turėtų padėti Jums nustatyti klaidos priežastį';
$strSQLQuery = 'SQL užklausa';
$strSQLResult = 'SQL rezultatas';
$strSQPBugInvalidIdentifer = 'Klaidingas vardas';
$strSQPBugUnclosedQuote = 'Trūksta uždaromosios kabutės';
$strSQPBugUnknownPunctuation = 'Klaidinga skyryba';
$strSave = 'Išsaugoti';
$strSaveOnServer = 'Išsaugoti serveryje, kataloge pavadinimu %s';
$strScaleFactorSmall = 'Dydžio matas yra per mažas norint sutalpinti vaizdą viename lape.';
$strSearch = 'Paieška';
$strSearchFormTitle = 'Paieška duombazėje';
$strSearchInTables = 'Lentelės(ių) viduje:';
$strSearchNeedle = 'Paieškos žodis(iai) arba reikšmė(ės) (pakaitos simbolis: "%"):';
$strSearchOption1 = 'bent vienas iš žodžių';
$strSearchOption2 = 'visi žodžiai';
$strSearchOption3 = 'ištisa frazė';
$strSearchOption4 = 'kaip reguliarųjį išsireiškimą';
$strSearchResultsFor = 'Paieškos rezultatai frazei "<i>%s</i>" %s:';
$strSearchType = 'Rasti:';
$strSecretRequired = 'Nustatymų byloje nurodykite slaptą frazę (blowfish_secret).';
$strSelectADb = 'Pasirinkite duombazę';
$strSelectAll = 'Išrinkti visas(us)';
$strSelectBinaryLog = 'Pasirinkite binarinį logą peržiūrai';
$strSelectFields = 'Pasirinkti laukus (nors vieną)';
$strSelectNumRows = 'užklausą vykdoma';
$strSelectTables = 'Pasirinkite lenteles';
$strSend = 'Išsaugoti į failą';
$strSent = 'Siųsta';
$strServer = 'Serveris';
$strServerChoice = 'Pasirinkti serverį';
$strServerNotResponding = 'Serveris neatsako';
$strServerStatus = 'Veikimo informacija';
$strServerStatusUptime = 'MySQL serverio veikimo trukmė: %s. Serveris pradėjo veikti: %s.';
$strServerTabProcesslist = 'Procesai';
$strServerTabVariables = 'Kintamieji';
$strServerTrafficNotes = '<b>Serverio apkrovimas</b>: šiose lentelėse saugoma statistinė informacija apie MySQL serverio apkrovimą nuo paleidimo dienos.';
$strServerVars = 'Serverio kintamieji ir nustatymai';
$strServerVersion = 'Serverio versija';
$strSessionValue = 'Sesijos reikšmė';
$strSetEnumVal = 'Jeigu laukelio tipas yra "enum" arba "set", tuomet duomenų reikšmes reikia įvesti naudojant šį formatą: \'a\',\'b\',\'c\'...<br />. Jeigu jums reikia įrašyti dešininį įžambųjį brūkšnį ("\") arba kabutes("\'"), tuomet prieš šios simbolius reikia papildomo dešininio įžambaus brūkšnio (pavyzdžiui: \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Rodyti';
$strShowAll = 'Rodyti viską';
$strShowColor = 'Rodyti spalvą';
$strShowDatadictAs = 'Duomenų žodyno formatas';
$strShowFullQueries = 'Rodyti pilnas užklausas';
$strShowGrid = 'Rodyti tinklelį';
$strShowPHPInfo = 'Rodyti PHP informaciją';
$strShowTableDimension = 'Rodyti lentelių dydžius';
$strShowTables = 'Rodyti lentelės';
$strShowThisQuery = ' Rodyti šią užklausą vėl ';
$strShowingRecords = 'Rodomi įrašai';
$strSimplifiedChinese = 'Supaprastinta Kiniečių';
$strSingly = '(pavieniui)';
$strSize = 'Dydis';
$strSlovak = 'Slovakų';
$strSlovenian = 'Slovėnų';
$strSocketProblem = '(arba vietiniai MySQL serverio socketai yra blogai sukonfigūruoti)';
$strSort = 'Rūšiuoti';
$strSortByKey = 'Rūšiuoti pagal raktą';
$strSpaceUsage = 'Vietos naudojimas';
$strSpanish = 'Ispanų';
$strSplitWordsWithSpace = 'Žodžiai atskirti tarpo simboliu (" ").';
$strStatCheckTime = 'Paskutinis patikrinimas';
$strStatCreateTime = 'Sukurta';
$strStatUpdateTime = 'Paskutinis atnaujinimas';
$strStatement = 'Parametrai';
$strStatus = 'Statusas';
$strStorageEngine = 'Saugojimo Variklis';
$strStorageEngines = 'Saugojimo Varikliai';
$strStrucCSV = 'Duomenys CSV formatu';
$strStrucData = 'Struktūra ir duomenys';
$strStrucDrop = 'Panaikinti-įterpti lentelę';
$strStrucExcelCSV = 'Duomenys ekselio CSV formatu';
$strStrucNativeExcel = 'MS Excel duomenys';
$strStrucOnly = 'Tik struktūrą';
$strStructPropose = 'Analizuoti lentelės struktūrą';
$strStructure = 'Struktūra';
$strSubmit = 'Siųsti';
$strSuccess = 'Jūsų SQL užklausa sėkmingai įvykdyta';
$strSum = 'Sumos';
$strSwedish = 'Švedų';
$strSwitchToDatabase = 'Pereiti į nukopijuotą duombazę';
$strSwitchToTable = 'Pereiti į lentelės kopiją';
 
$strTable = 'Lentelė';
$strTableComments = 'Lentelės komentarai';
$strTableEmpty = 'Tuščias lentelės vardas!';
$strTableHasBeenDropped = 'Lentelė %s panaikinta';
$strTableHasBeenEmptied = 'Lentelės reikšmės %s ištuštintos';
$strTableHasBeenFlushed = 'Lentelės buferis %s išvalytas';
$strTableMaintenance = 'Lentelės diagnostika';
$strTableOfContents = 'Turinys';
$strTableOptions = 'Lentelės parinktys';
$strTableStructure = 'Sukurta duomenų struktūra lentelei';
$strTableType = 'Lentelės tipas';
$strTables = '%s lentelė(s)';
$strTakeIt = 'pasirinkti';
$strTblPrivileges = 'Specifinės lentelių privilegijos';
$strTextAreaLength = ' Tai yra jo ilgis,<br /> šis laukelis neredaguojamas ';
$strThai = 'Tailando';
$strTheme = 'Tema / Stilius';
$strThisHost = 'Dabartinis serveris';
$strThisNotDirectory = 'Tai ne katalogas';
$strThreadSuccessfullyKilled = '%s buvo sėkmingai išjungtas.';
$strTime = 'Laikas';
$strToggleScratchboard = 'įjungti scratchboard';
$strTotal = ' iš viso ';
$strTotalUC = 'Viso';
$strTraditionalChinese = 'Tradicinė Kiniečių';
$strTraditionalSpanish = 'Tradicinė ispanų';
$strTraffic = 'Apkrovimas';
$strTransformation_application_octetstream__download = 'Įšvesti nuorodą dvejetainių lauko duomenų atsisiuntimui. Pirmas parametras - dvejetainių lauko duomenų bylos pavadinimas. Antras parametras - galimas lentelės eilutės lauko turinčio bylą pavadinimas. Jeigu pateiksite antrą parametrą, ištrinkite pirmojo parametro reikšmę.';
$strTransformation_image_jpeg__inline = 'Parodo aktyvų mažinį; nustatymai: plotis,aukštis pikseliais (išsaugo originalų santykį)';
$strTransformation_image_jpeg__link = 'Išvedama nuoroda į šį paveikslėlį (tiesioginis blob atsisiuntimas ir pan.).';
$strTransformation_image_png__inline = 'Žr. image/jpeg: vidų';
$strTransformation_text_plain__dateformat = 'Pasiima TIME, TIMESTAMP arba DATETIME laukų reikšmes ir apipavidalina jas pagal naudojamą lokalų datos formatą. Pirmas parametras reikšmė valandomis, kuri bus pridėta prie laiko žymės (nutylint: 0). Antras parametras tai kitoks datos apipavidalinimo formatas pateiktas pagal strftime() fukciją.';
$strTransformation_text_plain__external = 'LINUX VARTOTOJAMS: Paleidžiama išorinė aplikacija ir duomenys imami iš standartinio įvedimo. Išvedama iš aplikacijos gauta informacija. Nutylint: bus Tidy korektiškam HTML kodo išvedimui. Saugumo sumetimais Jūs turite paredaguoti libraries/transformations/text_plain__external.inc.php bylą ir įvesti tas aplikacijas, kurias naudosite. Pirmas parametras yra leidžiamų aplikacijų kiekis, kurias naudosite. Antras parametras yra specifiniai aplikacijų raktai. Jeigu trečias parametras lygus 1, tai išvedama informacija bus apdorota su htmlspecialchars() (nutylint: reikšmė lygi 1). Jeigu ketvirtas parametras lygus 1, tai išvedimo lentelės celė turės atributą NOWRAP, tam kad išvedama būtų atvaizduota be perkėlimų į kitas eilutes (nutylint: reikšmė lygi 1).';
$strTransformation_text_plain__formatted = 'Išsaugo originalų lauko apipavidalinimą. Nevykdomas išvengimas.';
$strTransformation_text_plain__imagelink = 'Gražinamas paveikslėlis ir nuoroda į įvedimo lauke įrašytą bylos pavadinimą; argumentai: prefiksas (pvz "http://domain.com/"), plotis (pikseliais), aukštis (pikseliais).';
$strTransformation_text_plain__link = 'Gražinama nuoroda į įvedimo lauke įrašytą bylos pavadinimą; argumentai: prefiksas (pvz "http://domain.com/"), nuorodos pavadinimas.';
$strTransformation_text_plain__substr = 'Rodoma tik dalis teksto. Pirmas parametras nurodo išvedamo teksto pradžią (nutylint: 0). Antrasis parametras nurodo išvedamo teksto kiekį. Jeigu antras parametras nenurodytas tai bus išvestas visas tekstas. Trečiasis parametras nurodo kurios raidės bus prijungtos prie išvedimo teksto (nutylint: ...).';
$strTruncateQueries = 'Trumpinti rodomas užklausas';
$strTurkish = 'Turkų';
$strType = 'Tipas';
 
$strUkrainian = 'Ukrainiečių';
$strUncheckAll = 'Nepažymėti visus(as)';
$strUnicode = 'Unicodas';
$strUnique = 'Unikalus';
$strUnknown = 'nežinoma';
$strUnselectAll = 'Nepažymėti visus(as)';
$strUpdComTab = 'Informaciją, kaip atnaujinti Column_comments lentelę, galite rasti dokumentacijoje.';
$strUpdatePrivMessage = 'Jūs pakeitėte privilegijas %s.';
$strUpdateProfileMessage = 'Profilis papildytas.';
$strUpdateQuery = 'Atnaujinti užklausą';
$strUpgrade = 'Rekomenduojame atnaujint %s iki %s ar vėlesnės versijos.';
$strUsage = 'Išnaudota';
$strUseBackquotes = 'Lentelių ir laukų vardams naudoti šias kabutes ` `';
$strUseHostTable = 'Naudoti Host lentelę';
$strUseTabKey = 'Šokinėjimui tarp reikšmių naudokite TAB mygtuką arba naudokite CTRL+rodyklės';
$strUseTables = 'Naudoti lenteles';
$strUseTextField = 'Naudokite teksto įvedimo lauką';
$strUseThisValue = 'Naudokite šią reikšmę';
$strUser = 'Vartotojas';
$strUserAlreadyExists = 'Vartotojas %s jau yra!';
$strUserEmpty = 'Tuščias vartotojo vardas!';
$strUserName = 'Vartotojo vardas';
$strUserNotFound = 'Privilegijų lentelėje pasirinktas vartotojas nerastas.';
$strUserOverview = 'Vartotojų peržiūra';
$strUsersDeleted = 'Pažymėti vartotojai sėkmingai pašalinti.';
$strUsersHavingAccessToDb = 'Vartotojai turintys priėjimą prie &quot;%s&quot;';
 
$strValidateSQL = 'Patikrinti SQL užklausą';
$strValidatorError = 'Neveikia SQL interpretatorius. Prašome patikrinkite ar yra suinstaliuoti visi privalomi php moduliai, nurodyti %sdokumentacijoje%s.';
$strValue = 'Reikšmė';
$strVar = 'Kintamasis';
$strVersionInformation = 'Versijos informacija';
$strView = 'View\'as';
$strViewDump = 'Peržiūrėti lentelės struktūros atvaizdį';
$strViewDumpDB = 'Sukurti, peržiūrėti duombazės atvaizdį';
$strViewDumpDatabases = 'Peržiūrėti duombazių išrašą';
$strViewHasBeenDropped = 'View\'as %s buvo panaikintas';
 
$strWebServerUploadDirectory = 'web serverio katalogas atsiuntimams';
$strWebServerUploadDirectoryError = 'Nepasiekimas nurodytas www-serverio katalogas atsiuntimams.';
$strWelcome = 'Jūs naudojate %s';
$strWestEuropean = 'Vakarų Europos';
$strWildcard = 'pakaitos simbolis';
$strWindowNotFound = 'Tikslo langas neatnaujintas. Galbūt Jūs uždarėte pagrindinį langą arba Jūsų naršyklė blokuoja atnaujinimus tarp langų dėl nustatyto saugumo.';
$strWithChecked = 'Pasirinktas lenteles:';
$strWriteRequests = 'Write užklausos';
$strWritingCommentNotPossible = 'Negalimas komentavimas';
$strWritingRelationNotPossible = 'Negalimas sąryšis';
$strWrongUser = 'Neteisingas vartotojo vardas arba slaptažodis. Priėjimas uždraustas.';
 
$strXML = 'XML';
 
$strYes = 'Taip';
 
$strZeroRemovesTheLimit = 'Pastaba: nėra jokių apribojimų jeigu reikšmė nurodyta lygi 0 (nuliui).';
$strZip = '"zip"';
 
// To translate:
 
$strBufferPoolActivity = 'Buferio Pool\'o veikla'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
 
$strFreePages = 'Free pages'; //to translate
 
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBPages = 'pages'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
 
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strOperator = 'Operator'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
 
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
 
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/lithuanian-windows-1257.inc.php
0,0 → 1,988
<?php
/* $Id: lithuanian-windows-1257.inc.php,v 2.117.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'windows-1257';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sekmadienis', 'Pirmadienis', 'Antradienis', 'Treèiadienis', 'Ketvirtadienis', 'Penktadienis', 'Ðeðtadienis');
$month = array('Sausio', 'Vasario', 'Kovo', 'Balandþio', 'Geguþio', 'Birþelio', 'Liepos', 'Rugpjûèio', 'Rugsëjo', 'Spalio', 'Lapkrièio', 'Gruodþio');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = ' %Y m. %B %d d. %H:%M';
$timespanfmt = '%s d., %s val., %s min. ir %s s.';
 
$strAPrimaryKey = 'Stulpeliui %s sukurtas PIRMINIS raktas';
$strAbortedClients = 'Atmestos jungtys';
$strAbsolutePathToDocSqlDir = 'Praðome nurodyti absoliutø kelià iki docSQL katalogo darbinëje stotyje';
$strAccessDenied = 'Jungtis neámanoma';
$strAccessDeniedExplanation = 'phpMyAdmin nepavyko prisijungti prie MySQL darbinës stoties (jungtis atmesta). Patikrinkite config.inc.php byloje nurodytus duomenis (darbinës stoties adresà, prisijungimo vardà ir slaptaþodá) ir ásitikinkite ar jie sutampa su duomenimis gautais ið darbinës stoties administratoriaus.';
$strAction = 'Valdymo veiksmai';
$strAddAutoIncrement = 'Pridëti AUTO_INCREMENT reikðmæ';
$strAddConstraints = 'Pridëti apribojimà';
$strAddDeleteColumn = 'Áterpti/Trinti stulpelius';
$strAddDeleteRow = 'Áterpti/Trinti poþymio eilutæ(es)';
$strAddDropDatabase = 'Pridëti DROP DATABASE';
$strAddFields = 'Pridëti %s laukà(-us)';
$strAddHeaderComment = 'Áterpti savo komentarà á header sritá (eiluèiø skirtukas \\n )';
$strAddIfNotExists = 'Pridëti IF NOT EXISTS';
$strAddIntoComments = 'Pridëti á komentarus';
$strAddNewField = 'Áterpti naujà laukelá(ius)';
$strAddPrivilegesOnDb = 'Sukurti privilegijas ðiai duombazei';
$strAddPrivilegesOnTbl = 'Sukurti privilegijas ðiai lentelei';
$strAddSearchConditions = 'Áterpkite paieðkos sàlygas á "where" sakiná:';
$strAddToIndex = 'Áterpti indeksui papildomus &nbsp;%s&nbsp;stulpelá(ius)';
$strAddUser = 'Sukurti naujà vartotojà';
$strAddUserMessage = 'Jûs sukûrëte naujà vartotojà.';
$strAddedColumnComment = 'Pridëtas stulpelio komentaras';
$strAddedColumnRelation = 'Pridëtas stulpelio sàryðis';
$strAdministration = 'Administracija';
$strAffectedRows = 'Pakeista eiluèiø:';
$strAfter = 'Po %s';
$strAfterInsertBack = 'Sugráþti á buvusá puslapá';
$strAfterInsertNewInsert = 'Áterpti sekanèià naujà eilutæ';
$strAfterInsertNext = 'Redaguoti sekantá áraðà';
$strAfterInsertSame = 'Gráþti atgal á ðá puslapá';
$strAll = 'Viskà';
$strAllTableSameWidth = 'rodyti visas lenteles vienodo ploèio?';
$strAlterOrderBy = 'Pakeisti lentelës rûðiavimà pagal:';
$strAnIndex = 'Indeksas sukurtas %s stulpeliui';
$strAnalyzeTable = 'Analizuoti lentelæ';
$strAnd = 'IR';
$strAny = 'Bet kurá(ià)';
$strAnyHost = 'Bet kurá prisijungimo adresà';
$strAnyUser = 'Bet kurá vartotojà';
$strApproximateCount = 'Gali bûti apytikslis. Þiûrëkite DUK 3.11';
$strArabic = 'Arabø';
$strArmenian = 'Armënø';
$strAscending = 'Didëjimo tvarka';
$strAtBeginningOfTable = 'Lentelës pradþioje';
$strAtEndOfTable = 'Lentelës pabaigoje';
$strAttr = 'Atributai';
$strAutodetect = 'Automatinis nustatymas';
$strAutomaticLayout = 'Automatinis iðdëstymas';
 
$strBack = 'Atgal';
$strBaltic = 'Baltø';
$strBeginCut = 'KIRPIMO PRADÞIA';
$strBeginRaw = 'RAW PRADÞIA';
$strBinLogEventType = 'Event\'o tipas';
$strBinLogInfo = 'Informatcija';
$strBinLogName = 'Logo pavadinimas';
$strBinLogOriginalPosition = 'Pirminë padëtis';
$strBinLogPosition = 'Padëtis';
$strBinLogServerId = 'Serverio ID';
$strBinary = 'Dvejetainis';
$strBinaryDoNotEdit = 'Dvejetainis - nekeisti';
$strBinaryLog = 'Binarinis logas';
$strBookmarkAllUsers = 'Leisti kitiems vartotojams naudotis ðia þyme';
$strBookmarkDeleted = 'Nuoroda iðtrinta.';
$strBookmarkLabel = 'Nuorodos Antraðtë';
$strBookmarkQuery = 'Sukurti nuoroda SQL-uþklausai';
$strBookmarkThis = 'Sukurti nuorodà';
$strBookmarkView = 'Perþiûra';
$strBrowse = 'Perþiûrëti';
$strBrowseForeignValues = 'Narðyti iðorines reikðmes';
$strBufferPool = 'Buferio Pool\'as';
$strBufferPoolUsage = 'Buferio Pool\'o naudojimas';
$strBulgarian = 'Bulgarø';
$strBzError = 'phpMyAdmin negalëjo suspausti lentelës struktûros atvaizdà (dump), nes ðioje php versijoje neveikia Bz2 modulis. Rekomenduojame phpMyAdmin konfigûracinëje byloje <code>$cfg[\'BZipDump\']</code> direktyvà prilyginti <code>FALSE</code>. Atnaujinkite savo php versijà, jeigu norite naudotis Bz2 moduliu. Detalesnë informacija: %s.';
$strBzip = '"bzip"';
 
$strCSVOptions = 'CSV parinktys';
$strCalendar = 'Kalendorius';
$strCannotLogin = 'Neprisijungia prie MySQL darbinës stoties';
$strCantLoad = 'negalima ákrauti %s plëtinio,<br />pasitikrinkite php parinktis';
$strCantLoadRecodeIconv = 'Nepavyko uþkrauti <em>iconv</em> arba <em>recode</em> plëtiniø, reikalingø koduotës kovertavimui. Suteikite PHP teises naudotis ðiais iðplëtimais arba iðjunkite phpMyAdmin koduotës konvertavimà. ';
$strCantRenameIdxToPrimary = 'Indeksà pervadinti PIRMINIU nepavyko!';
$strCantUseRecodeIconv = 'Kraunant plëtiniø praneðimus, nepavyko pasinaudoti <em>iconv</em> arba <em>libiconv</em> arba <em>recode_string</em> funkcijomis. Pasitkrinkite PHP parinktis. ';
$strCardinality = 'Elementø skaièius';
$strCaseInsensitive = 'simboliø registras nesvarbus';
$strCaseSensitive = 'simboliø registras svarbus';
$strCentralEuropean = 'Centrinës Europos';
$strChange = 'Redaguoti';
$strChangeCopyMode = 'Sukurti naujà vartotojà su tom paèiom privilegijom ir ...';
$strChangeCopyModeCopy = '... palikti senà vartotojà.';
$strChangeCopyModeDeleteAndReload = ' ... paðalinti senà vartotojà ið vartotojø lentelës ir poto perkrauti privilegijas';
$strChangeCopyModeJustDelete = ' ... paðalinti senà vartotojà ið vartotojø lentelës.';
$strChangeCopyModeRevoke = ' ... panaikinti visas privilegijas ið seno vartotojo ir poto já paðalinti.';
$strChangeCopyUser = 'Pakeisti prisijungimo informacijà / Kopijuoti vartotojo duomenis';
$strChangeDisplay = 'Pasirinkite laukà, kurá norite perþiûrëti';
$strChangePassword = 'Pakeisti slaptaþodá';
$strCharset = 'Koduotë';
$strCharsetOfFile = 'Simboliø koduotë byloje:';
$strCharsets = 'Koduotës';
$strCharsetsAndCollations = 'Simboliø rinkiniai ir Palyginimai';
$strCheckAll = 'Paþymëti viskà';
$strCheckOverhead = 'Patikrinti perkrautus';
$strCheckPrivs = 'Patikrinti privilegijas';
$strCheckPrivsLong = 'Patikrinti duombazës &quot;%s&quot; privilegijas.';
$strCheckTable = 'Patikrinti lentelæ';
$strChoosePage = 'Pasirinkite puslapá redagavimui';
$strColComFeat = 'Stulpeliø komentarø iðvedimas';
$strCollation = 'Palyginimas';
$strColumnNames = 'Stulpeliø vardai';
$strColumnPrivileges = 'Specifinës stulpeliø privilegijos';
$strCommand = 'Komanda';
$strComments = 'Komentarai';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'Suderinamas sy MySQL&nbsp;4.0';
$strCompleteInserts = 'Visiðkas áterpimas';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin negalëjo perskaityti parinkèiø bylos!<br />Tai galëjo nutikti jeigu <u>php</u> rado byloje vykdymo klaidà arba visai nerando bylos.<br />Praðome kreiptis á parinkèiø bylà tiesiogiai (naudojantis nuoroda þemiau) ir perskaityti gautus <u>php</u> klaidø praneðimà(us). Daugeliu atveju vienoje/keletoje eiluèiø truksta kabuèiø ir/arba kabliataðkio.<br />Jeigu iðvedamas tuðèias narðyklës langas - viskas tvarkoje (klaidø nepastebëta).';
$strConfigureTableCoord = 'Nustatykite lentelës %s koordinates';
$strConnectionError = 'Neámanoma prisijungti: neteisingi duomenys.';
$strConnections = 'Prisijungimai';
$strConstraintsForDumped = 'Apribojimai eksportuotom lentelëm';
$strConstraintsForTable = 'Apribojimai lentelei';
$strCookiesRequired = 'Sausainëliai(Cookies) turi bûti priimami.';
$strCopy = 'Kopijuoti';
$strCopyDatabaseOK = 'Duombazë %s buvo nukopijuota á %s';
$strCopyTable = 'Kopijuoti lentelë á (duombazë<b>.</b>lentelë):';
$strCopyTableOK = 'Letelë %s nukopijuota á %s.';
$strCopyTableSameNames = 'Negalima kopijuoti lentelës á jà paèià!';
$strCouldNotKill = 'phpMyAdmin negalëjo iðjungti %s proceso. Gali bûti jog jis jau uþbaigë darbà.';
$strCreate = 'Sukurti';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE prieð kopijuojant';
$strCreateIndex = 'Sukurti indeksà &nbsp;%s&nbsp;stulpeliui(iams)';
$strCreateIndexTopic = 'Sukurti naujà indeksà';
$strCreateNewDatabase = 'Sukurti naujà duombazæ';
$strCreateNewTable = 'Sukurti naujà lentelæ duombazëje %s';
$strCreatePage = 'Sukurti naujà puslapá';
$strCreatePdfFeat = 'PDF bylos generavimas';
$strCreationDates = 'Sukûrimo/Atnaujinimo/Perþiûros datos';
$strCriteria = 'Kriterijai';
$strCroatian = 'Kroatø';
$strCyrillic = 'Kirylica';
$strCzech = 'Èekø';
$strCzechSlovak = 'Èekø-Slovakø';
 
$strDBComment = 'Duombazës komantaras: ';
$strDBCopy = 'Kopijuoti duombazæ á';
$strDBGContext = 'Kontekstas';
$strDBGContextID = 'Konteksto ID';
$strDBGHits = 'Uþklausos';
$strDBGLine = 'Eilutë';
$strDBGMaxTimeMs = 'Max laikas, ms';
$strDBGMinTimeMs = 'Min laikas, ms';
$strDBGModule = 'Modulis';
$strDBGTimePerHitMs = 'Laikas/Uþklausa, ms';
$strDBGTotalTimeMs = 'Pilnas laikas, ms';
$strDBRename = 'Pervadinti duombazæ á';
$strDanish = 'Danø';
$strData = 'Duomenys';
$strDataDict = 'Duomenø þodynas';
$strDataOnly = 'Tik duomenys';
$strDatabase = 'Duombazë';
$strDatabaseEmpty = 'Nenurodytas duombazës vardas!';
$strDatabaseExportOptions = 'Duombazës eksportavimo parinktys';
$strDatabaseHasBeenDropped = 'Duombazë %s iðtrinta.';
$strDatabaseNoTable = 'Ði duombazë lenteliø neturi!';
$strDatabases = 'duombazës';
$strDatabasesDropped = 'Sëkmingai paðalintos %s duombazës.';
$strDatabasesStats = 'Duombaziø statistika';
$strDatabasesStatsDisable = 'Leisti statistikà';
$strDatabasesStatsEnable = 'Neleisti statistikos';
$strDatabasesStatsHeavyTraffic = 'Pastaba: jeigu duombazës statistika ájungta - apkrovimas tarp www ir MySQL darbiniø stoèiø, gali padidëti aukðèiau normos.';
$strDbPrivileges = 'Specifinës duombaziø privilegijos';
$strDbSpecific = 'priklausantis nuo duombazës tipo';
$strDefault = 'Nutylint';
$strDefaultEngine = '%s yra default\'inis Saugojimo Variklis ðiame MySQL serveryje.';
$strDefaultValueHelp = 'Nenaudokite iðskyrimo simboliø ar kabuèiu, nurodydami reikðmæ pagal nutylëjimà. Naudokitës ðiuo formatu: a';
$strDefragment = 'Defragmentuoti lentelæ';
$strDelOld = 'Ðis puslapis turi nuorodø á lenteles, kurios jau neegzistuoja. Ar norite paðalinti ðias nuorodas?';
$strDelayedInserts = 'Naudoti uþlaikytus áterpimus';
$strDelete = 'Trinti';
$strDeleteAndFlush = 'paðalinti vartotojus ir perkrauti privilegijas.';
$strDeleteAndFlushDescr = 'Tai yra ðvariausias bûdas, bet privilegijø perkrovimas gali ðiek tiek uþtrukti.';
$strDeleted = 'Eilutë iðtrinta';
$strDeletedRows = 'Eilutës iðtrintos:';
$strDeleting = 'Ðaliname: %s';
$strDescending = 'Maþëjimo tvarka';
$strDescription = 'Paaiðkinimas';
$strDictionary = 'þodynas';
$strDisableForeignChecks = 'Atsisakyti iðoriniø raktø tikrinimo';
$strDisabled = 'Iðjungta';
$strDisplayFeat = 'Iðvedimo sàvybës';
$strDisplayOrder = 'Atvaizdavimo tvarka:';
$strDisplayPDF = 'Rodyti PDF vaizdà';
$strDoAQuery = 'Vykdyti "uþklausà pagal pavyzdá" (pakaitos simbolis: "%")';
$strDoYouReally = 'Ar TIKRAI norite ';
$strDocu = '?';
$strDrop = 'Ðalinti';
$strDropDatabaseStrongWarning = 'Jûs ruoðiatës SUNAIKINTI visà duombazæ!';
$strDropUsersDb = 'Paðalinti duombazes, turinèias tokius paèius vardus kaip ir vartotojai.';
$strDumpSaved = 'Duombazës atvaizdis iðsaugotas byloje %s.';
$strDumpXRows = 'Iðvesti %s eiluèiø pradedant nuo %s eilutës.';
$strDumpingData = 'Sukurta duomenø kopija lentelei';
$strDynamic = 'dinaminis';
 
$strEdit = 'Redaguoti';
$strEditPDFPages = 'Redaguoti PDF puslapius';
$strEditPrivileges = 'Redaguoti privilegijas';
$strEffective = 'Efektyvus';
$strEmpty = 'Iðvalyti';
$strEmptyResultSet = 'MySQL graþino tuðèià rezultatø rinkiná (nëra eiluèiø).';
$strEnabled = 'Ájungta';
$strEnd = 'Pabaiga';
$strEndCut = 'KIRPIMO PABAIGA';
$strEndRaw = 'RAW PABAIGA';
$strEngineAvailable = '%s nëra galimas ðiame MySQL serveryje.';
$strEngineDisabled = '%s ðiame MySQL serveryje yra iðjungtas.';
$strEngineUnsupported = 'Ðis MySQL serveris nepalaiko %s saugojimo variklio.';
$strEngines = 'Varikliai';
$strEnglish = 'Anglø';
$strEnglishPrivileges = ' Pastaba: MySQL privilegijø pavadinimai pateikiami anglø kalba';
$strError = 'Klaida';
$strEscapeWildcards = 'Norint naudoti _ ir % simblius, juos reikëtø eskeipinti su \\';
$strEstonian = 'Estø';
$strExcelEdition = 'Excel variantas';
$strExcelOptions = 'Excel parinktys';
$strExecuteBookmarked = 'Ávykdyti iðsaugotà uþklausà';
$strExplain = 'Paaiðkinti';
$strExport = 'Eksportuoti';
$strExtendedInserts = 'Iðplëstinis áterpimas';
$strExtra = 'Papildomai';
 
$strFailedAttempts = 'Nepavykæ bandymai';
$strField = 'Laukas';
$strFieldHasBeenDropped = 'Laukas %s iðmestas';
$strFields = 'Laukà';
$strFieldsEmpty = ' Tuðèia laukø skaièiaus reikðmë! ';
$strFieldsEnclosedBy = 'Laukø reikðmës apskliaustos simboliais';
$strFieldsEscapedBy = 'Laukø reikðmës baigiasi simboliu';
$strFieldsTerminatedBy = 'Laukø pabaigos þymë';
$strFileAlreadyExists = 'Byla pavadinimu %s jau yra darbinëje stotyje, pakeiskite norimà pavadinimà arba pasirinkite nustatymà leidþiantá perraðyti esanèias bylas.';
$strFileCouldNotBeRead = 'Negalima perskaityti bylos';
$strFileNameTemplate = 'Failo pavadinimo ðablonas';
$strFileNameTemplateRemember = 'atsiminti ðablonà';
$strFixed = 'fiksuotas';
$strFlushPrivilegesNote = 'Pastaba: phpMyAdmin gauna vartotojø teises tiesiai ið MySQL privilegijø lentelës. Ðiose lentelëse nurodytos teisës gali skirtis nuo parinkèiø bylose nurodytø teisiø. Todël %sperkraukite teises%s, jeigu norite tæsti. ';
$strFlushTable = 'Iðvalyti lentelæ ("FLUSH")';
$strFormEmpty = 'Trûksta reikðmës formoje !';
$strFormat = 'Formatas';
$strFullText = 'Tekstus rodyti pilnai';
$strFunction = 'Funkcija';
 
$strGenBy = 'Generavo:';
$strGenTime = 'Atlikimo laikas';
$strGeneralRelationFeat = 'Pagrindinës sàryðiø sàvybës';
$strGenerate = 'Generuoti';
$strGeneratePassword = 'Generuoti Slaiptaþodá';
$strGeorgian = 'Gruzinø';
$strGerman = 'Vokieèiø';
$strGlobal = 'globalus';
$strGlobalPrivileges = 'Globalios teisës';
$strGlobalValue = 'Globali reikðmë';
$strGo = 'Vykdyti';
$strGrantOption = 'Suteikti';
$strGreek = 'Graikø';
$strGzip = '"gzipped"';
 
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 exportavimo parinktys';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 exportavimo parinktys';
$strHasBeenAltered = 'iðplësta.';
$strHasBeenCreated = 'sukurta.';
$strHaveToShow = 'Pasirinkite bent vienà stulpelá iðvedimui';
$strHebrew = 'Þydø';
$strHexForBinary = 'Binariniams laukams naudoti ðeðioliktainæ koduotæ';
$strHome = 'Pradinis';
$strHomepageOfficial = 'Oficialus phpMyAdmin tinklapis';
$strHost = 'Darbinë stotis';
$strHostEmpty = 'Tuðèias prisijungimo adresas!';
$strHungarian = 'Vengrø';
 
$strIcelandic = 'Islandø';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnore = 'Ignoruoti';
$strIgnoreInserts = 'Ignoruoti INSERT uþklausas.';
$strIgnoringFile = 'Ignoruojama byla %s';
$strImportDocSQL = 'Importuoti docSQL bylas';
$strImportFiles = 'Importuoti bylas';
$strInUse = 'ðiuo metu naudojama';
$strIndex = 'Indeksas';
$strIndexHasBeenDropped = 'Indeksas %s panaikintas';
$strIndexName = 'Indekso vardas&nbsp;:';
$strIndexType = 'Indekso tipas&nbsp;:';
$strIndexWarningMultiple = 'Daugiau nei vienas %s raktas buvo nustatytas stulpeliui `%s`';
$strIndexWarningPrimary = 'PRIMARY ir INDEX raktai neutrëtø bûti nustatomi tam paèiam `%s` stulpeliui';
$strIndexWarningTable = 'Iðkilo problemos su `%s` lentelës indeksais';
$strIndexWarningUnique = 'UNIQUE ir INDEX raktai neutrëtø bûti nustatomi tam paèiam `%s` stulpeliui';
$strIndexes = 'Indeksai';
$strInnoDBBufferPoolSize = 'Buferio pool\'o dydis';
$strInnoDBDataFilePath = 'Duomenø failai';
$strInnoDBDataHomeDirDesc = 'Bendra direktorijø kelio dalis visiems InnoDB duomenø failams.';
$strInnodbStat = 'InnoDB bûsena';
$strInsecureMySQL = 'Jûsø parinkèiø byloje yra nurodyti standartiniai nustatymai (pvz: root vartotojas be slaptaþoþio). Taip sutinkinta MySQL darbinë stotis yra nesaugi, bei gali bûti atvira ásilauþimams, todël rekomenduojame pakeisti ðias parinktis.';
$strInsert = 'Áterpti';
$strInsertAsNewRow = 'Áterpti naujà áraðà';
$strInsertNewRow = 'Áterpti naujà eilutæ';
$strInsertedRowId = 'Áterptos eilutës id:';
$strInsertedRows = 'Áterptà eiluèiø:';
$strInternalNotNecessary = '* Galite nenaudoti vidiniø sàryðiø, jeigu jie jau apibrëþti InnoDB.';
$strInternalRelations = 'Vidiniai sàryðiai';
 
$strJapanese = 'Japonø';
$strJumpToDB = 'Pereiti á &quot;%s&quot; duombazæ.';
$strJustDelete = 'tik paðalinti vartotojus ið privilegijø lentelës.';
$strJustDeleteDescr = 'Kol nëra perkrautos privilegijos, &quot;paðalinti&quot; vartotojai gali prisijungti prie MySQL darbinës stoties.';
 
$strKeepPass = 'Nekeisti slaptaþodþio';
$strKeyname = 'Raktinis þodis';
$strKill = 'Stabdyti procesà';
$strKorean = 'Korëjieèiø';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX nustatymai';
$strLandscape = 'Peizaþinis';
$strLatexCaption = 'Lentelës antraðtë';
$strLatexContent = 'Lentelës __TABLE__ turinys';
$strLatexContinued = '(tæsinys)';
$strLatexContinuedCaption = 'Lentelës antraðtë (tæsinys)';
$strLatexIncludeCaption = 'Áterpti lentelës antraðtæ';
$strLatexLabel = 'Pavadinimo raktas';
$strLatexStructure = 'Lentelës __TABLE__ struktûra';
$strLatvian = 'Latviø';
$strLengthSet = 'Ilgis/reikðmës*';
$strLimitNumRows = 'Eiluèiø skaièius puslapyje';
$strLinesTerminatedBy = 'Eilutës pabaigos þymë';
$strLinkNotFound = 'Sàryðis nerastas';
$strLinksTo = 'Sàryðis su';
$strLithuanian = 'Lietuviø';
$strLocalhost = 'Lokali darbinë stotis';
$strLocationTextfile = 'Tekstiniai SQL uþklausø failai';
$strLogPassword = 'Slaptaþodis:';
$strLogServer = 'Darbinë stotis';
$strLogUsername = 'Vartotojo vardas:';
$strLogin = 'Ásiregistruoti';
$strLoginInformation = 'Prisijungimo informacija';
$strLogout = 'Iðsiregistruoti';
$strLongOperation = 'Operacija gali uþtrukti. Tæsti?';
 
$strMIMETypesForTable = 'MIME tipai lentelei';
$strMIME_MIMEtype = 'MIME tipai';
$strMIME_available_mime = 'Galimi MIME-tipai';
$strMIME_available_transform = 'Galimos transformacijos';
$strMIME_description = 'Paaiðkinimas';
$strMIME_nodescription = 'Ði transformacija neturi paaiðkinimo.<br />Klauskite autoriaus kà %s daro.';
$strMIME_transformation = 'Narðyklës transformacija';
$strMIME_transformation_note = 'Norëdami gauti pilnà sàraðà galimø transformacijø ir jø MIME tipø transformacijø, spauskite %stransformacijos paaiðkinimà%s';
$strMIME_transformation_options = 'Transformacijos nustatymai';
$strMIME_transformation_options_note = 'Praðome ávesti transformacijos nustatymø reikðmes naudodami toká ávedimo formatà: \'a\',\'b\',\'c\'...<br />Jeigu tarp ðiø reikðmiø prisireiks panaudoti virðutiná vertikalø pasvirà brûkðná ("\") arba viengubà kabutæ ("\'"), naudokite virðutiná vertikalø pasvirà brûkðná prieð ðiuos simbolius (pvz: \'\\\\xyz\' ar \'a\\\'b\').';
$strMIME_without = 'MIME tipai atspausdinti pasvirusiu ðriftu neturi atskirø transformacijos funkcijos.';
$strMaximumSize = 'Didþiausias dydis: %s%s';
$strMbExtensionMissing = 'Nebuvo rastas PHP iðplëtimas mbstring ir panaðu, kad Jûs naudojate multibyte simboliø kodacijà. Be mbstring plëtinio phpMyAdmin negali tesingai skaidyti stringø, todël galite sulaukti netikëtø rezultatø.';
$strMbOverloadWarning = 'Savo PHP konfigûracijoje Jûs ájungëte mbstring.func_overload. Ðis nustatymas nëra suderinamas su phpMyAdmin ir gali paþeisti Jûsø duomenis!';
$strModifications = 'Pakeitimai iðsaugoti';
$strModify = 'Keisti';
$strModifyIndexTopic = 'Keisti indeksà';
$strMoveTable = 'Perkelti lentelë á (duombazë<b>.</b>lentelë):';
$strMoveTableOK = 'Lentelë %s perkelta á %s.';
$strMoveTableSameNames = 'Negalima perkelti lentelës á jà paèià!';
$strMultilingual = 'daugiakalbis';
$strMyISAMMaxExtraSortFileSize = 'Maksimalus laikinø failø dydis kuriant indeksus';
$strMyISAMMaxSortFileSize = 'Maksimalus laikinø rûðiavimo failø dydis';
$strMyISAMMaxSortFileSizeDesc = 'Maksimalus MySQL\'ui leistinas laikinø failø dydis perkuriant MyISAM indeksus (vykdant REPAIR TABLE, ALTER TABLE arba LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Automatinio atstatymo reþimas';
$strMyISAMRecoverOptionsDesc = 'Reþimas, skirtas automatiniam nusprogusiø MyISAM lenteliø atstatymui, kuris nurodomas per --myisam-recover serverio startavimo parametrà.';
$strMyISAMRepairThreadsDesc = 'Jei ði reikðmë yra didesnë uþ 1, vykdant Repair, rûðiavimo procesas MyISAM lenteliø indeksus kuria lygegreèiai (kiekvienà indeksà savo gijoje).';
$strMyISAMSortBufferSize = 'Rûðiavimo buferio dydis';
$strMySQLCharset = 'MySQL koduotë';
$strMySQLConnectionCollation = 'MySQL prisijungimo rûðiavimas';
$strMySQLSaid = 'MySQL atsakymas: ';
$strMySQLShowProcess = 'Rodyti procesus';
$strMySQLShowStatus = 'Rodyti MySQL aplinkos bûsenà';
$strMySQLShowVars = 'Rodyti MySQL sistemos kintamuosius';
 
$strName = 'Pavadinimas';
$strNext = 'Sekantis';
$strNo = 'Ne';
$strNoActivity = 'Daugiau nei %s sekundþiø nebuvo atlikta jokiø veiksmø. Praðau ásiloginti iðnaujo.';
$strNoDatabases = 'Nëra duombaziø';
$strNoDatabasesSelected = 'Nepaþymëjote duombazës.';
$strNoDescription = 'Apraðymo nëra';
$strNoDetailsForEngine = 'Apie ðio Saugojimo Variklio bûsenà nëra iðsamios informacijos.';
$strNoDropDatabases = '"DROP DATABASE" komandos ávykdyti negalima.';
$strNoExplain = 'Praleisti SQL uþklausos aiðkinimà';
$strNoFrames = 'phpMyAdmin draugiðkesnis su <b>rëmelius</b> palaikanèiomis narðyklëmis.';
$strNoIndex = 'Neapraðyti indeksai!';
$strNoIndexPartsDefined = 'Neapraðytos indekso dalys!';
$strNoModification = 'Nëra pakeitimø';
$strNoOptions = 'Ðis formatas neturi nustatymø';
$strNoPassword = 'Nëra slaptaþodþio';
$strNoPermission = 'Nëra teisiø iðsaugoti bylai %s.';
$strNoPhp = 'be PHP kodo';
$strNoPrivileges = 'Nëra privilegijø';
$strNoRights = 'Neturite pakankamai teisiø';
$strNoRowsSelected = 'Nepasirinkti áraðai';
$strNoSpace = 'Nëra pakankamai vietos iðsaugoti bylai %s.';
$strNoTablesFound = 'Duombazëje nerasta lenteliø.';
$strNoThemeSupport = 'Temos nëra palaikomos, patikrinkite savo konfigûracijà ir/arba savo temø direktorijà %s.';
$strNoUsersFound = 'Nerasta vartotojo(ø).';
$strNoValidateSQL = 'Praleisti SQL uþklausos tikrinimà';
$strNone = 'Nëra';
$strNotNumber = 'Áveskite skaièiø!';
$strNotOK = 'Negerai';
$strNotSet = 'Lentelë <b>%s</b> nerasta arba nenurodyta %s byloje';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s atitikmuo(enys) lentelëje <i>%s</i>';
$strNumSearchResultsTotal = '<b>Viso:</b> <i>%s</i> atitikmuo(enys)';
$strNumTables = 'Lentelës';
 
$strOK = 'Gerai';
$strOperations = 'Veiksmai';
$strOptimizeTable = 'Optimizuoti';
$strOr = 'Arba';
$strOverhead = 'Perteklius';
$strOverwriteExisting = 'Perraðyti esanèias bylas';
 
$strPHP40203 = 'Jûs naudojate PHP 4.2.3 versijà, kurioje yra rimta klaida, susiijusi su daugiabaièiais stringais (mbstring). Daugiau informacijos rasite PHP klaidø praneðime Nr.19404. <strong>NEREKOMENDUOJAME naudoti ðios PHP versijos su phpMyAdmin</strong>.';
$strPHPVersion = 'PHP versija';
$strPageNumber = 'Puslapis:';
$strPaperSize = 'Lapo dydis';
$strPartialText = 'Tekstus rodyti dalinai';
$strPassword = 'Slaptaþodis';
$strPasswordChanged = 'Vartotojo %s slaptaþodis sëkmingai pakeistas.';
$strPasswordEmpty = 'Tuðèias slaptaþodis!';
$strPasswordHashing = 'Slaptaþodþiø Heðavimas';
$strPasswordNotSame = 'Slaptaþodþiai nesutampa!';
$strPdfDbSchema = 'Duombazës "%s" schema - %s puslapis';
$strPdfInvalidTblName = 'Lentelë "%s" neegzistuoja!';
$strPdfNoTables = 'No tables';
$strPerHour = 'per valandà';
$strPerMinute = 'per minutæ';
$strPerSecond = 'per sekundæ';
$strPersian = 'Persø';
$strPhoneBook = 'telefonø knyga';
$strPhp = 'PHP kodas';
$strPmaDocumentation = 'phpMyAdmin\'o dokumentacija';
$strPmaUriError = 'Reikia parinkèiø byloje áraðyti <tt>$cfg[\'PmaAbsoluteUri\']</tt> reikðmæ!';
$strPolish = 'Lenkø';
$strPortrait = 'Portretinis';
$strPos1 = 'Pradþia';
$strPrevious = 'Praëjæs';
$strPrimary = 'Pirminis';
$strPrimaryKeyHasBeenDropped = 'Panaikintas pirminis raktas';
$strPrimaryKeyName = 'Pirminio rakto pavadinimas turi bûti "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>yra vienintelis</b> pirminio rakto tipas!)';
$strPrint = 'Spausdinti';
$strPrintView = 'Spausdinti struktûrà';
$strPrintViewFull = 'Spausdinti vaizdà (su pilnai tekstais)';
$strPrivDescAllPrivileges = 'Átraukti visas teises, iðskyrus GRANT.';
$strPrivDescAlter = 'Leisti keisti jau egzistuojanèiø leneteliø struktûrà.';
$strPrivDescCreateDb = 'Leisti kurti naujas duombazes ir lenteles.';
$strPrivDescCreateTbl = 'Leisti kurti naujas lenteles.';
$strPrivDescCreateTmpTable = 'Leisti kurti laikinas lenteles.';
$strPrivDescCreateUser = 'Leidþia kurti, ðalinti ir pervadinti vartotojus.';
$strPrivDescCreateView = 'Leidþia sukurti naujus view\'us.';
$strPrivDescDelete = 'Leisti ðalinti duomenis.';
$strPrivDescDropDb = 'Leisti ðalinti duombazes ir lenteles.';
$strPrivDescDropTbl = 'Leisti ðalinti lenteles.';
$strPrivDescExecute = 'Leisti vykdyti iðsaugotas procedûras; Negalioja ðioje MySQL versijoje.';
$strPrivDescFile = 'Leisti áterpti ir eksportuoti duomenis ið bylø.';
$strPrivDescGrant = 'Leisti áterpti naujus vartotojus, bei prisikirti privilegijas, neperkraunant privilegijø lentelës.';
$strPrivDescIndex = 'Leisti áterpti ir modifikuoti indeksus.';
$strPrivDescInsert = 'Leisti áterpti ir modifikuoti duomenis.';
$strPrivDescLockTables = 'Leisti uþrakinti lenteles procesø metu.';
$strPrivDescMaxConnections = 'Riboti prisijungimø kieká per valandà.';
$strPrivDescMaxQuestions = 'Riboti uþklausø kieká per valandà';
$strPrivDescMaxUpdates = 'Riboti komandø (kurios vienaip ar kitaip modifikuoja lenteles ar duombazes) kieká per valandà.';
$strPrivDescProcess3 = 'Leisti iðjungti kitø vartotojø procesus.';
$strPrivDescProcess4 = 'Leisti perþiûrëti procesø sàraðe pilnà uþklausø sàraðà.';
$strPrivDescReferences = ' Negalioja ðioje MySQL versijoje.';
$strPrivDescReload = 'Leisti perkrauti darbinæ stotá, bei iðvalyti laikinàjà atmintá (cache).';
$strPrivDescReplClient = 'Leisti vartotojo uþklausas dël atstatymo master / slave darbiniø stoèiø.';
$strPrivDescReplSlave = 'Reikalinga atstatyti slave darbinei stoèiai';
$strPrivDescSelect = 'Leisti skaityti duomenis.';
$strPrivDescShowDb = 'Suteikti prieigà prie visø duombaziø.';
$strPrivDescShowView = 'Leidþia vykdyti SHOW CREATE VIEW uþklausas.';
$strPrivDescShutdown = 'Leisti iðjungti serverá.';
$strPrivDescSuper = 'Leisti prisijungti, kai virðytas prisijungimø kiekis; Reikalinga daugumai administratoriaus darbø, tokiø kaip globaliø reikðmiø modifikavimui ar vartotojø atjungimui.';
$strPrivDescUpdate = 'Leisti modifikuoti duomenis.';
$strPrivDescUsage = 'Be teisiø.';
$strPrivileges = 'Privilegijos';
$strPrivilegesReloaded = 'Teisës sëkmingai perkrautos.';
$strProcesslist = 'Procesø sàraðas';
$strPutColNames = 'Stulpeliø pavadinimus áraðyti pirmoje eilutëje';
 
$strQBE = 'SQL&nbsp;uþklausa';
$strQBEDel = 'Pakeièiant';
$strQBEIns = 'Áterpiant';
$strQueryFrame = 'Uþklausø langas';
$strQueryOnDb = 'SQL-uþklausa duombazëje <b>%s</b>:';
$strQuerySQLHistory = 'SQL uþklausø istorija';
$strQueryStatistics = '<b>Uþklausø statistika</b>: nuo paleidimo dienos buvo iðsiøsta %s uþklausø á serverá.';
$strQueryTime = 'Uþklausa uþtruko %01.4f sek.';
$strQueryType = 'Uþklausos tipas';
$strQueryWindowLock = 'Nekeisti ðios uþklausos uþ aktyvaus lango ribø.';
 
$strReType = 'Áveskite dar kartà';
$strReadRequests = 'Read uþklausos';
$strReceived = 'Gauta';
$strRecords = 'Viso áraðø:';
$strReferentialIntegrity = 'Patikrinti sàryðiø vientisumà:';
$strRefresh = 'Atnaujinti';
$strRelationNotWorking = 'Nëra PMA lenteliø, kurios leidþia dirbti su jungtinëmis MySQL lentelëmis. %sPaaiðkinimas%s.';
$strRelationView = 'Perþiûrëti sàryðius';
$strRelationalSchema = 'Ryðiø schema';
$strRelations = 'Sàryðiai';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReloadMySQL = 'Perkrauti MySQL procesà';
$strReloadingThePrivileges = 'Perkraunamos privilegijos';
$strRemoveSelectedUsers = 'Paðalinti paþymëtus vartotojus';
$strRenameDatabaseOK = 'Duombazë %s pervadinta á %s';
$strRenameTable = 'Pervadinti lentelæ á';
$strRenameTableOK = 'Lentelë %s pervadinta á %s';
$strRepairTable = 'Redaguoti';
$strReplaceNULLBy = 'Pakeisti NULL á';
$strReplaceTable = 'Pakeisti lentelës turiná failo duomenimis ';
$strReset = 'Atstatyti á pradinæ bûsenà';
$strResourceLimits = 'Iðtekliø apribojimai';
$strRevoke = 'Panaikinti';
$strRevokeAndDelete = 'Panaikinti visas aktyvias vartotojø privilegijas ir paðalinti vartotojus.';
$strRevokeAndDeleteDescr = 'Kol nëra perkrautos privilegijos, vartotojai dar turës privilegijà USAGE.';
$strRevokeMessage = 'Jûs panaikinote privilegijas %s';
$strRomanian = 'Rumunø';
$strRowLength = 'Eilutës ilgis';
$strRowSize = 'Eilutës dydis';
$strRows = 'Eilutës';
$strRowsFrom = 'eiluèiø pradedant nuo';
$strRowsModeFlippedHorizontal = 'horizontalûs (pasukti pavadinimai)';
$strRowsModeHorizontal = 'horizontaliai';
$strRowsModeOptions = 'iðdëstant %s pakartoti antraðtes kas %s áraðø';
$strRowsModeVertical = 'vertikaliai';
$strRowsStatistic = 'Eiluèiø statistika';
$strRunQuery = 'Vykdyti uþklausà';
$strRunSQLQuery = 'Vykdyti SQL sakinius duombazëje <strong>%s</strong>';
$strRunning = 'adresu %s';
$strRussian = 'Rusø';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL eksportavimo suderinamumas';
$strSQLExportType = 'Eksporto tipas';
$strSQLOptions = 'SQL nustatymai';
$strSQLParserBugMessage = 'Klaidà SQL interpretatoriuje. Praðome patikrinti ar SQL uþklausoje teisingai naudojamos kabutës. Kita, galima klaida, jog Jûs bandote atsiøsti dvejetainius (binary) duomenis neapskliaustus kabutëmis. Taip pat Jûs galite pabandyti ávykdyti savo uþklausà ið MySQL konsolës. MySQL serverio iðvesta informacija apie klaidà (jeigu tokiø bus) gali padëti Jums nustatyti klaidos prieþastá. Jeigu uþklausa sëkmingai ávykdoma konsolëje, o SQL interpretatorius vistiek iðveda praneðimus apie klaidas, praðome supaprastinite savo SQL uþklausà ir perduodamø duomenø kieká uþklausoje ir praneðkite apie klaidà programos kûrëjams su þemiau pateikiama informacija:';
$strSQLParserUserError = 'Klaida SQL uþklausoje. Þemiau iðvestas MySQL serverio praneðimas (jeigu toks yra), turëtø padëti Jums nustatyti klaidos prieþastá';
$strSQLQuery = 'SQL uþklausa';
$strSQLResult = 'SQL rezultatas';
$strSQPBugInvalidIdentifer = 'Klaidingas vardas';
$strSQPBugUnclosedQuote = 'Trûksta uþdaromosios kabutës';
$strSQPBugUnknownPunctuation = 'Klaidinga skyryba';
$strSave = 'Iðsaugoti';
$strSaveOnServer = 'Iðsaugoti serveryje, kataloge pavadinimu %s';
$strScaleFactorSmall = 'Dydþio matas yra per maþas norint sutalpinti vaizdà viename lape.';
$strSearch = 'Paieðka';
$strSearchFormTitle = 'Paieðka duombazëje';
$strSearchInTables = 'Lentelës(iø) viduje:';
$strSearchNeedle = 'Paieðkos þodis(iai) arba reikðmë(ës) (pakaitos simbolis: "%"):';
$strSearchOption1 = 'bent vienas ið þodþiø';
$strSearchOption2 = 'visi þodþiai';
$strSearchOption3 = 'iðtisa frazë';
$strSearchOption4 = 'kaip reguliarøjá iðsireiðkimà';
$strSearchResultsFor = 'Paieðkos rezultatai frazei "<i>%s</i>" %s:';
$strSearchType = 'Rasti:';
$strSecretRequired = 'Nustatymø byloje nurodykite slaptà frazæ (blowfish_secret).';
$strSelectADb = 'Pasirinkite duombazæ';
$strSelectAll = 'Iðrinkti visas(us)';
$strSelectBinaryLog = 'Pasirinkite binariná logà perþiûrai';
$strSelectFields = 'Pasirinkti laukus (nors vienà)';
$strSelectNumRows = 'uþklausà vykdoma';
$strSelectTables = 'Pasirinkite lenteles';
$strSend = 'Iðsaugoti á failà';
$strSent = 'Siøsta';
$strServer = 'Serveris';
$strServerChoice = 'Pasirinkti serverá';
$strServerNotResponding = 'Serveris neatsako';
$strServerStatus = 'Veikimo informacija';
$strServerStatusUptime = 'MySQL serverio veikimo trukmë: %s. Serveris pradëjo veikti: %s.';
$strServerTabProcesslist = 'Procesai';
$strServerTabVariables = 'Kintamieji';
$strServerTrafficNotes = '<b>Serverio apkrovimas</b>: ðiose lentelëse saugoma statistinë informacija apie MySQL serverio apkrovimà nuo paleidimo dienos.';
$strServerVars = 'Serverio kintamieji ir nustatymai';
$strServerVersion = 'Serverio versija';
$strSessionValue = 'Sesijos reikðmë';
$strSetEnumVal = 'Jeigu laukelio tipas yra "enum" arba "set", tuomet duomenø reikðmes reikia ávesti naudojant ðá formatà: \'a\',\'b\',\'c\'...<br />. Jeigu jums reikia áraðyti deðininá áþambøjá brûkðná ("\") arba kabutes("\'"), tuomet prieð ðios simbolius reikia papildomo deðininio áþambaus brûkðnio (pavyzdþiui: \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Rodyti';
$strShowAll = 'Rodyti viskà';
$strShowColor = 'Rodyti spalvà';
$strShowDatadictAs = 'Duomenø þodyno formatas';
$strShowFullQueries = 'Rodyti pilnas uþklausas';
$strShowGrid = 'Rodyti tinklelá';
$strShowPHPInfo = 'Rodyti PHP informacijà';
$strShowTableDimension = 'Rodyti lenteliø dydþius';
$strShowTables = 'Rodyti lentelës';
$strShowThisQuery = ' Rodyti ðià uþklausà vël ';
$strShowingRecords = 'Rodomi áraðai';
$strSimplifiedChinese = 'Supaprastinta Kinieèiø';
$strSingly = '(pavieniui)';
$strSize = 'Dydis';
$strSlovak = 'Slovakø';
$strSlovenian = 'Slovënø';
$strSocketProblem = '(arba vietiniai MySQL serverio socketai yra blogai sukonfigûruoti)';
$strSort = 'Rûðiuoti';
$strSortByKey = 'Rûðiuoti pagal raktà';
$strSpaceUsage = 'Vietos naudojimas';
$strSpanish = 'Ispanø';
$strSplitWordsWithSpace = 'Þodþiai atskirti tarpo simboliu (" ").';
$strStatCheckTime = 'Paskutinis patikrinimas';
$strStatCreateTime = 'Sukurta';
$strStatUpdateTime = 'Paskutinis atnaujinimas';
$strStatement = 'Parametrai';
$strStatus = 'Statusas';
$strStorageEngine = 'Saugojimo Variklis';
$strStorageEngines = 'Saugojimo Varikliai';
$strStrucCSV = 'Duomenys CSV formatu';
$strStrucData = 'Struktûra ir duomenys';
$strStrucDrop = 'Panaikinti-áterpti lentelæ';
$strStrucExcelCSV = 'Duomenys ekselio CSV formatu';
$strStrucNativeExcel = 'MS Excel duomenys';
$strStrucOnly = 'Tik struktûrà';
$strStructPropose = 'Analizuoti lentelës struktûrà';
$strStructure = 'Struktûra';
$strSubmit = 'Siøsti';
$strSuccess = 'Jûsø SQL uþklausa sëkmingai ávykdyta';
$strSum = 'Sumos';
$strSwedish = 'Ðvedø';
$strSwitchToDatabase = 'Pereiti á nukopijuotà duombazæ';
$strSwitchToTable = 'Pereiti á lentelës kopijà';
 
$strTable = 'Lentelë';
$strTableComments = 'Lentelës komentarai';
$strTableEmpty = 'Tuðèias lentelës vardas!';
$strTableHasBeenDropped = 'Lentelë %s panaikinta';
$strTableHasBeenEmptied = 'Lentelës reikðmës %s iðtuðtintos';
$strTableHasBeenFlushed = 'Lentelës buferis %s iðvalytas';
$strTableMaintenance = 'Lentelës diagnostika';
$strTableOfContents = 'Turinys';
$strTableOptions = 'Lentelës parinktys';
$strTableStructure = 'Sukurta duomenø struktûra lentelei';
$strTableType = 'Lentelës tipas';
$strTables = '%s lentelë(s)';
$strTakeIt = 'pasirinkti';
$strTblPrivileges = 'Specifinës lenteliø privilegijos';
$strTextAreaLength = ' Tai yra jo ilgis,<br /> ðis laukelis neredaguojamas ';
$strThai = 'Tailando';
$strTheme = 'Tema / Stilius';
$strThisHost = 'Dabartinis serveris';
$strThisNotDirectory = 'Tai ne katalogas';
$strThreadSuccessfullyKilled = '%s buvo sëkmingai iðjungtas.';
$strTime = 'Laikas';
$strToggleScratchboard = 'ájungti scratchboard';
$strTotal = ' ið viso ';
$strTotalUC = 'Viso';
$strTraditionalChinese = 'Tradicinë Kinieèiø';
$strTraditionalSpanish = 'Tradicinë ispanø';
$strTraffic = 'Apkrovimas';
$strTransformation_application_octetstream__download = 'Áðvesti nuorodà dvejetainiø lauko duomenø atsisiuntimui. Pirmas parametras - dvejetainiø lauko duomenø bylos pavadinimas. Antras parametras - galimas lentelës eilutës lauko turinèio bylà pavadinimas. Jeigu pateiksite antrà parametrà, iðtrinkite pirmojo parametro reikðmæ.';
$strTransformation_image_jpeg__inline = 'Parodo aktyvø maþiná; nustatymai: plotis,aukðtis pikseliais (iðsaugo originalø santyká)';
$strTransformation_image_jpeg__link = 'Iðvedama nuoroda á ðá paveikslëlá (tiesioginis blob atsisiuntimas ir pan.).';
$strTransformation_image_png__inline = 'Þr. image/jpeg: vidø';
$strTransformation_text_plain__dateformat = 'Pasiima TIME, TIMESTAMP arba DATETIME laukø reikðmes ir apipavidalina jas pagal naudojamà lokalø datos formatà. Pirmas parametras reikðmë valandomis, kuri bus pridëta prie laiko þymës (nutylint: 0). Antras parametras tai kitoks datos apipavidalinimo formatas pateiktas pagal strftime() fukcijà.';
$strTransformation_text_plain__external = 'LINUX VARTOTOJAMS: Paleidþiama iðorinë aplikacija ir duomenys imami ið standartinio ávedimo. Iðvedama ið aplikacijos gauta informacija. Nutylint: bus Tidy korektiðkam HTML kodo iðvedimui. Saugumo sumetimais Jûs turite paredaguoti libraries/transformations/text_plain__external.inc.php bylà ir ávesti tas aplikacijas, kurias naudosite. Pirmas parametras yra leidþiamø aplikacijø kiekis, kurias naudosite. Antras parametras yra specifiniai aplikacijø raktai. Jeigu treèias parametras lygus 1, tai iðvedama informacija bus apdorota su htmlspecialchars() (nutylint: reikðmë lygi 1). Jeigu ketvirtas parametras lygus 1, tai iðvedimo lentelës celë turës atributà NOWRAP, tam kad iðvedama bûtø atvaizduota be perkëlimø á kitas eilutes (nutylint: reikðmë lygi 1).';
$strTransformation_text_plain__formatted = 'Iðsaugo originalø lauko apipavidalinimà. Nevykdomas iðvengimas.';
$strTransformation_text_plain__imagelink = 'Graþinamas paveikslëlis ir nuoroda á ávedimo lauke áraðytà bylos pavadinimà; argumentai: prefiksas (pvz "http://domain.com/"), plotis (pikseliais), aukðtis (pikseliais).';
$strTransformation_text_plain__link = 'Graþinama nuoroda á ávedimo lauke áraðytà bylos pavadinimà; argumentai: prefiksas (pvz "http://domain.com/"), nuorodos pavadinimas.';
$strTransformation_text_plain__substr = 'Rodoma tik dalis teksto. Pirmas parametras nurodo iðvedamo teksto pradþià (nutylint: 0). Antrasis parametras nurodo iðvedamo teksto kieká. Jeigu antras parametras nenurodytas tai bus iðvestas visas tekstas. Treèiasis parametras nurodo kurios raidës bus prijungtos prie iðvedimo teksto (nutylint: ...).';
$strTruncateQueries = 'Trumpinti rodomas uþklausas';
$strTurkish = 'Turkø';
$strType = 'Tipas';
 
$strUkrainian = 'Ukrainieèiø';
$strUncheckAll = 'Nepaþymëti visus(as)';
$strUnicode = 'Unicodas';
$strUnique = 'Unikalus';
$strUnknown = 'neþinoma';
$strUnselectAll = 'Nepaþymëti visus(as)';
$strUpdComTab = 'Informacijà, kaip atnaujinti Column_comments lentelæ, galite rasti dokumentacijoje.';
$strUpdatePrivMessage = 'Jûs pakeitëte privilegijas %s.';
$strUpdateProfileMessage = 'Profilis papildytas.';
$strUpdateQuery = 'Atnaujinti uþklausà';
$strUpgrade = 'Rekomenduojame atnaujint %s iki %s ar vëlesnës versijos.';
$strUsage = 'Iðnaudota';
$strUseBackquotes = 'Lenteliø ir laukø vardams naudoti ðias kabutes ` `';
$strUseHostTable = 'Naudoti Host lentelæ';
$strUseTabKey = 'Ðokinëjimui tarp reikðmiø naudokite TAB mygtukà arba naudokite CTRL+rodyklës';
$strUseTables = 'Naudoti lenteles';
$strUseTextField = 'Naudokite teksto ávedimo laukà';
$strUseThisValue = 'Naudokite ðià reikðmæ';
$strUser = 'Vartotojas';
$strUserAlreadyExists = 'Vartotojas %s jau yra!';
$strUserEmpty = 'Tuðèias vartotojo vardas!';
$strUserName = 'Vartotojo vardas';
$strUserNotFound = 'Privilegijø lentelëje pasirinktas vartotojas nerastas.';
$strUserOverview = 'Vartotojø perþiûra';
$strUsersDeleted = 'Paþymëti vartotojai sëkmingai paðalinti.';
$strUsersHavingAccessToDb = 'Vartotojai turintys priëjimà prie &quot;%s&quot;';
 
$strValidateSQL = 'Patikrinti SQL uþklausà';
$strValidatorError = 'Neveikia SQL interpretatorius. Praðome patikrinkite ar yra suinstaliuoti visi privalomi php moduliai, nurodyti %sdokumentacijoje%s.';
$strValue = 'Reikðmë';
$strVar = 'Kintamasis';
$strVersionInformation = 'Versijos informacija';
$strView = 'View\'as';
$strViewDump = 'Perþiûrëti lentelës struktûros atvaizdá';
$strViewDumpDB = 'Sukurti, perþiûrëti duombazës atvaizdá';
$strViewDumpDatabases = 'Perþiûrëti duombaziø iðraðà';
$strViewHasBeenDropped = 'View\'as %s buvo panaikintas';
 
$strWebServerUploadDirectory = 'web serverio katalogas atsiuntimams';
$strWebServerUploadDirectoryError = 'Nepasiekimas nurodytas www-serverio katalogas atsiuntimams.';
$strWelcome = 'Jûs naudojate %s';
$strWestEuropean = 'Vakarø Europos';
$strWildcard = 'pakaitos simbolis';
$strWindowNotFound = 'Tikslo langas neatnaujintas. Galbût Jûs uþdarëte pagrindiná langà arba Jûsø narðyklë blokuoja atnaujinimus tarp langø dël nustatyto saugumo.';
$strWithChecked = 'Pasirinktas lenteles:';
$strWriteRequests = 'Write uþklausos';
$strWritingCommentNotPossible = 'Negalimas komentavimas';
$strWritingRelationNotPossible = 'Negalimas sàryðis';
$strWrongUser = 'Neteisingas vartotojo vardas arba slaptaþodis. Priëjimas uþdraustas.';
 
$strXML = 'XML';
 
$strYes = 'Taip';
 
$strZeroRemovesTheLimit = 'Pastaba: nëra jokiø apribojimø jeigu reikðmë nurodyta lygi 0 (nuliui).';
$strZip = '"zip"';
 
// To translate:
 
$strBufferPoolActivity = 'Buferio Pool\'o veikla'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
 
$strFreePages = 'Free pages'; //to translate
 
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBPages = 'pages'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
 
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strOperator = 'Operator'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
 
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
 
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/malay-iso-8859-1.inc.php
0,0 → 1,1000
<?php
/* $Id: malay-iso-8859-1.inc.php,v 2.116.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/*
Projek Penterjemahan (l10n) phpmyadmin.net boleh diakses di laman http://shapik.johordt.com/l10n
Projek ini diusahakan oleh saya - sicksand - Mohammad Shafiq Mohd Mustapa
Ditujukan untuk sayang saya Nur Khairiyah.
Antara yang menjayakan projek ini ialah (turutan bukan keutamaan)
 
Asrul Munir Bin Azizan - ntahsapentah@hotmail.com
Hasbullah - exs2me@hotmail.com
sot - sid80@yahoo.com
silla - roscla@yahoo.com
bagaksasa - bagaksasa@hotmail.com
Bustamam Harun - bustamam98@yahoo.com
Hasbullah Bin Pit - sebol@ikhlas.com, Merlimau
nina - nina@hotmail.com
muslim - sayamuslim@hotmail.com
ejoe - webmaster@ejoe.net
huhu - huhu@huh.net
redkod - r3dkod@yahoo.com
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$timespanfmt = '%s hari, %s jam, %s minit dan %s saat';
 
$day_of_week = array('Aha', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab');
$month = array('Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogos', 'Sept', 'Okt', 'Nov', 'Dis');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$strAPrimaryKey = 'Kekunci utama telah ditambah pada %s';
$strAbortedClients = 'DiBatalkan';
$strAccessDenied = 'Akses dinafikan';
$strAction = 'Aksi';
$strAddDeleteColumn = 'Tambah/Padam Kolum Medan';
$strAddDeleteRow = 'Tambah/Padam Baris Kriteria';
$strAddNewField = 'Tambah medan baru';
$strAddSearchConditions = 'Tambah kriteria carian (badan bagi klausa "where"):';
$strAddToIndex = 'Tambah ke indeks &nbsp;%s&nbsp;kolum';
$strAddUser = 'Tambah Pengguna Baru';
$strAddUserMessage = 'Anda telah menambah pengguna baru.';
$strAffectedRows = 'Baris yang terlibat:';
$strAfter = 'Selepas %s';
$strAfterInsertBack = 'Kembali ke muka sebelumnya';
$strAfterInsertNewInsert = 'Tambah baris yang baru';
$strAll = 'Semua';
$strAllTableSameWidth = 'paparkan semua Jadual dengan kelebaran yang sama?';
$strAlterOrderBy = 'Alter table order by';
$strAnIndex = 'Indeks telah ditambah pada %s';
$strAnalyzeTable = 'Analyze table';
$strAnd = 'Dan';
$strAny = 'Sebarang';
$strAnyHost = 'Sebarang hos';
$strAnyUser = 'Sebarang pengguna';
$strAscending = 'Menaik';
$strAtBeginningOfTable = 'Pada Awalan Jadual';
$strAtEndOfTable = 'Pada Akhir Jadual';
$strAttr = 'Atribut';
 
$strBack = 'Undur';
$strBeginCut = 'MULA SALIN';
$strBeginRaw = 'MULA MENTAH';
$strBinary = 'Binari';
$strBinaryDoNotEdit = 'Binari - jgn diubah';
$strBookmarkDeleted = 'TandaBuku telah dipadam.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Tandabuku kueri-SQL';
$strBookmarkThis = 'andabuku kueri-SQL ini';
$strBookmarkView = 'Paparan sahaja';
$strBrowse = 'Lungsur';
$strBzError = 'phpMyAdmin tidak dapat memampatkan longgokan kerana terdapat masalah dalam sambungan Bz2 didalam php versi ini. Anda digalakkan untuk mengubah <code>$cfg[\'BZipDump\']</code> di fail konfigurasi phpMyAdmin kepada <code>FALSE</code>. Jika anda ingin menggunakan sambungan Bz2, anda digalakkan untuk meningkatkan versi php anda. Sila lihat laporan pepijat php %s untuk keterangan lanjut.';
$strBzip = 'bzipped';
 
$strCannotLogin = 'Tidak boleh log-masuk ke server MySQL';
$strCantLoadRecodeIconv = 'Tidak dapat memuat iconv atau kodsemula sambungan yang diperlukan untuk menukar set aksara, konfigur php utk membolehkan penggunaan sambungan ini atau abaikan pengubahan set aksara di phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Tidak boleh menukar indekx ke PRIMARY!';
$strCantUseRecodeIconv = 'Tidak boleh menggunakan fungsi iconv mahupun libiconv mahupun recode_string apabila sambungan lapuran dimuat. Periksa konfigurasi php anda.';
$strCardinality = 'Kardinaliti';
$strChange = 'Ubah';
$strChangeDisplay = 'Pilih Medan untuk dipapar';
$strChangePassword = 'Ubah Katalaluan';
$strCharsetOfFile = 'Fail bagi set Aksara:';
$strCheckAll = 'Tanda Semua';
$strCheckTable = 'Periksa Jadual';
$strChoosePage = 'Sila Pilih Laman untuk diubah';
$strColComFeat = 'Memaparkan Komen Kolum';
$strColumnNames = 'Nama Kolum';
$strCommand = 'Arahan';
$strComments = 'Komen';
$strCompleteInserts = 'Kemasukkan Selesai';
$strCompression = 'Mampatan';
$strConfigFileError = 'phpMyAdmin tidak dapat membaca fail konfigurasi!<br \\>Ini mungkin terjadi apabila ada kesalahan dalam php ataupun php tidak jumpa fail tersebut.<br />Sila panggil fail konfigurasi menggunakan pautan dibawah dan baca kesalahan php yang diterima. Dalam kebanyakan kes quote atau semicolon tertinggal.<br />Jika kamu terima laman kosong, semuanya berjalan lancar.';
$strConfigureTableCoord = 'Sila konfigurasikan kordinat bagi jadual %s';
$strConnections = 'Hubungan';
$strCookiesRequired = 'Cecikut mestilah dihidupkan ketika ini.';
$strCopyTable = 'Salin jadual ke (pangkalandata<b>.</b>jadual):';
$strCopyTableOK = 'Jadual %s telah disalin ke %s.';
$strCouldNotKill = 'phpMyAdmin tidak dapat mematikan bebenang %s. Ianya mungkin telah ditutup.';
$strCreate = 'Cipta';
$strCreateIndex = 'Cipta indeks pada &nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Cipta indeks baru';
$strCreateNewDatabase = 'Cipta pangkalan data baru';
$strCreateNewTable = 'Cipta jadual baru pada pangkalan data %s';
$strCreatePage = 'Cipta Halaman baru';
$strCreatePdfFeat = 'Ciptaan bagi PDF';
$strCriteria = 'Kriteria';
 
$strData = 'Data';
$strDataDict = 'Kamus Data';
$strDataOnly = 'Data sahaja';
$strDatabase = 'Pangkalan Data';
$strDatabaseHasBeenDropped = 'angkalan data %s telah digugurkan.';
$strDatabases = 'pangkalan data';
$strDatabasesStats = 'Statistik pangkalan data';
$strDefault = 'Asal';
$strDelete = 'Padam';
$strDeleted = 'Baris telah dipadam';
$strDeletedRows = 'Baris dipadam:';
$strDescending = 'Menurun';
$strDisabled = 'Tidak Membenarkan';
$strDisplayFeat = 'Paparkan Ciri-ciri';
$strDisplayOrder = 'Turutan paparan:';
$strDisplayPDF = 'Papar Skema PDF';
$strDoAQuery = 'Lakukan "kueri melalui contoh" (wilidcard: "%")';
$strDoYouReally = 'Adakah anda ingin ';
$strDocu = 'Dokumentasi';
$strDrop = 'Gugur';
$strDumpXRows = 'Longgok %s baris bermula pada rekod # %s.';
$strDumpingData = 'Melonggok data bagi jadual';
$strDynamic = 'dinamik';
 
$strEdit = 'Ubah';
$strEditPDFPages = 'Ubah Halaman PDF';
$strEditPrivileges = 'Ubah Privilej';
$strEffective = 'Berkesan';
$strEmpty = 'Kosong';
$strEmptyResultSet = 'MySQL memulangkan set hasil kosong (i.e. sifar baris)';
$strEnabled = 'Membenarkan';
$strEnd = 'Tamat';
$strEndCut = 'TAMAT SALIN';
$strEndRaw = 'TAMAT MENTAH';
$strEnglishPrivileges = ' Nota: Nama privilej MySQL adalah dinyatakan dalam B.Inggeris ';
$strError = 'Ralat';
$strExplain = 'Terangkan Kod SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Penyelitan Lanjutan';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Percubaan Gagal';
$strField = 'Medan';
$strFieldHasBeenDropped = 'Medan %s telah digugurkan';
$strFields = 'Medan';
$strFieldsEmpty = ' Bilangan medan adalah kosong! ';
$strFieldsEnclosedBy = 'Medan disertai oleh';
$strFieldsEscapedBy = 'Medan dilarikan oleh';
$strFieldsTerminatedBy = 'Medan dihapuskan oleh';
$strFixed = 'tetap';
$strFlushTable = 'Buang jadual ("FLUSH")';
$strFormEmpty = 'Kehilangan nilai pada borang! !';
$strFormat = 'Format';
$strFullText = 'Teks Penuh';
$strFunction = 'Fungsi';
 
$strGenBy = 'Dijana oleh';
$strGenTime = 'Masa dijana';
$strGeneralRelationFeat = 'Ciri-ciri hubungan am';
$strGlobalValue = 'Nilai Global';
$strGo = 'Pergi';
$strGzip = '"digzip"';
 
$strHasBeenAltered = 'telah diubahsuai.';
$strHasBeenCreated = 'telah dicipta.';
$strHaveToShow = 'Anda mesti pilih sekurang-kurangnya satu Kolum untuk dipapar';
$strHome = 'Rumah';
$strHomepageOfficial = 'Laman Rasmi phpMyAdmin';
$strHost = 'Hos';
$strHostEmpty = 'Nama hos adalah kosong!';
 
$strId = 'ID';
$strIdxFulltext = 'Tekspenuh';
$strIgnore = 'Abai';
$strImportDocSQL = 'Import Fail docSQL';
$strInUse = 'sedang digunakan';
$strIndex = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s telah digugurkan';
$strIndexName = 'Nama indeks&nbsp;:';
$strIndexType = 'Jenis indeks&nbsp;:';
$strIndexes = 'Indeks';
$strInsecureMySQL = 'Fail Konfigurasi anda mengandungi pelengkapan (root tidak berkata laluan) yang bersesuaian dengan privilej akaun MySQL. Pelayan MySQL anda dilaksanakan dengan pelengkapan asas, ianya terdedah kepada pencerobohan, dan anda hendaklah membetulkan lubang keselamatan ini.';
$strInsert = 'Selit';
$strInsertAsNewRow = 'Selitkan baris baru';
$strInsertNewRow = 'Selitkan baris baru';
$strInsertedRows = 'Baris diselit:';
 
$strKeepPass = 'Jangan tukar katalaluan';
$strKeyname = 'Nama Kekunci';
$strKill = 'Bunuh';
 
$strLandscape = 'Menegak';
$strLaTeX = 'LaTeX';
$strLengthSet = 'Panjang/Nilai*';
$strLimitNumRows = 'Bilangan baris per halaman';
$strLinesTerminatedBy = 'Baris ditamatkan oleh';
$strLinkNotFound = 'Pautan tidak dijumpai';
$strLinksTo = 'Pautan ke';
$strLocationTextfile = 'Lokasi bagi fail teks';
$strLogPassword = 'Katalaluan:';
$strLogUsername = 'Namapengguna:';
$strLogin = 'Logmasuk';
$strLogout = 'Log keluar';
 
$strModifications = 'Pengubahsuaian telah disimpan';
$strModify = 'Ubahsuai';
$strModifyIndexTopic = 'Ubahsuai indeks';
$strMoveTable = 'Pindahkan jadual ke (pangkalandata<b>.</b>jadual):';
$strMoveTableOK = 'Jadual %s telah dipindahkan ke %s.';
$strMySQLCharset = 'Set Aksara MySQL';
$strMySQLSaid = 'MySQL berkata: ';
$strMySQLShowProcess = 'Papar proses';
$strMySQLShowStatus = 'Papar maklumat masalaksana MySQL';
$strMySQLShowVars = 'Papar pembolehubah sistem MySQL';
 
$strName = 'Nama';
$strNext = 'Berikut';
$strNo = 'Tidak';
$strNoDatabases = 'Tiada pangkalan data';
$strNoDescription = 'tiada keterangan';
$strNoDropDatabases = 'keterangan "DROP DATABASE" di tidak aktifkan .';
$strNoExplain = 'Skip Explain SQL';
$strNoFrames = 'phpMyAdmin lebih mesra dengan pelayar web <b>menyokong-kerangka</b> seperti mozilla.';
$strNoIndex = 'Tiada indeks ditafrifkan!';
$strNoIndexPartsDefined = 'Tiada bahagian indeks ditakrifkan!';
$strNoModification = 'Tiada perubahan';
$strNoPassword = 'Tiada Katalaluan';
$strNoPhp = 'Tanpa Kod PHP';
$strNoPrivileges = 'Tiada Privilej';
$strNoRights = 'Anda tidak mempunyai hak mencukupi untuk berada disini sekarang!';
$strNoTablesFound = 'Tiada jadual dijumpai pada pangkalan data.';
$strNoUsersFound = 'Tiada pengguna dijumpai.';
$strNoValidateSQL = 'Melangkau Pengesahan SQL';
$strNone = 'Tiada';
$strNotNumber = 'Ini adalah bukan nombor!!';
$strNotOK = 'tidak OK';
$strNotSet = 'Jadual <b>%s</b> tidak dijumpai atau ditetapkan pada %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s padanan di dalam jadual <i>%s</i>';
$strNumSearchResultsTotal = '<b>Jumlah</b>: <i>%s</i> padanan';
$strNumTables = 'Jadual-jadual';
 
$strOK = 'OK';
$strOperations = 'Operasi';
$strOptimizeTable = 'Optimakan jadual';
$strOr = 'Atau';
$strOverhead = 'Melebihi';
 
$strPHP40203 = 'Anda Menggunakan PHP 4.2.3, dimana terdapat pepijat serius didalam multi-byte strings (mbstring). Lihat Laporan Pepijat PHP 19404. PHP versi ini adalah tidak digalakkan dalam menggunakan phpMyAdmin.';
$strPHPVersion = 'Versi PHP';
$strPageNumber = 'Muka Surat:';
$strPartialText = 'Sebahagian Teks';
$strPassword = 'Katalaluan';
$strPasswordEmpty = 'Katalaluan adalah kosong!';
$strPasswordNotSame = 'Katalaluan tidak sama!';
$strPdfDbSchema = 'Skema bagi pangkalan data "%s" database - Laman %s';
$strPdfInvalidTblName = 'Jadual "%s" tidak wujud!';
$strPdfNoTables = 'Tiada Jadual';
$strPerHour = 'per jam';
$strPhp = 'Cipta Kod PHP';
$strPmaDocumentation = 'Dokumentasi phpMyAdmin';
$strPmaUriError = '<tt>$cfg[PmaAbsoluteUri]</tt> MESTI disetkan di dalam fail konfigurasi.';
$strPortrait = 'Melintang';
$strPos1 = 'Mula';
$strPrevious = 'Terdahulu';
$strPrimary = 'Utama';
$strPrimaryKeyHasBeenDropped = 'Kekunci utama telah digugurkan';
$strPrimaryKeyName = 'Nama kekunci utama mestilah... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mesti</b> nama dan <b>semesti</b> dari kekunci utama!)';
$strPrint = 'Cetak';
$strPrintView = 'Paparan Cetak';
$strPrivileges = 'Privilej';
$strProcesslist = 'Senarai Proses';
$strPutColNames = 'Letakkan medan di baris pertama';
 
$strQBE = 'Kueri';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL- kueri pada pangkalan data <b>%s</b>:';
$strQueryStatistics = '<b>Kueri Statistik</b>: Sejak ia dijalankan, %s kueri telah dihantar kepada pelayan.';
$strQueryType = 'Jenis Kueri';
 
$strReType = 'Ulang-taip';
$strReceived = 'DiTerima';
$strRecords = 'Rekod';
$strReferentialIntegrity = 'Semak integriti rujukan:';
$strRelationalSchema = 'Skema Hubungan';
$strRelationNotWorking = 'Ciri-ciri tambahan ini adalah untuk bekerja dengan pautan jadual yang telah tidak diaktifkan. Untuk mengetahuinya klik %shere%s.';
$strRelationView = 'Paparan Hubungan';
$strReloadMySQL = 'Ulangmuat MySQL';
$strRenameTable = 'Tukarnama jadual ke';
$strRenameTableOK = 'Jadual %s telah ditukarnama ke %s';
$strRepairTable = 'Baiki jadual';
$strReplaceTable = 'Ganti data jadual dengan fail';
$strReset = 'Ulangtetap';
$strRevoke = 'TarikBalik';
$strRevokeMessage = 'Anda telah menarikbalik privilej Keistimewaan untuk %s';
$strRowLength = 'Panjang baris';
$strRowSize = ' Saiz baris ';
$strRows = 'Baris';
$strRowsFrom = 'baris bermula dari rekod #';
$strRowsModeHorizontal = 'mengufuk';
$strRowsModeOptions = 'pada mod %s dan ulang pengepala selepas %s sel';
$strRowsModeVertical = 'menegak';
$strRowsStatistic = 'Statistik Baris';
$strRunQuery = 'Hantar Kueri';
$strRunSQLQuery = 'Laksana kueri SQL pada pangkalan data %s';
$strRunning = 'dilaksana pada %s';
 
$strSQL = 'SQL';
$strSQLParserBugMessage = 'Ada kemungkinan anda akan berjumpa dengan pepijat di penghuraian SQL. Sila semak kueri anda dengan teliti, dan periksa tanda quote adalah betul dan tidak tersalah letak. Antara kegagalan lain mungkin disebabkan fail yang dimuatnaik bersama binari oleh anda berada diluar kawasan quote. Anda juga boleh mencuba kueri MySQL anda di antaramuka aturan baris (cli). Dibawah adalah kesalah Pelayan MySql , jika ada, ianya membantu anda menganalisis masalah. Jika masih terdapat pemasalahan atau masalah penghuraian dimana antaramuka aturan baris berjaya, sila kurangkan kemasukan kueri SQL kepada satu kueri yang bermasalah, dan lapurkan pepijat desertai oleh seruas data dan SALIN keratan rentas dibawah:';
$strSQLParserUserError = 'Ada kemungkin kueri SQL anda salah. Dibawah adalah kesalah Pelayan MySql , jika ada, ianya membantu anda menganalisis masalah';
$strSQLQuery = 'kueri-SQL';
$strSQLResult = 'Hasil SQL';
$strSQPBugInvalidIdentifer = 'Pengenalan TidakSah';
$strSQPBugUnclosedQuote = 'Tanda quote tidak disertakan';
$strSQPBugUnknownPunctuation = 'TandaBaca tidak dikenali';
$strSave = 'Simpan';
$strScaleFactorSmall = 'Faktor skala adalah terlalu kecil supaya muat dengan skema dalam satu halaman';
$strSearch = 'Cari';
$strSearchFormTitle = 'Cari di pangkalan data';
$strSearchInTables = 'Di dalam jadual:';
$strSearchNeedle = 'Perkataan atau nilai untuk dicari (wildcard: "%"):';
$strSearchOption1 = 'sekurang-kurangnya satu perkataan';
$strSearchOption2 = 'semua perkataan';
$strSearchOption3 = 'Frasa tepat';
$strSearchOption4 = 'sebagai penyataan regular (regexp)';
$strSearchResultsFor = 'Hasil carian bagi "<i>%s</i>" %s:';
$strSearchType = 'Cari:';
$strSelectADb = 'Sila pilih pangkalan data';
$strSelectAll = 'Sila pilih pangkalan data';
$strSelectFields = 'Pilih medan (sekurang-kurangnya satu):';
$strSelectNumRows = 'pada kueri';
$strSelectTables = 'Pilih Jadual';
$strSend = 'Simpan sebagai fail';
$strSent = 'Hantar';
$strServer = 'Pelayan';
$strServerChoice = 'Pilihan Pelayan';
$strServerStatus = 'Informasi MasaJana';
$strServerStatusUptime = 'Pelayan MySQL ini telah berjalan selama %s. Ia dihidupkan pada %s.';
$strServerTabVariables = 'Pemboleh-pembolehubah';
$strServerTabProcesslist = 'Proses-proses';
$strServerTrafficNotes = '<b>Kesibukan Pelayan</b>: Jadual menunjukkan statistik kesibukan rangkaian pada pelayan MySQL server semenjak ia dihidupkan.';
$strServerVars = 'Pembolehubah dan Penetapan Pelayan';
$strServerVersion = 'Versi Pelayan';
$strSessionValue = 'Nilai Sessi';
$strSetEnumVal = 'Jika jenis medan ialah "enum" atau "set", sila masukkan nilai menggunakan format: \'a\',\'b\',\'c\'...<br />Jika Anda ingin menggunakan backslash ("\") atau single quote ("\'") didalam nilai tersebut, backslashes kan ia (cth \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Papar';
$strShowAll = 'Papar semua';
$strShowColor = 'Papar warna';
$strShowDatadictAs = 'Format Kamus Data';
$strShowGrid = 'Papar grid';
$strShowPHPInfo = 'Papar maklumat PHP';
$strShowTableDimension = 'Papar dimensi jadual';
$strShowTables = 'Papar jadual';
$strShowThisQuery = ' Papar kueri ini di sini lagi ';
$strShowingRecords = 'Papar baris';
$strSingly = '(persatu)';
$strSize = 'Saiz';
$strSort = 'Isih';
$strSpaceUsage = 'Penggunaan ruang';
$strSplitWordsWithSpace = 'Perkataan dipisahkan oleh aksara ruang (" ").';
$strStatement = 'Penyataan';
$strStatus = 'Status';
$strStrucCSV = 'data CSV';
$strStrucData = 'Struktur dan data';
$strStrucDrop = 'Tambah DROP TABLE';
$strStrucExcelCSV = 'CSV untuk sata MS Excel';
$strStrucOnly = 'Struktur sahaja';
$strStructPropose = 'Cadangkan struktur jadual';
$strStructure = 'Struktur';
$strSubmit = 'Hantar';
$strSuccess = 'Kueri-SQL anda telah dilaksanakan dengan jaya';
$strSum = 'Jumlah';
 
$strTable = 'Jadual';
$strTableComments = 'Komen jadual';
$strTableEmpty = 'Nama jadual adalah kosong';
$strTableHasBeenDropped = 'Jadual %s telah digugurkan';
$strTableHasBeenEmptied = 'Jadual %s telah dikosongkan';
$strTableHasBeenFlushed = 'Jadual %s telah dibuangkan';
$strTableMaintenance = 'Penyenggaraan Jadual';
$strTableOfContents = 'Kandungan';
$strTableStructure = 'Struktur jadual bagi jadual';
$strTableType = 'Jenis Jadual';
$strTables = '%s jadual';
$strTextAreaLength = ' Kerana kepanjangannya, <br />medan ini tidak boleh diedit ';
$strThreadSuccessfullyKilled = 'Bebenang %s telah berjaya dimatikan.';
$strTime = 'Masa';
$strTotal = 'jumlah';
$strTotalUC = 'Jumlah';
$strTraffic = 'Kesibukan';
$strType = 'Jenis';
 
$strUncheckAll = 'Nyahtanda Semua';
$strUnique = 'Unik';
$strUnselectAll = 'Nyahpilih Semua';
$strUpdatePrivMessage = 'Anda telah mengemaskini privilej bagi %s.';
$strUpdateProfileMessage = 'Profil telah dikemaskini.';
$strUpdateQuery = 'Kemaskini Kueri';
$strUsage = 'Penggunaan';
$strUseBackquotes = 'Sertakan nama jadual dan medan dengan backquotes';
$strUseTables = 'Guna Jadual';
$strUser = 'Pengguna';
$strUserEmpty = 'Kata Pengenalan kosong!';
$strUserName = 'Kata Pengenalan';
 
$strValidateSQL = 'Mengesahkan SQL';
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang sambungan php seperti yang tercatit di %sdocumentation%s.';
$strValue = 'Nilai';
$strVar = 'Pembolehubah';
$strViewDump = 'Lihat longgokan (skema) pangkalan data';
$strViewDumpDB = 'Lihat longgokan (skema) pangkalan data';
 
$strWebServerUploadDirectory = 'direktori muatnaik pelayan-web';
$strWebServerUploadDirectoryError = 'Direktori muatnaik yang telah ditetapkan tidak dapat dicapai';
$strWelcome = 'Selamat Datang ke %s';
$strWithChecked = 'Dengan pilihan:';
$strWrongUser = 'Salah kata pengenalan/kata laluan. Akses dilarang.';
 
$strYes = 'Ya';
 
$strZip = '"zipped"';
 
// To translate
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this 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
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, 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
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$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
$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
$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
$strAutodetect = 'Autodetect'; //to translate
$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
$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
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$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.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //to translate
$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'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/malay-utf-8.inc.php
0,0 → 1,1001
<?php
/* $Id: malay-utf-8.inc.php,v 2.118.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/*
Projek Penterjemahan (l10n) phpmyadmin.net boleh diakses di laman http://shapik.johordt.com/l10n
Projek ini diusahakan oleh saya - sicksand - Mohammad Shafiq Mohd Mustapa
Ditujukan untuk sayang saya Nur Khairiyah.
Antara yang menjayakan projek ini ialah (turutan bukan keutamaan)
 
Asrul Munir Bin Azizan - ntahsapentah@hotmail.com
Hasbullah - exs2me@hotmail.com
sot - sid80@yahoo.com
silla - roscla@yahoo.com
bagaksasa - bagaksasa@hotmail.com
Bustamam Harun - bustamam98@yahoo.com
Hasbullah Bin Pit - sebol@ikhlas.com, Merlimau
nina - nina@hotmail.com
muslim - sayamuslim@hotmail.com
ejoe - webmaster@ejoe.net
huhu - huhu@huh.net
redkod - r3dkod@yahoo.com
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$timespanfmt = '%s hari, %s jam, %s minit dan %s saat';
 
$day_of_week = array('Aha', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab');
$month = array('Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogos', 'Sept', 'Okt', 'Nov', 'Dis');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$strAPrimaryKey = 'Kekunci utama telah ditambah pada %s';
$strAbortedClients = 'DiBatalkan';
$strAccessDenied = 'Akses dinafikan';
$strAction = 'Aksi';
$strAddDeleteColumn = 'Tambah/Padam Kolum Medan';
$strAddDeleteRow = 'Tambah/Padam Baris Kriteria';
$strAddNewField = 'Tambah medan baru';
$strAddSearchConditions = 'Tambah kriteria carian (badan bagi klausa "where"):';
$strAddToIndex = 'Tambah ke indeks &nbsp;%s&nbsp;kolum';
$strAddUser = 'Tambah Pengguna Baru';
$strAddUserMessage = 'Anda telah menambah pengguna baru.';
$strAffectedRows = 'Baris yang terlibat:';
$strAfter = 'Selepas %s';
$strAfterInsertBack = 'Kembali ke muka sebelumnya';
$strAfterInsertNewInsert = 'Tambah baris yang baru';
$strAll = 'Semua';
$strAllTableSameWidth = 'paparkan semua Jadual dengan kelebaran yang sama?';
$strAlterOrderBy = 'Alter table order by';
$strAnIndex = 'Indeks telah ditambah pada %s';
$strAnalyzeTable = 'Analyze table';
$strAnd = 'Dan';
$strAny = 'Sebarang';
$strAnyHost = 'Sebarang hos';
$strAnyUser = 'Sebarang pengguna';
$strAscending = 'Menaik';
$strAtBeginningOfTable = 'Pada Awalan Jadual';
$strAtEndOfTable = 'Pada Akhir Jadual';
$strAttr = 'Atribut';
 
$strBack = 'Undur';
$strBeginCut = 'MULA SALIN';
$strBeginRaw = 'MULA MENTAH';
$strBinary = 'Binari';
$strBinaryDoNotEdit = 'Binari - jgn diubah';
$strBookmarkDeleted = 'TandaBuku telah dipadam.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Tandabuku kueri-SQL';
$strBookmarkThis = 'andabuku kueri-SQL ini';
$strBookmarkView = 'Paparan sahaja';
$strBrowse = 'Lungsur';
$strBzError = 'phpMyAdmin tidak dapat memampatkan longgokan kerana terdapat masalah dalam sambungan Bz2 didalam php versi ini. Anda digalakkan untuk mengubah <code>$cfg[\'BZipDump\']</code> di fail konfigurasi phpMyAdmin kepada <code>FALSE</code>. Jika anda ingin menggunakan sambungan Bz2, anda digalakkan untuk meningkatkan versi php anda. Sila lihat laporan pepijat php %s untuk keterangan lanjut.';
$strBzip = 'bzipped';
 
$strCannotLogin = 'Tidak boleh log-masuk ke server MySQL';
$strCantLoadRecodeIconv = 'Tidak dapat memuat iconv atau kodsemula sambungan yang diperlukan untuk menukar set aksara, konfigur php utk membolehkan penggunaan sambungan ini atau abaikan pengubahan set aksara di phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Tidak boleh menukar indekx ke PRIMARY!';
$strCantUseRecodeIconv = 'Tidak boleh menggunakan fungsi iconv mahupun libiconv mahupun recode_string apabila sambungan lapuran dimuat. Periksa konfigurasi php anda.';
$strCardinality = 'Kardinaliti';
$strChange = 'Ubah';
$strChangeDisplay = 'Pilih Medan untuk dipapar';
$strChangePassword = 'Ubah Katalaluan';
$strCharsetOfFile = 'Fail bagi set Aksara:';
$strCheckAll = 'Tanda Semua';
$strCheckTable = 'Periksa Jadual';
$strChoosePage = 'Sila Pilih Laman untuk diubah';
$strColComFeat = 'Memaparkan Komen Kolum';
$strColumnNames = 'Nama Kolum';
$strCommand = 'Arahan';
$strComments = 'Komen';
$strCompleteInserts = 'Kemasukkan Selesai';
$strCompression = 'Mampatan';
$strConfigFileError = 'phpMyAdmin tidak dapat membaca fail konfigurasi!<br \\>Ini mungkin terjadi apabila ada kesalahan dalam php ataupun php tidak jumpa fail tersebut.<br />Sila panggil fail konfigurasi menggunakan pautan dibawah dan baca kesalahan php yang diterima. Dalam kebanyakan kes quote atau semicolon tertinggal.<br />Jika kamu terima laman kosong, semuanya berjalan lancar.';
$strConfigureTableCoord = 'Sila konfigurasikan kordinat bagi jadual %s';
$strConnections = 'Hubungan';
$strCookiesRequired = 'Cecikut mestilah dihidupkan ketika ini.';
$strCopyTable = 'Salin jadual ke (pangkalandata<b>.</b>jadual):';
$strCopyTableOK = 'Jadual %s telah disalin ke %s.';
$strCouldNotKill = 'phpMyAdmin tidak dapat mematikan bebenang %s. Ianya mungkin telah ditutup.';
$strCreate = 'Cipta';
$strCreateIndex = 'Cipta indeks pada &nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Cipta indeks baru';
$strCreateNewDatabase = 'Cipta pangkalan data baru';
$strCreateNewTable = 'Cipta jadual baru pada pangkalan data %s';
$strCreatePage = 'Cipta Halaman baru';
$strCreatePdfFeat = 'Ciptaan bagi PDF';
$strCriteria = 'Kriteria';
 
$strData = 'Data';
$strDataDict = 'Kamus Data';
$strDataOnly = 'Data sahaja';
$strDatabase = 'Pangkalan Data';
$strDatabaseHasBeenDropped = 'angkalan data %s telah digugurkan.';
$strDatabases = 'pangkalan data';
$strDatabasesStats = 'Statistik pangkalan data';
$strDefault = 'Asal';
$strDelete = 'Padam';
$strDeleted = 'Baris telah dipadam';
$strDeletedRows = 'Baris dipadam:';
$strDescending = 'Menurun';
$strDisabled = 'Tidak Membenarkan';
$strDisplayFeat = 'Paparkan Ciri-ciri';
$strDisplayOrder = 'Turutan paparan:';
$strDisplayPDF = 'Papar Skema PDF';
$strDoAQuery = 'Lakukan "kueri melalui contoh" (wilidcard: "%")';
$strDoYouReally = 'Adakah anda ingin ';
$strDocu = 'Dokumentasi';
$strDrop = 'Gugur';
$strDumpXRows = 'Longgok %s baris bermula pada rekod # %s.';
$strDumpingData = 'Melonggok data bagi jadual';
$strDynamic = 'dinamik';
 
$strEdit = 'Ubah';
$strEditPDFPages = 'Ubah Halaman PDF';
$strEditPrivileges = 'Ubah Privilej';
$strEffective = 'Berkesan';
$strEmpty = 'Kosong';
$strEmptyResultSet = 'MySQL memulangkan set hasil kosong (i.e. sifar baris)';
$strEnabled = 'Membenarkan';
$strEnd = 'Tamat';
$strEndCut = 'TAMAT SALIN';
$strEndRaw = 'TAMAT MENTAH';
$strEnglishPrivileges = ' Nota: Nama privilej MySQL adalah dinyatakan dalam B.Inggeris ';
$strError = 'Ralat';
$strExplain = 'Terangkan Kod SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Penyelitan Lanjutan';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Percubaan Gagal';
$strField = 'Medan';
$strFieldHasBeenDropped = 'Medan %s telah digugurkan';
$strFields = 'Medan';
$strFieldsEmpty = ' Bilangan medan adalah kosong! ';
$strFieldsEnclosedBy = 'Medan disertai oleh';
$strFieldsEscapedBy = 'Medan dilarikan oleh';
$strFieldsTerminatedBy = 'Medan dihapuskan oleh';
$strFixed = 'tetap';
$strFlushTable = 'Buang jadual ("FLUSH")';
$strFormEmpty = 'Kehilangan nilai pada borang! !';
$strFormat = 'Format';
$strFullText = 'Teks Penuh';
$strFunction = 'Fungsi';
 
$strGenBy = 'Dijana oleh';
$strGenTime = 'Masa dijana';
$strGeneralRelationFeat = 'Ciri-ciri hubungan am';
$strGlobalValue = 'Nilai Global';
$strGo = 'Pergi';
$strGzip = '"digzip"';
 
$strHasBeenAltered = 'telah diubahsuai.';
$strHasBeenCreated = 'telah dicipta.';
$strHaveToShow = 'Anda mesti pilih sekurang-kurangnya satu Kolum untuk dipapar';
$strHome = 'Rumah';
$strHomepageOfficial = 'Laman Rasmi phpMyAdmin';
$strHost = 'Hos';
$strHostEmpty = 'Nama hos adalah kosong!';
 
$strId = 'ID';
$strIdxFulltext = 'Tekspenuh';
$strIgnore = 'Abai';
$strImportDocSQL = 'Import Fail docSQL';
$strInUse = 'sedang digunakan';
$strIndex = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s telah digugurkan';
$strIndexName = 'Nama indeks&nbsp;:';
$strIndexType = 'Jenis indeks&nbsp;:';
$strIndexes = 'Indeks';
$strInsecureMySQL = 'Fail Konfigurasi anda mengandungi pelengkapan (root tidak berkata laluan) yang bersesuaian dengan privilej akaun MySQL. Pelayan MySQL anda dilaksanakan dengan pelengkapan asas, ianya terdedah kepada pencerobohan, dan anda hendaklah membetulkan lubang keselamatan ini.';
$strInsert = 'Selit';
$strInsertAsNewRow = 'Selitkan baris baru';
$strInsertNewRow = 'Selitkan baris baru';
$strInsertedRows = 'Baris diselit:';
 
$strKeepPass = 'Jangan tukar katalaluan';
$strKeyname = 'Nama Kekunci';
$strKill = 'Bunuh';
 
$strLandscape = 'Menegak';
$strLaTeX = 'LaTeX';
$strLengthSet = 'Panjang/Nilai*';
$strLimitNumRows = 'Bilangan baris per halaman';
$strLinesTerminatedBy = 'Baris ditamatkan oleh';
$strLinkNotFound = 'Pautan tidak dijumpai';
$strLinksTo = 'Pautan ke';
$strLocationTextfile = 'Lokasi bagi fail teks';
$strLogPassword = 'Katalaluan:';
$strLogUsername = 'Namapengguna:';
$strLogin = 'Logmasuk';
$strLogout = 'Log keluar';
 
$strModifications = 'Pengubahsuaian telah disimpan';
$strModify = 'Ubahsuai';
$strModifyIndexTopic = 'Ubahsuai indeks';
$strMoveTable = 'Pindahkan jadual ke (pangkalandata<b>.</b>jadual):';
$strMoveTableOK = 'Jadual %s telah dipindahkan ke %s.';
$strMySQLCharset = 'Set Aksara MySQL';
$strMySQLSaid = 'MySQL berkata: ';
$strMySQLShowProcess = 'Papar proses';
$strMySQLShowStatus = 'Papar maklumat masalaksana MySQL';
$strMySQLShowVars = 'Papar pembolehubah sistem MySQL';
 
$strName = 'Nama';
$strNext = 'Berikut';
$strNo = 'Tidak';
$strNoDatabases = 'Tiada pangkalan data';
$strNoDescription = 'tiada keterangan';
$strNoDropDatabases = 'keterangan "DROP DATABASE" di tidak aktifkan .';
$strNoExplain = 'Skip Explain SQL';
$strNoFrames = 'phpMyAdmin lebih mesra dengan pelayar web <b>menyokong-kerangka</b> seperti mozilla.';
$strNoIndex = 'Tiada indeks ditafrifkan!';
$strNoIndexPartsDefined = 'Tiada bahagian indeks ditakrifkan!';
$strNoModification = 'Tiada perubahan';
$strNoPassword = 'Tiada Katalaluan';
$strNoPhp = 'Tanpa Kod PHP';
$strNoPrivileges = 'Tiada Privilej';
$strNoRights = 'Anda tidak mempunyai hak mencukupi untuk berada disini sekarang!';
$strNoTablesFound = 'Tiada jadual dijumpai pada pangkalan data.';
$strNoUsersFound = 'Tiada pengguna dijumpai.';
$strNoValidateSQL = 'Melangkau Pengesahan SQL';
$strNone = 'Tiada';
$strNotNumber = 'Ini adalah bukan nombor!!';
$strNotOK = 'tidak OK';
$strNotSet = 'Jadual <b>%s</b> tidak dijumpai atau ditetapkan pada %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s padanan di dalam jadual <i>%s</i>';
$strNumSearchResultsTotal = '<b>Jumlah</b>: <i>%s</i> padanan';
$strNumTables = 'Jadual-jadual';
 
$strOK = 'OK';
$strOperations = 'Operasi';
$strOptimizeTable = 'Optimakan jadual';
$strOr = 'Atau';
$strOverhead = 'Melebihi';
 
$strPHP40203 = 'Anda Menggunakan PHP 4.2.3, dimana terdapat pepijat serius didalam multi-byte strings (mbstring). Lihat Laporan Pepijat PHP 19404. PHP versi ini adalah tidak digalakkan dalam menggunakan phpMyAdmin.';
$strPHPVersion = 'Versi PHP';
$strPageNumber = 'Muka Surat:';
$strPartialText = 'Sebahagian Teks';
$strPassword = 'Katalaluan';
$strPasswordEmpty = 'Katalaluan adalah kosong!';
$strPasswordNotSame = 'Katalaluan tidak sama!';
$strPdfDbSchema = 'Skema bagi pangkalan data "%s" database - Laman %s';
$strPdfInvalidTblName = 'Jadual "%s" tidak wujud!';
$strPdfNoTables = 'Tiada Jadual';
$strPerHour = 'per jam';
$strPhp = 'Cipta Kod PHP';
$strPmaDocumentation = 'Dokumentasi phpMyAdmin';
$strPmaUriError = '<tt>$cfg[PmaAbsoluteUri]</tt> MESTI disetkan di dalam fail konfigurasi.';
$strPortrait = 'Melintang';
$strPos1 = 'Mula';
$strPrevious = 'Terdahulu';
$strPrimary = 'Utama';
$strPrimaryKeyHasBeenDropped = 'Kekunci utama telah digugurkan';
$strPrimaryKeyName = 'Nama kekunci utama mestilah... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mesti</b> nama dan <b>semesti</b> dari kekunci utama!)';
$strPrint = 'Cetak';
$strPrintView = 'Paparan Cetak';
$strPrivileges = 'Privilej';
$strProcesslist = 'Senarai Proses';
$strPutColNames = 'Letakkan medan di baris pertama';
 
$strQBE = 'Kueri';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL- kueri pada pangkalan data <b>%s</b>:';
$strQueryStatistics = '<b>Kueri Statistik</b>: Sejak ia dijalankan, %s kueri telah dihantar kepada pelayan.';
$strQueryType = 'Jenis Kueri';
 
$strReType = 'Ulang-taip';
$strReceived = 'DiTerima';
$strRecords = 'Rekod';
$strReferentialIntegrity = 'Semak integriti rujukan:';
$strRelationalSchema = 'Skema Hubungan';
$strRelationNotWorking = 'Ciri-ciri tambahan ini adalah untuk bekerja dengan pautan jadual yang telah tidak diaktifkan. Untuk mengetahuinya klik %shere%s.';
$strRelationView = 'Paparan Hubungan';
$strReloadMySQL = 'Ulangmuat MySQL';
$strRenameTable = 'Tukarnama jadual ke';
$strRenameTableOK = 'Jadual %s telah ditukarnama ke %s';
$strRepairTable = 'Baiki jadual';
$strReplaceTable = 'Ganti data jadual dengan fail';
$strReset = 'Ulangtetap';
$strRevoke = 'TarikBalik';
$strRevokeMessage = 'Anda telah menarikbalik privilej Keistimewaan untuk %s';
$strRowLength = 'Panjang baris';
$strRowSize = ' Saiz baris ';
$strRows = 'Baris';
$strRowsFrom = 'baris bermula dari rekod #';
$strRowsModeHorizontal = 'mengufuk';
$strRowsModeOptions = 'pada mod %s dan ulang pengepala selepas %s sel';
$strRowsModeVertical = 'menegak';
$strRowsStatistic = 'Statistik Baris';
$strRunQuery = 'Hantar Kueri';
$strRunSQLQuery = 'Laksana kueri SQL pada pangkalan data %s';
$strRunning = 'dilaksana pada %s';
 
$strSQL = 'SQL';
$strSQLParserBugMessage = 'Ada kemungkinan anda akan berjumpa dengan pepijat di penghuraian SQL. Sila semak kueri anda dengan teliti, dan periksa tanda quote adalah betul dan tidak tersalah letak. Antara kegagalan lain mungkin disebabkan fail yang dimuatnaik bersama binari oleh anda berada diluar kawasan quote. Anda juga boleh mencuba kueri MySQL anda di antaramuka aturan baris (cli). Dibawah adalah kesalah Pelayan MySql , jika ada, ianya membantu anda menganalisis masalah. Jika masih terdapat pemasalahan atau masalah penghuraian dimana antaramuka aturan baris berjaya, sila kurangkan kemasukan kueri SQL kepada satu kueri yang bermasalah, dan lapurkan pepijat desertai oleh seruas data dan SALIN keratan rentas dibawah:';
$strSQLParserUserError = 'Ada kemungkin kueri SQL anda salah. Dibawah adalah kesalah Pelayan MySql , jika ada, ianya membantu anda menganalisis masalah';
$strSQLQuery = 'kueri-SQL';
$strSQLResult = 'Hasil SQL';
$strSQPBugInvalidIdentifer = 'Pengenalan TidakSah';
$strSQPBugUnclosedQuote = 'Tanda quote tidak disertakan';
$strSQPBugUnknownPunctuation = 'TandaBaca tidak dikenali';
$strSave = 'Simpan';
$strScaleFactorSmall = 'Faktor skala adalah terlalu kecil supaya muat dengan skema dalam satu halaman';
$strSearch = 'Cari';
$strSearchFormTitle = 'Cari di pangkalan data';
$strSearchInTables = 'Di dalam jadual:';
$strSearchNeedle = 'Perkataan atau nilai untuk dicari (wildcard: "%"):';
$strSearchOption1 = 'sekurang-kurangnya satu perkataan';
$strSearchOption2 = 'semua perkataan';
$strSearchOption3 = 'Frasa tepat';
$strSearchOption4 = 'sebagai penyataan regular (regexp)';
$strSearchResultsFor = 'Hasil carian bagi "<i>%s</i>" %s:';
$strSearchType = 'Cari:';
$strSelectADb = 'Sila pilih pangkalan data';
$strSelectAll = 'Sila pilih pangkalan data';
$strSelectFields = 'Pilih medan (sekurang-kurangnya satu):';
$strSelectNumRows = 'pada kueri';
$strSelectTables = 'Pilih Jadual';
$strSend = 'Simpan sebagai fail';
$strSent = 'Hantar';
$strServer = 'Pelayan';
$strServerChoice = 'Pilihan Pelayan';
$strServerStatus = 'Informasi MasaJana';
$strServerStatusUptime = 'Pelayan MySQL ini telah berjalan selama %s. Ia dihidupkan pada %s.';
$strServerTabVariables = 'Pemboleh-pembolehubah';
$strServerTabProcesslist = 'Proses-proses';
$strServerTrafficNotes = '<b>Kesibukan Pelayan</b>: Jadual menunjukkan statistik kesibukan rangkaian pada pelayan MySQL server semenjak ia dihidupkan.';
$strServerVars = 'Pembolehubah dan Penetapan Pelayan';
$strServerVersion = 'Versi Pelayan';
$strSessionValue = 'Nilai Sessi';
$strSetEnumVal = 'Jika jenis medan ialah "enum" atau "set", sila masukkan nilai menggunakan format: \'a\',\'b\',\'c\'...<br />Jika Anda ingin menggunakan backslash ("\") atau single quote ("\'") didalam nilai tersebut, backslashes kan ia (cth \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Papar';
$strShowAll = 'Papar semua';
$strShowColor = 'Papar warna';
$strShowDatadictAs = 'Format Kamus Data';
$strShowGrid = 'Papar grid';
$strShowPHPInfo = 'Papar maklumat PHP';
$strShowTableDimension = 'Papar dimensi jadual';
$strShowTables = 'Papar jadual';
$strShowThisQuery = ' Papar kueri ini di sini lagi ';
$strShowingRecords = 'Papar baris';
$strSingly = '(persatu)';
$strSize = 'Saiz';
$strSort = 'Isih';
$strSpaceUsage = 'Penggunaan ruang';
$strSplitWordsWithSpace = 'Perkataan dipisahkan oleh aksara ruang (" ").';
$strStatement = 'Penyataan';
$strStatus = 'Status';
$strStrucCSV = 'data CSV';
$strStrucData = 'Struktur dan data';
$strStrucDrop = 'Tambah DROP TABLE';
$strStrucExcelCSV = 'CSV untuk sata MS Excel';
$strStrucOnly = 'Struktur sahaja';
$strStructPropose = 'Cadangkan struktur jadual';
$strStructure = 'Struktur';
$strSubmit = 'Hantar';
$strSuccess = 'Kueri-SQL anda telah dilaksanakan dengan jaya';
$strSum = 'Jumlah';
 
$strTable = 'Jadual';
$strTableComments = 'Komen jadual';
$strTableEmpty = 'Nama jadual adalah kosong';
$strTableHasBeenDropped = 'Jadual %s telah digugurkan';
$strTableHasBeenEmptied = 'Jadual %s telah dikosongkan';
$strTableHasBeenFlushed = 'Jadual %s telah dibuangkan';
$strTableMaintenance = 'Penyenggaraan Jadual';
$strTableOfContents = 'Kandungan';
$strTableStructure = 'Struktur jadual bagi jadual';
$strTableType = 'Jenis Jadual';
$strTables = '%s jadual';
$strTextAreaLength = ' Kerana kepanjangannya, <br />medan ini tidak boleh diedit ';
$strThreadSuccessfullyKilled = 'Bebenang %s telah berjaya dimatikan.';
$strTime = 'Masa';
$strTotal = 'jumlah';
$strTotalUC = 'Jumlah';
$strTraffic = 'Kesibukan';
$strType = 'Jenis';
 
$strUncheckAll = 'Nyahtanda Semua';
$strUnique = 'Unik';
$strUnselectAll = 'Nyahpilih Semua';
$strUpdatePrivMessage = 'Anda telah mengemaskini privilej bagi %s.';
$strUpdateProfileMessage = 'Profil telah dikemaskini.';
$strUpdateQuery = 'Kemaskini Kueri';
$strUsage = 'Penggunaan';
$strUseBackquotes = 'Sertakan nama jadual dan medan dengan backquotes';
$strUseTables = 'Guna Jadual';
$strUser = 'Pengguna';
$strUserEmpty = 'Kata Pengenalan kosong!';
$strUserName = 'Kata Pengenalan';
 
$strValidateSQL = 'Mengesahkan SQL';
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang sambungan php seperti yang tercatit di %sdocumentation%s.';
$strValue = 'Nilai';
$strVar = 'Pembolehubah';
$strViewDump = 'Lihat longgokan (skema) pangkalan data';
$strViewDumpDB = 'Lihat longgokan (skema) pangkalan data';
 
$strWebServerUploadDirectory = 'direktori muatnaik pelayan-web';
$strWebServerUploadDirectoryError = 'Direktori muatnaik yang telah ditetapkan tidak dapat dicapai';
$strWelcome = 'Selamat Datang ke %s';
$strWithChecked = 'Dengan pilihan:';
$strWrongUser = 'Salah kata pengenalan/kata laluan. Akses dilarang.';
 
$strYes = 'Ya';
 
$strZip = '"zipped"';
 
// To translate
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this 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
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, 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
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$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
$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
$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
$strAutodetect = 'Autodetect'; //to translate
$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
$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
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$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.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //to translate
$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'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/mongolian-utf-8.inc.php
0,0 → 1,982
<?php
/* $Id: mongolian-utf-8.inc.php,v 1.50.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Translated by Bayarsaikhan Enkhtaivan
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('Байт', 'кБ', 'МБ', 'ГБ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ня', 'Да', 'Мя', 'Лх', 'Пү', 'Ба', 'Бя');
$month = array('1-р', '2-р', '3-р', '4-р', '5-р', '6-р', '7-р', '8-р', '9-р', '10р', '11р', '12р');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%Y оны %B сарын %d., %H:%M';
$timespanfmt = '%s өдөр, %s цаг, %s минут, %s секунд';
 
$strAbortedClients = 'Таслагдсан';
$strAbsolutePathToDocSqlDir = 'Сервэр дэх docSQL-ын абсолют замыг оруулна уу';
$strAccessDeniedExplanation = 'phpMyAdmin нь MySQL сервэр лүү холбогдох гэсэн ч, сервэр хүлээн авсангүй. config.inc.php дэх сервэр, хэрэглэгчийн нэр болон нууц үгээ шалга.';
$strAccessDenied = 'Хандах эрхгүй';
$strAction = 'Үйлдэл';
$strAddAutoIncrement = 'AUTO_INCREMENT утга нэмэх';
$strAddConstraints = 'Тогтмол нэмэх';
$strAddDeleteColumn = 'Багана нэмэх/устгах';
$strAddDeleteRow = 'Мөр Нэмэх/устгах';
$strAddDropDatabase = 'DROP DATABASE нэмэх';
$strAddedColumnComment = 'Баганад тайлбар нэмэгдлээ';
$strAddedColumnRelation = 'Баганад хамаарал нэмэгдлээ';
$strAddFields = '%s талбар(ууд) нэмэх';
$strAddHeaderComment = 'header-т тусгай тайлбар нэмэх (\\n –мөр шилжүүлнэ)';
$strAddIfNotExists = 'IF NOT EXISTS нэмэх';
$strAddIntoComments = 'Тайлбар нэмэх';
$strAddNewField = 'Шинэ талбар нэмэх';
$strAddPrivilegesOnDb = 'Дараах өгөгдлийн санд онцгой эрх нэмэх';
$strAddPrivilegesOnTbl = 'Дараах хүснэгтэд онцгой эрх нэмэх';
$strAddSearchConditions = 'Хайлтын нөхцөл нэмэх("where" хэсгийн бие):';
$strAddToIndex = 'Индекст нэмэх&nbsp;%s&nbsp;багана(ууд)';
$strAddUserMessage = 'Шинэ хэрэглэгч нэмэгдлээ.';
$strAddUser = 'Шинэ хэрэглэгч нэмэх';
$strAdministration = 'Зохион байгуулалт';
$strAffectedRows = 'Хийгдсэн мөрүүд:';
$strAfterInsertBack = 'Буцах';
$strAfterInsertNewInsert = 'Өөр шинэ мөр оруулах';
$strAfterInsertNext = 'Дараагийн мөрийг засах';
$strAfterInsertSame = 'Энэ хуудас руу буцах';
$strAfter = '%s-ы дараа';
$strAll = 'Бүх';
$strAllTableSameWidth = 'бүх хүснэгтийг ижил өргөнөөр харуулах уу?';
$strAlterOrderBy = 'Хүснэгтийг эрэмбэлэлтээр өөрчлөх';
$strAnalyzeTable = 'Хүснэгтийг задлах';
$strAnd = 'БА';
$strAndThen = 'ба тэгээд';
$strAnIndex = '%s-д индекс нэмэгдсэн байна';
$strAnyHost = 'Дурын хост';
$strAny = 'Дурын';
$strAnyUser = 'Дурын хэрэглэгч';
$strApproximateCount = 'May be approximate. See FAQ 3.11';
$strAPrimaryKey = '%s-д үндсэн түлхүүр нэмэгдлээ';
$strArabic = 'Араб';
$strArmenian = 'Армян';
$strAscending = 'Өсөхөөр';
$strAtBeginningOfTable = 'Хүснэгтийн эхэнд';
$strAtEndOfTable = 'Хүснэгтийн төгсгөлд';
$strAttr = 'Атрибутууд';
$strAutodetect = 'Авто шалгах';
$strAutomaticLayout = 'Автомат байрлал';
 
$strBack = 'Өмнөх';
$strBaltic = 'Балти';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinaryDoNotEdit = ' Хоёртын өгөгдөл - засагдахгүй ';
$strBinaryLog = 'Хоёртын log';
$strBinary = ' Хоёртын ';
$strBinLogEventType = 'Хэрэг явдлын төрөл';
$strBinLogInfo = 'Мэдээлэл';
$strBinLogName = 'Log нэр';
$strBinLogOriginalPosition = 'Жинхэнэ байрлал';
$strBinLogPosition = 'Байрлал';
$strBinLogServerId = 'Server ID';
$strBookmarkAllUsers = 'Энэ тэмдэглэгээг бүх хэрэглэгчид хандахыг зөвшөөрөх';
$strBookmarkDeleted = 'Тэмдэглэгээ устгагдсан.';
$strBookmarkLabel = 'Хаяг';
$strBookmarkQuery = 'Тэмдэглэгдсэн SQL-асуулт';
$strBookmarkThis = 'Энэ SQL-асуулт-ыг тэмдэглэх';
$strBookmarkView = 'Зөвхөн харах';
$strBrowseForeignValues = 'Browse foreign values';
$strBrowse = 'Хөтлөх';
$strBufferPoolActivity = 'Буффер Pool Идэвхжил';
$strBufferPool = 'Буффер Pool';
$strBufferPoolUsage = 'Буффер Pool Хэрэглээ';
$strBufferReadMissesInPercent = 'Уншилт алдсан нь %';
$strBufferReadMisses = 'Уншилт алдагдсан';
$strBufferWriteWaitsInPercent = 'Бичихээр хүлээгдэх нь %';
$strBufferWriteWaits = 'Бичихээр хүлээх';
$strBulgarian = 'Болгар';
$strBusyPages = 'Завгүй хуудсууд';
$strBzError = 'phpMyAdmin нь шахаж чадсангүй, учир нь уг PHP хувилбарын Bz2 extension гэмтсэн байна. phpMyAdmin-ы тохиргооны файл дахь <code>$cfg[\'BZipDump\']</code> -ыг <code>FALSE</code> болго. Хэрэв та үүнийг ашигламаар байвал PHP-ийн сүүлийн хувилбарыг татаж үзээрэй. PHP bug report %s-аас дэлгэрэнгүй хар.';
$strBzip = 'bzip-ээр шахагдсан';
 
$strCalendar = 'Цагалбар';
$strCannotLogin = 'MySQL руу нэвтэрч чадсангүй';
$strCantLoadRecodeIconv = 'Тэмдэгт хөрвүүлэлтийн iconv, recode өргөтгөлийг дуудаж чадсангүй. Php тохиргоо дахь эдгээр өргөтгөлийг нээ эсвэл phpMyAdmin-ы тэмдэгт хөрвүүлэлтийг хаа.';
$strCantLoad = '%s өргөтгөлийг дуудаж чадсангүй,<br />PHP-ийн тохиргоог үз';
$strCantRenameIdxToPrimary = 'Индексийг PRIMARY болгож чадсангүй!';
$strCantUseRecodeIconv = 'iconv, libiconv, recode_string өргөтгөлүүдийн алийг ч хэрэглэж чадсангүй (extension reports-д дуудагдах). Php тохиргоогоо шалга.';
$strCardinality = 'Ерөнхий';
$strCaseInsensitive = 'Том жижиг хамаагүй';
$strCaseSensitive = 'Том жижиг хамаатай ';
$strCentralEuropean = 'Төв-Европ';
$strChangeCopyModeCopy = '... хуучныг үлдээх.';
$strChangeCopyModeDeleteAndReload = ' ... хэрэглэгчийн хүснэгтүүдээс нэгийг устгаад дараа нь онцгой эрхийг дахин дууд.';
$strChangeCopyModeJustDelete = ' ... хэрэглэгчийн хүснэгтүүдээс устгах.';
$strChangeCopyModeRevoke = ' ... хуучнаас бүх онцгой эрхийг хүчингүй болгоод дараа нь устга.';
$strChangeCopyMode = 'Адил онцгой эрхтэй хэрэглэгч үүсгэх ба ...';
$strChangeCopyUser = 'Нэвтрэх мэдээллийг солих/ Хэрэглэгч хуулах';
$strChangeDisplay = 'Харуулах талбарыг соль';
$strChangePassword = 'Нууц үг солих';
$strChange = 'Солих';
$strCharsetOfFile = 'Файлын кодлол:';
$strCharsetsAndCollations = 'Кодлол ба жишилт';
$strCharsets = 'Кодлолууд';
$strCharset = 'Кодлол';
$strCheckAll = 'Бүгдийг чагтлах';
$strCheckOverhead = 'Дээдхийг шалгах';
$strCheckPrivsLong = '&quot;%s&quot; өгөгдлийн сангийн онцгой эрх шалгах.';
$strCheckPrivs = 'Онцгой эрх шалгах';
$strCheckTable = 'Хүснэгт шалгах';
$strChoosePage = 'Засах Хуудсаа сонго';
$strColComFeat = 'Баганын тайлбарыг харуулж байна';
$strCollation = 'Жишилт';
$strColumnNames = 'Баганын нэрс';
$strColumnPrivileges = 'Онцгой эрх, баганын эрх';
$strCommand = 'Команд';
$strComments = 'Тайлбар';
$strCommentsForTable = 'Хүснэгтийн тайлбар';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
$strCompleteInserts = 'Оруулалтыг дуусгах';
$strCompression = 'Шахалт';
$strConfigFileError = 'phpMyAdmin нь таны тохиргооны файлыг уншиж чадахгүй нь!<br />Задлан ялгалын алдаа эсвэл уг файл олдохгүй байна.<br />Тохиргооны (config.inc.php) файл дуудах холбоосыг зөв оруулж php-ийн танд ирсэн алдааны мэдээллийг унш. Энэ нь ихэвчлэн цэгтэй таслалын (;) алдаа байдаг. Хэрэв хоосон хуудас ирвэл – энэ нь зүгээр байна';
$strConfigureTableCoord = '%s хүснэгтийн координатыг тохируулна уу';
$strConnectionError = 'Холбогдсонгүй: тохируулга буруу.';
$strConnections = 'Холболт';
$strConstraintsForDumped = 'Асгарсан хүснэгтийг хүчлэх';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Энэ газарт Cookies нээлттэй байх ёстой.';
$strCopyDatabaseOK = 'ӨС %s нь %s руу хуулагдлаа';
$strCopy = 'Хуулах';
$strCopyTableOK = '%s хүснэгт %s руу хуулагдлаа.';
$strCopyTable = 'Хүснэгт хуулах(өгөгдлийн сан<b>.</b>хүснэгт):';
$strCopyTableSameNames = ' Адил нэртэй хүснэгт рүү хуулж чадсангүй!';
$strCouldNotKill = 'phpMyAdmin нь thread %s-ийг хааж чадсангүй. Энэ аль хэдийн хаагдсан байна.';
$strCreateDatabaseBeforeCopying = 'хуулахын өмнө CREATE DATABASE';
$strCreateIndex = '&nbsp;%s&nbsp;багануудад индекс үүсгэх';
$strCreateIndexTopic = 'Шинэ индекс үүсгэх';
$strCreateNewDatabase = 'Шинэ ӨС үүсгэх';
$strCreateNewTable = '%s ӨС-д шинэ хүснэгт үүсгэх';
$strCreate = 'Үүсгэх';
$strCreatePage = 'Шинэ хуудас үүсгэх';
$strCreatePdfFeat = 'PDF-схемийн үүсгэлт';
$strCreationDates = 'Үүсгэлт/Шинэчлэлт/Огноо шалгах';
$strCriteria = 'Хэмжүүр';
$strCroatian = 'Хорват';
$strCSVOptions = 'CSV сонголт';
$strCyrillic = 'Кирилл';
$strCzech = 'Чех';
$strCzechSlovak = 'Чехословак';
 
$strDanish = 'Дани';
$strDatabaseEmpty = 'Өгөгдлийн сангийн нэр хоосон!';
$strDatabaseExportOptions = 'ӨС гаргах сонголтууд';
$strDatabaseHasBeenDropped = '%s өгөгдлийн сан устгагдсан.';
$strDatabaseNoTable = 'Энэ ӨС хүснэгт агуулаагүй!';
$strDatabase = 'ӨС';
$strDatabasesDropped = '%s ӨС амжилттай устгагдлаа.';
$strDatabases = 'Өгөгдлийн сангууд';
$strDatabasesStatsDisable = 'Хаалттай статистик';
$strDatabasesStatsEnable = 'Нээлттэй статистик';
$strDatabasesStatsHeavyTraffic = 'Тэмдэглэл: Вэб сервэр, MySQL-ийн хоорондох өгөгдөл дамжуулах статистик.';
$strDatabasesStats = 'Өгөгдлийн сангийн статистик';
$strDataDict = 'Өгөгдлийн толь';
$strDataOnly = 'Зөвхөн өгөгдөл';
$strData = 'Өгөгдөл';
$strDataPages = 'Хуудсуудын агуулсан өгөгдөл';
$strDBComment = 'ӨС-ийн тайлбар: ';
$strDBCopy = 'Өгөгдлийн сан хуулах нь';
$strDBGContextID = 'Хам ID';
$strDBGContext = 'Хам';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'ХИ хугацаа, ms';
$strDBGMinTimeMs = 'ХБ хугацаа, ms';
$strDBGModule = 'Модуль';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Нийт хугацаа, ms';
$strDbPrivileges = ' Онцгой эрх, өгөгдлийн сангийн эрх';
$strDBRename = 'Өгөгдлийн санг д.нэрлэх нь';
$strDbSpecific = 'Өгөгдлийн сангийн эрх';
$strDefaultEngine = '%s нь уг MySQL сервэрийн анхдагч агуулах хөдөлгүүр байна.';
$strDefault = 'Анхдагч';
$strDefaultValueHelp = 'Анхдагч утгаар энэ тогтнолыг ашиглан ташуу зураас, хашилтгүй ганц утга оруулна уу: a';
$strDefragment = 'Хүснэгт янзлах';
$strDelayedInserts = 'Давталттай оруулалт хэрэглэх';
$strDeleteAndFlushDescr = 'Энэ бол цэвэрхэн зам, гэхдээ онцгой эрхийг дахиж дуудна.';
$strDeleteAndFlush = 'Хэрэглэгчдийг устгаад дараа нь онцгой эрхийг дахин дууд.';
$strDeleted = 'Мөр устгагдсан';
$strDeletedRows = 'Устгагдсан мөрүүд:';
$strDelete = 'Устгах';
$strDeleting = '%s-г устгаж байна';
$strDelOld = 'Хүснэгтийн лавлахтай хуудас нь удаан оршихгүй, Та эдгээр лавлахуудыг устгах уу?';
$strDescending = 'Буурахаар';
$strDescription = 'Тайлбар';
$strDictionary = 'толь';
$strDirtyPages = 'Бохир хуудсууд';
$strDisabled = 'Хаагдсан';
$strDisableForeignChecks = 'Гадаад түлхүүр шалгалтыг хаах';
$strDisplayFeat = 'Онцлог харуулах';
$strDisplayOrder = 'Харуулах эрэмбэ:';
$strDisplayPDF = 'PDF-схем харуулах';
$strDoAQuery = '"жишээ асуулт" хийх (тэмдэгт: "%")';
$strDocu = 'Баримт';
$strDoYouReally = 'Та үнэхээр ';
$strDropDatabaseStrongWarning = 'Дүүрэн өгөгдлийн сан УСТГАХ тухай?';
$strDrop = 'Устгах';
$strDropUsersDb = 'Хэрэглэгчтэй адил нэртэй өгөгдлийн санг устгах.';
$strDumpingData = 'Хүснэгтийн өгөгдлийг устгах';
$strDumpSaved = 'Асгалт %s файлд хадгалагдсан.';
$strDumpXRows = '%s мөрүүдийг, %s-аас эхлэн устгах.';
$strDynamic = 'динамик';
 
$strEdit = 'Засах';
$strEditPDFPages = 'PDF-хуудаснуудыг засах';
$strEditPrivileges = 'Онцгой эрхүүдийг засах';
$strEffective = 'Эффекттэй';
$strEmptyResultSet = 'MySQL хоосон үр дүн буцаалаа (тэг мөрүүд г.м.).';
$strEmpty = 'Хоосон';
$strEnabled = 'Нээлттэй';
$strEncloseInTransaction = 'Хэлэлцээр дэх гаргалтыг хаах';
$strEndCut = 'END CUT';
$strEnd = 'Төгс';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s нь уг MySQL сервэрт идэвхтэй байна.';
$strEngineDisabled = '%s нь уг MySQL сервэр дээр хаалттай байна.';
$strEngines = 'Хөдөлгүүрүүд';
$strEngineUnsupported = 'Энэ MySQL сервэр нь %s агуулах хөдөлгүүрийг дэмжихгүй.';
$strEnglish = 'Англи';
$strEnglishPrivileges = ' Тэмдэглэл: MySQL онцгой эрхийн нэр нь англиар илэрхийлэгдсэн ';
$strError = 'Алдаа';
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
$strEstonian = 'Эстони';
$strExcelEdition = 'Excel-засвар';
$strExcelOptions = 'Excel-ийн сонголтууд';
$strExecuteBookmarked = 'Тэмдэглэгдсэн асуулт ажиллуулах';
$strExplain = 'SQL тайлбар';
$strExport = 'Гаргах';
$strExtendedInserts = 'Өргөтгөсөн оруулалт';
$strExtra = 'Нэмэлт';
 
$strFailedAttempts = 'Бүтэлгүйтсэн оролдлого';
$strFieldHasBeenDropped = 'Талбар %s устгагдсан';
$strField = 'Талбар';
$strFieldsEmpty = ' Талбарын тоо хоосон! ';
$strFieldsEnclosedBy = 'Талбарыг хаасан';
$strFieldsEscapedBy = 'Талбарыг нээсэн';
$strFields = 'Талбарууд';
$strFieldsTerminatedBy = 'Талбарыг төгсгөсөн';
$strFileAlreadyExists = 'Файл %s нь сервэр дээр байна, нэрээ соль эсвэл давхарлах сонголтыг шалга.';
$strFileCouldNotBeRead = 'Файл уншигдахгүй байна';
$strFileNameTemplate = 'Файлын нэрийн загвар';
$strFileNameTemplateRemember = 'загварыг санах';
$strFixed = 'Засагдсан';
$strFlushPrivilegesNote = 'Тэмдэглэл: phpMyAdmin нь MySQL-ийн онцгой эрхийн хүснэгтээс хэрэглэгчдийн онцгой эрхийг авна. Хэрэв тэд гараар өөрчлөгдсөн бол эдгээр хүснэгтийн агуулга нь сервэрт хэрэглэгдэж буйгаас өөр байна. Энэ тохиолдолд %sдахин дуудаж үргэлжлүүлнэ үү.';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFormat = 'Тогтнол';
$strFormEmpty = 'Форм дахь утгыг орхисон!';
$strFreePages = 'Чөлөөт хуудсууд';
$strFullText = 'Бүтэн бичвэр';
$strFunction = 'Функц';
 
$strGenBy = 'Үүсгэгч';
$strGeneralRelationFeat = 'Ерөнхий хамаатай онцлог';
$strGeneratePassword = 'Нууц үг бий болгох';
$strGenerate = 'Бий болгох';
$strGenTime = 'Үүссэн цаг';
$strGeorgian = 'Гүрж';
$strGerman = 'Немец';
$strGlobal = 'global';
$strGlobalPrivileges = 'Глобал онцгой эрх';
$strGlobalValue = 'Глобал утга';
$strGo = 'Яв';
$strGrantOption = 'Хандив';
$strGreek = 'Грек';
$strGzip = 'gzip-ээр шахах';
 
$strHasBeenAltered = 'өөрчлөгдсөн байна.';
$strHasBeenCreated = 'үүссэн байна.';
$strHaveToShow = 'Харуулахын тулд ядаж нэг багана сонго';
$strHebrew = 'Иврей';
$strHexForBinary = 'Хоёртын талбарт арван зургаатыг хэрэглэх (hexadecimal)';
$strHome = 'Гэр';
$strHomepageOfficial = 'phpMyAdmin-ын албан ёсны вэб сайт';
$strHostEmpty = 'Хостын нэр хоосон!';
$strHost = 'Хост';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 гаргах сонголт';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 гаргах сонголт';
$strHungarian = 'Унгар';
 
$strIcelandic = 'Исланд';
$strId = 'ID';
$strIdxFulltext = 'Бүтэнбичвэр';
$strIgnoreInserts = 'Оруулалтыг үл тоох';
$strIgnore = 'Үл тоох';
$strIgnoringFile = 'Файл %s-ыг үл тоох';
$strImportDocSQL = 'docSQL файл оруулах';
$strImportFiles = 'Файл оруулах';
$strIndexes = 'Индексүүд';
$strIndexHasBeenDropped = 'Индекс %s нь устгагдсан';
$strIndexName = 'Индексийн нэр&nbsp;:';
$strIndex = 'Индекс';
$strIndexType = 'Индексийн төрөл&nbsp;:';
$strIndexWarningMultiple = 'Түлхүүр %s нь нэгээс их багана `%s`-д үүсгэгджээ';
$strIndexWarningPrimary = 'PRIMARY ба INDEX түлхүүрүүд багана `%s`-д хоёулаа сонгогдохгүй';
$strIndexWarningTable = 'Хүснэгт `%s`-ийн индекс асуудалтай';
$strIndexWarningUnique = 'UNIQUE ба INDEX түлхүүрүүд багана `%s`-д хоёулаа сонгогдохгүй';
$strInnoDBAutoextendIncrement = 'Авто нэмэгдэлт';
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSizeDesc = 'Энэ хүснэгтийн кэш өгөгдөл, индекст хэрэглэх InnoDB санах ойн буфферийн хэмжээ.';
$strInnoDBBufferPoolSize = 'Буффер pool хэмжээ';
$strInnoDBDataFilePath = 'Өгөгдлийн файлууд';
$strInnoDBDataHomeDirDesc = 'Бүх InnoDB өгөгдлийн файлын хавтсын замын үндсэн хэсэг.';
$strInnoDBDataHomeDir = 'Өгөгдлийн үндсэн хавтас';
$strInnoDBPages = 'хуудсууд';
$strInnodbStat = 'InnoDB байдал';
$strInsecureMySQL = 'Таны тохиргооны файл нь MySQL-ын анхдагч онцгой эрхийг (нэвтрэгч root нь нууц үггүй) агуулжээ. Таны MySQL сервэр энэ анхдагчаар ажиллаж байгаа нь хэн ч урилгагүй орох боломжийг өгнө. Та хамгаалалтын асуудлаа засах хэрэгтэй';
$strInsertAsNewRow = 'Шинэ мөр оруулаад';
$strInsertedRowId = 'Орсон мөрийн id:';
$strInsertedRows = 'Орсон мөрүүд:';
$strInsertNewRow = 'Шинэ мөр оруулах';
$strInsert = 'Оруулах';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'Дотоод хамаарал';
$strInUse = 'хэрэглэгдэж байна';
$strInvalidColumnCount = 'Баганы тоо тэгээс их байна.';
$strInvalidFieldAddCount = 'Та багадаа нэг талбар нэм.';
$strInvalidFieldCount = 'Хүснэгт нь багадаа нэг талбартай байх хэрэгтэй.';
$strInvalidRowNumber = '%d нь мөрийн буруу дугаар байна.';
 
$strJapanese = 'Япон';
$strJumpToDB = '&quot;%s&quot; өгөгдлийн сан руу үсрэх.';
$strJustDeleteDescr = '&quot;Устгагдсан&quot; хэрэглэгчид үргэлжлүүлэн сервэр лүү хандахын тулд онцгой эрхийг дахин дуудах хүртэл хүлээнэ.';
$strJustDelete = 'Онцгой эрхийн хүснэгтээс хэрэглэгчид устгах.';
 
$strKeepPass = 'Нууц үгийг солихгүй';
$strKeyname = 'Түлхүүрийн нэр';
$strKill = 'Алах';
$strKorean = 'Солонгос';
 
$strLandscape = 'Ландшафт';
$strLatchedPages = 'Latched хуудсууд';
$strLatexCaption = 'Хүснэгтийн гарчиг';
$strLatexContent = '__TABLE__ хүснэгтийн агуулга';
$strLatexContinuedCaption = 'Үргэлжилсэн хүснэгтийн гарчиг';
$strLatexContinued = '(үргэлжилнэ)';
$strLatexIncludeCaption = 'Хүснэгтийн гарчиг холбогдсон';
$strLatexLabel = 'Label key';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX сонголтууд';
$strLatexStructure = '__TABLE__ хүснэгтийн бүтэц';
$strLatvian = 'Латви';
$strLengthSet = 'Урт/Утгууд*';
$strLimitNumRows = 'Хуудас дахь мөрийн тоо';
$strLinesTerminatedBy = 'Шугамыг төгсгөгч';
$strLinkNotFound = 'Холбоос олдсонгүй';
$strLinksTo = 'Холбоос';
$strLithuanian = 'Латви';
$strLocalhost = 'Local';
$strLocationTextfile = 'Бичвэрфайлын байрлал';
$strLoginInformation = 'Нэвтрэх мэдээлэл';
$strLogin = 'Нэвтрэх';
$strLogout = 'Гарах';
$strLogPassword = 'Нууц үг:';
$strLogServer = 'Сервэр';
$strLogUsername = 'Нэвтрэгч:';
$strLongOperation = 'Энэ үйлдэл удах янзтай. Юутай ч үргэлжлүүлэх үү?';
 
$strMaximumSize = 'ХИ хэмжээ: %s%s';
$strMbExtensionMissing = 'mbstring PHP extension олдсонгүй ба та multibyte charset ашиглаж байна. mbstring extension үгүйгээр phpMyAdmin нь тэмдэгт мөрийг зөв хувааж чадахгүй буюу буруу үр дүн гарч магадгүй.';
$strMbOverloadWarning = 'Таны PHP тохируулгад mbstring.func_overload нээлттэй байна. Энэ сонголт phpMyAdmin -д бүрэн боломжгүй бөгөөд зарим өгөгдөл алдагдаж болзошгүй!';
$strMIME_available_mime = 'Идэвхтэй MIME-төрлүүд';
$strMIME_available_transform = 'Идэвхтэй өөрчлөлт';
$strMIME_description = 'Тайлбар';
$strMIME_MIMEtype = 'MIME-төрөл';
$strMIME_nodescription = 'Энэ өөрчлөлтөд Тайлбаргүй нь идэвхтэй.<br />%s-ын зохиогчийг асууна уу.';
$strMIME_transformation_note = 'Боломжтой өөрчлөлийн сонголтуудын жагсаалт ба тэдгээр MIME-төрлийн өөрчлөлүүдийн тулд, %sөөрчлөлийн тайлбар%s -д дарах';
$strMIME_transformation = 'Хөтчийн өөрчлөл';
$strMIME_transformation_options_note = 'Өөрчлөлийн сонголтыг оруулах утгын тогтнол нь: \'a\',\'b\',\'c\'...<br />Хэрэв та буруу ташуу зургаас эсвэл дан хашилт тавихыг хүсвэл буруу ташуу зураасыг өмнө нь тавина уу. (Ж: \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Өөрчлөлийн сонголтууд';
$strMIMETypesForTable = 'Хүснэгтийн MIME-төрлүүд';
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
$strModifications = 'Өөрчлөлт хадгалагдав';
$strModifyIndexTopic = 'Өөрчлөх индекс';
$strModify = 'Өөрчлөх';
$strMoveTableOK = 'Хүснэгт %s нь %s руу зөөгдөв.';
$strMoveTable = 'Хүснэгтийг зөөх (өгөгдлийн сан<b>.</b>хүснэгт):';
$strMoveTableSameNames = 'Адил нэр байсан тул хүснэгтийг зөөсөнгүй!';
$strMultilingual = 'олонхэлийн';
$strMyISAMDataPointerSizeDesc = 'Анхдагч заагчийн хэмжээ байтаар илэрхийлэгдэх ба, CREATE TABLE -ээр MyISAM хүснэгтийг MAX_ROWS сонголт тодорхойлогдоогүй үед хэрэглэгдэнэ.';
$strMyISAMDataPointerSize = 'Өгөгдөл заагчийн хэмжээ';
$strMyISAMMaxExtraSortFileSizeDesc = 'Хэрэв завсрын файл MyISAM индекс үүсгэлтэд хэрэглэгдсэн бол үүнээс их энд тодорхойлогдсон хэмжээгээр key cache хэрэглэх хэрэгтэй, key cache аргыг илүүд үзвэл.';
$strMyISAMMaxExtraSortFileSize = 'Индекс үүсгэлт дэх завсрын файлын ХИ хэмжээ';
$strMyISAMMaxSortFileSize = 'Завсрын эрэмбэлэх файлын ХИ хэмжээ';
$strMyISAMMaxSortFileSizeDesc = 'Завсрын MySQL файлын ХИ хэмжээ нь MyISAM индексийг да-үүсгэхэд (REPAIR TABLE, ALTER TABLE, болон LOAD DATA INFILE -ын үед) хэрэглэгдэнэ.';
$strMyISAMRecoverOptions = 'Авто сэргээх горим';
$strMyISAMRecoverOptionsDesc = 'Горим нь эвдэрсэн MyISAM хүснэгтийг автоматаар засна, серверийн эхлэлийн --myisam-recover сонголтоор.';
$strMyISAMRepairThreadsDesc = 'Хэрэв энэ утга нь 1 -ээс их байвал, эрэмбэлэх процессоор Засах үед MyISAM хүснэгтийн индексүүд нь зэрэгцээгээр (индекс бүрт өөрийн процесс) үүсгэгдсэн.';
$strMyISAMRepairThreads = 'Thread засах';
$strMyISAMSortBufferSizeDesc = 'REPAIR TABLE -ийн үед MyISAM индексийг эрэмбэлэх эсвэл CREATE INDEX болон ALTER TABLE -ээр индекс үүсгэх үед буффер хуваарилагдсан.';
$strMyISAMSortBufferSize = 'Буфферийн хэмжээг эрэмбэлэх';
$strMySQLCharset = 'MySQL-кодлол';
$strMySQLConnectionCollation = 'MySQL холболтын кодлол';
$strMySQLSaid = 'MySQL хэлэх нь: ';
$strMySQLShowProcess = 'Процесууд харах';
$strMySQLShowStatus = 'MySQL-ийн ажиллах үеийн мэдээлэл харах';
$strMySQLShowVars = 'MySQL-ийн системийн утгыг харах';
 
$strName = 'Нэр';
$strNext = 'Цааш';
$strNoActivity = '%s секунд ба түүнээс их идэвхгүй байжээ, дахин нэвтэрнэ үү';
$strNoDatabases = 'ӨС байхгүй';
$strNoDatabasesSelected = 'ӨС сонгогдоогүй.';
$strNoDescription = 'тайлбаргүй';
$strNoDetailsForEngine = 'Энд уг агуулах хөдөлгүүрийн дэлгэрэнгүй төлвийн мэдээлэл алга.';
$strNoDropDatabases = '"ӨС устгах" нь хаалттай.';
$strNoExplain = 'SQL тайлбарлахыг орхих';
$strNoFrames = 'phpMyAdmin нь ямар ч хөтөч дээр <b>фрейм</b> гаргах чадвартай.';
$strNoIndex = 'Индекс тодорхойлогдоогүй!';
$strNoIndexPartsDefined = 'Тодорхойлогдсон индексийн хэсэггүй!';
$strNoModification = 'Солигдохгүй';
$strNone = 'Үгүй';
$strNo = 'Үгүй';
$strNoOptions = 'Энэ тогтнол сонголтгүй';
$strNoPassword = 'Нууц үггүй';
$strNoPermission = 'Вэб-сервэр файл %s-г хадгалахад зөвшөөрөлгүй байна.';
$strNoPhp = 'PHP-кодгүй';
$strNoPrivileges = 'Онцгой эрхгүй';
$strNoRights = 'Танд хангалттай эрх байхгүй!';
$strNoRowsSelected = 'Сонгогдсон мөргүй';
$strNoSpace = 'Файл %s-г хадгалах зай хүрэлцэхгүй байна.';
$strNoTablesFound = 'ӨС-д хүснэгт олдсонгүй.';
$strNoThemeSupport = 'Арьс боломжгүй, өөрийн тохиргоогоо шалга ба/эсвэл %s-т арьс байгаа эсэхийг хар.';
$strNotNumber = 'Энэ тоо биш!';
$strNotOK = 'Бэлэн биш';
$strNotSet = '<b>%s</b> хүснэгт олдсонгүй эсвэл %s-д сонгогдоогүй';
$strNoUsersFound = 'Хэрэглэгч олдсонгүй.';
$strNoValidateSQL = 'SQL шалгалтыг алгасах';
$strNull = 'Хоосон';
$strNumSearchResultsInTable = '%s олдоц(ууд) хүснэгт <i>%s</i>-д';
$strNumSearchResultsTotal = '<b>Нийт:</b> <i>%s</i> олдоц(ууд)';
$strNumTables = 'Хүснэгт';
 
$strOK = 'Бэлэн';
$strOperations = 'Үйлдлүүд';
$strOperator = 'Оператор';
$strOptimizeTable = 'Хүснэгтийг зүгшрүүлэх';
$strOr = 'Эсвэл';
$strOverhead = 'Толгой дээр';
$strOverwriteExisting = 'Файл(ууд)-г дарж бичих';
 
$strPageNumber = 'Хуудасны дугаар:';
$strPagesToBeFlushed = 'Хуудсууд зайлагдсан';
$strPaperSize = 'Цаасны хэмжээ';
$strPartialText = 'Бичвэрийн зарим хэсэг';
$strPasswordChanged = '%s-ы нууц үг солигдлоо.';
$strPasswordEmpty = 'Нууц үг хоосон байна!';
$strPasswordHashing = 'Нууц үг хувиргах';
$strPassword = 'Нууц үг';
$strPasswordNotSame = 'Нууц їгнїїд ялгаатай байна!';
$strPdfDbSchema = '"%s" өгөгдлийн сангийн схем - Хуудас %s';
$strPdfInvalidTblName = 'Хүснэгт "%s" байхгүй байна!';
$strPdfNoTables = 'Хүснэгт алга';
$strPerHour = 'цагт';
$strPerMinute = 'минутад';
$strPerSecond = 'секундэд';
$strPersian = 'Перс';
$strPhoneBook = 'Утасны лавлах';
$strPHP40203 = 'Та PHP 4.2.3 хувилбарыг ашиглаж байна, энэ нь олон-байттай тэмдэгт мөр (mbstring) дээр томоохон нүхтэй юм. PHP нүхний 19404 тайланг харна уу. PHP-ийн энэ хувилбар дээр phpMyAdmin-г ашиглахгүй байхыг зөвлөх байна .';
$strPhp = 'PHP-код үүсгэх';
$strPHPVersion = 'PHP хувилбар';
$strPmaDocumentation = 'phpMyAdmin баримтжилт';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> -ыг тохиргооны файлд тохируулах хэрэгтэй!';
$strPolish = 'Польш';
$strPortrait = 'Дүрслэл';
$strPos1 = 'Эхлэл';
$strPrevious = 'Өмнөх';
$strPrimaryKeyHasBeenDropped = 'Үндсэн түлхүүр устгагдлаа';
$strPrimaryKeyName = 'Үндсэн түлхүүрийн нэр нь PRIMARY байх ёстой!';
$strPrimaryKeyWarning = '("PRIMARY" нь үндсэн түлхүүрийн нэр ба <b>зөвхөн</b> байх <b>хэрэгтэй</b>!)';
$strPrimary = 'Үндсэн';
$strPrint = 'Хэвлэх';
$strPrintViewFull = 'Хэвлэхээр харах (бүх бичвэртэй нь)';
$strPrintView = 'Хэвлэхээр харах';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Байгаа хүснэгтийн бүтцийг өөрчлөхийг зөвшөөрөх.';
$strPrivDescAlterRoutine = 'Хадгалагдсан заншил устгах, өөрчлөхийг зөвшөөрөх.';
$strPrivDescCreateDb = 'Шинэ өгөгдлийн сан, хүснэгт үүсгэхийг зөвшөөрөх.';
$strPrivDescCreateRoutine = 'Хадгалагдсан заншил үүсгэхийг зөвшөөрөх.';
$strPrivDescCreateTbl = 'Шинэ хүснэгт үүсгэхийг зөвшөөрөх.';
$strPrivDescCreateTmpTable = 'Завсрын хүснэгт үүсгэхийг зөвшөөрөх.';
$strPrivDescCreateUser = 'Хэрэглэгчийн эрхийг үүсгэх, устгах, да.нэрлэхийг зөвшөөрөх.';
$strPrivDescCreateView = 'Шинэ харц үүсгэхийг зөвшөөрөх.';
$strPrivDescDelete = 'Өгөгдөл устгахыг зөвшөөрөх.';
$strPrivDescDropDb = 'ӨС, хүснэгт устгахыг зөвшөөрөх ';
$strPrivDescDropTbl = 'Хүснэгт устгахыг зөвшөөрөх.';
$strPrivDescExecute = 'Агуулагдсан (stored) процедурыг ажиллуулахыг зөвшөөрөх; MySQL-ын энэ хувилбарт үйлчлэлгүй.';
$strPrivDescExecute5 = 'Хадгалагдсан заншлыг ажиллуулахыг зөвшөөрөх.';
$strPrivDescFile = 'Өгөгдөл оруулах, файл руу гаргахыг зөвшөөрөх.';
$strPrivDescGrant = 'Хэрэглэгч болон онцгой эрхийг онцгой эрхийн хүснэгтийг дуудалгүй нэмэхийг зөвшөөрөх.';
$strPrivDescIndex = 'Индекс үүсгэх, устгахыг зөвшөөрөх.';
$strPrivDescInsert = 'Өгөгдөл нэмэх, солихыг зөвшөөрөх.';
$strPrivDescLockTables = 'Тухайн процесст хүснэгт түгжихийг зөвшөөрөх.';
$strPrivDescMaxConnections = 'Цаг тутамд шинээр холбогдох хэрэглэгчийн тоог хязгаарлах.';
$strPrivDescMaxQuestions = 'Цаг тутамд хэрэглэгчийн асуулт (query) илгээхийг хязгаарлах.';
$strPrivDescMaxUpdates = 'Цаг тутамд хэрэглэгчийн хүснэгт эсвэл өгөгдлийн сан солих командыг хязгаарлах.';
$strPrivDescProcess3 = 'Бусад хэрэглэгчийн процессыг үгүй хийхийг зөвшөөрөх.';
$strPrivDescProcess4 = 'Процессын жагсаалт дахь дууссан асуултыг харахыг зөвшөөрөх.';
$strPrivDescReferences = 'MySQL-ын энэ хувилбарт үйлчлэлгүй.';
$strPrivDescReload = 'Сервэрийн тохиргоог дахин дуудахыг зөвшөөрөх.';
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Өгөгдөл уншихыг зөвшөөрөх.';
$strPrivDescShowDb = 'Өгөгдлийн сангийн бүрэн жагсаалт руу хандахыг өгөх.';
$strPrivDescShowView = 'SHOW CREATE VIEW асуултыг хийхийг зөвшөөрөх.';
$strPrivDescShutdown = 'Сервэрийг унтраахыг зөвшөөрөх.';
$strPrivDescSuper = 'Хэрэв ХИ холболтын тоо гүйцсэн ч холбогдохыг зөвшөөрөх. Бусад хэрэглэгчийн процессыг үгүй хийх эсвэл глобал утгыг өөрчлөх шаардлагатай болно.';
$strPrivDescUpdate = 'Өгөгдөл солихыг зөвшөөрөх.';
$strPrivDescUsage = 'Онцгой эрхгүй.';
$strPrivileges = 'Онцгой эрхүүд';
$strPrivilegesReloaded = 'Онцгой эрхүүд дахин дуудагдлаа.';
$strProcesslist = 'Процессын жагсаалт';
$strPutColNames = 'Эхний мөрт талбаруудын нэрийг тавих';
 
$strQBEDel = 'Устгах';
$strQBEIns = 'Оруулах';
$strQBE = 'Асуулт (Query)';
$strQueryFrame = 'Асуултын цонх';
$strQueryOnDb = 'ӨС <b>%s</b> дахь SQL-асуулт:';
$strQuerySQLHistory = 'SQL түүх';
$strQueryStatistics = '<b>Асуултын статистик</b>: Эхэлснээс хойш, %s асуулт сервэр рүү илгээгдсэн.';
$strQueryTime = 'Асуулт нь %01.4f сек авлаа';
$strQueryType = 'Асуултын төрөл';
$strQueryWindowLock = 'Цонхны гаднаас энэ асуултыг давхарлахгүй байх';
 
$strReadRequests = 'Унших гуйлт';
$strReceived = 'Ирсэн';
$strRecords = 'Бичлэгүүд';
$strReferentialIntegrity = 'Үнэн зөв өгөгдлийг шалгах:';
$strRefresh = 'Да.дуудах';
$strRelationalSchema = 'Хамааралтай схем';
$strRelationNotWorking = 'Холбогдсон хүснэгтүүдтэй ажиллах нэмэлт онцлогууд идэвхгүй болжээ. %sЭнд%s дарж шалгах.';
$strRelationsForTable = 'Хүснэгтийн хамаарал';
$strRelations = 'Хамаарал';
$strRelationView = 'Хамаарал харах';
$strReloadingThePrivileges = 'Онцгой эрхийг дахин дуудаж байна';
$strReloadMySQL = 'MySQL-г да.дуудах';
$strRemoveSelectedUsers = 'Сонгогдсон хэрэглэгчдийг хасах';
$strRenameDatabaseOK = 'ӨС %s-н нэр нь %s-ээр солигджээ';
$strRenameTableOK = 'Хүснэгт %s-ын нэр %s болж өөрчлөгдлөө';
$strRenameTable = 'Хүснэгтийг да.нэрлэх';
$strRepairTable = 'Хүснэгт засах';
$strReplaceNULLBy = 'NULL-ыг орлуулах нь';
$strReplaceTable = 'Хүснэгтийн өгөгдлийг орлуулах файл';
$strReset = 'Да.эхлэх';
$strResourceLimits = 'Нөөцийн хязгаар';
$strReType = 'Дахин бич';
$strRevokeAndDeleteDescr = 'Онцгой эрхийг да.дуудтал хэрэглэгчид онцгой эрх USAGE -тэй байх болно.';
$strRevokeAndDelete = 'Устгахын төгсгөлд нь хэрэглэгчдээс идэвхтэй бүх онцгой эрхийг хүчингүй болгох.';
$strRevokeMessage = 'Онцгой эрх %s -ыг хүчингүй болголоо';
$strRevoke = 'Хүчингүй';
$strRomanian = 'Румын';
$strRowLength = 'Мөрийн урт';
$strRowsFrom = 'мөрийн эхлэх буй дугаар';
$strRowSize = ' Мөрийн хэмжээ ';
$strRowsModeFlippedHorizontal = 'хөндлөн (эргүүлэгдсэн толгойнууд)';
$strRowsModeHorizontal = 'хөндлөн';
$strRowsModeOptions = 'Төлөв %s-д ба %s нїдний дараа толгойнуудыг давтах';
$strRowsModeVertical = 'босоо';
$strRows = 'Мөрүүд';
$strRowsStatistic = 'Мөрийн статистик';
$strRunning = '%s дээр';
$strRunQuery = 'Асуултыг илгээх';
$strRunSQLQuery = 'Өгөгдлийн сан %s дээрх SQL асуултыг ажиллуулах';
$strRussian = 'Орос';
 
$strSaveOnServer = 'Сервэр дээрх хадгалах хавтас %s';
$strSave = 'Хадгалах';
$strScaleFactorSmall = 'Хэт жижиг схемийг нэг хуудсанд дүүргэх';
$strSearch = 'Хайх';
$strSearchFormTitle = 'Өгөгдлийн санд хайх';
$strSearchInTables = 'Хүснэгт(үүд) дотор:';
$strSearchNeedle = 'Үг(үүд) ба утга(ууд) -ыг хайх (түлхүүр "%"):';
$strSearchOption1 = 'Үгүүдийн ядаж нэгээр';
$strSearchOption2 = 'бүх үг';
$strSearchOption3 = 'яг цав өгүүлбэр';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Хайлтын үр дүн "<i>%s</i>" %s:';
$strSearchType = 'Хайх:';
$strSecretRequired = 'Тохиргооны файл одоо нууцлал шаардаж байна (blowfish_secret).';
$strSelectADb = 'Өгөгдлийн сан сонго';
$strSelectAll = 'Бүгдийг сонгох';
$strSelectBinaryLog = 'Харах хоёртын log сонго';
$strSelectFields = 'Талбар сонгох (ядаж нэгийг):';
$strSelectNumRows = 'асуултад';
$strSelectTables = 'Хүснэгтүүд сонго';
$strSend = 'Илгээх';
$strSent = 'Илгээгдэв';
$strServerChoice = 'Сервэр сонго';
$strServer = 'Сервэр';
$strServerNotResponding = 'Сервэрээс хариу алга';
$strServerStatusUptime = 'Энэ MySQL сервэр %s-д ажиллаж байна. Эхэлсэн нь %s.';
$strServerStatus = 'Ажиллах үеийн мэдээлэл';
$strServerTabProcesslist = 'Процессууд';
$strServerTabVariables = 'Утгууд';
$strServerTrafficNotes = '<b>Гуйвуулга</b>: Эдгээр хүснэгтүүд нь MySQL сервэр эхэлсэн үеэс сүлжээний гуйвуулгыг харуулна.';
$strServerVars = 'Сервэрийн утгууд болон тохиргоонууд';
$strServerVersion = 'Сервэрийн хувилбар';
$strSessionValue = 'Сессон утга';
$strSetEnumVal = 'Хэрэв талбарын төрөл нь "enum" ба "set", бол оруулах өгөгдлийн тогтнол нь: \'a\',\'b\',\'c\'...<br />Хэрэв буруу ташуу зураас ("\"") эсвэл дан хашилт ("\'") тавих шаардлагатай бол буруу ташуу зураасыг давхар хэрэглэ. (Ж: \'\\\\xyz\' эсвэл \'a\\\'b\').';
$strShowAll = 'Бүгдийг харах';
$strShowColor = 'Өнгө харах';
$strShowDatadictAs = 'Өгөгдлийн толийн тогтнол';
$strShowFullQueries = 'Бүтэн асуулт харуулах';
$strShowGrid = 'Тор харуулах';
$strShowingRecords = 'Мөрүүдийг харуулж байна ';
$strShow = 'Харах';
$strShowPHPInfo = 'PHP -ийн мэдээлэл харах';
$strShowTableDimension = 'Хүснэгтийн харьцаа харуулах';
$strShowTables = 'Хүснэгтүүдийг харуулах';
$strShowThisQuery = ' Уг асуултыг энд дахин харуулах ';
$strSimplifiedChinese = 'Энгийн хятад';
$strSingly = '(дан)';
$strSize = 'Хэмжээ';
$strSlovak = 'Словак';
$strSlovenian = 'Словени';
$strSocketProblem = '(эсвэл дотоод MySQL сервэрийн socket нь зөв тохируулагдаагүй)';
$strSortByKey = 'Түлхүүрээр эрэмбэлэх';
$strSort = 'Эрэмбэлэх';
$strSpaceUsage = 'Ашиглалтын зай';
$strSpanish = 'Испани';
$strSplitWordsWithSpace = 'Їгнїїд хоосон зайгаар (" ") хуваагдана.';
$strSQLExportCompatibility = 'SQL гаргах боломжууд';
$strSQLExportType = 'Гаргах төрөл';
$strSQLOptions = 'SQL -ийн сонголт';
$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:';
$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';
$strSQLQuery = 'SQL-асуулт';
$strSQLResult = 'SQL-үр дүн';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Буруу тодорхойлогч';
$strSQPBugUnclosedQuote = 'Хаагдаагүй хашилт';
$strSQPBugUnknownPunctuation = 'Тэмдэгт мөрийн үл мэдэх цэг тэмдэглэл';
$strStatCheckTime = 'Сүүлийн шалгалт';
$strStatCreateTime = 'Үүсгэлт';
$strStatement = 'Баримтжуулал';
$strStatUpdateTime = 'Сүүлийн шинэчлэл';
$strStatus = 'Статус';
$strStorageEngine = 'Агуулах хөдөлгүүр';
$strStorageEngines = 'Агуулах хөдөлгүүрүүд';
$strStrucCSV = 'CSV өгөгдөл';
$strStrucData = 'Бүтэц ба өгөгдөл';
$strStrucDrop = 'Хүснэгт устгах-ыг нэмэх';
$strStrucExcelCSV = 'CSV өгөгдлийг MS Excel-ээр';
$strStrucNativeExcel = 'Өгөгдөл MS Excel-ээс';
$strStrucOnly = 'Зөвхөн бүтэц';
$strStructPropose = 'Хүснэгтийн бүтцийг таниулах';
$strStructure = 'Бүтэц';
$strSubmit = 'Илгээ';
$strSuccess = 'Таны SQL-асуулт амжилттай ажиллав';
$strSum = 'Нийт';
$strSwedish = 'Швед';
$strSwitchToDatabase = 'Хуулагдсан ӨС руу шилжих';
$strSwitchToTable = 'Хуулагдсан хүснэгт рүү шилжих';
 
$strTableComments = 'Хүснэгтийн тайлбар';
$strTableEmpty = 'Хүснэгтийн нэр хоосон байна!';
$strTableHasBeenDropped = 'Хүснэгт %s нь устгагдлаа';
$strTableHasBeenEmptied = 'Хүснэгт %s нь хоослогдлоо';
$strTableHasBeenFlushed = 'Хүснэгт %s нь flushed боллоо';
$strTableMaintenance = 'Хүснэгтийн ашиглалт';
$strTableOfContents = 'Агуулгын хүснэгт';
$strTable = 'Хүснэгт ';
$strTableOptions = 'Хүснэгтийн сонголтууд';
$strTables = '%s хүснэгт(үүд)';
$strTableStructure = 'Хүснэгтийн бүтэц';
$strTableType = 'Хүснэгтийн төрөл';
$strTakeIt = 'авах';
$strTblPrivileges = ' Хүснэгтийн тусгай онцгой эрхүүд';
$strTextAreaLength = ' Яагаад гэвэл урт нь их,<br /> энэ талбар засагдахгүй ';
$strThai = 'Таи';
$strTheme = 'Арьс / Загвар';
$strThisHost = 'Энэ хост';
$strThisNotDirectory = 'Энэ хавтас биш байна';
$strThreadSuccessfullyKilled = 'Thread %s нь устгагдав.';
$strTime = 'Цаг';
$strToggleScratchboard = 'toggle scratchboard';
$strTotalUC = 'Нийт';
$strTotal = 'Нийт';
$strTraditionalChinese = 'Уламжлалт хятд';
$strTraditionalSpanish = 'Уламжлалт Испани';
$strTraffic = 'Гуйвуулга';
$strTransformation_application_octetstream__download = 'Талбарын өгөгдлийг хоёртын горимоор татах холбоос харуулж байна. Эхний сонголт: Хоёртын файлын нэр. Хоёр дахь сонголт: Талбарын нэр. Хэрэв хоёр дахь сонголтод утга өгвөл эхний сонголтыг хоосон орхих хэрэгтэй';
$strTransformation_application_octetstream__hex = 'Өгөгдлийн дүрслэлийг арван зургаатаар харуулах.';
$strTransformation_image_jpeg__inline = 'Дарагдхуйц эрхийхумс-ыг харуулж байна. сонголт: өргөн,өндөр цэгээр (эх хэмжээ нь хадгалагдана)';
$strTransformation_image_jpeg__link = 'Уг зургийн холбоосыг харуулж байна (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'TIME, TIMESTAMP эсвэл DATETIME талбар ба тогтнол нь таны дотоод цагийн тогтлыг хэрэглэнэ. Эхний сонголт - нэмэгдэх timestamp -ын байрлал (цагаар) (Анхдагч: 0). Хоёр дахь сонголт - PHP strftime()-ын идэвхтэй өгөгдлөөр ялгаатай dateformat авна.';
$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)';
$strTransformation_text_plain__formatted = 'Талбарын жинхэнэ тогтнолыг хамгаалах. Өөр дуусна.';
$strTransformation_text_plain__imagelink = 'Зураг болон холбоосыг харуулж байна, талбар нь файлнэр агуулна; эхний сонголт - энэ нь өмнө нь тавигдах "http://domain.com/", хоёр дахь сонголт - өргөн цэгээр, гурав дахь - өндөр.';
$strTransformation_text_plain__link = 'Холбоос харуулж байна, талбар нь файлнэр агуулна; эхний сонголт - энэ нь өмнө нь тавигдах "http://domain.com/", хоёр дахь - холбоосын гарчгийг авна.';
$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: ...).';
$strTruncateQueries = 'Truncate Shown Queries';
$strTurkish = 'Турк';
$strType = 'Төрөл';
 
$strUkrainian = 'Украин';
$strUncheckAll = 'Бүх чагтыг болих';
$strUnicode = 'Юникод';
$strUnique = 'Үл давтагдах';
$strUnknown = 'үлмэдэх';
$strUnselectAll = 'Бүх сонгосныг болих';
$strUpdatePrivMessage = 'Онцгой эрх шинэчлэгдлээ';
$strUpdateProfileMessage = 'Профиль шинэчлэгдлээ.';
$strUpdateQuery = 'Update асуулт';
$strUpdComTab = 'Column_comments Хүснэгтийн хэрхэн шинэчлэх талаар баримтжууллаас харна уу';
$strUpgrade = 'Та хувилбар %s -г %s -ээр сайжруулах хэрэгтэй эсвэл дараа.';
$strUsage = 'Ашиглалт';
$strUseBackquotes = 'Хүснэгт ба талбарын нэрийг буруу хашилтаар хаах';
$strUseHostTable = 'Хост хүснэгт хэрэглэх';
$strUserAlreadyExists = 'Хэрэглэгч %s оршин байна!';
$strUserEmpty = 'Хэрэглэгчийн нэр хоосон!';
$strUserName = 'Хэрэглэгчийн нэр';
$strUser = 'Хэрэглэгч';
$strUserNotFound = 'Сонгогдсон хэрэглэгч онцгой эрхийн хүснэгтэд алга байна.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'Сонгогдсон хэрэглэгч устгагдлаа.';
$strUsersHavingAccessToDb = 'Хэрэглэгчдийн хандсан нь &quot;%s&quot;';
$strUseTabKey = 'TAB товчийг хэрэглэн утгаас утгын хооронд шилжинэ, эсвэл CTRL+сумууд-аар зөөгдөнө';
$strUseTables = 'Хүснэгт хэрэглэх';
$strUseTextField = 'Бичвэр талбар хэрэглэх';
$strUseThisValue = 'Уг утгыг хэрэглэх';
 
$strValidateSQL = 'SQL-ийг батлах';
$strValidatorError = 'SQL баталгаажуулагч эхлэгдсэнгүй. Хэрэв PHP өргөтгөл суугдсан бол шалгана уу, %sбаримтжуулалд%s тодорхойлогдсон.';
$strValue = 'Утга';
$strVar = 'Хувьсагч';
$strVersionInformation = 'Хувилбарын мэдээлэл';
$strViewDumpDatabases = 'ӨС-ийн схем харах';
$strViewDumpDB = 'ӨС-ийн схем харах';
$strViewDump = 'Хүснэгтийн схем харах';
$strViewHasBeenDropped = 'Харц %s нь устгагдсан';
$strView = 'Харц';
 
$strWebServerUploadDirectoryError = 'Таны сонгосон хавтас "upload" хийгдэхгүй байна';
$strWebServerUploadDirectory = 'web-сервэр түлхэх хавтас';
$strWelcome = '%s-д тавтай морилно уу';
$strWestEuropean = 'Баруун-Европ';
$strWildcard = 'загвар';
$strWindowNotFound = 'Зорилтот хөтчийн цонх шинэчлэгдсэнгүй. Магадгүй та эх цонхыг хаасан эсвэл таны хөтөч хамгаалалтын тохиргооны улмаас шинэчлэлтийг хориглогдсон';
$strWithChecked = 'Сонгогдсонтой:';
$strWriteRequests = 'Бичих гуйлт';
$strWritingCommentNotPossible = 'Боломжгүй тайлбар бичиж байна';
$strWritingRelationNotPossible = 'Боломжгүй хамаарал бичиж байна';
$strWrongUser = 'Нэвтрэгч/нууц үг буруу. Хандах боломжгүй';
 
$strXML = 'XML';
 
$strYes = 'Тийм';
 
$strZeroRemovesTheLimit = 'Тэмдэглэл: Тохируулгын сонголтыг 0 (тэг) болговол хязгаарыг хасна.';
$strZip = 'zip-ээр шахах';
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/norwegian-iso-8859-1.inc.php
0,0 → 1,983
<?php
/* $Id: norwegian-iso-8859-1.inc.php,v 2.132.2.2 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Translated by Sven-Erik Andersen <sven-erik.andersen at pkf107.no>
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Søn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B, %Y klokka %H:%M %p';
$timespanfmt = '%s dager, %s timer, %s minutter og %s sekunder';
 
$strAbortedClients = 'Avbrutt';
$strAbsolutePathToDocSqlDir = 'Vennligst skriv inn den absolutte stien på webtjeneren til docSQL katalogen';
$strAccessDeniedCreateConfig = 'En mulig årsak for dette er at du ikke opprettet konfigurasjonsfila. Du bør kanskje bruke %1$ssetup script%2$s for å opprette en.';
$strAccessDeniedExplanation = 'phpMyAdmin forsøkte å koble til MySQL-serveren, og serveren avviste tilkoblingen. Du må kontrollere vert (host), brukernavn (username) og passord (password) i config.inc.php og sjekke at de tilsvarer den informasjonen du fikk fra MySQL-server administratoren.';
$strAccessDenied = 'Ingen tilgang';
$strAction = 'Handling';
$strAddAutoIncrement = 'Legg til AUTO_INCREMENT verdi';
$strAddConstraints = 'Legg til begrensninger';
$strAddDeleteColumn = 'Legg til/Slett kolonne';
$strAddDeleteRow = 'Legg til/Slett kriterierad';
$strAddDropDatabase = 'Legg til DROP DATABASE';
$strAddedColumnComment = 'Lagt til kolonnekommentar';
$strAddedColumnRelation = 'Lagt til relasjon for kolonne';
$strAddFields = 'Legg til %s felt(er)';
$strAddHeaderComment = 'Legg til egen kommentar i hodet (\\n lager linjeskift)';
$strAddIfNotExists = 'Legg til IF NOT EXISTS';
$strAddIntoComments = 'Legg til i kommentarer';
$strAddNewField = 'Legg til felt';
$strAddPrivilegesOnDb = 'Legg til privilegier til følgende database';
$strAddPrivilegesOnTbl = 'Legg til privilegier til følgende tabell';
$strAddSearchConditions = 'Legg til søkekriterier (innhold i "where"-setningen):';
$strAddToIndex = 'Legg til indeks&nbsp;%s&nbsp;kolonne(r)';
$strAddUser = 'Legg til en ny bruker';
$strAddUserMessage = 'Du har lagt til en ny bruker.';
$strAdministration = 'Administrasjon';
$strAffectedRows = 'Berørte rader:';
$strAfter = 'Etter %s';
$strAfterInsertBack = 'Returner';
$strAfterInsertNewInsert = 'Sett inn en ny post';
$strAfterInsertNext = 'Rediger neste rad';
$strAfterInsertSame = 'Tilbake til denne siden';
$strAll = 'Alle';
$strAllowInterrupt = 'Tillat avbrudd av importering i tilfelle skriptet oppdager at det er rett før det når tidsavbrudd. Dette kan være en god måte å importere store filer på, men det kan knekke transaksjoner.';
$strAllTableSameWidth = 'vis alle tabeller med samme bredde?';
$strAlterOrderBy = 'Endre tabellrekkefølge ved';
$strAnalyzeTable = 'Analyser tabell';
$strAnd = 'og';
$strAndThen = 'og så';
$strAnIndex = 'En indeks har blitt lagt til %s';
$strAny = 'Alle';
$strAnyHost = 'Alle verter';
$strAnyUser = 'Alle brukere';
$strApproximateCount = 'Kan være unøyaktig. Se FAQ 3.11';
$strAPrimaryKey = 'En primærnøkkel har blitt lagt til %s';
$strArabic = 'arabisk';
$strArmenian = 'armensk';
$strAscending = 'Stigende';
$strAtBeginningOfTable = 'Ved begynnelsen av tabellen';
$strAtEndOfTable = 'Ved slutten av tabellen';
$strAttr = 'Attributter';
$strAutodetect = 'Automatisk oppdaging';
$strAutomaticLayout = 'Automatisk disposisjon';
 
$strBack = 'Tilbake';
$strBaltic = 'baltisk';
$strBeginCut = 'START KUTT';
$strBeginRaw = 'START UFORMATERT';
$strBinary = ' Binær ';
$strBinaryDoNotEdit = ' Binær - må ikke redigeres ';
$strBinaryLog = 'Binærlogg';
$strBinLogEventType = 'Hendelsestype';
$strBinLogInfo = 'Informasjon';
$strBinLogName = 'Loggnavn';
$strBinLogOriginalPosition = 'Original posisjon';
$strBinLogPosition = 'Posisjon';
$strBinLogServerId = 'Tjener ID';
$strBookmarkAllUsers = 'La alle brukere ha adgang til dette bokmerket';
$strBookmarkCreated = 'Bokmerke %s opprettet';
$strBookmarkDeleted = 'Bokmerket har blitt slettet.';
$strBookmarkLabel = 'Navn';
$strBookmarkQuery = 'Lagret SQL-spørring';
$strBookmarkReplace = 'Erstatt eksisterende bokmerke med samme navn';
$strBookmarkThis = 'Lagre denne SQL-spørringen';
$strBookmarkView = 'Bare se';
$strBrowseDistinctValues = 'Se gjennom distinkte verdier';
$strBrowseForeignValues = 'Se de eksterne verdiene';
$strBrowse = 'Se på';
$strBufferPoolActivity = 'Mellomlageraktivitet';
$strBufferPool = 'Mellomlager';
$strBufferPoolUsage = 'Mellomlagerbruk';
$strBufferReadMissesInPercent = 'Lesebommer i %';
$strBufferReadMisses = 'Lesebommer';
$strBufferWriteWaitsInPercent = 'Skriveforsinkelser i %';
$strBufferWriteWaits = 'Skriveforsinkelser';
$strBulgarian = 'bulgarsk';
$strBusyPages = 'Opptatte sider';
$strBzError = 'phpMyAdmin kunne ikke komprimere dumpede data fordi Bz2 tillegget til denne php versjonen er ødelagt. Vi anbefaler på det sterkeste at du setter <code>$cfg[\'BZipDump\']</code> direktivet i din phpMyAdmin konfigurasjonsfil til <code>FALSE</code>. Hvis du ønsker å bruke Bz2 komprimerings funksjonene, så bør du oppgradere til en nyere php versjon. Se php bug rapport %s for detaljer.';
$strBzip = 'Komprimert (bz2)';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Kan ikke starte importeringsprogramtilleggene, kontroller din installasjon!';
$strCannotLogin = 'Kan ikke logge inn til MySQL tjeneren';
$strCantLoad = 'Kan ikke starte %s tillegget,<br />vennligst kontroller PHP-konfigurasjonen';
$strCantLoadRecodeIconv = 'Kan ikke laste iconv- eller recode-modulen som trengs for tegnsett konvertering, konfigurer php slik at disse kan lastes eller slå av tegnsettkonvertering i phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kan ikke endre indeks til PRIMARY!';
$strCantUseRecodeIconv = 'Kan ikke bruke hverken iconv, libiconv eller recode_string funksjonene selv om modulene sier de er lastet. Sjekk din php-konfigurasjon.';
$strCardinality = 'Kardinalitet';
$strCaseInsensitive = 'uavhengig av bokstavstørrelse';
$strCaseSensitive = 'avhengig av bokstavstørrelse';
$strCentralEuropean = 'sentraleuropeisk';
$strChangeCopyModeCopy = '... behold den gamle.';
$strChangeCopyModeDeleteAndReload = ' ... slett den gamle fra brukertabellene og deretter oppfrisk privilegiene.';
$strChangeCopyModeJustDelete = ' ... slett den gamle fra brukertabellene.';
$strChangeCopyMode = 'Opprett ny bruker med de samme privilegier og ...';
$strChangeCopyModeRevoke = ' ... tilbakekall alle aktive privilegier fra den gamle og slett den etterpå.';
$strChangeCopyUser = 'Endre innloggingsinformasjon / kopiere bruker';
$strChangeDisplay = 'Velg felt for visning';
$strChange = 'Endre';
$strChangePassword = 'Endre passord';
$strCharsetOfFile = 'Filens tegnsett:';
$strCharsetsAndCollations = 'Tegnsett og sammenligninger';
$strCharsets = 'Tegnsett';
$strCharset = 'Tegnsett';
$strCheckAll = 'Merk alle';
$strCheckOverhead = 'Kontroller overheng';
$strCheckPrivs = 'Kontroller privilegier';
$strCheckPrivsLong = 'Kontroller privilegier for databasen &quot;%s&quot;.';
$strCheckTable = 'Kontroller tabell';
$strChoosePage = 'Vennligst velg en side for redigering';
$strColComFeat = 'Vis kolonnekommentarer';
$strCollation = 'Sammenligning';
$strColumnNames = 'Kolonnenavn';
$strColumnPrivileges = 'Kolonne-spesifikke privilegier';
$strCommand = 'Kommando';
$strCommentsForTable = 'TABELLKOMMENTARER';
$strComments = 'Kommentarer';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Komplette innlegg';
$strCompression = 'Kompresjon';
$strCompressionWillBeDetected = 'Komprimering av importerte filer vil bli automatisk oppdaget fra: %s';
$strConfigDefaultFileError = 'Kunne ikke laste standard konfigurasjonsfil fra: "%1$s"';
$strConfigFileError = 'phpMyAdmin kunne ikke lese din konfigurasjonsfil!<br />Dette kan skje hvis PHP finner en syntaksfeil eller ikke kan finne filen.<br />Vennligst kall opp konfigurasjonsfilen direkte via linken under og les PHP feilmeldingen(e) som du vil få. I de fleste tilfeller så mangler det et anførselstegn eller et semikolon et sted.<br />Hvis du får en blank side så er alt ok.';
$strConfigureTableCoord = 'Vennligst konfigurer koordinatene for tabell %s';
$strConnectionError = 'Kan ikke koble til: ugyldige innstillinger.';
$strConnections = 'tilkoblinger';
$strConstraintsForDumped = 'Begrensninger for dumpede tabeller';
$strConstraintsForTable = 'Begrensninger for tabell';
$strCookiesRequired = 'Cookies må være slått på forbi dette punkt.';
$strCopyDatabaseOK = 'Databasen %s har blitt kopiert til %s';
$strCopy = 'Kopier';
$strCopyTable = 'Kopier tabell til (database<b>.</b>tabell):';
$strCopyTableOK = 'Tabellen %s er kopiert til %s.';
$strCopyTableSameNames = 'Kan ikke kopiere tabellen til samme navn!';
$strCouldNotKill = 'phpMyAdmin kunne ikke avslutte tråd %s. Den er sansynligvis alt avsluttet.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE før kopiering';
$strCreateIndex = 'Lag en indeks på&nbsp;%s&nbsp;kolonner';
$strCreateIndexTopic = 'Lag en ny indeks';
$strCreateNewDatabase = 'Opprett ny database';
$strCreateNewTable = 'Opprett ny tabell i database %s';
$strCreate = 'Opprett';
$strCreatePage = 'Lag en ny side';
$strCreatePdfFeat = 'Lag PDF-dokumenter';
$strCreationDates = 'Opprettelse/Oppdaterings/Kontrolldateo';
$strCriteria = 'Kriterier';
$strCroatian = 'kroatisk';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV innstillinger';
$strCSVOptions = 'CSV valg';
$strCyrillic = 'kyrillisk';
$strCzechSlovak = 'Tjekkoslovakisk';
$strCzech = 'tjekkisk';
 
$strDanish = 'dansk';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Databasens navn er tomt!';
$strDatabaseExportOptions = 'Databaseeksportinnstillinger';
$strDatabaseHasBeenDropped = 'Databasen %s har blitt slettet';
$strDatabaseNoTable = 'Denne databasen har ingen tabeller!';
$strDatabases = 'databaser';
$strDatabasesDropped = '%s databasene har blitt slettet.';
$strDatabasesStatsDisable = 'Slå av statistikk';
$strDatabasesStatsEnable = 'Slå på statistikk';
$strDatabasesStatsHeavyTraffic = 'OBS: Når du slår på Databasestatistikk så kan det medføre stor traffik mellom webtjeneren og MySQL-tjeneren.';
$strDatabasesStats = 'Statistikk for databaser';
$strData = 'Data';
$strDataDict = 'Dataordbok';
$strDataOnly = 'Bare data';
$strDataPages = 'Sider som inneholder data';
$strDBComment = 'Database kommentar: ';
$strDBCopy = 'Kopier databasen til';
$strDBGContextID = 'Sammenhengs-ID';
$strDBGContext = 'Sammenheng';
$strDBGHits = 'Treff';
$strDBGLine = 'Linje';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/Treff, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Database-spesifikke privilegier';
$strDBRename = 'Endre databasens navn til';
$strDbSpecific = 'databasespesifikk';
$strDefaultEngine = '%s er standard lagringsmotor for denne MySQL tjeneren.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'Sett inn en enkelt verdi for standard verdier uten skråstrek, anførselstegn eller annen &quot;escaping&quot; med dette formatet: a';
$strDefragment = 'Defragmenter tabell';
$strDelayedInserts = 'Bruk forsinkede innsettinger';
$strDeleteAndFlushDescr = 'Dette er den beste måten, men oppfrisking av privilegiene kan ta litt tid.';
$strDeleteAndFlush = 'Slett brukeren og oppfrisk privilegiene etterpå.';
$strDeleted = 'Raden er slettet';
$strDeletedRows = 'Slettede rader:';
$strDeleteNoUsersSelected = 'Ingen brukere merket for sletting!';
$strDelete = 'Slett';
$strDeleting = 'Sletter %s';
$strDelOld = 'Den nåværende siden har referanser til tabeller som ikke lenger eksisterer. Vil du slette disse referansene?';
$strDescending = 'Synkende';
$strDescription = 'Beskrivelse';
$strDictionary = 'ordbok';
$strDirtyPages = 'Endrede sider';
$strDisabled = 'Avslått';
$strDisableForeignChecks = 'Slå av kontroll av fremmednøkler';
$strDisplayFeat = 'Vis egenskaper';
$strDisplayOrder = 'Visningsrekkefølge:';
$strDisplayPDF = 'Vis PDF-skjema';
$strDoAQuery = 'Utfør en "spørring ved eksempel" (jokertegn: "%")';
$strDocu = 'Dokumentasjon';
$strDoYouReally = 'Vil du virkelig ';
$strDropDatabaseStrongWarning = 'Du er i ferd med å SLETTE en komplett database!';
$strDrop = 'Slett';
$strDropUsersDb = 'Slett databasene som har det samme navnet som brukerne.';
$strDumpingData = 'Dataark for tabell';
$strDumpSaved = 'Dump har blitt lagret til fila %s.';
$strDumpXRows = 'Dumpe %s rader fra rad %s.';
$strDynamic = 'dynamisk';
 
$strEdit = 'Endre';
$strEditPDFPages = 'Rediger PDF-sider';
$strEditPrivileges = 'Rediger privilegier';
$strEffective = 'Effektiv';
$strEmptyResultSet = 'MySQL returnerte ett tomt resultat (m.a.o. ingen rader).';
$strEmpty = 'Tøm';
$strEnabled = 'Påslått';
$strEncloseInTransaction = 'Inneslutt eksport i en transaksjon';
$strEndCut = 'STOPP KUTT';
$strEndRaw = 'STOPP UFORMATERT';
$strEnd = 'Slutt';
$strEngineAvailable = '%s er tilgjengelig på denne MySQL theneren.';
$strEngineDisabled = '%s har blitt dekativert for denne MySQL tjeneren.';
$strEngines = 'Motorer';
$strEngineUnsupported = 'Denne MySQL tjeneren har ikke støtte for %s lagringsmotoren.';
$strEnglish = 'engelsk';
$strEnglishPrivileges = 'OBS: MySQL privilegiumnavn er på engelsk';
$strError = 'Feil';
$strErrorInZipFile = 'Feil i ZIP arkivet:';
$strEscapeWildcards = 'Jokertegnene _ og % må beskyttes med en \ for å bruke dem direkte';
$strEsperanto = 'Esperanto';
$strEstonian = 'estisk';
$strExcelEdition = 'Excel-versjon';
$strExcelOptions = 'Excel-innstillinger';
$strExecuteBookmarked = 'Utfør lagret spørring';
$strExplain = 'Forklar SQL';
$strExport = 'Eksporter';
$strExtendedInserts = 'Utvidete innlegg';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Feilede forsøk';
$strField = 'Felt';
$strFieldHasBeenDropped = 'Feltet %s har blitt slettet';
$strFieldsEmpty = ' Antall felter er tommt! ';
$strFieldsEnclosedBy = 'Felter omsluttet av';
$strFieldsEscapedBy = 'Felter beskyttet med';
$strFields = 'Felter';
$strFieldsTerminatedBy = 'Felter avsluttet med';
$strFileAlreadyExists = 'Fila %s eksisterer alt på serveren, endre navnet eller merk av for overskriving av fil.';
$strFileCouldNotBeRead = 'Fila kunne ikke leses';
$strFileNameTemplateDescriptionDatabase = 'databasenavn';
$strFileNameTemplateDescription = 'Denne verdien blir tolket slik som %1$sstrftime%2$s, så du kan bruke tidformateringsstrenger. I tillegg vil følgende transformasjoner skje: %3$s. All annen tekst beholdes som den er.';
$strFileNameTemplateDescriptionServer = 'tjenernavn';
$strFileNameTemplateDescriptionTable = 'tabellnavn';
$strFileNameTemplate = 'Filnavnsmal';
$strFileNameTemplateRemember = 'husk malen';
$strFileToImport = 'Fil for importering';
$strFixed = 'statisk';
$strFlushPrivilegesNote = 'Merk: phpMyAdmin får brukerprivilegiene direkte fra MySQL privilegietabeller. Innholdet i disse tabellene kan være forskjellig fra de privilegiene tjeneren bruker hvis det er utført manuelle endringer på den. I så fall bør du %soppfriske privilegiene%s før du fortsetter.';
$strFlushQueryCache = 'Flush query cache';
$strFlushTable = 'Oppfrisk tabellen ("FLUSH")';
$strFlushTables = 'Flush (close) all tables';
$strFormat = 'Format';
$strFormEmpty = 'Manglende verdi i skjemaet!';
$strFreePages = 'Ledige sider';
$strFullText = 'Hele strenger';
$strFunction = 'Funksjon';
 
$strGenBy = 'Generert av';
$strGeneralRelationFeat = 'Generelle relasjonsegenskaper';
$strGenerate = 'Generer';
$strGeneratePassword = 'Generer passord';
$strGenTime = 'Generert den';
$strGeorgian = 'Georgisk';
$strGerman = 'tysk';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale privilegier';
$strGlobalValue = 'Global verdi';
$strGo = 'Utfør';
$strGrantOption = 'Rettighet';
$strGreek = 'gresk';
$strGzip = 'Komprimert (gz)';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'er endret.';
$strHasBeenCreated = 'er opprettet.';
$strHaveToShow = 'Du må velge minst en kolonne for visning';
$strHebrew = 'hebraisk';
$strHexForBinary = 'Bruk heksadesimal for binære felter';
$strHome = 'Hjem';
$strHomepageOfficial = 'Offisiell phpMyAdmin-hjemmeside';
$strHostEmpty = 'Vertsnavnet er tomt!';
$strHost = 'Vert';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 eksportinnstillinger';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 eksportinnstillinger';
$strHungarian = 'ungarsk';
 
$strIcelandic = 'Islandsk';
$strId = 'ID';
$strIdxFulltext = 'Fulltekst';
$strIgnoreDuplicates = 'Ignorer dupliserte rader';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Bruk ignore inserts';
$strIgnoringFile = 'Ignorerer fil %s';
$strImportDocSQL = 'Importer docSQL-filer';
$strImportFiles = 'Importer filer';
$strImportFormat = 'Formatet til importert fil';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'Importen er fullført, %d spørringer utført.';
$strIndexes = 'Indekser';
$strIndexHasBeenDropped = 'Indeksen %s har blitt slettet';
$strIndex = 'Indeks';
$strIndexName = 'Indeksnavn&nbsp;:';
$strIndexType = 'Indekstype&nbsp;:';
$strIndexWarningMultiple = 'Mer enn en %s nøkkel ble opprettet for kolonne `%s`';
$strIndexWarningPrimary = 'Både PRIMARY og INDEX nøkler bør ikke settes for kolonne `%s`';
$strIndexWarningTable = 'Problemer med indeksene i tabellen `%s`';
$strIndexWarningUnique = 'Både UNIQUE og INDEX nøkler bør ikke settes for kolonne `%s`';
$strInnoDBAutoextendIncrement = 'Autoforstørrende økning';
$strInnoDBAutoextendIncrementDesc = 'Økningen som brukes for å forstørre et autoforstørrende tabellager når den blir full.';
$strInnoDBBufferPoolSizeDesc = 'størrelsen på datalageret InnoDB bruker for å mellomlagre data og indekser for sine tabeller.';
$strInnoDBBufferPoolSize = 'Mellomlagerstørrelse';
$strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDir = 'Datalagringsmappe';
$strInnoDBDataHomeDirDesc = 'Felles del av filsti for alle InnoDB datafiler.';
$strInnoDBPages = 'sider';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Din konfigurasjonsfil inneholder innstillinger (root uten passord) som korrensponderer med MySQLs standard priviligerte brukerkonto. Din MySQL-tjener kjører med denne standardinnstillingen, er åpen for misbruk, og du burde fikse dette sikkerhetshullet snarest.';
$strInsertAsNewRow = 'Sett inn som ny rad';
$strInsertedRowId = 'Satt inn rad id:';
$strInsertedRows = 'Innsatte rader:';
$strInsertNewRow = 'Sett inn ny rad';
$strInsert = 'Sett inn';
$strInternalNotNecessary = '* En intern relasjon er ikke nødvendig når den også eksisterer i InnoDB.';
$strInternalRelations = 'Interne relasjoner';
$strInUse = 'i bruk';
$strInvalidAuthMethod = 'Ugyldig autentiseringsmetode satt opp i konfigureringen:';
$strInvalidColumnCount = 'Antall kolonner må være større enn null.';
$strInvalidColumn = 'Ugyldig kollonne (%s) angitt!';
$strInvalidCSVFieldCount = 'Ugyldig antall felt i CSV importen i linje %d.';
$strInvalidCSVFormat = 'Ugyldig format i CSV importen i linje %d.';
$strInvalidCSVParameter = 'Ugyldig parameter for CSV import: %s';
$strInvalidFieldAddCount = 'Du må sette inn minst ett felt.';
$strInvalidFieldCount = 'Tabellen må ha minst ett felt.';
$strInvalidLDIImport = 'Dette tillegget støtter ikke komprimerte importeringer!';
$strInvalidRowNumber = '%d er ikke et gyldig radnummer.';
$strInvalidServerHostname = 'Ugyldig tjenernavn for tjener %1$s. Kontroller din konfigurasjon.';
$strInvalidServerIndex = 'Ugyldig tjenerindeks: "%s"';
 
$strJapanese = 'japansk';
$strJoins = 'Sammenføyninger';
$strJumpToDB = 'Hopp til databasen &quot;%s&quot;.';
$strJustDelete = 'Bare slett brukerne fra privilegium tabellene.';
$strJustDeleteDescr = 'Den &quot;slettede&quot; brukeren vil fortsatt kunne bruke tjeneren som normalt inntill privilegiene er oppfrisket.';
 
$strKeepPass = 'Ikke endre passordet';
$strKeyCache = 'Nøkkelmellomlager';
$strKeyname = 'Nøkkel';
$strKill = 'Avslutt';
$strKorean = 'koreansk';
 
$strLandscape = 'Landskapsformat';
$strLanguageFileNotFound = 'Språkfil "%1$s" ble ikke funnet.';
$strLanguageUnknown = 'Ukjent språk: %1$s.';
$strLatchedPages = 'Tilknyttede sider';
$strLatexCaption = 'Tabelloverskrift';
$strLatexContent = 'Innhold i tabell __TABLE__';
$strLatexContinuedCaption = 'Fortsettet tabelloverskrift';
$strLatexContinued = '(fortsettet)';
$strLatexIncludeCaption = 'Inkluder tabelloverskrift';
$strLatexLabel = 'Merkelappnøkkel';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX innstillinger';
$strLatexStructure = 'Struktur i tabell __TABLE__';
$strLatvian = 'Latvisk';
$strLDI = 'CSV med LOAD DATA';
$strLDIImportOptions = 'Innstillinger for CSV import via LOAD DATA';
$strLDILocal = 'Bruk LOCAL nøkkelord';
$strLengthSet = 'Lengde/Sett*';
$strLimitNumRows = 'Antall poster per side';
$strLinesTerminatedBy = 'Linker avsluttet med';
$strLinkNotFound = 'Link ikke funnet';
$strLinksTo = 'Linker til';
$strLithuanian = 'lithauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Plassering av filen';
$strLoginInformation = 'Innlogingsinformasjon';
$strLogin = 'Logg inn';
$strLogout = 'Logg ut';
$strLogPassword = 'Passord:';
$strLogServer = 'Tjener';
$strLogUsername = 'Brukernavn:';
$strLongOperation = 'Denne operasjonen kan ta lang tid. Ønsker du å fortsette?';
 
$strMaxConnects = 'maks. samtidige tilkoblinger';
$strMaximalQueryLength = 'Maksimum lengde av opprettet spørring';
$strMaximumSize = 'Maksimum størrelse: %s%s';
$strMbExtensionMissing = 'PHP tillegget mbstring ble ikke funnet og det ser ut til at du bruker et flerbyte tegnsett. Uten mbstring-tillegget så kan ikke phpMyAdmin splitte strenger korrekt og dette kan medføre uønskede resultater.';
$strMbOverloadWarning = 'Du har slått på mbstring.func_overload i din PHP konfigurasjon. Denne opsjonen er ikke kompatibel med phpMyAdmin og kan medføre skader på data!';
$strMIME_available_mime = 'Tilgjengelige MIME-typer';
$strMIME_available_transform = 'Tilgjengelige transformationer';
$strMIME_description = 'Beskrivelse';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'Ingen beskrivelse er tilgjengelig for denne transformasjonen.<br />Spør forfatteren hva %s gjør.';
$strMIME_transformation = 'Nettvisertransformasjon';
$strMIME_transformation_note = 'For en liste over tilgjengelige transformasjonsvalg, klikk på %stransformasjonsbeskrivelser%s';
$strMIME_transformation_options_note = 'Skriv inn verdiene for transformasjon med dette formatet: \'a\',\'b\',\'c\'...<br />Hvis du trenger å bruke en skråstrek ("\") eller en enkel apostrof ("\'") blant disse verdiene så sett en skråstrek foran (eks. \'\\\\xyz\' eller \'a\\\'b\').';
$strMIME_transformation_options = 'Transformasjonsvalg';
$strMIMETypesForTable = 'MIME TYPER FOR TABELLEN';
$strMIME_without = 'MIME-typer skrevet i kursiv har ikke en separat transformasjonsfunksjon';
$strModifications = 'Endringene er lagret';
$strModify = 'Endre';
$strModifyIndexTopic = 'Endre en indeks';
$strMoveTable = 'Flytt tabell til (database<b>.</b>tabell):';
$strMoveTableOK = 'Tabellen %s har blitt flyttet til %s.';
$strMoveTableSameNames = 'Kan ikke flytte tabellen til samme navn!';
$strMultilingual = 'flerspråkelig';
$strMyISAMDataPointerSize = 'Datapekerstørrelse';
$strMyISAMDataPointerSizeDesc = 'Standard pekerstørrelse i bytes, som brukes av CREATE TABLE for MyISAM tabeller når ingen MAX_ROWS innstillinger er spesifisert.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Hvis den midlertidige fila brukt for hurtig MyISAM indeksopprettelse ville bli større enn å bruke nøkkelmellomlager med størrelsen spesifisert her, så bruk nøkkellagermetoden.';
$strMyISAMMaxExtraSortFileSize = 'Maksimum størrelse for midlertidige filer under indeksopprettelse';
$strMyISAMMaxSortFileSizeDesc = 'Maksimum størrelse for den midlertidige fila MySQL har lov til å bruke når den gjennoppretter en MyISAM indeks (med spørringene REPAIR TABLE, ALTER TABLE, eller LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksimum størrelse for midlertidige sorteringsfiler';
$strMyISAMRecoverOptions = 'Automatisk gjennopprettignsmodus';
$strMyISAMRecoverOptionsDesc = 'Modusen for automatisk gjennoppretting av MyISAM tabeller som har kræsjet, konfigurert via --myisam-recover tjeneroppstartsinnstillingen.';
$strMyISAMRepairThreadsDesc = 'Hvis denne verdien er større enn 1 så blir MyISAM tabellindekser opprettet parallelt (hver indeks i sin egen tråd) under REPAIR av sorteringsprosessen.';
$strMyISAMRepairThreads = 'Reparer tråder';
$strMyISAMSortBufferSizeDesc = 'Bufferet som brukes ved sortering av MyISAM indekser under en REPAIR TABLE eller når indekser blir opprettet med CREATE INDEX eller ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sorteringsbufferstørrelse';
$strMySQLCharset = 'MySQL-tegnsett';
$strMysqlClientVersion = 'MySQL klientversjon';
$strMySQLConnectionCollation = 'Kollasjon av MySQL-oppkobling';
$strMySQLSaid = 'MySQL sa: ';
$strMySQLShowProcess = 'Vis prosesser';
$strMySQLShowStatus = 'Vis MySQL driftsstatus';
$strMySQLShowVars = 'Vis MySQL systemvariabler';
 
$strName = 'Navn';
$strNext = 'Neste';
$strNoActivity = 'Ingen aktivitet på %s sekunder eller mer, du må logge inn på nytt';
$strNoDatabases = 'Ingen databaser';
$strNoDatabasesSelected = 'Ingen databaser er valgt.';
$strNoDescription = 'ingen beskrivelse';
$strNoDetailsForEngine = 'Det er ikke noen detaljert statusinformasjon for denne lagringsmotoren.';
$strNoDropDatabases = '"DROP DATABASE"-uttrykk er avslått.';
$strNoExplain = 'Ikke forklar SQL';
$strNoFilesFoundInZip = 'Ingen filer funnet inne i ZIP arkivet!';
$strNoFrames = 'phpMyAdmin er mer brukervennlig med en <b>rammekapabel</b> nettleser.';
$strNoIndex = 'Ingen indeks definert!';
$strNoIndexPartsDefined = 'Ingen indeksdeler definert!';
$strNoModification = 'Ingen endring';
$strNo = 'Nei';
$strNone = 'Ingen';
$strNoOptions = 'Dette formatet har ingen valg';
$strNoPassword = 'Intet passord';
$strNoPermission = 'Webserveren har ikke tillatelse til å lagre fila %s.';
$strNoPhp = 'uten PHP kode';
$strNoPrivileges = 'Ingen privilegier';
$strNoRights = 'Du har ikke nok rettigheter til å være her nå!';
$strNoRowsSelected = 'Ingen rader valgt';
$strNoSpace = 'Ikke nok plass til å lagre fila %s.';
$strNoTablesFound = 'Ingen tabeller i databasen.';
$strNoThemeSupport = 'Ikke støtte for maler, kontroller konfigureringen og/eller dine maler i katalogen %s.';
$strNothingToImport = 'Du skrev ikke inn noe data for import!';
$strNotNumber = 'Dette er ikke ett tall!';
$strNotOK = 'ikke OK';
$strNotSet = '<b>%s</b> tabellen ble ikke funnet eller ikke konfigurert i %s';
$strNoUsersFound = 'Ingen bruker(e) funnet.';
$strNoValidateSQL = 'Ikke teste SQL';
$strNull = 'Null';
$strNumberOfFields = 'Antall felter';
$strNumSearchResultsInTable = '%s treff i tabell <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totalt:</b> <i>%s</i> treff';
$strNumTables = 'Tabeller';
 
$strOK = 'OK';
$strOpenNewWindow = 'Åpne nytt phpMyAdmin vindu';
$strOperations = 'Operasjoner';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiser tabell';
$strOr = 'Eller';
$strOverhead = 'Overheng';
$strOverwriteExisting = 'Overskriv eksisterende fil(-er)';
 
$strPageNumber = 'Sidenummer:';
$strPagesToBeFlushed = 'Sider som skal tømmes';
$strPaperSize = 'Papirstørrelse';
$strPartialImport = 'Delvis importering';
$strPartialText = 'Delvis tekst';
$strPasswordChanged = 'Passordet til %s er endret.';
$strPasswordEmpty = 'Passordet er blankt!';
$strPasswordHashing = 'Passordnøkling';
$strPasswordNotSame = 'Passordene er ikke like!';
$strPassword = 'Passord';
$strPdfDbSchema = 'Skjema for "%s"-databasen - Side %s';
$strPdfInvalidTblName = 'Tabellen "%s" eksisterer ikke!';
$strPdfNoTables = 'Ingen tabeller';
$strPDFOptions = 'PDF innstillinger';
$strPDF = 'PDF';
$strPDFReportTitle = 'Rapporttittel';
$strPerHour = 'per time';
$strPerMinute = 'per minutt';
$strPerSecond = 'per sekund';
$strPersian = 'Persisk';
$strPhoneBook = 'telefonkatalog';
$strPHP40203 = 'Du bruker PHP 4.2.3, som har en alvorlig feil med flerbyte-strenger (mbstring). Se PHP-feilrapport 19404. Denne versjonen av PHP er ikke anbefalt for bruk med phpMyAdmin.';
$strPhp = 'Lag PHP kode';
$strPHPVersion = 'PHP-Versjon';
$strPmaDocumentation = 'phpMyAdmin-Dokumentasjon';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> variabelen MÅ være innstilt i din konfigurasjonsfil!';
$strPolish = 'Polsk';
$strPortrait = 'Portrettformat';
$strPos1 = 'Start';
$strPrevious = 'Forrige';
$strPrimaryKeyHasBeenDropped = 'Primærnøkkelen har blitt slettet';
$strPrimaryKeyName = 'Navnet til primærnøkkelen må være... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>må</b> være navnet til og <b>bare til</b> en primærnøkkel!)';
$strPrimary = 'Primær';
$strPrint = 'Skriv ut';
$strPrintViewFull = 'Forhåndsvisning (med all tekst)';
$strPrintView = 'Utskriftsvennlig forhåndsvisning';
$strPrivDescAllPrivileges = 'Inkluder alle privilegier unntatt GRANT.';
$strPrivDescAlterRoutine = 'Tillater endring og sletting av lagrede rutiner.';
$strPrivDescAlter = 'Tillater endring av struktur på eksisterende tabeller.';
$strPrivDescCreateDb = 'Tillater oppretting av nye databaser og tabeller.';
$strPrivDescCreateRoutine = 'Tillater oppreting av lagrede rutiner.';
$strPrivDescCreateTbl = 'Tillater oppretting av nye tabeller.';
$strPrivDescCreateTmpTable = 'Tillater oppretting av midlertidige tabeller.';
$strPrivDescCreateUser = 'Tillater oppretting, sletting og navneendring av brukerkontoer.';
$strPrivDescCreateView = 'Tillater oppretting av nye visninger.';
$strPrivDescDelete = 'Tillater sletting av data.';
$strPrivDescDropDb = 'Tillater sletting av databaser og tabeller.';
$strPrivDescDropTbl = 'Tillater sletting av tabeller.';
$strPrivDescExecute5 = 'Tillater utføring av lagrede rutiner.';
$strPrivDescExecute = 'Tillater kjøring av lagrede prosedyrer; har ingen effekt på denne versjonen av MySQL.';
$strPrivDescFile = 'Tillater import og eksport av data til og fra filer.';
$strPrivDescGrant = 'Tillater å legge til brukere og privilegier uten å oppfriske privilegietabellene.';
$strPrivDescIndex = 'Tillater oppretting og sletting av indekser.';
$strPrivDescInsert = 'Tillater å legge til og erstatte data.';
$strPrivDescLockTables = 'Tillater låsing av tabeller for den kjørende tråden.';
$strPrivDescMaxConnections = 'Begrenser antall nye tilkoblinger brukeren kan åpne per time.';
$strPrivDescMaxQuestions = 'Begrenser antall spørringer brukeren kan sende til tjeneren per time.';
$strPrivDescMaxUpdates = 'Begrenser antall kommandoer som kan endre tabeller eller databaser brukeren kan utføre per time.';
$strPrivDescMaxUserConnections = 'Begrens antall samtidige tilkoblinger brukeren kan ha.';
$strPrivDescProcess3 = 'Tillater avslutting av prosesser som tilhører andre brukere.';
$strPrivDescProcess4 = 'Tillater visning av komplette spørringer i prosesslisten.';
$strPrivDescReferences = 'har ingen effekt i denne versjonen av MySQL.';
$strPrivDescReload = 'Tillater oppfrisking av tjenerinnstillinger og oppfrisking av mellomlager.';
$strPrivDescReplClient = 'Gir tillatelse til brukeren til å spørre hvor replikasjonsslaver eller -tjenere er.';
$strPrivDescReplSlave = 'Trenges av replikasjonsslavene.';
$strPrivDescSelect = 'Tillater lesing av data.';
$strPrivDescShowDb = 'Gir adgang til komplett liste over databaser.';
$strPrivDescShowView = 'Tillater utføring av SHOW CREATE VIEW spørringer.';
$strPrivDescShutdown = 'Tillater avslutting av tjener.';
$strPrivDescSuper = 'Tillater tilkobling, selv om maksimum tilkoblinger er nådd. Behøves for de fleste administrative operasjoner som å sette globale variabler eller avslutting av andre brukeres tråder.';
$strPrivDescUpdate = 'Tillater endring av data.';
$strPrivDescUsage = 'Ingen privilegier.';
$strPrivileges = 'Privilegier';
$strPrivilegesReloaded = 'Oppfriskingen av privilegiene lyktes.';
$strProcesslist = 'Prosess liste';
$strProtocolVersion = 'Protokollversjon';
$strPutColNames = 'Sett inn feltnavn i første rad';
 
$strQBEDel = 'Slett';
$strQBEIns = 'Sett inn';
$strQBE = 'Spørring ved eksempel (Query by Example)';
$strQueryCache = 'Spørringsmellomlager';
$strQueryFrame = 'Spørringsvindu';
$strQueryOnDb = 'SQL-spørring i database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historie';
$strQueryStatistics = '<b>Spørrings statistikk</b>: Siden oppstart, har %s spørringer blitt sendt til tjeneren.';
$strQueryTime = 'Spørring tok %01.4f sek';
$strQueryType = 'Spørringstype';
$strQueryWindowLock = 'Ikke overskriv denne spørringen fra andre vinduer';
 
$strReadRequests = 'Leseforespørsler';
$strReceived = 'Mottatt';
$strRecords = 'Rader';
$strReferentialIntegrity = 'Sjekk referanseintegritet:';
$strRefresh = 'Oppdater';
$strRelationalSchema = 'Relasjonsskjema';
$strRelationNotWorking = 'Tilleggsfunksjonene for å kunne jobbe med koblede tabeller er deaktivert. For å finne ut hvorfor, klikk %sher%s.';
$strRelationsForTable = 'RELASJONER FOR TABELLEN';
$strRelations = 'Relasjoner';
$strRelationView = 'Relasjonsvisning';
$strReloadingThePrivileges = 'Oppfrisker privilegiene';
$strReloadMySQL = 'Omstart av MySQL';
$strRemoveSelectedUsers = 'Fjern valgte brukere';
$strRenameDatabaseOK = 'Databasen %s har endret navn til %s';
$strRenameTable = 'Endre tabellens navn';
$strRenameTableOK = 'Tabellen %s har fått nytt navn %s';
$strRepairTable = 'Reparer tabell';
$strReplaceNULLBy = 'Erstatt NULL med';
$strReplaceTable = 'Erstatt tabell med filen';
$strReplication = 'Replikering';
$strReset = 'Tøm skjema';
$strResourceLimits = 'Ressursbegrensninger';
$strReType = 'Gjenta';
$strRevokeAndDeleteDescr = 'Inntill privilegiene er oppfrisket vil brukerne fortsatt ha USAGE privilegiet.';
$strRevokeAndDelete = 'Tilbakekall alle aktive privilegier fra brukerne og slett dem etterpå.';
$strRevokeMessage = 'Du har fjernet privilegiene til %s';
$strRevoke = 'Tilbakekall';
$strRomanian = 'Rumensk';
$strRowLength = 'Radlengde';
$strRowsFrom = 'rader fra';
$strRowSize = ' Radstørrelse ';
$strRowsModeFlippedHorizontal = 'horisontal (roterte overskrifter)';
$strRowsModeHorizontal = 'vannrett';
$strRowsModeOptions = 'i %s modus og gjenta headers etter %s celler';
$strRowsModeVertical = 'loddrett';
$strRows = 'Rader';
$strRowsStatistic = 'Radstatistikk';
$strRunning = 'som kjører på %s';
$strRunQuery = 'Kjør spørring';
$strRunSQLQuery = 'Kjør SQL spørring/spørringer mot databasen %s';
$strRunSQLQueryOnServer = 'Kjør SQL spørring/spørringer på tjener %s';
$strRussian = 'russisk';
 
$strSave = 'Lagre';
$strSaveOnServer = 'Lagre på server i %s katalogen';
$strScaleFactorSmall = 'Skaleringsfaktoren er for liten til å romme alt på en side';
$strSearchFormTitle = 'Søk i database';
$strSearchInTables = 'I tabell(ene):';
$strSearchNeedle = 'Ord eller verdi(er) å søke etter (jokertegn: "%"):';
$strSearchOption1 = 'minst ett av ordene';
$strSearchOption2 = 'alle ordene';
$strSearchOption3 = 'med den nøyaktige setningen';
$strSearchOption4 = 'som "regular expression"';
$strSearchResultsFor = 'Søkeresultat for "<i>%s</i>" %s:';
$strSearch = 'Søk';
$strSearchType = 'Finn:';
$strSecretRequired = 'Konfigurasjonsfila trenger nå et hemmelig passordfrase (blowfish_secret).';
$strSelectADb = 'Vennligst velg en database';
$strSelectAll = 'Velg alle';
$strSelectBinaryLog = 'Velg binærlogg for visning';
$strSelectFields = 'Velg felt (minst ett):';
$strSelectNumRows = 'i spørring';
$strSelectTables = 'Velg tabeller';
$strSend = 'Last ned som fil';
$strSent = 'Sendt';
$strServerChoice = 'Tjenervalg';
$strServerNotResponding = 'Tjeneren svarer ikke';
$strServerStatusDelayedInserts = 'Forsinkede innsettinger';
$strServerStatus = 'Kjøringsinformasjon';
$strServerStatusUptime = 'Denne MySQL tjeneren har kjørt i %s. Den startet opp den %s.';
$strServerTabProcesslist = 'Prosesser';
$strServerTabVariables = 'Variabler';
$strServer = 'Tjener';
$strServerTrafficNotes = '<b>Tjenertraffikk</b>: Disse tabellene viser statistikk over nettverkstrafikken for denne MySQL-tjeneren siden dens oppstart.';
$strServerVars = 'Tjenervariabler og -innstillinger';
$strServerVersion = 'Tjenerversjon';
$strSessionValue = 'Økts verdi';
$strSetEnumVal = 'Hvis felttypen er "enum" eller "set", skriv inn verdien med dette formatet: \'a\',\'b\',\'c\'...<br />Hvis du skulle trenge å ha en skråstrek ("\") eller en enkel apostrof ("\'") blant disse verdiene, skriv en skråstrek foran (eks. \'\\\\xyz\' eller \'a\\\'b\').';
$strShowAll = 'Vis alle';
$strShowColor = 'Vis farger';
$strShowDatadictAs = 'Data Ordbok Format';
$strShowFullQueries = 'Vis hele spørringen';
$strShowGrid = 'Vis rutenett';
$strShowingBookmark = 'Vis bokmerke';
$strShowingRecords = 'Viser rader ';
$strShowOpenTables = 'Vis åpne tabeller';
$strShowPHPInfo = 'Vis PHP-informasjon';
$strShowSlaveHosts = 'Vis slaveverter';
$strShowSlaveStatus = 'Vis slavestatus';
$strShowStatusBinlog_cache_disk_useDescr = 'Antall transaksjoner som brukte den midlertidige binærloggmellomlageret men som overskred verdien av binlog_size og brukte en midlertidig fil for å lagre spørringer fra transaksjonen.';
$strShowStatusBinlog_cache_useDescr = 'Antall transaksjoner som brukte den midlertidige binærloggmellomlageret.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Antall midlertidige tabeller lagret på harddisken automatisk opprettet av tjeneren mens den utførte spørringer. Hvis Created_tmp_disk_tables er stor bør du vurdere å øke tmp_table_size verdien slik at midlertidige tabeller blir lagret i minnet og ikke på harddisken.';
$strShowStatusCreated_tmp_filesDescr = 'Antall midlertidige filer mysqld har opprettet.';
$strShowStatusCreated_tmp_tablesDescr = 'Antall midlertidige tabeller i minnet automatisk opprettet av tjeneren under utføriing av spørringer.';
$strShowStatusDelayed_errorsDescr = 'Antall rader skrevet med INSERT DELAYED hvor en eller annen form for feil oppstod (mest sannsynlig duplisert nøkkel).';
$strShowStatusDelayed_insert_threadsDescr = 'Antall INSERT DELAYED håndterertråder i bruk. Hver eneste tabell hvor det blir brukt INSERT DELAYE får sin egen tråd.';
$strShowStatusDelayed_writesDescr = 'Antall INSERT DELAYED rader skrevet.';
$strShowStatusFlush_commandsDescr = 'Antall utførte FLUSH uttrykk.';
$strShowStatusHandler_commitDescr = 'Antall interne COMMIT uttrykk.';
$strShowStatusHandler_deleteDescr = 'Antall ganger en rad ble slettet fra en tabell.';
$strShowStatusHandler_discoverDescr = 'MySQL tjeneren kan spørre NDB Cluster lagringsmotoren om den kjenner til en tabell med et gitt navn. Dette blir kalt oppdaging (discovery). Handler_discover indikerer antall ganger tabeller har blitt oppdaget.';
$strShowStatusHandler_read_firstDescr = 'Antall ganger det første innlegget ble lest fra en index. Hvis dette tallet er høyt tyder det på at tjeneren utfører en god del fullindekssøk; for eksempel, SELECT col1 FROM foo, da forutsatt at col1 er indeksert.';
$strShowStatusHandler_read_keyDescr = 'Antall forespørsler for å lese en rad basert på en nøkkel. Hvis dette tallet er høyt gir dette en god indikasjon på at dine spørringer og tabeller er riktig indeksert.';
$strShowStatusHandler_read_nextDescr = 'Antall forespørsler for å lese en rad basert på en fast posisjon. Denne er høy hvis du utører mange spørringer som behøver sortering av resultatet. Du har sansynligvis mange spørringer som krever at MySQL leser hele tabeller eller du har joins som ikke bruker nøkler korrekt.';
$strShowStatusHandler_read_rnd_nextDescr = 'Antall forespørsler for å lese neste rad i datafila. Dette tallet er høyt hvis du utfører mange tabellskanninger. Vanligvis betyr dette at dine tabeller ikke er rett indeksert eller at dine spørringer ikke er skrevet for å utnytte de indeksene du har.';
$strShowStatusHandler_rollbackDescr = 'Antall interne ROLLBACK kommandoer.';
$strShowStatusHandler_updateDescr = 'Antall forespørsler for å oppdatere en rad i en tabell.';
$strShowStatusHandler_writeDescr = 'Antall forespørsler for å sette inn en rad i en tabell.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Antall sider som inneholder data (endret eller uendret).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Antall sider for tiden endret.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Antall midlertidige mellomlagersider som det har vært oppfriskningsforespørsler på.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Antall tomme sider.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Antallet låste sider i InnoDBs mellomlager. Dette er sider som er under lesing eller skriving eller ikke kan tømmes eller fjernes av en annen grunn.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Antall sider som er opptatt fordi de har blitt allokert for administrative oppgaver slik som radlåsing eller adaptiv nøkkelindeksering. Denne verdien kan også regnes ut som Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total størrelse på midlertidig mellomlager i sider.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Antall "tilfeldige" "read-aheads" InnoDB startet. Dette skjer når en spørring skanner en stor andel av en tabell men i en tilfeldig rekkefølge.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Antall sekvensielle "read-aheads" InnoDB startet. Denne skjer når InnoDB utfører en sekvensiell full tabellskanning.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Antall logiske leseforespørsler InnoDB har utført.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Antall logiske lesninger som InnoDN ikke kunne tilfredsstille fra mellomlageret og måtte utføre en enkelsidelesnining.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalt vil skrivinger til InnoDBs mellomlager skje i bakgrunnen. Men, hvis det er behov for å lese eller opprette en side og ingen rene/tomme sider er tilgjengelig så er det nødvendig å vente på at sider blir tømt først. Denne telleren viser antall slike ventinger. Hvis mellomlagerstørrelsen er godt innstilt så vil denne verdien være liten.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Antall skrivinger til InnoDBs midlertidig mellomlager.';
$strShowStatusInnodb_data_fsyncsDescr = 'Antall fsync() operasjoner så langt.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Antall ventende fsync() operasjoner.';
$strShowStatusInnodb_data_pending_readsDescr = 'Antall ventende lesinger.';
$strShowStatusInnodb_data_pending_writesDescr = 'Antall ventende skrivinger.';
$strShowStatusInnodb_data_readDescr = 'Mengden data lest så langt, i bytes.';
$strShowStatusInnodb_data_readsDescr = 'Antall utførte lesninger.';
$strShowStatusInnodb_data_writesDescr = 'Antall utførte skrivinger.';
$strShowStatusInnodb_data_writtenDescr = 'Mengden data skrevet så langt, i bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Antallet dobbeltskrivinger som har blitt utført og antall sider som har blitt skrevet på grunn av dette.';
$strShowStatusInnodb_dblwr_writesDescr = 'Antallet dobbeltskrivinger som har blitt utført og antall sider som har blitt skrevet på grunn av dette.';
$strShowStatusInnodb_log_waitsDescr = 'Antall ganger ventinger vi hadde fordi loggmellomlageret var for lite og vi måtte vente for at det skulle bli tømt før vi kunne fortsette.';
$strShowStatusInnodb_log_write_requestsDescr = 'Antall loggskrivingsforespørsler.';
$strShowStatusInnodb_log_writesDescr = 'Antall fysiske skrivinger til loggfila.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Antall fsync-skrivinger utført på loggfila.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Antall ventende loggfil-fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Ventende loggfilskrivinger.';
$strShowStatusInnodb_os_log_writtenDescr = 'Antall bytes skrevet til loggfila.';
$strShowStatusInnodb_pages_createdDescr = 'Antall sider opprettet.';
$strShowStatusInnodb_page_sizeDescr = 'Den innkompilerte InnoDB sidestørrelsen (standard 16KB). Mange verdier måles i sider; sidestørrelsen gjør at det er lett å konvertere dem til bytes.';
$strShowStatusInnodb_pages_readDescr = 'Antall sidelesninger.';
$strShowStatusInnodb_pages_writtenDescr = 'Antall sideskrivinger.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Antall ventende radlåsinger.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Gjennomsnittlig tid for å oppnå radlåsing, i millisekunder.';
$strShowStatusInnodb_row_lock_timeDescr = 'Total tid brukt for å få radlåsinger, i millisekunder.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksimum tid brukt for å oppnå en radlåsing, i millisekunder.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Antall ganger en radlås måtte ventes på.';
$strShowStatusInnodb_rows_deletedDescr = 'Antall rader slettet fra InnoDB tabeller.';
$strShowStatusInnodb_rows_insertedDescr = 'Antall rader satt inn i InnoDB tabeller.';
$strShowStatusInnodb_rows_readDescr = 'Antall rader lest fra InnoDB tabeller.';
$strShowStatusInnodb_rows_updatedDescr = 'Antall rader oppdatert i InnoDB tabeller.';
$strShowStatusKey_blocks_not_flushedDescr = 'Antall nøkkelblokker i nøkkelmellomlageret som har blitt endret men som ikke ennå har blitt skrevet til harddisken. Dette var tidligere kjent som Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Antall ubrukte blokker i nøkkelmellomlageret. Du kan bruke denne verdien til å bestemme hvor mye av nøkkelmellomlageret som er i bruk.';
$strShowStatusKey_blocks_usedDescr = 'Antall brukte blokker i nøkkelmellomlageret. Denne verdien er et høyvannsmål som viser maksimum antall blokker som har vært brukt på en gang.';
$strShowStatusKey_read_requestsDescr = 'Antall forespørsler for å lese en nøkkelblokk fra mellomlageret.';
$strShowStatusKey_readsDescr = 'Antall fysiske lesninger av en nøkkelblokk fra harddisk. Hvis Key_reads er stor er nok din key_buffer_size verdi for liten. Mellomlagertreffraten kan kalkuleres med Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Antall forespørsler for å skrive en nøkkelblokk til mellomlageret.';
$strShowStatusKey_writesDescr = 'Antall fysiske skrivinger av en nøkkelblokk til disk.';
$strShowStatusLast_query_costDescr = 'Den totale kostnad ved siste kompilerte spørring slik den ble utregnet av spørringsoptimisereren. Nyttig for å kunne sammenligne kostnader ved forskjellige spørringsplaner for den samme spørringen. Standardverdien på 0 betyr at ingen spørring har blitt kompilert ennå.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Antall rader som venter på å bli skrevet i INSERT DELAY køer.';
$strShowStatusOpened_tablesDescr = 'Antall tabeller som har blitt åpnet. Hvis denne er stor er nok din tabellmellomlagerverdi for liten.';
$strShowStatusOpen_filesDescr = 'Antall åpne filer.';
$strShowStatusOpen_streamsDescr = 'Antall åpne dataflyter (hovedsaklig brukt til logging).';
$strShowStatusOpen_tablesDescr = 'Antall åpne tabeller.';
$strShowStatusQcache_free_blocksDescr = 'Antall ledige minneblokker i spørringsmellomlager.';
$strShowStatusQcache_free_memoryDescr = 'Mengden ledig minne i spørringsmellomlager.';
$strShowStatusQcache_hitsDescr = 'Antall mellomlagertreff.';
$strShowStatusQcache_insertsDescr = 'Antall spørringer lagt til i mellomlageret.';
$strShowStatusQcache_lowmem_prunesDescr = 'Antall spørringer som har blitt fjernet fra mellomlageret for å frigjøre minne for nye spørringer. Denne informasjonen kan hjelpe deg å fininnstille størrelsen på spørringsmellomlageret. Spørringsmellomlageret bruker en minst og sist brukt (least recently used (LRU)) strategi for å finne hvilke spørringer som skal fjernes fra mellomlageret.';
$strShowStatusQcache_not_cachedDescr = 'Antallet ikkelagrede spørringer (kan ikke lagres, eller ikke lagret p.g.a. query_cache_type innstillingen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Antall spørringer registrert i mellomlageret.';
$strShowStatusQcache_total_blocksDescr = 'Totale antall blokker i spørringsmellomlageret.';
$strShowStatusReset = 'Tilbakestill';
$strShowStatusRpl_statusDescr = 'Failsafe replikasjonsstatus (ikke implementert ennå).';
$strShowStatusSelect_full_joinDescr = 'Antall joins som ikke bruker indekser. Hvis denne verdien ikke er 0 bør du nøye sjekke indeksene til dine tabeller.';
$strShowStatusSelect_full_range_joinDescr = 'Antall joins som trenger en rekkefølgesøk i en referansetabell.';
$strShowStatusSelect_range_checkDescr = 'Antall joins uten nøkler som kontrollerer for nøkkelbruk etter hver rad (Hvis denne ikke er 0 bør du nøye kontrollere dine tabellindekser.)';
$strShowStatusSelect_rangeDescr = 'Antall joins som brukte rekkefølger på den første tabellen. (Det er normalt ikke kritisk selv om denne verdien er stor.)';
$strShowStatusSelect_scanDescr = 'Antall joins som utførte en full skann av den første tabellen.';
$strShowStatusSlave_open_temp_tablesDescr = 'Antall midlertidige tabeller for tiden åpnet av slave SQL tråden.';
$strShowStatusSlave_retried_transactionsDescr = 'Det totale antall ganger (siden oppstart) replikasjonsslave-SQL-tråden har gjentatt transaksjoner.';
$strShowStatusSlave_runningDescr = 'Denne er ON hvis denne tjeneren er en slave som er koblet til en master.';
$strShowStatusSlow_launch_threadsDescr = 'Antall tråder som har brukt mer enn slow_launch_time sekunder under opprettelse.';
$strShowStatusSlow_queriesDescr = 'Antall spørringer som har brukt mer enn long_query_time sekunder.';
$strShowStatusSort_merge_passesDescr = 'Antall sammenslåingspasseringer sorteringsalgoritmen har måttet utføre. Hvis denne verdien er stor bør du vurdere å øke verdien av sort_buffer_size systemvariabelen.';
$strShowStatusSort_rangeDescr = 'Antall sorteringer som ble utført med rekkefølger.';
$strShowStatusSort_rowsDescr = 'Antall sorterte rader.';
$strShowStatusSort_scanDescr = 'Antall sorteringer som har vært utført ved hjelp av skanning av tabellen.';
$strShowStatusTable_locks_immediateDescr = 'Antall ganger en tabellåsing ble utført umiddelbart.';
$strShowStatusTable_locks_waitedDescr = 'Antall ganger en tabellås ikke har kunnet blitt opprettet umiddelbart og en venting ble nødvendig. Hvis denne er høy og du har ytelsesproblemer bør du først optimalisere dine spørringer, og deretter enten splitte din tabell eller tabeller eller bruke replikasjon.';
$strShowStatusThreads_cachedDescr = 'Antall tråder i trådmellomlageret. Mellomlagertreffraten kan regnes ut som Threads_created/Connections. Hvis denne verdien er rød bør du øke din thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Antall åpne tilkoblinger.';
$strShowStatusThreads_createdDescr = 'Antall tråder opprettet for å handtere tilkoblinger. Hvis Threads_created er stor bør du vurdere å øke thread_cache_size størrelsen. (Normalt vil dette ikke gi noen merkbar forbedring hvis du har en god trådimplementering.)';
$strShowStatusThreads_runningDescr = 'Antall tråder som ikke sover.';
$strShowTableDimension = 'Vis tabelldimensjoner';
$strShowTables = 'Vis tabeller';
$strShowThisQuery = ' Vis denne spørring her igjen ';
$strShow = 'Vis';
$strSimplifiedChinese = 'forenklet kinesisk';
$strSingly = '(enkeltvis)';
$strSize = 'Størrelse';
$strSkipQueries = 'Antall poster(spørringer) å hoppe over fra start';
$strSlovak = 'Slovakisk';
$strSlovenian = 'Slovensk';
$strSocketProblem = '(eller den lokale MySQL tjenerens sokkel er ikke korrekt konfigurert)';
$strSortByKey = 'Sorter etter nøkkel';
$strSorting = 'Sortering';
$strSort = 'Sorter';
$strSpaceUsage = 'Plassbruk';
$strSpanish = 'Spansk';
$strSplitWordsWithSpace = 'Ord er separert med et mellomrom (" ").';
$strSQLExportCompatibility = 'SQL eksportkompabilitet';
$strSQLExportType = 'Eksporttype';
$strSQLImportOptions = 'SQL innstillinger';
$strSQLOptions = 'SQL valg';
$strSQLParserBugMessage = 'Det er en mulighet for at du har funnet en feil i SQL-parseren. Vennligst kontroller din spørring nøye og kontroller at anførselstegn er korrekte og matsjer hverandre. En annen mulig feilårsak kan være at du overfører en fil med binærkode som ikke ligger innenfor anførselstegn. Du kan også teste din spørring i MYSQLs kommandolinjegrensesnitt. Feilmeldingen fra MySQL-tjeneren nedenfor, hvis det var en, kan også hjelpe deg med å analysere problemet. Hvis du fortsatt har problemer eller parseren feiler hvor kommandolinjegrensesnittet lyktes, vennligst reduser din SQL-spørring til den spørringen som forårsaker problemet og send en feilrapport med datastykket i CUT-seksjonen nedenfor:';
$strSQLParserUserError = 'Det ser ut til å være en feil i din SQL-spørring. En eventuell feilmelding fra MySQL-tjeneren er skrevet ut nedenfor, kan kanskje hjelpe deg med å finne feilen.';
$strSQLQuery = 'SQL-spørring';
$strSQLResult = 'SQL-resultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ugyldig identifikator';
$strSQPBugUnclosedQuote = 'Anførselstegnet er ikke lukket';
$strSQPBugUnknownPunctuation = 'Ukjent tegnsettingsstreng';
$strStatCheckTime = 'Sist kontrollert';
$strStatCreateTime = 'Opprettet';
$strStatement = 'Oversikt';
$strStatisticsOverrun = 'På en travel tjener så kan byte-tellerene overflyte, så denne statistikken som rapportert av MySQL tjeneren kan være unøyaktig.';
$strStatUpdateTime = 'Sist oppdatert';
$strStatus = 'Status';
$strStorageEngine = 'Lagringsmotor';
$strStorageEngines = 'Lagringsmotorer';
$strStrucCSV = 'CSV-data';
$strStrucData = 'Struktur og data';
$strStrucDrop = 'Legg til DROP TABLE';
$strStrucExcelCSV = 'CSV for MS Excel data';
$strStrucNativeExcel = 'Originale MS Excel data';
$strStrucOnly = 'Kun struktur';
$strStructPropose = 'Foreslå tabellstruktur';
$strStructure = 'Struktur';
$strSubmit = 'Send';
$strSuccess = 'Kommandoen/spørringen er utført';
$strSum = 'Sum';
$strSwedish = 'svensk';
$strSwitchToDatabase = 'Bytt til kopiert database';
$strSwitchToTable = 'Bytt til kopiert tabell';
 
$strTableAlreadyExists = 'Tabel %s eksisterer allerede!';
$strTableComments = 'Tabellkommentarer';
$strTableEmpty = 'Tabellnavnet er tomt!';
$strTableHasBeenDropped = 'Tabellen %s har blitt slettet';
$strTableHasBeenEmptied = 'Tabellen %s har blitt tømt';
$strTableHasBeenFlushed = 'Tabelen %s har blitt oppfrisket';
$strTableMaintenance = 'Tabellvedlikehold';
$strTableOfContents = 'Innholdsfortegnelse';
$strTableOptions = 'Tabellinnstillinger';
$strTables = '%s tabell(er)';
$strTableStructure = 'Tabellstruktur for tabell';
$strTable = 'Tabell';
$strTableType = 'Tabelltype';
$strTakeIt = 'velg';
$strTblPrivileges = 'Tabell-spesifikke privilegier';
$strTempData = 'Midlertidige data';
$strTextAreaLength = ' På grunn av sin lengde,<br /> så vil muligens dette feltet ikke være redigerbart ';
$strThai = 'thai';
$strThemeDefaultNotFound = 'Standard stil %s ble ikke funnet!';
$strThemeNoPreviewAvailable = 'Ingen forhandsvisning tilgjengelig.';
$strThemeNotFound = 'Stilen %s ble ikke funnet!';
$strThemeNoValidImgPath = 'Ingen gyldig bildesti for stilen %s ble funnet!';
$strThemePathNotFound = 'Stilsti ble ikke funnet for stilen %s!';
$strTheme = 'Tema / Stil';
$strThisHost = 'Denne vert';
$strThisNotDirectory = 'Dette var ikke en katalog';
$strThreads = 'Tråder';
$strThreadSuccessfullyKilled = 'Tråd %s ble avsluttet med suksess.';
$strTimeoutInfo = 'Forrige import ble tidsavbrutt, vil fortsette fra posisjon %d etter gjenninnsending.';
$strTimeoutNothingParsed = 'Men under den siste kjøringen så ble ingen data lest, dette betyr vanligvis at phpMyAdmin ikke vil være istand til å fullføre importeringen uten at du øker php tidsgrensen.';
$strTimeoutPassed = 'Skripttidsabrudd passert, hvis du ønsker å fortsette importen kan du gjennopplaste fila og importeringen vil fortsette.';
$strTime = 'Tid';
$strToggleScratchboard = 'slå av/på kladdevindu';
$strTotal = 'totalt';
$strTotalUC = 'Totalt';
$strTraditionalChinese = 'Tradisjonell kinesisk';
$strTraditionalSpanish = 'Tradisjonell spansk';
$strTraffic = 'Trafikk';
$strTransactionCoordinator = 'Transaksjonskoordinator';
$strTransformation_application_octetstream__download = 'Vis en link for å kunne laste ned de binære dataene til et felt. Den første opsjonen er filnavnet til den binære fila. Den andre opsjonen er et potensielt feltnavn i en tabell som inneholder filnavnet. Hvis du velger den andre opsjonen så må den første være satt til en tom strengverdi';
$strTransformation_application_octetstream__hex = 'Vis dataene i heksadesimal.';
$strTransformation_image_jpeg__inline = 'Viser et klikkbart tommelfingerbilde; valg: bredde, høyde i piksler (bevarer originale forhold)';
$strTransformation_image_jpeg__link = 'Viser en link til dette bildet (m.a.o. direkte blob-nedlasting).';
$strTransformation_image_png__inline = 'Se image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Tar et TIME, TIMESTAMP eller DATETIME felt og formaterer det med din lokale dato-/tidsformat. Første valg er avviket (i timer) som vil bli lagt til tidsformatet (Standard: 0). Andre valget er et annet dato-/tidsformat basert på parameterene til PHPs strftime().';
$strTransformation_text_plain__external = 'BARE LINUX: Starter et eksternt program og gir den feltdataene via standard input. Returnerer standart output fra programmet. Standard er Tidy, for å skrive ut pen HTML kode. Av sikkerhetsgrunner så må du redigere fila libraries/transformations/text_plain__external.inc.php og skrive inn de verktøyene du tillater å kjøres. Den første verdien er antall programmer du ønsker å bruke og den andre verdien er parameterene for programmet. Den tredje verdien, hvis den er satt til 1 vil konvertere utskriften med htmlspecialchars() (Standard er 1). En fjerde verdi vil, viss satt til 1 sette en NOWRAP i innholdscellen slik at hele resultatet blir vist uten reformatering (Standard er 1)';
$strTransformation_text_plain__formatted = 'Bevarer original formatering av feltet. Ingen \'escaping\' blir utført.';
$strTransformation_text_plain__imagelink = 'Viser et bilde og en link, feltet inneholder filnavnet; første verdi er et prefiks slik som "http://domain.com/", andre verdien er bredden i piksler, tredje er høyden.';
$strTransformation_text_plain__link = 'Viser en link, feltet inneholder filnavnet, ; første verdi er et prefiks slik som "http://domain.com/", andre verdien er en tittel for linken.';
$strTransformation_text_plain__sql = 'Formaterer tekst som en SQL spørring med syntaksutheving.';
$strTransformation_text_plain__substr = 'Viser bare en delstreng. Første verdien er antall tegn fra starten hvor din tekst begynner (Standard: 0). Andre verdien er hvor mange tegn som skal returneres. Hvis den er tom så returneres resten av teksten. Den tredje verdien definerer hvilke tegn som vil bli lagt til resultatet når en delstreng blir returnert (Standard: ...).';
$strTruncateQueries = 'Forkort vist spørring';
$strTurkish = 'tyrkisk';
$strType = 'Type';
 
$strUkrainian = 'ukrainsk';
$strUncheckAll = 'Fjern merking';
$strUnicode = 'Unicode';
$strUnique = 'Unik';
$strUnknown = 'ukjent';
$strUnselectAll = 'Fjern alle valgte';
$strUnsupportedCompressionDetected = 'Du forsøkte å laste en komprimert fil som det ikke er støtte for (%s). Enten så er ikke støtte implementert eller den er slått av i din konfigurasjon.';
$strUpdatePrivMessage = 'Du har oppdatert privilegiene til %s.';
$strUpdateProfileMessage = 'Profilen har blitt oppdatert.';
$strUpdateQuery = 'Oppdater spørring';
$strUpdComTab = 'Les i dokumentasjonen hvordan du oppdaterer din Column_comments tabell';
$strUpgrade = 'Du burde oppgradere til %s %s eller nyere.';
$strUploadLimit = 'Du forsøkte sansynligvis å laste opp en for stor fil. Sjekk %sdokumentasjonen%s for måter å omgå denne begrensningen.';
$strUsage = 'Bruk';
$strUseBackquotes = 'Bruk venstre anførselstegn med tabell og feltnavn';
$strUsedPhpExtensions = 'Brukte PHP-tillegg';
$strUseHostTable = 'Vis vert tabell';
$strUserAlreadyExists = 'Brukeren %s finnes fra før!';
$strUser = 'Bruker';
$strUserEmpty = 'Brukernavnet er tomt!';
$strUserName = 'Brukernavn';
$strUserNotFound = 'Den valgte brukeren ble ikke funnet i privilegietabellen.';
$strUserOverview = 'Brukeroversikt';
$strUsersDeleted = 'De valgte brukerne har blitt slettet.';
$strUsersHavingAccessToDb = 'Brukere som har adgang til &quot;%s&quot;';
$strUseTabKey = 'Bruk TAB tasten for å flytte fra verdi til verdi, eller CTRL+piltastene for å bevege deg hvor som helst';
$strUseTables = 'Bruk tabeller';
$strUseTextField = 'Bruk tekstfelt';
$strUseThisValue = 'Bruk denne verdien';
 
$strValidateSQL = 'Test SQL';
$strValidatorError = 'SQL-kontrolleren kunne ikke startes. Vennligst sjekk at du har installert de nødvendige php-tilleggene som beskrevet i %sdokumentasjonen%s.';
$strValue = 'Verdi';
$strVar = 'Variabler';
$strVersionInformation = 'Versionsinformasjon';
$strViewDumpDatabases = 'Vis dumpet skjema av databaser';
$strViewDumpDB = 'Vis dump (skjema) av database';
$strViewDump = 'Vis dump (skjema) av tabell';
$strViewHasBeenDropped = 'Visningen %s har blitt slettet';
$strViewMaxExactCount = 'Denne visningen har mer enn %d rader. Les i %sdocumentation%s.';
$strView = 'Vis';
 
$strWebServerUploadDirectoryError = 'Katalogen du anga for opplasting kan ikke nåes';
$strWebServerUploadDirectory = 'webtjener opplastingskatalog';
$strWelcome = 'Velkommen til %s';
$strWestEuropean = 'vesteuropeisk';
$strWildcard = 'jokertegn';
$strWindowNotFound = 'Målvinduet kunne ikke oppdateres. Muligens du har lukket modervinduet eller din nettleser blokkerer vindu-til-vindu oppdateringer av sikkerhetsårsaker.';
$strWithChecked = 'Med avkrysset:';
$strWriteRequests = 'Skriveforespørsler';
$strWritingCommentNotPossible = 'Skriving av kommentar er ikke mulig';
$strWritingRelationNotPossible = 'Skriving av relasjon er ikke mulig';
$strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjernes begrensningen.';
$strZip = 'Komprimert (zip)';
 
// To translate:
 
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/norwegian-utf-8.inc.php
0,0 → 1,984
<?php
/* $Id: norwegian-utf-8.inc.php,v 2.132.2.2 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Translated by Sven-Erik Andersen <sven-erik.andersen at pkf107.no>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Søn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B, %Y klokka %H:%M %p';
$timespanfmt = '%s dager, %s timer, %s minutter og %s sekunder';
 
$strAbortedClients = 'Avbrutt';
$strAbsolutePathToDocSqlDir = 'Vennligst skriv inn den absolutte stien på webtjeneren til docSQL katalogen';
$strAccessDeniedCreateConfig = 'En mulig årsak for dette er at du ikke opprettet konfigurasjonsfila. Du bør kanskje bruke %1$ssetup script%2$s for å opprette en.';
$strAccessDeniedExplanation = 'phpMyAdmin forsøkte å koble til MySQL-serveren, og serveren avviste tilkoblingen. Du må kontrollere vert (host), brukernavn (username) og passord (password) i config.inc.php og sjekke at de tilsvarer den informasjonen du fikk fra MySQL-server administratoren.';
$strAccessDenied = 'Ingen tilgang';
$strAction = 'Handling';
$strAddAutoIncrement = 'Legg til AUTO_INCREMENT verdi';
$strAddConstraints = 'Legg til begrensninger';
$strAddDeleteColumn = 'Legg til/Slett kolonne';
$strAddDeleteRow = 'Legg til/Slett kriterierad';
$strAddDropDatabase = 'Legg til DROP DATABASE';
$strAddedColumnComment = 'Lagt til kolonnekommentar';
$strAddedColumnRelation = 'Lagt til relasjon for kolonne';
$strAddFields = 'Legg til %s felt(er)';
$strAddHeaderComment = 'Legg til egen kommentar i hodet (\\n lager linjeskift)';
$strAddIfNotExists = 'Legg til IF NOT EXISTS';
$strAddIntoComments = 'Legg til i kommentarer';
$strAddNewField = 'Legg til felt';
$strAddPrivilegesOnDb = 'Legg til privilegier til følgende database';
$strAddPrivilegesOnTbl = 'Legg til privilegier til følgende tabell';
$strAddSearchConditions = 'Legg til søkekriterier (innhold i "where"-setningen):';
$strAddToIndex = 'Legg til indeks&nbsp;%s&nbsp;kolonne(r)';
$strAddUser = 'Legg til en ny bruker';
$strAddUserMessage = 'Du har lagt til en ny bruker.';
$strAdministration = 'Administrasjon';
$strAffectedRows = 'Berørte rader:';
$strAfter = 'Etter %s';
$strAfterInsertBack = 'Returner';
$strAfterInsertNewInsert = 'Sett inn en ny post';
$strAfterInsertNext = 'Rediger neste rad';
$strAfterInsertSame = 'Tilbake til denne siden';
$strAll = 'Alle';
$strAllowInterrupt = 'Tillat avbrudd av importering i tilfelle skriptet oppdager at det er rett før det når tidsavbrudd. Dette kan være en god måte å importere store filer på, men det kan knekke transaksjoner.';
$strAllTableSameWidth = 'vis alle tabeller med samme bredde?';
$strAlterOrderBy = 'Endre tabellrekkefølge ved';
$strAnalyzeTable = 'Analyser tabell';
$strAnd = 'og';
$strAndThen = 'og så';
$strAnIndex = 'En indeks har blitt lagt til %s';
$strAny = 'Alle';
$strAnyHost = 'Alle verter';
$strAnyUser = 'Alle brukere';
$strApproximateCount = 'Kan være unøyaktig. Se FAQ 3.11';
$strAPrimaryKey = 'En primærnøkkel har blitt lagt til %s';
$strArabic = 'arabisk';
$strArmenian = 'armensk';
$strAscending = 'Stigende';
$strAtBeginningOfTable = 'Ved begynnelsen av tabellen';
$strAtEndOfTable = 'Ved slutten av tabellen';
$strAttr = 'Attributter';
$strAutodetect = 'Automatisk oppdaging';
$strAutomaticLayout = 'Automatisk disposisjon';
 
$strBack = 'Tilbake';
$strBaltic = 'baltisk';
$strBeginCut = 'START KUTT';
$strBeginRaw = 'START UFORMATERT';
$strBinary = ' Binær ';
$strBinaryDoNotEdit = ' Binær - må ikke redigeres ';
$strBinaryLog = 'Binærlogg';
$strBinLogEventType = 'Hendelsestype';
$strBinLogInfo = 'Informasjon';
$strBinLogName = 'Loggnavn';
$strBinLogOriginalPosition = 'Original posisjon';
$strBinLogPosition = 'Posisjon';
$strBinLogServerId = 'Tjener ID';
$strBookmarkAllUsers = 'La alle brukere ha adgang til dette bokmerket';
$strBookmarkCreated = 'Bokmerke %s opprettet';
$strBookmarkDeleted = 'Bokmerket har blitt slettet.';
$strBookmarkLabel = 'Navn';
$strBookmarkQuery = 'Lagret SQL-spørring';
$strBookmarkReplace = 'Erstatt eksisterende bokmerke med samme navn';
$strBookmarkThis = 'Lagre denne SQL-spørringen';
$strBookmarkView = 'Bare se';
$strBrowseDistinctValues = 'Se gjennom distinkte verdier';
$strBrowseForeignValues = 'Se de eksterne verdiene';
$strBrowse = 'Se på';
$strBufferPoolActivity = 'Mellomlageraktivitet';
$strBufferPool = 'Mellomlager';
$strBufferPoolUsage = 'Mellomlagerbruk';
$strBufferReadMissesInPercent = 'Lesebommer i %';
$strBufferReadMisses = 'Lesebommer';
$strBufferWriteWaitsInPercent = 'Skriveforsinkelser i %';
$strBufferWriteWaits = 'Skriveforsinkelser';
$strBulgarian = 'bulgarsk';
$strBusyPages = 'Opptatte sider';
$strBzError = 'phpMyAdmin kunne ikke komprimere dumpede data fordi Bz2 tillegget til denne php versjonen er ødelagt. Vi anbefaler på det sterkeste at du setter <code>$cfg[\'BZipDump\']</code> direktivet i din phpMyAdmin konfigurasjonsfil til <code>FALSE</code>. Hvis du ønsker å bruke Bz2 komprimerings funksjonene, så bør du oppgradere til en nyere php versjon. Se php bug rapport %s for detaljer.';
$strBzip = 'Komprimert (bz2)';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Kan ikke starte importeringsprogramtilleggene, kontroller din installasjon!';
$strCannotLogin = 'Kan ikke logge inn til MySQL tjeneren';
$strCantLoad = 'Kan ikke starte %s tillegget,<br />vennligst kontroller PHP-konfigurasjonen';
$strCantLoadRecodeIconv = 'Kan ikke laste iconv- eller recode-modulen som trengs for tegnsett konvertering, konfigurer php slik at disse kan lastes eller slå av tegnsettkonvertering i phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kan ikke endre indeks til PRIMARY!';
$strCantUseRecodeIconv = 'Kan ikke bruke hverken iconv, libiconv eller recode_string funksjonene selv om modulene sier de er lastet. Sjekk din php-konfigurasjon.';
$strCardinality = 'Kardinalitet';
$strCaseInsensitive = 'uavhengig av bokstavstørrelse';
$strCaseSensitive = 'avhengig av bokstavstørrelse';
$strCentralEuropean = 'sentraleuropeisk';
$strChangeCopyModeCopy = '... behold den gamle.';
$strChangeCopyModeDeleteAndReload = ' ... slett den gamle fra brukertabellene og deretter oppfrisk privilegiene.';
$strChangeCopyModeJustDelete = ' ... slett den gamle fra brukertabellene.';
$strChangeCopyMode = 'Opprett ny bruker med de samme privilegier og ...';
$strChangeCopyModeRevoke = ' ... tilbakekall alle aktive privilegier fra den gamle og slett den etterpå.';
$strChangeCopyUser = 'Endre innloggingsinformasjon / kopiere bruker';
$strChangeDisplay = 'Velg felt for visning';
$strChange = 'Endre';
$strChangePassword = 'Endre passord';
$strCharsetOfFile = 'Filens tegnsett:';
$strCharsetsAndCollations = 'Tegnsett og sammenligninger';
$strCharsets = 'Tegnsett';
$strCharset = 'Tegnsett';
$strCheckAll = 'Merk alle';
$strCheckOverhead = 'Kontroller overheng';
$strCheckPrivs = 'Kontroller privilegier';
$strCheckPrivsLong = 'Kontroller privilegier for databasen &quot;%s&quot;.';
$strCheckTable = 'Kontroller tabell';
$strChoosePage = 'Vennligst velg en side for redigering';
$strColComFeat = 'Vis kolonnekommentarer';
$strCollation = 'Sammenligning';
$strColumnNames = 'Kolonnenavn';
$strColumnPrivileges = 'Kolonne-spesifikke privilegier';
$strCommand = 'Kommando';
$strCommentsForTable = 'TABELLKOMMENTARER';
$strComments = 'Kommentarer';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Komplette innlegg';
$strCompression = 'Kompresjon';
$strCompressionWillBeDetected = 'Komprimering av importerte filer vil bli automatisk oppdaget fra: %s';
$strConfigDefaultFileError = 'Kunne ikke laste standard konfigurasjonsfil fra: "%1$s"';
$strConfigFileError = 'phpMyAdmin kunne ikke lese din konfigurasjonsfil!<br />Dette kan skje hvis PHP finner en syntaksfeil eller ikke kan finne filen.<br />Vennligst kall opp konfigurasjonsfilen direkte via linken under og les PHP feilmeldingen(e) som du vil få. I de fleste tilfeller så mangler det et anførselstegn eller et semikolon et sted.<br />Hvis du får en blank side så er alt ok.';
$strConfigureTableCoord = 'Vennligst konfigurer koordinatene for tabell %s';
$strConnectionError = 'Kan ikke koble til: ugyldige innstillinger.';
$strConnections = 'tilkoblinger';
$strConstraintsForDumped = 'Begrensninger for dumpede tabeller';
$strConstraintsForTable = 'Begrensninger for tabell';
$strCookiesRequired = 'Cookies må være slått på forbi dette punkt.';
$strCopyDatabaseOK = 'Databasen %s har blitt kopiert til %s';
$strCopy = 'Kopier';
$strCopyTable = 'Kopier tabell til (database<b>.</b>tabell):';
$strCopyTableOK = 'Tabellen %s er kopiert til %s.';
$strCopyTableSameNames = 'Kan ikke kopiere tabellen til samme navn!';
$strCouldNotKill = 'phpMyAdmin kunne ikke avslutte tråd %s. Den er sansynligvis alt avsluttet.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE før kopiering';
$strCreateIndex = 'Lag en indeks på&nbsp;%s&nbsp;kolonner';
$strCreateIndexTopic = 'Lag en ny indeks';
$strCreateNewDatabase = 'Opprett ny database';
$strCreateNewTable = 'Opprett ny tabell i database %s';
$strCreate = 'Opprett';
$strCreatePage = 'Lag en ny side';
$strCreatePdfFeat = 'Lag PDF-dokumenter';
$strCreationDates = 'Opprettelse/Oppdaterings/Kontrolldateo';
$strCriteria = 'Kriterier';
$strCroatian = 'kroatisk';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV innstillinger';
$strCSVOptions = 'CSV valg';
$strCyrillic = 'kyrillisk';
$strCzechSlovak = 'Tjekkoslovakisk';
$strCzech = 'tjekkisk';
 
$strDanish = 'dansk';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Databasens navn er tomt!';
$strDatabaseExportOptions = 'Databaseeksportinnstillinger';
$strDatabaseHasBeenDropped = 'Databasen %s har blitt slettet';
$strDatabaseNoTable = 'Denne databasen har ingen tabeller!';
$strDatabases = 'databaser';
$strDatabasesDropped = '%s databasene har blitt slettet.';
$strDatabasesStatsDisable = 'Slå av statistikk';
$strDatabasesStatsEnable = 'Slå på statistikk';
$strDatabasesStatsHeavyTraffic = 'OBS: Når du slår på Databasestatistikk så kan det medføre stor traffik mellom webtjeneren og MySQL-tjeneren.';
$strDatabasesStats = 'Statistikk for databaser';
$strData = 'Data';
$strDataDict = 'Dataordbok';
$strDataOnly = 'Bare data';
$strDataPages = 'Sider som inneholder data';
$strDBComment = 'Database kommentar: ';
$strDBCopy = 'Kopier databasen til';
$strDBGContextID = 'Sammenhengs-ID';
$strDBGContext = 'Sammenheng';
$strDBGHits = 'Treff';
$strDBGLine = 'Linje';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/Treff, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Database-spesifikke privilegier';
$strDBRename = 'Endre databasens navn til';
$strDbSpecific = 'databasespesifikk';
$strDefaultEngine = '%s er standard lagringsmotor for denne MySQL tjeneren.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'Sett inn en enkelt verdi for standard verdier uten skråstrek, anførselstegn eller annen &quot;escaping&quot; med dette formatet: a';
$strDefragment = 'Defragmenter tabell';
$strDelayedInserts = 'Bruk forsinkede innsettinger';
$strDeleteAndFlushDescr = 'Dette er den beste måten, men oppfrisking av privilegiene kan ta litt tid.';
$strDeleteAndFlush = 'Slett brukeren og oppfrisk privilegiene etterpå.';
$strDeleted = 'Raden er slettet';
$strDeletedRows = 'Slettede rader:';
$strDeleteNoUsersSelected = 'Ingen brukere merket for sletting!';
$strDelete = 'Slett';
$strDeleting = 'Sletter %s';
$strDelOld = 'Den nåværende siden har referanser til tabeller som ikke lenger eksisterer. Vil du slette disse referansene?';
$strDescending = 'Synkende';
$strDescription = 'Beskrivelse';
$strDictionary = 'ordbok';
$strDirtyPages = 'Endrede sider';
$strDisabled = 'Avslått';
$strDisableForeignChecks = 'Slå av kontroll av fremmednøkler';
$strDisplayFeat = 'Vis egenskaper';
$strDisplayOrder = 'Visningsrekkefølge:';
$strDisplayPDF = 'Vis PDF-skjema';
$strDoAQuery = 'Utfør en "spørring ved eksempel" (jokertegn: "%")';
$strDocu = 'Dokumentasjon';
$strDoYouReally = 'Vil du virkelig ';
$strDropDatabaseStrongWarning = 'Du er i ferd med å SLETTE en komplett database!';
$strDrop = 'Slett';
$strDropUsersDb = 'Slett databasene som har det samme navnet som brukerne.';
$strDumpingData = 'Dataark for tabell';
$strDumpSaved = 'Dump har blitt lagret til fila %s.';
$strDumpXRows = 'Dumpe %s rader fra rad %s.';
$strDynamic = 'dynamisk';
 
$strEdit = 'Endre';
$strEditPDFPages = 'Rediger PDF-sider';
$strEditPrivileges = 'Rediger privilegier';
$strEffective = 'Effektiv';
$strEmptyResultSet = 'MySQL returnerte ett tomt resultat (m.a.o. ingen rader).';
$strEmpty = 'Tøm';
$strEnabled = 'Påslått';
$strEncloseInTransaction = 'Inneslutt eksport i en transaksjon';
$strEndCut = 'STOPP KUTT';
$strEndRaw = 'STOPP UFORMATERT';
$strEnd = 'Slutt';
$strEngineAvailable = '%s er tilgjengelig på denne MySQL theneren.';
$strEngineDisabled = '%s har blitt dekativert for denne MySQL tjeneren.';
$strEngines = 'Motorer';
$strEngineUnsupported = 'Denne MySQL tjeneren har ikke støtte for %s lagringsmotoren.';
$strEnglish = 'engelsk';
$strEnglishPrivileges = 'OBS: MySQL privilegiumnavn er på engelsk';
$strError = 'Feil';
$strErrorInZipFile = 'Feil i ZIP arkivet:';
$strEscapeWildcards = 'Jokertegnene _ og % må beskyttes med en \ for å bruke dem direkte';
$strEsperanto = 'Esperanto';
$strEstonian = 'estisk';
$strExcelEdition = 'Excel-versjon';
$strExcelOptions = 'Excel-innstillinger';
$strExecuteBookmarked = 'Utfør lagret spørring';
$strExplain = 'Forklar SQL';
$strExport = 'Eksporter';
$strExtendedInserts = 'Utvidete innlegg';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Feilede forsøk';
$strField = 'Felt';
$strFieldHasBeenDropped = 'Feltet %s har blitt slettet';
$strFieldsEmpty = ' Antall felter er tommt! ';
$strFieldsEnclosedBy = 'Felter omsluttet av';
$strFieldsEscapedBy = 'Felter beskyttet med';
$strFields = 'Felter';
$strFieldsTerminatedBy = 'Felter avsluttet med';
$strFileAlreadyExists = 'Fila %s eksisterer alt på serveren, endre navnet eller merk av for overskriving av fil.';
$strFileCouldNotBeRead = 'Fila kunne ikke leses';
$strFileNameTemplateDescriptionDatabase = 'databasenavn';
$strFileNameTemplateDescription = 'Denne verdien blir tolket slik som %1$sstrftime%2$s, så du kan bruke tidformateringsstrenger. I tillegg vil følgende transformasjoner skje: %3$s. All annen tekst beholdes som den er.';
$strFileNameTemplateDescriptionServer = 'tjenernavn';
$strFileNameTemplateDescriptionTable = 'tabellnavn';
$strFileNameTemplate = 'Filnavnsmal';
$strFileNameTemplateRemember = 'husk malen';
$strFileToImport = 'Fil for importering';
$strFixed = 'statisk';
$strFlushPrivilegesNote = 'Merk: phpMyAdmin får brukerprivilegiene direkte fra MySQL privilegietabeller. Innholdet i disse tabellene kan være forskjellig fra de privilegiene tjeneren bruker hvis det er utført manuelle endringer på den. I så fall bør du %soppfriske privilegiene%s før du fortsetter.';
$strFlushQueryCache = 'Flush query cache';
$strFlushTable = 'Oppfrisk tabellen ("FLUSH")';
$strFlushTables = 'Flush (close) all tables';
$strFormat = 'Format';
$strFormEmpty = 'Manglende verdi i skjemaet!';
$strFreePages = 'Ledige sider';
$strFullText = 'Hele strenger';
$strFunction = 'Funksjon';
 
$strGenBy = 'Generert av';
$strGeneralRelationFeat = 'Generelle relasjonsegenskaper';
$strGenerate = 'Generer';
$strGeneratePassword = 'Generer passord';
$strGenTime = 'Generert den';
$strGeorgian = 'Georgisk';
$strGerman = 'tysk';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale privilegier';
$strGlobalValue = 'Global verdi';
$strGo = 'Utfør';
$strGrantOption = 'Rettighet';
$strGreek = 'gresk';
$strGzip = 'Komprimert (gz)';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'er endret.';
$strHasBeenCreated = 'er opprettet.';
$strHaveToShow = 'Du må velge minst en kolonne for visning';
$strHebrew = 'hebraisk';
$strHexForBinary = 'Bruk heksadesimal for binære felter';
$strHome = 'Hjem';
$strHomepageOfficial = 'Offisiell phpMyAdmin-hjemmeside';
$strHostEmpty = 'Vertsnavnet er tomt!';
$strHost = 'Vert';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 eksportinnstillinger';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 eksportinnstillinger';
$strHungarian = 'ungarsk';
 
$strIcelandic = 'Islandsk';
$strId = 'ID';
$strIdxFulltext = 'Fulltekst';
$strIgnoreDuplicates = 'Ignorer dupliserte rader';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Bruk ignore inserts';
$strIgnoringFile = 'Ignorerer fil %s';
$strImportDocSQL = 'Importer docSQL-filer';
$strImportFiles = 'Importer filer';
$strImportFormat = 'Formatet til importert fil';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'Importen er fullført, %d spørringer utført.';
$strIndexes = 'Indekser';
$strIndexHasBeenDropped = 'Indeksen %s har blitt slettet';
$strIndex = 'Indeks';
$strIndexName = 'Indeksnavn&nbsp;:';
$strIndexType = 'Indekstype&nbsp;:';
$strIndexWarningMultiple = 'Mer enn en %s nøkkel ble opprettet for kolonne `%s`';
$strIndexWarningPrimary = 'Både PRIMARY og INDEX nøkler bør ikke settes for kolonne `%s`';
$strIndexWarningTable = 'Problemer med indeksene i tabellen `%s`';
$strIndexWarningUnique = 'Både UNIQUE og INDEX nøkler bør ikke settes for kolonne `%s`';
$strInnoDBAutoextendIncrement = 'Autoforstørrende økning';
$strInnoDBAutoextendIncrementDesc = 'Økningen som brukes for å forstørre et autoforstørrende tabellager når den blir full.';
$strInnoDBBufferPoolSizeDesc = 'størrelsen på datalageret InnoDB bruker for å mellomlagre data og indekser for sine tabeller.';
$strInnoDBBufferPoolSize = 'Mellomlagerstørrelse';
$strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDir = 'Datalagringsmappe';
$strInnoDBDataHomeDirDesc = 'Felles del av filsti for alle InnoDB datafiler.';
$strInnoDBPages = 'sider';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Din konfigurasjonsfil inneholder innstillinger (root uten passord) som korrensponderer med MySQLs standard priviligerte brukerkonto. Din MySQL-tjener kjører med denne standardinnstillingen, er åpen for misbruk, og du burde fikse dette sikkerhetshullet snarest.';
$strInsertAsNewRow = 'Sett inn som ny rad';
$strInsertedRowId = 'Satt inn rad id:';
$strInsertedRows = 'Innsatte rader:';
$strInsertNewRow = 'Sett inn ny rad';
$strInsert = 'Sett inn';
$strInternalNotNecessary = '* En intern relasjon er ikke nødvendig når den også eksisterer i InnoDB.';
$strInternalRelations = 'Interne relasjoner';
$strInUse = 'i bruk';
$strInvalidAuthMethod = 'Ugyldig autentiseringsmetode satt opp i konfigureringen:';
$strInvalidColumnCount = 'Antall kolonner må være større enn null.';
$strInvalidColumn = 'Ugyldig kollonne (%s) angitt!';
$strInvalidCSVFieldCount = 'Ugyldig antall felt i CSV importen i linje %d.';
$strInvalidCSVFormat = 'Ugyldig format i CSV importen i linje %d.';
$strInvalidCSVParameter = 'Ugyldig parameter for CSV import: %s';
$strInvalidFieldAddCount = 'Du må sette inn minst ett felt.';
$strInvalidFieldCount = 'Tabellen må ha minst ett felt.';
$strInvalidLDIImport = 'Dette tillegget støtter ikke komprimerte importeringer!';
$strInvalidRowNumber = '%d er ikke et gyldig radnummer.';
$strInvalidServerHostname = 'Ugyldig tjenernavn for tjener %1$s. Kontroller din konfigurasjon.';
$strInvalidServerIndex = 'Ugyldig tjenerindeks: "%s"';
 
$strJapanese = 'japansk';
$strJoins = 'Sammenføyninger';
$strJumpToDB = 'Hopp til databasen &quot;%s&quot;.';
$strJustDelete = 'Bare slett brukerne fra privilegium tabellene.';
$strJustDeleteDescr = 'Den &quot;slettede&quot; brukeren vil fortsatt kunne bruke tjeneren som normalt inntill privilegiene er oppfrisket.';
 
$strKeepPass = 'Ikke endre passordet';
$strKeyCache = 'Nøkkelmellomlager';
$strKeyname = 'Nøkkel';
$strKill = 'Avslutt';
$strKorean = 'koreansk';
 
$strLandscape = 'Landskapsformat';
$strLanguageFileNotFound = 'Språkfil "%1$s" ble ikke funnet.';
$strLanguageUnknown = 'Ukjent språk: %1$s.';
$strLatchedPages = 'Tilknyttede sider';
$strLatexCaption = 'Tabelloverskrift';
$strLatexContent = 'Innhold i tabell __TABLE__';
$strLatexContinuedCaption = 'Fortsettet tabelloverskrift';
$strLatexContinued = '(fortsettet)';
$strLatexIncludeCaption = 'Inkluder tabelloverskrift';
$strLatexLabel = 'Merkelappnøkkel';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX innstillinger';
$strLatexStructure = 'Struktur i tabell __TABLE__';
$strLatvian = 'Latvisk';
$strLDI = 'CSV med LOAD DATA';
$strLDIImportOptions = 'Innstillinger for CSV import via LOAD DATA';
$strLDILocal = 'Bruk LOCAL nøkkelord';
$strLengthSet = 'Lengde/Sett*';
$strLimitNumRows = 'Antall poster per side';
$strLinesTerminatedBy = 'Linker avsluttet med';
$strLinkNotFound = 'Link ikke funnet';
$strLinksTo = 'Linker til';
$strLithuanian = 'lithauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Plassering av filen';
$strLoginInformation = 'Innlogingsinformasjon';
$strLogin = 'Logg inn';
$strLogout = 'Logg ut';
$strLogPassword = 'Passord:';
$strLogServer = 'Tjener';
$strLogUsername = 'Brukernavn:';
$strLongOperation = 'Denne operasjonen kan ta lang tid. Ønsker du å fortsette?';
 
$strMaxConnects = 'maks. samtidige tilkoblinger';
$strMaximalQueryLength = 'Maksimum lengde av opprettet spørring';
$strMaximumSize = 'Maksimum størrelse: %s%s';
$strMbExtensionMissing = 'PHP tillegget mbstring ble ikke funnet og det ser ut til at du bruker et flerbyte tegnsett. Uten mbstring-tillegget så kan ikke phpMyAdmin splitte strenger korrekt og dette kan medføre uønskede resultater.';
$strMbOverloadWarning = 'Du har slått på mbstring.func_overload i din PHP konfigurasjon. Denne opsjonen er ikke kompatibel med phpMyAdmin og kan medføre skader på data!';
$strMIME_available_mime = 'Tilgjengelige MIME-typer';
$strMIME_available_transform = 'Tilgjengelige transformationer';
$strMIME_description = 'Beskrivelse';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'Ingen beskrivelse er tilgjengelig for denne transformasjonen.<br />Spør forfatteren hva %s gjør.';
$strMIME_transformation = 'Nettvisertransformasjon';
$strMIME_transformation_note = 'For en liste over tilgjengelige transformasjonsvalg, klikk på %stransformasjonsbeskrivelser%s';
$strMIME_transformation_options_note = 'Skriv inn verdiene for transformasjon med dette formatet: \'a\',\'b\',\'c\'...<br />Hvis du trenger å bruke en skråstrek ("\") eller en enkel apostrof ("\'") blant disse verdiene så sett en skråstrek foran (eks. \'\\\\xyz\' eller \'a\\\'b\').';
$strMIME_transformation_options = 'Transformasjonsvalg';
$strMIMETypesForTable = 'MIME TYPER FOR TABELLEN';
$strMIME_without = 'MIME-typer skrevet i kursiv har ikke en separat transformasjonsfunksjon';
$strModifications = 'Endringene er lagret';
$strModify = 'Endre';
$strModifyIndexTopic = 'Endre en indeks';
$strMoveTable = 'Flytt tabell til (database<b>.</b>tabell):';
$strMoveTableOK = 'Tabellen %s har blitt flyttet til %s.';
$strMoveTableSameNames = 'Kan ikke flytte tabellen til samme navn!';
$strMultilingual = 'flerspråkelig';
$strMyISAMDataPointerSize = 'Datapekerstørrelse';
$strMyISAMDataPointerSizeDesc = 'Standard pekerstørrelse i bytes, som brukes av CREATE TABLE for MyISAM tabeller når ingen MAX_ROWS innstillinger er spesifisert.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Hvis den midlertidige fila brukt for hurtig MyISAM indeksopprettelse ville bli større enn å bruke nøkkelmellomlager med størrelsen spesifisert her, så bruk nøkkellagermetoden.';
$strMyISAMMaxExtraSortFileSize = 'Maksimum størrelse for midlertidige filer under indeksopprettelse';
$strMyISAMMaxSortFileSizeDesc = 'Maksimum størrelse for den midlertidige fila MySQL har lov til å bruke når den gjennoppretter en MyISAM indeks (med spørringene REPAIR TABLE, ALTER TABLE, eller LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksimum størrelse for midlertidige sorteringsfiler';
$strMyISAMRecoverOptions = 'Automatisk gjennopprettignsmodus';
$strMyISAMRecoverOptionsDesc = 'Modusen for automatisk gjennoppretting av MyISAM tabeller som har kræsjet, konfigurert via --myisam-recover tjeneroppstartsinnstillingen.';
$strMyISAMRepairThreadsDesc = 'Hvis denne verdien er større enn 1 så blir MyISAM tabellindekser opprettet parallelt (hver indeks i sin egen tråd) under REPAIR av sorteringsprosessen.';
$strMyISAMRepairThreads = 'Reparer tråder';
$strMyISAMSortBufferSizeDesc = 'Bufferet som brukes ved sortering av MyISAM indekser under en REPAIR TABLE eller når indekser blir opprettet med CREATE INDEX eller ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sorteringsbufferstørrelse';
$strMySQLCharset = 'MySQL-tegnsett';
$strMysqlClientVersion = 'MySQL klientversjon';
$strMySQLConnectionCollation = 'Kollasjon av MySQL-oppkobling';
$strMySQLSaid = 'MySQL sa: ';
$strMySQLShowProcess = 'Vis prosesser';
$strMySQLShowStatus = 'Vis MySQL driftsstatus';
$strMySQLShowVars = 'Vis MySQL systemvariabler';
 
$strName = 'Navn';
$strNext = 'Neste';
$strNoActivity = 'Ingen aktivitet på %s sekunder eller mer, du må logge inn på nytt';
$strNoDatabases = 'Ingen databaser';
$strNoDatabasesSelected = 'Ingen databaser er valgt.';
$strNoDescription = 'ingen beskrivelse';
$strNoDetailsForEngine = 'Det er ikke noen detaljert statusinformasjon for denne lagringsmotoren.';
$strNoDropDatabases = '"DROP DATABASE"-uttrykk er avslått.';
$strNoExplain = 'Ikke forklar SQL';
$strNoFilesFoundInZip = 'Ingen filer funnet inne i ZIP arkivet!';
$strNoFrames = 'phpMyAdmin er mer brukervennlig med en <b>rammekapabel</b> nettleser.';
$strNoIndex = 'Ingen indeks definert!';
$strNoIndexPartsDefined = 'Ingen indeksdeler definert!';
$strNoModification = 'Ingen endring';
$strNo = 'Nei';
$strNone = 'Ingen';
$strNoOptions = 'Dette formatet har ingen valg';
$strNoPassword = 'Intet passord';
$strNoPermission = 'Webserveren har ikke tillatelse til å lagre fila %s.';
$strNoPhp = 'uten PHP kode';
$strNoPrivileges = 'Ingen privilegier';
$strNoRights = 'Du har ikke nok rettigheter til å være her nå!';
$strNoRowsSelected = 'Ingen rader valgt';
$strNoSpace = 'Ikke nok plass til å lagre fila %s.';
$strNoTablesFound = 'Ingen tabeller i databasen.';
$strNoThemeSupport = 'Ikke støtte for maler, kontroller konfigureringen og/eller dine maler i katalogen %s.';
$strNothingToImport = 'Du skrev ikke inn noe data for import!';
$strNotNumber = 'Dette er ikke ett tall!';
$strNotOK = 'ikke OK';
$strNotSet = '<b>%s</b> tabellen ble ikke funnet eller ikke konfigurert i %s';
$strNoUsersFound = 'Ingen bruker(e) funnet.';
$strNoValidateSQL = 'Ikke teste SQL';
$strNull = 'Null';
$strNumberOfFields = 'Antall felter';
$strNumSearchResultsInTable = '%s treff i tabell <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totalt:</b> <i>%s</i> treff';
$strNumTables = 'Tabeller';
 
$strOK = 'OK';
$strOpenNewWindow = 'Åpne nytt phpMyAdmin vindu';
$strOperations = 'Operasjoner';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiser tabell';
$strOr = 'Eller';
$strOverhead = 'Overheng';
$strOverwriteExisting = 'Overskriv eksisterende fil(-er)';
 
$strPageNumber = 'Sidenummer:';
$strPagesToBeFlushed = 'Sider som skal tømmes';
$strPaperSize = 'Papirstørrelse';
$strPartialImport = 'Delvis importering';
$strPartialText = 'Delvis tekst';
$strPasswordChanged = 'Passordet til %s er endret.';
$strPasswordEmpty = 'Passordet er blankt!';
$strPasswordHashing = 'Passordnøkling';
$strPasswordNotSame = 'Passordene er ikke like!';
$strPassword = 'Passord';
$strPdfDbSchema = 'Skjema for "%s"-databasen - Side %s';
$strPdfInvalidTblName = 'Tabellen "%s" eksisterer ikke!';
$strPdfNoTables = 'Ingen tabeller';
$strPDFOptions = 'PDF innstillinger';
$strPDF = 'PDF';
$strPDFReportTitle = 'Rapporttittel';
$strPerHour = 'per time';
$strPerMinute = 'per minutt';
$strPerSecond = 'per sekund';
$strPersian = 'Persisk';
$strPhoneBook = 'telefonkatalog';
$strPHP40203 = 'Du bruker PHP 4.2.3, som har en alvorlig feil med flerbyte-strenger (mbstring). Se PHP-feilrapport 19404. Denne versjonen av PHP er ikke anbefalt for bruk med phpMyAdmin.';
$strPhp = 'Lag PHP kode';
$strPHPVersion = 'PHP-Versjon';
$strPmaDocumentation = 'phpMyAdmin-Dokumentasjon';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> variabelen MÅ være innstilt i din konfigurasjonsfil!';
$strPolish = 'Polsk';
$strPortrait = 'Portrettformat';
$strPos1 = 'Start';
$strPrevious = 'Forrige';
$strPrimaryKeyHasBeenDropped = 'Primærnøkkelen har blitt slettet';
$strPrimaryKeyName = 'Navnet til primærnøkkelen må være... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>må</b> være navnet til og <b>bare til</b> en primærnøkkel!)';
$strPrimary = 'Primær';
$strPrint = 'Skriv ut';
$strPrintViewFull = 'Forhåndsvisning (med all tekst)';
$strPrintView = 'Utskriftsvennlig forhåndsvisning';
$strPrivDescAllPrivileges = 'Inkluder alle privilegier unntatt GRANT.';
$strPrivDescAlterRoutine = 'Tillater endring og sletting av lagrede rutiner.';
$strPrivDescAlter = 'Tillater endring av struktur på eksisterende tabeller.';
$strPrivDescCreateDb = 'Tillater oppretting av nye databaser og tabeller.';
$strPrivDescCreateRoutine = 'Tillater oppreting av lagrede rutiner.';
$strPrivDescCreateTbl = 'Tillater oppretting av nye tabeller.';
$strPrivDescCreateTmpTable = 'Tillater oppretting av midlertidige tabeller.';
$strPrivDescCreateUser = 'Tillater oppretting, sletting og navneendring av brukerkontoer.';
$strPrivDescCreateView = 'Tillater oppretting av nye visninger.';
$strPrivDescDelete = 'Tillater sletting av data.';
$strPrivDescDropDb = 'Tillater sletting av databaser og tabeller.';
$strPrivDescDropTbl = 'Tillater sletting av tabeller.';
$strPrivDescExecute5 = 'Tillater utføring av lagrede rutiner.';
$strPrivDescExecute = 'Tillater kjøring av lagrede prosedyrer; har ingen effekt på denne versjonen av MySQL.';
$strPrivDescFile = 'Tillater import og eksport av data til og fra filer.';
$strPrivDescGrant = 'Tillater å legge til brukere og privilegier uten å oppfriske privilegietabellene.';
$strPrivDescIndex = 'Tillater oppretting og sletting av indekser.';
$strPrivDescInsert = 'Tillater å legge til og erstatte data.';
$strPrivDescLockTables = 'Tillater låsing av tabeller for den kjørende tråden.';
$strPrivDescMaxConnections = 'Begrenser antall nye tilkoblinger brukeren kan åpne per time.';
$strPrivDescMaxQuestions = 'Begrenser antall spørringer brukeren kan sende til tjeneren per time.';
$strPrivDescMaxUpdates = 'Begrenser antall kommandoer som kan endre tabeller eller databaser brukeren kan utføre per time.';
$strPrivDescMaxUserConnections = 'Begrens antall samtidige tilkoblinger brukeren kan ha.';
$strPrivDescProcess3 = 'Tillater avslutting av prosesser som tilhører andre brukere.';
$strPrivDescProcess4 = 'Tillater visning av komplette spørringer i prosesslisten.';
$strPrivDescReferences = 'har ingen effekt i denne versjonen av MySQL.';
$strPrivDescReload = 'Tillater oppfrisking av tjenerinnstillinger og oppfrisking av mellomlager.';
$strPrivDescReplClient = 'Gir tillatelse til brukeren til å spørre hvor replikasjonsslaver eller -tjenere er.';
$strPrivDescReplSlave = 'Trenges av replikasjonsslavene.';
$strPrivDescSelect = 'Tillater lesing av data.';
$strPrivDescShowDb = 'Gir adgang til komplett liste over databaser.';
$strPrivDescShowView = 'Tillater utføring av SHOW CREATE VIEW spørringer.';
$strPrivDescShutdown = 'Tillater avslutting av tjener.';
$strPrivDescSuper = 'Tillater tilkobling, selv om maksimum tilkoblinger er nådd. Behøves for de fleste administrative operasjoner som å sette globale variabler eller avslutting av andre brukeres tråder.';
$strPrivDescUpdate = 'Tillater endring av data.';
$strPrivDescUsage = 'Ingen privilegier.';
$strPrivileges = 'Privilegier';
$strPrivilegesReloaded = 'Oppfriskingen av privilegiene lyktes.';
$strProcesslist = 'Prosess liste';
$strProtocolVersion = 'Protokollversjon';
$strPutColNames = 'Sett inn feltnavn i første rad';
 
$strQBEDel = 'Slett';
$strQBEIns = 'Sett inn';
$strQBE = 'Spørring ved eksempel (Query by Example)';
$strQueryCache = 'Spørringsmellomlager';
$strQueryFrame = 'Spørringsvindu';
$strQueryOnDb = 'SQL-spørring i database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historie';
$strQueryStatistics = '<b>Spørrings statistikk</b>: Siden oppstart, har %s spørringer blitt sendt til tjeneren.';
$strQueryTime = 'Spørring tok %01.4f sek';
$strQueryType = 'Spørringstype';
$strQueryWindowLock = 'Ikke overskriv denne spørringen fra andre vinduer';
 
$strReadRequests = 'Leseforespørsler';
$strReceived = 'Mottatt';
$strRecords = 'Rader';
$strReferentialIntegrity = 'Sjekk referanseintegritet:';
$strRefresh = 'Oppdater';
$strRelationalSchema = 'Relasjonsskjema';
$strRelationNotWorking = 'Tilleggsfunksjonene for å kunne jobbe med koblede tabeller er deaktivert. For å finne ut hvorfor, klikk %sher%s.';
$strRelationsForTable = 'RELASJONER FOR TABELLEN';
$strRelations = 'Relasjoner';
$strRelationView = 'Relasjonsvisning';
$strReloadingThePrivileges = 'Oppfrisker privilegiene';
$strReloadMySQL = 'Omstart av MySQL';
$strRemoveSelectedUsers = 'Fjern valgte brukere';
$strRenameDatabaseOK = 'Databasen %s har endret navn til %s';
$strRenameTable = 'Endre tabellens navn';
$strRenameTableOK = 'Tabellen %s har fått nytt navn %s';
$strRepairTable = 'Reparer tabell';
$strReplaceNULLBy = 'Erstatt NULL med';
$strReplaceTable = 'Erstatt tabell med filen';
$strReplication = 'Replikering';
$strReset = 'Tøm skjema';
$strResourceLimits = 'Ressursbegrensninger';
$strReType = 'Gjenta';
$strRevokeAndDeleteDescr = 'Inntill privilegiene er oppfrisket vil brukerne fortsatt ha USAGE privilegiet.';
$strRevokeAndDelete = 'Tilbakekall alle aktive privilegier fra brukerne og slett dem etterpå.';
$strRevokeMessage = 'Du har fjernet privilegiene til %s';
$strRevoke = 'Tilbakekall';
$strRomanian = 'Rumensk';
$strRowLength = 'Radlengde';
$strRowsFrom = 'rader fra';
$strRowSize = ' Radstørrelse ';
$strRowsModeFlippedHorizontal = 'horisontal (roterte overskrifter)';
$strRowsModeHorizontal = 'vannrett';
$strRowsModeOptions = 'i %s modus og gjenta headers etter %s celler';
$strRowsModeVertical = 'loddrett';
$strRows = 'Rader';
$strRowsStatistic = 'Radstatistikk';
$strRunning = 'som kjører på %s';
$strRunQuery = 'Kjør spørring';
$strRunSQLQuery = 'Kjør SQL spørring/spørringer mot databasen %s';
$strRunSQLQueryOnServer = 'Kjør SQL spørring/spørringer på tjener %s';
$strRussian = 'russisk';
 
$strSave = 'Lagre';
$strSaveOnServer = 'Lagre på server i %s katalogen';
$strScaleFactorSmall = 'Skaleringsfaktoren er for liten til å romme alt på en side';
$strSearchFormTitle = 'Søk i database';
$strSearchInTables = 'I tabell(ene):';
$strSearchNeedle = 'Ord eller verdi(er) å søke etter (jokertegn: "%"):';
$strSearchOption1 = 'minst ett av ordene';
$strSearchOption2 = 'alle ordene';
$strSearchOption3 = 'med den nøyaktige setningen';
$strSearchOption4 = 'som "regular expression"';
$strSearchResultsFor = 'Søkeresultat for "<i>%s</i>" %s:';
$strSearch = 'Søk';
$strSearchType = 'Finn:';
$strSecretRequired = 'Konfigurasjonsfila trenger nå et hemmelig passordfrase (blowfish_secret).';
$strSelectADb = 'Vennligst velg en database';
$strSelectAll = 'Velg alle';
$strSelectBinaryLog = 'Velg binærlogg for visning';
$strSelectFields = 'Velg felt (minst ett):';
$strSelectNumRows = 'i spørring';
$strSelectTables = 'Velg tabeller';
$strSend = 'Last ned som fil';
$strSent = 'Sendt';
$strServerChoice = 'Tjenervalg';
$strServerNotResponding = 'Tjeneren svarer ikke';
$strServerStatusDelayedInserts = 'Forsinkede innsettinger';
$strServerStatus = 'Kjøringsinformasjon';
$strServerStatusUptime = 'Denne MySQL tjeneren har kjørt i %s. Den startet opp den %s.';
$strServerTabProcesslist = 'Prosesser';
$strServerTabVariables = 'Variabler';
$strServer = 'Tjener';
$strServerTrafficNotes = '<b>Tjenertraffikk</b>: Disse tabellene viser statistikk over nettverkstrafikken for denne MySQL-tjeneren siden dens oppstart.';
$strServerVars = 'Tjenervariabler og -innstillinger';
$strServerVersion = 'Tjenerversjon';
$strSessionValue = 'Økts verdi';
$strSetEnumVal = 'Hvis felttypen er "enum" eller "set", skriv inn verdien med dette formatet: \'a\',\'b\',\'c\'...<br />Hvis du skulle trenge å ha en skråstrek ("\") eller en enkel apostrof ("\'") blant disse verdiene, skriv en skråstrek foran (eks. \'\\\\xyz\' eller \'a\\\'b\').';
$strShowAll = 'Vis alle';
$strShowColor = 'Vis farger';
$strShowDatadictAs = 'Data Ordbok Format';
$strShowFullQueries = 'Vis hele spørringen';
$strShowGrid = 'Vis rutenett';
$strShowingBookmark = 'Vis bokmerke';
$strShowingRecords = 'Viser rader ';
$strShowOpenTables = 'Vis åpne tabeller';
$strShowPHPInfo = 'Vis PHP-informasjon';
$strShowSlaveHosts = 'Vis slaveverter';
$strShowSlaveStatus = 'Vis slavestatus';
$strShowStatusBinlog_cache_disk_useDescr = 'Antall transaksjoner som brukte den midlertidige binærloggmellomlageret men som overskred verdien av binlog_size og brukte en midlertidig fil for å lagre spørringer fra transaksjonen.';
$strShowStatusBinlog_cache_useDescr = 'Antall transaksjoner som brukte den midlertidige binærloggmellomlageret.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Antall midlertidige tabeller lagret på harddisken automatisk opprettet av tjeneren mens den utførte spørringer. Hvis Created_tmp_disk_tables er stor bør du vurdere å øke tmp_table_size verdien slik at midlertidige tabeller blir lagret i minnet og ikke på harddisken.';
$strShowStatusCreated_tmp_filesDescr = 'Antall midlertidige filer mysqld har opprettet.';
$strShowStatusCreated_tmp_tablesDescr = 'Antall midlertidige tabeller i minnet automatisk opprettet av tjeneren under utføriing av spørringer.';
$strShowStatusDelayed_errorsDescr = 'Antall rader skrevet med INSERT DELAYED hvor en eller annen form for feil oppstod (mest sannsynlig duplisert nøkkel).';
$strShowStatusDelayed_insert_threadsDescr = 'Antall INSERT DELAYED håndterertråder i bruk. Hver eneste tabell hvor det blir brukt INSERT DELAYE får sin egen tråd.';
$strShowStatusDelayed_writesDescr = 'Antall INSERT DELAYED rader skrevet.';
$strShowStatusFlush_commandsDescr = 'Antall utførte FLUSH uttrykk.';
$strShowStatusHandler_commitDescr = 'Antall interne COMMIT uttrykk.';
$strShowStatusHandler_deleteDescr = 'Antall ganger en rad ble slettet fra en tabell.';
$strShowStatusHandler_discoverDescr = 'MySQL tjeneren kan spørre NDB Cluster lagringsmotoren om den kjenner til en tabell med et gitt navn. Dette blir kalt oppdaging (discovery). Handler_discover indikerer antall ganger tabeller har blitt oppdaget.';
$strShowStatusHandler_read_firstDescr = 'Antall ganger det første innlegget ble lest fra en index. Hvis dette tallet er høyt tyder det på at tjeneren utfører en god del fullindekssøk; for eksempel, SELECT col1 FROM foo, da forutsatt at col1 er indeksert.';
$strShowStatusHandler_read_keyDescr = 'Antall forespørsler for å lese en rad basert på en nøkkel. Hvis dette tallet er høyt gir dette en god indikasjon på at dine spørringer og tabeller er riktig indeksert.';
$strShowStatusHandler_read_nextDescr = 'Antall forespørsler for å lese en rad basert på en fast posisjon. Denne er høy hvis du utører mange spørringer som behøver sortering av resultatet. Du har sansynligvis mange spørringer som krever at MySQL leser hele tabeller eller du har joins som ikke bruker nøkler korrekt.';
$strShowStatusHandler_read_rnd_nextDescr = 'Antall forespørsler for å lese neste rad i datafila. Dette tallet er høyt hvis du utfører mange tabellskanninger. Vanligvis betyr dette at dine tabeller ikke er rett indeksert eller at dine spørringer ikke er skrevet for å utnytte de indeksene du har.';
$strShowStatusHandler_rollbackDescr = 'Antall interne ROLLBACK kommandoer.';
$strShowStatusHandler_updateDescr = 'Antall forespørsler for å oppdatere en rad i en tabell.';
$strShowStatusHandler_writeDescr = 'Antall forespørsler for å sette inn en rad i en tabell.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Antall sider som inneholder data (endret eller uendret).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Antall sider for tiden endret.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Antall midlertidige mellomlagersider som det har vært oppfriskningsforespørsler på.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Antall tomme sider.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Antallet låste sider i InnoDBs mellomlager. Dette er sider som er under lesing eller skriving eller ikke kan tømmes eller fjernes av en annen grunn.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Antall sider som er opptatt fordi de har blitt allokert for administrative oppgaver slik som radlåsing eller adaptiv nøkkelindeksering. Denne verdien kan også regnes ut som Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total størrelse på midlertidig mellomlager i sider.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Antall "tilfeldige" "read-aheads" InnoDB startet. Dette skjer når en spørring skanner en stor andel av en tabell men i en tilfeldig rekkefølge.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Antall sekvensielle "read-aheads" InnoDB startet. Denne skjer når InnoDB utfører en sekvensiell full tabellskanning.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Antall logiske leseforespørsler InnoDB har utført.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Antall logiske lesninger som InnoDN ikke kunne tilfredsstille fra mellomlageret og måtte utføre en enkelsidelesnining.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalt vil skrivinger til InnoDBs mellomlager skje i bakgrunnen. Men, hvis det er behov for å lese eller opprette en side og ingen rene/tomme sider er tilgjengelig så er det nødvendig å vente på at sider blir tømt først. Denne telleren viser antall slike ventinger. Hvis mellomlagerstørrelsen er godt innstilt så vil denne verdien være liten.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Antall skrivinger til InnoDBs midlertidig mellomlager.';
$strShowStatusInnodb_data_fsyncsDescr = 'Antall fsync() operasjoner så langt.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Antall ventende fsync() operasjoner.';
$strShowStatusInnodb_data_pending_readsDescr = 'Antall ventende lesinger.';
$strShowStatusInnodb_data_pending_writesDescr = 'Antall ventende skrivinger.';
$strShowStatusInnodb_data_readDescr = 'Mengden data lest så langt, i bytes.';
$strShowStatusInnodb_data_readsDescr = 'Antall utførte lesninger.';
$strShowStatusInnodb_data_writesDescr = 'Antall utførte skrivinger.';
$strShowStatusInnodb_data_writtenDescr = 'Mengden data skrevet så langt, i bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Antallet dobbeltskrivinger som har blitt utført og antall sider som har blitt skrevet på grunn av dette.';
$strShowStatusInnodb_dblwr_writesDescr = 'Antallet dobbeltskrivinger som har blitt utført og antall sider som har blitt skrevet på grunn av dette.';
$strShowStatusInnodb_log_waitsDescr = 'Antall ganger ventinger vi hadde fordi loggmellomlageret var for lite og vi måtte vente for at det skulle bli tømt før vi kunne fortsette.';
$strShowStatusInnodb_log_write_requestsDescr = 'Antall loggskrivingsforespørsler.';
$strShowStatusInnodb_log_writesDescr = 'Antall fysiske skrivinger til loggfila.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Antall fsync-skrivinger utført på loggfila.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Antall ventende loggfil-fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Ventende loggfilskrivinger.';
$strShowStatusInnodb_os_log_writtenDescr = 'Antall bytes skrevet til loggfila.';
$strShowStatusInnodb_pages_createdDescr = 'Antall sider opprettet.';
$strShowStatusInnodb_page_sizeDescr = 'Den innkompilerte InnoDB sidestørrelsen (standard 16KB). Mange verdier måles i sider; sidestørrelsen gjør at det er lett å konvertere dem til bytes.';
$strShowStatusInnodb_pages_readDescr = 'Antall sidelesninger.';
$strShowStatusInnodb_pages_writtenDescr = 'Antall sideskrivinger.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Antall ventende radlåsinger.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Gjennomsnittlig tid for å oppnå radlåsing, i millisekunder.';
$strShowStatusInnodb_row_lock_timeDescr = 'Total tid brukt for å få radlåsinger, i millisekunder.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksimum tid brukt for å oppnå en radlåsing, i millisekunder.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Antall ganger en radlås måtte ventes på.';
$strShowStatusInnodb_rows_deletedDescr = 'Antall rader slettet fra InnoDB tabeller.';
$strShowStatusInnodb_rows_insertedDescr = 'Antall rader satt inn i InnoDB tabeller.';
$strShowStatusInnodb_rows_readDescr = 'Antall rader lest fra InnoDB tabeller.';
$strShowStatusInnodb_rows_updatedDescr = 'Antall rader oppdatert i InnoDB tabeller.';
$strShowStatusKey_blocks_not_flushedDescr = 'Antall nøkkelblokker i nøkkelmellomlageret som har blitt endret men som ikke ennå har blitt skrevet til harddisken. Dette var tidligere kjent som Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Antall ubrukte blokker i nøkkelmellomlageret. Du kan bruke denne verdien til å bestemme hvor mye av nøkkelmellomlageret som er i bruk.';
$strShowStatusKey_blocks_usedDescr = 'Antall brukte blokker i nøkkelmellomlageret. Denne verdien er et høyvannsmål som viser maksimum antall blokker som har vært brukt på en gang.';
$strShowStatusKey_read_requestsDescr = 'Antall forespørsler for å lese en nøkkelblokk fra mellomlageret.';
$strShowStatusKey_readsDescr = 'Antall fysiske lesninger av en nøkkelblokk fra harddisk. Hvis Key_reads er stor er nok din key_buffer_size verdi for liten. Mellomlagertreffraten kan kalkuleres med Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Antall forespørsler for å skrive en nøkkelblokk til mellomlageret.';
$strShowStatusKey_writesDescr = 'Antall fysiske skrivinger av en nøkkelblokk til disk.';
$strShowStatusLast_query_costDescr = 'Den totale kostnad ved siste kompilerte spørring slik den ble utregnet av spørringsoptimisereren. Nyttig for å kunne sammenligne kostnader ved forskjellige spørringsplaner for den samme spørringen. Standardverdien på 0 betyr at ingen spørring har blitt kompilert ennå.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Antall rader som venter på å bli skrevet i INSERT DELAY køer.';
$strShowStatusOpened_tablesDescr = 'Antall tabeller som har blitt åpnet. Hvis denne er stor er nok din tabellmellomlagerverdi for liten.';
$strShowStatusOpen_filesDescr = 'Antall åpne filer.';
$strShowStatusOpen_streamsDescr = 'Antall åpne dataflyter (hovedsaklig brukt til logging).';
$strShowStatusOpen_tablesDescr = 'Antall åpne tabeller.';
$strShowStatusQcache_free_blocksDescr = 'Antall ledige minneblokker i spørringsmellomlager.';
$strShowStatusQcache_free_memoryDescr = 'Mengden ledig minne i spørringsmellomlager.';
$strShowStatusQcache_hitsDescr = 'Antall mellomlagertreff.';
$strShowStatusQcache_insertsDescr = 'Antall spørringer lagt til i mellomlageret.';
$strShowStatusQcache_lowmem_prunesDescr = 'Antall spørringer som har blitt fjernet fra mellomlageret for å frigjøre minne for nye spørringer. Denne informasjonen kan hjelpe deg å fininnstille størrelsen på spørringsmellomlageret. Spørringsmellomlageret bruker en minst og sist brukt (least recently used (LRU)) strategi for å finne hvilke spørringer som skal fjernes fra mellomlageret.';
$strShowStatusQcache_not_cachedDescr = 'Antallet ikkelagrede spørringer (kan ikke lagres, eller ikke lagret p.g.a. query_cache_type innstillingen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Antall spørringer registrert i mellomlageret.';
$strShowStatusQcache_total_blocksDescr = 'Totale antall blokker i spørringsmellomlageret.';
$strShowStatusReset = 'Tilbakestill';
$strShowStatusRpl_statusDescr = 'Failsafe replikasjonsstatus (ikke implementert ennå).';
$strShowStatusSelect_full_joinDescr = 'Antall joins som ikke bruker indekser. Hvis denne verdien ikke er 0 bør du nøye sjekke indeksene til dine tabeller.';
$strShowStatusSelect_full_range_joinDescr = 'Antall joins som trenger en rekkefølgesøk i en referansetabell.';
$strShowStatusSelect_range_checkDescr = 'Antall joins uten nøkler som kontrollerer for nøkkelbruk etter hver rad (Hvis denne ikke er 0 bør du nøye kontrollere dine tabellindekser.)';
$strShowStatusSelect_rangeDescr = 'Antall joins som brukte rekkefølger på den første tabellen. (Det er normalt ikke kritisk selv om denne verdien er stor.)';
$strShowStatusSelect_scanDescr = 'Antall joins som utførte en full skann av den første tabellen.';
$strShowStatusSlave_open_temp_tablesDescr = 'Antall midlertidige tabeller for tiden åpnet av slave SQL tråden.';
$strShowStatusSlave_retried_transactionsDescr = 'Det totale antall ganger (siden oppstart) replikasjonsslave-SQL-tråden har gjentatt transaksjoner.';
$strShowStatusSlave_runningDescr = 'Denne er ON hvis denne tjeneren er en slave som er koblet til en master.';
$strShowStatusSlow_launch_threadsDescr = 'Antall tråder som har brukt mer enn slow_launch_time sekunder under opprettelse.';
$strShowStatusSlow_queriesDescr = 'Antall spørringer som har brukt mer enn long_query_time sekunder.';
$strShowStatusSort_merge_passesDescr = 'Antall sammenslåingspasseringer sorteringsalgoritmen har måttet utføre. Hvis denne verdien er stor bør du vurdere å øke verdien av sort_buffer_size systemvariabelen.';
$strShowStatusSort_rangeDescr = 'Antall sorteringer som ble utført med rekkefølger.';
$strShowStatusSort_rowsDescr = 'Antall sorterte rader.';
$strShowStatusSort_scanDescr = 'Antall sorteringer som har vært utført ved hjelp av skanning av tabellen.';
$strShowStatusTable_locks_immediateDescr = 'Antall ganger en tabellåsing ble utført umiddelbart.';
$strShowStatusTable_locks_waitedDescr = 'Antall ganger en tabellås ikke har kunnet blitt opprettet umiddelbart og en venting ble nødvendig. Hvis denne er høy og du har ytelsesproblemer bør du først optimalisere dine spørringer, og deretter enten splitte din tabell eller tabeller eller bruke replikasjon.';
$strShowStatusThreads_cachedDescr = 'Antall tråder i trådmellomlageret. Mellomlagertreffraten kan regnes ut som Threads_created/Connections. Hvis denne verdien er rød bør du øke din thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Antall åpne tilkoblinger.';
$strShowStatusThreads_createdDescr = 'Antall tråder opprettet for å handtere tilkoblinger. Hvis Threads_created er stor bør du vurdere å øke thread_cache_size størrelsen. (Normalt vil dette ikke gi noen merkbar forbedring hvis du har en god trådimplementering.)';
$strShowStatusThreads_runningDescr = 'Antall tråder som ikke sover.';
$strShowTableDimension = 'Vis tabelldimensjoner';
$strShowTables = 'Vis tabeller';
$strShowThisQuery = ' Vis denne spørring her igjen ';
$strShow = 'Vis';
$strSimplifiedChinese = 'forenklet kinesisk';
$strSingly = '(enkeltvis)';
$strSize = 'Størrelse';
$strSkipQueries = 'Antall poster(spørringer) å hoppe over fra start';
$strSlovak = 'Slovakisk';
$strSlovenian = 'Slovensk';
$strSocketProblem = '(eller den lokale MySQL tjenerens sokkel er ikke korrekt konfigurert)';
$strSortByKey = 'Sorter etter nøkkel';
$strSorting = 'Sortering';
$strSort = 'Sorter';
$strSpaceUsage = 'Plassbruk';
$strSpanish = 'Spansk';
$strSplitWordsWithSpace = 'Ord er separert med et mellomrom (" ").';
$strSQLExportCompatibility = 'SQL eksportkompabilitet';
$strSQLExportType = 'Eksporttype';
$strSQLImportOptions = 'SQL innstillinger';
$strSQLOptions = 'SQL valg';
$strSQLParserBugMessage = 'Det er en mulighet for at du har funnet en feil i SQL-parseren. Vennligst kontroller din spørring nøye og kontroller at anførselstegn er korrekte og matsjer hverandre. En annen mulig feilårsak kan være at du overfører en fil med binærkode som ikke ligger innenfor anførselstegn. Du kan også teste din spørring i MYSQLs kommandolinjegrensesnitt. Feilmeldingen fra MySQL-tjeneren nedenfor, hvis det var en, kan også hjelpe deg med å analysere problemet. Hvis du fortsatt har problemer eller parseren feiler hvor kommandolinjegrensesnittet lyktes, vennligst reduser din SQL-spørring til den spørringen som forårsaker problemet og send en feilrapport med datastykket i CUT-seksjonen nedenfor:';
$strSQLParserUserError = 'Det ser ut til å være en feil i din SQL-spørring. En eventuell feilmelding fra MySQL-tjeneren er skrevet ut nedenfor, kan kanskje hjelpe deg med å finne feilen.';
$strSQLQuery = 'SQL-spørring';
$strSQLResult = 'SQL-resultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ugyldig identifikator';
$strSQPBugUnclosedQuote = 'Anførselstegnet er ikke lukket';
$strSQPBugUnknownPunctuation = 'Ukjent tegnsettingsstreng';
$strStatCheckTime = 'Sist kontrollert';
$strStatCreateTime = 'Opprettet';
$strStatement = 'Oversikt';
$strStatisticsOverrun = 'På en travel tjener så kan byte-tellerene overflyte, så denne statistikken som rapportert av MySQL tjeneren kan være unøyaktig.';
$strStatUpdateTime = 'Sist oppdatert';
$strStatus = 'Status';
$strStorageEngine = 'Lagringsmotor';
$strStorageEngines = 'Lagringsmotorer';
$strStrucCSV = 'CSV-data';
$strStrucData = 'Struktur og data';
$strStrucDrop = 'Legg til DROP TABLE';
$strStrucExcelCSV = 'CSV for MS Excel data';
$strStrucNativeExcel = 'Originale MS Excel data';
$strStrucOnly = 'Kun struktur';
$strStructPropose = 'Foreslå tabellstruktur';
$strStructure = 'Struktur';
$strSubmit = 'Send';
$strSuccess = 'Kommandoen/spørringen er utført';
$strSum = 'Sum';
$strSwedish = 'svensk';
$strSwitchToDatabase = 'Bytt til kopiert database';
$strSwitchToTable = 'Bytt til kopiert tabell';
 
$strTableAlreadyExists = 'Tabel %s eksisterer allerede!';
$strTableComments = 'Tabellkommentarer';
$strTableEmpty = 'Tabellnavnet er tomt!';
$strTableHasBeenDropped = 'Tabellen %s har blitt slettet';
$strTableHasBeenEmptied = 'Tabellen %s har blitt tømt';
$strTableHasBeenFlushed = 'Tabelen %s har blitt oppfrisket';
$strTableMaintenance = 'Tabellvedlikehold';
$strTableOfContents = 'Innholdsfortegnelse';
$strTableOptions = 'Tabellinnstillinger';
$strTables = '%s tabell(er)';
$strTableStructure = 'Tabellstruktur for tabell';
$strTable = 'Tabell';
$strTableType = 'Tabelltype';
$strTakeIt = 'velg';
$strTblPrivileges = 'Tabell-spesifikke privilegier';
$strTempData = 'Midlertidige data';
$strTextAreaLength = ' På grunn av sin lengde,<br /> så vil muligens dette feltet ikke være redigerbart ';
$strThai = 'thai';
$strThemeDefaultNotFound = 'Standard stil %s ble ikke funnet!';
$strThemeNoPreviewAvailable = 'Ingen forhandsvisning tilgjengelig.';
$strThemeNotFound = 'Stilen %s ble ikke funnet!';
$strThemeNoValidImgPath = 'Ingen gyldig bildesti for stilen %s ble funnet!';
$strThemePathNotFound = 'Stilsti ble ikke funnet for stilen %s!';
$strTheme = 'Tema / Stil';
$strThisHost = 'Denne vert';
$strThisNotDirectory = 'Dette var ikke en katalog';
$strThreads = 'Tråder';
$strThreadSuccessfullyKilled = 'Tråd %s ble avsluttet med suksess.';
$strTimeoutInfo = 'Forrige import ble tidsavbrutt, vil fortsette fra posisjon %d etter gjenninnsending.';
$strTimeoutNothingParsed = 'Men under den siste kjøringen så ble ingen data lest, dette betyr vanligvis at phpMyAdmin ikke vil være istand til å fullføre importeringen uten at du øker php tidsgrensen.';
$strTimeoutPassed = 'Skripttidsabrudd passert, hvis du ønsker å fortsette importen kan du gjennopplaste fila og importeringen vil fortsette.';
$strTime = 'Tid';
$strToggleScratchboard = 'slå av/på kladdevindu';
$strTotal = 'totalt';
$strTotalUC = 'Totalt';
$strTraditionalChinese = 'Tradisjonell kinesisk';
$strTraditionalSpanish = 'Tradisjonell spansk';
$strTraffic = 'Trafikk';
$strTransactionCoordinator = 'Transaksjonskoordinator';
$strTransformation_application_octetstream__download = 'Vis en link for å kunne laste ned de binære dataene til et felt. Den første opsjonen er filnavnet til den binære fila. Den andre opsjonen er et potensielt feltnavn i en tabell som inneholder filnavnet. Hvis du velger den andre opsjonen så må den første være satt til en tom strengverdi';
$strTransformation_application_octetstream__hex = 'Vis dataene i heksadesimal.';
$strTransformation_image_jpeg__inline = 'Viser et klikkbart tommelfingerbilde; valg: bredde, høyde i piksler (bevarer originale forhold)';
$strTransformation_image_jpeg__link = 'Viser en link til dette bildet (m.a.o. direkte blob-nedlasting).';
$strTransformation_image_png__inline = 'Se image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Tar et TIME, TIMESTAMP eller DATETIME felt og formaterer det med din lokale dato-/tidsformat. Første valg er avviket (i timer) som vil bli lagt til tidsformatet (Standard: 0). Andre valget er et annet dato-/tidsformat basert på parameterene til PHPs strftime().';
$strTransformation_text_plain__external = 'BARE LINUX: Starter et eksternt program og gir den feltdataene via standard input. Returnerer standart output fra programmet. Standard er Tidy, for å skrive ut pen HTML kode. Av sikkerhetsgrunner så må du redigere fila libraries/transformations/text_plain__external.inc.php og skrive inn de verktøyene du tillater å kjøres. Den første verdien er antall programmer du ønsker å bruke og den andre verdien er parameterene for programmet. Den tredje verdien, hvis den er satt til 1 vil konvertere utskriften med htmlspecialchars() (Standard er 1). En fjerde verdi vil, viss satt til 1 sette en NOWRAP i innholdscellen slik at hele resultatet blir vist uten reformatering (Standard er 1)';
$strTransformation_text_plain__formatted = 'Bevarer original formatering av feltet. Ingen \'escaping\' blir utført.';
$strTransformation_text_plain__imagelink = 'Viser et bilde og en link, feltet inneholder filnavnet; første verdi er et prefiks slik som "http://domain.com/", andre verdien er bredden i piksler, tredje er høyden.';
$strTransformation_text_plain__link = 'Viser en link, feltet inneholder filnavnet, ; første verdi er et prefiks slik som "http://domain.com/", andre verdien er en tittel for linken.';
$strTransformation_text_plain__sql = 'Formaterer tekst som en SQL spørring med syntaksutheving.';
$strTransformation_text_plain__substr = 'Viser bare en delstreng. Første verdien er antall tegn fra starten hvor din tekst begynner (Standard: 0). Andre verdien er hvor mange tegn som skal returneres. Hvis den er tom så returneres resten av teksten. Den tredje verdien definerer hvilke tegn som vil bli lagt til resultatet når en delstreng blir returnert (Standard: ...).';
$strTruncateQueries = 'Forkort vist spørring';
$strTurkish = 'tyrkisk';
$strType = 'Type';
 
$strUkrainian = 'ukrainsk';
$strUncheckAll = 'Fjern merking';
$strUnicode = 'Unicode';
$strUnique = 'Unik';
$strUnknown = 'ukjent';
$strUnselectAll = 'Fjern alle valgte';
$strUnsupportedCompressionDetected = 'Du forsøkte å laste en komprimert fil som det ikke er støtte for (%s). Enten så er ikke støtte implementert eller den er slått av i din konfigurasjon.';
$strUpdatePrivMessage = 'Du har oppdatert privilegiene til %s.';
$strUpdateProfileMessage = 'Profilen har blitt oppdatert.';
$strUpdateQuery = 'Oppdater spørring';
$strUpdComTab = 'Les i dokumentasjonen hvordan du oppdaterer din Column_comments tabell';
$strUpgrade = 'Du burde oppgradere til %s %s eller nyere.';
$strUploadLimit = 'Du forsøkte sansynligvis å laste opp en for stor fil. Sjekk %sdokumentasjonen%s for måter å omgå denne begrensningen.';
$strUsage = 'Bruk';
$strUseBackquotes = 'Bruk venstre anførselstegn med tabell og feltnavn';
$strUsedPhpExtensions = 'Brukte PHP-tillegg';
$strUseHostTable = 'Vis vert tabell';
$strUserAlreadyExists = 'Brukeren %s finnes fra før!';
$strUser = 'Bruker';
$strUserEmpty = 'Brukernavnet er tomt!';
$strUserName = 'Brukernavn';
$strUserNotFound = 'Den valgte brukeren ble ikke funnet i privilegietabellen.';
$strUserOverview = 'Brukeroversikt';
$strUsersDeleted = 'De valgte brukerne har blitt slettet.';
$strUsersHavingAccessToDb = 'Brukere som har adgang til &quot;%s&quot;';
$strUseTabKey = 'Bruk TAB tasten for å flytte fra verdi til verdi, eller CTRL+piltastene for å bevege deg hvor som helst';
$strUseTables = 'Bruk tabeller';
$strUseTextField = 'Bruk tekstfelt';
$strUseThisValue = 'Bruk denne verdien';
 
$strValidateSQL = 'Test SQL';
$strValidatorError = 'SQL-kontrolleren kunne ikke startes. Vennligst sjekk at du har installert de nødvendige php-tilleggene som beskrevet i %sdokumentasjonen%s.';
$strValue = 'Verdi';
$strVar = 'Variabler';
$strVersionInformation = 'Versionsinformasjon';
$strViewDumpDatabases = 'Vis dumpet skjema av databaser';
$strViewDumpDB = 'Vis dump (skjema) av database';
$strViewDump = 'Vis dump (skjema) av tabell';
$strViewHasBeenDropped = 'Visningen %s har blitt slettet';
$strViewMaxExactCount = 'Denne visningen har mer enn %d rader. Les i %sdocumentation%s.';
$strView = 'Vis';
 
$strWebServerUploadDirectoryError = 'Katalogen du anga for opplasting kan ikke nåes';
$strWebServerUploadDirectory = 'webtjener opplastingskatalog';
$strWelcome = 'Velkommen til %s';
$strWestEuropean = 'vesteuropeisk';
$strWildcard = 'jokertegn';
$strWindowNotFound = 'Målvinduet kunne ikke oppdateres. Muligens du har lukket modervinduet eller din nettleser blokkerer vindu-til-vindu oppdateringer av sikkerhetsårsaker.';
$strWithChecked = 'Med avkrysset:';
$strWriteRequests = 'Skriveforespørsler';
$strWritingCommentNotPossible = 'Skriving av kommentar er ikke mulig';
$strWritingRelationNotPossible = 'Skriving av relasjon er ikke mulig';
$strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjernes begrensningen.';
$strZip = 'Komprimert (zip)';
 
// To translate:
 
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/persian-utf-8.inc.php
0,0 → 1,1006
<?php
 
/* $Id: persian-utf-8.inc.php,v 2.121.2.3 2006/03/23 17:42:14 lem9 Exp $ */
/*
Persian(Farsi) translation by : Bornis Group
www.BornisGroup.com
info@BornisGroup.com
*/
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'Tahoma, verdana, arial, helvetica, sans-serif';
$right_font_family = '"Windows UI", Tahoma, verdana, arial, helvetica, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('بايت', 'كيلوبايت', 'مگا بايت', 'گيگا بايت', 'ترابايت', 'پتا بايت', 'اگزا بايت');
 
$day_of_week = array('يكشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنج‌شنبه', 'جمعه', 'شنبه');
$month = array('ژانويه', 'فوريه', 'مارس', 'آوريل', 'مي', 'ژوئن', 'جولاي', 'آگوست', 'سپتامبر', 'اكتبر', 'نوامبر', 'دسامبر');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y ساعت %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAccessDenied = 'دسترسي مجاز نيست';
$strAction = 'عمل';
$strAddDeleteColumn = 'اضافه يا حذف ستونها';
$strAddDeleteRow = 'اضافه/حذف معيارها';
$strAddNewField = 'افزودن ستون جديد';
$strAddSearchConditions = 'افزودن شرايط جستجو (بدنه شرط "where"):';
$strAddUserMessage = 'شما يك كاربر جديد اضافه كرديد.';
$strAddUser = 'افزودن يك كاربر جديد';
$strAffectedRows = 'سطرهاي تحت تاثير واقع‌شده:';
$strAfterInsertBack = 'برو به صفحه قبل';
$strAfterInsertNewInsert = 'درج يك سطر جديد ديگر';
$strAfter = 'بعد از %s';
$strAllTableSameWidth = 'نمايش همه جدولها با عرض يكسان؟';
$strAll = 'همه';
$strAlterOrderBy = 'تغيير جدول مرتب شده با';
$strAnalyzeTable = 'تحليل جدول';
$strAnd = 'و';
$strAnIndex = 'يك فهرست در %s اضافه گرديد.';
$strAnyHost = 'همه ميزبانها';
$strAnyUser = 'همه كاربران';
$strAny = 'همه';
$strAPrimaryKey = 'يك كليد اصلي در %s اضافه شد';
$strAscending = 'صعودي';
$strAtBeginningOfTable = 'در ابتداي جدول';
$strAtEndOfTable = 'در انتهاي جدول';
$strAttr = 'ويژگيها';
 
$strBack = 'بازگشت';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'دودويي';
$strBrowse = 'مشاهده';
$strBzip = '"bzipped"';
 
$strCantLoadRecodeIconv = 'بارگذاري iconv يا recode extension كه براي تبديل مجموعه كاراكترها لازم است ، مقدور نمي‌باشد، php را براي اجازه استفاده از آنها تنظيم كرده و يا تبديل مجموعه كاراكترها (charset conversion) را در phpMyAdmin غيرفعال نماييد.';
$strCantRenameIdxToPrimary = 'بازناميدن فهرست به PRIMARY مقدور نمي‌باشد!';
$strChangeDisplay = 'ستون را براي نمايش انتخاب نماييد';
$strChangePassword = 'تغيير اسم رمز';
$strChange = 'تغيير';
$strCharsetOfFile = 'مجموعه كاراكترهاي پرونده:';
$strCheckAll = 'انتخاب همه';
$strCheckTable = 'بررسي جدول';
$strChoosePage = 'لطفا يك صفحه را براي ويرايش انتخاب نماييد';
$strColComFeat = 'نمايش توضيحات ستون';
$strColumnNames = 'نام ستونها';
$strComments = 'توضيحات';
$strCompleteInserts = 'تمام وروديها';
$strCompression = 'فشرده‌سازي';
$strConfigFileError = 'phpMyAdmin قادر به خواندن پرونده تنظيمات نمي‌باشد!<br />اين ممكن است به خاطر وجود يك مشكل دستوري و يا پيدانشدن پرونده توسط php باشد.<br />لطفا پرونده تنظميات را مستقيما توسط پيوند زير صدا زده و پيغام(هاي) خطاي php كه دريافت مي‌كنيد را بخوانيد. در اكثر موارد يك علامت نقل قول (" \' ") يا ويرگول‌نقطه (" ; ") در جايي وجود ندارد.<br />اگر يك صفحه خالي دريافت كرديد ، همه چيز درست است.';
$strConfigureTableCoord = 'لطفا مختصات جدول %s را تنظيم كنيد';
$strCopyTableOK = 'جدول %s به %s كپي شد.';
$strCopyTable = 'كپي كردن جدول به (پايگاه داده<b>.</b>جدول):';
$strCreateIndexTopic = 'ساخت فهرست جديد';
$strCreateIndex = 'ساخت يك فهرست در&nbsp;%s&nbsp;ستون';
$strCreateNewDatabase = 'ساخت پايگاه داده جديد';
$strCreateNewTable = 'ساخت جدول جديد در پايگاه داده %s';
$strCreatePage = 'ساخت يك صفحه جديد';
$strCreatePdfFeat = 'ساخت PDFs';
$strCreate = 'ساختن';
$strCriteria = 'معيارها';
 
$strDatabaseHasBeenDropped = 'پايگاه داده %s حذف گرديد.';
$strDatabasesStats = 'آمار پايگاههاي داده';
$strDatabases = 'پايگاههاي داده';
$strDatabase = 'پايگاه داده';
$strDataDict = 'فرهنگ داده‌ها';
$strDataOnly = 'فقط داده‌ها';
$strData = 'داده';
$strDefault = 'پيش‌فرض';
$strDeletedRows = 'سطرهاي حذف‌شده :';
$strDeleted = 'سطر حذف گرديد .';
$strDelete = 'حذف';
$strDescending = 'نزولي';
$strDisabled = 'غيرفعال';
$strDisplayFeat = 'نمايش خصوصيات';
$strDisplayOrder = 'ترتيب نمايش:';
$strDisplayPDF = 'نمايش الگوي PDF';
$strDoAQuery = 'انجام يك "پرس و جو با نمونه" (wildcard: "%")';
$strDocu = 'مستندات';
$strDoYouReally = 'آيا مطمئن هستيد ';
$strDrop = 'حذف';
$strDumpingData = 'حذف داده‌هاي جدول';
$strDumpXRows = 'حذف %s سطر(ها) ابتدا از سطر شماره %s.';
$strDynamic = 'پويا';
 
$strEditPDFPages = 'ويرايش صفحات PDF';
$strEditPrivileges = 'ويرايش امتيازات';
$strEdit = 'ويرايش';
$strEffective = 'موثر';
$strEmptyResultSet = 'MySQL يك نتيجه خالي داد. (مثلا 0 سطر).';
$strEmpty = 'خالي كردن';
$strEnabled = 'فعال';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnd = 'انتها';
$strEnglishPrivileges = ' نكته : نام امتيازات MySQL به زبان انگليسي بيان مي‌شود .';
$strError = 'خطا';
$strExplain = 'شرح دادن SQL';
$strExport = 'صدور';
$strExtendedInserts = 'وروديهاي تمديدشده';
$strExtra = 'اضافي';
 
$strFieldHasBeenDropped = 'ستون %s حذف گرديد';
$strFieldsEmpty = ' تعداد ستونها خالي است! ';
$strFieldsEnclosedBy = 'ستونهاي درميان‌گرفته با';
$strFieldsEscapedBy = 'ستونهاي جداشده با';
$strFieldsTerminatedBy = 'ستونهاي منتهي به';
$strFields = 'ستونها';
$strField = 'ستون';
$strFixed = 'fixed';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFormat = 'قالب';
$strFormEmpty = 'مقداري در فرم وارد نشده !';
$strFullText = 'كاملا متن';
$strFunction = 'تابع';
 
$strGenBy = 'توليد‌شده توسط';
$strGenTime = 'زمان توليد';
$strGo = 'تاييد';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'تغيير داده‌شد.';
$strHasBeenCreated = 'ساخته شد.';
$strHaveToShow = 'شما حذاقل بايد يك ستون را براي نمايش انتخاب نماييد';
$strHomepageOfficial = 'صفحه خانه رسمي phpMyAdmin';
$strHome = 'خانه';
$strHostEmpty = 'نام ميزبان خالي است!';
$strHost = 'ميزبان';
 
$strIdxFulltext = 'كاملا متن';
$strIgnore = 'Ignore';
$strImportDocSQL = 'وارد كردن پرونده‌هاي docSQL';
$strIndexes = 'فهرست‌ها';
$strIndexHasBeenDropped = 'فهرست %s حذف گرديد';
$strIndexName = 'اسم فهرست&nbsp;:';
$strIndexType = 'نوع فهرست&nbsp;:';
$strIndex = 'فهرست';
$strInsecureMySQL = 'پرونده پيكربندي شما حاوي تنظيماتي است (كاربر root بدون اسم رمز) كه مرتبط با حساب پيش‌فرض MySQL مي‌باشد. اجراي MySQL با اين پيش‌فرض باعث ورود غيرمجاز مي‌شود ، و شما بايد اين حفره امنيتي را ذرست كنيد.';
$strInsertAsNewRow = 'درج به عنوان يك سطر جديد';
$strInsertedRows = 'سطرهاي درج‌شده:';
$strInsertNewRow = 'درج سطر جديد';
$strInsert = 'درج';
$strInUse = 'in use';
 
$strKeepPass = 'عدم تغيير اسم رمز';
$strKeyname = 'Keyname';
$strKill = 'Kill';
 
$strLengthSet = 'طول/مقادير*';
$strLimitNumRows = 'تعداد سطرها در هر صفحه';
$strLinesTerminatedBy = 'خطوط منتهي به';
$strLinkNotFound = 'پيوند پيدا نشد';
$strLinksTo = 'پيوند به';
$strLocationTextfile = 'محل پرونده متني';
$strLogin = 'ورود';
$strLogout = 'خروج';
$strLogPassword = 'اسم رمز:';
$strLogUsername = 'نام كاربر:';
 
$strModifications = 'اصلاحات ذخيره گرديد';
$strModifyIndexTopic = 'اصلاح يك فهرست';
$strModify = 'اصلاح';
$strMoveTableOK = 'جدول %s به %s انتقال داده‌شد.';
$strMoveTable = 'انتقال جدول به (پايگاه داده<b>.</b>جدول):';
$strMySQLCharset = 'مجموع كاراكترهاي MySQL';
$strMySQLSaid = 'پيغام MySQL :';
$strMySQLShowProcess = 'نمايش فرايندها';
$strMySQLShowStatus = 'نمايش اطلاعات MySQL';
$strMySQLShowVars = 'نمايش متغيرهاي سيستمي MySQL';
 
$strName = 'اسم';
$strNext = 'بعد';
$strNoDatabases = 'No databases';
$strNoDescription = 'no Description';
$strNoDropDatabases = 'دستور "DROP DATABASE" غيرفعال مي‌باشد.';
$strNoIndex = 'هيچ فهرستي تعريف‌نشده‌است!';
$strNone = 'خير';
$strNoPassword = 'بدون اسم رمز';
$strNoPhp = 'بدون كد PHP';
$strNoTablesFound = 'در اين پايگاه داده هيچ جدولي وجود ندارد .';
$strNotNumber = 'اين يك عدد نيست!';
$strNotOK = 'not OK';
$strNotSet = 'جدول <b>%s</b> وجود ندارد و يا در %s تنظيم نشده‌است';
$strNoUsersFound = 'هيچ كاربري وچود ندارد.';
$strNo = 'خير';
$strNull = 'خالي';
$strNumTables = 'جدولها';
 
$strOK = 'تاييد';
$strOperations = 'عمليات';
$strOptimizeTable = 'بهينه‌سازي جدول';
$strOr = 'يا';
 
$strPageNumber = 'شماره صفحه:';
$strPasswordEmpty = 'اسم رمز خالي است!';
$strPasswordNotSame = 'اسم رمزها مانند هم نمي‌باشد!';
$strPassword = 'اسم رمز';
$strPdfInvalidTblName = 'جدول "%s" وجود ندارد!';
$strPdfNoTables = 'No tables';
$strPersian = 'فارسي';
$strPHPVersion = 'نسخه PHP';
$strPhp = 'ساخت كد PHP';
$strPmaDocumentation = 'مستندات phpMyAdmin';
$strPos1 = 'شروع';
$strPrevious = 'قبل';
$strPrimaryKeyHasBeenDropped = 'كليد اصلي حذف گرديد';
$strPrimaryKeyName = 'نام كليد اصلي بايد PRIMARY باشد !';
$strPrimaryKeyWarning = '(<b>فقط و فقط بايد</b> "PRIMARY" نام يك كليد اصلي باشد!)';
$strPrimary = 'اصلي';
$strPrintView = 'نماي چاپ';
$strPrint = 'چاپ';
$strPrivileges = 'امتيازات';
$strPutColNames = 'قراردادن نام ستونها در اولين سطر';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'پرس و جو';
$strQueryOnDb = 'پرس و جوي SQL از پايگاه داده <b>%s</b>:';
 
$strRecords = 'سطرها';
$strRelationNotWorking ='امكانات اضافي براي كاركردن با جدولهاي پيوندي غيرفعال شده‌است . براي پيداكردن دليل آن %sاينجا%s را بزنيد .';
$strReloadMySQL = 'بار كردن مجدد MySQL';
$strRenameTableOK = 'جدول %s به %s تغيير نام داده‌شد';
$strRenameTable = 'بازناميدن جدول به';
$strRepairTable = 'مرمت جدول';
$strReplaceTable = 'جايگزيني داده‌هاي جدول با پرونده';
$strReset = 'Reset';
$strReType = 'تكرار';
$strRevokeMessage = 'شما امتيازات %s را ابطال كرديد';
$strRevoke = 'ابطال';
$strRowLength = 'طول سطر';
$strRowsFrom = 'سطر(ها) ابتدا از سطر شماره ';
$strRowSize = ' اندازه سطر ';
$strRowsModeHorizontal = 'افقي';
$strRowsModeVertical = 'عمودي';
$strRowsStatistic = 'آمار سطرها';
$strRows = 'سطرها';
$strRunning = 'در ميزبان %s';
$strRunQuery = 'Submit Query';
$strRunSQLQuery = 'اجراي پرس و جو(ها)ي SQL در پايگاه‌داده %s';
 
$strSave = 'ذخيره';
$strSearchFormTitle = 'جستجو در پايگاه‌داده';
$strSearchInTables = 'در جدول(هاي) :';
$strSearchNeedle = 'كلمه(ها) يا مقدار(ها) براي جستجو (wildcard: "%"):';
$strSearchOption1 = 'حداقل يكي از كلمات';
$strSearchOption2 = 'تمامي كلمات';
$strSearchOption3 = 'عبارت كامل';
$strSearchOption4 = 'بعنوان مبين منظم(as regular expression)';
$strSearchResultsFor = 'نتيجه جستجوي "<i>%s</i>" %s:';
$strSearchType = 'نوع جستجو :';
$strSearch = 'جستجو';
$strSelectADb = 'لطفا يك پايگاه داده را انتخاب نماييد.';
$strSelectAll = 'انتخاب همه';
$strSelectFields = 'ستونها را انتخاب نماييد (حداقل يكي)';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'ذخيره به صورت پرونده';
$strServerVersion = 'نسخه سرور';
$strServer = 'سرور';
$strSetEnumVal = 'اگر نوع ستون "enum" يا "set" مي‌باشد ، لطفا براي ورود مقادير از اين قالب استفاده نماييد : \'a\',\'b\',\'c\'...<br /> اگر احتياج داشتيد كه از علامت مميز برعكس(بك‌اسلش) (" \ ") يا نقل‌قول تكي (" \' ") در آن مقادير استفاده نماييد ، قبل از آنها علامت (" \ ") را بگذاريد<br /> (براي مثال\'\\\\xyz\' يا \'a\\\'b\')';
$strShowAll = 'نمايش همه';
$strShowColor = 'نمايش رنگ';
$strShowGrid = 'Show grid';
$strShowingRecords = 'Showing rows';
$strShowPHPInfo = 'نمايش اطلاعات PHP';
$strShowTableDimension = 'نمايش ابعاد جدولها';
$strShowTables = 'نمايش جدولها';
$strShowThisQuery = ' نمايش دوباره اين پرس و جو در اينجا ';
$strShow = 'نمايش';
$strSingly = '(تنها)';
$strSize = 'اندازه';
$strSort = 'ترتيب';
$strSpaceUsage = 'فضاي استفاده‌شده';
$strSplitWordsWithSpace = 'كلمات با علامت فاصله (" ") جدا مي‌شوند.';
$strSQLQuery = 'پرس و جوي SQL';
$strSQLResult = 'نتيجه SQL';
$strSQL = 'SQL';
$strStatement = 'شرج';
$strStrucCSV = 'داده‌هاي CSV';
$strStrucData = 'ساختار و داده‌ها';
$strStrucDrop = 'افزودن \'جدول حذف‌شده\'';
$strStrucExcelCSV = 'CSV براي داده‌هاي MS Excel';
$strStrucOnly = 'فقط ساختار';
$strStructPropose = 'پيشنهاد ساختار جدول';
$strStructure = 'ساختار';
$strSubmit = 'ارسال';
$strSuccess = 'پرس و جوي SQL شما با موفقيت اجرا گرديد';
$strSum = 'مجموع';
 
$strTableComments = 'توضيحات جدول';
$strTableEmpty = 'نام جدول وارد نشده‌است !';
$strTableHasBeenDropped = 'جدول %s حذف گرديد';
$strTableHasBeenEmptied = 'جدول %s خالي شد';
$strTableMaintenance = 'نگهداشت جدول';
$strTables = '%s جدول(ها)';
$strTableType = 'نوع جدول';
$strTable = 'جدول';
$strTotalUC = 'جمع كل';
$strTotal = 'جمع كل';
$strType = 'نوع';
 
$strUncheckAll = 'عدم انتخاب همه';
$strUnique = 'يكتا';
$strUnselectAll = 'عدم انتخاب همه';
$strUpdatePrivMessage = 'امتيازات %s به هنگام گرديد.';
$strUpdateProfileMessage = 'تنظيمات به هنگام گرديد.';
$strUpdateQuery = 'به‌هنگام سازي پرس و جو';
$strUsage = 'استفاده';
$strUseBackquotes = 'قراردادن نام جدولها و ستونها بين علامت نقل‌قول (" \' ")';
$strUserEmpty = 'نام كاربر خالي است!';
$strUserName = 'نام كاربر';
$strUser = 'كاربر';
$strUseTables = 'بكارگيري جدولها';
 
$strValidateSQL = 'معتبرسازي SQL';
$strValue = 'مقدار';
$strViewDumpDB = 'نمايش الگوي پايگاه داده';
$strViewDump = 'نمايش الگوي جدول';
 
$strWebServerUploadDirectoryError = 'پوشه‌اي را كه براي انتقال فايل انتخاب كرده‌ايد قابل دسترسي نيست.';
$strWelcome = 'به %s خوش‌آمديد';
$strWithChecked = 'موارد انتخاب‌شده :';
$strWrongUser = 'نام كاربر/اسم رمز اشتباه است. دسترسي مجاز نيست.';
 
$strYes = 'بلي';
 
$strZip = '"zipped"';
 
// To translate:
$strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$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.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddDropDatabase = 'Add DROP DATABASE'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strAddIntoComments = 'Add into comments'; //to translate
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)'; //to translate
$strAdministration = 'Administration'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strArabic = 'Arabic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strAutodetect = 'Autodetect'; //to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
 
$strBaltic = 'Baltic'; //to translate
$strBinaryDoNotEdit = 'Binary - do not edit'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate
$strBookmarkLabel = 'Label'; //to translate
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$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
 
$strCalendar = 'Calendar'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strCardinality = 'Cardinality'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strCharset = 'Charset'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strCollation = 'Collation'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strCommand = 'Command'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConnections = 'Connections'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCroatian = 'Croatian'; //to translate
$strCSVOptions = 'CSV options'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strCzech = 'Czech'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
 
$strDanish = 'Danish'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseExportOptions = 'Database export options'; //to translate
$strDatabaseNoTable = 'This database contains no table!'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDBComment = 'Database comment: '; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDescription = 'Description'; //to translate
$strDictionary = 'dictionary'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEnglish = 'English'; //to translate
$strEstonian = 'Estonian'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFailedAttempts = 'Failed attempts'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strFileNameTemplate = 'File name template'; //to translate
$strFileNameTemplateRemember = 'remember template'; //to translate
$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
 
$strGeneralRelationFeat = 'General relation features'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strGerman = 'German'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strGrantOption = 'Grant'; //to translate
$strGreek = 'Greek'; //to translate
 
$strHebrew = 'Hebrew'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strHungarian = 'Hungarian'; //to translate
 
$strIcelandic = 'Icelandic'; //to translate
$strId = 'ID'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportFiles = 'Import files'; //to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
 
$strJapanese = 'Japanese'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
 
$strKorean = 'Korean'; //to translate
 
$strLandscape = 'Landscape'; //to translate
$strLatexCaption = 'Table caption'; //to translate
$strLatexContent = 'Content of table __TABLE__'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexIncludeCaption = 'Include table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
$strLaTeX = 'LaTeX'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strLatexStructure = 'Structure of table __TABLE__'; //to translate
$strLatvian = 'Latvian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strLocalhost = 'Local'; //to translate
$strLoginInformation = 'Login Information'; //to translate
$strLogServer = 'Server'; //to translate
 
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strMIME_available_mime = 'Available MIME-types'; //to translate
$strMIME_available_transform = 'Available transformations'; //to translate
$strMIME_description = 'Description'; //to translate
$strMIME_MIMEtype = 'MIME-type'; //to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.'; //to translate
$strMIME_transformation = 'Browser transformation'; //to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s'; //to translate
$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
$strMIME_transformation_options = 'Transformation options'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; //to translate
$strNoIndexPartsDefined = 'No index parts defined!'; //to translate
$strNoModification = 'No change'; //to translate
$strNoOptions = 'This format has no options'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoPrivileges = 'No Privileges'; //to translate
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate
 
$strOperator = 'Operator'; //to translate
$strOverhead = 'Overhead'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$strPaperSize = 'Paper size'; //to translate
$strPartialText = 'Partial Texts'; //to translate
$strPasswordChanged = 'The Password for %s was changed successfully.'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPerHour = 'per hour'; //to translate
$strPerMinute = 'per minute'; //to translate
$strPerSecond = 'per second'; //to translate
$strPhoneBook = 'phone book'; //to translate
$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
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
$strPolish = 'Polish'; //to translate
$strPortrait = 'Portrait'; //to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$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
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strProcesslist = 'Process list'; //to translate
 
$strQueryFrame = 'Query window'; //to translate
$strQuerySQLHistory = 'SQL-history'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'; //to translate
$strQueryTime = 'Query took %01.4f sec'; //to translate
$strQueryType = 'Query type'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strReceived = 'Received'; //to translate
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
$strRefresh = 'Refresh'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRelations = 'Relations'; //to translate
$strRelationView = 'Relation view'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRomanian = 'Romanian'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRussian = 'Russian'; //to translate
 
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSent = 'Sent'; //to translate
$strServerChoice = 'Server Choice'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSpanish = 'Spanish'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strSQLOptions = 'SQL options'; //to translate
$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
$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
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strStatCheckTime = 'Last check'; //to translate
$strStatCreateTime = 'Creation'; //to translate
$strStatUpdateTime = 'Last update'; //to translate
$strStatus = 'Status'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strSwedish = 'Swedish'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
 
$strTableHasBeenFlushed = 'Table %s has been flushed'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strTableOptions = 'Table options'; //to translate
$strTableStructure = 'Table structure for table'; //to translate
$strTakeIt = 'take it'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strThai = 'Thai'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strTime = 'Time'; //to translate
$strToggleScratchboard = 'Toggle scratchboard'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTraffic = 'Traffic'; //to translate
$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
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$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
$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
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.'; //to translate
$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
$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
$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
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strTurkish = 'Turkish'; //to translate
 
$strUkrainian = 'Ukrainian'; //to translate
$strUnicode = 'Unicode'; //to translate
$strUnknown = 'unknown'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserOverview = 'User overview'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strUseTextField = 'Use text field'; //to translate
$strUseThisValue = 'Use this value'; //to translate
 
$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
$strVar = 'Variable'; //to translate
$strViewDumpDatabases = 'View dump (schema) of databases'; //to translate
 
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //to translate
$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'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
 
$strXML = 'XML'; //to translate
 
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/persian-windows-1256.inc.php
0,0 → 1,1005
<?php
 
/* $Id: persian-windows-1256.inc.php,v 2.118.2.3 2006/03/23 17:42:14 lem9 Exp $ */
/*
Persian(Farsi) translation by : Bornis Group
www.BornisGroup.com
info@BornisGroup.com
*/
$charset = 'windows-1256';
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'Tahoma, verdana, arial, helvetica, sans-serif';
$right_font_family = '"Windows UI", Tahoma, verdana, arial, helvetica, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('ÈÇíÊ', 'ßíáæÈÇíÊ', 'ãÇ ÈÇíÊ', 'íÇ ÈÇíÊ', 'ÊÑÇÈÇíÊ', 'ÊÇ ÈÇíÊ', 'ǐÒÇ ÈÇíÊ');
 
$day_of_week = array('íßÔäÈå', 'ÏæÔäÈå', 'ÓåÔäÈå', 'åÇÑÔäÈå', 'ä̝ÔäÈå', 'ÌãÚå', 'ÔäÈå');
$month = array('ŽÇäæíå', 'ÝæÑíå', 'ãÇÑÓ', 'ÂæÑíá', 'ãí', 'ŽæÆä', 'ÌæáÇí', 'æÓÊ', 'ӁÊÇãÈÑ', 'ÇßÊÈÑ', 'äæÇãÈÑ', 'ÏÓÇãÈÑ');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y ÓÇÚÊ %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAccessDenied = 'ÏÓÊÑÓí ãÌÇÒ äíÓÊ';
$strAction = 'Úãá';
$strAddDeleteColumn = 'ÇÖÇÝå íÇ ÍÐÝ ÓÊæäåÇ';
$strAddDeleteRow = 'ÇÖÇÝå/ÍÐÝ ãÚíÇÑåÇ';
$strAddNewField = 'ÇÝÒæÏä ÓÊæä ÌÏíÏ';
$strAddSearchConditions = 'ÇÝÒæÏä ÔÑÇíØ ÌÓÊÌæ (ÈÏäå ÔÑØ "where"):';
$strAddUserMessage = 'ÔãÇ íß ßÇÑÈÑ ÌÏíÏ ÇÖÇÝå ßÑÏíÏ.';
$strAddUser = 'ÇÝÒæÏä íß ßÇÑÈÑ ÌÏíÏ';
$strAffectedRows = 'ÓØÑåÇí ÊÍÊ ÊÇËíÑ æÇÞڝÔÏå:';
$strAfterInsertBack = 'ÈÑæ Èå ÕÝÍå ÞÈá';
$strAfterInsertNewInsert = 'ÏÑÌ íß ÓØÑ ÌÏíÏ ÏíÑ';
$strAfter = 'ÈÚÏ ÇÒ %s';
$strAllTableSameWidth = 'äãÇíÔ åãå ÌÏæáåÇ ÈÇ ÚÑÖ íßÓÇä¿';
$strAll = 'åãå';
$strAlterOrderBy = 'ÊÛííÑ ÌÏæá ãÑÊÈ ÔÏå ÈÇ';
$strAnalyzeTable = 'ÊÍáíá ÌÏæá';
$strAnd = 'æ';
$strAnIndex = 'íß ÝåÑÓÊ ÏÑ %s ÇÖÇÝå ÑÏíÏ.';
$strAnyHost = 'åãå ãíÒÈÇäåÇ';
$strAnyUser = 'åãå ßÇÑÈÑÇä';
$strAny = 'åãå';
$strAPrimaryKey = 'íß ßáíÏ ÇÕáí ÏÑ %s ÇÖÇÝå ÔÏ';
$strAscending = 'ÕÚæÏí';
$strAtBeginningOfTable = 'ÏÑ ÇÈÊÏÇí ÌÏæá';
$strAtEndOfTable = 'ÏÑ ÇäÊåÇí ÌÏæá';
$strAttr = 'æ펐íåÇ';
 
$strBack = 'ÈÇҐÔÊ';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'ÏæÏæíí';
$strBrowse = 'ãÔÇåÏå';
$strBzip = '"bzipped"';
 
$strCantLoadRecodeIconv = 'ÈÇѐÐÇÑí iconv íÇ recode extension ßå ÈÑÇí ÊÈÏíá ãÌãæÚå ßÇÑÇßÊÑåÇ áÇÒã ÇÓÊ ¡ ãÞÏæÑ äãíÈÇÔÏ¡ php ÑÇ ÈÑÇí ÇÌÇÒå ÇÓÊÝÇÏå ÇÒ ÂäåÇ ÊäÙíã ßÑÏå æ íÇ ÊÈÏíá ãÌãæÚå ßÇÑÇßÊÑåÇ (charset conversion) ÑÇ ÏÑ phpMyAdmin ÛíÑÝÚÇá äãÇííÏ.';
$strCantRenameIdxToPrimary = 'ÈÇÒäÇãíÏä ÝåÑÓÊ Èå PRIMARY ãÞÏæÑ äãíÈÇÔÏ!';
$strChangeDisplay = 'ÓÊæä ÑÇ ÈÑÇí äãÇíÔ ÇäÊÎÇÈ äãÇííÏ';
$strChangePassword = 'ÊÛííÑ ÇÓã ÑãÒ';
$strChange = 'ÊÛííÑ';
$strCharsetOfFile = 'ãÌãæÚå ßÇÑÇßÊÑåÇí ÑæäÏå:';
$strCheckAll = 'ÇäÊÎÇÈ åãå';
$strCheckTable = 'ÈÑÑÓí ÌÏæá';
$strChoosePage = 'áØÝÇ íß ÕÝÍå ÑÇ ÈÑÇí æíÑÇíÔ ÇäÊÎÇÈ äãÇííÏ';
$strColComFeat = 'äãÇíÔ ÊæÖíÍÇÊ ÓÊæä';
$strColumnNames = 'äÇã ÓÊæäåÇ';
$strComments = 'ÊæÖíÍÇÊ';
$strCompleteInserts = 'ÊãÇã æÑæÏíåÇ';
$strCompression = 'ÝÔÑÏåÓÇÒí';
$strConfigFileError = 'phpMyAdmin ÞÇÏÑ Èå ÎæÇäÏä ÑæäÏå ÊäÙíãÇÊ äãíÈÇÔÏ!<br />Çíä ããßä ÇÓÊ Èå ÎÇØÑ æÌæÏ íß ãÔßá ÏÓÊæÑí æ íÇ íÏÇäÔÏä ÑæäÏå ÊæÓØ php ÈÇÔÏ.<br />áØÝÇ ÑæäÏå ÊäÙãíÇÊ ÑÇ ãÓÊÞíãÇ ÊæÓØ íæäÏ ÒíÑ ÕÏÇ ÒÏå æ íÛÇã(åÇí) ÎØÇí php ßå ÏÑíÇÝÊ ãíßäíÏ ÑÇ ÈÎæÇäíÏ. ÏÑ ÇßËÑ ãæÇÑÏ íß ÚáÇãÊ äÞá Þæá (" \' ") íÇ æíѐæáäÞØå (" ; ") ÏÑ ÌÇíí æÌæÏ äÏÇÑÏ.<br />ÇÑ íß ÕÝÍå ÎÇáí ÏÑíÇÝÊ ßÑÏíÏ ¡ åãå íÒ ÏÑÓÊ ÇÓÊ.';
$strConfigureTableCoord = 'áØÝÇ ãÎÊÕÇÊ ÌÏæá %s ÑÇ ÊäÙíã ßäíÏ';
$strCopyTableOK = 'ÌÏæá %s Èå %s ߁í ÔÏ.';
$strCopyTable = '߁í ßÑÏä ÌÏæá Èå (ÇíÇå ÏÇÏå<b>.</b>ÌÏæá):';
$strCreateIndexTopic = 'ÓÇÎÊ ÝåÑÓÊ ÌÏíÏ';
$strCreateIndex = 'ÓÇÎÊ íß ÝåÑÓÊ ÏÑ&nbsp;%s&nbsp;ÓÊæä';
$strCreateNewDatabase = 'ÓÇÎÊ ÇíÇå ÏÇÏå ÌÏíÏ';
$strCreateNewTable = 'ÓÇÎÊ ÌÏæá ÌÏíÏ ÏÑ ÇíÇå ÏÇÏå %s';
$strCreatePage = 'ÓÇÎÊ íß ÕÝÍå ÌÏíÏ';
$strCreatePdfFeat = 'ÓÇÎÊ PDFs';
$strCreate = 'ÓÇÎÊä';
$strCriteria = 'ãÚíÇÑåÇ';
 
$strDatabaseHasBeenDropped = 'ÇíÇå ÏÇÏå %s ÍÐÝ ÑÏíÏ.';
$strDatabasesStats = 'ÂãÇÑ ÇíÇååÇí ÏÇÏå';
$strDatabases = 'ÇíÇååÇí ÏÇÏå';
$strDatabase = 'ÇíÇå ÏÇÏå';
$strDataDict = 'ÝÑåä ÏÇÏååÇ';
$strDataOnly = 'ÝÞØ ÏÇÏååÇ';
$strData = 'ÏÇÏå';
$strDefault = 'íԝÝÑÖ';
$strDeletedRows = 'ÓØÑåÇí ÍÐݝÔÏå :';
$strDeleted = 'ÓØÑ ÍÐÝ ÑÏíÏ .';
$strDelete = 'ÍÐÝ';
$strDescending = 'äÒæáí';
$strDisabled = 'ÛíÑÝÚÇá';
$strDisplayFeat = 'äãÇíÔ ÎÕæÕíÇÊ';
$strDisplayOrder = 'ÊÑÊíÈ äãÇíÔ:';
$strDisplayPDF = 'äãÇíÔ Çáæí PDF';
$strDoAQuery = 'ÇäÌÇã íß "ÑÓ æ Ìæ ÈÇ äãæäå" (wildcard: "%")';
$strDocu = 'ãÓÊäÏÇÊ';
$strDoYouReally = 'ÂíÇ ãØãÆä åÓÊíÏ ';
$strDrop = 'ÍÐÝ';
$strDumpingData = 'ÍÐÝ ÏÇÏååÇí ÌÏæá';
$strDumpXRows = 'ÍÐÝ %s ÓØÑ(åÇ) ÇÈÊÏÇ ÇÒ ÓØÑ ÔãÇÑå %s.';
$strDynamic = 'æíÇ';
 
$strEditPDFPages = 'æíÑÇíÔ ÕÝÍÇÊ PDF';
$strEditPrivileges = 'æíÑÇíÔ ÇãÊíÇÒÇÊ';
$strEdit = 'æíÑÇíÔ';
$strEffective = 'ãæËÑ';
$strEmptyResultSet = 'MySQL íß äÊíÌå ÎÇáí ÏÇÏ. (ãËáÇ 0 ÓØÑ).';
$strEmpty = 'ÎÇáí ßÑÏä';
$strEnabled = 'ÝÚÇá';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnd = 'ÇäÊåÇ';
$strEnglishPrivileges = ' äßÊå : äÇã ÇãÊíÇÒÇÊ MySQL Èå ÒÈÇä ÇäáíÓí ÈíÇä ãíÔæÏ .';
$strError = 'ÎØÇ';
$strExplain = 'ÔÑÍ ÏÇÏä SQL';
$strExport = 'ÕÏæÑ';
$strExtendedInserts = 'æÑæÏíåÇí ÊãÏíÏÔÏå';
$strExtra = 'ÇÖÇÝí';
 
$strFieldHasBeenDropped = 'ÓÊæä %s ÍÐÝ ÑÏíÏ';
$strFieldsEmpty = ' ÊÚÏÇÏ ÓÊæäåÇ ÎÇáí ÇÓÊ! ';
$strFieldsEnclosedBy = 'ÓÊæäåÇí ÏÑãíÇ䝐ÑÝÊå ÈÇ';
$strFieldsEscapedBy = 'ÓÊæäåÇí ÌÏÇÔÏå ÈÇ';
$strFieldsTerminatedBy = 'ÓÊæäåÇí ãäÊåí Èå';
$strFields = 'ÓÊæäåÇ';
$strField = 'ÓÊæä';
$strFixed = 'fixed';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFormat = 'ÞÇáÈ';
$strFormEmpty = 'ãÞÏÇÑí ÏÑ ÝÑã æÇÑÏ äÔÏå !';
$strFullText = 'ßÇãáÇ ãÊä';
$strFunction = 'ÊÇÈÚ';
 
$strGenBy = 'ÊæáíϝÔÏå ÊæÓØ';
$strGenTime = 'ÒãÇä ÊæáíÏ';
$strGo = 'ÊÇííÏ';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'ÊÛííÑ ÏÇÏåÔÏ.';
$strHasBeenCreated = 'ÓÇÎÊå ÔÏ.';
$strHaveToShow = 'ÔãÇ ÍÐÇÞá ÈÇíÏ íß ÓÊæä ÑÇ ÈÑÇí äãÇíÔ ÇäÊÎÇÈ äãÇííÏ';
$strHomepageOfficial = 'ÕÝÍå ÎÇäå ÑÓãí phpMyAdmin';
$strHome = 'ÎÇäå';
$strHostEmpty = 'äÇã ãíÒÈÇä ÎÇáí ÇÓÊ!';
$strHost = 'ãíÒÈÇä';
 
$strIdxFulltext = 'ßÇãáÇ ãÊä';
$strIgnore = 'Ignore';
$strImportDocSQL = 'æÇÑÏ ßÑÏä ÑæäÏååÇí docSQL';
$strIndexes = 'ÝåÑÓʝåÇ';
$strIndexHasBeenDropped = 'ÝåÑÓÊ %s ÍÐÝ ÑÏíÏ';
$strIndexName = 'ÇÓã ÝåÑÓÊ&nbsp;:';
$strIndexType = 'äæÚ ÝåÑÓÊ&nbsp;:';
$strIndex = 'ÝåÑÓÊ';
$strInsecureMySQL = 'ÑæäÏå íßÑÈäÏí ÔãÇ ÍÇæí ÊäÙíãÇÊí ÇÓÊ (ßÇÑÈÑ root ÈÏæä ÇÓã ÑãÒ) ßå ãÑÊÈØ ÈÇ ÍÓÇÈ íԝÝÑÖ MySQL ãíÈÇÔÏ. ÇÌÑÇí MySQL ÈÇ Çíä íԝÝÑÖ ÈÇÚË æÑæÏ ÛíÑãÌÇÒ ãíÔæÏ ¡ æ ÔãÇ ÈÇíÏ Çíä ÍÝÑå ÇãäíÊí ÑÇ ÐÑÓÊ ßäíÏ.';
$strInsertAsNewRow = 'ÏÑÌ Èå ÚäæÇä íß ÓØÑ ÌÏíÏ';
$strInsertedRows = 'ÓØÑåÇí ÏÑ̝ÔÏå:';
$strInsertNewRow = 'ÏÑÌ ÓØÑ ÌÏíÏ';
$strInsert = 'ÏÑÌ';
$strInUse = 'in use';
 
$strKeepPass = 'ÚÏã ÊÛííÑ ÇÓã ÑãÒ';
$strKeyname = 'Keyname';
$strKill = 'Kill';
 
$strLengthSet = 'Øæá/ãÞÇÏíÑ*';
$strLimitNumRows = 'ÊÚÏÇÏ ÓØÑåÇ ÏÑ åÑ ÕÝÍå';
$strLinesTerminatedBy = 'ÎØæØ ãäÊåí Èå';
$strLinkNotFound = 'íæäÏ íÏÇ äÔÏ';
$strLinksTo = 'íæäÏ Èå';
$strLocationTextfile = 'ãÍá ÑæäÏå ãÊäí';
$strLogin = 'æÑæÏ';
$strLogout = 'ÎÑæÌ';
$strLogPassword = 'ÇÓã ÑãÒ:';
$strLogUsername = 'äÇã ßÇÑÈÑ:';
 
$strModifications = 'ÇÕáÇÍÇÊ ÐÎíÑå ÑÏíÏ';
$strModifyIndexTopic = 'ÇÕáÇÍ íß ÝåÑÓÊ';
$strModify = 'ÇÕáÇÍ';
$strMoveTableOK = 'ÌÏæá %s Èå %s ÇäÊÞÇá ÏÇÏåÔÏ.';
$strMoveTable = 'ÇäÊÞÇá ÌÏæá Èå (ÇíÇå ÏÇÏå<b>.</b>ÌÏæá):';
$strMySQLCharset = 'ãÌãæÚ ßÇÑÇßÊÑåÇí MySQL';
$strMySQLSaid = 'íÛÇã MySQL :';
$strMySQLShowProcess = 'äãÇíÔ ÝÑÇíäÏåÇ';
$strMySQLShowStatus = 'äãÇíÔ ÇØáÇÚÇÊ MySQL';
$strMySQLShowVars = 'äãÇíÔ ãÊÛíÑåÇí ÓíÓÊãí MySQL';
 
$strName = 'ÇÓã';
$strNext = 'ÈÚÏ';
$strNoDatabases = 'No databases';
$strNoDescription = 'no Description';
$strNoDropDatabases = 'ÏÓÊæÑ "DROP DATABASE" ÛíÑÝÚÇá ãíÈÇÔÏ.';
$strNoIndex = 'åí ÝåÑÓÊí ÊÚÑíݝäÔÏåÇÓÊ!';
$strNone = '뒄';
$strNoPassword = 'ÈÏæä ÇÓã ÑãÒ';
$strNoPhp = 'ÈÏæä ßÏ PHP';
$strNoTablesFound = 'ÏÑ Çíä ÇíÇå ÏÇÏå åí ÌÏæáí æÌæÏ äÏÇÑÏ .';
$strNotNumber = 'Çíä íß ÚÏÏ äíÓÊ!';
$strNotOK = 'not OK';
$strNotSet = 'ÌÏæá <b>%s</b> æÌæÏ äÏÇÑÏ æ íÇ ÏÑ %s ÊäÙíã äÔÏåÇÓÊ';
$strNoUsersFound = 'åí ßÇÑÈÑí ææÏ äÏÇÑÏ.';
$strNo = '뒄';
$strNull = 'ÎÇáí';
$strNumTables = 'ÌÏæáåÇ';
 
$strOK = 'ÊÇííÏ';
$strOperations = 'ÚãáíÇÊ';
$strOptimizeTable = 'ÈåíäåÓÇÒí ÌÏæá';
$strOr = 'íÇ';
 
$strPageNumber = 'ÔãÇÑå ÕÝÍå:';
$strPasswordEmpty = 'ÇÓã ÑãÒ ÎÇáí ÇÓÊ!';
$strPasswordNotSame = 'ÇÓã ÑãÒåÇ ãÇääÏ åã äãíÈÇÔÏ!';
$strPassword = 'ÇÓã ÑãÒ';
$strPdfInvalidTblName = 'ÌÏæá "%s" æÌæÏ äÏÇÑÏ!';
$strPdfNoTables = 'No tables';
$strPersian = 'ÝÇÑÓí';
$strPHPVersion = 'äÓÎå PHP';
$strPhp = 'ÓÇÎÊ ßÏ PHP';
$strPmaDocumentation = 'ãÓÊäÏÇÊ phpMyAdmin';
$strPos1 = 'ÔÑæÚ';
$strPrevious = 'ÞÈá';
$strPrimaryKeyHasBeenDropped = 'ßáíÏ ÇÕáí ÍÐÝ ÑÏíÏ';
$strPrimaryKeyName = 'äÇã ßáíÏ ÇÕáí ÈÇíÏ PRIMARY ÈÇÔÏ !';
$strPrimaryKeyWarning = '(<b>ÝÞØ æ ÝÞØ ÈÇíÏ</b> "PRIMARY" äÇã íß ßáíÏ ÇÕáí ÈÇÔÏ!)';
$strPrimary = 'ÇÕáí';
$strPrintView = 'äãÇí Ç';
$strPrint = 'Ç';
$strPrivileges = 'ÇãÊíÇÒÇÊ';
$strPutColNames = 'ÞÑÇÑÏÇÏä äÇã ÓÊæäåÇ ÏÑ Çæáíä ÓØÑ';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'ÑÓ æ Ìæ';
$strQueryOnDb = 'ÑÓ æ Ìæí SQL ÇÒ ÇíÇå ÏÇÏå <b>%s</b>:';
 
$strRecords = 'ÓØÑåÇ';
$strRelationNotWorking ='ÇãßÇäÇÊ ÇÖÇÝí ÈÑÇí ßÇÑßÑÏä ÈÇ ÌÏæáåÇí íæäÏí ÛíÑÝÚÇá ÔÏåÇÓÊ . ÈÑÇí íÏÇßÑÏä Ïáíá Âä %sÇíäÌÇ%s ÑÇ ÈÒäíÏ .';
$strReloadMySQL = 'ÈÇÑ ßÑÏä ãÌÏÏ MySQL';
$strRenameTableOK = 'ÌÏæá %s Èå %s ÊÛííÑ äÇã ÏÇÏåÔÏ';
$strRenameTable = 'ÈÇÒäÇãíÏä ÌÏæá Èå';
$strRepairTable = 'ãÑãÊ ÌÏæá';
$strReplaceTable = 'ÌÇíÒíäí ÏÇÏååÇí ÌÏæá ÈÇ ÑæäÏå';
$strReset = 'Reset';
$strReType = 'ÊßÑÇÑ';
$strRevokeMessage = 'ÔãÇ ÇãÊíÇÒÇÊ %s ÑÇ ÇÈØÇá ßÑÏíÏ';
$strRevoke = 'ÇÈØÇá';
$strRowLength = 'Øæá ÓØÑ';
$strRowsFrom = 'ÓØÑ(åÇ) ÇÈÊÏÇ ÇÒ ÓØÑ ÔãÇÑå ';
$strRowSize = ' ÇäÏÇÒå ÓØÑ ';
$strRowsModeHorizontal = 'ÇÝÞí';
$strRowsModeVertical = 'ÚãæÏí';
$strRowsStatistic = 'ÂãÇÑ ÓØÑåÇ';
$strRows = 'ÓØÑåÇ';
$strRunning = 'ÏÑ ãíÒÈÇä %s';
$strRunQuery = 'Submit Query';
$strRunSQLQuery = 'ÇÌÑÇí ÑÓ æ Ìæ(åÇ)í SQL ÏÑ ÇíÇåÏÇÏå %s';
 
$strSave = 'ÐÎíÑå';
$strSearchFormTitle = 'ÌÓÊÌæ ÏÑ ÇíÇåÏÇÏå';
$strSearchInTables = 'ÏÑ ÌÏæá(åÇí) :';
$strSearchNeedle = 'ßáãå(åÇ) íÇ ãÞÏÇÑ(åÇ) ÈÑÇí ÌÓÊÌæ (wildcard: "%"):';
$strSearchOption1 = 'ÍÏÇÞá íßí ÇÒ ßáãÇÊ';
$strSearchOption2 = 'ÊãÇãí ßáãÇÊ';
$strSearchOption3 = 'ÚÈÇÑÊ ßÇãá';
$strSearchOption4 = 'ÈÚäæÇä ãÈíä ãäÙã(as regular expression)';
$strSearchResultsFor = 'äÊíÌå ÌÓÊÌæí "<i>%s</i>" %s:';
$strSearchType = 'äæÚ ÌÓÊÌæ :';
$strSearch = 'ÌÓÊÌæ';
$strSelectADb = 'áØÝÇ íß ÇíÇå ÏÇÏå ÑÇ ÇäÊÎÇÈ äãÇííÏ.';
$strSelectAll = 'ÇäÊÎÇÈ åãå';
$strSelectFields = 'ÓÊæäåÇ ÑÇ ÇäÊÎÇÈ äãÇííÏ (ÍÏÇÞá íßí)';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'ÐÎíÑå Èå ÕæÑÊ ÑæäÏå';
$strServerVersion = 'äÓÎå ÓÑæÑ';
$strServer = 'ÓÑæÑ';
$strSetEnumVal = 'ÇÑ äæÚ ÓÊæä "enum" íÇ "set" ãíÈÇÔÏ ¡ áØÝÇ ÈÑÇí æÑæÏ ãÞÇÏíÑ ÇÒ Çíä ÞÇáÈ ÇÓÊÝÇÏå äãÇííÏ : \'a\',\'b\',\'c\'...<br /> ÇÑ ÇÍÊíÇÌ ÏÇÔÊíÏ ßå ÇÒ ÚáÇãÊ ããíÒ ÈÑÚßÓ(ÈߝÇÓáÔ) (" \ ") íÇ äÞáÞæá Êßí (" \' ") ÏÑ Âä ãÞÇÏíÑ ÇÓÊÝÇÏå äãÇííÏ ¡ ÞÈá ÇÒ ÂäåÇ ÚáÇãÊ (" \ ") ÑÇ ÈÐÇÑíÏ<br /> (ÈÑÇí ãËÇá\'\\\\xyz\' íÇ \'a\\\'b\')';
$strShowAll = 'äãÇíÔ åãå';
$strShowColor = 'äãÇíÔ Ñä';
$strShowGrid = 'Show grid';
$strShowingRecords = 'Showing rows';
$strShowPHPInfo = 'äãÇíÔ ÇØáÇÚÇÊ PHP';
$strShowTableDimension = 'äãÇíÔ ÇÈÚÇÏ ÌÏæáåÇ';
$strShowTables = 'äãÇíÔ ÌÏæáåÇ';
$strShowThisQuery = ' äãÇíÔ ÏæÈÇÑå Çíä ÑÓ æ Ìæ ÏÑ ÇíäÌÇ ';
$strShow = 'äãÇíÔ';
$strSingly = '(ÊäåÇ)';
$strSize = 'ÇäÏÇÒå';
$strSort = 'ÊÑÊíÈ';
$strSpaceUsage = 'ÝÖÇí ÇÓÊÝÇÏåÔÏå';
$strSplitWordsWithSpace = 'ßáãÇÊ ÈÇ ÚáÇãÊ ÝÇÕáå (" ") ÌÏÇ ãíÔæäÏ.';
$strSQLQuery = 'ÑÓ æ Ìæí SQL';
$strSQLResult = 'äÊíÌå SQL';
$strSQL = 'SQL';
$strStatement = 'ÔÑÌ';
$strStrucCSV = 'ÏÇÏååÇí CSV';
$strStrucData = 'ÓÇÎÊÇÑ æ ÏÇÏååÇ';
$strStrucDrop = 'ÇÝÒæÏä \'ÌÏæá ÍÐݝÔÏå\'';
$strStrucExcelCSV = 'CSV ÈÑÇí ÏÇÏååÇí MS Excel';
$strStrucOnly = 'ÝÞØ ÓÇÎÊÇÑ';
$strStructPropose = 'íÔäåÇÏ ÓÇÎÊÇÑ ÌÏæá';
$strStructure = 'ÓÇÎÊÇÑ';
$strSubmit = 'ÇÑÓÇá';
$strSuccess = 'ÑÓ æ Ìæí SQL ÔãÇ ÈÇ ãæÝÞíÊ ÇÌÑÇ ÑÏíÏ';
$strSum = 'ãÌãæÚ';
 
$strTableComments = 'ÊæÖíÍÇÊ ÌÏæá';
$strTableEmpty = 'äÇã ÌÏæá æÇÑÏ äÔÏåÇÓÊ !';
$strTableHasBeenDropped = 'ÌÏæá %s ÍÐÝ ÑÏíÏ';
$strTableHasBeenEmptied = 'ÌÏæá %s ÎÇáí ÔÏ';
$strTableMaintenance = 'äåÏÇÔÊ ÌÏæá';
$strTables = '%s ÌÏæá(åÇ)';
$strTableType = 'äæÚ ÌÏæá';
$strTable = 'ÌÏæá';
$strTotalUC = 'ÌãÚ ßá';
$strTotal = 'ÌãÚ ßá';
$strType = 'äæÚ';
 
$strUncheckAll = 'ÚÏã ÇäÊÎÇÈ åãå';
$strUnique = 'íßÊÇ';
$strUnselectAll = 'ÚÏã ÇäÊÎÇÈ åãå';
$strUpdatePrivMessage = 'ÇãÊíÇÒÇÊ %s Èå åäÇ㠐ÑÏíÏ.';
$strUpdateProfileMessage = 'ÊäÙíãÇÊ Èå åäÇ㠐ÑÏíÏ.';
$strUpdateQuery = 'ÈååäÇã ÓÇÒí ÑÓ æ Ìæ';
$strUsage = 'ÇÓÊÝÇÏå';
$strUseBackquotes = 'ÞÑÇÑÏÇÏä äÇã ÌÏæáåÇ æ ÓÊæäåÇ Èíä ÚáÇãÊ äÞáÞæá (" \' ")';
$strUserEmpty = 'äÇã ßÇÑÈÑ ÎÇáí ÇÓÊ!';
$strUserName = 'äÇã ßÇÑÈÑ';
$strUser = 'ßÇÑÈÑ';
$strUseTables = 'ÈßÇѐíÑí ÌÏæáåÇ';
 
$strValidateSQL = 'ãÚÊÈÑÓÇÒí SQL';
$strValue = 'ãÞÏÇÑ';
$strViewDumpDB = 'äãÇíÔ Çáæí ÇíÇå ÏÇÏå';
$strViewDump = 'äãÇíÔ Çáæí ÌÏæá';
 
$strWebServerUploadDirectoryError = 'æÔåÇí ÑÇ ßå ÈÑÇí ÇäÊÞÇá ÝÇíá ÇäÊÎÇÈ ßÑÏåÇíÏ ÞÇÈá ÏÓÊÑÓí äíÓÊ.';
$strWelcome = 'Èå %s ÎæԝÂãÏíÏ';
$strWithChecked = 'ãæÇÑÏ ÇäÊÎÇȝÔÏå :';
$strWrongUser = 'äÇã ßÇÑÈÑ/ÇÓã ÑãÒ ÇÔÊÈÇå ÇÓÊ. ÏÓÊÑÓí ãÌÇÒ äíÓÊ.';
 
$strYes = 'Èáí';
 
$strZip = '"zipped"';
 
// To translate:
$strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$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.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddDropDatabase = 'Add DROP DATABASE'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strAddIntoComments = 'Add into comments'; //to translate
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)'; //to translate
$strAdministration = 'Administration'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strArabic = 'Arabic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strAutodetect = 'Autodetect'; //to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
 
$strBaltic = 'Baltic'; //to translate
$strBinaryDoNotEdit = 'Binary - do not edit'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate
$strBookmarkLabel = 'Label'; //to translate
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$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
 
$strCalendar = 'Calendar'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strCardinality = 'Cardinality'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strCharset = 'Charset'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strCollation = 'Collation'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strCommand = 'Command'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConnections = 'Connections'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCroatian = 'Croatian'; //to translate
$strCSVOptions = 'CSV options'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strCzech = 'Czech'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
 
$strDanish = 'Danish'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseExportOptions = 'Database export options'; //to translate
$strDatabaseNoTable = 'This database contains no table!'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDBComment = 'Database comment: '; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDescription = 'Description'; //to translate
$strDictionary = 'dictionary'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEnglish = 'English'; //to translate
$strEstonian = 'Estonian'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFailedAttempts = 'Failed attempts'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strFileNameTemplate = 'File name template'; //to translate
$strFileNameTemplateRemember = 'remember template'; //to translate
$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
 
$strGeneralRelationFeat = 'General relation features'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strGerman = 'German'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strGrantOption = 'Grant'; //to translate
$strGreek = 'Greek'; //to translate
 
$strHebrew = 'Hebrew'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strHungarian = 'Hungarian'; //to translate
 
$strIcelandic = 'Icelandic'; //to translate
$strId = 'ID'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportFiles = 'Import files'; //to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
 
$strJapanese = 'Japanese'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
 
$strKorean = 'Korean'; //to translate
 
$strLandscape = 'Landscape'; //to translate
$strLatexCaption = 'Table caption'; //to translate
$strLatexContent = 'Content of table __TABLE__'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexIncludeCaption = 'Include table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
$strLaTeX = 'LaTeX'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strLatexStructure = 'Structure of table __TABLE__'; //to translate
$strLatvian = 'Latvian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strLocalhost = 'Local'; //to translate
$strLoginInformation = 'Login Information'; //to translate
$strLogServer = 'Server'; //to translate
 
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strMIME_available_mime = 'Available MIME-types'; //to translate
$strMIME_available_transform = 'Available transformations'; //to translate
$strMIME_description = 'Description'; //to translate
$strMIME_MIMEtype = 'MIME-type'; //to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.'; //to translate
$strMIME_transformation = 'Browser transformation'; //to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s'; //to translate
$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
$strMIME_transformation_options = 'Transformation options'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; //to translate
$strNoIndexPartsDefined = 'No index parts defined!'; //to translate
$strNoModification = 'No change'; //to translate
$strNoOptions = 'This format has no options'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoPrivileges = 'No Privileges'; //to translate
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate
 
$strOperator = 'Operator'; //to translate
$strOverhead = 'Overhead'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$strPaperSize = 'Paper size'; //to translate
$strPartialText = 'Partial Texts'; //to translate
$strPasswordChanged = 'The Password for %s was changed successfully.'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPerHour = 'per hour'; //to translate
$strPerMinute = 'per minute'; //to translate
$strPerSecond = 'per second'; //to translate
$strPhoneBook = 'phone book'; //to translate
$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
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
$strPolish = 'Polish'; //to translate
$strPortrait = 'Portrait'; //to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$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
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strProcesslist = 'Process list'; //to translate
 
$strQueryFrame = 'Query window'; //to translate
$strQuerySQLHistory = 'SQL-history'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'; //to translate
$strQueryTime = 'Query took %01.4f sec'; //to translate
$strQueryType = 'Query type'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strReceived = 'Received'; //to translate
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
$strRefresh = 'Refresh'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRelations = 'Relations'; //to translate
$strRelationView = 'Relation view'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRomanian = 'Romanian'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRussian = 'Russian'; //to translate
 
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSent = 'Sent'; //to translate
$strServerChoice = 'Server Choice'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSpanish = 'Spanish'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strSQLOptions = 'SQL options'; //to translate
$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
$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
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strStatCheckTime = 'Last check'; //to translate
$strStatCreateTime = 'Creation'; //to translate
$strStatUpdateTime = 'Last update'; //to translate
$strStatus = 'Status'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strSwedish = 'Swedish'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
 
$strTableHasBeenFlushed = 'Table %s has been flushed'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strTableOptions = 'Table options'; //to translate
$strTableStructure = 'Table structure for table'; //to translate
$strTakeIt = 'take it'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strThai = 'Thai'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strTime = 'Time'; //to translate
$strToggleScratchboard = 'Toggle scratchboard'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTraffic = 'Traffic'; //to translate
$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
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$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
$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
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.'; //to translate
$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
$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
$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
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strTurkish = 'Turkish'; //to translate
 
$strUkrainian = 'Ukrainian'; //to translate
$strUnicode = 'Unicode'; //to translate
$strUnknown = 'unknown'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserOverview = 'User overview'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strUseTextField = 'Use text field'; //to translate
$strUseThisValue = 'Use this value'; //to translate
 
$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
$strVar = 'Variable'; //to translate
$strViewDumpDatabases = 'View dump (schema) of databases'; //to translate
 
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //to translate
$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'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
 
$strXML = 'XML'; //to translate
 
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/polish-iso-8859-2.inc.php
0,0 → 1,976
<?php
/* $Id: polish-iso-8859-2.inc.php,v 2.122.2.2 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'iso-8859-2';
$text_dir = 'ltr';
$left_font_family = 'verdana, "arial ce", arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, verdana, "arial ce", arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtów', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Nie', 'Pon', 'Wto', '¦ro', 'Czw', 'Pi±', 'Sob');
$month = array('Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Pa¼', 'Lis', 'Gru');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dni, %s godzin, %s minut i %s sekund';
 
$strAbortedClients = 'Przerwane';
$strAbsolutePathToDocSqlDir = 'Proszê podaæ bezwzglêdn± ¶cie¿kê na serwerze www do katalogu docSQL';
$strAccessDenied = 'Brak dostêpu';
$strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Do jego stworzenia mo¿na u¿yæ %1$sskryptu instalacyjnego%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin próbowa³ po³±czyæ siê z serwerem MySQL, a serwer odrzuci³ po³±czenie. Powiniene¶ sprawdziæ nazwê hosta, nazwê u¿ytkownika i has³o w pliku config.inc.php i upewniæ siê, ¿e odpowiadaj± one informacjom danym przez administratora serwera MySQL.';
$strAction = 'Dzia³anie';
$strAddAutoIncrement = 'Dodaj warto¶ci AUTO_INCREMENT';
$strAddConstraints = 'Dodaj ograniczenia';
$strAddDeleteColumn = 'Dodaj/usuñ pola';
$strAddDeleteRow = 'Dodaj/usuñ wiersz kryteriów';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddedColumnComment = 'Zosta³ dodany komentarz kolumny';
$strAddedColumnRelation = 'Zosta³a dodana relacja dla kolumny';
$strAddFields = 'Dodaj %s pól';
$strAddHeaderComment = 'Dodaj do nag³ówka w³asny komentarz (\\n oddziela linie)';
$strAddIfNotExists = 'Dodaj IF NOT EXISTS';
$strAddIntoComments = 'Dodaj w komentarzach:';
$strAddNewField = 'Dodaj nowego pole';
$strAddPrivilegesOnDb = 'Dodaj uprawnienia dla nastêpuj±cej bazy danych';
$strAddPrivilegesOnTbl = 'Dodaj uprawnienia dla nastêpuj±cej tabeli';
$strAddSearchConditions = 'Dodaj warunki przeszukiwania (warunek dla "where"):';
$strAddToIndex = 'Dodaj &nbsp;%s&nbsp;kolumn do indeksu ';
$strAddUser = 'Dodaj nowego u¿ytkownika';
$strAddUserMessage = 'Nowy u¿ytkownik zosta³ dodany.';
$strAdministration = 'Administracja';
$strAffectedRows = 'Zmodyfikowanych rekordów:';
$strAfterInsertBack = 'Wróæ';
$strAfterInsertNewInsert = 'Dodaj nowy rekord';
$strAfterInsertNext = 'Edytuj nastêpny rekord';
$strAfterInsertSame = 'Powrót do tej strony';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Zezwól na przerwanie importu w przypadku, gdy skrypt wykryje zbli¿aj±cy siê koniec limitu czasu. Mo¿e to byæ dobry sposób importu du¿ych plików, jednak¿e mo¿e on popsuæ transakcje.';
$strAllTableSameWidth = 'wy¶wietliæ wszystkie tabele z tak± sam± szeroko¶ci±?';
$strAll = 'Wszystko';
$strAlterOrderBy = 'Sortowanie tabeli wg';
$strAnalyzeTable = 'Analizuj tabelê';
$strAnd = 'oraz';
$strAndThen = 'a nastêpnie';
$strAnIndex = 'Do %s dodany zosta³ indeks';
$strAny = 'Dowolny';
$strAnyHost = 'Dowolny host';
$strAnyUser = 'Dowolny u¿ytkownik';
$strApproximateCount = 'Byæ mo¿e w przybli¿eniu. Zobacz FAQ 3.11';
$strAPrimaryKey = 'Do %s dodany zosta³ klucz podstawowy';
$strArabic = 'Arabski';
$strArmenian = 'Ormiañski';
$strAscending = 'Rosn±co';
$strAtBeginningOfTable = 'Na pocz±tku tabeli';
$strAtEndOfTable = 'Na koñcu tabeli';
$strAttr = 'Atrybuty';
$strAutodetect = 'Rozpoznaj automatycznie';
$strAutomaticLayout = 'Uk³ad automatyczny';
 
$strBack = 'Powrót';
$strBaltic = 'Ba³tycki';
$strBeginCut = 'TNIJ ST¡D';
$strBeginRaw = 'SUROWE DANE ST¡D';
$strBinary = ' Binarne ';
$strBinaryDoNotEdit = ' Binarne - nie do edycji ';
$strBinaryLog = 'Dziennik binarny';
$strBinLogEventType = 'Typ zdarzenia';
$strBinLogInfo = 'Informacje';
$strBinLogName = 'Nazwa dziennika';
$strBinLogOriginalPosition = 'Oryginalna pozycja';
$strBinLogPosition = 'Pozycja';
$strBinLogServerId = 'ID serwera';
$strBookmarkAllUsers = 'Pozwól na dostêp wszystkim u¿ytkownikom';
$strBookmarkCreated = 'Zapytanie %s zosta³o zapamiêtane';
$strBookmarkDeleted = 'Zapamiêtane zapytanie SQL zosta³o usuniête.';
$strBookmarkLabel = 'Nazwa';
$strBookmarkQuery = 'Zapamiêtane zapytanie SQL';
$strBookmarkReplace = 'Zamieñ istniej±ce zapamiêtane zapytanie o tej samej nazwie';
$strBookmarkThis = 'Pamiêtaj zapytanie SQL';
$strBookmarkView = 'Tylko poka¿';
$strBrowseDistinctValues = 'Przegl±daj ró¿ne warto¶ci';
$strBrowseForeignValues = 'Przegl±daj zewnêtrzne warto¶ci';
$strBrowse = 'Przegl±daj';
$strBufferPoolActivity = 'Aktywno¶æ rezerw buforowych';
$strBufferPool = 'Rezerwy buforowe';
$strBufferPoolUsage = 'U¿ycie rezerw buforowych';
$strBufferReadMisses = 'Chybienia odczytu';
$strBufferReadMissesInPercent = 'Chybienia odczytu w %';
$strBufferWriteWaitsInPercent = 'Oczekiwania zapisu w %';
$strBufferWriteWaits = 'Oczekiwania na zapis';
$strBulgarian = 'Bu³garski';
$strBusyPages = 'Strony u¿ywane';
$strBzError = 'phpMyAdminowi nie uda³o siê skompresowaæ zrzutu z powodu zepsutego rozszerzenia Bz2 w tej wersji PHP. Jest bardzo zalecane by ustawiæ dyrektywê <code>$cfg[\'BZipDump\']</code> w pliku konfiguracyjnym phpMyAdmina na <code>FALSE</code>. Je¶li chcesz u¿yæ funkcji kompresji Bz2, PHP powinien zostaæ zaktualizowany do najnowszej wersji. Szczegó³y mo¿na zobaczyæ w raporcie na temat b³êdów PHP %s.';
$strBzip = '".bz2"';
 
$strCalendar = 'Kalendarz';
$strCanNotLoadImportPlugins = 'Nie uda³o siê za³adowaæ modu³ów importu, proszê sprawdziæ instalacjê!';
$strCannotLogin = 'Nie uda³o siê zalogowaæ na serwer MySQL';
$strCantLoad = 'nie uda³o siê za³adowaæ modu³u %s,<br />proszê sprawdziæ konfiguracjê PHP';
$strCantLoadRecodeIconv = 'Nie uda³o siê za³adowaæ rozszerzeñ iconv lub recode, które s± niezbêdne do konwersji kodowania znaków, skonfiguruj PHP tak, by móg³ u¿ywaæ tych rozszerzeñ albo zablokuj konwersjê kodowania znaków w phpMyAdminie.';
$strCantRenameIdxToPrimary = 'Nie mo¿na zmieniæ nazwy indeksu na PRIMARY!';
$strCantUseRecodeIconv = 'Nie uda³o siê u¿yæ ani funkcji iconv, ani libiconv, mimo ¿e rozszerzenia zg³aszaj± siê jako za³adowane. Proszê sprawdziæ swoj± konfiguracjê PHP.';
$strCardinality = 'Moc';
$strCaseInsensitive = 'bez rozró¿niania wielko¶ci liter';
$strCaseSensitive = 'z rozró¿nianiem wielko¶ci liter';
$strCentralEuropean = '¦rodkowoeuropejski';
$strChangeCopyModeCopy = '... pozostaw starego.';
$strChangeCopyModeDeleteAndReload = ' ... usuñ starego z tabel u¿ytkowników, a nastêpnie prze³aduj uprawnienia.';
$strChangeCopyModeJustDelete = ' ... usuñ starego z tabel u¿ytkowników.';
$strChangeCopyModeRevoke = ' ... odbierz wszystkie aktywne uprawnienia staremu, a nastêpnie go usuñ.';
$strChangeCopyMode = 'Utwórz nowego u¿ytkownika z takimi samymi uprawnieniami i ...';
$strChangeCopyUser = 'Zmieñ dane u¿ytkownika / Skopiuj u¿ytkownika';
$strChangeDisplay = 'Wybierz wy¶wietlane pole';
$strChangePassword = 'Zmieñ has³o';
$strChange = 'Zmieñ';
$strCharsetOfFile = 'Zestaw znaków dla pliku:';
$strCharsetsAndCollations = 'Zestawy znaków i metody porównywania napisów';
$strCharsets = 'Zestawy znaków';
$strCharset = 'Zestaw znaków';
$strCheckAll = 'Zaznacz wszystkie';
$strCheckOverhead = 'Zaznacz nieoptymalne';
$strCheckPrivsLong = 'Sprawd¼ uprawnienia bazy danych &quot;%s&quot;.';
$strCheckPrivs = 'Sprawd¼ uprawnienia';
$strCheckTable = 'Sprawd¼ tabelê';
$strChoosePage = 'Proszê wybraæ stronê do edycji';
$strColComFeat = 'Wy¶wietl komentarze dla kolumn';
$strCollation = 'Metoda porównywania napisów';
$strColumnNames = 'Nazwy kolumn';
$strColumnPrivileges = 'Uprawnienia specyficzne dla kolumn';
$strCommand = 'Polecenie';
$strCommentsForTable = 'KOMENTARZE TABELI';
$strComments = 'Komentarze';
$strCompatibleHashing = 'Kompatybilny z MySQL-em&nbsp;4.0';
$strCompleteInserts = 'Pe³ne dodania';
$strCompression = 'Typ kompresji';
$strCompressionWillBeDetected = 'Rodzaj kompresji importowanych plików zostanie automatycznie rozpoznany jako jeden z: %s';
$strConfigDefaultFileError = 'Nie uda³o siê za³adaowaæ domy¶lnej konfiguracji z pliku: "%1$s"';
$strConfigFileError = 'phpMyAdmin nie zdo³a³ odczytaæ Twojego pliku konfiguracji!<br />Mo¿e siê to zdarzyæ, je¶li PHP znajdzie w nim b³±d sk³adniowy lub nie mo¿e znale¼æ tego pliku.<br />Proszê wywo³aæ bezpo¶rednio plik konfiguracyjny u¿ywaj±c poni¿szego linku i odczytaæ otrzymane komunikat(y) o b³êdach. W wiêkszo¶ci przypadków brakuje gdzie¶ cudzys³owu lub ¶rednika.<br />Je¿eli otrzymasz pust± stronê, wszystko jest w porz±dku.';
$strConfigureTableCoord = 'Proszê skonfigurowaæ wspó³rzêdnie dla tabeli %s';
$strConnectionError = 'Nie uda³o siê nawi±zaæ po³±czenia: b³êdne ustawienia.';
$strConnections = 'Po³±czenia';
$strConstraintsForDumped = 'Ograniczenia dla zrzutów tabel';
$strConstraintsForTable = 'Ograniczenia dla tabeli';
$strCookiesRequired = 'Odt±d musi byæ w³±czona obs³uga ciasteczek [<i>cookies</i>].';
$strCopyDatabaseOK = 'Baza danych %s zosta³a skopiowana do %s';
$strCopy = 'Kopiuj';
$strCopyTableOK = 'Tabela %s zosta³a skopiowana do %s.';
$strCopyTableSameNames = 'Nie mo¿na skopiowaæ tabeli do niej samej!';
$strCopyTable = 'Skopiuj tabelê do (bazadanych<b>.</b>tabela):';
$strCouldNotKill = 'phpMyAdminowi nie uda³o siê unicestwiæ w±tku %s. Prawdopodobnie zosta³ on ju¿ zamkniêty.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE przed skopiowaniem';
$strCreateIndexTopic = 'Utwórz nowy indeksu';
$strCreateIndex = 'Utwórz indeks dla %s kolumn';
$strCreateNewDatabase = 'Utwórz now± bazê danych';
$strCreateNewTable = 'Utwórz now± tabelê w bazie danych %s';
$strCreatePage = 'Utwórz now± stronê';
$strCreatePdfFeat = 'Tworzenie PDF-ów';
$strCreate = 'Utwórz';
$strCreationDates = 'Daty utworzenia/aktualizacji/sprawdzenia';
$strCriteria = 'Kryteria';
$strCroatian = 'Chorwacki';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcje CSV';
$strCSVOptions = 'Opcje CSV';
$strCyrillic = 'Cyrylica';
$strCzech = 'Czeski';
$strCzechSlovak = 'Czesko-s³owacki';
 
$strDanish = 'Duñski';
$strDatabase = 'Baza danych';
$strDatabaseEmpty = 'Nazwa bazy danych jest pusta!';
$strDatabaseExportOptions = 'Opcje eksportu bazy danych';
$strDatabaseHasBeenDropped = 'Baza danych %s zosta³a usuniêta.';
$strDatabaseNoTable = 'Ta baza danych nie zawiera ¿adnej tabeli!';
$strDatabases = 'Bazy danych';
$strDatabasesDropped = '%s baz danych zosta³o pomy¶lnie usuniêtych.';
$strDatabasesStatsDisable = 'Wy³±cz statystyki';
$strDatabasesStatsEnable = 'W³±cz statystyki';
$strDatabasesStatsHeavyTraffic = 'Uwaga: W³±czenie statystyk baz danych mo¿e spowodowaæ du¿y ruch pomiêdzy serwerem WWW a serwerem MySQL.';
$strDatabasesStats = 'Statystyki baz danych';
$strData = 'Dane';
$strDataDict = 'S³ownik danych';
$strDataOnly = 'Tylko dane';
$strDataPages = 'Strony zawieraj±ce dane';
$strDBComment = 'Komentarz bazy danych: ';
$strDBCopy = 'Kopiuj bazê danych do';
$strDBGContextID = 'ID kontekstu';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Trafienia';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Maksymalny czas, ms';
$strDBGMinTimeMs = 'Minimalny czas, ms';
$strDBGModule = 'Modu³';
$strDBGTimePerHitMs = 'Czas/trafienie, ms';
$strDBGTotalTimeMs = 'Ca³kowity czas, ms';
$strDbPrivileges = 'Uprawnienia specyficzne dla baz danych';
$strDBRename = 'Zmieñ nazwê bazy danych na';
$strDbSpecific = 'specyficzne dla bazy danych';
$strDefault = 'Domy¶lnie';
$strDefaultEngine = '%s to domy¶lny mechanizm sk³adowania tego serwera MySQL.';
$strDefaultValueHelp = 'Dla warto¶ci domy¶lnych, proszê wprowadziæ po prostu pojedyncz± warto¶æ, bez cytowania odwrotnym uko¶nikiem czy ujmowania w cudzys³owy, u¿ywaj±c takiego formatu: a';
$strDefragment = 'Tablica defragmentacji';
$strDelayedInserts = 'U¿yj opó¼nionych dodañ';
$strDeleteAndFlushDescr = 'Jest to najzgrabniejszy sposób, ale prze³adowanie uprawnieñ mo¿e potrwaæ jaki¶ czas.';
$strDeleteAndFlush = 'Usuñ u¿ytkowników, a nastêpnie prze³aduj uprawnienia.';
$strDeleted = 'Rekord zosta³ skasowany';
$strDeletedRows = 'Skasowane rekordy:';
$strDeleteNoUsersSelected = '¯aden u¿ytkownik ze zosta³ zaznaczony do skasowania!';
$strDelete = 'Usuñ';
$strDeleting = 'Usuwanie %s';
$strDelOld = 'Aktualna strona ma powi±zania z tabel±, która ju¿ nie istnieje. Czy chcesz usun±æ te powi±zania?';
$strDescending = 'Malej±co';
$strDescription = 'Opis';
$strDictionary = 's³ownik';
$strDirtyPages = 'Strony brudne';
$strDisabled = 'wy³±czone';
$strDisableForeignChecks = 'Wy³±cz sprawdzanie kluczy zewnêtrznych';
$strDisplayFeat = 'Funkcje wy¶wietlania';
$strDisplayOrder = 'Kolejno¶æ wy¶wietlania:';
$strDisplayPDF = 'Wy¶wietl schemat PDF';
$strDoAQuery = 'Wykonaj "zapytanie przez przyk³ad" (znak globalny: "%")';
$strDocu = 'Dokumentacja';
$strDoYouReally = 'Czy na pewno wykonaæ ';
$strDropDatabaseStrongWarning = 'Masz zamiar ZNISZCZYÆ ca³± bazê danych!';
$strDropUsersDb = 'Usuñ bazy danych o takich samych nazwach jak u¿ytkownicy.';
$strDrop = 'Usuñ';
$strDumpingData = 'Zrzut danych tabeli';
$strDumpSaved = 'Zrzut zosta³ zapisany do pliku %s.';
$strDumpXRows = 'Zrzuæ %s rekordów zaczynaj±c od rekordu %s.';
$strDynamic = 'zmienny';
 
$strEdit = 'Edytuj';
$strEditPDFPages = 'Edytuj strony PDF';
$strEditPrivileges = 'Edytuj uprawnienia';
$strEffective = 'Efektywne';
$strEmptyResultSet = 'MySQL zwróci³ pusty wynik (zero rekordów).';
$strEmpty = 'Wyczy¶æ';
$strEnabled = 'w³±czone';
$strEncloseInTransaction = 'Obejmij eksport transakcj±';
$strEndCut = 'TNIJ DOT¡D';
$strEnd = 'Koniec';
$strEndRaw = 'SUROWE DANE DOT¡D';
$strEngineAvailable = '%s jest dostêpny na tym serwerze MySQL.';
$strEngineDisabled = 'Mechanizm %s zosta³ wy³±czony w tym serwerze MySQL.';
$strEngines = 'Mechanizmy';
$strEngineUnsupported = 'Ten serwer MySQL nie obs³uguje mechanizmu sk³adowania %s.';
$strEnglish = 'Angielski';
$strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL s± oznaczone w jêzyku angielskim ';
$strError = 'B³±d';
$strErrorInZipFile = 'B³±d w archiwum ZIP:';
$strEscapeWildcards = 'Aby u¿yæ symboli wieloznacznych _ i % w znaczeniu dos³ownym, nale¿y je poprzedziæ znakiem \ ';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estoñski';
$strExcelEdition = 'Wydanie Excela';
$strExcelOptions = 'Opcje Excela';
$strExecuteBookmarked = 'Wykonaj zapamiêtanego zapytania';
$strExplain = 'Wyja¶nij SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Rozszerzone dodania';
$strExtra = 'Dodatkowo';
 
$strFailedAttempts = 'Nieudane próby';
$strFieldHasBeenDropped = 'Pole %s zosta³o usuniête';
$strField = 'Pole';
$strFieldsEmpty = ' Liczba pól jest pusta! ';
$strFieldsEnclosedBy = 'Pola zawarte w';
$strFieldsEscapedBy = 'Pola poprzedzone przez';
$strFields = 'Pola';
$strFieldsTerminatedBy = 'Pola oddzielane przez';
$strFileAlreadyExists = 'Plik %s ju¿ istnieje na serwerze, zmieñ nazwê pliku lub zaznacz opcjê nadpisywania plików.';
$strFileCouldNotBeRead = 'Nie mo¿na odczytaæ pliku';
$strFileNameTemplateDescriptionDatabase = 'nazwa bazy danych database';
$strFileNameTemplateDescription = 'Interpretacja tej warto¶ci nale¿y do funkcji %1$sstrftime%2$s i mo¿na u¿yæ jej napisów formatuj±cych. Dodatkowo zostan± zastosowane nastêpuj±ce przekszta³cenia: %3$s. Pozosta³y tekst bêdzie niezmieniony.';
$strFileNameTemplateDescriptionServer = 'nazwa serwera';
$strFileNameTemplateDescriptionTable = 'nazwa tabeli';
$strFileNameTemplateRemember = 'pamiêtaj szablon';
$strFileNameTemplate = 'Szablon nazwy';
$strFileToImport = 'Plik do importu';
$strFixed = 'sta³y';
$strFlushPrivilegesNote = 'Uwaga: phpMyAdmin pobiera uprawnienia u¿ytkowników wprost z tabeli uprawnieñ MySQL-a. Zawarto¶æ tej tabeli, je¶li zosta³y w niej dokonane rêczne zmiany, mo¿e siê ró¿niæ od uprawnieñ jakich faktycznie u¿ywa serwer. W takim przypadku powiniene¶ przed dalsz± prac± %sprze³adowaæ uprawnienia%s.';
$strFlushQueryCache = 'Opró¿nij bufor podrêczny zapytañ';
$strFlushTable = 'Prze³aduj tabelê ("FLUSH")';
$strFlushTables = 'Prze³aduj (zamknij) wszystkie tabele';
$strFormat = 'Format';
$strFormEmpty = 'Brakuj±ca warto¶æ w formularzu!';
$strFreePages = 'Strony puste';
$strFullText = 'Pe³ny tekst';
$strFunction = 'Funkcja';
 
$strGenBy = 'Wygenerowany przez';
$strGeneralRelationFeat = 'Ogólne funkcje relacyjne';
$strGenerate = 'Generuj';
$strGeneratePassword = 'Generuj has³o';
$strGenTime = 'Czas wygenerowania';
$strGeorgian = 'Gruziñski';
$strGerman = 'Niemiecki';
$strGlobal = 'globalnie';
$strGlobalPrivileges = 'Globalne uprawnienia';
$strGlobalValue = 'Warto¶æ globalna';
$strGo = 'Wykonaj';
$strGrantOption = 'Nadawanie';
$strGreek = 'Grecki';
$strGzip = '".gz"';
 
$strHandler = 'Obs³uga';
$strHasBeenAltered = 'zosta³o zamienione.';
$strHasBeenCreated = 'zosta³o utworzone.';
$strHaveToShow = 'Nale¿y wybraæ przynajmniej jedn± kolumnê do wy¶wietlenia';
$strHebrew = 'Hebrajski';
$strHexForBinary = 'U¿yj liczb szesnastkowych w przypadku pól binarnych';
$strHomepageOfficial = 'Oficjalna strona phpMyAdmina';
$strHome = 'Wej¶cie';
$strHostEmpty = 'Brak nazwy hosta!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcje eksportu do formatu Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcje eksportu do formatu Microsoft Word 2000';
$strHungarian = 'Wêgierski';
 
$strIcelandic = 'Islandzki';
$strId = 'ID';
$strIdxFulltext = 'Pe³ny tekst';
$strIgnoreDuplicates = 'Ignoruj zdublowane rekordy';
$strIgnore = 'Ignoruj';
$strIgnoreInserts = 'U¿yj ignorowanych dodañ';
$strIgnoringFile = 'Plik %s jest ignorowany';
$strImportDocSQL = 'Import plików docSQL';
$strImportFiles = 'Import plików';
$strImportFormat = 'Format importowanych plików';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import zakoñczony sukcesem, wykonano %d zapytañ.';
$strIndexes = 'Indeksy';
$strIndexHasBeenDropped = 'Klucz %s zosta³ usuniêty';
$strIndex = 'Indeks';
$strIndexName = 'Nazwa indeksu :';
$strIndexType = 'Rodzaj indeksu :';
$strIndexWarningMultiple = 'Dla kolumny `%s` zosta³o utworzonych wiele indeksów';
$strIndexWarningPrimary = 'Klucze PRIMARY i INDEX nie powinny dotyczyæ tej samej kolumny `%s`';
$strIndexWarningTable = 'Problemy z indeksami tabeli `%s`';
$strIndexWarningUnique = 'Klucze UNIQUE i INDEX nie powinny dotyczyæ tej samej kolumny `%s`';
$strInnoDBAutoextendIncrementDesc = 'Rozmiar o jaki automatycznie powiêkszy siê tabela, kiedy zostanie zape³niona.';
$strInnoDBAutoextendIncrement = 'Przyrost autoextend';
$strInnoDBBufferPoolSizeDesc = 'Ilo¶æ pamiêci, której InnoDB u¿ywa do buforowania danych i indeksów swoich tabel.';
$strInnoDBBufferPoolSize = 'Rozmiar rezerw buforowych';
$strInnoDBDataFilePath = 'Pliki danych';
$strInnoDBDataHomeDirDesc = 'Wspólna czê¶æ ¶cie¿ki do wszystkich plików danych InnoDB.';
$strInnoDBDataHomeDir = 'Katalog domowy danych';
$strInnoDBPages = 'stron';
$strInnodbStat = 'Status InnoDB';
$strInsecureMySQL = 'Twój plik konfiguracyjny zawiera ustawienia (konto roota bez has³a), które odpowiadaj± domy¶lnemu uprzywilejowanemu kontu MySQL. Twój serwer MySQL dzia³a z takim ustawieniem, jest otwarty dla w³amywaczy. Ta luka w bezpieczeñstwie naprawdê powinna zostaæ naprawiona.';
$strInsertAsNewRow = 'Dodaj jako nowy rekord';
$strInsert = 'Dodaj';
$strInsertedRowId = 'Identyfikator dodanego rekordu:';
$strInsertedRows = 'Dodane rekordy:';
$strInsertNewRow = 'Dodaj nowy rekord';
$strInternalNotNecessary = '* Wewnêtrzna relacja nie jest konieczna gdy istnieje równie¿ w InnoDB.';
$strInternalRelations = 'Wewnêtrzne relacje';
$strInUse = 'w u¿yciu';
$strInvalidAuthMethod = 'W konfiguracji ustawiono b³êdn± metodê uwierzytelniania:';
$strInvalidColumnCount = 'Liczba kolumn musi byæ wiêksza ni¿ zero.';
$strInvalidColumn = 'Podano b³êdn± kolumnê (%s)!';
$strInvalidCSVFieldCount = 'Niew³a¶ciwa liczba pól w lini %d danych wej¶ciowych CSV.';
$strInvalidCSVFormat = 'Niew³a¶ciwy format w lini %d danych wej¶ciowych CSV.';
$strInvalidCSVParameter = 'Niew³a¶ciwy parametr importu CSV: %s';
$strInvalidFieldAddCount = 'Nale¿y dodaæ przynajmniej jedno pole.';
$strInvalidFieldCount = 'Tabela musi mieæ przynajmniej jedno pole.';
$strInvalidLDIImport = 'Ten modu³ nie obs³uguje skompresowanych importów!';
$strInvalidRowNumber = '%d nie jest prawid³owym numerem rekordu.';
$strInvalidServerHostname = 'Niew³a¶ciwa nazwa hosta serwera %1$s. Proszê przyjrzeæ siê konfiguracji.';
$strInvalidServerIndex = 'Niew³a¶ciwy numer serwera: "%s"';
 
$strJapanese = 'Japoñski';
$strJoins = 'Z³±czenia';
$strJumpToDB = 'Skok do bazy danych &quot;%s&quot;.';
$strJustDeleteDescr = 'Nim uprawnienia zostan± prze³adowane, &quot;usuniêci&quot; u¿ytkownicy nadal bêd± mieli dotychczasowy dostêp do serwera.';
$strJustDelete = 'Po prostu usuñ u¿ytkowników z tabeli uprawnieñ.';
 
$strKeepPass = 'Nie zmieniaj has³a';
$strKeyCache = 'Bufor podrêczny indeksów';
$strKeyname = 'Nazwa klucza';
$strKill = 'Unicestwij';
$strKorean = 'Koreañski';
 
$strLandscape = 'Orientacja pozioma';
$strLanguageFileNotFound = 'Nie znaleziono pliku jêzykowego "%1$s".';
$strLanguageUnknown = 'Nieznany jêzyk: %1$s.';
$strLatchedPages = 'Stron zatrza¶niêtych';
$strLatexCaption = 'Nag³ówek tabeli';
$strLatexContent = 'Zawarto¶æ tabeli __TABLE__';
$strLatexContinuedCaption = 'Kontynuacja nag³ówka tabeli';
$strLatexContinued = '(kontynuacja)';
$strLatexIncludeCaption = 'Za³±cz nag³ówek tabeli';
$strLatexLabel = 'Etykieta klucza';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcje LaTeX-a';
$strLatexStructure = 'Struktura tabeli __TABLE__';
$strLatvian = '£otewski';
$strLDI = 'CSV przy u¿yciu LOAD DATA';
$strLDIImportOptions = 'Opcje importu CSV przy u¿yciu LOAD DATA';
$strLDILocal = 'U¿yj s³owa kluczowego LOCAL';
$strLengthSet = 'D³ugo¶æ/Warto¶ci*';
$strLimitNumRows = 'rekordów na stronie';
$strLinesTerminatedBy = 'Linie zakoñczone przez';
$strLinkNotFound = '£±cze nie znalezione';
$strLinksTo = '£±cze';
$strLithuanian = 'Litewski';
$strLocalhost = 'Host lokalny';
$strLocationTextfile = 'Lokalizacja pliku tekstowego';
$strLoginInformation = 'Dane u¿ytkownika';
$strLogin = 'Login';
$strLogout = 'Wyj¶cie';
$strLogPassword = 'Has³o:';
$strLogServer = 'Serwer';
$strLogUsername = 'U¿ytkownik:';
$strLongOperation = 'Ta operacja mo¿e trwaæ d³ugo. Czy mimo to kontynuowaæ?';
 
$strMaxConnects = 'Maks. jednoczesnych po³±czeñ';
$strMaximalQueryLength = 'Maksymalna d³ugo¶æ utworzonego zapytania';
$strMaximumSize = 'Maksymalny rozmiar: %s%s';
$strMbExtensionMissing = 'Rozszerzenie PHP o nazwie mbstring nie zosta³o znalezione, a wygl±da na to, ¿e u¿ywasz wielobajtowego zestawu znaków. Bez rozszerzenia mbstring phpMyAdmin nie ma mo¿liwo¶ci poprawnego rozbijania napisów, co mo¿e skutkowaæ niespodziewanymi rezultatami.';
$strMbOverloadWarning = 'Opcja mbstring.func_overload jest w³±czona w pliku konfiguracyjnym PHP. Jest ona niezgodna z phpMyAdminem i mo¿e powodowaæ utratê niektórych danych!';
$strMIME_available_mime = 'Dostêpne typy MIME';
$strMIME_available_transform = 'Dostêpne transformacje';
$strMIME_description = 'Opis';
$strMIME_MIMEtype = 'Typ MIME';
$strMIME_nodescription = 'Transformacja ta nie ma opisu.<br />Proszê zapytaæ autora, co robi %s.';
$strMIME_transformation_note = 'Aby uzyskaæ listê dostêpnych opcji transformacji i ich typów MIME, kliknij %sopisy transformacji%s';
$strMIME_transformation_options_note = 'Proszê wprowadziæ warto¶ci dla tranformacji w nastêpuj±cym formacie: \'a\',\'b\',\'c\'...<br />Je¿eli potrzeba wprowadziæ odwrotny uko¶nik ("\") lub apostrof ("\'"), nale¿y je poprzedziæ odwrotnym uko¶nikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
$strMIME_transformation_options = 'Opcje transformacji';
$strMIME_transformation = 'Sposób prezentacji danych';
$strMIMETypesForTable = 'TYPY MIME TABELI';
$strMIME_without = 'Typy MIME pisane czcionk± pochylon± nie maj± oddzielnej funkcji transformacji';
$strModifications = 'Modyfikacje zosta³y zapamiêtane';
$strModifyIndexTopic = 'Modyfikacja indeksu';
$strModify = 'Modyfikacja';
$strMoveTableOK = 'Tabela %s zosta³a przeniesiona do %s.';
$strMoveTable = 'Przenie¶ tabelê do (bazadanych<b>.</b>tabela):';
$strMoveTableSameNames = 'Nie mo¿na przenie¶æ tabeli do niej samej!';
$strMultilingual = 'wiele jêzyków';
$strMyISAMDataPointerSizeDesc = 'Domy¶lny rozmiar wska¼nika w bajtach, który jest u¿ywany przez CREATE TABLE dla tabel MyISAM, gdy nie okre¶lono opcji MAX_ROWS.';
$strMyISAMDataPointerSize = 'Rozmiar wska¼nika danych';
$strMyISAMMaxExtraSortFileSizeDesc = 'Je¿eli plik tymczasowy u¿yty przy szybkim tworzeniu indeksu MyISAM by³by wiêkszy o warto¶æ tu okre¶lon±, ni¿ w wypadku zastosowania metody pamiêci podrêcznej kluczy, preferuj tê drug± metodê.';
$strMyISAMMaxExtraSortFileSize = 'Maksymalny rozmiar pliku tymczasowego dla tworzenia indeksu';
$strMyISAMMaxSortFileSizeDesc = 'Maksymalny rozmiar pliku tymczasowego, którego mo¿e zostaæ u¿yty przy ponownym tworzeniu indeksu MyISAM (podczas operacji REPAIR TABLE, ALTER TABLE lub LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksymalny rozmiar pliku tymczasowego dla sortowania';
$strMyISAMRecoverOptionsDesc = 'Tryb w którym po awarii tabele MyISAM s± automatycznie naprawiane; w³±czany przez opcjê startow± serwera --myisam-recover.';
$strMyISAMRecoverOptions = 'Tryb automatycznej naprawy';
$strMyISAMRepairThreadsDesc = 'Warto¶æ wiêksza ni¿ 1 oznacza, ¿e indeksy tabel MyISAM s± tworzone wspó³bie¿nie (ka¿dy indeks ma swój w±tek) podczas naprawy przez proces sortuj±cy.';
$strMyISAMRepairThreads = 'Liczba w±tków naprawiaj±cych';
$strMyISAMSortBufferSizeDesc = 'Bufor, który jest alokowany w czasie sortowania indeksów MyISAM podczas operacji REPAIR TABLE albo gdy indeksy s± tworzone przez polecenia CREATE INDEX lub ALTER TABLE.';
$strMyISAMSortBufferSize = 'Rozmiar bufora dla sortowania';
$strMySQLCharset = 'System kodowania znaków dla MySQL';
$strMysqlClientVersion = 'Wersja klienta MySQL';
$strMySQLConnectionCollation = 'System porównañ dla po³±czenia MySQL';
$strMySQLSaid = 'MySQL zwróci³ komunikat: ';
$strMySQLShowProcess = 'Poka¿ procesy';
$strMySQLShowStatus = 'Informacje o stanie serwera MySQL';
$strMySQLShowVars = 'Zmienne systemowe serwera MySQL';
 
$strName = 'Nazwa';
$strNext = 'Nastêpne';
$strNoActivity = 'Brak aktywno¶ci przez co najmniej %s sekund, proszê zalogowaæ siê jeszcze raz';
$strNoDatabases = 'Brak baz danych';
$strNoDatabasesSelected = '¯adna baza danych nie zosta³ wybrana.';
$strNoDescription = 'brak opisu';
$strNoDetailsForEngine = 'Brak szczegó³owych informacji o tym mechanizmie sk³adowania';
$strNoDropDatabases = 'Polecenie "DROP DATABASE" jest zablokowane.';
$strNoExplain = 'Pomiñ wyja¶nienie SQL';
$strNoFilesFoundInZip = 'Archiwum ZIP jest puste!';
$strNoFrames = 'phpMyAdmin jest bardziej przyjazny w przegl±darkach <b>obs³uguj±cych ramki</b>';
$strNoIndex = 'Brak zdefiniowanego indeksu!';
$strNoIndexPartsDefined = 'Brak zdefiniowanych czê¶ci indeksu!';
$strNoModification = 'Bez zmian';
$strNone = 'Brak';
$strNo = 'Nie';
$strNoOptions = 'Ten format nie ma ¿adnych opcji';
$strNoPassword = 'Brak has³a';
$strNoPermission = 'Serwer WWW nie ma praw do zapisu pliku %s.';
$strNoPhp = 'bez kodu PHP';
$strNoPrivileges = 'Brak uprawnieñ';
$strNoRights = 'Brak wystarczaj±cych uprawnieñ!';
$strNoRowsSelected = '¯aden rekord nie zosta³ zaznaczony';
$strNoSpace = 'Brak miejsca na zapis pliku %s.';
$strNoTablesFound = 'Nie znaleziono tabeli w bazie danych.';
$strNoThemeSupport = 'Brak obs³ugi motywów graficznych, proszê sprawdziæ konfiguracjê i/lub motywy graficzne w katalogu %s.';
$strNothingToImport = 'Nie wprowadzono ¿adnych danych do importu!';
$strNotNumber = 'To nie jest liczba!';
$strNotOK = 'b³±d';
$strNotSet = 'Tabela <b>%s</b> nie zosta³a znaleziona lub nie jest ustawiona w %s';
$strNoUsersFound = 'Nie znaleziono u¿ytkownika(ów).';
$strNoValidateSQL = 'Pomiñ sprawdzanie poprawno¶ci SQL';
$strNull = 'Null';
$strNumberOfFields = 'Liczba pól';
$strNumSearchResultsInTable = '%s trafieñ wewn±trz tabeli <i>%s</i>';
$strNumSearchResultsTotal = '<b>W sumie:</b> <i>%s</i> trafieñ';
$strNumTables = 'Tabele';
 
$strOK = 'OK';
$strOpenNewWindow = 'Otwórz nowe okno phpMyAdmina';
$strOperations = 'Operacje';
$strOperator = 'Operator';
$strOptimizeTable = 'Optymalizuj tabelê';
$strOr = 'lub';
$strOverhead = 'Nadmiar';
$strOverwriteExisting = 'Nadpisuj istniej±ce pliki';
 
$strPageNumber = 'Numer strony:';
$strPagesToBeFlushed = 'Strony do wymiecenia';
$strPaperSize = 'Rozmiar papieru';
$strPartialImport = 'Import czê¶ciowy';
$strPartialText = 'Skrócony tekst';
$strPasswordChanged = 'Has³o dla %s zosta³o pomy¶lnie zmienione.';
$strPasswordEmpty = 'Puste has³o!';
$strPassword = 'Has³o';
$strPasswordHashing = 'Sposób kodowania hase³';
$strPasswordNotSame = 'Has³a nie s± identyczne!';
$strPdfDbSchema = 'Schemat bazy danych "%s" - strona %s';
$strPdfInvalidTblName = 'Tabela "%s" nie istnieje!';
$strPdfNoTables = 'Brak tabel';
$strPDFOptions = 'Opcje PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Tytu³ raportu';
$strPerHour = 'na godzinê';
$strPerMinute = 'na minutê';
$strPerSecond = 'na sekundê';
$strPersian = 'Perski';
$strPhoneBook = 'ksi±¿ka telefoniczna';
$strPHP40203 = 'U¿ywasz PHP w wersji 4.2.3, która ma powa¿ny b³±d w obs³udze napisów wielobajtowych (mbstring). Zobacz raport na temat b³êdów PHP nr 19404. Nie zaleca siê u¿ywania tej wersji PHP z phpMyAdminem.';
$strPhp = 'Utwórz kod PHP';
$strPHPVersion = 'Wersja PHP';
$strPmaDocumentation = 'Dokumentacja phpMyAdmina';
$strPmaUriError = 'Dyrektywa <tt>$cfg[\'PmaAbsoluteUri\']</tt> musi byæ ustawiona w pliku konfiguracyjnym!';
$strPolish = 'Polski';
$strPortrait = 'Orientacja pionowa';
$strPos1 = 'Pocz±tek';
$strPrevious = 'Poprzednie';
$strPrimaryKeyHasBeenDropped = 'Klucz podstawowy zosta³ usuniêty';
$strPrimaryKeyName = 'Nazw± podstawowego klucza musi byæ... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musi</b> byæ nazw± <b>jedynie</b> klucza podstawowego!)';
$strPrimary = 'Podstawowy';
$strPrint = 'Drukuj';
$strPrintViewFull = 'Widok do druku (z pe³nymi tekstami)';
$strPrintView = 'Widok do druku';
$strPrivDescAllPrivileges = 'Wszystkie uprawnienia, oprócz GRANT.';
$strPrivDescAlter = 'Pozwól zmieniaæ strukturê istniej±cych tabel.';
$strPrivDescAlterRoutine = 'Pozwól modyfikowaæ i usuwaæ procedury sk³adowane.';
$strPrivDescCreateDb = 'Pozwól tworzyæ nowe bazy danych i tabele.';
$strPrivDescCreateRoutine = 'Pozwól tworzyæ procedury sk³adowane.';
$strPrivDescCreateTbl = 'Pozwól tworzyæ nowe tabele.';
$strPrivDescCreateTmpTable = 'Pozwala tworzyæ tabele tymczasowe.';
$strPrivDescCreateUser = 'Pozwól tworzyæ, usuwaæ i zmieniaæ nazwy kont u¿ytkowników.';
$strPrivDescCreateView = 'Pozwól tworzyæ perspektywy.';
$strPrivDescDelete = 'Pozwól usuwaæ dane.';
$strPrivDescDropDb = 'Pozwól usuwaæ bazy danych i tabele.';
$strPrivDescDropTbl = 'Pozwól usuwaæ tabele.';
$strPrivDescExecute5 = 'Pozwól wykonywaæ procedury sk³adowane.';
$strPrivDescExecute = 'Pozwól uruchamiaæ zapamiêtane procedury; Nie ma ¿adnych skutków w tej wersji MySQL.';
$strPrivDescFile = 'Pozwól importowaæ i eksportowaæ dane z/do plików.';
$strPrivDescGrant = 'Pozwól dodawaæ u¿ytkowników i nadawaæ uprawnienia bez prze³adowywania tabeli uprawnieñ.';
$strPrivDescIndex = 'Pozwól tworzyæ i usuwaæ indeksy.';
$strPrivDescInsert = 'Pozwól dodawaæ i zamieniaæ dane.';
$strPrivDescLockTables = 'Pozwól blokowaæ tabele dla aktualnego w±tku.';
$strPrivDescMaxConnections = 'Ogranicz liczbê nowych po³±czeñ, które mo¿e otworzyæ u¿ytkownik w ci±gu godziny.';
$strPrivDescMaxQuestions = 'Ogranicz liczbê zapytañ, które mo¿e wys³aæ u¿ytkownik w ci±gu godziny.';
$strPrivDescMaxUpdates = 'Ogranicz liczbê poleceñ zmieniaj±cych jak±kolwiek tabelê lub bazê danych, które mo¿e wykonaæ u¿ytkownik w ci±gu godziny.';
$strPrivDescMaxUserConnections = 'Ogranicz liczbê jednoczesnych po³±czeñ, które mo¿e u¿ytkownik.';
$strPrivDescProcess3 = 'Pozwól unicestwiaæ procesy innych u¿ytkowników.';
$strPrivDescProcess4 = 'Pozwól zobaczyæ pe³n± listê zapytañ na li¶cie procesów.';
$strPrivDescReferences = 'Nie ma ¿adnych skutków w tej wersji MySQL.';
$strPrivDescReload = 'Pozwól prze³adowywaæ ustawienia serwera i opró¿niaæ pamiêæ podrêczn± serwera.';
$strPrivDescReplClient = 'Nadaj u¿ytkownikowi prawo, by zapytaæ gdzie s± serwery podrzêdne / nadrzêdne.';
$strPrivDescReplSlave = 'Potrzebne dla replikacji serwera podrzêdnego.';
$strPrivDescSelect = 'Pozwól czytaæ dane.';
$strPrivDescShowDb = 'Daj dostêp do pe³nej listy baz danych.';
$strPrivDescShowView = 'Pozwól wykonywaæ zapytania SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Pozwól zamkn±æ serwer.';
$strPrivDescSuper = 'Pozwól na po³±czenie, nawet je¶li osi±gniêta zosta³a maksymalna ilo¶æ po³±czeñ; Wymagane dla wiêkszo¶æ operacji administracyjnych, takich jak ustawianie zmiennych globalnych czy unicestwianie w±tków innych u¿ytkowników.';
$strPrivDescUpdate = 'Pozwól zmieniaæ dane.';
$strPrivDescUsage = 'Brak uprawnieñ.';
$strPrivilegesReloaded = 'Uprawnienia zosta³y pomy¶lnie prze³adowane.';
$strPrivileges = 'Uprawnienia';
$strProcesslist = 'Lista procesów';
$strProtocolVersion = 'Wersja protoko³u';
$strPutColNames = 'Umie¶æ nazwy pól w pierwszym rekordzie';
 
$strQBEDel = 'Usuñ';
$strQBEIns = 'Dodaj';
$strQBE = 'Zapytanie przez przyk³ad';
$strQueryCache = 'Pamiêæ podrêczna zapytañ';
$strQueryFrame = 'Okienko zapytania';
$strQueryOnDb = 'Zapytanie SQL dla bazy danych <b>%s</b>:';
$strQuerySQLHistory = 'Historia SQL';
$strQueryStatistics = '<b>Statystyki zapytañ</b>: Od rozpoczêcia jego pracy, do serwera zosta³o wys³anych %s zapytañ.';
$strQueryTime = 'Wykonanie zapytania trwa³o %01.4f sekund(y)';
$strQueryType = 'Rodzaj zapytania';
$strQueryWindowLock = 'Nie nadpisuj tego zapytania spoza okna';
 
$strReadRequests = '¯±dañ odczytu';
$strReceived = 'Otrzymane';
$strRecords = 'Rekordy';
$strReferentialIntegrity = 'Sprawd¼ spójno¶æ powi±zañ:';
$strRefresh = 'Od¶wie¿';
$strRelationalSchema = 'Schemat relacyjny';
$strRelationNotWorking = 'Dodatkowe mo¿liwo¶ci pracy z po³±czonymi tabelami zosta³y wy³±czone. Aby dowiedzieæ siê, dlaczego - kliknij %stutaj%s.';
$strRelationsForTable = 'RELACJE TABELI';
$strRelations = 'Relacje';
$strRelationView = 'Widok relacyjny';
$strReloadingThePrivileges = 'Prze³aduj uprawnienia';
$strReloadMySQL = 'Prze³aduj MySQL';
$strRemoveSelectedUsers = 'Usuñ zaznaczonych u¿ytkowników';
$strRenameDatabaseOK = 'Baza danych %s ma nazwê zmienion± na %s';
$strRenameTableOK = 'Tabela %s ma nazwê zmienion± na %s';
$strRenameTable = 'Zmieñ nazwê tabeli na';
$strRepairTable = 'Napraw tabelê';
$strReplaceNULLBy = 'Zamiana NULL na';
$strReplaceTable = 'Zamiana danych tabeli z plikiem';
$strReplication = 'Replikacja';
$strReset = 'Reset';
$strResourceLimits = 'Ograniczenia zasobów';
$strReType = 'Ponownie';
$strRevokeAndDelete = 'Cofnij wszystkie aktywne uprawnienia u¿ytkownikom, a nastêpnie usuñ ich.';
$strRevokeAndDeleteDescr = 'Nim uprawnienia zostan± prze³adowane, u¿ytkownicy nadal bêd± mieli uprawnienie USAGE.';
$strRevoke = 'Cofnij';
$strRevokeMessage = 'Uprawnienia dla %s zosta³y cofniête';
$strRomanian = 'Rumuñski';
$strRowLength = 'D³ugo¶æ rekordu';
$strRowsFrom = 'rekordów pocz±wszy od';
$strRowSize = ' Rozmiar rekordu ';
$strRowsModeFlippedHorizontal = 'poziomo (obrócone nag³ówki)';
$strRowsModeHorizontal = 'poziomo';
$strRowsModeOptions = 'w trybie %s powtórz nag³ówki po %s komórkach';
$strRowsModeVertical = 'pionowo';
$strRows = 'Rekordów';
$strRowsStatistic = 'Statystyka rekordów';
$strRunning = 'uruchomiony na %s';
$strRunQuery = 'Wykonaj zapytania';
$strRunSQLQueryOnServer = 'Uruchom zapytanie/zapytania SQL na serwerze %s';
$strRunSQLQuery = 'Wykonanie zapytania/zapytañ SQL do bazy danych %s';
$strRussian = 'Rosyjski';
 
$strSaveOnServer = 'Zapisz na serwerze w katalogu %s';
$strSave = 'Zachowaj';
$strScaleFactorSmall = 'Wspó³czynnik skali jest za ma³y, by schemat zmie¶ci³ siê na jednej stronie';
$strSearchFormTitle = 'Szukaj w bazie danych';
$strSearchInTables = 'Wewn±trz tabel(i):';
$strSearchNeedle = 'Szukane s³owa lub warto¶ci (symbol wieloznaczny: "%"):';
$strSearchOption1 = 'przynajmniej jedno ze s³ów';
$strSearchOption2 = 'wszystkie s³owa';
$strSearchOption3 = 'ca³a fraza';
$strSearchOption4 = 'wyra¿enie regularne';
$strSearchResultsFor = 'Szukaj w rezultatach dla "<i>%s</i>" %s:';
$strSearch = 'Szukaj';
$strSearchType = 'Znajd¼:';
$strSecretRequired = 'Plik konfiguracyjny wymaga teraz tajnej frazy koduj±cej (blowfish_secret).';
$strSelectADb = 'Proszê wybraæ bazê danych';
$strSelectAll = 'Zaznacz wszystkie';
$strSelectBinaryLog = 'Wybierz dziennik binarny do podgl±du';
$strSelectFields = 'Wybór pól (co najmniej jedno):';
$strSelectNumRows = 'w zapytaniu';
$strSelectTables = 'Wybierz tabele';
$strSend = 'Zapisz jako plik';
$strSent = 'Wys³ane';
$strServerChoice = 'Wybór serwera';
$strServerNotResponding = 'Serwer nie odpowiada';
$strServer = 'Serwer';
$strServerStatusDelayedInserts = 'Opó¼nione dodania';
$strServerStatus = 'Informacje o dzia³aniu serwera';
$strServerStatusUptime = 'Serwer MySQL dzia³a przez %s. Pocz±tek pracy: %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Zmienne';
$strServerTrafficNotes = '<b>Ruch na serwerze</b>: Poni¿sze tabele pokazuj± statystyki ruchu na tym serwerze MySQL od rozpoczêcia jego pracy.';
$strServerVars = 'Zmienne i ustawienia serwera';
$strServerVersion = 'Wersja serwera';
$strSessionValue = 'Warto¶æ sesji';
$strSetEnumVal = 'Je¿eli pole jest typu "ENUM" lub "SET", warto¶ci wprowadza siê w formacie: \'a\',\'b\',\'c\'...<br />Je¿eli potrzeba wprowadziæ odwrotny uko¶nik ("\") lub apostrof ("\'"), nale¿y je poprzedziæ odwrotnym uko¶nikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
$strShowAll = 'Poka¿ wszystko';
$strShowColor = 'Poka¿ kolor';
$strShowDatadictAs = 'Format s³ownika danych';
$strShowFullQueries = 'Poka¿ pe³ne zapytania';
$strShowGrid = 'Poka¿ siatkê';
$strShowingBookmark = 'Pokaz zapamiêtanego zapytania';
$strShowingRecords = 'Poka¿ rekordy ';
$strShowOpenTables = 'Poka¿ otwarte tabele';
$strShowPHPInfo = 'Informacje o PHP';
$strShow = 'Poka¿';
$strShowSlaveHosts = 'Poka¿ podrzêdne hosty';
$strShowSlaveStatus = 'Status serwera podrzêdnego';
$strShowStatusBinlog_cache_disk_useDescr = 'Liczba transakcji, które u¿ywa³y pamiêci podrêcznej tymczasowego dziennika binarnego, ale który przekroczy³y warto¶æ binlog_cache_size i do zapisania instrukcji transakcji zosta³ u¿yty plik tymczasowy.';
$strShowStatusBinlog_cache_useDescr = 'Liczba trasnsakcji, które u¿ywa³y pamiêci podrêcznej tymczasowego dziennika binarnego.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Liczba tabel tymczasowych na dysku utworzonych automatycznie przez serwer podczas wykonywanie instrukcji. Przy du¿ej warto¶ci Created_tmp_disk_tables, zwiêkszenie warto¶ci tmp_table_size spowoduje tworzenie tymczasowych tabel w pamiêci, a nie na dysku.';
$strShowStatusCreated_tmp_filesDescr = 'Ile plików tymczasowych utworzy³ mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Liczba tabel tymczasowych w pamiêci, utworzonych automatycznie przez serwer podczas wykonywania instrukcji.';
$strShowStatusDelayed_errorsDescr = 'Liczba rekoród zapisanych przy pomocy INSERT DELAYED, dla których wyst±pi³ jaki¶ b³±d (prawodpodbnie zduplikowany klucz).';
$strShowStatusDelayed_insert_threadsDescr = 'Liczba u¿ytych w±tków obs³uguj±cych INSERT DELAYED. Ka¿da osobna tabela, na której wykonuje siê INSERT DELAYED dostaje w³asny w±tek.';
$strShowStatusDelayed_writesDescr = 'Liczba rekordów zapisanych poprzez INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Liczba wykonanych instrukcji FLUSH.';
$strShowStatusHandler_commitDescr = 'Liczba wewnêtrznych intrukcji COMMIT.';
$strShowStatusHandler_deleteDescr = 'Ile razy rekord zosta³ usuniêty z tabeli.';
$strShowStatusHandler_discoverDescr = 'Serwer MySQL mo¿e zapytaæ mechanizm sk³adowania Cluster NDB, czy ma informacje o tabeli o zadanej nazwie. Nazywamy to odkryciem (<i>discovery</i>). Handler_discover wskazuje, ile razy tabela zosta³a odkryta.';
$strShowStatusHandler_read_firstDescr = 'Ile razy z indeksu zosta³a odczytana pierwsza pozycja. Du¿a warto¶æ sugeruje, ¿e serwer wykonuje pe³nych przeszukañ indeksów; na przyk³ad SELECT col1 FROM foo, przy za³o¿eniu, ¿e col1 jest zindeksowane.';
$strShowStatusHandler_read_keyDescr = 'Licza ¿±dañ odczytu rekordu na podstawie indeksu. Du¿a warto¶æ to dobra oznaka tego, ¿e zapytania i tabele s± w³a¶ciwie zindeksowane.';
$strShowStatusHandler_read_nextDescr = 'Liczba ¿±dañ odczytu nastêpnego rekordu w porz±dku indeksowym. Ta warto¶æ jest zwiêkszana przy odpytywaniu o zindeksowan± kolumnê na ograniczonym przedziale lub przy przeszukiwaniu indeksu.';
$strShowStatusHandler_read_prevDescr = 'Liczba ¿±dañ odczytu poprzedniego rekordu w porz±dku indeksowym. Metoda u¿ywana g³ównie do optymalizacji ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Liczba ¿±dañ odczytu nastêpnego rekordu na podstawie sta³ego po³o¿enia. Warto¶æ jest du¿a przy wykonywaniu du¿ej ilo¶ci zapytañ wymagaj±cych sortowania rezultatu. Prawdodpodobnie wykonano wiele zapytañ wymagaj±cyh przeszukania ca³ej tabeli lub z³±czeñ, które nie u¿ywaj± poprawnie indeksów.';
$strShowStatusHandler_read_rnd_nextDescr = 'Liczba ¿±dañ odczytu nastêpnego rekord w pliku z danymi. Warto¶æ jest du¿a przy wykonywania wielu przeszukiwañ tabeli. Ogólnie sugueruje to, ¿e tabele nie s± poprawnie zindesowane lub ¿e zapytania nie s± napisane w sposób pozwalaj±cy skorzystaæ z istniej±cych indeksów.';
$strShowStatusHandler_rollbackDescr = 'Liczba wewnêtrznych instrukcji ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Liczba ¿±dañ zmiany rekordu w tabeli.';
$strShowStatusHandler_writeDescr = 'Liczba ¿±dañ dodania rekordu do tabeli.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Liczba stron zawieraj±cyh dane (brudnych lub czystych).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Liczba aktualnie brudnych stron.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Liczba stron w puli bufora, których wymiecienia za¿±dano.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Liczba wolnych stron.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Liczba stron zatrza¶niêtych w puli bufora InnoDB. S± to strony akutalnie odczytywane lub zapisywane lub takie, które nie mog± zostaæ wymiecione lub usuniête z jakiego¶ innego powodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Liczba strony stron zajêtych z powodu ich alokacji dla celów administracyjnych takich jak blokady rekordu lub adaptacyjny indeks haszuj±cy. Warto¶æ ta mo¿e te¿ zostaæ policzona jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = '£±czny rozmiar puli bufora, w stronach.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Liczba "losowych" odczytów z wyprzedzeniem zainicjowanych przez InnoDB. Wystêpuje gdy zapytane przeszukiwa³oby du¿e fragmenty tabeli, ale w dowolnej kolejno¶ci.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Liczba sekwencyjnych odczytów z wyprzedzeniem zainicjowalnych przez InnoDB. Wystêpuje gdy InnoDB wykonuje sekwencyjne pe³ne przeszukiwanie tabeli.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Liczba ¿±dañ logicznych odczytów które wykona³ InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Liczba logicznych odczytów, których InnoDB nie móg³ zaspokoiæ pul± bufora i musia³ wykonaæ odczyt pojedynczej strony.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Zwykle zapis do puli bufora InnoDB obywa siê w tle. Jednak¿e, je¶li niezbêdny jest odczyt lub utworzenie strony a brak jest czystych stron, konieczne jest najpierw oczekiwanie na wymiecienie stron. Ten licznik wskazuje liczbê wyst±pieñ takich oczekiwañ. Je¿eli rozmiar puli bufora by³ ustawiony w³a¶ciwie, warto¶æ ta powinna byæ ma³a.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Liczba wykonanych zapisów do puli bufora InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Liczba dot±d wykonanych operacji fsync().';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktualna liczba operacji fsync() w toku.';
$strShowStatusInnodb_data_pending_readsDescr = 'Aktualna liczba odczytów w toku.';
$strShowStatusInnodb_data_pending_writesDescr = 'Aktualna liczba zapisów w toku.';
$strShowStatusInnodb_data_readDescr = 'Ilo¶æ dot±d odczytanch danych, w bajatach.';
$strShowStatusInnodb_data_readsDescr = '£±czna liczba odczytów danych.';
$strShowStatusInnodb_data_writesDescr = '£±czna liczba zapisów danych.';
$strShowStatusInnodb_data_writtenDescr = 'Ilo¶æ dot±d zapisanych danych, w bajtach.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Liczba przeprowadzonych zapisów typu <i>doublewrite</i>.';
$strShowStatusInnodb_dblwr_writesDescr = 'Liczba stron zapisanych przy zapisie typu <i>doublewrite</i>.';
$strShowStatusInnodb_log_waitsDescr = 'Ile razy czekano, bo bufor dziennika by³ zbyt ma³y i pred wznowieniem pracy oczekwiano na jego opró¿nenie.';
$strShowStatusInnodb_log_write_requestsDescr = 'Liczba ¿±dañ zapisów do dziennika.';
$strShowStatusInnodb_log_writesDescr = 'Liczba fizycznych zapisów do pliku dziennika.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Liczba synchronicznych zapisów do pliku dziennika.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Liczba wywo³añ fsync dla pliku dziennika w toku.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Liczba zapisów do pliku dziennika w toku.';
$strShowStatusInnodb_os_log_writtenDescr = 'Liczba bajtów zapisanych do pliku dziennika.';
$strShowStatusInnodb_pages_createdDescr = 'Liczba utworzonych stron.';
$strShowStatusInnodb_page_sizeDescr = 'Wkompilowana wilko¶æ strony InnoDB (domy¶lnie 16KB). Wiele warto¶ci jest mierzonych w stronach; znajomo¶æ wielko¶ci strony pozwala na ich ³atw± konwersjê na bajty.';
$strShowStatusInnodb_pages_readDescr = 'Liczba odczytanych stron.';
$strShowStatusInnodb_pages_writtenDescr = 'Liczba zapisanych stron.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Liczba blokad rekordów na które akutalnie siê czeka.';
$strShowStatusInnodb_row_lock_time_avgDescr = '¦redni czas uzyskania blokady rekordu, w milisekundach.';
$strShowStatusInnodb_row_lock_timeDescr = 'Ca³kowity czas zu¿yty na uzyskiwanie blokad rekodów, w milisekundach.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksymalny czas uzyskania blokady rekordu, w milisekundach.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Ile razy czekano na blokadê rekordu.';
$strShowStatusInnodb_rows_deletedDescr = 'Liczba rekordów usuniêtych z tabel InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Liczba rekordów dodanych do tabel InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Liczba rekordów odczytanych z tabel InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Liczba rekordów zmienionych w tabelach InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Liczba bloków w buforze podrêcznym indeksów, które zosta³y zmodyfikowane ale jeszcze nie wymiecione na dysk. Wcze¶niej zmienna mia³a nazwê Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Liczba nieu¿ywanych bloków w buforze podrêcznym indeksów. Mo¿na u¿yæ tej warto¶ci do okre¶lenia jaka czê¶æ bufora indeksów jest w u¿yciu.';
$strShowStatusKey_blocks_usedDescr = 'Liczba u¿ytych bloków w buforze podrêcznym indeksów. Ta warto¶æ to próg, który wskazuje maksymaln± liczbê kiedykolwiek jednocze¶nie u¿ytych bloków.';
$strShowStatusKey_read_requestsDescr = 'Liczba ¿±dañ odczytu bloku z bufora podrêcznego indeksów.';
$strShowStatusKey_readsDescr = 'Liczba fizycznych odczytów bloków indeksów z dysku. Du¿a warto¶æ key_reads oznacza, ¿e prawdopodobnie warto¶æ key_buffer_size jest zbyt ma³a. Wspó³czynnik chybieñ bufora podrêcznego mo¿na policzyæ ze wzoru Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Liczba ¿±dañ zapisów bloków indeksów to bufora podrêcznego.';
$strShowStatusKey_writesDescr = 'Liczba fizycznych zapisów bloków indeksów na dysk.';
$strShowStatusLast_query_costDescr = 'Ca³kowity koszta ostatnio skompilowanego zapytania, wyliczony przez optymalizator zapytañ. Przydatny do porównañ kosztów ró¿nych planów wykonania tego samego zapytania. Domy¶lna warto¶æ 0 oznacza, ¿e jeszcze ¿adne zapytanie nie zosta³o skompilowane.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Liczba rekordów oczekuj±cych na zapisanie w kolejkach INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Je¶li ta warto¶æ jest du¿a, prawdopobnie wielko¶æ pamiêci podrêcznej tabel jest zbyt ma³a.';
$strShowStatusOpen_filesDescr = 'Liczba otwartych plików.';
$strShowStatusOpen_streamsDescr = 'Liczba otwartych strumieni (u¿ywanych g³ownie do rejestracji w dzienniku).';
$strShowStatusOpen_tablesDescr = 'Liczba otwartych tabel.';
$strShowStatusQcache_free_blocksDescr = 'Liczba wolnych bloków pamiêci w podrêcznym buforze zapytañ.';
$strShowStatusQcache_free_memoryDescr = 'Ilo¶æ dostêpnej pamiêci w podrêcznym buforze zapytañ.';
$strShowStatusQcache_hitsDescr = 'Liczba trafieñ pamiêci podrêcznej.';
$strShowStatusQcache_insertsDescr = 'Liczba zapytañ dodanych do pamiêci podrêcznej.';
$strShowStatusQcache_lowmem_prunesDescr = 'Liczba zapytañ, które zosta³y usuniête z pamiêci podrêcznej, by zwolnic pamiêæ do buforowania nowych zapytañ. Ta informacje mo¿e pomóc dostroiæ wielko¶æ bufora podrêcznegoe. Do decydowania o tym, które zapytania usun±æ z bufora podrêcznego u¿ywana jest strategia "najpierw najd³u¿ej nieu¿ywany" (<i>least recently used</i> - LRU).';
$strShowStatusQcache_not_cachedDescr = 'Liczba niezbuforowanych zapytañ (nie daj±cych siê zbuforowaæ lub niezbuforowanych z powodu ustawienia query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Liczba zapytañ zarejestrowanych w buforze podrêcznym.';
$strShowStatusQcache_total_blocksDescr = 'Ca³kowita liczba bloków w buforze podrêcznym zapytañ.';
$strShowStatusReset = 'Zresetuj';
$strShowStatusRpl_statusDescr = 'Stan replikacji zabezpieczaj±cej (jeszcze nie zaimplementowane).';
$strShowStatusSelect_full_joinDescr = 'Liczba z³±czeñ nie u¿ywaj±cych indeksów. Warto¶æ ró¿na od 0 sugeruje staranne przyjrzenie siê indeksom tabel.';
$strShowStatusSelect_full_range_joinDescr = 'Liczba z³±czeñ w których u¿yto wyszukiwania zakresowego na pierwszej z³±czanej tabeli.';
$strShowStatusSelect_range_checkDescr = 'Liczba z³±czeñ bez u¿ycia indeksów gdy mo¿liwo¶æ ich u¿ycia by³a sprawdzana dla ka¿dego rekordu. (Warto¶æ ró¿na od 0 sugeruje staranne przyjrzenie siê indeksom tabel.)';
$strShowStatusSelect_rangeDescr = 'Liczba z³±czeñ w których u¿yto zakresów w stosunku do pierwszej tabeli. (Nawet du¿a warto¶æ nie ma kluczowego znaczenia.)';
$strShowStatusSelect_scanDescr = 'Liczba z³±czeñ, które przeszuka³y w pe³ni pierwsz± tabelê.';
$strShowStatusSlave_open_temp_tablesDescr = 'Liczba tymczasowych tabel akutalnie otwartych przez podrzêdny w±tek SQL.';
$strShowStatusSlave_retried_transactionsDescr = 'Ile raz ³±cznie (od startu) podrzêdny w±tek SQL replikacji ponawia³ transakcje.';
$strShowStatusSlave_runningDescr = 'ON oznacza, ¿e ten serwer jest podrzêdny i jest pod³±czony go serwera g³ównego.';
$strShowStatusSlow_launch_threadsDescr = 'Liczba w±tków, których utworzenie trwa³o d³u¿ej ni¿ slow_launch_time sekund.';
$strShowStatusSlow_queriesDescr = 'Liczba zapytañ, których wykonanie zajê³o wiêcej ni¿ long_query_time sekund.';
$strShowStatusSort_merge_passesDescr = 'Liczba przebiegów scalania, które musia³ wykonaæ algorytm sortuj±cy. Przy du¿ej warto¶ci, warto wzi±æ pod uwagê zwiêkszenie warto¶ci zmiennej systemowej sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Liczba sortowaæ wykonanych przy u¿yciu zakresów.';
$strShowStatusSort_rowsDescr = 'Liczba posortowanych rekordów.';
$strShowStatusSort_scanDescr = 'Liczba sortowañ wykonanych poprzed przeszukiwanie tabeli.';
$strShowStatusTable_locks_immediateDescr = 'Ile razy blokada tabeli zosta³a uzyskana natychmiastowo.';
$strShowStatusTable_locks_waitedDescr = 'Iler razy blokada tabeli nie mog³a zostaæ uzyskana natychmiastowo i niezbêdne by³o oczekiwanie. Przy wysoka warto¶æ oraz problemach z wydajno¶ci± powinno siê najpierw zoptymalizowaæ zapytania, a nastêpnie podzieliæ tabelê (tabele) lub u¿yæ replikacji.';
$strShowStatusThreads_cachedDescr = 'Liczba w±tków w buforze podrêcznym w±tków. Wspó³czynnik trafienia w bufor mo¿e byæ wyliczony ze wzoru Threads_created/Connections. Kolor czerwony oznacza, ¿e powinno siê z wiêkszyæ thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Liczba aktualnie otwartych po³±czeñ.';
$strShowStatusThreads_createdDescr = 'Liczba w±tków utworzonych by obs³u¿yæ po³±czenia. Je¿eli warto¶æ Threads_created jest du¿a, mo¿na chcieæ zwiêkszyæ warto¶æ thread_cache_size. (W przypadku dobrej implementacja w±tków zwykle nie daje to zauwa¿alnego polepszenia wydajno¶ci.)';
$strShowStatusThreads_runningDescr = 'Liczba nieu¶pionych w±tków.';
$strShowTableDimension = 'Poka¿ wymiary tabel';
$strShowTables = 'Poka¿ tabele';
$strShowThisQuery = ' Wywo³aj ponownie zapytanie ';
$strSimplifiedChinese = 'Chiñski uproszczony';
$strSingly = '(pojedynczo)';
$strSize = 'Rozmiar';
$strSkipQueries = 'Liczba rekordów (zapytañ), które nale¿y z pocz±tku pomin±æ';
$strSlovak = 'S³owacki';
$strSlovenian = 'S³oweñski';
$strSocketProblem = '(lub gniazdo lokalnego serwera MySQL nie jest skonfigurowane poprawnie)';
$strSortByKey = 'Sortuj wg klucza';
$strSorting = 'Sortowanie';
$strSort = 'Sortuj';
$strSpaceUsage = 'Wykorzystanie przestrzeni';
$strSpanish = 'Hiszpañski';
$strSplitWordsWithSpace = 'S³owa s± rozdzielane znakiem spacji (" ").';
$strSQLExportCompatibility = 'Kompatybilno¶æ eksportu SQL';
$strSQLExportType = 'Rodzaj eksportu';
$strSQLImportOptions = 'Opcje SQL';
$strSQLOptions = 'Opcje SQL';
$strSQLParserBugMessage = 'Istnieje szansa, ¿e w³a¶nie znaleziono b³±d w analizatorze sk³adni SQL. Proszê zbadaæ bli¿ej swoje zapytanie i sprawdziæ, czy cudzys³owy s± poprawne i dobrze sparowane. Inn± mo¿liw± przyczyn± niepowodzenia mo¿e byæ ysy³anie pliku ze znakami binarnymi poza obszarem tekstu ujêtego w cudzys³owy. Mo¿na równie¿ sprawdziæ zapytanie SQL poprzez liniê poleceñ MySQL-a. W znalezieniu przyczyny problemu mo¿e pomóc tak¿e - je¶li siê pojawi - poni¿szy opis b³êdu serwera MySQL. Je¶li nadal wystêpuj± z problemy lub analizator sk³adni zg³asza usterkê a linia poleceñ - nie, ogranicz sekwencjê zapytañ SQL do pojedynczego, które powoduje problemy i zg³o¶ b³±d, do³±czaj±c fragment danych zawarty w poni¿szej sekcji TNIJ:';
$strSQLParserUserError = 'Wygl±da na to, ¿e w twoim zapytaniu SQL jest b³±d. W znalezieniu przyczyny problemu mo¿e pomóc tak¿e - je¶li siê pojawi - poni¿szy opis b³êdu serwera MySQL.';
$strSQLQuery = 'zapytanie SQL';
$strSQLResult = 'Rezultat SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Nieprawid³owy identyfikator';
$strSQPBugUnclosedQuote = 'Niezamkniêty cudzys³ów';
$strSQPBugUnknownPunctuation = 'Nieznany znak przestankowy';
$strStatCheckTime = 'Ostatnie sprawdzenie';
$strStatCreateTime = 'Utworzenie';
$strStatement = 'Cecha';
$strStatisticsOverrun = 'Na aktywnym serwerze liczniki bajtów mog± siê przekrêciæ, wiêc statystyki jakich dostarcza serwer MySQL nie s± wiarygodne.';
$strStatUpdateTime = 'Ostatnia aktualizacja';
$strStatus = 'Status';
$strStorageEngine = 'Mechanizm sk³adowania';
$strStorageEngines = 'Mechanizmy sk³adowania';
$strStrucCSV = 'Dane CSV';
$strStrucData = 'Struktura i dane';
$strStrucDrop = 'Dodaj DROP TABLE';
$strStrucExcelCSV = 'CSV dla MS Excel';
$strStrucNativeExcel = 'Dane w formacie macierzystym MS Excela';
$strStrucOnly = 'Tylko struktura';
$strStructPropose = 'Analiza zawarto¶ci';
$strStructure = 'Struktura';
$strSubmit = 'Wy¶lij';
$strSuccess = 'Zapytanie SQL zosta³o wykonane pomy¶lnie';
$strSum = 'Suma';
$strSwedish = 'Szwedzki';
$strSwitchToDatabase = 'Prze³±cz do skopiowanej bazy danych';
$strSwitchToTable = 'Prze³±cz na skopiowan± tabelê';
 
$strTableAlreadyExists = 'Tabela %s ju¿ istnieje!';
$strTableComments = 'Komentarze tabeli';
$strTableEmpty = 'Brak nazwy tabeli!';
$strTableHasBeenDropped = 'Tabela %s zosta³a usuniêta';
$strTableHasBeenEmptied = 'Tabela %s zosta³a opró¿niona';
$strTableHasBeenFlushed = 'Tabela %s zosta³a prze³adowana';
$strTableMaintenance = 'Zarz±dzanie tabel±';
$strTableOfContents = 'Spis tre¶ci';
$strTableOptions = 'Opcje tabeli';
$strTables = '%s tabel(a)';
$strTableStructure = 'Struktura tabeli dla ';
$strTable = 'Tabela';
$strTableType = 'Typ tabeli';
$strTakeIt = 'u¿yj';
$strTblPrivileges = 'Uprawnienia specyficzne dla tabel';
$strTempData = 'Dane tymczasowe';
$strTextAreaLength = ' To pole mo¿e nie daæ siê edytowaæ<br /> z powodu swojej d³ugo¶ci ';
$strThai = 'Tajski';
$strThemeDefaultNotFound = 'Nie znaleziono domy¶lnego motywu graficznego %s!';
$strTheme = 'Motyw graficzny / styl';
$strThemeNoPreviewAvailable = 'Podgl±d niedostêpny.';
$strThemeNotFound = 'Nie znaleziono motywu graficznego %s!';
$strThemeNoValidImgPath = 'Nie znaleziono prawid³owej ¶cie¿ki do obrazka dla motywu graficznego %s!';
$strThemePathNotFound = 'Nie znaleziono ¶cie¿ki do motywu %s!';
$strThisHost = 'Ten host';
$strThisNotDirectory = 'To nie by³ katalog';
$strThreadSuccessfullyKilled = 'W±tek %s zosta³ pomy¶lnie unicestwiony.';
$strThreads = 'W±tki';
$strTime = 'Czas';
$strTimeoutInfo = 'Poprzedni import przekroczy³ limit czasu, ponowne przed³o¿enie tego pliku spowoduje kontynuacje od miejsca %d.';
$strTimeoutNothingParsed = 'Jednak¿e, podczas ostatniego uruchomienia nie zosta³y przetworzone ¿adne dane, co zwykle oznacza, ¿e phpMyAdmin nie bêdzie w stanie ukoñczyæ tego importu bez zwiêkszenia limitów czasowych PHP.';
$strTimeoutPassed = 'Limit czasu wykonania skryptu min±³; aby ukoñczyæ import, proszê przed³o¿yæ ten sam plik a import zostanie wznowiony.';
$strToggleScratchboard = 'w³±cz / wy³±cz scratchboard';
$strTotalUC = 'Sumarycznie';
$strTotal = 'wszystkich';
$strTraditionalChinese = 'Chiñski tradycyjny';
$strTraditionalSpanish = 'Tradycyjny hiszpañski';
$strTraffic = 'Ruch';
$strTransactionCoordinator = 'Koordynator transakcji';
$strTransformation_application_octetstream__download = 'Wy¶wietla link do ¶ci±gniêcia binarnych danych z tego pola. Pierwsza opcja to nazwa pliku binarnego. Drug± opcj± jest mo¿liwa nazwa pola zawieraj±cego nazwê pliku. Je¿eli dana jest druga opcja, pierwsza musi byæ pustym napisem';
$strTransformation_application_octetstream__hex = 'Wy¶wietla szesnastkow± reprezentacjê danych.';
$strTransformation_image_jpeg__inline = 'Wy¶wietla klikaln± miniaturkê; opcje: szeroko¶æ,wysoko¶æ w pikselach (oryginalne proporcje zostan± zachowane)';
$strTransformation_image_jpeg__link = 'Wy¶wietla link do tego obrazu (bezpo¶rednie ¶ci±gniêcie bloba).';
$strTransformation_image_png__inline = 'Zobacz image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Bierze pole TIME, TIMESTAMP lub DATETIME i formatuje je u¿ywaj±c lokalnego formatu daty. Pierwsza opcja to liczba godzin, jaka zostanie dodana do daty (domy¶lnie: 0). Druga opcja to inny format daty, zgodny z parametrami dostêpnymi dla funkcji PHP strftime().';
$strTransformation_text_plain__external = 'TYLKO LINUX: Uruchamia zewnêtrzn± aplikacjê i przekazuje dane pól na standardowe wej¶cie. Zwraca standardowe wyj¶cie tej aplikacji. Domy¶lnie jest to Tidy, którzy porz±dkuje kod HTML. Ze wzglêdu na bezpieczeñstwo, nale¿y rêcznie zmodyfikowaæ plik libraries/transformations/text_plain__external.inc.php i dodaæ narzêdzie, na którego uruchamianie pozwalasz. Pierwsz± opcj± jest liczba programów, których chcesz u¿yæ, a drug± s± parametry programu. Je¿eli trzeci parametr jest ustawiony na 1, zostanie dokonana konwersja wyj¶cia poprzez u¿ycie htmlspecialchars() (Domy¶ln± warto¶ci± jest 1). Je¿eli czwarty parametr zosta³ ustawiony na 1, zawarto¶æ komórki nie bêdzie zawijana, tak ¿e ca³e wyj¶cie zostanie pokazane bez zmian formatu (domy¶ln± warto¶ci± jest 1)';
$strTransformation_text_plain__formatted = 'Zachowuje oryginalne formatowanie pola. Neutralizowanie znaków niespecjalnych nie jest dokonywane.';
$strTransformation_text_plain__imagelink = 'Wy¶wietla obrazek i link, pole zawiera nazwê pliku; pierwsz± opcjê jest prefiks, taki jak "http://domena.com/", drug± opcj± jest szeroko¶æ w pikselach, trzeci± opcj± jest wysoko¶æ.';
$strTransformation_text_plain__link = 'Wy¶wietla link, pole zawiera nazwê pliku; pierwsza opcja to prefiks, taki jak "http://domena.com/", druga opcja to tytu³ linku.';
$strTransformation_text_plain__sql = 'Formatuj tekst traktuj±c jako zapytanie SQL z pod¶wietlaniem sk³adni.';
$strTransformation_text_plain__substr = 'Pokazuje jedynie czê¶æ napisu. Pierwsza opcja to offset, od którego ma zacz±æ siê wy¶wietlanie tekstu (domy¶lnie 0). Druga opcja to ilo¶æ zwracanego tekstu. Je¿eli jest pusta, zwracany jest ca³y pozosta³y tekst. Trzecia opcja okre¶la jakie znaki zostan± dodane do wyj¶cia, je¿eli zwracany jest czê¶æ napisu (domy¶lnie: ...) .';
$strTruncateQueries = 'Ucinaj wy¶wietlane zapytania';
$strTurkish = 'Turecki';
$strType = 'Typ';
 
$strUkrainian = 'Ukraiñski';
$strUncheckAll = 'Odznacz wszystkie';
$strUnicode = 'Unikod';
$strUnique = 'Jednoznaczny';
$strUnknown = 'nieznany';
$strUnselectAll = 'Odznacz wszystkie';
$strUnsupportedCompressionDetected = 'Próbowano wczytaæ plik z nieobs³ugiwanym typem kompresji (%s). Albo jego obs³uga nie zosta³a zaimplementowana albo zosta³a konfiguracyjnie wy³±czona.';
$strUpdatePrivMessage = 'Uaktualni³e¶ uprawnienia dla %s.';
$strUpdateProfileMessage = 'Profil zosta³ uaktualniony.';
$strUpdateQuery = 'Zmieñ zapytanie';
$strUpdComTab = 'Informacje o tym, jak zaktualizowaæ tabelê Column_comments znajduj± siê w dokumentacji';
$strUpgrade = 'Poleca siê aktualizacjê do %s w wersji %s lub pó¼niejszej.';
$strUploadLimit = 'Prawdodpobobnie próbowano wrzuciæ du¿y plik. Aby poznaæ sposoby obej¶cia tego limitu, proszê zapoznaæ siê z %sdokumenacj±%s.';
$strUsage = 'Wykorzystanie';
$strUseBackquotes = 'U¿yj cudzys³owów z nazwami tabel i pól';
$strUsedPhpExtensions = 'U¿ywane rozszerzenia PHP';
$strUseHostTable = 'U¿yj tabeli hostów';
$strUserAlreadyExists = 'U¿ytkownik %s ju¿ istnieje!';
$strUserEmpty = 'Brak nazwy u¿ytkownika!';
$strUserName = 'Nazwa u¿ytkownika';
$strUserNotFound = 'Wybrany u¿ytkownik nie zosta³ znaleziony w tabeli uprawnieñ.';
$strUserOverview = 'Opis u¿ytkownika';
$strUsersDeleted = 'Wybrani u¿ytkownicy zostali pomy¶lnie usuniêci.';
$strUsersHavingAccessToDb = 'U¿ytkownicy maj±cy dostêp do &quot;%s&quot;';
$strUser = 'U¿ytkownik';
$strUseTabKey = 'Klawisz TAB przemieszcza pomiêdzy warto¶ciami, CTRL+strza³ka przenosi w dowolne miejsce';
$strUseTables = 'U¿yj tabel';
$strUseTextField = 'U¿yj pola tekstowego';
$strUseThisValue = 'U¿yj tej warto¶ci';
 
$strValidateSQL = 'Sprawd¼ poprawno¶æ SQL';
$strValidatorError = 'Analizator sk³adni SQL nie móg³ zostaæ zainicjowany. Sprawd¼, czy zainstalowane s± niezbêdne rozszerzenia PHP, tak jak zosta³o to opisane w %sdokumentacji%s.';
$strValue = 'Warto¶æ';
$strVar = 'Zmienna';
$strVersionInformation = 'Informacja o wersji';
$strViewDumpDatabases = 'Zrzut baz danych';
$strViewDumpDB = 'Zrzut bazy danych';
$strViewDump = 'Zrzut tabeli';
$strViewHasBeenDropped = 'Perspektywa %s zosta³a usuniêta';
$strViewMaxExactCount = 'Perspektywa ma ponad %d rekordów. Proszê zajrzeæ do %sdokumentacji%s.';
$strView = 'Perspektywa';
 
$strWebServerUploadDirectoryError = 'Katalog ustalony dla uploadu jest nieosi±galny';
$strWebServerUploadDirectory = 'katalog serwera WWW dla uploadu';
$strWelcome = 'Witamy w %s';
$strWestEuropean = 'Zachodnioeuropejski';
$strWildcard = 'znak wieloznaczny';
$strWindowNotFound = 'Docelowe okno przegl±darki nie mog³o byæ zaktualizowane. Byæ mo¿e okno-rodzic zosta³o zamkniête lub przegl±darka, uwzglêdniaj±c ustawienia bezpieczeñstwa, blokuje aktualizacje pomiêdzy oknami';
$strWithChecked = 'Zaznaczone:';
$strWriteRequests = '¯±dañ zapisu';
$strWritingCommentNotPossible = 'Zapisanie komentarza nie jest mo¿liwe';
$strWritingRelationNotPossible = 'Zapisanie relacji nie jest mo¿liwe';
$strWrongUser = 'B³êdne pola u¿ytkownik/has³o. Brak dostêpu.';
 
$strXML = 'XML';
 
$strYes = 'Tak';
 
$strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.';
$strZip = '".zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/polish-utf-8.inc.php
0,0 → 1,977
<?php
/* $Id: polish-utf-8.inc.php,v 2.122.2.2 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, "arial ce", arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, verdana, "arial ce", arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtów', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Nie', 'Pon', 'Wto', 'Śro', 'Czw', 'Pią', 'Sob');
$month = array('Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Paź', 'Lis', 'Gru');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dni, %s godzin, %s minut i %s sekund';
 
$strAbortedClients = 'Przerwane';
$strAbsolutePathToDocSqlDir = 'Proszę podać bezwzględną ścieżkę na serwerze www do katalogu docSQL';
$strAccessDenied = 'Brak dostępu';
$strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Do jego stworzenia można użyć %1$sskryptu instalacyjnego%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin próbował połączyć się z serwerem MySQL, a serwer odrzucił połączenie. Powinieneś sprawdzić nazwę hosta, nazwę użytkownika i hasło w pliku config.inc.php i upewnić się, że odpowiadają one informacjom danym przez administratora serwera MySQL.';
$strAction = 'Działanie';
$strAddAutoIncrement = 'Dodaj wartości AUTO_INCREMENT';
$strAddConstraints = 'Dodaj ograniczenia';
$strAddDeleteColumn = 'Dodaj/usuń pola';
$strAddDeleteRow = 'Dodaj/usuń wiersz kryteriów';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddedColumnComment = 'Został dodany komentarz kolumny';
$strAddedColumnRelation = 'Została dodana relacja dla kolumny';
$strAddFields = 'Dodaj %s pól';
$strAddHeaderComment = 'Dodaj do nagłówka własny komentarz (\\n oddziela linie)';
$strAddIfNotExists = 'Dodaj IF NOT EXISTS';
$strAddIntoComments = 'Dodaj w komentarzach:';
$strAddNewField = 'Dodaj nowego pole';
$strAddPrivilegesOnDb = 'Dodaj uprawnienia dla następującej bazy danych';
$strAddPrivilegesOnTbl = 'Dodaj uprawnienia dla następującej tabeli';
$strAddSearchConditions = 'Dodaj warunki przeszukiwania (warunek dla "where"):';
$strAddToIndex = 'Dodaj &nbsp;%s&nbsp;kolumn do indeksu ';
$strAddUser = 'Dodaj nowego użytkownika';
$strAddUserMessage = 'Nowy użytkownik został dodany.';
$strAdministration = 'Administracja';
$strAffectedRows = 'Zmodyfikowanych rekordów:';
$strAfterInsertBack = 'Wróć';
$strAfterInsertNewInsert = 'Dodaj nowy rekord';
$strAfterInsertNext = 'Edytuj następny rekord';
$strAfterInsertSame = 'Powrót do tej strony';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Zezwól na przerwanie importu w przypadku, gdy skrypt wykryje zbliżający się koniec limitu czasu. Może to być dobry sposób importu dużych plików, jednakże może on popsuć transakcje.';
$strAllTableSameWidth = 'wyświetlić wszystkie tabele z taką samą szerokością?';
$strAll = 'Wszystko';
$strAlterOrderBy = 'Sortowanie tabeli wg';
$strAnalyzeTable = 'Analizuj tabelę';
$strAnd = 'oraz';
$strAndThen = 'a następnie';
$strAnIndex = 'Do %s dodany został indeks';
$strAny = 'Dowolny';
$strAnyHost = 'Dowolny host';
$strAnyUser = 'Dowolny użytkownik';
$strApproximateCount = 'Być może w przybliżeniu. Zobacz FAQ 3.11';
$strAPrimaryKey = 'Do %s dodany został klucz podstawowy';
$strArabic = 'Arabski';
$strArmenian = 'Ormiański';
$strAscending = 'Rosnąco';
$strAtBeginningOfTable = 'Na początku tabeli';
$strAtEndOfTable = 'Na końcu tabeli';
$strAttr = 'Atrybuty';
$strAutodetect = 'Rozpoznaj automatycznie';
$strAutomaticLayout = 'Układ automatyczny';
 
$strBack = 'Powrót';
$strBaltic = 'Bałtycki';
$strBeginCut = 'TNIJ STĄD';
$strBeginRaw = 'SUROWE DANE STĄD';
$strBinary = ' Binarne ';
$strBinaryDoNotEdit = ' Binarne - nie do edycji ';
$strBinaryLog = 'Dziennik binarny';
$strBinLogEventType = 'Typ zdarzenia';
$strBinLogInfo = 'Informacje';
$strBinLogName = 'Nazwa dziennika';
$strBinLogOriginalPosition = 'Oryginalna pozycja';
$strBinLogPosition = 'Pozycja';
$strBinLogServerId = 'ID serwera';
$strBookmarkAllUsers = 'Pozwól na dostęp wszystkim użytkownikom';
$strBookmarkCreated = 'Zapytanie %s zostało zapamiętane';
$strBookmarkDeleted = 'Zapamiętane zapytanie SQL zostało usunięte.';
$strBookmarkLabel = 'Nazwa';
$strBookmarkQuery = 'Zapamiętane zapytanie SQL';
$strBookmarkReplace = 'Zamień istniejące zapamiętane zapytanie o tej samej nazwie';
$strBookmarkThis = 'Pamiętaj zapytanie SQL';
$strBookmarkView = 'Tylko pokaż';
$strBrowseDistinctValues = 'Przeglądaj różne wartości';
$strBrowseForeignValues = 'Przeglądaj zewnętrzne wartości';
$strBrowse = 'Przeglądaj';
$strBufferPoolActivity = 'Aktywność rezerw buforowych';
$strBufferPool = 'Rezerwy buforowe';
$strBufferPoolUsage = 'Użycie rezerw buforowych';
$strBufferReadMisses = 'Chybienia odczytu';
$strBufferReadMissesInPercent = 'Chybienia odczytu w %';
$strBufferWriteWaitsInPercent = 'Oczekiwania zapisu w %';
$strBufferWriteWaits = 'Oczekiwania na zapis';
$strBulgarian = 'Bułgarski';
$strBusyPages = 'Strony używane';
$strBzError = 'phpMyAdminowi nie udało się skompresować zrzutu z powodu zepsutego rozszerzenia Bz2 w tej wersji PHP. Jest bardzo zalecane by ustawić dyrektywę <code>$cfg[\'BZipDump\']</code> w pliku konfiguracyjnym phpMyAdmina na <code>FALSE</code>. Jeśli chcesz użyć funkcji kompresji Bz2, PHP powinien zostać zaktualizowany do najnowszej wersji. Szczegóły można zobaczyć w raporcie na temat błędów PHP %s.';
$strBzip = '".bz2"';
 
$strCalendar = 'Kalendarz';
$strCanNotLoadImportPlugins = 'Nie udało się załadować modułów importu, proszę sprawdzić instalację!';
$strCannotLogin = 'Nie udało się zalogować na serwer MySQL';
$strCantLoad = 'nie udało się załadować modułu %s,<br />proszę sprawdzić konfigurację PHP';
$strCantLoadRecodeIconv = 'Nie udało się załadować rozszerzeń iconv lub recode, które są niezbędne do konwersji kodowania znaków, skonfiguruj PHP tak, by mógł używać tych rozszerzeń albo zablokuj konwersję kodowania znaków w phpMyAdminie.';
$strCantRenameIdxToPrimary = 'Nie można zmienić nazwy indeksu na PRIMARY!';
$strCantUseRecodeIconv = 'Nie udało się użyć ani funkcji iconv, ani libiconv, mimo że rozszerzenia zgłaszają się jako załadowane. Proszę sprawdzić swoją konfigurację PHP.';
$strCardinality = 'Moc';
$strCaseInsensitive = 'bez rozróżniania wielkości liter';
$strCaseSensitive = 'z rozróżnianiem wielkości liter';
$strCentralEuropean = 'Środkowoeuropejski';
$strChangeCopyModeCopy = '... pozostaw starego.';
$strChangeCopyModeDeleteAndReload = ' ... usuń starego z tabel użytkowników, a następnie przeładuj uprawnienia.';
$strChangeCopyModeJustDelete = ' ... usuń starego z tabel użytkowników.';
$strChangeCopyModeRevoke = ' ... odbierz wszystkie aktywne uprawnienia staremu, a następnie go usuń.';
$strChangeCopyMode = 'Utwórz nowego użytkownika z takimi samymi uprawnieniami i ...';
$strChangeCopyUser = 'Zmień dane użytkownika / Skopiuj użytkownika';
$strChangeDisplay = 'Wybierz wyświetlane pole';
$strChangePassword = 'Zmień hasło';
$strChange = 'Zmień';
$strCharsetOfFile = 'Zestaw znaków dla pliku:';
$strCharsetsAndCollations = 'Zestawy znaków i metody porównywania napisów';
$strCharsets = 'Zestawy znaków';
$strCharset = 'Zestaw znaków';
$strCheckAll = 'Zaznacz wszystkie';
$strCheckOverhead = 'Zaznacz nieoptymalne';
$strCheckPrivsLong = 'Sprawdź uprawnienia bazy danych &quot;%s&quot;.';
$strCheckPrivs = 'Sprawdź uprawnienia';
$strCheckTable = 'Sprawdź tabelę';
$strChoosePage = 'Proszę wybrać stronę do edycji';
$strColComFeat = 'Wyświetl komentarze dla kolumn';
$strCollation = 'Metoda porównywania napisów';
$strColumnNames = 'Nazwy kolumn';
$strColumnPrivileges = 'Uprawnienia specyficzne dla kolumn';
$strCommand = 'Polecenie';
$strCommentsForTable = 'KOMENTARZE TABELI';
$strComments = 'Komentarze';
$strCompatibleHashing = 'Kompatybilny z MySQL-em&nbsp;4.0';
$strCompleteInserts = 'Pełne dodania';
$strCompression = 'Typ kompresji';
$strCompressionWillBeDetected = 'Rodzaj kompresji importowanych plików zostanie automatycznie rozpoznany jako jeden z: %s';
$strConfigDefaultFileError = 'Nie udało się załadaować domyślnej konfiguracji z pliku: "%1$s"';
$strConfigFileError = 'phpMyAdmin nie zdołał odczytać Twojego pliku konfiguracji!<br />Może się to zdarzyć, jeśli PHP znajdzie w nim błąd składniowy lub nie może znaleźć tego pliku.<br />Proszę wywołać bezpośrednio plik konfiguracyjny używając poniższego linku i odczytać otrzymane komunikat(y) o błędach. W większości przypadków brakuje gdzieś cudzysłowu lub średnika.<br />Jeżeli otrzymasz pustą stronę, wszystko jest w porządku.';
$strConfigureTableCoord = 'Proszę skonfigurować współrzędnie dla tabeli %s';
$strConnectionError = 'Nie udało się nawiązać połączenia: błędne ustawienia.';
$strConnections = 'Połączenia';
$strConstraintsForDumped = 'Ograniczenia dla zrzutów tabel';
$strConstraintsForTable = 'Ograniczenia dla tabeli';
$strCookiesRequired = 'Odtąd musi być włączona obsługa ciasteczek [<i>cookies</i>].';
$strCopyDatabaseOK = 'Baza danych %s została skopiowana do %s';
$strCopy = 'Kopiuj';
$strCopyTableOK = 'Tabela %s została skopiowana do %s.';
$strCopyTableSameNames = 'Nie można skopiować tabeli do niej samej!';
$strCopyTable = 'Skopiuj tabelę do (bazadanych<b>.</b>tabela):';
$strCouldNotKill = 'phpMyAdminowi nie udało się unicestwić wątku %s. Prawdopodobnie został on już zamknięty.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE przed skopiowaniem';
$strCreateIndexTopic = 'Utwórz nowy indeksu';
$strCreateIndex = 'Utwórz indeks dla %s kolumn';
$strCreateNewDatabase = 'Utwórz nową bazę danych';
$strCreateNewTable = 'Utwórz nową tabelę w bazie danych %s';
$strCreatePage = 'Utwórz nową stronę';
$strCreatePdfFeat = 'Tworzenie PDF-ów';
$strCreate = 'Utwórz';
$strCreationDates = 'Daty utworzenia/aktualizacji/sprawdzenia';
$strCriteria = 'Kryteria';
$strCroatian = 'Chorwacki';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcje CSV';
$strCSVOptions = 'Opcje CSV';
$strCyrillic = 'Cyrylica';
$strCzech = 'Czeski';
$strCzechSlovak = 'Czesko-słowacki';
 
$strDanish = 'Duński';
$strDatabase = 'Baza danych';
$strDatabaseEmpty = 'Nazwa bazy danych jest pusta!';
$strDatabaseExportOptions = 'Opcje eksportu bazy danych';
$strDatabaseHasBeenDropped = 'Baza danych %s została usunięta.';
$strDatabaseNoTable = 'Ta baza danych nie zawiera żadnej tabeli!';
$strDatabases = 'Bazy danych';
$strDatabasesDropped = '%s baz danych zostało pomyślnie usuniętych.';
$strDatabasesStatsDisable = 'Wyłącz statystyki';
$strDatabasesStatsEnable = 'Włącz statystyki';
$strDatabasesStatsHeavyTraffic = 'Uwaga: Włączenie statystyk baz danych może spowodować duży ruch pomiędzy serwerem WWW a serwerem MySQL.';
$strDatabasesStats = 'Statystyki baz danych';
$strData = 'Dane';
$strDataDict = 'Słownik danych';
$strDataOnly = 'Tylko dane';
$strDataPages = 'Strony zawierające dane';
$strDBComment = 'Komentarz bazy danych: ';
$strDBCopy = 'Kopiuj bazę danych do';
$strDBGContextID = 'ID kontekstu';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Trafienia';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Maksymalny czas, ms';
$strDBGMinTimeMs = 'Minimalny czas, ms';
$strDBGModule = 'Moduł';
$strDBGTimePerHitMs = 'Czas/trafienie, ms';
$strDBGTotalTimeMs = 'Całkowity czas, ms';
$strDbPrivileges = 'Uprawnienia specyficzne dla baz danych';
$strDBRename = 'Zmień nazwę bazy danych na';
$strDbSpecific = 'specyficzne dla bazy danych';
$strDefault = 'Domyślnie';
$strDefaultEngine = '%s to domyślny mechanizm składowania tego serwera MySQL.';
$strDefaultValueHelp = 'Dla wartości domyślnych, proszę wprowadzić po prostu pojedynczą wartość, bez cytowania odwrotnym ukośnikiem czy ujmowania w cudzysłowy, używając takiego formatu: a';
$strDefragment = 'Tablica defragmentacji';
$strDelayedInserts = 'Użyj opóźnionych dodań';
$strDeleteAndFlushDescr = 'Jest to najzgrabniejszy sposób, ale przeładowanie uprawnień może potrwać jakiś czas.';
$strDeleteAndFlush = 'Usuń użytkowników, a następnie przeładuj uprawnienia.';
$strDeleted = 'Rekord został skasowany';
$strDeletedRows = 'Skasowane rekordy:';
$strDeleteNoUsersSelected = 'Żaden użytkownik ze został zaznaczony do skasowania!';
$strDelete = 'Usuń';
$strDeleting = 'Usuwanie %s';
$strDelOld = 'Aktualna strona ma powiązania z tabelą, która już nie istnieje. Czy chcesz usunąć te powiązania?';
$strDescending = 'Malejąco';
$strDescription = 'Opis';
$strDictionary = 'słownik';
$strDirtyPages = 'Strony brudne';
$strDisabled = 'wyłączone';
$strDisableForeignChecks = 'Wyłącz sprawdzanie kluczy zewnętrznych';
$strDisplayFeat = 'Funkcje wyświetlania';
$strDisplayOrder = 'Kolejność wyświetlania:';
$strDisplayPDF = 'Wyświetl schemat PDF';
$strDoAQuery = 'Wykonaj "zapytanie przez przykład" (znak globalny: "%")';
$strDocu = 'Dokumentacja';
$strDoYouReally = 'Czy na pewno wykonać ';
$strDropDatabaseStrongWarning = 'Masz zamiar ZNISZCZYĆ całą bazę danych!';
$strDropUsersDb = 'Usuń bazy danych o takich samych nazwach jak użytkownicy.';
$strDrop = 'Usuń';
$strDumpingData = 'Zrzut danych tabeli';
$strDumpSaved = 'Zrzut został zapisany do pliku %s.';
$strDumpXRows = 'Zrzuć %s rekordów zaczynając od rekordu %s.';
$strDynamic = 'zmienny';
 
$strEdit = 'Edytuj';
$strEditPDFPages = 'Edytuj strony PDF';
$strEditPrivileges = 'Edytuj uprawnienia';
$strEffective = 'Efektywne';
$strEmptyResultSet = 'MySQL zwrócił pusty wynik (zero rekordów).';
$strEmpty = 'Wyczyść';
$strEnabled = 'włączone';
$strEncloseInTransaction = 'Obejmij eksport transakcją';
$strEndCut = 'TNIJ DOTĄD';
$strEnd = 'Koniec';
$strEndRaw = 'SUROWE DANE DOTĄD';
$strEngineAvailable = '%s jest dostępny na tym serwerze MySQL.';
$strEngineDisabled = 'Mechanizm %s został wyłączony w tym serwerze MySQL.';
$strEngines = 'Mechanizmy';
$strEngineUnsupported = 'Ten serwer MySQL nie obsługuje mechanizmu składowania %s.';
$strEnglish = 'Angielski';
$strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL są oznaczone w języku angielskim ';
$strError = 'Błąd';
$strErrorInZipFile = 'Błąd w archiwum ZIP:';
$strEscapeWildcards = 'Aby użyć symboli wieloznacznych _ i % w znaczeniu dosłownym, należy je poprzedzić znakiem \ ';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estoński';
$strExcelEdition = 'Wydanie Excela';
$strExcelOptions = 'Opcje Excela';
$strExecuteBookmarked = 'Wykonaj zapamiętanego zapytania';
$strExplain = 'Wyjaśnij SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Rozszerzone dodania';
$strExtra = 'Dodatkowo';
 
$strFailedAttempts = 'Nieudane próby';
$strFieldHasBeenDropped = 'Pole %s zostało usunięte';
$strField = 'Pole';
$strFieldsEmpty = ' Liczba pól jest pusta! ';
$strFieldsEnclosedBy = 'Pola zawarte w';
$strFieldsEscapedBy = 'Pola poprzedzone przez';
$strFields = 'Pola';
$strFieldsTerminatedBy = 'Pola oddzielane przez';
$strFileAlreadyExists = 'Plik %s już istnieje na serwerze, zmień nazwę pliku lub zaznacz opcję nadpisywania plików.';
$strFileCouldNotBeRead = 'Nie można odczytać pliku';
$strFileNameTemplateDescriptionDatabase = 'nazwa bazy danych database';
$strFileNameTemplateDescription = 'Interpretacja tej wartości należy do funkcji %1$sstrftime%2$s i można użyć jej napisów formatujących. Dodatkowo zostaną zastosowane następujące przekształcenia: %3$s. Pozostały tekst będzie niezmieniony.';
$strFileNameTemplateDescriptionServer = 'nazwa serwera';
$strFileNameTemplateDescriptionTable = 'nazwa tabeli';
$strFileNameTemplateRemember = 'pamiętaj szablon';
$strFileNameTemplate = 'Szablon nazwy';
$strFileToImport = 'Plik do importu';
$strFixed = 'stały';
$strFlushPrivilegesNote = 'Uwaga: phpMyAdmin pobiera uprawnienia użytkowników wprost z tabeli uprawnień MySQL-a. Zawartość tej tabeli, jeśli zostały w niej dokonane ręczne zmiany, może się różnić od uprawnień jakich faktycznie używa serwer. W takim przypadku powinieneś przed dalszą pracą %sprzeładować uprawnienia%s.';
$strFlushQueryCache = 'Opróżnij bufor podręczny zapytań';
$strFlushTable = 'Przeładuj tabelę ("FLUSH")';
$strFlushTables = 'Przeładuj (zamknij) wszystkie tabele';
$strFormat = 'Format';
$strFormEmpty = 'Brakująca wartość w formularzu!';
$strFreePages = 'Strony puste';
$strFullText = 'Pełny tekst';
$strFunction = 'Funkcja';
 
$strGenBy = 'Wygenerowany przez';
$strGeneralRelationFeat = 'Ogólne funkcje relacyjne';
$strGenerate = 'Generuj';
$strGeneratePassword = 'Generuj hasło';
$strGenTime = 'Czas wygenerowania';
$strGeorgian = 'Gruziński';
$strGerman = 'Niemiecki';
$strGlobal = 'globalnie';
$strGlobalPrivileges = 'Globalne uprawnienia';
$strGlobalValue = 'Wartość globalna';
$strGo = 'Wykonaj';
$strGrantOption = 'Nadawanie';
$strGreek = 'Grecki';
$strGzip = '".gz"';
 
$strHandler = 'Obsługa';
$strHasBeenAltered = 'zostało zamienione.';
$strHasBeenCreated = 'zostało utworzone.';
$strHaveToShow = 'Należy wybrać przynajmniej jedną kolumnę do wyświetlenia';
$strHebrew = 'Hebrajski';
$strHexForBinary = 'Użyj liczb szesnastkowych w przypadku pól binarnych';
$strHomepageOfficial = 'Oficjalna strona phpMyAdmina';
$strHome = 'Wejście';
$strHostEmpty = 'Brak nazwy hosta!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcje eksportu do formatu Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcje eksportu do formatu Microsoft Word 2000';
$strHungarian = 'Węgierski';
 
$strIcelandic = 'Islandzki';
$strId = 'ID';
$strIdxFulltext = 'Pełny tekst';
$strIgnoreDuplicates = 'Ignoruj zdublowane rekordy';
$strIgnore = 'Ignoruj';
$strIgnoreInserts = 'Użyj ignorowanych dodań';
$strIgnoringFile = 'Plik %s jest ignorowany';
$strImportDocSQL = 'Import plików docSQL';
$strImportFiles = 'Import plików';
$strImportFormat = 'Format importowanych plików';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import zakończony sukcesem, wykonano %d zapytań.';
$strIndexes = 'Indeksy';
$strIndexHasBeenDropped = 'Klucz %s został usunięty';
$strIndex = 'Indeks';
$strIndexName = 'Nazwa indeksu :';
$strIndexType = 'Rodzaj indeksu :';
$strIndexWarningMultiple = 'Dla kolumny `%s` zostało utworzonych wiele indeksów';
$strIndexWarningPrimary = 'Klucze PRIMARY i INDEX nie powinny dotyczyć tej samej kolumny `%s`';
$strIndexWarningTable = 'Problemy z indeksami tabeli `%s`';
$strIndexWarningUnique = 'Klucze UNIQUE i INDEX nie powinny dotyczyć tej samej kolumny `%s`';
$strInnoDBAutoextendIncrementDesc = 'Rozmiar o jaki automatycznie powiększy się tabela, kiedy zostanie zapełniona.';
$strInnoDBAutoextendIncrement = 'Przyrost autoextend';
$strInnoDBBufferPoolSizeDesc = 'Ilość pamięci, której InnoDB używa do buforowania danych i indeksów swoich tabel.';
$strInnoDBBufferPoolSize = 'Rozmiar rezerw buforowych';
$strInnoDBDataFilePath = 'Pliki danych';
$strInnoDBDataHomeDirDesc = 'Wspólna część ścieżki do wszystkich plików danych InnoDB.';
$strInnoDBDataHomeDir = 'Katalog domowy danych';
$strInnoDBPages = 'stron';
$strInnodbStat = 'Status InnoDB';
$strInsecureMySQL = 'Twój plik konfiguracyjny zawiera ustawienia (konto roota bez hasła), które odpowiadają domyślnemu uprzywilejowanemu kontu MySQL. Twój serwer MySQL działa z takim ustawieniem, jest otwarty dla włamywaczy. Ta luka w bezpieczeństwie naprawdę powinna zostać naprawiona.';
$strInsertAsNewRow = 'Dodaj jako nowy rekord';
$strInsert = 'Dodaj';
$strInsertedRowId = 'Identyfikator dodanego rekordu:';
$strInsertedRows = 'Dodane rekordy:';
$strInsertNewRow = 'Dodaj nowy rekord';
$strInternalNotNecessary = '* Wewnętrzna relacja nie jest konieczna gdy istnieje również w InnoDB.';
$strInternalRelations = 'Wewnętrzne relacje';
$strInUse = 'w użyciu';
$strInvalidAuthMethod = 'W konfiguracji ustawiono błędną metodę uwierzytelniania:';
$strInvalidColumnCount = 'Liczba kolumn musi być większa niż zero.';
$strInvalidColumn = 'Podano błędną kolumnę (%s)!';
$strInvalidCSVFieldCount = 'Niewłaściwa liczba pól w lini %d danych wejściowych CSV.';
$strInvalidCSVFormat = 'Niewłaściwy format w lini %d danych wejściowych CSV.';
$strInvalidCSVParameter = 'Niewłaściwy parametr importu CSV: %s';
$strInvalidFieldAddCount = 'Należy dodać przynajmniej jedno pole.';
$strInvalidFieldCount = 'Tabela musi mieć przynajmniej jedno pole.';
$strInvalidLDIImport = 'Ten moduł nie obsługuje skompresowanych importów!';
$strInvalidRowNumber = '%d nie jest prawidłowym numerem rekordu.';
$strInvalidServerHostname = 'Niewłaściwa nazwa hosta serwera %1$s. Proszę przyjrzeć się konfiguracji.';
$strInvalidServerIndex = 'Niewłaściwy numer serwera: "%s"';
 
$strJapanese = 'Japoński';
$strJoins = 'Złączenia';
$strJumpToDB = 'Skok do bazy danych &quot;%s&quot;.';
$strJustDeleteDescr = 'Nim uprawnienia zostaną przeładowane, &quot;usunięci&quot; użytkownicy nadal będą mieli dotychczasowy dostęp do serwera.';
$strJustDelete = 'Po prostu usuń użytkowników z tabeli uprawnień.';
 
$strKeepPass = 'Nie zmieniaj hasła';
$strKeyCache = 'Bufor podręczny indeksów';
$strKeyname = 'Nazwa klucza';
$strKill = 'Unicestwij';
$strKorean = 'Koreański';
 
$strLandscape = 'Orientacja pozioma';
$strLanguageFileNotFound = 'Nie znaleziono pliku językowego "%1$s".';
$strLanguageUnknown = 'Nieznany język: %1$s.';
$strLatchedPages = 'Stron zatrzaśniętych';
$strLatexCaption = 'Nagłówek tabeli';
$strLatexContent = 'Zawartość tabeli __TABLE__';
$strLatexContinuedCaption = 'Kontynuacja nagłówka tabeli';
$strLatexContinued = '(kontynuacja)';
$strLatexIncludeCaption = 'Załącz nagłówek tabeli';
$strLatexLabel = 'Etykieta klucza';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcje LaTeX-a';
$strLatexStructure = 'Struktura tabeli __TABLE__';
$strLatvian = 'Łotewski';
$strLDI = 'CSV przy użyciu LOAD DATA';
$strLDIImportOptions = 'Opcje importu CSV przy użyciu LOAD DATA';
$strLDILocal = 'Użyj słowa kluczowego LOCAL';
$strLengthSet = 'Długość/Wartości*';
$strLimitNumRows = 'rekordów na stronie';
$strLinesTerminatedBy = 'Linie zakończone przez';
$strLinkNotFound = 'Łącze nie znalezione';
$strLinksTo = 'Łącze';
$strLithuanian = 'Litewski';
$strLocalhost = 'Host lokalny';
$strLocationTextfile = 'Lokalizacja pliku tekstowego';
$strLoginInformation = 'Dane użytkownika';
$strLogin = 'Login';
$strLogout = 'Wyjście';
$strLogPassword = 'Hasło:';
$strLogServer = 'Serwer';
$strLogUsername = 'Użytkownik:';
$strLongOperation = 'Ta operacja może trwać długo. Czy mimo to kontynuować?';
 
$strMaxConnects = 'Maks. jednoczesnych połączeń';
$strMaximalQueryLength = 'Maksymalna długość utworzonego zapytania';
$strMaximumSize = 'Maksymalny rozmiar: %s%s';
$strMbExtensionMissing = 'Rozszerzenie PHP o nazwie mbstring nie zostało znalezione, a wygląda na to, że używasz wielobajtowego zestawu znaków. Bez rozszerzenia mbstring phpMyAdmin nie ma możliwości poprawnego rozbijania napisów, co może skutkować niespodziewanymi rezultatami.';
$strMbOverloadWarning = 'Opcja mbstring.func_overload jest włączona w pliku konfiguracyjnym PHP. Jest ona niezgodna z phpMyAdminem i może powodować utratę niektórych danych!';
$strMIME_available_mime = 'Dostępne typy MIME';
$strMIME_available_transform = 'Dostępne transformacje';
$strMIME_description = 'Opis';
$strMIME_MIMEtype = 'Typ MIME';
$strMIME_nodescription = 'Transformacja ta nie ma opisu.<br />Proszę zapytać autora, co robi %s.';
$strMIME_transformation_note = 'Aby uzyskać listę dostępnych opcji transformacji i ich typów MIME, kliknij %sopisy transformacji%s';
$strMIME_transformation_options_note = 'Proszę wprowadzić wartości dla tranformacji w następującym formacie: \'a\',\'b\',\'c\'...<br />Jeżeli potrzeba wprowadzić odwrotny ukośnik ("\") lub apostrof ("\'"), należy je poprzedzić odwrotnym ukośnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
$strMIME_transformation_options = 'Opcje transformacji';
$strMIME_transformation = 'Sposób prezentacji danych';
$strMIMETypesForTable = 'TYPY MIME TABELI';
$strMIME_without = 'Typy MIME pisane czcionką pochyloną nie mają oddzielnej funkcji transformacji';
$strModifications = 'Modyfikacje zostały zapamiętane';
$strModifyIndexTopic = 'Modyfikacja indeksu';
$strModify = 'Modyfikacja';
$strMoveTableOK = 'Tabela %s została przeniesiona do %s.';
$strMoveTable = 'Przenieś tabelę do (bazadanych<b>.</b>tabela):';
$strMoveTableSameNames = 'Nie można przenieść tabeli do niej samej!';
$strMultilingual = 'wiele języków';
$strMyISAMDataPointerSizeDesc = 'Domyślny rozmiar wskaźnika w bajtach, który jest używany przez CREATE TABLE dla tabel MyISAM, gdy nie określono opcji MAX_ROWS.';
$strMyISAMDataPointerSize = 'Rozmiar wskaźnika danych';
$strMyISAMMaxExtraSortFileSizeDesc = 'Jeżeli plik tymczasowy użyty przy szybkim tworzeniu indeksu MyISAM byłby większy o wartość tu określoną, niż w wypadku zastosowania metody pamięci podręcznej kluczy, preferuj tę drugą metodę.';
$strMyISAMMaxExtraSortFileSize = 'Maksymalny rozmiar pliku tymczasowego dla tworzenia indeksu';
$strMyISAMMaxSortFileSizeDesc = 'Maksymalny rozmiar pliku tymczasowego, którego może zostać użyty przy ponownym tworzeniu indeksu MyISAM (podczas operacji REPAIR TABLE, ALTER TABLE lub LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksymalny rozmiar pliku tymczasowego dla sortowania';
$strMyISAMRecoverOptionsDesc = 'Tryb w którym po awarii tabele MyISAM są automatycznie naprawiane; włączany przez opcję startową serwera --myisam-recover.';
$strMyISAMRecoverOptions = 'Tryb automatycznej naprawy';
$strMyISAMRepairThreadsDesc = 'Wartość większa niż 1 oznacza, że indeksy tabel MyISAM są tworzone współbieżnie (każdy indeks ma swój wątek) podczas naprawy przez proces sortujący.';
$strMyISAMRepairThreads = 'Liczba wątków naprawiających';
$strMyISAMSortBufferSizeDesc = 'Bufor, który jest alokowany w czasie sortowania indeksów MyISAM podczas operacji REPAIR TABLE albo gdy indeksy są tworzone przez polecenia CREATE INDEX lub ALTER TABLE.';
$strMyISAMSortBufferSize = 'Rozmiar bufora dla sortowania';
$strMySQLCharset = 'System kodowania znaków dla MySQL';
$strMysqlClientVersion = 'Wersja klienta MySQL';
$strMySQLConnectionCollation = 'System porównań dla połączenia MySQL';
$strMySQLSaid = 'MySQL zwrócił komunikat: ';
$strMySQLShowProcess = 'Pokaż procesy';
$strMySQLShowStatus = 'Informacje o stanie serwera MySQL';
$strMySQLShowVars = 'Zmienne systemowe serwera MySQL';
 
$strName = 'Nazwa';
$strNext = 'Następne';
$strNoActivity = 'Brak aktywności przez co najmniej %s sekund, proszę zalogować się jeszcze raz';
$strNoDatabases = 'Brak baz danych';
$strNoDatabasesSelected = 'Żadna baza danych nie został wybrana.';
$strNoDescription = 'brak opisu';
$strNoDetailsForEngine = 'Brak szczegółowych informacji o tym mechanizmie składowania';
$strNoDropDatabases = 'Polecenie "DROP DATABASE" jest zablokowane.';
$strNoExplain = 'Pomiń wyjaśnienie SQL';
$strNoFilesFoundInZip = 'Archiwum ZIP jest puste!';
$strNoFrames = 'phpMyAdmin jest bardziej przyjazny w przeglądarkach <b>obsługujących ramki</b>';
$strNoIndex = 'Brak zdefiniowanego indeksu!';
$strNoIndexPartsDefined = 'Brak zdefiniowanych części indeksu!';
$strNoModification = 'Bez zmian';
$strNone = 'Brak';
$strNo = 'Nie';
$strNoOptions = 'Ten format nie ma żadnych opcji';
$strNoPassword = 'Brak hasła';
$strNoPermission = 'Serwer WWW nie ma praw do zapisu pliku %s.';
$strNoPhp = 'bez kodu PHP';
$strNoPrivileges = 'Brak uprawnień';
$strNoRights = 'Brak wystarczających uprawnień!';
$strNoRowsSelected = 'Żaden rekord nie został zaznaczony';
$strNoSpace = 'Brak miejsca na zapis pliku %s.';
$strNoTablesFound = 'Nie znaleziono tabeli w bazie danych.';
$strNoThemeSupport = 'Brak obsługi motywów graficznych, proszę sprawdzić konfigurację i/lub motywy graficzne w katalogu %s.';
$strNothingToImport = 'Nie wprowadzono żadnych danych do importu!';
$strNotNumber = 'To nie jest liczba!';
$strNotOK = 'błąd';
$strNotSet = 'Tabela <b>%s</b> nie została znaleziona lub nie jest ustawiona w %s';
$strNoUsersFound = 'Nie znaleziono użytkownika(ów).';
$strNoValidateSQL = 'Pomiń sprawdzanie poprawności SQL';
$strNull = 'Null';
$strNumberOfFields = 'Liczba pól';
$strNumSearchResultsInTable = '%s trafień wewnątrz tabeli <i>%s</i>';
$strNumSearchResultsTotal = '<b>W sumie:</b> <i>%s</i> trafień';
$strNumTables = 'Tabele';
 
$strOK = 'OK';
$strOpenNewWindow = 'Otwórz nowe okno phpMyAdmina';
$strOperations = 'Operacje';
$strOperator = 'Operator';
$strOptimizeTable = 'Optymalizuj tabelę';
$strOr = 'lub';
$strOverhead = 'Nadmiar';
$strOverwriteExisting = 'Nadpisuj istniejące pliki';
 
$strPageNumber = 'Numer strony:';
$strPagesToBeFlushed = 'Strony do wymiecenia';
$strPaperSize = 'Rozmiar papieru';
$strPartialImport = 'Import częściowy';
$strPartialText = 'Skrócony tekst';
$strPasswordChanged = 'Hasło dla %s zostało pomyślnie zmienione.';
$strPasswordEmpty = 'Puste hasło!';
$strPassword = 'Hasło';
$strPasswordHashing = 'Sposób kodowania haseł';
$strPasswordNotSame = 'Hasła nie są identyczne!';
$strPdfDbSchema = 'Schemat bazy danych "%s" - strona %s';
$strPdfInvalidTblName = 'Tabela "%s" nie istnieje!';
$strPdfNoTables = 'Brak tabel';
$strPDFOptions = 'Opcje PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Tytuł raportu';
$strPerHour = 'na godzinę';
$strPerMinute = 'na minutę';
$strPerSecond = 'na sekundę';
$strPersian = 'Perski';
$strPhoneBook = 'książka telefoniczna';
$strPHP40203 = 'Używasz PHP w wersji 4.2.3, która ma poważny błąd w obsłudze napisów wielobajtowych (mbstring). Zobacz raport na temat błędów PHP nr 19404. Nie zaleca się używania tej wersji PHP z phpMyAdminem.';
$strPhp = 'Utwórz kod PHP';
$strPHPVersion = 'Wersja PHP';
$strPmaDocumentation = 'Dokumentacja phpMyAdmina';
$strPmaUriError = 'Dyrektywa <tt>$cfg[\'PmaAbsoluteUri\']</tt> musi być ustawiona w pliku konfiguracyjnym!';
$strPolish = 'Polski';
$strPortrait = 'Orientacja pionowa';
$strPos1 = 'Początek';
$strPrevious = 'Poprzednie';
$strPrimaryKeyHasBeenDropped = 'Klucz podstawowy został usunięty';
$strPrimaryKeyName = 'Nazwą podstawowego klucza musi być... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musi</b> być nazwą <b>jedynie</b> klucza podstawowego!)';
$strPrimary = 'Podstawowy';
$strPrint = 'Drukuj';
$strPrintViewFull = 'Widok do druku (z pełnymi tekstami)';
$strPrintView = 'Widok do druku';
$strPrivDescAllPrivileges = 'Wszystkie uprawnienia, oprócz GRANT.';
$strPrivDescAlter = 'Pozwól zmieniać strukturę istniejących tabel.';
$strPrivDescAlterRoutine = 'Pozwól modyfikować i usuwać procedury składowane.';
$strPrivDescCreateDb = 'Pozwól tworzyć nowe bazy danych i tabele.';
$strPrivDescCreateRoutine = 'Pozwól tworzyć procedury składowane.';
$strPrivDescCreateTbl = 'Pozwól tworzyć nowe tabele.';
$strPrivDescCreateTmpTable = 'Pozwala tworzyć tabele tymczasowe.';
$strPrivDescCreateUser = 'Pozwól tworzyć, usuwać i zmieniać nazwy kont użytkowników.';
$strPrivDescCreateView = 'Pozwól tworzyć perspektywy.';
$strPrivDescDelete = 'Pozwól usuwać dane.';
$strPrivDescDropDb = 'Pozwól usuwać bazy danych i tabele.';
$strPrivDescDropTbl = 'Pozwól usuwać tabele.';
$strPrivDescExecute5 = 'Pozwól wykonywać procedury składowane.';
$strPrivDescExecute = 'Pozwól uruchamiać zapamiętane procedury; Nie ma żadnych skutków w tej wersji MySQL.';
$strPrivDescFile = 'Pozwól importować i eksportować dane z/do plików.';
$strPrivDescGrant = 'Pozwól dodawać użytkowników i nadawać uprawnienia bez przeładowywania tabeli uprawnień.';
$strPrivDescIndex = 'Pozwól tworzyć i usuwać indeksy.';
$strPrivDescInsert = 'Pozwól dodawać i zamieniać dane.';
$strPrivDescLockTables = 'Pozwól blokować tabele dla aktualnego wątku.';
$strPrivDescMaxConnections = 'Ogranicz liczbę nowych połączeń, które może otworzyć użytkownik w ciągu godziny.';
$strPrivDescMaxQuestions = 'Ogranicz liczbę zapytań, które może wysłać użytkownik w ciągu godziny.';
$strPrivDescMaxUpdates = 'Ogranicz liczbę poleceń zmieniających jakąkolwiek tabelę lub bazę danych, które może wykonać użytkownik w ciągu godziny.';
$strPrivDescMaxUserConnections = 'Ogranicz liczbę jednoczesnych połączeń, które może użytkownik.';
$strPrivDescProcess3 = 'Pozwól unicestwiać procesy innych użytkowników.';
$strPrivDescProcess4 = 'Pozwól zobaczyć pełną listę zapytań na liście procesów.';
$strPrivDescReferences = 'Nie ma żadnych skutków w tej wersji MySQL.';
$strPrivDescReload = 'Pozwól przeładowywać ustawienia serwera i opróżniać pamięć podręczną serwera.';
$strPrivDescReplClient = 'Nadaj użytkownikowi prawo, by zapytać gdzie są serwery podrzędne / nadrzędne.';
$strPrivDescReplSlave = 'Potrzebne dla replikacji serwera podrzędnego.';
$strPrivDescSelect = 'Pozwól czytać dane.';
$strPrivDescShowDb = 'Daj dostęp do pełnej listy baz danych.';
$strPrivDescShowView = 'Pozwól wykonywać zapytania SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Pozwól zamknąć serwer.';
$strPrivDescSuper = 'Pozwól na połączenie, nawet jeśli osiągnięta została maksymalna ilość połączeń; Wymagane dla większość operacji administracyjnych, takich jak ustawianie zmiennych globalnych czy unicestwianie wątków innych użytkowników.';
$strPrivDescUpdate = 'Pozwól zmieniać dane.';
$strPrivDescUsage = 'Brak uprawnień.';
$strPrivilegesReloaded = 'Uprawnienia zostały pomyślnie przeładowane.';
$strPrivileges = 'Uprawnienia';
$strProcesslist = 'Lista procesów';
$strProtocolVersion = 'Wersja protokołu';
$strPutColNames = 'Umieść nazwy pól w pierwszym rekordzie';
 
$strQBEDel = 'Usuń';
$strQBEIns = 'Dodaj';
$strQBE = 'Zapytanie przez przykład';
$strQueryCache = 'Pamięć podręczna zapytań';
$strQueryFrame = 'Okienko zapytania';
$strQueryOnDb = 'Zapytanie SQL dla bazy danych <b>%s</b>:';
$strQuerySQLHistory = 'Historia SQL';
$strQueryStatistics = '<b>Statystyki zapytań</b>: Od rozpoczęcia jego pracy, do serwera zostało wysłanych %s zapytań.';
$strQueryTime = 'Wykonanie zapytania trwało %01.4f sekund(y)';
$strQueryType = 'Rodzaj zapytania';
$strQueryWindowLock = 'Nie nadpisuj tego zapytania spoza okna';
 
$strReadRequests = 'Żądań odczytu';
$strReceived = 'Otrzymane';
$strRecords = 'Rekordy';
$strReferentialIntegrity = 'Sprawdź spójność powiązań:';
$strRefresh = 'Odśwież';
$strRelationalSchema = 'Schemat relacyjny';
$strRelationNotWorking = 'Dodatkowe możliwości pracy z połączonymi tabelami zostały wyłączone. Aby dowiedzieć się, dlaczego - kliknij %stutaj%s.';
$strRelationsForTable = 'RELACJE TABELI';
$strRelations = 'Relacje';
$strRelationView = 'Widok relacyjny';
$strReloadingThePrivileges = 'Przeładuj uprawnienia';
$strReloadMySQL = 'Przeładuj MySQL';
$strRemoveSelectedUsers = 'Usuń zaznaczonych użytkowników';
$strRenameDatabaseOK = 'Baza danych %s ma nazwę zmienioną na %s';
$strRenameTableOK = 'Tabela %s ma nazwę zmienioną na %s';
$strRenameTable = 'Zmień nazwę tabeli na';
$strRepairTable = 'Napraw tabelę';
$strReplaceNULLBy = 'Zamiana NULL na';
$strReplaceTable = 'Zamiana danych tabeli z plikiem';
$strReplication = 'Replikacja';
$strReset = 'Reset';
$strResourceLimits = 'Ograniczenia zasobów';
$strReType = 'Ponownie';
$strRevokeAndDelete = 'Cofnij wszystkie aktywne uprawnienia użytkownikom, a następnie usuń ich.';
$strRevokeAndDeleteDescr = 'Nim uprawnienia zostaną przeładowane, użytkownicy nadal będą mieli uprawnienie USAGE.';
$strRevoke = 'Cofnij';
$strRevokeMessage = 'Uprawnienia dla %s zostały cofnięte';
$strRomanian = 'Rumuński';
$strRowLength = 'Długość rekordu';
$strRowsFrom = 'rekordów począwszy od';
$strRowSize = ' Rozmiar rekordu ';
$strRowsModeFlippedHorizontal = 'poziomo (obrócone nagłówki)';
$strRowsModeHorizontal = 'poziomo';
$strRowsModeOptions = 'w trybie %s powtórz nagłówki po %s komórkach';
$strRowsModeVertical = 'pionowo';
$strRows = 'Rekordów';
$strRowsStatistic = 'Statystyka rekordów';
$strRunning = 'uruchomiony na %s';
$strRunQuery = 'Wykonaj zapytania';
$strRunSQLQueryOnServer = 'Uruchom zapytanie/zapytania SQL na serwerze %s';
$strRunSQLQuery = 'Wykonanie zapytania/zapytań SQL do bazy danych %s';
$strRussian = 'Rosyjski';
 
$strSaveOnServer = 'Zapisz na serwerze w katalogu %s';
$strSave = 'Zachowaj';
$strScaleFactorSmall = 'Współczynnik skali jest za mały, by schemat zmieścił się na jednej stronie';
$strSearchFormTitle = 'Szukaj w bazie danych';
$strSearchInTables = 'Wewnątrz tabel(i):';
$strSearchNeedle = 'Szukane słowa lub wartości (symbol wieloznaczny: "%"):';
$strSearchOption1 = 'przynajmniej jedno ze słów';
$strSearchOption2 = 'wszystkie słowa';
$strSearchOption3 = 'cała fraza';
$strSearchOption4 = 'wyrażenie regularne';
$strSearchResultsFor = 'Szukaj w rezultatach dla "<i>%s</i>" %s:';
$strSearch = 'Szukaj';
$strSearchType = 'Znajdź:';
$strSecretRequired = 'Plik konfiguracyjny wymaga teraz tajnej frazy kodującej (blowfish_secret).';
$strSelectADb = 'Proszę wybrać bazę danych';
$strSelectAll = 'Zaznacz wszystkie';
$strSelectBinaryLog = 'Wybierz dziennik binarny do podglądu';
$strSelectFields = 'Wybór pól (co najmniej jedno):';
$strSelectNumRows = 'w zapytaniu';
$strSelectTables = 'Wybierz tabele';
$strSend = 'Zapisz jako plik';
$strSent = 'Wysłane';
$strServerChoice = 'Wybór serwera';
$strServerNotResponding = 'Serwer nie odpowiada';
$strServer = 'Serwer';
$strServerStatusDelayedInserts = 'Opóźnione dodania';
$strServerStatus = 'Informacje o działaniu serwera';
$strServerStatusUptime = 'Serwer MySQL działa przez %s. Początek pracy: %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Zmienne';
$strServerTrafficNotes = '<b>Ruch na serwerze</b>: Poniższe tabele pokazują statystyki ruchu na tym serwerze MySQL od rozpoczęcia jego pracy.';
$strServerVars = 'Zmienne i ustawienia serwera';
$strServerVersion = 'Wersja serwera';
$strSessionValue = 'Wartość sesji';
$strSetEnumVal = 'Jeżeli pole jest typu "ENUM" lub "SET", wartości wprowadza się w formacie: \'a\',\'b\',\'c\'...<br />Jeżeli potrzeba wprowadzić odwrotny ukośnik ("\") lub apostrof ("\'"), należy je poprzedzić odwrotnym ukośnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
$strShowAll = 'Pokaż wszystko';
$strShowColor = 'Pokaż kolor';
$strShowDatadictAs = 'Format słownika danych';
$strShowFullQueries = 'Pokaż pełne zapytania';
$strShowGrid = 'Pokaż siatkę';
$strShowingBookmark = 'Pokaz zapamiętanego zapytania';
$strShowingRecords = 'Pokaż rekordy ';
$strShowOpenTables = 'Pokaż otwarte tabele';
$strShowPHPInfo = 'Informacje o PHP';
$strShow = 'Pokaż';
$strShowSlaveHosts = 'Pokaż podrzędne hosty';
$strShowSlaveStatus = 'Status serwera podrzędnego';
$strShowStatusBinlog_cache_disk_useDescr = 'Liczba transakcji, które używały pamięci podręcznej tymczasowego dziennika binarnego, ale który przekroczyły wartość binlog_cache_size i do zapisania instrukcji transakcji został użyty plik tymczasowy.';
$strShowStatusBinlog_cache_useDescr = 'Liczba trasnsakcji, które używały pamięci podręcznej tymczasowego dziennika binarnego.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Liczba tabel tymczasowych na dysku utworzonych automatycznie przez serwer podczas wykonywanie instrukcji. Przy dużej wartości Created_tmp_disk_tables, zwiększenie wartości tmp_table_size spowoduje tworzenie tymczasowych tabel w pamięci, a nie na dysku.';
$strShowStatusCreated_tmp_filesDescr = 'Ile plików tymczasowych utworzył mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Liczba tabel tymczasowych w pamięci, utworzonych automatycznie przez serwer podczas wykonywania instrukcji.';
$strShowStatusDelayed_errorsDescr = 'Liczba rekoród zapisanych przy pomocy INSERT DELAYED, dla których wystąpił jakiś błąd (prawodpodbnie zduplikowany klucz).';
$strShowStatusDelayed_insert_threadsDescr = 'Liczba użytych wątków obsługujących INSERT DELAYED. Każda osobna tabela, na której wykonuje się INSERT DELAYED dostaje własny wątek.';
$strShowStatusDelayed_writesDescr = 'Liczba rekordów zapisanych poprzez INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Liczba wykonanych instrukcji FLUSH.';
$strShowStatusHandler_commitDescr = 'Liczba wewnętrznych intrukcji COMMIT.';
$strShowStatusHandler_deleteDescr = 'Ile razy rekord został usunięty z tabeli.';
$strShowStatusHandler_discoverDescr = 'Serwer MySQL może zapytać mechanizm składowania Cluster NDB, czy ma informacje o tabeli o zadanej nazwie. Nazywamy to odkryciem (<i>discovery</i>). Handler_discover wskazuje, ile razy tabela została odkryta.';
$strShowStatusHandler_read_firstDescr = 'Ile razy z indeksu została odczytana pierwsza pozycja. Duża wartość sugeruje, że serwer wykonuje pełnych przeszukań indeksów; na przykład SELECT col1 FROM foo, przy założeniu, że col1 jest zindeksowane.';
$strShowStatusHandler_read_keyDescr = 'Licza żądań odczytu rekordu na podstawie indeksu. Duża wartość to dobra oznaka tego, że zapytania i tabele są właściwie zindeksowane.';
$strShowStatusHandler_read_nextDescr = 'Liczba żądań odczytu następnego rekordu w porządku indeksowym. Ta wartość jest zwiększana przy odpytywaniu o zindeksowaną kolumnę na ograniczonym przedziale lub przy przeszukiwaniu indeksu.';
$strShowStatusHandler_read_prevDescr = 'Liczba żądań odczytu poprzedniego rekordu w porządku indeksowym. Metoda używana głównie do optymalizacji ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Liczba żądań odczytu następnego rekordu na podstawie stałego położenia. Wartość jest duża przy wykonywaniu dużej ilości zapytań wymagających sortowania rezultatu. Prawdodpodobnie wykonano wiele zapytań wymagającyh przeszukania całej tabeli lub złączeń, które nie używają poprawnie indeksów.';
$strShowStatusHandler_read_rnd_nextDescr = 'Liczba żądań odczytu następnego rekord w pliku z danymi. Wartość jest duża przy wykonywania wielu przeszukiwań tabeli. Ogólnie sugueruje to, że tabele nie są poprawnie zindesowane lub że zapytania nie są napisane w sposób pozwalający skorzystać z istniejących indeksów.';
$strShowStatusHandler_rollbackDescr = 'Liczba wewnętrznych instrukcji ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Liczba żądań zmiany rekordu w tabeli.';
$strShowStatusHandler_writeDescr = 'Liczba żądań dodania rekordu do tabeli.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Liczba stron zawierającyh dane (brudnych lub czystych).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Liczba aktualnie brudnych stron.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Liczba stron w puli bufora, których wymiecienia zażądano.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Liczba wolnych stron.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Liczba stron zatrzaśniętych w puli bufora InnoDB. Są to strony akutalnie odczytywane lub zapisywane lub takie, które nie mogą zostać wymiecione lub usunięte z jakiegoś innego powodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Liczba strony stron zajętych z powodu ich alokacji dla celów administracyjnych takich jak blokady rekordu lub adaptacyjny indeks haszujący. Wartość ta może też zostać policzona jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Łączny rozmiar puli bufora, w stronach.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Liczba "losowych" odczytów z wyprzedzeniem zainicjowanych przez InnoDB. Występuje gdy zapytane przeszukiwałoby duże fragmenty tabeli, ale w dowolnej kolejności.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Liczba sekwencyjnych odczytów z wyprzedzeniem zainicjowalnych przez InnoDB. Występuje gdy InnoDB wykonuje sekwencyjne pełne przeszukiwanie tabeli.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Liczba żądań logicznych odczytów które wykonał InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Liczba logicznych odczytów, których InnoDB nie mógł zaspokoić pulą bufora i musiał wykonać odczyt pojedynczej strony.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Zwykle zapis do puli bufora InnoDB obywa się w tle. Jednakże, jeśli niezbędny jest odczyt lub utworzenie strony a brak jest czystych stron, konieczne jest najpierw oczekiwanie na wymiecienie stron. Ten licznik wskazuje liczbę wystąpień takich oczekiwań. Jeżeli rozmiar puli bufora był ustawiony właściwie, wartość ta powinna być mała.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Liczba wykonanych zapisów do puli bufora InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Liczba dotąd wykonanych operacji fsync().';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktualna liczba operacji fsync() w toku.';
$strShowStatusInnodb_data_pending_readsDescr = 'Aktualna liczba odczytów w toku.';
$strShowStatusInnodb_data_pending_writesDescr = 'Aktualna liczba zapisów w toku.';
$strShowStatusInnodb_data_readDescr = 'Ilość dotąd odczytanch danych, w bajatach.';
$strShowStatusInnodb_data_readsDescr = 'Łączna liczba odczytów danych.';
$strShowStatusInnodb_data_writesDescr = 'Łączna liczba zapisów danych.';
$strShowStatusInnodb_data_writtenDescr = 'Ilość dotąd zapisanych danych, w bajtach.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Liczba przeprowadzonych zapisów typu <i>doublewrite</i>.';
$strShowStatusInnodb_dblwr_writesDescr = 'Liczba stron zapisanych przy zapisie typu <i>doublewrite</i>.';
$strShowStatusInnodb_log_waitsDescr = 'Ile razy czekano, bo bufor dziennika był zbyt mały i pred wznowieniem pracy oczekwiano na jego opróżnenie.';
$strShowStatusInnodb_log_write_requestsDescr = 'Liczba żądań zapisów do dziennika.';
$strShowStatusInnodb_log_writesDescr = 'Liczba fizycznych zapisów do pliku dziennika.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Liczba synchronicznych zapisów do pliku dziennika.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Liczba wywołań fsync dla pliku dziennika w toku.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Liczba zapisów do pliku dziennika w toku.';
$strShowStatusInnodb_os_log_writtenDescr = 'Liczba bajtów zapisanych do pliku dziennika.';
$strShowStatusInnodb_pages_createdDescr = 'Liczba utworzonych stron.';
$strShowStatusInnodb_page_sizeDescr = 'Wkompilowana wilkość strony InnoDB (domyślnie 16KB). Wiele wartości jest mierzonych w stronach; znajomość wielkości strony pozwala na ich łatwą konwersję na bajty.';
$strShowStatusInnodb_pages_readDescr = 'Liczba odczytanych stron.';
$strShowStatusInnodb_pages_writtenDescr = 'Liczba zapisanych stron.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Liczba blokad rekordów na które akutalnie się czeka.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Średni czas uzyskania blokady rekordu, w milisekundach.';
$strShowStatusInnodb_row_lock_timeDescr = 'Całkowity czas zużyty na uzyskiwanie blokad rekodów, w milisekundach.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksymalny czas uzyskania blokady rekordu, w milisekundach.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Ile razy czekano na blokadę rekordu.';
$strShowStatusInnodb_rows_deletedDescr = 'Liczba rekordów usuniętych z tabel InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Liczba rekordów dodanych do tabel InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Liczba rekordów odczytanych z tabel InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Liczba rekordów zmienionych w tabelach InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Liczba bloków w buforze podręcznym indeksów, które zostały zmodyfikowane ale jeszcze nie wymiecione na dysk. Wcześniej zmienna miała nazwę Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Liczba nieużywanych bloków w buforze podręcznym indeksów. Można użyć tej wartości do określenia jaka część bufora indeksów jest w użyciu.';
$strShowStatusKey_blocks_usedDescr = 'Liczba użytych bloków w buforze podręcznym indeksów. Ta wartość to próg, który wskazuje maksymalną liczbę kiedykolwiek jednocześnie użytych bloków.';
$strShowStatusKey_read_requestsDescr = 'Liczba żądań odczytu bloku z bufora podręcznego indeksów.';
$strShowStatusKey_readsDescr = 'Liczba fizycznych odczytów bloków indeksów z dysku. Duża wartość key_reads oznacza, że prawdopodobnie wartość key_buffer_size jest zbyt mała. Współczynnik chybień bufora podręcznego można policzyć ze wzoru Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Liczba żądań zapisów bloków indeksów to bufora podręcznego.';
$strShowStatusKey_writesDescr = 'Liczba fizycznych zapisów bloków indeksów na dysk.';
$strShowStatusLast_query_costDescr = 'Całkowity koszta ostatnio skompilowanego zapytania, wyliczony przez optymalizator zapytań. Przydatny do porównań kosztów różnych planów wykonania tego samego zapytania. Domyślna wartość 0 oznacza, że jeszcze żadne zapytanie nie zostało skompilowane.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Liczba rekordów oczekujących na zapisanie w kolejkach INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Jeśli ta wartość jest duża, prawdopobnie wielkość pamięci podręcznej tabel jest zbyt mała.';
$strShowStatusOpen_filesDescr = 'Liczba otwartych plików.';
$strShowStatusOpen_streamsDescr = 'Liczba otwartych strumieni (używanych głownie do rejestracji w dzienniku).';
$strShowStatusOpen_tablesDescr = 'Liczba otwartych tabel.';
$strShowStatusQcache_free_blocksDescr = 'Liczba wolnych bloków pamięci w podręcznym buforze zapytań.';
$strShowStatusQcache_free_memoryDescr = 'Ilość dostępnej pamięci w podręcznym buforze zapytań.';
$strShowStatusQcache_hitsDescr = 'Liczba trafień pamięci podręcznej.';
$strShowStatusQcache_insertsDescr = 'Liczba zapytań dodanych do pamięci podręcznej.';
$strShowStatusQcache_lowmem_prunesDescr = 'Liczba zapytań, które zostały usunięte z pamięci podręcznej, by zwolnic pamięć do buforowania nowych zapytań. Ta informacje może pomóc dostroić wielkość bufora podręcznegoe. Do decydowania o tym, które zapytania usunąć z bufora podręcznego używana jest strategia "najpierw najdłużej nieużywany" (<i>least recently used</i> - LRU).';
$strShowStatusQcache_not_cachedDescr = 'Liczba niezbuforowanych zapytań (nie dających się zbuforować lub niezbuforowanych z powodu ustawienia query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Liczba zapytań zarejestrowanych w buforze podręcznym.';
$strShowStatusQcache_total_blocksDescr = 'Całkowita liczba bloków w buforze podręcznym zapytań.';
$strShowStatusReset = 'Zresetuj';
$strShowStatusRpl_statusDescr = 'Stan replikacji zabezpieczającej (jeszcze nie zaimplementowane).';
$strShowStatusSelect_full_joinDescr = 'Liczba złączeń nie używających indeksów. Wartość różna od 0 sugeruje staranne przyjrzenie się indeksom tabel.';
$strShowStatusSelect_full_range_joinDescr = 'Liczba złączeń w których użyto wyszukiwania zakresowego na pierwszej złączanej tabeli.';
$strShowStatusSelect_range_checkDescr = 'Liczba złączeń bez użycia indeksów gdy możliwość ich użycia była sprawdzana dla każdego rekordu. (Wartość różna od 0 sugeruje staranne przyjrzenie się indeksom tabel.)';
$strShowStatusSelect_rangeDescr = 'Liczba złączeń w których użyto zakresów w stosunku do pierwszej tabeli. (Nawet duża wartość nie ma kluczowego znaczenia.)';
$strShowStatusSelect_scanDescr = 'Liczba złączeń, które przeszukały w pełni pierwszą tabelę.';
$strShowStatusSlave_open_temp_tablesDescr = 'Liczba tymczasowych tabel akutalnie otwartych przez podrzędny wątek SQL.';
$strShowStatusSlave_retried_transactionsDescr = 'Ile raz łącznie (od startu) podrzędny wątek SQL replikacji ponawiał transakcje.';
$strShowStatusSlave_runningDescr = 'ON oznacza, że ten serwer jest podrzędny i jest podłączony go serwera głównego.';
$strShowStatusSlow_launch_threadsDescr = 'Liczba wątków, których utworzenie trwało dłużej niż slow_launch_time sekund.';
$strShowStatusSlow_queriesDescr = 'Liczba zapytań, których wykonanie zajęło więcej niż long_query_time sekund.';
$strShowStatusSort_merge_passesDescr = 'Liczba przebiegów scalania, które musiał wykonać algorytm sortujący. Przy dużej wartości, warto wziąć pod uwagę zwiększenie wartości zmiennej systemowej sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Liczba sortować wykonanych przy użyciu zakresów.';
$strShowStatusSort_rowsDescr = 'Liczba posortowanych rekordów.';
$strShowStatusSort_scanDescr = 'Liczba sortowań wykonanych poprzed przeszukiwanie tabeli.';
$strShowStatusTable_locks_immediateDescr = 'Ile razy blokada tabeli została uzyskana natychmiastowo.';
$strShowStatusTable_locks_waitedDescr = 'Iler razy blokada tabeli nie mogła zostać uzyskana natychmiastowo i niezbędne było oczekiwanie. Przy wysoka wartość oraz problemach z wydajnością powinno się najpierw zoptymalizować zapytania, a następnie podzielić tabelę (tabele) lub użyć replikacji.';
$strShowStatusThreads_cachedDescr = 'Liczba wątków w buforze podręcznym wątków. Współczynnik trafienia w bufor może być wyliczony ze wzoru Threads_created/Connections. Kolor czerwony oznacza, że powinno się z większyć thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Liczba aktualnie otwartych połączeń.';
$strShowStatusThreads_createdDescr = 'Liczba wątków utworzonych by obsłużyć połączenia. Jeżeli wartość Threads_created jest duża, można chcieć zwiększyć wartość thread_cache_size. (W przypadku dobrej implementacja wątków zwykle nie daje to zauważalnego polepszenia wydajności.)';
$strShowStatusThreads_runningDescr = 'Liczba nieuśpionych wątków.';
$strShowTableDimension = 'Pokaż wymiary tabel';
$strShowTables = 'Pokaż tabele';
$strShowThisQuery = ' Wywołaj ponownie zapytanie ';
$strSimplifiedChinese = 'Chiński uproszczony';
$strSingly = '(pojedynczo)';
$strSize = 'Rozmiar';
$strSkipQueries = 'Liczba rekordów (zapytań), które należy z początku pominąć';
$strSlovak = 'Słowacki';
$strSlovenian = 'Słoweński';
$strSocketProblem = '(lub gniazdo lokalnego serwera MySQL nie jest skonfigurowane poprawnie)';
$strSortByKey = 'Sortuj wg klucza';
$strSorting = 'Sortowanie';
$strSort = 'Sortuj';
$strSpaceUsage = 'Wykorzystanie przestrzeni';
$strSpanish = 'Hiszpański';
$strSplitWordsWithSpace = 'Słowa są rozdzielane znakiem spacji (" ").';
$strSQLExportCompatibility = 'Kompatybilność eksportu SQL';
$strSQLExportType = 'Rodzaj eksportu';
$strSQLImportOptions = 'Opcje SQL';
$strSQLOptions = 'Opcje SQL';
$strSQLParserBugMessage = 'Istnieje szansa, że właśnie znaleziono błąd w analizatorze składni SQL. Proszę zbadać bliżej swoje zapytanie i sprawdzić, czy cudzysłowy są poprawne i dobrze sparowane. Inną możliwą przyczyną niepowodzenia może być ysyłanie pliku ze znakami binarnymi poza obszarem tekstu ujętego w cudzysłowy. Można również sprawdzić zapytanie SQL poprzez linię poleceń MySQL-a. W znalezieniu przyczyny problemu może pomóc także - jeśli się pojawi - poniższy opis błędu serwera MySQL. Jeśli nadal występują z problemy lub analizator składni zgłasza usterkę a linia poleceń - nie, ogranicz sekwencję zapytań SQL do pojedynczego, które powoduje problemy i zgłoś błąd, dołączając fragment danych zawarty w poniższej sekcji TNIJ:';
$strSQLParserUserError = 'Wygląda na to, że w twoim zapytaniu SQL jest błąd. W znalezieniu przyczyny problemu może pomóc także - jeśli się pojawi - poniższy opis błędu serwera MySQL.';
$strSQLQuery = 'zapytanie SQL';
$strSQLResult = 'Rezultat SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Nieprawidłowy identyfikator';
$strSQPBugUnclosedQuote = 'Niezamknięty cudzysłów';
$strSQPBugUnknownPunctuation = 'Nieznany znak przestankowy';
$strStatCheckTime = 'Ostatnie sprawdzenie';
$strStatCreateTime = 'Utworzenie';
$strStatement = 'Cecha';
$strStatisticsOverrun = 'Na aktywnym serwerze liczniki bajtów mogą się przekręcić, więc statystyki jakich dostarcza serwer MySQL nie są wiarygodne.';
$strStatUpdateTime = 'Ostatnia aktualizacja';
$strStatus = 'Status';
$strStorageEngine = 'Mechanizm składowania';
$strStorageEngines = 'Mechanizmy składowania';
$strStrucCSV = 'Dane CSV';
$strStrucData = 'Struktura i dane';
$strStrucDrop = 'Dodaj DROP TABLE';
$strStrucExcelCSV = 'CSV dla MS Excel';
$strStrucNativeExcel = 'Dane w formacie macierzystym MS Excela';
$strStrucOnly = 'Tylko struktura';
$strStructPropose = 'Analiza zawartości';
$strStructure = 'Struktura';
$strSubmit = 'Wyślij';
$strSuccess = 'Zapytanie SQL zostało wykonane pomyślnie';
$strSum = 'Suma';
$strSwedish = 'Szwedzki';
$strSwitchToDatabase = 'Przełącz do skopiowanej bazy danych';
$strSwitchToTable = 'Przełącz na skopiowaną tabelę';
 
$strTableAlreadyExists = 'Tabela %s już istnieje!';
$strTableComments = 'Komentarze tabeli';
$strTableEmpty = 'Brak nazwy tabeli!';
$strTableHasBeenDropped = 'Tabela %s została usunięta';
$strTableHasBeenEmptied = 'Tabela %s została opróżniona';
$strTableHasBeenFlushed = 'Tabela %s została przeładowana';
$strTableMaintenance = 'Zarządzanie tabelą';
$strTableOfContents = 'Spis treści';
$strTableOptions = 'Opcje tabeli';
$strTables = '%s tabel(a)';
$strTableStructure = 'Struktura tabeli dla ';
$strTable = 'Tabela';
$strTableType = 'Typ tabeli';
$strTakeIt = 'użyj';
$strTblPrivileges = 'Uprawnienia specyficzne dla tabel';
$strTempData = 'Dane tymczasowe';
$strTextAreaLength = ' To pole może nie dać się edytować<br /> z powodu swojej długości ';
$strThai = 'Tajski';
$strThemeDefaultNotFound = 'Nie znaleziono domyślnego motywu graficznego %s!';
$strTheme = 'Motyw graficzny / styl';
$strThemeNoPreviewAvailable = 'Podgląd niedostępny.';
$strThemeNotFound = 'Nie znaleziono motywu graficznego %s!';
$strThemeNoValidImgPath = 'Nie znaleziono prawidłowej ścieżki do obrazka dla motywu graficznego %s!';
$strThemePathNotFound = 'Nie znaleziono ścieżki do motywu %s!';
$strThisHost = 'Ten host';
$strThisNotDirectory = 'To nie był katalog';
$strThreadSuccessfullyKilled = 'Wątek %s został pomyślnie unicestwiony.';
$strThreads = 'Wątki';
$strTime = 'Czas';
$strTimeoutInfo = 'Poprzedni import przekroczył limit czasu, ponowne przedłożenie tego pliku spowoduje kontynuacje od miejsca %d.';
$strTimeoutNothingParsed = 'Jednakże, podczas ostatniego uruchomienia nie zostały przetworzone żadne dane, co zwykle oznacza, że phpMyAdmin nie będzie w stanie ukończyć tego importu bez zwiększenia limitów czasowych PHP.';
$strTimeoutPassed = 'Limit czasu wykonania skryptu minął; aby ukończyć import, proszę przedłożyć ten sam plik a import zostanie wznowiony.';
$strToggleScratchboard = 'włącz / wyłącz scratchboard';
$strTotalUC = 'Sumarycznie';
$strTotal = 'wszystkich';
$strTraditionalChinese = 'Chiński tradycyjny';
$strTraditionalSpanish = 'Tradycyjny hiszpański';
$strTraffic = 'Ruch';
$strTransactionCoordinator = 'Koordynator transakcji';
$strTransformation_application_octetstream__download = 'Wyświetla link do ściągnięcia binarnych danych z tego pola. Pierwsza opcja to nazwa pliku binarnego. Drugą opcją jest możliwa nazwa pola zawierającego nazwę pliku. Jeżeli dana jest druga opcja, pierwsza musi być pustym napisem';
$strTransformation_application_octetstream__hex = 'Wyświetla szesnastkową reprezentację danych.';
$strTransformation_image_jpeg__inline = 'Wyświetla klikalną miniaturkę; opcje: szerokość,wysokość w pikselach (oryginalne proporcje zostaną zachowane)';
$strTransformation_image_jpeg__link = 'Wyświetla link do tego obrazu (bezpośrednie ściągnięcie bloba).';
$strTransformation_image_png__inline = 'Zobacz image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Bierze pole TIME, TIMESTAMP lub DATETIME i formatuje je używając lokalnego formatu daty. Pierwsza opcja to liczba godzin, jaka zostanie dodana do daty (domyślnie: 0). Druga opcja to inny format daty, zgodny z parametrami dostępnymi dla funkcji PHP strftime().';
$strTransformation_text_plain__external = 'TYLKO LINUX: Uruchamia zewnętrzną aplikację i przekazuje dane pól na standardowe wejście. Zwraca standardowe wyjście tej aplikacji. Domyślnie jest to Tidy, którzy porządkuje kod HTML. Ze względu na bezpieczeństwo, należy ręcznie zmodyfikować plik libraries/transformations/text_plain__external.inc.php i dodać narzędzie, na którego uruchamianie pozwalasz. Pierwszą opcją jest liczba programów, których chcesz użyć, a drugą są parametry programu. Jeżeli trzeci parametr jest ustawiony na 1, zostanie dokonana konwersja wyjścia poprzez użycie htmlspecialchars() (Domyślną wartością jest 1). Jeżeli czwarty parametr został ustawiony na 1, zawartość komórki nie będzie zawijana, tak że całe wyjście zostanie pokazane bez zmian formatu (domyślną wartością jest 1)';
$strTransformation_text_plain__formatted = 'Zachowuje oryginalne formatowanie pola. Neutralizowanie znaków niespecjalnych nie jest dokonywane.';
$strTransformation_text_plain__imagelink = 'Wyświetla obrazek i link, pole zawiera nazwę pliku; pierwszą opcję jest prefiks, taki jak "http://domena.com/", drugą opcją jest szerokość w pikselach, trzecią opcją jest wysokość.';
$strTransformation_text_plain__link = 'Wyświetla link, pole zawiera nazwę pliku; pierwsza opcja to prefiks, taki jak "http://domena.com/", druga opcja to tytuł linku.';
$strTransformation_text_plain__sql = 'Formatuj tekst traktując jako zapytanie SQL z podświetlaniem składni.';
$strTransformation_text_plain__substr = 'Pokazuje jedynie część napisu. Pierwsza opcja to offset, od którego ma zacząć się wyświetlanie tekstu (domyślnie 0). Druga opcja to ilość zwracanego tekstu. Jeżeli jest pusta, zwracany jest cały pozostały tekst. Trzecia opcja określa jakie znaki zostaną dodane do wyjścia, jeżeli zwracany jest część napisu (domyślnie: ...) .';
$strTruncateQueries = 'Ucinaj wyświetlane zapytania';
$strTurkish = 'Turecki';
$strType = 'Typ';
 
$strUkrainian = 'Ukraiński';
$strUncheckAll = 'Odznacz wszystkie';
$strUnicode = 'Unikod';
$strUnique = 'Jednoznaczny';
$strUnknown = 'nieznany';
$strUnselectAll = 'Odznacz wszystkie';
$strUnsupportedCompressionDetected = 'Próbowano wczytać plik z nieobsługiwanym typem kompresji (%s). Albo jego obsługa nie została zaimplementowana albo została konfiguracyjnie wyłączona.';
$strUpdatePrivMessage = 'Uaktualniłeś uprawnienia dla %s.';
$strUpdateProfileMessage = 'Profil został uaktualniony.';
$strUpdateQuery = 'Zmień zapytanie';
$strUpdComTab = 'Informacje o tym, jak zaktualizować tabelę Column_comments znajdują się w dokumentacji';
$strUpgrade = 'Poleca się aktualizację do %s w wersji %s lub późniejszej.';
$strUploadLimit = 'Prawdodpobobnie próbowano wrzucić duży plik. Aby poznać sposoby obejścia tego limitu, proszę zapoznać się z %sdokumenacją%s.';
$strUsage = 'Wykorzystanie';
$strUseBackquotes = 'Użyj cudzysłowów z nazwami tabel i pól';
$strUsedPhpExtensions = 'Używane rozszerzenia PHP';
$strUseHostTable = 'Użyj tabeli hostów';
$strUserAlreadyExists = 'Użytkownik %s już istnieje!';
$strUserEmpty = 'Brak nazwy użytkownika!';
$strUserName = 'Nazwa użytkownika';
$strUserNotFound = 'Wybrany użytkownik nie został znaleziony w tabeli uprawnień.';
$strUserOverview = 'Opis użytkownika';
$strUsersDeleted = 'Wybrani użytkownicy zostali pomyślnie usunięci.';
$strUsersHavingAccessToDb = 'Użytkownicy mający dostęp do &quot;%s&quot;';
$strUser = 'Użytkownik';
$strUseTabKey = 'Klawisz TAB przemieszcza pomiędzy wartościami, CTRL+strzałka przenosi w dowolne miejsce';
$strUseTables = 'Użyj tabel';
$strUseTextField = 'Użyj pola tekstowego';
$strUseThisValue = 'Użyj tej wartości';
 
$strValidateSQL = 'Sprawdź poprawność SQL';
$strValidatorError = 'Analizator składni SQL nie mógł zostać zainicjowany. Sprawdź, czy zainstalowane są niezbędne rozszerzenia PHP, tak jak zostało to opisane w %sdokumentacji%s.';
$strValue = 'Wartość';
$strVar = 'Zmienna';
$strVersionInformation = 'Informacja o wersji';
$strViewDumpDatabases = 'Zrzut baz danych';
$strViewDumpDB = 'Zrzut bazy danych';
$strViewDump = 'Zrzut tabeli';
$strViewHasBeenDropped = 'Perspektywa %s została usunięta';
$strViewMaxExactCount = 'Perspektywa ma ponad %d rekordów. Proszę zajrzeć do %sdokumentacji%s.';
$strView = 'Perspektywa';
 
$strWebServerUploadDirectoryError = 'Katalog ustalony dla uploadu jest nieosiągalny';
$strWebServerUploadDirectory = 'katalog serwera WWW dla uploadu';
$strWelcome = 'Witamy w %s';
$strWestEuropean = 'Zachodnioeuropejski';
$strWildcard = 'znak wieloznaczny';
$strWindowNotFound = 'Docelowe okno przeglądarki nie mogło być zaktualizowane. Być może okno-rodzic zostało zamknięte lub przeglądarka, uwzględniając ustawienia bezpieczeństwa, blokuje aktualizacje pomiędzy oknami';
$strWithChecked = 'Zaznaczone:';
$strWriteRequests = 'Żądań zapisu';
$strWritingCommentNotPossible = 'Zapisanie komentarza nie jest możliwe';
$strWritingRelationNotPossible = 'Zapisanie relacji nie jest możliwe';
$strWrongUser = 'Błędne pola użytkownik/hasło. Brak dostępu.';
 
$strXML = 'XML';
 
$strYes = 'Tak';
 
$strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.';
$strZip = '".zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/polish-windows-1250.inc.php
0,0 → 1,976
<?php
/* $Id: polish-windows-1250.inc.php,v 2.52.2.2 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'windows-1250';
$text_dir = 'ltr';
$left_font_family = 'verdana, "arial ce", arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, verdana, "arial ce", arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtów', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Nie', 'Pon', 'Wto', 'Œro', 'Czw', 'Pi¹', 'Sob');
$month = array('Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'PaŸ', 'Lis', 'Gru');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dni, %s godzin, %s minut i %s sekund';
 
$strAbortedClients = 'Przerwane';
$strAbsolutePathToDocSqlDir = 'Proszê podaæ bezwzglêdn¹ œcie¿kê na serwerze www do katalogu docSQL';
$strAccessDenied = 'Brak dostêpu';
$strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Do jego stworzenia mo¿na u¿yæ %1$sskryptu instalacyjnego%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin próbowa³ po³¹czyæ siê z serwerem MySQL, a serwer odrzuci³ po³¹czenie. Powinieneœ sprawdziæ nazwê hosta, nazwê u¿ytkownika i has³o w pliku config.inc.php i upewniæ siê, ¿e odpowiadaj¹ one informacjom danym przez administratora serwera MySQL.';
$strAction = 'Dzia³anie';
$strAddAutoIncrement = 'Dodaj wartoœci AUTO_INCREMENT';
$strAddConstraints = 'Dodaj ograniczenia';
$strAddDeleteColumn = 'Dodaj/usuñ pola';
$strAddDeleteRow = 'Dodaj/usuñ wiersz kryteriów';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddedColumnComment = 'Zosta³ dodany komentarz kolumny';
$strAddedColumnRelation = 'Zosta³a dodana relacja dla kolumny';
$strAddFields = 'Dodaj %s pól';
$strAddHeaderComment = 'Dodaj do nag³ówka w³asny komentarz (\\n oddziela linie)';
$strAddIfNotExists = 'Dodaj IF NOT EXISTS';
$strAddIntoComments = 'Dodaj w komentarzach:';
$strAddNewField = 'Dodaj nowego pole';
$strAddPrivilegesOnDb = 'Dodaj uprawnienia dla nastêpuj¹cej bazy danych';
$strAddPrivilegesOnTbl = 'Dodaj uprawnienia dla nastêpuj¹cej tabeli';
$strAddSearchConditions = 'Dodaj warunki przeszukiwania (warunek dla "where"):';
$strAddToIndex = 'Dodaj &nbsp;%s&nbsp;kolumn do indeksu ';
$strAddUser = 'Dodaj nowego u¿ytkownika';
$strAddUserMessage = 'Nowy u¿ytkownik zosta³ dodany.';
$strAdministration = 'Administracja';
$strAffectedRows = 'Zmodyfikowanych rekordów:';
$strAfterInsertBack = 'Wróæ';
$strAfterInsertNewInsert = 'Dodaj nowy rekord';
$strAfterInsertNext = 'Edytuj nastêpny rekord';
$strAfterInsertSame = 'Powrót do tej strony';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Zezwól na przerwanie importu w przypadku, gdy skrypt wykryje zbli¿aj¹cy siê koniec limitu czasu. Mo¿e to byæ dobry sposób importu du¿ych plików, jednak¿e mo¿e on popsuæ transakcje.';
$strAllTableSameWidth = 'wyœwietliæ wszystkie tabele z tak¹ sam¹ szerokoœci¹?';
$strAll = 'Wszystko';
$strAlterOrderBy = 'Sortowanie tabeli wg';
$strAnalyzeTable = 'Analizuj tabelê';
$strAnd = 'oraz';
$strAndThen = 'a nastêpnie';
$strAnIndex = 'Do %s dodany zosta³ indeks';
$strAny = 'Dowolny';
$strAnyHost = 'Dowolny host';
$strAnyUser = 'Dowolny u¿ytkownik';
$strApproximateCount = 'Byæ mo¿e w przybli¿eniu. Zobacz FAQ 3.11';
$strAPrimaryKey = 'Do %s dodany zosta³ klucz podstawowy';
$strArabic = 'Arabski';
$strArmenian = 'Ormiañski';
$strAscending = 'Rosn¹co';
$strAtBeginningOfTable = 'Na pocz¹tku tabeli';
$strAtEndOfTable = 'Na koñcu tabeli';
$strAttr = 'Atrybuty';
$strAutodetect = 'Rozpoznaj automatycznie';
$strAutomaticLayout = 'Uk³ad automatyczny';
 
$strBack = 'Powrót';
$strBaltic = 'Ba³tycki';
$strBeginCut = 'TNIJ ST¥D';
$strBeginRaw = 'SUROWE DANE ST¥D';
$strBinary = ' Binarne ';
$strBinaryDoNotEdit = ' Binarne - nie do edycji ';
$strBinaryLog = 'Dziennik binarny';
$strBinLogEventType = 'Typ zdarzenia';
$strBinLogInfo = 'Informacje';
$strBinLogName = 'Nazwa dziennika';
$strBinLogOriginalPosition = 'Oryginalna pozycja';
$strBinLogPosition = 'Pozycja';
$strBinLogServerId = 'ID serwera';
$strBookmarkAllUsers = 'Pozwól na dostêp wszystkim u¿ytkownikom';
$strBookmarkCreated = 'Zapytanie %s zosta³o zapamiêtane';
$strBookmarkDeleted = 'Zapamiêtane zapytanie SQL zosta³o usuniête.';
$strBookmarkLabel = 'Nazwa';
$strBookmarkQuery = 'Zapamiêtane zapytanie SQL';
$strBookmarkReplace = 'Zamieñ istniej¹ce zapamiêtane zapytanie o tej samej nazwie';
$strBookmarkThis = 'Pamiêtaj zapytanie SQL';
$strBookmarkView = 'Tylko poka¿';
$strBrowseDistinctValues = 'Przegl¹daj ró¿ne wartoœci';
$strBrowseForeignValues = 'Przegl¹daj zewnêtrzne wartoœci';
$strBrowse = 'Przegl¹daj';
$strBufferPoolActivity = 'AktywnoϾ rezerw buforowych';
$strBufferPool = 'Rezerwy buforowe';
$strBufferPoolUsage = 'U¿ycie rezerw buforowych';
$strBufferReadMisses = 'Chybienia odczytu';
$strBufferReadMissesInPercent = 'Chybienia odczytu w %';
$strBufferWriteWaitsInPercent = 'Oczekiwania zapisu w %';
$strBufferWriteWaits = 'Oczekiwania na zapis';
$strBulgarian = 'Bu³garski';
$strBusyPages = 'Strony u¿ywane';
$strBzError = 'phpMyAdminowi nie uda³o siê skompresowaæ zrzutu z powodu zepsutego rozszerzenia Bz2 w tej wersji PHP. Jest bardzo zalecane by ustawiæ dyrektywê <code>$cfg[\'BZipDump\']</code> w pliku konfiguracyjnym phpMyAdmina na <code>FALSE</code>. Jeœli chcesz u¿yæ funkcji kompresji Bz2, PHP powinien zostaæ zaktualizowany do najnowszej wersji. Szczegó³y mo¿na zobaczyæ w raporcie na temat b³êdów PHP %s.';
$strBzip = '".bz2"';
 
$strCalendar = 'Kalendarz';
$strCanNotLoadImportPlugins = 'Nie uda³o siê za³adowaæ modu³ów importu, proszê sprawdziæ instalacjê!';
$strCannotLogin = 'Nie uda³o siê zalogowaæ na serwer MySQL';
$strCantLoad = 'nie uda³o siê za³adowaæ modu³u %s,<br />proszê sprawdziæ konfiguracjê PHP';
$strCantLoadRecodeIconv = 'Nie uda³o siê za³adowaæ rozszerzeñ iconv lub recode, które s¹ niezbêdne do konwersji kodowania znaków, skonfiguruj PHP tak, by móg³ u¿ywaæ tych rozszerzeñ albo zablokuj konwersjê kodowania znaków w phpMyAdminie.';
$strCantRenameIdxToPrimary = 'Nie mo¿na zmieniæ nazwy indeksu na PRIMARY!';
$strCantUseRecodeIconv = 'Nie uda³o siê u¿yæ ani funkcji iconv, ani libiconv, mimo ¿e rozszerzenia zg³aszaj¹ siê jako za³adowane. Proszê sprawdziæ swoj¹ konfiguracjê PHP.';
$strCardinality = 'Moc';
$strCaseInsensitive = 'bez rozró¿niania wielkoœci liter';
$strCaseSensitive = 'z rozró¿nianiem wielkoœci liter';
$strCentralEuropean = 'Œrodkowoeuropejski';
$strChangeCopyModeCopy = '... pozostaw starego.';
$strChangeCopyModeDeleteAndReload = ' ... usuñ starego z tabel u¿ytkowników, a nastêpnie prze³aduj uprawnienia.';
$strChangeCopyModeJustDelete = ' ... usuñ starego z tabel u¿ytkowników.';
$strChangeCopyModeRevoke = ' ... odbierz wszystkie aktywne uprawnienia staremu, a nastêpnie go usuñ.';
$strChangeCopyMode = 'Utwórz nowego u¿ytkownika z takimi samymi uprawnieniami i ...';
$strChangeCopyUser = 'Zmieñ dane u¿ytkownika / Skopiuj u¿ytkownika';
$strChangeDisplay = 'Wybierz wyœwietlane pole';
$strChangePassword = 'Zmieñ has³o';
$strChange = 'Zmieñ';
$strCharsetOfFile = 'Zestaw znaków dla pliku:';
$strCharsetsAndCollations = 'Zestawy znaków i metody porównywania napisów';
$strCharsets = 'Zestawy znaków';
$strCharset = 'Zestaw znaków';
$strCheckAll = 'Zaznacz wszystkie';
$strCheckOverhead = 'Zaznacz nieoptymalne';
$strCheckPrivsLong = 'SprawdŸ uprawnienia bazy danych &quot;%s&quot;.';
$strCheckPrivs = 'SprawdŸ uprawnienia';
$strCheckTable = 'SprawdŸ tabelê';
$strChoosePage = 'Proszê wybraæ stronê do edycji';
$strColComFeat = 'Wyœwietl komentarze dla kolumn';
$strCollation = 'Metoda porównywania napisów';
$strColumnNames = 'Nazwy kolumn';
$strColumnPrivileges = 'Uprawnienia specyficzne dla kolumn';
$strCommand = 'Polecenie';
$strCommentsForTable = 'KOMENTARZE TABELI';
$strComments = 'Komentarze';
$strCompatibleHashing = 'Kompatybilny z MySQL-em&nbsp;4.0';
$strCompleteInserts = 'Pe³ne dodania';
$strCompression = 'Typ kompresji';
$strCompressionWillBeDetected = 'Rodzaj kompresji importowanych plików zostanie automatycznie rozpoznany jako jeden z: %s';
$strConfigDefaultFileError = 'Nie uda³o siê za³adaowaæ domyœlnej konfiguracji z pliku: "%1$s"';
$strConfigFileError = 'phpMyAdmin nie zdo³a³ odczytaæ Twojego pliku konfiguracji!<br />Mo¿e siê to zdarzyæ, jeœli PHP znajdzie w nim b³¹d sk³adniowy lub nie mo¿e znaleŸæ tego pliku.<br />Proszê wywo³aæ bezpoœrednio plik konfiguracyjny u¿ywaj¹c poni¿szego linku i odczytaæ otrzymane komunikat(y) o b³êdach. W wiêkszoœci przypadków brakuje gdzieœ cudzys³owu lub œrednika.<br />Je¿eli otrzymasz pust¹ stronê, wszystko jest w porz¹dku.';
$strConfigureTableCoord = 'Proszê skonfigurowaæ wspó³rzêdnie dla tabeli %s';
$strConnectionError = 'Nie uda³o siê nawi¹zaæ po³¹czenia: b³êdne ustawienia.';
$strConnections = 'Po³¹czenia';
$strConstraintsForDumped = 'Ograniczenia dla zrzutów tabel';
$strConstraintsForTable = 'Ograniczenia dla tabeli';
$strCookiesRequired = 'Odt¹d musi byæ w³¹czona obs³uga ciasteczek [<i>cookies</i>].';
$strCopyDatabaseOK = 'Baza danych %s zosta³a skopiowana do %s';
$strCopy = 'Kopiuj';
$strCopyTableOK = 'Tabela %s zosta³a skopiowana do %s.';
$strCopyTableSameNames = 'Nie mo¿na skopiowaæ tabeli do niej samej!';
$strCopyTable = 'Skopiuj tabelê do (bazadanych<b>.</b>tabela):';
$strCouldNotKill = 'phpMyAdminowi nie uda³o siê unicestwiæ w¹tku %s. Prawdopodobnie zosta³ on ju¿ zamkniêty.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE przed skopiowaniem';
$strCreateIndexTopic = 'Utwórz nowy indeksu';
$strCreateIndex = 'Utwórz indeks dla %s kolumn';
$strCreateNewDatabase = 'Utwórz now¹ bazê danych';
$strCreateNewTable = 'Utwórz now¹ tabelê w bazie danych %s';
$strCreatePage = 'Utwórz now¹ stronê';
$strCreatePdfFeat = 'Tworzenie PDF-ów';
$strCreate = 'Utwórz';
$strCreationDates = 'Daty utworzenia/aktualizacji/sprawdzenia';
$strCriteria = 'Kryteria';
$strCroatian = 'Chorwacki';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcje CSV';
$strCSVOptions = 'Opcje CSV';
$strCyrillic = 'Cyrylica';
$strCzech = 'Czeski';
$strCzechSlovak = 'Czesko-s³owacki';
 
$strDanish = 'Duñski';
$strDatabase = 'Baza danych';
$strDatabaseEmpty = 'Nazwa bazy danych jest pusta!';
$strDatabaseExportOptions = 'Opcje eksportu bazy danych';
$strDatabaseHasBeenDropped = 'Baza danych %s zosta³a usuniêta.';
$strDatabaseNoTable = 'Ta baza danych nie zawiera ¿adnej tabeli!';
$strDatabases = 'Bazy danych';
$strDatabasesDropped = '%s baz danych zosta³o pomyœlnie usuniêtych.';
$strDatabasesStatsDisable = 'Wy³¹cz statystyki';
$strDatabasesStatsEnable = 'W³¹cz statystyki';
$strDatabasesStatsHeavyTraffic = 'Uwaga: W³¹czenie statystyk baz danych mo¿e spowodowaæ du¿y ruch pomiêdzy serwerem WWW a serwerem MySQL.';
$strDatabasesStats = 'Statystyki baz danych';
$strData = 'Dane';
$strDataDict = 'S³ownik danych';
$strDataOnly = 'Tylko dane';
$strDataPages = 'Strony zawieraj¹ce dane';
$strDBComment = 'Komentarz bazy danych: ';
$strDBCopy = 'Kopiuj bazê danych do';
$strDBGContextID = 'ID kontekstu';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Trafienia';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Maksymalny czas, ms';
$strDBGMinTimeMs = 'Minimalny czas, ms';
$strDBGModule = 'Modu³';
$strDBGTimePerHitMs = 'Czas/trafienie, ms';
$strDBGTotalTimeMs = 'Ca³kowity czas, ms';
$strDbPrivileges = 'Uprawnienia specyficzne dla baz danych';
$strDBRename = 'Zmieñ nazwê bazy danych na';
$strDbSpecific = 'specyficzne dla bazy danych';
$strDefault = 'Domyœlnie';
$strDefaultEngine = '%s to domyœlny mechanizm sk³adowania tego serwera MySQL.';
$strDefaultValueHelp = 'Dla wartoœci domyœlnych, proszê wprowadziæ po prostu pojedyncz¹ wartoœæ, bez cytowania odwrotnym ukoœnikiem czy ujmowania w cudzys³owy, u¿ywaj¹c takiego formatu: a';
$strDefragment = 'Tablica defragmentacji';
$strDelayedInserts = 'U¿yj opóŸnionych dodañ';
$strDeleteAndFlushDescr = 'Jest to najzgrabniejszy sposób, ale prze³adowanie uprawnieñ mo¿e potrwaæ jakiœ czas.';
$strDeleteAndFlush = 'Usuñ u¿ytkowników, a nastêpnie prze³aduj uprawnienia.';
$strDeleted = 'Rekord zosta³ skasowany';
$strDeletedRows = 'Skasowane rekordy:';
$strDeleteNoUsersSelected = '¯aden u¿ytkownik ze zosta³ zaznaczony do skasowania!';
$strDelete = 'Usuñ';
$strDeleting = 'Usuwanie %s';
$strDelOld = 'Aktualna strona ma powi¹zania z tabel¹, która ju¿ nie istnieje. Czy chcesz usun¹æ te powi¹zania?';
$strDescending = 'Malej¹co';
$strDescription = 'Opis';
$strDictionary = 's³ownik';
$strDirtyPages = 'Strony brudne';
$strDisabled = 'wy³¹czone';
$strDisableForeignChecks = 'Wy³¹cz sprawdzanie kluczy zewnêtrznych';
$strDisplayFeat = 'Funkcje wyœwietlania';
$strDisplayOrder = 'Kolejnoœæ wyœwietlania:';
$strDisplayPDF = 'Wyœwietl schemat PDF';
$strDoAQuery = 'Wykonaj "zapytanie przez przyk³ad" (znak globalny: "%")';
$strDocu = 'Dokumentacja';
$strDoYouReally = 'Czy na pewno wykonaæ ';
$strDropDatabaseStrongWarning = 'Masz zamiar ZNISZCZYÆ ca³¹ bazê danych!';
$strDropUsersDb = 'Usuñ bazy danych o takich samych nazwach jak u¿ytkownicy.';
$strDrop = 'Usuñ';
$strDumpingData = 'Zrzut danych tabeli';
$strDumpSaved = 'Zrzut zosta³ zapisany do pliku %s.';
$strDumpXRows = 'Zrzuæ %s rekordów zaczynaj¹c od rekordu %s.';
$strDynamic = 'zmienny';
 
$strEdit = 'Edytuj';
$strEditPDFPages = 'Edytuj strony PDF';
$strEditPrivileges = 'Edytuj uprawnienia';
$strEffective = 'Efektywne';
$strEmptyResultSet = 'MySQL zwróci³ pusty wynik (zero rekordów).';
$strEmpty = 'WyczyϾ';
$strEnabled = 'w³¹czone';
$strEncloseInTransaction = 'Obejmij eksport transakcj¹';
$strEndCut = 'TNIJ DOT¥D';
$strEnd = 'Koniec';
$strEndRaw = 'SUROWE DANE DOT¥D';
$strEngineAvailable = '%s jest dostêpny na tym serwerze MySQL.';
$strEngineDisabled = 'Mechanizm %s zosta³ wy³¹czony w tym serwerze MySQL.';
$strEngines = 'Mechanizmy';
$strEngineUnsupported = 'Ten serwer MySQL nie obs³uguje mechanizmu sk³adowania %s.';
$strEnglish = 'Angielski';
$strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL s¹ oznaczone w jêzyku angielskim ';
$strError = 'B³¹d';
$strErrorInZipFile = 'B³¹d w archiwum ZIP:';
$strEscapeWildcards = 'Aby u¿yæ symboli wieloznacznych _ i % w znaczeniu dos³ownym, nale¿y je poprzedziæ znakiem \ ';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estoñski';
$strExcelEdition = 'Wydanie Excela';
$strExcelOptions = 'Opcje Excela';
$strExecuteBookmarked = 'Wykonaj zapamiêtanego zapytania';
$strExplain = 'Wyjaœnij SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Rozszerzone dodania';
$strExtra = 'Dodatkowo';
 
$strFailedAttempts = 'Nieudane próby';
$strFieldHasBeenDropped = 'Pole %s zosta³o usuniête';
$strField = 'Pole';
$strFieldsEmpty = ' Liczba pól jest pusta! ';
$strFieldsEnclosedBy = 'Pola zawarte w';
$strFieldsEscapedBy = 'Pola poprzedzone przez';
$strFields = 'Pola';
$strFieldsTerminatedBy = 'Pola oddzielane przez';
$strFileAlreadyExists = 'Plik %s ju¿ istnieje na serwerze, zmieñ nazwê pliku lub zaznacz opcjê nadpisywania plików.';
$strFileCouldNotBeRead = 'Nie mo¿na odczytaæ pliku';
$strFileNameTemplateDescriptionDatabase = 'nazwa bazy danych database';
$strFileNameTemplateDescription = 'Interpretacja tej wartoœci nale¿y do funkcji %1$sstrftime%2$s i mo¿na u¿yæ jej napisów formatuj¹cych. Dodatkowo zostan¹ zastosowane nastêpuj¹ce przekszta³cenia: %3$s. Pozosta³y tekst bêdzie niezmieniony.';
$strFileNameTemplateDescriptionServer = 'nazwa serwera';
$strFileNameTemplateDescriptionTable = 'nazwa tabeli';
$strFileNameTemplateRemember = 'pamiêtaj szablon';
$strFileNameTemplate = 'Szablon nazwy';
$strFileToImport = 'Plik do importu';
$strFixed = 'sta³y';
$strFlushPrivilegesNote = 'Uwaga: phpMyAdmin pobiera uprawnienia u¿ytkowników wprost z tabeli uprawnieñ MySQL-a. Zawartoœæ tej tabeli, jeœli zosta³y w niej dokonane rêczne zmiany, mo¿e siê ró¿niæ od uprawnieñ jakich faktycznie u¿ywa serwer. W takim przypadku powinieneœ przed dalsz¹ prac¹ %sprze³adowaæ uprawnienia%s.';
$strFlushQueryCache = 'Opró¿nij bufor podrêczny zapytañ';
$strFlushTable = 'Prze³aduj tabelê ("FLUSH")';
$strFlushTables = 'Prze³aduj (zamknij) wszystkie tabele';
$strFormat = 'Format';
$strFormEmpty = 'Brakuj¹ca wartoœæ w formularzu!';
$strFreePages = 'Strony puste';
$strFullText = 'Pe³ny tekst';
$strFunction = 'Funkcja';
 
$strGenBy = 'Wygenerowany przez';
$strGeneralRelationFeat = 'Ogólne funkcje relacyjne';
$strGenerate = 'Generuj';
$strGeneratePassword = 'Generuj has³o';
$strGenTime = 'Czas wygenerowania';
$strGeorgian = 'Gruziñski';
$strGerman = 'Niemiecki';
$strGlobal = 'globalnie';
$strGlobalPrivileges = 'Globalne uprawnienia';
$strGlobalValue = 'WartoϾ globalna';
$strGo = 'Wykonaj';
$strGrantOption = 'Nadawanie';
$strGreek = 'Grecki';
$strGzip = '".gz"';
 
$strHandler = 'Obs³uga';
$strHasBeenAltered = 'zosta³o zamienione.';
$strHasBeenCreated = 'zosta³o utworzone.';
$strHaveToShow = 'Nale¿y wybraæ przynajmniej jedn¹ kolumnê do wyœwietlenia';
$strHebrew = 'Hebrajski';
$strHexForBinary = 'U¿yj liczb szesnastkowych w przypadku pól binarnych';
$strHomepageOfficial = 'Oficjalna strona phpMyAdmina';
$strHome = 'Wejœcie';
$strHostEmpty = 'Brak nazwy hosta!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcje eksportu do formatu Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcje eksportu do formatu Microsoft Word 2000';
$strHungarian = 'Wêgierski';
 
$strIcelandic = 'Islandzki';
$strId = 'ID';
$strIdxFulltext = 'Pe³ny tekst';
$strIgnoreDuplicates = 'Ignoruj zdublowane rekordy';
$strIgnore = 'Ignoruj';
$strIgnoreInserts = 'U¿yj ignorowanych dodañ';
$strIgnoringFile = 'Plik %s jest ignorowany';
$strImportDocSQL = 'Import plików docSQL';
$strImportFiles = 'Import plików';
$strImportFormat = 'Format importowanych plików';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import zakoñczony sukcesem, wykonano %d zapytañ.';
$strIndexes = 'Indeksy';
$strIndexHasBeenDropped = 'Klucz %s zosta³ usuniêty';
$strIndex = 'Indeks';
$strIndexName = 'Nazwa indeksu :';
$strIndexType = 'Rodzaj indeksu :';
$strIndexWarningMultiple = 'Dla kolumny `%s` zosta³o utworzonych wiele indeksów';
$strIndexWarningPrimary = 'Klucze PRIMARY i INDEX nie powinny dotyczyæ tej samej kolumny `%s`';
$strIndexWarningTable = 'Problemy z indeksami tabeli `%s`';
$strIndexWarningUnique = 'Klucze UNIQUE i INDEX nie powinny dotyczyæ tej samej kolumny `%s`';
$strInnoDBAutoextendIncrementDesc = 'Rozmiar o jaki automatycznie powiêkszy siê tabela, kiedy zostanie zape³niona.';
$strInnoDBAutoextendIncrement = 'Przyrost autoextend';
$strInnoDBBufferPoolSizeDesc = 'Iloœæ pamiêci, której InnoDB u¿ywa do buforowania danych i indeksów swoich tabel.';
$strInnoDBBufferPoolSize = 'Rozmiar rezerw buforowych';
$strInnoDBDataFilePath = 'Pliki danych';
$strInnoDBDataHomeDirDesc = 'Wspólna czêœæ œcie¿ki do wszystkich plików danych InnoDB.';
$strInnoDBDataHomeDir = 'Katalog domowy danych';
$strInnoDBPages = 'stron';
$strInnodbStat = 'Status InnoDB';
$strInsecureMySQL = 'Twój plik konfiguracyjny zawiera ustawienia (konto roota bez has³a), które odpowiadaj¹ domyœlnemu uprzywilejowanemu kontu MySQL. Twój serwer MySQL dzia³a z takim ustawieniem, jest otwarty dla w³amywaczy. Ta luka w bezpieczeñstwie naprawdê powinna zostaæ naprawiona.';
$strInsertAsNewRow = 'Dodaj jako nowy rekord';
$strInsert = 'Dodaj';
$strInsertedRowId = 'Identyfikator dodanego rekordu:';
$strInsertedRows = 'Dodane rekordy:';
$strInsertNewRow = 'Dodaj nowy rekord';
$strInternalNotNecessary = '* Wewnêtrzna relacja nie jest konieczna gdy istnieje równie¿ w InnoDB.';
$strInternalRelations = 'Wewnêtrzne relacje';
$strInUse = 'w u¿yciu';
$strInvalidAuthMethod = 'W konfiguracji ustawiono b³êdn¹ metodê uwierzytelniania:';
$strInvalidColumnCount = 'Liczba kolumn musi byæ wiêksza ni¿ zero.';
$strInvalidColumn = 'Podano b³êdn¹ kolumnê (%s)!';
$strInvalidCSVFieldCount = 'Niew³aœciwa liczba pól w lini %d danych wejœciowych CSV.';
$strInvalidCSVFormat = 'Niew³aœciwy format w lini %d danych wejœciowych CSV.';
$strInvalidCSVParameter = 'Niew³aœciwy parametr importu CSV: %s';
$strInvalidFieldAddCount = 'Nale¿y dodaæ przynajmniej jedno pole.';
$strInvalidFieldCount = 'Tabela musi mieæ przynajmniej jedno pole.';
$strInvalidLDIImport = 'Ten modu³ nie obs³uguje skompresowanych importów!';
$strInvalidRowNumber = '%d nie jest prawid³owym numerem rekordu.';
$strInvalidServerHostname = 'Niew³aœciwa nazwa hosta serwera %1$s. Proszê przyjrzeæ siê konfiguracji.';
$strInvalidServerIndex = 'Niew³aœciwy numer serwera: "%s"';
 
$strJapanese = 'Japoñski';
$strJoins = 'Z³¹czenia';
$strJumpToDB = 'Skok do bazy danych &quot;%s&quot;.';
$strJustDeleteDescr = 'Nim uprawnienia zostan¹ prze³adowane, &quot;usuniêci&quot; u¿ytkownicy nadal bêd¹ mieli dotychczasowy dostêp do serwera.';
$strJustDelete = 'Po prostu usuñ u¿ytkowników z tabeli uprawnieñ.';
 
$strKeepPass = 'Nie zmieniaj has³a';
$strKeyCache = 'Bufor podrêczny indeksów';
$strKeyname = 'Nazwa klucza';
$strKill = 'Unicestwij';
$strKorean = 'Koreañski';
 
$strLandscape = 'Orientacja pozioma';
$strLanguageFileNotFound = 'Nie znaleziono pliku jêzykowego "%1$s".';
$strLanguageUnknown = 'Nieznany jêzyk: %1$s.';
$strLatchedPages = 'Stron zatrzaœniêtych';
$strLatexCaption = 'Nag³ówek tabeli';
$strLatexContent = 'ZawartoϾ tabeli __TABLE__';
$strLatexContinuedCaption = 'Kontynuacja nag³ówka tabeli';
$strLatexContinued = '(kontynuacja)';
$strLatexIncludeCaption = 'Za³¹cz nag³ówek tabeli';
$strLatexLabel = 'Etykieta klucza';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcje LaTeX-a';
$strLatexStructure = 'Struktura tabeli __TABLE__';
$strLatvian = '£otewski';
$strLDI = 'CSV przy u¿yciu LOAD DATA';
$strLDIImportOptions = 'Opcje importu CSV przy u¿yciu LOAD DATA';
$strLDILocal = 'U¿yj s³owa kluczowego LOCAL';
$strLengthSet = 'D³ugoœæ/Wartoœci*';
$strLimitNumRows = 'rekordów na stronie';
$strLinesTerminatedBy = 'Linie zakoñczone przez';
$strLinkNotFound = '£¹cze nie znalezione';
$strLinksTo = '£¹cze';
$strLithuanian = 'Litewski';
$strLocalhost = 'Host lokalny';
$strLocationTextfile = 'Lokalizacja pliku tekstowego';
$strLoginInformation = 'Dane u¿ytkownika';
$strLogin = 'Login';
$strLogout = 'Wyjœcie';
$strLogPassword = 'Has³o:';
$strLogServer = 'Serwer';
$strLogUsername = 'U¿ytkownik:';
$strLongOperation = 'Ta operacja mo¿e trwaæ d³ugo. Czy mimo to kontynuowaæ?';
 
$strMaxConnects = 'Maks. jednoczesnych po³¹czeñ';
$strMaximalQueryLength = 'Maksymalna d³ugoœæ utworzonego zapytania';
$strMaximumSize = 'Maksymalny rozmiar: %s%s';
$strMbExtensionMissing = 'Rozszerzenie PHP o nazwie mbstring nie zosta³o znalezione, a wygl¹da na to, ¿e u¿ywasz wielobajtowego zestawu znaków. Bez rozszerzenia mbstring phpMyAdmin nie ma mo¿liwoœci poprawnego rozbijania napisów, co mo¿e skutkowaæ niespodziewanymi rezultatami.';
$strMbOverloadWarning = 'Opcja mbstring.func_overload jest w³¹czona w pliku konfiguracyjnym PHP. Jest ona niezgodna z phpMyAdminem i mo¿e powodowaæ utratê niektórych danych!';
$strMIME_available_mime = 'Dostêpne typy MIME';
$strMIME_available_transform = 'Dostêpne transformacje';
$strMIME_description = 'Opis';
$strMIME_MIMEtype = 'Typ MIME';
$strMIME_nodescription = 'Transformacja ta nie ma opisu.<br />Proszê zapytaæ autora, co robi %s.';
$strMIME_transformation_note = 'Aby uzyskaæ listê dostêpnych opcji transformacji i ich typów MIME, kliknij %sopisy transformacji%s';
$strMIME_transformation_options_note = 'Proszê wprowadziæ wartoœci dla tranformacji w nastêpuj¹cym formacie: \'a\',\'b\',\'c\'...<br />Je¿eli potrzeba wprowadziæ odwrotny ukoœnik ("\") lub apostrof ("\'"), nale¿y je poprzedziæ odwrotnym ukoœnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
$strMIME_transformation_options = 'Opcje transformacji';
$strMIME_transformation = 'Sposób prezentacji danych';
$strMIMETypesForTable = 'TYPY MIME TABELI';
$strMIME_without = 'Typy MIME pisane czcionk¹ pochylon¹ nie maj¹ oddzielnej funkcji transformacji';
$strModifications = 'Modyfikacje zosta³y zapamiêtane';
$strModifyIndexTopic = 'Modyfikacja indeksu';
$strModify = 'Modyfikacja';
$strMoveTableOK = 'Tabela %s zosta³a przeniesiona do %s.';
$strMoveTable = 'Przenieœ tabelê do (bazadanych<b>.</b>tabela):';
$strMoveTableSameNames = 'Nie mo¿na przenieœæ tabeli do niej samej!';
$strMultilingual = 'wiele jêzyków';
$strMyISAMDataPointerSizeDesc = 'Domyœlny rozmiar wskaŸnika w bajtach, który jest u¿ywany przez CREATE TABLE dla tabel MyISAM, gdy nie okreœlono opcji MAX_ROWS.';
$strMyISAMDataPointerSize = 'Rozmiar wskaŸnika danych';
$strMyISAMMaxExtraSortFileSizeDesc = 'Je¿eli plik tymczasowy u¿yty przy szybkim tworzeniu indeksu MyISAM by³by wiêkszy o wartoœæ tu okreœlon¹, ni¿ w wypadku zastosowania metody pamiêci podrêcznej kluczy, preferuj tê drug¹ metodê.';
$strMyISAMMaxExtraSortFileSize = 'Maksymalny rozmiar pliku tymczasowego dla tworzenia indeksu';
$strMyISAMMaxSortFileSizeDesc = 'Maksymalny rozmiar pliku tymczasowego, którego mo¿e zostaæ u¿yty przy ponownym tworzeniu indeksu MyISAM (podczas operacji REPAIR TABLE, ALTER TABLE lub LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksymalny rozmiar pliku tymczasowego dla sortowania';
$strMyISAMRecoverOptionsDesc = 'Tryb w którym po awarii tabele MyISAM s¹ automatycznie naprawiane; w³¹czany przez opcjê startow¹ serwera --myisam-recover.';
$strMyISAMRecoverOptions = 'Tryb automatycznej naprawy';
$strMyISAMRepairThreadsDesc = 'Wartoœæ wiêksza ni¿ 1 oznacza, ¿e indeksy tabel MyISAM s¹ tworzone wspó³bie¿nie (ka¿dy indeks ma swój w¹tek) podczas naprawy przez proces sortuj¹cy.';
$strMyISAMRepairThreads = 'Liczba w¹tków naprawiaj¹cych';
$strMyISAMSortBufferSizeDesc = 'Bufor, który jest alokowany w czasie sortowania indeksów MyISAM podczas operacji REPAIR TABLE albo gdy indeksy s¹ tworzone przez polecenia CREATE INDEX lub ALTER TABLE.';
$strMyISAMSortBufferSize = 'Rozmiar bufora dla sortowania';
$strMySQLCharset = 'System kodowania znaków dla MySQL';
$strMysqlClientVersion = 'Wersja klienta MySQL';
$strMySQLConnectionCollation = 'System porównañ dla po³¹czenia MySQL';
$strMySQLSaid = 'MySQL zwróci³ komunikat: ';
$strMySQLShowProcess = 'Poka¿ procesy';
$strMySQLShowStatus = 'Informacje o stanie serwera MySQL';
$strMySQLShowVars = 'Zmienne systemowe serwera MySQL';
 
$strName = 'Nazwa';
$strNext = 'Nastêpne';
$strNoActivity = 'Brak aktywnoœci przez co najmniej %s sekund, proszê zalogowaæ siê jeszcze raz';
$strNoDatabases = 'Brak baz danych';
$strNoDatabasesSelected = '¯adna baza danych nie zosta³ wybrana.';
$strNoDescription = 'brak opisu';
$strNoDetailsForEngine = 'Brak szczegó³owych informacji o tym mechanizmie sk³adowania';
$strNoDropDatabases = 'Polecenie "DROP DATABASE" jest zablokowane.';
$strNoExplain = 'Pomiñ wyjaœnienie SQL';
$strNoFilesFoundInZip = 'Archiwum ZIP jest puste!';
$strNoFrames = 'phpMyAdmin jest bardziej przyjazny w przegl¹darkach <b>obs³uguj¹cych ramki</b>';
$strNoIndex = 'Brak zdefiniowanego indeksu!';
$strNoIndexPartsDefined = 'Brak zdefiniowanych czêœci indeksu!';
$strNoModification = 'Bez zmian';
$strNone = 'Brak';
$strNo = 'Nie';
$strNoOptions = 'Ten format nie ma ¿adnych opcji';
$strNoPassword = 'Brak has³a';
$strNoPermission = 'Serwer WWW nie ma praw do zapisu pliku %s.';
$strNoPhp = 'bez kodu PHP';
$strNoPrivileges = 'Brak uprawnieñ';
$strNoRights = 'Brak wystarczaj¹cych uprawnieñ!';
$strNoRowsSelected = '¯aden rekord nie zosta³ zaznaczony';
$strNoSpace = 'Brak miejsca na zapis pliku %s.';
$strNoTablesFound = 'Nie znaleziono tabeli w bazie danych.';
$strNoThemeSupport = 'Brak obs³ugi motywów graficznych, proszê sprawdziæ konfiguracjê i/lub motywy graficzne w katalogu %s.';
$strNothingToImport = 'Nie wprowadzono ¿adnych danych do importu!';
$strNotNumber = 'To nie jest liczba!';
$strNotOK = 'b³¹d';
$strNotSet = 'Tabela <b>%s</b> nie zosta³a znaleziona lub nie jest ustawiona w %s';
$strNoUsersFound = 'Nie znaleziono u¿ytkownika(ów).';
$strNoValidateSQL = 'Pomiñ sprawdzanie poprawnoœci SQL';
$strNull = 'Null';
$strNumberOfFields = 'Liczba pól';
$strNumSearchResultsInTable = '%s trafieñ wewn¹trz tabeli <i>%s</i>';
$strNumSearchResultsTotal = '<b>W sumie:</b> <i>%s</i> trafieñ';
$strNumTables = 'Tabele';
 
$strOK = 'OK';
$strOpenNewWindow = 'Otwórz nowe okno phpMyAdmina';
$strOperations = 'Operacje';
$strOperator = 'Operator';
$strOptimizeTable = 'Optymalizuj tabelê';
$strOr = 'lub';
$strOverhead = 'Nadmiar';
$strOverwriteExisting = 'Nadpisuj istniej¹ce pliki';
 
$strPageNumber = 'Numer strony:';
$strPagesToBeFlushed = 'Strony do wymiecenia';
$strPaperSize = 'Rozmiar papieru';
$strPartialImport = 'Import czêœciowy';
$strPartialText = 'Skrócony tekst';
$strPasswordChanged = 'Has³o dla %s zosta³o pomyœlnie zmienione.';
$strPasswordEmpty = 'Puste has³o!';
$strPassword = 'Has³o';
$strPasswordHashing = 'Sposób kodowania hase³';
$strPasswordNotSame = 'Has³a nie s¹ identyczne!';
$strPdfDbSchema = 'Schemat bazy danych "%s" - strona %s';
$strPdfInvalidTblName = 'Tabela "%s" nie istnieje!';
$strPdfNoTables = 'Brak tabel';
$strPDFOptions = 'Opcje PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Tytu³ raportu';
$strPerHour = 'na godzinê';
$strPerMinute = 'na minutê';
$strPerSecond = 'na sekundê';
$strPersian = 'Perski';
$strPhoneBook = 'ksi¹¿ka telefoniczna';
$strPHP40203 = 'U¿ywasz PHP w wersji 4.2.3, która ma powa¿ny b³¹d w obs³udze napisów wielobajtowych (mbstring). Zobacz raport na temat b³êdów PHP nr 19404. Nie zaleca siê u¿ywania tej wersji PHP z phpMyAdminem.';
$strPhp = 'Utwórz kod PHP';
$strPHPVersion = 'Wersja PHP';
$strPmaDocumentation = 'Dokumentacja phpMyAdmina';
$strPmaUriError = 'Dyrektywa <tt>$cfg[\'PmaAbsoluteUri\']</tt> musi byæ ustawiona w pliku konfiguracyjnym!';
$strPolish = 'Polski';
$strPortrait = 'Orientacja pionowa';
$strPos1 = 'Pocz¹tek';
$strPrevious = 'Poprzednie';
$strPrimaryKeyHasBeenDropped = 'Klucz podstawowy zosta³ usuniêty';
$strPrimaryKeyName = 'Nazw¹ podstawowego klucza musi byæ... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musi</b> byæ nazw¹ <b>jedynie</b> klucza podstawowego!)';
$strPrimary = 'Podstawowy';
$strPrint = 'Drukuj';
$strPrintViewFull = 'Widok do druku (z pe³nymi tekstami)';
$strPrintView = 'Widok do druku';
$strPrivDescAllPrivileges = 'Wszystkie uprawnienia, oprócz GRANT.';
$strPrivDescAlter = 'Pozwól zmieniaæ strukturê istniej¹cych tabel.';
$strPrivDescAlterRoutine = 'Pozwól modyfikowaæ i usuwaæ procedury sk³adowane.';
$strPrivDescCreateDb = 'Pozwól tworzyæ nowe bazy danych i tabele.';
$strPrivDescCreateRoutine = 'Pozwól tworzyæ procedury sk³adowane.';
$strPrivDescCreateTbl = 'Pozwól tworzyæ nowe tabele.';
$strPrivDescCreateTmpTable = 'Pozwala tworzyæ tabele tymczasowe.';
$strPrivDescCreateUser = 'Pozwól tworzyæ, usuwaæ i zmieniaæ nazwy kont u¿ytkowników.';
$strPrivDescCreateView = 'Pozwól tworzyæ perspektywy.';
$strPrivDescDelete = 'Pozwól usuwaæ dane.';
$strPrivDescDropDb = 'Pozwól usuwaæ bazy danych i tabele.';
$strPrivDescDropTbl = 'Pozwól usuwaæ tabele.';
$strPrivDescExecute5 = 'Pozwól wykonywaæ procedury sk³adowane.';
$strPrivDescExecute = 'Pozwól uruchamiaæ zapamiêtane procedury; Nie ma ¿adnych skutków w tej wersji MySQL.';
$strPrivDescFile = 'Pozwól importowaæ i eksportowaæ dane z/do plików.';
$strPrivDescGrant = 'Pozwól dodawaæ u¿ytkowników i nadawaæ uprawnienia bez prze³adowywania tabeli uprawnieñ.';
$strPrivDescIndex = 'Pozwól tworzyæ i usuwaæ indeksy.';
$strPrivDescInsert = 'Pozwól dodawaæ i zamieniaæ dane.';
$strPrivDescLockTables = 'Pozwól blokowaæ tabele dla aktualnego w¹tku.';
$strPrivDescMaxConnections = 'Ogranicz liczbê nowych po³¹czeñ, które mo¿e otworzyæ u¿ytkownik w ci¹gu godziny.';
$strPrivDescMaxQuestions = 'Ogranicz liczbê zapytañ, które mo¿e wys³aæ u¿ytkownik w ci¹gu godziny.';
$strPrivDescMaxUpdates = 'Ogranicz liczbê poleceñ zmieniaj¹cych jak¹kolwiek tabelê lub bazê danych, które mo¿e wykonaæ u¿ytkownik w ci¹gu godziny.';
$strPrivDescMaxUserConnections = 'Ogranicz liczbê jednoczesnych po³¹czeñ, które mo¿e u¿ytkownik.';
$strPrivDescProcess3 = 'Pozwól unicestwiaæ procesy innych u¿ytkowników.';
$strPrivDescProcess4 = 'Pozwól zobaczyæ pe³n¹ listê zapytañ na liœcie procesów.';
$strPrivDescReferences = 'Nie ma ¿adnych skutków w tej wersji MySQL.';
$strPrivDescReload = 'Pozwól prze³adowywaæ ustawienia serwera i opró¿niaæ pamiêæ podrêczn¹ serwera.';
$strPrivDescReplClient = 'Nadaj u¿ytkownikowi prawo, by zapytaæ gdzie s¹ serwery podrzêdne / nadrzêdne.';
$strPrivDescReplSlave = 'Potrzebne dla replikacji serwera podrzêdnego.';
$strPrivDescSelect = 'Pozwól czytaæ dane.';
$strPrivDescShowDb = 'Daj dostêp do pe³nej listy baz danych.';
$strPrivDescShowView = 'Pozwól wykonywaæ zapytania SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Pozwól zamkn¹æ serwer.';
$strPrivDescSuper = 'Pozwól na po³¹czenie, nawet jeœli osi¹gniêta zosta³a maksymalna iloœæ po³¹czeñ; Wymagane dla wiêkszoœæ operacji administracyjnych, takich jak ustawianie zmiennych globalnych czy unicestwianie w¹tków innych u¿ytkowników.';
$strPrivDescUpdate = 'Pozwól zmieniaæ dane.';
$strPrivDescUsage = 'Brak uprawnieñ.';
$strPrivilegesReloaded = 'Uprawnienia zosta³y pomyœlnie prze³adowane.';
$strPrivileges = 'Uprawnienia';
$strProcesslist = 'Lista procesów';
$strProtocolVersion = 'Wersja protoko³u';
$strPutColNames = 'Umieœæ nazwy pól w pierwszym rekordzie';
 
$strQBEDel = 'Usuñ';
$strQBEIns = 'Dodaj';
$strQBE = 'Zapytanie przez przyk³ad';
$strQueryCache = 'Pamiêæ podrêczna zapytañ';
$strQueryFrame = 'Okienko zapytania';
$strQueryOnDb = 'Zapytanie SQL dla bazy danych <b>%s</b>:';
$strQuerySQLHistory = 'Historia SQL';
$strQueryStatistics = '<b>Statystyki zapytañ</b>: Od rozpoczêcia jego pracy, do serwera zosta³o wys³anych %s zapytañ.';
$strQueryTime = 'Wykonanie zapytania trwa³o %01.4f sekund(y)';
$strQueryType = 'Rodzaj zapytania';
$strQueryWindowLock = 'Nie nadpisuj tego zapytania spoza okna';
 
$strReadRequests = '¯¹dañ odczytu';
$strReceived = 'Otrzymane';
$strRecords = 'Rekordy';
$strReferentialIntegrity = 'SprawdŸ spójnoœæ powi¹zañ:';
$strRefresh = 'Odœwie¿';
$strRelationalSchema = 'Schemat relacyjny';
$strRelationNotWorking = 'Dodatkowe mo¿liwoœci pracy z po³¹czonymi tabelami zosta³y wy³¹czone. Aby dowiedzieæ siê, dlaczego - kliknij %stutaj%s.';
$strRelationsForTable = 'RELACJE TABELI';
$strRelations = 'Relacje';
$strRelationView = 'Widok relacyjny';
$strReloadingThePrivileges = 'Prze³aduj uprawnienia';
$strReloadMySQL = 'Prze³aduj MySQL';
$strRemoveSelectedUsers = 'Usuñ zaznaczonych u¿ytkowników';
$strRenameDatabaseOK = 'Baza danych %s ma nazwê zmienion¹ na %s';
$strRenameTableOK = 'Tabela %s ma nazwê zmienion¹ na %s';
$strRenameTable = 'Zmieñ nazwê tabeli na';
$strRepairTable = 'Napraw tabelê';
$strReplaceNULLBy = 'Zamiana NULL na';
$strReplaceTable = 'Zamiana danych tabeli z plikiem';
$strReplication = 'Replikacja';
$strReset = 'Reset';
$strResourceLimits = 'Ograniczenia zasobów';
$strReType = 'Ponownie';
$strRevokeAndDelete = 'Cofnij wszystkie aktywne uprawnienia u¿ytkownikom, a nastêpnie usuñ ich.';
$strRevokeAndDeleteDescr = 'Nim uprawnienia zostan¹ prze³adowane, u¿ytkownicy nadal bêd¹ mieli uprawnienie USAGE.';
$strRevoke = 'Cofnij';
$strRevokeMessage = 'Uprawnienia dla %s zosta³y cofniête';
$strRomanian = 'Rumuñski';
$strRowLength = 'D³ugoœæ rekordu';
$strRowsFrom = 'rekordów pocz¹wszy od';
$strRowSize = ' Rozmiar rekordu ';
$strRowsModeFlippedHorizontal = 'poziomo (obrócone nag³ówki)';
$strRowsModeHorizontal = 'poziomo';
$strRowsModeOptions = 'w trybie %s powtórz nag³ówki po %s komórkach';
$strRowsModeVertical = 'pionowo';
$strRows = 'Rekordów';
$strRowsStatistic = 'Statystyka rekordów';
$strRunning = 'uruchomiony na %s';
$strRunQuery = 'Wykonaj zapytania';
$strRunSQLQueryOnServer = 'Uruchom zapytanie/zapytania SQL na serwerze %s';
$strRunSQLQuery = 'Wykonanie zapytania/zapytañ SQL do bazy danych %s';
$strRussian = 'Rosyjski';
 
$strSaveOnServer = 'Zapisz na serwerze w katalogu %s';
$strSave = 'Zachowaj';
$strScaleFactorSmall = 'Wspó³czynnik skali jest za ma³y, by schemat zmieœci³ siê na jednej stronie';
$strSearchFormTitle = 'Szukaj w bazie danych';
$strSearchInTables = 'Wewn¹trz tabel(i):';
$strSearchNeedle = 'Szukane s³owa lub wartoœci (symbol wieloznaczny: "%"):';
$strSearchOption1 = 'przynajmniej jedno ze s³ów';
$strSearchOption2 = 'wszystkie s³owa';
$strSearchOption3 = 'ca³a fraza';
$strSearchOption4 = 'wyra¿enie regularne';
$strSearchResultsFor = 'Szukaj w rezultatach dla "<i>%s</i>" %s:';
$strSearch = 'Szukaj';
$strSearchType = 'ZnajdŸ:';
$strSecretRequired = 'Plik konfiguracyjny wymaga teraz tajnej frazy koduj¹cej (blowfish_secret).';
$strSelectADb = 'Proszê wybraæ bazê danych';
$strSelectAll = 'Zaznacz wszystkie';
$strSelectBinaryLog = 'Wybierz dziennik binarny do podgl¹du';
$strSelectFields = 'Wybór pól (co najmniej jedno):';
$strSelectNumRows = 'w zapytaniu';
$strSelectTables = 'Wybierz tabele';
$strSend = 'Zapisz jako plik';
$strSent = 'Wys³ane';
$strServerChoice = 'Wybór serwera';
$strServerNotResponding = 'Serwer nie odpowiada';
$strServer = 'Serwer';
$strServerStatusDelayedInserts = 'OpóŸnione dodania';
$strServerStatus = 'Informacje o dzia³aniu serwera';
$strServerStatusUptime = 'Serwer MySQL dzia³a przez %s. Pocz¹tek pracy: %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Zmienne';
$strServerTrafficNotes = '<b>Ruch na serwerze</b>: Poni¿sze tabele pokazuj¹ statystyki ruchu na tym serwerze MySQL od rozpoczêcia jego pracy.';
$strServerVars = 'Zmienne i ustawienia serwera';
$strServerVersion = 'Wersja serwera';
$strSessionValue = 'WartoϾ sesji';
$strSetEnumVal = 'Je¿eli pole jest typu "ENUM" lub "SET", wartoœci wprowadza siê w formacie: \'a\',\'b\',\'c\'...<br />Je¿eli potrzeba wprowadziæ odwrotny ukoœnik ("\") lub apostrof ("\'"), nale¿y je poprzedziæ odwrotnym ukoœnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
$strShowAll = 'Poka¿ wszystko';
$strShowColor = 'Poka¿ kolor';
$strShowDatadictAs = 'Format s³ownika danych';
$strShowFullQueries = 'Poka¿ pe³ne zapytania';
$strShowGrid = 'Poka¿ siatkê';
$strShowingBookmark = 'Pokaz zapamiêtanego zapytania';
$strShowingRecords = 'Poka¿ rekordy ';
$strShowOpenTables = 'Poka¿ otwarte tabele';
$strShowPHPInfo = 'Informacje o PHP';
$strShow = 'Poka¿';
$strShowSlaveHosts = 'Poka¿ podrzêdne hosty';
$strShowSlaveStatus = 'Status serwera podrzêdnego';
$strShowStatusBinlog_cache_disk_useDescr = 'Liczba transakcji, które u¿ywa³y pamiêci podrêcznej tymczasowego dziennika binarnego, ale który przekroczy³y wartoœæ binlog_cache_size i do zapisania instrukcji transakcji zosta³ u¿yty plik tymczasowy.';
$strShowStatusBinlog_cache_useDescr = 'Liczba trasnsakcji, które u¿ywa³y pamiêci podrêcznej tymczasowego dziennika binarnego.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Liczba tabel tymczasowych na dysku utworzonych automatycznie przez serwer podczas wykonywanie instrukcji. Przy du¿ej wartoœci Created_tmp_disk_tables, zwiêkszenie wartoœci tmp_table_size spowoduje tworzenie tymczasowych tabel w pamiêci, a nie na dysku.';
$strShowStatusCreated_tmp_filesDescr = 'Ile plików tymczasowych utworzy³ mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Liczba tabel tymczasowych w pamiêci, utworzonych automatycznie przez serwer podczas wykonywania instrukcji.';
$strShowStatusDelayed_errorsDescr = 'Liczba rekoród zapisanych przy pomocy INSERT DELAYED, dla których wyst¹pi³ jakiœ b³¹d (prawodpodbnie zduplikowany klucz).';
$strShowStatusDelayed_insert_threadsDescr = 'Liczba u¿ytych w¹tków obs³uguj¹cych INSERT DELAYED. Ka¿da osobna tabela, na której wykonuje siê INSERT DELAYED dostaje w³asny w¹tek.';
$strShowStatusDelayed_writesDescr = 'Liczba rekordów zapisanych poprzez INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Liczba wykonanych instrukcji FLUSH.';
$strShowStatusHandler_commitDescr = 'Liczba wewnêtrznych intrukcji COMMIT.';
$strShowStatusHandler_deleteDescr = 'Ile razy rekord zosta³ usuniêty z tabeli.';
$strShowStatusHandler_discoverDescr = 'Serwer MySQL mo¿e zapytaæ mechanizm sk³adowania Cluster NDB, czy ma informacje o tabeli o zadanej nazwie. Nazywamy to odkryciem (<i>discovery</i>). Handler_discover wskazuje, ile razy tabela zosta³a odkryta.';
$strShowStatusHandler_read_firstDescr = 'Ile razy z indeksu zosta³a odczytana pierwsza pozycja. Du¿a wartoœæ sugeruje, ¿e serwer wykonuje pe³nych przeszukañ indeksów; na przyk³ad SELECT col1 FROM foo, przy za³o¿eniu, ¿e col1 jest zindeksowane.';
$strShowStatusHandler_read_keyDescr = 'Licza ¿¹dañ odczytu rekordu na podstawie indeksu. Du¿a wartoœæ to dobra oznaka tego, ¿e zapytania i tabele s¹ w³aœciwie zindeksowane.';
$strShowStatusHandler_read_nextDescr = 'Liczba ¿¹dañ odczytu nastêpnego rekordu w porz¹dku indeksowym. Ta wartoœæ jest zwiêkszana przy odpytywaniu o zindeksowan¹ kolumnê na ograniczonym przedziale lub przy przeszukiwaniu indeksu.';
$strShowStatusHandler_read_prevDescr = 'Liczba ¿¹dañ odczytu poprzedniego rekordu w porz¹dku indeksowym. Metoda u¿ywana g³ównie do optymalizacji ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Liczba ¿¹dañ odczytu nastêpnego rekordu na podstawie sta³ego po³o¿enia. Wartoœæ jest du¿a przy wykonywaniu du¿ej iloœci zapytañ wymagaj¹cych sortowania rezultatu. Prawdodpodobnie wykonano wiele zapytañ wymagaj¹cyh przeszukania ca³ej tabeli lub z³¹czeñ, które nie u¿ywaj¹ poprawnie indeksów.';
$strShowStatusHandler_read_rnd_nextDescr = 'Liczba ¿¹dañ odczytu nastêpnego rekord w pliku z danymi. Wartoœæ jest du¿a przy wykonywania wielu przeszukiwañ tabeli. Ogólnie sugueruje to, ¿e tabele nie s¹ poprawnie zindesowane lub ¿e zapytania nie s¹ napisane w sposób pozwalaj¹cy skorzystaæ z istniej¹cych indeksów.';
$strShowStatusHandler_rollbackDescr = 'Liczba wewnêtrznych instrukcji ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Liczba ¿¹dañ zmiany rekordu w tabeli.';
$strShowStatusHandler_writeDescr = 'Liczba ¿¹dañ dodania rekordu do tabeli.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Liczba stron zawieraj¹cyh dane (brudnych lub czystych).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Liczba aktualnie brudnych stron.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Liczba stron w puli bufora, których wymiecienia za¿¹dano.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Liczba wolnych stron.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Liczba stron zatrzaœniêtych w puli bufora InnoDB. S¹ to strony akutalnie odczytywane lub zapisywane lub takie, które nie mog¹ zostaæ wymiecione lub usuniête z jakiegoœ innego powodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Liczba strony stron zajêtych z powodu ich alokacji dla celów administracyjnych takich jak blokady rekordu lub adaptacyjny indeks haszuj¹cy. Wartoœæ ta mo¿e te¿ zostaæ policzona jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = '£¹czny rozmiar puli bufora, w stronach.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Liczba "losowych" odczytów z wyprzedzeniem zainicjowanych przez InnoDB. Wystêpuje gdy zapytane przeszukiwa³oby du¿e fragmenty tabeli, ale w dowolnej kolejnoœci.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Liczba sekwencyjnych odczytów z wyprzedzeniem zainicjowalnych przez InnoDB. Wystêpuje gdy InnoDB wykonuje sekwencyjne pe³ne przeszukiwanie tabeli.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Liczba ¿¹dañ logicznych odczytów które wykona³ InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Liczba logicznych odczytów, których InnoDB nie móg³ zaspokoiæ pul¹ bufora i musia³ wykonaæ odczyt pojedynczej strony.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Zwykle zapis do puli bufora InnoDB obywa siê w tle. Jednak¿e, jeœli niezbêdny jest odczyt lub utworzenie strony a brak jest czystych stron, konieczne jest najpierw oczekiwanie na wymiecienie stron. Ten licznik wskazuje liczbê wyst¹pieñ takich oczekiwañ. Je¿eli rozmiar puli bufora by³ ustawiony w³aœciwie, wartoœæ ta powinna byæ ma³a.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Liczba wykonanych zapisów do puli bufora InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Liczba dot¹d wykonanych operacji fsync().';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktualna liczba operacji fsync() w toku.';
$strShowStatusInnodb_data_pending_readsDescr = 'Aktualna liczba odczytów w toku.';
$strShowStatusInnodb_data_pending_writesDescr = 'Aktualna liczba zapisów w toku.';
$strShowStatusInnodb_data_readDescr = 'Iloœæ dot¹d odczytanch danych, w bajatach.';
$strShowStatusInnodb_data_readsDescr = '£¹czna liczba odczytów danych.';
$strShowStatusInnodb_data_writesDescr = '£¹czna liczba zapisów danych.';
$strShowStatusInnodb_data_writtenDescr = 'Iloœæ dot¹d zapisanych danych, w bajtach.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Liczba przeprowadzonych zapisów typu <i>doublewrite</i>.';
$strShowStatusInnodb_dblwr_writesDescr = 'Liczba stron zapisanych przy zapisie typu <i>doublewrite</i>.';
$strShowStatusInnodb_log_waitsDescr = 'Ile razy czekano, bo bufor dziennika by³ zbyt ma³y i pred wznowieniem pracy oczekwiano na jego opró¿nenie.';
$strShowStatusInnodb_log_write_requestsDescr = 'Liczba ¿¹dañ zapisów do dziennika.';
$strShowStatusInnodb_log_writesDescr = 'Liczba fizycznych zapisów do pliku dziennika.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Liczba synchronicznych zapisów do pliku dziennika.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Liczba wywo³añ fsync dla pliku dziennika w toku.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Liczba zapisów do pliku dziennika w toku.';
$strShowStatusInnodb_os_log_writtenDescr = 'Liczba bajtów zapisanych do pliku dziennika.';
$strShowStatusInnodb_pages_createdDescr = 'Liczba utworzonych stron.';
$strShowStatusInnodb_page_sizeDescr = 'Wkompilowana wilkoœæ strony InnoDB (domyœlnie 16KB). Wiele wartoœci jest mierzonych w stronach; znajomoœæ wielkoœci strony pozwala na ich ³atw¹ konwersjê na bajty.';
$strShowStatusInnodb_pages_readDescr = 'Liczba odczytanych stron.';
$strShowStatusInnodb_pages_writtenDescr = 'Liczba zapisanych stron.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Liczba blokad rekordów na które akutalnie siê czeka.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Œredni czas uzyskania blokady rekordu, w milisekundach.';
$strShowStatusInnodb_row_lock_timeDescr = 'Ca³kowity czas zu¿yty na uzyskiwanie blokad rekodów, w milisekundach.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksymalny czas uzyskania blokady rekordu, w milisekundach.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Ile razy czekano na blokadê rekordu.';
$strShowStatusInnodb_rows_deletedDescr = 'Liczba rekordów usuniêtych z tabel InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Liczba rekordów dodanych do tabel InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Liczba rekordów odczytanych z tabel InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Liczba rekordów zmienionych w tabelach InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Liczba bloków w buforze podrêcznym indeksów, które zosta³y zmodyfikowane ale jeszcze nie wymiecione na dysk. Wczeœniej zmienna mia³a nazwê Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Liczba nieu¿ywanych bloków w buforze podrêcznym indeksów. Mo¿na u¿yæ tej wartoœci do okreœlenia jaka czêœæ bufora indeksów jest w u¿yciu.';
$strShowStatusKey_blocks_usedDescr = 'Liczba u¿ytych bloków w buforze podrêcznym indeksów. Ta wartoœæ to próg, który wskazuje maksymaln¹ liczbê kiedykolwiek jednoczeœnie u¿ytych bloków.';
$strShowStatusKey_read_requestsDescr = 'Liczba ¿¹dañ odczytu bloku z bufora podrêcznego indeksów.';
$strShowStatusKey_readsDescr = 'Liczba fizycznych odczytów bloków indeksów z dysku. Du¿a wartoœæ key_reads oznacza, ¿e prawdopodobnie wartoœæ key_buffer_size jest zbyt ma³a. Wspó³czynnik chybieñ bufora podrêcznego mo¿na policzyæ ze wzoru Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Liczba ¿¹dañ zapisów bloków indeksów to bufora podrêcznego.';
$strShowStatusKey_writesDescr = 'Liczba fizycznych zapisów bloków indeksów na dysk.';
$strShowStatusLast_query_costDescr = 'Ca³kowity koszta ostatnio skompilowanego zapytania, wyliczony przez optymalizator zapytañ. Przydatny do porównañ kosztów ró¿nych planów wykonania tego samego zapytania. Domyœlna wartoœæ 0 oznacza, ¿e jeszcze ¿adne zapytanie nie zosta³o skompilowane.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Liczba rekordów oczekuj¹cych na zapisanie w kolejkach INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Jeœli ta wartoœæ jest du¿a, prawdopobnie wielkoœæ pamiêci podrêcznej tabel jest zbyt ma³a.';
$strShowStatusOpen_filesDescr = 'Liczba otwartych plików.';
$strShowStatusOpen_streamsDescr = 'Liczba otwartych strumieni (u¿ywanych g³ownie do rejestracji w dzienniku).';
$strShowStatusOpen_tablesDescr = 'Liczba otwartych tabel.';
$strShowStatusQcache_free_blocksDescr = 'Liczba wolnych bloków pamiêci w podrêcznym buforze zapytañ.';
$strShowStatusQcache_free_memoryDescr = 'Iloœæ dostêpnej pamiêci w podrêcznym buforze zapytañ.';
$strShowStatusQcache_hitsDescr = 'Liczba trafieñ pamiêci podrêcznej.';
$strShowStatusQcache_insertsDescr = 'Liczba zapytañ dodanych do pamiêci podrêcznej.';
$strShowStatusQcache_lowmem_prunesDescr = 'Liczba zapytañ, które zosta³y usuniête z pamiêci podrêcznej, by zwolnic pamiêæ do buforowania nowych zapytañ. Ta informacje mo¿e pomóc dostroiæ wielkoœæ bufora podrêcznegoe. Do decydowania o tym, które zapytania usun¹æ z bufora podrêcznego u¿ywana jest strategia "najpierw najd³u¿ej nieu¿ywany" (<i>least recently used</i> - LRU).';
$strShowStatusQcache_not_cachedDescr = 'Liczba niezbuforowanych zapytañ (nie daj¹cych siê zbuforowaæ lub niezbuforowanych z powodu ustawienia query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Liczba zapytañ zarejestrowanych w buforze podrêcznym.';
$strShowStatusQcache_total_blocksDescr = 'Ca³kowita liczba bloków w buforze podrêcznym zapytañ.';
$strShowStatusReset = 'Zresetuj';
$strShowStatusRpl_statusDescr = 'Stan replikacji zabezpieczaj¹cej (jeszcze nie zaimplementowane).';
$strShowStatusSelect_full_joinDescr = 'Liczba z³¹czeñ nie u¿ywaj¹cych indeksów. Wartoœæ ró¿na od 0 sugeruje staranne przyjrzenie siê indeksom tabel.';
$strShowStatusSelect_full_range_joinDescr = 'Liczba z³¹czeñ w których u¿yto wyszukiwania zakresowego na pierwszej z³¹czanej tabeli.';
$strShowStatusSelect_range_checkDescr = 'Liczba z³¹czeñ bez u¿ycia indeksów gdy mo¿liwoœæ ich u¿ycia by³a sprawdzana dla ka¿dego rekordu. (Wartoœæ ró¿na od 0 sugeruje staranne przyjrzenie siê indeksom tabel.)';
$strShowStatusSelect_rangeDescr = 'Liczba z³¹czeñ w których u¿yto zakresów w stosunku do pierwszej tabeli. (Nawet du¿a wartoœæ nie ma kluczowego znaczenia.)';
$strShowStatusSelect_scanDescr = 'Liczba z³¹czeñ, które przeszuka³y w pe³ni pierwsz¹ tabelê.';
$strShowStatusSlave_open_temp_tablesDescr = 'Liczba tymczasowych tabel akutalnie otwartych przez podrzêdny w¹tek SQL.';
$strShowStatusSlave_retried_transactionsDescr = 'Ile raz ³¹cznie (od startu) podrzêdny w¹tek SQL replikacji ponawia³ transakcje.';
$strShowStatusSlave_runningDescr = 'ON oznacza, ¿e ten serwer jest podrzêdny i jest pod³¹czony go serwera g³ównego.';
$strShowStatusSlow_launch_threadsDescr = 'Liczba w¹tków, których utworzenie trwa³o d³u¿ej ni¿ slow_launch_time sekund.';
$strShowStatusSlow_queriesDescr = 'Liczba zapytañ, których wykonanie zajê³o wiêcej ni¿ long_query_time sekund.';
$strShowStatusSort_merge_passesDescr = 'Liczba przebiegów scalania, które musia³ wykonaæ algorytm sortuj¹cy. Przy du¿ej wartoœci, warto wzi¹æ pod uwagê zwiêkszenie wartoœci zmiennej systemowej sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Liczba sortowaæ wykonanych przy u¿yciu zakresów.';
$strShowStatusSort_rowsDescr = 'Liczba posortowanych rekordów.';
$strShowStatusSort_scanDescr = 'Liczba sortowañ wykonanych poprzed przeszukiwanie tabeli.';
$strShowStatusTable_locks_immediateDescr = 'Ile razy blokada tabeli zosta³a uzyskana natychmiastowo.';
$strShowStatusTable_locks_waitedDescr = 'Iler razy blokada tabeli nie mog³a zostaæ uzyskana natychmiastowo i niezbêdne by³o oczekiwanie. Przy wysoka wartoœæ oraz problemach z wydajnoœci¹ powinno siê najpierw zoptymalizowaæ zapytania, a nastêpnie podzieliæ tabelê (tabele) lub u¿yæ replikacji.';
$strShowStatusThreads_cachedDescr = 'Liczba w¹tków w buforze podrêcznym w¹tków. Wspó³czynnik trafienia w bufor mo¿e byæ wyliczony ze wzoru Threads_created/Connections. Kolor czerwony oznacza, ¿e powinno siê z wiêkszyæ thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Liczba aktualnie otwartych po³¹czeñ.';
$strShowStatusThreads_createdDescr = 'Liczba w¹tków utworzonych by obs³u¿yæ po³¹czenia. Je¿eli wartoœæ Threads_created jest du¿a, mo¿na chcieæ zwiêkszyæ wartoœæ thread_cache_size. (W przypadku dobrej implementacja w¹tków zwykle nie daje to zauwa¿alnego polepszenia wydajnoœci.)';
$strShowStatusThreads_runningDescr = 'Liczba nieuœpionych w¹tków.';
$strShowTableDimension = 'Poka¿ wymiary tabel';
$strShowTables = 'Poka¿ tabele';
$strShowThisQuery = ' Wywo³aj ponownie zapytanie ';
$strSimplifiedChinese = 'Chiñski uproszczony';
$strSingly = '(pojedynczo)';
$strSize = 'Rozmiar';
$strSkipQueries = 'Liczba rekordów (zapytañ), które nale¿y z pocz¹tku pomin¹æ';
$strSlovak = 'S³owacki';
$strSlovenian = 'S³oweñski';
$strSocketProblem = '(lub gniazdo lokalnego serwera MySQL nie jest skonfigurowane poprawnie)';
$strSortByKey = 'Sortuj wg klucza';
$strSorting = 'Sortowanie';
$strSort = 'Sortuj';
$strSpaceUsage = 'Wykorzystanie przestrzeni';
$strSpanish = 'Hiszpañski';
$strSplitWordsWithSpace = 'S³owa s¹ rozdzielane znakiem spacji (" ").';
$strSQLExportCompatibility = 'KompatybilnoϾ eksportu SQL';
$strSQLExportType = 'Rodzaj eksportu';
$strSQLImportOptions = 'Opcje SQL';
$strSQLOptions = 'Opcje SQL';
$strSQLParserBugMessage = 'Istnieje szansa, ¿e w³aœnie znaleziono b³¹d w analizatorze sk³adni SQL. Proszê zbadaæ bli¿ej swoje zapytanie i sprawdziæ, czy cudzys³owy s¹ poprawne i dobrze sparowane. Inn¹ mo¿liw¹ przyczyn¹ niepowodzenia mo¿e byæ ysy³anie pliku ze znakami binarnymi poza obszarem tekstu ujêtego w cudzys³owy. Mo¿na równie¿ sprawdziæ zapytanie SQL poprzez liniê poleceñ MySQL-a. W znalezieniu przyczyny problemu mo¿e pomóc tak¿e - jeœli siê pojawi - poni¿szy opis b³êdu serwera MySQL. Jeœli nadal wystêpuj¹ z problemy lub analizator sk³adni zg³asza usterkê a linia poleceñ - nie, ogranicz sekwencjê zapytañ SQL do pojedynczego, które powoduje problemy i zg³oœ b³¹d, do³¹czaj¹c fragment danych zawarty w poni¿szej sekcji TNIJ:';
$strSQLParserUserError = 'Wygl¹da na to, ¿e w twoim zapytaniu SQL jest b³¹d. W znalezieniu przyczyny problemu mo¿e pomóc tak¿e - jeœli siê pojawi - poni¿szy opis b³êdu serwera MySQL.';
$strSQLQuery = 'zapytanie SQL';
$strSQLResult = 'Rezultat SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Nieprawid³owy identyfikator';
$strSQPBugUnclosedQuote = 'Niezamkniêty cudzys³ów';
$strSQPBugUnknownPunctuation = 'Nieznany znak przestankowy';
$strStatCheckTime = 'Ostatnie sprawdzenie';
$strStatCreateTime = 'Utworzenie';
$strStatement = 'Cecha';
$strStatisticsOverrun = 'Na aktywnym serwerze liczniki bajtów mog¹ siê przekrêciæ, wiêc statystyki jakich dostarcza serwer MySQL nie s¹ wiarygodne.';
$strStatUpdateTime = 'Ostatnia aktualizacja';
$strStatus = 'Status';
$strStorageEngine = 'Mechanizm sk³adowania';
$strStorageEngines = 'Mechanizmy sk³adowania';
$strStrucCSV = 'Dane CSV';
$strStrucData = 'Struktura i dane';
$strStrucDrop = 'Dodaj DROP TABLE';
$strStrucExcelCSV = 'CSV dla MS Excel';
$strStrucNativeExcel = 'Dane w formacie macierzystym MS Excela';
$strStrucOnly = 'Tylko struktura';
$strStructPropose = 'Analiza zawartoœci';
$strStructure = 'Struktura';
$strSubmit = 'Wyœlij';
$strSuccess = 'Zapytanie SQL zosta³o wykonane pomyœlnie';
$strSum = 'Suma';
$strSwedish = 'Szwedzki';
$strSwitchToDatabase = 'Prze³¹cz do skopiowanej bazy danych';
$strSwitchToTable = 'Prze³¹cz na skopiowan¹ tabelê';
 
$strTableAlreadyExists = 'Tabela %s ju¿ istnieje!';
$strTableComments = 'Komentarze tabeli';
$strTableEmpty = 'Brak nazwy tabeli!';
$strTableHasBeenDropped = 'Tabela %s zosta³a usuniêta';
$strTableHasBeenEmptied = 'Tabela %s zosta³a opró¿niona';
$strTableHasBeenFlushed = 'Tabela %s zosta³a prze³adowana';
$strTableMaintenance = 'Zarz¹dzanie tabel¹';
$strTableOfContents = 'Spis treœci';
$strTableOptions = 'Opcje tabeli';
$strTables = '%s tabel(a)';
$strTableStructure = 'Struktura tabeli dla ';
$strTable = 'Tabela';
$strTableType = 'Typ tabeli';
$strTakeIt = 'u¿yj';
$strTblPrivileges = 'Uprawnienia specyficzne dla tabel';
$strTempData = 'Dane tymczasowe';
$strTextAreaLength = ' To pole mo¿e nie daæ siê edytowaæ<br /> z powodu swojej d³ugoœci ';
$strThai = 'Tajski';
$strThemeDefaultNotFound = 'Nie znaleziono domyœlnego motywu graficznego %s!';
$strTheme = 'Motyw graficzny / styl';
$strThemeNoPreviewAvailable = 'Podgl¹d niedostêpny.';
$strThemeNotFound = 'Nie znaleziono motywu graficznego %s!';
$strThemeNoValidImgPath = 'Nie znaleziono prawid³owej œcie¿ki do obrazka dla motywu graficznego %s!';
$strThemePathNotFound = 'Nie znaleziono œcie¿ki do motywu %s!';
$strThisHost = 'Ten host';
$strThisNotDirectory = 'To nie by³ katalog';
$strThreadSuccessfullyKilled = 'W¹tek %s zosta³ pomyœlnie unicestwiony.';
$strThreads = 'W¹tki';
$strTime = 'Czas';
$strTimeoutInfo = 'Poprzedni import przekroczy³ limit czasu, ponowne przed³o¿enie tego pliku spowoduje kontynuacje od miejsca %d.';
$strTimeoutNothingParsed = 'Jednak¿e, podczas ostatniego uruchomienia nie zosta³y przetworzone ¿adne dane, co zwykle oznacza, ¿e phpMyAdmin nie bêdzie w stanie ukoñczyæ tego importu bez zwiêkszenia limitów czasowych PHP.';
$strTimeoutPassed = 'Limit czasu wykonania skryptu min¹³; aby ukoñczyæ import, proszê przed³o¿yæ ten sam plik a import zostanie wznowiony.';
$strToggleScratchboard = 'w³¹cz / wy³¹cz scratchboard';
$strTotalUC = 'Sumarycznie';
$strTotal = 'wszystkich';
$strTraditionalChinese = 'Chiñski tradycyjny';
$strTraditionalSpanish = 'Tradycyjny hiszpañski';
$strTraffic = 'Ruch';
$strTransactionCoordinator = 'Koordynator transakcji';
$strTransformation_application_octetstream__download = 'Wyœwietla link do œci¹gniêcia binarnych danych z tego pola. Pierwsza opcja to nazwa pliku binarnego. Drug¹ opcj¹ jest mo¿liwa nazwa pola zawieraj¹cego nazwê pliku. Je¿eli dana jest druga opcja, pierwsza musi byæ pustym napisem';
$strTransformation_application_octetstream__hex = 'Wyœwietla szesnastkow¹ reprezentacjê danych.';
$strTransformation_image_jpeg__inline = 'Wyœwietla klikaln¹ miniaturkê; opcje: szerokoœæ,wysokoœæ w pikselach (oryginalne proporcje zostan¹ zachowane)';
$strTransformation_image_jpeg__link = 'Wyœwietla link do tego obrazu (bezpoœrednie œci¹gniêcie bloba).';
$strTransformation_image_png__inline = 'Zobacz image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Bierze pole TIME, TIMESTAMP lub DATETIME i formatuje je u¿ywaj¹c lokalnego formatu daty. Pierwsza opcja to liczba godzin, jaka zostanie dodana do daty (domyœlnie: 0). Druga opcja to inny format daty, zgodny z parametrami dostêpnymi dla funkcji PHP strftime().';
$strTransformation_text_plain__external = 'TYLKO LINUX: Uruchamia zewnêtrzn¹ aplikacjê i przekazuje dane pól na standardowe wejœcie. Zwraca standardowe wyjœcie tej aplikacji. Domyœlnie jest to Tidy, którzy porz¹dkuje kod HTML. Ze wzglêdu na bezpieczeñstwo, nale¿y rêcznie zmodyfikowaæ plik libraries/transformations/text_plain__external.inc.php i dodaæ narzêdzie, na którego uruchamianie pozwalasz. Pierwsz¹ opcj¹ jest liczba programów, których chcesz u¿yæ, a drug¹ s¹ parametry programu. Je¿eli trzeci parametr jest ustawiony na 1, zostanie dokonana konwersja wyjœcia poprzez u¿ycie htmlspecialchars() (Domyœln¹ wartoœci¹ jest 1). Je¿eli czwarty parametr zosta³ ustawiony na 1, zawartoœæ komórki nie bêdzie zawijana, tak ¿e ca³e wyjœcie zostanie pokazane bez zmian formatu (domyœln¹ wartoœci¹ jest 1)';
$strTransformation_text_plain__formatted = 'Zachowuje oryginalne formatowanie pola. Neutralizowanie znaków niespecjalnych nie jest dokonywane.';
$strTransformation_text_plain__imagelink = 'Wyœwietla obrazek i link, pole zawiera nazwê pliku; pierwsz¹ opcjê jest prefiks, taki jak "http://domena.com/", drug¹ opcj¹ jest szerokoœæ w pikselach, trzeci¹ opcj¹ jest wysokoœæ.';
$strTransformation_text_plain__link = 'Wyœwietla link, pole zawiera nazwê pliku; pierwsza opcja to prefiks, taki jak "http://domena.com/", druga opcja to tytu³ linku.';
$strTransformation_text_plain__sql = 'Formatuj tekst traktuj¹c jako zapytanie SQL z podœwietlaniem sk³adni.';
$strTransformation_text_plain__substr = 'Pokazuje jedynie czêœæ napisu. Pierwsza opcja to offset, od którego ma zacz¹æ siê wyœwietlanie tekstu (domyœlnie 0). Druga opcja to iloœæ zwracanego tekstu. Je¿eli jest pusta, zwracany jest ca³y pozosta³y tekst. Trzecia opcja okreœla jakie znaki zostan¹ dodane do wyjœcia, je¿eli zwracany jest czêœæ napisu (domyœlnie: ...) .';
$strTruncateQueries = 'Ucinaj wyœwietlane zapytania';
$strTurkish = 'Turecki';
$strType = 'Typ';
 
$strUkrainian = 'Ukraiñski';
$strUncheckAll = 'Odznacz wszystkie';
$strUnicode = 'Unikod';
$strUnique = 'Jednoznaczny';
$strUnknown = 'nieznany';
$strUnselectAll = 'Odznacz wszystkie';
$strUnsupportedCompressionDetected = 'Próbowano wczytaæ plik z nieobs³ugiwanym typem kompresji (%s). Albo jego obs³uga nie zosta³a zaimplementowana albo zosta³a konfiguracyjnie wy³¹czona.';
$strUpdatePrivMessage = 'Uaktualni³eœ uprawnienia dla %s.';
$strUpdateProfileMessage = 'Profil zosta³ uaktualniony.';
$strUpdateQuery = 'Zmieñ zapytanie';
$strUpdComTab = 'Informacje o tym, jak zaktualizowaæ tabelê Column_comments znajduj¹ siê w dokumentacji';
$strUpgrade = 'Poleca siê aktualizacjê do %s w wersji %s lub póŸniejszej.';
$strUploadLimit = 'Prawdodpobobnie próbowano wrzuciæ du¿y plik. Aby poznaæ sposoby obejœcia tego limitu, proszê zapoznaæ siê z %sdokumenacj¹%s.';
$strUsage = 'Wykorzystanie';
$strUseBackquotes = 'U¿yj cudzys³owów z nazwami tabel i pól';
$strUsedPhpExtensions = 'U¿ywane rozszerzenia PHP';
$strUseHostTable = 'U¿yj tabeli hostów';
$strUserAlreadyExists = 'U¿ytkownik %s ju¿ istnieje!';
$strUserEmpty = 'Brak nazwy u¿ytkownika!';
$strUserName = 'Nazwa u¿ytkownika';
$strUserNotFound = 'Wybrany u¿ytkownik nie zosta³ znaleziony w tabeli uprawnieñ.';
$strUserOverview = 'Opis u¿ytkownika';
$strUsersDeleted = 'Wybrani u¿ytkownicy zostali pomyœlnie usuniêci.';
$strUsersHavingAccessToDb = 'U¿ytkownicy maj¹cy dostêp do &quot;%s&quot;';
$strUser = 'U¿ytkownik';
$strUseTabKey = 'Klawisz TAB przemieszcza pomiêdzy wartoœciami, CTRL+strza³ka przenosi w dowolne miejsce';
$strUseTables = 'U¿yj tabel';
$strUseTextField = 'U¿yj pola tekstowego';
$strUseThisValue = 'U¿yj tej wartoœci';
 
$strValidateSQL = 'Sprawd٠poprawnoϾ SQL';
$strValidatorError = 'Analizator sk³adni SQL nie móg³ zostaæ zainicjowany. SprawdŸ, czy zainstalowane s¹ niezbêdne rozszerzenia PHP, tak jak zosta³o to opisane w %sdokumentacji%s.';
$strValue = 'WartoϾ';
$strVar = 'Zmienna';
$strVersionInformation = 'Informacja o wersji';
$strViewDumpDatabases = 'Zrzut baz danych';
$strViewDumpDB = 'Zrzut bazy danych';
$strViewDump = 'Zrzut tabeli';
$strViewHasBeenDropped = 'Perspektywa %s zosta³a usuniêta';
$strViewMaxExactCount = 'Perspektywa ma ponad %d rekordów. Proszê zajrzeæ do %sdokumentacji%s.';
$strView = 'Perspektywa';
 
$strWebServerUploadDirectoryError = 'Katalog ustalony dla uploadu jest nieosi¹galny';
$strWebServerUploadDirectory = 'katalog serwera WWW dla uploadu';
$strWelcome = 'Witamy w %s';
$strWestEuropean = 'Zachodnioeuropejski';
$strWildcard = 'znak wieloznaczny';
$strWindowNotFound = 'Docelowe okno przegl¹darki nie mog³o byæ zaktualizowane. Byæ mo¿e okno-rodzic zosta³o zamkniête lub przegl¹darka, uwzglêdniaj¹c ustawienia bezpieczeñstwa, blokuje aktualizacje pomiêdzy oknami';
$strWithChecked = 'Zaznaczone:';
$strWriteRequests = '¯¹dañ zapisu';
$strWritingCommentNotPossible = 'Zapisanie komentarza nie jest mo¿liwe';
$strWritingRelationNotPossible = 'Zapisanie relacji nie jest mo¿liwe';
$strWrongUser = 'B³êdne pola u¿ytkownik/has³o. Brak dostêpu.';
 
$strXML = 'XML';
 
$strYes = 'Tak';
 
$strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.';
$strZip = '".zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/portuguese-iso-8859-1.inc.php
0,0 → 1,996
<?php
/* $Id: portuguese-iso-8859-1.inc.php,v 2.118.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Portuguese language file by
* Lopo Pizarro <lopopizarro@users.sourceforge.net>
* António Raposo <cfmsoft@users.sourceforge.net>
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
$month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d-%B-%Y às %H:%M';
 
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
 
$strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Introduza o caminho absoluto até à directoria docSQL no Servidor Web';
$strAccessDenied = 'Acesso Negado';
$strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a ligação. Verifique o anfitrião, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem à informação fornecida pelo administrador do MySQL.';
$strAction = 'Acções';
$strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
$strAddConstraints = 'Adicionar limitadores';
$strAddDeleteColumn = 'Adicionar/Remover Campos';
$strAddDeleteRow = 'Adicionar/Remover Critérios';
$strAddDropDatabase = 'Adicionar DROP DATABASE';
$strAddIntoComments = 'Adicionar aos comentários';
$strAddNewField = 'Adiciona novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilégios na base de dados seguinte';
$strAddPrivilegesOnTbl = 'Todos privilégios na tabela seguinte';
$strAddSearchConditions = 'Condição de Pesquisa (Complemento da cláusula "where"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Acrescenta um utilizador';
$strAddUserMessage = 'Acrescentou um novo utilizador.';
$strAddedColumnComment = 'Comentários para coluna adicionados';
$strAddedColumnRelation = 'Relação para a coluna adicionada';
$strAdministration = 'Administração';
$strAffectedRows = 'Linhas afectadas:';
$strAfter = 'Depois %s';
$strAfterInsertBack = 'Voltar atrás';
$strAfterInsertNewInsert = 'Inserir novo registo';
$strAll = 'Todas';
$strAllTableSameWidth = 'mostrar todas as tabelas com a mesma altura?';
$strAlterOrderBy = 'Alterar a ordem da tabela por';
$strAnIndex = 'Um índice foi adicionado a %s';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAny = 'Todos';
$strAnyHost = 'Qualquer máquina';
$strAnyUser = 'Qualquer utilizador';
$strArabic = 'Árabe';
$strArmenian = 'Arménio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No Início da Tabela';
$strAtEndOfTable = 'No Fim da Tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Detecção automática';
$strAutomaticLayout = 'Layout automático';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBinary = ' Binário ';
$strBinaryDoNotEdit = ' Binário - não editar ';
$strBookmarkAllUsers = 'Deixar todos os utilizadores acederem a este marcador';
$strBookmarkDeleted = 'Marcador apagado com sucesso.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Comandos SQL marcados';
$strBookmarkThis = 'Marcar este comando SQL';
$strBookmarkView = 'Ver apenas';
$strBrowse = 'Visualiza';
$strBulgarian = 'Búlgaro';
$strBzip = '"Compressão bzip"';
 
$strCSVOptions = 'Opções CSV';
$strCannotLogin = 'Não é possível fazer login no servidor MySQL';
$strCantLoad = 'não é possível carregar a extensão %s ;<br />verifique a configuração do PHP por favor';
$strCantLoadRecodeIconv = 'Não é possível carregar <i>iconv</i> ou recodificar a extensão necessária para a conversão do Mapa de Caracteres, configure o php de modo a permitir utilizar estas extensões ou desligue a conversão do mapa de caracteres no phpmyadmin.';
$strCantRenameIdxToPrimary = 'Impossível renomear índice para PRIMARY!';
$strCantUseRecodeIconv = 'Não é possível usar <i>iconv</i> nem <i>libiconv</i> nem a função <i>recode_string</i> enquanto a extensão reportar que está ligada. Confira a configuração do seu php.';
$strCardinality = 'Quantidade';
$strCaseInsensitive = 'Sensível a maiúsculas/minúculas';
$strCaseSensitive = 'Não-sensível a a maiúsculas/minúculas';
$strCentralEuropean = 'Europeu Central';
$strChange = 'Muda';
$strChangeCopyMode = 'Criar um novo utilizador com os mesmo privilégios e ...';
$strChangeCopyModeCopy = '... manter o antigo.';
$strChangeCopyModeDeleteAndReload = ' ... apagar o antigo das tabelas do utilizador e depois recarregue os privilégios.';
$strChangeCopyModeJustDelete = ' ... apagar o antigo das tabelas do utilizador.';
$strChangeCopyModeRevoke = ' ... revogar todos os privilégios activos do antigo e a seguir apagá-lo.';
$strChangeCopyUser = 'Mudar a informação de login / Copiar Utilizador';
$strChangeDisplay = 'Escolha campo para mostrar';
$strChangePassword = 'Alterar a palavra-passe';
$strCharset = 'Mapa de Caractere';
$strCharsetOfFile = 'Configurar o Mapa de Caracteres do ficheiro:';
$strCharsets = 'Mapas de Caracteres';
$strCheckAll = 'Todos';
$strCheckPrivs = 'Verificar Privilégios';
$strCheckPrivsLong = 'Verificar Privilégios para a Base de Dados &quot;%s&quot;.';
$strCheckTable = 'Verificar tabela';
$strChoosePage = 'Escolha uma Página para editar';
$strColComFeat = 'Mostrando comentários das Colunas';
$strColumnNames = 'Nome dos Campos';
$strColumnPrivileges = 'Privilégios específicos da Coluna';
$strCommand = 'Comando';
$strComments = 'Comentários';
$strCompleteInserts = 'Instrucções de inserção completas';
$strCompression = 'Compressão';
$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o ficheiro de configuração!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i> ou se não conseguir encontrar o ficheiro.<br />Chame o ficheiro de configuração directamente usando o <i>link</i> a baixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula algures.<br />Se receber uma página em branco, está tudo correcto.';
$strConfigureTableCoord = 'Configure as cordenadas para a tabela %s';
$strConnections = 'Ligações';
$strConstraintsForTable = 'Limitadores para a tabela';
$strCookiesRequired = 'O mecanismo de "Cookies" tem de estar ligado a partir deste ponto.';
$strCopyTable = 'Copia tabela para (base-de-dados<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s copiada para %s.';
$strCopyTableSameNames = 'Não é possivel copiar a tabela para o mesmo!';
$strCreate = 'Criar';
$strCreateIndex = 'Criar um índice com&nbsp;%s&nbsp;coluna(s)';
$strCreateIndexTopic = 'Criar um novo índice';
$strCreateNewDatabase = 'Criar nova base de dados';
$strCreateNewTable = 'Criar nova tabela na base de dados %s';
$strCreatePage = 'Criar uma Página nova';
$strCreatePdfFeat = 'Criação de PDFs';
$strCreationDates = 'Datas de Criação/Actualização/verificação';
$strCriteria = 'Critérios';
$strCroatian = 'Croata';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
 
$strDBComment = 'Comentário da Base de Dados: ';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID de Contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo máx, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDanish = 'Dinamarquês';
$strData = 'Dados';
$strDataDict = 'Dicionario de dados';
$strDataOnly = 'Apenas dados';
$strDatabase = 'Base de Dados';
$strDatabaseExportOptions = 'Opções de exportação da Base de Dados';
$strDatabaseHasBeenDropped = 'A base de dados %s foi eliminada.';
$strDatabaseNoTable = 'Esta Base de Dados não contém qualquer tabela!';
$strDatabases = 'Base de Dados';
$strDatabasesDropped = 'As Bases de Dados %s foram apagadas com sucesso.';
$strDatabasesStats = 'Estatísticas das bases de dados';
$strDatabasesStatsDisable = 'Desactivar Estatísticas';
$strDatabasesStatsEnable = 'Activar Estatísticas';
$strDatabasesStatsHeavyTraffic = 'Nota: Activar as estatísticas aqui pode causar um grande volume de tráfego entre o servidor web e o de MySQL.';
$strDbPrivileges = 'Privilégios específicos da Base de Dados';
$strDbSpecific = 'Especifico da Base de Dados';
$strDefault = 'Defeito';
$strDelete = 'Apagar';
$strDeleteAndFlush = 'Apagar os utilizadores e recarreguar os privilégios a seguir.';
$strDeleteAndFlushDescr = 'Este é o processo mais limpo, mas recarregar os privilégios poderá demorar um pouco.';
$strDeleted = 'Registo eliminado';
$strDeletedRows = 'Linhas apagadas:';
$strDeleting = 'A apagar %s';
$strDescending = 'Descendente';
$strDescription = 'Descrição';
$strDictionary = 'dicionário';
$strDisabled = 'Desactidado';
$strDisplayFeat = 'Mostrar Características';
$strDisplayOrder = 'Ordem de visualização:';
$strDisplayPDF = 'Mostrar o esquema de PDF';
$strDoAQuery = 'Faça uma "pesquisa por formulário" (caractere universal: "%")';
$strDoYouReally = 'Confirma : ';
$strDocu = 'Documentação';
$strDrop = 'Elimina';
$strDropUsersDb = 'Apagar as Bases de Dados que tenham os mesmos nomes que os utilizadores.';
$strDumpSaved = 'O Dump foi gravado para o ficheiro %s.';
$strDumpXRows = 'Exporta %s registos começando em %s.';
$strDumpingData = 'Extraindo dados da tabela';
$strDynamic = 'dinâmico';
 
$strEdit = 'Edita';
$strEditPDFPages = 'Editar páginas PDF';
$strEditPrivileges = 'Alterar Privilegios';
$strEffective = 'Em uso';
$strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL não retornou nenhum registo.';
$strEnabled = 'Activado';
$strEnd = 'Fim';
$strEnglish = 'Inglês';
$strEnglishPrivileges = ' Nota: os nomes dos privilégios do MySQL são em Inglês ';
$strError = 'Erro';
$strEstonian = 'Estoniano';
$strExcelEdition = 'Edição Excel';
$strExcelOptions = 'Opções Excel';
$strExecuteBookmarked = 'Executar um query marcado(do marcador)';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Instrucções de inserção múltiplas';
$strExtra = 'Extra'; // written the same in portuguese
 
$strFailedAttempts = 'Tentativas falhadas';
$strField = 'Campo';
$strFieldHasBeenDropped = 'O campo %s foi eliminado';
$strFields = 'Qtd Campos';
$strFieldsEmpty = ' Número de campos inválido! ';
$strFieldsEnclosedBy = 'Campos delimitados por';
$strFieldsEscapedBy = 'Campos precedidos por';
$strFieldsTerminatedBy = 'Campos terminados por';
$strFileAlreadyExists = 'O ficheiro %s já existe no servidor, mude o nome do ficheiro ou verifique a opção de substituição (re-escrita).';
$strFileCouldNotBeRead = 'Não foi possível ler o ficheiro';
$strFileNameTemplate = 'Nome do ficheiro modelo';
$strFileNameTemplateRemember = 'Lembrar-se do modelo';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos utilizadores directamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode diferir dos privilégios que o servidor usa se alterações manuais nele forem feitas. Neste caso, deve %sreload the privileges%s antes de continuar.';
$strFlushTable = 'Fecha a tabela ("FLUSH")';
$strFormEmpty = 'Nº de dados insuficiente!\nPreencha todas as opções!';
$strFormat = 'Formato';
$strFullText = 'Texto inteiro';
$strFunction = 'Funções';
 
$strGenBy = 'Gerado por';
$strGenTime = 'Data de Criação';
$strGeneralRelationFeat = 'Características gerais de Relação';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemão';
$strGlobal = 'global'; //(same in portuguese)
$strGlobalPrivileges = 'Privilégios Globais';
$strGlobalValue = 'Valor Global';
$strGo = 'Executa';
$strGrantOption = 'Conceder/Grant';
$strGreek = 'Grego';
$strGzip = '"Compressão gzip"';
 
$strHasBeenAltered = 'foi alterado(a).';
$strHasBeenCreated = 'foi criado(a).';
$strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar';
$strHebrew = 'Hebráico';
$strHome = 'Início';
$strHomepageOfficial = 'Página Oficial do phpMyAdmin';
$strHost = 'Máquina';
$strHostEmpty = 'O nome da máquina está vazio!';
$strHungarian = 'Húngaro';
 
$strId = 'ID'; //(same in portuguese)
$strIdxFulltext = 'Texto Completo';
$strIgnore = 'Ignora';
$strIgnoringFile = 'A ignorar ficheiro %s';
$strImportDocSQL = 'Importar ficheiros docSQL';
$strImportFiles = 'Importar';
$strInUse = 'em uso';
$strIndex = 'Índice';
$strIndexHasBeenDropped = 'O Índice %s foi eliminado';
$strIndexName = 'Nome do Índice&nbsp;:';
$strIndexType = 'Tipo de Índice&nbsp;:';
$strIndexes = 'Índices';
$strInnodbStat = 'Estado da InnoDB';
$strInsecureMySQL = 'O seu ficheiro de configuração contem configurações (root sem palavra-passe) que correspondem à conta privilegiada por defeito do MySQL. O servidor MySQL está a correr com este valor por defeito, assim aberto a intrusões, deveria corrigir este buraco de segurança.';
$strInsert = 'Insere';
$strInsertAsNewRow = 'Insere como novo registo';
$strInsertNewRow = 'Insere novo registo';
$strInsertedRowId = 'Inserir id de linha:';
$strInsertedRows = 'Registos inseridos :';
$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.';
$strInternalRelations = 'Relações internas';
 
$strJapanese = 'Japonês';
$strJumpToDB = 'Saltar para a Base de Dados &quot;%s&quot;.';
$strJustDelete = 'Apagar apenas os utilizadores da tabela de privilégios.';
$strJustDeleteDescr = 'Os utilizadores &quot;deleted&quot; continuarão a conseguir aceder ao servidor até que os privilégios sejam recarregados.';
 
$strKeepPass = 'Mantendo a palavra-passe ';
$strKeyname = 'Nome do Índice';
$strKill = 'Termina';
$strKorean = 'Coreano';
 
$strLaTeX = 'LaTeX'; //(same in portuguese)
$strLaTeXOptions = 'Opções LaTeX';
$strLandscape = 'Paisagem/ao baixo';
$strLatexCaption = 'Legenda da tabela';
$strLatexContent = 'Conteúdo da tabela __TABLE__';
$strLatexContinued = '(continuação)';
$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexIncludeCaption = 'Incluir a legenda da tabela';
$strLatexStructure = 'estructura da tabela __TABLE__';
$strLengthSet = 'Tamanho/Valores*';
$strLimitNumRows = 'Número de registos por página';
$strLinesTerminatedBy = 'Linhas terminadas por';
$strLinkNotFound = 'Link não encontrado';
$strLinksTo = 'Links para';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localização do arquivo de texto';
$strLogPassword = 'Palavra-passe&nbsp;:';
$strLogServer = 'Servidor';
$strLogUsername = 'Utilizador&nbsp;:';
$strLogin = 'Entrada';
$strLoginInformation = 'Informação de Login ';
$strLogout = 'Sair';
 
$strMIME_MIMEtype = 'MIME-type'; //(same in portuguese)
$strMIME_available_mime = 'MIME-types disponíveis';
$strMIME_available_transform = 'Transformações disponíveis';
$strMIME_description = 'Descrição';
$strMIME_nodescription = 'Não há descrição disponível para esta transformação.<br />Pergunte ao autor, o que %s faz.';
$strMIME_transformation = 'Transformação do navegador';
$strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type , clique em %stransformation descriptions%s';
$strMIME_transformation_options = 'Opções de tranformação';
$strMIME_transformation_options_note = 'Introduza os valores para as opções de transformação a usando este formato: \'a\',\'b\',\'c\'...<br />Se por acaso precisar de inserir um backslash ("\") ou uma pelica ("\'") no meio desses valores, faça-o backslashes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_without = 'MIME-types impressos em itálico não tem uma função de transformação separada';
$strMaximumSize = 'Tamanho máximo: %s%s';
$strModifications = 'Modificações foram guardadas';
$strModify = 'Modifica';
$strModifyIndexTopic = 'Modificar um índice';
$strMoveTable = 'Move tabela para (base de dados<b>.</b>tabela):';
$strMoveTableOK = 'A tabela %s foi movida para %s.';
$strMoveTableSameNames = 'Não é posivel mover a tabela para o mesmo!';
$strMultilingual = 'multilingua';
$strMySQLCharset = 'Mapa de Caracteres do mySQL';
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLShowProcess = 'Mostra os Processos';
$strMySQLShowStatus = 'Mostra informação do estado do MySQL';
$strMySQLShowVars = 'Mostra as variáveis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Próximo';
$strNo = 'Não';
$strNoDatabases = 'Sem bases de dados';
$strNoDatabasesSelected = 'Nenhuma base de dados selecionada.';
$strNoDescription = 'sem Descrição';
$strNoDropDatabases = 'Os comandos "DROP DATABASE" estão inibidos.';
$strNoExplain = 'Saltar Explicar SQL';
$strNoFrames = 'O phpMyAdmin torna-se mais agradável se usado num browser que suporte <b>frames</b>.';
$strNoIndex = 'Nenhum indíce definido!';
$strNoIndexPartsDefined = 'Nenhuma parte do índice definida!';
$strNoModification = 'Sem alterações';
$strNoOptions = 'Este formato não tem opções';
$strNoPassword = 'Sem palavra-passe';
$strNoPermission = 'O servidor web não tem permissões para gravar o ficheiro %s.';
$strNoPhp = 'sem código PHP';
$strNoPrivileges = 'Sem Privilégios';
$strNoRights = 'Não tem permissões suficientes para aceder aqui, neste momento!';
$strNoSpace = 'Não existe espaço suficiente para gravar o ficheiro %s.';
$strNoTablesFound = 'Nenhuma tabela encontrada na base de dados';
$strNoUsersFound = 'Nenhum utilizador encontrado.';
$strNoValidateSQL = 'Saltar a validação SQL';
$strNone = 'Nenhum';
$strNotNumber = 'Isto não é um número!';
$strNotOK = 'não está OK';
$strNotSet = 'A Tabela <b>%s</b> não foi encontrada ou não foi definida em %s';
$strNull = 'Nulo';
$strNumSearchResultsInTable = '%s resultado(s) na tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'OK'; //Same in portuguese
$strOperations = 'Operações';
$strOptimizeTable = 'Optimizar tabela';
$strOr = 'Ou';
$strOverhead = 'Suspenso';
$strOverwriteExisting = 'Substituir o(s) ficheiro(s) existente(s)';
 
$strPHP40203 = 'Está a usar o PHP 4.2.3, que tem uma grave falha de segurança com a string multi-byte (mbstring). Veja o relatório de bugs do PHP 19404 - PHP bug report 19404. A utilização desta versão do PHP com o phpMyAdmin não é recomendada.';
$strPHPVersion = 'versão do PHP';
$strPageNumber = 'Página número:';
$strPaperSize = 'Tamanho do papel';
$strPartialText = 'Texto parcial';
$strPassword = 'Palavra-passe';
$strPasswordChanged = 'A palavra-passe para %s foi alterada com sucesso.';
$strPasswordEmpty = 'Indique a palavras-passe!';
$strPasswordNotSame = 'As palavras-passe são diferentes!\nLembre-se de confirmar a palavra-passe!';
$strPdfDbSchema = 'Esquema da base de dados "%s" - Página %s';
$strPdfInvalidTblName = 'A tabela "%s" não existe!';
$strPdfNoTables = 'Sem tablelas';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPhoneBook = 'lista telefónica';
$strPhp = 'Criar código PHP';
$strPmaDocumentation = 'Documentação do phpMyAdmin';
$strPmaUriError = 'A directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TEM que ser definida no ficheiro de configuração!';
$strPortrait = 'Retrato/Ao alto';
$strPos1 = 'Inicio';
$strPrevious = 'Anterior';
$strPrimary = 'Primária';
$strPrimaryKeyHasBeenDropped = 'A chave primária foi eliminada';
$strPrimaryKeyName = 'O nome da chave primária tem de ser... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>tem</b> de ser o nome de e <b>apenas de</b> uma chave primária!)';
$strPrint = 'Imprimir';
$strPrintView = 'Vista de impressão';
$strPrintViewFull = 'Vista de impressão (com texto inteiro)';
$strPrivDescAllPrivileges = 'inclui todos os privilégios excepto Conceção - GRANT.';
$strPrivDescAlter = 'Permite alterar a estrutura de tabelas existentes.';
$strPrivDescCreateDb = 'Permite criar novas Bases de Dados e tabelas.';
$strPrivDescCreateTbl = 'Permite criar novas tabelas.';
$strPrivDescCreateTmpTable = 'Permite criar tabelas temporárias.';
$strPrivDescDelete = 'Permite apagar dados.';
$strPrivDescDropDb = 'Permite apagar Bases de Dados e tabelas.';
$strPrivDescDropTbl = 'Permite apagar Bases de Dados.';
$strPrivDescExecute = 'Permite executar procedimentos armazenados; Não tem efeito nesta versão do MySQL.';
$strPrivDescFile = 'Permite importar dados de... e exportar dados para ficheiros.';
$strPrivDescGrant = 'Permite adicionar utilizadores e privilégios sem recarregar a tabela de privilégios.';
$strPrivDescIndex = 'Permite criar e apagar indexes.';
$strPrivDescInsert = 'Permite inserir e substituir dados.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Permite eliminar processos de outros utilizadores.';
$strPrivDescProcess4 = 'Permite ver o queries completos na lista de processos.';
$strPrivDescReferences = 'Não tem efeito nesta versão do MySQL.';
$strPrivDescSelect = 'Permite ler dados.';
$strPrivDescShowDb = 'Dá acesso à lista de bases de dados completa.';
$strPrivDescShutdown = 'Permite desligar o servidor.';
$strPrivDescUpdate = 'Permite alterar dados.';
$strPrivDescUsage = 'Sem privilégios.';
$strPrivileges = 'Privilégios';
$strPrivilegesReloaded = 'O privilégios foram recarregados com sucesso.';
$strProcesslist = 'Lista de Processos';
$strPutColNames = 'Coloca os nomes dos compos na primeira linha';
 
$strQBE = 'Pesquisa por formulário';
$strQBEDel = 'Elim.';
$strQBEIns = 'Ins.';
$strQueryFrame = 'Janela de Query';
$strQueryOnDb = 'Comando SQL na base de dados <b>%s</b>:';
$strQuerySQLHistory = 'Histórico SQL';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'O Query demorou %01.4f sec';
$strQueryType = 'Tipo de Query';
$strQueryWindowLock = 'Não alterar esta pesquisa de fora da janela';
 
$strReType = 'Confirma';
$strReceived = 'Recebido';
$strRecords = 'Registos';
$strReferentialIntegrity = 'Verificar Integridade referencial:';
$strRelationNotWorking = 'As Características adicionais para trabalhar com ligações entre Tabelas foram desactivadas. Para saber porquê carregue %saqui%s.';
$strRelationView = 'Vista de Relação';
$strRelationalSchema = 'Esquema relacional';
$strRelations = 'Relações';
$strReloadMySQL = 'Reiniciar o MySQL';
$strReloadingThePrivileges = 'A recarregar privilégios';
$strRemoveSelectedUsers = 'Remover utilizadores seleccionados';
$strRenameTable = 'Renomeia a tabela para ';
$strRenameTableOK = 'Tabela %s renomeada para %s';
$strRepairTable = 'Reparar tabela';
$strReplaceNULLBy = 'Substituir NULL por';
$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
$strReset = 'Limpa';
$strResourceLimits = 'Limites do recurso';
$strRevoke = 'Anula';
$strRevokeAndDelete = 'Revogar todos os privilégios dos utilizadores e apagá-los a seguir.';
$strRevokeAndDeleteDescr = 'O utilizadores manterão o privilégio de USAGE até que os privilégios sejam recarregados.';
$strRevokeMessage = 'Anulou os privilégios para %s';
$strRowLength = 'Comprim. dos reg.';
$strRowSize = ' Tamanho dos reg.';
$strRows = 'Registos';
$strRowsFrom = 'registos começando em';
$strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rodados)';
$strRowsModeHorizontal = 'horizontal'; // same in portuguese!
$strRowsModeOptions = 'em modo %s com cabeçalhos repetidos a cada %s células';
$strRowsModeVertical = 'vertical'; // same in portuguese!
$strRowsStatistic = 'Estatísticas dos registos';
$strRunQuery = 'Executa Comando SQL';
$strRunSQLQuery = 'Executa comando(s) SQL na base de dados %s';
$strRunning = 'a correr em %s';
$strRussian = 'Russo';
 
$strSQL = 'SQL';
$strSQLExportType = 'Tipo de Exportação';
$strSQLOptions = 'Opções SQL';
$strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise o seu query aprofundadamente, e verifique se as aspas estão correctas e não estão desencontradas. Outra possibilidade de falha é o facto de estar a fazer o upload de um ficheiro com outside binário, de de uma área de texto citada. Pode também experimentar a sua query na interface da linha de comandos do MySQL. A saída de erro do MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada do query SQL até aquele que causa o problema, e envie o relatório de bug com os dados do chunk na secção CUT abaixo:';
$strSQLParserUserError = 'Parece haver um erro no seu query SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema.';
$strSQLQuery = 'Comando SQL';
$strSQLResult = 'Resultado SQL';
$strSQPBugInvalidIdentifer = 'Identificador inválido';
$strSQPBugUnclosedQuote = 'Aspa não fechada';
$strSQPBugUnknownPunctuation = 'Pontuação desconhecida';
$strSave = 'Guarda';
$strSaveOnServer = 'Gravar no servidor na directoria %s';
$strScaleFactorSmall = 'O factor escala é muito pequeno para encaixar o esquema numa página';
$strSearch = 'Pesquisar';
$strSearchFormTitle = 'Pesquisar na Base de Dados';
$strSearchInTables = 'Dentro de Tabela(s):';
$strSearchNeedle = 'Palavra(s) ou valor(es) para pesquisar para (wildcard: "%"):';
$strSearchOption1 = 'pelo menos uma das palavras';
$strSearchOption2 = 'todas as palavras';
$strSearchOption3 = 'a frase exacta';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Procurar resultados para "<i>%s</i>" %s:';
$strSearchType = 'Procurar:';
$strSecretRequired = 'O ficheiro de configuração precisa agora de uma frase-passe secreta (blowfish_secret).';
$strSelectADb = 'Por favor seleccione uma base de dados';
$strSelectAll = 'Selecciona Todas';
$strSelectFields = 'Seleccione os campos (no mínimo 1)';
$strSelectNumRows = 'na pesquisa';
$strSelectTables = 'Seleccionar Tabelas';
$strSend = 'envia';
$strSent = 'Enviado';
$strServer = 'Servidor';
$strServerChoice = 'Escolha do Servidor';
$strServerStatus = 'Informação de Runtime';
$strServerStatusUptime = 'Este servidor de mySQL estar a correr há %s. Foi iniciado em/a %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variáveis';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Variáveis do servidor e configurações';
$strServerVersion = 'Versão do servidor';
$strSessionValue = 'Valor de sessão';
$strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", por favor introduza os valores no seguinte formato: \'a\',\'b\',\'c\'...<br />Se precisar de colocar uma barra invertida ("\") ou um apóstrofe ("\'") entre esses valores, coloque uma barra invertida antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Mostra';
$strShowAll = 'Mostrar tudo';
$strShowColor = 'Mostrar côr';
$strShowDatadictAs = 'Formato dos dados do dicionário';
$strShowFullQueries = 'Mostrar queries completos';
$strShowGrid = 'Mostrar grelha';
$strShowPHPInfo = 'Mostra informação do PHP';
$strShowTableDimension = 'Mostrar dimensão das tabelas';
$strShowTables = 'Mostra tabelas';
$strShowThisQuery = ' Mostrar de novo aqui este comando ';
$strShowingRecords = 'Mostrando registos ';
$strSimplifiedChinese = 'Chinês Simplificado';
$strSingly = '(A refazer após inserir/eliminar)';
$strSize = 'Tamanho';
$strSort = 'Ordenação';
$strSortByKey = 'Ordenar por chave';
$strSpaceUsage = 'Espaço ocupado';
$strSplitWordsWithSpace = 'As palavras são separadas pelo caracter espaço (" ").';
$strStatCheckTime = 'Verificação';
$strStatCreateTime = 'Criação';
$strStatUpdateTime = 'Actualização';
$strStatement = 'Itens';
$strStatus = 'Estado';
$strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados';
$strStrucDrop = 'Adiciona DROP TABLE';
$strStrucExcelCSV = 'dados CSV para MS Excel';
$strStrucOnly = 'Somente estrutura';
$strStructPropose = 'Propor uma estrutura de tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submete';
$strSuccess = 'O seu comando SQL foi executado com sucesso';
$strSum = 'Soma';
$strSwedish = 'Sueco';
$strSwitchToTable = 'Mudar para a tabela copiada';
 
$strTable = 'Tabela';
$strTableComments = 'Comentários da tabela';
$strTableEmpty = 'O nome da tabela está vazio!';
$strTableHasBeenDropped = 'A tabela %s foi eliminada';
$strTableHasBeenEmptied = 'A tabela %s foi limpa';
$strTableHasBeenFlushed = 'A tabela %s foi fechada';
$strTableMaintenance = 'Manutenção da tabela';
$strTableOfContents = 'Índice';
$strTableOptions = 'Opções da tabela';
$strTableStructure = 'Estrutura da tabela';
$strTableType = 'Tipo de tabela';
$strTables = '%s tabela(s)';
$strTblPrivileges = 'Privilégios específicos da tabela';
$strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode não ser editável ';
$strThai = 'Tailandês';
$strThisHost = 'Este Anfitrião';
$strThisNotDirectory = 'Isto não era uma directoria';
$strTime = 'Tempo';
$strTotal = 'total';
$strTotalUC = 'Total'; // (same in portuguese)
$strTraditionalChinese = 'Chinês Tradicional';
$strTraffic = 'Tráfego';
$strTransformation_image_jpeg__inline = 'Mostra uma miniatura clicável; opções: largura,altura em pixeis (mantém a proporção original)';
$strTransformation_image_jpeg__link = 'Mostra uma ligação para esta imagem (blob download directo , i.e.).';
$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline';
$strTransformation_text_plain__formatted = 'Preserva a formatação original do campo. Sem Escaping.';
$strTruncateQueries = 'Truncar os Queries mostrados';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Nenhum';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconhecido';
$strUnselectAll = 'Limpa Todas as Selecções';
$strUpdComTab = 'Consulte a Documentação sobre como actualizar a Tabela Column_comments Table';
$strUpdatePrivMessage = 'Actualizou os privilégios de %s.';
$strUpdateProfileMessage = 'O prefil foi actualizado.';
$strUpdateQuery = 'Actualiza Comando SQL';
$strUpgrade = 'deve actualizar para %s %s ou mais recente.';
$strUsage = 'Utilização';
$strUseBackquotes = 'Usar apóstrofes com os nomes das tabelas e campos';
$strUseHostTable = 'Usar a tabela do anfitrião';
$strUseTables = 'Usar Tabelas';
$strUseTextField = 'Usar campo de texto';
$strUseThisValue = 'Usar este valor';
$strUser = 'Utilizador';
$strUserAlreadyExists = 'O utilizador %s já existe!';
$strUserEmpty = 'O nome do utilizador está vazio!';
$strUserName = 'Nome do Utilizador';
$strUserNotFound = 'O utilizador selecionado não se encontra na tabela de privilégios.';
$strUsersDeleted = 'Os utilizadores selecionado foram apagados com sucesso.';
$strUsersHavingAccessToDb = 'Utilizadores que tem acesso a &quot;%s&quot;';
 
$strValidateSQL = 'Validar SQL';
$strValue = 'Valor';
$strVar = 'Variável';
$strViewDump = 'Ver o esquema da tabela';
$strViewDumpDB = 'Ver o esquema da base de dados';
 
$strWebServerUploadDirectory = 'Directoria no servidor web para fazer upload';
$strWebServerUploadDirectoryError = 'Não é possivel alcançar a directoria que configurou para fazer upload';
$strWelcome = 'Bemvindo ao %s';
$strWestEuropean = 'Europeu de Oeste';
$strWithChecked = 'Com os seleccionados:';
$strWritingCommentNotPossible = 'Não é possível escrever comentário';
$strWritingRelationNotPossible = 'Não é possível escrever relação';
$strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.';
 
$strXML = 'XML';// (Same in portuguese)
 
$strYes = 'Sim';
 
$strZeroRemovesTheLimit = 'Nota: Configurar estas opções para 0 (zero) remove o limite.';
$strZip = '"Compressão zip"';
 
// To translate:
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$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
 
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCollation = 'Collation'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
 
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
 
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
 
$strLatexLabel = 'Label key';//to translate
 
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSuper = 'Permite connectiong, 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
 
 
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$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
$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
$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
$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
$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
$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
 
$strUserOverview = 'User overview'; //to translate
 
$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
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
 
$strWildcard = 'wildcard'; //to translate
$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'; //to translate
 
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/portuguese-iso-8859-15.inc.php
0,0 → 1,996
<?php
/* $Id: portuguese-iso-8859-15.inc.php,v 2.51.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Portuguese language file by
* Lopo Pizarro <lopopizarro@users.sourceforge.net>
* António Raposo <cfmsoft@users.sourceforge.net>
*/
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
$month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d-%B-%Y às %H:%M';
 
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
 
$strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Introduza o caminho absoluto até à directoria docSQL no Servidor Web';
$strAccessDenied = 'Acesso Negado';
$strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a ligação. Verifique o anfitrião, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem à informação fornecida pelo administrador do MySQL.';
$strAction = 'Acções';
$strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
$strAddConstraints = 'Adicionar limitadores';
$strAddDeleteColumn = 'Adicionar/Remover Campos';
$strAddDeleteRow = 'Adicionar/Remover Critérios';
$strAddDropDatabase = 'Adicionar DROP DATABASE';
$strAddIntoComments = 'Adicionar aos comentários';
$strAddNewField = 'Adiciona novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilégios na base de dados seguinte';
$strAddPrivilegesOnTbl = 'Todos privilégios na tabela seguinte';
$strAddSearchConditions = 'Condição de Pesquisa (Complemento da cláusula "where"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Acrescenta um utilizador';
$strAddUserMessage = 'Acrescentou um novo utilizador.';
$strAddedColumnComment = 'Comentários para coluna adicionados';
$strAddedColumnRelation = 'Relação para a coluna adicionada';
$strAdministration = 'Administração';
$strAffectedRows = 'Linhas afectadas:';
$strAfter = 'Depois %s';
$strAfterInsertBack = 'Voltar atrás';
$strAfterInsertNewInsert = 'Inserir novo registo';
$strAll = 'Todas';
$strAllTableSameWidth = 'mostrar todas as tabelas com a mesma altura?';
$strAlterOrderBy = 'Alterar a ordem da tabela por';
$strAnIndex = 'Um índice foi adicionado a %s';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAny = 'Todos';
$strAnyHost = 'Qualquer máquina';
$strAnyUser = 'Qualquer utilizador';
$strArabic = 'Árabe';
$strArmenian = 'Arménio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No Início da Tabela';
$strAtEndOfTable = 'No Fim da Tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Detecção automática';
$strAutomaticLayout = 'Layout automático';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBinary = ' Binário ';
$strBinaryDoNotEdit = ' Binário - não editar ';
$strBookmarkAllUsers = 'Deixar todos os utilizadores acederem a este marcador';
$strBookmarkDeleted = 'Marcador apagado com sucesso.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Comandos SQL marcados';
$strBookmarkThis = 'Marcar este comando SQL';
$strBookmarkView = 'Ver apenas';
$strBrowse = 'Visualiza';
$strBulgarian = 'Búlgaro';
$strBzip = '"Compressão bzip"';
 
$strCSVOptions = 'Opções CSV';
$strCannotLogin = 'Não é possível fazer login no servidor MySQL';
$strCantLoad = 'não é possível carregar a extensão %s ;<br />verifique a configuração do PHP por favor';
$strCantLoadRecodeIconv = 'Não é possível carregar <i>iconv</i> ou recodificar a extensão necessária para a conversão do Mapa de Caracteres, configure o php de modo a permitir utilizar estas extensões ou desligue a conversão do mapa de caracteres no phpmyadmin.';
$strCantRenameIdxToPrimary = 'Impossível renomear índice para PRIMARY!';
$strCantUseRecodeIconv = 'Não é possível usar <i>iconv</i> nem <i>libiconv</i> nem a função <i>recode_string</i> enquanto a extensão reportar que está ligada. Confira a configuração do seu php.';
$strCardinality = 'Quantidade';
$strCaseInsensitive = 'Sensível a maiúsculas/minúculas';
$strCaseSensitive = 'Não-sensível a a maiúsculas/minúculas';
$strCentralEuropean = 'Europeu Central';
$strChange = 'Muda';
$strChangeCopyMode = 'Criar um novo utilizador com os mesmo privilégios e ...';
$strChangeCopyModeCopy = '... manter o antigo.';
$strChangeCopyModeDeleteAndReload = ' ... apagar o antigo das tabelas do utilizador e depois recarregue os privilégios.';
$strChangeCopyModeJustDelete = ' ... apagar o antigo das tabelas do utilizador.';
$strChangeCopyModeRevoke = ' ... revogar todos os privilégios activos do antigo e a seguir apagá-lo.';
$strChangeCopyUser = 'Mudar a informação de login / Copiar Utilizador';
$strChangeDisplay = 'Escolha campo para mostrar';
$strChangePassword = 'Alterar a palavra-passe';
$strCharset = 'Mapa de Caractere';
$strCharsetOfFile = 'Configurar o Mapa de Caracteres do ficheiro:';
$strCharsets = 'Mapas de Caracteres';
$strCheckAll = 'Todos';
$strCheckPrivs = 'Verificar Privilégios';
$strCheckPrivsLong = 'Verificar Privilégios para a Base de Dados &quot;%s&quot;.';
$strCheckTable = 'Verificar tabela';
$strChoosePage = 'Escolha uma Página para editar';
$strColComFeat = 'Mostrando comentários das Colunas';
$strColumnNames = 'Nome dos Campos';
$strColumnPrivileges = 'Privilégios específicos da Coluna';
$strCommand = 'Comando';
$strComments = 'Comentários';
$strCompleteInserts = 'Instrucções de inserção completas';
$strCompression = 'Compressão';
$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o ficheiro de configuração!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i> ou se não conseguir encontrar o ficheiro.<br />Chame o ficheiro de configuração directamente usando o <i>link</i> a baixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula algures.<br />Se receber uma página em branco, está tudo correcto.';
$strConfigureTableCoord = 'Configure as cordenadas para a tabela %s';
$strConnections = 'Ligações';
$strConstraintsForTable = 'Limitadores para a tabela';
$strCookiesRequired = 'O mecanismo de "Cookies" tem de estar ligado a partir deste ponto.';
$strCopyTable = 'Copia tabela para (base-de-dados<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s copiada para %s.';
$strCopyTableSameNames = 'Não é possivel copiar a tabela para o mesmo!';
$strCreate = 'Criar';
$strCreateIndex = 'Criar um índice com&nbsp;%s&nbsp;coluna(s)';
$strCreateIndexTopic = 'Criar um novo índice';
$strCreateNewDatabase = 'Criar nova base de dados';
$strCreateNewTable = 'Criar nova tabela na base de dados %s';
$strCreatePage = 'Criar uma Página nova';
$strCreatePdfFeat = 'Criação de PDFs';
$strCreationDates = 'Datas de Criação/Actualização/verificação';
$strCriteria = 'Critérios';
$strCroatian = 'Croata';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
 
$strDBComment = 'Comentário da Base de Dados: ';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID de Contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo máx, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDanish = 'Dinamarquês';
$strData = 'Dados';
$strDataDict = 'Dicionario de dados';
$strDataOnly = 'Apenas dados';
$strDatabase = 'Base de Dados';
$strDatabaseExportOptions = 'Opções de exportação da Base de Dados';
$strDatabaseHasBeenDropped = 'A base de dados %s foi eliminada.';
$strDatabaseNoTable = 'Esta Base de Dados não contém qualquer tabela!';
$strDatabases = 'Base de Dados';
$strDatabasesDropped = 'As Bases de Dados %s foram apagadas com sucesso.';
$strDatabasesStats = 'Estatísticas das bases de dados';
$strDatabasesStatsDisable = 'Desactivar Estatísticas';
$strDatabasesStatsEnable = 'Activar Estatísticas';
$strDatabasesStatsHeavyTraffic = 'Nota: Activar as estatísticas aqui pode causar um grande volume de tráfego entre o servidor web e o de MySQL.';
$strDbPrivileges = 'Privilégios específicos da Base de Dados';
$strDbSpecific = 'Especifico da Base de Dados';
$strDefault = 'Defeito';
$strDelete = 'Apagar';
$strDeleteAndFlush = 'Apagar os utilizadores e recarreguar os privilégios a seguir.';
$strDeleteAndFlushDescr = 'Este é o processo mais limpo, mas recarregar os privilégios poderá demorar um pouco.';
$strDeleted = 'Registo eliminado';
$strDeletedRows = 'Linhas apagadas:';
$strDeleting = 'A apagar %s';
$strDescending = 'Descendente';
$strDescription = 'Descrição';
$strDictionary = 'dicionário';
$strDisabled = 'Desactidado';
$strDisplayFeat = 'Mostrar Características';
$strDisplayOrder = 'Ordem de visualização:';
$strDisplayPDF = 'Mostrar o esquema de PDF';
$strDoAQuery = 'Faça uma "pesquisa por formulário" (caractere universal: "%")';
$strDoYouReally = 'Confirma : ';
$strDocu = 'Documentação';
$strDrop = 'Elimina';
$strDropUsersDb = 'Apagar as Bases de Dados que tenham os mesmos nomes que os utilizadores.';
$strDumpSaved = 'O Dump foi gravado para o ficheiro %s.';
$strDumpXRows = 'Exporta %s registos começando em %s.';
$strDumpingData = 'Extraindo dados da tabela';
$strDynamic = 'dinâmico';
 
$strEdit = 'Edita';
$strEditPDFPages = 'Editar páginas PDF';
$strEditPrivileges = 'Alterar Privilegios';
$strEffective = 'Em uso';
$strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL não retornou nenhum registo.';
$strEnabled = 'Activado';
$strEnd = 'Fim';
$strEnglish = 'Inglês';
$strEnglishPrivileges = ' Nota: os nomes dos privilégios do MySQL são em Inglês ';
$strError = 'Erro';
$strEstonian = 'Estoniano';
$strExcelEdition = 'Edição Excel';
$strExcelOptions = 'Opções Excel';
$strExecuteBookmarked = 'Executar um query marcado(do marcador)';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Instrucções de inserção múltiplas';
$strExtra = 'Extra'; // written the same in portuguese
 
$strFailedAttempts = 'Tentativas falhadas';
$strField = 'Campo';
$strFieldHasBeenDropped = 'O campo %s foi eliminado';
$strFields = 'Qtd Campos';
$strFieldsEmpty = ' Número de campos inválido! ';
$strFieldsEnclosedBy = 'Campos delimitados por';
$strFieldsEscapedBy = 'Campos precedidos por';
$strFieldsTerminatedBy = 'Campos terminados por';
$strFileAlreadyExists = 'O ficheiro %s já existe no servidor, mude o nome do ficheiro ou verifique a opção de substituição (re-escrita).';
$strFileCouldNotBeRead = 'Não foi possível ler o ficheiro';
$strFileNameTemplate = 'Nome do ficheiro modelo';
$strFileNameTemplateRemember = 'Lembrar-se do modelo';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos utilizadores directamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode diferir dos privilégios que o servidor usa se alterações manuais nele forem feitas. Neste caso, deve %sreload the privileges%s antes de continuar.';
$strFlushTable = 'Fecha a tabela ("FLUSH")';
$strFormEmpty = 'Nº de dados insuficiente!\nPreencha todas as opções!';
$strFormat = 'Formato';
$strFullText = 'Texto inteiro';
$strFunction = 'Funções';
 
$strGenBy = 'Gerado por';
$strGenTime = 'Data de Criação';
$strGeneralRelationFeat = 'Características gerais de Relação';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemão';
$strGlobal = 'global'; //(same in portuguese)
$strGlobalPrivileges = 'Privilégios Globais';
$strGlobalValue = 'Valor Global';
$strGo = 'Executa';
$strGrantOption = 'Conceder/Grant';
$strGreek = 'Grego';
$strGzip = '"Compressão gzip"';
 
$strHasBeenAltered = 'foi alterado(a).';
$strHasBeenCreated = 'foi criado(a).';
$strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar';
$strHebrew = 'Hebráico';
$strHome = 'Início';
$strHomepageOfficial = 'Página Oficial do phpMyAdmin';
$strHost = 'Máquina';
$strHostEmpty = 'O nome da máquina está vazio!';
$strHungarian = 'Húngaro';
 
$strId = 'ID'; //(same in portuguese)
$strIdxFulltext = 'Texto Completo';
$strIgnore = 'Ignora';
$strIgnoringFile = 'A ignorar ficheiro %s';
$strImportDocSQL = 'Importar ficheiros docSQL';
$strImportFiles = 'Importar';
$strInUse = 'em uso';
$strIndex = 'Índice';
$strIndexHasBeenDropped = 'O Índice %s foi eliminado';
$strIndexName = 'Nome do Índice&nbsp;:';
$strIndexType = 'Tipo de Índice&nbsp;:';
$strIndexes = 'Índices';
$strInnodbStat = 'Estado da InnoDB';
$strInsecureMySQL = 'O seu ficheiro de configuração contem configurações (root sem palavra-passe) que correspondem à conta privilegiada por defeito do MySQL. O servidor MySQL está a correr com este valor por defeito, assim aberto a intrusões, deveria corrigir este buraco de segurança.';
$strInsert = 'Insere';
$strInsertAsNewRow = 'Insere como novo registo';
$strInsertNewRow = 'Insere novo registo';
$strInsertedRowId = 'Inserir id de linha:';
$strInsertedRows = 'Registos inseridos :';
$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.';
$strInternalRelations = 'Relações internas';
 
$strJapanese = 'Japonês';
$strJumpToDB = 'Saltar para a Base de Dados &quot;%s&quot;.';
$strJustDelete = 'Apagar apenas os utilizadores da tabela de privilégios.';
$strJustDeleteDescr = 'Os utilizadores &quot;deleted&quot; continuarão a conseguir aceder ao servidor até que os privilégios sejam recarregados.';
 
$strKeepPass = 'Mantendo a palavra-passe ';
$strKeyname = 'Nome do Índice';
$strKill = 'Termina';
$strKorean = 'Coreano';
 
$strLaTeX = 'LaTeX'; //(same in portuguese)
$strLaTeXOptions = 'Opções LaTeX';
$strLandscape = 'Paisagem/ao baixo';
$strLatexCaption = 'Legenda da tabela';
$strLatexContent = 'Conteúdo da tabela __TABLE__';
$strLatexContinued = '(continuação)';
$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexIncludeCaption = 'Incluir a legenda da tabela';
$strLatexStructure = 'estructura da tabela __TABLE__';
$strLengthSet = 'Tamanho/Valores*';
$strLimitNumRows = 'Número de registos por página';
$strLinesTerminatedBy = 'Linhas terminadas por';
$strLinkNotFound = 'Link não encontrado';
$strLinksTo = 'Links para';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localização do arquivo de texto';
$strLogPassword = 'Palavra-passe&nbsp;:';
$strLogServer = 'Servidor';
$strLogUsername = 'Utilizador&nbsp;:';
$strLogin = 'Entrada';
$strLoginInformation = 'Informação de Login ';
$strLogout = 'Sair';
 
$strMIME_MIMEtype = 'MIME-type'; //(same in portuguese)
$strMIME_available_mime = 'MIME-types disponíveis';
$strMIME_available_transform = 'Transformações disponíveis';
$strMIME_description = 'Descrição';
$strMIME_nodescription = 'Não há descrição disponível para esta transformação.<br />Pergunte ao autor, o que %s faz.';
$strMIME_transformation = 'Transformação do navegador';
$strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type , clique em %stransformation descriptions%s';
$strMIME_transformation_options = 'Opções de tranformação';
$strMIME_transformation_options_note = 'Introduza os valores para as opções de transformação a usando este formato: \'a\',\'b\',\'c\'...<br />Se por acaso precisar de inserir um backslash ("\") ou uma pelica ("\'") no meio desses valores, faça-o backslashes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_without = 'MIME-types impressos em itálico não tem uma função de transformação separada';
$strMaximumSize = 'Tamanho máximo: %s%s';
$strModifications = 'Modificações foram guardadas';
$strModify = 'Modifica';
$strModifyIndexTopic = 'Modificar um índice';
$strMoveTable = 'Move tabela para (base de dados<b>.</b>tabela):';
$strMoveTableOK = 'A tabela %s foi movida para %s.';
$strMoveTableSameNames = 'Não é posivel mover a tabela para o mesmo!';
$strMultilingual = 'multilingua';
$strMySQLCharset = 'Mapa de Caracteres do mySQL';
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLShowProcess = 'Mostra os Processos';
$strMySQLShowStatus = 'Mostra informação do estado do MySQL';
$strMySQLShowVars = 'Mostra as variáveis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Próximo';
$strNo = 'Não';
$strNoDatabases = 'Sem bases de dados';
$strNoDatabasesSelected = 'Nenhuma base de dados selecionada.';
$strNoDescription = 'sem Descrição';
$strNoDropDatabases = 'Os comandos "DROP DATABASE" estão inibidos.';
$strNoExplain = 'Saltar Explicar SQL';
$strNoFrames = 'O phpMyAdmin torna-se mais agradável se usado num browser que suporte <b>frames</b>.';
$strNoIndex = 'Nenhum indíce definido!';
$strNoIndexPartsDefined = 'Nenhuma parte do índice definida!';
$strNoModification = 'Sem alterações';
$strNoOptions = 'Este formato não tem opções';
$strNoPassword = 'Sem palavra-passe';
$strNoPermission = 'O servidor web não tem permissões para gravar o ficheiro %s.';
$strNoPhp = 'sem código PHP';
$strNoPrivileges = 'Sem Privilégios';
$strNoRights = 'Não tem permissões suficientes para aceder aqui, neste momento!';
$strNoSpace = 'Não existe espaço suficiente para gravar o ficheiro %s.';
$strNoTablesFound = 'Nenhuma tabela encontrada na base de dados';
$strNoUsersFound = 'Nenhum utilizador encontrado.';
$strNoValidateSQL = 'Saltar a validação SQL';
$strNone = 'Nenhum';
$strNotNumber = 'Isto não é um número!';
$strNotOK = 'não está OK';
$strNotSet = 'A Tabela <b>%s</b> não foi encontrada ou não foi definida em %s';
$strNull = 'Nulo';
$strNumSearchResultsInTable = '%s resultado(s) na tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'OK'; //Same in portuguese
$strOperations = 'Operações';
$strOptimizeTable = 'Optimizar tabela';
$strOr = 'Ou';
$strOverhead = 'Suspenso';
$strOverwriteExisting = 'Substituir o(s) ficheiro(s) existente(s)';
 
$strPHP40203 = 'Está a usar o PHP 4.2.3, que tem uma grave falha de segurança com a string multi-byte (mbstring). Veja o relatório de bugs do PHP 19404 - PHP bug report 19404. A utilização desta versão do PHP com o phpMyAdmin não é recomendada.';
$strPHPVersion = 'versão do PHP';
$strPageNumber = 'Página número:';
$strPaperSize = 'Tamanho do papel';
$strPartialText = 'Texto parcial';
$strPassword = 'Palavra-passe';
$strPasswordChanged = 'A palavra-passe para %s foi alterada com sucesso.';
$strPasswordEmpty = 'Indique a palavras-passe!';
$strPasswordNotSame = 'As palavras-passe são diferentes!\nLembre-se de confirmar a palavra-passe!';
$strPdfDbSchema = 'Esquema da base de dados "%s" - Página %s';
$strPdfInvalidTblName = 'A tabela "%s" não existe!';
$strPdfNoTables = 'Sem tablelas';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPhoneBook = 'lista telefónica';
$strPhp = 'Criar código PHP';
$strPmaDocumentation = 'Documentação do phpMyAdmin';
$strPmaUriError = 'A directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TEM que ser definida no ficheiro de configuração!';
$strPortrait = 'Retrato/Ao alto';
$strPos1 = 'Inicio';
$strPrevious = 'Anterior';
$strPrimary = 'Primária';
$strPrimaryKeyHasBeenDropped = 'A chave primária foi eliminada';
$strPrimaryKeyName = 'O nome da chave primária tem de ser... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>tem</b> de ser o nome de e <b>apenas de</b> uma chave primária!)';
$strPrint = 'Imprimir';
$strPrintView = 'Vista de impressão';
$strPrintViewFull = 'Vista de impressão (com texto inteiro)';
$strPrivDescAllPrivileges = 'inclui todos os privilégios excepto Conceção - GRANT.';
$strPrivDescAlter = 'Permite alterar a estrutura de tabelas existentes.';
$strPrivDescCreateDb = 'Permite criar novas Bases de Dados e tabelas.';
$strPrivDescCreateTbl = 'Permite criar novas tabelas.';
$strPrivDescCreateTmpTable = 'Permite criar tabelas temporárias.';
$strPrivDescDelete = 'Permite apagar dados.';
$strPrivDescDropDb = 'Permite apagar Bases de Dados e tabelas.';
$strPrivDescDropTbl = 'Permite apagar Bases de Dados.';
$strPrivDescExecute = 'Permite executar procedimentos armazenados; Não tem efeito nesta versão do MySQL.';
$strPrivDescFile = 'Permite importar dados de... e exportar dados para ficheiros.';
$strPrivDescGrant = 'Permite adicionar utilizadores e privilégios sem recarregar a tabela de privilégios.';
$strPrivDescIndex = 'Permite criar e apagar indexes.';
$strPrivDescInsert = 'Permite inserir e substituir dados.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Permite eliminar processos de outros utilizadores.';
$strPrivDescProcess4 = 'Permite ver o queries completos na lista de processos.';
$strPrivDescReferences = 'Não tem efeito nesta versão do MySQL.';
$strPrivDescSelect = 'Permite ler dados.';
$strPrivDescShowDb = 'Dá acesso à lista de bases de dados completa.';
$strPrivDescShutdown = 'Permite desligar o servidor.';
$strPrivDescUpdate = 'Permite alterar dados.';
$strPrivDescUsage = 'Sem privilégios.';
$strPrivileges = 'Privilégios';
$strPrivilegesReloaded = 'O privilégios foram recarregados com sucesso.';
$strProcesslist = 'Lista de Processos';
$strPutColNames = 'Coloca os nomes dos compos na primeira linha';
 
$strQBE = 'Pesquisa por formulário';
$strQBEDel = 'Elim.';
$strQBEIns = 'Ins.';
$strQueryFrame = 'Janela de Query';
$strQueryOnDb = 'Comando SQL na base de dados <b>%s</b>:';
$strQuerySQLHistory = 'Histórico SQL';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'O Query demorou %01.4f sec';
$strQueryType = 'Tipo de Query';
$strQueryWindowLock = 'Não alterar esta pesquisa de fora da janela';
 
$strReType = 'Confirma';
$strReceived = 'Recebido';
$strRecords = 'Registos';
$strReferentialIntegrity = 'Verificar Integridade referencial:';
$strRelationNotWorking = 'As Características adicionais para trabalhar com ligações entre Tabelas foram desactivadas. Para saber porquê carregue %saqui%s.';
$strRelationView = 'Vista de Relação';
$strRelationalSchema = 'Esquema relacional';
$strRelations = 'Relações';
$strReloadMySQL = 'Reiniciar o MySQL';
$strReloadingThePrivileges = 'A recarregar privilégios';
$strRemoveSelectedUsers = 'Remover utilizadores seleccionados';
$strRenameTable = 'Renomeia a tabela para ';
$strRenameTableOK = 'Tabela %s renomeada para %s';
$strRepairTable = 'Reparar tabela';
$strReplaceNULLBy = 'Substituir NULL por';
$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
$strReset = 'Limpa';
$strResourceLimits = 'Limites do recurso';
$strRevoke = 'Anula';
$strRevokeAndDelete = 'Revogar todos os privilégios dos utilizadores e apagá-los a seguir.';
$strRevokeAndDeleteDescr = 'O utilizadores manterão o privilégio de USAGE até que os privilégios sejam recarregados.';
$strRevokeMessage = 'Anulou os privilégios para %s';
$strRowLength = 'Comprim. dos reg.';
$strRowSize = ' Tamanho dos reg.';
$strRows = 'Registos';
$strRowsFrom = 'registos começando em';
$strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rodados)';
$strRowsModeHorizontal = 'horizontal'; // same in portuguese!
$strRowsModeOptions = 'em modo %s com cabeçalhos repetidos a cada %s células';
$strRowsModeVertical = 'vertical'; // same in portuguese!
$strRowsStatistic = 'Estatísticas dos registos';
$strRunQuery = 'Executa Comando SQL';
$strRunSQLQuery = 'Executa comando(s) SQL na base de dados %s';
$strRunning = 'a correr em %s';
$strRussian = 'Russo';
 
$strSQL = 'SQL';
$strSQLExportType = 'Tipo de Exportação';
$strSQLOptions = 'Opções SQL';
$strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise o seu query aprofundadamente, e verifique se as aspas estão correctas e não estão desencontradas. Outra possibilidade de falha é o facto de estar a fazer o upload de um ficheiro com outside binário, de de uma área de texto citada. Pode também experimentar a sua query na interface da linha de comandos do MySQL. A saída de erro do MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada do query SQL até aquele que causa o problema, e envie o relatório de bug com os dados do chunk na secção CUT abaixo:';
$strSQLParserUserError = 'Parece haver um erro no seu query SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema.';
$strSQLQuery = 'Comando SQL';
$strSQLResult = 'Resultado SQL';
$strSQPBugInvalidIdentifer = 'Identificador inválido';
$strSQPBugUnclosedQuote = 'Aspa não fechada';
$strSQPBugUnknownPunctuation = 'Pontuação desconhecida';
$strSave = 'Guarda';
$strSaveOnServer = 'Gravar no servidor na directoria %s';
$strScaleFactorSmall = 'O factor escala é muito pequeno para encaixar o esquema numa página';
$strSearch = 'Pesquisar';
$strSearchFormTitle = 'Pesquisar na Base de Dados';
$strSearchInTables = 'Dentro de Tabela(s):';
$strSearchNeedle = 'Palavra(s) ou valor(es) para pesquisar para (wildcard: "%"):';
$strSearchOption1 = 'pelo menos uma das palavras';
$strSearchOption2 = 'todas as palavras';
$strSearchOption3 = 'a frase exacta';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Procurar resultados para "<i>%s</i>" %s:';
$strSearchType = 'Procurar:';
$strSecretRequired = 'O ficheiro de configuração precisa agora de uma frase-passe secreta (blowfish_secret).';
$strSelectADb = 'Por favor seleccione uma base de dados';
$strSelectAll = 'Selecciona Todas';
$strSelectFields = 'Seleccione os campos (no mínimo 1)';
$strSelectNumRows = 'na pesquisa';
$strSelectTables = 'Seleccionar Tabelas';
$strSend = 'envia';
$strSent = 'Enviado';
$strServer = 'Servidor';
$strServerChoice = 'Escolha do Servidor';
$strServerStatus = 'Informação de Runtime';
$strServerStatusUptime = 'Este servidor de mySQL estar a correr há %s. Foi iniciado em/a %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variáveis';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Variáveis do servidor e configurações';
$strServerVersion = 'Versão do servidor';
$strSessionValue = 'Valor de sessão';
$strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", por favor introduza os valores no seguinte formato: \'a\',\'b\',\'c\'...<br />Se precisar de colocar uma barra invertida ("\") ou um apóstrofe ("\'") entre esses valores, coloque uma barra invertida antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Mostra';
$strShowAll = 'Mostrar tudo';
$strShowColor = 'Mostrar côr';
$strShowDatadictAs = 'Formato dos dados do dicionário';
$strShowFullQueries = 'Mostrar queries completos';
$strShowGrid = 'Mostrar grelha';
$strShowPHPInfo = 'Mostra informação do PHP';
$strShowTableDimension = 'Mostrar dimensão das tabelas';
$strShowTables = 'Mostra tabelas';
$strShowThisQuery = ' Mostrar de novo aqui este comando ';
$strShowingRecords = 'Mostrando registos ';
$strSimplifiedChinese = 'Chinês Simplificado';
$strSingly = '(A refazer após inserir/eliminar)';
$strSize = 'Tamanho';
$strSort = 'Ordenação';
$strSortByKey = 'Ordenar por chave';
$strSpaceUsage = 'Espaço ocupado';
$strSplitWordsWithSpace = 'As palavras são separadas pelo caracter espaço (" ").';
$strStatCheckTime = 'Verificação';
$strStatCreateTime = 'Criação';
$strStatUpdateTime = 'Actualização';
$strStatement = 'Itens';
$strStatus = 'Estado';
$strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados';
$strStrucDrop = 'Adiciona DROP TABLE';
$strStrucExcelCSV = 'dados CSV para MS Excel';
$strStrucOnly = 'Somente estrutura';
$strStructPropose = 'Propor uma estrutura de tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submete';
$strSuccess = 'O seu comando SQL foi executado com sucesso';
$strSum = 'Soma';
$strSwedish = 'Sueco';
$strSwitchToTable = 'Mudar para a tabela copiada';
 
$strTable = 'Tabela';
$strTableComments = 'Comentários da tabela';
$strTableEmpty = 'O nome da tabela está vazio!';
$strTableHasBeenDropped = 'A tabela %s foi eliminada';
$strTableHasBeenEmptied = 'A tabela %s foi limpa';
$strTableHasBeenFlushed = 'A tabela %s foi fechada';
$strTableMaintenance = 'Manutenção da tabela';
$strTableOfContents = 'Índice';
$strTableOptions = 'Opções da tabela';
$strTableStructure = 'Estrutura da tabela';
$strTableType = 'Tipo de tabela';
$strTables = '%s tabela(s)';
$strTblPrivileges = 'Privilégios específicos da tabela';
$strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode não ser editável ';
$strThai = 'Tailandês';
$strThisHost = 'Este Anfitrião';
$strThisNotDirectory = 'Isto não era uma directoria';
$strTime = 'Tempo';
$strTotal = 'total';
$strTotalUC = 'Total'; // (same in portuguese)
$strTraditionalChinese = 'Chinês Tradicional';
$strTraffic = 'Tráfego';
$strTransformation_image_jpeg__inline = 'Mostra uma miniatura clicável; opções: largura,altura em pixeis (mantém a proporção original)';
$strTransformation_image_jpeg__link = 'Mostra uma ligação para esta imagem (blob download directo , i.e.).';
$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline';
$strTransformation_text_plain__formatted = 'Preserva a formatação original do campo. Sem Escaping.';
$strTruncateQueries = 'Truncar os Queries mostrados';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Nenhum';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconhecido';
$strUnselectAll = 'Limpa Todas as Selecções';
$strUpdComTab = 'Consulte a Documentação sobre como actualizar a Tabela Column_comments Table';
$strUpdatePrivMessage = 'Actualizou os privilégios de %s.';
$strUpdateProfileMessage = 'O prefil foi actualizado.';
$strUpdateQuery = 'Actualiza Comando SQL';
$strUpgrade = 'deve actualizar para %s %s ou mais recente.';
$strUsage = 'Utilização';
$strUseBackquotes = 'Usar apóstrofes com os nomes das tabelas e campos';
$strUseHostTable = 'Usar a tabela do anfitrião';
$strUseTables = 'Usar Tabelas';
$strUseTextField = 'Usar campo de texto';
$strUseThisValue = 'Usar este valor';
$strUser = 'Utilizador';
$strUserAlreadyExists = 'O utilizador %s já existe!';
$strUserEmpty = 'O nome do utilizador está vazio!';
$strUserName = 'Nome do Utilizador';
$strUserNotFound = 'O utilizador selecionado não se encontra na tabela de privilégios.';
$strUsersDeleted = 'Os utilizadores selecionado foram apagados com sucesso.';
$strUsersHavingAccessToDb = 'Utilizadores que tem acesso a &quot;%s&quot;';
 
$strValidateSQL = 'Validar SQL';
$strValue = 'Valor';
$strVar = 'Variável';
$strViewDump = 'Ver o esquema da tabela';
$strViewDumpDB = 'Ver o esquema da base de dados';
 
$strWebServerUploadDirectory = 'Directoria no servidor web para fazer upload';
$strWebServerUploadDirectoryError = 'Não é possivel alcançar a directoria que configurou para fazer upload';
$strWelcome = 'Bemvindo ao %s';
$strWestEuropean = 'Europeu de Oeste';
$strWithChecked = 'Com os seleccionados:';
$strWritingCommentNotPossible = 'Não é possível escrever comentário';
$strWritingRelationNotPossible = 'Não é possível escrever relação';
$strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.';
 
$strXML = 'XML';// (Same in portuguese)
 
$strYes = 'Sim';
 
$strZeroRemovesTheLimit = 'Nota: Configurar estas opções para 0 (zero) remove o limite.';
$strZip = '"Compressão zip"';
 
// To translate:
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$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
 
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCollation = 'Collation'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
 
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
 
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
 
$strLatexLabel = 'Label key';//to translate
 
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSuper = 'Permite connectiong, 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
 
 
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$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
$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
$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
$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
$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
$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
 
$strUserOverview = 'User overview'; //to translate
 
$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
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
 
$strWildcard = 'wildcard'; //to translate
$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'; //to translate
 
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/portuguese-utf-8.inc.php
0,0 → 1,997
<?php
/* $Id: portuguese-utf-8.inc.php,v 2.120.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Portuguese language file by
* Lopo Pizarro <lopopizarro@users.sourceforge.net>
* António Raposo <cfmsoft@users.sourceforge.net>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
$month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d-%B-%Y às %H:%M';
 
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
 
$strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Introduza o caminho absoluto até à directoria docSQL no Servidor Web';
$strAccessDenied = 'Acesso Negado';
$strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a ligação. Verifique o anfitrião, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem à informação fornecida pelo administrador do MySQL.';
$strAction = 'Acções';
$strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
$strAddConstraints = 'Adicionar limitadores';
$strAddDeleteColumn = 'Adicionar/Remover Campos';
$strAddDeleteRow = 'Adicionar/Remover Critérios';
$strAddDropDatabase = 'Adicionar DROP DATABASE';
$strAddIntoComments = 'Adicionar aos comentários';
$strAddNewField = 'Adiciona novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilégios na base de dados seguinte';
$strAddPrivilegesOnTbl = 'Todos privilégios na tabela seguinte';
$strAddSearchConditions = 'Condição de Pesquisa (Complemento da cláusula "where"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Acrescenta um utilizador';
$strAddUserMessage = 'Acrescentou um novo utilizador.';
$strAddedColumnComment = 'Comentários para coluna adicionados';
$strAddedColumnRelation = 'Relação para a coluna adicionada';
$strAdministration = 'Administração';
$strAffectedRows = 'Linhas afectadas:';
$strAfter = 'Depois %s';
$strAfterInsertBack = 'Voltar atrás';
$strAfterInsertNewInsert = 'Inserir novo registo';
$strAll = 'Todas';
$strAllTableSameWidth = 'mostrar todas as tabelas com a mesma altura?';
$strAlterOrderBy = 'Alterar a ordem da tabela por';
$strAnIndex = 'Um índice foi adicionado a %s';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAny = 'Todos';
$strAnyHost = 'Qualquer máquina';
$strAnyUser = 'Qualquer utilizador';
$strArabic = 'Árabe';
$strArmenian = 'Arménio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No Início da Tabela';
$strAtEndOfTable = 'No Fim da Tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Detecção automática';
$strAutomaticLayout = 'Layout automático';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBinary = ' Binário ';
$strBinaryDoNotEdit = ' Binário - não editar ';
$strBookmarkAllUsers = 'Deixar todos os utilizadores acederem a este marcador';
$strBookmarkDeleted = 'Marcador apagado com sucesso.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Comandos SQL marcados';
$strBookmarkThis = 'Marcar este comando SQL';
$strBookmarkView = 'Ver apenas';
$strBrowse = 'Visualiza';
$strBulgarian = 'Búlgaro';
$strBzip = '"Compressão bzip"';
 
$strCSVOptions = 'Opções CSV';
$strCannotLogin = 'Não é possível fazer login no servidor MySQL';
$strCantLoad = 'não é possível carregar a extensão %s ;<br />verifique a configuração do PHP por favor';
$strCantLoadRecodeIconv = 'Não é possível carregar <i>iconv</i> ou recodificar a extensão necessária para a conversão do Mapa de Caracteres, configure o php de modo a permitir utilizar estas extensões ou desligue a conversão do mapa de caracteres no phpmyadmin.';
$strCantRenameIdxToPrimary = 'Impossível renomear índice para PRIMARY!';
$strCantUseRecodeIconv = 'Não é possível usar <i>iconv</i> nem <i>libiconv</i> nem a função <i>recode_string</i> enquanto a extensão reportar que está ligada. Confira a configuração do seu php.';
$strCardinality = 'Quantidade';
$strCaseInsensitive = 'Sensível a maiúsculas/minúculas';
$strCaseSensitive = 'Não-sensível a a maiúsculas/minúculas';
$strCentralEuropean = 'Europeu Central';
$strChange = 'Muda';
$strChangeCopyMode = 'Criar um novo utilizador com os mesmo privilégios e ...';
$strChangeCopyModeCopy = '... manter o antigo.';
$strChangeCopyModeDeleteAndReload = ' ... apagar o antigo das tabelas do utilizador e depois recarregue os privilégios.';
$strChangeCopyModeJustDelete = ' ... apagar o antigo das tabelas do utilizador.';
$strChangeCopyModeRevoke = ' ... revogar todos os privilégios activos do antigo e a seguir apagá-lo.';
$strChangeCopyUser = 'Mudar a informação de login / Copiar Utilizador';
$strChangeDisplay = 'Escolha campo para mostrar';
$strChangePassword = 'Alterar a palavra-passe';
$strCharset = 'Mapa de Caractere';
$strCharsetOfFile = 'Configurar o Mapa de Caracteres do ficheiro:';
$strCharsets = 'Mapas de Caracteres';
$strCheckAll = 'Todos';
$strCheckPrivs = 'Verificar Privilégios';
$strCheckPrivsLong = 'Verificar Privilégios para a Base de Dados &quot;%s&quot;.';
$strCheckTable = 'Verificar tabela';
$strChoosePage = 'Escolha uma Página para editar';
$strColComFeat = 'Mostrando comentários das Colunas';
$strColumnNames = 'Nome dos Campos';
$strColumnPrivileges = 'Privilégios específicos da Coluna';
$strCommand = 'Comando';
$strComments = 'Comentários';
$strCompleteInserts = 'Instrucções de inserção completas';
$strCompression = 'Compressão';
$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o ficheiro de configuração!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i> ou se não conseguir encontrar o ficheiro.<br />Chame o ficheiro de configuração directamente usando o <i>link</i> a baixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula algures.<br />Se receber uma página em branco, está tudo correcto.';
$strConfigureTableCoord = 'Configure as cordenadas para a tabela %s';
$strConnections = 'Ligações';
$strConstraintsForTable = 'Limitadores para a tabela';
$strCookiesRequired = 'O mecanismo de "Cookies" tem de estar ligado a partir deste ponto.';
$strCopyTable = 'Copia tabela para (base-de-dados<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s copiada para %s.';
$strCopyTableSameNames = 'Não é possivel copiar a tabela para o mesmo!';
$strCreate = 'Criar';
$strCreateIndex = 'Criar um índice com&nbsp;%s&nbsp;coluna(s)';
$strCreateIndexTopic = 'Criar um novo índice';
$strCreateNewDatabase = 'Criar nova base de dados';
$strCreateNewTable = 'Criar nova tabela na base de dados %s';
$strCreatePage = 'Criar uma Página nova';
$strCreatePdfFeat = 'Criação de PDFs';
$strCreationDates = 'Datas de Criação/Actualização/verificação';
$strCriteria = 'Critérios';
$strCroatian = 'Croata';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
 
$strDBComment = 'Comentário da Base de Dados: ';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID de Contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo máx, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDanish = 'Dinamarquês';
$strData = 'Dados';
$strDataDict = 'Dicionario de dados';
$strDataOnly = 'Apenas dados';
$strDatabase = 'Base de Dados';
$strDatabaseExportOptions = 'Opções de exportação da Base de Dados';
$strDatabaseHasBeenDropped = 'A base de dados %s foi eliminada.';
$strDatabaseNoTable = 'Esta Base de Dados não contém qualquer tabela!';
$strDatabases = 'Base de Dados';
$strDatabasesDropped = 'As Bases de Dados %s foram apagadas com sucesso.';
$strDatabasesStats = 'Estatísticas das bases de dados';
$strDatabasesStatsDisable = 'Desactivar Estatísticas';
$strDatabasesStatsEnable = 'Activar Estatísticas';
$strDatabasesStatsHeavyTraffic = 'Nota: Activar as estatísticas aqui pode causar um grande volume de tráfego entre o servidor web e o de MySQL.';
$strDbPrivileges = 'Privilégios específicos da Base de Dados';
$strDbSpecific = 'Especifico da Base de Dados';
$strDefault = 'Defeito';
$strDelete = 'Apagar';
$strDeleteAndFlush = 'Apagar os utilizadores e recarreguar os privilégios a seguir.';
$strDeleteAndFlushDescr = 'Este é o processo mais limpo, mas recarregar os privilégios poderá demorar um pouco.';
$strDeleted = 'Registo eliminado';
$strDeletedRows = 'Linhas apagadas:';
$strDeleting = 'A apagar %s';
$strDescending = 'Descendente';
$strDescription = 'Descrição';
$strDictionary = 'dicionário';
$strDisabled = 'Desactidado';
$strDisplayFeat = 'Mostrar Características';
$strDisplayOrder = 'Ordem de visualização:';
$strDisplayPDF = 'Mostrar o esquema de PDF';
$strDoAQuery = 'Faça uma "pesquisa por formulário" (caractere universal: "%")';
$strDoYouReally = 'Confirma : ';
$strDocu = 'Documentação';
$strDrop = 'Elimina';
$strDropUsersDb = 'Apagar as Bases de Dados que tenham os mesmos nomes que os utilizadores.';
$strDumpSaved = 'O Dump foi gravado para o ficheiro %s.';
$strDumpXRows = 'Exporta %s registos começando em %s.';
$strDumpingData = 'Extraindo dados da tabela';
$strDynamic = 'dinâmico';
 
$strEdit = 'Edita';
$strEditPDFPages = 'Editar páginas PDF';
$strEditPrivileges = 'Alterar Privilegios';
$strEffective = 'Em uso';
$strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL não retornou nenhum registo.';
$strEnabled = 'Activado';
$strEnd = 'Fim';
$strEnglish = 'Inglês';
$strEnglishPrivileges = ' Nota: os nomes dos privilégios do MySQL são em Inglês ';
$strError = 'Erro';
$strEstonian = 'Estoniano';
$strExcelEdition = 'Edição Excel';
$strExcelOptions = 'Opções Excel';
$strExecuteBookmarked = 'Executar um query marcado(do marcador)';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Instrucções de inserção múltiplas';
$strExtra = 'Extra'; // written the same in portuguese
 
$strFailedAttempts = 'Tentativas falhadas';
$strField = 'Campo';
$strFieldHasBeenDropped = 'O campo %s foi eliminado';
$strFields = 'Qtd Campos';
$strFieldsEmpty = ' Número de campos inválido! ';
$strFieldsEnclosedBy = 'Campos delimitados por';
$strFieldsEscapedBy = 'Campos precedidos por';
$strFieldsTerminatedBy = 'Campos terminados por';
$strFileAlreadyExists = 'O ficheiro %s já existe no servidor, mude o nome do ficheiro ou verifique a opção de substituição (re-escrita).';
$strFileCouldNotBeRead = 'Não foi possível ler o ficheiro';
$strFileNameTemplate = 'Nome do ficheiro modelo';
$strFileNameTemplateRemember = 'Lembrar-se do modelo';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos utilizadores directamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode diferir dos privilégios que o servidor usa se alterações manuais nele forem feitas. Neste caso, deve %sreload the privileges%s antes de continuar.';
$strFlushTable = 'Fecha a tabela ("FLUSH")';
$strFormEmpty = 'Nº de dados insuficiente!\nPreencha todas as opções!';
$strFormat = 'Formato';
$strFullText = 'Texto inteiro';
$strFunction = 'Funções';
 
$strGenBy = 'Gerado por';
$strGenTime = 'Data de Criação';
$strGeneralRelationFeat = 'Características gerais de Relação';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemão';
$strGlobal = 'global'; //(same in portuguese)
$strGlobalPrivileges = 'Privilégios Globais';
$strGlobalValue = 'Valor Global';
$strGo = 'Executa';
$strGrantOption = 'Conceder/Grant';
$strGreek = 'Grego';
$strGzip = '"Compressão gzip"';
 
$strHasBeenAltered = 'foi alterado(a).';
$strHasBeenCreated = 'foi criado(a).';
$strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar';
$strHebrew = 'Hebráico';
$strHome = 'Início';
$strHomepageOfficial = 'Página Oficial do phpMyAdmin';
$strHost = 'Máquina';
$strHostEmpty = 'O nome da máquina está vazio!';
$strHungarian = 'Húngaro';
 
$strId = 'ID'; //(same in portuguese)
$strIdxFulltext = 'Texto Completo';
$strIgnore = 'Ignora';
$strIgnoringFile = 'A ignorar ficheiro %s';
$strImportDocSQL = 'Importar ficheiros docSQL';
$strImportFiles = 'Importar';
$strInUse = 'em uso';
$strIndex = 'Índice';
$strIndexHasBeenDropped = 'O Índice %s foi eliminado';
$strIndexName = 'Nome do Índice&nbsp;:';
$strIndexType = 'Tipo de Índice&nbsp;:';
$strIndexes = 'Índices';
$strInnodbStat = 'Estado da InnoDB';
$strInsecureMySQL = 'O seu ficheiro de configuração contem configurações (root sem palavra-passe) que correspondem à conta privilegiada por defeito do MySQL. O servidor MySQL está a correr com este valor por defeito, assim aberto a intrusões, deveria corrigir este buraco de segurança.';
$strInsert = 'Insere';
$strInsertAsNewRow = 'Insere como novo registo';
$strInsertNewRow = 'Insere novo registo';
$strInsertedRowId = 'Inserir id de linha:';
$strInsertedRows = 'Registos inseridos :';
$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.';
$strInternalRelations = 'Relações internas';
 
$strJapanese = 'Japonês';
$strJumpToDB = 'Saltar para a Base de Dados &quot;%s&quot;.';
$strJustDelete = 'Apagar apenas os utilizadores da tabela de privilégios.';
$strJustDeleteDescr = 'Os utilizadores &quot;deleted&quot; continuarão a conseguir aceder ao servidor até que os privilégios sejam recarregados.';
 
$strKeepPass = 'Mantendo a palavra-passe ';
$strKeyname = 'Nome do Índice';
$strKill = 'Termina';
$strKorean = 'Coreano';
 
$strLaTeX = 'LaTeX'; //(same in portuguese)
$strLaTeXOptions = 'Opções LaTeX';
$strLandscape = 'Paisagem/ao baixo';
$strLatexCaption = 'Legenda da tabela';
$strLatexContent = 'Conteúdo da tabela __TABLE__';
$strLatexContinued = '(continuação)';
$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexIncludeCaption = 'Incluir a legenda da tabela';
$strLatexStructure = 'estructura da tabela __TABLE__';
$strLengthSet = 'Tamanho/Valores*';
$strLimitNumRows = 'Número de registos por página';
$strLinesTerminatedBy = 'Linhas terminadas por';
$strLinkNotFound = 'Link não encontrado';
$strLinksTo = 'Links para';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localização do arquivo de texto';
$strLogPassword = 'Palavra-passe&nbsp;:';
$strLogServer = 'Servidor';
$strLogUsername = 'Utilizador&nbsp;:';
$strLogin = 'Entrada';
$strLoginInformation = 'Informação de Login ';
$strLogout = 'Sair';
 
$strMIME_MIMEtype = 'MIME-type'; //(same in portuguese)
$strMIME_available_mime = 'MIME-types disponíveis';
$strMIME_available_transform = 'Transformações disponíveis';
$strMIME_description = 'Descrição';
$strMIME_nodescription = 'Não há descrição disponível para esta transformação.<br />Pergunte ao autor, o que %s faz.';
$strMIME_transformation = 'Transformação do navegador';
$strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type , clique em %stransformation descriptions%s';
$strMIME_transformation_options = 'Opções de tranformação';
$strMIME_transformation_options_note = 'Introduza os valores para as opções de transformação a usando este formato: \'a\',\'b\',\'c\'...<br />Se por acaso precisar de inserir um backslash ("\") ou uma pelica ("\'") no meio desses valores, faça-o backslashes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_without = 'MIME-types impressos em itálico não tem uma função de transformação separada';
$strMaximumSize = 'Tamanho máximo: %s%s';
$strModifications = 'Modificações foram guardadas';
$strModify = 'Modifica';
$strModifyIndexTopic = 'Modificar um índice';
$strMoveTable = 'Move tabela para (base de dados<b>.</b>tabela):';
$strMoveTableOK = 'A tabela %s foi movida para %s.';
$strMoveTableSameNames = 'Não é posivel mover a tabela para o mesmo!';
$strMultilingual = 'multilingua';
$strMySQLCharset = 'Mapa de Caracteres do mySQL';
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLShowProcess = 'Mostra os Processos';
$strMySQLShowStatus = 'Mostra informação do estado do MySQL';
$strMySQLShowVars = 'Mostra as variáveis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Próximo';
$strNo = 'Não';
$strNoDatabases = 'Sem bases de dados';
$strNoDatabasesSelected = 'Nenhuma base de dados selecionada.';
$strNoDescription = 'sem Descrição';
$strNoDropDatabases = 'Os comandos "DROP DATABASE" estão inibidos.';
$strNoExplain = 'Saltar Explicar SQL';
$strNoFrames = 'O phpMyAdmin torna-se mais agradável se usado num browser que suporte <b>frames</b>.';
$strNoIndex = 'Nenhum indíce definido!';
$strNoIndexPartsDefined = 'Nenhuma parte do índice definida!';
$strNoModification = 'Sem alterações';
$strNoOptions = 'Este formato não tem opções';
$strNoPassword = 'Sem palavra-passe';
$strNoPermission = 'O servidor web não tem permissões para gravar o ficheiro %s.';
$strNoPhp = 'sem código PHP';
$strNoPrivileges = 'Sem Privilégios';
$strNoRights = 'Não tem permissões suficientes para aceder aqui, neste momento!';
$strNoSpace = 'Não existe espaço suficiente para gravar o ficheiro %s.';
$strNoTablesFound = 'Nenhuma tabela encontrada na base de dados';
$strNoUsersFound = 'Nenhum utilizador encontrado.';
$strNoValidateSQL = 'Saltar a validação SQL';
$strNone = 'Nenhum';
$strNotNumber = 'Isto não é um número!';
$strNotOK = 'não está OK';
$strNotSet = 'A Tabela <b>%s</b> não foi encontrada ou não foi definida em %s';
$strNull = 'Nulo';
$strNumSearchResultsInTable = '%s resultado(s) na tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'OK'; //Same in portuguese
$strOperations = 'Operações';
$strOptimizeTable = 'Optimizar tabela';
$strOr = 'Ou';
$strOverhead = 'Suspenso';
$strOverwriteExisting = 'Substituir o(s) ficheiro(s) existente(s)';
 
$strPHP40203 = 'Está a usar o PHP 4.2.3, que tem uma grave falha de segurança com a string multi-byte (mbstring). Veja o relatório de bugs do PHP 19404 - PHP bug report 19404. A utilização desta versão do PHP com o phpMyAdmin não é recomendada.';
$strPHPVersion = 'versão do PHP';
$strPageNumber = 'Página número:';
$strPaperSize = 'Tamanho do papel';
$strPartialText = 'Texto parcial';
$strPassword = 'Palavra-passe';
$strPasswordChanged = 'A palavra-passe para %s foi alterada com sucesso.';
$strPasswordEmpty = 'Indique a palavras-passe!';
$strPasswordNotSame = 'As palavras-passe são diferentes!\nLembre-se de confirmar a palavra-passe!';
$strPdfDbSchema = 'Esquema da base de dados "%s" - Página %s';
$strPdfInvalidTblName = 'A tabela "%s" não existe!';
$strPdfNoTables = 'Sem tablelas';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPhoneBook = 'lista telefónica';
$strPhp = 'Criar código PHP';
$strPmaDocumentation = 'Documentação do phpMyAdmin';
$strPmaUriError = 'A directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TEM que ser definida no ficheiro de configuração!';
$strPortrait = 'Retrato/Ao alto';
$strPos1 = 'Inicio';
$strPrevious = 'Anterior';
$strPrimary = 'Primária';
$strPrimaryKeyHasBeenDropped = 'A chave primária foi eliminada';
$strPrimaryKeyName = 'O nome da chave primária tem de ser... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>tem</b> de ser o nome de e <b>apenas de</b> uma chave primária!)';
$strPrint = 'Imprimir';
$strPrintView = 'Vista de impressão';
$strPrintViewFull = 'Vista de impressão (com texto inteiro)';
$strPrivDescAllPrivileges = 'inclui todos os privilégios excepto Conceção - GRANT.';
$strPrivDescAlter = 'Permite alterar a estrutura de tabelas existentes.';
$strPrivDescCreateDb = 'Permite criar novas Bases de Dados e tabelas.';
$strPrivDescCreateTbl = 'Permite criar novas tabelas.';
$strPrivDescCreateTmpTable = 'Permite criar tabelas temporárias.';
$strPrivDescDelete = 'Permite apagar dados.';
$strPrivDescDropDb = 'Permite apagar Bases de Dados e tabelas.';
$strPrivDescDropTbl = 'Permite apagar Bases de Dados.';
$strPrivDescExecute = 'Permite executar procedimentos armazenados; Não tem efeito nesta versão do MySQL.';
$strPrivDescFile = 'Permite importar dados de... e exportar dados para ficheiros.';
$strPrivDescGrant = 'Permite adicionar utilizadores e privilégios sem recarregar a tabela de privilégios.';
$strPrivDescIndex = 'Permite criar e apagar indexes.';
$strPrivDescInsert = 'Permite inserir e substituir dados.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Permite eliminar processos de outros utilizadores.';
$strPrivDescProcess4 = 'Permite ver o queries completos na lista de processos.';
$strPrivDescReferences = 'Não tem efeito nesta versão do MySQL.';
$strPrivDescSelect = 'Permite ler dados.';
$strPrivDescShowDb = 'Dá acesso à lista de bases de dados completa.';
$strPrivDescShutdown = 'Permite desligar o servidor.';
$strPrivDescUpdate = 'Permite alterar dados.';
$strPrivDescUsage = 'Sem privilégios.';
$strPrivileges = 'Privilégios';
$strPrivilegesReloaded = 'O privilégios foram recarregados com sucesso.';
$strProcesslist = 'Lista de Processos';
$strPutColNames = 'Coloca os nomes dos compos na primeira linha';
 
$strQBE = 'Pesquisa por formulário';
$strQBEDel = 'Elim.';
$strQBEIns = 'Ins.';
$strQueryFrame = 'Janela de Query';
$strQueryOnDb = 'Comando SQL na base de dados <b>%s</b>:';
$strQuerySQLHistory = 'Histórico SQL';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'O Query demorou %01.4f sec';
$strQueryType = 'Tipo de Query';
$strQueryWindowLock = 'Não alterar esta pesquisa de fora da janela';
 
$strReType = 'Confirma';
$strReceived = 'Recebido';
$strRecords = 'Registos';
$strReferentialIntegrity = 'Verificar Integridade referencial:';
$strRelationNotWorking = 'As Características adicionais para trabalhar com ligações entre Tabelas foram desactivadas. Para saber porquê carregue %saqui%s.';
$strRelationView = 'Vista de Relação';
$strRelationalSchema = 'Esquema relacional';
$strRelations = 'Relações';
$strReloadMySQL = 'Reiniciar o MySQL';
$strReloadingThePrivileges = 'A recarregar privilégios';
$strRemoveSelectedUsers = 'Remover utilizadores seleccionados';
$strRenameTable = 'Renomeia a tabela para ';
$strRenameTableOK = 'Tabela %s renomeada para %s';
$strRepairTable = 'Reparar tabela';
$strReplaceNULLBy = 'Substituir NULL por';
$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
$strReset = 'Limpa';
$strResourceLimits = 'Limites do recurso';
$strRevoke = 'Anula';
$strRevokeAndDelete = 'Revogar todos os privilégios dos utilizadores e apagá-los a seguir.';
$strRevokeAndDeleteDescr = 'O utilizadores manterão o privilégio de USAGE até que os privilégios sejam recarregados.';
$strRevokeMessage = 'Anulou os privilégios para %s';
$strRowLength = 'Comprim. dos reg.';
$strRowSize = ' Tamanho dos reg.';
$strRows = 'Registos';
$strRowsFrom = 'registos começando em';
$strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rodados)';
$strRowsModeHorizontal = 'horizontal'; // same in portuguese!
$strRowsModeOptions = 'em modo %s com cabeçalhos repetidos a cada %s células';
$strRowsModeVertical = 'vertical'; // same in portuguese!
$strRowsStatistic = 'Estatísticas dos registos';
$strRunQuery = 'Executa Comando SQL';
$strRunSQLQuery = 'Executa comando(s) SQL na base de dados %s';
$strRunning = 'a correr em %s';
$strRussian = 'Russo';
 
$strSQL = 'SQL';
$strSQLExportType = 'Tipo de Exportação';
$strSQLOptions = 'Opções SQL';
$strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise o seu query aprofundadamente, e verifique se as aspas estão correctas e não estão desencontradas. Outra possibilidade de falha é o facto de estar a fazer o upload de um ficheiro com outside binário, de de uma área de texto citada. Pode também experimentar a sua query na interface da linha de comandos do MySQL. A saída de erro do MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada do query SQL até aquele que causa o problema, e envie o relatório de bug com os dados do chunk na secção CUT abaixo:';
$strSQLParserUserError = 'Parece haver um erro no seu query SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema.';
$strSQLQuery = 'Comando SQL';
$strSQLResult = 'Resultado SQL';
$strSQPBugInvalidIdentifer = 'Identificador inválido';
$strSQPBugUnclosedQuote = 'Aspa não fechada';
$strSQPBugUnknownPunctuation = 'Pontuação desconhecida';
$strSave = 'Guarda';
$strSaveOnServer = 'Gravar no servidor na directoria %s';
$strScaleFactorSmall = 'O factor escala é muito pequeno para encaixar o esquema numa página';
$strSearch = 'Pesquisar';
$strSearchFormTitle = 'Pesquisar na Base de Dados';
$strSearchInTables = 'Dentro de Tabela(s):';
$strSearchNeedle = 'Palavra(s) ou valor(es) para pesquisar para (wildcard: "%"):';
$strSearchOption1 = 'pelo menos uma das palavras';
$strSearchOption2 = 'todas as palavras';
$strSearchOption3 = 'a frase exacta';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Procurar resultados para "<i>%s</i>" %s:';
$strSearchType = 'Procurar:';
$strSecretRequired = 'O ficheiro de configuração precisa agora de uma frase-passe secreta (blowfish_secret).';
$strSelectADb = 'Por favor seleccione uma base de dados';
$strSelectAll = 'Selecciona Todas';
$strSelectFields = 'Seleccione os campos (no mínimo 1)';
$strSelectNumRows = 'na pesquisa';
$strSelectTables = 'Seleccionar Tabelas';
$strSend = 'envia';
$strSent = 'Enviado';
$strServer = 'Servidor';
$strServerChoice = 'Escolha do Servidor';
$strServerStatus = 'Informação de Runtime';
$strServerStatusUptime = 'Este servidor de mySQL estar a correr há %s. Foi iniciado em/a %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variáveis';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Variáveis do servidor e configurações';
$strServerVersion = 'Versão do servidor';
$strSessionValue = 'Valor de sessão';
$strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", por favor introduza os valores no seguinte formato: \'a\',\'b\',\'c\'...<br />Se precisar de colocar uma barra invertida ("\") ou um apóstrofe ("\'") entre esses valores, coloque uma barra invertida antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Mostra';
$strShowAll = 'Mostrar tudo';
$strShowColor = 'Mostrar côr';
$strShowDatadictAs = 'Formato dos dados do dicionário';
$strShowFullQueries = 'Mostrar queries completos';
$strShowGrid = 'Mostrar grelha';
$strShowPHPInfo = 'Mostra informação do PHP';
$strShowTableDimension = 'Mostrar dimensão das tabelas';
$strShowTables = 'Mostra tabelas';
$strShowThisQuery = ' Mostrar de novo aqui este comando ';
$strShowingRecords = 'Mostrando registos ';
$strSimplifiedChinese = 'Chinês Simplificado';
$strSingly = '(A refazer após inserir/eliminar)';
$strSize = 'Tamanho';
$strSort = 'Ordenação';
$strSortByKey = 'Ordenar por chave';
$strSpaceUsage = 'Espaço ocupado';
$strSplitWordsWithSpace = 'As palavras são separadas pelo caracter espaço (" ").';
$strStatCheckTime = 'Verificação';
$strStatCreateTime = 'Criação';
$strStatUpdateTime = 'Actualização';
$strStatement = 'Itens';
$strStatus = 'Estado';
$strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados';
$strStrucDrop = 'Adiciona DROP TABLE';
$strStrucExcelCSV = 'dados CSV para MS Excel';
$strStrucOnly = 'Somente estrutura';
$strStructPropose = 'Propor uma estrutura de tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submete';
$strSuccess = 'O seu comando SQL foi executado com sucesso';
$strSum = 'Soma';
$strSwedish = 'Sueco';
$strSwitchToTable = 'Mudar para a tabela copiada';
 
$strTable = 'Tabela';
$strTableComments = 'Comentários da tabela';
$strTableEmpty = 'O nome da tabela está vazio!';
$strTableHasBeenDropped = 'A tabela %s foi eliminada';
$strTableHasBeenEmptied = 'A tabela %s foi limpa';
$strTableHasBeenFlushed = 'A tabela %s foi fechada';
$strTableMaintenance = 'Manutenção da tabela';
$strTableOfContents = 'Índice';
$strTableOptions = 'Opções da tabela';
$strTableStructure = 'Estrutura da tabela';
$strTableType = 'Tipo de tabela';
$strTables = '%s tabela(s)';
$strTblPrivileges = 'Privilégios específicos da tabela';
$strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode não ser editável ';
$strThai = 'Tailandês';
$strThisHost = 'Este Anfitrião';
$strThisNotDirectory = 'Isto não era uma directoria';
$strTime = 'Tempo';
$strTotal = 'total';
$strTotalUC = 'Total'; // (same in portuguese)
$strTraditionalChinese = 'Chinês Tradicional';
$strTraffic = 'Tráfego';
$strTransformation_image_jpeg__inline = 'Mostra uma miniatura clicável; opções: largura,altura em pixeis (mantém a proporção original)';
$strTransformation_image_jpeg__link = 'Mostra uma ligação para esta imagem (blob download directo , i.e.).';
$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline';
$strTransformation_text_plain__formatted = 'Preserva a formatação original do campo. Sem Escaping.';
$strTruncateQueries = 'Truncar os Queries mostrados';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Nenhum';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconhecido';
$strUnselectAll = 'Limpa Todas as Selecções';
$strUpdComTab = 'Consulte a Documentação sobre como actualizar a Tabela Column_comments Table';
$strUpdatePrivMessage = 'Actualizou os privilégios de %s.';
$strUpdateProfileMessage = 'O prefil foi actualizado.';
$strUpdateQuery = 'Actualiza Comando SQL';
$strUpgrade = 'deve actualizar para %s %s ou mais recente.';
$strUsage = 'Utilização';
$strUseBackquotes = 'Usar apóstrofes com os nomes das tabelas e campos';
$strUseHostTable = 'Usar a tabela do anfitrião';
$strUseTables = 'Usar Tabelas';
$strUseTextField = 'Usar campo de texto';
$strUseThisValue = 'Usar este valor';
$strUser = 'Utilizador';
$strUserAlreadyExists = 'O utilizador %s já existe!';
$strUserEmpty = 'O nome do utilizador está vazio!';
$strUserName = 'Nome do Utilizador';
$strUserNotFound = 'O utilizador selecionado não se encontra na tabela de privilégios.';
$strUsersDeleted = 'Os utilizadores selecionado foram apagados com sucesso.';
$strUsersHavingAccessToDb = 'Utilizadores que tem acesso a &quot;%s&quot;';
 
$strValidateSQL = 'Validar SQL';
$strValue = 'Valor';
$strVar = 'Variável';
$strViewDump = 'Ver o esquema da tabela';
$strViewDumpDB = 'Ver o esquema da base de dados';
 
$strWebServerUploadDirectory = 'Directoria no servidor web para fazer upload';
$strWebServerUploadDirectoryError = 'Não é possivel alcançar a directoria que configurou para fazer upload';
$strWelcome = 'Bemvindo ao %s';
$strWestEuropean = 'Europeu de Oeste';
$strWithChecked = 'Com os seleccionados:';
$strWritingCommentNotPossible = 'Não é possível escrever comentário';
$strWritingRelationNotPossible = 'Não é possível escrever relação';
$strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.';
 
$strXML = 'XML';// (Same in portuguese)
 
$strYes = 'Sim';
 
$strZeroRemovesTheLimit = 'Nota: Configurar estas opções para 0 (zero) remove o limite.';
$strZip = '"Compressão zip"';
 
// To translate:
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$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
 
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCollation = 'Collation'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
 
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
 
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
 
$strLatexLabel = 'Label key';//to translate
 
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSuper = 'Permite connectiong, 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
 
 
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$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
$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
$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
$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
$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
$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
 
$strUserOverview = 'User overview'; //to translate
 
$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
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
 
$strWildcard = 'wildcard'; //to translate
$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'; //to translate
 
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/remove_message.sh
0,0 → 1,23
#!/bin/bash
# $Id: remove_message.sh,v 2.0 2003/11/18 15:20:39 nijel Exp $
#
# Shell script that removes a message from all message files (Lem9)
# it checks for the message, followed by a space
#
# Example: remove_message.sh 'strMessageToRemove'
#
 
if [ $# -ne 1 ] ; then
echo "usage: remove_message.sh 'strMessageToRemove'"
exit 1
fi
for file in *.inc.php
do
echo "lines before:" `wc -l $file`
grep -v "$1 " ${file} > ${file}.new
rm $file
mv ${file}.new $file
echo " lines after:" `wc -l $file`
done
echo " "
/Web/Maintenance/phpMyAdmin/lang/romanian-iso-8859-1.inc.php
0,0 → 1,981
<?php
/* $Id: romanian-iso-8859-1.inc.php,v 2.118.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sa');
$month = array('Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 'Iul', 'Aug', 'Sep', 'Oct', 'Noi', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$timespanfmt = '%s zile, %s ore, %s minute si %s secunde';
 
$strAPrimaryKey = 'A fost adaugat o cheie primara la %s';
$strAbortedClients = 'Intrerupt';
$strAbsolutePathToDocSqlDir = 'Va rugam introduceti calea absoluta al serverului web la directorul docSQL';
$strAccessDenied = 'Acces interzis';
$strAccessDeniedExplanation = 'phpMyAdmin a incercat sa se conecteze la serverul de MySQL dar acesta a respins conexiunea. Ar trebui verificat daca datele din config.inc.php sunt corecte.';
$strAction = 'Actiune';
$strAddAutoIncrement = 'Adauga valoare pentru AUTO_INCREMENT';
$strAddConstraints = 'Adauga constrangere';
$strAddDeleteColumn = 'Adauga/Sterge coloane';
$strAddDeleteRow = 'Adauga/Sterge criteriu';
$strAddDropDatabase = 'Adaugare optiune STERGE BAZA DE DATE';
$strAddFields = 'Adauga %s camp(uri)';
$strAddHeaderComment = 'Adaugare comentariu la header (\\n inseamna delimitare de rand)';
$strAddIfNotExists = 'Adaugare DACA NU EXISTA';
$strAddIntoComments = 'Adaugare la comentarii';
$strAddNewField = 'Adauga camp nou';
$strAddPrivilegesOnDb = 'Adauga drepturi la baza de date urmatoare';
$strAddPrivilegesOnTbl = 'Adauga drepturi la urmatorul tabel';
$strAddSearchConditions = 'Adauga conditie de cautare (parte a comenzii "where"):';
$strAddToIndex = 'Adauga la coloana(ele) index &nbsp;%s&nbsp;';
$strAddUser = 'Adauga un utilizator nou';
$strAddUserMessage = 'Ati adaugat un nou utilizator.';
$strAddedColumnComment = 'Sa adaugat comentariu la coloana';
$strAddedColumnRelation = 'Sa adaugat o relatie la coloana';
$strAdministration = 'Administrare';
$strAffectedRows = 'Linii afectate:';
$strAfter = 'Dupa %s';
$strAfterInsertBack = 'Revenire';
$strAfterInsertNewInsert = 'Adauga o noua inregistrare';
$strAfterInsertNext = 'Editeaza randul urmator';
$strAfterInsertSame = 'Inapoi la aceasta pagina';
$strAll = 'Toate';
$strAllTableSameWidth = 'arata toate tabelele cu aceeasi marime?';
$strAlterOrderBy = 'Alterare ordine tabel dupa (Alter table order by)';
$strAnIndex = 'A fost adaugat un index la %s';
$strAnalyzeTable = 'Analizare tabel';
$strAnd = 'Si (And)';
$strAny = 'Oricare';
$strAnyHost = 'Oricare host';
$strAnyUser = 'Oricare utilizator';
$strApproximateCount = 'Poate fi aproximativ. Vezi FAQ 3.11';
$strArabic = 'Arabic';
$strArmenian = 'Armenian';
$strAscending = 'Crescatoare';
$strAtBeginningOfTable = 'La inceputul tabelului';
$strAtEndOfTable = 'La sfarsitul tabelului';
$strAttr = 'Proprietati';
$strAutodetect = 'Autodetectare';
$strAutomaticLayout = 'Layout automat';
 
$strBack = 'Inapoi';
$strBaltic = 'Baltic';
$strBeginCut = 'DE TAIAT - INCEPUT';
$strBeginRaw = 'INCEPUT RAW';
$strBinLogEventType = 'Tip eveniment';
$strBinLogInfo = 'Informatie';
$strBinLogName = 'Denumire Log';
$strBinLogOriginalPosition = 'Pozitie originala';
$strBinLogPosition = 'Pozitie';
$strBinLogServerId = 'Server ID';
$strBinary = 'Binar';
$strBinaryDoNotEdit = 'Binar - a nu se edita';
$strBinaryLog = 'Binary log';
$strBookmarkAllUsers = 'Permite tuturor utilizatorilor sa acceseze acest bookmark';
$strBookmarkDeleted = 'Eticheta a fost stearsa.';
$strBookmarkLabel = 'Eticheta - Label';
$strBookmarkQuery = 'Comanda SQL salvata (Bookmarked SQL-query)';
$strBookmarkThis = 'Salveaza aceasta comanda SQL';
$strBookmarkView = 'Numai vizualizare';
$strBrowse = 'Navigare';
$strBrowseForeignValues = 'Cauta printre valori necunoscute';
$strBulgarian = 'Bulgar';
$strBzError = 'phpMyAdmin nu a reusit sa compreseze acest dump din cauza unei extensii Bz2 invalide in aceasta versiune php. Va recomandam sa setati directiva <code>$cfg[\'BZipDump\']</code> in in fisierul de configurare phpMyAdmin la <code>FALSE</code>. Daca doriti sa utilizati caracteristicile de compresie Bz2 va trebui sa upgradati la o versiune mai noua de php. Pentru detalii revedeti raportul de erori php %s.';
$strBzip = '"bzipped"';
 
$strCSVOptions = 'Optiuni CSV';
$strCalendar = 'Calendar';
$strCannotLogin = 'Nu pot face conexiunea catre serverul MySQL';
$strCantLoad = 'nu se poate incarca %s extensia,<br />va rugam verificati configuratia PHP.';
$strCantLoadRecodeIconv = 'Nu pot incarca extensia iconv sau recode necesar pentru conversia de caractere, configureaza PHP pentru a permite folosirea acestor extensii sau dezactiveaza conversia de caractere din phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Nu poti redenumi index-ul la un nume PRIMARY!';
$strCantUseRecodeIconv = 'Nu pot folosi functiile iconv nici libiconv nici recode_string in timp ce extensia este incarcata. Verifica configuratia PHP.';
$strCardinality = 'Cardinalitate';
$strCaseInsensitive = 'caz-insenzitiv';
$strCaseSensitive = 'caz-senzitiv';
$strCentralEuropean = 'European de est';
$strChange = 'Schimbare';
$strChangeCopyMode = 'Creaza un utilizatoru nou cu acelasi privilegii si...';
$strChangeCopyModeCopy = '... mentine cel vechi.';
$strChangeCopyModeDeleteAndReload = ' ... sterge cel vechi din tabela de utilizatori si reincarca privilegiile.';
$strChangeCopyModeJustDelete = ' ... sterge cel vechi din tabela de utilizatori.';
$strChangeCopyModeRevoke = ' ... revoca toate privilegiile active de la utilizatorul vechi si sterge-l dupa aceea.';
$strChangeCopyUser = 'Schimba informatiile de autentificare / Copiaza utilizator';
$strChangeDisplay = 'Selecteaza un camp';
$strChangePassword = 'Schimbare parola';
$strCharset = 'Set de caractere';
$strCharsetOfFile = 'Setul de caractere a fisierului:';
$strCharsets = 'Set de caractere';
$strCharsetsAndCollations = 'Set de caractere si gestionarea acestora';
$strCheckAll = 'Marcheaza toate';
$strCheckOverhead = 'Verificare depasit';
$strCheckPrivs = 'Verifica privilegiile';
$strCheckPrivsLong = 'Verifica privilegiile pentru baza de date &quot;%s&quot;.';
$strCheckTable = 'Verificare tabel';
$strChoosePage = 'Selecteaza o pagina pentru a fi editata';
$strColComFeat = 'Arata comentariile coloanei';
$strCollation = 'Gestionare';
$strColumnNames = 'Numele coloanelor';
$strColumnPrivileges = 'Drepturi specifice de coloana';
$strCommand = 'Comanda';
$strComments = 'Comentarii';
$strCommentsForTable = 'COMENTARII PENTRU TABEL';
$strCompatibleHashing = 'Compatibil MySQL&nbsp;4.0';
$strCompleteInserts = 'Rezolva inserarea';
$strCompression = 'Compresie';
$strConfigFileError = 'phpMyAdmin nu poate citi corect fisierul de configuratie! <br />Acesta se poate intampla in cazul in care PHP nu poate gasi fisierul sau nu o poate parsa corect. <br />Vezi configuratia fisierului apasand pe linkul de mai jos si citeste cu atentie erorile aparute ... In cele mai multe cazuri lipsesc apostroful sau ghilimele.<br />Daca primesti o pagina goala, totul pare sa fie bine.';
$strConfigureTableCoord = 'Configureaza coordonatelepentru tabela %s';
$strConnectionError = 'Conexiune esuata: setari invalide.';
$strConnections = 'Conexiuni';
$strConstraintsForDumped = 'Restrictii pentru tabele sterse';
$strConstraintsForTable = 'Restrictii pentru tabele';
$strCookiesRequired = 'Trebuie sa aveti activat "cookies".';
$strCopyDatabaseOK = 'Baza de date %s a fost copiata la %s';
$strCopyTable = 'Copiaza tabela la (database<b>.</b>table):';
$strCopyTableOK = 'Tabelul %s a fost copiat la %s.';
$strCopyTableSameNames = 'Nu se poate copia tabelul pe cel existent pentru ca este acelasi';
$strCouldNotKill = 'phpMyAdmin n-a reusit sa opreasca firul de executie %s. Probabil a fost deja oprit.';
$strCreate = 'Creaza';
$strCreateIndex = 'Creaza un index pe&nbsp;%s&nbsp;coloana';
$strCreateIndexTopic = 'Creaza un nou index';
$strCreateNewDatabase = 'Creaza baza de date noua';
$strCreateNewTable = 'Creaza tabela noua in baza de date %s';
$strCreatePage = 'Creaza o noua pagina';
$strCreatePdfFeat = 'Creare de PDF';
$strCreationDates = 'Creare/Reinnoire/Verificare data';
$strCriteria = 'Criteriu';
$strCroatian = 'Croat';
$strCyrillic = 'Cyrillic';
$strCzech = 'Ceh';
$strCzechSlovak = 'Czech-Slovak';
 
$strDBComment = 'Comentarii referitoare la baza de date: ';
$strDBCopy = 'Copiaza baza de date';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Afisari';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Timp maxim, ms';
$strDBGMinTimeMs = 'Timp minim, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Timp/Afisare, ms';
$strDBGTotalTimeMs = 'Timp total, ms';
$strDBRename = 'Redenumire baza de date in';
$strDanish = 'Danez';
$strData = 'Date';
$strDataDict = 'Dictionar de date';
$strDataOnly = 'Numai date';
$strDatabase = 'Baza de date';
$strDatabaseEmpty = 'Campul de denumire a bazei de date este gol!';
$strDatabaseExportOptions = 'Optiuni de exportare a bazei de date';
$strDatabaseHasBeenDropped = 'Baza de date %s a fost aruncat.';
$strDatabaseNoTable = 'Aceasta baza de date nu contine nici un tabel!';
$strDatabases = 'Baze de date';
$strDatabasesDropped = '%s baza(ele) de data(e) au fost aruncate.';
$strDatabasesStats = 'Statisticile bazelor de date';
$strDatabasesStatsDisable = 'Dezactiveaza statisticile';
$strDatabasesStatsEnable = 'Activeaza statisticile';
$strDatabasesStatsHeavyTraffic = 'Nota: Activarea statisticilor pentru baza de date, poate cauza cresterea traficului intre MySQL si serverul de web.';
$strDbPrivileges = 'Drepturi specifice de baza de date';
$strDbSpecific = 'specific bazei de date';
$strDefault = 'Setare de baza';
$strDefaultEngine = '%s este motorul de stocare setat prin default pe acest server MySQL.';
$strDefaultValueHelp = 'Pentru valorile implicite, va rugam introduceti o singura valoare, fara backslash, escape sau ghilimele, folosind formatul: a';
$strDefragment = 'Defragmentare tablela';
$strDelOld = 'Pagina curenta se leaga de tabele care nu mai exista. Doriti stergerea acestor legaturi?';
$strDelayedInserts = 'Foloseste inserari intarziate';
$strDelete = 'Sterge';
$strDeleteAndFlush = 'Sterge utilizatorii si reincarca drepturile pe urma.';
$strDeleteAndFlushDescr = 'Este cea mai simpla metoda, dar reincarcarea drepturilor s-ar putea sa dureze.';
$strDeleted = 'Linia a fost stearsa';
$strDeletedRows = 'Randuri sterse:';
$strDeleting = 'Sterge %s';
$strDescending = 'Descrescator';
$strDescription = 'Descriere';
$strDictionary = 'dictionar';
$strDisableForeignChecks = 'Dezactivare verificari de cheie straine';
$strDisabled = 'Dezactivat';
$strDisplayFeat = 'Arata facilitatile';
$strDisplayOrder = 'Ordine de afisare:';
$strDisplayPDF = 'Arata schema PDF';
$strDoAQuery = 'Executa un "query by example" (wildcard: "%")';
$strDoYouReally = 'Sunteti sigur ca doriti sa ';
$strDocu = 'Documentatie';
$strDrop = 'Arunca';
$strDropDatabaseStrongWarning = 'Sunteti pe cale sa DISTRUGETI o intreaga baza de date!';
$strDropUsersDb = 'Arunca baza de date care are acelasi nume ca un utilizator.';
$strDumpSaved = 'Copia a fost salvata in fisierul %s.';
$strDumpXRows = 'Arunca %s randuri incepand de la randul %s.';
$strDumpingData = 'Salvarea datelor din tabel';
$strDynamic = 'dinamic';
 
$strEdit = 'Editare';
$strEditPDFPages = 'Editeaza paginile PDF';
$strEditPrivileges = 'Editeaza drepturile de acces';
$strEffective = 'Efectiv';
$strEmpty = 'Goleste';
$strEmptyResultSet = 'MySQL a dat un set de rezultate gol (ex. zero linii).';
$strEnabled = 'Activat';
$strEncloseInTransaction = 'Cuprinde exportare intr-o tranzactie';
$strEnd = 'Sfarsit';
$strEndCut = 'DE TAIAT - SFARSIT';
$strEndRaw = 'SFARSIT RAW';
$strEngineAvailable = '%s este disponibil pentru acest server de MySQL.';
$strEngineDisabled = '%s a fost dezactivat pentru acest server de MySQL.';
$strEngineUnsupported = 'Acest server MySQL nu suporta motorul de stocare %s.';
$strEngines = 'Motoare';
$strEnglish = 'Englez';
$strEnglishPrivileges = ' Important: numele drepturilor de acces MySQL apar in engleza ';
$strError = 'Eroare';
$strEscapeWildcards = 'Wildcard-urile _ si % trebuiesc insotite de \ pentru a le aplica';
$strEstonian = 'Estonian';
$strExcelEdition = 'Editia Excel';
$strExcelOptions = 'Optiuni Excel';
$strExecuteBookmarked = 'Executare comanda marcata';
$strExplain = 'Explica SQL';
$strExport = 'Export';
$strExtendedInserts = 'Inserari extinse';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Incercari nereusite';
$strField = 'Camp';
$strFieldHasBeenDropped = 'Campul %s a fost aruncat';
$strFields = 'Campuri';
$strFieldsEmpty = ' Rezultat gol ';
$strFieldsEnclosedBy = 'Campuri incadrate de';
$strFieldsEscapedBy = 'Campuri realizate de';
$strFieldsTerminatedBy = 'Campuri terminate de';
$strFileAlreadyExists = 'Fisierul %s exista deja pe server, schimba denumirea fisierului sau bifeaza optiunea de suprascriere.';
$strFileCouldNotBeRead = 'Fisierul nu poate fi citit';
$strFileNameTemplate = 'Sablon nume fisier';
$strFileNameTemplateRemember = 'tine minte template';
$strFixed = 'fixat';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin foloseste privilegiile utilizatorilor direct din tabela de privilegii din MySQL. Continutul acestei tabele poate diferi de cel original. In acest caz, reincarca de aici inainte de a continua %sreincarcarea drepturilor%s.';
$strFlushTable = 'Curatarea tabelului ("FLUSH")';
$strFormEmpty = 'Valoarea lipseste in formular !';
$strFormat = 'Format';
$strFullText = 'Texte intregi';
$strFunction = 'Functie';
 
$strGenBy = 'Generat de';
$strGenTime = 'Timp de generare';
$strGeneralRelationFeat = 'Facilitati generale';
$strGeorgian = 'Georgian';
$strGerman = 'German';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilegii globale';
$strGlobalValue = 'Valoare globala';
$strGo = 'Executa';
$strGrantOption = 'Grant';
$strGreek = 'Grec';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'a fost alterat.';
$strHasBeenCreated = 'a fost creat.';
$strHaveToShow = 'Trebuie sa alegi cel putin o coloana pentru a putea afisa';
$strHebrew = 'Ebraica';
$strHexForBinary = 'Foloseste hexadecimal pentru campuri binary';
$strHome = 'Pagina de start';
$strHomepageOfficial = 'Pagina oficiala phpMyAdmin';
$strHost = 'Gazda (Host)';
$strHostEmpty = 'Numele de gazda este gol!';
$strHungarian = 'Unguresc';
 
$strIcelandic = 'Islandic';
$strId = 'ID';
$strIdxFulltext = 'Tot textul';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizati ignorare inserari';
$strIgnoringFile = 'Fisier %s ignorat';
$strImportDocSQL = 'Import de fisiere docSQL';
$strImportFiles = 'Import de fisiere';
$strInUse = 'in folosinta';
$strIndex = 'Index';
$strIndexHasBeenDropped = 'Index %s a fost aruncat';
$strIndexName = 'Nume index&nbsp;:';
$strIndexType = 'Tip index&nbsp;:';
$strIndexWarningMultiple = 'S-a creat mai mult de o cheie %s la coloana `%s`';
$strIndexWarningPrimary = 'Cheile PRIMARY si INDEX nu trebuiesc setate ambele la coloana `%s`';
$strIndexWarningTable = 'Probleme cu indexul tabelului `%s`';
$strIndexWarningUnique = 'Cheile UNIQUE si INDEX nu trebuiesc setate ambele la coloana `%s`';
$strIndexes = 'Indexuri';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Configurarea ta contine setarile ce baza (utilizator root fara parola). Serverul MySQL poate fi astfel vulnerabil, neaparat sa repari aceasta greseala.';
$strInsert = 'Inserare';
$strInsertAsNewRow = 'Insereaza ca o noua linie';
$strInsertNewRow = 'Insereaza o noua linie';
$strInsertedRowId = 'ID rand inserat:';
$strInsertedRows = 'Randuri inserate:';
$strInternalNotNecessary = '* Nu se cere o relatie interna in cazul in care exista si in InnoDB.';
$strInternalRelations = 'Relatii interne';
 
$strJapanese = 'Japonez';
$strJumpToDB = 'Sari la baza de date &quot;%s&quot;.';
$strJustDelete = 'Sterge utilizatorii din tabelele de drepturi.';
$strJustDeleteDescr = 'Utilizatorii &quot;stersi&quot; vor avea acces la server la fel ca pana acum pana ce drepturile sunt reincarcate.';
 
$strKeepPass = 'Nu schimbati parola';
$strKeyname = 'Nume cheie';
$strKill = 'Opreste';
$strKorean = 'Corean';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Optiuni LaTeX';
$strLandscape = 'Landscape';
$strLatexCaption = 'Captura tabel';
$strLatexContent = 'Continutul tabelului __TABLE__';
$strLatexContinued = '(continuare)';
$strLatexContinuedCaption = 'Continuare captura tabel';
$strLatexIncludeCaption = 'Include captura tabel';
$strLatexLabel = 'Tasta label';
$strLatexStructure = 'Structura tabelului __TABLE__';
$strLatvian = 'Leton';
$strLengthSet = 'Lungime/Setare';
$strLimitNumRows = 'Numarul de inregistrari de pe pagina';
$strLinesTerminatedBy = 'Linii terminate de';
$strLinkNotFound = 'Legatura invalida';
$strLinksTo = 'Trimitere la';
$strLithuanian = 'Lituanian';
$strLocalhost = 'Local';
$strLocationTextfile = 'Locatia fisierului text';
$strLogPassword = 'Parola:';
$strLogServer = 'Server';
$strLogUsername = 'Nume utilizator:';
$strLogin = 'Autentificare';
$strLoginInformation = 'Informatii de autentificare';
$strLogout = 'Deconectare';
$strLongOperation = 'Aceasta operatie poate dura mult. Doriti totusi sa fie executata?';
 
$strMIMETypesForTable = 'MIME TYPES PENTRU TABEL';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Tipuri MIME disponibile';
$strMIME_available_transform = 'Informatii disponibile';
$strMIME_description = 'Descriere';
$strMIME_nodescription = 'Nu este disponibila nici o descriere pentru aceasta transformare.<br />Intrebati autorul de functiile indeplinite de %s.';
$strMIME_transformation = 'Transformare browser';
$strMIME_transformation_note = 'Pentru lista optiunilor de transformare disponibile si transformarile MIME-type, apasati pe %stransformation descriptions%s';
$strMIME_transformation_options = 'Optiuni de transformare';
$strMIME_transformation_options_note = 'Introduceti valorile pentru optiunile de transformare utilizand acest format: \'a\',\'b\',\'c\'...<br />Daca trebuie sa folositi backslash ("\") sau apostrof ("\'") in aceste valori, introduceti un backslashes (ex. \'\\\\xyz\' sau \'a\\\'b\').';
$strMIME_without = 'Tipurile MIME listate inclinat nu au o functie de transformare separata';
$strMaximumSize = 'Marime maxima: %s%s';
$strMbExtensionMissing = 'Nu s-a gasit extensia PHP mbstring si se pare ca folositi set de charactere multibyte. Fara extensia mbstring, phpMyAdmin nu poate diviza stringurile corect si acesta poate duce la rezultate neasteptate.';
$strMbOverloadWarning = 'Ati activat mbstring.func_overload in configuratia PHP. Aceasta optiune nu este compatibila cu phpMyAdmin si poate duce la pierderea unor date!';
$strModifications = 'Modificarile au fost salvate';
$strModify = 'Modificare';
$strModifyIndexTopic = 'Modifica un index';
$strMoveTable = 'Muta tabela la (database<b>.</b>table):';
$strMoveTableOK = 'Tabela %s a fost mutat la %s.';
$strMoveTableSameNames = 'Nu se poate copia tabelul pe cel existent pentru ca este acelasi!';
$strMultilingual = 'Poliglot';
$strMyISAMDataPointerSize = 'Marime data pointer';
$strMyISAMDataPointerSizeDesc = 'Marimea pointer default in byti, care este folosit de CREATE TABLE pentru tabelele MyISAM atunci cand nu este specificat nici o optiune MAX_ROWS.';
$strMyISAMMaxExtraSortFileSize = 'Marimea maxima pentru fisierele temporare la crearea indexului';
$strMyISAMMaxExtraSortFileSizeDesc = 'Daca fisierul temporar utilizat pentru crearea rapida a indexului MyISAM ar fi mai mare decat daca s-ar utiliza cache-ul key. Se prefera utilizarea metodei key cache.';
$strMyISAMMaxSortFileSize = 'Marimea maxima pentru fisierele de sortare temporare';
$strMyISAMMaxSortFileSizeDesc = 'Marimea maxima pentru fisierul temporar care este permisa in MySQL in timpul recrearii unui index MyISAM (in timpul operatiunilor REPAIR TABLE, ALTER TABLE, sau LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Mod de recuperare automat';
$strMyISAMRecoverOptionsDesc = 'Modul pentru recuperarea automata a tabelelor MyISAM deteriorate, setat prin optiunea startup --myisam-recover server.';
$strMyISAMRepairThreads = 'Repara firele de executie';
$strMyISAMRepairThreadsDesc = 'Daca aceasta valoare este mai mare decat 1, indexurile de tabel MyISAM sunt create in paralel (fiecare index in firul de executie propriu) in tipul operatiunii de reparare prin procesul de sortare.';
$strMyISAMSortBufferSize = 'Sortare marime buffer';
$strMyISAMSortBufferSizeDesc = 'Bufferul alocat la sortarea indexurilor MyISAM in timpul unei operatiuni REPAIR TABLE sau la crearea indexurilor cu CREATE INDEX sau ALTER TABLE.';
$strMySQLCharset = 'Setul de caractere MySQL';
$strMySQLSaid = 'MySQL zice: ';
$strMySQLShowProcess = 'Afiseaza procesele';
$strMySQLShowStatus = 'Afiseaza informatiile runtime MySQL';
$strMySQLShowVars = 'Afiseaza variabilele de sistem MySQL';
 
$strName = 'Nume';
$strNext = 'Urmatorul';
$strNo = 'Nu';
$strNoActivity = 'Nu ati avut activitate de mai mult de %s seconde, va rugam sa va autentificati din nou';
$strNoDatabases = 'Nu sunt baze de date';
$strNoDatabasesSelected = 'Nu este selectat nici o baza de date.';
$strNoDescription = 'Nu exista descriere';
$strNoDetailsForEngine = 'Nu exista informatii detaliate legate de status disponibile pentru motorul de stocare.';
$strNoDropDatabases = 'Comenzile "DROP DATABASE" sunt dezactivate.';
$strNoExplain = 'Sari peste explicarea SQL';
$strNoFrames = 'phpMyAdmin are o interfata mai prietenoasa cu navigator care lucreaza cu <b>frame-uri</b>.';
$strNoIndex = 'Index nu este definit!';
$strNoIndexPartsDefined = 'Nu sunt definite parti din index!';
$strNoModification = 'Nici o schimbare';
$strNoOptions = 'Acest format nu are optiuni';
$strNoPassword = 'Nu exista parola';
$strNoPermission = 'Serverul web nu poate salva fisierul %s.';
$strNoPhp = 'fara cod PHP';
$strNoPrivileges = 'Nu exista drepturi de acces';
$strNoRights = 'Nu detineti drepturi de acces pentru a va afla aici!';
$strNoRowsSelected = 'Nu e nici un rand selectat';
$strNoSpace = 'Spatiu insuficient pentru salvarea fisierului %s.';
$strNoTablesFound = 'Nu s-a gasit nici un tabel in baza de date.';
$strNoThemeSupport = 'Nu exista suport pentru themes, va rugam verificati configuratia si/sau designurile in directorul %s.';
$strNoUsersFound = 'Nu s-a gasit nici un utilizator.';
$strNoValidateSQL = 'Sari peste validarea SQL';
$strNone = 'Nici unul(a)';
$strNotNumber = 'Acesta nu este un numar!';
$strNotOK = 'Nu este bine';
$strNotSet = '<b>%s</b> tabela nu a fost gasita sau nu este setat in %s';
$strNull = 'Nul';
$strNumSearchResultsInTable = '%s rezultat(e) in interiorul tabelei <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> rezultat(e)';
$strNumTables = 'Tabele';
 
$strOK = 'E bine';
$strOperations = 'Operatii';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimizare tabel';
$strOr = 'Sau';
$strOverhead = 'Asupra';
$strOverwriteExisting = 'Suprascrie fisier(e) existent(e)';
 
$strPHP40203 = 'Folosesti PHP 4.2.3, server care are un bug major la multi-byte strings (mbstring). Vezi PHP bug report la 19404. Aceasta versiune de PHP nu este recomandat de folosit cu phpMyAdmin.';
$strPHPVersion = 'Versiune PHP';
$strPageNumber = 'Numarul paginii:';
$strPaperSize = 'Marime hartie';
$strPartialText = 'Texte partiale';
$strPassword = 'Parola';
$strPasswordChanged = 'Parola pentru %s a fost schimbata cu succes.';
$strPasswordEmpty = 'Parola este goala!';
$strPasswordNotSame = 'Parolele nu corespund!';
$strPdfDbSchema = 'Schema bazei de date "%s" - Pagina %s';
$strPdfInvalidTblName = 'Tabela "%s" nu exista!';
$strPdfNoTables = 'Nu exista tabele';
$strPerHour = 'pe ora';
$strPerMinute = 'pe minute';
$strPerSecond = 'pe secunde';
$strPersian = 'Persian';
$strPhoneBook = 'carte de telefoane';
$strPhp = 'Creaza cod PHP';
$strPmaDocumentation = 'Documentatie phpMyAdmin';
$strPmaUriError = 'Directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TREBUIE sa fie setat in fisierul de configurare!';
$strPolish = 'Polononez';
$strPortrait = 'Portrait';
$strPos1 = 'Incepe';
$strPrevious = 'Anterior';
$strPrimary = 'Primar';
$strPrimaryKeyHasBeenDropped = 'Cheia primara a fost aruncat';
$strPrimaryKeyName = 'Numele cheii primare trebuie sa fie ... PRIMARY!';
$strPrimaryKeyWarning = '("Numele PRIMARY" <b>trebuie</b> sa fie <b>numai la</b> cheie primara!)';
$strPrint = 'Listare';
$strPrintView = 'Viziualizare imprimare';
$strPrintViewFull = 'Vizualizare listare4 (impreuna cu text)';
$strPrivDescAllPrivileges = 'Include toate privilegiile, excluzand GRANT.';
$strPrivDescAlter = 'Permite alterarea structurii la tabelele deja existente.';
$strPrivDescCreateDb = 'Permite crearea de noi baze de date si tabele.';
$strPrivDescCreateTbl = 'Permite crearea de noi tabele.';
$strPrivDescCreateTmpTable = 'Permite crearea de tabele temporare.';
$strPrivDescDelete = 'Permite stergere de date.';
$strPrivDescDropDb = 'Permite stergerea unei baze de date sau a unor tabele.';
$strPrivDescDropTbl = 'Permite aruncarea a unei baze de date.';
$strPrivDescExecute = 'Permite rularea procedurilor stocate; Nu are efect in aceasta versiune MySQL.';
$strPrivDescFile = 'Permite importarea datelor in fisiere si exportarea acestora din fisiere.';
$strPrivDescGrant = 'Permite adaugarea utilizatorilor si drepturilor fara reincarcarea tabelelor de drepturi.';
$strPrivDescIndex = 'Permite crearea si stergerea indexelor.';
$strPrivDescInsert = 'Permite inserarea si inlocuirea datelor.';
$strPrivDescLockTables = 'Permite blocarea tabelelor din firul curent de executie.';
$strPrivDescMaxConnections = 'Limiteaza numarul de noi conexiuni care pot fi deschise de utilizator intr-o ora.';
$strPrivDescMaxQuestions = 'Limiteaza numarul de comenzi care pot fi trimise de utilizator catre server intr-o ora.';
$strPrivDescMaxUpdates = 'Limiteaza numarul de comenzi pentru schimbarea vreunui tabel sau vreunei baza de date executabile de utilizator intr-o ora.';
$strPrivDescProcess3 = 'Permite oprirea proceselor altor utilizatori.';
$strPrivDescProcess4 = 'Permite vizualizarea comenzilor procesate in lista.';
$strPrivDescReferences = 'Nu are efect in aceasta versiune MySQL.';
$strPrivDescReload = 'Permite reincarcarea setarilor de server si golirea memoriei cache a serverului.';
$strPrivDescReplClient = 'Permite utilizatorului de a interoga locatia slave/master.';
$strPrivDescReplSlave = 'Necesara pentru slave replication.';
$strPrivDescSelect = 'Permite citirea datelor.';
$strPrivDescShowDb = 'Permite accesul la lista completa a bazelor de date.';
$strPrivDescShutdown = 'Permite oprirea serverului.';
$strPrivDescSuper = 'Permite conoxiuni, chiar daca s-a atins numarul maxim de conexiuni; Necesara pentru majoritatea operatiunilor administrative cum ar fi setarea variabilelor globale sau oprirea fierlor de executie a altor utilizatori.';
$strPrivDescUpdate = 'Permite schimbarea datelor.';
$strPrivDescUsage = 'Fara drepturi.';
$strPrivileges = 'Drepturi de acces';
$strPrivilegesReloaded = 'Drepturile au fost reincarcate cu succes.';
$strProcesslist = 'Lista procese';
$strPutColNames = 'Pune numele filed-ului in primul rand';
 
$strQBE = 'Comanda prin exemplu (Query by Example)';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryFrame = 'Fereastra de comanda';
$strQueryOnDb = 'Comanda SQL pe baza de date <b>%s</b>:';
$strQuerySQLHistory = 'SQL-history';
$strQueryStatistics = '<b>Statistica interogari</b>: De la inceput, s-au trimis %s interogari la server.';
$strQueryTime = 'Comanda a durat %01.4f sec';
$strQueryType = 'Tip interogare';
$strQueryWindowLock = 'A nu se suprascrie peste aceasta interogare din cealalta fereastra';
 
$strReType = 'Re-type';
$strReceived = 'Receptionat';
$strRecords = 'Inregistrari';
$strReferentialIntegrity = 'Verificarea integritatii referentiei:';
$strRefresh = 'Reincarca';
$strRelationNotWorking = 'Optiunile aditionale pentru folosirea tabelelor intercalate (legate intre ele) au fost dezactivate. Pentru a afla de ce ... %shere%s.';
$strRelationView = 'Vizualizare relationala';
$strRelationalSchema = 'Schema relationala';
$strRelations = 'Legaturi';
$strRelationsForTable = 'RELATII PENTRU TABEL';
$strReloadMySQL = 'Reincarcare MySQL';
$strReloadingThePrivileges = 'Reincarcarea drepturilor';
$strRemoveSelectedUsers = 'Eliminarea utilizatorilor selectati';
$strRenameDatabaseOK = 'Baza de date %s a fost redenumita in %s';
$strRenameTable = 'Rename tabel la';
$strRenameTableOK = 'Tabelului %s i s-a dat un numele de %s';
$strRepairTable = 'Reparare tabel';
$strReplaceNULLBy = 'Inlocuire NULL cu';
$strReplaceTable = 'Inlocuieste datele tabelului cu fisier';
$strReset = 'Resetare';
$strResourceLimits = 'Limitare de resurse';
$strRevoke = 'Revocare';
$strRevokeAndDelete = 'Revocarea tuturor drepturilor active a utilizatorilor si stergerea acestora.';
$strRevokeAndDeleteDescr = 'Utilizatorii vor avea in continuare drepturi de UTILIZARE pana ce drepturile se reincarca.';
$strRevokeMessage = 'Drepturile tale au fost revocate pentru %s';
$strRomanian = 'Roman';
$strRowLength = 'Lungime linie';
$strRowSize = ' Marime linie ';
$strRows = 'Linie';
$strRowsFrom = 'linii incepand cu';
$strRowsModeFlippedHorizontal = 'orizontal (antet rotativ)';
$strRowsModeHorizontal = 'orizontal';
$strRowsModeOptions = 'in mod %s si repetare antet dupa %s celule';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Statisticile randului';
$strRunQuery = 'Trimite comanda';
$strRunSQLQuery = 'Run SQL query/queries pe baza de date %s';
$strRunning = 'ruland pe %s';
$strRussian = 'Rus';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'Compatibilitate SQL export';
$strSQLExportType = 'Modul de export';
$strSQLOptions = 'Optiuni SQL';
$strSQLParserBugMessage = 'Exista o posibilitate de a fi gasit un BUG in parserul SQL. Verifica atent inca o data comanda si verifica daca semnele specifice sunt corecte. O alta posibilitate ar putea fi punerea unui fisier binar in afara zonei de text. Poti incerca aceasta comanda si printr-o linie de comanda MySQL. Eroarea MySQL de mai jos, daca e vreuna, poate sa te ajute la diagnosticarea problemei. Daca in continuare ai probleme cu executarea comenzii, redu o parte din comanda la aceea parte care cauzeaza problema si raporteaza acesta ca un BUG in sectiunea DE TAIAT';
$strSQLParserUserError = 'Pare sa fie o eroare in comanda SQL. Eroarea MySQL de mai jos, daca e vreuna, poate sa te ajute la diagnosticarea problemei';
$strSQLQuery = 'Comanda SQL';
$strSQLResult = 'Rezultat SQL';
$strSQPBugInvalidIdentifer = 'Identificator invalid';
$strSQPBugUnclosedQuote = 'Citare neinchisa';
$strSQPBugUnknownPunctuation = 'Insiruire de punctuatie necunoscuta';
$strSave = 'Salveaza';
$strSaveOnServer = 'Salveaza pe server in directorul %s';
$strScaleFactorSmall = 'Factorul de scalare este prea mica pentru a inchepe in pagina';
$strSearch = 'Cauta';
$strSearchFormTitle = 'Cauta in baza de date';
$strSearchInTables = 'In interiorul tabelei(lor):';
$strSearchNeedle = 'Cuvant(e) sau valoare(ori) de cautat pentru (wildcard: "%"):';
$strSearchOption1 = 'cel putin una dintre cuvinte';
$strSearchOption2 = 'toate cuvintele';
$strSearchOption3 = 'fraza exacta';
$strSearchOption4 = 'ca o expresie';
$strSearchResultsFor = 'Cauta rezultate pentru "<i>%s</i>" %s:';
$strSearchType = 'Gaseste:';
$strSecretRequired = 'Fisierul de configurare necesita e expresie de protectie secreta (blowfish_secret).';
$strSelectADb = 'Selectati baza de date';
$strSelectAll = 'Selecteaza tot';
$strSelectBinaryLog = 'Selectati binary log pentru vizualizare';
$strSelectFields = 'Selecteaza campurile (cel putin unul):';
$strSelectNumRows = 'in comanda (in query)';
$strSelectTables = 'Selecteaza tabele';
$strSend = 'Trimite';
$strSent = 'Trimis';
$strServer = 'Server';
$strServerChoice = 'Alegerea serverului';
$strServerNotResponding = 'Serverul nu raspunde';
$strServerStatus = 'Informatii rulare';
$strServerStatusUptime = 'Acest server MySQL ruleaza de %s. S-a lansat la %s.';
$strServerTabProcesslist = 'Procese';
$strServerTabVariables = 'Variabile';
$strServerTrafficNotes = '<b>Server trafic</b>: Aceste tabele arata statistica de trafic in retea al acestui server MySQL de la lansare.';
$strServerVars = 'Variabile si setari de server';
$strServerVersion = 'Versiune server';
$strSessionValue = 'Valoare sesiune';
$strSetEnumVal = 'Daca campul este "enum" sau "set", va rugam adaugati valori folosind formatul: \'a\',\'b\',\'c\'...<br />Daca aveti nevoie sa puneti bara intoarsa (backslash) ("\") sau semnul ("\'") la aceste valori, folositi exemplul ( \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Afiseaza';
$strShowAll = 'Arata toate';
$strShowColor = 'Arata culoarea';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Afisare comanda intreaga';
$strShowGrid = 'Arata grila';
$strShowPHPInfo = 'Arata informatia PHP';
$strShowTableDimension = 'Arata dimensiunile tabelei';
$strShowTables = 'Arata tabelele';
$strShowThisQuery = ' Afiseaza aceasta comanda din nou aici ';
$strShowingRecords = 'Afiseaza inregistrari';
$strSimplifiedChinese = 'Chineza simplificata';
$strSingly = '(singly)';
$strSize = 'Marime';
$strSlovak = 'Slovac';
$strSlovenian = 'Sloven';
$strSort = 'Sortare';
$strSortByKey = 'Sortare dupa tasta';
$strSpaceUsage = 'Utilizare spatiu';
$strSpanish = 'Spaniola';
$strSplitWordsWithSpace = 'Cuvinte sparte de un spatiu (" ").';
$strStatCheckTime = 'Ultima verficare';
$strStatCreateTime = 'Creatie';
$strStatUpdateTime = 'Ultimul update';
$strStatement = 'Comenzi';
$strStatus = 'Status';
$strStorageEngine = 'Motor de stocare';
$strStorageEngines = 'Motoare de stocare';
$strStrucCSV = 'Date CSV';
$strStrucData = 'Structura si date';
$strStrucDrop = 'Adauga \'salveaza tabel\'';
$strStrucExcelCSV = 'Date CSV pentru MS Excel';
$strStrucNativeExcel = 'Date native MS Excel';
$strStrucOnly = 'Numai structura';
$strStructPropose = 'Propune structura de tabele';
$strStructure = 'Structura';
$strSubmit = 'Trimite';
$strSuccess = 'Comanda dumneavoastra SQL a fost executata cu succes';
$strSum = 'Sum';
$strSwedish = 'Suedez';
$strSwitchToDatabase = 'Schimba la tabela copiata';
$strSwitchToTable = 'Schimba la tabela copiata';
 
$strTable = 'Tabel';
$strTableComments = 'Comentarii tabel';
$strTableEmpty = 'Numele de tabel este gol!';
$strTableHasBeenDropped = 'Tabelul %s a fost aruncat';
$strTableHasBeenEmptied = 'Tabelul %s a fost golit';
$strTableHasBeenFlushed = 'Tabelul %s a fost curatat';
$strTableMaintenance = 'Administrare tabel';
$strTableOfContents = 'Sumar';
$strTableOptions = 'Optiuni tabel';
$strTableStructure = 'Structura de tabel pentru tabelul';
$strTableType = 'Tipul tabelului';
$strTables = '%s tabele';
$strTakeIt = 'alege';
$strTblPrivileges = 'Drepturi specifice de tabele';
$strTextAreaLength = ' Datorita lungimii sale, <br /> acest camp s-ar putea sa nu fie editabil';
$strThai = 'Tailandez';
$strTheme = 'Sablon / Stil';
$strThisHost = 'Acest Host';
$strThisNotDirectory = 'Acesta nu este un director';
$strThreadSuccessfullyKilled = 'Firul de executie %s a fost oprit cu succes.';
$strTime = 'Timp';
$strToggleScratchboard = 'dezactivare scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chineza Traditionala';
$strTraditionalSpanish = 'Spaniola traditionala';
$strTraffic = 'Trafic';
$strTransformation_application_octetstream__download = 'Afiseaza un link pentru descarcarea datelor binare a unui camp. Prima optiune este denumirea fisierului binar. A doua optiune este o denumire posibila pentru un rand de tabel care contine denumirea de fisier. Daca setati si o a doua optiune, trebuie sa aveti prima optiune setata ca si empty string';
$strTransformation_image_jpeg__inline = 'Afiseaza o imagine mica clicabila ; optiuni: latime, inaltime in pixeli (metine dimensiunile originale)';
$strTransformation_image_jpeg__link = 'Afiseaza un link la imagine (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'Vezi imagine/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Ia un camp TIME, TIMESTAMP sau DATETIME si il formateaza folosind format local de data. Prima optiune este offsetul (in ore) care se va adauga la (Default: 0). A doua optiune este un forma de data diferit bazat pe parametri disponibili pentru PHP strftime().';
$strTransformation_text_plain__external = 'NUMAI LINUX: Lanseaza o aplicatie externa si trimite datele prin input standard. Returneaza standard output a aplicatiei. Default este Tidy, pentru listarea codului HTML. Din motive de securitate, va trebui sa editati manual fisierul libraries/transformations/text_plain__external.inc.php si sa inserati uneltele permise sa ruleze. Prima optiune este apoi numarul de programe care vor fi utilizate si a doua optiune sunt parametri pentru program. Al treilea parametru, daca este setat la 1 va transforma outputul folosind htmlspecialchars() (Default este 1). Un al patrulea parametru, daca este setat la 1 va aplica NOWRAP la continut, astfel incat intregul output va fi afisat fara reformatare (Default 1)';
$strTransformation_text_plain__formatted = 'Mentine formatarea originala a campului.';
$strTransformation_text_plain__imagelink = 'Afiseaza o imagine si un link, campul contine denumirea fisierului; prima optiune este un prefix cum ar fi "http://domain.com/", a doua optiune este latimea in pixeli, iar a treia este inaltimea.';
$strTransformation_text_plain__link = 'Afiseaza un link, campul contine denumirea fisierului, prima optiune este un prefix cum ar fi "http://domain.com/", a doua optiune este un titlu pentru link.';
$strTransformation_text_plain__substr = 'Afiseaza doar o parte a firului de executie. Prima optiune este un offset pentru definirea punctului de inceput a outputului de text (Default 0). A doua optiune este un offset de text returnat. Daca este gol, returneaza textul ramas. A treia optiune defineste caracterele care vor fi atasate la output la returnarea unui substring (Default: ...) .';
$strTruncateQueries = 'Truncare comenzi afisate';
$strTurkish = 'Turc';
$strType = 'Tip';
 
$strUkrainian = 'Ukrainian';
$strUncheckAll = 'Deselecteaza toate';
$strUnicode = 'Unicode';
$strUnique = 'Unic';
$strUnknown = 'necunoscut';
$strUnselectAll = 'Deselecteaza tot';
$strUpdComTab = 'Parcurgeti documentatia pentru modul de updatare a Column_comments Table';
$strUpdatePrivMessage = 'Ati actualizat privilegiile pentru %s.';
$strUpdateProfileMessage = 'Profilul a fost actualizat.';
$strUpdateQuery = 'Reinnoire comanda';
$strUpgrade = 'Ar trebui sa reactualizati serverul %s %s la o versiune mai noua.';
$strUsage = 'Utilizare';
$strUseBackquotes = 'Utilizati apostroful pentru numele tabelelor si a campurilor';
$strUseHostTable = 'Utilizare tabel host';
$strUseTabKey = 'Folositi tasta TAB pentru a trece de la o valoare la alta sau CTRL+sageti pentru a merge in oricare directie';
$strUseTables = 'Utilizare tabele';
$strUseTextField = 'Utilizare camp text';
$strUseThisValue = 'Foloseste aceasta valoare';
$strUser = 'Utilizator';
$strUserAlreadyExists = 'Acest utilizator %s exista deja!';
$strUserEmpty = 'Numele de utilizator este gol!';
$strUserName = 'Nume de utilizator';
$strUserNotFound = 'Utilizatorul selectat nu s-a gasit in tabelul de drepturi.';
$strUserOverview = 'Descriere utilizator';
$strUsersDeleted = 'Utilizatorii selectati s-au sters cu succes.';
$strUsersHavingAccessToDb = 'Utilizatorul are acces la &quot;%s&quot;';
 
$strValidateSQL = 'Valideaza SQL';
$strValidatorError = 'Validatorul SQL nu poate fi initializat. Verifica daca e instalat extesnsia necesara PHP asa cum e descris in %sdocumentation%s.';
$strValue = 'Valoare';
$strVar = 'Variabil';
$strVersionInformation = 'Informatii despre versiune';
$strView = 'Vizualizare';
$strViewDump = 'Vizualizarea schemei tabelului';
$strViewDumpDB = 'Vizualizarea schemei bazei de date';
$strViewDumpDatabases = 'Vizualizarea schemei bazei de date';
$strViewHasBeenDropped = 'Vizualizarea %s a fost eliminata';
 
$strWebServerUploadDirectory = 'director de upload al web-server-ului';
$strWebServerUploadDirectoryError = 'Directorul setat pentru upload nu poate fi gasit';
$strWelcome = 'Bine ai venit la %s';
$strWestEuropean = 'European de vest';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Fereastra de navigare nu a putut fi reincarcat. Poate aceasta nu a fost inchis, sau fereastra parinte blocheaza ferestrele din cauza securitatii sistemului.';
$strWithChecked = 'Verificat cu:';
$strWritingCommentNotPossible = 'Scrierea unui comentariu nu este posibil';
$strWritingRelationNotPossible = 'Scrierea unei relatii nu este posibil';
$strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) se elimina restrictia.';
$strZip = '"arhivat"';
 
// To translate:
 
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strPasswordHashing = 'Password Hashing'; //to translate
 
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/romanian-utf-8.inc.php
0,0 → 1,982
<?php
/* $Id: romanian-utf-8.inc.php,v 2.118.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sa');
$month = array('Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 'Iul', 'Aug', 'Sep', 'Oct', 'Noi', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$timespanfmt = '%s zile, %s ore, %s minute si %s secunde';
 
$strAPrimaryKey = 'A fost adaugat o cheie primara la %s';
$strAbortedClients = 'Intrerupt';
$strAbsolutePathToDocSqlDir = 'Va rugam introduceti calea absoluta al serverului web la directorul docSQL';
$strAccessDenied = 'Acces interzis';
$strAccessDeniedExplanation = 'phpMyAdmin a incercat sa se conecteze la serverul de MySQL dar acesta a respins conexiunea. Ar trebui verificat daca datele din config.inc.php sunt corecte.';
$strAction = 'Actiune';
$strAddAutoIncrement = 'Adauga valoare pentru AUTO_INCREMENT';
$strAddConstraints = 'Adauga constrangere';
$strAddDeleteColumn = 'Adauga/Sterge coloane';
$strAddDeleteRow = 'Adauga/Sterge criteriu';
$strAddDropDatabase = 'Adaugare optiune STERGE BAZA DE DATE';
$strAddFields = 'Adauga %s camp(uri)';
$strAddHeaderComment = 'Adaugare comentariu la header (\\n inseamna delimitare de rand)';
$strAddIfNotExists = 'Adaugare DACA NU EXISTA';
$strAddIntoComments = 'Adaugare la comentarii';
$strAddNewField = 'Adauga camp nou';
$strAddPrivilegesOnDb = 'Adauga drepturi la baza de date urmatoare';
$strAddPrivilegesOnTbl = 'Adauga drepturi la urmatorul tabel';
$strAddSearchConditions = 'Adauga conditie de cautare (parte a comenzii "where"):';
$strAddToIndex = 'Adauga la coloana(ele) index &nbsp;%s&nbsp;';
$strAddUser = 'Adauga un utilizator nou';
$strAddUserMessage = 'Ati adaugat un nou utilizator.';
$strAddedColumnComment = 'Sa adaugat comentariu la coloana';
$strAddedColumnRelation = 'Sa adaugat o relatie la coloana';
$strAdministration = 'Administrare';
$strAffectedRows = 'Linii afectate:';
$strAfter = 'Dupa %s';
$strAfterInsertBack = 'Revenire';
$strAfterInsertNewInsert = 'Adauga o noua inregistrare';
$strAfterInsertNext = 'Editeaza randul urmator';
$strAfterInsertSame = 'Inapoi la aceasta pagina';
$strAll = 'Toate';
$strAllTableSameWidth = 'arata toate tabelele cu aceeasi marime?';
$strAlterOrderBy = 'Alterare ordine tabel dupa (Alter table order by)';
$strAnIndex = 'A fost adaugat un index la %s';
$strAnalyzeTable = 'Analizare tabel';
$strAnd = 'Si (And)';
$strAny = 'Oricare';
$strAnyHost = 'Oricare host';
$strAnyUser = 'Oricare utilizator';
$strApproximateCount = 'Poate fi aproximativ. Vezi FAQ 3.11';
$strArabic = 'Arabic';
$strArmenian = 'Armenian';
$strAscending = 'Crescatoare';
$strAtBeginningOfTable = 'La inceputul tabelului';
$strAtEndOfTable = 'La sfarsitul tabelului';
$strAttr = 'Proprietati';
$strAutodetect = 'Autodetectare';
$strAutomaticLayout = 'Layout automat';
 
$strBack = 'Inapoi';
$strBaltic = 'Baltic';
$strBeginCut = 'DE TAIAT - INCEPUT';
$strBeginRaw = 'INCEPUT RAW';
$strBinLogEventType = 'Tip eveniment';
$strBinLogInfo = 'Informatie';
$strBinLogName = 'Denumire Log';
$strBinLogOriginalPosition = 'Pozitie originala';
$strBinLogPosition = 'Pozitie';
$strBinLogServerId = 'Server ID';
$strBinary = 'Binar';
$strBinaryDoNotEdit = 'Binar - a nu se edita';
$strBinaryLog = 'Binary log';
$strBookmarkAllUsers = 'Permite tuturor utilizatorilor sa acceseze acest bookmark';
$strBookmarkDeleted = 'Eticheta a fost stearsa.';
$strBookmarkLabel = 'Eticheta - Label';
$strBookmarkQuery = 'Comanda SQL salvata (Bookmarked SQL-query)';
$strBookmarkThis = 'Salveaza aceasta comanda SQL';
$strBookmarkView = 'Numai vizualizare';
$strBrowse = 'Navigare';
$strBrowseForeignValues = 'Cauta printre valori necunoscute';
$strBulgarian = 'Bulgar';
$strBzError = 'phpMyAdmin nu a reusit sa compreseze acest dump din cauza unei extensii Bz2 invalide in aceasta versiune php. Va recomandam sa setati directiva <code>$cfg[\'BZipDump\']</code> in in fisierul de configurare phpMyAdmin la <code>FALSE</code>. Daca doriti sa utilizati caracteristicile de compresie Bz2 va trebui sa upgradati la o versiune mai noua de php. Pentru detalii revedeti raportul de erori php %s.';
$strBzip = '"bzipped"';
 
$strCSVOptions = 'Optiuni CSV';
$strCalendar = 'Calendar';
$strCannotLogin = 'Nu pot face conexiunea catre serverul MySQL';
$strCantLoad = 'nu se poate incarca %s extensia,<br />va rugam verificati configuratia PHP.';
$strCantLoadRecodeIconv = 'Nu pot incarca extensia iconv sau recode necesar pentru conversia de caractere, configureaza PHP pentru a permite folosirea acestor extensii sau dezactiveaza conversia de caractere din phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Nu poti redenumi index-ul la un nume PRIMARY!';
$strCantUseRecodeIconv = 'Nu pot folosi functiile iconv nici libiconv nici recode_string in timp ce extensia este incarcata. Verifica configuratia PHP.';
$strCardinality = 'Cardinalitate';
$strCaseInsensitive = 'caz-insenzitiv';
$strCaseSensitive = 'caz-senzitiv';
$strCentralEuropean = 'European de est';
$strChange = 'Schimbare';
$strChangeCopyMode = 'Creaza un utilizatoru nou cu acelasi privilegii si...';
$strChangeCopyModeCopy = '... mentine cel vechi.';
$strChangeCopyModeDeleteAndReload = ' ... sterge cel vechi din tabela de utilizatori si reincarca privilegiile.';
$strChangeCopyModeJustDelete = ' ... sterge cel vechi din tabela de utilizatori.';
$strChangeCopyModeRevoke = ' ... revoca toate privilegiile active de la utilizatorul vechi si sterge-l dupa aceea.';
$strChangeCopyUser = 'Schimba informatiile de autentificare / Copiaza utilizator';
$strChangeDisplay = 'Selecteaza un camp';
$strChangePassword = 'Schimbare parola';
$strCharset = 'Set de caractere';
$strCharsetOfFile = 'Setul de caractere a fisierului:';
$strCharsets = 'Set de caractere';
$strCharsetsAndCollations = 'Set de caractere si gestionarea acestora';
$strCheckAll = 'Marcheaza toate';
$strCheckOverhead = 'Verificare depasit';
$strCheckPrivs = 'Verifica privilegiile';
$strCheckPrivsLong = 'Verifica privilegiile pentru baza de date &quot;%s&quot;.';
$strCheckTable = 'Verificare tabel';
$strChoosePage = 'Selecteaza o pagina pentru a fi editata';
$strColComFeat = 'Arata comentariile coloanei';
$strCollation = 'Gestionare';
$strColumnNames = 'Numele coloanelor';
$strColumnPrivileges = 'Drepturi specifice de coloana';
$strCommand = 'Comanda';
$strComments = 'Comentarii';
$strCommentsForTable = 'COMENTARII PENTRU TABEL';
$strCompatibleHashing = 'Compatibil MySQL&nbsp;4.0';
$strCompleteInserts = 'Rezolva inserarea';
$strCompression = 'Compresie';
$strConfigFileError = 'phpMyAdmin nu poate citi corect fisierul de configuratie! <br />Acesta se poate intampla in cazul in care PHP nu poate gasi fisierul sau nu o poate parsa corect. <br />Vezi configuratia fisierului apasand pe linkul de mai jos si citeste cu atentie erorile aparute ... In cele mai multe cazuri lipsesc apostroful sau ghilimele.<br />Daca primesti o pagina goala, totul pare sa fie bine.';
$strConfigureTableCoord = 'Configureaza coordonatelepentru tabela %s';
$strConnectionError = 'Conexiune esuata: setari invalide.';
$strConnections = 'Conexiuni';
$strConstraintsForDumped = 'Restrictii pentru tabele sterse';
$strConstraintsForTable = 'Restrictii pentru tabele';
$strCookiesRequired = 'Trebuie sa aveti activat "cookies".';
$strCopyDatabaseOK = 'Baza de date %s a fost copiata la %s';
$strCopyTable = 'Copiaza tabela la (database<b>.</b>table):';
$strCopyTableOK = 'Tabelul %s a fost copiat la %s.';
$strCopyTableSameNames = 'Nu se poate copia tabelul pe cel existent pentru ca este acelasi';
$strCouldNotKill = 'phpMyAdmin n-a reusit sa opreasca firul de executie %s. Probabil a fost deja oprit.';
$strCreate = 'Creaza';
$strCreateIndex = 'Creaza un index pe&nbsp;%s&nbsp;coloana';
$strCreateIndexTopic = 'Creaza un nou index';
$strCreateNewDatabase = 'Creaza baza de date noua';
$strCreateNewTable = 'Creaza tabela noua in baza de date %s';
$strCreatePage = 'Creaza o noua pagina';
$strCreatePdfFeat = 'Creare de PDF';
$strCreationDates = 'Creare/Reinnoire/Verificare data';
$strCriteria = 'Criteriu';
$strCroatian = 'Croat';
$strCyrillic = 'Cyrillic';
$strCzech = 'Ceh';
$strCzechSlovak = 'Czech-Slovak';
 
$strDBComment = 'Comentarii referitoare la baza de date: ';
$strDBCopy = 'Copiaza baza de date';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Afisari';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Timp maxim, ms';
$strDBGMinTimeMs = 'Timp minim, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Timp/Afisare, ms';
$strDBGTotalTimeMs = 'Timp total, ms';
$strDBRename = 'Redenumire baza de date in';
$strDanish = 'Danez';
$strData = 'Date';
$strDataDict = 'Dictionar de date';
$strDataOnly = 'Numai date';
$strDatabase = 'Baza de date';
$strDatabaseEmpty = 'Campul de denumire a bazei de date este gol!';
$strDatabaseExportOptions = 'Optiuni de exportare a bazei de date';
$strDatabaseHasBeenDropped = 'Baza de date %s a fost aruncat.';
$strDatabaseNoTable = 'Aceasta baza de date nu contine nici un tabel!';
$strDatabases = 'Baze de date';
$strDatabasesDropped = '%s baza(ele) de data(e) au fost aruncate.';
$strDatabasesStats = 'Statisticile bazelor de date';
$strDatabasesStatsDisable = 'Dezactiveaza statisticile';
$strDatabasesStatsEnable = 'Activeaza statisticile';
$strDatabasesStatsHeavyTraffic = 'Nota: Activarea statisticilor pentru baza de date, poate cauza cresterea traficului intre MySQL si serverul de web.';
$strDbPrivileges = 'Drepturi specifice de baza de date';
$strDbSpecific = 'specific bazei de date';
$strDefault = 'Setare de baza';
$strDefaultEngine = '%s este motorul de stocare setat prin default pe acest server MySQL.';
$strDefaultValueHelp = 'Pentru valorile implicite, va rugam introduceti o singura valoare, fara backslash, escape sau ghilimele, folosind formatul: a';
$strDefragment = 'Defragmentare tablela';
$strDelOld = 'Pagina curenta se leaga de tabele care nu mai exista. Doriti stergerea acestor legaturi?';
$strDelayedInserts = 'Foloseste inserari intarziate';
$strDelete = 'Sterge';
$strDeleteAndFlush = 'Sterge utilizatorii si reincarca drepturile pe urma.';
$strDeleteAndFlushDescr = 'Este cea mai simpla metoda, dar reincarcarea drepturilor s-ar putea sa dureze.';
$strDeleted = 'Linia a fost stearsa';
$strDeletedRows = 'Randuri sterse:';
$strDeleting = 'Sterge %s';
$strDescending = 'Descrescator';
$strDescription = 'Descriere';
$strDictionary = 'dictionar';
$strDisableForeignChecks = 'Dezactivare verificari de cheie straine';
$strDisabled = 'Dezactivat';
$strDisplayFeat = 'Arata facilitatile';
$strDisplayOrder = 'Ordine de afisare:';
$strDisplayPDF = 'Arata schema PDF';
$strDoAQuery = 'Executa un "query by example" (wildcard: "%")';
$strDoYouReally = 'Sunteti sigur ca doriti sa ';
$strDocu = 'Documentatie';
$strDrop = 'Arunca';
$strDropDatabaseStrongWarning = 'Sunteti pe cale sa DISTRUGETI o intreaga baza de date!';
$strDropUsersDb = 'Arunca baza de date care are acelasi nume ca un utilizator.';
$strDumpSaved = 'Copia a fost salvata in fisierul %s.';
$strDumpXRows = 'Arunca %s randuri incepand de la randul %s.';
$strDumpingData = 'Salvarea datelor din tabel';
$strDynamic = 'dinamic';
 
$strEdit = 'Editare';
$strEditPDFPages = 'Editeaza paginile PDF';
$strEditPrivileges = 'Editeaza drepturile de acces';
$strEffective = 'Efectiv';
$strEmpty = 'Goleste';
$strEmptyResultSet = 'MySQL a dat un set de rezultate gol (ex. zero linii).';
$strEnabled = 'Activat';
$strEncloseInTransaction = 'Cuprinde exportare intr-o tranzactie';
$strEnd = 'Sfarsit';
$strEndCut = 'DE TAIAT - SFARSIT';
$strEndRaw = 'SFARSIT RAW';
$strEngineAvailable = '%s este disponibil pentru acest server de MySQL.';
$strEngineDisabled = '%s a fost dezactivat pentru acest server de MySQL.';
$strEngineUnsupported = 'Acest server MySQL nu suporta motorul de stocare %s.';
$strEngines = 'Motoare';
$strEnglish = 'Englez';
$strEnglishPrivileges = ' Important: numele drepturilor de acces MySQL apar in engleza ';
$strError = 'Eroare';
$strEscapeWildcards = 'Wildcard-urile _ si % trebuiesc insotite de \ pentru a le aplica';
$strEstonian = 'Estonian';
$strExcelEdition = 'Editia Excel';
$strExcelOptions = 'Optiuni Excel';
$strExecuteBookmarked = 'Executare comanda marcata';
$strExplain = 'Explica SQL';
$strExport = 'Export';
$strExtendedInserts = 'Inserari extinse';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Incercari nereusite';
$strField = 'Camp';
$strFieldHasBeenDropped = 'Campul %s a fost aruncat';
$strFields = 'Campuri';
$strFieldsEmpty = ' Rezultat gol ';
$strFieldsEnclosedBy = 'Campuri incadrate de';
$strFieldsEscapedBy = 'Campuri realizate de';
$strFieldsTerminatedBy = 'Campuri terminate de';
$strFileAlreadyExists = 'Fisierul %s exista deja pe server, schimba denumirea fisierului sau bifeaza optiunea de suprascriere.';
$strFileCouldNotBeRead = 'Fisierul nu poate fi citit';
$strFileNameTemplate = 'Sablon nume fisier';
$strFileNameTemplateRemember = 'tine minte template';
$strFixed = 'fixat';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin foloseste privilegiile utilizatorilor direct din tabela de privilegii din MySQL. Continutul acestei tabele poate diferi de cel original. In acest caz, reincarca de aici inainte de a continua %sreincarcarea drepturilor%s.';
$strFlushTable = 'Curatarea tabelului ("FLUSH")';
$strFormEmpty = 'Valoarea lipseste in formular !';
$strFormat = 'Format';
$strFullText = 'Texte intregi';
$strFunction = 'Functie';
 
$strGenBy = 'Generat de';
$strGenTime = 'Timp de generare';
$strGeneralRelationFeat = 'Facilitati generale';
$strGeorgian = 'Georgian';
$strGerman = 'German';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilegii globale';
$strGlobalValue = 'Valoare globala';
$strGo = 'Executa';
$strGrantOption = 'Grant';
$strGreek = 'Grec';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'a fost alterat.';
$strHasBeenCreated = 'a fost creat.';
$strHaveToShow = 'Trebuie sa alegi cel putin o coloana pentru a putea afisa';
$strHebrew = 'Ebraica';
$strHexForBinary = 'Foloseste hexadecimal pentru campuri binary';
$strHome = 'Pagina de start';
$strHomepageOfficial = 'Pagina oficiala phpMyAdmin';
$strHost = 'Gazda (Host)';
$strHostEmpty = 'Numele de gazda este gol!';
$strHungarian = 'Unguresc';
 
$strIcelandic = 'Islandic';
$strId = 'ID';
$strIdxFulltext = 'Tot textul';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizati ignorare inserari';
$strIgnoringFile = 'Fisier %s ignorat';
$strImportDocSQL = 'Import de fisiere docSQL';
$strImportFiles = 'Import de fisiere';
$strInUse = 'in folosinta';
$strIndex = 'Index';
$strIndexHasBeenDropped = 'Index %s a fost aruncat';
$strIndexName = 'Nume index&nbsp;:';
$strIndexType = 'Tip index&nbsp;:';
$strIndexWarningMultiple = 'S-a creat mai mult de o cheie %s la coloana `%s`';
$strIndexWarningPrimary = 'Cheile PRIMARY si INDEX nu trebuiesc setate ambele la coloana `%s`';
$strIndexWarningTable = 'Probleme cu indexul tabelului `%s`';
$strIndexWarningUnique = 'Cheile UNIQUE si INDEX nu trebuiesc setate ambele la coloana `%s`';
$strIndexes = 'Indexuri';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Configurarea ta contine setarile ce baza (utilizator root fara parola). Serverul MySQL poate fi astfel vulnerabil, neaparat sa repari aceasta greseala.';
$strInsert = 'Inserare';
$strInsertAsNewRow = 'Insereaza ca o noua linie';
$strInsertNewRow = 'Insereaza o noua linie';
$strInsertedRowId = 'ID rand inserat:';
$strInsertedRows = 'Randuri inserate:';
$strInternalNotNecessary = '* Nu se cere o relatie interna in cazul in care exista si in InnoDB.';
$strInternalRelations = 'Relatii interne';
 
$strJapanese = 'Japonez';
$strJumpToDB = 'Sari la baza de date &quot;%s&quot;.';
$strJustDelete = 'Sterge utilizatorii din tabelele de drepturi.';
$strJustDeleteDescr = 'Utilizatorii &quot;stersi&quot; vor avea acces la server la fel ca pana acum pana ce drepturile sunt reincarcate.';
 
$strKeepPass = 'Nu schimbati parola';
$strKeyname = 'Nume cheie';
$strKill = 'Opreste';
$strKorean = 'Corean';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Optiuni LaTeX';
$strLandscape = 'Landscape';
$strLatexCaption = 'Captura tabel';
$strLatexContent = 'Continutul tabelului __TABLE__';
$strLatexContinued = '(continuare)';
$strLatexContinuedCaption = 'Continuare captura tabel';
$strLatexIncludeCaption = 'Include captura tabel';
$strLatexLabel = 'Tasta label';
$strLatexStructure = 'Structura tabelului __TABLE__';
$strLatvian = 'Leton';
$strLengthSet = 'Lungime/Setare';
$strLimitNumRows = 'Numarul de inregistrari de pe pagina';
$strLinesTerminatedBy = 'Linii terminate de';
$strLinkNotFound = 'Legatura invalida';
$strLinksTo = 'Trimitere la';
$strLithuanian = 'Lituanian';
$strLocalhost = 'Local';
$strLocationTextfile = 'Locatia fisierului text';
$strLogPassword = 'Parola:';
$strLogServer = 'Server';
$strLogUsername = 'Nume utilizator:';
$strLogin = 'Autentificare';
$strLoginInformation = 'Informatii de autentificare';
$strLogout = 'Deconectare';
$strLongOperation = 'Aceasta operatie poate dura mult. Doriti totusi sa fie executata?';
 
$strMIMETypesForTable = 'MIME TYPES PENTRU TABEL';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Tipuri MIME disponibile';
$strMIME_available_transform = 'Informatii disponibile';
$strMIME_description = 'Descriere';
$strMIME_nodescription = 'Nu este disponibila nici o descriere pentru aceasta transformare.<br />Intrebati autorul de functiile indeplinite de %s.';
$strMIME_transformation = 'Transformare browser';
$strMIME_transformation_note = 'Pentru lista optiunilor de transformare disponibile si transformarile MIME-type, apasati pe %stransformation descriptions%s';
$strMIME_transformation_options = 'Optiuni de transformare';
$strMIME_transformation_options_note = 'Introduceti valorile pentru optiunile de transformare utilizand acest format: \'a\',\'b\',\'c\'...<br />Daca trebuie sa folositi backslash ("\") sau apostrof ("\'") in aceste valori, introduceti un backslashes (ex. \'\\\\xyz\' sau \'a\\\'b\').';
$strMIME_without = 'Tipurile MIME listate inclinat nu au o functie de transformare separata';
$strMaximumSize = 'Marime maxima: %s%s';
$strMbExtensionMissing = 'Nu s-a gasit extensia PHP mbstring si se pare ca folositi set de charactere multibyte. Fara extensia mbstring, phpMyAdmin nu poate diviza stringurile corect si acesta poate duce la rezultate neasteptate.';
$strMbOverloadWarning = 'Ati activat mbstring.func_overload in configuratia PHP. Aceasta optiune nu este compatibila cu phpMyAdmin si poate duce la pierderea unor date!';
$strModifications = 'Modificarile au fost salvate';
$strModify = 'Modificare';
$strModifyIndexTopic = 'Modifica un index';
$strMoveTable = 'Muta tabela la (database<b>.</b>table):';
$strMoveTableOK = 'Tabela %s a fost mutat la %s.';
$strMoveTableSameNames = 'Nu se poate copia tabelul pe cel existent pentru ca este acelasi!';
$strMultilingual = 'Poliglot';
$strMyISAMDataPointerSize = 'Marime data pointer';
$strMyISAMDataPointerSizeDesc = 'Marimea pointer default in byti, care este folosit de CREATE TABLE pentru tabelele MyISAM atunci cand nu este specificat nici o optiune MAX_ROWS.';
$strMyISAMMaxExtraSortFileSize = 'Marimea maxima pentru fisierele temporare la crearea indexului';
$strMyISAMMaxExtraSortFileSizeDesc = 'Daca fisierul temporar utilizat pentru crearea rapida a indexului MyISAM ar fi mai mare decat daca s-ar utiliza cache-ul key. Se prefera utilizarea metodei key cache.';
$strMyISAMMaxSortFileSize = 'Marimea maxima pentru fisierele de sortare temporare';
$strMyISAMMaxSortFileSizeDesc = 'Marimea maxima pentru fisierul temporar care este permisa in MySQL in timpul recrearii unui index MyISAM (in timpul operatiunilor REPAIR TABLE, ALTER TABLE, sau LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Mod de recuperare automat';
$strMyISAMRecoverOptionsDesc = 'Modul pentru recuperarea automata a tabelelor MyISAM deteriorate, setat prin optiunea startup --myisam-recover server.';
$strMyISAMRepairThreads = 'Repara firele de executie';
$strMyISAMRepairThreadsDesc = 'Daca aceasta valoare este mai mare decat 1, indexurile de tabel MyISAM sunt create in paralel (fiecare index in firul de executie propriu) in tipul operatiunii de reparare prin procesul de sortare.';
$strMyISAMSortBufferSize = 'Sortare marime buffer';
$strMyISAMSortBufferSizeDesc = 'Bufferul alocat la sortarea indexurilor MyISAM in timpul unei operatiuni REPAIR TABLE sau la crearea indexurilor cu CREATE INDEX sau ALTER TABLE.';
$strMySQLCharset = 'Setul de caractere MySQL';
$strMySQLSaid = 'MySQL zice: ';
$strMySQLShowProcess = 'Afiseaza procesele';
$strMySQLShowStatus = 'Afiseaza informatiile runtime MySQL';
$strMySQLShowVars = 'Afiseaza variabilele de sistem MySQL';
 
$strName = 'Nume';
$strNext = 'Urmatorul';
$strNo = 'Nu';
$strNoActivity = 'Nu ati avut activitate de mai mult de %s seconde, va rugam sa va autentificati din nou';
$strNoDatabases = 'Nu sunt baze de date';
$strNoDatabasesSelected = 'Nu este selectat nici o baza de date.';
$strNoDescription = 'Nu exista descriere';
$strNoDetailsForEngine = 'Nu exista informatii detaliate legate de status disponibile pentru motorul de stocare.';
$strNoDropDatabases = 'Comenzile "DROP DATABASE" sunt dezactivate.';
$strNoExplain = 'Sari peste explicarea SQL';
$strNoFrames = 'phpMyAdmin are o interfata mai prietenoasa cu navigator care lucreaza cu <b>frame-uri</b>.';
$strNoIndex = 'Index nu este definit!';
$strNoIndexPartsDefined = 'Nu sunt definite parti din index!';
$strNoModification = 'Nici o schimbare';
$strNoOptions = 'Acest format nu are optiuni';
$strNoPassword = 'Nu exista parola';
$strNoPermission = 'Serverul web nu poate salva fisierul %s.';
$strNoPhp = 'fara cod PHP';
$strNoPrivileges = 'Nu exista drepturi de acces';
$strNoRights = 'Nu detineti drepturi de acces pentru a va afla aici!';
$strNoRowsSelected = 'Nu e nici un rand selectat';
$strNoSpace = 'Spatiu insuficient pentru salvarea fisierului %s.';
$strNoTablesFound = 'Nu s-a gasit nici un tabel in baza de date.';
$strNoThemeSupport = 'Nu exista suport pentru themes, va rugam verificati configuratia si/sau designurile in directorul %s.';
$strNoUsersFound = 'Nu s-a gasit nici un utilizator.';
$strNoValidateSQL = 'Sari peste validarea SQL';
$strNone = 'Nici unul(a)';
$strNotNumber = 'Acesta nu este un numar!';
$strNotOK = 'Nu este bine';
$strNotSet = '<b>%s</b> tabela nu a fost gasita sau nu este setat in %s';
$strNull = 'Nul';
$strNumSearchResultsInTable = '%s rezultat(e) in interiorul tabelei <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> rezultat(e)';
$strNumTables = 'Tabele';
 
$strOK = 'E bine';
$strOperations = 'Operatii';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimizare tabel';
$strOr = 'Sau';
$strOverhead = 'Asupra';
$strOverwriteExisting = 'Suprascrie fisier(e) existent(e)';
 
$strPHP40203 = 'Folosesti PHP 4.2.3, server care are un bug major la multi-byte strings (mbstring). Vezi PHP bug report la 19404. Aceasta versiune de PHP nu este recomandat de folosit cu phpMyAdmin.';
$strPHPVersion = 'Versiune PHP';
$strPageNumber = 'Numarul paginii:';
$strPaperSize = 'Marime hartie';
$strPartialText = 'Texte partiale';
$strPassword = 'Parola';
$strPasswordChanged = 'Parola pentru %s a fost schimbata cu succes.';
$strPasswordEmpty = 'Parola este goala!';
$strPasswordNotSame = 'Parolele nu corespund!';
$strPdfDbSchema = 'Schema bazei de date "%s" - Pagina %s';
$strPdfInvalidTblName = 'Tabela "%s" nu exista!';
$strPdfNoTables = 'Nu exista tabele';
$strPerHour = 'pe ora';
$strPerMinute = 'pe minute';
$strPerSecond = 'pe secunde';
$strPersian = 'Persian';
$strPhoneBook = 'carte de telefoane';
$strPhp = 'Creaza cod PHP';
$strPmaDocumentation = 'Documentatie phpMyAdmin';
$strPmaUriError = 'Directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TREBUIE sa fie setat in fisierul de configurare!';
$strPolish = 'Polononez';
$strPortrait = 'Portrait';
$strPos1 = 'Incepe';
$strPrevious = 'Anterior';
$strPrimary = 'Primar';
$strPrimaryKeyHasBeenDropped = 'Cheia primara a fost aruncat';
$strPrimaryKeyName = 'Numele cheii primare trebuie sa fie ... PRIMARY!';
$strPrimaryKeyWarning = '("Numele PRIMARY" <b>trebuie</b> sa fie <b>numai la</b> cheie primara!)';
$strPrint = 'Listare';
$strPrintView = 'Viziualizare imprimare';
$strPrintViewFull = 'Vizualizare listare4 (impreuna cu text)';
$strPrivDescAllPrivileges = 'Include toate privilegiile, excluzand GRANT.';
$strPrivDescAlter = 'Permite alterarea structurii la tabelele deja existente.';
$strPrivDescCreateDb = 'Permite crearea de noi baze de date si tabele.';
$strPrivDescCreateTbl = 'Permite crearea de noi tabele.';
$strPrivDescCreateTmpTable = 'Permite crearea de tabele temporare.';
$strPrivDescDelete = 'Permite stergere de date.';
$strPrivDescDropDb = 'Permite stergerea unei baze de date sau a unor tabele.';
$strPrivDescDropTbl = 'Permite aruncarea a unei baze de date.';
$strPrivDescExecute = 'Permite rularea procedurilor stocate; Nu are efect in aceasta versiune MySQL.';
$strPrivDescFile = 'Permite importarea datelor in fisiere si exportarea acestora din fisiere.';
$strPrivDescGrant = 'Permite adaugarea utilizatorilor si drepturilor fara reincarcarea tabelelor de drepturi.';
$strPrivDescIndex = 'Permite crearea si stergerea indexelor.';
$strPrivDescInsert = 'Permite inserarea si inlocuirea datelor.';
$strPrivDescLockTables = 'Permite blocarea tabelelor din firul curent de executie.';
$strPrivDescMaxConnections = 'Limiteaza numarul de noi conexiuni care pot fi deschise de utilizator intr-o ora.';
$strPrivDescMaxQuestions = 'Limiteaza numarul de comenzi care pot fi trimise de utilizator catre server intr-o ora.';
$strPrivDescMaxUpdates = 'Limiteaza numarul de comenzi pentru schimbarea vreunui tabel sau vreunei baza de date executabile de utilizator intr-o ora.';
$strPrivDescProcess3 = 'Permite oprirea proceselor altor utilizatori.';
$strPrivDescProcess4 = 'Permite vizualizarea comenzilor procesate in lista.';
$strPrivDescReferences = 'Nu are efect in aceasta versiune MySQL.';
$strPrivDescReload = 'Permite reincarcarea setarilor de server si golirea memoriei cache a serverului.';
$strPrivDescReplClient = 'Permite utilizatorului de a interoga locatia slave/master.';
$strPrivDescReplSlave = 'Necesara pentru slave replication.';
$strPrivDescSelect = 'Permite citirea datelor.';
$strPrivDescShowDb = 'Permite accesul la lista completa a bazelor de date.';
$strPrivDescShutdown = 'Permite oprirea serverului.';
$strPrivDescSuper = 'Permite conoxiuni, chiar daca s-a atins numarul maxim de conexiuni; Necesara pentru majoritatea operatiunilor administrative cum ar fi setarea variabilelor globale sau oprirea fierlor de executie a altor utilizatori.';
$strPrivDescUpdate = 'Permite schimbarea datelor.';
$strPrivDescUsage = 'Fara drepturi.';
$strPrivileges = 'Drepturi de acces';
$strPrivilegesReloaded = 'Drepturile au fost reincarcate cu succes.';
$strProcesslist = 'Lista procese';
$strPutColNames = 'Pune numele filed-ului in primul rand';
 
$strQBE = 'Comanda prin exemplu (Query by Example)';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryFrame = 'Fereastra de comanda';
$strQueryOnDb = 'Comanda SQL pe baza de date <b>%s</b>:';
$strQuerySQLHistory = 'SQL-history';
$strQueryStatistics = '<b>Statistica interogari</b>: De la inceput, s-au trimis %s interogari la server.';
$strQueryTime = 'Comanda a durat %01.4f sec';
$strQueryType = 'Tip interogare';
$strQueryWindowLock = 'A nu se suprascrie peste aceasta interogare din cealalta fereastra';
 
$strReType = 'Re-type';
$strReceived = 'Receptionat';
$strRecords = 'Inregistrari';
$strReferentialIntegrity = 'Verificarea integritatii referentiei:';
$strRefresh = 'Reincarca';
$strRelationNotWorking = 'Optiunile aditionale pentru folosirea tabelelor intercalate (legate intre ele) au fost dezactivate. Pentru a afla de ce ... %shere%s.';
$strRelationView = 'Vizualizare relationala';
$strRelationalSchema = 'Schema relationala';
$strRelations = 'Legaturi';
$strRelationsForTable = 'RELATII PENTRU TABEL';
$strReloadMySQL = 'Reincarcare MySQL';
$strReloadingThePrivileges = 'Reincarcarea drepturilor';
$strRemoveSelectedUsers = 'Eliminarea utilizatorilor selectati';
$strRenameDatabaseOK = 'Baza de date %s a fost redenumita in %s';
$strRenameTable = 'Rename tabel la';
$strRenameTableOK = 'Tabelului %s i s-a dat un numele de %s';
$strRepairTable = 'Reparare tabel';
$strReplaceNULLBy = 'Inlocuire NULL cu';
$strReplaceTable = 'Inlocuieste datele tabelului cu fisier';
$strReset = 'Resetare';
$strResourceLimits = 'Limitare de resurse';
$strRevoke = 'Revocare';
$strRevokeAndDelete = 'Revocarea tuturor drepturilor active a utilizatorilor si stergerea acestora.';
$strRevokeAndDeleteDescr = 'Utilizatorii vor avea in continuare drepturi de UTILIZARE pana ce drepturile se reincarca.';
$strRevokeMessage = 'Drepturile tale au fost revocate pentru %s';
$strRomanian = 'Roman';
$strRowLength = 'Lungime linie';
$strRowSize = ' Marime linie ';
$strRows = 'Linie';
$strRowsFrom = 'linii incepand cu';
$strRowsModeFlippedHorizontal = 'orizontal (antet rotativ)';
$strRowsModeHorizontal = 'orizontal';
$strRowsModeOptions = 'in mod %s si repetare antet dupa %s celule';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Statisticile randului';
$strRunQuery = 'Trimite comanda';
$strRunSQLQuery = 'Run SQL query/queries pe baza de date %s';
$strRunning = 'ruland pe %s';
$strRussian = 'Rus';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'Compatibilitate SQL export';
$strSQLExportType = 'Modul de export';
$strSQLOptions = 'Optiuni SQL';
$strSQLParserBugMessage = 'Exista o posibilitate de a fi gasit un BUG in parserul SQL. Verifica atent inca o data comanda si verifica daca semnele specifice sunt corecte. O alta posibilitate ar putea fi punerea unui fisier binar in afara zonei de text. Poti incerca aceasta comanda si printr-o linie de comanda MySQL. Eroarea MySQL de mai jos, daca e vreuna, poate sa te ajute la diagnosticarea problemei. Daca in continuare ai probleme cu executarea comenzii, redu o parte din comanda la aceea parte care cauzeaza problema si raporteaza acesta ca un BUG in sectiunea DE TAIAT';
$strSQLParserUserError = 'Pare sa fie o eroare in comanda SQL. Eroarea MySQL de mai jos, daca e vreuna, poate sa te ajute la diagnosticarea problemei';
$strSQLQuery = 'Comanda SQL';
$strSQLResult = 'Rezultat SQL';
$strSQPBugInvalidIdentifer = 'Identificator invalid';
$strSQPBugUnclosedQuote = 'Citare neinchisa';
$strSQPBugUnknownPunctuation = 'Insiruire de punctuatie necunoscuta';
$strSave = 'Salveaza';
$strSaveOnServer = 'Salveaza pe server in directorul %s';
$strScaleFactorSmall = 'Factorul de scalare este prea mica pentru a inchepe in pagina';
$strSearch = 'Cauta';
$strSearchFormTitle = 'Cauta in baza de date';
$strSearchInTables = 'In interiorul tabelei(lor):';
$strSearchNeedle = 'Cuvant(e) sau valoare(ori) de cautat pentru (wildcard: "%"):';
$strSearchOption1 = 'cel putin una dintre cuvinte';
$strSearchOption2 = 'toate cuvintele';
$strSearchOption3 = 'fraza exacta';
$strSearchOption4 = 'ca o expresie';
$strSearchResultsFor = 'Cauta rezultate pentru "<i>%s</i>" %s:';
$strSearchType = 'Gaseste:';
$strSecretRequired = 'Fisierul de configurare necesita e expresie de protectie secreta (blowfish_secret).';
$strSelectADb = 'Selectati baza de date';
$strSelectAll = 'Selecteaza tot';
$strSelectBinaryLog = 'Selectati binary log pentru vizualizare';
$strSelectFields = 'Selecteaza campurile (cel putin unul):';
$strSelectNumRows = 'in comanda (in query)';
$strSelectTables = 'Selecteaza tabele';
$strSend = 'Trimite';
$strSent = 'Trimis';
$strServer = 'Server';
$strServerChoice = 'Alegerea serverului';
$strServerNotResponding = 'Serverul nu raspunde';
$strServerStatus = 'Informatii rulare';
$strServerStatusUptime = 'Acest server MySQL ruleaza de %s. S-a lansat la %s.';
$strServerTabProcesslist = 'Procese';
$strServerTabVariables = 'Variabile';
$strServerTrafficNotes = '<b>Server trafic</b>: Aceste tabele arata statistica de trafic in retea al acestui server MySQL de la lansare.';
$strServerVars = 'Variabile si setari de server';
$strServerVersion = 'Versiune server';
$strSessionValue = 'Valoare sesiune';
$strSetEnumVal = 'Daca campul este "enum" sau "set", va rugam adaugati valori folosind formatul: \'a\',\'b\',\'c\'...<br />Daca aveti nevoie sa puneti bara intoarsa (backslash) ("\") sau semnul ("\'") la aceste valori, folositi exemplul ( \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Afiseaza';
$strShowAll = 'Arata toate';
$strShowColor = 'Arata culoarea';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Afisare comanda intreaga';
$strShowGrid = 'Arata grila';
$strShowPHPInfo = 'Arata informatia PHP';
$strShowTableDimension = 'Arata dimensiunile tabelei';
$strShowTables = 'Arata tabelele';
$strShowThisQuery = ' Afiseaza aceasta comanda din nou aici ';
$strShowingRecords = 'Afiseaza inregistrari';
$strSimplifiedChinese = 'Chineza simplificata';
$strSingly = '(singly)';
$strSize = 'Marime';
$strSlovak = 'Slovac';
$strSlovenian = 'Sloven';
$strSort = 'Sortare';
$strSortByKey = 'Sortare dupa tasta';
$strSpaceUsage = 'Utilizare spatiu';
$strSpanish = 'Spaniola';
$strSplitWordsWithSpace = 'Cuvinte sparte de un spatiu (" ").';
$strStatCheckTime = 'Ultima verficare';
$strStatCreateTime = 'Creatie';
$strStatUpdateTime = 'Ultimul update';
$strStatement = 'Comenzi';
$strStatus = 'Status';
$strStorageEngine = 'Motor de stocare';
$strStorageEngines = 'Motoare de stocare';
$strStrucCSV = 'Date CSV';
$strStrucData = 'Structura si date';
$strStrucDrop = 'Adauga \'salveaza tabel\'';
$strStrucExcelCSV = 'Date CSV pentru MS Excel';
$strStrucNativeExcel = 'Date native MS Excel';
$strStrucOnly = 'Numai structura';
$strStructPropose = 'Propune structura de tabele';
$strStructure = 'Structura';
$strSubmit = 'Trimite';
$strSuccess = 'Comanda dumneavoastra SQL a fost executata cu succes';
$strSum = 'Sum';
$strSwedish = 'Suedez';
$strSwitchToDatabase = 'Schimba la tabela copiata';
$strSwitchToTable = 'Schimba la tabela copiata';
 
$strTable = 'Tabel';
$strTableComments = 'Comentarii tabel';
$strTableEmpty = 'Numele de tabel este gol!';
$strTableHasBeenDropped = 'Tabelul %s a fost aruncat';
$strTableHasBeenEmptied = 'Tabelul %s a fost golit';
$strTableHasBeenFlushed = 'Tabelul %s a fost curatat';
$strTableMaintenance = 'Administrare tabel';
$strTableOfContents = 'Sumar';
$strTableOptions = 'Optiuni tabel';
$strTableStructure = 'Structura de tabel pentru tabelul';
$strTableType = 'Tipul tabelului';
$strTables = '%s tabele';
$strTakeIt = 'alege';
$strTblPrivileges = 'Drepturi specifice de tabele';
$strTextAreaLength = ' Datorita lungimii sale, <br /> acest camp s-ar putea sa nu fie editabil';
$strThai = 'Tailandez';
$strTheme = 'Sablon / Stil';
$strThisHost = 'Acest Host';
$strThisNotDirectory = 'Acesta nu este un director';
$strThreadSuccessfullyKilled = 'Firul de executie %s a fost oprit cu succes.';
$strTime = 'Timp';
$strToggleScratchboard = 'dezactivare scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chineza Traditionala';
$strTraditionalSpanish = 'Spaniola traditionala';
$strTraffic = 'Trafic';
$strTransformation_application_octetstream__download = 'Afiseaza un link pentru descarcarea datelor binare a unui camp. Prima optiune este denumirea fisierului binar. A doua optiune este o denumire posibila pentru un rand de tabel care contine denumirea de fisier. Daca setati si o a doua optiune, trebuie sa aveti prima optiune setata ca si empty string';
$strTransformation_image_jpeg__inline = 'Afiseaza o imagine mica clicabila ; optiuni: latime, inaltime in pixeli (metine dimensiunile originale)';
$strTransformation_image_jpeg__link = 'Afiseaza un link la imagine (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'Vezi imagine/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Ia un camp TIME, TIMESTAMP sau DATETIME si il formateaza folosind format local de data. Prima optiune este offsetul (in ore) care se va adauga la (Default: 0). A doua optiune este un forma de data diferit bazat pe parametri disponibili pentru PHP strftime().';
$strTransformation_text_plain__external = 'NUMAI LINUX: Lanseaza o aplicatie externa si trimite datele prin input standard. Returneaza standard output a aplicatiei. Default este Tidy, pentru listarea codului HTML. Din motive de securitate, va trebui sa editati manual fisierul libraries/transformations/text_plain__external.inc.php si sa inserati uneltele permise sa ruleze. Prima optiune este apoi numarul de programe care vor fi utilizate si a doua optiune sunt parametri pentru program. Al treilea parametru, daca este setat la 1 va transforma outputul folosind htmlspecialchars() (Default este 1). Un al patrulea parametru, daca este setat la 1 va aplica NOWRAP la continut, astfel incat intregul output va fi afisat fara reformatare (Default 1)';
$strTransformation_text_plain__formatted = 'Mentine formatarea originala a campului.';
$strTransformation_text_plain__imagelink = 'Afiseaza o imagine si un link, campul contine denumirea fisierului; prima optiune este un prefix cum ar fi "http://domain.com/", a doua optiune este latimea in pixeli, iar a treia este inaltimea.';
$strTransformation_text_plain__link = 'Afiseaza un link, campul contine denumirea fisierului, prima optiune este un prefix cum ar fi "http://domain.com/", a doua optiune este un titlu pentru link.';
$strTransformation_text_plain__substr = 'Afiseaza doar o parte a firului de executie. Prima optiune este un offset pentru definirea punctului de inceput a outputului de text (Default 0). A doua optiune este un offset de text returnat. Daca este gol, returneaza textul ramas. A treia optiune defineste caracterele care vor fi atasate la output la returnarea unui substring (Default: ...) .';
$strTruncateQueries = 'Truncare comenzi afisate';
$strTurkish = 'Turc';
$strType = 'Tip';
 
$strUkrainian = 'Ukrainian';
$strUncheckAll = 'Deselecteaza toate';
$strUnicode = 'Unicode';
$strUnique = 'Unic';
$strUnknown = 'necunoscut';
$strUnselectAll = 'Deselecteaza tot';
$strUpdComTab = 'Parcurgeti documentatia pentru modul de updatare a Column_comments Table';
$strUpdatePrivMessage = 'Ati actualizat privilegiile pentru %s.';
$strUpdateProfileMessage = 'Profilul a fost actualizat.';
$strUpdateQuery = 'Reinnoire comanda';
$strUpgrade = 'Ar trebui sa reactualizati serverul %s %s la o versiune mai noua.';
$strUsage = 'Utilizare';
$strUseBackquotes = 'Utilizati apostroful pentru numele tabelelor si a campurilor';
$strUseHostTable = 'Utilizare tabel host';
$strUseTabKey = 'Folositi tasta TAB pentru a trece de la o valoare la alta sau CTRL+sageti pentru a merge in oricare directie';
$strUseTables = 'Utilizare tabele';
$strUseTextField = 'Utilizare camp text';
$strUseThisValue = 'Foloseste aceasta valoare';
$strUser = 'Utilizator';
$strUserAlreadyExists = 'Acest utilizator %s exista deja!';
$strUserEmpty = 'Numele de utilizator este gol!';
$strUserName = 'Nume de utilizator';
$strUserNotFound = 'Utilizatorul selectat nu s-a gasit in tabelul de drepturi.';
$strUserOverview = 'Descriere utilizator';
$strUsersDeleted = 'Utilizatorii selectati s-au sters cu succes.';
$strUsersHavingAccessToDb = 'Utilizatorul are acces la &quot;%s&quot;';
 
$strValidateSQL = 'Valideaza SQL';
$strValidatorError = 'Validatorul SQL nu poate fi initializat. Verifica daca e instalat extesnsia necesara PHP asa cum e descris in %sdocumentation%s.';
$strValue = 'Valoare';
$strVar = 'Variabil';
$strVersionInformation = 'Informatii despre versiune';
$strView = 'Vizualizare';
$strViewDump = 'Vizualizarea schemei tabelului';
$strViewDumpDB = 'Vizualizarea schemei bazei de date';
$strViewDumpDatabases = 'Vizualizarea schemei bazei de date';
$strViewHasBeenDropped = 'Vizualizarea %s a fost eliminata';
 
$strWebServerUploadDirectory = 'director de upload al web-server-ului';
$strWebServerUploadDirectoryError = 'Directorul setat pentru upload nu poate fi gasit';
$strWelcome = 'Bine ai venit la %s';
$strWestEuropean = 'European de vest';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Fereastra de navigare nu a putut fi reincarcat. Poate aceasta nu a fost inchis, sau fereastra parinte blocheaza ferestrele din cauza securitatii sistemului.';
$strWithChecked = 'Verificat cu:';
$strWritingCommentNotPossible = 'Scrierea unui comentariu nu este posibil';
$strWritingRelationNotPossible = 'Scrierea unei relatii nu este posibil';
$strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) se elimina restrictia.';
$strZip = '"arhivat"';
 
// To translate:
 
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strPasswordHashing = 'Password Hashing'; //to translate
 
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/russian-cp-866.inc.php
0,0 → 1,984
<?php
/* $Id: russian-cp-866.inc.php,v 2.108.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by Gosha Sakovich <gt2 at users.sourceforge.net>
* Artyom Rabzonov <tyomych at gmx.net>
* Nicolay Zakharov <info at melody.org.ru> 16-Dec-2002
*/
 
$charset = 'cp-866';
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array(' ©â', 'ª', 'Œ', 'ƒ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('‚á', '­', '‚â', '‘à', '—â', 'â', '‘¡');
$month = array('Ÿ­¢', '”¥¢', 'Œ à', '€¯à', 'Œ ©', 'ˆî­', 'ˆî«', '€¢£', '‘¥­', 'Žªâ', '®ï', '„¥ª');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d %Y £., %H:%M';
$timespanfmt = '%s ¤­¥©, %s ç á®¢, %s ¬¨­ãâ ¨ %s ᥪ㭤';
 
$strAPrimaryKey = 'ë« ¤®¡ ¢«¥­ ¯¥à¢¨ç­ë© ª«îç ª %s';
$strAbortedClients = 'Žâ¬¥­¥­ë';
$strAbsolutePathToDocSqlDir = '‚¢¥¤¨â¥  ¡á®«îâ­ë© ¯ãâì ­  á¥à¢¥à¥ ª ¤¨à¥ªâ®à¨¨ docSQL, ¯®¦ «ã©áâ ';
$strAccessDenied = '‚ ¤®áâ㯥 ®âª § ­®';
$strAccessDeniedExplanation = 'phpMyAdmin ¯®¯ëâ «áï ᮥ¤¨­¨âìáï á á¥à¢¥à®¬ MySQL, ­® á¥à¢¥à ®â¢¥à£ ᮥ¤¨­¥­¨¥. à®¢¥àì⥠¨¬ï å®áâ , ¯®«ì§®¢ â¥«ï ¨ ¯ à®«ì ¢ config.inc.php.';
$strAction = '„¥©á⢨¥';
$strAddAutoIncrement = '„®¡ ¢¨âì §­ ç¥­¨¥ AUTO_INCREMENT';
$strAddDeleteColumn = '„®¡ ¢¨âì/㤠«¨âì á⮫¡¥æ ªà¨â¥à¨ï';
$strAddDeleteRow = '„®¡ ¢¨âì/㤠«¨âì àï¤ ªà¨â¥à¨ï';
$strAddDropDatabase = '„®¡ ¢¨âì DROP DATABASE';
$strAddIntoComments = '„®¡ ¢¨âì ¢ ª®¬¬¥­â à¨¨';
$strAddNewField = '„®¡ ¢¨âì ­®¢®¥ ¯®«¥';
$strAddPrivilegesOnDb = '„®¡ ¢¨âì ¯à¨¢¨«¥£¨¨ ­  á«¥¤ãîéãî ¡ §ã';
$strAddPrivilegesOnTbl = ' „®¡ ¢¨âì ¯à¨¢¨«¥£¨¨ ­  á«¥¤ãîéãî â ¡«¨æã';
$strAddSearchConditions = '„®¡ ¢¨âì ãá«®¢¨ï ¯®¨áª  (⥫® ¤«ï ãá«®¢¨ï "where"):';
$strAddToIndex = '„®¡ ¢¨âì ª ¨­¤¥ªáã&nbsp;%s&nbsp;ª®«®­ªã(¨)';
$strAddUser = '„®¡ ¢¨âì ­®¢®£® ¯®«ì§®¢ â¥«ï';
$strAddUserMessage = 'ë« ¤®¡ ¢«¥­ ­®¢ë© ¯®«ì§®¢ â¥«ì.';
$strAddedColumnComment = '„®¡ ¢«¥­­ë© ª®¬¬¥­â à¨© ¤«ï á⮫¡æ ';
$strAddedColumnRelation = '„®¡ ¢«¥­­ ï á¢ï§ì ¤«ï á⮫¡æ ';
$strAdministration = '€¤¬¨­¨áâà¨à®¢ ­¨¥';
$strAffectedRows = '‡ âà®­ãâë¥ àï¤ë:';
$strAfter = '®á«¥ %s';
$strAfterInsertBack = '‚®§¢à â';
$strAfterInsertNewInsert = '‚áâ ¢¨âì ­®¢ãî § ¯¨áì';
$strAll = '⇴';
$strAllTableSameWidth = '¯®ª § âì ¢á¥ â ¡«¨æë á â ª®© è¨à¨­®©?';
$strAlterOrderBy = 'ˆ§¬¥­¨âì ¯®à冷ª â ¡«¨æë';
$strAnIndex = 'ë« ¤®¡ ¢«¥­ ¨­¤¥ªá ¤«ï %s';
$strAnalyzeTable = '€­ «¨§ â ¡«¨æë';
$strAnd = 'ˆ';
$strAny = '‹î¡®©';
$strAnyHost = '‹î¡®© å®áâ';
$strAnyUser = '‹î¡®© ¯®«ì§®¢ â¥«ì';
$strArabic = '€à ¡áª¨©';
$strArmenian = '€à¬ï­áª¨©';
$strAscending = '® ¢®§à áâ ­¨î';
$strAtBeginningOfTable = '‚ ­ ç «® â ¡«¨æë';
$strAtEndOfTable = '‚ ª®­¥æ â ¡«¨æë';
$strAttr = '€âਡãâë';
$strAutodetect = '€¢â®¤¥â¥ªâ';
$strAutomaticLayout = '€¢â®¬ â¨ç¥áª ï à áª« ¤ª ';
 
$strBack = ' § ¤';
$strBaltic = ' «â¨©áª¨©';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' „¢®¨ç­ë© ';
$strBinaryDoNotEdit = ' „¢®¨ç­ë¥ ¤ ­­ë¥ - ­¥ । ªâ¨àãîâáï ';
$strBookmarkAllUsers = '„ âì ª ¦¤®¬ã ¯®«ì§®¢ â¥«î ¨á¯®«ì§®¢ âì íâã § ª« ¤ªã';
$strBookmarkDeleted = '‡ ª« ¤ª  ¡ë«  㤠«¥­ .';
$strBookmarkLabel = 'Œ¥âª ';
$strBookmarkQuery = '‡ ª« ¤ª  ­  SQL-§ ¯à®á';
$strBookmarkThis = '‡ ª« ¤ª  ­  ¤ ­­ë© SQL-§ ¯à®á';
$strBookmarkView = '’®«ìª® ¯à®á¬®âà';
$strBrowse = 'Ž¡§®à';
$strBrowseForeignValues = 'Browse foreign values';
$strBulgarian = '®«£ à᪨©';
$strBzError = 'phpMyAdmin ­¥ ¬®¦¥â ᦠâì ¤ ¬¯ ¨§-§  ¯à®¡«¥¬ á Bz2 extension ¢ ⥪ã饩 ¢¥àᨨ PHP. ‘âண® ४®¬¥­¤ã¥âáï ãáâ ­®¢¨âì ¯¥à¥¬¥­­®© <code>$cfg[\'BZipDump\']</code> ¢ ‚ è¥¬ ª®­ä¨£ãà æ¨®­­®¬ ä ©«¥ phpMyAdmin §­ ç¥­¨¥ <code>FALSE</code>. …᫨ ‚ë å®â¨â¥ ¨á¯®«ì§®¢ âì Bz2-ª®¬¯à¥áá¨î, ‚ ¬ ­¥®¡å®¤¨¬® ®¡­®¢¨âì PHP. ‘¬®âà¨â¥ PHP bug report %s ¤«ï ¡®«¥¥ ¯®¤à®¡­®© ¨­ä®à¬ æ¨¨.';
$strBzip = ' à娢¨à®¢ âì ¢ bzip';
 
$strCSVOptions = 'Ž¯æ¨¨ CSV';
$strCannotLogin = '¥¢®§¬®¦­® ¢®©â¨ ¢ MySQL';
$strCantLoad = '­¥ ¬®£ã § £à㧨âì à áè¨à¥­¨¥ %s,<br />¯à®¢¥àì⥠ª®­ä¨£ãà æ¨î PHP, ¯®¦ «ã©áâ ';
$strCantLoadRecodeIconv = '¥ ¬®£ã § £à㧨âì iconv ¨«¨ recode, ­¥®¡å®¤¨¬ë¥ ¤«ï ¯¥à¥ª®¤¨à®¢ ­¨ï ᨬ¢®«®¢. à®¢¥àì⥠php-ª®­ä¨£ãà æ¨î ¨ à §à¥è¨â¥ ¨å ¨á¯®«ì§®¢ ­¨¥ ¨«¨ § ¯à¥â¨â¥ ¯¥à¥ª®¤¨à®¢ ­¨¥ ᨬ¢®«®¢ ¢ phpMyAdmin.';
$strCantRenameIdxToPrimary = '¥¢®§¬®¦­® ¯¥à¥¨¬¥­®¢ âì ¨­¤¥ªá ¢ PRIMARY!';
$strCantUseRecodeIconv = '¥ ¬®£ã ¨á¯®«ì§®¢ âì iconv ä㭪樨: ­¨ libiconv, ­¨ recode_string, ¯®ª  ­¥ ¡ã¤ãâ § £à㦥­ë extension reports. à®¢¥àì⥠php-ª®­ä¨£ãà æ¨î.';
$strCardinality = 'Š®«¨ç¥á⢮ í«¥¬¥­â®¢';
$strCaseInsensitive = '­¥çã¢á⢨⥫ì­ë© ª ॣ¨áâàã';
$strCaseSensitive = 'çã¢á⢨⥫ì­ë© ª ॣ¨áâàã ';
$strCentralEuropean = '–¥­âà «ì­®-…¢à®¯¥©áª¨©';
$strChange = 'ˆ§¬¥­¨âì';
$strChangeCopyMode = '‘®§¤ âì ­®¢®£® ¯®«ì§®¢ â¥«ï á â ª¨¬¨ ¦¥ ¯à¨¢¨«¥£¨ï¬¨ ¨ ...';
$strChangeCopyModeCopy = '... á®åà ­¨âì áâ à®£®.';
$strChangeCopyModeDeleteAndReload = ' ... 㤠«¨âì áâ à®£® ¨§ â ¡«¨æ ¯®«ì§®¢ â¥«¥© ¨ ¯¥à¥§ £à㧨âì ¯à¨¢¨«¥£¨¨.';
$strChangeCopyModeJustDelete = ' ... 㤠«¨âì áâ à®£® ¨§ â ¡«¨æ ¯®«ì§®¢ â¥«¥©.';
$strChangeCopyModeRevoke = ' ... ®â¬¥­¨âì ¢á¥  ªâ¨¢­ë¥ ¯à¨¢¨«¥£¨¨ áâ à®£® ¨ § â¥¬ 㤠«¨âì ¥£®.';
$strChangeCopyUser = 'ˆ§¬¥­¨âì ¨­ä®à¬ æ¨î «®£¨­ / Š®¯¨à®¢ âì ¯®«ì§®¢ â¥«ï';
$strChangeDisplay = '‚ë¡¥à¨â¥ ¯®«¥ ¤«ï ®â®¡à ¦¥­¨ï';
$strChangePassword = 'ˆ§¬¥­¨âì ¯ à®«ì';
$strCharset = 'Š®¤¨à®¢ª ';
$strCharsetOfFile = 'Š®¤¨à®¢ª  ä ©« :';
$strCharsets = 'Š®¤¨à®¢ª¨';
$strCharsetsAndCollations = 'Š®¤¨à®¢ª¨ ¨ áà ¢­¥­¨ï';
$strCheckAll = 'Žâ¬¥â¨âì ¢á¥';
$strCheckPrivs = 'à®¢¥à¨âì ¯à¨¢¨«¥£¨¨';
$strCheckPrivsLong = 'à®¢¥à¨âì ¯à¨¢¨«¥£¨¨ ¤«ï ¡ §ë &quot;%s&quot;.';
$strCheckTable = 'à®¢¥à¨âì â ¡«¨æã';
$strChoosePage = '‚ë¡¥à¨â¥ áâà ­¨æã ¤«ï । ªâ¨à®¢ ­¨ï';
$strColComFeat = '®ª § âì ª®¬¬¥­â à¨ï á⮫¡æ®¢';
$strCollation = '‘à ¢­¥­¨¥';
$strColumnNames = ' §¢ ­¨ï ª®«®­®ª';
$strColumnPrivileges = 'à¨¢¨«¥£¨¨, ᯥæ¨ä¨ç­ë¥ ¤«ï á⮫¡æ ';
$strCommand = 'Š®¬ ­¤ ';
$strComments = 'Š®¬¬¥­â à¨¨';
$strCompleteInserts = '®«­ ï ¢áâ ¢ª ';
$strCompression = '‘¦ â¨¥';
$strConfigFileError = 'phpMyAdmin ­¥ ¬®¦¥â ¯à®ç¨â âì ¤ ­­ë¥ ¨§ ª®­ä¨£ãà æ¨®­­®£® ä ©« ! <br />‚®§¬®¦­ ï ¯à¨ç¨­  - ᨭ⠪á¨ç¥áª ï ®è¨¡ª .<br />‚맮¢¨â¥ íâ®â ä ©« (config.inc.php) ­¥¯®á।á⢥­­® ¨§ ¡à ã§¥à . …᫨ ¡ã¤ãâ á®®¡é¥­¨ï ®¡ ®è¨¡ª å - ¨á¯à ¢ì⥠¨å. …᫨ ¯ãáâ ï áâà ­¨æ  - ¢á¥ ¢ ¯®à浪¥';
$strConfigureTableCoord = 'ˆ§¬¥­¨â¥ ª®®à¤¨­ âë â ¡«¨æë %s';
$strConnections = '‘®¥¤¨­¥­¨ï';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies ¤®«¦­ë ¡ëâì ¢ª«îç¥­ë ¯®á«¥ í⮣® ¬¥áâ .';
$strCopyTable = '‘ª®¯¨à®¢ âì â ¡«¨æã ¢ (¡ §  ¤ ­­ëå<b>.</b>â ¡«¨æ ):';
$strCopyTableOK = '’ ¡«¨æ  %s ¡ë«  ᪮¯¨à®¢ ­  ¢ %s.';
$strCopyTableSameNames = ' ¥ ¬®£ã ᪮¯¨à®¢ âì â ¡«¨æã ᠬ㠢 ᥡï !';
$strCouldNotKill = 'phpMyAdmin ­¥ ᬮ£ 㤠«¨âì thread %s. ‚®§¬®¦­®, ®­ 㦥 § ªàëâ.';
$strCreate = '‘®§¤ âì';
$strCreateIndex = '‘®§¤ âì ¨­¤¥ªá ­ &nbsp;%s&nbsp;ª®«®­ª å';
$strCreateIndexTopic = '‘®§¤ âì ­®¢ë© ¨­¤¥ªá';
$strCreateNewDatabase = '‘®§¤ âì ­®¢ãî „';
$strCreateNewTable = '‘®§¤ âì ­®¢ãî â ¡«¨æã ¢ „ %s';
$strCreatePage = '‘®§¤ âì ­®¢ãî áâà ­¨æã';
$strCreatePdfFeat = '‘®§¤ ­¨¥ PDF-á奬ë';
$strCriteria = 'Šà¨â¥à¨©';
$strCroatian = '•®à¢ â᪨©';
$strCyrillic = 'Š¨à¨««¨ç¥áª¨©';
$strCzech = '—¥è᪨©';
 
$strDBComment = 'Š®¬¬¥­â à¨© „: ';
$strDBGContext = 'Š®­â¥ªáâ';
$strDBGContextID = 'Š®­â¥ªáâ ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Œ ªá¨¬ «ì­®¥ ¢à¥¬ï, ms';
$strDBGMinTimeMs = 'Œ¨­¨¬ «ì­®¥ ¢à¥¬ï, ms';
$strDBGModule = 'Œ®¤ã«ì';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'ˆâ®£®¢®¥ ¢à¥¬ï, ms';
$strDanish = '„ â᪨©';
$strData = '„ ­­ë¥';
$strDataDict = '‘«®¢ àì ¤ ­­ëå';
$strDataOnly = '’®«ìª® ¤ ­­ë¥';
$strDatabase = '„';
$strDatabaseExportOptions = 'Ž¯æ¨¨ íªá¯®àâ  „';
$strDatabaseHasBeenDropped = ' §  ¤ ­­ëå %s ¡ë«  㤠«¥­ .';
$strDatabaseNoTable = 'â  „ ­¥ ᮤ¥à¦¨â â ¡«¨æ!';
$strDatabases = ' §ë „ ­­ëå';
$strDatabasesDropped = '%s „ ¡ë«¨ ãᯥ譮 㤠«¥­ë.';
$strDatabasesStats = '‘â â¨á⨪  ¡ § ¤ ­­ëå';
$strDatabasesStatsDisable = 'Žâª«îç¨âì áâ â¨á⨪ã';
$strDatabasesStatsEnable = '‚ª«îç¨âì áâ â¨á⨪ã';
$strDatabasesStatsHeavyTraffic = '‡ ¬¥ç ­¨¥: ‚ª«î祭¨¥ áâ â¨á⨪¨ ¡ §ë ¤ ­­ëå ¬®¦¥â á¯à®¢®æ¨à®¢ âì ¡®«ì让 âà ä¨ª ¬¥¦¤ã ¢¥¡-á¥à¢¥à®¬ ¨ á¥à¢¥à®¬ MySQL.';
$strDbPrivileges = ' à¨¢¨«¥£¨¨, ᯥæ¨ä¨ç­ë¥ ¤«ï ¡ §ë ¤ ­­ëå';
$strDbSpecific = 'ᯥæ¨ä¨ç­® ¤«ï „';
$strDefault = '® 㬮«ç ­¨î';
$strDefaultValueHelp = '„«ï §­ ç¥­¨© ¯® 㬮«ç ­¨î ¯à®áâ® ¢¢¥¤¨â¥ ¥¤¨­á⢥­­®¥ §­ ç¥­¨¥ ¡¥§ íªà ­¨à®¢ ­¨ï ¨ ª¢®â¨à®¢ ­¨ï, ¨á¯®«ì§ãï íâ®â ä®à¬ â: a';
$strDelOld = '‚ ⥪ã饩 áâà ­¨æ¥ ¥áâì áá뫪¨ ­  â ¡«¨æë, ª®âàë¥ ¡®«ìè¥ ­¥ áãé¥áâ¢ãîâ. ‚ë å®â¨â¥ 㤠«¨âì í⨠áá뫪¨?';
$strDelete = '“¤ «¨âì';
$strDeleteAndFlush = '“¤ «¨âì ¢á¥å ¯®«ì§®¢ â¥«¥© ¨ ¯¥à¥§ £à㧨âì ¯à¨¢¨«¥£¨¨.';
$strDeleteAndFlushDescr = 'â® «ãç訩 ᯮᮡ, ­® ¯¥à¥§ £à㧪  ¯à¨¢¨«¥£¨© ¬®¦¥â § ­ïâì ­¥ª®â®à®¥ ¢à¥¬ï.';
$strDeleted = 'ï¤ ¡ë« 㤠«¥­';
$strDeletedRows = '‘«¥¤ãî騥 àï¤ë ¡ë«¨ 㤠«¥­ë:';
$strDeleting = '“¤ «¥­¨¥ %s';
$strDescending = '® ã¡ë¢ ­¨î';
$strDescription = 'Ž¯¨á ­¨¥';
$strDictionary = 'á«®¢ àì';
$strDisabled = '¥¤®áâ㯭®';
$strDisplayFeat = '®ª § âì ¤®¯®«­¨â¥«ì­ë¥ ¢®§¬®¦­®áâ¨';
$strDisplayOrder = '®à冷ª ¯à®á¬®âà :';
$strDisplayPDF = '®ª § âì PDF-á奬ã';
$strDoAQuery = '‚믮«­¨âì "§ ¯à®á ¯® ¯à¨¬¥àã" (ᨬ¢®« ¯®¤áâ ­®¢ª¨: "%")';
$strDoYouReally = '‚ë ¤¥©á⢨⥫쭮 ¦¥« ¥â¥ ';
$strDocu = '„®ªã¬¥­â æ¨ï';
$strDrop = '“­¨ç⮦¨âì';
$strDropUsersDb = '“¤ «¨âì ¡ §ë, ª®â®àë¥ ¨¬¥îâ â ª¨¥ ¦¥ ¨¬¥­  ª ª ¨ ¯®«ì§®¢ â¥«¨.';
$strDumpSaved = '„ ¬¯ á®åà ­ñ­ ¢ ä ©« %s.';
$strDumpXRows = '„ ¬¯ %s § ¯¨á¥©, ­ ç¨­ ï á %s.';
$strDumpingData = '„ ¬¯ ¤ ­­ëå â ¡«¨æë';
$strDynamic = '¤¨­ ¬¨ç¥áª¨©';
 
$strEdit = 'à ¢ª ';
$strEditPDFPages = 'ˆ§¬¥­¨âì PDF-áâà ­¨æë';
$strEditPrivileges = '¥¤ ªâ¨à®¢ ­¨¥ ¯à¨¢¨«¥£¨©';
$strEffective = 'ä䥪⨢­®áâì';
$strEmpty = 'Žç¨áâ¨âì';
$strEmptyResultSet = 'MySQL ¢¥à­ã«  ¯ãá⮩ १ã«ìâ â (â.¥. ­®«ì à冷¢).';
$strEnabled = '„®áâ㯭®';
$strEnd = 'Š®­¥æ';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = '€­£«¨©áª¨©';
$strEnglishPrivileges = ' à¨¬¥ç ­¨¥: ¯à¨¢¨«¥£¨¨ MySQL § ¤ îâáï ¯®- ­£«¨©áª¨ ';
$strError = 'Žè¨¡ª ';
$strEstonian = 'á⮭᪨©';
$strExcelOptions = 'Ž¯æ¨¨ Excel';
$strExecuteBookmarked = '‚믮­¨âì ®â¬¥ç¥­­ë© § ¯à®á';
$strExplain = 'Ž¯¨á âì SQL';
$strExport = 'ªá¯®àâ';
$strExtendedInserts = ' áè¨à¥­­ë¥ ¢áâ ¢ª¨';
$strExtra = '„®¯®«­¨â¥«ì­®';
 
$strFailedAttempts = '¥ã¤ ç­ë¥ ¯®¯ë⪨';
$strField = '®«¥';
$strFieldHasBeenDropped = '®«¥ %s ¡ë«® 㤠«¥­®';
$strFields = '®«ï';
$strFieldsEmpty = ' ãá⮩ áç¥â稪 ¯®«¥©! ';
$strFieldsEnclosedBy = '®«ï § ª«îç¥­ë ¢';
$strFieldsEscapedBy = '®«ï íªà ­¨àãîâáï';
$strFieldsTerminatedBy = '®«ï à §¤¥«¥­ë';
$strFileAlreadyExists = '” ©« %s 㦥 áãé¥áâ¢ã¥â ­  á¥à¢¥à¥, ¨§¬¥­¨â¥ ¨¬ï ¨«¨ ¢®á¯®«ì§ã©â¥áì ®¯æ¨¥© ¯¥à¥§ ¯¨á¨.';
$strFileCouldNotBeRead = '” ©« ­¥ ¬®¦¥â ¡ëâì ¯à®ç¨â ­';
$strFileNameTemplate = '˜ ¡«®­ ¨¬¥­¨ ä ©« ';
$strFileNameTemplateRemember = '§ ¯®¬­¨âì è ¡«®­';
$strFixed = '䨪á¨à®¢ ­­ë©';
$strFlushPrivilegesNote = '‡ ¬¥ç ­¨¥: phpMyAdmin ¯®«ã砥⠯®«ì§®¢ â¥«ì᪨¥ ¯à¨¢¨«¥£¨¨ ¯àאַ ¨§ â ¡«¨æ ¯à¨¢¨«¥£¨© MySQL. ‘®¤¥à¦¨¬®¥ íâ¨å â ¡«¨æ ¬®¦¥â ®â«¨ç âìáï ®â ®â ¯à¨¢¨«¥£¨©, ª®â®àë¥ ¨á¯®«ì§ã¥â á¥à¢¥à, ¥á«¨ ¨§¬¥­¥­¨ï ¡ë«¨ ¢­¥á¥­ë ¢àãç­ãî. ‚ í⮬ á«ãç ¥ ¢ë ¤®«¦­ë %s¯¥à¥§ £à㧨âì ¯à¨¢¨«¥£¨¨%s ¯¥à¥¤ ¯à®¤®«¦¥­¨¥¬ à ¡®âë.';
$strFlushTable = '‘¡à®á¨âì ªíè â ¡«¨æë ("FLUSH")';
$strFormEmpty = '’ॡã¥âáï §­ ç¥­¨¥ ¤«ï ä®à¬ë!';
$strFormat = '”®à¬ â';
$strFullText = '®«­ë¥ ⥪áâë';
$strFunction = '”ã­ªæ¨ï';
 
$strGenBy = '‘®§¤ ­­ë©';
$strGenTime = '‚६ï ᮧ¤ ­¨ï';
$strGeneralRelationFeat = 'Žá­®¢­ë¥ ¢®§¬®¦­®á⨠á¢ï§¥©';
$strGerman = '¥¬¥æª¨©';
$strGlobal = 'global';
$strGlobalPrivileges = 'ƒ«®¡ «ì­ë¥ ¯à¨¢¨«¥£¨¨';
$strGlobalValue = 'ƒ«®¡ «ì­®¥ §­ ç¥­¨¥';
$strGo = '®è¥«';
$strGrantOption = 'à¥¤®áâ ¢«ïâì';
$strGreek = 'ƒà¥ç¥áª¨©';
$strGzip = ' à娢¨à®¢ âì ¢ gzip';
 
$strHasBeenAltered = '¡ë«  ¨§¬¥­¥­ .';
$strHasBeenCreated = '¡ë«  ᮧ¤ ­ .';
$strHaveToShow = '‚ë ¤®«¦­ë ¢ë¡à âì ­¥ ¬¥­¥¥ ®¤­®© ª®«®­ª¨ ¤«ï ®â®¡à ¦¥­¨ï';
$strHebrew = 'ˆ¢à¨â';
$strHome = 'Š ­ ç «ã';
$strHomepageOfficial = 'Žä¨æ¨ «ì­ ï áâà ­¨æ  phpMyAdmin';
$strHost = '•®áâ';
$strHostEmpty = 'ãá⮥ ¨¬ï å®áâ !';
$strHungarian = '‚¥­£¥à᪨©';
 
$strId = 'ID';
$strIdxFulltext = '®«­’¥ªáâ';
$strIgnore = 'ˆ£­®à¨à®¢ âì';
$strIgnoringFile = 'ˆ£­®à¨àãî ä ©« %s';
$strImportDocSQL = 'ˆ¬¯®àâ docSQL ä ©«®¢';
$strImportFiles = 'ˆ¬¯®àâ ä ©«®¢';
$strInUse = '¨á¯®«ì§ã¥âáï';
$strIndex = 'ˆ­¤¥ªá';
$strIndexHasBeenDropped = 'ˆ­¤¥ªá %s ¡ë« 㤠«¥­';
$strIndexName = 'ˆ¬ï ¨­¤¥ªá &nbsp;:';
$strIndexType = '’¨¯ ¨­¤¥ªá &nbsp;:';
$strIndexes = 'ˆ­¤¥ªáë';
$strInnodbStat = 'InnoDB áâ âãá';
$strInsecureMySQL = '‚ è ª®­ä¨£ãà æ¨®­­ë© ä ©« ᮤ¥à¦¨â ­ áâனª¨ (¯®«ì§®¢ â¥«ì root ¡¥§ ¯ à®«ï), ª®â®àë¥ ®â­®áïâáï ª ¯à¨¢¨«¥£¨à®¢ ­­®¬ã ¯®«ì§®¢ â¥«î MySQL (¯® 㬮«ç ­¨î). ‚ è MySQL á¥à¢¥à § ¯ã饭 á í⨬¨ ­ áâனª ¬¨ ¯® 㬮«ç ­¨î, ®âªàëâë© ¤«ï ¢â®à¦¥­¨©, ¯®í⮬㠂 ¬ ­ áâ®ï⥫쭮 ४®¬¥­¤ã¥âáï ãáâà ­¨âì íâã ¤ëàã ¢ ¡¥§®¯ á­®áâ¨.';
$strInsert = '‚áâ ¢¨âì';
$strInsertAsNewRow = '‚áâ ¢¨âì ­®¢ë© àï¤';
$strInsertNewRow = '‚áâ ¢¨âì ­®¢ë© àï¤';
$strInsertedRowId = '‚áâ ¢¨âì id à鸞:';
$strInsertedRows = '„®¡ ¢«¥­ë àï¤ë:';
$strInternalNotNecessary = '* ‚­ãâ७­ïï á¢ï§ì ­¥ ®¡ï§ â¥«ì­ , ª®£¤  ®­  â ª¦¥ áãé¥áâ¢ã¥â ¢ InnoDB.';
$strInternalRelations = '‚­ãâ७­¨¥ á¢ï§¨';
 
$strJapanese = 'Ÿ¯®­áª¨©';
$strJumpToDB = '¥à¥©â¨ ª ¡ §¥ &quot;%s&quot;.';
$strJustDelete = 'à®á⮠㤠«¨âì ¯®«ì§®¢ â¥«¥© ¨§ â ¡«¨æ ¯à¨¢¨«ª£¨©.';
$strJustDeleteDescr = '&quot;“¤ «ñ­­ë¥&quot; ¯®«ì§®¢ â¥«¨ ¢áñ ¥éñ ᬮ£ãâ à ¡®â âì á á ¥à¢¥à®¬ ª ª ®¡ëç­® ¤® ¯¥à¥§ £à㧪¨ ¯à¨¢¨«¥£¨©.';
 
$strKeepPass = '¥ ¬¥­ïâì ¯ à®«ì';
$strKeyname = 'ˆ¬ï ª«îç ';
$strKill = '“¡¨âì';
$strKorean = 'Š®à¥©áª¨©';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Ž¯æ¨¨ LaTeX';
$strLandscape = '‹ ­¤è äâ';
$strLatexCaption = '‡ £®«®¢®ª â ¡«¨æë';
$strLatexContent = '‘®¤¥à¦¨¬®¥ â ¡«¨æë __TABLE__';
$strLatexContinued = '(¯à®¤®«¦¥­®)';
$strLatexContinuedCaption = 'à®¤®«¦¥­­ë© § £®«®¢®ª â ¡«¨æë';
$strLatexIncludeCaption = '‚ª«îç¨âì § £®«®¢®ª â ¡«¨æë';
$strLatexLabel = 'Label key';
$strLatexStructure = '‘âàãªâãà  â ¡«¨æë __TABLE__';
$strLengthSet = '„«¨­ë/‡­ ç¥­¨ï*';
$strLimitNumRows = '§ ¯¨á¥© ­  áâà ­¨æã';
$strLinesTerminatedBy = '‘âப¨ à §¤¥«¥­ë';
$strLinkNotFound = '‘¢ï§ì ­¥ ­ ©¤¥­ ';
$strLinksTo = '‘¢ï§ì á';
$strLithuanian = '‹ â¢¨©áª¨©';
$strLocalhost = 'Local';
$strLocationTextfile = 'Œ¥áâ®à á¯®«®¦¥­¨¥ ⥪á⮢®£® ä ©« ';
$strLogPassword = ' à®«ì:';
$strLogServer = '‘¥à¢¥à';
$strLogUsername = '®«ì§®¢ â¥«ì:';
$strLogin = '‚室 ¢ á¨á⥬ã';
$strLoginInformation = 'ˆ­ä®à¬ æ¨ï «®£¨­ ';
$strLogout = '‚ë©â¨ ¨§ á¨á⥬ë';
 
$strMIME_MIMEtype = 'MIME-⨯';
$strMIME_available_mime = '„®áâã¯­ë¥ MIME-⨯ë';
$strMIME_available_transform = '„®áâã¯­ë¥ âà ­áä®à¬ æ¨¨';
$strMIME_description = 'Ž¯¨á ­¨¥';
$strMIME_nodescription = '¥â ¤®áâ㯭ëå ®¯¨á ­¨© ¤«ï í⮩ âà ­áä®à¬ æ¨¨.<br />®¦ «ã©áâ , á¯à®á¨â¥  ¢â®à  çâ® ¤¥« ¥â %s.';
$strMIME_transformation = '’à ­áä®à¬ æ¨ï ¡à ã§¥à ';
$strMIME_transformation_note = '„«ï ᯨ᪠ ¤®áâ㯭ëå ®¯æ¨© âà ­áä®à¬ æ¨¨ ¨ âà ­áä®à¬ æ¨© ¨å MIME-⨯®¢ ª«¨ª­¨â¥ ­  %s®¯¨á ­¨¥ âà ­áä®à¬ æ¨©%s';
$strMIME_transformation_options = 'Ž¯æ¨¨ âà ­áä®à¬ æ¨¨';
$strMIME_transformation_options_note = '®¦ «ã©á¨ , ¢¢¥¤¨â¥ §­ ç¥­¨ï ¤«ï âà ­áä®à¬ æ¨¨, ¨á¯®«ì§ãï íâ®â ä®à¬ â: \'a\',\'b\',\'c\'...<br />…᫨ ¢ ¬ ­ã¦­® ¯®áâ ¢¨âì ¡íªá«íè("\") ¨«¨ ª ¢ëçªã("\'"), íªà ­¨àã©â¥ ¨å (­ ¯à¨¬¥à \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME-⨯ë, ¢ë¤¥«¥­­ë¥ ªãàᨢ®¬, ­¥ ¨¬¥î⠮⤥«ì­®© ä㭪樨 âà ­áä®à¬ æ¨¨';
$strModifications = 'Œ®¤¨ä¨ª æ¨¨ ¡ë«¨ á®åà ­¥­ë';
$strModify = 'ˆ§¬¥­¨âì';
$strModifyIndexTopic = 'ˆ§¬¥­¨âì ¨­¤¥ªá';
$strMoveTable = '¥à¥¬¥áâ¨âì â ¡«¨æë ¢ (¡ §  ¤ ­­ëå<b>.</b>â ¡«¨æ ):';
$strMoveTableOK = '’ ¡«¨æ  %s ¡ë«  ¯¥à¥¬¥é¥­  ¢ %s.';
$strMoveTableSameNames = '¥ ¬®£ã ¯¥à¥¬¥áâ¨âì â ¡«¨æã ᠬ㠢 ᥡï!';
$strMultilingual = '¬­®£®ï§ëç­ë©';
$strMySQLCharset = 'MySQL-ª®¤¨à®¢ª ';
$strMySQLSaid = 'Žâ¢¥â MySQL: ';
$strMySQLShowProcess = '®ª § âì ¯à®æ¥ááë';
$strMySQLShowStatus = '®ª § âì á®áâ®ï­¨¥ MySQL';
$strMySQLShowVars = '®ª § âì á¨á⥬­ë¥ ¯¥à¥¬¥­­ë¥ MySQL';
 
$strName = 'ˆ¬ï';
$strNext = '„ «¥¥';
$strNo = '¥â';
$strNoDatabases = '„ ®âáãâáâ¢ãîâ';
$strNoDatabasesSelected = '¨ ®¤­  „ ­¥ ¢ë¡à ­ .';
$strNoDescription = '­¥â ®¯¨á ­¨ï';
$strNoDropDatabases = 'Š®¬ ­¤  "“¤ «¨âì „" ®âª«î祭 .';
$strNoExplain = 'à¥ªà â¨âì ®¯¨á ­¨¥ SQL';
$strNoFrames = '„«ï à ¡®âë phpMyAdmin ­ã¦¥­ ¡à ã§¥à á ¯®¤¤¥à¦ª®© <b>ä३¬®¢</b>.';
$strNoIndex = 'ˆ­¤¥ªá ­¥ ®¯à¥¤¥«¥­!';
$strNoIndexPartsDefined = '— á⨠¨­¤¥ªá  ­¥ ®¯à¥¤¥«¥­ë!';
$strNoModification = '¥â ¨§¬¥­¥­¨©';
$strNoOptions = '‚ í⮬ ä®à¬ â¥ ­¥â ®¯æ¨©';
$strNoPassword = '¥§ ¯ à®«ï';
$strNoPermission = '‚¥¡-á¥à¢¥àã ­¥ 墠⠥⠯ࠢ ¤«ï á®åà ­¥­¨ï ä ©«  %s.';
$strNoPhp = '¡¥§ PHP-ª®¤ ';
$strNoPrivileges = '¥§ ¯à¨¢¨«¥£¨©';
$strNoRights = '‚ë ­¥ ¨¬¥¥â¥ ¤®áâ â®ç­® ¯à ¢ ¤«ï í⮣®!';
$strNoSpace = '¥ 墠⠥⠤¨áª®¢®£® ¯à®áâà ­á⢠ ¤«ï á®åà ­¥­¨ï ä ©«  %s.';
$strNoTablesFound = '‚ „ ­¥ ®¡­ à㦥­® â ¡«¨æ.';
$strNoUsersFound = '¥ ­ ©¤¥­ ¯®«ì§®¢ â¥«ì.';
$strNoValidateSQL = '¥ ¯à®¢¥àïâì SQL';
$strNone = '¥â';
$strNotNumber = 'â® ­¥ ç¨á«®!';
$strNotOK = '¥ £®â®¢®';
$strNotSet = '’ ¡«¨æ  <b>%s</b> ­¥ ­ ©¤¥­ ';
$strNull = '®«ì';
$strNumSearchResultsInTable = '%s § ¯¨á¨(¥©) ¢ â ¡«¨æ¥ <i>%s</i>';
$strNumSearchResultsTotal = '<b>ˆâ®£®:</b> <i>%s</i> § ¯¨á¨(¥©)';
$strNumTables = '’ ¡«¨æ';
 
$strOK = 'ƒ®â®¢®';
$strOperations = 'Ž¯¥à æ¨¨';
$strOptimizeTable = 'Ž¯â¨¬¨§¨à®¢ âì â ¡«¨æã';
$strOr = 'ˆ«¨';
$strOverhead = ' ª« ¤­ë¥ à á室ë';
$strOverwriteExisting = '¥à¥§ ¯¨á âì áãé¥áâ¢ãî騩(¥) ä ©«(ë)';
 
$strPHP40203 = '‚ë ¨á¯®«ì§ã¥â¥ ¢¥àá¨î PHP 4.2.3, ª®â®à ï ᮤ¥à¦¨â á¥à쥧­ë¥ ®è¨¡ª¨ ¯à¨ à ¡®â¥ á ¬­®£®-¡ ©â®¢ë¬¨ áâப ¬¨ (mbstring). ‘¬®âà¨â¥ PHP bug report 19404. „ ­­ ï ¢¥àá¨ï PHP ­¥ ४®¬¥­¤ã¥âáï ¤«ï ¨á¯®«ì§®¢ ­¨ï á phpMyAdmin.';
$strPHPVersion = '‚¥àá¨ï PHP';
$strPageNumber = '®¬¥à áâà ­¨æë:';
$strPaperSize = ' §¬¥à ¡ã¬ £¨';
$strPartialText = '— áâ¨ç­ë¥ ⥪áâë';
$strPassword = ' à®«ì';
$strPasswordChanged = ' à®«ì ¤«ï %s ¡ë« ãᯥ譮 ¨§¬¥­ñ­.';
$strPasswordEmpty = 'ãá⮩ ¯ à®«ì!';
$strPasswordNotSame = ' à®«¨ ­¥ ®¤¨­ ª®¢ë!';
$strPdfDbSchema = '‘âàãªâãà  ¡ §ë "%s" - áâà ­¨æ  %s';
$strPdfInvalidTblName = '’ ¡«¨æ  "%s" ­¥ áãé¥áâ¢ã¥â!';
$strPdfNoTables = '¥â â ¡«¨æ';
$strPerHour = '¢ ç á';
$strPerMinute = '¢ ¬¨­ãâã';
$strPerSecond = '¢ ᥪ㭤ã';
$strPhoneBook = '⥫¥ä®­­ ï ª­¨£ ';
$strPhp = '‘®§¤ âì PHP-ª®¤';
$strPmaDocumentation = '„®ªã¬¥­â æ¨ï ¯® phpMyAdmin';
$strPmaUriError = '„¨à¥ªâ¨¢  <tt>$cfg[\'PmaAbsoluteUri\']</tt> ¤®«¦­  ¡ëâì ãáâ ­®¢«¥­  ¢ ‚ è¥¬ ª®­ä¨£ãà æ¨®­­®¬ ä ©«¥!';
$strPortrait = '®àâà¥â';
$strPos1 = ' ç «®';
$strPrevious = ' § ¤';
$strPrimary = '¥à¢¨ç­ë©';
$strPrimaryKeyHasBeenDropped = '¥à¢¨ç­ë© ª«îç ¡ë« ã¤ «¥­';
$strPrimaryKeyName = 'ˆ¬ï ¯¥à¢¨ç­®£® ª«îç  ¤®«¦­® ¡ëâì PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>¤®«¦­®</b> ¡ëâì ¯à¨§­ ª®¬ <b>⮫쪮</b> ¯¥à¢¨ç­®£® ª«îç !)';
$strPrint = '¥ç âì';
$strPrintView = '‚¥àá¨ï ¤«ï ¯¥ç â¨';
$strPrintViewFull = ' á¯¥ç â âì (á® ¢á¥¬ ⥪á⮬)';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = '®§¢®«ï¥â ¨§¬¥­¥­¨¥ áâàãªâãàë áãé¥áâ¢ãîé¨å â ¡«¨æ.';
$strPrivDescCreateDb = '®§¢®«ï¥â ᮧ¤ ­¨¥ ­®¢ëå ¡ § ¤ ­­ëå ¨ â ¡«¨æ.';
$strPrivDescCreateTbl = '®§¢®«ï¥â ᮧ¤ ­¨¥ ­®¢ëå â ¡«¨æ.';
$strPrivDescCreateTmpTable = '®§¢®«ï¥â ᮧ¤ ­¨¥ ¢à¥¬¥­­ëå â ¡«¨æ.';
$strPrivDescDelete = '®§¢®«ï¥â 㤠«¥­¨¥ ¤ ­­ëå.';
$strPrivDescDropDb = '®§¢®«ï¥â 㤠«¥­¨¥ ';
$strPrivDescDropTbl = '®§¢®«ï¥â 㤠«¥­¨¥ â ¡«¨æ.';
$strPrivDescExecute = '®§¢®«ï¥â § ¯ã᪠åà ­¨¬ëå ¯à®æ¥¤ãà; ¥ à ¡®â ¥â ¢ í⮩ ¢¥àᨨ MySQL.';
$strPrivDescFile = '®§¢®«ï¥â ¨¬¯®àâ¨à®¢ ­¨¥ ¨ íªá¯®àâ¨à®¢ ­¨¥ ¤ ­­ëå ¢ ä ©«ë.';
$strPrivDescGrant = '®§¢®«ï¥â ¤®¡ ¢«¥­¨¥ ¯®«ì§®¢ â¥«¥© ¨ ¯à¨¢¨«¥£¨© ¡¥§ ¯¥à¥§ £à㧪¨ â ¡«¨æ ¯à¨¢¨«¥£¨©.';
$strPrivDescIndex = '®§¢®«ï¥â ᮧ¤ ­¨¥ ¨ 㤠«¥­¨¥ ¨­¤¥ªá®¢.';
$strPrivDescInsert = '®§¢®«ï¥â ¢áâ ¢ªã ¨ § ¬¥­ã ¤ ­­ëå.';
$strPrivDescLockTables = '®§¢®«ï¥â ¡«®ª¨à®¢ªã â ¡«¨æ ¤«ï ⥪ã饣® ¯®â®ª .';
$strPrivDescMaxConnections = 'Ž£à ­¨ç¨¢ ¥â ª®«¨ç¥á⢮ ᮥ¤¨­¥­¨©, ª®â®àë¥ ¯®«ì§®¢ â¥«ì ¬®¦¥â ®âªàëâì ¢ â¥ç¥­¨¥ ç á .';
$strPrivDescMaxQuestions = 'Ž£à ­¨ç¨¢ ¥â ª®«¨ç¥á⢮ § ¯à®á®¢, ª®â®àë¥ ¯®«ì§®¢ â¥«ì ¬®¦¥â ®âà ¢¨â ¢ â¥ç¥­¨¥ ç á .';
$strPrivDescMaxUpdates = 'Ž£à ­¨ç¨¢ ¥â ª®«¨ç¥á⢮ ª®¬ ­¤, ¨§¬¥­ïîé¨å «î¡ãî â ¡«¨æã ¨«¨ ¡ §ã ¤ ­­ëå, ª®â®àë¥ ¯®«ì§®¢ â¥«ì ¬®¦¥â ¢ë¯®«­¨âì §  ç á.';
$strPrivDescProcess3 = '®§¢®«ï¥â 㡨¢ âì ¯à®æ¥ááë ¤àã£¨å ¯®«ì§®¢ ¥â¥«¥©.';
$strPrivDescProcess4 = '®§¢®«ï¥â ¯à®á¬®âà ¯®«­ëå § ¯à®á®¢ ¢ ᯨ᪥ ¯à®æ¥áᮢ.';
$strPrivDescReferences = '¥ à ¡®â ¥â ¢ í⮩ ¢¥àᨨ MySQL.';
$strPrivDescReload = '®§¢®«ï¥â ¯¥à¥§ £à㧪㠭 áâ஥ª á¥à¢¥à  ¨ ®ç¨áâªã ¥£® ªí襩.';
$strPrivDescReplClient = '„ ñâ ¯®«ì§®¢ â¥«î ¯à ¢® á¯à è¨¢ âì £¤¥ ­ å®¤ïâìáï slaves / masters.';
$strPrivDescReplSlave = 'ã¦¥­ ¤«ï ९«¨ª æ¨¨ slaves.';
$strPrivDescSelect = '®§¢®«ï¥â ç⥭¨¥ ¤ ­­ëå.';
$strPrivDescShowDb = '„ ñâ ¤®áâ㯠ª ¯®«­®¬ã ᯨáªã ¡ § ¤ ­­ëå.';
$strPrivDescShutdown = '®§¢®«ï¥â ®áâ ­®¢ªã á¥à¢¥à .';
$strPrivDescSuper = '®§¢®«ï¥â ᮥ¤¨­ïâìáï, ¤ ¦¥ ¥á«¨ ¤®á⨣­ãâ® ¬ ªá¨¬ «ì­®¥ ª®«¨ç¥á⢮ ᮥ¤¨­¥­¨©; ¥®¡å®¤¨¬® ¤«ï ¡®«ì設á⢠  ¤¬¨­¨áâà â¨¢­ëå § ¤ ç, â ª¨å ª ª ãáâ ­®¢ª  £«®¡ «ì­ëå ¯¥à¥¬¥­­ëå ¨«¨ ®áâ ­®¢ª  ¯à®æ¥áᮢ ¤àã£¨å ¯®«ì§®¢ â¥«¥©.';
$strPrivDescUpdate = '®§¢®«ï¥â ¨§¬¥­¥­¨¥ ¤ ­­ëå.';
$strPrivDescUsage = '¥â ¯à¨¢¨«¥£¨©.';
$strPrivileges = 'à¨¢¨«¥£¨¨';
$strPrivilegesReloaded = 'à¨¢¨«¥£¨¨ ¡ë«¨ ãᯥ譮 ¯¥à¥§ £à㦥­ë.';
$strProcesslist = '‘¯¨á®ª ¯à®æ¥áᮢ';
$strPutColNames = '“ª ¦¨â¥ ­ ¨¬¥­®¢ ­¨ï ¯®«¥© ¢ ¯¥à¢®© áâப¥';
 
$strQBE = '‡ ¯à®á&nbsp;¯®&nbsp;¯à¨¬¥àã';
$strQBEDel = '“¤ «¨âì';
$strQBEIns = '‚áâ ¢¨âì';
$strQueryFrame = 'Žª­® § ¯à®á ';
$strQueryOnDb = 'SQL-§ ¯à®á „ <b>%s</b>:';
$strQuerySQLHistory = 'ˆáâ®à¨ï SQL';
$strQueryStatistics = '<b>‘â â¨á⨪  § ¯à®á®¢</b>: ‘® ¢à¥¬¥­¨ § ¯ã᪠ %s § ¯à®á®¢ ¡ë«® ¯®á« ­® ­  á¥à¢¥à.';
$strQueryTime = '‡ ¯à®á § ­ï« %01.4f ᥪ';
$strQueryType = '’¨¯ § ¯à®á ';
$strQueryWindowLock = '¥ ¯¥à¥§ ¯¨á뢠âì íâ®â § ¯à®á ¢­¥ ®ª­ ';
 
$strReType = '®¤â¢¥à¦¤¥­¨¥';
$strReceived = 'à¨­ïâ®';
$strRecords = '‡ ¯¨á¨';
$strReferentialIntegrity = 'à®¢¥à¨âì 楫®áâ­®áâì ¤ ­­ëå:';
$strRelationNotWorking = '„®¯®«­¨â¥«ì­ë¥ ¢®§¬®¦­®á⨠¤«ï à ¡®âë á® á¢ï§ ­­ë¬¨ â ¡«¨æ ¬¨ ­¥¤®áâ㯭ë. „«ï ®¯à¥¤¥«¥­¨ï ¯à¨ç¨­ë ­ ¦¬¨â¥ %sá%s.';
$strRelationView = '‘¢ï§ ­­ë© ¢¨¤';
$strRelationalSchema = '¥«ï樮­­ ï á奬 ';
$strRelations = '‘¢ï§¨';
$strReloadMySQL = '¥à¥§ £à㧨âì MySQL';
$strReloadingThePrivileges = '¥à¥§ £à㧪  ¯à¨¢¨«¥£¨©';
$strRemoveSelectedUsers = '“¤ «¨âì ¢ë¤¥«¥­­ëå ¯®«ì§®¢ â¥«¥©';
$strRenameTable = '¥à¥¨¬¥­®¢ âì â ¡«¨æã ¢';
$strRenameTableOK = '’ ¡«¨æ  %s ¡ë«  ¯¥à¥¨¬¥­®¢ ­  ¢ %s';
$strRepairTable = '®ç¨­¨âì â ¡«¨æã';
$strReplaceNULLBy = '‡ ¬¥­¨âì NULL ­ ';
$strReplaceTable = '‡ ¬¥áâ¨âì ¤ ­­ë¥ â ¡«¨æë ¤ ­­ë¬¨ ¨§ ä ©« ';
$strReset = '¥à¥ãáâ ­®¢¨âì';
$strResourceLimits = 'à¥¤¥« à¥áãàᮢ';
$strRevoke = 'Žâ¬¥­¨âì';
$strRevokeAndDelete = 'Žâ¬¥­¨âì ¢á¥  ªâ¨¢­ë¥ ¯à¨¢¨«¥£¨¨ ¯®«ì§®¢ â¥«¥© ¨ § â¥¬ 㤠«¨âì ¨å.';
$strRevokeAndDeleteDescr = '®«ì§®¢ â¥«¨ ¢áñ ¥éñ ¡ã¤ãâ ¨¬¥âì USAGE ¯à¨¢¨«¥£¨¨ ¤® ¯¥à¥§ £à㧪¨ ¯à¨¢¨«¥£¨©.';
$strRevokeMessage = '‚ë ¨§¬¥­¨«¨ ¯à¨¢¨«¥£¨¨ ¤«ï %s';
$strRowLength = '„«¨­  à鸞';
$strRowSize = '  §¬¥à à鸞 ';
$strRows = 'ï¤ë';
$strRowsFrom = 'à冷¢ ®â';
$strRowsModeFlippedHorizontal = '£®à¨§®­â «ì­®(¯®¢ñà­ãâë¥ § £®«®¢ª¨)';
$strRowsModeHorizontal = '£®à¨§®­â «ì­®¬';
$strRowsModeOptions = '¢ %s ०¨¬¥, § £®«®¢ª¨ ¯®á«¥ ª ¦¤ëå %s ï祥ª';
$strRowsModeVertical = '¢¥à⨪ «ì­®¬';
$strRowsStatistic = '‘â â¨á⨪  à鸞';
$strRunQuery = '‚믮«­¨âì ‡ ¯à®á';
$strRunSQLQuery = '‚믮«­¨âì SQL § ¯à®á(ë) ­  „ %ë';
$strRunning = '­  %s';
$strRussian = 'ãá᪨©';
 
$strSQL = 'SQL';
$strSQLOptions = 'Ž¯æ¨¨ SQL';
$strSQLParserBugMessage = '‚®§¬®¦­® 㠂 á ®è¨¡ª  ¢ SQL-¯ àá¥à¥. ®¦ «ã©áâ , ¯à®¢¥àì⥠¢­¨¬ â¥«ì­® ‚ è § ¯à®á ¨ ᮮ⢥âá⢨¥ ª ¢ë祪. ‚®§¬®¦­® â ª¦¥, çâ® ‚ë ¯ëâ ¥â¥áì § ª ç âì ¡¨­ à­ë© ä ©« ¢­¥ ¯®«ï quoted text area. ‚ë ¬®¦¥â¥ ¯®¯à®¡®¢ âì ¢ë¯®«­¨âì ᢮© § ¯à®á ç¥à¥§ ¨­â¥àä¥©á ª®¬ ­¤­®© áâப¨ MySQL. Ž¯¨á ­¨¥ ®è¨¡ª¨ MySQL á¥à¢¥à  ¤ ­® ­¨¦¥, ¢®§¬®¦­® ®­® ¯®¬®¦¥â ¯®­ïâì, çâ® ¦¥ ¯à®¨§®è«®. …᫨ 㠂 á ¢á¥ à ¢­® ¢®§­¨ª î⠯஡«¥¬ë ¨«¨ ¥á«¨ ¯ àá¥à ¢ë¤ ¥â ®è¨¡ª¨ â ¬, £¤¥ ¨­â¥àä¥©á ª®¬ ­¤­®© áâப¨ à ¡®â ¥â ãᯥ譮, ¯®¯à®¡ã©â¥ ¨§¬¥­¨âì ᢮© SQL § ¯à®á ¤® ¯à®áâëå § ¯à®á®¢ ¨ ®¯à¥¤¥«¨âì, ª ª®© ¨¬¥­­® ¢ë§ë¢ ¥â ¯à®¡«¥¬ë. ‚ë ¬®¦¥â¥ â ª¦¥ ¯à¨á« âì ®âç¥â ®¡ ®è¨¡ª¥ ¢¬¥áâ¥ á ¡«®ª®¬ ¤ ­­ëå (ᥪæ¨ï CUT):';
$strSQLParserUserError = 'Š ¦¥âáï ¢®§­¨ª«  ®è¨¡ª  ¢ ‚ è¥¬ SQL § ¯à®á¥. Ž¯¨á ­¨¥ ®è¨¡ª¨ ®â MySQL á¥à¢¥à  ¤ ­® ­¨¦¥, ¢®§¬®¦­®, ®­® ¯®¬®¦¥â ‚ ¬ à §®¡à âìáï';
$strSQLQuery = 'SQL-§ ¯à®á';
$strSQLResult = 'SQL-१ã«ìâ â';
$strSQPBugInvalidIdentifer = '¥¯à ¢¨«ì­ë© ¨¤¥­â¨ä¨ª â®à';
$strSQPBugUnclosedQuote = '¥§ ªàëâ ï ª ¢ë窠';
$strSQPBugUnknownPunctuation = '¥¨§¢¥áâ­ ï áâப  á ¯ã­ªâã æ¨¥©';
$strSave = '‘®åà ­¨âì';
$strSaveOnServer = '‘®åà ­¨âì ­  á¥à¢¥à¥ ¢ ¤¨à¥ªâ®à¨¨ %s';
$strScaleFactorSmall = 'Œ áèâ ¡ ᫨誮¬ ¬ «¥­ìª¨© ¤«ï ®â®¡à ¦¥­¨ï ¢á¥© â ¡«¨æë ­  ®¤­®© áâà ­¨æ¥';
$strSearch = 'ˆáª âì';
$strSearchFormTitle = 'ˆáª âì ¢ ¡ §¥ ¤ ­­ëå';
$strSearchInTables = '‚ â ¡«¨æ¥( å):';
$strSearchNeedle = '‘«®¢®( ) ¨«¨ §­ ç¥­¨¥(ï) ¤«ï ¯®¨áª  (¢ª«îç ï "%") ¢:';
$strSearchOption1 = 'å®âì ®¤­® á«®¢®';
$strSearchOption2 = '¢á¥ á«®¢ ';
$strSearchOption3 = 'â®ç­®¥ ᮮ⢥âá⢨¥';
$strSearchOption4 = 'ॣã«ïà­®¥ ¢ëà ¦¥­¨¥';
$strSearchResultsFor = 'ˆáª âì ¢ "<i>%s</i>" %s:';
$strSearchType = 'ˆáª âì:';
$strSecretRequired = 'Š®­ä¨£ãà æ¨®­­®¬ã ä ©«ã ᥩç á ­ã¦­  ᥪà¥â­ ï äà §  (blowfish_secret).';
$strSelectADb = '‚ë¡¥à¨â¥ „';
$strSelectAll = 'Žâ¬¥â¨âì ¢á¥';
$strSelectFields = '‚ë¡à âì ¯®«ï (¬¨­¨¬ã¬ ®¤­®):';
$strSelectNumRows = '¯® § ¯à®áã';
$strSelectTables = '‚ë¡¥à¨â¥ â ¡«¨æã(ë)';
$strSend = '¯®á« âì';
$strSent = '®á« ­®';
$strServer = '‘¥à¢¥à';
$strServerChoice = '‚ë¡®à á¥à¢¥à ';
$strServerStatus = '’¥ªãé ï ¨­ä®à¬ æ¨ï';
$strServerStatusUptime = 'â®â MySQL á¥à¢¥à à ¡®â ¥â %s. Ž­ ¡ë« § ¯ã饭 %s.';
$strServerTabProcesslist = 'à®æ¥ááë';
$strServerTabVariables = '¥à¥¬¥­­ë¥';
$strServerTrafficNotes = '<b>’à ä¨ª</b>: â¨ â ¡«¨æë ¯®ª §ë¢ îâ áâ â¨á⨪㠯® á¥â¥¢®¬ã âà ä¨ªã MySQL á¥à¢¥à  á® ¢à¥¬¥­¨ ¥£® § ¯ã᪠.';
$strServerVars = '¥à¥¬¥­­ë¥ ¨ ­ áâனª¨ á¥à¢¥à ';
$strServerVersion = '‚¥àá¨ï á¥à¢¥à ';
$strSessionValue = '‡­ ç¥­¨¥ á¥áᨨ';
$strSetEnumVal = '„«ï ⨯®¢ ¯®«ï "enum" ¨ "set", ¢¢¥¤¨â¥ §­ ç¥­¨ï ¯® í⮬ã ä®à¬ âã: \'a\',\'b\',\'c\'...<br />…᫨ ¢ ¬ ¯®­ ¤®¡¨âìáï ¢¢¥á⨠®¡à â­ãî ª®áãî ç¥àâã ("\"") ¨«¨ ®¤¨­®ç­ãî ª ¢ëçªã ("\'") á।¨ íâ¨å §­ ç¥­¨©, ¯®áâ ¢ì⥠¯¥à¥¤ ­¨¬¨ ®¡à â­ãî ª®áãî ç¥àâã (­ ¯à¨¬¥à, \'\\\\xyz\' ¨«¨ \'a\\\'b\').';
$strShow = '®ª § âì';
$strShowAll = '®ª § âì ¢á¥';
$strShowColor = '®ª § âì 梥â';
$strShowDatadictAs = '”®à¬ â á«®¢ àï ¤ ­­ëå';
$strShowFullQueries = '®ª §ë¢ âì ®«­ë¥ ‡ ¯à®áë';
$strShowGrid = '®ª § âì á¥âªã';
$strShowPHPInfo = '®ª § âì ¨­ä®à¬ æ¨î ® PHP';
$strShowTableDimension = '®ª § âì à §¬¥à­®áâì â ¡«¨æë';
$strShowTables = '®ª § âì â ¡«¨æë';
$strShowThisQuery = ' ®ª § âì ¤ ­­ë© § ¯à®á á­®¢  ';
$strShowingRecords = '®ª §ë¢ ¥â § ¯¨á¨ ';
$strSimplifiedChinese = '“¯à®éñ­­ë© ª¨â ©áª¨©';
$strSingly = '(®â¤¥«ì­®)';
$strSize = ' §¬¥à';
$strSort = 'Žâá®àâ¨à®¢ âì';
$strSortByKey = '‘®àâ¨à®¢ âì ¯® ª«îçã';
$strSpaceUsage = 'ˆá¯®«ì§ã¥¬®¥ ¯à®áâà ­á⢮';
$strSplitWordsWithSpace = '‘«®¢ , à §¤¥«¥­­ë¥ ¯à®¡¥«®¬ (" ").';
$strStatCheckTime = '®á«¥¤­ïï ¯à®¢¥àª ';
$strStatCreateTime = '‘®§¤ ­¨¥';
$strStatUpdateTime = '®á«¥¤­¥¥ ®¡­®¢«¥­¨¥';
$strStatement = '‚ëà ¦¥­¨ï';
$strStatus = '‘â âãá';
$strStrucCSV = 'CSV ¤ ­­ë¥';
$strStrucData = '‘âàãªâãà  ¨ ¤ ­­ë¥';
$strStrucDrop = '„®¡ ¢¨âì 㤠«¥­¨¥ â ¡«¨æë';
$strStrucExcelCSV = 'CSV ¤«ï ¤ ­­ëå MS Excel';
$strStrucOnly = '’®«ìª® áâàãªâãàã';
$strStructPropose = 'à¥¤« £ ¥¬ ï áâàãªâãà  â ¡«¨æë';
$strStructure = '‘âàãªâãà ';
$strSubmit = '‚믮«­¨âì';
$strSuccess = '‚ è SQL-§ ¯à®á ¡ë« ãᯥ譮 ¢ë¯®«­¥­';
$strSum = '‚ᥣ®';
$strSwedish = '˜¢¥¤áª¨©';
$strSwitchToTable = '¥à¥ª«îç¨âìáï ­  ᪮¯¨à®¢ ­­ãî â ¡«¨æã';
 
$strTable = 'â ¡«¨æ  ';
$strTableComments = 'Š®¬¬¥­â à¨© ª â ¡«¨æ¥';
$strTableEmpty = 'ãá⮥ ­ §¢ ­¨¥ â ¡«¨æë!';
$strTableHasBeenDropped = '’ ¡«¨æ  %s ¡ë«  㤠«¥­ ';
$strTableHasBeenEmptied = '’ ¡«¨æ  %s ¡ë«  ®ç¨é¥­ ';
$strTableHasBeenFlushed = 'ë« á¡à®è¥­ ªíè â ¡«¨æë %s';
$strTableMaintenance = 'Ž¡á«ã¦¨¢ ­¨¥ â ¡«¨æë';
$strTableOfContents = 'Ž£« ¢«¥­¨¥';
$strTableOptions = 'Ž¯æ¨¨ â ¡«¨æë';
$strTableStructure = '‘âàãªâãà  â ¡«¨æë';
$strTableType = '’¨¯ â ¡«¨æë';
$strTables = '%s â ¡«¨æ(ë)';
$strTblPrivileges = ' à¨¢¨«¥£¨¨, ᯥæ¨ä¨ç­ë¥ ¤«ï â ¡«¨æë';
$strTextAreaLength = ' ˆ§-§  ¡®«ì让 ¤«¨­ë,<br /> íâ® ¯®«¥ ­¥ ¬®¦¥â ¡ëâì ®â। ªâ¨à®¢ ­­® ';
$strThai = '’ ¨';
$strThisHost = 'â®â å®áâ';
$strThisNotDirectory = 'â® ¡ë«  ­¥ ¤¨à¥ªâ®à¨ï';
$strThreadSuccessfullyKilled = 'Thread %s ¡ë« 㤠«¥­.';
$strTime = '∴•';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = '¢á¥£®';
$strTotalUC = '‚ᥣ®';
$strTraditionalChinese = '’à ¤¨æ¨®­­ë© ª¨â ©áª¨©';
$strTraffic = '’à ä¨ª';
$strTransformation_image_jpeg__inline = 'Žâ®¡à ¦ ¥â ¯à¥¤¯à®á¬®âà, ­  ª®â®àë© ¬®¦­® ª«¨ª­ãâì; ®¯æ¨¨: è¨à¨­ ,¢ëá®â  ¢ ¯¨ªá¥« å (á®åà ­ï¥â ¨á室­ë© ¬ áèâ ¡)';
$strTransformation_image_jpeg__link = 'Žâ®¡à ¦ ¥â áá뫪㠭  íâ® ¨§®¡à ¦¥­¨¥(direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = '¥àñâ ¯®«¥ TIME, TIMESTAMP ¨«¨ DATETIME ¨ ä®à¬ â¨àã¥â ¥£® ¢ ᮮ⢥âá⢨¨ á ¢ è¨¬ «®ª «ì­ë¬ ä®à¬ â®¬ ¤ âë. ¥à¢ ï ®¯æ¨ï - í⮠ᤢ¨£ (¢ ç á å), ª®â®àë© ¡ã¤¥â ¤®¡ ¢«¥­ ª timestamp (® 㬮«ç ­¨î: 0). ‚â®à ï ®¯æ¨ï - íâ® ¤à㣮© ä®à¬ â ¤ âë ¢ ᮮ⢥âá⢨¨ á ¯ à ¬¥âà ¬¨, ¤®áâ㯭묨 ¤«ï ä㭪樨 PHP strftime().';
$strTransformation_text_plain__external = '’Ž‹œŠŽ LINUX: ‡ ¯ã᪠¥â ¢­¥è­¥¥ ¯à¨«®¦¥­¨¥ ¨ § ¯®­ï¥â ¯®«ï ç¥à¥§ áâ ­¤ àâ­ë© ¢¢®¤. ‚®§¢à é ¥â áâ ­¤ àâ­ë© ¢ë¢®¤ ¯à¨«®¦¥­¨ï. ® 㬮«ç ­¨î Tidy, ¤«ï ä®à¬ â¨à®¢ ­¨ï HTML ª®¤ . ® á®®¡à ¦¥­¨ï¬ ¡¥§®¯ á­®áâ¨, ¢ë ¤®«¦­ë ¢àãç­ãî ®â। ªâ¨à®¢ âì ä ©« libraries/transformations/text_plain__external.inc.php ¨ ¢¯¨á âì ¯à®£à ¬¬ë, ª®â®àë¥ ¢ë å®â¨â¥ § ¯ã᪠âì. ¥à¢ ï ®¯æ¨ï - íâ® ­®¬¥à ¯à®£à ¬¬ë, ª®â®àãî ¢ë å®â¨â¥ ¨á¯®«ì§®¢ âì, ¢â®à ï - ¯ à ¬¥âàë ¤«ï ¯à®£à ¬¬ë. ’à¥â¨© ¯ à ¬¥âà ¯à¨ §­ ç¥­¨¨ 1 ¡ã¤¥â ª®­¢¥àâ¨à®¢ âì ¢ë¢®¤, ¨á¯®«ì§ãï htmlspecialchars() (® 㬮«ç ­¨î 1). —¥â¢ñàâë© ¯ à ¬¥âà ¯à¨ §­ ç¥­¨¨ 1 ¢ëáâ ¢¨â NOWRAP, â ª çâ® ¢¥áì ¢ë¢®¤ ¡ã¤¥â ®â®¡à ¦ñ­ ¡¥§ ¯¥à¥ä®à¬ â¨à®¢ ­¨ï (® 㬮«ç ­¨î 1)';
$strTransformation_text_plain__formatted = '‘®åà ­ï¥â ¨á室­®¥ ä®à¬ â¨à®¢ ­¨¥ ¯®«ï. ªà ­¨à®¢ ­¨¥ ­¥ ¯à®¨§¢®¤¨âáï.';
$strTransformation_text_plain__imagelink = '®ª §ë¢ ¥â ¨§®¡à ¦¥­¨¥ ¨ áá뫪ã, ¯®«¥ ᮤ¥à¦¨â ¨¬ï ä ©« ; ¯¥à¢ ï ®¯æ¨ï - íâ® ¯à¥ä¨ªá ¢à®¤¥ "http://domain.com/", ¢â®à ï - è¨à¨­  ¢ ¯¨ªá¥« å, âà¥âìï - ¢ëá®â .';
$strTransformation_text_plain__link = 'Žâ®¡à ¦ ¥â áá뫪ã, ¯®«¥ ᮤ¥à¦¨â ¨¬ï ä ©« ; ¯¥à¢ ï ®¯æ¨ï - íâ® ¯à¥ä¨ªá ¢à®¤¥ "http://domain.com/", ¢â®à ï - § £®«®¢®ª ¤«ï áá뫪¨.';
$strTransformation_text_plain__substr = '®ª §ë¢ ¥â ⮫쪮 ç áâì áâப¨. ¥à¢ ï ®¯æ¨ï - í⮠ᤢ¨£, ®¯à¥¤¥«ïî騩 £¤¥ ­ ç¨­ ¥âáï ¢ë¢®¤ ⥪áâ  (® 㬮«ç ­¨î 0). ‚â®à ï ®¯æ¨ï - íâ® ª®«¨ç¥á⢮ ¢®§¢à é ¥¬®£® ⥪áâ . …᫨ ­¥ ®¯à¥¤¥«¥­®, â® ¢®§¢à é ¥âáï ¢¥áì ®áâ î騩áï ⥪áâ. ’à¥âìï ®¯æ¨ï ®¯à¥¤¥«ï¥â ᨬ¢®«ë, ª®â®àë¥ ¡ã¤ãâ ¤®¡ ¢«¥­ë ª ¢ë¢®¤ã, ª®£¤  ¢®§¢à é ¥âáï ¯®¤áâப . (® 㬮«ç ­¨î: ...) .';
$strTruncateQueries = 'Ž¡à¥§ âì ®ª § ­­ë¥ ‡ ¯à®áë';
$strTurkish = '’ãà¥æª¨©';
$strType = '’¨¯';
 
$strUkrainian = '“ªà ¨­áª¨©';
$strUncheckAll = '‘­ïâì ®â¬¥âªã á® ¢á¥å';
$strUnicode = 'ž­¨ª®¤';
$strUnique = '“­¨ª «ì­®¥';
$strUnknown = '­¥¨§¢¥áâ­®';
$strUnselectAll = '‘­ïâì ®â¬¥âªã á® ¢á¥å';
$strUpdComTab = '®¦ «ã©áâ , ¯®á¬®âà¨â¥ ª ª ®¡­®¢¨âì Column_comments ’ ¡«¨æã ¢ ¤®ªã¬¥­â æ¨¨';
$strUpdatePrivMessage = 'ë«¨ ¨§¬¥­¥­ë ¯à¨¢¨«¥£¨¨ ¤«ï';
$strUpdateProfileMessage = 'à®ä¨«ì ¡ë« ®¡­®¢«¥­.';
$strUpdateQuery = '„®¯®«­¨âì § ¯à®á';
$strUpgrade = '‚ë ¤®«¦­ë ®¡­®¢¨âì %s ¤® ¢¥àᨨ %s ¨«¨ ¢ëè¥.';
$strUsage = 'ˆá¯®«ì§®¢ ­¨¥';
$strUseBackquotes = 'Ž¡à â­ë¥ ª ¢ë窨 ¢ ­ §¢ ­¨ïå â ¡«¨æ ¨ ¯®«¥©';
$strUseHostTable = 'ˆá¯®«ì§®¢ âì â ¡«¨æã å®á⮢';
$strUseTables = 'ˆá¯®«ì§®¢ âì â ¡«¨æë';
$strUseTextField = 'ˆá¯®«ì§®¢ âì ⥪á⮢®¥ ¯®«¥';
$strUseThisValue = 'ˆá¯®«ì§®¢ âì íâ® §­ ç¥­¨¥';
$strUser = '®«ì§®¢ â¥«ì';
$strUserAlreadyExists = '®«ì§®¢ â¥«ì %s 㦥 áãé¥áâ¢ã¥â!';
$strUserEmpty = 'ãá⮥ ¨¬ï ¯®«ì§®¢ â¥«ï!';
$strUserName = 'ˆ¬ï ¯®«ì§®¢ â¥«ï';
$strUserNotFound = '‚뤥«¥­­ë© ¯®«ì§®¢ â¥«ì ­¥ ¡ë« ­ ©¤¥­ ¢ â ¡«¨æ¥ ¯à¨¢¨«¥£¨©.';
$strUserOverview = 'User overview';
$strUsersDeleted = '‚ë¡à ­­ë¥ ¯®«ì§®¢ â¥«¨ ¡ë«¨ ãᯥ譮 㤠«¥­ë.';
$strUsersHavingAccessToDb = '®«ì§®¢ â¥«¨ á ¯à ¢ ¬¨ ¤®áâ㯠 ª &quot;%s&quot;';
 
$strValidateSQL = 'à®¢¥à¨âì SQL';
$strValidatorError = 'à®¢¥àª  SQL ­¥ ¬®¦¥â ¡ëâì ¨­¨æ¨ «¨§¨à®¢ ­ . à®¢¥àìâ¥, ãáâ ­®¢«¥­ë «¨ ­¥®¡å®¤¨¬ë¥ ¬®¤ã«¨ à áè¨à¥­¨© ¤«ï PHP, ®¯¨á ­­ë¥ ¢ %s¤®ªã¬¥­â æ¨¨%s.';
$strValue = '‡­ ç¥­¨¥';
$strVar = '¥à¥¬¥­­ ï';
$strViewDump = 'à®á¬®âà¥âì ¤ ¬¯ â ¡«¨æë';
$strViewDumpDB = 'à®á¬®âà¥âì ¤ ¬¯ „';
$strViewDumpDatabases = 'à®á¬®âà¥âì ¤ ¬¯ (á奬ã) „';
 
$strWebServerUploadDirectory = '¤¨à¥ªâ®à¨ï, ªã¤  ¯®¬¥é îâáï § ª ç ­­ë¥ ä ©«ë ®â web-á¥à¢¥à ';
$strWebServerUploadDirectoryError = '¤¨à¥ªâ®à¨ï, ª®â®àãî ‚ë ãáâ ­®¢¨«¨ ª ª "upload" ­¥ ¬®¦¥â ¡ëâì ®âªàëâ ';
$strWelcome = '„®¡à® ¯®¦ «®¢ âì ¢ %s';
$strWestEuropean = '‡ ¯ ¤­®-…¢à®¯¥©áª¨©';
$strWildcard = 'è ¡«®­';
$strWindowNotFound = '–¥«¥¢®¥ ®ª­® ¡à ã§¥à  ­¥ ¬®¦¥â ¡ëâì ®¡­®¢«¥­®. ‚®§¬®¦­®, ¢ë § ªà뫨 த¨â¥«ì᪮¥ ®ª­® ¨«¨ ¢ è ¡à ã§¥à ¡«®ª¨àã¥â ¬¥¦®ª®­­ë¥ ®¡­®¢«¥­¨ï ¨§-§  ­ áâ஥ª ¡¥§®¯ á­®áâ¨';
$strWithChecked = '‘ ®â¬¥ç¥­­ë¬¨:';
$strWritingCommentNotPossible = ' ¯¨á ­¨¥ ª®¬¬¥­â à¨ï ­¥¢®§¬®¦­®';
$strWritingRelationNotPossible = '„®¡ ¢«¥­¨¥ á¢ï§¨ ­¥¢®§¬®¦­®';
$strWrongUser = 'Žè¨¡®ç­ë© «®£¨­/¯ à®«ì. ‚ ¤®áâ㯥 ®âª § ­®.';
 
$strXML = 'XML';
 
$strYes = '„ ';
 
$strZeroRemovesTheLimit = '‡ ¬¥ç ­¨¥: “áâ ­®¢ª  íâ¨å ®¯æ¨© ¢ 0 (­®«ì) 㤠«ï¥â «¨¬¨â.';
$strZip = ' à娢¨à®¢ âì ¢ zip';
// To translate
 
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/russian-koi8-r.inc.php
0,0 → 1,985
<?php
/* $Id: russian-koi8-r.inc.php,v 2.121.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by Gosha Sakovich <gt2 at users.sourceforge.net>
* Artyom Rabzonov <tyomych at gmx.net>
* Nicolay Zakharov <info at melody.org.ru> 16-Dec-2002
* (nobody) 2004-09-18
*/
 
$charset = 'koi8-r';
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('âÁÊÔ', 'Ëâ', 'íâ', 'çâ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('÷Ó', 'ðÎ', '÷Ô', 'óÒ', 'þÔ', 'ðÔ', 'óÂ');
$month = array('ñÎ×', 'æÅ×', 'íÁÒ', 'áÐÒ', 'íÁÊ', 'éÀÎ', 'éÀÌ', 'á×Ç', 'óÅÎ', 'ïËÔ', 'îÏÑ', 'äÅË');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d %Y Ç., %H:%M';
$timespanfmt = '%s ÄÎÅÊ, %s ÞÁÓÏ×, %s ÍÉÎÕÔ É %s ÓÅËÕÎÄ';
 
$strAPrimaryKey = 'âÙÌ ÄÏÂÁ×ÌÅÎ ÐÅÒ×ÉÞÎÙÊ ËÌÀÞ Ë %s';
$strAbortedClients = 'ïÔÍÅÎÅÎÙ';
$strAbsolutePathToDocSqlDir = '÷×ÅÄÉÔÅ ÁÂÓÏÌÀÔÎÙÊ ÐÕÔØ ÎÁ ÓÅÒ×ÅÒÅ Ë ÄÉÒÅËÔÏÒÉÉ docSQL, ÐÏÖÁÌÕÊÓÔÁ';
$strAccessDenied = '÷ ÄÏÓÔÕÐÅ ÏÔËÁÚÁÎÏ';
$strAccessDeniedExplanation = 'phpMyAdmin ÐÏÐÙÔÁÌÓÑ ÓÏÅÄÉÎÉÔØÓÑ Ó ÓÅÒ×ÅÒÏÍ MySQL, ÎÏ ÓÅÒ×ÅÒ ÏÔ×ÅÒÇ ÓÏÅÄÉÎÅÎÉÅ. ðÒÏ×ÅÒØÔÅ ÉÍÑ ÈÏÓÔÁ, ÐÏÌØÚÏ×ÁÔÅÌÑ É ÐÁÒÏÌØ × config.inc.php.';
$strAction = 'äÅÊÓÔ×ÉÅ';
$strAddAutoIncrement = 'äÏÂÁ×ÉÔØ ÚÎÁÞÅÎÉÅ AUTO_INCREMENT';
$strAddConstraints = 'äÏÂÁ×ÉÔØ ÏÇÒÁÎÉÞÅÎÉÑ';
$strAddDeleteColumn = 'äÏÂÁ×ÉÔØ/ÕÄÁÌÉÔØ ÓÔÏÌÂÅà ËÒÉÔÅÒÉÑ';
$strAddDeleteRow = 'äÏÂÁ×ÉÔØ/ÕÄÁÌÉÔØ ÒÑÄ ËÒÉÔÅÒÉÑ';
$strAddDropDatabase = 'äÏÂÁ×ÉÔØ DROP DATABASE';
$strAddHeaderComment = 'äÏÂÁ×ÉÔØ ÞÁÓÔÎÙÅ ÓÏÍÍÅÎÔÁÒÉÉ Ë header (\\n ÒÁÚÂÉ×ÁÅÔ ÓÔÒÏËÉ)';
$strAddIfNotExists = 'äÏÂÁ×ÉÔØ IF NOT EXISTS';
$strAddIntoComments = 'äÏÂÁ×ÉÔØ × ËÏÍÍÅÎÔÁÒÉÉ';
$strAddNewField = 'äÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÐÏÌÅ';
$strAddPrivilegesOnDb = 'äÏÂÁ×ÉÔØ ÐÒÉ×ÉÌÅÇÉÉ ÎÁ ÓÌÅÄÕÀÝÕÀ ÂÁÚÕ';
$strAddPrivilegesOnTbl = ' äÏÂÁ×ÉÔØ ÐÒÉ×ÉÌÅÇÉÉ ÎÁ ÓÌÅÄÕÀÝÕÀ ÔÁÂÌÉÃÕ';
$strAddSearchConditions = 'äÏÂÁ×ÉÔØ ÕÓÌÏ×ÉÑ ÐÏÉÓËÁ (ÔÅÌÏ ÄÌÑ ÕÓÌÏ×ÉÑ "where"):';
$strAddToIndex = 'äÏÂÁ×ÉÔØ Ë ÉÎÄÅËÓÕ&nbsp;%s&nbsp;ËÏÌÏÎËÕ(É)';
$strAddUser = 'äÏÂÁ×ÉÔØ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ';
$strAddUserMessage = 'âÙÌ ÄÏÂÁ×ÌÅÎ ÎÏ×ÙÊ ÐÏÌØÚÏ×ÁÔÅÌØ.';
$strAddedColumnComment = 'äÏÂÁ×ÌÅÎÎÙÊ ËÏÍÍÅÎÔÁÒÉÊ ÄÌÑ ÓÔÏÌÂÃÁ';
$strAddedColumnRelation = 'äÏÂÁ×ÌÅÎÎÁÑ Ó×ÑÚØ ÄÌÑ ÓÔÏÌÂÃÁ';
$strAdministration = 'áÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÅ';
$strAffectedRows = 'úÁÔÒÏÎÕÔÙÅ ÒÑÄÙ:';
$strAfter = 'ðÏÓÌÅ %s';
$strAfterInsertBack = '÷ÏÚ×ÒÁÔ';
$strAfterInsertNewInsert = '÷ÓÔÁ×ÉÔØ ÎÏ×ÕÀ ÚÁÐÉÓØ';
$strAfterInsertSame = '÷ÏÚ×ÒÁÔÉÔØÓÑ Ë ÜÔÏÊ ÓÔÒÁÎÉÃÅ';
$strAll = '÷ÓÅ';
$strAllTableSameWidth = 'ÐÏËÁÚÁÔØ ×ÓÅ ÔÁÂÌÉÃÙ Ó ÔÁËÏÊ ÛÉÒÉÎÏÊ?';
$strAlterOrderBy = 'éÚÍÅÎÉÔØ ÐÏÒÑÄÏË ÔÁÂÌÉÃÙ';
$strAnIndex = 'âÙÌ ÄÏÂÁ×ÌÅÎ ÉÎÄÅËÓ ÄÌÑ %s';
$strAnalyzeTable = 'áÎÁÌÉÚ ÔÁÂÌÉÃÙ';
$strAnd = 'é';
$strAny = 'ìÀÂÏÊ';
$strAnyHost = 'ìÀÂÏÊ ÈÏÓÔ';
$strAnyUser = 'ìÀÂÏÊ ÐÏÌØÚÏ×ÁÔÅÌØ';
$strArabic = 'áÒÁÂÓËÉÊ';
$strArmenian = 'áÒÍÑÎÓËÉÊ';
$strAscending = 'ðÏ ×ÏÚÒÁÓÔÁÎÉÀ';
$strAtBeginningOfTable = '÷ ÎÁÞÁÌÏ ÔÁÂÌÉÃÙ';
$strAtEndOfTable = '÷ ËÏÎÅÃ ÔÁÂÌÉÃÙ';
$strAttr = 'áÔÒÉÂÕÔÙ';
$strAutodetect = 'á×ÔÏÄÅÔÅËÔ';
$strAutomaticLayout = 'á×ÔÏÍÁÔÉÞÅÓËÁÑ ÒÁÓËÌÁÄËÁ';
 
$strBack = 'îÁÚÁÄ';
$strBaltic = 'âÁÌÔÉÊÓËÉÊ';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' ä×ÏÉÞÎÙÊ ';
$strBinaryDoNotEdit = ' ä×ÏÉÞÎÙÅ ÄÁÎÎÙÅ - ÎÅ ÒÅÄÁËÔÉÒÕÀÔÓÑ ';
$strBookmarkAllUsers = 'äÁÔØ ËÁÖÄÏÍÕ ÐÏÌØÚÏ×ÁÔÅÌÀ ÉÓÐÏÌØÚÏ×ÁÔØ ÜÔÕ ÚÁËÌÁÄËÕ';
$strBookmarkDeleted = 'úÁËÌÁÄËÁ ÂÙÌÁ ÕÄÁÌÅÎÁ.';
$strBookmarkLabel = 'íÅÔËÁ';
$strBookmarkQuery = 'úÁËÌÁÄËÁ ÎÁ SQL-ÚÁÐÒÏÓ';
$strBookmarkThis = 'úÁËÌÁÄËÁ ÎÁ ÄÁÎÎÙÊ SQL-ÚÁÐÒÏÓ';
$strBookmarkView = 'ôÏÌØËÏ ÐÒÏÓÍÏÔÒ';
$strBrowse = 'ïÂÚÏÒ';
$strBrowseForeignValues = 'Browse foreign values';
$strBulgarian = 'âÏÌÇÁÒÓËÉÊ';
$strBzError = 'phpMyAdmin ÎÅ ÍÏÖÅÔ ÓÖÁÔØ ÄÁÍÐ ÉÚ-ÚÁ ÐÒÏÂÌÅÍ Ó Bz2 extension × ÔÅËÕÝÅÊ ×ÅÒÓÉÉ PHP. óÔÒÏÇÏ ÒÅËÏÍÅÎÄÕÅÔÓÑ ÕÓÔÁÎÏ×ÉÔØ ÐÅÒÅÍÅÎÎÏÊ <code>$cfg[\'BZipDump\']</code> × ÷ÁÛÅÍ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÍ ÆÁÊÌÅ phpMyAdmin ÚÎÁÞÅÎÉÅ <code>FALSE</code>. åÓÌÉ ÷Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ Bz2-ËÏÍÐÒÅÓÓÉÀ, ÷ÁÍ ÎÅÏÂÈÏÄÉÍÏ ÏÂÎÏ×ÉÔØ PHP. óÍÏÔÒÉÔÅ PHP bug report %s ÄÌÑ ÂÏÌÅÅ ÐÏÄÒÏÂÎÏÊ ÉÎÆÏÒÍÁÃÉÉ.';
$strBzip = 'ÁÒÈÉ×ÉÒÏ×ÁÔØ × bzip';
 
$strCSVOptions = 'ïÐÃÉÉ CSV';
$strCalendar = 'ëÁÌÅÎÄÁÒØ';
$strCannotLogin = 'îÅ×ÏÚÍÏÖÎÏ ×ÏÊÔÉ × MySQL';
$strCantLoad = 'ÎÅ ÍÏÇÕ ÚÁÇÒÕÚÉÔØ ÒÁÓÛÉÒÅÎÉÅ %s,<br />ÐÒÏ×ÅÒØÔÅ ËÏÎÆÉÇÕÒÁÃÉÀ PHP, ÐÏÖÁÌÕÊÓÔÁ';
$strCantLoadRecodeIconv = 'îÅ ÍÏÇÕ ÚÁÇÒÕÚÉÔØ iconv ÉÌÉ recode, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ÐÅÒÅËÏÄÉÒÏ×ÁÎÉÑ ÓÉÍ×ÏÌÏ×. ðÒÏ×ÅÒØÔÅ php-ËÏÎÆÉÇÕÒÁÃÉÀ É ÒÁÚÒÅÛÉÔÅ ÉÈ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÉÌÉ ÚÁÐÒÅÔÉÔÅ ÐÅÒÅËÏÄÉÒÏ×ÁÎÉÅ ÓÉÍ×ÏÌÏ× × phpMyAdmin.';
$strCantRenameIdxToPrimary = 'îÅ×ÏÚÍÏÖÎÏ ÐÅÒÅÉÍÅÎÏ×ÁÔØ ÉÎÄÅËÓ × PRIMARY!';
$strCantUseRecodeIconv = 'îÅ ÍÏÇÕ ÉÓÐÏÌØÚÏ×ÁÔØ iconv ÆÕÎËÃÉÉ: ÎÉ libiconv, ÎÉ recode_string, ÐÏËÁ ÎÅ ÂÕÄÕÔ ÚÁÇÒÕÖÅÎÙ extension reports. ðÒÏ×ÅÒØÔÅ php-ËÏÎÆÉÇÕÒÁÃÉÀ.';
$strCardinality = 'ëÏÌÉÞÅÓÔ×Ï ÜÌÅÍÅÎÔÏ×';
$strCaseInsensitive = 'ÎÅÞÕ×ÓÔ×ÉÔÅÌØÎÙÊ Ë ÒÅÇÉÓÔÒÕ';
$strCaseSensitive = 'ÞÕ×ÓÔ×ÉÔÅÌØÎÙÊ Ë ÒÅÇÉÓÔÒÕ ';
$strCentralEuropean = 'ãÅÎÔÒÁÌØÎÏ-å×ÒÏÐÅÊÓËÉÊ';
$strChange = 'éÚÍÅÎÉÔØ';
$strChangeCopyMode = 'óÏÚÄÁÔØ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ Ó ÔÁËÉÍÉ ÖÅ ÐÒÉ×ÉÌÅÇÉÑÍÉ É ...';
$strChangeCopyModeCopy = '... ÓÏÈÒÁÎÉÔØ ÓÔÁÒÏÇÏ.';
$strChangeCopyModeDeleteAndReload = ' ... ÕÄÁÌÉÔØ ÓÔÁÒÏÇÏ ÉÚ ÔÁÂÌÉà ÐÏÌØÚÏ×ÁÔÅÌÅÊ É ÐÅÒÅÚÁÇÒÕÚÉÔØ ÐÒÉ×ÉÌÅÇÉÉ.';
$strChangeCopyModeJustDelete = ' ... ÕÄÁÌÉÔØ ÓÔÁÒÏÇÏ ÉÚ ÔÁÂÌÉà ÐÏÌØÚÏ×ÁÔÅÌÅÊ.';
$strChangeCopyModeRevoke = ' ... ÏÔÍÅÎÉÔØ ×ÓÅ ÁËÔÉ×ÎÙÅ ÐÒÉ×ÉÌÅÇÉÉ ÓÔÁÒÏÇÏ É ÚÁÔÅÍ ÕÄÁÌÉÔØ ÅÇÏ.';
$strChangeCopyUser = 'éÚÍÅÎÉÔØ ÉÎÆÏÒÍÁÃÉÀ ÌÏÇÉÎÁ/ ëÏÐÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ';
$strChangeDisplay = '÷ÙÂÅÒÉÔÅ ÐÏÌÅ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ';
$strChangePassword = 'éÚÍÅÎÉÔØ ÐÁÒÏÌØ';
$strCharset = 'ëÏÄÉÒÏ×ËÁ';
$strCharsetOfFile = 'ëÏÄÉÒÏ×ËÁ ÆÁÊÌÁ:';
$strCharsets = 'ëÏÄÉÒÏ×ËÉ';
$strCharsetsAndCollations = 'ëÏÄÉÒÏ×ËÉ É ÓÒÁ×ÎÅÎÉÑ';
$strCheckAll = 'ïÔÍÅÔÉÔØ ×ÓÅ';
$strCheckOverhead = 'ïÔÍÅÔÉÔØ ÔÒÅÂÕÀÝÉÅ ÏÐÔÉÍÉÚÁÃÉÉ';
$strCheckPrivs = 'ðÒÏ×ÅÒÉÔØ ÐÒÉ×ÉÌÅÇÉÉ';
$strCheckPrivsLong = 'ðÒÏ×ÅÒÉÔØ ÐÒÉ×ÉÌÅÇÉÉ ÄÌÑ ÂÁÚÙ &quot;%s&quot;.';
$strCheckTable = 'ðÒÏ×ÅÒÉÔØ ÔÁÂÌÉÃÕ';
$strChoosePage = '÷ÙÂÅÒÉÔÅ ÓÔÒÁÎÉÃÕ ÄÌÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ';
$strColComFeat = 'ðÏËÁÚÁÔØ ËÏÍÍÅÎÔÁÒÉÑ ÓÔÏÌÂÃÏ×';
$strCollation = 'óÒÁ×ÎÅÎÉÅ';
$strColumnNames = 'îÁÚ×ÁÎÉÑ ËÏÌÏÎÏË';
$strColumnPrivileges = 'ðÒÉ×ÉÌÅÇÉÉ, ÓÐÅÃÉÆÉÞÎÙÅ ÄÌÑ ÓÔÏÌÂÃÁ';
$strCommand = 'ëÏÍÁÎÄÁ';
$strComments = 'ëÏÍÍÅÎÔÁÒÉÉ';
$strCommentsForTable = 'ëÏÍÍÅÎÔÁÒÉÉ Ë ÔÁÂÌÉÃÅ';
$strCompleteInserts = 'ðÏÌÎÁÑ ×ÓÔÁ×ËÁ';
$strCompression = 'óÖÁÔÉÅ';
$strConfigFileError = 'phpMyAdmin ÎÅ ÍÏÖÅÔ ÐÒÏÞÉÔÁÔØ ÄÁÎÎÙÅ ÉÚ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÇÏ ÆÁÊÌÁ! <br />÷ÏÚÍÏÖÎÁÑ ÐÒÉÞÉÎÁ - ÓÉÎÔÁËÓÉÞÅÓËÁÑ ÏÛÉÂËÁ.<br />÷ÙÚÏ×ÉÔÅ ÜÔÏÔ ÆÁÊÌ (config.inc.php) ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ ÉÚ ÂÒÁÕÚÅÒÁ. åÓÌÉ ÂÕÄÕÔ ÓÏÏÂÝÅÎÉÑ Ï ÏÛÉÂËÁÈ - ÉÓÐÒÁ×ØÔÅ ÉÈ. åÓÌÉ ÐÕÓÔÁÑ ÓÔÒÁÎÉÃÁ - ×ÓÅ × ÐÏÒÑÄËÅ';
$strConfigureTableCoord = 'éÚÍÅÎÉÔÅ ËÏÏÒÄÉÎÁÔÙ ÔÁÂÌÉÃÙ %s';
$strConnectionError = 'óÏÅÄÉÎÅÎÉÅ ÎÅ×ÏÚÍÏÖÎÏ: ÎÅ×ÅÒÎÙÅ ÕÓÔÏÎÏ×ËÉ.';
$strConnections = 'óÏÅÄÉÎÅÎÉÑ';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies ÄÏÌÖÎÙ ÂÙÔØ ×ËÌÀÞÅÎÙ ÐÏÓÌÅ ÜÔÏÇÏ ÍÅÓÔÁ.';
$strCopyTable = 'óËÏÐÉÒÏ×ÁÔØ ÔÁÂÌÉÃÕ × (ÂÁÚÁ ÄÁÎÎÙÈ<b>.</b>ÔÁÂÌÉÃÁ):';
$strCopyTableOK = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÓËÏÐÉÒÏ×ÁÎÁ × %s.';
$strCopyTableSameNames = ' îÅ ÍÏÇÕ ÓËÏÐÉÒÏ×ÁÔØ ÔÁÂÌÉÃÕ ÓÁÍÕ × ÓÅÂÑ !';
$strCouldNotKill = 'phpMyAdmin ÎÅ ÓÍÏÇ ÕÄÁÌÉÔØ thread %s. ÷ÏÚÍÏÖÎÏ, ÏÎ ÕÖÅ ÚÁËÒÙÔ.';
$strCreate = 'óÏÚÄÁÔØ';
$strCreateIndex = 'óÏÚÄÁÔØ ÉÎÄÅËÓ ÎÁ&nbsp;%s&nbsp;ËÏÌÏÎËÁÈ';
$strCreateIndexTopic = 'óÏÚÄÁÔØ ÎÏ×ÙÊ ÉÎÄÅËÓ';
$strCreateNewDatabase = 'óÏÚÄÁÔØ ÎÏ×ÕÀ âä';
$strCreateNewTable = 'óÏÚÄÁÔØ ÎÏ×ÕÀ ÔÁÂÌÉÃÕ × âä %s';
$strCreatePage = 'óÏÚÄÁÔØ ÎÏ×ÕÀ ÓÔÒÁÎÉÃÕ';
$strCreatePdfFeat = 'óÏÚÄÁÎÉÅ PDF-ÓÈÅÍÙ';
$strCreationDates = 'óÏÚÄÁÎÉÅ/ïÂÎÏ×ÌÅÎÉÅ/ðÒÏ×ÅÒËÁ ÄÁÔ';
$strCriteria = 'ëÒÉÔÅÒÉÊ';
$strCroatian = 'èÏÒ×ÁÔÓËÉÊ';
$strCyrillic = 'ëÉÒÉÌÌÉÞÅÓËÉÊ';
$strCzech = 'þÅÛÓËÉÊ';
$strCzechSlovak = 'þÅÛÓËÉÊ';
 
$strDBComment = 'ëÏÍÍÅÎÔÁÒÉÊ âä: ';
$strDBGContext = 'ëÏÎÔÅËÓÔ';
$strDBGContextID = 'ëÏÎÔÅËÓÔ ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'íÁËÓÉÍÁÌØÎÏÅ ×ÒÅÍÑ, ms';
$strDBGMinTimeMs = 'íÉÎÉÍÁÌØÎÏÅ ×ÒÅÍÑ, ms';
$strDBGModule = 'íÏÄÕÌØ';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'éÔÏÇÏ×ÏÅ ×ÒÅÍÑ, ms';
$strDBRename = 'ðÅÒÅÉÍÅÎÏ×ÁÔØ ÂÁÚÕ ÄÁÎÎÙÈ ×';
$strDanish = 'äÁÔÓËÉÊ';
$strData = 'äÁÎÎÙÅ';
$strDataDict = 'óÌÏ×ÁÒØ ÄÁÎÎÙÈ';
$strDataOnly = 'ôÏÌØËÏ ÄÁÎÎÙÅ';
$strDatabase = 'âä';
$strDatabaseEmpty = 'éÍÑ ÂÁÚÙ ÄÁÎÎÙÈ ÎÅ ÕËÁÚÁÎÎÏ!';
$strDatabaseExportOptions = 'ïÐÃÉÉ ÜËÓÐÏÒÔÁ âä';
$strDatabaseHasBeenDropped = 'âÁÚÁ ÄÁÎÎÙÈ %s ÂÙÌÁ ÕÄÁÌÅÎÁ.';
$strDatabaseNoTable = 'üÔÁ âä ÎÅ ÓÏÄÅÒÖÉÔ ÔÁÂÌÉÃ!';
$strDatabases = 'âÁÚÙ äÁÎÎÙÈ';
$strDatabasesDropped = '%s âä ÂÙÌÉ ÕÓÐÅÛÎÏ ÕÄÁÌÅÎÙ.';
$strDatabasesStats = 'óÔÁÔÉÓÔÉËÁ ÂÁÚ ÄÁÎÎÙÈ';
$strDatabasesStatsDisable = 'ïÔËÌÀÞÉÔØ ÓÔÁÔÉÓÔÉËÕ';
$strDatabasesStatsEnable = '÷ËÌÀÞÉÔØ ÓÔÁÔÉÓÔÉËÕ';
$strDatabasesStatsHeavyTraffic = 'úÁÍÅÞÁÎÉÅ: ÷ËÌÀÞÅÎÉÅ ÓÔÁÔÉÓÔÉËÉ ÂÁÚÙ ÄÁÎÎÙÈ ÍÏÖÅÔ ÓÐÒÏ×ÏÃÉÒÏ×ÁÔØ ÂÏÌØÛÏÊ ÔÒÁÆÉË ÍÅÖÄÕ ×ÅÂ-ÓÅÒ×ÅÒÏÍ É ÓÅÒ×ÅÒÏÍ MySQL.';
$strDbPrivileges = ' ðÒÉ×ÉÌÅÇÉÉ, ÓÐÅÃÉÆÉÞÎÙÅ ÄÌÑ ÂÁÚÙ ÄÁÎÎÙÈ';
$strDbSpecific = 'ÓÐÅÃÉÆÉÞÎÏ ÄÌÑ âä';
$strDefault = 'ðÏ ÕÍÏÌÞÁÎÉÀ';
$strDefaultValueHelp = 'äÌÑ ÚÎÁÞÅÎÉÊ ÐÏ ÕÍÏÌÞÁÎÉÀ ÐÒÏÓÔÏ ××ÅÄÉÔÅ ÅÄÉÎÓÔ×ÅÎÎÏÅ ÚÎÁÞÅÎÉÅ ÂÅÚ ÜËÒÁÎÉÒÏ×ÁÎÉÑ É Ë×ÏÔÉÒÏ×ÁÎÉÑ, ÉÓÐÏÌØÚÕÑ ÜÔÏÔ ÆÏÒÍÁÔ: a';
$strDefragment = 'äÅÆÒÁÇÍÅÎÔÉÒÏ×ÁÔØ ÔÁÂÌÉÃÕ';
$strDelOld = '÷ ÔÅËÕÝÅÊ ÓÔÒÁÎÉÃÅ ÅÓÔØ ÓÓÙÌËÉ ÎÁ ÔÁÂÌÉÃÙ, ËÏÔÒÙÅ ÂÏÌØÛÅ ÎÅ ÓÕÝÅÓÔ×ÕÀÔ. ÷Ù ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÉ ÓÓÙÌËÉ?';
$strDelayedInserts = 'éÓÐÏÌØÚÏ×ÁÔØ ÚÁÐÁÚÄÙ×ÁÀÝÉÅ ×ÓÔÁ×ËÉ';
$strDelete = 'õÄÁÌÉÔØ';
$strDeleteAndFlush = 'õÄÁÌÉÔØ ×ÓÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ É ÐÅÒÅÚÁÇÒÕÚÉÔØ ÐÒÉ×ÉÌÅÇÉÉ.';
$strDeleteAndFlushDescr = 'üÔÏ ÌÕÞÛÉÊ ÓÐÏÓÏÂ, ÎÏ ÐÅÒÅÚÁÇÒÕÚËÁ ÐÒÉ×ÉÌÅÇÉÊ ÍÏÖÅÔ ÚÁÎÑÔØ ÎÅËÏÔÏÒÏÅ ×ÒÅÍÑ.';
$strDeleted = 'òÑÄ ÂÙÌ ÕÄÁÌÅÎ';
$strDeletedRows = 'óÌÅÄÕÀÝÉÅ ÒÑÄÙ ÂÙÌÉ ÕÄÁÌÅÎÙ:';
$strDeleting = 'õÄÁÌÅÎÉÅ %s';
$strDescending = 'ðÏ ÕÂÙ×ÁÎÉÀ';
$strDescription = 'ïÐÉÓÁÎÉÅ';
$strDictionary = 'ÓÌÏ×ÁÒØ';
$strDisableForeignChecks = '÷ÙËÌÀÞÉÔØ ÐÒÏ×ÅÒËÕ ÉÎÏÒÏÄÎÙÈ ËÌÀÞÅÊ';
$strDisabled = 'îÅÄÏÓÔÕÐÎÏ';
$strDisplayFeat = 'ðÏËÁÚÁÔØ ÄÏÐÏÌÎÉÔÅÌØÎÙÅ ×ÏÚÍÏÖÎÏÓÔÉ';
$strDisplayOrder = 'ðÏÒÑÄÏË ÐÒÏÓÍÏÔÒÁ:';
$strDisplayPDF = 'ðÏËÁÚÁÔØ PDF-ÓÈÅÍÕ';
$strDoAQuery = '÷ÙÐÏÌÎÉÔØ "ÚÁÐÒÏÓ ÐÏ ÐÒÉÍÅÒÕ" (ÓÉÍ×ÏÌ ÐÏÄÓÔÁÎÏ×ËÉ: "%")';
$strDoYouReally = '÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÖÅÌÁÅÔÅ ';
$strDocu = 'äÏËÕÍÅÎÔÁÃÉÑ';
$strDrop = 'õÎÉÞÔÏÖÉÔØ';
$strDropDatabaseStrongWarning = '÷Ù Õ×ÅÒÅÎÎÙ ÞÔÏ ÈÏÔÉÔÅ ÕÎÉÞÔÏÖÉÔØ ×ÓÀ ÂÁÚÕ ÄÁÎÎÙÈ?';
$strDropUsersDb = 'õÄÁÌÉÔØ ÂÁÚÙ, ËÏÔÏÒÙÅ ÉÍÅÀÔ ÔÁËÉÅ ÖÅ ÉÍÅÎÁ ËÁË É ÐÏÌØÚÏ×ÁÔÅÌÉ.';
$strDumpSaved = 'äÁÍÐ ÓÏÈÒÁÎ£Î × ÆÁÊÌ %s.';
$strDumpXRows = 'äÁÍÐ %s ÚÁÐÉÓÅÊ, ÎÁÞÉÎÁÑ Ó %s.';
$strDumpingData = 'äÁÍÐ ÄÁÎÎÙÈ ÔÁÂÌÉÃÙ';
$strDynamic = 'ÄÉÎÁÍÉÞÅÓËÉÊ';
 
$strEdit = 'ðÒÁ×ËÁ';
$strEditPDFPages = 'éÚÍÅÎÉÔØ PDF-ÓÔÒÁÎÉÃÙ';
$strEditPrivileges = 'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÐÒÉ×ÉÌÅÇÉÊ';
$strEffective = 'üÆÆÅËÔÉ×ÎÏÓÔØ';
$strEmpty = 'ïÞÉÓÔÉÔØ';
$strEmptyResultSet = 'MySQL ×ÅÒÎÕÌÁ ÐÕÓÔÏÊ ÒÅÚÕÌØÔÁÔ (Ô.Å. ÎÏÌØ ÒÑÄÏ×).';
$strEnabled = 'äÏÓÔÕÐÎÏ';
$strEncloseInTransaction = 'üËÓÐÏÒÔÉÒÏ×ÁÔØ ÐÒÉ ÐÅÒÅ×ÏÄÅ';
$strEnd = 'ëÏÎÅÃ';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'áÎÇÌÉÊÓËÉÊ';
$strEnglishPrivileges = ' ðÒÉÍÅÞÁÎÉÅ: ÐÒÉ×ÉÌÅÇÉÉ MySQL ÚÁÄÁÀÔÓÑ ÐÏ-ÁÎÇÌÉÊÓËÉ ';
$strError = 'ïÛÉÂËÁ';
$strEstonian = 'üÓÔÏÎÓËÉÊ';
$strExcelEdition = 'Excel-ÐÕÂÌÉËÁÃÉÑ';
$strExcelOptions = 'ïÐÃÉÉ Excel';
$strExecuteBookmarked = '÷ÙÐÏÎÉÔØ ÏÔÍÅÞÅÎÎÙÊ ÚÁÐÒÏÓ';
$strExplain = 'ïÐÉÓÁÔØ SQL';
$strExport = 'üËÓÐÏÒÔ';
$strExtendedInserts = 'òÁÓÛÉÒÅÎÎÙÅ ×ÓÔÁ×ËÉ';
$strExtra = 'äÏÐÏÌÎÉÔÅÌØÎÏ';
 
$strFailedAttempts = 'îÅÕÄÁÞÎÙÅ ÐÏÐÙÔËÉ';
$strField = 'ðÏÌÅ';
$strFieldHasBeenDropped = 'ðÏÌÅ %s ÂÙÌÏ ÕÄÁÌÅÎÏ';
$strFields = 'ðÏÌÑ';
$strFieldsEmpty = ' ðÕÓÔÏÊ ÓÞÅÔÞÉË ÐÏÌÅÊ! ';
$strFieldsEnclosedBy = 'ðÏÌÑ ÚÁËÌÀÞÅÎÙ ×';
$strFieldsEscapedBy = 'ðÏÌÑ ÜËÒÁÎÉÒÕÀÔÓÑ';
$strFieldsTerminatedBy = 'ðÏÌÑ ÒÁÚÄÅÌÅÎÙ';
$strFileAlreadyExists = 'æÁÊÌ %s ÕÖÅ ÓÕÝÅÓÔ×ÕÅÔ ÎÁ ÓÅÒ×ÅÒÅ, ÉÚÍÅÎÉÔÅ ÉÍÑ ÉÌÉ ×ÏÓÐÏÌØÚÕÊÔÅÓØ ÏÐÃÉÅÊ ÐÅÒÅÚÁÐÉÓÉ.';
$strFileCouldNotBeRead = 'æÁÊÌ ÎÅ ÍÏÖÅÔ ÂÙÔØ ÐÒÏÞÉÔÁÎ';
$strFileNameTemplate = 'ûÁÂÌÏÎ ÉÍÅÎÉ ÆÁÊÌÁ';
$strFileNameTemplateRemember = 'ÚÁÐÏÍÎÉÔØ ÛÁÂÌÏÎ';
$strFixed = 'ÆÉËÓÉÒÏ×ÁÎÎÙÊ';
$strFlushPrivilegesNote = 'úÁÍÅÞÁÎÉÅ: phpMyAdmin ÐÏÌÕÞÁÅÔ ÐÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÐÒÉ×ÉÌÅÇÉÉ ÐÒÑÍÏ ÉÚ ÔÁÂÌÉà ÐÒÉ×ÉÌÅÇÉÊ MySQL. óÏÄÅÒÖÉÍÏÅ ÜÔÉÈ ÔÁÂÌÉà ÍÏÖÅÔ ÏÔÌÉÞÁÔØÓÑ ÏÔ ÏÔ ÐÒÉ×ÉÌÅÇÉÊ, ËÏÔÏÒÙÅ ÉÓÐÏÌØÚÕÅÔ ÓÅÒ×ÅÒ, ÅÓÌÉ ÉÚÍÅÎÅÎÉÑ ÂÙÌÉ ×ÎÅÓÅÎÙ ×ÒÕÞÎÕÀ. ÷ ÜÔÏÍ ÓÌÕÞÁÅ ×Ù ÄÏÌÖÎÙ %sÐÅÒÅÚÁÇÒÕÚÉÔØ ÐÒÉ×ÉÌÅÇÉÉ%s ÐÅÒÅÄ ÐÒÏÄÏÌÖÅÎÉÅÍ ÒÁÂÏÔÙ.';
$strFlushTable = 'óÂÒÏÓÉÔØ ËÜÛ ÔÁÂÌÉÃÙ ("FLUSH")';
$strFormEmpty = 'ôÒÅÂÕÅÔÓÑ ÚÎÁÞÅÎÉÅ ÄÌÑ ÆÏÒÍÙ!';
$strFormat = 'æÏÒÍÁÔ';
$strFullText = 'ðÏÌÎÙÅ ÔÅËÓÔÙ';
$strFunction = 'æÕÎËÃÉÑ';
 
$strGenBy = 'óÏÚÄÁÎÎÙÊ';
$strGenTime = '÷ÒÅÍÑ ÓÏÚÄÁÎÉÑ';
$strGeneralRelationFeat = 'ïÓÎÏ×ÎÙÅ ×ÏÚÍÏÖÎÏÓÔÉ Ó×ÑÚÅÊ';
$strGeorgian = 'çÒÕÚÉÎÓËÉÊ';
$strGerman = 'îÅÍÅÃËÉÊ';
$strGlobal = 'global';
$strGlobalPrivileges = 'çÌÏÂÁÌØÎÙÅ ÐÒÉ×ÉÌÅÇÉÉ';
$strGlobalValue = 'çÌÏÂÁÌØÎÏÅ ÚÎÁÞÅÎÉÅ';
$strGo = 'ðÏÛÅÌ';
$strGrantOption = 'ðÒÅÄÏÓÔÁ×ÌÑÔØ';
$strGreek = 'çÒÅÞÅÓËÉÊ';
$strGzip = 'ÁÒÈÉ×ÉÒÏ×ÁÔØ × gzip';
 
$strHasBeenAltered = 'ÂÙÌÁ ÉÚÍÅÎÅÎÁ.';
$strHasBeenCreated = 'ÂÙÌÁ ÓÏÚÄÁÎÁ.';
$strHaveToShow = '÷Ù ÄÏÌÖÎÙ ×ÙÂÒÁÔØ ÎÅ ÍÅÎÅÅ ÏÄÎÏÊ ËÏÌÏÎËÉ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ';
$strHebrew = 'é×ÒÉÔ';
$strHexForBinary = 'éÓÐÏÌØÚÏ×ÁÔØ ÛÅÓÔÎÁÄÃÁÔÉÒÉÞÎÙÅ (hexadecimal) ÂÉÎÁÒÎÙÅ ÐÏÌÑ';
$strHome = 'ë ÎÁÞÁÌÕ';
$strHomepageOfficial = 'ïÆÉÃÉÁÌØÎÁÑ ÓÔÒÁÎÉÃÁ phpMyAdmin';
$strHost = 'èÏÓÔ';
$strHostEmpty = 'ðÕÓÔÏÅ ÉÍÑ ÈÏÓÔÁ!';
$strHungarian = '÷ÅÎÇÅÒÓËÉÊ';
 
$strIcelandic = 'éÓÌÁÎÄÓËÉÊ';
$strId = 'ID';
$strIdxFulltext = 'ðÏÌÎôÅËÓÔ';
$strIgnore = 'éÇÎÏÒÉÒÏ×ÁÔØ';
$strIgnoreInserts = 'éÇÎÏÒÉÒÏ×ÁÔØ ×ÓÔÁ×ËÉ';
$strIgnoringFile = 'éÇÎÏÒÉÒÕÀ ÆÁÊÌ %s';
$strImportDocSQL = 'éÍÐÏÒÔ docSQL ÆÁÊÌÏ×';
$strImportFiles = 'éÍÐÏÒÔ ÆÁÊÌÏ×';
$strInUse = 'ÉÓÐÏÌØÚÕÅÔÓÑ';
$strIndex = 'éÎÄÅËÓ';
$strIndexHasBeenDropped = 'éÎÄÅËÓ %s ÂÙÌ ÕÄÁÌÅÎ';
$strIndexName = 'éÍÑ ÉÎÄÅËÓÁ&nbsp;:';
$strIndexType = 'ôÉÐ ÉÎÄÅËÓÁ&nbsp;:';
$strIndexes = 'éÎÄÅËÓÙ';
$strInnodbStat = 'InnoDB ÓÔÁÔÕÓ';
$strInsecureMySQL = '÷ÁÛ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÊ ÆÁÊÌ ÓÏÄÅÒÖÉÔ ÎÁÓÔÒÏÊËÉ (ÐÏÌØÚÏ×ÁÔÅÌØ root ÂÅÚ ÐÁÒÏÌÑ), ËÏÔÏÒÙÅ ÏÔÎÏÓÑÔÓÑ Ë ÐÒÉ×ÉÌÅÇÉÒÏ×ÁÎÎÏÍÕ ÐÏÌØÚÏ×ÁÔÅÌÀ MySQL (ÐÏ ÕÍÏÌÞÁÎÉÀ). ÷ÁÛ MySQL ÓÅÒ×ÅÒ ÚÁÐÕÝÅÎ Ó ÜÔÉÍÉ ÎÁÓÔÒÏÊËÁÍÉ ÐÏ ÕÍÏÌÞÁÎÉÀ, ÏÔËÒÙÔÙÊ ÄÌÑ ×ÔÏÒÖÅÎÉÊ, ÐÏÜÔÏÍÕ ÷ÁÍ ÎÁÓÔÏÑÔÅÌØÎÏ ÒÅËÏÍÅÎÄÕÅÔÓÑ ÕÓÔÒÁÎÉÔØ ÜÔÕ ÄÙÒÕ × ÂÅÚÏÐÁÓÎÏÓÔÉ.';
$strInsert = '÷ÓÔÁ×ÉÔØ';
$strInsertAsNewRow = '÷ÓÔÁ×ÉÔØ ÎÏ×ÙÊ ÒÑÄ';
$strInsertNewRow = '÷ÓÔÁ×ÉÔØ ÎÏ×ÙÊ ÒÑÄ';
$strInsertedRowId = '÷ÓÔÁ×ÉÔØ id ÒÑÄÁ:';
$strInsertedRows = 'äÏÂÁ×ÌÅÎÙ ÒÑÄÙ:';
$strInternalNotNecessary = '* ÷ÎÕÔÒÅÎÎÑÑ Ó×ÑÚØ ÎÅ ÏÂÑÚÁÔÅÌØÎÁ, ËÏÇÄÁ ÏÎÁ ÔÁËÖÅ ÓÕÝÅÓÔ×ÕÅÔ × InnoDB.';
$strInternalRelations = '÷ÎÕÔÒÅÎÎÉÅ Ó×ÑÚÉ';
 
$strJapanese = 'ñÐÏÎÓËÉÊ';
$strJumpToDB = 'ðÅÒÅÊÔÉ Ë ÂÁÚÅ &quot;%s&quot;.';
$strJustDelete = 'ðÒÏÓÔÏ ÕÄÁÌÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÉÚ ÔÁÂÌÉà ÐÒÉ×ÉÌËÇÉÊ.';
$strJustDeleteDescr = '&quot;õÄÁÌ£ÎÎÙÅ&quot; ÐÏÌØÚÏ×ÁÔÅÌÉ ×Ó£ ÅÝ£ ÓÍÏÇÕÔ ÒÁÂÏÔÁÔØ Ó Ó ÅÒ×ÅÒÏÍ ËÁË ÏÂÙÞÎÏ ÄÏ ÐÅÒÅÚÁÇÒÕÚËÉ ÐÒÉ×ÉÌÅÇÉÊ.';
 
$strKeepPass = 'îÅ ÍÅÎÑÔØ ÐÁÒÏÌØ';
$strKeyname = 'éÍÑ ËÌÀÞÁ';
$strKill = 'õÂÉÔØ';
$strKorean = 'ëÏÒÅÊÓËÉÊ';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'ïÐÃÉÉ LaTeX';
$strLandscape = 'ìÁÎÄÛÁÆÔ';
$strLatexCaption = 'úÁÇÏÌÏ×ÏË ÔÁÂÌÉÃÙ';
$strLatexContent = 'óÏÄÅÒÖÉÍÏÅ ÔÁÂÌÉÃÙ __TABLE__';
$strLatexContinued = '(ÐÒÏÄÏÌÖÅÎÏ)';
$strLatexContinuedCaption = 'ðÒÏÄÏÌÖÅÎÎÙÊ ÚÁÇÏÌÏ×ÏË ÔÁÂÌÉÃÙ';
$strLatexIncludeCaption = '÷ËÌÀÞÉÔØ ÚÁÇÏÌÏ×ÏË ÔÁÂÌÉÃÙ';
$strLatexLabel = 'Label key';
$strLatexStructure = 'óÔÒÕËÔÕÒÁ ÔÁÂÌÉÃÙ __TABLE__';
$strLatvian = 'ìÁÔ×ÉÊÓËÉÊ';
$strLengthSet = 'äÌÉÎÙ/úÎÁÞÅÎÉÑ*';
$strLimitNumRows = 'ÚÁÐÉÓÅÊ ÎÁ ÓÔÒÁÎÉÃÕ';
$strLinesTerminatedBy = 'óÔÒÏËÉ ÒÁÚÄÅÌÅÎÙ';
$strLinkNotFound = 'ó×ÑÚØ ÎÅ ÎÁÊÄÅÎÁ';
$strLinksTo = 'ó×ÑÚØ Ó';
$strLithuanian = 'ìÁÔ×ÉÊÓËÉÊ';
$strLocalhost = 'Local';
$strLocationTextfile = 'íÅÓÔÏÒÁÓÐÏÌÏÖÅÎÉÅ ÔÅËÓÔÏ×ÏÇÏ ÆÁÊÌÁ';
$strLogPassword = 'ðÁÒÏÌØ:';
$strLogServer = 'óÅÒ×ÅÒ';
$strLogUsername = 'ðÏÌØÚÏ×ÁÔÅÌØ:';
$strLogin = '÷ÈÏÄ × ÓÉÓÔÅÍÕ';
$strLoginInformation = 'éÎÆÏÒÍÁÃÉÑ ÌÏÇÉÎÁ';
$strLogout = '÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ';
 
$strMIMETypesForTable = 'MIME-ÔÉÐÙ ÔÁÂÌÉÃÙ';
$strMIME_MIMEtype = 'MIME-ÔÉÐ';
$strMIME_available_mime = 'äÏÓÔÕÐÎÙÅ MIME-ÔÉÐÙ';
$strMIME_available_transform = 'äÏÓÔÕÐÎÙÅ ÔÒÁÎÓÆÏÒÍÁÃÉÉ';
$strMIME_description = 'ïÐÉÓÁÎÉÅ';
$strMIME_nodescription = 'îÅÔ ÄÏÓÔÕÐÎÙÈ ÏÐÉÓÁÎÉÊ ÄÌÑ ÜÔÏÊ ÔÒÁÎÓÆÏÒÍÁÃÉÉ.<br />ðÏÖÁÌÕÊÓÔÁ, ÓÐÒÏÓÉÔÅ Á×ÔÏÒÁ ÞÔÏ ÄÅÌÁÅÔ %s.';
$strMIME_transformation = 'ôÒÁÎÓÆÏÒÍÁÃÉÑ ÂÒÁÕÚÅÒÁ';
$strMIME_transformation_note = 'äÌÑ ÓÐÉÓËÁ ÄÏÓÔÕÐÎÙÈ ÏÐÃÉÊ ÔÒÁÎÓÆÏÒÍÁÃÉÉ É ÔÒÁÎÓÆÏÒÍÁÃÉÊ ÉÈ MIME-ÔÉÐÏ× ËÌÉËÎÉÔÅ ÎÁ %sÏÐÉÓÁÎÉÅ ÔÒÁÎÓÆÏÒÍÁÃÉÊ%s';
$strMIME_transformation_options = 'ïÐÃÉÉ ÔÒÁÎÓÆÏÒÍÁÃÉÉ';
$strMIME_transformation_options_note = 'ðÏÖÁÌÕÊÓÉÁ, ××ÅÄÉÔÅ ÚÎÁÞÅÎÉÑ ÄÌÑ ÔÒÁÎÓÆÏÒÍÁÃÉÉ, ÉÓÐÏÌØÚÕÑ ÜÔÏÔ ÆÏÒÍÁÔ: \'a\',\'b\',\'c\'...<br />åÓÌÉ ×ÁÍ ÎÕÖÎÏ ÐÏÓÔÁ×ÉÔØ ÂÜËÓÌÜÛ("\") ÉÌÉ ËÁ×ÙÞËÕ("\'"), ÜËÒÁÎÉÒÕÊÔÅ ÉÈ (ÎÁÐÒÉÍÅÒ \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME-ÔÉÐÙ, ×ÙÄÅÌÅÎÎÙÅ ËÕÒÓÉ×ÏÍ, ÎÅ ÉÍÅÀÔ ÏÔÄÅÌØÎÏÊ ÆÕÎËÃÉÉ ÔÒÁÎÓÆÏÒÍÁÃÉÉ';
$strMaximumSize = 'íÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ: %s%s';
$strModifications = 'íÏÄÉÆÉËÁÃÉÉ ÂÙÌÉ ÓÏÈÒÁÎÅÎÙ';
$strModify = 'éÚÍÅÎÉÔØ';
$strModifyIndexTopic = 'éÚÍÅÎÉÔØ ÉÎÄÅËÓ';
$strMoveTable = 'ðÅÒÅÍÅÓÔÉÔØ ÔÁÂÌÉÃÙ × (ÂÁÚÁ ÄÁÎÎÙÈ<b>.</b>ÔÁÂÌÉÃÁ):';
$strMoveTableOK = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÐÅÒÅÍÅÝÅÎÁ × %s.';
$strMoveTableSameNames = 'îÅ ÍÏÇÕ ÐÅÒÅÍÅÓÔÉÔØ ÔÁÂÌÉÃÕ ÓÁÍÕ × ÓÅÂÑ!';
$strMultilingual = 'ÍÎÏÇÏÑÚÙÞÎÙÊ';
$strMySQLCharset = 'MySQL-ËÏÄÉÒÏ×ËÁ';
$strMySQLConnectionCollation = 'óÏÐÏÓÔÁ×ÌÅÎÉÅ ÓÏÅÄÉÎÅÎÉÑ Ó MySQL';
$strMySQLSaid = 'ïÔ×ÅÔ MySQL: ';
$strMySQLShowProcess = 'ðÏËÁÚÁÔØ ÐÒÏÃÅÓÓÙ';
$strMySQLShowStatus = 'ðÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ MySQL';
$strMySQLShowVars = 'ðÏËÁÚÁÔØ ÓÉÓÔÅÍÎÙÅ ÐÅÒÅÍÅÎÎÙÅ MySQL';
 
$strName = 'éÍÑ';
$strNext = 'äÁÌÅÅ';
$strNo = 'îÅÔ';
$strNoDatabases = 'âä ÏÔÓÕÔÓÔ×ÕÀÔ';
$strNoDatabasesSelected = 'îÉ ÏÄÎÁ âä ÎÅ ×ÙÂÒÁÎÁ.';
$strNoDescription = 'ÎÅÔ ÏÐÉÓÁÎÉÑ';
$strNoDropDatabases = 'ëÏÍÁÎÄÁ "õÄÁÌÉÔØ âä" ÏÔËÌÀÞÅÎÁ.';
$strNoExplain = 'ðÒÅËÒÁÔÉÔØ ÏÐÉÓÁÎÉÅ SQL';
$strNoFrames = 'äÌÑ ÒÁÂÏÔÙ phpMyAdmin ÎÕÖÅÎ ÂÒÁÕÚÅÒ Ó ÐÏÄÄÅÒÖËÏÊ <b>ÆÒÅÊÍÏ×</b>.';
$strNoIndex = 'éÎÄÅËÓ ÎÅ ÏÐÒÅÄÅÌÅÎ!';
$strNoIndexPartsDefined = 'þÁÓÔÉ ÉÎÄÅËÓÁ ÎÅ ÏÐÒÅÄÅÌÅÎÙ!';
$strNoModification = 'îÅÔ ÉÚÍÅÎÅÎÉÊ';
$strNoOptions = '÷ ÜÔÏÍ ÆÏÒÍÁÔÅ ÎÅÔ ÏÐÃÉÊ';
$strNoPassword = 'âÅÚ ÐÁÒÏÌÑ';
$strNoPermission = '÷ÅÂ-ÓÅÒ×ÅÒÕ ÎÅ È×ÁÔÁÅÔ ÐÒÁ× ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ ÆÁÊÌÁ %s.';
$strNoPhp = 'ÂÅÚ PHP-ËÏÄÁ';
$strNoPrivileges = 'âÅÚ ÐÒÉ×ÉÌÅÇÉÊ';
$strNoRights = '÷Ù ÎÅ ÉÍÅÅÔÅ ÄÏÓÔÁÔÏÞÎÏ ÐÒÁ× ÄÌÑ ÜÔÏÇÏ!';
$strNoRowsSelected = 'óÔÒÏËÁ ÔÁÂÌÉÃÙ ÎÅ ×ÙÂÒÁÎÁ';
$strNoSpace = 'îÅ È×ÁÔÁÅÔ ÄÉÓËÏ×ÏÇÏ ÐÒÏÓÔÒÁÎÓÔ×Á ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ ÆÁÊÌÁ %s.';
$strNoTablesFound = '÷ âä ÎÅ ÏÂÎÁÒÕÖÅÎÏ ÔÁÂÌÉÃ.';
$strNoUsersFound = 'îÅ ÎÁÊÄÅÎ ÐÏÌØÚÏ×ÁÔÅÌØ.';
$strNoValidateSQL = 'îÅ ÐÒÏ×ÅÒÑÔØ SQL';
$strNone = 'îÅÔ';
$strNotNumber = 'üÔÏ ÎÅ ÞÉÓÌÏ!';
$strNotOK = 'îÅ ÇÏÔÏ×Ï';
$strNotSet = 'ôÁÂÌÉÃÁ <b>%s</b> ÎÅ ÎÁÊÄÅÎÁ';
$strNull = 'îÏÌØ';
$strNumSearchResultsInTable = '%s ÚÁÐÉÓÉ(ÅÊ) × ÔÁÂÌÉÃÅ <i>%s</i>';
$strNumSearchResultsTotal = '<b>éÔÏÇÏ:</b> <i>%s</i> ÚÁÐÉÓÉ(ÅÊ)';
$strNumTables = 'ôÁÂÌÉÃ';
 
$strOK = 'çÏÔÏ×Ï';
$strOperations = 'ïÐÅÒÁÃÉÉ';
$strOperator = 'ïÐÅÒÁÔÏÒ';
$strOptimizeTable = 'ïÐÔÉÍÉÚÉÒÏ×ÁÔØ ÔÁÂÌÉÃÕ';
$strOr = 'éÌÉ';
$strOverhead = 'îÁËÌÁÄÎÙÅ ÒÁÓÈÏÄÙ';
$strOverwriteExisting = 'ðÅÒÅÚÁÐÉÓÁÔØ ÓÕÝÅÓÔ×ÕÀÝÉÊ(Å) ÆÁÊÌ(Ù)';
 
$strPHP40203 = '÷Ù ÉÓÐÏÌØÚÕÅÔÅ ×ÅÒÓÉÀ PHP 4.2.3, ËÏÔÏÒÁÑ ÓÏÄÅÒÖÉÔ ÓÅÒØÅÚÎÙÅ ÏÛÉÂËÉ ÐÒÉ ÒÁÂÏÔÅ Ó ÍÎÏÇÏ-ÂÁÊÔÏ×ÙÍÉ ÓÔÒÏËÁÍÉ (mbstring). óÍÏÔÒÉÔÅ PHP bug report 19404. äÁÎÎÁÑ ×ÅÒÓÉÑ PHP ÎÅ ÒÅËÏÍÅÎÄÕÅÔÓÑ ÄÌÑ ÉÓÐÏÌØÚÏ×ÁÎÉÑ Ó phpMyAdmin.';
$strPHPVersion = '÷ÅÒÓÉÑ PHP';
$strPageNumber = 'îÏÍÅÒ ÓÔÒÁÎÉÃÙ:';
$strPaperSize = 'òÁÚÍÅÒ ÂÕÍÁÇÉ';
$strPartialText = 'þÁÓÔÉÞÎÙÅ ÔÅËÓÔÙ';
$strPassword = 'ðÁÒÏÌØ';
$strPasswordChanged = 'ðÁÒÏÌØ ÄÌÑ %s ÂÙÌ ÕÓÐÅÛÎÏ ÉÚÍÅΣÎ.';
$strPasswordEmpty = 'ðÕÓÔÏÊ ÐÁÒÏÌØ!';
$strPasswordNotSame = 'ðÁÒÏÌÉ ÎÅ ÏÄÉÎÁËÏ×Ù!';
$strPdfDbSchema = 'óÔÒÕËÔÕÒÁ ÂÁÚÙ "%s" - ÓÔÒÁÎÉÃÁ %s';
$strPdfInvalidTblName = 'ôÁÂÌÉÃÁ "%s" ÎÅ ÓÕÝÅÓÔ×ÕÅÔ!';
$strPdfNoTables = 'îÅÔ ÔÁÂÌÉÃ';
$strPerHour = '× ÞÁÓ';
$strPerMinute = '× ÍÉÎÕÔÕ';
$strPerSecond = '× ÓÅËÕÎÄÕ';
$strPhoneBook = 'ÔÅÌÅÆÏÎÎÁÑ ËÎÉÇÁ';
$strPhp = 'óÏÚÄÁÔØ PHP-ËÏÄ';
$strPmaDocumentation = 'äÏËÕÍÅÎÔÁÃÉÑ ÐÏ phpMyAdmin';
$strPmaUriError = 'äÉÒÅËÔÉ×Á <tt>$cfg[\'PmaAbsoluteUri\']</tt> ÄÏÌÖÎÁ ÂÙÔØ ÕÓÔÁÎÏ×ÌÅÎÁ × ÷ÁÛÅÍ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÍ ÆÁÊÌÅ!';
$strPolish = 'ðÏÌØÓËÉÊ';
$strPortrait = 'ðÏÒÔÒÅÔ';
$strPos1 = 'îÁÞÁÌÏ';
$strPrevious = 'îÁÚÁÄ';
$strPrimary = 'ðÅÒ×ÉÞÎÙÊ';
$strPrimaryKeyHasBeenDropped = 'ðÅÒ×ÉÞÎÙÊ ËÌÀÞ ÂÙÌ ÕÄÁÌÅÎ';
$strPrimaryKeyName = 'éÍÑ ÐÅÒ×ÉÞÎÏÇÏ ËÌÀÞÁ ÄÏÌÖÎÏ ÂÙÔØ PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ÄÏÌÖÎÏ</b> ÂÙÔØ ÐÒÉÚÎÁËÏÍ <b>ÔÏÌØËÏ</b> ÐÅÒ×ÉÞÎÏÇÏ ËÌÀÞÁ!)';
$strPrint = 'ðÅÞÁÔØ';
$strPrintView = '÷ÅÒÓÉÑ ÄÌÑ ÐÅÞÁÔÉ';
$strPrintViewFull = 'òÁÓÐÅÞÁÔÁÔØ (ÓÏ ×ÓÅÍ ÔÅËÓÔÏÍ)';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'ðÏÚ×ÏÌÑÅÔ ÉÚÍÅÎÅÎÉÅ ÓÔÒÕËÔÕÒÙ ÓÕÝÅÓÔ×ÕÀÝÉÈ ÔÁÂÌÉÃ.';
$strPrivDescCreateDb = 'ðÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÎÉÅ ÎÏ×ÙÈ ÂÁÚ ÄÁÎÎÙÈ É ÔÁÂÌÉÃ.';
$strPrivDescCreateTbl = 'ðÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÎÉÅ ÎÏ×ÙÈ ÔÁÂÌÉÃ.';
$strPrivDescCreateTmpTable = 'ðÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÎÉÅ ×ÒÅÍÅÎÎÙÈ ÔÁÂÌÉÃ.';
$strPrivDescDelete = 'ðÏÚ×ÏÌÑÅÔ ÕÄÁÌÅÎÉÅ ÄÁÎÎÙÈ.';
$strPrivDescDropDb = 'ðÏÚ×ÏÌÑÅÔ ÕÄÁÌÅÎÉÅ ';
$strPrivDescDropTbl = 'ðÏÚ×ÏÌÑÅÔ ÕÄÁÌÅÎÉÅ ÔÁÂÌÉÃ.';
$strPrivDescExecute = 'ðÏÚ×ÏÌÑÅÔ ÚÁÐÕÓË ÈÒÁÎÉÍÙÈ ÐÒÏÃÅÄÕÒ; îÅ ÒÁÂÏÔÁÅÔ × ÜÔÏÊ ×ÅÒÓÉÉ MySQL.';
$strPrivDescFile = 'ðÏÚ×ÏÌÑÅÔ ÉÍÐÏÒÔÉÒÏ×ÁÎÉÅ É ÜËÓÐÏÒÔÉÒÏ×ÁÎÉÅ ÄÁÎÎÙÈ × ÆÁÊÌÙ.';
$strPrivDescGrant = 'ðÏÚ×ÏÌÑÅÔ ÄÏÂÁ×ÌÅÎÉÅ ÐÏÌØÚÏ×ÁÔÅÌÅÊ É ÐÒÉ×ÉÌÅÇÉÊ ÂÅÚ ÐÅÒÅÚÁÇÒÕÚËÉ ÔÁÂÌÉà ÐÒÉ×ÉÌÅÇÉÊ.';
$strPrivDescIndex = 'ðÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÎÉÅ É ÕÄÁÌÅÎÉÅ ÉÎÄÅËÓÏ×.';
$strPrivDescInsert = 'ðÏÚ×ÏÌÑÅÔ ×ÓÔÁ×ËÕ É ÚÁÍÅÎÕ ÄÁÎÎÙÈ.';
$strPrivDescLockTables = 'ðÏÚ×ÏÌÑÅÔ ÂÌÏËÉÒÏ×ËÕ ÔÁÂÌÉà ÄÌÑ ÔÅËÕÝÅÇÏ ÐÏÔÏËÁ.';
$strPrivDescMaxConnections = 'ïÇÒÁÎÉÞÉ×ÁÅÔ ËÏÌÉÞÅÓÔ×Ï ÓÏÅÄÉÎÅÎÉÊ, ËÏÔÏÒÙÅ ÐÏÌØÚÏ×ÁÔÅÌØ ÍÏÖÅÔ ÏÔËÒÙÔØ × ÔÅÞÅÎÉÅ ÞÁÓÁ.';
$strPrivDescMaxQuestions = 'ïÇÒÁÎÉÞÉ×ÁÅÔ ËÏÌÉÞÅÓÔ×Ï ÚÁÐÒÏÓÏ×, ËÏÔÏÒÙÅ ÐÏÌØÚÏ×ÁÔÅÌØ ÍÏÖÅÔ ÏÔÒÁ×ÉÔ × ÔÅÞÅÎÉÅ ÞÁÓÁ.';
$strPrivDescMaxUpdates = 'ïÇÒÁÎÉÞÉ×ÁÅÔ ËÏÌÉÞÅÓÔ×Ï ËÏÍÁÎÄ, ÉÚÍÅÎÑÀÝÉÈ ÌÀÂÕÀ ÔÁÂÌÉÃÕ ÉÌÉ ÂÁÚÕ ÄÁÎÎÙÈ, ËÏÔÏÒÙÅ ÐÏÌØÚÏ×ÁÔÅÌØ ÍÏÖÅÔ ×ÙÐÏÌÎÉÔØ ÚÁ ÞÁÓ.';
$strPrivDescProcess3 = 'ðÏÚ×ÏÌÑÅÔ ÕÂÉ×ÁÔØ ÐÒÏÃÅÓÓÙ ÄÒÕÇÉÈ ÐÏÌØÚÏ×ÁÅÔÅÌÅÊ.';
$strPrivDescProcess4 = 'ðÏÚ×ÏÌÑÅÔ ÐÒÏÓÍÏÔÒ ÐÏÌÎÙÈ ÚÁÐÒÏÓÏ× × ÓÐÉÓËÅ ÐÒÏÃÅÓÓÏ×.';
$strPrivDescReferences = 'îÅ ÒÁÂÏÔÁÅÔ × ÜÔÏÊ ×ÅÒÓÉÉ MySQL.';
$strPrivDescReload = 'ðÏÚ×ÏÌÑÅÔ ÐÅÒÅÚÁÇÒÕÚËÕ ÎÁÓÔÒÏÅË ÓÅÒ×ÅÒÁ É ÏÞÉÓÔËÕ ÅÇÏ ËÜÛÅÊ.';
$strPrivDescReplClient = 'äÁ£Ô ÐÏÌØÚÏ×ÁÔÅÌÀ ÐÒÁ×Ï ÓÐÒÁÛÉ×ÁÔØ ÇÄÅ ÎÁÈÏÄÑÔØÓÑ slaves / masters.';
$strPrivDescReplSlave = 'îÕÖÅÎ ÄÌÑ ÒÅÐÌÉËÁÃÉÉ slaves.';
$strPrivDescSelect = 'ðÏÚ×ÏÌÑÅÔ ÞÔÅÎÉÅ ÄÁÎÎÙÈ.';
$strPrivDescShowDb = 'äÁ£Ô ÄÏÓÔÕÐ Ë ÐÏÌÎÏÍÕ ÓÐÉÓËÕ ÂÁÚ ÄÁÎÎÙÈ.';
$strPrivDescShutdown = 'ðÏÚ×ÏÌÑÅÔ ÏÓÔÁÎÏ×ËÕ ÓÅÒ×ÅÒÁ.';
$strPrivDescSuper = 'ðÏÚ×ÏÌÑÅÔ ÓÏÅÄÉÎÑÔØÓÑ, ÄÁÖÅ ÅÓÌÉ ÄÏÓÔÉÇÎÕÔÏ ÍÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÏÅÄÉÎÅÎÉÊ; îÅÏÂÈÏÄÉÍÏ ÄÌÑ ÂÏÌØÛÉÎÓÔ×Á ÁÄÍÉÎÉÓÔÒÁÔÉ×ÎÙÈ ÚÁÄÁÞ, ÔÁËÉÈ ËÁË ÕÓÔÁÎÏ×ËÁ ÇÌÏÂÁÌØÎÙÈ ÐÅÒÅÍÅÎÎÙÈ ÉÌÉ ÏÓÔÁÎÏ×ËÁ ÐÒÏÃÅÓÓÏ× ÄÒÕÇÉÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ.';
$strPrivDescUpdate = 'ðÏÚ×ÏÌÑÅÔ ÉÚÍÅÎÅÎÉÅ ÄÁÎÎÙÈ.';
$strPrivDescUsage = 'îÅÔ ÐÒÉ×ÉÌÅÇÉÊ.';
$strPrivileges = 'ðÒÉ×ÉÌÅÇÉÉ';
$strPrivilegesReloaded = 'ðÒÉ×ÉÌÅÇÉÉ ÂÙÌÉ ÕÓÐÅÛÎÏ ÐÅÒÅÚÁÇÒÕÖÅÎÙ.';
$strProcesslist = 'óÐÉÓÏË ÐÒÏÃÅÓÓÏ×';
$strPutColNames = 'õËÁÖÉÔÅ ÎÁÉÍÅÎÏ×ÁÎÉÑ ÐÏÌÅÊ × ÐÅÒ×ÏÊ ÓÔÒÏËÅ';
 
$strQBE = 'úÁÐÒÏÓ&nbsp;ÐÏ&nbsp;ÐÒÉÍÅÒÕ';
$strQBEDel = 'õÄÁÌÉÔØ';
$strQBEIns = '÷ÓÔÁ×ÉÔØ';
$strQueryFrame = 'ïËÎÏ ÚÁÐÒÏÓÁ';
$strQueryOnDb = 'SQL-ÚÁÐÒÏÓ âä <b>%s</b>:';
$strQuerySQLHistory = 'éÓÔÏÒÉÑ SQL';
$strQueryStatistics = '<b>óÔÁÔÉÓÔÉËÁ ÚÁÐÒÏÓÏ×</b>: óÏ ×ÒÅÍÅÎÉ ÚÁÐÕÓËÁ %s ÚÁÐÒÏÓÏ× ÂÙÌÏ ÐÏÓÌÁÎÏ ÎÁ ÓÅÒ×ÅÒ.';
$strQueryTime = 'úÁÐÒÏÓ ÚÁÎÑÌ %01.4f ÓÅË';
$strQueryType = 'ôÉÐ ÚÁÐÒÏÓÁ';
$strQueryWindowLock = 'îÅ ÐÅÒÅÚÁÐÉÓÙ×ÁÔØ ÜÔÏÔ ÚÁÐÒÏÓ ×ÎÅ ÏËÎÁ';
 
$strReType = 'ðÏÄÔ×ÅÒÖÄÅÎÉÅ';
$strReceived = 'ðÒÉÎÑÔÏ';
$strRecords = 'úÁÐÉÓÉ';
$strReferentialIntegrity = 'ðÒÏ×ÅÒÉÔØ ÃÅÌÏÓÔÎÏÓÔØ ÄÁÎÎÙÈ:';
$strRefresh = 'ïÂÎÏ×ÉÔØ';
$strRelationNotWorking = 'äÏÐÏÌÎÉÔÅÌØÎÙÅ ×ÏÚÍÏÖÎÏÓÔÉ ÄÌÑ ÒÁÂÏÔÙ ÓÏ Ó×ÑÚÁÎÎÙÍÉ ÔÁÂÌÉÃÁÍÉ ÎÅÄÏÓÔÕÐÎÙ. äÌÑ ÏÐÒÅÄÅÌÅÎÉÑ ÐÒÉÞÉÎÙ ÎÁÖÍÉÔÅ %sÓÀÄÁ%s.';
$strRelationView = 'ó×ÑÚÁÎÎÙÊ ×ÉÄ';
$strRelationalSchema = 'òÅÌÑÃÉÏÎÎÁÑ ÓÈÅÍÁ';
$strRelations = 'ó×ÑÚÉ';
$strRelationsForTable = 'óÏÏÔÎÏÛÅÎÉÑ × ÔÁÂÌÉÃÅ';
$strReloadMySQL = 'ðÅÒÅÚÁÇÒÕÚÉÔØ MySQL';
$strReloadingThePrivileges = 'ðÅÒÅÚÁÇÒÕÚËÁ ÐÒÉ×ÉÌÅÇÉÊ';
$strRemoveSelectedUsers = 'õÄÁÌÉÔØ ×ÙÄÅÌÅÎÎÙÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ';
$strRenameDatabaseOK = 'âÁÚÁ ÄÁÎÎÙÈ %s ÐÅÒÅÉÍÅÎÏ×ÁÎÁ × %s';
$strRenameTable = 'ðÅÒÅÉÍÅÎÏ×ÁÔØ ÔÁÂÌÉÃÕ ×';
$strRenameTableOK = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÐÅÒÅÉÍÅÎÏ×ÁÎÁ × %s';
$strRepairTable = 'ðÏÞÉÎÉÔØ ÔÁÂÌÉÃÕ';
$strReplaceNULLBy = 'úÁÍÅÎÉÔØ NULL ÎÁ';
$strReplaceTable = 'úÁÍÅÓÔÉÔØ ÄÁÎÎÙÅ ÔÁÂÌÉÃÙ ÄÁÎÎÙÍÉ ÉÚ ÆÁÊÌÁ';
$strReset = 'ðÅÒÅÕÓÔÁÎÏ×ÉÔØ';
$strResourceLimits = 'ðÒÅÄÅÌ ÒÅÓÕÒÓÏ×';
$strRevoke = 'ïÔÍÅÎÉÔØ';
$strRevokeAndDelete = 'ïÔÍÅÎÉÔØ ×ÓÅ ÁËÔÉ×ÎÙÅ ÐÒÉ×ÉÌÅÇÉÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ É ÚÁÔÅÍ ÕÄÁÌÉÔØ ÉÈ.';
$strRevokeAndDeleteDescr = 'ðÏÌØÚÏ×ÁÔÅÌÉ ×Ó£ ÅÝ£ ÂÕÄÕÔ ÉÍÅÔØ USAGE ÐÒÉ×ÉÌÅÇÉÉ ÄÏ ÐÅÒÅÚÁÇÒÕÚËÉ ÐÒÉ×ÉÌÅÇÉÊ.';
$strRevokeMessage = '÷Ù ÉÚÍÅÎÉÌÉ ÐÒÉ×ÉÌÅÇÉÉ ÄÌÑ %s';
$strRomanian = 'òÕÍÙÎÓËÉÊ';
$strRowLength = 'äÌÉÎÁ ÒÑÄÁ';
$strRowSize = ' òÁÚÍÅÒ ÒÑÄÁ ';
$strRows = 'òÑÄÙ';
$strRowsFrom = 'ÒÑÄÏ× ÏÔ';
$strRowsModeFlippedHorizontal = 'ÇÏÒÉÚÏÎÔÁÌØÎÏ(ÐÏ×£ÒÎÕÔÙÅ ÚÁÇÏÌÏ×ËÉ)';
$strRowsModeHorizontal = 'ÇÏÒÉÚÏÎÔÁÌØÎÏÍ';
$strRowsModeOptions = '× %s ÒÅÖÉÍÅ, ÚÁÇÏÌÏ×ËÉ ÐÏÓÌÅ ËÁÖÄÙÈ %s ÑÞÅÅË';
$strRowsModeVertical = '×ÅÒÔÉËÁÌØÎÏÍ';
$strRowsStatistic = 'óÔÁÔÉÓÔÉËÁ ÒÑÄÁ';
$strRunQuery = '÷ÙÐÏÌÎÉÔØ úÁÐÒÏÓ';
$strRunSQLQuery = '÷ÙÐÏÌÎÉÔØ SQL ÚÁÐÒÏÓ(Ù) ÎÁ âä %Ù';
$strRunning = 'ÎÁ %s';
$strRussian = 'òÕÓÓËÉÊ';
 
$strSQL = 'SQL';
$strSQLExportType = 'ôÉÐ ÜËÓÐÏÒÔÁ';
$strSQLOptions = 'ïÐÃÉÉ SQL';
$strSQLParserBugMessage = '÷ÏÚÍÏÖÎÏ Õ ÷ÁÓ ÏÛÉÂËÁ × SQL-ÐÁÒÓÅÒÅ. ðÏÖÁÌÕÊÓÔÁ, ÐÒÏ×ÅÒØÔÅ ×ÎÉÍÁÔÅÌØÎÏ ÷ÁÛ ÚÁÐÒÏÓ É ÓÏÏÔ×ÅÔÓÔ×ÉÅ ËÁ×ÙÞÅË. ÷ÏÚÍÏÖÎÏ ÔÁËÖÅ, ÞÔÏ ÷Ù ÐÙÔÁÅÔÅÓØ ÚÁËÁÞÁÔØ ÂÉÎÁÒÎÙÊ ÆÁÊÌ ×ÎÅ ÐÏÌÑ quoted text area. ÷Ù ÍÏÖÅÔÅ ÐÏÐÒÏÂÏ×ÁÔØ ×ÙÐÏÌÎÉÔØ Ó×ÏÊ ÚÁÐÒÏÓ ÞÅÒÅÚ ÉÎÔÅÒÆÅÊÓ ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÉ MySQL. ïÐÉÓÁÎÉÅ ÏÛÉÂËÉ MySQL ÓÅÒ×ÅÒÁ ÄÁÎÏ ÎÉÖÅ, ×ÏÚÍÏÖÎÏ ÏÎÏ ÐÏÍÏÖÅÔ ÐÏÎÑÔØ, ÞÔÏ ÖÅ ÐÒÏÉÚÏÛÌÏ. åÓÌÉ Õ ÷ÁÓ ×ÓÅ ÒÁ×ÎÏ ×ÏÚÎÉËÁÀÔ ÐÒÏÂÌÅÍÙ ÉÌÉ ÅÓÌÉ ÐÁÒÓÅÒ ×ÙÄÁÅÔ ÏÛÉÂËÉ ÔÁÍ, ÇÄÅ ÉÎÔÅÒÆÅÊÓ ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÉ ÒÁÂÏÔÁÅÔ ÕÓÐÅÛÎÏ, ÐÏÐÒÏÂÕÊÔÅ ÉÚÍÅÎÉÔØ Ó×ÏÊ SQL ÚÁÐÒÏÓ ÄÏ ÐÒÏÓÔÙÈ ÚÁÐÒÏÓÏ× É ÏÐÒÅÄÅÌÉÔØ, ËÁËÏÊ ÉÍÅÎÎÏ ×ÙÚÙ×ÁÅÔ ÐÒÏÂÌÅÍÙ. ÷Ù ÍÏÖÅÔÅ ÔÁËÖÅ ÐÒÉÓÌÁÔØ ÏÔÞÅÔ Ï ÏÛÉÂËÅ ×ÍÅÓÔÅ Ó ÂÌÏËÏÍ ÄÁÎÎÙÈ (ÓÅËÃÉÑ CUT):';
$strSQLParserUserError = 'ëÁÖÅÔÓÑ ×ÏÚÎÉËÌÁ ÏÛÉÂËÁ × ÷ÁÛÅÍ SQL ÚÁÐÒÏÓÅ. ïÐÉÓÁÎÉÅ ÏÛÉÂËÉ ÏÔ MySQL ÓÅÒ×ÅÒÁ ÄÁÎÏ ÎÉÖÅ, ×ÏÚÍÏÖÎÏ, ÏÎÏ ÐÏÍÏÖÅÔ ÷ÁÍ ÒÁÚÏÂÒÁÔØÓÑ';
$strSQLQuery = 'SQL-ÚÁÐÒÏÓ';
$strSQLResult = 'SQL-ÒÅÚÕÌØÔÁÔ';
$strSQPBugInvalidIdentifer = 'îÅÐÒÁ×ÉÌØÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ';
$strSQPBugUnclosedQuote = 'îÅÚÁËÒÙÔÁÑ ËÁ×ÙÞËÁ';
$strSQPBugUnknownPunctuation = 'îÅÉÚ×ÅÓÔÎÁÑ ÓÔÒÏËÁ Ó ÐÕÎËÔÕÁÃÉÅÊ';
$strSave = 'óÏÈÒÁÎÉÔØ';
$strSaveOnServer = 'óÏÈÒÁÎÉÔØ ÎÁ ÓÅÒ×ÅÒÅ × ÄÉÒÅËÔÏÒÉÉ %s';
$strScaleFactorSmall = 'íÁÓÛÔÁ ÓÌÉÛËÏÍ ÍÁÌÅÎØËÉÊ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ ×ÓÅÊ ÔÁÂÌÉÃÙ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ';
$strSearch = 'éÓËÁÔØ';
$strSearchFormTitle = 'éÓËÁÔØ × ÂÁÚÅ ÄÁÎÎÙÈ';
$strSearchInTables = '÷ ÔÁÂÌÉÃÅ(ÁÈ):';
$strSearchNeedle = 'óÌÏ×Ï(Á) ÉÌÉ ÚÎÁÞÅÎÉÅ(Ñ) ÄÌÑ ÐÏÉÓËÁ (×ËÌÀÞÁÑ "%") ×:';
$strSearchOption1 = 'ÈÏÔØ ÏÄÎÏ ÓÌÏ×Ï';
$strSearchOption2 = '×ÓÅ ÓÌÏ×Á';
$strSearchOption3 = 'ÔÏÞÎÏÅ ÓÏÏÔ×ÅÔÓÔ×ÉÅ';
$strSearchOption4 = 'ÒÅÇÕÌÑÒÎÏÅ ×ÙÒÁÖÅÎÉÅ';
$strSearchResultsFor = 'éÓËÁÔØ × "<i>%s</i>" %s:';
$strSearchType = 'éÓËÁÔØ:';
$strSecretRequired = 'ëÏÎÆÉÇÕÒÁÃÉÏÎÎÏÍÕ ÆÁÊÌÕ ÓÅÊÞÁÓ ÎÕÖÎÁ ÓÅËÒÅÔÎÁÑ ÆÒÁÚÁ (blowfish_secret).';
$strSelectADb = '÷ÙÂÅÒÉÔÅ âä';
$strSelectAll = 'ïÔÍÅÔÉÔØ ×ÓÅ';
$strSelectFields = '÷ÙÂÒÁÔØ ÐÏÌÑ (ÍÉÎÉÍÕÍ ÏÄÎÏ):';
$strSelectNumRows = 'ÐÏ ÚÁÐÒÏÓÕ';
$strSelectTables = '÷ÙÂÅÒÉÔÅ ÔÁÂÌÉÃÕ(Ù)';
$strSend = 'ÐÏÓÌÁÔØ';
$strSent = 'ðÏÓÌÁÎÏ';
$strServer = 'óÅÒ×ÅÒ';
$strServerChoice = '÷ÙÂÏÒ ÓÅÒ×ÅÒÁ';
$strServerNotResponding = 'óÅÒ×ÅÒ ÎÅ ÏÔ×ÅÞÁÅÔ';
$strServerStatus = 'ôÅËÕÝÁÑ ÉÎÆÏÒÍÁÃÉÑ';
$strServerStatusUptime = 'üÔÏÔ MySQL ÓÅÒ×ÅÒ ÒÁÂÏÔÁÅÔ %s. ïÎ ÂÙÌ ÚÁÐÕÝÅÎ %s.';
$strServerTabProcesslist = 'ðÒÏÃÅÓÓÙ';
$strServerTabVariables = 'ðÅÒÅÍÅÎÎÙÅ';
$strServerTrafficNotes = '<b>ôÒÁÆÉË</b>: üÔÉ ÔÁÂÌÉÃÙ ÐÏËÁÚÙ×ÁÀÔ ÓÔÁÔÉÓÔÉËÕ ÐÏ ÓÅÔÅ×ÏÍÕ ÔÒÁÆÉËÕ MySQL ÓÅÒ×ÅÒÁ ÓÏ ×ÒÅÍÅÎÉ ÅÇÏ ÚÁÐÕÓËÁ.';
$strServerVars = 'ðÅÒÅÍÅÎÎÙÅ É ÎÁÓÔÒÏÊËÉ ÓÅÒ×ÅÒÁ';
$strServerVersion = '÷ÅÒÓÉÑ ÓÅÒ×ÅÒÁ';
$strSessionValue = 'úÎÁÞÅÎÉÅ ÓÅÓÓÉÉ';
$strSetEnumVal = 'äÌÑ ÔÉÐÏ× ÐÏÌÑ "enum" É "set", ××ÅÄÉÔÅ ÚÎÁÞÅÎÉÑ ÐÏ ÜÔÏÍÕ ÆÏÒÍÁÔÕ: \'a\',\'b\',\'c\'...<br />åÓÌÉ ×ÁÍ ÐÏÎÁÄÏÂÉÔØÓÑ ××ÅÓÔÉ ÏÂÒÁÔÎÕÀ ËÏÓÕÀ ÞÅÒÔÕ ("\"") ÉÌÉ ÏÄÉÎÏÞÎÕÀ ËÁ×ÙÞËÕ ("\'") ÓÒÅÄÉ ÜÔÉÈ ÚÎÁÞÅÎÉÊ, ÐÏÓÔÁ×ØÔÅ ÐÅÒÅÄ ÎÉÍÉ ÏÂÒÁÔÎÕÀ ËÏÓÕÀ ÞÅÒÔÕ (ÎÁÐÒÉÍÅÒ, \'\\\\xyz\' ÉÌÉ \'a\\\'b\').';
$strShow = 'ðÏËÁÚÁÔØ';
$strShowAll = 'ðÏËÁÚÁÔØ ×ÓÅ';
$strShowColor = 'ðÏËÁÚÁÔØ Ã×ÅÔ';
$strShowDatadictAs = 'æÏÒÍÁÔ ÓÌÏ×ÁÒÑ ÄÁÎÎÙÈ';
$strShowFullQueries = 'ðÏËÁÚÙ×ÁÔØ ðÏÌÎÙÅ úÁÐÒÏÓÙ';
$strShowGrid = 'ðÏËÁÚÁÔØ ÓÅÔËÕ';
$strShowPHPInfo = 'ðÏËÁÚÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï PHP';
$strShowTableDimension = 'ðÏËÁÚÁÔØ ÒÁÚÍÅÒÎÏÓÔØ ÔÁÂÌÉÃÙ';
$strShowTables = 'ðÏËÁÚÁÔØ ÔÁÂÌÉÃÙ';
$strShowThisQuery = ' ðÏËÁÚÁÔØ ÄÁÎÎÙÊ ÚÁÐÒÏÓ ÓÎÏ×Á ';
$strShowingRecords = 'ðÏËÁÚÙ×ÁÅÔ ÚÁÐÉÓÉ ';
$strSimplifiedChinese = 'õÐÒÏÝ£ÎÎÙÊ ËÉÔÁÊÓËÉÊ';
$strSingly = '(ÏÔÄÅÌØÎÏ)';
$strSize = 'òÁÚÍÅÒ';
$strSlovak = 'óÌÏ×ÁÃËÉÊ';
$strSlovenian = 'óÌÏ×ÅÎÓËÉÊ';
$strSort = 'ïÔÓÏÒÔÉÒÏ×ÁÔØ';
$strSortByKey = 'óÏÒÔÉÒÏ×ÁÔØ ÐÏ ËÌÀÞÕ';
$strSpaceUsage = 'éÓÐÏÌØÚÕÅÍÏÅ ÐÒÏÓÔÒÁÎÓÔ×Ï';
$strSpanish = 'éÓÐÁÎÓËÉÊ';
$strSplitWordsWithSpace = 'óÌÏ×Á, ÒÁÚÄÅÌÅÎÎÙÅ ÐÒÏÂÅÌÏÍ (" ").';
$strStatCheckTime = 'ðÏÓÌÅÄÎÑÑ ÐÒÏ×ÅÒËÁ';
$strStatCreateTime = 'óÏÚÄÁÎÉÅ';
$strStatUpdateTime = 'ðÏÓÌÅÄÎÅÅ ÏÂÎÏ×ÌÅÎÉÅ';
$strStatement = '÷ÙÒÁÖÅÎÉÑ';
$strStatus = 'óÔÁÔÕÓ';
$strStrucCSV = 'CSV ÄÁÎÎÙÅ';
$strStrucData = 'óÔÒÕËÔÕÒÁ É ÄÁÎÎÙÅ';
$strStrucDrop = 'äÏÂÁ×ÉÔØ ÕÄÁÌÅÎÉÅ ÔÁÂÌÉÃÙ';
$strStrucExcelCSV = 'CSV ÄÌÑ ÄÁÎÎÙÈ MS Excel';
$strStrucNativeExcel = 'äÁÎÎÙÅ ÉÚ MS Excel';
$strStrucOnly = 'ôÏÌØËÏ ÓÔÒÕËÔÕÒÕ';
$strStructPropose = 'ðÒÅÄÌÁÇÁÅÍÁÑ ÓÔÒÕËÔÕÒÁ ÔÁÂÌÉÃÙ';
$strStructure = 'óÔÒÕËÔÕÒÁ';
$strSubmit = '÷ÙÐÏÌÎÉÔØ';
$strSuccess = '÷ÁÛ SQL-ÚÁÐÒÏÓ ÂÙÌ ÕÓÐÅÛÎÏ ×ÙÐÏÌÎÅÎ';
$strSum = '÷ÓÅÇÏ';
$strSwedish = 'û×ÅÄÓËÉÊ';
$strSwitchToTable = 'ðÅÒÅËÌÀÞÉÔØÓÑ ÎÁ ÓËÏÐÉÒÏ×ÁÎÎÕÀ ÔÁÂÌÉÃÕ';
 
$strTable = 'ÔÁÂÌÉÃÁ ';
$strTableComments = 'ëÏÍÍÅÎÔÁÒÉÊ Ë ÔÁÂÌÉÃÅ';
$strTableEmpty = 'ðÕÓÔÏÅ ÎÁÚ×ÁÎÉÅ ÔÁÂÌÉÃÙ!';
$strTableHasBeenDropped = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÕÄÁÌÅÎÁ';
$strTableHasBeenEmptied = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÏÞÉÝÅÎÁ';
$strTableHasBeenFlushed = 'âÙÌ ÓÂÒÏÛÅÎ ËÜÛ ÔÁÂÌÉÃÙ %s';
$strTableMaintenance = 'ïÂÓÌÕÖÉ×ÁÎÉÅ ÔÁÂÌÉÃÙ';
$strTableOfContents = 'ïÇÌÁ×ÌÅÎÉÅ';
$strTableOptions = 'ïÐÃÉÉ ÔÁÂÌÉÃÙ';
$strTableStructure = 'óÔÒÕËÔÕÒÁ ÔÁÂÌÉÃÙ';
$strTableType = 'ôÉÐ ÔÁÂÌÉÃÙ';
$strTables = '%s ÔÁÂÌÉÃ(Ù)';
$strTakeIt = 'ÏÂÒÁÂÏÔÁÔØ';
$strTblPrivileges = ' ðÒÉ×ÉÌÅÇÉÉ, ÓÐÅÃÉÆÉÞÎÙÅ ÄÌÑ ÔÁÂÌÉÃÙ';
$strTextAreaLength = ' éÚ-ÚÁ ÂÏÌØÛÏÊ ÄÌÉÎÙ,<br /> ÜÔÏ ÐÏÌÅ ÎÅ ÍÏÖÅÔ ÂÙÔØ ÏÔÒÅÄÁËÔÉÒÏ×ÁÎÎÏ ';
$strThai = 'ôÁÉ';
$strTheme = 'ôÅÍÁ / óÔÉÌØ';
$strThisHost = 'üÔÏÔ ÈÏÓÔ';
$strThisNotDirectory = 'üÔÏ ÂÙÌÁ ÎÅ ÄÉÒÅËÔÏÒÉÑ';
$strThreadSuccessfullyKilled = 'Thread %s ÂÙÌ ÕÄÁÌÅÎ.';
$strTime = '÷ÒÅÍÑ';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = '×ÓÅÇÏ';
$strTotalUC = '÷ÓÅÇÏ';
$strTraditionalChinese = 'ôÒÁÄÉÃÉÏÎÎÙÊ ËÉÔÁÊÓËÉÊ';
$strTraditionalSpanish = 'ôÒÁÄÉÃÉÏÎÎÙÊ éÓÐÁÎÓËÉÊ';
$strTraffic = 'ôÒÁÆÉË';
$strTransformation_application_octetstream__download = 'ðÏËÁÚÁÔØ ÌÉÎË Ë ÚÁÇÒÕÚËÅ ÂÉÎÁÒÎÙÈ ÄÁÎÎÙÈ ÐÏÌÅÊ. ðÅÒ×ÙÊ ×ÁÒÉÁÎÔ: ÕËÁÖÉÔÅ ÉÍÑ ÂÉÎÁÒÎÏÇÏ ÆÁÊÌÁ. ÷ÔÏÒÏÊ ×ÁÒÉÁÎÔ: ÕËÁÖÉÔÅ ×ÏÚÍÏÖÎÏÅ ÉÍÑ ÓÔÒÏËÉ ÔÁÂÌÉÃÙ × ËÏÔÏÒÏÊ ÎÁÈÏÄÉÔÓÑ ÂÉÎÁÒÎÙÊ ÆÁÊÌ. åÓÌÉ ×Ù ×ÙÂÅÒÅÔÅ ×ÔÏÒÏÊ ×ÁÒÉÁÎÔ, ÕÂÅÄÉÔÅÓØ × ÔÏÍ, ÞÔÏ ÉÍÑ ÂÉÎÁÒÎÏÇÏ ÆÁÊÌÁ × ÐÅÒ×ÏÍ ×ÁÒÉÁÎÔÅ ÎÅ ÕËÁÚÁÎÎÏ';
$strTransformation_image_jpeg__inline = 'ïÔÏÂÒÁÖÁÅÔ ÐÒÅÄÐÒÏÓÍÏÔÒ, ÎÁ ËÏÔÏÒÙÊ ÍÏÖÎÏ ËÌÉËÎÕÔØ; ÏÐÃÉÉ: ÛÉÒÉÎÁ,×ÙÓÏÔÁ × ÐÉËÓÅÌÁÈ (ÓÏÈÒÁÎÑÅÔ ÉÓÈÏÄÎÙÊ ÍÁÓÛÔÁÂ)';
$strTransformation_image_jpeg__link = 'ïÔÏÂÒÁÖÁÅÔ ÓÓÙÌËÕ ÎÁ ÜÔÏ ÉÚÏÂÒÁÖÅÎÉÅ(direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'âÅÒ£Ô ÐÏÌÅ TIME, TIMESTAMP ÉÌÉ DATETIME É ÆÏÒÍÁÔÉÒÕÅÔ ÅÇÏ × ÓÏÏÔ×ÅÔÓÔ×ÉÉ Ó ×ÁÛÉÍ ÌÏËÁÌØÎÙÍ ÆÏÒÍÁÔÏÍ ÄÁÔÙ. ðÅÒ×ÁÑ ÏÐÃÉÑ - ÜÔÏ ÓÄ×ÉÇ (× ÞÁÓÁÈ), ËÏÔÏÒÙÊ ÂÕÄÅÔ ÄÏÂÁ×ÌÅÎ Ë timestamp (ðÏ ÕÍÏÌÞÁÎÉÀ: 0). ÷ÔÏÒÁÑ ÏÐÃÉÑ - ÜÔÏ ÄÒÕÇÏÊ ÆÏÒÍÁÔ ÄÁÔÙ × ÓÏÏÔ×ÅÔÓÔ×ÉÉ Ó ÐÁÒÁÍÅÔÒÁÍÉ, ÄÏÓÔÕÐÎÙÍÉ ÄÌÑ ÆÕÎËÃÉÉ PHP strftime().';
$strTransformation_text_plain__external = 'ôïìøëï LINUX: úÁÐÕÓËÁÅÔ ×ÎÅÛÎÅÅ ÐÒÉÌÏÖÅÎÉÅ É ÚÁÐÏÎÑÅÔ ÐÏÌÑ ÞÅÒÅÚ ÓÔÁÎÄÁÒÔÎÙÊ ××ÏÄ. ÷ÏÚ×ÒÁÝÁÅÔ ÓÔÁÎÄÁÒÔÎÙÊ ×Ù×ÏÄ ÐÒÉÌÏÖÅÎÉÑ. ðÏ ÕÍÏÌÞÁÎÉÀ Tidy, ÄÌÑ ÆÏÒÍÁÔÉÒÏ×ÁÎÉÑ HTML ËÏÄÁ. ðÏ ÓÏÏÂÒÁÖÅÎÉÑÍ ÂÅÚÏÐÁÓÎÏÓÔÉ, ×Ù ÄÏÌÖÎÙ ×ÒÕÞÎÕÀ ÏÔÒÅÄÁËÔÉÒÏ×ÁÔØ ÆÁÊÌ libraries/transformations/text_plain__external.inc.php É ×ÐÉÓÁÔØ ÐÒÏÇÒÁÍÍÙ, ËÏÔÏÒÙÅ ×Ù ÈÏÔÉÔÅ ÚÁÐÕÓËÁÔØ. ðÅÒ×ÁÑ ÏÐÃÉÑ - ÜÔÏ ÎÏÍÅÒ ÐÒÏÇÒÁÍÍÙ, ËÏÔÏÒÕÀ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ, ×ÔÏÒÁÑ - ÐÁÒÁÍÅÔÒÙ ÄÌÑ ÐÒÏÇÒÁÍÍÙ. ôÒÅÔÉÊ ÐÁÒÁÍÅÔÒ ÐÒÉ ÚÎÁÞÅÎÉÉ 1 ÂÕÄÅÔ ËÏÎ×ÅÒÔÉÒÏ×ÁÔØ ×Ù×ÏÄ, ÉÓÐÏÌØÚÕÑ htmlspecialchars() (ðÏ ÕÍÏÌÞÁÎÉÀ 1). þÅÔ×£ÒÔÙÊ ÐÁÒÁÍÅÔÒ ÐÒÉ ÚÎÁÞÅÎÉÉ 1 ×ÙÓÔÁ×ÉÔ NOWRAP, ÔÁË ÞÔÏ ×ÅÓØ ×Ù×ÏÄ ÂÕÄÅÔ ÏÔÏÂÒÁ֣ΠÂÅÚ ÐÅÒÅÆÏÒÍÁÔÉÒÏ×ÁÎÉÑ (ðÏ ÕÍÏÌÞÁÎÉÀ 1)';
$strTransformation_text_plain__formatted = 'óÏÈÒÁÎÑÅÔ ÉÓÈÏÄÎÏÅ ÆÏÒÍÁÔÉÒÏ×ÁÎÉÅ ÐÏÌÑ. üËÒÁÎÉÒÏ×ÁÎÉÅ ÎÅ ÐÒÏÉÚ×ÏÄÉÔÓÑ.';
$strTransformation_text_plain__imagelink = 'ðÏËÁÚÙ×ÁÅÔ ÉÚÏÂÒÁÖÅÎÉÅ É ÓÓÙÌËÕ, ÐÏÌÅ ÓÏÄÅÒÖÉÔ ÉÍÑ ÆÁÊÌÁ; ÐÅÒ×ÁÑ ÏÐÃÉÑ - ÜÔÏ ÐÒÅÆÉËÓ ×ÒÏÄÅ "http://domain.com/", ×ÔÏÒÁÑ - ÛÉÒÉÎÁ × ÐÉËÓÅÌÁÈ, ÔÒÅÔØÑ - ×ÙÓÏÔÁ.';
$strTransformation_text_plain__link = 'ïÔÏÂÒÁÖÁÅÔ ÓÓÙÌËÕ, ÐÏÌÅ ÓÏÄÅÒÖÉÔ ÉÍÑ ÆÁÊÌÁ; ÐÅÒ×ÁÑ ÏÐÃÉÑ - ÜÔÏ ÐÒÅÆÉËÓ ×ÒÏÄÅ "http://domain.com/", ×ÔÏÒÁÑ - ÚÁÇÏÌÏ×ÏË ÄÌÑ ÓÓÙÌËÉ.';
$strTransformation_text_plain__substr = 'ðÏËÁÚÙ×ÁÅÔ ÔÏÌØËÏ ÞÁÓÔØ ÓÔÒÏËÉ. ðÅÒ×ÁÑ ÏÐÃÉÑ - ÜÔÏ ÓÄ×ÉÇ, ÏÐÒÅÄÅÌÑÀÝÉÊ ÇÄÅ ÎÁÞÉÎÁÅÔÓÑ ×Ù×ÏÄ ÔÅËÓÔÁ (ðÏ ÕÍÏÌÞÁÎÉÀ 0). ÷ÔÏÒÁÑ ÏÐÃÉÑ - ÜÔÏ ËÏÌÉÞÅÓÔ×Ï ×ÏÚ×ÒÁÝÁÅÍÏÇÏ ÔÅËÓÔÁ. åÓÌÉ ÎÅ ÏÐÒÅÄÅÌÅÎÏ, ÔÏ ×ÏÚ×ÒÁÝÁÅÔÓÑ ×ÅÓØ ÏÓÔÁÀÝÉÊÓÑ ÔÅËÓÔ. ôÒÅÔØÑ ÏÐÃÉÑ ÏÐÒÅÄÅÌÑÅÔ ÓÉÍ×ÏÌÙ, ËÏÔÏÒÙÅ ÂÕÄÕÔ ÄÏÂÁ×ÌÅÎÙ Ë ×Ù×ÏÄÕ, ËÏÇÄÁ ×ÏÚ×ÒÁÝÁÅÔÓÑ ÐÏÄÓÔÒÏËÁ. (ðÏ ÕÍÏÌÞÁÎÉÀ: ...) .';
$strTruncateQueries = 'ïÂÒÅÚÁÔØ ðÏËÁÚÁÎÎÙÅ úÁÐÒÏÓÙ';
$strTurkish = 'ôÕÒÅÃËÉÊ';
$strType = 'ôÉÐ';
 
$strUkrainian = 'õËÒÁÉÎÓËÉÊ';
$strUncheckAll = 'óÎÑÔØ ÏÔÍÅÔËÕ ÓÏ ×ÓÅÈ';
$strUnicode = 'àÎÉËÏÄ';
$strUnique = 'õÎÉËÁÌØÎÏÅ';
$strUnknown = 'ÎÅÉÚ×ÅÓÔÎÏ';
$strUnselectAll = 'óÎÑÔØ ÏÔÍÅÔËÕ ÓÏ ×ÓÅÈ';
$strUpdComTab = 'ðÏÖÁÌÕÊÓÔÁ, ÐÏÓÍÏÔÒÉÔÅ ËÁË ÏÂÎÏ×ÉÔØ Column_comments ôÁÂÌÉÃÕ × ÄÏËÕÍÅÎÔÁÃÉÉ';
$strUpdatePrivMessage = 'âÙÌÉ ÉÚÍÅÎÅÎÙ ÐÒÉ×ÉÌÅÇÉÉ ÄÌÑ';
$strUpdateProfileMessage = 'ðÒÏÆÉÌØ ÂÙÌ ÏÂÎÏ×ÌÅÎ.';
$strUpdateQuery = 'äÏÐÏÌÎÉÔØ ÚÁÐÒÏÓ';
$strUpgrade = '÷Ù ÄÏÌÖÎÙ ÏÂÎÏ×ÉÔØ %s ÄÏ ×ÅÒÓÉÉ %s ÉÌÉ ×ÙÛÅ.';
$strUsage = 'éÓÐÏÌØÚÏ×ÁÎÉÅ';
$strUseBackquotes = 'ïÂÒÁÔÎÙÅ ËÁ×ÙÞËÉ × ÎÁÚ×ÁÎÉÑÈ ÔÁÂÌÉÃ É ÐÏÌÅÊ';
$strUseHostTable = 'éÓÐÏÌØÚÏ×ÁÔØ ÔÁÂÌÉÃÕ ÈÏÓÔÏ×';
$strUseTables = 'éÓÐÏÌØÚÏ×ÁÔØ ÔÁÂÌÉÃÙ';
$strUseTextField = 'éÓÐÏÌØÚÏ×ÁÔØ ÔÅËÓÔÏ×ÏÅ ÐÏÌÅ';
$strUseThisValue = 'éÓÐÏÌØÚÏ×ÁÔØ ÜÔÏ ÚÎÁÞÅÎÉÅ';
$strUser = 'ðÏÌØÚÏ×ÁÔÅÌØ';
$strUserAlreadyExists = 'ðÏÌØÚÏ×ÁÔÅÌØ %s ÕÖÅ ÓÕÝÅÓÔ×ÕÅÔ!';
$strUserEmpty = 'ðÕÓÔÏÅ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ!';
$strUserName = 'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ';
$strUserNotFound = '÷ÙÄÅÌÅÎÎÙÊ ÐÏÌØÚÏ×ÁÔÅÌØ ÎÅ ÂÙÌ ÎÁÊÄÅÎ × ÔÁÂÌÉÃÅ ÐÒÉ×ÉÌÅÇÉÊ.';
$strUserOverview = 'User overview';
$strUsersDeleted = '÷ÙÂÒÁÎÎÙÅ ÐÏÌØÚÏ×ÁÔÅÌÉ ÂÙÌÉ ÕÓÐÅÛÎÏ ÕÄÁÌÅÎÙ.';
$strUsersHavingAccessToDb = 'ðÏÌØÚÏ×ÁÔÅÌÉ Ó ÐÒÁ×ÁÍÉ ÄÏÓÔÕÐÁ Ë &quot;%s&quot;';
 
$strValidateSQL = 'ðÒÏ×ÅÒÉÔØ SQL';
$strValidatorError = 'ðÒÏ×ÅÒËÁ SQL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÉÎÉÃÉÁÌÉÚÉÒÏ×ÁÎÁ. ðÒÏ×ÅÒØÔÅ, ÕÓÔÁÎÏ×ÌÅÎÙ ÌÉ ÎÅÏÂÈÏÄÉÍÙÅ ÍÏÄÕÌÉ ÒÁÓÛÉÒÅÎÉÊ ÄÌÑ PHP, ÏÐÉÓÁÎÎÙÅ × %sÄÏËÕÍÅÎÔÁÃÉÉ%s.';
$strValue = 'úÎÁÞÅÎÉÅ';
$strVar = 'ðÅÒÅÍÅÎÎÁÑ';
$strViewDump = 'ðÒÏÓÍÏÔÒÅÔØ ÄÁÍÐ ÔÁÂÌÉÃÙ';
$strViewDumpDB = 'ðÒÏÓÍÏÔÒÅÔØ ÄÁÍÐ âä';
$strViewDumpDatabases = 'ðÒÏÓÍÏÔÒÅÔØ ÄÁÍÐ (ÓÈÅÍÕ) âä';
 
$strWebServerUploadDirectory = 'ÄÉÒÅËÔÏÒÉÑ, ËÕÄÁ ÐÏÍÅÝÁÀÔÓÑ ÚÁËÁÞÁÎÎÙÅ ÆÁÊÌÙ ÏÔ web-ÓÅÒ×ÅÒÁ';
$strWebServerUploadDirectoryError = 'ÄÉÒÅËÔÏÒÉÑ, ËÏÔÏÒÕÀ ÷Ù ÕÓÔÁÎÏ×ÉÌÉ ËÁË "upload" ÎÅ ÍÏÖÅÔ ÂÙÔØ ÏÔËÒÙÔÁ';
$strWelcome = 'äÏÂÒÏ ÐÏÖÁÌÏ×ÁÔØ × %s';
$strWestEuropean = 'úÁÐÁÄÎÏ-å×ÒÏÐÅÊÓËÉÊ';
$strWildcard = 'ÛÁÂÌÏÎ';
$strWindowNotFound = 'ãÅÌÅ×ÏÅ ÏËÎÏ ÂÒÁÕÚÅÒÁ ÎÅ ÍÏÖÅÔ ÂÙÔØ ÏÂÎÏ×ÌÅÎÏ. ÷ÏÚÍÏÖÎÏ, ×Ù ÚÁËÒÙÌÉ ÒÏÄÉÔÅÌØÓËÏÅ ÏËÎÏ ÉÌÉ ×ÁÛ ÂÒÁÕÚÅÒ ÂÌÏËÉÒÕÅÔ ÍÅÖÏËÏÎÎÙÅ ÏÂÎÏ×ÌÅÎÉÑ ÉÚ-ÚÁ ÎÁÓÔÒÏÅË ÂÅÚÏÐÁÓÎÏÓÔÉ';
$strWithChecked = 'ó ÏÔÍÅÞÅÎÎÙÍÉ:';
$strWritingCommentNotPossible = 'îÁÐÉÓÁÎÉÅ ËÏÍÍÅÎÔÁÒÉÑ ÎÅ×ÏÚÍÏÖÎÏ';
$strWritingRelationNotPossible = 'äÏÂÁ×ÌÅÎÉÅ Ó×ÑÚÉ ÎÅ×ÏÚÍÏÖÎÏ';
$strWrongUser = 'ïÛÉÂÏÞÎÙÊ ÌÏÇÉÎ/ÐÁÒÏÌØ. ÷ ÄÏÓÔÕÐÅ ÏÔËÁÚÁÎÏ.';
 
$strXML = 'XML';
 
$strYes = 'äÁ';
 
$strZeroRemovesTheLimit = 'úÁÍÅÞÁÎÉÅ: õÓÔÁÎÏ×ËÁ ÜÔÉÈ ÏÐÃÉÊ × 0 (ÎÏÌØ) ÕÄÁÌÑÅÔ ÌÉÍÉÔ.';
$strZip = 'ÁÒÈÉ×ÉÒÏ×ÁÔØ × zip';
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
 
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/russian-utf-8.inc.php
0,0 → 1,986
<?php
/* $Id: russian-utf-8.inc.php,v 2.123.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by Gosha Sakovich <gt2 at users.sourceforge.net>
* Artyom Rabzonov <tyomych at gmx.net>
* Nicolay Zakharov <info at melody.org.ru> 16-Dec-2002
* (nobody) 2004-09-18
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('Байт', 'кБ', 'МБ', 'ГБ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Вс', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб');
$month = array('Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн', 'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d %Y г., %H:%M';
$timespanfmt = '%s дней, %s часов, %s минут и %s секунд';
 
$strAPrimaryKey = 'Был добавлен первичный ключ к %s';
$strAbortedClients = 'Отменены';
$strAbsolutePathToDocSqlDir = 'Введите абсолютный путь на сервере к директории docSQL, пожалуйста';
$strAccessDenied = 'В доступе отказано';
$strAccessDeniedExplanation = 'phpMyAdmin попытался соединиться с сервером MySQL, но сервер отверг соединение. Проверьте имя хоста, пользователя и пароль в config.inc.php.';
$strAction = 'Действие';
$strAddAutoIncrement = 'Добавить значение AUTO_INCREMENT';
$strAddConstraints = 'Добавить ограничения';
$strAddDeleteColumn = 'Добавить/удалить столбец критерия';
$strAddDeleteRow = 'Добавить/удалить ряд критерия';
$strAddDropDatabase = 'Добавить DROP DATABASE';
$strAddHeaderComment = 'Добавить частные сомментарии к header (\\n разбивает строки)';
$strAddIfNotExists = 'Добавить IF NOT EXISTS';
$strAddIntoComments = 'Добавить в комментарии';
$strAddNewField = 'Добавить новое поле';
$strAddPrivilegesOnDb = 'Добавить привилегии на следующую базу';
$strAddPrivilegesOnTbl = ' Добавить привилегии на следующую таблицу';
$strAddSearchConditions = 'Добавить условия поиска (тело для условия "where"):';
$strAddToIndex = 'Добавить к индексу&nbsp;%s&nbsp;колонку(и)';
$strAddUser = 'Добавить нового пользователя';
$strAddUserMessage = 'Был добавлен новый пользователь.';
$strAddedColumnComment = 'Добавленный комментарий для столбца';
$strAddedColumnRelation = 'Добавленная связь для столбца';
$strAdministration = 'Администрирование';
$strAffectedRows = 'Затронутые ряды:';
$strAfter = 'После %s';
$strAfterInsertBack = 'Возврат';
$strAfterInsertNewInsert = 'Вставить новую запись';
$strAfterInsertSame = 'Возвратиться к этой странице';
$strAll = 'Все';
$strAllTableSameWidth = 'показать все таблицы с такой шириной?';
$strAlterOrderBy = 'Изменить порядок таблицы';
$strAnIndex = 'Был добавлен индекс для %s';
$strAnalyzeTable = 'Анализ таблицы';
$strAnd = 'И';
$strAny = 'Любой';
$strAnyHost = 'Любой хост';
$strAnyUser = 'Любой пользователь';
$strArabic = 'Арабский';
$strArmenian = 'Армянский';
$strAscending = 'По возрастанию';
$strAtBeginningOfTable = 'В начало таблицы';
$strAtEndOfTable = 'В конец таблицы';
$strAttr = 'Атрибуты';
$strAutodetect = 'Автодетект';
$strAutomaticLayout = 'Автоматическая раскладка';
 
$strBack = 'Назад';
$strBaltic = 'Балтийский';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' Двоичный ';
$strBinaryDoNotEdit = ' Двоичные данные - не редактируются ';
$strBookmarkAllUsers = 'Дать каждому пользователю использовать эту закладку';
$strBookmarkDeleted = 'Закладка была удалена.';
$strBookmarkLabel = 'Метка';
$strBookmarkQuery = 'Закладка на SQL-запрос';
$strBookmarkThis = 'Закладка на данный SQL-запрос';
$strBookmarkView = 'Только просмотр';
$strBrowse = 'Обзор';
$strBrowseForeignValues = 'Browse foreign values';
$strBulgarian = 'Болгарский';
$strBzError = 'phpMyAdmin не может сжать дамп из-за проблем с Bz2 extension в текущей версии PHP. Строго рекомендуется установить переменной <code>$cfg[\'BZipDump\']</code> в Вашем конфигурационном файле phpMyAdmin значение <code>FALSE</code>. Если Вы хотите использовать Bz2-компрессию, Вам необходимо обновить PHP. Смотрите PHP bug report %s для более подробной информации.';
$strBzip = 'архивировать в bzip';
 
$strCSVOptions = 'Опции CSV';
$strCalendar = 'Календарь';
$strCannotLogin = 'Невозможно войти в MySQL';
$strCantLoad = 'не могу загрузить расширение %s,<br />проверьте конфигурацию PHP, пожалуйста';
$strCantLoadRecodeIconv = 'Не могу загрузить iconv или recode, необходимые для перекодирования символов. Проверьте php-конфигурацию и разрешите их использование или запретите перекодирование символов в phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Невозможно переименовать индекс в PRIMARY!';
$strCantUseRecodeIconv = 'Не могу использовать iconv функции: ни libiconv, ни recode_string, пока не будут загружены extension reports. Проверьте php-конфигурацию.';
$strCardinality = 'Количество элементов';
$strCaseInsensitive = 'нечувствительный к регистру';
$strCaseSensitive = 'чувствительный к регистру ';
$strCentralEuropean = 'Центрально-Европейский';
$strChange = 'Изменить';
$strChangeCopyMode = 'Создать нового пользователя с такими же привилегиями и ...';
$strChangeCopyModeCopy = '... сохранить старого.';
$strChangeCopyModeDeleteAndReload = ' ... удалить старого из таблиц пользователей и перезагрузить привилегии.';
$strChangeCopyModeJustDelete = ' ... удалить старого из таблиц пользователей.';
$strChangeCopyModeRevoke = ' ... отменить все активные привилегии старого и затем удалить его.';
$strChangeCopyUser = 'Изменить информацию логина/ Копировать пользователя';
$strChangeDisplay = 'Выберите поле для отображения';
$strChangePassword = 'Изменить пароль';
$strCharset = 'Кодировка';
$strCharsetOfFile = 'Кодировка файла:';
$strCharsets = 'Кодировки';
$strCharsetsAndCollations = 'Кодировки и сравнения';
$strCheckAll = 'Отметить все';
$strCheckOverhead = 'Отметить требующие оптимизации';
$strCheckPrivs = 'Проверить привилегии';
$strCheckPrivsLong = 'Проверить привилегии для базы &quot;%s&quot;.';
$strCheckTable = 'Проверить таблицу';
$strChoosePage = 'Выберите страницу для редактирования';
$strColComFeat = 'Показать комментария столбцов';
$strCollation = 'Сравнение';
$strColumnNames = 'Названия колонок';
$strColumnPrivileges = 'Привилегии, специфичные для столбца';
$strCommand = 'Команда';
$strComments = 'Комментарии';
$strCommentsForTable = 'Комментарии к таблице';
$strCompleteInserts = 'Полная вставка';
$strCompression = 'Сжатие';
$strConfigFileError = 'phpMyAdmin не может прочитать данные из конфигурационного файла! <br />Возможная причина - синтаксическая ошибка.<br />Вызовите этот файл (config.inc.php) непосредственно из браузера. Если будут сообщения об ошибках - исправьте их. Если пустая страница - все в порядке';
$strConfigureTableCoord = 'Измените координаты таблицы %s';
$strConnectionError = 'Соединение невозможно: неверные устоновки.';
$strConnections = 'Соединения';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies должны быть включены после этого места.';
$strCopyTable = 'Скопировать таблицу в (база данных<b>.</b>таблица):';
$strCopyTableOK = 'Таблица %s была скопирована в %s.';
$strCopyTableSameNames = ' Не могу скопировать таблицу саму в себя !';
$strCouldNotKill = 'phpMyAdmin не смог удалить thread %s. Возможно, он уже закрыт.';
$strCreate = 'Создать';
$strCreateIndex = 'Создать индекс на&nbsp;%s&nbsp;колонках';
$strCreateIndexTopic = 'Создать новый индекс';
$strCreateNewDatabase = 'Создать новую БД';
$strCreateNewTable = 'Создать новую таблицу в БД %s';
$strCreatePage = 'Создать новую страницу';
$strCreatePdfFeat = 'Создание PDF-схемы';
$strCreationDates = 'Создание/Обновление/Проверка дат';
$strCriteria = 'Критерий';
$strCroatian = 'Хорватский';
$strCyrillic = 'Кириллический';
$strCzech = 'Чешский';
$strCzechSlovak = 'Чешский';
 
$strDBComment = 'Комментарий БД: ';
$strDBGContext = 'Контекст';
$strDBGContextID = 'Контекст ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Максимальное время, ms';
$strDBGMinTimeMs = 'Минимальное время, ms';
$strDBGModule = 'Модуль';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Итоговое время, ms';
$strDBRename = 'Переименовать базу данных в';
$strDanish = 'Датский';
$strData = 'Данные';
$strDataDict = 'Словарь данных';
$strDataOnly = 'Только данные';
$strDatabase = 'БД';
$strDatabaseEmpty = 'Имя базы данных не указанно!';
$strDatabaseExportOptions = 'Опции экспорта БД';
$strDatabaseHasBeenDropped = 'База данных %s была удалена.';
$strDatabaseNoTable = 'Эта БД не содержит таблиц!';
$strDatabases = 'Базы Данных';
$strDatabasesDropped = '%s БД были успешно удалены.';
$strDatabasesStats = 'Статистика баз данных';
$strDatabasesStatsDisable = 'Отключить статистику';
$strDatabasesStatsEnable = 'Включить статистику';
$strDatabasesStatsHeavyTraffic = 'Замечание: Включение статистики базы данных может спровоцировать большой трафик между веб-сервером и сервером MySQL.';
$strDbPrivileges = ' Привилегии, специфичные для базы данных';
$strDbSpecific = 'специфично для БД';
$strDefault = 'По умолчанию';
$strDefaultValueHelp = 'Для значений по умолчанию просто введите единственное значение без экранирования и квотирования, используя этот формат: a';
$strDefragment = 'Дефрагментировать таблицу';
$strDelOld = 'В текущей странице есть ссылки на таблицы, котрые больше не существуют. Вы хотите удалить эти ссылки?';
$strDelayedInserts = 'Использовать запаздывающие вставки';
$strDelete = 'Удалить';
$strDeleteAndFlush = 'Удалить всех пользователей и перезагрузить привилегии.';
$strDeleteAndFlushDescr = 'Это лучший способ, но перезагрузка привилегий может занять некоторое время.';
$strDeleted = 'Ряд был удален';
$strDeletedRows = 'Следующие ряды были удалены:';
$strDeleting = 'Удаление %s';
$strDescending = 'По убыванию';
$strDescription = 'Описание';
$strDictionary = 'словарь';
$strDisableForeignChecks = 'Выключить проверку инородных ключей';
$strDisabled = 'Недоступно';
$strDisplayFeat = 'Показать дополнительные возможности';
$strDisplayOrder = 'Порядок просмотра:';
$strDisplayPDF = 'Показать PDF-схему';
$strDoAQuery = 'Выполнить "запрос по примеру" (символ подстановки: "%")';
$strDoYouReally = 'Вы действительно желаете ';
$strDocu = 'Документация';
$strDrop = 'Уничтожить';
$strDropDatabaseStrongWarning = 'Вы уверенны что хотите уничтожить всю базу данных?';
$strDropUsersDb = 'Удалить базы, которые имеют такие же имена как и пользователи.';
$strDumpSaved = 'Дамп сохранён в файл %s.';
$strDumpXRows = 'Дамп %s записей, начиная с %s.';
$strDumpingData = 'Дамп данных таблицы';
$strDynamic = 'динамический';
 
$strEdit = 'Правка';
$strEditPDFPages = 'Изменить PDF-страницы';
$strEditPrivileges = 'Редактирование привилегий';
$strEffective = 'Эффективность';
$strEmpty = 'Очистить';
$strEmptyResultSet = 'MySQL вернула пустой результат (т.е. ноль рядов).';
$strEnabled = 'Доступно';
$strEncloseInTransaction = 'Экспортировать при переводе';
$strEnd = 'Конец';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'Английский';
$strEnglishPrivileges = ' Примечание: привилегии MySQL задаются по-английски ';
$strError = 'Ошибка';
$strEstonian = 'Эстонский';
$strExcelEdition = 'Excel-публикация';
$strExcelOptions = 'Опции Excel';
$strExecuteBookmarked = 'Выпонить отмеченный запрос';
$strExplain = 'Описать SQL';
$strExport = 'Экспорт';
$strExtendedInserts = 'Расширенные вставки';
$strExtra = 'Дополнительно';
 
$strFailedAttempts = 'Неудачные попытки';
$strField = 'Поле';
$strFieldHasBeenDropped = 'Поле %s было удалено';
$strFields = 'Поля';
$strFieldsEmpty = ' Пустой счетчик полей! ';
$strFieldsEnclosedBy = 'Поля заключены в';
$strFieldsEscapedBy = 'Поля экранируются';
$strFieldsTerminatedBy = 'Поля разделены';
$strFileAlreadyExists = 'Файл %s уже существует на сервере, измените имя или воспользуйтесь опцией перезаписи.';
$strFileCouldNotBeRead = 'Файл не может быть прочитан';
$strFileNameTemplate = 'Шаблон имени файла';
$strFileNameTemplateRemember = 'запомнить шаблон';
$strFixed = 'фиксированный';
$strFlushPrivilegesNote = 'Замечание: phpMyAdmin получает пользовательские привилегии прямо из таблиц привилегий MySQL. Содержимое этих таблиц может отличаться от от привилегий, которые использует сервер, если изменения были внесены вручную. В этом случае вы должны %sперезагрузить привилегии%s перед продолжением работы.';
$strFlushTable = 'Сбросить кэш таблицы ("FLUSH")';
$strFormEmpty = 'Требуется значение для формы!';
$strFormat = 'Формат';
$strFullText = 'Полные тексты';
$strFunction = 'Функция';
 
$strGenBy = 'Созданный';
$strGenTime = 'Время создания';
$strGeneralRelationFeat = 'Основные возможности связей';
$strGeorgian = 'Грузинский';
$strGerman = 'Немецкий';
$strGlobal = 'global';
$strGlobalPrivileges = 'Глобальные привилегии';
$strGlobalValue = 'Глобальное значение';
$strGo = 'Пошел';
$strGrantOption = 'Предоставлять';
$strGreek = 'Греческий';
$strGzip = 'архивировать в gzip';
 
$strHasBeenAltered = 'была изменена.';
$strHasBeenCreated = 'была создана.';
$strHaveToShow = 'Вы должны выбрать не менее одной колонки для отображения';
$strHebrew = 'Иврит';
$strHexForBinary = 'Использовать шестнадцатиричные (hexadecimal) бинарные поля';
$strHome = 'К началу';
$strHomepageOfficial = 'Официальная страница phpMyAdmin';
$strHost = 'Хост';
$strHostEmpty = 'Пустое имя хоста!';
$strHungarian = 'Венгерский';
 
$strIcelandic = 'Исландский';
$strId = 'ID';
$strIdxFulltext = 'ПолнТекст';
$strIgnore = 'Игнорировать';
$strIgnoreInserts = 'Игнорировать вставки';
$strIgnoringFile = 'Игнорирую файл %s';
$strImportDocSQL = 'Импорт docSQL файлов';
$strImportFiles = 'Импорт файлов';
$strInUse = 'используется';
$strIndex = 'Индекс';
$strIndexHasBeenDropped = 'Индекс %s был удален';
$strIndexName = 'Имя индекса&nbsp;:';
$strIndexType = 'Тип индекса&nbsp;:';
$strIndexes = 'Индексы';
$strInnodbStat = 'InnoDB статус';
$strInsecureMySQL = 'Ваш конфигурационный файл содержит настройки (пользователь root без пароля), которые относятся к привилегированному пользователю MySQL (по умолчанию). Ваш MySQL сервер запущен с этими настройками по умолчанию, открытый для вторжений, поэтому Вам настоятельно рекомендуется устранить эту дыру в безопасности.';
$strInsert = 'Вставить';
$strInsertAsNewRow = 'Вставить новый ряд';
$strInsertNewRow = 'Вставить новый ряд';
$strInsertedRowId = 'Вставить id ряда:';
$strInsertedRows = 'Добавлены ряды:';
$strInternalNotNecessary = '* Внутренняя связь не обязательна, когда она также существует в InnoDB.';
$strInternalRelations = 'Внутренние связи';
 
$strJapanese = 'Японский';
$strJumpToDB = 'Перейти к базе &quot;%s&quot;.';
$strJustDelete = 'Просто удалить пользователей из таблиц привилкгий.';
$strJustDeleteDescr = '&quot;Удалённые&quot; пользователи всё ещё смогут работать с с ервером как обычно до перезагрузки привилегий.';
 
$strKeepPass = 'Не менять пароль';
$strKeyname = 'Имя ключа';
$strKill = 'Убить';
$strKorean = 'Корейский';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Опции LaTeX';
$strLandscape = 'Ландшафт';
$strLatexCaption = 'Заголовок таблицы';
$strLatexContent = 'Содержимое таблицы __TABLE__';
$strLatexContinued = '(продолжено)';
$strLatexContinuedCaption = 'Продолженный заголовок таблицы';
$strLatexIncludeCaption = 'Включить заголовок таблицы';
$strLatexLabel = 'Label key';
$strLatexStructure = 'Структура таблицы __TABLE__';
$strLatvian = 'Латвийский';
$strLengthSet = 'Длины/Значения*';
$strLimitNumRows = 'записей на страницу';
$strLinesTerminatedBy = 'Строки разделены';
$strLinkNotFound = 'Связь не найдена';
$strLinksTo = 'Связь с';
$strLithuanian = 'Латвийский';
$strLocalhost = 'Local';
$strLocationTextfile = 'Месторасположение текстового файла';
$strLogPassword = 'Пароль:';
$strLogServer = 'Сервер';
$strLogUsername = 'Пользователь:';
$strLogin = 'Вход в систему';
$strLoginInformation = 'Информация логина';
$strLogout = 'Выйти из системы';
 
$strMIMETypesForTable = 'MIME-типы таблицы';
$strMIME_MIMEtype = 'MIME-тип';
$strMIME_available_mime = 'Доступные MIME-типы';
$strMIME_available_transform = 'Доступные трансформации';
$strMIME_description = 'Описание';
$strMIME_nodescription = 'Нет доступных описаний для этой трансформации.<br />Пожалуйста, спросите автора что делает %s.';
$strMIME_transformation = 'Трансформация браузера';
$strMIME_transformation_note = 'Для списка доступных опций трансформации и трансформаций их MIME-типов кликните на %sописание трансформаций%s';
$strMIME_transformation_options = 'Опции трансформации';
$strMIME_transformation_options_note = 'Пожалуйсиа, введите значения для трансформации, используя этот формат: \'a\',\'b\',\'c\'...<br />Если вам нужно поставить бэкслэш("\") или кавычку("\'"), экранируйте их (например \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME-типы, выделенные курсивом, не имеют отдельной функции трансформации';
$strMaximumSize = 'Максимальный размер: %s%s';
$strModifications = 'Модификации были сохранены';
$strModify = 'Изменить';
$strModifyIndexTopic = 'Изменить индекс';
$strMoveTable = 'Переместить таблицы в (база данных<b>.</b>таблица):';
$strMoveTableOK = 'Таблица %s была перемещена в %s.';
$strMoveTableSameNames = 'Не могу переместить таблицу саму в себя!';
$strMultilingual = 'многоязычный';
$strMySQLCharset = 'MySQL-кодировка';
$strMySQLConnectionCollation = 'Сопоставление соединения с MySQL';
$strMySQLSaid = 'Ответ MySQL: ';
$strMySQLShowProcess = 'Показать процессы';
$strMySQLShowStatus = 'Показать состояние MySQL';
$strMySQLShowVars = 'Показать системные переменные MySQL';
 
$strName = 'Имя';
$strNext = 'Далее';
$strNo = 'Нет';
$strNoDatabases = 'БД отсутствуют';
$strNoDatabasesSelected = 'Ни одна БД не выбрана.';
$strNoDescription = 'нет описания';
$strNoDropDatabases = 'Команда "Удалить БД" отключена.';
$strNoExplain = 'Прекратить описание SQL';
$strNoFrames = 'Для работы phpMyAdmin нужен браузер с поддержкой <b>фреймов</b>.';
$strNoIndex = 'Индекс не определен!';
$strNoIndexPartsDefined = 'Части индекса не определены!';
$strNoModification = 'Нет изменений';
$strNoOptions = 'В этом формате нет опций';
$strNoPassword = 'Без пароля';
$strNoPermission = 'Веб-серверу не хватает прав для сохранения файла %s.';
$strNoPhp = 'без PHP-кода';
$strNoPrivileges = 'Без привилегий';
$strNoRights = 'Вы не имеете достаточно прав для этого!';
$strNoRowsSelected = 'Строка таблицы не выбрана';
$strNoSpace = 'Не хватает дискового пространства для сохранения файла %s.';
$strNoTablesFound = 'В БД не обнаружено таблиц.';
$strNoUsersFound = 'Не найден пользователь.';
$strNoValidateSQL = 'Не проверять SQL';
$strNone = 'Нет';
$strNotNumber = 'Это не число!';
$strNotOK = 'Не готово';
$strNotSet = 'Таблица <b>%s</b> не найдена';
$strNull = 'Ноль';
$strNumSearchResultsInTable = '%s записи(ей) в таблице <i>%s</i>';
$strNumSearchResultsTotal = '<b>Итого:</b> <i>%s</i> записи(ей)';
$strNumTables = 'Таблиц';
 
$strOK = 'Готово';
$strOperations = 'Операции';
$strOperator = 'Оператор';
$strOptimizeTable = 'Оптимизировать таблицу';
$strOr = 'Или';
$strOverhead = 'Накладные расходы';
$strOverwriteExisting = 'Перезаписать существующий(е) файл(ы)';
 
$strPHP40203 = 'Вы используете версию PHP 4.2.3, которая содержит серьезные ошибки при работе с много-байтовыми строками (mbstring). Смотрите PHP bug report 19404. Данная версия PHP не рекомендуется для использования с phpMyAdmin.';
$strPHPVersion = 'Версия PHP';
$strPageNumber = 'Номер страницы:';
$strPaperSize = 'Размер бумаги';
$strPartialText = 'Частичные тексты';
$strPassword = 'Пароль';
$strPasswordChanged = 'Пароль для %s был успешно изменён.';
$strPasswordEmpty = 'Пустой пароль!';
$strPasswordNotSame = 'Пароли не одинаковы!';
$strPdfDbSchema = 'Структура базы "%s" - страница %s';
$strPdfInvalidTblName = 'Таблица "%s" не существует!';
$strPdfNoTables = 'Нет таблиц';
$strPerHour = 'в час';
$strPerMinute = 'в минуту';
$strPerSecond = 'в секунду';
$strPhoneBook = 'телефонная книга';
$strPhp = 'Создать PHP-код';
$strPmaDocumentation = 'Документация по phpMyAdmin';
$strPmaUriError = 'Директива <tt>$cfg[\'PmaAbsoluteUri\']</tt> должна быть установлена в Вашем конфигурационном файле!';
$strPolish = 'Польский';
$strPortrait = 'Портрет';
$strPos1 = 'Начало';
$strPrevious = 'Назад';
$strPrimary = 'Первичный';
$strPrimaryKeyHasBeenDropped = 'Первичный ключ был удален';
$strPrimaryKeyName = 'Имя первичного ключа должно быть PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>должно</b> быть признаком <b>только</b> первичного ключа!)';
$strPrint = 'Печать';
$strPrintView = 'Версия для печати';
$strPrintViewFull = 'Распечатать (со всем текстом)';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Позволяет изменение структуры существующих таблиц.';
$strPrivDescCreateDb = 'Позволяет создание новых баз данных и таблиц.';
$strPrivDescCreateTbl = 'Позволяет создание новых таблиц.';
$strPrivDescCreateTmpTable = 'Позволяет создание временных таблиц.';
$strPrivDescDelete = 'Позволяет удаление данных.';
$strPrivDescDropDb = 'Позволяет удаление ';
$strPrivDescDropTbl = 'Позволяет удаление таблиц.';
$strPrivDescExecute = 'Позволяет запуск хранимых процедур; Не работает в этой версии MySQL.';
$strPrivDescFile = 'Позволяет импортирование и экспортирование данных в файлы.';
$strPrivDescGrant = 'Позволяет добавление пользователей и привилегий без перезагрузки таблиц привилегий.';
$strPrivDescIndex = 'Позволяет создание и удаление индексов.';
$strPrivDescInsert = 'Позволяет вставку и замену данных.';
$strPrivDescLockTables = 'Позволяет блокировку таблиц для текущего потока.';
$strPrivDescMaxConnections = 'Ограничивает количество соединений, которые пользователь может открыть в течение часа.';
$strPrivDescMaxQuestions = 'Ограничивает количество запросов, которые пользователь может отравит в течение часа.';
$strPrivDescMaxUpdates = 'Ограничивает количество команд, изменяющих любую таблицу или базу данных, которые пользователь может выполнить за час.';
$strPrivDescProcess3 = 'Позволяет убивать процессы других пользоваетелей.';
$strPrivDescProcess4 = 'Позволяет просмотр полных запросов в списке процессов.';
$strPrivDescReferences = 'Не работает в этой версии MySQL.';
$strPrivDescReload = 'Позволяет перезагрузку настроек сервера и очистку его кэшей.';
$strPrivDescReplClient = 'Даёт пользователю право спрашивать где находяться slaves / masters.';
$strPrivDescReplSlave = 'Нужен для репликации slaves.';
$strPrivDescSelect = 'Позволяет чтение данных.';
$strPrivDescShowDb = 'Даёт доступ к полному списку баз данных.';
$strPrivDescShutdown = 'Позволяет остановку сервера.';
$strPrivDescSuper = 'Позволяет соединяться, даже если достигнуто максимальное количество соединений; Необходимо для большинства административных задач, таких как установка глобальных переменных или остановка процессов других пользователей.';
$strPrivDescUpdate = 'Позволяет изменение данных.';
$strPrivDescUsage = 'Нет привилегий.';
$strPrivileges = 'Привилегии';
$strPrivilegesReloaded = 'Привилегии были успешно перезагружены.';
$strProcesslist = 'Список процессов';
$strPutColNames = 'Укажите наименования полей в первой строке';
 
$strQBE = 'Запрос&nbsp;по&nbsp;примеру';
$strQBEDel = 'Удалить';
$strQBEIns = 'Вставить';
$strQueryFrame = 'Окно запроса';
$strQueryOnDb = 'SQL-запрос БД <b>%s</b>:';
$strQuerySQLHistory = 'История SQL';
$strQueryStatistics = '<b>Статистика запросов</b>: Со времени запуска %s запросов было послано на сервер.';
$strQueryTime = 'Запрос занял %01.4f сек';
$strQueryType = 'Тип запроса';
$strQueryWindowLock = 'Не перезаписывать этот запрос вне окна';
 
$strReType = 'Подтверждение';
$strReceived = 'Принято';
$strRecords = 'Записи';
$strReferentialIntegrity = 'Проверить целостность данных:';
$strRefresh = 'Обновить';
$strRelationNotWorking = 'Дополнительные возможности для работы со связанными таблицами недоступны. Для определения причины нажмите %sсюда%s.';
$strRelationView = 'Связанный вид';
$strRelationalSchema = 'Реляционная схема';
$strRelations = 'Связи';
$strRelationsForTable = 'Соотношения в таблице';
$strReloadMySQL = 'Перезагрузить MySQL';
$strReloadingThePrivileges = 'Перезагрузка привилегий';
$strRemoveSelectedUsers = 'Удалить выделенных пользователей';
$strRenameDatabaseOK = 'База данных %s переименована в %s';
$strRenameTable = 'Переименовать таблицу в';
$strRenameTableOK = 'Таблица %s была переименована в %s';
$strRepairTable = 'Починить таблицу';
$strReplaceNULLBy = 'Заменить NULL на';
$strReplaceTable = 'Заместить данные таблицы данными из файла';
$strReset = 'Переустановить';
$strResourceLimits = 'Предел ресурсов';
$strRevoke = 'Отменить';
$strRevokeAndDelete = 'Отменить все активные привилегии пользователей и затем удалить их.';
$strRevokeAndDeleteDescr = 'Пользователи всё ещё будут иметь USAGE привилегии до перезагрузки привилегий.';
$strRevokeMessage = 'Вы изменили привилегии для %s';
$strRomanian = 'Румынский';
$strRowLength = 'Длина ряда';
$strRowSize = ' Размер ряда ';
$strRows = 'Ряды';
$strRowsFrom = 'рядов от';
$strRowsModeFlippedHorizontal = 'горизонтально(повёрнутые заголовки)';
$strRowsModeHorizontal = 'горизонтальном';
$strRowsModeOptions = 'в %s режиме, заголовки после каждых %s ячеек';
$strRowsModeVertical = 'вертикальном';
$strRowsStatistic = 'Статистика ряда';
$strRunQuery = 'Выполнить Запрос';
$strRunSQLQuery = 'Выполнить SQL запрос(ы) на БД %ы';
$strRunning = 'на %s';
$strRussian = 'Русский';
 
$strSQL = 'SQL';
$strSQLExportType = 'Тип экспорта';
$strSQLOptions = 'Опции SQL';
$strSQLParserBugMessage = 'Возможно у Вас ошибка в SQL-парсере. Пожалуйста, проверьте внимательно Ваш запрос и соответствие кавычек. Возможно также, что Вы пытаетесь закачать бинарный файл вне поля quoted text area. Вы можете попробовать выполнить свой запрос через интерфейс командной строки MySQL. Описание ошибки MySQL сервера дано ниже, возможно оно поможет понять, что же произошло. Если у Вас все равно возникают проблемы или если парсер выдает ошибки там, где интерфейс командной строки работает успешно, попробуйте изменить свой SQL запрос до простых запросов и определить, какой именно вызывает проблемы. Вы можете также прислать отчет об ошибке вместе с блоком данных (секция CUT):';
$strSQLParserUserError = 'Кажется возникла ошибка в Вашем SQL запросе. Описание ошибки от MySQL сервера дано ниже, возможно, оно поможет Вам разобраться';
$strSQLQuery = 'SQL-запрос';
$strSQLResult = 'SQL-результат';
$strSQPBugInvalidIdentifer = 'Неправильный идентификатор';
$strSQPBugUnclosedQuote = 'Незакрытая кавычка';
$strSQPBugUnknownPunctuation = 'Неизвестная строка с пунктуацией';
$strSave = 'Сохранить';
$strSaveOnServer = 'Сохранить на сервере в директории %s';
$strScaleFactorSmall = 'Масштаб слишком маленький для отображения всей таблицы на одной странице';
$strSearch = 'Искать';
$strSearchFormTitle = 'Искать в базе данных';
$strSearchInTables = 'В таблице(ах):';
$strSearchNeedle = 'Слово(а) или значение(я) для поиска (включая "%") в:';
$strSearchOption1 = 'хоть одно слово';
$strSearchOption2 = 'все слова';
$strSearchOption3 = 'точное соответствие';
$strSearchOption4 = 'регулярное выражение';
$strSearchResultsFor = 'Искать в "<i>%s</i>" %s:';
$strSearchType = 'Искать:';
$strSecretRequired = 'Конфигурационному файлу сейчас нужна секретная фраза (blowfish_secret).';
$strSelectADb = 'Выберите БД';
$strSelectAll = 'Отметить все';
$strSelectFields = 'Выбрать поля (минимум одно):';
$strSelectNumRows = 'по запросу';
$strSelectTables = 'Выберите таблицу(ы)';
$strSend = 'послать';
$strSent = 'Послано';
$strServer = 'Сервер';
$strServerChoice = 'Выбор сервера';
$strServerNotResponding = 'Сервер не отвечает';
$strServerStatus = 'Текущая информация';
$strServerStatusUptime = 'Этот MySQL сервер работает %s. Он был запущен %s.';
$strServerTabProcesslist = 'Процессы';
$strServerTabVariables = 'Переменные';
$strServerTrafficNotes = '<b>Трафик</b>: Эти таблицы показывают статистику по сетевому трафику MySQL сервера со времени его запуска.';
$strServerVars = 'Переменные и настройки сервера';
$strServerVersion = 'Версия сервера';
$strSessionValue = 'Значение сессии';
$strSetEnumVal = 'Для типов поля "enum" и "set", введите значения по этому формату: \'a\',\'b\',\'c\'...<br />Если вам понадобиться ввести обратную косую черту ("\"") или одиночную кавычку ("\'") среди этих значений, поставьте перед ними обратную косую черту (например, \'\\\\xyz\' или \'a\\\'b\').';
$strShow = 'Показать';
$strShowAll = 'Показать все';
$strShowColor = 'Показать цвет';
$strShowDatadictAs = 'Формат словаря данных';
$strShowFullQueries = 'Показывать Полные Запросы';
$strShowGrid = 'Показать сетку';
$strShowPHPInfo = 'Показать информацию о PHP';
$strShowTableDimension = 'Показать размерность таблицы';
$strShowTables = 'Показать таблицы';
$strShowThisQuery = ' Показать данный запрос снова ';
$strShowingRecords = 'Показывает записи ';
$strSimplifiedChinese = 'Упрощённый китайский';
$strSingly = '(отдельно)';
$strSize = 'Размер';
$strSlovak = 'Словацкий';
$strSlovenian = 'Словенский';
$strSort = 'Отсортировать';
$strSortByKey = 'Сортировать по ключу';
$strSpaceUsage = 'Используемое пространство';
$strSpanish = 'Испанский';
$strSplitWordsWithSpace = 'Слова, разделенные пробелом (" ").';
$strStatCheckTime = 'Последняя проверка';
$strStatCreateTime = 'Создание';
$strStatUpdateTime = 'Последнее обновление';
$strStatement = 'Выражения';
$strStatus = 'Статус';
$strStrucCSV = 'CSV данные';
$strStrucData = 'Структура и данные';
$strStrucDrop = 'Добавить удаление таблицы';
$strStrucExcelCSV = 'CSV для данных MS Excel';
$strStrucNativeExcel = 'Данные из MS Excel';
$strStrucOnly = 'Только структуру';
$strStructPropose = 'Предлагаемая структура таблицы';
$strStructure = 'Структура';
$strSubmit = 'Выполнить';
$strSuccess = 'Ваш SQL-запрос был успешно выполнен';
$strSum = 'Всего';
$strSwedish = 'Шведский';
$strSwitchToTable = 'Переключиться на скопированную таблицу';
 
$strTable = 'таблица ';
$strTableComments = 'Комментарий к таблице';
$strTableEmpty = 'Пустое название таблицы!';
$strTableHasBeenDropped = 'Таблица %s была удалена';
$strTableHasBeenEmptied = 'Таблица %s была очищена';
$strTableHasBeenFlushed = 'Был сброшен кэш таблицы %s';
$strTableMaintenance = 'Обслуживание таблицы';
$strTableOfContents = 'Оглавление';
$strTableOptions = 'Опции таблицы';
$strTableStructure = 'Структура таблицы';
$strTableType = 'Тип таблицы';
$strTables = '%s таблиц(ы)';
$strTakeIt = 'обработать';
$strTblPrivileges = ' Привилегии, специфичные для таблицы';
$strTextAreaLength = ' Из-за большой длины,<br /> это поле не может быть отредактированно ';
$strThai = 'Таи';
$strTheme = 'Тема / Стиль';
$strThisHost = 'Этот хост';
$strThisNotDirectory = 'Это была не директория';
$strThreadSuccessfullyKilled = 'Thread %s был удален.';
$strTime = 'Время';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'всего';
$strTotalUC = 'Всего';
$strTraditionalChinese = 'Традиционный китайский';
$strTraditionalSpanish = 'Традиционный Испанский';
$strTraffic = 'Трафик';
$strTransformation_application_octetstream__download = 'Показать линк к загрузке бинарных данных полей. Первый вариант: укажите имя бинарного файла. Второй вариант: укажите возможное имя строки таблицы в которой находится бинарный файл. Если вы выберете второй вариант, убедитесь в том, что имя бинарного файла в первом варианте не указанно';
$strTransformation_image_jpeg__inline = 'Отображает предпросмотр, на который можно кликнуть; опции: ширина,высота в пикселах (сохраняет исходный масштаб)';
$strTransformation_image_jpeg__link = 'Отображает ссылку на это изображение(direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Берёт поле TIME, TIMESTAMP или DATETIME и форматирует его в соответствии с вашим локальным форматом даты. Первая опция - это сдвиг (в часах), который будет добавлен к timestamp (По умолчанию: 0). Вторая опция - это другой формат даты в соответствии с параметрами, доступными для функции PHP strftime().';
$strTransformation_text_plain__external = 'ТОЛЬКО LINUX: Запускает внешнее приложение и запоняет поля через стандартный ввод. Возвращает стандартный вывод приложения. По умолчанию Tidy, для форматирования HTML кода. По соображениям безопасности, вы должны вручную отредактировать файл libraries/transformations/text_plain__external.inc.php и вписать программы, которые вы хотите запускать. Первая опция - это номер программы, которую вы хотите использовать, вторая - параметры для программы. Третий параметр при значении 1 будет конвертировать вывод, используя htmlspecialchars() (По умолчанию 1). Четвёртый параметр при значении 1 выставит NOWRAP, так что весь вывод будет отображён без переформатирования (По умолчанию 1)';
$strTransformation_text_plain__formatted = 'Сохраняет исходное форматирование поля. Экранирование не производится.';
$strTransformation_text_plain__imagelink = 'Показывает изображение и ссылку, поле содержит имя файла; первая опция - это префикс вроде "http://domain.com/", вторая - ширина в пикселах, третья - высота.';
$strTransformation_text_plain__link = 'Отображает ссылку, поле содержит имя файла; первая опция - это префикс вроде "http://domain.com/", вторая - заголовок для ссылки.';
$strTransformation_text_plain__substr = 'Показывает только часть строки. Первая опция - это сдвиг, определяющий где начинается вывод текста (По умолчанию 0). Вторая опция - это количество возвращаемого текста. Если не определено, то возвращается весь остающийся текст. Третья опция определяет символы, которые будут добавлены к выводу, когда возвращается подстрока. (По умолчанию: ...) .';
$strTruncateQueries = 'Обрезать Показанные Запросы';
$strTurkish = 'Турецкий';
$strType = 'Тип';
 
$strUkrainian = 'Украинский';
$strUncheckAll = 'Снять отметку со всех';
$strUnicode = 'Юникод';
$strUnique = 'Уникальное';
$strUnknown = 'неизвестно';
$strUnselectAll = 'Снять отметку со всех';
$strUpdComTab = 'Пожалуйста, посмотрите как обновить Column_comments Таблицу в документации';
$strUpdatePrivMessage = 'Были изменены привилегии для';
$strUpdateProfileMessage = 'Профиль был обновлен.';
$strUpdateQuery = 'Дополнить запрос';
$strUpgrade = 'Вы должны обновить %s до версии %s или выше.';
$strUsage = 'Использование';
$strUseBackquotes = 'Обратные кавычки в названиях таблиц и полей';
$strUseHostTable = 'Использовать таблицу хостов';
$strUseTables = 'Использовать таблицы';
$strUseTextField = 'Использовать текстовое поле';
$strUseThisValue = 'Использовать это значение';
$strUser = 'Пользователь';
$strUserAlreadyExists = 'Пользователь %s уже существует!';
$strUserEmpty = 'Пустое имя пользователя!';
$strUserName = 'Имя пользователя';
$strUserNotFound = 'Выделенный пользователь не был найден в таблице привилегий.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'Выбранные пользователи были успешно удалены.';
$strUsersHavingAccessToDb = 'Пользователи с правами доступа к &quot;%s&quot;';
 
$strValidateSQL = 'Проверить SQL';
$strValidatorError = 'Проверка SQL не может быть инициализирована. Проверьте, установлены ли необходимые модули расширений для PHP, описанные в %sдокументации%s.';
$strValue = 'Значение';
$strVar = 'Переменная';
$strViewDump = 'Просмотреть дамп таблицы';
$strViewDumpDB = 'Просмотреть дамп БД';
$strViewDumpDatabases = 'Просмотреть дамп (схему) БД';
 
$strWebServerUploadDirectory = 'директория, куда помещаются закачанные файлы от web-сервера';
$strWebServerUploadDirectoryError = 'директория, которую Вы установили как "upload" не может быть открыта';
$strWelcome = 'Добро пожаловать в %s';
$strWestEuropean = 'Западно-Европейский';
$strWildcard = 'шаблон';
$strWindowNotFound = 'Целевое окно браузера не может быть обновлено. Возможно, вы закрыли родительское окно или ваш браузер блокирует межоконные обновления из-за настроек безопасности';
$strWithChecked = 'С отмеченными:';
$strWritingCommentNotPossible = 'Написание комментария невозможно';
$strWritingRelationNotPossible = 'Добавление связи невозможно';
$strWrongUser = 'Ошибочный логин/пароль. В доступе отказано.';
 
$strXML = 'XML';
 
$strYes = 'Да';
 
$strZeroRemovesTheLimit = 'Замечание: Установка этих опций в 0 (ноль) удаляет лимит.';
$strZip = 'архивировать в zip';
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
 
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/russian-windows-1251.inc.php
0,0 → 1,985
<?php
/* $Id: russian-windows-1251.inc.php,v 2.120.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by Gosha Sakovich <gt2 at users.sourceforge.net>
* Artyom Rabzonov <tyomych at gmx.net>
* Nicolay Zakharov <info at melody.org.ru> 16-Dec-2002
* (nobody) 2004-09-18
*/
 
$charset = 'windows-1251';
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('Áàéò', 'êÁ', 'ÌÁ', 'ÃÁ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Âñ', 'Ïí', 'Âò', 'Ñð', '×ò', 'Ïò', 'Ñá');
$month = array('ßíâ', 'Ôåâ', 'Ìàð', 'Àïð', 'Ìàé', 'Èþí', 'Èþë', 'Àâã', 'Ñåí', 'Îêò', 'Íîÿ', 'Äåê');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d %Y ã., %H:%M';
$timespanfmt = '%s äíåé, %s ÷àñîâ, %s ìèíóò è %s ñåêóíä';
 
$strAPrimaryKey = 'Áûë äîáàâëåí ïåðâè÷íûé êëþ÷ ê %s';
$strAbortedClients = 'Îòìåíåíû';
$strAbsolutePathToDocSqlDir = 'Ââåäèòå àáñîëþòíûé ïóòü íà ñåðâåðå ê äèðåêòîðèè docSQL, ïîæàëóéñòà';
$strAccessDenied = 'Â äîñòóïå îòêàçàíî';
$strAccessDeniedExplanation = 'phpMyAdmin ïîïûòàëñÿ ñîåäèíèòüñÿ ñ ñåðâåðîì MySQL, íî ñåðâåð îòâåðã ñîåäèíåíèå. Ïðîâåðüòå èìÿ õîñòà, ïîëüçîâàòåëÿ è ïàðîëü â config.inc.php.';
$strAction = 'Äåéñòâèå';
$strAddAutoIncrement = 'Äîáàâèòü çíà÷åíèå AUTO_INCREMENT';
$strAddConstraints = 'Äîáàâèòü îãðàíè÷åíèÿ';
$strAddDeleteColumn = 'Äîáàâèòü/óäàëèòü ñòîëáåö êðèòåðèÿ';
$strAddDeleteRow = 'Äîáàâèòü/óäàëèòü ðÿä êðèòåðèÿ';
$strAddDropDatabase = 'Äîáàâèòü DROP DATABASE';
$strAddHeaderComment = 'Äîáàâèòü ÷àñòíûå ñîììåíòàðèè ê header (\\n ðàçáèâàåò ñòðîêè)';
$strAddIfNotExists = 'Äîáàâèòü IF NOT EXISTS';
$strAddIntoComments = 'Äîáàâèòü â êîììåíòàðèè';
$strAddNewField = 'Äîáàâèòü íîâîå ïîëå';
$strAddPrivilegesOnDb = 'Äîáàâèòü ïðèâèëåãèè íà ñëåäóþùóþ áàçó';
$strAddPrivilegesOnTbl = ' Äîáàâèòü ïðèâèëåãèè íà ñëåäóþùóþ òàáëèöó';
$strAddSearchConditions = 'Äîáàâèòü óñëîâèÿ ïîèñêà (òåëî äëÿ óñëîâèÿ "where"):';
$strAddToIndex = 'Äîáàâèòü ê èíäåêñó&nbsp;%s&nbsp;êîëîíêó(è)';
$strAddUser = 'Äîáàâèòü íîâîãî ïîëüçîâàòåëÿ';
$strAddUserMessage = 'Áûë äîáàâëåí íîâûé ïîëüçîâàòåëü.';
$strAddedColumnComment = 'Äîáàâëåííûé êîììåíòàðèé äëÿ ñòîëáöà';
$strAddedColumnRelation = 'Äîáàâëåííàÿ ñâÿçü äëÿ ñòîëáöà';
$strAdministration = 'Àäìèíèñòðèðîâàíèå';
$strAffectedRows = 'Çàòðîíóòûå ðÿäû:';
$strAfter = 'Ïîñëå %s';
$strAfterInsertBack = 'Âîçâðàò';
$strAfterInsertNewInsert = 'Âñòàâèòü íîâóþ çàïèñü';
$strAfterInsertSame = 'Âîçâðàòèòüñÿ ê ýòîé ñòðàíèöå';
$strAll = 'Âñå';
$strAllTableSameWidth = 'ïîêàçàòü âñå òàáëèöû ñ òàêîé øèðèíîé?';
$strAlterOrderBy = 'Èçìåíèòü ïîðÿäîê òàáëèöû';
$strAnIndex = 'Áûë äîáàâëåí èíäåêñ äëÿ %s';
$strAnalyzeTable = 'Àíàëèç òàáëèöû';
$strAnd = 'È';
$strAny = 'Ëþáîé';
$strAnyHost = 'Ëþáîé õîñò';
$strAnyUser = 'Ëþáîé ïîëüçîâàòåëü';
$strArabic = 'Àðàáñêèé';
$strArmenian = 'Àðìÿíñêèé';
$strAscending = 'Ïî âîçðàñòàíèþ';
$strAtBeginningOfTable = ' íà÷àëî òàáëèöû';
$strAtEndOfTable = 'Â êîíåö òàáëèöû';
$strAttr = 'Àòðèáóòû';
$strAutodetect = 'Àâòîäåòåêò';
$strAutomaticLayout = 'Àâòîìàòè÷åñêàÿ ðàñêëàäêà';
 
$strBack = 'Íàçàä';
$strBaltic = 'Áàëòèéñêèé';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' Äâîè÷íûé ';
$strBinaryDoNotEdit = ' Äâîè÷íûå äàííûå - íå ðåäàêòèðóþòñÿ ';
$strBookmarkAllUsers = 'Äàòü êàæäîìó ïîëüçîâàòåëþ èñïîëüçîâàòü ýòó çàêëàäêó';
$strBookmarkDeleted = 'Çàêëàäêà áûëà óäàëåíà.';
$strBookmarkLabel = 'Ìåòêà';
$strBookmarkQuery = 'Çàêëàäêà íà SQL-çàïðîñ';
$strBookmarkThis = 'Çàêëàäêà íà äàííûé SQL-çàïðîñ';
$strBookmarkView = 'Òîëüêî ïðîñìîòð';
$strBrowse = 'Îáçîð';
$strBrowseForeignValues = 'Browse foreign values';
$strBulgarian = 'Áîëãàðñêèé';
$strBzError = 'phpMyAdmin íå ìîæåò ñæàòü äàìï èç-çà ïðîáëåì ñ Bz2 extension â òåêóùåé âåðñèè PHP. Ñòðîãî ðåêîìåíäóåòñÿ óñòàíîâèòü ïåðåìåííîé <code>$cfg[\'BZipDump\']</code> â Âàøåì êîíôèãóðàöèîííîì ôàéëå phpMyAdmin çíà÷åíèå <code>FALSE</code>. Åñëè Âû õîòèòå èñïîëüçîâàòü Bz2-êîìïðåññèþ, Âàì íåîáõîäèìî îáíîâèòü PHP. Ñìîòðèòå PHP bug report %s äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè.';
$strBzip = 'àðõèâèðîâàòü â bzip';
 
$strCSVOptions = 'Îïöèè CSV';
$strCalendar = 'Êàëåíäàðü';
$strCannotLogin = 'Íåâîçìîæíî âîéòè â MySQL';
$strCantLoad = 'íå ìîãó çàãðóçèòü ðàñøèðåíèå %s,<br />ïðîâåðüòå êîíôèãóðàöèþ PHP, ïîæàëóéñòà';
$strCantLoadRecodeIconv = 'Íå ìîãó çàãðóçèòü iconv èëè recode, íåîáõîäèìûå äëÿ ïåðåêîäèðîâàíèÿ ñèìâîëîâ. Ïðîâåðüòå php-êîíôèãóðàöèþ è ðàçðåøèòå èõ èñïîëüçîâàíèå èëè çàïðåòèòå ïåðåêîäèðîâàíèå ñèìâîëîâ â phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Íåâîçìîæíî ïåðåèìåíîâàòü èíäåêñ â PRIMARY!';
$strCantUseRecodeIconv = 'Íå ìîãó èñïîëüçîâàòü iconv ôóíêöèè: íè libiconv, íè recode_string, ïîêà íå áóäóò çàãðóæåíû extension reports. Ïðîâåðüòå php-êîíôèãóðàöèþ.';
$strCardinality = 'Êîëè÷åñòâî ýëåìåíòîâ';
$strCaseInsensitive = 'íå÷óâñòâèòåëüíûé ê ðåãèñòðó';
$strCaseSensitive = '÷óâñòâèòåëüíûé ê ðåãèñòðó ';
$strCentralEuropean = 'Öåíòðàëüíî-Åâðîïåéñêèé';
$strChange = 'Èçìåíèòü';
$strChangeCopyMode = 'Ñîçäàòü íîâîãî ïîëüçîâàòåëÿ ñ òàêèìè æå ïðèâèëåãèÿìè è ...';
$strChangeCopyModeCopy = '... ñîõðàíèòü ñòàðîãî.';
$strChangeCopyModeDeleteAndReload = ' ... óäàëèòü ñòàðîãî èç òàáëèö ïîëüçîâàòåëåé è ïåðåçàãðóçèòü ïðèâèëåãèè.';
$strChangeCopyModeJustDelete = ' ... óäàëèòü ñòàðîãî èç òàáëèö ïîëüçîâàòåëåé.';
$strChangeCopyModeRevoke = ' ... îòìåíèòü âñå àêòèâíûå ïðèâèëåãèè ñòàðîãî è çàòåì óäàëèòü åãî.';
$strChangeCopyUser = 'Èçìåíèòü èíôîðìàöèþ ëîãèíà/ Êîïèðîâàòü ïîëüçîâàòåëÿ';
$strChangeDisplay = 'Âûáåðèòå ïîëå äëÿ îòîáðàæåíèÿ';
$strChangePassword = 'Èçìåíèòü ïàðîëü';
$strCharset = 'Êîäèðîâêà';
$strCharsetOfFile = 'Êîäèðîâêà ôàéëà:';
$strCharsets = 'Êîäèðîâêè';
$strCharsetsAndCollations = 'Êîäèðîâêè è ñðàâíåíèÿ';
$strCheckAll = 'Îòìåòèòü âñå';
$strCheckOverhead = 'Îòìåòèòü òðåáóþùèå îïòèìèçàöèè';
$strCheckPrivs = 'Ïðîâåðèòü ïðèâèëåãèè';
$strCheckPrivsLong = 'Ïðîâåðèòü ïðèâèëåãèè äëÿ áàçû &quot;%s&quot;.';
$strCheckTable = 'Ïðîâåðèòü òàáëèöó';
$strChoosePage = 'Âûáåðèòå ñòðàíèöó äëÿ ðåäàêòèðîâàíèÿ';
$strColComFeat = 'Ïîêàçàòü êîììåíòàðèÿ ñòîëáöîâ';
$strCollation = 'Ñðàâíåíèå';
$strColumnNames = 'Íàçâàíèÿ êîëîíîê';
$strColumnPrivileges = 'Ïðèâèëåãèè, ñïåöèôè÷íûå äëÿ ñòîëáöà';
$strCommand = 'Êîìàíäà';
$strComments = 'Êîììåíòàðèè';
$strCommentsForTable = 'Êîììåíòàðèè ê òàáëèöå';
$strCompleteInserts = 'Ïîëíàÿ âñòàâêà';
$strCompression = 'Ñæàòèå';
$strConfigFileError = 'phpMyAdmin íå ìîæåò ïðî÷èòàòü äàííûå èç êîíôèãóðàöèîííîãî ôàéëà! <br />Âîçìîæíàÿ ïðè÷èíà - ñèíòàêñè÷åñêàÿ îøèáêà.<br />Âûçîâèòå ýòîò ôàéë (config.inc.php) íåïîñðåäñòâåííî èç áðàóçåðà. Åñëè áóäóò ñîîáùåíèÿ îá îøèáêàõ - èñïðàâüòå èõ. Åñëè ïóñòàÿ ñòðàíèöà - âñå â ïîðÿäêå';
$strConfigureTableCoord = 'Èçìåíèòå êîîðäèíàòû òàáëèöû %s';
$strConnectionError = 'Ñîåäèíåíèå íåâîçìîæíî: íåâåðíûå óñòîíîâêè.';
$strConnections = 'Ñîåäèíåíèÿ';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies äîëæíû áûòü âêëþ÷åíû ïîñëå ýòîãî ìåñòà.';
$strCopyTable = 'Ñêîïèðîâàòü òàáëèöó â (áàçà äàííûõ<b>.</b>òàáëèöà):';
$strCopyTableOK = 'Òàáëèöà %s áûëà ñêîïèðîâàíà â %s.';
$strCopyTableSameNames = ' Íå ìîãó ñêîïèðîâàòü òàáëèöó ñàìó â ñåáÿ !';
$strCouldNotKill = 'phpMyAdmin íå ñìîã óäàëèòü thread %s. Âîçìîæíî, îí óæå çàêðûò.';
$strCreate = 'Ñîçäàòü';
$strCreateIndex = 'Ñîçäàòü èíäåêñ íà&nbsp;%s&nbsp;êîëîíêàõ';
$strCreateIndexTopic = 'Ñîçäàòü íîâûé èíäåêñ';
$strCreateNewDatabase = 'Ñîçäàòü íîâóþ ÁÄ';
$strCreateNewTable = 'Ñîçäàòü íîâóþ òàáëèöó â ÁÄ %s';
$strCreatePage = 'Ñîçäàòü íîâóþ ñòðàíèöó';
$strCreatePdfFeat = 'Ñîçäàíèå PDF-ñõåìû';
$strCreationDates = 'Ñîçäàíèå/Îáíîâëåíèå/Ïðîâåðêà äàò';
$strCriteria = 'Êðèòåðèé';
$strCroatian = 'Õîðâàòñêèé';
$strCyrillic = 'Êèðèëëè÷åñêèé';
$strCzech = '×åøñêèé';
$strCzechSlovak = '×åøñêèé';
 
$strDBComment = 'Êîììåíòàðèé ÁÄ: ';
$strDBGContext = 'Êîíòåêñò';
$strDBGContextID = 'Êîíòåêñò ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Ìàêñèìàëüíîå âðåìÿ, ms';
$strDBGMinTimeMs = 'Ìèíèìàëüíîå âðåìÿ, ms';
$strDBGModule = 'Ìîäóëü';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Èòîãîâîå âðåìÿ, ms';
$strDBRename = 'Ïåðåèìåíîâàòü áàçó äàííûõ â';
$strDanish = 'Äàòñêèé';
$strData = 'Äàííûå';
$strDataDict = 'Ñëîâàðü äàííûõ';
$strDataOnly = 'Òîëüêî äàííûå';
$strDatabase = 'ÁÄ';
$strDatabaseEmpty = 'Èìÿ áàçû äàííûõ íå óêàçàííî!';
$strDatabaseExportOptions = 'Îïöèè ýêñïîðòà ÁÄ';
$strDatabaseHasBeenDropped = 'Áàçà äàííûõ %s áûëà óäàëåíà.';
$strDatabaseNoTable = 'Ýòà ÁÄ íå ñîäåðæèò òàáëèö!';
$strDatabases = 'Áàçû Äàííûõ';
$strDatabasesDropped = '%s ÁÄ áûëè óñïåøíî óäàëåíû.';
$strDatabasesStats = 'Ñòàòèñòèêà áàç äàííûõ';
$strDatabasesStatsDisable = 'Îòêëþ÷èòü ñòàòèñòèêó';
$strDatabasesStatsEnable = 'Âêëþ÷èòü ñòàòèñòèêó';
$strDatabasesStatsHeavyTraffic = 'Çàìå÷àíèå: Âêëþ÷åíèå ñòàòèñòèêè áàçû äàííûõ ìîæåò ñïðîâîöèðîâàòü áîëüøîé òðàôèê ìåæäó âåá-ñåðâåðîì è ñåðâåðîì MySQL.';
$strDbPrivileges = ' Ïðèâèëåãèè, ñïåöèôè÷íûå äëÿ áàçû äàííûõ';
$strDbSpecific = 'ñïåöèôè÷íî äëÿ ÁÄ';
$strDefault = 'Ïî óìîë÷àíèþ';
$strDefaultValueHelp = 'Äëÿ çíà÷åíèé ïî óìîë÷àíèþ ïðîñòî ââåäèòå åäèíñòâåííîå çíà÷åíèå áåç ýêðàíèðîâàíèÿ è êâîòèðîâàíèÿ, èñïîëüçóÿ ýòîò ôîðìàò: a';
$strDefragment = 'Äåôðàãìåíòèðîâàòü òàáëèöó';
$strDelOld = 'Â òåêóùåé ñòðàíèöå åñòü ññûëêè íà òàáëèöû, êîòðûå áîëüøå íå ñóùåñòâóþò. Âû õîòèòå óäàëèòü ýòè ññûëêè?';
$strDelayedInserts = 'Èñïîëüçîâàòü çàïàçäûâàþùèå âñòàâêè';
$strDelete = 'Óäàëèòü';
$strDeleteAndFlush = 'Óäàëèòü âñåõ ïîëüçîâàòåëåé è ïåðåçàãðóçèòü ïðèâèëåãèè.';
$strDeleteAndFlushDescr = 'Ýòî ëó÷øèé ñïîñîá, íî ïåðåçàãðóçêà ïðèâèëåãèé ìîæåò çàíÿòü íåêîòîðîå âðåìÿ.';
$strDeleted = 'Ðÿä áûë óäàëåí';
$strDeletedRows = 'Ñëåäóþùèå ðÿäû áûëè óäàëåíû:';
$strDeleting = 'Óäàëåíèå %s';
$strDescending = 'Ïî óáûâàíèþ';
$strDescription = 'Îïèñàíèå';
$strDictionary = 'ñëîâàðü';
$strDisableForeignChecks = 'Âûêëþ÷èòü ïðîâåðêó èíîðîäíûõ êëþ÷åé';
$strDisabled = 'Íåäîñòóïíî';
$strDisplayFeat = 'Ïîêàçàòü äîïîëíèòåëüíûå âîçìîæíîñòè';
$strDisplayOrder = 'Ïîðÿäîê ïðîñìîòðà:';
$strDisplayPDF = 'Ïîêàçàòü PDF-ñõåìó';
$strDoAQuery = 'Âûïîëíèòü "çàïðîñ ïî ïðèìåðó" (ñèìâîë ïîäñòàíîâêè: "%")';
$strDoYouReally = 'Âû äåéñòâèòåëüíî æåëàåòå ';
$strDocu = 'Äîêóìåíòàöèÿ';
$strDrop = 'Óíè÷òîæèòü';
$strDropDatabaseStrongWarning = 'Âû óâåðåííû ÷òî õîòèòå óíè÷òîæèòü âñþ áàçó äàííûõ?';
$strDropUsersDb = 'Óäàëèòü áàçû, êîòîðûå èìåþò òàêèå æå èìåíà êàê è ïîëüçîâàòåëè.';
$strDumpSaved = 'Äàìï ñîõðàí¸í â ôàéë %s.';
$strDumpXRows = 'Äàìï %s çàïèñåé, íà÷èíàÿ ñ %s.';
$strDumpingData = 'Äàìï äàííûõ òàáëèöû';
$strDynamic = 'äèíàìè÷åñêèé';
 
$strEdit = 'Ïðàâêà';
$strEditPDFPages = 'Èçìåíèòü PDF-ñòðàíèöû';
$strEditPrivileges = 'Ðåäàêòèðîâàíèå ïðèâèëåãèé';
$strEffective = 'Ýôôåêòèâíîñòü';
$strEmpty = 'Î÷èñòèòü';
$strEmptyResultSet = 'MySQL âåðíóëà ïóñòîé ðåçóëüòàò (ò.å. íîëü ðÿäîâ).';
$strEnabled = 'Äîñòóïíî';
$strEncloseInTransaction = 'Ýêñïîðòèðîâàòü ïðè ïåðåâîäå';
$strEnd = 'Êîíåö';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'Àíãëèéñêèé';
$strEnglishPrivileges = ' Ïðèìå÷àíèå: ïðèâèëåãèè MySQL çàäàþòñÿ ïî-àíãëèéñêè ';
$strError = 'Îøèáêà';
$strEstonian = 'Ýñòîíñêèé';
$strExcelEdition = 'Excel-ïóáëèêàöèÿ';
$strExcelOptions = 'Îïöèè Excel';
$strExecuteBookmarked = 'Âûïîíèòü îòìå÷åííûé çàïðîñ';
$strExplain = 'Îïèñàòü SQL';
$strExport = 'Ýêñïîðò';
$strExtendedInserts = 'Ðàñøèðåííûå âñòàâêè';
$strExtra = 'Äîïîëíèòåëüíî';
 
$strFailedAttempts = 'Íåóäà÷íûå ïîïûòêè';
$strField = 'Ïîëå';
$strFieldHasBeenDropped = 'Ïîëå %s áûëî óäàëåíî';
$strFields = 'Ïîëÿ';
$strFieldsEmpty = ' Ïóñòîé ñ÷åò÷èê ïîëåé! ';
$strFieldsEnclosedBy = 'Ïîëÿ çàêëþ÷åíû â';
$strFieldsEscapedBy = 'Ïîëÿ ýêðàíèðóþòñÿ';
$strFieldsTerminatedBy = 'Ïîëÿ ðàçäåëåíû';
$strFileAlreadyExists = 'Ôàéë %s óæå ñóùåñòâóåò íà ñåðâåðå, èçìåíèòå èìÿ èëè âîñïîëüçóéòåñü îïöèåé ïåðåçàïèñè.';
$strFileCouldNotBeRead = 'Ôàéë íå ìîæåò áûòü ïðî÷èòàí';
$strFileNameTemplate = 'Øàáëîí èìåíè ôàéëà';
$strFileNameTemplateRemember = 'çàïîìíèòü øàáëîí';
$strFixed = 'ôèêñèðîâàííûé';
$strFlushPrivilegesNote = 'Çàìå÷àíèå: phpMyAdmin ïîëó÷àåò ïîëüçîâàòåëüñêèå ïðèâèëåãèè ïðÿìî èç òàáëèö ïðèâèëåãèé MySQL. Ñîäåðæèìîå ýòèõ òàáëèö ìîæåò îòëè÷àòüñÿ îò îò ïðèâèëåãèé, êîòîðûå èñïîëüçóåò ñåðâåð, åñëè èçìåíåíèÿ áûëè âíåñåíû âðó÷íóþ.  ýòîì ñëó÷àå âû äîëæíû %sïåðåçàãðóçèòü ïðèâèëåãèè%s ïåðåä ïðîäîëæåíèåì ðàáîòû.';
$strFlushTable = 'Ñáðîñèòü êýø òàáëèöû ("FLUSH")';
$strFormEmpty = 'Òðåáóåòñÿ çíà÷åíèå äëÿ ôîðìû!';
$strFormat = 'Ôîðìàò';
$strFullText = 'Ïîëíûå òåêñòû';
$strFunction = 'Ôóíêöèÿ';
 
$strGenBy = 'Ñîçäàííûé';
$strGenTime = 'Âðåìÿ ñîçäàíèÿ';
$strGeneralRelationFeat = 'Îñíîâíûå âîçìîæíîñòè ñâÿçåé';
$strGeorgian = 'Ãðóçèíñêèé';
$strGerman = 'Íåìåöêèé';
$strGlobal = 'global';
$strGlobalPrivileges = 'Ãëîáàëüíûå ïðèâèëåãèè';
$strGlobalValue = 'Ãëîáàëüíîå çíà÷åíèå';
$strGo = 'Ïîøåë';
$strGrantOption = 'Ïðåäîñòàâëÿòü';
$strGreek = 'Ãðå÷åñêèé';
$strGzip = 'àðõèâèðîâàòü â gzip';
 
$strHasBeenAltered = 'áûëà èçìåíåíà.';
$strHasBeenCreated = 'áûëà ñîçäàíà.';
$strHaveToShow = 'Âû äîëæíû âûáðàòü íå ìåíåå îäíîé êîëîíêè äëÿ îòîáðàæåíèÿ';
$strHebrew = 'Èâðèò';
$strHexForBinary = 'Èñïîëüçîâàòü øåñòíàäöàòèðè÷íûå (hexadecimal) áèíàðíûå ïîëÿ';
$strHome = 'Ê íà÷àëó';
$strHomepageOfficial = 'Îôèöèàëüíàÿ ñòðàíèöà phpMyAdmin';
$strHost = 'Õîñò';
$strHostEmpty = 'Ïóñòîå èìÿ õîñòà!';
$strHungarian = 'Âåíãåðñêèé';
 
$strIcelandic = 'Èñëàíäñêèé';
$strId = 'ID';
$strIdxFulltext = 'ÏîëíÒåêñò';
$strIgnore = 'Èãíîðèðîâàòü';
$strIgnoreInserts = 'Èãíîðèðîâàòü âñòàâêè';
$strIgnoringFile = 'Èãíîðèðóþ ôàéë %s';
$strImportDocSQL = 'Èìïîðò docSQL ôàéëîâ';
$strImportFiles = 'Èìïîðò ôàéëîâ';
$strInUse = 'èñïîëüçóåòñÿ';
$strIndex = 'Èíäåêñ';
$strIndexHasBeenDropped = 'Èíäåêñ %s áûë óäàëåí';
$strIndexName = 'Èìÿ èíäåêñà&nbsp;:';
$strIndexType = 'Òèï èíäåêñà&nbsp;:';
$strIndexes = 'Èíäåêñû';
$strInnodbStat = 'InnoDB ñòàòóñ';
$strInsecureMySQL = 'Âàø êîíôèãóðàöèîííûé ôàéë ñîäåðæèò íàñòðîéêè (ïîëüçîâàòåëü root áåç ïàðîëÿ), êîòîðûå îòíîñÿòñÿ ê ïðèâèëåãèðîâàííîìó ïîëüçîâàòåëþ MySQL (ïî óìîë÷àíèþ). Âàø MySQL ñåðâåð çàïóùåí ñ ýòèìè íàñòðîéêàìè ïî óìîë÷àíèþ, îòêðûòûé äëÿ âòîðæåíèé, ïîýòîìó Âàì íàñòîÿòåëüíî ðåêîìåíäóåòñÿ óñòðàíèòü ýòó äûðó â áåçîïàñíîñòè.';
$strInsert = 'Âñòàâèòü';
$strInsertAsNewRow = 'Âñòàâèòü íîâûé ðÿä';
$strInsertNewRow = 'Âñòàâèòü íîâûé ðÿä';
$strInsertedRowId = 'Âñòàâèòü id ðÿäà:';
$strInsertedRows = 'Äîáàâëåíû ðÿäû:';
$strInternalNotNecessary = '* Âíóòðåííÿÿ ñâÿçü íå îáÿçàòåëüíà, êîãäà îíà òàêæå ñóùåñòâóåò â InnoDB.';
$strInternalRelations = 'Âíóòðåííèå ñâÿçè';
 
$strJapanese = 'ßïîíñêèé';
$strJumpToDB = 'Ïåðåéòè ê áàçå &quot;%s&quot;.';
$strJustDelete = 'Ïðîñòî óäàëèòü ïîëüçîâàòåëåé èç òàáëèö ïðèâèëêãèé.';
$strJustDeleteDescr = '&quot;Óäàë¸ííûå&quot; ïîëüçîâàòåëè âñ¸ åù¸ ñìîãóò ðàáîòàòü ñ ñ åðâåðîì êàê îáû÷íî äî ïåðåçàãðóçêè ïðèâèëåãèé.';
 
$strKeepPass = 'Íå ìåíÿòü ïàðîëü';
$strKeyname = 'Èìÿ êëþ÷à';
$strKill = 'Óáèòü';
$strKorean = 'Êîðåéñêèé';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Îïöèè LaTeX';
$strLandscape = 'Ëàíäøàôò';
$strLatexCaption = 'Çàãîëîâîê òàáëèöû';
$strLatexContent = 'Ñîäåðæèìîå òàáëèöû __TABLE__';
$strLatexContinued = '(ïðîäîëæåíî)';
$strLatexContinuedCaption = 'Ïðîäîëæåííûé çàãîëîâîê òàáëèöû';
$strLatexIncludeCaption = 'Âêëþ÷èòü çàãîëîâîê òàáëèöû';
$strLatexLabel = 'Label key';
$strLatexStructure = 'Ñòðóêòóðà òàáëèöû __TABLE__';
$strLatvian = 'Ëàòâèéñêèé';
$strLengthSet = 'Äëèíû/Çíà÷åíèÿ*';
$strLimitNumRows = 'çàïèñåé íà ñòðàíèöó';
$strLinesTerminatedBy = 'Ñòðîêè ðàçäåëåíû';
$strLinkNotFound = 'Ñâÿçü íå íàéäåíà';
$strLinksTo = 'Ñâÿçü ñ';
$strLithuanian = 'Ëàòâèéñêèé';
$strLocalhost = 'Local';
$strLocationTextfile = 'Ìåñòîðàñïîëîæåíèå òåêñòîâîãî ôàéëà';
$strLogPassword = 'Ïàðîëü:';
$strLogServer = 'Ñåðâåð';
$strLogUsername = 'Ïîëüçîâàòåëü:';
$strLogin = 'Âõîä â ñèñòåìó';
$strLoginInformation = 'Èíôîðìàöèÿ ëîãèíà';
$strLogout = 'Âûéòè èç ñèñòåìû';
 
$strMIMETypesForTable = 'MIME-òèïû òàáëèöû';
$strMIME_MIMEtype = 'MIME-òèï';
$strMIME_available_mime = 'Äîñòóïíûå MIME-òèïû';
$strMIME_available_transform = 'Äîñòóïíûå òðàíñôîðìàöèè';
$strMIME_description = 'Îïèñàíèå';
$strMIME_nodescription = 'Íåò äîñòóïíûõ îïèñàíèé äëÿ ýòîé òðàíñôîðìàöèè.<br />Ïîæàëóéñòà, ñïðîñèòå àâòîðà ÷òî äåëàåò %s.';
$strMIME_transformation = 'Òðàíñôîðìàöèÿ áðàóçåðà';
$strMIME_transformation_note = 'Äëÿ ñïèñêà äîñòóïíûõ îïöèé òðàíñôîðìàöèè è òðàíñôîðìàöèé èõ MIME-òèïîâ êëèêíèòå íà %sîïèñàíèå òðàíñôîðìàöèé%s';
$strMIME_transformation_options = 'Îïöèè òðàíñôîðìàöèè';
$strMIME_transformation_options_note = 'Ïîæàëóéñèà, ââåäèòå çíà÷åíèÿ äëÿ òðàíñôîðìàöèè, èñïîëüçóÿ ýòîò ôîðìàò: \'a\',\'b\',\'c\'...<br />Åñëè âàì íóæíî ïîñòàâèòü áýêñëýø("\") èëè êàâû÷êó("\'"), ýêðàíèðóéòå èõ (íàïðèìåð \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME-òèïû, âûäåëåííûå êóðñèâîì, íå èìåþò îòäåëüíîé ôóíêöèè òðàíñôîðìàöèè';
$strMaximumSize = 'Ìàêñèìàëüíûé ðàçìåð: %s%s';
$strModifications = 'Ìîäèôèêàöèè áûëè ñîõðàíåíû';
$strModify = 'Èçìåíèòü';
$strModifyIndexTopic = 'Èçìåíèòü èíäåêñ';
$strMoveTable = 'Ïåðåìåñòèòü òàáëèöû â (áàçà äàííûõ<b>.</b>òàáëèöà):';
$strMoveTableOK = 'Òàáëèöà %s áûëà ïåðåìåùåíà â %s.';
$strMoveTableSameNames = 'Íå ìîãó ïåðåìåñòèòü òàáëèöó ñàìó â ñåáÿ!';
$strMultilingual = 'ìíîãîÿçû÷íûé';
$strMySQLCharset = 'MySQL-êîäèðîâêà';
$strMySQLConnectionCollation = 'Ñîïîñòàâëåíèå ñîåäèíåíèÿ ñ MySQL';
$strMySQLSaid = 'Îòâåò MySQL: ';
$strMySQLShowProcess = 'Ïîêàçàòü ïðîöåññû';
$strMySQLShowStatus = 'Ïîêàçàòü ñîñòîÿíèå MySQL';
$strMySQLShowVars = 'Ïîêàçàòü ñèñòåìíûå ïåðåìåííûå MySQL';
 
$strName = 'Èìÿ';
$strNext = 'Äàëåå';
$strNo = 'Íåò';
$strNoDatabases = 'ÁÄ îòñóòñòâóþò';
$strNoDatabasesSelected = 'Íè îäíà ÁÄ íå âûáðàíà.';
$strNoDescription = 'íåò îïèñàíèÿ';
$strNoDropDatabases = 'Êîìàíäà "Óäàëèòü ÁÄ" îòêëþ÷åíà.';
$strNoExplain = 'Ïðåêðàòèòü îïèñàíèå SQL';
$strNoFrames = 'Äëÿ ðàáîòû phpMyAdmin íóæåí áðàóçåð ñ ïîääåðæêîé <b>ôðåéìîâ</b>.';
$strNoIndex = 'Èíäåêñ íå îïðåäåëåí!';
$strNoIndexPartsDefined = '×àñòè èíäåêñà íå îïðåäåëåíû!';
$strNoModification = 'Íåò èçìåíåíèé';
$strNoOptions = 'Â ýòîì ôîðìàòå íåò îïöèé';
$strNoPassword = 'Áåç ïàðîëÿ';
$strNoPermission = 'Âåá-ñåðâåðó íå õâàòàåò ïðàâ äëÿ ñîõðàíåíèÿ ôàéëà %s.';
$strNoPhp = 'áåç PHP-êîäà';
$strNoPrivileges = 'Áåç ïðèâèëåãèé';
$strNoRights = 'Âû íå èìååòå äîñòàòî÷íî ïðàâ äëÿ ýòîãî!';
$strNoRowsSelected = 'Ñòðîêà òàáëèöû íå âûáðàíà';
$strNoSpace = 'Íå õâàòàåò äèñêîâîãî ïðîñòðàíñòâà äëÿ ñîõðàíåíèÿ ôàéëà %s.';
$strNoTablesFound = 'Â ÁÄ íå îáíàðóæåíî òàáëèö.';
$strNoUsersFound = 'Íå íàéäåí ïîëüçîâàòåëü.';
$strNoValidateSQL = 'Íå ïðîâåðÿòü SQL';
$strNone = 'Íåò';
$strNotNumber = 'Ýòî íå ÷èñëî!';
$strNotOK = 'Íå ãîòîâî';
$strNotSet = 'Òàáëèöà <b>%s</b> íå íàéäåíà';
$strNull = 'Íîëü';
$strNumSearchResultsInTable = '%s çàïèñè(åé) â òàáëèöå <i>%s</i>';
$strNumSearchResultsTotal = '<b>Èòîãî:</b> <i>%s</i> çàïèñè(åé)';
$strNumTables = 'Òàáëèö';
 
$strOK = 'Ãîòîâî';
$strOperations = 'Îïåðàöèè';
$strOperator = 'Îïåðàòîð';
$strOptimizeTable = 'Îïòèìèçèðîâàòü òàáëèöó';
$strOr = 'Èëè';
$strOverhead = 'Íàêëàäíûå ðàñõîäû';
$strOverwriteExisting = 'Ïåðåçàïèñàòü ñóùåñòâóþùèé(å) ôàéë(û)';
 
$strPHP40203 = 'Âû èñïîëüçóåòå âåðñèþ PHP 4.2.3, êîòîðàÿ ñîäåðæèò ñåðüåçíûå îøèáêè ïðè ðàáîòå ñ ìíîãî-áàéòîâûìè ñòðîêàìè (mbstring). Ñìîòðèòå PHP bug report 19404. Äàííàÿ âåðñèÿ PHP íå ðåêîìåíäóåòñÿ äëÿ èñïîëüçîâàíèÿ ñ phpMyAdmin.';
$strPHPVersion = 'Âåðñèÿ PHP';
$strPageNumber = 'Íîìåð ñòðàíèöû:';
$strPaperSize = 'Ðàçìåð áóìàãè';
$strPartialText = '×àñòè÷íûå òåêñòû';
$strPassword = 'Ïàðîëü';
$strPasswordChanged = 'Ïàðîëü äëÿ %s áûë óñïåøíî èçìåí¸í.';
$strPasswordEmpty = 'Ïóñòîé ïàðîëü!';
$strPasswordNotSame = 'Ïàðîëè íå îäèíàêîâû!';
$strPdfDbSchema = 'Ñòðóêòóðà áàçû "%s" - ñòðàíèöà %s';
$strPdfInvalidTblName = 'Òàáëèöà "%s" íå ñóùåñòâóåò!';
$strPdfNoTables = 'Íåò òàáëèö';
$strPerHour = 'â ÷àñ';
$strPerMinute = 'â ìèíóòó';
$strPerSecond = 'â ñåêóíäó';
$strPhoneBook = 'òåëåôîííàÿ êíèãà';
$strPhp = 'Ñîçäàòü PHP-êîä';
$strPmaDocumentation = 'Äîêóìåíòàöèÿ ïî phpMyAdmin';
$strPmaUriError = 'Äèðåêòèâà <tt>$cfg[\'PmaAbsoluteUri\']</tt> äîëæíà áûòü óñòàíîâëåíà â Âàøåì êîíôèãóðàöèîííîì ôàéëå!';
$strPolish = 'Ïîëüñêèé';
$strPortrait = 'Ïîðòðåò';
$strPos1 = 'Íà÷àëî';
$strPrevious = 'Íàçàä';
$strPrimary = 'Ïåðâè÷íûé';
$strPrimaryKeyHasBeenDropped = 'Ïåðâè÷íûé êëþ÷ áûë óäàëåí';
$strPrimaryKeyName = 'Èìÿ ïåðâè÷íîãî êëþ÷à äîëæíî áûòü PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>äîëæíî</b> áûòü ïðèçíàêîì <b>òîëüêî</b> ïåðâè÷íîãî êëþ÷à!)';
$strPrint = 'Ïå÷àòü';
$strPrintView = 'Âåðñèÿ äëÿ ïå÷àòè';
$strPrintViewFull = 'Ðàñïå÷àòàòü (ñî âñåì òåêñòîì)';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Ïîçâîëÿåò èçìåíåíèå ñòðóêòóðû ñóùåñòâóþùèõ òàáëèö.';
$strPrivDescCreateDb = 'Ïîçâîëÿåò ñîçäàíèå íîâûõ áàç äàííûõ è òàáëèö.';
$strPrivDescCreateTbl = 'Ïîçâîëÿåò ñîçäàíèå íîâûõ òàáëèö.';
$strPrivDescCreateTmpTable = 'Ïîçâîëÿåò ñîçäàíèå âðåìåííûõ òàáëèö.';
$strPrivDescDelete = 'Ïîçâîëÿåò óäàëåíèå äàííûõ.';
$strPrivDescDropDb = 'Ïîçâîëÿåò óäàëåíèå ';
$strPrivDescDropTbl = 'Ïîçâîëÿåò óäàëåíèå òàáëèö.';
$strPrivDescExecute = 'Ïîçâîëÿåò çàïóñê õðàíèìûõ ïðîöåäóð; Íå ðàáîòàåò â ýòîé âåðñèè MySQL.';
$strPrivDescFile = 'Ïîçâîëÿåò èìïîðòèðîâàíèå è ýêñïîðòèðîâàíèå äàííûõ â ôàéëû.';
$strPrivDescGrant = 'Ïîçâîëÿåò äîáàâëåíèå ïîëüçîâàòåëåé è ïðèâèëåãèé áåç ïåðåçàãðóçêè òàáëèö ïðèâèëåãèé.';
$strPrivDescIndex = 'Ïîçâîëÿåò ñîçäàíèå è óäàëåíèå èíäåêñîâ.';
$strPrivDescInsert = 'Ïîçâîëÿåò âñòàâêó è çàìåíó äàííûõ.';
$strPrivDescLockTables = 'Ïîçâîëÿåò áëîêèðîâêó òàáëèö äëÿ òåêóùåãî ïîòîêà.';
$strPrivDescMaxConnections = 'Îãðàíè÷èâàåò êîëè÷åñòâî ñîåäèíåíèé, êîòîðûå ïîëüçîâàòåëü ìîæåò îòêðûòü â òå÷åíèå ÷àñà.';
$strPrivDescMaxQuestions = 'Îãðàíè÷èâàåò êîëè÷åñòâî çàïðîñîâ, êîòîðûå ïîëüçîâàòåëü ìîæåò îòðàâèò â òå÷åíèå ÷àñà.';
$strPrivDescMaxUpdates = 'Îãðàíè÷èâàåò êîëè÷åñòâî êîìàíä, èçìåíÿþùèõ ëþáóþ òàáëèöó èëè áàçó äàííûõ, êîòîðûå ïîëüçîâàòåëü ìîæåò âûïîëíèòü çà ÷àñ.';
$strPrivDescProcess3 = 'Ïîçâîëÿåò óáèâàòü ïðîöåññû äðóãèõ ïîëüçîâàåòåëåé.';
$strPrivDescProcess4 = 'Ïîçâîëÿåò ïðîñìîòð ïîëíûõ çàïðîñîâ â ñïèñêå ïðîöåññîâ.';
$strPrivDescReferences = 'Íå ðàáîòàåò â ýòîé âåðñèè MySQL.';
$strPrivDescReload = 'Ïîçâîëÿåò ïåðåçàãðóçêó íàñòðîåê ñåðâåðà è î÷èñòêó åãî êýøåé.';
$strPrivDescReplClient = 'Äà¸ò ïîëüçîâàòåëþ ïðàâî ñïðàøèâàòü ãäå íàõîäÿòüñÿ slaves / masters.';
$strPrivDescReplSlave = 'Íóæåí äëÿ ðåïëèêàöèè slaves.';
$strPrivDescSelect = 'Ïîçâîëÿåò ÷òåíèå äàííûõ.';
$strPrivDescShowDb = 'Äà¸ò äîñòóï ê ïîëíîìó ñïèñêó áàç äàííûõ.';
$strPrivDescShutdown = 'Ïîçâîëÿåò îñòàíîâêó ñåðâåðà.';
$strPrivDescSuper = 'Ïîçâîëÿåò ñîåäèíÿòüñÿ, äàæå åñëè äîñòèãíóòî ìàêñèìàëüíîå êîëè÷åñòâî ñîåäèíåíèé; Íåîáõîäèìî äëÿ áîëüøèíñòâà àäìèíèñòðàòèâíûõ çàäà÷, òàêèõ êàê óñòàíîâêà ãëîáàëüíûõ ïåðåìåííûõ èëè îñòàíîâêà ïðîöåññîâ äðóãèõ ïîëüçîâàòåëåé.';
$strPrivDescUpdate = 'Ïîçâîëÿåò èçìåíåíèå äàííûõ.';
$strPrivDescUsage = 'Íåò ïðèâèëåãèé.';
$strPrivileges = 'Ïðèâèëåãèè';
$strPrivilegesReloaded = 'Ïðèâèëåãèè áûëè óñïåøíî ïåðåçàãðóæåíû.';
$strProcesslist = 'Ñïèñîê ïðîöåññîâ';
$strPutColNames = 'Óêàæèòå íàèìåíîâàíèÿ ïîëåé â ïåðâîé ñòðîêå';
 
$strQBE = 'Çàïðîñ&nbsp;ïî&nbsp;ïðèìåðó';
$strQBEDel = 'Óäàëèòü';
$strQBEIns = 'Âñòàâèòü';
$strQueryFrame = 'Îêíî çàïðîñà';
$strQueryOnDb = 'SQL-çàïðîñ ÁÄ <b>%s</b>:';
$strQuerySQLHistory = 'Èñòîðèÿ SQL';
$strQueryStatistics = '<b>Ñòàòèñòèêà çàïðîñîâ</b>: Ñî âðåìåíè çàïóñêà %s çàïðîñîâ áûëî ïîñëàíî íà ñåðâåð.';
$strQueryTime = 'Çàïðîñ çàíÿë %01.4f ñåê';
$strQueryType = 'Òèï çàïðîñà';
$strQueryWindowLock = 'Íå ïåðåçàïèñûâàòü ýòîò çàïðîñ âíå îêíà';
 
$strReType = 'Ïîäòâåðæäåíèå';
$strReceived = 'Ïðèíÿòî';
$strRecords = 'Çàïèñè';
$strReferentialIntegrity = 'Ïðîâåðèòü öåëîñòíîñòü äàííûõ:';
$strRefresh = 'Îáíîâèòü';
$strRelationNotWorking = 'Äîïîëíèòåëüíûå âîçìîæíîñòè äëÿ ðàáîòû ñî ñâÿçàííûìè òàáëèöàìè íåäîñòóïíû. Äëÿ îïðåäåëåíèÿ ïðè÷èíû íàæìèòå %sñþäà%s.';
$strRelationView = 'Ñâÿçàííûé âèä';
$strRelationalSchema = 'Ðåëÿöèîííàÿ ñõåìà';
$strRelations = 'Ñâÿçè';
$strRelationsForTable = 'Ñîîòíîøåíèÿ â òàáëèöå';
$strReloadMySQL = 'Ïåðåçàãðóçèòü MySQL';
$strReloadingThePrivileges = 'Ïåðåçàãðóçêà ïðèâèëåãèé';
$strRemoveSelectedUsers = 'Óäàëèòü âûäåëåííûõ ïîëüçîâàòåëåé';
$strRenameDatabaseOK = 'Áàçà äàííûõ %s ïåðåèìåíîâàíà â %s';
$strRenameTable = 'Ïåðåèìåíîâàòü òàáëèöó â';
$strRenameTableOK = 'Òàáëèöà %s áûëà ïåðåèìåíîâàíà â %s';
$strRepairTable = 'Ïî÷èíèòü òàáëèöó';
$strReplaceNULLBy = 'Çàìåíèòü NULL íà';
$strReplaceTable = 'Çàìåñòèòü äàííûå òàáëèöû äàííûìè èç ôàéëà';
$strReset = 'Ïåðåóñòàíîâèòü';
$strResourceLimits = 'Ïðåäåë ðåñóðñîâ';
$strRevoke = 'Îòìåíèòü';
$strRevokeAndDelete = 'Îòìåíèòü âñå àêòèâíûå ïðèâèëåãèè ïîëüçîâàòåëåé è çàòåì óäàëèòü èõ.';
$strRevokeAndDeleteDescr = 'Ïîëüçîâàòåëè âñ¸ åù¸ áóäóò èìåòü USAGE ïðèâèëåãèè äî ïåðåçàãðóçêè ïðèâèëåãèé.';
$strRevokeMessage = 'Âû èçìåíèëè ïðèâèëåãèè äëÿ %s';
$strRomanian = 'Ðóìûíñêèé';
$strRowLength = 'Äëèíà ðÿäà';
$strRowSize = ' Ðàçìåð ðÿäà ';
$strRows = 'Ðÿäû';
$strRowsFrom = 'ðÿäîâ îò';
$strRowsModeFlippedHorizontal = 'ãîðèçîíòàëüíî(ïîâ¸ðíóòûå çàãîëîâêè)';
$strRowsModeHorizontal = 'ãîðèçîíòàëüíîì';
$strRowsModeOptions = 'â %s ðåæèìå, çàãîëîâêè ïîñëå êàæäûõ %s ÿ÷ååê';
$strRowsModeVertical = 'âåðòèêàëüíîì';
$strRowsStatistic = 'Ñòàòèñòèêà ðÿäà';
$strRunQuery = 'Âûïîëíèòü Çàïðîñ';
$strRunSQLQuery = 'Âûïîëíèòü SQL çàïðîñ(û) íà ÁÄ %û';
$strRunning = 'íà %s';
$strRussian = 'Ðóññêèé';
 
$strSQL = 'SQL';
$strSQLExportType = 'Òèï ýêñïîðòà';
$strSQLOptions = 'Îïöèè SQL';
$strSQLParserBugMessage = 'Âîçìîæíî ó Âàñ îøèáêà â SQL-ïàðñåðå. Ïîæàëóéñòà, ïðîâåðüòå âíèìàòåëüíî Âàø çàïðîñ è ñîîòâåòñòâèå êàâû÷åê. Âîçìîæíî òàêæå, ÷òî Âû ïûòàåòåñü çàêà÷àòü áèíàðíûé ôàéë âíå ïîëÿ quoted text area. Âû ìîæåòå ïîïðîáîâàòü âûïîëíèòü ñâîé çàïðîñ ÷åðåç èíòåðôåéñ êîìàíäíîé ñòðîêè MySQL. Îïèñàíèå îøèáêè MySQL ñåðâåðà äàíî íèæå, âîçìîæíî îíî ïîìîæåò ïîíÿòü, ÷òî æå ïðîèçîøëî. Åñëè ó Âàñ âñå ðàâíî âîçíèêàþò ïðîáëåìû èëè åñëè ïàðñåð âûäàåò îøèáêè òàì, ãäå èíòåðôåéñ êîìàíäíîé ñòðîêè ðàáîòàåò óñïåøíî, ïîïðîáóéòå èçìåíèòü ñâîé SQL çàïðîñ äî ïðîñòûõ çàïðîñîâ è îïðåäåëèòü, êàêîé èìåííî âûçûâàåò ïðîáëåìû. Âû ìîæåòå òàêæå ïðèñëàòü îò÷åò îá îøèáêå âìåñòå ñ áëîêîì äàííûõ (ñåêöèÿ CUT):';
$strSQLParserUserError = 'Êàæåòñÿ âîçíèêëà îøèáêà â Âàøåì SQL çàïðîñå. Îïèñàíèå îøèáêè îò MySQL ñåðâåðà äàíî íèæå, âîçìîæíî, îíî ïîìîæåò Âàì ðàçîáðàòüñÿ';
$strSQLQuery = 'SQL-çàïðîñ';
$strSQLResult = 'SQL-ðåçóëüòàò';
$strSQPBugInvalidIdentifer = 'Íåïðàâèëüíûé èäåíòèôèêàòîð';
$strSQPBugUnclosedQuote = 'Íåçàêðûòàÿ êàâû÷êà';
$strSQPBugUnknownPunctuation = 'Íåèçâåñòíàÿ ñòðîêà ñ ïóíêòóàöèåé';
$strSave = 'Ñîõðàíèòü';
$strSaveOnServer = 'Ñîõðàíèòü íà ñåðâåðå â äèðåêòîðèè %s';
$strScaleFactorSmall = 'Ìàñøòàá ñëèøêîì ìàëåíüêèé äëÿ îòîáðàæåíèÿ âñåé òàáëèöû íà îäíîé ñòðàíèöå';
$strSearch = 'Èñêàòü';
$strSearchFormTitle = 'Èñêàòü â áàçå äàííûõ';
$strSearchInTables = 'Â òàáëèöå(àõ):';
$strSearchNeedle = 'Ñëîâî(à) èëè çíà÷åíèå(ÿ) äëÿ ïîèñêà (âêëþ÷àÿ "%") â:';
$strSearchOption1 = 'õîòü îäíî ñëîâî';
$strSearchOption2 = 'âñå ñëîâà';
$strSearchOption3 = 'òî÷íîå ñîîòâåòñòâèå';
$strSearchOption4 = 'ðåãóëÿðíîå âûðàæåíèå';
$strSearchResultsFor = 'Èñêàòü â "<i>%s</i>" %s:';
$strSearchType = 'Èñêàòü:';
$strSecretRequired = 'Êîíôèãóðàöèîííîìó ôàéëó ñåé÷àñ íóæíà ñåêðåòíàÿ ôðàçà (blowfish_secret).';
$strSelectADb = 'Âûáåðèòå ÁÄ';
$strSelectAll = 'Îòìåòèòü âñå';
$strSelectFields = 'Âûáðàòü ïîëÿ (ìèíèìóì îäíî):';
$strSelectNumRows = 'ïî çàïðîñó';
$strSelectTables = 'Âûáåðèòå òàáëèöó(û)';
$strSend = 'ïîñëàòü';
$strSent = 'Ïîñëàíî';
$strServer = 'Ñåðâåð';
$strServerChoice = 'Âûáîð ñåðâåðà';
$strServerNotResponding = 'Ñåðâåð íå îòâå÷àåò';
$strServerStatus = 'Òåêóùàÿ èíôîðìàöèÿ';
$strServerStatusUptime = 'Ýòîò MySQL ñåðâåð ðàáîòàåò %s. Îí áûë çàïóùåí %s.';
$strServerTabProcesslist = 'Ïðîöåññû';
$strServerTabVariables = 'Ïåðåìåííûå';
$strServerTrafficNotes = '<b>Òðàôèê</b>: Ýòè òàáëèöû ïîêàçûâàþò ñòàòèñòèêó ïî ñåòåâîìó òðàôèêó MySQL ñåðâåðà ñî âðåìåíè åãî çàïóñêà.';
$strServerVars = 'Ïåðåìåííûå è íàñòðîéêè ñåðâåðà';
$strServerVersion = 'Âåðñèÿ ñåðâåðà';
$strSessionValue = 'Çíà÷åíèå ñåññèè';
$strSetEnumVal = 'Äëÿ òèïîâ ïîëÿ "enum" è "set", ââåäèòå çíà÷åíèÿ ïî ýòîìó ôîðìàòó: \'a\',\'b\',\'c\'...<br />Åñëè âàì ïîíàäîáèòüñÿ ââåñòè îáðàòíóþ êîñóþ ÷åðòó ("\"") èëè îäèíî÷íóþ êàâû÷êó ("\'") ñðåäè ýòèõ çíà÷åíèé, ïîñòàâüòå ïåðåä íèìè îáðàòíóþ êîñóþ ÷åðòó (íàïðèìåð, \'\\\\xyz\' èëè \'a\\\'b\').';
$strShow = 'Ïîêàçàòü';
$strShowAll = 'Ïîêàçàòü âñå';
$strShowColor = 'Ïîêàçàòü öâåò';
$strShowDatadictAs = 'Ôîðìàò ñëîâàðÿ äàííûõ';
$strShowFullQueries = 'Ïîêàçûâàòü Ïîëíûå Çàïðîñû';
$strShowGrid = 'Ïîêàçàòü ñåòêó';
$strShowPHPInfo = 'Ïîêàçàòü èíôîðìàöèþ î PHP';
$strShowTableDimension = 'Ïîêàçàòü ðàçìåðíîñòü òàáëèöû';
$strShowTables = 'Ïîêàçàòü òàáëèöû';
$strShowThisQuery = ' Ïîêàçàòü äàííûé çàïðîñ ñíîâà ';
$strShowingRecords = 'Ïîêàçûâàåò çàïèñè ';
$strSimplifiedChinese = 'Óïðîù¸ííûé êèòàéñêèé';
$strSingly = '(îòäåëüíî)';
$strSize = 'Ðàçìåð';
$strSlovak = 'Ñëîâàöêèé';
$strSlovenian = 'Ñëîâåíñêèé';
$strSort = 'Îòñîðòèðîâàòü';
$strSortByKey = 'Ñîðòèðîâàòü ïî êëþ÷ó';
$strSpaceUsage = 'Èñïîëüçóåìîå ïðîñòðàíñòâî';
$strSpanish = 'Èñïàíñêèé';
$strSplitWordsWithSpace = 'Ñëîâà, ðàçäåëåííûå ïðîáåëîì (" ").';
$strStatCheckTime = 'Ïîñëåäíÿÿ ïðîâåðêà';
$strStatCreateTime = 'Ñîçäàíèå';
$strStatUpdateTime = 'Ïîñëåäíåå îáíîâëåíèå';
$strStatement = 'Âûðàæåíèÿ';
$strStatus = 'Ñòàòóñ';
$strStrucCSV = 'CSV äàííûå';
$strStrucData = 'Ñòðóêòóðà è äàííûå';
$strStrucDrop = 'Äîáàâèòü óäàëåíèå òàáëèöû';
$strStrucExcelCSV = 'CSV äëÿ äàííûõ MS Excel';
$strStrucNativeExcel = 'Äàííûå èç MS Excel';
$strStrucOnly = 'Òîëüêî ñòðóêòóðó';
$strStructPropose = 'Ïðåäëàãàåìàÿ ñòðóêòóðà òàáëèöû';
$strStructure = 'Ñòðóêòóðà';
$strSubmit = 'Âûïîëíèòü';
$strSuccess = 'Âàø SQL-çàïðîñ áûë óñïåøíî âûïîëíåí';
$strSum = 'Âñåãî';
$strSwedish = 'Øâåäñêèé';
$strSwitchToTable = 'Ïåðåêëþ÷èòüñÿ íà ñêîïèðîâàííóþ òàáëèöó';
 
$strTable = 'òàáëèöà ';
$strTableComments = 'Êîììåíòàðèé ê òàáëèöå';
$strTableEmpty = 'Ïóñòîå íàçâàíèå òàáëèöû!';
$strTableHasBeenDropped = 'Òàáëèöà %s áûëà óäàëåíà';
$strTableHasBeenEmptied = 'Òàáëèöà %s áûëà î÷èùåíà';
$strTableHasBeenFlushed = 'Áûë ñáðîøåí êýø òàáëèöû %s';
$strTableMaintenance = 'Îáñëóæèâàíèå òàáëèöû';
$strTableOfContents = 'Îãëàâëåíèå';
$strTableOptions = 'Îïöèè òàáëèöû';
$strTableStructure = 'Ñòðóêòóðà òàáëèöû';
$strTableType = 'Òèï òàáëèöû';
$strTables = '%s òàáëèö(û)';
$strTakeIt = 'îáðàáîòàòü';
$strTblPrivileges = ' Ïðèâèëåãèè, ñïåöèôè÷íûå äëÿ òàáëèöû';
$strTextAreaLength = ' Èç-çà áîëüøîé äëèíû,<br /> ýòî ïîëå íå ìîæåò áûòü îòðåäàêòèðîâàííî ';
$strThai = 'Òàè';
$strTheme = 'Òåìà / Ñòèëü';
$strThisHost = 'Ýòîò õîñò';
$strThisNotDirectory = 'Ýòî áûëà íå äèðåêòîðèÿ';
$strThreadSuccessfullyKilled = 'Thread %s áûë óäàëåí.';
$strTime = 'Âðåìÿ';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'âñåãî';
$strTotalUC = 'Âñåãî';
$strTraditionalChinese = 'Òðàäèöèîííûé êèòàéñêèé';
$strTraditionalSpanish = 'Òðàäèöèîííûé Èñïàíñêèé';
$strTraffic = 'Òðàôèê';
$strTransformation_application_octetstream__download = 'Ïîêàçàòü ëèíê ê çàãðóçêå áèíàðíûõ äàííûõ ïîëåé. Ïåðâûé âàðèàíò: óêàæèòå èìÿ áèíàðíîãî ôàéëà. Âòîðîé âàðèàíò: óêàæèòå âîçìîæíîå èìÿ ñòðîêè òàáëèöû â êîòîðîé íàõîäèòñÿ áèíàðíûé ôàéë. Åñëè âû âûáåðåòå âòîðîé âàðèàíò, óáåäèòåñü â òîì, ÷òî èìÿ áèíàðíîãî ôàéëà â ïåðâîì âàðèàíòå íå óêàçàííî';
$strTransformation_image_jpeg__inline = 'Îòîáðàæàåò ïðåäïðîñìîòð, íà êîòîðûé ìîæíî êëèêíóòü; îïöèè: øèðèíà,âûñîòà â ïèêñåëàõ (ñîõðàíÿåò èñõîäíûé ìàñøòàá)';
$strTransformation_image_jpeg__link = 'Îòîáðàæàåò ññûëêó íà ýòî èçîáðàæåíèå(direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Áåð¸ò ïîëå TIME, TIMESTAMP èëè DATETIME è ôîðìàòèðóåò åãî â ñîîòâåòñòâèè ñ âàøèì ëîêàëüíûì ôîðìàòîì äàòû. Ïåðâàÿ îïöèÿ - ýòî ñäâèã (â ÷àñàõ), êîòîðûé áóäåò äîáàâëåí ê timestamp (Ïî óìîë÷àíèþ: 0). Âòîðàÿ îïöèÿ - ýòî äðóãîé ôîðìàò äàòû â ñîîòâåòñòâèè ñ ïàðàìåòðàìè, äîñòóïíûìè äëÿ ôóíêöèè PHP strftime().';
$strTransformation_text_plain__external = 'ÒÎËÜÊÎ LINUX: Çàïóñêàåò âíåøíåå ïðèëîæåíèå è çàïîíÿåò ïîëÿ ÷åðåç ñòàíäàðòíûé ââîä. Âîçâðàùàåò ñòàíäàðòíûé âûâîä ïðèëîæåíèÿ. Ïî óìîë÷àíèþ Tidy, äëÿ ôîðìàòèðîâàíèÿ HTML êîäà. Ïî ñîîáðàæåíèÿì áåçîïàñíîñòè, âû äîëæíû âðó÷íóþ îòðåäàêòèðîâàòü ôàéë libraries/transformations/text_plain__external.inc.php è âïèñàòü ïðîãðàììû, êîòîðûå âû õîòèòå çàïóñêàòü. Ïåðâàÿ îïöèÿ - ýòî íîìåð ïðîãðàììû, êîòîðóþ âû õîòèòå èñïîëüçîâàòü, âòîðàÿ - ïàðàìåòðû äëÿ ïðîãðàììû. Òðåòèé ïàðàìåòð ïðè çíà÷åíèè 1 áóäåò êîíâåðòèðîâàòü âûâîä, èñïîëüçóÿ htmlspecialchars() (Ïî óìîë÷àíèþ 1). ×åòâ¸ðòûé ïàðàìåòð ïðè çíà÷åíèè 1 âûñòàâèò NOWRAP, òàê ÷òî âåñü âûâîä áóäåò îòîáðàæ¸í áåç ïåðåôîðìàòèðîâàíèÿ (Ïî óìîë÷àíèþ 1)';
$strTransformation_text_plain__formatted = 'Ñîõðàíÿåò èñõîäíîå ôîðìàòèðîâàíèå ïîëÿ. Ýêðàíèðîâàíèå íå ïðîèçâîäèòñÿ.';
$strTransformation_text_plain__imagelink = 'Ïîêàçûâàåò èçîáðàæåíèå è ññûëêó, ïîëå ñîäåðæèò èìÿ ôàéëà; ïåðâàÿ îïöèÿ - ýòî ïðåôèêñ âðîäå "http://domain.com/", âòîðàÿ - øèðèíà â ïèêñåëàõ, òðåòüÿ - âûñîòà.';
$strTransformation_text_plain__link = 'Îòîáðàæàåò ññûëêó, ïîëå ñîäåðæèò èìÿ ôàéëà; ïåðâàÿ îïöèÿ - ýòî ïðåôèêñ âðîäå "http://domain.com/", âòîðàÿ - çàãîëîâîê äëÿ ññûëêè.';
$strTransformation_text_plain__substr = 'Ïîêàçûâàåò òîëüêî ÷àñòü ñòðîêè. Ïåðâàÿ îïöèÿ - ýòî ñäâèã, îïðåäåëÿþùèé ãäå íà÷èíàåòñÿ âûâîä òåêñòà (Ïî óìîë÷àíèþ 0). Âòîðàÿ îïöèÿ - ýòî êîëè÷åñòâî âîçâðàùàåìîãî òåêñòà. Åñëè íå îïðåäåëåíî, òî âîçâðàùàåòñÿ âåñü îñòàþùèéñÿ òåêñò. Òðåòüÿ îïöèÿ îïðåäåëÿåò ñèìâîëû, êîòîðûå áóäóò äîáàâëåíû ê âûâîäó, êîãäà âîçâðàùàåòñÿ ïîäñòðîêà. (Ïî óìîë÷àíèþ: ...) .';
$strTruncateQueries = 'Îáðåçàòü Ïîêàçàííûå Çàïðîñû';
$strTurkish = 'Òóðåöêèé';
$strType = 'Òèï';
 
$strUkrainian = 'Óêðàèíñêèé';
$strUncheckAll = 'Ñíÿòü îòìåòêó ñî âñåõ';
$strUnicode = 'Þíèêîä';
$strUnique = 'Óíèêàëüíîå';
$strUnknown = 'íåèçâåñòíî';
$strUnselectAll = 'Ñíÿòü îòìåòêó ñî âñåõ';
$strUpdComTab = 'Ïîæàëóéñòà, ïîñìîòðèòå êàê îáíîâèòü Column_comments Òàáëèöó â äîêóìåíòàöèè';
$strUpdatePrivMessage = 'Áûëè èçìåíåíû ïðèâèëåãèè äëÿ';
$strUpdateProfileMessage = 'Ïðîôèëü áûë îáíîâëåí.';
$strUpdateQuery = 'Äîïîëíèòü çàïðîñ';
$strUpgrade = 'Âû äîëæíû îáíîâèòü %s äî âåðñèè %s èëè âûøå.';
$strUsage = 'Èñïîëüçîâàíèå';
$strUseBackquotes = 'Îáðàòíûå êàâû÷êè â íàçâàíèÿõ òàáëèö è ïîëåé';
$strUseHostTable = 'Èñïîëüçîâàòü òàáëèöó õîñòîâ';
$strUseTables = 'Èñïîëüçîâàòü òàáëèöû';
$strUseTextField = 'Èñïîëüçîâàòü òåêñòîâîå ïîëå';
$strUseThisValue = 'Èñïîëüçîâàòü ýòî çíà÷åíèå';
$strUser = 'Ïîëüçîâàòåëü';
$strUserAlreadyExists = 'Ïîëüçîâàòåëü %s óæå ñóùåñòâóåò!';
$strUserEmpty = 'Ïóñòîå èìÿ ïîëüçîâàòåëÿ!';
$strUserName = 'Èìÿ ïîëüçîâàòåëÿ';
$strUserNotFound = 'Âûäåëåííûé ïîëüçîâàòåëü íå áûë íàéäåí â òàáëèöå ïðèâèëåãèé.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'Âûáðàííûå ïîëüçîâàòåëè áûëè óñïåøíî óäàëåíû.';
$strUsersHavingAccessToDb = 'Ïîëüçîâàòåëè ñ ïðàâàìè äîñòóïà ê &quot;%s&quot;';
 
$strValidateSQL = 'Ïðîâåðèòü SQL';
$strValidatorError = 'Ïðîâåðêà SQL íå ìîæåò áûòü èíèöèàëèçèðîâàíà. Ïðîâåðüòå, óñòàíîâëåíû ëè íåîáõîäèìûå ìîäóëè ðàñøèðåíèé äëÿ PHP, îïèñàííûå â %säîêóìåíòàöèè%s.';
$strValue = 'Çíà÷åíèå';
$strVar = 'Ïåðåìåííàÿ';
$strViewDump = 'Ïðîñìîòðåòü äàìï òàáëèöû';
$strViewDumpDB = 'Ïðîñìîòðåòü äàìï ÁÄ';
$strViewDumpDatabases = 'Ïðîñìîòðåòü äàìï (ñõåìó) ÁÄ';
 
$strWebServerUploadDirectory = 'äèðåêòîðèÿ, êóäà ïîìåùàþòñÿ çàêà÷àííûå ôàéëû îò web-ñåðâåðà';
$strWebServerUploadDirectoryError = 'äèðåêòîðèÿ, êîòîðóþ Âû óñòàíîâèëè êàê "upload" íå ìîæåò áûòü îòêðûòà';
$strWelcome = 'Äîáðî ïîæàëîâàòü â %s';
$strWestEuropean = 'Çàïàäíî-Åâðîïåéñêèé';
$strWildcard = 'øàáëîí';
$strWindowNotFound = 'Öåëåâîå îêíî áðàóçåðà íå ìîæåò áûòü îáíîâëåíî. Âîçìîæíî, âû çàêðûëè ðîäèòåëüñêîå îêíî èëè âàø áðàóçåð áëîêèðóåò ìåæîêîííûå îáíîâëåíèÿ èç-çà íàñòðîåê áåçîïàñíîñòè';
$strWithChecked = 'Ñ îòìå÷åííûìè:';
$strWritingCommentNotPossible = 'Íàïèñàíèå êîììåíòàðèÿ íåâîçìîæíî';
$strWritingRelationNotPossible = 'Äîáàâëåíèå ñâÿçè íåâîçìîæíî';
$strWrongUser = 'Îøèáî÷íûé ëîãèí/ïàðîëü.  äîñòóïå îòêàçàíî.';
 
$strXML = 'XML';
 
$strYes = 'Äà';
 
$strZeroRemovesTheLimit = 'Çàìå÷àíèå: Óñòàíîâêà ýòèõ îïöèé â 0 (íîëü) óäàëÿåò ëèìèò.';
$strZip = 'àðõèâèðîâàòü â zip';
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
 
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/serbian_cyrillic-utf-8.inc.php
0,0 → 1,983
<?php
/* $Id: serbian_cyrillic-utf-8.inc.php,v 2.127.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by:
* Mihailo Stefanovic <mikis@users.sourceforge.net>, Branislav Jovanovic <fangorn@eunet.yu>
* Igor Mladenovic <mligor@zimco.com>, David Trajkovic <tdavid@ptt.yu>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('бајтова', 'КБ', 'МБ', 'ГБ', 'ТБ', 'ПБ', 'ЕБ');
 
$day_of_week = array('Нед', 'Пон', 'Уто', 'Сре', 'Чет', 'Пет', 'Суб');
$month = array('јан', 'феб', 'мар', 'апр', 'мај', 'јун', 'јул', 'авг', 'сеп', 'окт', 'нов', 'дец');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. у %H:%M';
$timespanfmt = '%s дана, %s сати, %s минута и %s секунди';
 
$strAbortedClients = 'Прекинуто';
$strAbsolutePathToDocSqlDir = 'Унесите комплетну путању до директоријума docSQL на веб серверу';
$strAccessDeniedExplanation = 'phpMyAdmin је покушао да се повеже на MySQL сервер, али је сервер одбио повезивање. Проверите назив домаћина, корисничко име и лозинку у config.inc.php и уверите се да одговарају подацима које сте добили од администратора MySQL сервера.';
$strAccessDenied = 'Приступ одбијен';
$strAction = 'Акција';
$strAddAutoIncrement = 'Додај AUTO_INCREMENT вредност';
$strAddConstraints = 'Додај ограничења';
$strAddDeleteColumn = 'Додај/обриши колону';
$strAddDeleteRow = 'Додај/обриши поље за критеријум';
$strAddDropDatabase = 'Додај DROP DATABASE';
$strAddedColumnComment = 'Додат је коментар колони';
$strAddedColumnRelation = 'Додата је релација колони';
$strAddFields = 'Додај %s поља';
$strAddHeaderComment = 'Додај коментар у заглавље (\\n раздваја линије)';
$strAddIfNotExists = 'Додај \'IF NOT EXISTS\'';
$strAddIntoComments = 'Додај у коментаре';
$strAddNewField = 'Додај ново поље';
$strAddPrivilegesOnDb = 'Додај привилегије на следећој бази';
$strAddPrivilegesOnTbl = 'Додај привилегије на следећој табели';
$strAddSearchConditions = 'Додај услове претраживања (део "WHERE" упита):';
$strAddToIndex = 'Додај у кључ &nbsp;%s&nbsp;колона(е)';
$strAddUser = 'Додај новог корисника';
$strAddUserMessage = 'Додали сте новог корисника.';
$strAdministration = 'Администрација';
$strAffectedRows = 'Обухваћено редова:';
$strAfter = 'После %s';
$strAfterInsertBack = 'Назад на претходну страну';
$strAfterInsertNewInsert = 'Додај још један нови ред';
$strAfterInsertNext = 'Уреди следећи ред';
$strAfterInsertSame = 'Врати се на ову страну';
$strAll = 'Све';
$strAllTableSameWidth = 'Приказ свих табела исте ширине?';
$strAlterOrderBy = 'Промени редослед у табели';
$strAnalyzeTable = 'Анализирај табелу';
$strAnd = 'и';
$strAndThen = 'и онда';
$strAnIndex = 'Кључ је управо додат %s';
$strAny = 'Било који';
$strAnyHost = 'Било који домаћин';
$strAnyUser = 'Било који корисник';
$strApproximateCount = 'Може бити приближно. Видите FAQ 3.11';
$strAPrimaryKey = 'Примарни кључ је управо додат %s';
$strArabic = 'Арапски';
$strArmenian = 'Јерменски';
$strAscending = 'Растући';
$strAtBeginningOfTable = 'На почетку табеле';
$strAtEndOfTable = 'На крају табеле';
$strAttr = 'Атрибути';
$strAutodetect = 'аутоматски';
$strAutomaticLayout = 'Аутоматски распоред';
 
$strBack = 'Назад';
$strBaltic = 'Балтички';
$strBeginCut = 'ПОЧЕТАК РЕЗ';
$strBeginRaw = 'ПОЧЕТАК СИРОВО';
$strBinary = 'Бинарни';
$strBinaryDoNotEdit = 'Бинарни - не мењај';
$strBinaryLog = 'Бинарни дневник';
$strBinLogEventType = 'Врста догађаја';
$strBinLogInfo = 'Информације';
$strBinLogName = 'Назив дневника';
$strBinLogOriginalPosition = 'Оригинална позиција';
$strBinLogPosition = 'Позиција';
$strBinLogServerId = 'ИД сервера';
$strBookmarkAllUsers = 'Дозволи сваком кориснику да приступа овом упамћеном упиту';
$strBookmarkDeleted = 'Обележивач је управо обрисан.';
$strBookmarkLabel = 'Назив';
$strBookmarkQuery = 'Запамћен SQL-упит';
$strBookmarkThis = 'Запамти SQL-упит';
$strBookmarkView = 'Види само';
$strBrowseForeignValues = 'Прегледај стране вредности';
$strBrowse = 'Преглед';
$strBufferPoolActivity = 'Активност скупа прихватника';
$strBufferPool = 'Скуп прихватника';
$strBufferPoolUsage = 'Коришћење скупа прихватника';
$strBufferReadMisses = 'Промашаји при читању';
$strBufferReadMissesInPercent = 'Промашаји читања у %';
$strBufferWriteWaits = 'Чекања на упис';
$strBufferWriteWaitsInPercent = 'Чекања на упис у %';
$strBulgarian = 'Бугарски';
$strBusyPages = 'Заузете стране';
$strBzError = 'phpMyAdmin није могао да компресује садржај базе због неисправне BZ2 екстензије у овој верзији PHP-а. Препоручује се да подесите <code>$cfg[\'BZipDump\']</code> директиву у вашoj phpMyAdmin конфигурационоj датотеци на <code>FALSE</code>. Ако желите да користите могућности BZ2 компресије, требало би да пређете на новију верзију PHP-а. Видите PHP извештај о грешкама %s за детаље.';
$strBzip = '"бзип-овано"';
 
$strCalendar = 'Календар';
$strCannotLogin = 'Не могу да се пријавим на MySQL сервер';
$strCantLoad = 'не могу да учитам екстензију %s,<br />молим проверите PHP конфигурацију';
$strCantLoadRecodeIconv = 'Не могу да учитам iconv или recode екстензије потребне за конверзију скупова знакова, подесите PHP да дозволи коришћење ових екстензија или онемогућите конверзију скупова знакова у phpMyAdmin-у.';
$strCantRenameIdxToPrimary = 'Не могу да променим кључ у PRIMARY (примарни) !';
$strCantUseRecodeIconv = 'Не могу да користим iconv или libiconv или recode_string функције иако екстензија пријављује да је учитана. Проверите вашу PHP конфигурацију.';
$strCardinality = 'Кардиналност';
$strCaseInsensitive = 'Не разликује мала и велика слова';
$strCaseSensitive = 'Разликује мала и велика слова';
$strCentralEuropean = 'Централноевропски';
$strChangeCopyModeCopy = '... сачувај старе.';
$strChangeCopyModeDeleteAndReload = ' ... обриши старог из табеле корисника и затим поново учитај привилегије.';
$strChangeCopyMode = 'Направи новог корисника са истим привилегијама и ...';
$strChangeCopyModeJustDelete = ' ... обриши старе из табела корисника.';
$strChangeCopyModeRevoke = ' ... обустави све привилегије старог корисника и затим га обриши.';
$strChangeCopyUser = 'Промени информације о пријави / Копирај корисника';
$strChangeDisplay = 'Изабери поља за приказ';
$strChange = 'Промени';
$strChangePassword = 'Промени лозинку';
$strCharset = 'Карактер сет';
$strCharsetOfFile = 'Карактер сет датотеке:';
$strCharsetsAndCollations = 'Карактер сетови и сортирање';
$strCharsets = 'Кодне стране';
$strCheckAll = 'Означи све';
$strCheckOverhead = 'Провери табеле које имају прекорачења';
$strCheckPrivs = 'Провери привилегије';
$strCheckPrivsLong = 'Провери привилегије за базу &quot;%s&quot;.';
$strCheckTable = 'Провери табелу';
$strChoosePage = 'Изаберите страну коју мењате';
$strColComFeat = 'Приказујем коментаре колоне';
$strCollation = 'Сортирање';
$strColumnNames = 'Имена колона';
$strColumnPrivileges = 'Привилегије везане за колоне';
$strCommand = 'Наредба';
$strComments = 'Коментари';
$strCommentsForTable = 'КОМЕНТАРИ ТАБЕЛЕ';
$strCompatibleHashing = 'MySQL&nbsp;4.0 компатибилно';
$strCompleteInserts = 'Комплетан INSERT (са именима поља)';
$strCompression = 'Компресија';
$strConfigFileError = 'phpMyAdmin није могао да прочита вашу конфигурациону датотеку!<br />Ово се може десити ако PHP нађе грешку у процесирању или не може да пронађе датотеку.<br />Позовите конфигурациону датотеку директно користећи доњи линк и прочитајте поруке о грешци које добијате. У већини случајеве негде недостаје наводник или тачка-зарез.<br />Ако добијете празну страну, све је у реду.';
$strConfigureTableCoord = 'Подесите координате за табелу %s';
$strConnectionError = 'Не могу да се повежем: неисправна подешавања.';
$strConnections = 'Конекције';
$strConstraintsForDumped = 'Ограничења за извезене табеле';
$strConstraintsForTable = 'Ограничења за табеле';
$strCookiesRequired = 'Колачићи (Cookies) морају у овом случају бити активни.';
$strCopyDatabaseOK = 'База %s је прекопирана у %s';
$strCopy = 'Копирај';
$strCopyTable = 'Копирај табелу у (база<b>.</b>табела):';
$strCopyTableOK = 'Табела %s је копирана у %s.';
$strCopyTableSameNames = 'Не могу да копирам табелу у саму себе!';
$strCouldNotKill = 'phpMyAdmin није могао да прекине процес %s. Вероватно је већ затворен.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE пре копирања';
$strCreate = 'Направи';
$strCreateIndex = 'Направи кључ на&nbsp;%s&nbsp;колона';
$strCreateIndexTopic = 'Направи нови кључ';
$strCreateNewDatabase = 'Направи нову базу података';
$strCreateNewTable = 'Направи нову табелу у бази %s';
$strCreatePage = 'Направи нову страну';
$strCreatePdfFeat = 'Прављење PDF-ova';
$strCreationDates = 'Датуми креирања/ажурирања/провере';
$strCriteria = 'Критеријум';
$strCroatian = 'Хрватски';
$strCSVOptions = 'CSV опције';
$strCyrillic = 'Ћирилични';
$strCzech = 'Чешки';
$strCzechSlovak = 'Чешко-словачки';
 
$strDanish = 'Дански';
$strDatabase = 'База података';
$strDatabaseEmpty = 'Име базе није задато!';
$strDatabaseExportOptions = 'Опције за извоз базе';
$strDatabaseHasBeenDropped = 'База %s је одбачена.';
$strDatabaseNoTable = 'База не садржи табеле!';
$strDatabases = 'Базе';
$strDatabasesDropped = '%s база је успешно одбачено.';
$strDatabasesStatsDisable = 'Искључи статистике';
$strDatabasesStatsEnable = 'Укључи статистике';
$strDatabasesStatsHeavyTraffic = 'Напомена: укључивање статистика може проузроковати велики саобраћај између веб и MySQL сервера.';
$strDatabasesStats = 'Статистика базе';
$strDataDict = 'Речник података';
$strData = 'Подаци';
$strDataOnly = 'Само подаци';
$strDataPages = 'Стране са подацима';
$strDBComment = 'Коментар базе:';
$strDBCopy = 'Копирај базу у';
$strDBGContext = 'Контекст';
$strDBGContextID = 'Контекст ИД';
$strDBGHits = 'Погодака';
$strDBGLine = 'Линија';
$strDBGMaxTimeMs = 'Max време, мс';
$strDBGMinTimeMs = 'Мин време, мс';
$strDBGModule = 'Модул';
$strDBGTimePerHitMs = 'Време/погодак, мс';
$strDBGTotalTimeMs = 'Укупно време, мс';
$strDbPrivileges = 'Привилегије везане за базу';
$strDBRename = 'Преименуј базу у';
$strDbSpecific = 'Специфично за базу';
$strDefaultEngine = '%s је подразумевани погон складиштења на овом MySQL серверу.';
$strDefault = 'Подразумевано';
$strDefaultValueHelp = 'За подразумевану вредност, унесите само једну вредност, без косих црта или наводника у овом облику: а';
$strDefragment = 'Дефрагментирај табелу';
$strDelayedInserts = 'Користи одложена уметања';
$strDeleteAndFlushDescr = 'Ово је најчистији начин, али поновно учитавање привилегина може да потраје.';
$strDeleteAndFlush = 'Обриши кориснике и поново учитај привилегије.';
$strDeleted = 'Ред је обрисан';
$strDeletedRows = 'Обрисани редови:';
$strDelete = 'Обриши';
$strDeleting = 'Бришем %s';
$strDelOld = 'Тренутна страна има референце на табеле које више не постоје. Желите ли да обришете те референце?';
$strDescending = 'Опадајући';
$strDescription = 'Опис';
$strDictionary = 'речник';
$strDirtyPages = 'Прљаве стране';
$strDisabled = 'Онемогућено';
$strDisableForeignChecks = 'Искључи провере страних кључева';
$strDisplayFeat = 'Прикажи особине';
$strDisplayOrder = 'Редослед приказа:';
$strDisplayPDF = 'Прикажи PDF схему';
$strDoAQuery = 'Направи "упит по примеру" (џокер: "%")';
$strDocu = 'Документација';
$strDoYouReally = 'Да ли стварно хоћете да ';
$strDropDatabaseStrongWarning = 'Овим ћете УНИШТИТИ комплетну базу података!';
$strDrop = 'Одбаци';
$strDropUsersDb = 'Одбаци базе које се зову исто као корисници.';
$strDumpingData = 'Приказ података табеле';
$strDumpSaved = 'Садржај базе је сачуван у датотеку %s.';
$strDumpXRows = 'Прикажи %s редова почевши од реда %s.';
$strDynamic = 'динамички';
 
$strEdit = 'Промени';
$strEditPDFPages = 'Уређивање PDF страна';
$strEditPrivileges = 'Промени привилегије';
$strEffective = 'Ефективне';
$strEmpty = 'Испразни';
$strEmptyResultSet = 'MySQL је вратио празан резултат (нула редова).';
$strEnabled = 'Омогућено';
$strEncloseInTransaction = 'Обави извоз у трансакцији';
$strEndCut = 'КРАЈ РЕЗ';
$strEnd = 'Крај';
$strEndRaw = 'КРАЈ СИРОВО';
$strEngineAvailable = '%s је доступан на овом MySQL серверу.';
$strEngineDisabled = '%s је онемогућен на овом MySQL серверу.';
$strEngines = 'Складиштења';
$strEngineUnsupported = 'Овај MySQL сервер не подржава %s погон складиштења.';
$strEnglish = 'Енглески';
$strEnglishPrivileges = ' Напомена: MySQL имена привилегија морају да буду на енглеском ';
$strError = 'Грешка';
$strEscapeWildcards = 'Пре џокера _ и % треба ставити знак \ ако их користите самостално';
$strEstonian = 'Естонски';
$strExcelEdition = 'Excel издање';
$strExcelOptions = 'Excel опције';
$strExecuteBookmarked = 'Изврши упамћен упит';
$strExplain = 'Објасни SQL';
$strExport = 'Извоз';
$strExtendedInserts = 'Проширени INSERT';
$strExtra = 'Додатно';
 
$strFailedAttempts = 'Неуспелих покушаја';
$strFieldHasBeenDropped = 'Поље %s је обрисано';
$strField = 'Поље';
$strFieldsEmpty = ' Број поља је нула! ';
$strFieldsEnclosedBy = 'Поља ограничена са';
$strFieldsEscapedBy = 'Ескејп карактер &nbsp; &nbsp; &nbsp;';
$strFields = 'Поља';
$strFieldsTerminatedBy = 'Поља раздвојена са';
$strFileAlreadyExists = 'Датотека %s већ постоји на серверу, промените име датотеке или укључите опцију преписивања.';
$strFileCouldNotBeRead = 'Датотеку није могуће прочитати';
$strFileNameTemplate = 'Шаблон имена датотеке';
$strFileNameTemplateRemember = 'запамти шаблон';
$strFixed = 'сређено';
$strFlushPrivilegesNote = 'Напомена: phpMyAdmin узима привилегије корисника директно из MySQL табела привилегија. Садржај ове табеле може се разликовати од привилегија које сервер користи ако су вршене ручне измене. У том случају %sпоново учитајте привилегије%s пре него што наставите.';
$strFlushTable = 'Освежи табелу ("FLUSH")';
$strFormat = 'Формат';
$strFormEmpty = 'Недостаје вредност у обрасцу!';
$strFreePages = 'Слободне стране';
$strFullText = 'Пун текст';
$strFunction = 'Функција';
 
$strGenBy = 'Генерисао';
$strGeneralRelationFeat = 'Опште особине релација';
$strGenerate = 'Направи';
$strGeneratePassword = 'Направи лозинку';
$strGenTime = 'Време креирања';
$strGeorgian = 'Грузијски';
$strGerman = 'Немачки';
$strGlobal = 'глобално';
$strGlobalPrivileges = 'Глобалне привилегије';
$strGlobalValue = 'Глобална вредност';
$strGo = 'Крени';
$strGrantOption = 'Омогући';
$strGreek = 'Грчки';
$strGzip = '"гзип-овано"';
 
$strHasBeenAltered = 'је промењен(а).';
$strHasBeenCreated = 'је креиран(а).';
$strHaveToShow = 'Морате изабрати бар једну колону за приказ';
$strHebrew = 'Хебрејски';
$strHexForBinary = 'Користи хексадецимално за бинарна поља';
$strHome = 'Почетна страна';
$strHomepageOfficial = 'phpMyAdmin веб сајт';
$strHost = 'Домаћин';
$strHostEmpty = 'Име домаћина је празно!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Опције извоза у Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Опције извоза у Microsoft Word 2000';
$strHungarian = 'Мађарски';
 
$strIcelandic = 'Исландски';
$strId = 'ID';
$strIdxFulltext = 'Текст кључ';
$strIgnore = 'Игнориши';
$strIgnoreInserts = 'Игнориши дупликате при уметању';
$strIgnoringFile = 'Игноришем датотеку %s';
$strImportDocSQL = 'Увоз docSQL датотека';
$strImportFiles = 'Увоз датотека';
$strIndex = 'Кључ';
$strIndexes = 'Кључеви';
$strIndexHasBeenDropped = 'Кључ %s је обрисан';
$strIndexName = 'Име кључа :';
$strIndexType = 'Тип кључа :';
$strIndexWarningMultiple = 'Више од једног %s кључа је направљено за колону `%s`';
$strIndexWarningPrimary = 'PRIMARY и INDEX кључеви не би требали да буду истовремено постављени за колону `%s`';
$strIndexWarningTable = 'Проблем при индексирању табеле `%s`';
$strIndexWarningUnique = 'UNIQUE и INDEX кључеви не би требали да буду истовремено постављени за колону `%s`';
$strInnoDBAutoextendIncrementDesc = ' Величина корака проширења величине табела које се аутоматски проширују када се напуне.';
$strInnoDBAutoextendIncrement = 'Корак аутоматског проширења';
$strInnoDBBufferPoolSize = 'Величина прихватника';
$strInnoDBBufferPoolSizeDesc = 'Величина меморијског прихватника које InnoDB користи за кеширање података и индекса својих табела.';
$strInnoDBDataFilePath = 'Датотеке са подацима';
$strInnoDBDataHomeDirDesc = 'Заједнички део путање директоријума за све InnoDB датотеке са подацима.';
$strInnoDBDataHomeDir = 'Основни директоријум података';
$strInnoDBPages = 'страна';
$strInnodbStat = 'InnoDB статус';
$strInsecureMySQL = 'Ваша конфигурациона датотека садржи подешавања (root без лозинке) која одговарају стандардном MySQL привилегованом налогу. Ваш MySQL сервер ради са овим подешавањима, отворен је за упаде, и заиста треба да исправите овај сигурносни ризик.';
$strInsertAsNewRow = 'Унеси као нови ред';
$strInsertedRowId = 'ID уметнутих редова:';
$strInsertedRows = 'Унесено редова:';
$strInsert = 'Нови запис';
$strInsertNewRow = 'Унеси нови ред';
$strInternalNotNecessary = '* Унутрашња релација није неопходна када постоји и у InnoDB.';
$strInternalRelations = 'Унутрашње релације';
$strInUse = 'се користи';
$strInvalidColumnCount = 'Број колона мора бити већи од нуле.';
$strInvalidFieldAddCount = 'Морате додати барем једно поље.';
$strInvalidFieldCount = 'Табела мора имати барем једно поље.';
$strInvalidRowNumber = '%d није исправан број реда.';
 
$strJapanese = 'Јапански';
$strJumpToDB = 'Пређи на базу &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Обрисани&quot; корисници ће и даље имати приступ серверу док привилегије не буду поново учитане.';
$strJustDelete = 'Само обриши кориснике из табеле привилегија.';
 
$strKeepPass = 'Немој да мењаш лозинку';
$strKeyname = 'Име кључа';
$strKill = 'Обустави';
$strKorean = 'Корејски';
 
$strLandscape = 'Положено';
$strLatchedPages = 'Забрављене стране';
$strLatexCaption = 'Коментар табеле';
$strLatexContent = 'Садржај табеле __TABLE__';
$strLatexContinuedCaption = 'Настављен коментар табеле';
$strLatexContinued = '(настављено)';
$strLatexIncludeCaption = 'Укључи коментар табеле';
$strLatexLabel = 'Ознака кључа';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX опције';
$strLatexStructure = 'Структура табеле __TABLE__';
$strLatvian = 'Летонски';
$strLengthSet = 'Дужина/Вредност*';
$strLimitNumRows = 'Број редова по страни';
$strLinesTerminatedBy = 'Линије се завршавају са';
$strLinkNotFound = 'Веза није пронађена';
$strLinksTo = 'Везе ка';
$strLithuanian = 'Литвански';
$strLocalhost = 'Локални';
$strLocationTextfile = 'Локација текстуалне датотеке';
$strLogin = 'Пријављивање';
$strLoginInformation = 'Подаци о пријави';
$strLogout = 'Одјављивање';
$strLogPassword = 'Лозинка:';
$strLogServer = 'Сервер';
$strLogUsername = 'Корисничко име:';
$strLongOperation = 'Ова операција може да потраје. Да ли да наставимо?';
 
$strMaximumSize = 'Максимална величина: %s%s';
$strMbExtensionMissing = 'mbstring ПХП екстензија није пронађена, а чини се да ви користите вишебајтни скуп знакова. Без mbstring екстензије phpMyAdmin не може исправно да раздваја стрингове и то може довести до неочекиваних резултата.';
$strMbOverloadWarning = 'Укључена вам је mbstring.func_overload опција у ПХП подешавањима. Ова опција је некомпатибилна са phpMyAdmin и може довести до грешака у неким подацима!';
$strMIME_available_mime = 'Доступни MIME-типови';
$strMIME_available_transform = 'Доступне трансформације';
$strMIME_description = 'Опис';
$strMIME_MIMEtype = 'MIME-типови';
$strMIME_nodescription = 'Нема описа за ову трансформацију.<br />Молимо питајте аутора шта %s ради.';
$strMIME_transformation_note = 'За листу доступних опција трансформације и њихове трансформације MIME-типова, кликните на %sописе трансформација%s';
$strMIME_transformation = 'Транформације читача';
$strMIME_transformation_options = 'Опције трансформације';
$strMIME_transformation_options_note = 'Молимо унесите вредности за опције трансформације користећи овај облик: \'a\',\'b\',\'c\'...<br />Ако треба да унесете обрнуту косу црту ("\\") или апостроф ("\'") у те вредности, ставите обрнуту косу црту испред њих (на пример \'\\\\xyz\' или \'a\\\'b\').';
$strMIMETypesForTable = 'MIME ТИПОВИ ЗА ТАБЕЛУ';
$strMIME_without = 'MIME-типови приказани у курзиву немају одвојене функције трансформације.';
$strModifications = 'Измене су сачуване';
$strModify = 'Промени';
$strModifyIndexTopic = 'Измени кључ';
$strMoveTable = 'Помери табелу у (база<b>.</b>табела):';
$strMoveTableOK = 'Табела %s је померена у %s.';
$strMoveTableSameNames = 'Не могу да преместим табелу у саму себе!';
$strMultilingual = 'вишејезички';
$strMyISAMDataPointerSize = 'Величина показивача података';
$strMyISAMDataPointerSizeDesc = 'Подразумевана величина показивача у бајтовима, користи се при CREATE TABLE за MyISAM табеле када није задата опција MAX_ROWS';
$strMyISAMMaxExtraSortFileSizeDesc = 'Ако би привремена датотека која се користи за брзо креирање MyISAM индекса била већа него при коришћењу кеша кључева за овде задату вредност, користи метод кеширања кључева';
$strMyISAMMaxExtraSortFileSize = 'Максимална величина привремених датотека при креирању индекса';
$strMyISAMMaxSortFileSizeDesc = 'Максимална величина привремених датотека које MySQL сме да користи при ре-креирању MyISAM индекса (у току REPAIR TABLE, ALTER TABLE, или LOAD DATA INFILE операција).';
$strMyISAMMaxSortFileSize = 'Максимална величина привремених датотека за сортирање';
$strMyISAMRecoverOptions = 'Режим аутоматског опоравка';
$strMyISAMRecoverOptionsDesc = 'Режим аутоматског опоравка пукнутих MyISAM табела, подешен при стартовању сервера опцијом --myisam-recover.';
$strMyISAMRepairThreadsDesc = 'Ако је вредност већа од 1, индекси MyISAM табела се паралелно креирају (сваки индекс у сопственој нити) за време процеса поправке сортирањем.';
$strMyISAMRepairThreads = 'Нити поправке';
$strMyISAMSortBufferSize = 'Величина прихватника за сортирање';
$strMyISAMSortBufferSizeDesc = 'Прихватник који се алоцира при сортирању MyISAM индекса за време операције REPAIR TABLE или при креирању индекса са CREATE INDEX или ALTER TABLE.';
$strMySQLCharset = 'MySQL сет карактера';
$strMySQLConnectionCollation = 'Сортирање за MySQL везу';
$strMySQLSaid = 'MySQL рече: ';
$strMySQLShowProcess = 'Прикажи листу процеса';
$strMySQLShowStatus = 'Прикажи MySQL информације о току рада';
$strMySQLShowVars = 'Прикажи MySQL системске променљиве';
 
$strName = 'Име';
$strNext = 'Следећи';
$strNoActivity = 'Није било активности %s или више секунди, молимо пријавите се поново';
$strNoDatabases = 'База не постоји';
$strNoDatabasesSelected = 'Није изабрана ни једна база.';
$strNoDescription = 'нема описа';
$strNoDetailsForEngine = 'Нема детаљнијих информација о статусу за овај погон складиштења.';
$strNoDropDatabases = '"DROP DATABASE" команда је онемогућена.';
$strNoExplain = 'Прескочи објашњавање SQL-a';
$strNoFrames = 'phpMyAdmin преферира читаче који подржавају оквире.';
$strNo = 'Не';
$strNoIndex = 'Кључ није дефинисан!';
$strNoIndexPartsDefined = 'Делови кључа нису дефинисани!';
$strNoModification = 'Нема измена';
$strNone = 'нема';
$strNoOptions = 'Не постоје опције за овај формат';
$strNoPassword = 'Нема лозинке';
$strNoPermission = 'Веб серверу није дозвољено да сачува датотеку %s.';
$strNoPhp = 'без PHP кода';
$strNoPrivileges = 'Нема привилегија';
$strNoRights = 'Није Вам дозвољено да будете овде!';
$strNoRowsSelected = 'Нема одабраних редова';
$strNoSpace = 'Недовољно простора за снимање датотеке %s.';
$strNoTablesFound = 'Табеле нису пронађене у бази.';
$strNoThemeSupport = 'Нема подршке за теме, молимо проверите конфигурацију и/или теме у директоријуму %s.';
$strNotNumber = 'Ово није број!';
$strNotOK = 'није у реду';
$strNotSet = '<b>%s</b> табела није пронађена или није постављена у %s';
$strNoUsersFound = 'Корисник није нађен.';
$strNoValidateSQL = 'Прескочи проверу SQL-a';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s погодака унутар табеле <i>%s</i>';
$strNumSearchResultsTotal = '<b>Укупно:</b> <i>%s</i> погодака';
$strNumTables = 'Табеле';
 
$strOK = 'У реду';
$strOperations = 'Операције';
$strOperator = 'Оператор';
$strOptimizeTable = 'Оптимизуј табелу';
$strOr = 'или';
$strOverhead = 'Прекорачење';
$strOverwriteExisting = 'Препиши постојеће датотеке';
 
$strPageNumber = 'Број стране:';
$strPagesToBeFlushed = 'Стране које треба да буду усклађене';
$strPaperSize = 'Димензије папира';
$strPartialText = 'Део текста';
$strPasswordChanged = 'Лозинка за %s је успешно промењена.';
$strPassword = 'Лозинка';
$strPasswordEmpty = 'Лозинка је празна!';
$strPasswordHashing = 'Хеширање лозинке';
$strPasswordNotSame = 'Лозинке нису идентичне!';
$strPdfDbSchema = 'Схема базе "%s" - Страна %s';
$strPdfInvalidTblName = 'Табела "%s" не постоји!';
$strPdfNoTables = 'Нема табела';
$strPerHour = 'на сат';
$strPerMinute = 'у минуту';
$strPerSecond = 'у секунди';
$strPersian = 'Персијски';
$strPhoneBook = 'телефонски именик';
$strPHP40203 = 'Користите PHP 4.2.3, који има озбиљан баг са вишебајтним стринговима (mbstring). Погледајте извештај о грешци бр. 19404. Ова верзија PHP-a се не препоручује за коришћење са phpMyAdmin.';
$strPhp = 'Направи PHP код';
$strPHPVersion = 'верзија PHP-a';
$strPmaDocumentation = 'phpMyAdmin документација';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> директива МОРА бити подешена у конфигурационој датотеци!';
$strPolish = 'Пољски';
$strPortrait = 'Усправно';
$strPos1 = 'Почетак';
$strPrevious = 'Претходна';
$strPrimary = 'Примарни';
$strPrimaryKeyHasBeenDropped = 'Примарни кључ је обрисан';
$strPrimaryKeyName = 'Име примарног кључа мора да буде... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>мора</b> бити име <b>само</b> примарног кључа!)';
$strPrint = 'Штампај';
$strPrintView = 'За штампу';
$strPrintViewFull = 'Поглед за штампу (са пуним текстом)';
$strPrivDescAllPrivileges = 'Укључује све привилегије осим GRANT.';
$strPrivDescAlter = 'Дозвољава измену структура постојећих табела.';
$strPrivDescAlterRoutine = 'Дозвољава измену и одбацивање сачуваних рутина.';
$strPrivDescCreateDb = 'Дозвољава креирање нових база и табела.';
$strPrivDescCreateRoutine = 'Дозвољава прављење сачуваних рутина.';
$strPrivDescCreateTbl = 'Дозвољава креирање нових табела.';
$strPrivDescCreateTmpTable = 'Дозвољава креирање привремених табела..';
$strPrivDescCreateUser = 'Дозвољава прављење, одбацивање и преименовање корисничких налога.';
$strPrivDescCreateView = 'Дозволи креирање нових погледа.';
$strPrivDescDelete = 'Дозвољава брисање података.';
$strPrivDescDropDb = 'Дозвољава одбацивање база и табела.';
$strPrivDescDropTbl = 'Дозвољава одбацивање табела.';
$strPrivDescExecute5 = 'Дозвољава извршавање сачуваних рутина.';
$strPrivDescExecute = 'Дозвољава покретање сачуваних процедура. Нема ефекта у овој верзији MySQL-a.';
$strPrivDescFile = 'Дозвољава увоз података и њихов извоз у датотеке.';
$strPrivDescGrant = 'Дозвољава додавање корисника и привилегија без поновног учитавања табела привилегија.';
$strPrivDescIndex = 'Дозвољава креирање и брисање кључева.';
$strPrivDescInsert = 'Дозвољава уметање и замену података.';
$strPrivDescLockTables = 'Дозвољава закључавање табела текућим процесима.';
$strPrivDescMaxConnections = 'Ограничава број нових конекција које корисник може та отвори на сат.';
$strPrivDescMaxQuestions = 'Ограничава број упита које корисник може да упути серверу за сат.';
$strPrivDescMaxUpdates = 'Ограничава број команди које мењају табеле или базе које корисник може да изврши на сат.';
$strPrivDescProcess3 = 'Дозвољава прекидање процеса других корисника.';
$strPrivDescProcess4 = 'Дозвољава преглед комплетних упита у листи процеса.';
$strPrivDescReferences = 'Нема ефекта у овој верзији MySQL-a.';
$strPrivDescReload = 'Дозвољава поновно учитавање подешавања сервера и пражњење кеша сервера.';
$strPrivDescReplClient = 'Даје право кориснику да пита где су главни/помоћни сервери.';
$strPrivDescReplSlave = 'Потребно због помоћних сервера за репликацију.';
$strPrivDescSelect = 'Дозвољава читање података.';
$strPrivDescShowDb = 'Даје приступ комплетној листи база.';
$strPrivDescShowView = 'Дозвољава извршавање SHOW CREATE VIEW упита.';
$strPrivDescShutdown = 'Дозвољава гашење сервера.';
$strPrivDescSuper = ' Дозвољава повезивање иако је достигнут максималан број дозвољених веза; Неопходно за већину административних опција као што су подешавање глобалних променљивих или прекидање процеса осталих корисника.';
$strPrivDescUpdate = 'Дозвољава измену података.';
$strPrivDescUsage = 'Нема привилегија.';
$strPrivileges = 'Привилегије';
$strPrivilegesReloaded = 'Привилегије су успешно поново учитане.';
$strProcesslist = 'Листа процеса';
$strPutColNames = 'Стави имена поља у први ред';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Упит по примеру';
$strQueryFrame = 'Прозор за упите';
$strQueryOnDb = 'SQL упит на бази <b>%s</b>:';
$strQuerySQLHistory = 'SQL историјат';
$strQueryStatistics = '<b>Статистике упита</b>: %s упита је постављено серверу од његовог покретања.';
$strQueryTime = 'Упит је трајао %01.4f секунди';
$strQueryType = 'Врста упита';
$strQueryWindowLock = 'Не преписуј овај упит изван прозора';
 
$strReadRequests = 'Захтеви за читање';
$strReceived = 'Примљено';
$strRecords = 'Записи';
$strReferentialIntegrity = 'Провери референцијални интегритет:';
$strRefresh = 'Освежи';
$strRelationalSchema = 'Релациона схема';
$strRelationNotWorking = 'Додатне могућности за рад са повезаним табелама су искључене. Да бисте сазнали зашто, кликните %sовде%s.';
$strRelations = 'Релације';
$strRelationsForTable = 'РЕЛАЦИЈЕ ТАБЕЛЕ';
$strRelationView = 'Релациони поглед';
$strReloadingThePrivileges = 'Поново учитавам привилегије';
$strReloadMySQL = 'Поново покрени MySQL';
$strRemoveSelectedUsers = 'Уклони изабране кориснике';
$strRenameDatabaseOK = 'База %s је преименована у %s';
$strRenameTable = 'Промени име табеле у ';
$strRenameTableOK = 'Табели %s промењено име у %s';
$strRepairTable = 'Поправи табелу';
$strReplaceNULLBy = 'Замени NULL са';
$strReplaceTable = 'Замени податке у табели са подацима из датотеке';
$strReset = 'Поништи';
$strResourceLimits = 'Ограничења ресурса';
$strReType = 'Поновите унос';
$strRevokeAndDeleteDescr = 'Корисници ће и даље имати USAGE привилегије док се привилегије поново не учитају.';
$strRevokeAndDelete = 'Обустави све активне привилегије корисника и затим их обриши.';
$strRevoke = 'Забрани';
$strRevokeMessage = 'Забранили сте привилегије за %s';
$strRomanian = 'Румунски';
$strRowLength = 'Дужина реда';
$strRows = 'Редова';
$strRowsFrom = ' редова почев од реда';
$strRowSize = 'Величина реда';
$strRowsModeFlippedHorizontal = 'хоризонталном (ротирана заглавља)';
$strRowsModeHorizontal = 'хоризонталном';
$strRowsModeOptions = 'у %s моду и понови заглавље после сваког %s реда';
$strRowsModeVertical = 'вертикалном';
$strRowsStatistic = 'Статистике реда';
$strRunning = 'на серверу %s';
$strRunQuery = 'Изврши SQL упит';
$strRunSQLQuery = 'Изврши SQL упит(е) на бази %s';
$strRussian = 'Руски';
 
$strSave = 'Сачувај';
$strSaveOnServer = 'Сачувај на сервер у директоријум %s';
$strScaleFactorSmall = 'Фактор умањења је премали да би схема стала на једну страну';
$strSearchFormTitle = 'Претраживање базе';
$strSearch = 'Претраживање';
$strSearchInTables = 'Унутар табела:';
$strSearchNeedle = 'Речи или вредности које се траже (џокер: "%"):';
$strSearchOption1 = 'бар једну од речи';
$strSearchOption2 = 'све речи';
$strSearchOption3 = 'тачан израз';
$strSearchOption4 = 'као регуларни израз';
$strSearchResultsFor = 'Резултати претраге за "<i>%s</i>" %s:';
$strSearchType = 'Тражи:';
$strSecretRequired = 'Конфигурациона датотека захтева тајну лозинку (blowfish_secret).';
$strSelectADb = 'Изаберите базу';
$strSelectAll = 'Изабери све';
$strSelectBinaryLog = 'Изаберите бинарни дневник за преглед';
$strSelectFields = 'Изабери поља (најмање једно)';
$strSelectNumRows = 'у упиту';
$strSelectTables = 'Изабери табеле';
$strSend = 'Сачувај као датотеку';
$strSent = 'Послато';
$strServerChoice = 'Избор сервера';
$strServer = 'Сервер';
$strServerNotResponding = 'Сервер не одговара';
$strServerStatus = 'Информације о току рада';
$strServerStatusUptime = 'Овај MySQL сервер ради већ %s. Покренут је %s.';
$strServerTabProcesslist = 'Процеси';
$strServerTabVariables = 'Променљиве';
$strServerTrafficNotes = '<b>Саобраћај сервера</b>: Табеле показују статистике мрежног саобраћаја на овом MySQL серверу од његовог покретања.';
$strServerVars = 'Серверске променљиве и подешавања';
$strServerVersion = 'Верзија сервера';
$strSessionValue = 'Вредност сесије';
$strSetEnumVal = 'Ако је поље "enum" или "set", унесите вредности у формату: \'a\',\'b\',\'c\'...<br />Ако вам треба обрнута коса црта ("\\") или апостроф ("\'") користите их у "избегнутом" (escaped) облику (на пример \'\\\\xyz\' или \'a\\\'b\').';
$strShowAll = 'Прикажи све';
$strShowColor = 'Прикажи боју';
$strShowDatadictAs = 'Формат речника података';
$strShowFullQueries = 'Прикажи комплетне упите';
$strShowGrid = 'Прикажи мрежу';
$strShow = 'Прикажи';
$strShowingRecords = 'Приказ записа';
$strShowPHPInfo = 'Прикажи информације о PHP-у';
$strShowTableDimension = 'Прикажи димензије табеле';
$strShowTables = 'Прикажи табеле';
$strShowThisQuery = 'Прикажи поново овај упит';
$strSimplifiedChinese = 'Поједностављени кинески';
$strSingly = '(по једном пољу)';
$strSize = 'Величина';
$strSlovak = 'Словачки';
$strSlovenian = 'Словеначи';
$strSocketProblem = '(или прикључак локалног MySQL сервера није исправно подешен)';
$strSortByKey = 'Сортирај по кључу';
$strSort = 'Сортирање';
$strSpaceUsage = 'Заузеће';
$strSpanish = 'Шпански';
$strSplitWordsWithSpace = 'Речи се одвајају размаком (" ").';
$strSQLExportCompatibility = 'Компатибилност SQL извоза';
$strSQLExportType = 'Тип извоза';
$strSQLOptions = 'SQL опције';
$strSQLParserBugMessage = 'Постоји могућност да сте пронашли баг у SQL парсеру. Молимо испитајте свој упит пажљиво, и проверите да су наводници исправни и да не недостају. Остали могући разлози грешке могу бити да сте послали бинарну датотеку ван области за обичан текст. Можете пробати свој упит у MySQL сучељу командне линије. Доња порука о грешци MySQL сервера, ако је има, може вам помоћи у откривању проблема. Ако и даље имате проблеме или ако парсер не успева тамо где успева сучеље командне линије, сведите свој SQL упит на један једини упит који ствара проблеме и пошаљите нам извештај о грешци са делом кода у доњој РЕЗ секцији:';
$strSQLParserUserError = 'Изгледа да постоји грешка у вашем SQL упиту. Овде је порука о грешки MySQL сервера, која вам може помоћи у откривању проблема';
$strSQLQuery = 'SQL упит';
$strSQLResult = 'SQL резултат';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Неисправан иГ¤ентификатор';
$strSQPBugUnclosedQuote = 'Наводник није затворен';
$strSQPBugUnknownPunctuation = 'Непознат стринг интерпункције';
$strStatCheckTime = 'Последња провера';
$strStatCreateTime = 'Направљено';
$strStatement = 'Име';
$strStatUpdateTime = 'Последња измена';
$strStatus = 'Статус';
$strStorageEngine = 'Погон складиштења';
$strStorageEngines = 'Погони складиштења';
$strStrucCSV = 'CSV формат';
$strStrucData = 'Структура и подаци';
$strStrucDrop = 'Додај \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV за MS Excel';
$strStrucNativeExcel = 'Изворни MS Excel подаци';
$strStrucOnly = 'Само структура';
$strStructPropose = 'Предложи структуру табеле';
$strStructure = 'Структура';
$strSubmit = 'Пошаљи';
$strSuccess = 'Ваш SQL упит је успешно извршен';
$strSum = 'Укупно';
$strSwedish = 'Шведски';
$strSwitchToDatabase = 'Пребаци се на копирану базу';
$strSwitchToTable = 'Пређи на копирану табелу';
 
$strTableComments = 'Коментари табеле';
$strTableEmpty = 'Има табеле је празно!';
$strTableHasBeenDropped = 'Табела %s је одбачена';
$strTableHasBeenEmptied = 'Табела %s је испражњена';
$strTableHasBeenFlushed = 'Табела %s је освежена';
$strTableMaintenance = 'Радње на табели';
$strTable = 'Табела';
$strTableOfContents = 'Садржај';
$strTableOptions = 'Опције табеле';
$strTables = '%s табела';
$strTableStructure = 'Структура табеле';
$strTableType = 'Тип табеле';
$strTakeIt = 'преузми';
$strTblPrivileges = 'Привилегије везане за табеле';
$strTextAreaLength = 'Због њехове величине, поље<br />можда нећете моћи да измените';
$strThai = 'Тајски';
$strTheme = 'Тема / стил';
$strThisHost = 'Овај сервер';
$strThisNotDirectory = 'Ово није директоријум';
$strThreadSuccessfullyKilled = 'Процес %s је успешно прекинут.';
$strTime = 'Време';
$strToggleScratchboard = 'Укључи/искључи радну таблу';
$strTotal = 'укупно';
$strTotalUC = 'Укупно';
$strTraditionalChinese = 'Традиционални кинески';
$strTraditionalSpanish = 'Традиционални шпански';
$strTraffic = 'Саобраћај';
$strTransformation_application_octetstream__download = 'Приказује везу за преузимање бинарних података за поље. Прва опција је име бинарне датотеке. Друга опција је могуће име поља реда табеле који садржи име датотеке. Ако дате другу опцију, прва мора бити постављена на празан стринг';
$strTransformation_application_octetstream__hex = 'Приказује хексадецимални приказ података.';
$strTransformation_image_jpeg__inline = 'Приказује умањену слику на коју је могуће кликнути; опције: ширина, висина у пикселима (чува оригинални однос)';
$strTransformation_image_jpeg__link = 'Приказује линк ка овој снимци (нпр. директно преузимање из BLOB-а).';
$strTransformation_image_png__inline = 'Прикажи JPEG слике на страни';
$strTransformation_text_plain__dateformat = 'Узима TIME, TIMESTAMP или DATETIME поље и форматира га користећи локални облик приказивања датума. Прва опција је офсет (у сатима) који се додаје временској ознаци (подразумевано: 0). Друга опција је различит формат датума према параметрима који су доступни за PHP-ov strftime().';
$strTransformation_text_plain__external = 'САМО LINUX: Покреће екстерну апликацију и попуњава податке у пољима преко стандардног улаза. Враћа стандардни излаз апликације. Подразумевано је Tidy, за лепши приказ HTML кода. Због сигурносних разлога, морате ручно изменити датотеку libraries/transformations/text_plain__external.inc.php и додати алате које желите да користите. Прва опГ¶ија је број програма које желите да користите, а друга су параметри програма. Ако се трећи параметар постави на 1 излаз ће бити конвертован користећи htmlspecialchars() (подразумевано је 1). Ако је четврти параметар постављен на 1, NOWRAP ће бити додато ћелији са садржајем тако да ће излаз бити приказан без измена. (подразумевано 1)';
$strTransformation_text_plain__formatted = 'Чува оригинално форматирање поља. Escaping се не врши.';
$strTransformation_text_plain__imagelink = 'Приказује слику и линк, поље садржи назив датотеке; прва опција је префикс као "http://domain.com/", друга опција је ширина у пикселима, трећа је висина.';
$strTransformation_text_plain__link = 'Приказује линк, поље садржи назив датотеке; прва опција је префикс као "http://domain.com/", друга опција је наслов за линк.';
$strTransformation_text_plain__substr = 'Показује део стринга. Прва опција је број знакова које треба прескочити од почетка стринга (подразумевано 0). Друга опција је број враћених знакова (подразумевано: до краја стринга). Трећа опција је стринг који се додаје када дође до одсецања (подразумевано: ...) .';
$strTruncateQueries = 'Прикажи скраћене упите';
$strTurkish = 'Турски';
$strType = 'Тип';
 
$strUkrainian = 'Украјински';
$strUncheckAll = 'ниједно';
$strUnicode = 'Уникод';
$strUnique = 'Јединствени';
$strUnknown = 'непознат';
$strUnselectAll = 'ништа';
$strUpdatePrivMessage = 'Ажурирали сте привилегије за %s.';
$strUpdateProfileMessage = 'Профил је промењен.';
$strUpdateQuery = 'Ажурирај упит';
$strUpdComTab = 'Молимо погледајте у документацији како се ажурира табела Column_comments';
$strUpgrade = 'Требало би да унапредите ваш %s сервер на верзију %s или новију.';
$strUsage = 'Заузеће';
$strUseBackquotes = 'Користи \' за ограничавање имена поља';
$strUseHostTable = 'Користи табелу домаћина';
$strUserAlreadyExists = 'Корисник %s већ постоји!';
$strUser = 'Корисник';
$strUserEmpty = 'Име корисника није унето!';
$strUserName = 'Име корисника';
$strUserNotFound = 'Изабрани корисник није пронађен у табели привилегија.';
$strUserOverview = 'Преглед корисника';
$strUsersDeleted = 'Изабрани корисници су успешно обрисани.';
$strUsersHavingAccessToDb = 'Корисници који имају приступ &quot;%s&quot;';
$strUseTabKey = 'Користите TAB тастер за померање од поља до поља, или CTRL+стрелице за слободно померање';
$strUseTables = 'Користи табеле';
$strUseTextField = 'Користи текст поље';
$strUseThisValue = 'Користи ову вредност';
 
$strValidateSQL = 'Провери SQL';
$strValidatorError = 'SQL валидатор није могао да буде покренут. Проверите да ли су инсталиране неопходне PHP екстензије описане у %sдокументацији%s.';
$strValue = 'Вредност';
$strVar = 'Променљива';
$strVersionInformation = 'Информације о верзији';
$strViewDumpDatabases = 'Прикажи садржај (схему) базе';
$strViewDumpDB = 'Прикажи садржај (схему) базе';
$strViewDump = 'Прикажи садржај (схему) табеле';
$strViewHasBeenDropped = 'Поглед %s је одбачен';
$strView = 'Поглед';
 
$strWebServerUploadDirectory = 'директоријум за слање веб сервера ';
$strWebServerUploadDirectoryError = 'Директоријум који сте изабрали за слање није доступан';
$strWelcome = 'Добродошли на %s';
$strWestEuropean = 'Западноевропски';
$strWildcard = 'џокер';
$strWindowNotFound = 'Одредишни прозор претраживача није могао да буде ажуриран. Можда сте затворили матични прозор, или ваш претраживач онемогућава ажурирање међу прозорима због сигурносних подешавања';
$strWithChecked = 'Означено:';
$strWriteRequests = 'Захтеви за упис';
$strWritingCommentNotPossible = 'Писање коментара није могуће';
$strWritingRelationNotPossible = 'Уписивање релације није могуће';
$strWrongUser = 'Погрешно корисничко име/лозинка. Приступ одбијен.';
 
$strXML = 'XML';
 
$strYes = 'Да';
 
$strZeroRemovesTheLimit = 'Напомена: Постављање ових опција на 0 (нулу) уклања ограничења.';
$strZip = '"зиповано"';
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/serbian_cyrillic-windows-1251.inc.php
0,0 → 1,982
<?php
/* $Id: serbian_cyrillic-windows-1251.inc.php,v 2.127.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by:
* Mihailo Stefanovic <mikis@users.sourceforge.net>, Branislav Jovanovic <fangorn@eunet.yu>
* Igor Mladenovic <mligor@zimco.com>, David Trajkovic <tdavid@ptt.yu>
*/
 
$charset = 'windows-1251';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('áà¼òîâà', 'ÊÁ', 'ÌÁ', 'ÃÁ', 'ÒÁ', 'ÏÁ', 'ÅÁ');
 
$day_of_week = array('Íåä', 'Ïîí', 'Óòî', 'Ñðå', '×åò', 'Ïåò', 'Ñóá');
$month = array('¼àí', 'ôåá', 'ìàð', 'àïð', 'ìà¼', '¼óí', '¼óë', 'àâã', 'ñåï', 'îêò', 'íîâ', 'äåö');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. ó %H:%M';
$timespanfmt = '%s äàíà, %s ñàòè, %s ìèíóòà è %s ñåêóíäè';
 
$strAbortedClients = 'Ïðåêèíóòî';
$strAbsolutePathToDocSqlDir = 'Óíåñèòå êîìïëåòíó ïóòàœó äî äèðåêòîðè¼óìà docSQL íà âåá ñåðâåðó';
$strAccessDeniedExplanation = 'phpMyAdmin ¼å ïîêóøàî äà ñå ïîâåæå íà MySQL ñåðâåð, àëè ¼å ñåðâåð îäáèî ïîâåçèâàœå. Ïðîâåðèòå íàçèâ äîìàžèíà, êîðèñíè÷êî èìå è ëîçèíêó ó config.inc.php è óâåðèòå ñå äà îäãîâàðà¼ó ïîäàöèìà êî¼å ñòå äîáèëè îä àäìèíèñòðàòîðà MySQL ñåðâåðà.';
$strAccessDenied = 'Ïðèñòóï îäáè¼åí';
$strAction = 'Àêöè¼à';
$strAddAutoIncrement = 'Äîä༠AUTO_INCREMENT âðåäíîñò';
$strAddConstraints = 'Äîä༠îãðàíè÷åœà';
$strAddDeleteColumn = 'Äîäà¼/îáðèøè êîëîíó';
$strAddDeleteRow = 'Äîäà¼/îáðèøè ïîšå çà êðèòåðè¼óì';
$strAddDropDatabase = 'Äîä༠DROP DATABASE';
$strAddedColumnComment = 'Äîäàò ¼å êîìåíòàð êîëîíè';
$strAddedColumnRelation = 'Äîäàòà ¼å ðåëàöè¼à êîëîíè';
$strAddFields = 'Äîä༠%s ïîšà';
$strAddHeaderComment = 'Äîä༠êîìåíòàð ó çàãëàâšå (\\n ðàçäâà¼à ëèíè¼å)';
$strAddIfNotExists = 'Äîä༠\'IF NOT EXISTS\'';
$strAddIntoComments = 'Äîä༠ó êîìåíòàðå';
$strAddNewField = 'Äîä༠íîâî ïîšå';
$strAddPrivilegesOnDb = 'Äîä༠ïðèâèëåãè¼å íà ñëåäåžî¼ áàçè';
$strAddPrivilegesOnTbl = 'Äîä༠ïðèâèëåãè¼å íà ñëåäåžî¼ òàáåëè';
$strAddSearchConditions = 'Äîä༠óñëîâå ïðåòðàæèâàœà (äåî "WHERE" óïèòà):';
$strAddToIndex = 'Äîä༠ó êšó÷ &nbsp;%s&nbsp;êîëîíà(å)';
$strAddUser = 'Äîä༠íîâîã êîðèñíèêà';
$strAddUserMessage = 'Äîäàëè ñòå íîâîã êîðèñíèêà.';
$strAdministration = 'Àäìèíèñòðàöè¼à';
$strAffectedRows = 'Îáóõâàžåíî ðåäîâà:';
$strAfter = 'Ïîñëå %s';
$strAfterInsertBack = 'Íàçàä íà ïðåòõîäíó ñòðàíó';
$strAfterInsertNewInsert = 'Äîä༠¼îø ¼åäàí íîâè ðåä';
$strAfterInsertNext = 'Óðåäè ñëåäåžè ðåä';
$strAfterInsertSame = 'Âðàòè ñå íà îâó ñòðàíó';
$strAll = 'Ñâå';
$strAllTableSameWidth = 'Ïðèêàç ñâèõ òàáåëà èñòå øèðèíå?';
$strAlterOrderBy = 'Ïðîìåíè ðåäîñëåä ó òàáåëè';
$strAnalyzeTable = 'Àíàëèçèð༠òàáåëó';
$strAnd = 'è';
$strAndThen = 'è îíäà';
$strAnIndex = 'ʚó÷ ¼å óïðàâî äîäàò %s';
$strAny = 'Áèëî êî¼è';
$strAnyHost = 'Áèëî êî¼è äîìàžèí';
$strAnyUser = 'Áèëî êî¼è êîðèñíèê';
$strApproximateCount = 'Ìîæå áèòè ïðèáëèæíî. Âèäèòå FAQ 3.11';
$strAPrimaryKey = 'Ïðèìàðíè êšó÷ ¼å óïðàâî äîäàò %s';
$strArabic = 'Àðàïñêè';
$strArmenian = '£åðìåíñêè';
$strAscending = 'Ðàñòóžè';
$strAtBeginningOfTable = 'Íà ïî÷åòêó òàáåëå';
$strAtEndOfTable = 'Íà êðà¼ó òàáåëå';
$strAttr = 'Àòðèáóòè';
$strAutodetect = 'àóòîìàòñêè';
$strAutomaticLayout = 'Àóòîìàòñêè ðàñïîðåä';
 
$strBack = 'Íàçàä';
$strBaltic = 'Áàëòè÷êè';
$strBeginCut = 'ÏÎ×ÅÒÀÊ ÐÅÇ';
$strBeginRaw = 'ÏÎ×ÅÒÀÊ ÑÈÐÎÂÎ';
$strBinary = 'Áèíàðíè';
$strBinaryDoNotEdit = 'Áèíàðíè - íå ìåœà¼';
$strBinaryLog = 'Áèíàðíè äíåâíèê';
$strBinLogEventType = 'Âðñòà äîãàà¼à';
$strBinLogInfo = 'Èíôîðìàöè¼å';
$strBinLogName = 'Íàçèâ äíåâíèêà';
$strBinLogOriginalPosition = 'Îðèãèíàëíà ïîçèöè¼à';
$strBinLogPosition = 'Ïîçèöè¼à';
$strBinLogServerId = 'ÈÄ ñåðâåðà';
$strBookmarkAllUsers = 'Äîçâîëè ñâàêîì êîðèñíèêó äà ïðèñòóïà îâîì óïàìžåíîì óïèòó';
$strBookmarkDeleted = 'Îáåëåæèâà÷ ¼å óïðàâî îáðèñàí.';
$strBookmarkLabel = 'Íàçèâ';
$strBookmarkQuery = 'Çàïàìžåí SQL-óïèò';
$strBookmarkThis = 'Çàïàìòè SQL-óïèò';
$strBookmarkView = 'Âèäè ñàìî';
$strBrowseForeignValues = 'Ïðåãëåä༠ñòðàíå âðåäíîñòè';
$strBrowse = 'Ïðåãëåä';
$strBufferPoolActivity = 'Àêòèâíîñò ñêóïà ïðèõâàòíèêà';
$strBufferPool = 'Ñêóï ïðèõâàòíèêà';
$strBufferPoolUsage = 'Êîðèøžåœå ñêóïà ïðèõâàòíèêà';
$strBufferReadMisses = 'Ïðîìàøà¼è ïðè ÷èòàœó';
$strBufferReadMissesInPercent = 'Ïðîìàøà¼è ÷èòàœà ó %';
$strBufferWriteWaits = '×åêàœà íà óïèñ';
$strBufferWriteWaitsInPercent = '×åêàœà íà óïèñ ó %';
$strBulgarian = 'Áóãàðñêè';
$strBusyPages = 'Çàóçåòå ñòðàíå';
$strBzError = 'phpMyAdmin íè¼å ìîãàî äà êîìïðåñó¼å ñàäðæ༠áàçå çáîã íåèñïðàâíå BZ2 åêñòåíçè¼å ó îâî¼ âåðçè¼è PHP-à. Ïðåïîðó÷ó¼å ñå äà ïîäåñèòå <code>$cfg[\'BZipDump\']</code> äèðåêòèâó ó âàøoj phpMyAdmin êîíôèãóðàöèîíîj äàòîòåöè íà <code>FALSE</code>. Àêî æåëèòå äà êîðèñòèòå ìîãóžíîñòè BZ2 êîìïðåñè¼å, òðåáàëî áè äà ïðååòå íà íîâè¼ó âåðçè¼ó PHP-à. Âèäèòå PHP èçâåøò༠î ãðåøêàìà %s çà äåòàšå.';
$strBzip = '"áçèï-îâàíî"';
 
$strCalendar = 'Êàëåíäàð';
$strCannotLogin = 'Íå ìîãó äà ñå ïðè¼àâèì íà MySQL ñåðâåð';
$strCantLoad = 'íå ìîãó äà ó÷èòàì åêñòåíçè¼ó %s,<br />ìîëèì ïðîâåðèòå PHP êîíôèãóðàöè¼ó';
$strCantLoadRecodeIconv = 'Íå ìîãó äà ó÷èòàì iconv èëè recode åêñòåíçè¼å ïîòðåáíå çà êîíâåðçè¼ó ñêóïîâà çíàêîâà, ïîäåñèòå PHP äà äîçâîëè êîðèøžåœå îâèõ åêñòåíçè¼à èëè îíåìîãóžèòå êîíâåðçè¼ó ñêóïîâà çíàêîâà ó phpMyAdmin-ó.';
$strCantRenameIdxToPrimary = 'Íå ìîãó äà ïðîìåíèì êšó÷ ó PRIMARY (ïðèìàðíè) !';
$strCantUseRecodeIconv = 'Íå ìîãó äà êîðèñòèì iconv èëè libiconv èëè recode_string ôóíêöè¼å èàêî åêñòåíçè¼à ïðè¼àâšó¼å äà ¼å ó÷èòàíà. Ïðîâåðèòå âàøó PHP êîíôèãóðàöè¼ó.';
$strCardinality = 'Êàðäèíàëíîñò';
$strCaseInsensitive = 'Íå ðàçëèêó¼å ìàëà è âåëèêà ñëîâà';
$strCaseSensitive = 'Ðàçëèêó¼å ìàëà è âåëèêà ñëîâà';
$strCentralEuropean = 'Öåíòðàëíîåâðîïñêè';
$strChangeCopyModeCopy = '... ñà÷óâ༠ñòàðå.';
$strChangeCopyModeDeleteAndReload = ' ... îáðèøè ñòàðîã èç òàáåëå êîðèñíèêà è çàòèì ïîíîâî ó÷èò༠ïðèâèëåãè¼å.';
$strChangeCopyMode = 'Íàïðàâè íîâîã êîðèñíèêà ñà èñòèì ïðèâèëåãè¼àìà è ...';
$strChangeCopyModeJustDelete = ' ... îáðèøè ñòàðå èç òàáåëà êîðèñíèêà.';
$strChangeCopyModeRevoke = ' ... îáóñòàâè ñâå ïðèâèëåãè¼å ñòàðîã êîðèñíèêà è çàòèì ãà îáðèøè.';
$strChangeCopyUser = 'Ïðîìåíè èíôîðìàöè¼å î ïðè¼àâè / Êîïèð༠êîðèñíèêà';
$strChangeDisplay = 'Èçàáåðè ïîšà çà ïðèêàç';
$strChange = 'Ïðîìåíè';
$strChangePassword = 'Ïðîìåíè ëîçèíêó';
$strCharset = 'Êàðàêòåð ñåò';
$strCharsetOfFile = 'Êàðàêòåð ñåò äàòîòåêå:';
$strCharsetsAndCollations = 'Êàðàêòåð ñåòîâè è ñîðòèðàœå';
$strCharsets = 'Êîäíå ñòðàíå';
$strCheckAll = 'Îçíà÷è ñâå';
$strCheckOverhead = 'Ïðîâåðè òàáåëå êî¼å èìà¼ó ïðåêîðà÷åœà';
$strCheckPrivs = 'Ïðîâåðè ïðèâèëåãè¼å';
$strCheckPrivsLong = 'Ïðîâåðè ïðèâèëåãè¼å çà áàçó &quot;%s&quot;.';
$strCheckTable = 'Ïðîâåðè òàáåëó';
$strChoosePage = 'Èçàáåðèòå ñòðàíó êî¼ó ìåœàòå';
$strColComFeat = 'Ïðèêàçó¼åì êîìåíòàðå êîëîíå';
$strCollation = 'Ñîðòèðàœå';
$strColumnNames = 'Èìåíà êîëîíà';
$strColumnPrivileges = 'Ïðèâèëåãè¼å âåçàíå çà êîëîíå';
$strCommand = 'Íàðåäáà';
$strComments = 'Êîìåíòàðè';
$strCommentsForTable = 'ÊÎÌÅÍÒÀÐÈ ÒÀÁÅËÅ';
$strCompatibleHashing = 'MySQL&nbsp;4.0 êîìïàòèáèëíî';
$strCompleteInserts = 'Êîìïëåòàí INSERT (ñà èìåíèìà ïîšà)';
$strCompression = 'Êîìïðåñè¼à';
$strConfigFileError = 'phpMyAdmin íè¼å ìîãàî äà ïðî÷èòà âàøó êîíôèãóðàöèîíó äàòîòåêó!<br />Îâî ñå ìîæå äåñèòè àêî PHP íàå ãðåøêó ó ïðîöåñèðàœó èëè íå ìîæå äà ïðîíàå äàòîòåêó.<br />Ïîçîâèòå êîíôèãóðàöèîíó äàòîòåêó äèðåêòíî êîðèñòåžè äîœè ëèíê è ïðî÷èòà¼òå ïîðóêå î ãðåøöè êî¼å äîáè¼àòå. Ó âåžèíè ñëó÷à¼åâå íåãäå íåäîñòà¼å íàâîäíèê èëè òà÷êà-çàðåç.<br />Àêî äîáè¼åòå ïðàçíó ñòðàíó, ñâå ¼å ó ðåäó.';
$strConfigureTableCoord = 'Ïîäåñèòå êîîðäèíàòå çà òàáåëó %s';
$strConnectionError = 'Íå ìîãó äà ñå ïîâåæåì: íåèñïðàâíà ïîäåøàâàœà.';
$strConnections = 'Êîíåêöè¼å';
$strConstraintsForDumped = 'Îãðàíè÷åœà çà èçâåçåíå òàáåëå';
$strConstraintsForTable = 'Îãðàíè÷åœà çà òàáåëå';
$strCookiesRequired = 'Êîëà÷èžè (Cookies) ìîðà¼ó ó îâîì ñëó÷à¼ó áèòè àêòèâíè.';
$strCopyDatabaseOK = 'Áàçà %s ¼å ïðåêîïèðàíà ó %s';
$strCopy = 'Êîïèðà¼';
$strCopyTable = 'Êîïèð༠òàáåëó ó (áàçà<b>.</b>òàáåëà):';
$strCopyTableOK = 'Òàáåëà %s ¼å êîïèðàíà ó %s.';
$strCopyTableSameNames = 'Íå ìîãó äà êîïèðàì òàáåëó ó ñàìó ñåáå!';
$strCouldNotKill = 'phpMyAdmin íè¼å ìîãàî äà ïðåêèíå ïðîöåñ %s. Âåðîâàòíî ¼å âåž çàòâîðåí.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE ïðå êîïèðàœà';
$strCreate = 'Íàïðàâè';
$strCreateIndex = 'Íàïðàâè êšó÷ íà&nbsp;%s&nbsp;êîëîíà';
$strCreateIndexTopic = 'Íàïðàâè íîâè êšó÷';
$strCreateNewDatabase = 'Íàïðàâè íîâó áàçó ïîäàòàêà';
$strCreateNewTable = 'Íàïðàâè íîâó òàáåëó ó áàçè %s';
$strCreatePage = 'Íàïðàâè íîâó ñòðàíó';
$strCreatePdfFeat = 'Ïðàâšåœå PDF-ova';
$strCreationDates = 'Äàòóìè êðåèðàœà/àæóðèðàœà/ïðîâåðå';
$strCriteria = 'Êðèòåðè¼óì';
$strCroatian = 'Õðâàòñêè';
$strCSVOptions = 'CSV îïöè¼å';
$strCyrillic = 'Žèðèëè÷íè';
$strCzech = '×åøêè';
$strCzechSlovak = '×åøêî-ñëîâà÷êè';
 
$strDanish = 'Äàíñêè';
$strDatabase = 'Áàçà ïîäàòàêà';
$strDatabaseEmpty = 'Èìå áàçå íè¼å çàäàòî!';
$strDatabaseExportOptions = 'Îïöè¼å çà èçâîç áàçå';
$strDatabaseHasBeenDropped = 'Áàçà %s ¼å îäáà÷åíà.';
$strDatabaseNoTable = 'Áàçà íå ñàäðæè òàáåëå!';
$strDatabases = 'Áàçå';
$strDatabasesDropped = '%s áàçà ¼å óñïåøíî îäáà÷åíî.';
$strDatabasesStatsDisable = 'Èñêšó÷è ñòàòèñòèêå';
$strDatabasesStatsEnable = 'Óêšó÷è ñòàòèñòèêå';
$strDatabasesStatsHeavyTraffic = 'Íàïîìåíà: óêšó÷èâàœå ñòàòèñòèêà ìîæå ïðîóçðîêîâàòè âåëèêè ñàîáðàžà¼ èçìåó âåá è MySQL ñåðâåðà.';
$strDatabasesStats = 'Ñòàòèñòèêà áàçå';
$strDataDict = 'Ðå÷íèê ïîäàòàêà';
$strData = 'Ïîäàöè';
$strDataOnly = 'Ñàìî ïîäàöè';
$strDataPages = 'Ñòðàíå ñà ïîäàöèìà';
$strDBComment = 'Êîìåíòàð áàçå:';
$strDBCopy = 'Êîïèð༠áàçó ó';
$strDBGContext = 'Êîíòåêñò';
$strDBGContextID = 'Êîíòåêñò ÈÄ';
$strDBGHits = 'Ïîãîäàêà';
$strDBGLine = 'Ëèíè¼à';
$strDBGMaxTimeMs = 'Max âðåìå, ìñ';
$strDBGMinTimeMs = 'Ìèí âðåìå, ìñ';
$strDBGModule = 'Ìîäóë';
$strDBGTimePerHitMs = 'Âðåìå/ïîãîäàê, ìñ';
$strDBGTotalTimeMs = 'Óêóïíî âðåìå, ìñ';
$strDbPrivileges = 'Ïðèâèëåãè¼å âåçàíå çà áàçó';
$strDBRename = 'Ïðåèìåíó¼ áàçó ó';
$strDbSpecific = 'Ñïåöèôè÷íî çà áàçó';
$strDefaultEngine = '%s ¼å ïîäðàçóìåâàíè ïîãîí ñêëàäèøòåœà íà îâîì MySQL ñåðâåðó.';
$strDefault = 'Ïîäðàçóìåâàíî';
$strDefaultValueHelp = 'Çà ïîäðàçóìåâàíó âðåäíîñò, óíåñèòå ñàìî ¼åäíó âðåäíîñò, áåç êîñèõ öðòà èëè íàâîäíèêà ó îâîì îáëèêó: à';
$strDefragment = 'Äåôðàãìåíòèð༠òàáåëó';
$strDelayedInserts = 'Êîðèñòè îäëîæåíà óìåòàœà';
$strDeleteAndFlushDescr = 'Îâî ¼å íà¼÷èñòè¼è íà÷èí, àëè ïîíîâíî ó÷èòàâàœå ïðèâèëåãèíà ìîæå äà ïîòðà¼å.';
$strDeleteAndFlush = 'Îáðèøè êîðèñíèêå è ïîíîâî ó÷èò༠ïðèâèëåãè¼å.';
$strDeleted = 'Ðåä ¼å îáðèñàí';
$strDeletedRows = 'Îáðèñàíè ðåäîâè:';
$strDelete = 'Îáðèøè';
$strDeleting = 'Áðèøåì %s';
$strDelOld = 'Òðåíóòíà ñòðàíà èìà ðåôåðåíöå íà òàáåëå êî¼å âèøå íå ïîñòî¼å. Æåëèòå ëè äà îáðèøåòå òå ðåôåðåíöå?';
$strDescending = 'Îïàäà¼óžè';
$strDescription = 'Îïèñ';
$strDictionary = 'ðå÷íèê';
$strDirtyPages = 'Ïðšàâå ñòðàíå';
$strDisabled = 'Îíåìîãóžåíî';
$strDisableForeignChecks = 'Èñêšó÷è ïðîâåðå ñòðàíèõ êšó÷åâà';
$strDisplayFeat = 'Ïðèêàæè îñîáèíå';
$strDisplayOrder = 'Ðåäîñëåä ïðèêàçà:';
$strDisplayPDF = 'Ïðèêàæè PDF ñõåìó';
$strDoAQuery = 'Íàïðàâè "óïèò ïî ïðèìåðó" (Ÿîêåð: "%")';
$strDocu = 'Äîêóìåíòàöè¼à';
$strDoYouReally = 'Äà ëè ñòâàðíî õîžåòå äà ';
$strDropDatabaseStrongWarning = 'Îâèì žåòå ÓÍÈØÒÈÒÈ êîìïëåòíó áàçó ïîäàòàêà!';
$strDrop = 'Îäáàöè';
$strDropUsersDb = 'Îäáàöè áàçå êî¼å ñå çîâó èñòî êàî êîðèñíèöè.';
$strDumpingData = 'Ïðèêàç ïîäàòàêà òàáåëå';
$strDumpSaved = 'Ñàäðæ༠áàçå ¼å ñà÷óâàí ó äàòîòåêó %s.';
$strDumpXRows = 'Ïðèêàæè %s ðåäîâà ïî÷åâøè îä ðåäà %s.';
$strDynamic = 'äèíàìè÷êè';
 
$strEdit = 'Ïðîìåíè';
$strEditPDFPages = 'Óðåèâàœå PDF ñòðàíà';
$strEditPrivileges = 'Ïðîìåíè ïðèâèëåãè¼å';
$strEffective = 'Åôåêòèâíå';
$strEmpty = 'Èñïðàçíè';
$strEmptyResultSet = 'MySQL ¼å âðàòèî ïðàçàí ðåçóëòàò (íóëà ðåäîâà).';
$strEnabled = 'Îìîãóžåíî';
$strEncloseInTransaction = 'Îáàâè èçâîç ó òðàíñàêöè¼è';
$strEndCut = 'ÊÐÀ£ ÐÅÇ';
$strEnd = 'Êðà¼';
$strEndRaw = 'ÊÐÀ£ ÑÈÐÎÂÎ';
$strEngineAvailable = '%s ¼å äîñòóïàí íà îâîì MySQL ñåðâåðó.';
$strEngineDisabled = '%s ¼å îíåìîãóžåí íà îâîì MySQL ñåðâåðó.';
$strEngines = 'Ñêëàäèøòåœà';
$strEngineUnsupported = 'Îâ༠MySQL ñåðâåð íå ïîäðæàâà %s ïîãîí ñêëàäèøòåœà.';
$strEnglish = 'Åíãëåñêè';
$strEnglishPrivileges = ' Íàïîìåíà: MySQL èìåíà ïðèâèëåãè¼à ìîðà¼ó äà áóäó íà åíãëåñêîì ';
$strError = 'Ãðåøêà';
$strEscapeWildcards = 'Ïðå Ÿîêåðà _ è % òðåáà ñòàâèòè çíàê \ àêî èõ êîðèñòèòå ñàìîñòàëíî';
$strEstonian = 'Åñòîíñêè';
$strExcelEdition = 'Excel èçäàœå';
$strExcelOptions = 'Excel îïöè¼å';
$strExecuteBookmarked = 'Èçâðøè óïàìžåí óïèò';
$strExplain = 'Îá¼àñíè SQL';
$strExport = 'Èçâîç';
$strExtendedInserts = 'Ïðîøèðåíè INSERT';
$strExtra = 'Äîäàòíî';
 
$strFailedAttempts = 'Íåóñïåëèõ ïîêóøà¼à';
$strFieldHasBeenDropped = 'Ïîšå %s ¼å îáðèñàíî';
$strField = 'Ïîšå';
$strFieldsEmpty = ' Áðî¼ ïîšà ¼å íóëà! ';
$strFieldsEnclosedBy = 'Ïîšà îãðàíè÷åíà ñà';
$strFieldsEscapedBy = 'Åñêå¼ï êàðàêòåð &nbsp; &nbsp; &nbsp;';
$strFields = 'Ïîšà';
$strFieldsTerminatedBy = 'Ïîšà ðàçäâî¼åíà ñà';
$strFileAlreadyExists = 'Äàòîòåêà %s âåž ïîñòî¼è íà ñåðâåðó, ïðîìåíèòå èìå äàòîòåêå èëè óêšó÷èòå îïöè¼ó ïðåïèñèâàœà.';
$strFileCouldNotBeRead = 'Äàòîòåêó íè¼å ìîãóžå ïðî÷èòàòè';
$strFileNameTemplate = 'Øàáëîí èìåíà äàòîòåêå';
$strFileNameTemplateRemember = 'çàïàìòè øàáëîí';
$strFixed = 'ñðååíî';
$strFlushPrivilegesNote = 'Íàïîìåíà: phpMyAdmin óçèìà ïðèâèëåãè¼å êîðèñíèêà äèðåêòíî èç MySQL òàáåëà ïðèâèëåãè¼à. Ñàäðæ༠îâå òàáåëå ìîæå ñå ðàçëèêîâàòè îä ïðèâèëåãè¼à êî¼å ñåðâåð êîðèñòè àêî ñó âðøåíå ðó÷íå èçìåíå. Ó òîì ñëó÷à¼ó %sïîíîâî ó÷èòà¼òå ïðèâèëåãè¼å%s ïðå íåãî øòî íàñòàâèòå.';
$strFlushTable = 'Îñâåæè òàáåëó ("FLUSH")';
$strFormat = 'Ôîðìàò';
$strFormEmpty = 'Íåäîñòà¼å âðåäíîñò ó îáðàñöó!';
$strFreePages = 'Ñëîáîäíå ñòðàíå';
$strFullText = 'Ïóí òåêñò';
$strFunction = 'Ôóíêöè¼à';
 
$strGenBy = 'Ãåíåðèñàî';
$strGeneralRelationFeat = 'Îïøòå îñîáèíå ðåëàöè¼à';
$strGenerate = 'Íàïðàâè';
$strGeneratePassword = 'Íàïðàâè ëîçèíêó';
$strGenTime = 'Âðåìå êðåèðàœà';
$strGeorgian = 'Ãðóçè¼ñêè';
$strGerman = 'Íåìà÷êè';
$strGlobal = 'ãëîáàëíî';
$strGlobalPrivileges = 'Ãëîáàëíå ïðèâèëåãè¼å';
$strGlobalValue = 'Ãëîáàëíà âðåäíîñò';
$strGo = 'Êðåíè';
$strGrantOption = 'Îìîãóžè';
$strGreek = 'Ãð÷êè';
$strGzip = '"ãçèï-îâàíî"';
 
$strHasBeenAltered = '¼å ïðîìåœåí(à).';
$strHasBeenCreated = '¼å êðåèðàí(à).';
$strHaveToShow = 'Ìîðàòå èçàáðàòè áàð ¼åäíó êîëîíó çà ïðèêàç';
$strHebrew = 'Õåáðå¼ñêè';
$strHexForBinary = 'Êîðèñòè õåêñàäåöèìàëíî çà áèíàðíà ïîšà';
$strHome = 'Ïî÷åòíà ñòðàíà';
$strHomepageOfficial = 'phpMyAdmin âåá ñà¼ò';
$strHost = 'Äîìàžèí';
$strHostEmpty = 'Èìå äîìàžèíà ¼å ïðàçíî!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Îïöè¼å èçâîçà ó Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Îïöè¼å èçâîçà ó Microsoft Word 2000';
$strHungarian = 'Ìààðñêè';
 
$strIcelandic = 'Èñëàíäñêè';
$strId = 'ID';
$strIdxFulltext = 'Òåêñò êšó÷';
$strIgnore = 'Èãíîðèøè';
$strIgnoreInserts = 'Èãíîðèøè äóïëèêàòå ïðè óìåòàœó';
$strIgnoringFile = 'Èãíîðèøåì äàòîòåêó %s';
$strImportDocSQL = 'Óâîç docSQL äàòîòåêà';
$strImportFiles = 'Óâîç äàòîòåêà';
$strIndex = 'ʚó÷';
$strIndexes = 'ʚó÷åâè';
$strIndexHasBeenDropped = 'ʚó÷ %s ¼å îáðèñàí';
$strIndexName = 'Èìå êšó÷à :';
$strIndexType = 'Òèï êšó÷à :';
$strIndexWarningMultiple = 'Âèøå îä ¼åäíîã %s êšó÷à ¼å íàïðàâšåíî çà êîëîíó `%s`';
$strIndexWarningPrimary = 'PRIMARY è INDEX êšó÷åâè íå áè òðåáàëè äà áóäó èñòîâðåìåíî ïîñòàâšåíè çà êîëîíó `%s`';
$strIndexWarningTable = 'Ïðîáëåì ïðè èíäåêñèðàœó òàáåëå `%s`';
$strIndexWarningUnique = 'UNIQUE è INDEX êšó÷åâè íå áè òðåáàëè äà áóäó èñòîâðåìåíî ïîñòàâšåíè çà êîëîíó `%s`';
$strInnoDBAutoextendIncrementDesc = ' Âåëè÷èíà êîðàêà ïðîøèðåœà âåëè÷èíå òàáåëà êî¼å ñå àóòîìàòñêè ïðîøèðó¼ó êàäà ñå íàïóíå.';
$strInnoDBAutoextendIncrement = 'Êîðàê àóòîìàòñêîã ïðîøèðåœà';
$strInnoDBBufferPoolSize = 'Âåëè÷èíà ïðèõâàòíèêà';
$strInnoDBBufferPoolSizeDesc = 'Âåëè÷èíà ìåìîðè¼ñêîã ïðèõâàòíèêà êî¼å InnoDB êîðèñòè çà êåøèðàœå ïîäàòàêà è èíäåêñà ñâî¼èõ òàáåëà.';
$strInnoDBDataFilePath = 'Äàòîòåêå ñà ïîäàöèìà';
$strInnoDBDataHomeDirDesc = 'Çà¼åäíè÷êè äåî ïóòàœå äèðåêòîðè¼óìà çà ñâå InnoDB äàòîòåêå ñà ïîäàöèìà.';
$strInnoDBDataHomeDir = 'Îñíîâíè äèðåêòîðè¼óì ïîäàòàêà';
$strInnoDBPages = 'ñòðàíà';
$strInnodbStat = 'InnoDB ñòàòóñ';
$strInsecureMySQL = 'Âàøà êîíôèãóðàöèîíà äàòîòåêà ñàäðæè ïîäåøàâàœà (root áåç ëîçèíêå) êî¼à îäãîâàðà¼ó ñòàíäàðäíîì MySQL ïðèâèëåãîâàíîì íàëîãó. Âàø MySQL ñåðâåð ðàäè ñà îâèì ïîäåøàâàœèìà, îòâîðåí ¼å çà óïàäå, è çàèñòà òðåáà äà èñïðàâèòå îâ༠ñèãóðíîñíè ðèçèê.';
$strInsertAsNewRow = 'Óíåñè êàî íîâè ðåä';
$strInsertedRowId = 'ID óìåòíóòèõ ðåäîâà:';
$strInsertedRows = 'Óíåñåíî ðåäîâà:';
$strInsert = 'Íîâè çàïèñ';
$strInsertNewRow = 'Óíåñè íîâè ðåä';
$strInternalNotNecessary = '* Óíóòðàøœà ðåëàöè¼à íè¼å íåîïõîäíà êàäà ïîñòî¼è è ó InnoDB.';
$strInternalRelations = 'Óíóòðàøœå ðåëàöè¼å';
$strInUse = 'ñå êîðèñòè';
$strInvalidColumnCount = 'Áðî¼ êîëîíà ìîðà áèòè âåžè îä íóëå.';
$strInvalidFieldAddCount = 'Ìîðàòå äîäàòè áàðåì ¼åäíî ïîšå.';
$strInvalidFieldCount = 'Òàáåëà ìîðà èìàòè áàðåì ¼åäíî ïîšå.';
$strInvalidRowNumber = '%d íè¼å èñïðàâàí áðî¼ ðåäà.';
 
$strJapanese = '£àïàíñêè';
$strJumpToDB = 'Ïðåè íà áàçó &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Îáðèñàíè&quot; êîðèñíèöè žå è äàšå èìàòè ïðèñòóï ñåðâåðó äîê ïðèâèëåãè¼å íå áóäó ïîíîâî ó÷èòàíå.';
$strJustDelete = 'Ñàìî îáðèøè êîðèñíèêå èç òàáåëå ïðèâèëåãè¼à.';
 
$strKeepPass = 'Íåìî¼ äà ìåœàø ëîçèíêó';
$strKeyname = 'Èìå êšó÷à';
$strKill = 'Îáóñòàâè';
$strKorean = 'Êîðå¼ñêè';
 
$strLandscape = 'Ïîëîæåíî';
$strLatchedPages = 'Çàáðàâšåíå ñòðàíå';
$strLatexCaption = 'Êîìåíòàð òàáåëå';
$strLatexContent = 'Ñàäðæ༠òàáåëå __TABLE__';
$strLatexContinuedCaption = 'Íàñòàâšåí êîìåíòàð òàáåëå';
$strLatexContinued = '(íàñòàâšåíî)';
$strLatexIncludeCaption = 'Óêšó÷è êîìåíòàð òàáåëå';
$strLatexLabel = 'Îçíàêà êšó÷à';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX îïöè¼å';
$strLatexStructure = 'Ñòðóêòóðà òàáåëå __TABLE__';
$strLatvian = 'Ëåòîíñêè';
$strLengthSet = 'Äóæèíà/Âðåäíîñò*';
$strLimitNumRows = 'Áðî¼ ðåäîâà ïî ñòðàíè';
$strLinesTerminatedBy = 'Ëèíè¼å ñå çàâðøàâà¼ó ñà';
$strLinkNotFound = 'Âåçà íè¼å ïðîíàåíà';
$strLinksTo = 'Âåçå êà';
$strLithuanian = 'Ëèòâàíñêè';
$strLocalhost = 'Ëîêàëíè';
$strLocationTextfile = 'Ëîêàöè¼à òåêñòóàëíå äàòîòåêå';
$strLogin = 'Ïðè¼àâšèâàœå';
$strLoginInformation = 'Ïîäàöè î ïðè¼àâè';
$strLogout = 'Îä¼àâšèâàœå';
$strLogPassword = 'Ëîçèíêà:';
$strLogServer = 'Ñåðâåð';
$strLogUsername = 'Êîðèñíè÷êî èìå:';
$strLongOperation = 'Îâà îïåðàöè¼à ìîæå äà ïîòðà¼å. Äà ëè äà íàñòàâèìî?';
 
$strMaximumSize = 'Ìàêñèìàëíà âåëè÷èíà: %s%s';
$strMbExtensionMissing = 'mbstring ÏÕÏ åêñòåíçè¼à íè¼å ïðîíàåíà, à ÷èíè ñå äà âè êîðèñòèòå âèøåáà¼òíè ñêóï çíàêîâà. Áåç mbstring åêñòåíçè¼å phpMyAdmin íå ìîæå èñïðàâíî äà ðàçäâà¼à ñòðèíãîâå è òî ìîæå äîâåñòè äî íåî÷åêèâàíèõ ðåçóëòàòà.';
$strMbOverloadWarning = 'Óêšó÷åíà âàì ¼å mbstring.func_overload îïöè¼à ó ÏÕÏ ïîäåøàâàœèìà. Îâà îïöè¼à ¼å íåêîìïàòèáèëíà ñà phpMyAdmin è ìîæå äîâåñòè äî ãðåøàêà ó íåêèì ïîäàöèìà!';
$strMIME_available_mime = 'Äîñòóïíè MIME-òèïîâè';
$strMIME_available_transform = 'Äîñòóïíå òðàíñôîðìàöè¼å';
$strMIME_description = 'Îïèñ';
$strMIME_MIMEtype = 'MIME-òèïîâè';
$strMIME_nodescription = 'Íåìà îïèñà çà îâó òðàíñôîðìàöè¼ó.<br />Ìîëèìî ïèòà¼òå àóòîðà øòà %s ðàäè.';
$strMIME_transformation_note = 'Çà ëèñòó äîñòóïíèõ îïöè¼à òðàíñôîðìàöè¼å è œèõîâå òðàíñôîðìàöè¼å MIME-òèïîâà, êëèêíèòå íà %sîïèñå òðàíñôîðìàöè¼à%s';
$strMIME_transformation = 'Òðàíôîðìàöè¼å ÷èòà÷à';
$strMIME_transformation_options = 'Îïöè¼å òðàíñôîðìàöè¼å';
$strMIME_transformation_options_note = 'Ìîëèìî óíåñèòå âðåäíîñòè çà îïöè¼å òðàíñôîðìàöè¼å êîðèñòåžè îâ༠îáëèê: \'a\',\'b\',\'c\'...<br />Àêî òðåáà äà óíåñåòå îáðíóòó êîñó öðòó ("\\") èëè àïîñòðîô ("\'") ó òå âðåäíîñòè, ñòàâèòå îáðíóòó êîñó öðòó èñïðåä œèõ (íà ïðèìåð \'\\\\xyz\' èëè \'a\\\'b\').';
$strMIMETypesForTable = 'MIME ÒÈÏÎÂÈ ÇÀ ÒÀÁÅËÓ';
$strMIME_without = 'MIME-òèïîâè ïðèêàçàíè ó êóðçèâó íåìà¼ó îäâî¼åíå ôóíêöè¼å òðàíñôîðìàöè¼å.';
$strModifications = 'Èçìåíå ñó ñà÷óâàíå';
$strModify = 'Ïðîìåíè';
$strModifyIndexTopic = 'Èçìåíè êšó÷';
$strMoveTable = 'Ïîìåðè òàáåëó ó (áàçà<b>.</b>òàáåëà):';
$strMoveTableOK = 'Òàáåëà %s ¼å ïîìåðåíà ó %s.';
$strMoveTableSameNames = 'Íå ìîãó äà ïðåìåñòèì òàáåëó ó ñàìó ñåáå!';
$strMultilingual = 'âèøå¼åçè÷êè';
$strMyISAMDataPointerSize = 'Âåëè÷èíà ïîêàçèâà÷à ïîäàòàêà';
$strMyISAMDataPointerSizeDesc = 'Ïîäðàçóìåâàíà âåëè÷èíà ïîêàçèâà÷à ó áà¼òîâèìà, êîðèñòè ñå ïðè CREATE TABLE çà MyISAM òàáåëå êàäà íè¼å çàäàòà îïöè¼à MAX_ROWS';
$strMyISAMMaxExtraSortFileSizeDesc = 'Àêî áè ïðèâðåìåíà äàòîòåêà êî¼à ñå êîðèñòè çà áðçî êðåèðàœå MyISAM èíäåêñà áèëà âåžà íåãî ïðè êîðèøžåœó êåøà êšó÷åâà çà îâäå çàäàòó âðåäíîñò, êîðèñòè ìåòîä êåøèðàœà êšó÷åâà';
$strMyISAMMaxExtraSortFileSize = 'Ìàêñèìàëíà âåëè÷èíà ïðèâðåìåíèõ äàòîòåêà ïðè êðåèðàœó èíäåêñà';
$strMyISAMMaxSortFileSizeDesc = 'Ìàêñèìàëíà âåëè÷èíà ïðèâðåìåíèõ äàòîòåêà êî¼å MySQL ñìå äà êîðèñòè ïðè ðå-êðåèðàœó MyISAM èíäåêñà (ó òîêó REPAIR TABLE, ALTER TABLE, èëè LOAD DATA INFILE îïåðàöè¼à).';
$strMyISAMMaxSortFileSize = 'Ìàêñèìàëíà âåëè÷èíà ïðèâðåìåíèõ äàòîòåêà çà ñîðòèðàœå';
$strMyISAMRecoverOptions = 'Ðåæèì àóòîìàòñêîã îïîðàâêà';
$strMyISAMRecoverOptionsDesc = 'Ðåæèì àóòîìàòñêîã îïîðàâêà ïóêíóòèõ MyISAM òàáåëà, ïîäåøåí ïðè ñòàðòîâàœó ñåðâåðà îïöè¼îì --myisam-recover.';
$strMyISAMRepairThreadsDesc = 'Àêî ¼å âðåäíîñò âåžà îä 1, èíäåêñè MyISAM òàáåëà ñå ïàðàëåëíî êðåèðà¼ó (ñâàêè èíäåêñ ó ñîïñòâåíî¼ íèòè) çà âðåìå ïðîöåñà ïîïðàâêå ñîðòèðàœåì.';
$strMyISAMRepairThreads = 'Íèòè ïîïðàâêå';
$strMyISAMSortBufferSize = 'Âåëè÷èíà ïðèõâàòíèêà çà ñîðòèðàœå';
$strMyISAMSortBufferSizeDesc = 'Ïðèõâàòíèê êî¼è ñå àëîöèðà ïðè ñîðòèðàœó MyISAM èíäåêñà çà âðåìå îïåðàöè¼å REPAIR TABLE èëè ïðè êðåèðàœó èíäåêñà ñà CREATE INDEX èëè ALTER TABLE.';
$strMySQLCharset = 'MySQL ñåò êàðàêòåðà';
$strMySQLConnectionCollation = 'Ñîðòèðàœå çà MySQL âåçó';
$strMySQLSaid = 'MySQL ðå÷å: ';
$strMySQLShowProcess = 'Ïðèêàæè ëèñòó ïðîöåñà';
$strMySQLShowStatus = 'Ïðèêàæè MySQL èíôîðìàöè¼å î òîêó ðàäà';
$strMySQLShowVars = 'Ïðèêàæè MySQL ñèñòåìñêå ïðîìåíšèâå';
 
$strName = 'Èìå';
$strNext = 'Ñëåäåžè';
$strNoActivity = 'Íè¼å áèëî àêòèâíîñòè %s èëè âèøå ñåêóíäè, ìîëèìî ïðè¼àâèòå ñå ïîíîâî';
$strNoDatabases = 'Áàçà íå ïîñòî¼è';
$strNoDatabasesSelected = 'Íè¼å èçàáðàíà íè ¼åäíà áàçà.';
$strNoDescription = 'íåìà îïèñà';
$strNoDetailsForEngine = 'Íåìà äåòàšíè¼èõ èíôîðìàöè¼à î ñòàòóñó çà îâ༠ïîãîí ñêëàäèøòåœà.';
$strNoDropDatabases = '"DROP DATABASE" êîìàíäà ¼å îíåìîãóžåíà.';
$strNoExplain = 'Ïðåñêî÷è îá¼àøœàâàœå SQL-a';
$strNoFrames = 'phpMyAdmin ïðåôåðèðà ÷èòà÷å êî¼è ïîäðæàâà¼ó îêâèðå.';
$strNo = 'Íå';
$strNoIndex = 'ʚó÷ íè¼å äåôèíèñàí!';
$strNoIndexPartsDefined = 'Äåëîâè êšó÷à íèñó äåôèíèñàíè!';
$strNoModification = 'Íåìà èçìåíà';
$strNone = 'íåìà';
$strNoOptions = 'Íå ïîñòî¼å îïöè¼å çà îâ༠ôîðìàò';
$strNoPassword = 'Íåìà ëîçèíêå';
$strNoPermission = 'Âåá ñåðâåðó íè¼å äîçâîšåíî äà ñà÷óâà äàòîòåêó %s.';
$strNoPhp = 'áåç PHP êîäà';
$strNoPrivileges = 'Íåìà ïðèâèëåãè¼à';
$strNoRights = 'Íè¼å Âàì äîçâîšåíî äà áóäåòå îâäå!';
$strNoRowsSelected = 'Íåìà îäàáðàíèõ ðåäîâà';
$strNoSpace = 'Íåäîâîšíî ïðîñòîðà çà ñíèìàœå äàòîòåêå %s.';
$strNoTablesFound = 'Òàáåëå íèñó ïðîíàåíå ó áàçè.';
$strNoThemeSupport = 'Íåìà ïîäðøêå çà òåìå, ìîëèìî ïðîâåðèòå êîíôèãóðàöè¼ó è/èëè òåìå ó äèðåêòîðè¼óìó %s.';
$strNotNumber = 'Îâî íè¼å áðî¼!';
$strNotOK = 'íè¼å ó ðåäó';
$strNotSet = '<b>%s</b> òàáåëà íè¼å ïðîíàåíà èëè íè¼å ïîñòàâšåíà ó %s';
$strNoUsersFound = 'Êîðèñíèê íè¼å íàåí.';
$strNoValidateSQL = 'Ïðåñêî÷è ïðîâåðó SQL-a';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s ïîãîäàêà óíóòàð òàáåëå <i>%s</i>';
$strNumSearchResultsTotal = '<b>Óêóïíî:</b> <i>%s</i> ïîãîäàêà';
$strNumTables = 'Òàáåëå';
 
$strOK = 'Ó ðåäó';
$strOperations = 'Îïåðàöè¼å';
$strOperator = 'Îïåðàòîð';
$strOptimizeTable = 'Îïòèìèçó¼ òàáåëó';
$strOr = 'èëè';
$strOverhead = 'Ïðåêîðà÷åœå';
$strOverwriteExisting = 'Ïðåïèøè ïîñòî¼åžå äàòîòåêå';
 
$strPageNumber = 'Áðî¼ ñòðàíå:';
$strPagesToBeFlushed = 'Ñòðàíå êî¼å òðåáà äà áóäó óñêëàåíå';
$strPaperSize = 'Äèìåíçè¼å ïàïèðà';
$strPartialText = 'Äåî òåêñòà';
$strPasswordChanged = 'Ëîçèíêà çà %s ¼å óñïåøíî ïðîìåœåíà.';
$strPassword = 'Ëîçèíêà';
$strPasswordEmpty = 'Ëîçèíêà ¼å ïðàçíà!';
$strPasswordHashing = 'Õåøèðàœå ëîçèíêå';
$strPasswordNotSame = 'Ëîçèíêå íèñó èäåíòè÷íå!';
$strPdfDbSchema = 'Ñõåìà áàçå "%s" - Ñòðàíà %s';
$strPdfInvalidTblName = 'Òàáåëà "%s" íå ïîñòî¼è!';
$strPdfNoTables = 'Íåìà òàáåëà';
$strPerHour = 'íà ñàò';
$strPerMinute = 'ó ìèíóòó';
$strPerSecond = 'ó ñåêóíäè';
$strPersian = 'Ïåðñè¼ñêè';
$strPhoneBook = 'òåëåôîíñêè èìåíèê';
$strPHP40203 = 'Êîðèñòèòå PHP 4.2.3, êî¼è èìà îçáèšàí áàã ñà âèøåáà¼òíèì ñòðèíãîâèìà (mbstring). Ïîãëåäà¼òå èçâåøò༠î ãðåøöè áð. 19404. Îâà âåðçè¼à PHP-a ñå íå ïðåïîðó÷ó¼å çà êîðèøžåœå ñà phpMyAdmin.';
$strPhp = 'Íàïðàâè PHP êîä';
$strPHPVersion = 'âåðçè¼à PHP-a';
$strPmaDocumentation = 'phpMyAdmin äîêóìåíòàöè¼à';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> äèðåêòèâà ÌÎÐÀ áèòè ïîäåøåíà ó êîíôèãóðàöèîíî¼ äàòîòåöè!';
$strPolish = 'Ïîšñêè';
$strPortrait = 'Óñïðàâíî';
$strPos1 = 'Ïî÷åòàê';
$strPrevious = 'Ïðåòõîäíà';
$strPrimary = 'Ïðèìàðíè';
$strPrimaryKeyHasBeenDropped = 'Ïðèìàðíè êšó÷ ¼å îáðèñàí';
$strPrimaryKeyName = 'Èìå ïðèìàðíîã êšó÷à ìîðà äà áóäå... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ìîðà</b> áèòè èìå <b>ñàìî</b> ïðèìàðíîã êšó÷à!)';
$strPrint = 'Øòàìïà¼';
$strPrintView = 'Çà øòàìïó';
$strPrintViewFull = 'Ïîãëåä çà øòàìïó (ñà ïóíèì òåêñòîì)';
$strPrivDescAllPrivileges = 'Óêšó÷ó¼å ñâå ïðèâèëåãè¼å îñèì GRANT.';
$strPrivDescAlter = 'Äîçâîšàâà èçìåíó ñòðóêòóðà ïîñòî¼åžèõ òàáåëà.';
$strPrivDescAlterRoutine = 'Äîçâîšàâà èçìåíó è îäáàöèâàœå ñà÷óâàíèõ ðóòèíà.';
$strPrivDescCreateDb = 'Äîçâîšàâà êðåèðàœå íîâèõ áàçà è òàáåëà.';
$strPrivDescCreateRoutine = 'Äîçâîšàâà ïðàâšåœå ñà÷óâàíèõ ðóòèíà.';
$strPrivDescCreateTbl = 'Äîçâîšàâà êðåèðàœå íîâèõ òàáåëà.';
$strPrivDescCreateTmpTable = 'Äîçâîšàâà êðåèðàœå ïðèâðåìåíèõ òàáåëà..';
$strPrivDescCreateUser = 'Äîçâîšàâà ïðàâšåœå, îäáàöèâàœå è ïðåèìåíîâàœå êîðèñíè÷êèõ íàëîãà.';
$strPrivDescCreateView = 'Äîçâîëè êðåèðàœå íîâèõ ïîãëåäà.';
$strPrivDescDelete = 'Äîçâîšàâà áðèñàœå ïîäàòàêà.';
$strPrivDescDropDb = 'Äîçâîšàâà îäáàöèâàœå áàçà è òàáåëà.';
$strPrivDescDropTbl = 'Äîçâîšàâà îäáàöèâàœå òàáåëà.';
$strPrivDescExecute5 = 'Äîçâîšàâà èçâðøàâàœå ñà÷óâàíèõ ðóòèíà.';
$strPrivDescExecute = 'Äîçâîšàâà ïîêðåòàœå ñà÷óâàíèõ ïðîöåäóðà. Íåìà åôåêòà ó îâî¼ âåðçè¼è MySQL-a.';
$strPrivDescFile = 'Äîçâîšàâà óâîç ïîäàòàêà è œèõîâ èçâîç ó äàòîòåêå.';
$strPrivDescGrant = 'Äîçâîšàâà äîäàâàœå êîðèñíèêà è ïðèâèëåãè¼à áåç ïîíîâíîã ó÷èòàâàœà òàáåëà ïðèâèëåãè¼à.';
$strPrivDescIndex = 'Äîçâîšàâà êðåèðàœå è áðèñàœå êšó÷åâà.';
$strPrivDescInsert = 'Äîçâîšàâà óìåòàœå è çàìåíó ïîäàòàêà.';
$strPrivDescLockTables = 'Äîçâîšàâà çàêšó÷àâàœå òàáåëà òåêóžèì ïðîöåñèìà.';
$strPrivDescMaxConnections = 'Îãðàíè÷àâà áðî¼ íîâèõ êîíåêöè¼à êî¼å êîðèñíèê ìîæå òà îòâîðè íà ñàò.';
$strPrivDescMaxQuestions = 'Îãðàíè÷àâà áðî¼ óïèòà êî¼å êîðèñíèê ìîæå äà óïóòè ñåðâåðó çà ñàò.';
$strPrivDescMaxUpdates = 'Îãðàíè÷àâà áðî¼ êîìàíäè êî¼å ìåœà¼ó òàáåëå èëè áàçå êî¼å êîðèñíèê ìîæå äà èçâðøè íà ñàò.';
$strPrivDescProcess3 = 'Äîçâîšàâà ïðåêèäàœå ïðîöåñà äðóãèõ êîðèñíèêà.';
$strPrivDescProcess4 = 'Äîçâîšàâà ïðåãëåä êîìïëåòíèõ óïèòà ó ëèñòè ïðîöåñà.';
$strPrivDescReferences = 'Íåìà åôåêòà ó îâî¼ âåðçè¼è MySQL-a.';
$strPrivDescReload = 'Äîçâîšàâà ïîíîâíî ó÷èòàâàœå ïîäåøàâàœà ñåðâåðà è ïðàæœåœå êåøà ñåðâåðà.';
$strPrivDescReplClient = 'Äà¼å ïðàâî êîðèñíèêó äà ïèòà ãäå ñó ãëàâíè/ïîìîžíè ñåðâåðè.';
$strPrivDescReplSlave = 'Ïîòðåáíî çáîã ïîìîžíèõ ñåðâåðà çà ðåïëèêàöè¼ó.';
$strPrivDescSelect = 'Äîçâîšàâà ÷èòàœå ïîäàòàêà.';
$strPrivDescShowDb = 'Äà¼å ïðèñòóï êîìïëåòíî¼ ëèñòè áàçà.';
$strPrivDescShowView = 'Äîçâîšàâà èçâðøàâàœå SHOW CREATE VIEW óïèòà.';
$strPrivDescShutdown = 'Äîçâîšàâà ãàøåœå ñåðâåðà.';
$strPrivDescSuper = ' Äîçâîšàâà ïîâåçèâàœå èàêî ¼å äîñòèãíóò ìàêñèìàëàí áðî¼ äîçâîšåíèõ âåçà; Íåîïõîäíî çà âåžèíó àäìèíèñòðàòèâíèõ îïöè¼à êàî øòî ñó ïîäåøàâàœå ãëîáàëíèõ ïðîìåíšèâèõ èëè ïðåêèäàœå ïðîöåñà îñòàëèõ êîðèñíèêà.';
$strPrivDescUpdate = 'Äîçâîšàâà èçìåíó ïîäàòàêà.';
$strPrivDescUsage = 'Íåìà ïðèâèëåãè¼à.';
$strPrivileges = 'Ïðèâèëåãè¼å';
$strPrivilegesReloaded = 'Ïðèâèëåãè¼å ñó óñïåøíî ïîíîâî ó÷èòàíå.';
$strProcesslist = 'Ëèñòà ïðîöåñà';
$strPutColNames = 'Ñòàâè èìåíà ïîšà ó ïðâè ðåä';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Óïèò ïî ïðèìåðó';
$strQueryFrame = 'Ïðîçîð çà óïèòå';
$strQueryOnDb = 'SQL óïèò íà áàçè <b>%s</b>:';
$strQuerySQLHistory = 'SQL èñòîðè¼àò';
$strQueryStatistics = '<b>Ñòàòèñòèêå óïèòà</b>: %s óïèòà ¼å ïîñòàâšåíî ñåðâåðó îä œåãîâîã ïîêðåòàœà.';
$strQueryTime = 'Óïèò ¼å òðà¼àî %01.4f ñåêóíäè';
$strQueryType = 'Âðñòà óïèòà';
$strQueryWindowLock = 'Íå ïðåïèñó¼ îâ༠óïèò èçâàí ïðîçîðà';
 
$strReadRequests = 'Çàõòåâè çà ÷èòàœå';
$strReceived = 'Ïðèìšåíî';
$strRecords = 'Çàïèñè';
$strReferentialIntegrity = 'Ïðîâåðè ðåôåðåíöè¼àëíè èíòåãðèòåò:';
$strRefresh = 'Îñâåæè';
$strRelationalSchema = 'Ðåëàöèîíà ñõåìà';
$strRelationNotWorking = 'Äîäàòíå ìîãóžíîñòè çà ðàä ñà ïîâåçàíèì òàáåëàìà ñó èñêšó÷åíå. Äà áèñòå ñàçíàëè çàøòî, êëèêíèòå %sîâäå%s.';
$strRelations = 'Ðåëàöè¼å';
$strRelationsForTable = 'ÐÅËÀÖȣŠÒÀÁÅËÅ';
$strRelationView = 'Ðåëàöèîíè ïîãëåä';
$strReloadingThePrivileges = 'Ïîíîâî ó÷èòàâàì ïðèâèëåãè¼å';
$strReloadMySQL = 'Ïîíîâî ïîêðåíè MySQL';
$strRemoveSelectedUsers = 'Óêëîíè èçàáðàíå êîðèñíèêå';
$strRenameDatabaseOK = 'Áàçà %s ¼å ïðåèìåíîâàíà ó %s';
$strRenameTable = 'Ïðîìåíè èìå òàáåëå ó ';
$strRenameTableOK = 'Òàáåëè %s ïðîìåœåíî èìå ó %s';
$strRepairTable = 'Ïîïðàâè òàáåëó';
$strReplaceNULLBy = 'Çàìåíè NULL ñà';
$strReplaceTable = 'Çàìåíè ïîäàòêå ó òàáåëè ñà ïîäàöèìà èç äàòîòåêå';
$strReset = 'Ïîíèøòè';
$strResourceLimits = 'Îãðàíè÷åœà ðåñóðñà';
$strReType = 'Ïîíîâèòå óíîñ';
$strRevokeAndDeleteDescr = 'Êîðèñíèöè žå è äàšå èìàòè USAGE ïðèâèëåãè¼å äîê ñå ïðèâèëåãè¼å ïîíîâî íå ó÷èòà¼ó.';
$strRevokeAndDelete = 'Îáóñòàâè ñâå àêòèâíå ïðèâèëåãè¼å êîðèñíèêà è çàòèì èõ îáðèøè.';
$strRevoke = 'Çàáðàíè';
$strRevokeMessage = 'Çàáðàíèëè ñòå ïðèâèëåãè¼å çà %s';
$strRomanian = 'Ðóìóíñêè';
$strRowLength = 'Äóæèíà ðåäà';
$strRows = 'Ðåäîâà';
$strRowsFrom = ' ðåäîâà ïî÷åâ îä ðåäà';
$strRowSize = 'Âåëè÷èíà ðåäà';
$strRowsModeFlippedHorizontal = 'õîðèçîíòàëíîì (ðîòèðàíà çàãëàâšà)';
$strRowsModeHorizontal = 'õîðèçîíòàëíîì';
$strRowsModeOptions = 'ó %s ìîäó è ïîíîâè çàãëàâšå ïîñëå ñâàêîã %s ðåäà';
$strRowsModeVertical = 'âåðòèêàëíîì';
$strRowsStatistic = 'Ñòàòèñòèêå ðåäà';
$strRunning = 'íà ñåðâåðó %s';
$strRunQuery = 'Èçâðøè SQL óïèò';
$strRunSQLQuery = 'Èçâðøè SQL óïèò(å) íà áàçè %s';
$strRussian = 'Ðóñêè';
 
$strSave = 'Ñà÷óâà¼';
$strSaveOnServer = 'Ñà÷óâ༠íà ñåðâåð ó äèðåêòîðè¼óì %s';
$strScaleFactorSmall = 'Ôàêòîð óìàœåœà ¼å ïðåìàëè äà áè ñõåìà ñòàëà íà ¼åäíó ñòðàíó';
$strSearchFormTitle = 'Ïðåòðàæèâàœå áàçå';
$strSearch = 'Ïðåòðàæèâàœå';
$strSearchInTables = 'Óíóòàð òàáåëà:';
$strSearchNeedle = 'Ðå÷è èëè âðåäíîñòè êî¼å ñå òðàæå (Ÿîêåð: "%"):';
$strSearchOption1 = 'áàð ¼åäíó îä ðå÷è';
$strSearchOption2 = 'ñâå ðå÷è';
$strSearchOption3 = 'òà÷àí èçðàç';
$strSearchOption4 = 'êàî ðåãóëàðíè èçðàç';
$strSearchResultsFor = 'Ðåçóëòàòè ïðåòðàãå çà "<i>%s</i>" %s:';
$strSearchType = 'Òðàæè:';
$strSecretRequired = 'Êîíôèãóðàöèîíà äàòîòåêà çàõòåâà òà¼íó ëîçèíêó (blowfish_secret).';
$strSelectADb = 'Èçàáåðèòå áàçó';
$strSelectAll = 'Èçàáåðè ñâå';
$strSelectBinaryLog = 'Èçàáåðèòå áèíàðíè äíåâíèê çà ïðåãëåä';
$strSelectFields = 'Èçàáåðè ïîšà (íà¼ìàœå ¼åäíî)';
$strSelectNumRows = 'ó óïèòó';
$strSelectTables = 'Èçàáåðè òàáåëå';
$strSend = 'Ñà÷óâ༠êàî äàòîòåêó';
$strSent = 'Ïîñëàòî';
$strServerChoice = 'Èçáîð ñåðâåðà';
$strServer = 'Ñåðâåð';
$strServerNotResponding = 'Ñåðâåð íå îäãîâàðà';
$strServerStatus = 'Èíôîðìàöè¼å î òîêó ðàäà';
$strServerStatusUptime = 'Îâ༠MySQL ñåðâåð ðàäè âåž %s. Ïîêðåíóò ¼å %s.';
$strServerTabProcesslist = 'Ïðîöåñè';
$strServerTabVariables = 'Ïðîìåíšèâå';
$strServerTrafficNotes = '<b>Ñàîáðàžà¼ ñåðâåðà</b>: Òàáåëå ïîêàçó¼ó ñòàòèñòèêå ìðåæíîã ñàîáðàžà¼à íà îâîì MySQL ñåðâåðó îä œåãîâîã ïîêðåòàœà.';
$strServerVars = 'Ñåðâåðñêå ïðîìåíšèâå è ïîäåøàâàœà';
$strServerVersion = 'Âåðçè¼à ñåðâåðà';
$strSessionValue = 'Âðåäíîñò ñåñè¼å';
$strSetEnumVal = 'Àêî ¼å ïîšå "enum" èëè "set", óíåñèòå âðåäíîñòè ó ôîðìàòó: \'a\',\'b\',\'c\'...<br />Àêî âàì òðåáà îáðíóòà êîñà öðòà ("\\") èëè àïîñòðîô ("\'") êîðèñòèòå èõ ó "èçáåãíóòîì" (escaped) îáëèêó (íà ïðèìåð \'\\\\xyz\' èëè \'a\\\'b\').';
$strShowAll = 'Ïðèêàæè ñâå';
$strShowColor = 'Ïðèêàæè áî¼ó';
$strShowDatadictAs = 'Ôîðìàò ðå÷íèêà ïîäàòàêà';
$strShowFullQueries = 'Ïðèêàæè êîìïëåòíå óïèòå';
$strShowGrid = 'Ïðèêàæè ìðåæó';
$strShow = 'Ïðèêàæè';
$strShowingRecords = 'Ïðèêàç çàïèñà';
$strShowPHPInfo = 'Ïðèêàæè èíôîðìàöè¼å î PHP-ó';
$strShowTableDimension = 'Ïðèêàæè äèìåíçè¼å òàáåëå';
$strShowTables = 'Ïðèêàæè òàáåëå';
$strShowThisQuery = 'Ïðèêàæè ïîíîâî îâ༠óïèò';
$strSimplifiedChinese = 'Ïî¼åäíîñòàâšåíè êèíåñêè';
$strSingly = '(ïî ¼åäíîì ïîšó)';
$strSize = 'Âåëè÷èíà';
$strSlovak = 'Ñëîâà÷êè';
$strSlovenian = 'Ñëîâåíà÷è';
$strSocketProblem = '(èëè ïðèêšó÷àê ëîêàëíîã MySQL ñåðâåðà íè¼å èñïðàâíî ïîäåøåí)';
$strSortByKey = 'Ñîðòèð༠ïî êšó÷ó';
$strSort = 'Ñîðòèðàœå';
$strSpaceUsage = 'Çàóçåžå';
$strSpanish = 'Øïàíñêè';
$strSplitWordsWithSpace = 'Ðå÷è ñå îäâà¼à¼ó ðàçìàêîì (" ").';
$strSQLExportCompatibility = 'Êîìïàòèáèëíîñò SQL èçâîçà';
$strSQLExportType = 'Òèï èçâîçà';
$strSQLOptions = 'SQL îïöè¼å';
$strSQLParserBugMessage = 'Ïîñòî¼è ìîãóžíîñò äà ñòå ïðîíàøëè áàã ó SQL ïàðñåðó. Ìîëèìî èñïèòà¼òå ñâî¼ óïèò ïàæšèâî, è ïðîâåðèòå äà ñó íàâîäíèöè èñïðàâíè è äà íå íåäîñòà¼ó. Îñòàëè ìîãóžè ðàçëîçè ãðåøêå ìîãó áèòè äà ñòå ïîñëàëè áèíàðíó äàòîòåêó âàí îáëàñòè çà îáè÷àí òåêñò. Ìîæåòå ïðîáàòè ñâî¼ óïèò ó MySQL ñó÷åšó êîìàíäíå ëèíè¼å. Äîœà ïîðóêà î ãðåøöè MySQL ñåðâåðà, àêî ¼å èìà, ìîæå âàì ïîìîžè ó îòêðèâàœó ïðîáëåìà. Àêî è äàšå èìàòå ïðîáëåìå èëè àêî ïàðñåð íå óñïåâà òàìî ãäå óñïåâà ñó÷åšå êîìàíäíå ëèíè¼å, ñâåäèòå ñâî¼ SQL óïèò íà ¼åäàí ¼åäèíè óïèò êî¼è ñòâàðà ïðîáëåìå è ïîøàšèòå íàì èçâåøò༠î ãðåøöè ñà äåëîì êîäà ó äîœî¼ ÐÅÇ ñåêöè¼è:';
$strSQLParserUserError = 'Èçãëåäà äà ïîñòî¼è ãðåøêà ó âàøåì SQL óïèòó. Îâäå ¼å ïîðóêà î ãðåøêè MySQL ñåðâåðà, êî¼à âàì ìîæå ïîìîžè ó îòêðèâàœó ïðîáëåìà';
$strSQLQuery = 'SQL óïèò';
$strSQLResult = 'SQL ðåçóëòàò';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Íåèñïðàâàí èäåíòèôèêàòîð';
$strSQPBugUnclosedQuote = 'Íàâîäíèê íè¼å çàòâîðåí';
$strSQPBugUnknownPunctuation = 'Íåïîçíàò ñòðèíã èíòåðïóíêöè¼å';
$strStatCheckTime = 'Ïîñëåäœà ïðîâåðà';
$strStatCreateTime = 'Íàïðàâšåíî';
$strStatement = 'Èìå';
$strStatUpdateTime = 'Ïîñëåäœà èçìåíà';
$strStatus = 'Ñòàòóñ';
$strStorageEngine = 'Ïîãîí ñêëàäèøòåœà';
$strStorageEngines = 'Ïîãîíè ñêëàäèøòåœà';
$strStrucCSV = 'CSV ôîðìàò';
$strStrucData = 'Ñòðóêòóðà è ïîäàöè';
$strStrucDrop = 'Äîä༠\'DROP TABLE\'';
$strStrucExcelCSV = 'CSV çà MS Excel';
$strStrucNativeExcel = 'Èçâîðíè MS Excel ïîäàöè';
$strStrucOnly = 'Ñàìî ñòðóêòóðà';
$strStructPropose = 'Ïðåäëîæè ñòðóêòóðó òàáåëå';
$strStructure = 'Ñòðóêòóðà';
$strSubmit = 'Ïîøàšè';
$strSuccess = 'Âàø SQL óïèò ¼å óñïåøíî èçâðøåí';
$strSum = 'Óêóïíî';
$strSwedish = 'Øâåäñêè';
$strSwitchToDatabase = 'Ïðåáàöè ñå íà êîïèðàíó áàçó';
$strSwitchToTable = 'Ïðåè íà êîïèðàíó òàáåëó';
 
$strTableComments = 'Êîìåíòàðè òàáåëå';
$strTableEmpty = 'Èìà òàáåëå ¼å ïðàçíî!';
$strTableHasBeenDropped = 'Òàáåëà %s ¼å îäáà÷åíà';
$strTableHasBeenEmptied = 'Òàáåëà %s ¼å èñïðàæœåíà';
$strTableHasBeenFlushed = 'Òàáåëà %s ¼å îñâåæåíà';
$strTableMaintenance = 'Ðàäœå íà òàáåëè';
$strTable = 'Òàáåëà';
$strTableOfContents = 'Ñàäðæà¼';
$strTableOptions = 'Îïöè¼å òàáåëå';
$strTables = '%s òàáåëà';
$strTableStructure = 'Ñòðóêòóðà òàáåëå';
$strTableType = 'Òèï òàáåëå';
$strTakeIt = 'ïðåóçìè';
$strTblPrivileges = 'Ïðèâèëåãè¼å âåçàíå çà òàáåëå';
$strTextAreaLength = 'Çáî㠜åõîâå âåëè÷èíå, ïîšå<br />ìîæäà íåžåòå ìîžè äà èçìåíèòå';
$strThai = 'Òà¼ñêè';
$strTheme = 'Òåìà / ñòèë';
$strThisHost = 'Îâ༠ñåðâåð';
$strThisNotDirectory = 'Îâî íè¼å äèðåêòîðè¼óì';
$strThreadSuccessfullyKilled = 'Ïðîöåñ %s ¼å óñïåøíî ïðåêèíóò.';
$strTime = 'Âðåìå';
$strToggleScratchboard = 'Óêšó÷è/èñêšó÷è ðàäíó òàáëó';
$strTotal = 'óêóïíî';
$strTotalUC = 'Óêóïíî';
$strTraditionalChinese = 'Òðàäèöèîíàëíè êèíåñêè';
$strTraditionalSpanish = 'Òðàäèöèîíàëíè øïàíñêè';
$strTraffic = 'Ñàîáðàžà¼';
$strTransformation_application_octetstream__download = 'Ïðèêàçó¼å âåçó çà ïðåóçèìàœå áèíàðíèõ ïîäàòàêà çà ïîšå. Ïðâà îïöè¼à ¼å èìå áèíàðíå äàòîòåêå. Äðóãà îïöè¼à ¼å ìîãóžå èìå ïîšà ðåäà òàáåëå êî¼è ñàäðæè èìå äàòîòåêå. Àêî äàòå äðóãó îïöè¼ó, ïðâà ìîðà áèòè ïîñòàâšåíà íà ïðàçàí ñòðèíã';
$strTransformation_application_octetstream__hex = 'Ïðèêàçó¼å õåêñàäåöèìàëíè ïðèêàç ïîäàòàêà.';
$strTransformation_image_jpeg__inline = 'Ïðèêàçó¼å óìàœåíó ñëèêó íà êî¼ó ¼å ìîãóžå êëèêíóòè; îïöè¼å: øèðèíà, âèñèíà ó ïèêñåëèìà (÷óâà îðèãèíàëíè îäíîñ)';
$strTransformation_image_jpeg__link = 'Ïðèêàçó¼å ëèíê êà îâî¼ ñíèìöè (íïð. äèðåêòíî ïðåóçèìàœå èç BLOB-à).';
$strTransformation_image_png__inline = 'Ïðèêàæè JPEG ñëèêå íà ñòðàíè';
$strTransformation_text_plain__dateformat = 'Óçèìà TIME, TIMESTAMP èëè DATETIME ïîšå è ôîðìàòèðà ãà êîðèñòåžè ëîêàëíè îáëèê ïðèêàçèâàœà äàòóìà. Ïðâà îïöè¼à ¼å îôñåò (ó ñàòèìà) êî¼è ñå äîäà¼å âðåìåíñêî¼ îçíàöè (ïîäðàçóìåâàíî: 0). Äðóãà îïöè¼à ¼å ðàçëè÷èò ôîðìàò äàòóìà ïðåìà ïàðàìåòðèìà êî¼è ñó äîñòóïíè çà PHP-ov strftime().';
$strTransformation_text_plain__external = 'ÑÀÌÎ LINUX: Ïîêðåžå åêñòåðíó àïëèêàöè¼ó è ïîïóœàâà ïîäàòêå ó ïîšèìà ïðåêî ñòàíäàðäíîã óëàçà. Âðàžà ñòàíäàðäíè èçëàç àïëèêàöè¼å. Ïîäðàçóìåâàíî ¼å Tidy, çà ëåïøè ïðèêàç HTML êîäà. Çáîã ñèãóðíîñíèõ ðàçëîãà, ìîðàòå ðó÷íî èçìåíèòè äàòîòåêó libraries/transformations/text_plain__external.inc.php è äîäàòè àëàòå êî¼å æåëèòå äà êîðèñòèòå. Ïðâà îïöè¼à ¼å áðî¼ ïðîãðàìà êî¼å æåëèòå äà êîðèñòèòå, à äðóãà ñó ïàðàìåòðè ïðîãðàìà. Àêî ñå òðåžè ïàðàìåòàð ïîñòàâè íà 1 èçëàç žå áèòè êîíâåðòîâàí êîðèñòåžè htmlspecialchars() (ïîäðàçóìåâàíî ¼å 1). Àêî ¼å ÷åòâðòè ïàðàìåòàð ïîñòàâšåí íà 1, NOWRAP žå áèòè äîäàòî žåëè¼è ñà ñàäðæà¼åì òàêî äà žå èçëàç áèòè ïðèêàçàí áåç èçìåíà. (ïîäðàçóìåâàíî 1)';
$strTransformation_text_plain__formatted = '×óâà îðèãèíàëíî ôîðìàòèðàœå ïîšà. Escaping ñå íå âðøè.';
$strTransformation_text_plain__imagelink = 'Ïðèêàçó¼å ñëèêó è ëèíê, ïîšå ñàäðæè íàçèâ äàòîòåêå; ïðâà îïöè¼à ¼å ïðåôèêñ êàî "http://domain.com/", äðóãà îïöè¼à ¼å øèðèíà ó ïèêñåëèìà, òðåžà ¼å âèñèíà.';
$strTransformation_text_plain__link = 'Ïðèêàçó¼å ëèíê, ïîšå ñàäðæè íàçèâ äàòîòåêå; ïðâà îïöè¼à ¼å ïðåôèêñ êàî "http://domain.com/", äðóãà îïöè¼à ¼å íàñëîâ çà ëèíê.';
$strTransformation_text_plain__substr = 'Ïîêàçó¼å äåî ñòðèíãà. Ïðâà îïöè¼à ¼å áðî¼ çíàêîâà êî¼å òðåáà ïðåñêî÷èòè îä ïî÷åòêà ñòðèíãà (ïîäðàçóìåâàíî 0). Äðóãà îïöè¼à ¼å áðî¼ âðàžåíèõ çíàêîâà (ïîäðàçóìåâàíî: äî êðà¼à ñòðèíãà). Òðåžà îïöè¼à ¼å ñòðèíã êî¼è ñå äîäà¼å êàäà äîå äî îäñåöàœà (ïîäðàçóìåâàíî: ...) .';
$strTruncateQueries = 'Ïðèêàæè ñêðàžåíå óïèòå';
$strTurkish = 'Òóðñêè';
$strType = 'Òèï';
 
$strUkrainian = 'Óêðà¼èíñêè';
$strUncheckAll = 'íè¼åäíî';
$strUnicode = 'Óíèêîä';
$strUnique = '£åäèíñòâåíè';
$strUnknown = 'íåïîçíàò';
$strUnselectAll = 'íèøòà';
$strUpdatePrivMessage = 'Àæóðèðàëè ñòå ïðèâèëåãè¼å çà %s.';
$strUpdateProfileMessage = 'Ïðîôèë ¼å ïðîìåœåí.';
$strUpdateQuery = 'Àæóðèð༠óïèò';
$strUpdComTab = 'Ìîëèìî ïîãëåäà¼òå ó äîêóìåíòàöè¼è êàêî ñå àæóðèðà òàáåëà Column_comments';
$strUpgrade = 'Òðåáàëî áè äà óíàïðåäèòå âàø %s ñåðâåð íà âåðçè¼ó %s èëè íîâè¼ó.';
$strUsage = 'Çàóçåžå';
$strUseBackquotes = 'Êîðèñòè \' çà îãðàíè÷àâàœå èìåíà ïîšà';
$strUseHostTable = 'Êîðèñòè òàáåëó äîìàžèíà';
$strUserAlreadyExists = 'Êîðèñíèê %s âåž ïîñòî¼è!';
$strUser = 'Êîðèñíèê';
$strUserEmpty = 'Èìå êîðèñíèêà íè¼å óíåòî!';
$strUserName = 'Èìå êîðèñíèêà';
$strUserNotFound = 'Èçàáðàíè êîðèñíèê íè¼å ïðîíàåí ó òàáåëè ïðèâèëåãè¼à.';
$strUserOverview = 'Ïðåãëåä êîðèñíèêà';
$strUsersDeleted = 'Èçàáðàíè êîðèñíèöè ñó óñïåøíî îáðèñàíè.';
$strUsersHavingAccessToDb = 'Êîðèñíèöè êî¼è èìà¼ó ïðèñòóï &quot;%s&quot;';
$strUseTabKey = 'Êîðèñòèòå TAB òàñòåð çà ïîìåðàœå îä ïîšà äî ïîšà, èëè CTRL+ñòðåëèöå çà ñëîáîäíî ïîìåðàœå';
$strUseTables = 'Êîðèñòè òàáåëå';
$strUseTextField = 'Êîðèñòè òåêñò ïîšå';
$strUseThisValue = 'Êîðèñòè îâó âðåäíîñò';
 
$strValidateSQL = 'Ïðîâåðè SQL';
$strValidatorError = 'SQL âàëèäàòîð íè¼å ìîãàî äà áóäå ïîêðåíóò. Ïðîâåðèòå äà ëè ñó èíñòàëèðàíå íåîïõîäíå PHP åêñòåíçè¼å îïèñàíå ó %säîêóìåíòàöè¼è%s.';
$strValue = 'Âðåäíîñò';
$strVar = 'Ïðîìåíšèâà';
$strVersionInformation = 'Èíôîðìàöè¼å î âåðçè¼è';
$strViewDumpDatabases = 'Ïðèêàæè ñàäðæ༠(ñõåìó) áàçå';
$strViewDumpDB = 'Ïðèêàæè ñàäðæ༠(ñõåìó) áàçå';
$strViewDump = 'Ïðèêàæè ñàäðæ༠(ñõåìó) òàáåëå';
$strViewHasBeenDropped = 'Ïîãëåä %s ¼å îäáà÷åí';
$strView = 'Ïîãëåä';
 
$strWebServerUploadDirectory = 'äèðåêòîðè¼óì çà ñëàœå âåá ñåðâåðà ';
$strWebServerUploadDirectoryError = 'Äèðåêòîðè¼óì êî¼è ñòå èçàáðàëè çà ñëàœå íè¼å äîñòóïàí';
$strWelcome = 'Äîáðîäîøëè íà %s';
$strWestEuropean = 'Çàïàäíîåâðîïñêè';
$strWildcard = 'Ÿîêåð';
$strWindowNotFound = 'Îäðåäèøíè ïðîçîð ïðåòðàæèâà÷à íè¼å ìîãàî äà áóäå àæóðèðàí. Ìîæäà ñòå çàòâîðèëè ìàòè÷íè ïðîçîð, èëè âàø ïðåòðàæèâà÷ îíåìîãóžàâà àæóðèðàœå ìåó ïðîçîðèìà çáîã ñèãóðíîñíèõ ïîäåøàâàœà';
$strWithChecked = 'Îçíà÷åíî:';
$strWriteRequests = 'Çàõòåâè çà óïèñ';
$strWritingCommentNotPossible = 'Ïèñàœå êîìåíòàðà íè¼å ìîãóžå';
$strWritingRelationNotPossible = 'Óïèñèâàœå ðåëàöè¼å íè¼å ìîãóžå';
$strWrongUser = 'Ïîãðåøíî êîðèñíè÷êî èìå/ëîçèíêà. Ïðèñòóï îäáè¼åí.';
 
$strXML = 'XML';
 
$strYes = 'Äà';
 
$strZeroRemovesTheLimit = 'Íàïîìåíà: Ïîñòàâšàœå îâèõ îïöè¼à íà 0 (íóëó) óêëàœà îãðàíè÷åœà.';
$strZip = '"çèïîâàíî"';
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/serbian_latin-utf-8.inc.php
0,0 → 1,983
<?php
/* $Id: serbian_latin-utf-8.inc.php,v 2.128.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by:
* Mihailo Stefanovic <mikis@users.sourceforge.net>, Branislav Jovanovic <fangorn@eunet.yu>
* Igor Mladenovic <mligor@zimco.com>, David Trajkovic <tdavid@ptt.yu>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sre', 'Čet', 'Pet', 'Sub');
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
 
$strAbortedClients = 'Prekinuto';
$strAbsolutePathToDocSqlDir = 'Unesite kompletnu putanju do direktorijuma docSQL na veb serveru';
$strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. Proverite naziv domaćina, korisničko ime i lozinku u config.inc.php i uverite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
$strAccessDenied = 'Pristup odbijen';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrednost';
$strAddConstraints = 'Dodaj ograničenja';
$strAddDeleteColumn = 'Dodaj/obriši kolonu';
$strAddDeleteRow = 'Dodaj/obriši polje za kriterijum';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddedColumnComment = 'Dodat je komentar koloni';
$strAddedColumnRelation = 'Dodata je relacija koloni';
$strAddFields = 'Dodaj %s polja';
$strAddHeaderComment = 'Dodaj komentar u zaglavlje (\\n razdvaja linije)';
$strAddIfNotExists = 'Dodaj \'IF NOT EXISTS\'';
$strAddIntoComments = 'Dodaj u komentare';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na sledećoj bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na sledećoj tabeli';
$strAddSearchConditions = 'Dodaj uslove pretraživanja (deo "WHERE" upita):';
$strAddToIndex = 'Dodaj u ključ &nbsp;%s&nbsp;kolona(e)';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Dodali ste novog korisnika.';
$strAdministration = 'Administracija';
$strAffectedRows = 'Obuhvaćeno redova:';
$strAfterInsertBack = 'Nazad na prethodnu stranu';
$strAfterInsertNewInsert = 'Dodaj još jedan novi red';
$strAfterInsertNext = 'Uredi sledeći red';
$strAfterInsertSame = 'Vrati se na ovu stranu';
$strAfter = 'Posle %s';
$strAll = 'Sve';
$strAllTableSameWidth = 'Prikaz svih tabela iste širine?';
$strAlterOrderBy = 'Promeni redosled u tabeli';
$strAnalyzeTable = 'Analiziraj tabelu';
$strAnd = 'i';
$strAndThen = 'i onda';
$strAnIndex = 'Ključ je upravo dodat %s';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji domaćin';
$strAnyUser = 'Bilo koji korisnik';
$strApproximateCount = 'Može biti približno. Vidite FAQ 3.11';
$strAPrimaryKey = 'Primarni ključ je upravo dodat %s';
$strArabic = 'Arapski';
$strArmenian = 'Jermenski';
$strAscending = 'Rastući';
$strAtBeginningOfTable = 'Na početku tabele';
$strAtEndOfTable = 'Na kraju tabele';
$strAttr = 'Atributi';
$strAutodetect = 'automatski';
$strAutomaticLayout = 'Automatski raspored';
 
$strBack = 'Nazad';
$strBaltic = 'Baltički';
$strBeginCut = 'POČETAK REZ';
$strBeginRaw = 'POČETAK SIROVO';
$strBinary = 'Binarni';
$strBinaryDoNotEdit = 'Binarni - ne menjaj';
$strBinaryLog = 'Binarni dnevnik';
$strBinLogEventType = 'Vrsta događaja';
$strBinLogInfo = 'Informacije';
$strBinLogName = 'Naziv dnevnika';
$strBinLogOriginalPosition = 'Originalna pozicija';
$strBinLogPosition = 'Pozicija';
$strBinLogServerId = 'ID servera';
$strBookmarkAllUsers = 'Dozvoli svakom korisniku da pristupa ovom zapamćenom upitu';
$strBookmarkDeleted = 'Obeleživač je upravo obrisan.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Zapamćen SQL-upit';
$strBookmarkThis = 'Zapamti SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowseForeignValues = 'Pregledaj strane vrednosti';
$strBrowse = 'Pregled';
$strBufferPoolActivity = 'Aktivnost skupa prihvatnika';
$strBufferPool = 'Skup prihvatnika';
$strBufferPoolUsage = 'Korišćenje skupa prihvatnika';
$strBufferReadMissesInPercent = 'Promašaji čitanja u %';
$strBufferReadMisses = 'Promašaji pri čitanju';
$strBufferWriteWaits = 'Čekanja na upis';
$strBufferWriteWaitsInPercent = 'Čekanja na upis u %';
$strBulgarian = 'Bugarski';
$strBusyPages = 'Zauzete strane';
$strBzError = 'phpMyAdmin nije mogao da kompresuje sadržaj baze zbog neispravne BZ2 ekstenzije u ovoj verziji PHP-a. Preporučuje se da podesite <code>$cfg[\'BZipDump\']</code> direktivu u vašoj phpMyAdmin konfiguracionoj datoteci na <code>FALSE</code>. Ako želite da koristite mogućnosti BZ2 kompresije, trebalo bi da pređete na noviju verziju PHP-a. Vidite PHP izveštaj o greškama %s za detalje.';
$strBzip = '"bzip-ovano"';
 
$strCalendar = 'Kalendar';
$strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
$strCantLoad = 'ne mogu da učitam ekstenziju %s,<br />molim proverite PHP konfiguraciju';
$strCantLoadRecodeIconv = 'Ne mogu da učitam iconv ili recode ekstenzije potrebne za konverziju skupova znakova, podesite PHP da dozvoli korišćenje ovih ekstenzija ili onemogućite konverziju skupova znakova u phpMyAdmin-u.';
$strCantRenameIdxToPrimary = 'Ne mogu da promenim ključ u PRIMARY (primarni) !';
$strCantUseRecodeIconv = 'Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako ekstenzija prijavljuje da je učitana. Proverite vašu PHP konfiguraciju.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'Ne razlikuje mala i velika slova';
$strCaseSensitive = 'Razlikuje mala i velika slova';
$strCentralEuropean = 'Centralnoevropski';
$strChangeCopyModeCopy = '... sačuvaj stare.';
$strChangeCopyModeDeleteAndReload = ' ... obriši starog iz tabele korisnika i zatim ponovo učitaj privilegije.';
$strChangeCopyModeJustDelete = ' ... obriši stare iz tabela korisnika.';
$strChangeCopyMode = 'Napravi novog korisnika sa istim privilegijama i ...';
$strChangeCopyModeRevoke = ' ... obustavi sve privilegije starog korisnika i zatim ga obriši.';
$strChangeCopyUser = 'Promeni informacije o prijavi / Kopiraj korisnika';
$strChangeDisplay = 'Izaberi polja za prikaz';
$strChangePassword = 'Promeni lozinku';
$strChange = 'Promeni';
$strCharset = 'Karakter set';
$strCharsetOfFile = 'Karakter set datoteke:';
$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
$strCharsets = 'Kodne strane';
$strCheckAll = 'Označi sve';
$strCheckOverhead = 'Proveri prekoračenja';
$strCheckPrivsLong = 'Proveri privilegije za bazu &quot;%s&quot;.';
$strCheckPrivs = 'Proveri privilegije';
$strCheckTable = 'Proveri tabelu';
$strChoosePage = 'Izaberite stranu koju menjate';
$strColComFeat = 'Prikazujem komentare kolone';
$strCollation = 'Sortiranje';
$strColumnNames = 'Imena kolona';
$strColumnPrivileges = 'Privilegije vezane za kolone';
$strCommand = 'Naredba';
$strCommentsForTable = 'KOMENTARI TABELE';
$strComments = 'Komentari';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilno';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin nije mogao da pročita vašu konfiguracionu datoteku!<br />Ovo se može desiti ako PHP nađe grešku u procesiranju ili ne može da pronađe datoteku.<br />Pozovite konfiguracionu datoteku direktno koristeći donji link i pročitajte poruke o grešci koje dobijate. U većini slučajeve negde nedostaje navodnik ili tačka-zarez.<br />Ako dobijete praznu stranu, sve je u redu.';
$strConfigureTableCoord = 'Podesite koordinate za tabelu %s';
$strConnectionError = 'Ne mogu da se povežem: neispravna podešavanja.';
$strConnections = 'Konekcije';
$strConstraintsForDumped = 'Ograničenja za izvezene tabele';
$strConstraintsForTable = 'Ograničenja za tabele';
$strCookiesRequired = 'Kolačići (Cookies) moraju u ovom slučaju biti aktivni.';
$strCopyDatabaseOK = 'Baza %s je prekopirana u %s';
$strCopy = 'Kopiraj';
$strCopyTable = 'Kopiraj tabelu u (baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je kopirana u %s.';
$strCopyTableSameNames = 'Ne mogu da kopiram tabelu u samu sebe!';
$strCouldNotKill = 'phpMyAdmin nije mogao da prekine proces %s. Verovatno je već zatvoren.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE pre kopiranja';
$strCreateIndex = 'Napravi ključ na&nbsp;%s&nbsp;kolona';
$strCreateIndexTopic = 'Napravi novi ključ';
$strCreate = 'Napravi';
$strCreateNewDatabase = 'Napravi novu bazu podataka';
$strCreateNewTable = 'Napravi novu tabelu u bazi %s';
$strCreatePage = 'Napravi novu stranu';
$strCreatePdfFeat = 'Pravljenje PDF-ova';
$strCreationDates = 'Datumi kreiranja/ažuriranja/provere';
$strCriteria = 'Kriterijum';
$strCroatian = 'Hrvatski';
$strCSVOptions = 'CSV opcije';
$strCyrillic = 'Ćirilični';
$strCzech = 'Češki';
$strCzechSlovak = 'Češko-slovački';
 
$strDanish = 'Danski';
$strDatabase = 'Baza podataka';
$strDatabaseEmpty = 'Ime baze nije zadato!';
$strDatabaseExportOptions = 'Opcije za izvoz baze';
$strDatabaseHasBeenDropped = 'Baza %s je odbačena.';
$strDatabaseNoTable = 'Baza ne sadrži tabele!';
$strDatabases = 'Baze';
$strDatabasesDropped = '%s baza je uspešno odbačeno.';
$strDatabasesStatsDisable = 'Isključi statistike';
$strDatabasesStatsEnable = 'Uključi statistike';
$strDatabasesStatsHeavyTraffic = 'Napomena: uključivanje statistika može prouzrokovati veliki saobraćaj između veb i MySQL servera.';
$strDatabasesStats = 'Statistika baze';
$strDataDict = 'Rečnik podataka';
$strDataOnly = 'Samo podaci';
$strDataPages = 'Strane sa podacima';
$strData = 'Podaci';
$strDBComment = 'Komentar baze:';
$strDBCopy = 'Kopiraj bazu u';
$strDBGContextID = 'Kontekst ID';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Pogodaka';
$strDBGLine = 'Linija';
$strDBGMaxTimeMs = 'Max vreme, ms';
$strDBGMinTimeMs = 'Min vreme, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vreme/pogodak, ms';
$strDBGTotalTimeMs = 'Ukupno vreme, ms';
$strDbPrivileges = 'Privilegije vezane za bazu';
$strDBRename = 'Preimenuj bazu u';
$strDbSpecific = 'Specifično za bazu';
$strDefaultEngine = '%s je podrazumevani pogon skladištenja na ovom MySQL serveru.';
$strDefault = 'Podrazumevano';
$strDefaultValueHelp = 'Za podrazumevanu vrednost, unesite samo jednu vrednost, bez kosih crta ili navodnika u ovom obliku: a';
$strDefragment = 'Defragmentiraj tabelu';
$strDelayedInserts = 'Koristi odložena umetanja';
$strDeleteAndFlushDescr = 'Ovo je najčistiji način, ali ponovno učitavanje privilegina može da potraje.';
$strDeleteAndFlush = 'Obriši korisnike i ponovo učitaj privilegije.';
$strDeleted = 'Red je obrisan';
$strDeletedRows = 'Obrisani redovi:';
$strDelete = 'Obriši';
$strDeleting = 'Brišem %s';
$strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
$strDescending = 'Opadajući';
$strDescription = 'Opis';
$strDictionary = 'rečnik';
$strDirtyPages = 'Prljave strane';
$strDisabled = 'Onemogućeno';
$strDisableForeignChecks = 'Isključi provere stranih ključeva';
$strDisplayFeat = 'Prikaži osobine';
$strDisplayOrder = 'Redosled prikaza:';
$strDisplayPDF = 'Prikaži PDF shemu';
$strDoAQuery = 'Napravi "upit po primeru" (džoker: "%")';
$strDocu = 'Dokumentacija';
$strDoYouReally = 'Da li stvarno hoćete da ';
$strDropDatabaseStrongWarning = 'Ovim ćete UNIŠTITI kompletnu bazu podataka!';
$strDrop = 'Odbaci';
$strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
$strDumpingData = 'Prikaz podataka tabele';
$strDumpSaved = 'Sadržaj baze je sačuvan u datoteku %s.';
$strDumpXRows = 'Prikaži %s redova počevši od reda %s.';
$strDynamic = 'dinamički';
 
$strEditPDFPages = 'Uređivanje PDF strana';
$strEditPrivileges = 'Promeni privilegije';
$strEdit = 'Promeni';
$strEffective = 'Efektivne';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
$strEnabled = 'Omogućeno';
$strEncloseInTransaction = 'Obavi izvoz u transakciji';
$strEndCut = 'KRAJ REZ';
$strEnd = 'Kraj';
$strEndRaw = 'KRAJ SIROVO';
$strEngineAvailable = '%s je dostupan na ovom MySQL serveru.';
$strEngineDisabled = '%s je onemogućen na ovom MySQL serveru.';
$strEngines = 'Skladištenja';
$strEngineUnsupported = 'Ovaj MySQL server ne podržava %s pogon skladištenja.';
$strEnglish = 'Engleski';
$strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
$strError = 'Greška';
$strEscapeWildcards = 'Pre džokera _ i % treba staviti znak \ ako ih koristite samostalno';
$strEstonian = 'Estonski';
$strExcelEdition = 'Excel izdanje';
$strExcelOptions = 'Excel opcije';
$strExecuteBookmarked = 'Izvrši upamćen upit';
$strExplain = 'Objasni SQL';
$strExport = 'Izvoz';
$strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspelih pokušaja';
$strFieldHasBeenDropped = 'Polje %s je obrisano';
$strField = 'Polje';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Polja ograničena sa';
$strFieldsEscapedBy = 'Escape karakter &nbsp; &nbsp; &nbsp;';
$strFields = 'Polja';
$strFieldsTerminatedBy = 'Polja razdvojena sa';
$strFileAlreadyExists = 'Datoteka %s već postoji na serveru, promenite ime datoteke ili uključite opciju prepisivanja.';
$strFileCouldNotBeRead = 'Datoteku nije moguće pročitati';
$strFileNameTemplate = 'Šablon imena datoteke';
$strFileNameTemplateRemember = 'zapamti šablon';
$strFixed = 'sređeno';
$strFlushPrivilegesNote = 'Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje server koristi ako su vršene ručne izmene. U tom slučaju %sponovo učitajte privilegije%s pre nego što nastavite.';
$strFlushTable = 'Osveži tabelu ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Nedostaje vrednost u obrascu!';
$strFreePages = 'Slobodne strane';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenBy = 'Generisao';
$strGeneralRelationFeat = 'Opšte osobine relacija';
$strGenerate = 'Napravi';
$strGeneratePassword = 'Napravi lozinku';
$strGenTime = 'Vreme kreiranja';
$strGeorgian = 'Gruzijski';
$strGerman = 'Nemački';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalne privilegije';
$strGlobalValue = 'Globalna vrednost';
$strGo = 'Kreni';
$strGrantOption = 'Omogući';
$strGreek = 'Grčki';
$strGzip = '"gzip-ovano"';
 
$strHasBeenAltered = 'je promenjen(a).';
$strHasBeenCreated = 'je kreiran(a).';
$strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
$strHebrew = 'Hebrejski';
$strHexForBinary = 'Koristi heksadecimalno za binarna polja';
$strHomepageOfficial = 'phpMyAdmin veb sajt';
$strHome = 'Početna strana';
$strHost = 'Domaćin';
$strHostEmpty = 'Ime domaćina je prazno!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcije izvoza u Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcije izvoza u Microsoft Word 2000';
$strHungarian = 'Mađarski';
 
$strIcelandic = 'Islandski';
$strId = 'ID';
$strIdxFulltext = 'Tekst ključ';
$strIgnore = 'Ignoriši';
$strIgnoreInserts = 'Ignoriši duplikate pri umetanju';
$strIgnoringFile = 'Ignorišem datoteku %s';
$strImportDocSQL = 'Uvoz docSQL datoteka';
$strImportFiles = 'Uvoz datoteka';
$strIndexes = 'Ključevi';
$strIndexHasBeenDropped = 'Ključ %s je obrisan';
$strIndex = 'Ključ';
$strIndexName = 'Ime ključa :';
$strIndexType = 'Tip ključa :';
$strIndexWarningMultiple = 'Više od jednog %s ključa je napravljeno za kolonu `%s`';
$strIndexWarningPrimary = 'PRIMARY i INDEX ključevi ne bi trebali da budu istovremeno postavljeni za kolonu `%s`';
$strIndexWarningTable = 'Problem pri indeksiranju tabele `%s`';
$strIndexWarningUnique = 'UNIQUE i INDEX ključevi ne bi trebali da budu istovremeno postavljeni za kolonu `%s`';
$strInnoDBAutoextendIncrementDesc = ' Veličina koraka proširenja veličine tabela koje se automatski proširuju kada se napune.';
$strInnoDBAutoextendIncrement = 'Korak automatskog proširenja';
$strInnoDBBufferPoolSizeDesc = 'Veličina memorijskog prihvatnika koje InnoDB koristi za keširanje podataka i indeksa svojih tabela.';
$strInnoDBBufferPoolSize = 'Veličina prihvatnika';
$strInnoDBDataFilePath = 'Datoteke sa podacima';
$strInnoDBDataHomeDirDesc = 'Zajednički deo putanje direktorijuma za sve InnoDB datoteke sa podacima.';
$strInnoDBDataHomeDir = 'Osnovni direktorijum podataka';
$strInnoDBPages = 'strana';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Vaša konfiguraciona datoteka sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za upade, i zaista treba da ispravite ovaj sigurnosni rizik.';
$strInsertAsNewRow = 'Unesi kao novi red';
$strInsertedRowId = 'ID umetnutih redova:';
$strInsertedRows = 'Uneseno redova:';
$strInsertNewRow = 'Unesi novi red';
$strInsert = 'Novi zapis';
$strInternalNotNecessary = '* Unutrašnja relacija nije neophodna kada postoji i u InnoDB.';
$strInternalRelations = 'Unutrašnje relacije';
$strInUse = 'se koristi';
$strInvalidColumnCount = 'Broj kolona mora biti veći od nule.';
$strInvalidFieldAddCount = 'Morate dodati barem jedno polje.';
$strInvalidFieldCount = 'Tabela mora imati barem jedno polje.';
$strInvalidRowNumber = '%d nije ispravan broj reda.';
 
$strJapanese = 'Japanski';
$strJumpToDB = 'Pređi na bazu &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Obrisani&quot; korisnici će i dalje imati pristup serveru dok privilegije ne budu ponovo učitane.';
$strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
 
$strKeepPass = 'Nemoj da menjaš lozinku';
$strKeyname = 'Ime ključa';
$strKill = 'Obustavi';
$strKorean = 'Korejski';
 
$strLandscape = 'Položeno';
$strLatchedPages = 'Zabravljene strane';
$strLatexCaption = 'Komentar tabele';
$strLatexContent = 'Sadržaj tabele __TABLE__';
$strLatexContinuedCaption = 'Nastavljen komentar tabele';
$strLatexContinued = '(nastavljeno)';
$strLatexIncludeCaption = 'Uključi komentar tabele';
$strLatexLabel = 'Oznaka ključa';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opcije';
$strLatexStructure = 'Struktura tabele __TABLE__';
$strLatvian = 'Letonski';
$strLengthSet = 'Dužina/Vrednost*';
$strLimitNumRows = 'Broj redova po strani';
$strLinesTerminatedBy = 'Linije se završavaju sa';
$strLinkNotFound = 'Veza nije pronađena';
$strLinksTo = 'Veze ka';
$strLithuanian = 'Litvanski';
$strLocalhost = 'Lokalni';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLoginInformation = 'Podaci o prijavi';
$strLogin = 'Prijavljivanje';
$strLogout = 'Odjavljivanje';
$strLogPassword = 'Lozinka:';
$strLogServer = 'Server';
$strLogUsername = 'Korisničko ime:';
$strLongOperation = 'Ova operacija može da potraje. Da li da nastavimo?';
 
$strMaximumSize = 'Maksimalna veličina: %s%s';
$strMbExtensionMissing = 'mbstring PHP ekstenzija nije pronađena, a čini se da vi koristite višebajtni skup znakova. Bez mbstring ekstenzije phpMyAdmin ne može ispravno da razdvaja stringove i to može dovesti do neočekivanih rezultata.';
$strMbOverloadWarning = 'Uključena vam je mbstring.func_overload opcija u PHP podešavanjima. Ova opcija je nekompatibilna sa phpMyAdmin i može dovesti do grešaka u nekim podacima!';
$strMIME_available_mime = 'Dostupni MIME-tipovi';
$strMIME_available_transform = 'Dostupne transformacije';
$strMIME_description = 'Opis';
$strMIME_MIMEtype = 'MIME-tipovi';
$strMIME_nodescription = 'Nema opisa za ovu transformaciju.<br />Molimo pitajte autora šta %s radi.';
$strMIME_transformation_note = 'Za listu dostupnih opcija transformacije i njihove transformacije MIME-tipova, kliknite na %sopise transformacija%s';
$strMIME_transformation_options_note = 'Molimo unesite vrednosti za opcije transformacije koristeći ovaj oblik: \'a\',\'b\',\'c\'...<br />Ako treba da unesete obrnutu kosu crtu ("\\") ili apostrof ("\'") u te vrednosti, stavite obrnutu kosu crtu ispred njih (na primer \'\\\\xyz\' ili \'a\\\'b\').';
$strMIME_transformation_options = 'Opcije transformacije';
$strMIME_transformation = 'Tranformacije čitača';
$strMIMETypesForTable = 'MIME TIPOVI ZA TABELU';
$strMIME_without = 'MIME-tipovi prikazani u kurzivu nemaju odvojene funkcije transformacije.';
$strModifications = 'Izmene su sačuvane';
$strModifyIndexTopic = 'Izmeni ključ';
$strModify = 'Promeni';
$strMoveTableOK = 'Tabela %s je pomerena u %s.';
$strMoveTable = 'Pomeri tabelu u (baza<b>.</b>tabela):';
$strMoveTableSameNames = 'Ne mogu da premestim tabelu u samu sebe!';
$strMultilingual = 'višejezički';
$strMyISAMDataPointerSizeDesc = 'Podrazumevana veličina pokazivača u bajtovima, koristi se pri CREATE TABLE za MyISAM tabele kada nije zadata opcija MAX_ROWS';
$strMyISAMDataPointerSize = 'Veličina pokazivača podataka';
$strMyISAMMaxExtraSortFileSizeDesc = 'Ako bi privremena datoteka koja se koristi za brzo kreiranje MyISAM indeksa bila veća nego pri korišćenju keša ključeva za ovde zadatu vrednost, koristi metod keširanja ključeva';
$strMyISAMMaxExtraSortFileSize = 'Maksimalna veličina privremenih datoteka pri kreiranju indeksa';
$strMyISAMMaxSortFileSizeDesc = 'Maksimalna veličina privremenih datoteka koje MySQL sme da koristi pri re-kreiranju MyISAM indeksa (u toku REPAIR TABLE, ALTER TABLE, ili LOAD DATA INFILE operacija).';
$strMyISAMMaxSortFileSize = 'Maksimalna veličina privremenih datoteka za sortiranje';
$strMyISAMRecoverOptionsDesc = 'Režim automatskog oporavka puknutih MyISAM tabela, podešen pri startovanju servera opcijom --myisam-recover.';
$strMyISAMRecoverOptions = 'Režim automatskog oporavka';
$strMyISAMRepairThreadsDesc = 'Ako je vrednost veća od 1, indeksi MyISAM tabela se paralelno kreiraju (svaki indeks u sopstvenoj niti) za vreme procesa popravke sortiranjem.';
$strMyISAMRepairThreads = 'Niti popravke';
$strMyISAMSortBufferSizeDesc = 'Prihvatnik koji se alocira pri sortiranju MyISAM indeksa za vreme operacije REPAIR TABLE ili pri kreiranju indeksa sa CREATE INDEX ili ALTER TABLE.';
$strMyISAMSortBufferSize = 'Veličina prihvatnika za sortiranje';
$strMySQLCharset = 'MySQL set karaktera';
$strMySQLConnectionCollation = 'Sortiranje za MySQL vezu';
$strMySQLSaid = 'MySQL reče: ';
$strMySQLShowProcess = 'Prikaži listu procesa';
$strMySQLShowStatus = 'Prikaži MySQL informacije o toku rada';
$strMySQLShowVars = 'Prikaži MySQL sistemske promenljive';
 
$strName = 'Ime';
$strNext = 'Sledeći';
$strNoActivity = 'Nije bilo aktivnosti %s ili više sekundi, molimo prijavite se ponovo';
$strNoDatabases = 'Baza ne postoji';
$strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
$strNoDescription = 'nema opisa';
$strNoDetailsForEngine = 'Nema detaljnijih informacija o statusu za ovaj pogon skladištenja.';
$strNoDropDatabases = '"DROP DATABASE" komanda je onemogućena.';
$strNoExplain = 'Preskoči objašnjavanje SQL-a';
$strNoFrames = 'phpMyAdmin preferira čitače koji podržavaju okvire.';
$strNoIndex = 'Ključ nije definisan!';
$strNoIndexPartsDefined = 'Delovi ključa nisu definisani!';
$strNoModification = 'Nema izmena';
$strNo = 'Ne';
$strNone = 'nema';
$strNoOptions = 'Ne postoje opcije za ovaj format';
$strNoPassword = 'Nema lozinke';
$strNoPermission = 'Veb serveru nije dozvoljeno da sačuva datoteku %s.';
$strNoPhp = 'bez PHP koda';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nije Vam dozvoljeno da budete ovde!';
$strNoRowsSelected = 'Nema odabranih redova';
$strNoSpace = 'Nedovoljno prostora za snimanje datoteke %s.';
$strNoTablesFound = 'Tabele nisu pronađene u bazi.';
$strNoThemeSupport = 'Nema podrške za teme, molimo proverite konfiguraciju i/ili teme u direktorijumu %s.';
$strNotNumber = 'Ovo nije broj!';
$strNotOK = 'nije u redu';
$strNotSet = '<b>%s</b> tabela nije pronađena ili nije postavljena u %s';
$strNoUsersFound = 'Korisnik nije nađen.';
$strNoValidateSQL = 'Preskoči proveru SQL-a';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s pogodaka unutar tabele <i>%s</i>';
$strNumSearchResultsTotal = '<b>Ukupno:</b> <i>%s</i> pogodaka';
$strNumTables = 'Tabele';
 
$strOK = 'U redu';
$strOperations = 'Operacije';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimizuj tabelu';
$strOr = 'ili';
$strOverhead = 'Prekoračenje';
$strOverwriteExisting = 'Prepiši postojeće datoteke';
 
$strPageNumber = 'Broj strane:';
$strPagesToBeFlushed = 'Strane koje treba da budu usklađene';
$strPaperSize = 'Dimenzije papira';
$strPartialText = 'Deo teksta';
$strPasswordChanged = 'Lozinka za %s je uspešno promenjena.';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordHashing = 'Heširanje lozinke';
$strPassword = 'Lozinka';
$strPasswordNotSame = 'Lozinke nisu identične!';
$strPdfDbSchema = 'Shema baze "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
$strPdfNoTables = 'Nema tabela';
$strPerHour = 'na sat';
$strPerMinute = 'u minutu';
$strPerSecond = 'u sekundi';
$strPersian = 'Persijski';
$strPhoneBook = 'telefonski imenik';
$strPHP40203 = 'Koristite PHP 4.2.3, koji ima ozbiljan bag sa višebajtnim stringovima (mbstring). Pogledajte izveštaj o grešci br. 19404. Ova verzija PHP-a se ne preporučuje za korišćenje sa phpMyAdmin.';
$strPhp = 'Napravi PHP kod';
$strPHPVersion = 'verzija PHP-a';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktiva MORA biti podešena u konfiguracionoj datoteci!';
$strPolish = 'Poljski';
$strPortrait = 'Uspravno';
$strPos1 = 'Početak';
$strPrevious = 'Prethodna';
$strPrimaryKeyHasBeenDropped = 'Primarni ključ je obrisan';
$strPrimaryKeyName = 'Ime primarnog ključa mora da bude... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnog ključa!)';
$strPrimary = 'Primarni';
$strPrint = 'Štampaj';
$strPrintViewFull = 'Pogled za štampu (sa punim tekstom)';
$strPrintView = 'Za štampu';
$strPrivDescAllPrivileges = 'Uključuje sve privilegije osim GRANT.';
$strPrivDescAlter = 'Dozvoljava izmenu struktura postojećih tabela.';
$strPrivDescAlterRoutine = 'Dozvoljava izmenu i odbacivanje sačuvanih rutina.';
$strPrivDescCreateDb = 'Dozvoljava kreiranje novih baza i tabela.';
$strPrivDescCreateRoutine = 'Dozvoljava pravljenje sačuvanih rutina.';
$strPrivDescCreateTbl = 'Dozvoljava kreiranje novih tabela.';
$strPrivDescCreateTmpTable = 'Dozvoljava kreiranje privremenih tabela..';
$strPrivDescCreateUser = 'Dozvoljava pravljenje, odbacivanje i preimenovanje korisničkih naloga.';
$strPrivDescCreateView = 'Dozvoli kreiranje novih pogleda.';
$strPrivDescDelete = 'Dozvoljava brisanje podataka.';
$strPrivDescDropDb = 'Dozvoljava odbacivanje baza i tabela.';
$strPrivDescDropTbl = 'Dozvoljava odbacivanje tabela.';
$strPrivDescExecute5 = 'Dozvoljava izvršavanje sačuvanih rutina.';
$strPrivDescExecute = 'Dozvoljava pokretanje sačuvanih procedura. Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescFile = 'Dozvoljava uvoz podataka i njihov izvoz u datoteke.';
$strPrivDescGrant = 'Dozvoljava dodavanje korisnika i privilegija bez ponovnog učitavanja tabela privilegija.';
$strPrivDescIndex = 'Dozvoljava kreiranje i brisanje ključeva.';
$strPrivDescInsert = 'Dozvoljava umetanje i zamenu podataka.';
$strPrivDescLockTables = 'Dozvoljava zaključavanje tabela tekućim procesima.';
$strPrivDescMaxConnections = 'Ograničava broj novih konekcija koje korisnik može ta otvori na sat.';
$strPrivDescMaxQuestions = 'Ograničava broj upita koje korisnik može da uputi serveru za sat.';
$strPrivDescMaxUpdates = 'Ograničava broj komandi koje menjaju tabele ili baze koje korisnik može da izvrši na sat.';
$strPrivDescProcess3 = 'Dozvoljava prekidanje procesa drugih korisnika.';
$strPrivDescProcess4 = 'Dozvoljava pregled kompletnih upita u listi procesa.';
$strPrivDescReferences = 'Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescReload = 'Dozvoljava ponovno učitavanje podešavanja servera i pražnjenje keša servera.';
$strPrivDescReplClient = 'Daje pravo korisniku da pita gde su glavni/pomoćni serveri.';
$strPrivDescReplSlave = 'Potrebno zbog pomoćnih servera za replikaciju.';
$strPrivDescSelect = 'Dozvoljava čitanje podataka.';
$strPrivDescShowDb = 'Daje pristup kompletnoj listi baza.';
$strPrivDescShowView = 'Dozvoljava izvršavanje SHOW CREATE VIEW upita.';
$strPrivDescShutdown = 'Dozvoljava gašenje servera.';
$strPrivDescSuper = ' Dozvoljava povezivanje iako je dostignut maksimalan broj dozvoljenih veza; Neophodno za većinu administrativnih opcija kao što su podešavanje globalnih promenljivih ili prekidanje procesa ostalih korisnika.';
$strPrivDescUpdate = 'Dozvoljava izmenu podataka.';
$strPrivDescUsage = 'Nema privilegija.';
$strPrivileges = 'Privilegije';
$strPrivilegesReloaded = 'Privilegije su uspešno ponovo učitane.';
$strProcesslist = 'Lista procesa';
$strPutColNames = 'Stavi imena polja u prvi red';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Upit po primeru';
$strQueryFrame = 'Prozor za upite';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL istorijat';
$strQueryStatistics = '<b>Statistike upita</b>: %s upita je postavljeno serveru od njegovog pokretanja.';
$strQueryTime = 'Upit je trajao %01.4f sekundi';
$strQueryType = 'Vrsta upita';
$strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
 
$strReadRequests = 'Zahtevi za čitanje';
$strReceived = 'Primljeno';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Proveri referencijalni integritet:';
$strRefresh = 'Osveži';
$strRelationalSchema = 'Relaciona shema';
$strRelationNotWorking = 'Dodatne mogućnosti za rad sa povezanim tabelama su isključene. Da biste saznali zašto, kliknite %sovde%s.';
$strRelationsForTable = 'RELACIJE TABELE';
$strRelations = 'Relacije';
$strRelationView = 'Relacioni pogled';
$strReloadingThePrivileges = 'Ponovo učitavam privilegije';
$strReloadMySQL = 'Ponovo pokreni MySQL';
$strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
$strRenameDatabaseOK = 'Baza %s je preimenovana u %s';
$strRenameTableOK = 'Tabeli %s promenjeno ime u %s';
$strRenameTable = 'Promeni ime tabele u ';
$strRepairTable = 'Popravi tabelu';
$strReplaceNULLBy = 'Zameni NULL sa';
$strReplaceTable = 'Zameni podatke u tabeli sa podacima iz datoteke';
$strReset = 'Poništi';
$strResourceLimits = 'Ograničenja resursa';
$strReType = 'Ponovite unos';
$strRevokeAndDeleteDescr = 'Korisnici će i dalje imati USAGE privilegije dok se privilegije ponovo ne učitaju.';
$strRevokeAndDelete = 'Obustavi sve aktivne privilegije korisnika i zatim ih obriši.';
$strRevokeMessage = 'Zabranili ste privilegije za %s';
$strRevoke = 'Zabrani';
$strRomanian = 'Rumunski';
$strRowLength = 'Dužina reda';
$strRowsFrom = ' redova počev od reda';
$strRowSize = 'Veličina reda';
$strRowsModeFlippedHorizontal = 'horizontalnom (rotirana zaglavlja)';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s modu i ponovi zaglavlje posle svakog %s reda';
$strRowsModeVertical = 'vertikalnom';
$strRows = 'Redova';
$strRowsStatistic = 'Statistike reda';
$strRunning = 'na serveru %s';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
$strRussian = 'Ruski';
 
$strSaveOnServer = 'Sačuvaj na server u direktorijum %s';
$strSave = 'Sačuvaj';
$strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
$strSearchFormTitle = 'Pretraživanje baze';
$strSearchInTables = 'Unutar tabela:';
$strSearchNeedle = 'Reči ili vrednosti koje se traže (džoker: "%"):';
$strSearchOption1 = 'bar jednu od reči';
$strSearchOption2 = 'sve reči';
$strSearchOption3 = 'tačan izraz';
$strSearchOption4 = 'kao regularni izraz';
$strSearch = 'Pretraživanje';
$strSearchResultsFor = 'Rezultati pretrage za "<i>%s</i>" %s:';
$strSearchType = 'Traži:';
$strSecretRequired = 'Konfiguraciona datoteka zahteva tajnu lozinku (blowfish_secret).';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Izaberi sve';
$strSelectBinaryLog = 'Izaberite binarni dnevnik za pregled';
$strSelectFields = 'Izaberi polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSelectTables = 'Izaberi tabele';
$strSend = 'Sačuvaj kao datoteku';
$strSent = 'Poslato';
$strServerChoice = 'Izbor servera';
$strServerNotResponding = 'Server ne odgovara';
$strServer = 'Server';
$strServerStatus = 'Informacije o toku rada';
$strServerStatusUptime = 'Ovaj MySQL server radi već %s. Pokrenut je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Promenljive';
$strServerTrafficNotes = '<b>Saobraćaj servera</b>: Tabele pokazuju statistike mrežnog saobraćaja na ovom MySQL serveru od njegovog pokretanja.';
$strServerVars = 'Serverske promenljive i podešavanja';
$strServerVersion = 'Verzija servera';
$strSessionValue = 'Vrednost sesije';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam treba obrnuta kosa crta ("\\") ili apostrof ("\'") koristite ih u "izbegnutom" (escaped) obliku (na primer \'\\\\xyz\' ili \'a\\\'b\').';
$strShowAll = 'Prikaži sve';
$strShowColor = 'Prikaži boju';
$strShowDatadictAs = 'Format rečnika podataka';
$strShowFullQueries = 'Prikaži kompletne upite';
$strShowGrid = 'Prikaži mrežu';
$strShowingRecords = 'Prikaz zapisa';
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
$strShow = 'Prikaži';
$strShowTableDimension = 'Prikaži dimenzije tabele';
$strShowTables = 'Prikaži tabele';
$strShowThisQuery = 'Prikaži ponovo ovaj upit';
$strSimplifiedChinese = 'Pojednostavljeni kineski';
$strSingly = '(po jednom polju)';
$strSize = 'Veličina';
$strSlovak = 'Slovački';
$strSlovenian = 'Slovenački';
$strSocketProblem = '(ili priključak lokalnog MySQL servera nije ispravno podešen)';
$strSortByKey = 'Sortiraj po ključu';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeće';
$strSpanish = 'Španski';
$strSplitWordsWithSpace = 'Reči se odvajaju razmakom (" ").';
$strSQLExportCompatibility = 'Kompatibilnost SQL izvoza';
$strSQLExportType = 'Tip izvoza';
$strSQLOptions = 'SQL opcije';
$strSQLParserBugMessage = 'Postoji mogućnost da ste pronašli bag u SQL parseru. Molimo ispitajte svoj upit pažljivo, i proverite da su navodnici ispravni i da ne nedostaju. Ostali mogući razlozi greške mogu biti da ste poslali binarnu datoteku van oblasti za običan tekst. Možete probati svoj upit u MySQL sučelju komandne linije. Donja poruka o grešci MySQL servera, ako je ima, može vam pomoći u otkrivanju problema. Ako i dalje imate probleme ili ako parser ne uspeva tamo gde uspeva sučelje komandne linije, svedite svoj SQL upit na jedan jedini upit koji stvara probleme i pošaljite nam izveštaj o grešci sa delom koda u donjoj REZ sekciji:';
$strSQLParserUserError = 'Izgleda da postoji greška u vašem SQL upitu. Ovde je poruka o greški MySQL servera, koja vam može pomoći u otkrivanju problema';
$strSQLQuery = 'SQL upit';
$strSQLResult = 'SQL rezultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Neispravan identifikator';
$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
$strStatCheckTime = 'Poslednja provera';
$strStatCreateTime = 'Napravljeno';
$strStatement = 'Ime';
$strStatUpdateTime = 'Poslednja izmena';
$strStatus = 'Status';
$strStorageEngine = 'Pogon skladištenja';
$strStorageEngines = 'Pogoni skladištenja';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podaci';
$strStrucDrop = 'Dodaj \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucNativeExcel = 'Izvorni MS Excel podaci';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predloži strukturu tabele';
$strStructure = 'Struktura';
$strSubmit = 'Pošalji';
$strSuccess = 'Vaš SQL upit je uspešno izvršen';
$strSum = 'Ukupno';
$strSwedish = 'Švedski';
$strSwitchToDatabase = 'Prebaci se na kopiranu bazu';
$strSwitchToTable = 'Pređi na kopiranu tabelu';
 
$strTableComments = 'Komentari tabele';
$strTableEmpty = 'Ima tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je odbačena';
$strTableHasBeenEmptied = 'Tabela %s je ispražnjena';
$strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Radnje na tabeli';
$strTableOfContents = 'Sadržaj';
$strTableOptions = 'Opcije tabele';
$strTables = '%s tabela';
$strTableStructure = 'Struktura tabele';
$strTable = 'Tabela';
$strTableType = 'Tip tabele';
$strTakeIt = 'preuzmi';
$strTblPrivileges = 'Privilegije vezane za tabele';
$strTextAreaLength = 'Zbog njehove veličine, polje<br />možda nećete moći da izmenite';
$strThai = 'Tajski';
$strTheme = 'Tema / stil';
$strThisHost = 'Ovaj server';
$strThisNotDirectory = 'Ovo nije direktorijum';
$strThreadSuccessfullyKilled = 'Proces %s je uspešno prekinut.';
$strTime = 'Vreme';
$strToggleScratchboard = 'Uključi/isključi radnu tablu';
$strTotalUC = 'Ukupno';
$strTotal = 'ukupno';
$strTraditionalChinese = 'Tradicionalni kineski';
$strTraditionalSpanish = 'Tradicionalni španski';
$strTraffic = 'Saobraćaj';
$strTransformation_application_octetstream__download = 'Prikazuje vezu za preuzimanje binarnih podataka za polje. Prva opcija je ime binarne datoteke. Druga opcija je moguće ime polja reda tabele koji sadrži ime datoteke. Ako date drugu opciju, prva mora biti postavljena na prazan string';
$strTransformation_application_octetstream__hex = 'Prikazuje heksadecimalni prikaz podataka.';
$strTransformation_image_jpeg__inline = 'Prikazuje umanjenu sliku na koju je moguće kliknuti; opcije: širina, visina u pikselima (čuva originalni odnos)';
$strTransformation_image_jpeg__link = 'Prikazuje link ka ovoj slici (npr. direktno preuzimanje iz BLOB-a).';
$strTransformation_image_png__inline = 'Prikaži JPEG slike na strani';
$strTransformation_text_plain__dateformat = 'Uzima TIME, TIMESTAMP ili DATETIME polje i formatira ga koristeći lokalni oblik prikazivanja datuma. Prva opcija je ofset (u satima) koji se dodaje vremenskoj oznaci (podrazumevano: 0). Druga opcija je različit format datuma prema parametrima koji su dostupni za PHP-ov strftime().';
$strTransformation_text_plain__external = 'SAMO LINUX: Pokreće eksternu aplikaciju i popunjava podatke u poljima preko standardnog ulaza. Vraća standardni izlaz aplikacije. Podrazumevano je Tidy, za lepši prikaz HTML koda. Zbog sigurnosnih razloga, morate ručno izmeniti datoteku libraries/transformations/text_plain__external.inc.php i dodati alate koje želite da koristite. Prva opcija je broj programa koje želite da koristite, a druga su parametri programa. Ako se treći parametar postavi na 1 izlaz će biti konvertovan koristeći htmlspecialchars() (podrazumevano je 1). Ako je četvrti parametar postavljen na 1, NOWRAP će biti dodato ćeliji sa sadržajem tako da će izlaz biti prikazan bez izmena. (podrazumevano 1)';
$strTransformation_text_plain__formatted = 'Čuva originalno formatiranje polja. Escaping se ne vrši.';
$strTransformation_text_plain__imagelink = 'Prikazuje sliku i link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je širina u pikselima, treća je visina.';
$strTransformation_text_plain__link = 'Prikazuje link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je naslov za link.';
$strTransformation_text_plain__substr = 'Pokazuje deo stringa. Prva opcija je broj znakova koje treba preskočiti od početka stringa (podrazumevano 0). Druga opcija je broj vraćenih znakova (podrazumevano: do kraja stringa). Treća opcija je string koji se dodaje kada dođe do odsecanja (podrazumevano: ...) .';
$strTruncateQueries = 'Prikaži skraćene upite';
$strTurkish = 'Turski';
$strType = 'Tip';
 
$strUkrainian = 'Ukrajinski';
$strUncheckAll = 'nijedno';
$strUnicode = 'Unikod';
$strUnique = 'Jedinstveni';
$strUnknown = 'nepoznat';
$strUnselectAll = 'ništa';
$strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promenjen.';
$strUpdateQuery = 'Ažuriraj upit';
$strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
$strUpgrade = 'Trebalo bi da unapredite vaš %s server na verziju %s ili noviju.';
$strUsage = 'Zauzeće';
$strUseBackquotes = 'Koristi \' za ograničavanje imena polja';
$strUseHostTable = 'Koristi tabelu domaćina';
$strUserAlreadyExists = 'Korisnik %s već postoji!';
$strUserEmpty = 'Ime korisnika nije uneto!';
$strUser = 'Korisnik';
$strUserName = 'Ime korisnika';
$strUserNotFound = 'Izabrani korisnik nije pronađen u tabeli privilegija.';
$strUserOverview = 'Pregled korisnika';
$strUsersDeleted = 'Izabrani korisnici su uspešno obrisani.';
$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup &quot;%s&quot;';
$strUseTabKey = 'Koristite TAB taster za pomeranje od polja do polja, ili CTRL+strelice za slobodno pomeranje';
$strUseTables = 'Koristi tabele';
$strUseTextField = 'Koristi tekst polje';
$strUseThisValue = 'Koristi ovu vrednost';
 
$strValidateSQL = 'Proveri SQL';
$strValidatorError = 'SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane neophodne PHP ekstenzije opisane u %sdokumentaciji%s.';
$strValue = 'Vrednost';
$strVar = 'Promenljiva';
$strVersionInformation = 'Informacije o verziji';
$strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
$strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
$strViewDump = 'Prikaži sadržaj (shemu) tabele';
$strViewHasBeenDropped = 'Pogled %s je odbačen';
$strView = 'Pogled';
 
$strWebServerUploadDirectory = 'direktorijum za slanje veb servera ';
$strWebServerUploadDirectoryError = 'Direktorijum koji ste izabrali za slanje nije dostupan';
$strWelcome = 'Dobrodošli na %s';
$strWestEuropean = 'Zapadnoevropski';
$strWildcard = 'džoker';
$strWindowNotFound = 'Odredišni prozor pretraživača nije mogao da bude ažuriran. Možda ste zatvorili matični prozor, ili vaš pretraživač onemogućava ažuriranje među prozorima zbog sigurnosnih podešavanja';
$strWithChecked = 'Označeno:';
$strWriteRequests = 'Zahtevi za upis';
$strWritingCommentNotPossible = 'Pisanje komentara nije moguće';
$strWritingRelationNotPossible = 'Upisivanje relacije nije moguće';
$strWrongUser = 'Pogrešno korisničko ime/lozinka. Pristup odbijen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja ograničenja.';
$strZip = '"zipovano"';
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/serbian_latin-windows-1250.inc.php
0,0 → 1,982
<?php
/* $Id: serbian_latin-windows-1250.inc.php,v 2.127.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by:
* Mihailo Stefanovic <mikis@users.sourceforge.net>, Branislav Jovanovic <fangorn@eunet.yu>
* Igor Mladenovic <mligor@zimco.com>, David Trajkovic <tdavid@ptt.yu>
*/
 
$charset = 'windows-1250';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sre', 'Èet', 'Pet', 'Sub');
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
 
$strAbortedClients = 'Prekinuto';
$strAbsolutePathToDocSqlDir = 'Unesite kompletnu putanju do direktorijuma docSQL na veb serveru';
$strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. Proverite naziv domaæina, korisnièko ime i lozinku u config.inc.php i uverite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
$strAccessDenied = 'Pristup odbijen';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrednost';
$strAddConstraints = 'Dodaj ogranièenja';
$strAddDeleteColumn = 'Dodaj/obriši kolonu';
$strAddDeleteRow = 'Dodaj/obriši polje za kriterijum';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddedColumnComment = 'Dodat je komentar koloni';
$strAddedColumnRelation = 'Dodata je relacija koloni';
$strAddFields = 'Dodaj %s polja';
$strAddHeaderComment = 'Dodaj komentar u zaglavlje (\\n razdvaja linije)';
$strAddIfNotExists = 'Dodaj \'IF NOT EXISTS\'';
$strAddIntoComments = 'Dodaj u komentare';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na sledeæoj bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na sledeæoj tabeli';
$strAddSearchConditions = 'Dodaj uslove pretraživanja (deo "WHERE" upita):';
$strAddToIndex = 'Dodaj u kljuè &nbsp;%s&nbsp;kolona(e)';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Dodali ste novog korisnika.';
$strAdministration = 'Administracija';
$strAffectedRows = 'Obuhvaæeno redova:';
$strAfterInsertBack = 'Nazad na prethodnu stranu';
$strAfterInsertNewInsert = 'Dodaj još jedan novi red';
$strAfterInsertNext = 'Uredi sledeæi red';
$strAfterInsertSame = 'Vrati se na ovu stranu';
$strAfter = 'Posle %s';
$strAll = 'Sve';
$strAllTableSameWidth = 'Prikaz svih tabela iste širine?';
$strAlterOrderBy = 'Promeni redosled u tabeli';
$strAnalyzeTable = 'Analiziraj tabelu';
$strAnd = 'i';
$strAndThen = 'i onda';
$strAnIndex = 'Kljuè je upravo dodat %s';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji domaæin';
$strAnyUser = 'Bilo koji korisnik';
$strApproximateCount = 'Može biti približno. Vidite FAQ 3.11';
$strAPrimaryKey = 'Primarni kljuè je upravo dodat %s';
$strArabic = 'Arapski';
$strArmenian = 'Jermenski';
$strAscending = 'Rastuæi';
$strAtBeginningOfTable = 'Na poèetku tabele';
$strAtEndOfTable = 'Na kraju tabele';
$strAttr = 'Atributi';
$strAutodetect = 'automatski';
$strAutomaticLayout = 'Automatski raspored';
 
$strBack = 'Nazad';
$strBaltic = 'Baltièki';
$strBeginCut = 'POÈETAK REZ';
$strBeginRaw = 'POÈETAK SIROVO';
$strBinary = 'Binarni';
$strBinaryDoNotEdit = 'Binarni - ne menjaj';
$strBinaryLog = 'Binarni dnevnik';
$strBinLogEventType = 'Vrsta dogaðaja';
$strBinLogInfo = 'Informacije';
$strBinLogName = 'Naziv dnevnika';
$strBinLogOriginalPosition = 'Originalna pozicija';
$strBinLogPosition = 'Pozicija';
$strBinLogServerId = 'ID servera';
$strBookmarkAllUsers = 'Dozvoli svakom korisniku da pristupa ovom zapamæenom upitu';
$strBookmarkDeleted = 'Obeleživaè je upravo obrisan.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Zapamæen SQL-upit';
$strBookmarkThis = 'Zapamti SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowseForeignValues = 'Pregledaj strane vrednosti';
$strBrowse = 'Pregled';
$strBufferPoolActivity = 'Aktivnost skupa prihvatnika';
$strBufferPool = 'Skup prihvatnika';
$strBufferPoolUsage = 'Korišæenje skupa prihvatnika';
$strBufferReadMissesInPercent = 'Promašaji èitanja u %';
$strBufferReadMisses = 'Promašaji pri èitanju';
$strBufferWriteWaits = 'Èekanja na upis';
$strBufferWriteWaitsInPercent = 'Èekanja na upis u %';
$strBulgarian = 'Bugarski';
$strBusyPages = 'Zauzete strane';
$strBzError = 'phpMyAdmin nije mogao da kompresuje sadržaj baze zbog neispravne BZ2 ekstenzije u ovoj verziji PHP-a. Preporuèuje se da podesite <code>$cfg[\'BZipDump\']</code> direktivu u vašoj phpMyAdmin konfiguracionoj datoteci na <code>FALSE</code>. Ako želite da koristite moguænosti BZ2 kompresije, trebalo bi da preðete na noviju verziju PHP-a. Vidite PHP izveštaj o greškama %s za detalje.';
$strBzip = '"bzip-ovano"';
 
$strCalendar = 'Kalendar';
$strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
$strCantLoad = 'ne mogu da uèitam ekstenziju %s,<br />molim proverite PHP konfiguraciju';
$strCantLoadRecodeIconv = 'Ne mogu da uèitam iconv ili recode ekstenzije potrebne za konverziju skupova znakova, podesite PHP da dozvoli korišæenje ovih ekstenzija ili onemoguæite konverziju skupova znakova u phpMyAdmin-u.';
$strCantRenameIdxToPrimary = 'Ne mogu da promenim kljuè u PRIMARY (primarni) !';
$strCantUseRecodeIconv = 'Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako ekstenzija prijavljuje da je uèitana. Proverite vašu PHP konfiguraciju.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'Ne razlikuje mala i velika slova';
$strCaseSensitive = 'Razlikuje mala i velika slova';
$strCentralEuropean = 'Centralnoevropski';
$strChangeCopyModeCopy = '... saèuvaj stare.';
$strChangeCopyModeDeleteAndReload = ' ... obriši starog iz tabele korisnika i zatim ponovo uèitaj privilegije.';
$strChangeCopyModeJustDelete = ' ... obriši stare iz tabela korisnika.';
$strChangeCopyMode = 'Napravi novog korisnika sa istim privilegijama i ...';
$strChangeCopyModeRevoke = ' ... obustavi sve privilegije starog korisnika i zatim ga obriši.';
$strChangeCopyUser = 'Promeni informacije o prijavi / Kopiraj korisnika';
$strChangeDisplay = 'Izaberi polja za prikaz';
$strChangePassword = 'Promeni lozinku';
$strChange = 'Promeni';
$strCharset = 'Karakter set';
$strCharsetOfFile = 'Karakter set datoteke:';
$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
$strCharsets = 'Kodne strane';
$strCheckAll = 'Oznaèi sve';
$strCheckOverhead = 'Proveri prekoraèenja';
$strCheckPrivsLong = 'Proveri privilegije za bazu &quot;%s&quot;.';
$strCheckPrivs = 'Proveri privilegije';
$strCheckTable = 'Proveri tabelu';
$strChoosePage = 'Izaberite stranu koju menjate';
$strColComFeat = 'Prikazujem komentare kolone';
$strCollation = 'Sortiranje';
$strColumnNames = 'Imena kolona';
$strColumnPrivileges = 'Privilegije vezane za kolone';
$strCommand = 'Naredba';
$strCommentsForTable = 'KOMENTARI TABELE';
$strComments = 'Komentari';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilno';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin nije mogao da proèita vašu konfiguracionu datoteku!<br />Ovo se može desiti ako PHP naðe grešku u procesiranju ili ne može da pronaðe datoteku.<br />Pozovite konfiguracionu datoteku direktno koristeæi donji link i proèitajte poruke o grešci koje dobijate. U veæini sluèajeve negde nedostaje navodnik ili taèka-zarez.<br />Ako dobijete praznu stranu, sve je u redu.';
$strConfigureTableCoord = 'Podesite koordinate za tabelu %s';
$strConnectionError = 'Ne mogu da se povežem: neispravna podešavanja.';
$strConnections = 'Konekcije';
$strConstraintsForDumped = 'Ogranièenja za izvezene tabele';
$strConstraintsForTable = 'Ogranièenja za tabele';
$strCookiesRequired = 'Kolaèiæi (Cookies) moraju u ovom sluèaju biti aktivni.';
$strCopyDatabaseOK = 'Baza %s je prekopirana u %s';
$strCopy = 'Kopiraj';
$strCopyTable = 'Kopiraj tabelu u (baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je kopirana u %s.';
$strCopyTableSameNames = 'Ne mogu da kopiram tabelu u samu sebe!';
$strCouldNotKill = 'phpMyAdmin nije mogao da prekine proces %s. Verovatno je veæ zatvoren.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE pre kopiranja';
$strCreateIndex = 'Napravi kljuè na&nbsp;%s&nbsp;kolona';
$strCreateIndexTopic = 'Napravi novi kljuè';
$strCreate = 'Napravi';
$strCreateNewDatabase = 'Napravi novu bazu podataka';
$strCreateNewTable = 'Napravi novu tabelu u bazi %s';
$strCreatePage = 'Napravi novu stranu';
$strCreatePdfFeat = 'Pravljenje PDF-ova';
$strCreationDates = 'Datumi kreiranja/ažuriranja/provere';
$strCriteria = 'Kriterijum';
$strCroatian = 'Hrvatski';
$strCSVOptions = 'CSV opcije';
$strCyrillic = 'Æirilièni';
$strCzech = 'Èeški';
$strCzechSlovak = 'Èeško-slovaèki';
 
$strDanish = 'Danski';
$strDatabase = 'Baza podataka';
$strDatabaseEmpty = 'Ime baze nije zadato!';
$strDatabaseExportOptions = 'Opcije za izvoz baze';
$strDatabaseHasBeenDropped = 'Baza %s je odbaèena.';
$strDatabaseNoTable = 'Baza ne sadrži tabele!';
$strDatabases = 'Baze';
$strDatabasesDropped = '%s baza je uspešno odbaèeno.';
$strDatabasesStatsDisable = 'Iskljuèi statistike';
$strDatabasesStatsEnable = 'Ukljuèi statistike';
$strDatabasesStatsHeavyTraffic = 'Napomena: ukljuèivanje statistika može prouzrokovati veliki saobraæaj izmeðu veb i MySQL servera.';
$strDatabasesStats = 'Statistika baze';
$strDataDict = 'Reènik podataka';
$strDataOnly = 'Samo podaci';
$strDataPages = 'Strane sa podacima';
$strData = 'Podaci';
$strDBComment = 'Komentar baze:';
$strDBCopy = 'Kopiraj bazu u';
$strDBGContextID = 'Kontekst ID';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Pogodaka';
$strDBGLine = 'Linija';
$strDBGMaxTimeMs = 'Max vreme, ms';
$strDBGMinTimeMs = 'Min vreme, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vreme/pogodak, ms';
$strDBGTotalTimeMs = 'Ukupno vreme, ms';
$strDbPrivileges = 'Privilegije vezane za bazu';
$strDBRename = 'Preimenuj bazu u';
$strDbSpecific = 'Specifièno za bazu';
$strDefaultEngine = '%s je podrazumevani pogon skladištenja na ovom MySQL serveru.';
$strDefault = 'Podrazumevano';
$strDefaultValueHelp = 'Za podrazumevanu vrednost, unesite samo jednu vrednost, bez kosih crta ili navodnika u ovom obliku: a';
$strDefragment = 'Defragmentiraj tabelu';
$strDelayedInserts = 'Koristi odložena umetanja';
$strDeleteAndFlushDescr = 'Ovo je najèistiji naèin, ali ponovno uèitavanje privilegina može da potraje.';
$strDeleteAndFlush = 'Obriši korisnike i ponovo uèitaj privilegije.';
$strDeleted = 'Red je obrisan';
$strDeletedRows = 'Obrisani redovi:';
$strDelete = 'Obriši';
$strDeleting = 'Brišem %s';
$strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
$strDescending = 'Opadajuæi';
$strDescription = 'Opis';
$strDictionary = 'reènik';
$strDirtyPages = 'Prljave strane';
$strDisabled = 'Onemoguæeno';
$strDisableForeignChecks = 'Iskljuèi provere stranih kljuèeva';
$strDisplayFeat = 'Prikaži osobine';
$strDisplayOrder = 'Redosled prikaza:';
$strDisplayPDF = 'Prikaži PDF shemu';
$strDoAQuery = 'Napravi "upit po primeru" (džoker: "%")';
$strDocu = 'Dokumentacija';
$strDoYouReally = 'Da li stvarno hoæete da ';
$strDropDatabaseStrongWarning = 'Ovim æete UNIŠTITI kompletnu bazu podataka!';
$strDrop = 'Odbaci';
$strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
$strDumpingData = 'Prikaz podataka tabele';
$strDumpSaved = 'Sadržaj baze je saèuvan u datoteku %s.';
$strDumpXRows = 'Prikaži %s redova poèevši od reda %s.';
$strDynamic = 'dinamièki';
 
$strEditPDFPages = 'Ureðivanje PDF strana';
$strEditPrivileges = 'Promeni privilegije';
$strEdit = 'Promeni';
$strEffective = 'Efektivne';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
$strEnabled = 'Omoguæeno';
$strEncloseInTransaction = 'Obavi izvoz u transakciji';
$strEndCut = 'KRAJ REZ';
$strEnd = 'Kraj';
$strEndRaw = 'KRAJ SIROVO';
$strEngineAvailable = '%s je dostupan na ovom MySQL serveru.';
$strEngineDisabled = '%s je onemoguæen na ovom MySQL serveru.';
$strEngines = 'Skladištenja';
$strEngineUnsupported = 'Ovaj MySQL server ne podržava %s pogon skladištenja.';
$strEnglish = 'Engleski';
$strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
$strError = 'Greška';
$strEscapeWildcards = 'Pre džokera _ i % treba staviti znak \ ako ih koristite samostalno';
$strEstonian = 'Estonski';
$strExcelEdition = 'Excel izdanje';
$strExcelOptions = 'Excel opcije';
$strExecuteBookmarked = 'Izvrši upamæen upit';
$strExplain = 'Objasni SQL';
$strExport = 'Izvoz';
$strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspelih pokušaja';
$strFieldHasBeenDropped = 'Polje %s je obrisano';
$strField = 'Polje';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Polja ogranièena sa';
$strFieldsEscapedBy = 'Escape karakter &nbsp; &nbsp; &nbsp;';
$strFields = 'Polja';
$strFieldsTerminatedBy = 'Polja razdvojena sa';
$strFileAlreadyExists = 'Datoteka %s veæ postoji na serveru, promenite ime datoteke ili ukljuèite opciju prepisivanja.';
$strFileCouldNotBeRead = 'Datoteku nije moguæe proèitati';
$strFileNameTemplate = 'Šablon imena datoteke';
$strFileNameTemplateRemember = 'zapamti šablon';
$strFixed = 'sreðeno';
$strFlushPrivilegesNote = 'Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje server koristi ako su vršene ruène izmene. U tom sluèaju %sponovo uèitajte privilegije%s pre nego što nastavite.';
$strFlushTable = 'Osveži tabelu ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Nedostaje vrednost u obrascu!';
$strFreePages = 'Slobodne strane';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenBy = 'Generisao';
$strGeneralRelationFeat = 'Opšte osobine relacija';
$strGenerate = 'Napravi';
$strGeneratePassword = 'Napravi lozinku';
$strGenTime = 'Vreme kreiranja';
$strGeorgian = 'Gruzijski';
$strGerman = 'Nemaèki';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalne privilegije';
$strGlobalValue = 'Globalna vrednost';
$strGo = 'Kreni';
$strGrantOption = 'Omoguæi';
$strGreek = 'Grèki';
$strGzip = '"gzip-ovano"';
 
$strHasBeenAltered = 'je promenjen(a).';
$strHasBeenCreated = 'je kreiran(a).';
$strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
$strHebrew = 'Hebrejski';
$strHexForBinary = 'Koristi heksadecimalno za binarna polja';
$strHomepageOfficial = 'phpMyAdmin veb sajt';
$strHome = 'Poèetna strana';
$strHost = 'Domaæin';
$strHostEmpty = 'Ime domaæina je prazno!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcije izvoza u Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcije izvoza u Microsoft Word 2000';
$strHungarian = 'Maðarski';
 
$strIcelandic = 'Islandski';
$strId = 'ID';
$strIdxFulltext = 'Tekst kljuè';
$strIgnore = 'Ignoriši';
$strIgnoreInserts = 'Ignoriši duplikate pri umetanju';
$strIgnoringFile = 'Ignorišem datoteku %s';
$strImportDocSQL = 'Uvoz docSQL datoteka';
$strImportFiles = 'Uvoz datoteka';
$strIndexes = 'Kljuèevi';
$strIndexHasBeenDropped = 'Kljuè %s je obrisan';
$strIndex = 'Kljuè';
$strIndexName = 'Ime kljuèa :';
$strIndexType = 'Tip kljuèa :';
$strIndexWarningMultiple = 'Više od jednog %s kljuèa je napravljeno za kolonu `%s`';
$strIndexWarningPrimary = 'PRIMARY i INDEX kljuèevi ne bi trebali da budu istovremeno postavljeni za kolonu `%s`';
$strIndexWarningTable = 'Problem pri indeksiranju tabele `%s`';
$strIndexWarningUnique = 'UNIQUE i INDEX kljuèevi ne bi trebali da budu istovremeno postavljeni za kolonu `%s`';
$strInnoDBAutoextendIncrementDesc = ' Velièina koraka proširenja velièine tabela koje se automatski proširuju kada se napune.';
$strInnoDBAutoextendIncrement = 'Korak automatskog proširenja';
$strInnoDBBufferPoolSizeDesc = 'Velièina memorijskog prihvatnika koje InnoDB koristi za keširanje podataka i indeksa svojih tabela.';
$strInnoDBBufferPoolSize = 'Velièina prihvatnika';
$strInnoDBDataFilePath = 'Datoteke sa podacima';
$strInnoDBDataHomeDirDesc = 'Zajednièki deo putanje direktorijuma za sve InnoDB datoteke sa podacima.';
$strInnoDBDataHomeDir = 'Osnovni direktorijum podataka';
$strInnoDBPages = 'strana';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Vaša konfiguraciona datoteka sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za upade, i zaista treba da ispravite ovaj sigurnosni rizik.';
$strInsertAsNewRow = 'Unesi kao novi red';
$strInsertedRowId = 'ID umetnutih redova:';
$strInsertedRows = 'Uneseno redova:';
$strInsertNewRow = 'Unesi novi red';
$strInsert = 'Novi zapis';
$strInternalNotNecessary = '* Unutrašnja relacija nije neophodna kada postoji i u InnoDB.';
$strInternalRelations = 'Unutrašnje relacije';
$strInUse = 'se koristi';
$strInvalidColumnCount = 'Broj kolona mora biti veæi od nule.';
$strInvalidFieldAddCount = 'Morate dodati barem jedno polje.';
$strInvalidFieldCount = 'Tabela mora imati barem jedno polje.';
$strInvalidRowNumber = '%d nije ispravan broj reda.';
 
$strJapanese = 'Japanski';
$strJumpToDB = 'Preði na bazu &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Obrisani&quot; korisnici æe i dalje imati pristup serveru dok privilegije ne budu ponovo uèitane.';
$strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
 
$strKeepPass = 'Nemoj da menjaš lozinku';
$strKeyname = 'Ime kljuèa';
$strKill = 'Obustavi';
$strKorean = 'Korejski';
 
$strLandscape = 'Položeno';
$strLatchedPages = 'Zabravljene strane';
$strLatexCaption = 'Komentar tabele';
$strLatexContent = 'Sadržaj tabele __TABLE__';
$strLatexContinuedCaption = 'Nastavljen komentar tabele';
$strLatexContinued = '(nastavljeno)';
$strLatexIncludeCaption = 'Ukljuèi komentar tabele';
$strLatexLabel = 'Oznaka kljuèa';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opcije';
$strLatexStructure = 'Struktura tabele __TABLE__';
$strLatvian = 'Letonski';
$strLengthSet = 'Dužina/Vrednost*';
$strLimitNumRows = 'Broj redova po strani';
$strLinesTerminatedBy = 'Linije se završavaju sa';
$strLinkNotFound = 'Veza nije pronaðena';
$strLinksTo = 'Veze ka';
$strLithuanian = 'Litvanski';
$strLocalhost = 'Lokalni';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLoginInformation = 'Podaci o prijavi';
$strLogin = 'Prijavljivanje';
$strLogout = 'Odjavljivanje';
$strLogPassword = 'Lozinka:';
$strLogServer = 'Server';
$strLogUsername = 'Korisnièko ime:';
$strLongOperation = 'Ova operacija može da potraje. Da li da nastavimo?';
 
$strMaximumSize = 'Maksimalna velièina: %s%s';
$strMbExtensionMissing = 'mbstring PHP ekstenzija nije pronaðena, a èini se da vi koristite višebajtni skup znakova. Bez mbstring ekstenzije phpMyAdmin ne može ispravno da razdvaja stringove i to može dovesti do neoèekivanih rezultata.';
$strMbOverloadWarning = 'Ukljuèena vam je mbstring.func_overload opcija u PHP podešavanjima. Ova opcija je nekompatibilna sa phpMyAdmin i može dovesti do grešaka u nekim podacima!';
$strMIME_available_mime = 'Dostupni MIME-tipovi';
$strMIME_available_transform = 'Dostupne transformacije';
$strMIME_description = 'Opis';
$strMIME_MIMEtype = 'MIME-tipovi';
$strMIME_nodescription = 'Nema opisa za ovu transformaciju.<br />Molimo pitajte autora šta %s radi.';
$strMIME_transformation_note = 'Za listu dostupnih opcija transformacije i njihove transformacije MIME-tipova, kliknite na %sopise transformacija%s';
$strMIME_transformation_options_note = 'Molimo unesite vrednosti za opcije transformacije koristeæi ovaj oblik: \'a\',\'b\',\'c\'...<br />Ako treba da unesete obrnutu kosu crtu ("\\") ili apostrof ("\'") u te vrednosti, stavite obrnutu kosu crtu ispred njih (na primer \'\\\\xyz\' ili \'a\\\'b\').';
$strMIME_transformation_options = 'Opcije transformacije';
$strMIME_transformation = 'Tranformacije èitaèa';
$strMIMETypesForTable = 'MIME TIPOVI ZA TABELU';
$strMIME_without = 'MIME-tipovi prikazani u kurzivu nemaju odvojene funkcije transformacije.';
$strModifications = 'Izmene su saèuvane';
$strModifyIndexTopic = 'Izmeni kljuè';
$strModify = 'Promeni';
$strMoveTableOK = 'Tabela %s je pomerena u %s.';
$strMoveTable = 'Pomeri tabelu u (baza<b>.</b>tabela):';
$strMoveTableSameNames = 'Ne mogu da premestim tabelu u samu sebe!';
$strMultilingual = 'višejezièki';
$strMyISAMDataPointerSizeDesc = 'Podrazumevana velièina pokazivaèa u bajtovima, koristi se pri CREATE TABLE za MyISAM tabele kada nije zadata opcija MAX_ROWS';
$strMyISAMDataPointerSize = 'Velièina pokazivaèa podataka';
$strMyISAMMaxExtraSortFileSizeDesc = 'Ako bi privremena datoteka koja se koristi za brzo kreiranje MyISAM indeksa bila veæa nego pri korišæenju keša kljuèeva za ovde zadatu vrednost, koristi metod keširanja kljuèeva';
$strMyISAMMaxExtraSortFileSize = 'Maksimalna velièina privremenih datoteka pri kreiranju indeksa';
$strMyISAMMaxSortFileSizeDesc = 'Maksimalna velièina privremenih datoteka koje MySQL sme da koristi pri re-kreiranju MyISAM indeksa (u toku REPAIR TABLE, ALTER TABLE, ili LOAD DATA INFILE operacija).';
$strMyISAMMaxSortFileSize = 'Maksimalna velièina privremenih datoteka za sortiranje';
$strMyISAMRecoverOptionsDesc = 'Režim automatskog oporavka puknutih MyISAM tabela, podešen pri startovanju servera opcijom --myisam-recover.';
$strMyISAMRecoverOptions = 'Režim automatskog oporavka';
$strMyISAMRepairThreadsDesc = 'Ako je vrednost veæa od 1, indeksi MyISAM tabela se paralelno kreiraju (svaki indeks u sopstvenoj niti) za vreme procesa popravke sortiranjem.';
$strMyISAMRepairThreads = 'Niti popravke';
$strMyISAMSortBufferSizeDesc = 'Prihvatnik koji se alocira pri sortiranju MyISAM indeksa za vreme operacije REPAIR TABLE ili pri kreiranju indeksa sa CREATE INDEX ili ALTER TABLE.';
$strMyISAMSortBufferSize = 'Velièina prihvatnika za sortiranje';
$strMySQLCharset = 'MySQL set karaktera';
$strMySQLConnectionCollation = 'Sortiranje za MySQL vezu';
$strMySQLSaid = 'MySQL reèe: ';
$strMySQLShowProcess = 'Prikaži listu procesa';
$strMySQLShowStatus = 'Prikaži MySQL informacije o toku rada';
$strMySQLShowVars = 'Prikaži MySQL sistemske promenljive';
 
$strName = 'Ime';
$strNext = 'Sledeæi';
$strNoActivity = 'Nije bilo aktivnosti %s ili više sekundi, molimo prijavite se ponovo';
$strNoDatabases = 'Baza ne postoji';
$strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
$strNoDescription = 'nema opisa';
$strNoDetailsForEngine = 'Nema detaljnijih informacija o statusu za ovaj pogon skladištenja.';
$strNoDropDatabases = '"DROP DATABASE" komanda je onemoguæena.';
$strNoExplain = 'Preskoèi objašnjavanje SQL-a';
$strNoFrames = 'phpMyAdmin preferira èitaèe koji podržavaju okvire.';
$strNoIndex = 'Kljuè nije definisan!';
$strNoIndexPartsDefined = 'Delovi kljuèa nisu definisani!';
$strNoModification = 'Nema izmena';
$strNo = 'Ne';
$strNone = 'nema';
$strNoOptions = 'Ne postoje opcije za ovaj format';
$strNoPassword = 'Nema lozinke';
$strNoPermission = 'Veb serveru nije dozvoljeno da saèuva datoteku %s.';
$strNoPhp = 'bez PHP koda';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nije Vam dozvoljeno da budete ovde!';
$strNoRowsSelected = 'Nema odabranih redova';
$strNoSpace = 'Nedovoljno prostora za snimanje datoteke %s.';
$strNoTablesFound = 'Tabele nisu pronaðene u bazi.';
$strNoThemeSupport = 'Nema podrške za teme, molimo proverite konfiguraciju i/ili teme u direktorijumu %s.';
$strNotNumber = 'Ovo nije broj!';
$strNotOK = 'nije u redu';
$strNotSet = '<b>%s</b> tabela nije pronaðena ili nije postavljena u %s';
$strNoUsersFound = 'Korisnik nije naðen.';
$strNoValidateSQL = 'Preskoèi proveru SQL-a';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s pogodaka unutar tabele <i>%s</i>';
$strNumSearchResultsTotal = '<b>Ukupno:</b> <i>%s</i> pogodaka';
$strNumTables = 'Tabele';
 
$strOK = 'U redu';
$strOperations = 'Operacije';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimizuj tabelu';
$strOr = 'ili';
$strOverhead = 'Prekoraèenje';
$strOverwriteExisting = 'Prepiši postojeæe datoteke';
 
$strPageNumber = 'Broj strane:';
$strPagesToBeFlushed = 'Strane koje treba da budu usklaðene';
$strPaperSize = 'Dimenzije papira';
$strPartialText = 'Deo teksta';
$strPasswordChanged = 'Lozinka za %s je uspešno promenjena.';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordHashing = 'Heširanje lozinke';
$strPassword = 'Lozinka';
$strPasswordNotSame = 'Lozinke nisu identiène!';
$strPdfDbSchema = 'Shema baze "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
$strPdfNoTables = 'Nema tabela';
$strPerHour = 'na sat';
$strPerMinute = 'u minutu';
$strPerSecond = 'u sekundi';
$strPersian = 'Persijski';
$strPhoneBook = 'telefonski imenik';
$strPHP40203 = 'Koristite PHP 4.2.3, koji ima ozbiljan bag sa višebajtnim stringovima (mbstring). Pogledajte izveštaj o grešci br. 19404. Ova verzija PHP-a se ne preporuèuje za korišæenje sa phpMyAdmin.';
$strPhp = 'Napravi PHP kod';
$strPHPVersion = 'verzija PHP-a';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktiva MORA biti podešena u konfiguracionoj datoteci!';
$strPolish = 'Poljski';
$strPortrait = 'Uspravno';
$strPos1 = 'Poèetak';
$strPrevious = 'Prethodna';
$strPrimaryKeyHasBeenDropped = 'Primarni kljuè je obrisan';
$strPrimaryKeyName = 'Ime primarnog kljuèa mora da bude... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnog kljuèa!)';
$strPrimary = 'Primarni';
$strPrint = 'Štampaj';
$strPrintViewFull = 'Pogled za štampu (sa punim tekstom)';
$strPrintView = 'Za štampu';
$strPrivDescAllPrivileges = 'Ukljuèuje sve privilegije osim GRANT.';
$strPrivDescAlter = 'Dozvoljava izmenu struktura postojeæih tabela.';
$strPrivDescAlterRoutine = 'Dozvoljava izmenu i odbacivanje saèuvanih rutina.';
$strPrivDescCreateDb = 'Dozvoljava kreiranje novih baza i tabela.';
$strPrivDescCreateRoutine = 'Dozvoljava pravljenje saèuvanih rutina.';
$strPrivDescCreateTbl = 'Dozvoljava kreiranje novih tabela.';
$strPrivDescCreateTmpTable = 'Dozvoljava kreiranje privremenih tabela..';
$strPrivDescCreateUser = 'Dozvoljava pravljenje, odbacivanje i preimenovanje korisnièkih naloga.';
$strPrivDescCreateView = 'Dozvoli kreiranje novih pogleda.';
$strPrivDescDelete = 'Dozvoljava brisanje podataka.';
$strPrivDescDropDb = 'Dozvoljava odbacivanje baza i tabela.';
$strPrivDescDropTbl = 'Dozvoljava odbacivanje tabela.';
$strPrivDescExecute5 = 'Dozvoljava izvršavanje saèuvanih rutina.';
$strPrivDescExecute = 'Dozvoljava pokretanje saèuvanih procedura. Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescFile = 'Dozvoljava uvoz podataka i njihov izvoz u datoteke.';
$strPrivDescGrant = 'Dozvoljava dodavanje korisnika i privilegija bez ponovnog uèitavanja tabela privilegija.';
$strPrivDescIndex = 'Dozvoljava kreiranje i brisanje kljuèeva.';
$strPrivDescInsert = 'Dozvoljava umetanje i zamenu podataka.';
$strPrivDescLockTables = 'Dozvoljava zakljuèavanje tabela tekuæim procesima.';
$strPrivDescMaxConnections = 'Ogranièava broj novih konekcija koje korisnik može ta otvori na sat.';
$strPrivDescMaxQuestions = 'Ogranièava broj upita koje korisnik može da uputi serveru za sat.';
$strPrivDescMaxUpdates = 'Ogranièava broj komandi koje menjaju tabele ili baze koje korisnik može da izvrši na sat.';
$strPrivDescProcess3 = 'Dozvoljava prekidanje procesa drugih korisnika.';
$strPrivDescProcess4 = 'Dozvoljava pregled kompletnih upita u listi procesa.';
$strPrivDescReferences = 'Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescReload = 'Dozvoljava ponovno uèitavanje podešavanja servera i pražnjenje keša servera.';
$strPrivDescReplClient = 'Daje pravo korisniku da pita gde su glavni/pomoæni serveri.';
$strPrivDescReplSlave = 'Potrebno zbog pomoænih servera za replikaciju.';
$strPrivDescSelect = 'Dozvoljava èitanje podataka.';
$strPrivDescShowDb = 'Daje pristup kompletnoj listi baza.';
$strPrivDescShowView = 'Dozvoljava izvršavanje SHOW CREATE VIEW upita.';
$strPrivDescShutdown = 'Dozvoljava gašenje servera.';
$strPrivDescSuper = ' Dozvoljava povezivanje iako je dostignut maksimalan broj dozvoljenih veza; Neophodno za veæinu administrativnih opcija kao što su podešavanje globalnih promenljivih ili prekidanje procesa ostalih korisnika.';
$strPrivDescUpdate = 'Dozvoljava izmenu podataka.';
$strPrivDescUsage = 'Nema privilegija.';
$strPrivileges = 'Privilegije';
$strPrivilegesReloaded = 'Privilegije su uspešno ponovo uèitane.';
$strProcesslist = 'Lista procesa';
$strPutColNames = 'Stavi imena polja u prvi red';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Upit po primeru';
$strQueryFrame = 'Prozor za upite';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL istorijat';
$strQueryStatistics = '<b>Statistike upita</b>: %s upita je postavljeno serveru od njegovog pokretanja.';
$strQueryTime = 'Upit je trajao %01.4f sekundi';
$strQueryType = 'Vrsta upita';
$strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
 
$strReadRequests = 'Zahtevi za èitanje';
$strReceived = 'Primljeno';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Proveri referencijalni integritet:';
$strRefresh = 'Osveži';
$strRelationalSchema = 'Relaciona shema';
$strRelationNotWorking = 'Dodatne moguænosti za rad sa povezanim tabelama su iskljuèene. Da biste saznali zašto, kliknite %sovde%s.';
$strRelationsForTable = 'RELACIJE TABELE';
$strRelations = 'Relacije';
$strRelationView = 'Relacioni pogled';
$strReloadingThePrivileges = 'Ponovo uèitavam privilegije';
$strReloadMySQL = 'Ponovo pokreni MySQL';
$strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
$strRenameDatabaseOK = 'Baza %s je preimenovana u %s';
$strRenameTableOK = 'Tabeli %s promenjeno ime u %s';
$strRenameTable = 'Promeni ime tabele u ';
$strRepairTable = 'Popravi tabelu';
$strReplaceNULLBy = 'Zameni NULL sa';
$strReplaceTable = 'Zameni podatke u tabeli sa podacima iz datoteke';
$strReset = 'Poništi';
$strResourceLimits = 'Ogranièenja resursa';
$strReType = 'Ponovite unos';
$strRevokeAndDeleteDescr = 'Korisnici æe i dalje imati USAGE privilegije dok se privilegije ponovo ne uèitaju.';
$strRevokeAndDelete = 'Obustavi sve aktivne privilegije korisnika i zatim ih obriši.';
$strRevokeMessage = 'Zabranili ste privilegije za %s';
$strRevoke = 'Zabrani';
$strRomanian = 'Rumunski';
$strRowLength = 'Dužina reda';
$strRowsFrom = ' redova poèev od reda';
$strRowSize = 'Velièina reda';
$strRowsModeFlippedHorizontal = 'horizontalnom (rotirana zaglavlja)';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s modu i ponovi zaglavlje posle svakog %s reda';
$strRowsModeVertical = 'vertikalnom';
$strRows = 'Redova';
$strRowsStatistic = 'Statistike reda';
$strRunning = 'na serveru %s';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
$strRussian = 'Ruski';
 
$strSaveOnServer = 'Saèuvaj na server u direktorijum %s';
$strSave = 'Saèuvaj';
$strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
$strSearchFormTitle = 'Pretraživanje baze';
$strSearchInTables = 'Unutar tabela:';
$strSearchNeedle = 'Reèi ili vrednosti koje se traže (džoker: "%"):';
$strSearchOption1 = 'bar jednu od reèi';
$strSearchOption2 = 'sve reèi';
$strSearchOption3 = 'taèan izraz';
$strSearchOption4 = 'kao regularni izraz';
$strSearch = 'Pretraživanje';
$strSearchResultsFor = 'Rezultati pretrage za "<i>%s</i>" %s:';
$strSearchType = 'Traži:';
$strSecretRequired = 'Konfiguraciona datoteka zahteva tajnu lozinku (blowfish_secret).';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Izaberi sve';
$strSelectBinaryLog = 'Izaberite binarni dnevnik za pregled';
$strSelectFields = 'Izaberi polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSelectTables = 'Izaberi tabele';
$strSend = 'Saèuvaj kao datoteku';
$strSent = 'Poslato';
$strServerChoice = 'Izbor servera';
$strServerNotResponding = 'Server ne odgovara';
$strServer = 'Server';
$strServerStatus = 'Informacije o toku rada';
$strServerStatusUptime = 'Ovaj MySQL server radi veæ %s. Pokrenut je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Promenljive';
$strServerTrafficNotes = '<b>Saobraæaj servera</b>: Tabele pokazuju statistike mrežnog saobraæaja na ovom MySQL serveru od njegovog pokretanja.';
$strServerVars = 'Serverske promenljive i podešavanja';
$strServerVersion = 'Verzija servera';
$strSessionValue = 'Vrednost sesije';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam treba obrnuta kosa crta ("\\") ili apostrof ("\'") koristite ih u "izbegnutom" (escaped) obliku (na primer \'\\\\xyz\' ili \'a\\\'b\').';
$strShowAll = 'Prikaži sve';
$strShowColor = 'Prikaži boju';
$strShowDatadictAs = 'Format reènika podataka';
$strShowFullQueries = 'Prikaži kompletne upite';
$strShowGrid = 'Prikaži mrežu';
$strShowingRecords = 'Prikaz zapisa';
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
$strShow = 'Prikaži';
$strShowTableDimension = 'Prikaži dimenzije tabele';
$strShowTables = 'Prikaži tabele';
$strShowThisQuery = 'Prikaži ponovo ovaj upit';
$strSimplifiedChinese = 'Pojednostavljeni kineski';
$strSingly = '(po jednom polju)';
$strSize = 'Velièina';
$strSlovak = 'Slovaèki';
$strSlovenian = 'Slovenaèki';
$strSocketProblem = '(ili prikljuèak lokalnog MySQL servera nije ispravno podešen)';
$strSortByKey = 'Sortiraj po kljuèu';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeæe';
$strSpanish = 'Španski';
$strSplitWordsWithSpace = 'Reèi se odvajaju razmakom (" ").';
$strSQLExportCompatibility = 'Kompatibilnost SQL izvoza';
$strSQLExportType = 'Tip izvoza';
$strSQLOptions = 'SQL opcije';
$strSQLParserBugMessage = 'Postoji moguænost da ste pronašli bag u SQL parseru. Molimo ispitajte svoj upit pažljivo, i proverite da su navodnici ispravni i da ne nedostaju. Ostali moguæi razlozi greške mogu biti da ste poslali binarnu datoteku van oblasti za obièan tekst. Možete probati svoj upit u MySQL suèelju komandne linije. Donja poruka o grešci MySQL servera, ako je ima, može vam pomoæi u otkrivanju problema. Ako i dalje imate probleme ili ako parser ne uspeva tamo gde uspeva suèelje komandne linije, svedite svoj SQL upit na jedan jedini upit koji stvara probleme i pošaljite nam izveštaj o grešci sa delom koda u donjoj REZ sekciji:';
$strSQLParserUserError = 'Izgleda da postoji greška u vašem SQL upitu. Ovde je poruka o greški MySQL servera, koja vam može pomoæi u otkrivanju problema';
$strSQLQuery = 'SQL upit';
$strSQLResult = 'SQL rezultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Neispravan identifikator';
$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
$strStatCheckTime = 'Poslednja provera';
$strStatCreateTime = 'Napravljeno';
$strStatement = 'Ime';
$strStatUpdateTime = 'Poslednja izmena';
$strStatus = 'Status';
$strStorageEngine = 'Pogon skladištenja';
$strStorageEngines = 'Pogoni skladištenja';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podaci';
$strStrucDrop = 'Dodaj \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucNativeExcel = 'Izvorni MS Excel podaci';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predloži strukturu tabele';
$strStructure = 'Struktura';
$strSubmit = 'Pošalji';
$strSuccess = 'Vaš SQL upit je uspešno izvršen';
$strSum = 'Ukupno';
$strSwedish = 'Švedski';
$strSwitchToDatabase = 'Prebaci se na kopiranu bazu';
$strSwitchToTable = 'Preði na kopiranu tabelu';
 
$strTableComments = 'Komentari tabele';
$strTableEmpty = 'Ima tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je odbaèena';
$strTableHasBeenEmptied = 'Tabela %s je ispražnjena';
$strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Radnje na tabeli';
$strTableOfContents = 'Sadržaj';
$strTableOptions = 'Opcije tabele';
$strTables = '%s tabela';
$strTableStructure = 'Struktura tabele';
$strTable = 'Tabela';
$strTableType = 'Tip tabele';
$strTakeIt = 'preuzmi';
$strTblPrivileges = 'Privilegije vezane za tabele';
$strTextAreaLength = 'Zbog njehove velièine, polje<br />možda neæete moæi da izmenite';
$strThai = 'Tajski';
$strTheme = 'Tema / stil';
$strThisHost = 'Ovaj server';
$strThisNotDirectory = 'Ovo nije direktorijum';
$strThreadSuccessfullyKilled = 'Proces %s je uspešno prekinut.';
$strTime = 'Vreme';
$strToggleScratchboard = 'Ukljuèi/iskljuèi radnu tablu';
$strTotalUC = 'Ukupno';
$strTotal = 'ukupno';
$strTraditionalChinese = 'Tradicionalni kineski';
$strTraditionalSpanish = 'Tradicionalni španski';
$strTraffic = 'Saobraæaj';
$strTransformation_application_octetstream__download = 'Prikazuje vezu za preuzimanje binarnih podataka za polje. Prva opcija je ime binarne datoteke. Druga opcija je moguæe ime polja reda tabele koji sadrži ime datoteke. Ako date drugu opciju, prva mora biti postavljena na prazan string';
$strTransformation_application_octetstream__hex = 'Prikazuje heksadecimalni prikaz podataka.';
$strTransformation_image_jpeg__inline = 'Prikazuje umanjenu sliku na koju je moguæe kliknuti; opcije: širina, visina u pikselima (èuva originalni odnos)';
$strTransformation_image_jpeg__link = 'Prikazuje link ka ovoj slici (npr. direktno preuzimanje iz BLOB-a).';
$strTransformation_image_png__inline = 'Prikaži JPEG slike na strani';
$strTransformation_text_plain__dateformat = 'Uzima TIME, TIMESTAMP ili DATETIME polje i formatira ga koristeæi lokalni oblik prikazivanja datuma. Prva opcija je ofset (u satima) koji se dodaje vremenskoj oznaci (podrazumevano: 0). Druga opcija je razlièit format datuma prema parametrima koji su dostupni za PHP-ov strftime().';
$strTransformation_text_plain__external = 'SAMO LINUX: Pokreæe eksternu aplikaciju i popunjava podatke u poljima preko standardnog ulaza. Vraæa standardni izlaz aplikacije. Podrazumevano je Tidy, za lepši prikaz HTML koda. Zbog sigurnosnih razloga, morate ruèno izmeniti datoteku libraries/transformations/text_plain__external.inc.php i dodati alate koje želite da koristite. Prva opcija je broj programa koje želite da koristite, a druga su parametri programa. Ako se treæi parametar postavi na 1 izlaz æe biti konvertovan koristeæi htmlspecialchars() (podrazumevano je 1). Ako je èetvrti parametar postavljen na 1, NOWRAP æe biti dodato æeliji sa sadržajem tako da æe izlaz biti prikazan bez izmena. (podrazumevano 1)';
$strTransformation_text_plain__formatted = 'Èuva originalno formatiranje polja. Escaping se ne vrši.';
$strTransformation_text_plain__imagelink = 'Prikazuje sliku i link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je širina u pikselima, treæa je visina.';
$strTransformation_text_plain__link = 'Prikazuje link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je naslov za link.';
$strTransformation_text_plain__substr = 'Pokazuje deo stringa. Prva opcija je broj znakova koje treba preskoèiti od poèetka stringa (podrazumevano 0). Druga opcija je broj vraæenih znakova (podrazumevano: do kraja stringa). Treæa opcija je string koji se dodaje kada doðe do odsecanja (podrazumevano: ...) .';
$strTruncateQueries = 'Prikaži skraæene upite';
$strTurkish = 'Turski';
$strType = 'Tip';
 
$strUkrainian = 'Ukrajinski';
$strUncheckAll = 'nijedno';
$strUnicode = 'Unikod';
$strUnique = 'Jedinstveni';
$strUnknown = 'nepoznat';
$strUnselectAll = 'ništa';
$strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promenjen.';
$strUpdateQuery = 'Ažuriraj upit';
$strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
$strUpgrade = 'Trebalo bi da unapredite vaš %s server na verziju %s ili noviju.';
$strUsage = 'Zauzeæe';
$strUseBackquotes = 'Koristi \' za ogranièavanje imena polja';
$strUseHostTable = 'Koristi tabelu domaæina';
$strUserAlreadyExists = 'Korisnik %s veæ postoji!';
$strUserEmpty = 'Ime korisnika nije uneto!';
$strUser = 'Korisnik';
$strUserName = 'Ime korisnika';
$strUserNotFound = 'Izabrani korisnik nije pronaðen u tabeli privilegija.';
$strUserOverview = 'Pregled korisnika';
$strUsersDeleted = 'Izabrani korisnici su uspešno obrisani.';
$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup &quot;%s&quot;';
$strUseTabKey = 'Koristite TAB taster za pomeranje od polja do polja, ili CTRL+strelice za slobodno pomeranje';
$strUseTables = 'Koristi tabele';
$strUseTextField = 'Koristi tekst polje';
$strUseThisValue = 'Koristi ovu vrednost';
 
$strValidateSQL = 'Proveri SQL';
$strValidatorError = 'SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane neophodne PHP ekstenzije opisane u %sdokumentaciji%s.';
$strValue = 'Vrednost';
$strVar = 'Promenljiva';
$strVersionInformation = 'Informacije o verziji';
$strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
$strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
$strViewDump = 'Prikaži sadržaj (shemu) tabele';
$strViewHasBeenDropped = 'Pogled %s je odbaèen';
$strView = 'Pogled';
 
$strWebServerUploadDirectory = 'direktorijum za slanje veb servera ';
$strWebServerUploadDirectoryError = 'Direktorijum koji ste izabrali za slanje nije dostupan';
$strWelcome = 'Dobrodošli na %s';
$strWestEuropean = 'Zapadnoevropski';
$strWildcard = 'džoker';
$strWindowNotFound = 'Odredišni prozor pretraživaèa nije mogao da bude ažuriran. Možda ste zatvorili matièni prozor, ili vaš pretraživaè onemoguæava ažuriranje meðu prozorima zbog sigurnosnih podešavanja';
$strWithChecked = 'Oznaèeno:';
$strWriteRequests = 'Zahtevi za upis';
$strWritingCommentNotPossible = 'Pisanje komentara nije moguæe';
$strWritingRelationNotPossible = 'Upisivanje relacije nije moguæe';
$strWrongUser = 'Pogrešno korisnièko ime/lozinka. Pristup odbijen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja ogranièenja.';
$strZip = '"zipovano"';
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/slovak-iso-8859-2.inc.php
0,0 → 1,979
<?php
/* $Id: slovak-iso-8859-2.inc.php,v 2.123.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/* By: lubos klokner <erkac@vault-tec.sk> */
/* and Ivan Kuriscak <shylauda69@yahoo.com> */
 
$charset = 'iso-8859-2';
$text_dir = 'ltr';
$left_font_family = '"verdana ce", "arial ce", verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, "verdana ce", "arial ce", helvetica, arial, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bajtov', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ne', 'Po', 'Út', 'St', '©t', 'Pi', 'So');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Máj', 'Jún', 'Júl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%B, %Y - %H:%M';
$timespanfmt = '%s dní, %s hodín, %s minút a %s sekúnd';
 
$strAbortedClients = 'Preru¹ené';
$strAbsolutePathToDocSqlDir = 'Prosím zadajte absolútnu cestu k adresáru docSQL na serveri.';
$strAccessDeniedExplanation = 'phpMyAdmin sa pokúsil pripoji» k MySQL serveru ale ten spojenie odmietol. Skontrolujte prosím meno serveru, pou¾ívateµské meno a heslo v súbore config.inc.php a s tým, ktoré ste dostali o administrátora MySQL servera.';
$strAccessDenied = 'Prístup zamietnutý';
$strAction = 'Akcia';
$strAddAutoIncrement = 'Prida» hodnotu AUTO_INCREMENT';
$strAddConstraints = 'Prida» obmedzenia';
$strAddDeleteColumn = 'Prida»/Odobra» polia ståpcov';
$strAddDeleteRow = 'Prida»/Odobra» kritéria riadku';
$strAddDropDatabase = 'Prida» DROP DATABASE';
$strAddedColumnComment = 'Pridaný komentár k ståpcu';
$strAddedColumnRelation = 'Pridaný vz»ah pre ståpec';
$strAddFields = 'Prida» %s polo¾iek';
$strAddHeaderComment = 'Prida» vlastný komentár do hlavièky (\\n oddeµuje riadky)';
$strAddIfNotExists = 'Prida» IF NOT EXISTS';
$strAddIntoComments = 'Prida» do komentárov';
$strAddNewField = 'Prida» nové pole';
$strAddPrivilegesOnDb = 'Prida» oprávnenia pre nasledujúcu databázu';
$strAddPrivilegesOnTbl = 'Prida» oprávnenia pre nasledujúcu tabuµku';
$strAddSearchConditions = 'Prida» vyhµadávacie parametre (obsah dotazu po "where" príkaze):';
$strAddToIndex = 'Prida» do indexu &nbsp;%s&nbsp;ståpec';
$strAddUserMessage = 'Pou¾ívateµ bol pridaný.';
$strAddUser = 'Prida» nového pou¾ívateµa';
$strAdministration = 'Administrácia';
$strAffectedRows = ' Ovplyvnené riadky: ';
$strAfterInsertBack = 'Spä»';
$strAfterInsertNewInsert = 'Vlo¾i» nový záznam';
$strAfterInsertNext = 'Upravi» nasledujúci riadok';
$strAfterInsertSame = 'Spä» na túto stránku';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Povoli» preru¹enie importu v prípade, ¾e sa blí¾i èasový limit behu skriptu. Týmto spôsobom sa mô¾u importova» aj veµké súbory, ale mô¾e to zároveò spôsobi» problémy s transakciami.';
$strAllTableSameWidth = 'zobrazi» v¹etky tabuµky s rovnakou ¹írkou?';
$strAll = 'V¹etko';
$strAlterOrderBy = 'Zmeni» poradie tabuµky podµa';
$strAnalyzeTable = 'Analyzova» tabuµku';
$strAnd = 'a';
$strAndThen = 'a potom';
$strAnIndex = 'Bol pridaný index pre %s';
$strAny = 'Akýkoµvek';
$strAnyHost = 'Akýkoµvek hostiteµ';
$strAnyUser = 'Akýkoµvek pou¾ívateµ';
$strApproximateCount = 'Mô¾e by» nepresné. Pozri FAQ 3.11';
$strAPrimaryKey = 'Bol pridaný primárny kµúè pre %s';
$strArabic = 'Arab¹tina';
$strArmenian = 'Armén¹tina';
$strAscending = 'Vzostupne';
$strAtBeginningOfTable = 'Na zaèiatku tabuµky';
$strAtEndOfTable = 'Na konci tabuµky';
$strAttr = 'Atribúty';
$strAutodetect = 'Automaticky zisti»';
$strAutomaticLayout = 'Automatické rozvrhnutie';
 
$strBack = 'Spä»';
$strBaltic = 'Baltické';
$strBeginCut = 'ZAÈIATOK VÝSEKU';
$strBeginRaw = 'ZAÈIATOK TOKU';
$strBinary = 'Binárny';
$strBinaryDoNotEdit = 'Binárny - neupravujte ';
$strBinaryLog = 'Binárny log';
$strBinLogEventType = 'Typ udalosti';
$strBinLogInfo = 'Informácia';
$strBinLogName = 'Názov logu';
$strBinLogOriginalPosition = 'Pôvodná pozícia';
$strBinLogPosition = 'Pozícia';
$strBinLogServerId = 'ID servra';
$strBookmarkAllUsers = 'Dovoli» pou¾íva» túto polo¾ku v¹etkým pou¾ívateµom';
$strBookmarkCreated = 'Príkaz %s bol zaradený medzi obµúbené';
$strBookmarkDeleted = 'Záznam z obµúbených bol zmazaný.';
$strBookmarkLabel = 'Názov';
$strBookmarkQuery = 'Obµúbený SQL dotaz';
$strBookmarkReplace = 'Prepísa» existujúci príkaz s rovnakým menom';
$strBookmarkThis = 'Prida» tento SQL dotaz do obµúbených';
$strBookmarkView = 'Iba prezrie»';
$strBrowseForeignValues = 'Prejs» hodnoty cudzích kµúèov';
$strBrowse = 'Prechádza»';
$strBufferPoolActivity = 'Aktivita Vyrovnávacej Pamäte';
$strBufferPoolUsage = 'Vyu¾itie Vyrovnávacej Pamäte';
$strBufferPool = 'Vyrovnávacia Pamä»';
$strBufferReadMissesInPercent = 'Výpadkov pri èítaní v %';
$strBufferReadMisses = 'Výpadkov pri èítaní';
$strBufferWriteWaits = 'Èakaní na zápis';
$strBufferWriteWaitsInPercent = 'Èakaní na zápis v %';
$strBulgarian = 'Bulharsky';
$strBusyPages = 'Spracovávaných stránok';
$strBzError = 'nepodarilo sa skomprimova» výstup z dôvodu chybného roz¹írenia pre kompresiu Bz2 v tejto verzii php. Doporuèuje sa nastavi» <code>$cfg[\'BZipDump\']</code> v konfigurácii phpMyAdmin na <code>FALSE</code>. Ak si ¾eláte pou¾íva» kompresiu Bz2 mali by ste nain¹talova» nov¹iu verziu php. Viac informácií získate z popisu chyby: %s.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Kalendár';
$strCanNotLoadImportPlugins = 'Nebolo mo¾né naèíta» importovacie pluginy, skontrolujte prosím va¹u in¹taláciu!';
$strCannotLogin = 'Nedá sa prihlási» k MySQL serveru';
$strCantLoad = 'nedá sa nahra» roz¹írenie %s,<br />prosím skontrolujte konfiguráciu PHP';
$strCantLoadRecodeIconv = 'Nie je mo¾né nahra» roz¹írenie iconv alebo recode potrebné pre prevod znakových sad. Upravte nastavenie php tak aby umo¾òovalo pou¾i» tieto roz¹írenia alebo vypnite túto vlastnos» v konfigurácii phpMyAdmina.';
$strCantRenameIdxToPrimary = 'Nie je mo¾né premenova» index na PRIMARY!';
$strCantUseRecodeIconv = 'Nie je mo¾né pou¾i» funkcie iconv,libiconv a recode_string aj napriek tomu, ¾e roz¹írenia sú nahrané. Skontrolujte prosím nastavenie PHP.';
$strCardinality = 'Mohutnos»';
$strCaseInsensitive = 'nerozli¹ova» veµké a malé písmená';
$strCaseSensitive = 'rozli¹ova» veµké a malé písmená';
$strCentralEuropean = 'Stredná Európa';
$strChangeCopyModeCopy = '... zachova» pôvodného pou¾ívateµa.';
$strChangeCopyModeDeleteAndReload = ' ... zmaza» pôvodného pou¾ívateµa z tabuliek pou¾ívateµov a potom znovunaèíta» oprávnenia.';
$strChangeCopyModeJustDelete = ' ... zmaza» pôvodného pou¾ívateµa z tabuliek pou¾ívateµov.';
$strChangeCopyModeRevoke = ' ... odobra» v¹etky oprávnenia pôvodnému pou¾ívateµovi a následne ho zmaza».';
$strChangeCopyMode = 'Vytvori» pou¾ívateµa s rovnakými právami a...';
$strChangeCopyUser = 'Zmeni» informácie o pou¾ívateµovi / Kopírova» pou¾ívateµa';
$strChangeDisplay = 'Zvolte, ktoré pole zobrazi»';
$strChangePassword = 'Zmeni» heslo';
$strChange = 'Zmeni»';
$strCharsetOfFile = 'Znaková sada súboru:';
$strCharsetsAndCollations = 'Znakové sady a porovnávanie';
$strCharsets = 'Znakové sady';
$strCharset = 'Znaková sada';
$strCheckAll = 'Oznaèi» v¹etko';
$strCheckOverhead = 'Zvoli» neoptimálne';
$strCheckPrivsLong = 'Skontrolova» oprávnenia pre databázu &quot;%s&quot;.';
$strCheckPrivs = 'Skontrolova» oprávnenia';
$strCheckTable = 'Skontrolova» tabuµku';
$strChoosePage = 'Prosím zvolte si Stránku, ktorú chcete upravi»';
$strColComFeat = 'Zobrazova» komentáre ståpcov';
$strCollation = 'Porovnávanie';
$strColumnNames = 'Názvy ståpcov';
$strColumnPrivileges = 'Oprávnenia pre jednotlivé ståpce';
$strCommand = 'Príkaz';
$strCommentsForTable = 'KOMENTÁRE PRE TABU¥KU';
$strComments = 'Komentáre';
$strCompatibleHashing = 'Kompatibilné s&nbsp;MySQL&nbsp;4.0';
$strCompleteInserts = 'Úplné vlo¾enie';
$strCompression = 'Kompresia';
$strCompressionWillBeDetected = 'Kompresia importovaného súboru bude rozpoznaná automaticky. Podporované: %s';
$strConfigFileError = 'phpMyAdmin nebol schopný naèíta» konfiguraèný súbor!<br />Tento problém sa zvyèajne vyskytne ak súbor obsahuje chybu alebo ho php nemohlo nájs».<br />Zavolajte browserom tento súbor priamo pou¾itím nasledujúceho odkazu na získanie chybových hlá¹ok, ktoré sú ním spôsobené. Väè¹inou sa jedná o chýbajúcu úvodzovku alebo bodkoèiarku.<br />Ak dostanete iba prázdnu stránku, v¹etko je v poriadku.';
$strConfigureTableCoord = 'Prosím skonfigurujte koordináty pre tabuµku %s';
$strConnectionError = 'Nepodarilo sa pripoji»: chybné nastavenia.';
$strConnections = 'Spojenia';
$strConstraintsForDumped = 'Obmedzenie pre exportované tabuµky';
$strConstraintsForTable = 'Obmedzenie pre tabuµku';
$strCookiesRequired = 'Cookies musia by» povolené, pokiaµ chcete pokraèova».';
$strCopyDatabaseOK = 'Databáza %s bola skopírovaná na %s';
$strCopy = 'Kopírova»';
$strCopyTableOK = 'Tabuµka %s bola skorírovaná do %s.';
$strCopyTableSameNames = 'Nedá sa skopírova» tabuµka sama do seba!';
$strCopyTable = 'Skopírova» tabuµku do (databáza<b>.</b>tabuµka):';
$strCouldNotKill = 'Neporadilo za zabi» vlákno %s. Jeho beh bol pravdepodobne u¾ ukonèený.';
$strCreateDatabaseBeforeCopying = 'Vytvori» databázu (CREATE DATABASE) pred kopírovaním';
$strCreateIndexTopic = 'Vytvori» nový index';
$strCreateIndex = 'Vytvori» index na&nbsp;%s&nbsp;ståpcoch';
$strCreateNewDatabase = 'Vytvori» novú databázu';
$strCreateNewTable = 'Vytvori» novú tabuµku v databáze %s';
$strCreatePage = 'Vytvori» novú Stránku';
$strCreatePdfFeat = 'Vytváranie PDF';
$strCreate = 'Vytvori»';
$strCreationDates = 'Dátum vytvorenia, poslednej zmeny a kontroly';
$strCriteria = 'Kritéria';
$strCroatian = 'Chorvátsky';
$strCSV = 'CSV';
$strCSVImportOptions = 'Mo¾nosti CSV';
$strCSVOptions = 'CSV nastavenia';
$strCyrillic = 'Cyrilika';
$strCzech = 'Èesky';
$strCzechSlovak = 'Èe¹tina/Slovenèina';
 
$strDanish = 'Dánsky';
$strDatabase = 'Databáza';
$strDatabaseEmpty = 'Meno databázy je prázdne!';
$strDatabaseExportOptions = 'Nastavenia exportu databáz';
$strDatabaseHasBeenDropped = 'Databáza %s bola zmazaná.';
$strDatabaseNoTable = 'Táto databáza neobsahuje ¾iadne tabuµky!';
$strDatabases = 'databáz(y)';
$strDatabasesDropped = 'Úspe¹ne zru¹ených databáz: %s.';
$strDatabasesStatsDisable = 'Skry» ¹tatistiky';
$strDatabasesStatsEnable = 'Zobrazi» ¹tatistiky';
$strDatabasesStatsHeavyTraffic = 'Poznámka: Aktivovanie ¹tatistík databázy mô¾e spôsobi» znaèné zvý¹enie sie»ovej prevádzky medzi databázou a web serverom.';
$strDatabasesStats = '©tatistiky databázy';
$strDataDict = 'Dátový slovník';
$strData = 'Dáta';
$strDataOnly = 'Iba dáta';
$strDataPages = 'Stránky obsahujúce dáta';
$strDBComment = 'Komentár k databáze: ';
$strDBCopy = 'Skopírova» databázu na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Zásahov';
$strDBGLine = 'Riadok';
$strDBGMaxTimeMs = 'Max. èas, ms';
$strDBGMinTimeMs = 'Min èas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Èas/Zásah, ms';
$strDBGTotalTimeMs = 'Celkový èas, ms';
$strDbPrivileges = 'Oprávnenia pre jednotlivé databázy';
$strDBRename = 'Premenova» databázu na';
$strDbSpecific = 'závislé na databáze';
$strDefaultEngine = 'Na tomto MySQL servri je prednastaveným úlo¾ným systémom %s.';
$strDefault = 'Predvolené';
$strDefaultValueHelp = 'Pre predvolené hodnoty, prosím zadajte iba jednu hodnotu bez úvodzoviek alebo uvádzacích znakov, napr.: a';
$strDefragment = 'Defragmentova» tabuµku';
$strDelayedInserts = 'Pou¾i» oneskorené vlo¾enia';
$strDeleteAndFlushDescr = 'Toto je najèistej¹ie rie¹enie, ale znovunaèítanie práv mô¾e chvíµu trva».';
$strDeleteAndFlush = 'Odstráni» pou¾ívateµov a znovunaèíta» práva.';
$strDeleted = 'Riadok bol zmazaný';
$strDeletedRows = 'Zmazané riadky:';
$strDeleteNoUsersSelected = 'Na odstránenie neboli vybraní ¾iadni u¾ívatelia!';
$strDelete = 'Zmaza»';
$strDeleting = 'Odstraòuje sa %s';
$strDelOld = 'Aktuálna stránka sa odkazuje na tabuµky, ktoré u¾ neexistujú, ¾eláte si odstráni» tieto odkazy?';
$strDescending = 'Zostupne';
$strDescription = 'Popis';
$strDictionary = 'slovník';
$strDirtyPages = 'Zmenených stránok';
$strDisabled = 'Vypnuté';
$strDisableForeignChecks = 'Vypnú» kontrolu cudzích kµúèov';
$strDisplayFeat = 'Zobrazi» vlastnosti';
$strDisplayOrder = 'Zobrazi» zoradené:';
$strDisplayPDF = 'Zobrazi» schému PDF';
$strDoAQuery = 'Vykona» "dotaz podµa príkladu" (nahradzujúci znak: "%")';
$strDocu = 'Dokumentácia';
$strDoYouReally = 'Skutoène chcete vykona» príkaz ';
$strDropDatabaseStrongWarning = 'Chystáte sa ZRU©I« celú databázu!';
$strDrop = 'Odstráni»';
$strDropUsersDb = 'Odstráni» databázy s rovnakým menom ako majú pou¾ívatelia.';
$strDumpingData = 'S»ahujem dáta pre tabuµku';
$strDumpSaved = 'Dump (schéma) bol ulo¾ený do súboru %s.';
$strDumpXRows = 'Zobrazi» %s riadkov od riadku %s.';
$strDynamic = 'dynamický';
 
$strEditPDFPages = 'Upravi» PDF Stránky';
$strEditPrivileges = 'Upravi» oprávnenia';
$strEdit = 'Upravi»';
$strEffective = 'Efektívny';
$strEmptyResultSet = 'MySQL vrátil prázdny výsledok (tj. nulový poèet riadkov).';
$strEmpty = 'Vyprázdni»';
$strEnabled = 'Zapnuté';
$strEncloseInTransaction = 'Uzatvori» príkazy v transakcii';
$strEndCut = 'KONIEC VÝSEKU';
$strEnd = 'Koniec';
$strEndRaw = 'KONIEC TOKU';
$strEngineAvailable = 'Úlo¾ný systém %s je na tomto MySQL servri dostupný.';
$strEngineDisabled = 'Úlo¾ný systém %s bol na tomto MySQL servri deaktivovaný.';
$strEngines = 'Systémy';
$strEngineUnsupported = 'Tento MySQL server nepodporuje úlo¾ný systém %s.';
$strEnglish = 'Anglicky';
$strEnglishPrivileges = ' Poznámka: názvy MySQL oprávnení sú uvádzané v angliètine. ';
$strError = 'Chyba';
$strErrorInZipFile = 'Chyba v ZIP archíve:';
$strEscapeWildcards = 'Náhradzujúcim znakom _ a % by mal predchádza» znak \, pokiaµ ich nechcete pou¾i» doslovne';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estónsky';
$strExcelEdition = 'Verzia Excelu';
$strExcelOptions = 'Nastavenie exportu do Excelu';
$strExecuteBookmarked = 'Spusti» obµúbený dotaz';
$strExplain = 'Vysvetli» SQL';
$strExport = 'Exportova»';
$strExtendedInserts = 'Roz¹írené vkladanie';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Nepodarených pokusov';
$strFieldHasBeenDropped = 'Pole %s bolo odstránené';
$strField = 'Pole';
$strFieldsEmpty = ' Poèet polí je prázdny! ';
$strFieldsEnclosedBy = 'Polia uzatvorené';
$strFieldsEscapedBy = 'Polia uvedené pomocou';
$strFields = 'Polia';
$strFieldsTerminatedBy = 'Polia ukonèené';
$strFileAlreadyExists = 'Súbor %s u¾ existuje na servery, zmente názov súboru alebo zvolte prepísanie súboru.';
$strFileCouldNotBeRead = 'Súbor sa nedá preèíta»';
$strFileNameTemplateRemember = 'zapamäta» si vzor';
$strFileNameTemplate = 'Vzor pre názov súboru';
$strFileToImport = 'Súbor na importovanie';
$strFixed = 'pevný';
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získava práva pou¾ívateµov priamo z tabuliek MySQL. Obsah týchto tabuliek sa mô¾e lí¹i» od práv, ktoré pou¾íva server, ak boli tieto tabuµky ruène upravené. V tomto prípade sa odporúèa vykona» %sznovunaèítanie práv%s predtým ako budete pokraèova».';
$strFlushQueryCache = 'Vyprázdni» vyrovnávaciu pamä» príkazov';
$strFlushTables = 'Vyprázdni» (uzavrie») v¹etky tabuµky';
$strFlushTable = 'Vyprázdni» tabuµku ("FLUSH")';
$strFormat = 'Formát';
$strFormEmpty = 'Chýbajúca polo¾ka vo formulári !';
$strFreePages = 'Prázdnych stránok';
$strFullText = 'Plné texty';
$strFunction = 'Funkcia';
 
$strGenBy = 'Vygenerované';
$strGeneralRelationFeat = 'Mo¾nosti v¹eobecných vz»ahov';
$strGeneratePassword = 'Vytvori» Heslo';
$strGenerate = 'Vytvori»';
$strGenTime = 'Vygenerované:';
$strGeorgian = 'Gruzínèina';
$strGerman = 'Nemecky';
$strGlobal = 'globálny';
$strGlobalPrivileges = 'Globálne práva';
$strGlobalValue = 'Globálna hodnota';
$strGo = 'Vykonaj';
$strGrantOption = 'Prideli»';
$strGreek = 'Gréètina';
$strGzip = '"gzip-ované"';
 
$strHandler = 'Manipulaèná Rutina';
$strHasBeenAltered = 'bola zmenená.';
$strHasBeenCreated = 'bola vytvorená.';
$strHaveToShow = 'Zvolte prosím aspoò jeden ståpec, ktorý chcete zobrazi»';
$strHebrew = 'Hebrejsky';
$strHexForBinary = 'Binárne pole vypisova» v ¹estnástkovej sústave';
$strHome = 'Domov';
$strHomepageOfficial = 'Oficiálne stránky phpMyAdmin-a';
$strHostEmpty = 'Názov hostiteµa je prázdny!';
$strHost = 'Hostiteµ';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Mo¾nosti exportu pre Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Mo¾nosti exportu pre Microsoft Word 2000';
$strHungarian = 'Maïarsky';
 
$strIcelandic = 'Islandèina';
$strId = 'ID';
$strIdxFulltext = 'Celý text';
$strIgnoreDuplicates = 'Ignorova» opakujúce sa riadky';
$strIgnore = 'Ignorova»';
$strIgnoreInserts = 'Pou¾i» IGNORE';
$strIgnoringFile = 'Ignorujem súbor %s';
$strImportDocSQL = 'Importova» súbory docSQL';
$strImportFiles = 'Importova» súbory';
$strImportFormat = 'Formát importovaného súboru';
$strImport = 'Import';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index pre %s bol odstránený';
$strIndex = 'Index';
$strIndexName = 'Meno indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
$strIndexWarningMultiple = 'Pre ståpec `%s` je vytvorený viac ako jeden %s kµúè';
$strIndexWarningPrimary = 'Na ståpec `%s` by nemal by» nastavený PRIMARY a zároveò INDEX kµúè';
$strIndexWarningTable = 'Problémy s indexami v tabuµke `%s`';
$strIndexWarningUnique = 'Na ståpec `%s` by nemal by» nastavený UNIQUE a zároveò INDEX kµúè';
$strInnoDBAutoextendIncrementDesc = ' Veµkos», o ktorú je zväè¹ený automaticky sa zväè¹ujúci priestor tabuµky pri zaplnení.';
$strInnoDBAutoextendIncrement = 'Navý¹enie pri automatickom zväè¹ovaní';
$strInnoDBBufferPoolSizeDesc = 'Veµkos» pamäte, ktorú InnoDB pou¾íva pre cachovanie dát a indexov tabuliek.';
$strInnoDBBufferPoolSize = 'Veµkos» vyrovnávacej pamäte';
$strInnoDBDataFilePath = 'Súbory s dátami';
$strInnoDBDataHomeDirDesc = 'Spoloèná èas» cesty k adresáru s InnoDB súbormi s dátami.';
$strInnoDBDataHomeDir = 'Domovský adresár pre dáta';
$strInnoDBPages = 'stránok';
$strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Konfiguraèný súbor obsahuje nastavenia (root bez hesla), ktoré zodpovedajú predvolenému privilegovanému MySQL úètu. Ak MySQL server be¾í s týmto nastavením, nie je zabezpeèený proti napadnutiu, táto bezpeènostná chyba by mala by» urýchlene odstránená.';
$strInsertAsNewRow = 'Vlo¾i» ako nový riadok';
$strInsertedRowId = 'Id vlo¾eného riadku:';
$strInsertedRows = 'Vlo¾ené riadky:';
$strInsertNewRow = 'Vlo¾i» nový riadok';
$strInsert = 'Vlo¾i»';
$strInternalNotNecessary = '* Vnútorný vz»ah nie je nutný ak u¾ vz»ah existuje v InnoDB.';
$strInternalRelations = 'Interné vz»ahy';
$strInUse = 'práve sa pou¾íva';
$strInvalidAuthMethod = 'V konfigurácii je nastavená nesprávna autentifikaèná metóda:';
$strInvalidColumn = 'Bol zadaný chybný ståpec (%s)!';
$strInvalidColumnCount = 'Poèet ståpcov musí by» väè¹í ako nula.';
$strInvalidFieldAddCount = 'Musíte prida» aspoò jeden ståpec.';
$strInvalidFieldCount = 'Tabuµka musí obsahova» aspoò jeden ståpec.';
$strInvalidLDIImport = 'Tento plug-in nepodporuje import komprimovaných súborov!';
$strInvalidRowNumber = '%d nie je platné èíslo riadku.';
 
$strJapanese = 'Japonèina';
$strJoins = 'Zjednotenia';
$strJumpToDB = 'Na databázu &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Odstránení&quot; pou¾ívatelia budú ma» k serveru ako predtým a¾ do znovunaèítania práv.';
$strJustDelete = 'Iba odstráni» pou¾ívateµlov z tabuliek práv.';
 
$strKeepPass = 'Nezmeni» heslo';
$strKeyCache = 'Vyrovnávacia pamä» kµúèov';
$strKeyname = 'Kµúèový názov';
$strKill = 'Zabi»';
$strKorean = 'Kórejèina';
 
$strLandscape = 'Na ¹írku';
$strLatchedPages = 'Uzavretých stránok';
$strLatexCaption = 'Nadpis tabuµky';
$strLatexContent = 'Obsah tabuµky __TABLE__';
$strLatexContinuedCaption = 'Nadpis pokraèovania tabuµky';
$strLatexContinued = '(pokraèovanie)';
$strLatexIncludeCaption = 'Zahrnú» nadpis tabuµky';
$strLatexLabel = 'Návestie';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastavenia LaTeX';
$strLatexStructure = '©truktúra tabuµky __TABLE__';
$strLatvian = 'Loty¹stina';
$strLDI = 'CSV pomocou LOAD DATA';
$strLDIImportOptions = 'Nastavenia CSV importu pomocou LOAD DATA';
$strLDILocal = 'Pou¾i» kµúèové slovo LOCAL';
$strLengthSet = 'Då¾ka/Nastavi»*';
$strLimitNumRows = 'záznamov na stránku';
$strLinesTerminatedBy = 'Riadky ukonèené';
$strLinkNotFound = 'Linka nebola nájdená';
$strLinksTo = 'Linkova» na';
$strLithuanian = 'Litovsky';
$strLocalhost = 'Lokálny';
$strLocationTextfile = 'Lokácia textového súboru';
$strLoginInformation = 'Prihlásenie';
$strLogin = 'Login';
$strLogout = 'Odhlási» sa';
$strLogPassword = 'Heslo:';
$strLogServer = 'Server';
$strLogUsername = 'Pou¾ívateµ:';
$strLongOperation = 'Táto operácia mô¾e trva» veµmi dlho. Chcete ju aj napriek tomu vykona»?';
 
$strMaxConnects = 'max. súèasných pripojení';
$strMaximalQueryLength = 'Maximálna veµkos» vytvoreného príkazu';
$strMaximumSize = 'Maximálna veµkos»: %s%s';
$strMbExtensionMissing = 'Mbstring roz¹írenie pre PHP nebolo nájdené a zjavne pou¾ívate viacbajtovú znakovú sadu. Bez tohto roz¹írenia nie je phpMyAdmin schopný korektne rozdeµova» re»azce kódované v týchto znakových sadách a mô¾e to vies» k neèakaným výsledkom.';
$strMbOverloadWarning = 'V nastavení PHP je aktívna funkcia mbstring.func_overload, ktorá nie je kompatibilná s phpMyAdmin-om a mô¾e spôsobi» stratu dát!';
$strMIME_available_mime = 'Dostupné MIME typy';
$strMIME_available_transform = 'Dostupné transformácie';
$strMIME_description = 'Popis';
$strMIME_MIMEtype = 'MIME typ';
$strMIME_nodescription = 'Nie je dostupný ¾iadny popis pre túto transformáciu.<br />Kontaktujte autora, ktorý %s vytára.';
$strMIME_transformation_note = 'Pre zoznam dostupných parametrov a ich MIME typov kliknite na %spopisy transformácií';
$strMIME_transformation_options_note = 'Prosím zadajte hodnoty pre parametre transformácie v nasledujúcom tvare: \'a\',\'b\',\'c\'...<br />Ak potrebujete pou¾i» spätné lomítko ("\") alebo jednoduché úvodzovky ("\'") medzi týmito hodnotami, vlo¾te pred nich spätné lomítko (napr. \'\\\\xyz\' alebo \'a\\\'b\').';
$strMIME_transformation_options = 'Parametre transformácie';
$strMIME_transformation = 'Transformácia pri prehliadaní';
$strMIMETypesForTable = 'MIME TYPY PRE TABU¥KU';
$strMIME_without = 'MIME typy zobrazené kurzívou nemajú vlastnú transformaènú funkciu';
$strModifications = 'Zmeny boli ulo¾ené';
$strModifyIndexTopic = 'Modifikova» index';
$strModify = 'Zmeni»';
$strMoveTableOK = 'Tabuµka %s bola presunutá do %s.';
$strMoveTable = 'Presunú» tabuµku do (databáza<b>.</b>tabuµka):';
$strMoveTableSameNames = 'Nedá sa presunú» tabuµka sama do seba!';
$strMultilingual = 'mnohojazyèný';
$strMyISAMDataPointerSizeDesc = 'Prednastavená veµkos» smerníka na dáta v bajtoch, pou¾ívaná pri vytváraní MyISAM tabuliek príkazom CREATE TABLE, v prípade keï nie je zadaná hodnota MAX_ROWS.';
$strMyISAMDataPointerSize = 'Veµkos» smerníka na dáta';
$strMyISAMMaxExtraSortFileSizeDesc = 'Ak je veµkos» doèasného súboru, pou¾itého pre rýchlej¹ie vytváranie MyISAM indexov, väè¹ia ako pri pou¾ití cache, pou¾ije sa metóda cachovania indexu.';
$strMyISAMMaxExtraSortFileSize = 'Maximálna veµkos» doèasných súborov pre vytvorenie indexu';
$strMyISAMMaxSortFileSizeDesc = 'Maximálna veµkos» doèasného súboru, ktorý mô¾e MySQL pou¾i» pri obnove MyISAM indexu (poèas vykonávania príkazov REPAIR TABLE, ALTER TABLE alebo LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximálna veµkos» doèasných zoraïovacích súborov';
$strMyISAMRecoverOptionsDesc = 'Re¾im automatickej obnovy po¹kodených MyISAM tabuliek, ktorý sa dá nastavi» parametrom --myisam-recover pri spú¹»aní servra.';
$strMyISAMRecoverOptions = 'Re¾im automatickej obnovy';
$strMyISAMRepairThreadsDesc = 'Ak je táto hodnota vy¹¹ia ako 1, poèas procesu Opravy Zoradením sú indexy MyISAM tabuµky vytvárané paralelne (ka¾dý index vo svojom vlákne).';
$strMyISAMRepairThreads = 'Opravné vlákna';
$strMyISAMSortBufferSizeDesc = 'Pamä», ktorá je alokovaná pri zoraïovaní MyISAM indexov poèas vykonávania príkazu REPAIR TABLE, alebo pri vytváraní indexov príkazmi CREATE INDEX alebo ALTER TABLE.';
$strMyISAMSortBufferSize = 'Veµkos» zoraïovacej pamäte';
$strMySQLCharset = 'Znaková sada v MySQL';
$strMySQLConnectionCollation = 'Overenie MySQL spojenia';
$strMySQLSaid = 'MySQL hlási: ';
$strMySQLShowProcess = 'Zobrazi» procesy';
$strMySQLShowStatus = 'Zobrazi» MySQL informácie o behu';
$strMySQLShowVars = 'Zobrazi» MySQL systémové premenné';
 
$strName = 'Názov';
$strNext = 'Ïal¹í';
$strNoActivity = 'Boli ste neaktívni viac ako %s sekúnd, prihláste sa prosím znovu';
$strNoDatabases = '®iadne databázy';
$strNoDatabasesSelected = 'Neboli vybrané ¾iadne databázy.';
$strNoDescription = 'bez Popisu';
$strNoDetailsForEngine = 'Pre tento úlo¾ný systém nie sú dostupné ¾iadne podrobnej¹ie informácie.';
$strNoDropDatabases = 'Mo¾nos» "DROP DATABASE" vypnutá.';
$strNoExplain = 'Preskoèi» vysvetlenie SQL';
$strNoFilesFoundInZip = 'V ZIP archíve neboli nájdené ¾iadne súbory!';
$strNoFrames = 'phpMyAdmin funguje lep¹ie s prehliadaèmi podporujúcimi <b>rámy</b>.';
$strNoIndex = 'Nebol definovaný ¾iadny index!';
$strNoIndexPartsDefined = 'Èasti indexu neboli definované!';
$strNoModification = '®iadna zmena';
$strNone = '®iadny';
$strNo = 'Nie';
$strNoOptions = 'Tento formát nemá ¾iadne nastavenia';
$strNoPassword = '®iadne heslo';
$strNoPermission = 'Web server nemá oprávenia na ulo¾enie do súboru %s.';
$strNoPhp = 'bez PHP kódu';
$strNoPrivileges = '®iadne oprávnenia';
$strNoRights = 'Nemáte dostatoèné práva na vykonanie tejto akcie!';
$strNoRowsSelected = 'Nebol vybraný ¾iadny riadok';
$strNoSpace = 'Nedostatok miesta pre ulo¾enie súboru %s.';
$strNoTablesFound = 'Neboli nájdené ¾iadne tabuµky v tejto datábaze.';
$strNoThemeSupport = 'Zmena vzhµadu nie je podporovaná, skontrolujte si nastavenia a vzhµady v adresári %s.';
$strNothingToImport = 'Neboli zadané ¾iadne dáta na import!';
$strNotNumber = 'Toto nie je èíslo!';
$strNotOK = 'chyba';
$strNotSet = 'Tabuµka <b>%s</b> nebola nájdená alebo nie je nastavená v %s';
$strNoUsersFound = 'Nebol nájdený ¾iadny pou¾ívateµ.';
$strNoValidateSQL = 'Preskoèi» potvrdenie platnosti SQL';
$strNull = 'Nulový';
$strNumberOfFields = 'Poèet polí';
$strNumSearchResultsInTable = '%s výskyt(ov)v tabuµke <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkovo:</b> <i>%s</i> výskyt(ov)';
$strNumTables = 'Tabuµky';
 
$strOK = 'OK';
$strOperations = 'Operácie';
$strOperator = 'Operátor';
$strOptimizeTable = 'Optimalizova» tabuµku';
$strOr = 'alebo';
$strOverhead = 'Naviac';
$strOverwriteExisting = 'Prepísa» existujúci súbor(y)';
 
$strPageNumber = 'Èíslo stránky:';
$strPagesToBeFlushed = 'Stránok urèených k uvoµneniu';
$strPaperSize = 'Veµkos» stránky';
$strPartialImport = 'Èiastoèný import';
$strPartialText = 'Èiastoèné texty';
$strPasswordChanged = 'Heslo pre %s bolo úspe¹ne zmenené.';
$strPasswordEmpty = 'Heslo je prázdne!';
$strPasswordHashing = 'Hashovanie hesla';
$strPassword = 'Heslo';
$strPasswordNotSame = 'Heslá sa nezhodujú!';
$strPdfDbSchema = 'Schéma databázy "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabuµka "%s" neexistuje!';
$strPdfNoTables = '®iadne tabuµky';
$strPerHour = 'za hodinu';
$strPerMinute = 'za minútu';
$strPerSecond = 'za sekundu';
$strPersian = 'Per¹tina';
$strPhoneBook = 'adresár';
$strPHP40203 = 'Pou¾ívate PHP 4.2.3, ktoré ma vá¾nu chybu pri práci s viac bajtovými znakmi (mbstring). V PHP je táto chyba zdokumentovaná pod èíslom 19404. Nedoporuèuje sa pou¾íva» túto verziu PHP s phpMyAdminom.';
$strPHPVersion = 'Verzia PHP';
$strPhp = 'Vytvori» PHP kód';
$strPmaDocumentation = 'phpMyAdmin Dokumentácia';
$strPmaUriError = 'Direktíva <tt>$cfg[\'PmaAbsoluteUri\']</tt> v konfiguraènom súbore MUSÍ by» nastavená!';
$strPolish = 'Poµ¹tina';
$strPortrait = 'Na vý¹ku';
$strPos1 = 'Zaèiatok';
$strPrevious = 'Predchádzajúci';
$strPrimaryKeyHasBeenDropped = 'Primárny kµúè bol zru¹ený';
$strPrimaryKeyName = 'Názov primárneho kµúèa musí by»... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musí</b> by» <b>iba</b> meno primárneho kµúèa!)';
$strPrimary = 'Primárny';
$strPrintViewFull = 'Náhµad tlaèe (s kompletnými textami)';
$strPrintView = 'Náhµad k tlaèi';
$strPrint = 'Vytlaèi»';
$strPrivDescAllPrivileges = 'V¹etky oprávnenia okrem GRANT.';
$strPrivDescAlter = 'Povolí meni» ¹truktúru existujúcich tabuliek.';
$strPrivDescAlterRoutine = 'Umo¾òuje upravova» a odstraòova» ulo¾ené procedúry.';
$strPrivDescCreateDb = 'Povolí vytváranie nových databáz a tabuliek.';
$strPrivDescCreateRoutine = 'Umo¾òuje vytvára» ulo¾ené procedúry.';
$strPrivDescCreateTbl = 'Povolí vytváranie nových tabuliek.';
$strPrivDescCreateTmpTable = 'Povolí vytváranie doèasných tabuliek.';
$strPrivDescCreateUser = 'Umo¾òuje vytvára», odstraòova» a premenováva» u¾ívateµské kontá.';
$strPrivDescCreateView = 'Umo¾òuje vytvára» nové náhµady.';
$strPrivDescDelete = 'Povolí mazanie dát.';
$strPrivDescDropDb = 'Povolí odstraòovanie databáz a tabuliek.';
$strPrivDescDropTbl = 'Povolí odstraòovanie tabuliek.';
$strPrivDescExecute5 = 'Umo¾òuje spú¹»a» ulo¾ené procedúry.';
$strPrivDescExecute = 'Povolí spú¹»anie ulo¾ených procedúr. Nefunguje v tejto verzii MySQL.';
$strPrivDescFile = 'Povolí importovanie a exportovanie dát zo/do súborov na serveri.';
$strPrivDescGrant = 'Povolí pridávanie u¾ivatelov a práv bez znovunaèítania tabuliek práv.';
$strPrivDescIndex = 'Povolí vytváranie a mazanie indexov.';
$strPrivDescInsert = 'Povolí vkladanie a nahradzovanie dát.';
$strPrivDescLockTables = 'Povolí zmaknutie tabuliek pre aktuálne vlákno.';
$strPrivDescMaxConnections = 'Obmedzí poèet nových spojení, ktoré mô¾e pou¾ívateµ vytvori» za hodinu.';
$strPrivDescMaxQuestions = 'Obmedzí poèet dotazov, ktoré mô¾e pou¾ívateµ odosla» za hodinu.';
$strPrivDescMaxUpdates = 'Obmedzí poèet príkazov meniacich tabuµku alebo databázu, ktorá mô¾e pou¾ívateµ odosla» za hodinu.';
$strPrivDescMaxUserConnections = 'Obmedzuje poèet simultánnych pripojení u¾ívateµa.';
$strPrivDescProcess3 = 'Povolí zabíjanie procesov iným pou¾ívateµlom.';
$strPrivDescProcess4 = 'Povolí prezeranie kompletných dotazov v zozname procesov.';
$strPrivDescReferences = 'Nefunguje v tejto verzii MySQL.';
$strPrivDescReload = 'Povolí znovunaèítanie nastavení a vyprázdòovanie vyrovnávacích pamätí serveru.';
$strPrivDescReplClient = 'Povolí pou¾ívateµovi zisti» kde je hlavný / pomocný server.';
$strPrivDescReplSlave = 'Potrebné pre replikáciu pomocných serverov.';
$strPrivDescSelect = 'Povolí èítanie dát.';
$strPrivDescShowDb = 'Povolí prístup ku kompletnému zoznamu databáz.';
$strPrivDescShowView = 'Umo¾òuje spú¹»a» príkazy so SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Povolí vypnutie serveru.';
$strPrivDescSuper = 'Povolí spojenie aj v prípade, ¾e bol dosiahnutý maximálny poèet spojení. Potrebné pre väè¹inu operácií pri správe serveru ako nastavovanie globálny premenných alebo zabíjanie procesov iných pou¾ívateµov.';
$strPrivDescUpdate = 'Povolí menenie dát.';
$strPrivDescUsage = '®iadne práva.';
$strPrivileges = 'Oprávnenia';
$strPrivilegesReloaded = 'Práva boli úspe¹ne znovunaèítané.';
$strProcesslist = 'Zoznam procesov';
$strPutColNames = 'Prida» názvy polí na prvý riadok';
 
$strQBEDel = 'Zmaza»';
$strQBE = 'Dotaz podµa príkladu';
$strQBEIns = 'Vlo¾i»';
$strQueryCache = 'Vyrovnávacia pamä» príkazov';
$strQueryFrame = 'SQL okno';
$strQueryOnDb = ' SQL dotaz v databáze <b>%s</b>:';
$strQuerySQLHistory = 'SQL história';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'Dotaz zabral %01.4f sek.';
$strQueryType = 'Typ dotazu';
$strQueryWindowLock = 'Neprepisova» tento dotaz z hlavného okna';
 
$strReadRequests = 'Po¾iadavkov na èítanie';
$strReceived = 'Prijaté';
$strRecords = 'Záznamov';
$strReferentialIntegrity = 'Skontrolova» referenènú integritu:';
$strRefresh = 'Obnovi»';
$strRelationalSchema = 'Relaèná schéma';
$strRelationNotWorking = 'Prídavné vlastnosti pre prácu s prepojenými tabuµkami boli deaktivované. Ak chcete zisti» preèo, kliknite %ssem%s.';
$strRelationsForTable = 'VZ«AHY PRE TABU¥KU';
$strRelations = 'Prepojenia';
$strRelationView = 'Zobrazi» spojitosti';
$strReloadingThePrivileges = 'Znovunaèítanie práv';
$strReloadMySQL = 'Znovu-naèíta» MySQL';
$strRemoveSelectedUsers = 'Odstráni» vybraných pou¾ívateµov';
$strRenameDatabaseOK = 'Databáza %s bola premenovaná na %s';
$strRenameTableOK = 'Tabuµka %s bola premenovaná na %s';
$strRenameTable = 'Premenova» tabuµku na';
$strRepairTable = 'Opravi» tabuµku';
$strReplaceNULLBy = 'Nahradi» NULL hodnoty';
$strReplaceTable = 'Nahradi» dáta v tabuµke súborom';
$strReplication = 'Replikácia';
$strReset = 'Pôvodné (Reset)';
$strResourceLimits = 'Obmedzenie zdrojov';
$strReType = 'Potvrdi»';
$strRevokeAndDeleteDescr = 'U¾ívatelia budú ma» stále právo USAGE (pou¾ívanie) a¾ do znovunaèítania práv.';
$strRevokeAndDelete = 'Odobranie v¹etkých aktívnych práv pou¾ívateµom a ich následné odstránenie.';
$strRevokeMessage = 'Boli zru¹ené oprávnenia pre %s';
$strRevoke = 'Zru¹i»';
$strRomanian = 'Rumun¹tina';
$strRowLength = 'Då¾ka riadku';
$strRowsFrom = 'riadky zaèínajú od';
$strRowSize = ' Veµkos» riadku ';
$strRowsModeFlippedHorizontal = 'vodorovnom (otoèené hlavièky)';
$strRowsModeHorizontal = 'horizontálnom';
$strRowsModeOptions = 'v(o) %s móde a opakova» hlavièky po ka¾dých %s bunkách';
$strRowsModeVertical = 'vertikálnom';
$strRows = 'Riadkov';
$strRowsStatistic = '©tatistika riadku';
$strRunning = 'be¾í na %s';
$strRunQuery = 'Odo¹li dotaz';
$strRunSQLQueryOnServer = 'Spusti» SQL príkaz(y) na servri %s';
$strRunSQLQuery = 'Spusti» SQL dotaz/dotazy na databázu %s';
$strRussian = 'Ru¹tina';
 
$strSaveOnServer = 'Ulo¾i» na server do adresára %s';
$strSave = 'Ulo¾i»';
$strScaleFactorSmall = 'Mierka je príli¹ mala na roztiahnutie schémy na stránku';
$strSearchFormTitle = 'Hµada» v databáze';
$strSearch = 'Hµada»';
$strSearchInTables = 'V tabuµke(ách):';
$strSearchNeedle = 'Slovo(á) alebo hodnotu(y), ktoré chcete vyhµada» (nahradzujúci znak: "%"):';
$strSearchOption1 = 'najmenej jedno zo slov';
$strSearchOption2 = 'v¹etky slová';
$strSearchOption3 = 'presný výraz';
$strSearchOption4 = 'ako regulárny výraz';
$strSearchResultsFor = 'Prehµada» výsledky na "<i>%s</i>" %s:';
$strSearchType = 'Nájdi:';
$strSecretRequired = 'Nastavte prosím kµúè pre ¹ifrovanie cookies v konfiguraènom súbore (blowfish_secret).';
$strSelectADb = 'Prosím vyberte si databázu';
$strSelectAll = 'Oznaèi» v¹etko';
$strSelectBinaryLog = 'Vyberte binárny log na zobrazenie';
$strSelectFields = 'Zvoli» pole (najmenej jedno):';
$strSelectNumRows = 'v dotaze';
$strSelectTables = 'Vybra» Tabuµky';
$strSend = 'Po¹li';
$strSent = 'Odoslané';
$strServerChoice = 'Voµba serveru';
$strServerNotResponding = 'Server neodpovedá';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Odlo¾ené vlo¾enia';
$strServerStatus = 'Stav serveru';
$strServerStatusUptime = 'Tento server be¾í %s. Bol spustený %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Premenné';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Premenné a nastavenia serveru';
$strServerVersion = 'Verzia serveru';
$strSessionValue = 'Hodnota sedenia';
$strSetEnumVal = 'Ak je pole typu "enum" alebo "set", prosím zadávajte hodnoty v tvare: \'a\',\'b\',\'c\'...<br />Ak dokonca potrebujete zada» spätné lomítko ("\") alebo apostrof ("\'") pri týchto hodnotách, zadajte ich napríklad takto \'\\\\xyz\' alebo \'a\\\'b\'.';
$strShowAll = 'Zobrazi» v¹etko';
$strShowColor = 'Zobrazi» farbu';
$strShowDatadictAs = 'Formát dátového slovníka';
$strShowFullQueries = 'Zobrazi» kompletné dotazy';
$strShowGrid = 'Zobrazi» mrie¾ku';
$strShowingBookmark = 'Zobrazujem obµúbený príkaz';
$strShowingRecords = 'Ukáza» záznamy ';
$strShowOpenTables = 'Zobrazi» otvorené tabuµky';
$strShowPHPInfo = 'Zobrazi» informácie o PHP';
$strShowSlaveHosts = 'Zobrazi» podriadené hosty';
$strShowSlaveStatus = 'Zobrazi» stav podriadených hostov';
$strShowStatusBinlog_cache_disk_useDescr = 'Poèet transakcií, ktoré vyu¾ili doèasnú vyrovnávaciu pamä» binárneho logu, ale zároveò prekroèili hodnotu binlog_cache_size a museli tak pou¾i» doèasný súbor na ulo¾enie príkazov transakcie.';
$strShowStatusBinlog_cache_useDescr = 'Poèet transakcií, ktoré vyu¾ili vyrovnávaciu pamä» binárneho logu.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Poèet doèasných tabuliek automaticky vytvorených servrom pri vykonávaní príkazov. Ak je hodnota Created_tmp_disk_tables príli¹ vysoká, mô¾te zvý¹i» hodnotu tmp_table_size, aby boli doèasné tabuµky ukladané do pamäte a nie na disk.';
$strShowStatusCreated_tmp_filesDescr = 'Poèet doèasných súborov vytvorených servrom mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Poèet doèasných, v pamäti ulo¾ených tabuliek, vytvorených servrom pri vykonávaní príkazov.';
$strShowStatusDelayed_errorsDescr = 'Poèet riadkov pridaných príkazom INSERT DELAYED, pri ktorých sa vyskytla chyba (pravdepodobne opakujúci sa kµúè).';
$strShowStatusDelayed_insert_threadsDescr = 'Poèet vlákien pou¾ívaných príkazmi INSERT DELAYED. Ka¾dá samostatná tabuµka, na ktorú je pou¾itý príkaz INSERT DELAYED, ma svoje vlastné vlákno.';
$strShowStatusDelayed_writesDescr = 'Poèet riadkov vlo¾ených príkazom INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Poèet vykonaných príkazov FLUSH.';
$strShowStatusHandler_commitDescr = 'Poèet interných príkazov COMMIT.';
$strShowStatusHandler_deleteDescr = 'Koµkokrát bol z tabuµky odstránený riadok.';
$strShowStatusHandler_discoverDescr = 'MySQL server mô¾e zasla» po¾iadavku NDB Clustru, èi nevie o existencii tabuµky s daným menom. Tento proces sa nazýva objavovanie. Handler_discover zobrazuje poèet doposiaµ objavených tabuliek.';
$strShowStatusHandler_read_firstDescr = 'Poèet preèítaní prvej polo¾ky indexu. Ak je táto hodnota príli¹ vysoká, znamená to ¾e server vykonáva príli¹ veµa kompletných prechádzaní indexov; napríklad, SELECT col1 FROM foo, za predpokladu ¾e col1 je indexovaný.';
$strShowStatusHandler_read_keyDescr = 'Poèet po¾iadavkov na naèítanie riadku podµa kµúèa. Ak je táto hodnota vysoká, je to dobrým znamením ¾e sú príkazy a tabuµky správne indexované.';
$strShowStatusHandler_read_nextDescr = 'Poèet po¾iadavkov na naèítanie nasledujúceho riadku v poradí podµa kµúèa. Táto hodnota sa zvy¹uje ak sa naèítava indexovaný ståpec v danom rozsahu alebo ak sa vykonáva prehµadávanie indexu.';
$strShowStatusHandler_read_prevDescr = 'Poèet po¾iadavkov na naèítanie predchádzajúceho riadku podµa kµúèa. Táto èítacia metóda sa pou¾iva hlavne na optimalizáciu príkazov typu ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Poèet po¾iadavkov na naèítanie riadku na základe urèitej pozície. Táto hodnota je vysoká, ak sa vykonáva veµa príkazov, ktoré si vy¾adujú zoradenie výsledku. Pravdepodobne sa pou¾iva veµa príkazov, kvôli ktorým musí MySQL kompletne prehµadáva» tabuµky, alebo sa pou¾ívajú zjednotenia, ktoré správne nevyu¾ívajú kµúèe.';
$strShowStatusHandler_read_rnd_nextDescr = 'Poèet po¾iadavkov na naèítanie nasledujúceho riadku. Táto hodnota je vysoká, ak sa vykonáva veµa kompletných prehµadávaní tabuliek. Znamená to ¾e buï tabuµky nie sú správne indexované alebo príkazy nedostatoène vyu¾ívajú dostupné indexy.';
$strShowStatusHandler_rollbackDescr = 'Poèet interných príkazov ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Poèet po¾iadavkov na zmenu záznamu (riadku) v tabuµke.';
$strShowStatusHandler_writeDescr = 'Poèet po¾iadavkov na vlo¾enie nového záznamu (riadku) do tabuµky.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Poèet stránok obsahujúcich dáta (neèistých aj èistých).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Poèet neèistých stránok.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Poèet stránok, na ktoré je po¾iadavka na vyprázdnenie.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Poèet voµných stránok.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Poèet uzamknutých stránok v InnoDB vyrovnávacej pamäti. Z týchto stránok sa momentálne èíta alebo zapisuje, prípadne nemô¾u by» vyprázdnené ani odstránené z nejakého iného dôvodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Poèet momentálne neprístupných stránok z dôvodu úèasti na administratívnych úèeloch ako napr. uzamkýnanie riadkov alebo adaptívny hash index. Táto hodnota sa tie¾ mô¾e vypoèíta» ako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Celkový poèet stránok vo vyrovnávacej pamäti InnoDB.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Poèet "náhodných" predèítaní vykonaných InnoDB. Táto situácia nastáva pri príkazoch, ktoré prehµadávajú veµkú èas» tabuµky, ale v náhodnom poradí.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Poèet sekvenèných predèítaní vykonaných InnoDB. Táto situácia nastáva pri vykonávaní sekvenèného prehµadávania celej tabuµky.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Poèet po¾iadavkov na logické naèítavanie.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Poèet logických naèítaní, ktoré sa nemohli vykona» z vyrovnávacej pamäte a namiesto toho bolo vykonané naèítanie celej jednej stránky.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normálne sa zápis do vyrovnávacej pamäte InnoDB vykonáva v pozadí. Ak v¹ak nie sú pri po¾iadavke na naèítanie alebo vytvorenie stránky dostupné ¾iadne èisté stránky, je potrebné poèka» na ich vyèistenie. Táto hodnota zobrazuje poèet týchto èakaní a ak bola správne nastavená veµkos» vyrovnávacej pamäte, mala by by» nízka.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Poèet zápisov do vyrovnávacej pamäte InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Poèet vykonaných fsync() operácií.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktuálny poèet prebiehajúcich fsync() operácií.';
$strShowStatusInnodb_data_pending_readsDescr = 'Poèet aktuálne prebiehajúcich naèítavaní.';
$strShowStatusInnodb_data_pending_writesDescr = 'Poèet aktuálne prebiehajúcich zápisov.';
$strShowStatusInnodb_data_readDescr = 'Mno¾stvo u¾ naèítaných dát, v bajtoch.';
$strShowStatusInnodb_data_readsDescr = 'Celkový poèet naèítaní dát.';
$strShowStatusInnodb_data_writesDescr = 'Celkový poèet zápisov dát.';
$strShowStatusInnodb_data_writtenDescr = 'Mno¾stvo u¾ zapísaných dát, v bajtoch.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Poèet vykonaných dvojitých zápisov a poèet stránok zapísaných pre tento úèel.';
$strShowStatusInnodb_dblwr_writesDescr = 'Poèet vykonaných dvojitých zápisov a poèet stránok zapísaných pre tento úèel.';
$strShowStatusInnodb_log_waitsDescr = 'Poèet èakaní na vyprázdnenie vyrovnávacej pamäte logu z dôvodu jej zaplnenia.';
$strShowStatusInnodb_log_write_requestsDescr = 'Poèet po¾iadaviek na zápis do logovacieho súboru.';
$strShowStatusInnodb_log_writesDescr = 'Poèet fyzických zápisov do logovacieho súboru.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Poèet fsync zápisov vykonaných na logovacom súbore.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Poèet prebiehajúcich synchronizácií logovacieho súboru.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Poèet prebiehajúcich zápisov do logovacieho súboru.';
$strShowStatusInnodb_os_log_writtenDescr = 'Mno¾stvo bajtov zapísaných do logovacieho súboru.';
$strShowStatusInnodb_pages_createdDescr = 'Poèet vytvorených stránok.';
$strShowStatusInnodb_page_sizeDescr = 'Veµkos» nakompilovanej InnoDB stránky (prednastavených je 16KB). Viacero hodnôt sa udáva v stránkach; pomocou veµkosti stránky je mo¾né ich premeni» na bajty.';
$strShowStatusInnodb_pages_readDescr = 'Poèet naèítaných stránok.';
$strShowStatusInnodb_pages_writtenDescr = 'Poèet zapísaných stránok.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Poèet zámkov na riadky, na ktoré sa èaká.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Priemerný èas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový èas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximálny èas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Koµkokrát sa muselo èaka» na zámok na riadok.';
$strShowStatusInnodb_rows_deletedDescr = 'Poèet záznamov (riadkov) odstránených z InnoDB tabuliek.';
$strShowStatusInnodb_rows_insertedDescr = 'Poèet záznamov (riadkov) vlo¾ených do InnoDB tabuliek.';
$strShowStatusInnodb_rows_readDescr = 'Poèet naèítaných záznamov (riadkov) z InnoDB tabuliek.';
$strShowStatusInnodb_rows_updatedDescr = 'Poèet upravených záznamov (riadkov) v InnoDB tabuµkách.';
$strShowStatusKey_blocks_not_flushedDescr = 'Poèet zmenených kµúèových blokov vo vyrovnávacej pamäti kµúèov, ktoré e¹te neboli zapísané na disk. Predtým sa táto hodnota nazývala Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Poèet nevyu¾itých blokov vo vyrovnávacej pamäti kµúèov. Z tejto hodnoty mô¾ete zisti» koµko vyrovnávacej pamäte sa práve pou¾íva.';
$strShowStatusKey_blocks_usedDescr = 'Poèet vyu¾itých blokov vo vyrovnávacej pamäti kµúèov. Táto hodnota urèuje najväè¹ie mno¾stvo blokov, ktoré kedy naraz pou¾ité.';
$strShowStatusKey_read_requestsDescr = 'Poèet po¾iadavkov na naèítanie kµúèového bloku z vyrovnávacej pamäti.';
$strShowStatusKey_readsDescr = 'Poèet naèítaní kµúèového bloku priamo z disku. Ak je táto hodnota príli¹ veµká, väè¹inou to znamená, ¾e veµkos» vyrovnávacej pamäti (key_buffer_size) je príli¹ malá. Úspe¹nos» vyrovnávacej pamäte si mô¾te vypoèíta» zo vz»ahu Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Poèet po¾iadavkov na zápis kµúèového bloku do vyrovnávacej pamäti.';
$strShowStatusKey_writesDescr = 'Poèet fyzických zápisov kµúèového bloku na disk.';
$strShowStatusLast_query_costDescr = 'Celkové náklady na posledný kompilovaný príkaz, vypoèítané optimizérom príkazov. U¾itoèné na porovnávanie nákladov na rôzne príkazy pre tú istú po¾iadavku. Prednastavená hodnota 0 znamená, ¾e doposiaµ neboli skompilované ¾iadne príkazy.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Poèet riadkov èakajúcich na zápis cez INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Poèet doposiaµ otvorených tabuliek. Ak je táto hodnota príli¹ vysoká, pravdepodobne je vyrovnávacia pamä» pre tabuµky príli¹ malá.';
$strShowStatusOpen_filesDescr = 'Poèet otvorených súborov.';
$strShowStatusOpen_streamsDescr = 'Poèet otvorených streamov (väè¹inou vyu¾ívané na logovanie).';
$strShowStatusOpen_tablesDescr = 'Poèet práve otvorených tabuliek.';
$strShowStatusQcache_free_blocksDescr = 'Mno¾stvo voµných pamä»ových blokov vo vyrovnávacej pamäti príkazov.';
$strShowStatusQcache_free_memoryDescr = 'Veµkos» voµnej pamäti pre vyrovnávaciu pamä» príkazov.';
$strShowStatusQcache_hitsDescr = 'Poèet zásahov vyrovnávacej pamäti.';
$strShowStatusQcache_insertsDescr = 'Poèet príkazov pridaných do vyrovnávacej pamäti.';
$strShowStatusQcache_lowmem_prunesDescr = 'Poèet príkazov, ktoré boli odstránené z vyrovnácej pamäti na uvoµnenie pamäti pre nové príkazy. Táto hodnota vám mô¾e pomôc» pri upravovaní veµkosti vyrovnávacej pamäti príkazov. Na výber príkazov na odstránenie z vyrovnávacej pamäti sa pou¾íva stratégia LRU (tzn. najdlh¹ie nepou¾ité príkazy budú odstránené ako prvé).';
$strShowStatusQcache_not_cachedDescr = 'Poèet príkazov neumiestnených do vyrovnávacej pamäti (nie sú cachovateµné alebo nevyhovujú nastaveniu query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Poèet príkazov registrovaných vo vyrovnávacej pamäti.';
$strShowStatusQcache_total_blocksDescr = 'Celkové mno¾stvo blokov vo vyrovnávacej pamäti príkazov.';
$strShowStatusReset = 'Vynulova»';
$strShowStatusRpl_statusDescr = 'Stav failsafe replikácie (zatiaµ neimplementované).';
$strShowStatusSelect_full_joinDescr = 'Poèet spojení, ktoré nevyu¾ívajú indexy. Ak sa táto hodnota nerovná 0, mali by ste starostlivo skontrolova» indexy va¹ich tabuliek.';
$strShowStatusSelect_full_range_joinDescr = 'Poèet spojení, ktoré na referenènej tabuµke vyu¾ili intervalové vyhµadávanie.';
$strShowStatusSelect_range_checkDescr = 'Poèet spojení bez kµúèov, ktoré kontrolovali pou¾itie kµúèa na ka¾dom riadku (ak táto hodnota nie je 0, mali by ste starostlivo skontrolova» indexy va¹ich tabuliek).';
$strShowStatusSelect_rangeDescr = 'Poèet spojení, ktoré na prvej tabuµke vyu¾ili intervalové vyhµadávanie (táto hodnota nie je kritická ani v prípade, ¾e je vysoká).';
$strShowStatusSelect_scanDescr = 'Poèet spojení, ktoré vykonali kompletné prehµadanie prvej tabuµky.';
$strShowStatusSlave_open_temp_tablesDescr = 'Poèet doèasných tabuliek, otvorených podriadeným SQL vláknom.';
$strShowStatusSlave_retried_transactionsDescr = 'Celkový poèet (od spustenia) pokusov replikaèného podriadeného SQL vlákna o znovuobnovenie transakcie.';
$strShowStatusSlave_runningDescr = 'Táto polo¾ka obsahuje hodnotu ON ak je tento server podriadeným a je pripojený k prislúchajúcemu nadriadenému servru.';
$strShowStatusSlow_launch_threadsDescr = 'Poèet vlákien, ktorých vytvorenie zabralo viac ako je hodnota slow_launch_time.';
$strShowStatusSlow_queriesDescr = 'Poèet príkazov, ktorých vykonanie zabralo viac ako je hodnota long_query_time.';
$strShowStatusSort_merge_passesDescr = 'Poèet zluèovacích prechodov, ktoré musel vykona» zoraïovací algoritmus. Ak je táto hodnota prílis veµká, mali by ste pouva¾ova» nad zvý¹ením hodnoty systémového nastavania sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Poèet rozsahom obmedzených zoraïovaní.';
$strShowStatusSort_rowsDescr = 'Poèet zoradených riadkov.';
$strShowStatusSort_scanDescr = 'Poèet zoradení uskutoènených prehµadávaním tabuµky.';
$strShowStatusTable_locks_immediateDescr = 'Poèet zámkov tabuliek, ktoré boli získané okam¾ite.';
$strShowStatusTable_locks_waitedDescr = 'Poèet prípadov keï sa zámok tabuµky nedal získa» okam¾ite a bolo nutné vyèka». Ak je táto hodnota vysoká a máte problémy s výkonom, mali by ste najprv optimalizova» va¹e príkazy a potom buï rozdeli» tabuµku/tabuµky alebo pou¾i» replikáciu.';
$strShowStatusThreads_cachedDescr = 'Poèet vlákien vo vyrovnávacej pamäti. Úspe¹nos» tejto vyrovnávacej pamäti sa dá vypoèíta» zo vz»ahu Threads_created/Connections. Ak je táto hodnota v èervenom, mali by ste zvý¹i» hodnotu thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Poèet momentálne otvorených spojení.';
$strShowStatusThreads_createdDescr = 'Poèet vlákien vytvorených na zaobchádzanie so spojeniami. Ak je hodnota Threads_created vysoká, mohli by ste zvý¹i» hodnotu thread_cache_size (to v¹ak nespôsobí ¾iadnu citeµnú zmenu ak máte vlákna dobre implementované).';
$strShowStatusThreads_runningDescr = 'Poèet aktívnych (nespiacich) vlákien.';
$strShowTableDimension = 'Zobrazi» rozmery tabuliek';
$strShowTables = 'Zobrazi» tabuµky';
$strShowThisQuery = ' Zobrazi» tento dotaz znovu ';
$strShow = 'Ukáza»';
$strSimplifiedChinese = 'Zjednodu¹ená Èín¹tina';
$strSingly = '(po jednom)';
$strSize = 'Veµkos»';
$strSkipQueries = 'Poèet záznamov (príkazov), ktoré sa majú zo zaèiatku preskoèi»';
$strSlovak = 'Slovenèina';
$strSlovenian = 'Slovinèina';
$strSocketProblem = '(alebo soket lokálneho MySQL servra nie je správne nastavený)';
$strSortByKey = 'Zoradi» podµa kµúèa';
$strSorting = 'Zoraïovanie';
$strSort = 'Triedi»';
$strSpaceUsage = 'Zabrané miesto';
$strSpanish = '©panielsky';
$strSplitWordsWithSpace = 'Slová sú rozdelené medzerou (" ").';
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvorených dotazov';
$strSQLOptions = 'SQL nastavenia';
$strSQLParserBugMessage = 'Je mo¾né, ¾e ste na¹li chybu v SQL syntaktickom analyzátore. Preskúmajte podrobne SQL dotaz, predov¹etkým správnos» umiestnenia úvodzoviek. Ïal¹ia mo¾nos» je, ¾e nahrávate súbor s binárnymi dátami nezapísanými v úvodzovkách. Mô¾ete tie¾ vyskú¹a» pou¾i» príkazový riadok MySQL na odstránenie problému. Pokial stále máte problémy alebo syntaktický analyzátor SQL stále hlási chybu v dotaze, ktorý v príkazovom riadku funguje, prosím pokúste sa zredukova» dotaz na èo najmen¹í, v ktorom sa problém e¹te vyskytuje a ohláste chybu na stránke phpMyAdmina spolu so sekciou VÝPIS uvedenú ni¾¹ie:';
$strSQLParserUserError = 'Vyskytla sa chyba v SQL dotaze. Ni¾¹ie uvedený MySQL výstup (ak je nejaký) Vám mô¾e pomôc» odstráni» problém';
$strSQLQuery = 'SQL dotaz';
$strSQLResult = 'výsledok SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Neplatný identifikátor';
$strSQPBugUnclosedQuote = 'Neuzatvorené úvodzovky';
$strSQPBugUnknownPunctuation = 'Neznámy interpunkèný re»azec';
$strStatCheckTime = 'Posledná kontrola';
$strStatCreateTime = 'Vytvorenie';
$strStatement = 'Údaj';
$strStatUpdateTime = 'Posledná zmena';
$strStatus = 'Stav';
$strStorageEngine = 'Úlo¾ný Systém';
$strStorageEngines = 'Úlo¾né Systémy';
$strStrucCSV = 'CSV dáta';
$strStrucData = '©truktúru a dáta';
$strStrucDrop = 'Pridaj \'vyma¾ tabuµku\'';
$strStrucExcelCSV = 'CSV pre MS Excel dáta';
$strStrucNativeExcel = 'Natívne dáta MS Excel';
$strStrucOnly = 'Iba ¹truktúru';
$strStructPropose = 'Navrhnú» ¹truktúru tabuµky';
$strStructure = '©truktúra';
$strSubmit = 'Odo¹li';
$strSuccess = 'SQL dotaz bol úspe¹ne vykonaný';
$strSum = 'Celkom';
$strSwedish = '©védsky';
$strSwitchToDatabase = 'Prepnú» na skopírovanú databázu';
$strSwitchToTable = 'Prepnú» na skopírovanú tabuµku';
 
$strTableAlreadyExists = 'Tabuµka %s u¾ existuje!';
$strTableComments = 'Komentár k tabuµke';
$strTableEmpty = 'Tabuµka je prázdna!';
$strTableHasBeenDropped = 'Tabuµka %s bola odstránená';
$strTableHasBeenEmptied = 'Tabuµka %s bola vyprázdená';
$strTableHasBeenFlushed = 'Tabuµka %s bola vyprázdnená';
$strTableMaintenance = 'Údr¾ba tabuµky';
$strTableOfContents = 'Obsah';
$strTableOptions = 'Parametre tabuµky';
$strTables = '%s tabuµka(y)';
$strTableStructure = '©truktúra tabuµky pre tabuµku';
$strTable = 'Tabuµka';
$strTableType = 'Typ tabuµky';
$strTakeIt = 'zvoli»';
$strTblPrivileges = 'Oprávnenia pre jednotlivé tabuµky';
$strTempData = 'Doèasné dáta';
$strTextAreaLength = ' Toto mo¾no nepôjde upravi»,<br /> kvôli svojej då¾ke ';
$strThai = 'Thajèina';
$strTheme = 'Vzhµad';
$strThisHost = 'Tento poèítaè';
$strThisNotDirectory = 'Nebol zadaný adresár';
$strThreads = 'Poèet vlákien';
$strThreadSuccessfullyKilled = 'Vlákno %s bol úspe¹ne zabité.';
$strTime = 'Èas';
$strTimeoutInfo = 'Predchádzajúcemu importu vypr¹al èasový limit. Po znovuodoslaní formulára sa bude pokraèova» od pozície %d.';
$strTimeoutNothingParsed = 'Av¹ak pri poslednom pokuse neboli prijaté ¾iadne dáta, èo obvykle znamená, ¾e phpMyAdmin nebude schopný dokonèi» tento import, pokiaµ nebude zvý¹ený èasový limit behu skriptu v php.';
$strTimeoutPassed = 'Èasový limit behu skriptu vypr¹al. Ak chcete import súboru dokonèi», odo¹lite znova formulár a import bude pokraèova».';
$strToggleScratchboard = 'zobrazi» grafický návrh';
$strTotal = 'celkovo';
$strTotalUC = 'Celkom';
$strTraditionalChinese = 'Tradièná Èín¹tina';
$strTraditionalSpanish = 'Tradièná ©panielèina';
$strTraffic = 'Prevádzka';
$strTransactionCoordinator = 'Koordinátor transakcií';
$strTransformation_application_octetstream__download = 'Zobrazí odkaz na stiahnutie dát. Prvý parameter je meno súboru, druhý je meno ståpca v tabuµke obsahujúci meno súboru. Ak zadáte druhý parameter, prvý musí by» prázdny.';
$strTransformation_application_octetstream__hex = 'Zobrazí dáta v ich hexadecimálnej forme.';
$strTransformation_image_jpeg__inline = 'Zobrazí náhµad obrázku s odkazom na obrázok; parametre ¹írka a vý¹ka v bodoch (pomer strán obrázku zostane zachovaný)';
$strTransformation_image_jpeg__link = 'Zobrazí odkaz na obrázok (napr. stiahnutie poµa blob).';
$strTransformation_image_png__inline = 'Zobrazí image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Zobrazí dátum alebo èas (TIME, TIMESTAMP alebo DATETIME) podµa miestneho nastavenia. Prvý parameter je posun (v hodinách), ktorá bude pridaný k zadanému èasu (predvolený je 0). Druhý parameter je formátovací re»azec pre php funkciu strftime().';
$strTransformation_text_plain__external = 'PLATÍ IBA PRE LINUX: Spustí externú aplikáciu, na jej ¹tandardný vstup po¹le pole a zobrazí výstup programu. Predvolený program je Tidy, ktorý pekne sformátuje HTML. Z bezpeènostných dôvodov musíte ruène upravi» obsah súboru libraries/transformations/text_plain__external.inc.php a prida» do neho povolené aplikácie. Prvý parameter je èíslo aplikácie, ktorú chcete pou¾i» a druhý parametre sú parametre tejto aplikácie. Ak je tretí parameter nastavený na 1, výstup bude skonvertovaný funkciou htmlspecialchars() (predvolený je 1). ©tvrtý parameter v prípade, ¾e je nastavený na 1 pridá k výstupnému textu parameter NOWRAP, èím zabezpeèí zachovanie formátovania (predvolený je 1)';
$strTransformation_text_plain__formatted = 'Zachová pôvodné formátovanie poµa tak ako je ulo¾ené v databáze.';
$strTransformation_text_plain__imagelink = 'Zobrazí obrázok a odkaz z poµa obsahujúceho odkaz na obrázok. Prvý parameter je prefix URL (napr. "http://domena.sk/"), druhý a tretí parameter urèujú ¹írku a vý¹ku obrázku.';
$strTransformation_text_plain__link = 'Zobrazí odkaz z poµa obsahujúceho odkaz. Prvý parameter je prefix URL (napr. "http://domena.sk/"), druhý parameter je text odkazu.';
$strTransformation_text_plain__sql = 'Formátuje text ako SQL príkaz pomocou syntaxového zvýrazòovania.';
$strTransformation_text_plain__substr = 'Zobrazí iba èas» re»azca. Prvý parameter je posun od zaèiatku (predvolený je 0) a druhý urèuje då¾ku textu, ktorá sa ma zobrazi», ak nie je zadaný bude zobrazený zvy¹ok textu. Tretí parameter urèuje znaky, ktoré budú pridané na koniec skráteného textu (predvolené je ...).';
$strTruncateQueries = 'Zobrazi» skrátene dotazy';
$strTurkish = 'Turecky';
$strType = 'Typ';
 
$strUkrainian = 'Ukrajinsky';
$strUncheckAll = 'Odznaèi» v¹etko';
$strUnicode = 'Unicode';
$strUnique = 'Unikátny';
$strUnknown = 'neznámy';
$strUnselectAll = 'Odznaèi» v¹etko';
$strUnsupportedCompressionDetected = 'Pokúsili ste sa naèíta» súbor s nepodporovanou kompresiou (%s). Buï nie je zahrnutá podpora tejto kompresie alebo bola deaktivovaná v konfigurácii.';
$strUpdatePrivMessage = 'Boli aktualizované oprávnenia pre %s.';
$strUpdateProfileMessage = 'Profil bol aktualizovaný.';
$strUpdateQuery = 'Aktualizova» dotaz';
$strUpdComTab = 'Prosím preèítajte si dokumentáciu ako aktualizova» tabuµku s informáciami o ståpcoch (Column_comments Table)';
$strUpgrade = 'Mali by ste aktualizova» %s na verziu %s alebo vy¹¹iu.';
$strUploadLimit = 'Pravdepodobne ste sa pokúsili uploadnu» príli¹ veµký súbor. Preèítajte si prosím %sdokumentáciu%s, ako sa dá toto obmedzenie obís».';
$strUsage = 'Vyu¾itie';
$strUseBackquotes = ' Pou¾i» opaèný apostrof pri názvoch tabuliek a polí ';
$strUseHostTable = 'Pou¾i» tabuµku s hostiteµmi';
$strUserAlreadyExists = 'Pou¾ívateµ %s u¾ existuje!';
$strUserEmpty = 'Meno pou¾ívateµa je prázdne!';
$strUserName = 'Meno pou¾ívateµa';
$strUserNotFound = 'Zvolený pou¾ívateµ nebol nájdený v tabuµke práv.';
$strUserOverview = 'Prehµad u¾ívatelov';
$strUser = 'Pou¾ívateµ';
$strUsersDeleted = 'Vybraní u¾ívatelia bol úspe¹ne odstránený.';
$strUsersHavingAccessToDb = 'Pou¾ívatelia majúci prístup k &quot;%s&quot;';
$strUseTabKey = 'Pre pohyb medzi hodnotami pou¾ite klávesu TAB alebo pre pohyb v¹etkými smermi klávesy CTRL+¹ípky';
$strUseTables = 'Pou¾i» tabuµky';
$strUseTextField = 'Po¾i» textové pole';
$strUseThisValue = 'Pou¾i» túto hodnotu';
 
$strValidateSQL = 'Potvrdi» platnos» SQL';
$strValidatorError = 'SQL validator nemohol by» inicializovaný. Prosím skontrolujte, èi sú nain¹talované v¹etky potrebné roz¹írenia php, tak ako sú popísané v %sdocumentation%s.';
$strValue = 'Hodnota';
$strVar = 'Premenná';
$strVersionInformation = 'Informácie o verzii';
$strViewDumpDatabases = 'Export databáz';
$strViewDumpDB = 'Zobrazi» dump (schému) databázy';
$strViewDump = 'Zobrazi» dump (schému) tabuµky';
$strViewHasBeenDropped = 'Náhµad %s bol odstránený';
$strView = 'Náhµad';
 
$strWebServerUploadDirectoryError = 'Adresár urèený pre upload súborov sa nedá otvori»';
$strWebServerUploadDirectory = 'upload adresár web serveru';
$strWelcome = 'Vitajte v %s';
$strWestEuropean = 'Západná Európa';
$strWildcard = 'nahradzujúci znak';
$strWindowNotFound = 'Cieµové okno prehliadaèa nemohlo by» aktualizované. Mo¾no ste zatvorili rodièovské okno, alebo prehliadaè blokuje operácie medzi oknami z dôvodu bezpeènostných nastavení';
$strWithChecked = 'Výber:';
$strWriteRequests = 'Po¾iadavkov na zápis';
$strWritingCommentNotPossible = 'Komentár sa nedá zapísa»';
$strWritingRelationNotPossible = 'Vz»ah sa nedá zapísa»';
$strWrongUser = 'Zlé pou¾ívateµské meno alebo heslo. Prístup zamietnutý.';
 
$strXML = 'XML';
 
$strYes = 'Áno';
 
$strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.';
$strZip = '"zo zipované"';
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/slovak-utf-8.inc.php
0,0 → 1,980
<?php
/* $Id: slovak-utf-8.inc.php,v 2.123.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/* By: lubos klokner <erkac@vault-tec.sk> */
/* and Ivan Kuriscak <shylauda69@yahoo.com> */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = '"verdana ce", "arial ce", verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, "verdana ce", "arial ce", helvetica, arial, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bajtov', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ne', 'Po', 'Út', 'St', 'Št', 'Pi', 'So');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Máj', 'Jún', 'Júl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%B, %Y - %H:%M';
$timespanfmt = '%s dní, %s hodín, %s minút a %s sekúnd';
 
$strAbortedClients = 'Prerušené';
$strAbsolutePathToDocSqlDir = 'Prosím zadajte absolútnu cestu k adresáru docSQL na serveri.';
$strAccessDeniedExplanation = 'phpMyAdmin sa pokúsil pripojiť k MySQL serveru ale ten spojenie odmietol. Skontrolujte prosím meno serveru, používateľské meno a heslo v súbore config.inc.php a s tým, ktoré ste dostali o administrátora MySQL servera.';
$strAccessDenied = 'Prístup zamietnutý';
$strAction = 'Akcia';
$strAddAutoIncrement = 'Pridať hodnotu AUTO_INCREMENT';
$strAddConstraints = 'Pridať obmedzenia';
$strAddDeleteColumn = 'Pridať/Odobrať polia stĺpcov';
$strAddDeleteRow = 'Pridať/Odobrať kritéria riadku';
$strAddDropDatabase = 'Pridať DROP DATABASE';
$strAddedColumnComment = 'Pridaný komentár k stĺpcu';
$strAddedColumnRelation = 'Pridaný vzťah pre stĺpec';
$strAddFields = 'Pridať %s položiek';
$strAddHeaderComment = 'Pridať vlastný komentár do hlavičky (\\n oddeľuje riadky)';
$strAddIfNotExists = 'Pridať IF NOT EXISTS';
$strAddIntoComments = 'Pridať do komentárov';
$strAddNewField = 'Pridať nové pole';
$strAddPrivilegesOnDb = 'Pridať oprávnenia pre nasledujúcu databázu';
$strAddPrivilegesOnTbl = 'Pridať oprávnenia pre nasledujúcu tabuľku';
$strAddSearchConditions = 'Pridať vyhľadávacie parametre (obsah dotazu po "where" príkaze):';
$strAddToIndex = 'Pridať do indexu &nbsp;%s&nbsp;stĺpec';
$strAddUserMessage = 'Používateľ bol pridaný.';
$strAddUser = 'Pridať nového používateľa';
$strAdministration = 'Administrácia';
$strAffectedRows = ' Ovplyvnené riadky: ';
$strAfterInsertBack = 'Späť';
$strAfterInsertNewInsert = 'Vložiť nový záznam';
$strAfterInsertNext = 'Upraviť nasledujúci riadok';
$strAfterInsertSame = 'Späť na túto stránku';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Povoliť prerušenie importu v prípade, že sa blíži časový limit behu skriptu. Týmto spôsobom sa môžu importovať aj veľké súbory, ale môže to zároveň spôsobiť problémy s transakciami.';
$strAllTableSameWidth = 'zobraziť všetky tabuľky s rovnakou šírkou?';
$strAll = 'Všetko';
$strAlterOrderBy = 'Zmeniť poradie tabuľky podľa';
$strAnalyzeTable = 'Analyzovať tabuľku';
$strAnd = 'a';
$strAndThen = 'a potom';
$strAnIndex = 'Bol pridaný index pre %s';
$strAny = 'Akýkoľvek';
$strAnyHost = 'Akýkoľvek hostiteľ';
$strAnyUser = 'Akýkoľvek používateľ';
$strApproximateCount = 'Môže byť nepresné. Pozri FAQ 3.11';
$strAPrimaryKey = 'Bol pridaný primárny kľúč pre %s';
$strArabic = 'Arabština';
$strArmenian = 'Arménština';
$strAscending = 'Vzostupne';
$strAtBeginningOfTable = 'Na začiatku tabuľky';
$strAtEndOfTable = 'Na konci tabuľky';
$strAttr = 'Atribúty';
$strAutodetect = 'Automaticky zistiť';
$strAutomaticLayout = 'Automatické rozvrhnutie';
 
$strBack = 'Späť';
$strBaltic = 'Baltické';
$strBeginCut = 'ZAČIATOK VÝSEKU';
$strBeginRaw = 'ZAČIATOK TOKU';
$strBinary = 'Binárny';
$strBinaryDoNotEdit = 'Binárny - neupravujte ';
$strBinaryLog = 'Binárny log';
$strBinLogEventType = 'Typ udalosti';
$strBinLogInfo = 'Informácia';
$strBinLogName = 'Názov logu';
$strBinLogOriginalPosition = 'Pôvodná pozícia';
$strBinLogPosition = 'Pozícia';
$strBinLogServerId = 'ID servra';
$strBookmarkAllUsers = 'Dovoliť používať túto položku všetkým používateľom';
$strBookmarkCreated = 'Príkaz %s bol zaradený medzi obľúbené';
$strBookmarkDeleted = 'Záznam z obľúbených bol zmazaný.';
$strBookmarkLabel = 'Názov';
$strBookmarkQuery = 'Obľúbený SQL dotaz';
$strBookmarkReplace = 'Prepísať existujúci príkaz s rovnakým menom';
$strBookmarkThis = 'Pridať tento SQL dotaz do obľúbených';
$strBookmarkView = 'Iba prezrieť';
$strBrowseForeignValues = 'Prejsť hodnoty cudzích kľúčov';
$strBrowse = 'Prechádzať';
$strBufferPoolActivity = 'Aktivita Vyrovnávacej Pamäte';
$strBufferPoolUsage = 'Využitie Vyrovnávacej Pamäte';
$strBufferPool = 'Vyrovnávacia Pamäť';
$strBufferReadMissesInPercent = 'Výpadkov pri čítaní v %';
$strBufferReadMisses = 'Výpadkov pri čítaní';
$strBufferWriteWaits = 'Čakaní na zápis';
$strBufferWriteWaitsInPercent = 'Čakaní na zápis v %';
$strBulgarian = 'Bulharsky';
$strBusyPages = 'Spracovávaných stránok';
$strBzError = 'nepodarilo sa skomprimovať výstup z dôvodu chybného rozšírenia pre kompresiu Bz2 v tejto verzii php. Doporučuje sa nastaviť <code>$cfg[\'BZipDump\']</code> v konfigurácii phpMyAdmin na <code>FALSE</code>. Ak si želáte používať kompresiu Bz2 mali by ste nainštalovať novšiu verziu php. Viac informácií získate z popisu chyby: %s.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Kalendár';
$strCanNotLoadImportPlugins = 'Nebolo možné načítať importovacie pluginy, skontrolujte prosím vašu inštaláciu!';
$strCannotLogin = 'Nedá sa prihlásiť k MySQL serveru';
$strCantLoad = 'nedá sa nahrať rozšírenie %s,<br />prosím skontrolujte konfiguráciu PHP';
$strCantLoadRecodeIconv = 'Nie je možné nahrať rozšírenie iconv alebo recode potrebné pre prevod znakových sad. Upravte nastavenie php tak aby umožňovalo použiť tieto rozšírenia alebo vypnite túto vlastnosť v konfigurácii phpMyAdmina.';
$strCantRenameIdxToPrimary = 'Nie je možné premenovať index na PRIMARY!';
$strCantUseRecodeIconv = 'Nie je možné použiť funkcie iconv,libiconv a recode_string aj napriek tomu, že rozšírenia sú nahrané. Skontrolujte prosím nastavenie PHP.';
$strCardinality = 'Mohutnosť';
$strCaseInsensitive = 'nerozlišovať veľké a malé písmená';
$strCaseSensitive = 'rozlišovať veľké a malé písmená';
$strCentralEuropean = 'Stredná Európa';
$strChangeCopyModeCopy = '... zachovať pôvodného používateľa.';
$strChangeCopyModeDeleteAndReload = ' ... zmazať pôvodného používateľa z tabuliek používateľov a potom znovunačítať oprávnenia.';
$strChangeCopyModeJustDelete = ' ... zmazať pôvodného používateľa z tabuliek používateľov.';
$strChangeCopyModeRevoke = ' ... odobrať všetky oprávnenia pôvodnému používateľovi a následne ho zmazať.';
$strChangeCopyMode = 'Vytvoriť používateľa s rovnakými právami a...';
$strChangeCopyUser = 'Zmeniť informácie o používateľovi / Kopírovať používateľa';
$strChangeDisplay = 'Zvolte, ktoré pole zobraziť';
$strChangePassword = 'Zmeniť heslo';
$strChange = 'Zmeniť';
$strCharsetOfFile = 'Znaková sada súboru:';
$strCharsetsAndCollations = 'Znakové sady a porovnávanie';
$strCharsets = 'Znakové sady';
$strCharset = 'Znaková sada';
$strCheckAll = 'Označiť všetko';
$strCheckOverhead = 'Zvoliť neoptimálne';
$strCheckPrivsLong = 'Skontrolovať oprávnenia pre databázu &quot;%s&quot;.';
$strCheckPrivs = 'Skontrolovať oprávnenia';
$strCheckTable = 'Skontrolovať tabuľku';
$strChoosePage = 'Prosím zvolte si Stránku, ktorú chcete upraviť';
$strColComFeat = 'Zobrazovať komentáre stĺpcov';
$strCollation = 'Porovnávanie';
$strColumnNames = 'Názvy stĺpcov';
$strColumnPrivileges = 'Oprávnenia pre jednotlivé stĺpce';
$strCommand = 'Príkaz';
$strCommentsForTable = 'KOMENTÁRE PRE TABUĽKU';
$strComments = 'Komentáre';
$strCompatibleHashing = 'Kompatibilné s&nbsp;MySQL&nbsp;4.0';
$strCompleteInserts = 'Úplné vloženie';
$strCompression = 'Kompresia';
$strCompressionWillBeDetected = 'Kompresia importovaného súboru bude rozpoznaná automaticky. Podporované: %s';
$strConfigFileError = 'phpMyAdmin nebol schopný načítať konfiguračný súbor!<br />Tento problém sa zvyčajne vyskytne ak súbor obsahuje chybu alebo ho php nemohlo nájsť.<br />Zavolajte browserom tento súbor priamo použitím nasledujúceho odkazu na získanie chybových hlášok, ktoré sú ním spôsobené. Väčšinou sa jedná o chýbajúcu úvodzovku alebo bodkočiarku.<br />Ak dostanete iba prázdnu stránku, všetko je v poriadku.';
$strConfigureTableCoord = 'Prosím skonfigurujte koordináty pre tabuľku %s';
$strConnectionError = 'Nepodarilo sa pripojiť: chybné nastavenia.';
$strConnections = 'Spojenia';
$strConstraintsForDumped = 'Obmedzenie pre exportované tabuľky';
$strConstraintsForTable = 'Obmedzenie pre tabuľku';
$strCookiesRequired = 'Cookies musia byť povolené, pokiaľ chcete pokračovať.';
$strCopyDatabaseOK = 'Databáza %s bola skopírovaná na %s';
$strCopy = 'Kopírovať';
$strCopyTableOK = 'Tabuľka %s bola skorírovaná do %s.';
$strCopyTableSameNames = 'Nedá sa skopírovať tabuľka sama do seba!';
$strCopyTable = 'Skopírovať tabuľku do (databáza<b>.</b>tabuľka):';
$strCouldNotKill = 'Neporadilo za zabiť vlákno %s. Jeho beh bol pravdepodobne už ukončený.';
$strCreateDatabaseBeforeCopying = 'Vytvoriť databázu (CREATE DATABASE) pred kopírovaním';
$strCreateIndexTopic = 'Vytvoriť nový index';
$strCreateIndex = 'Vytvoriť index na&nbsp;%s&nbsp;stĺpcoch';
$strCreateNewDatabase = 'Vytvoriť novú databázu';
$strCreateNewTable = 'Vytvoriť novú tabuľku v databáze %s';
$strCreatePage = 'Vytvoriť novú Stránku';
$strCreatePdfFeat = 'Vytváranie PDF';
$strCreate = 'Vytvoriť';
$strCreationDates = 'Dátum vytvorenia, poslednej zmeny a kontroly';
$strCriteria = 'Kritéria';
$strCroatian = 'Chorvátsky';
$strCSV = 'CSV';
$strCSVImportOptions = 'Možnosti CSV';
$strCSVOptions = 'CSV nastavenia';
$strCyrillic = 'Cyrilika';
$strCzech = 'Česky';
$strCzechSlovak = 'Čeština/Slovenčina';
 
$strDanish = 'Dánsky';
$strDatabase = 'Databáza';
$strDatabaseEmpty = 'Meno databázy je prázdne!';
$strDatabaseExportOptions = 'Nastavenia exportu databáz';
$strDatabaseHasBeenDropped = 'Databáza %s bola zmazaná.';
$strDatabaseNoTable = 'Táto databáza neobsahuje žiadne tabuľky!';
$strDatabases = 'databáz(y)';
$strDatabasesDropped = 'Úspešne zrušených databáz: %s.';
$strDatabasesStatsDisable = 'Skryť štatistiky';
$strDatabasesStatsEnable = 'Zobraziť štatistiky';
$strDatabasesStatsHeavyTraffic = 'Poznámka: Aktivovanie štatistík databázy môže spôsobiť značné zvýšenie sieťovej prevádzky medzi databázou a web serverom.';
$strDatabasesStats = 'Štatistiky databázy';
$strDataDict = 'Dátový slovník';
$strData = 'Dáta';
$strDataOnly = 'Iba dáta';
$strDataPages = 'Stránky obsahujúce dáta';
$strDBComment = 'Komentár k databáze: ';
$strDBCopy = 'Skopírovať databázu na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Zásahov';
$strDBGLine = 'Riadok';
$strDBGMaxTimeMs = 'Max. čas, ms';
$strDBGMinTimeMs = 'Min čas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Čas/Zásah, ms';
$strDBGTotalTimeMs = 'Celkový čas, ms';
$strDbPrivileges = 'Oprávnenia pre jednotlivé databázy';
$strDBRename = 'Premenovať databázu na';
$strDbSpecific = 'závislé na databáze';
$strDefaultEngine = 'Na tomto MySQL servri je prednastaveným úložným systémom %s.';
$strDefault = 'Predvolené';
$strDefaultValueHelp = 'Pre predvolené hodnoty, prosím zadajte iba jednu hodnotu bez úvodzoviek alebo uvádzacích znakov, napr.: a';
$strDefragment = 'Defragmentovať tabuľku';
$strDelayedInserts = 'Použiť oneskorené vloženia';
$strDeleteAndFlushDescr = 'Toto je najčistejšie riešenie, ale znovunačítanie práv môže chvíľu trvať.';
$strDeleteAndFlush = 'Odstrániť používateľov a znovunačítať práva.';
$strDeleted = 'Riadok bol zmazaný';
$strDeletedRows = 'Zmazané riadky:';
$strDeleteNoUsersSelected = 'Na odstránenie neboli vybraní žiadni užívatelia!';
$strDelete = 'Zmazať';
$strDeleting = 'Odstraňuje sa %s';
$strDelOld = 'Aktuálna stránka sa odkazuje na tabuľky, ktoré už neexistujú, želáte si odstrániť tieto odkazy?';
$strDescending = 'Zostupne';
$strDescription = 'Popis';
$strDictionary = 'slovník';
$strDirtyPages = 'Zmenených stránok';
$strDisabled = 'Vypnuté';
$strDisableForeignChecks = 'Vypnúť kontrolu cudzích kľúčov';
$strDisplayFeat = 'Zobraziť vlastnosti';
$strDisplayOrder = 'Zobraziť zoradené:';
$strDisplayPDF = 'Zobraziť schému PDF';
$strDoAQuery = 'Vykonať "dotaz podľa príkladu" (nahradzujúci znak: "%")';
$strDocu = 'Dokumentácia';
$strDoYouReally = 'Skutočne chcete vykonať príkaz ';
$strDropDatabaseStrongWarning = 'Chystáte sa ZRUŠIŤ celú databázu!';
$strDrop = 'Odstrániť';
$strDropUsersDb = 'Odstrániť databázy s rovnakým menom ako majú používatelia.';
$strDumpingData = 'Sťahujem dáta pre tabuľku';
$strDumpSaved = 'Dump (schéma) bol uložený do súboru %s.';
$strDumpXRows = 'Zobraziť %s riadkov od riadku %s.';
$strDynamic = 'dynamický';
 
$strEditPDFPages = 'Upraviť PDF Stránky';
$strEditPrivileges = 'Upraviť oprávnenia';
$strEdit = 'Upraviť';
$strEffective = 'Efektívny';
$strEmptyResultSet = 'MySQL vrátil prázdny výsledok (tj. nulový počet riadkov).';
$strEmpty = 'Vyprázdniť';
$strEnabled = 'Zapnuté';
$strEncloseInTransaction = 'Uzatvoriť príkazy v transakcii';
$strEndCut = 'KONIEC VÝSEKU';
$strEnd = 'Koniec';
$strEndRaw = 'KONIEC TOKU';
$strEngineAvailable = 'Úložný systém %s je na tomto MySQL servri dostupný.';
$strEngineDisabled = 'Úložný systém %s bol na tomto MySQL servri deaktivovaný.';
$strEngines = 'Systémy';
$strEngineUnsupported = 'Tento MySQL server nepodporuje úložný systém %s.';
$strEnglish = 'Anglicky';
$strEnglishPrivileges = ' Poznámka: názvy MySQL oprávnení sú uvádzané v angličtine. ';
$strError = 'Chyba';
$strErrorInZipFile = 'Chyba v ZIP archíve:';
$strEscapeWildcards = 'Náhradzujúcim znakom _ a % by mal predchádzať znak \, pokiaľ ich nechcete použiť doslovne';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estónsky';
$strExcelEdition = 'Verzia Excelu';
$strExcelOptions = 'Nastavenie exportu do Excelu';
$strExecuteBookmarked = 'Spustiť obľúbený dotaz';
$strExplain = 'Vysvetliť SQL';
$strExport = 'Exportovať';
$strExtendedInserts = 'Rozšírené vkladanie';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Nepodarených pokusov';
$strFieldHasBeenDropped = 'Pole %s bolo odstránené';
$strField = 'Pole';
$strFieldsEmpty = ' Počet polí je prázdny! ';
$strFieldsEnclosedBy = 'Polia uzatvorené';
$strFieldsEscapedBy = 'Polia uvedené pomocou';
$strFields = 'Polia';
$strFieldsTerminatedBy = 'Polia ukončené';
$strFileAlreadyExists = 'Súbor %s už existuje na servery, zmente názov súboru alebo zvolte prepísanie súboru.';
$strFileCouldNotBeRead = 'Súbor sa nedá prečítať';
$strFileNameTemplateRemember = 'zapamätať si vzor';
$strFileNameTemplate = 'Vzor pre názov súboru';
$strFileToImport = 'Súbor na importovanie';
$strFixed = 'pevný';
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získava práva používateľov priamo z tabuliek MySQL. Obsah týchto tabuliek sa môže líšiť od práv, ktoré používa server, ak boli tieto tabuľky ručne upravené. V tomto prípade sa odporúča vykonať %sznovunačítanie práv%s predtým ako budete pokračovať.';
$strFlushQueryCache = 'Vyprázdniť vyrovnávaciu pamäť príkazov';
$strFlushTables = 'Vyprázdniť (uzavrieť) všetky tabuľky';
$strFlushTable = 'Vyprázdniť tabuľku ("FLUSH")';
$strFormat = 'Formát';
$strFormEmpty = 'Chýbajúca položka vo formulári !';
$strFreePages = 'Prázdnych stránok';
$strFullText = 'Plné texty';
$strFunction = 'Funkcia';
 
$strGenBy = 'Vygenerované';
$strGeneralRelationFeat = 'Možnosti všeobecných vzťahov';
$strGeneratePassword = 'Vytvoriť Heslo';
$strGenerate = 'Vytvoriť';
$strGenTime = 'Vygenerované:';
$strGeorgian = 'Gruzínčina';
$strGerman = 'Nemecky';
$strGlobal = 'globálny';
$strGlobalPrivileges = 'Globálne práva';
$strGlobalValue = 'Globálna hodnota';
$strGo = 'Vykonaj';
$strGrantOption = 'Prideliť';
$strGreek = 'Gréčtina';
$strGzip = '"gzip-ované"';
 
$strHandler = 'Manipulačná Rutina';
$strHasBeenAltered = 'bola zmenená.';
$strHasBeenCreated = 'bola vytvorená.';
$strHaveToShow = 'Zvolte prosím aspoň jeden stĺpec, ktorý chcete zobraziť';
$strHebrew = 'Hebrejsky';
$strHexForBinary = 'Binárne pole vypisovať v šestnástkovej sústave';
$strHome = 'Domov';
$strHomepageOfficial = 'Oficiálne stránky phpMyAdmin-a';
$strHostEmpty = 'Názov hostiteľa je prázdny!';
$strHost = 'Hostiteľ';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Možnosti exportu pre Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Možnosti exportu pre Microsoft Word 2000';
$strHungarian = 'Maďarsky';
 
$strIcelandic = 'Islandčina';
$strId = 'ID';
$strIdxFulltext = 'Celý text';
$strIgnoreDuplicates = 'Ignorovať opakujúce sa riadky';
$strIgnore = 'Ignorovať';
$strIgnoreInserts = 'Použiť IGNORE';
$strIgnoringFile = 'Ignorujem súbor %s';
$strImportDocSQL = 'Importovať súbory docSQL';
$strImportFiles = 'Importovať súbory';
$strImportFormat = 'Formát importovaného súboru';
$strImport = 'Import';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index pre %s bol odstránený';
$strIndex = 'Index';
$strIndexName = 'Meno indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
$strIndexWarningMultiple = 'Pre stĺpec `%s` je vytvorený viac ako jeden %s kľúč';
$strIndexWarningPrimary = 'Na stĺpec `%s` by nemal byť nastavený PRIMARY a zároveň INDEX kľúč';
$strIndexWarningTable = 'Problémy s indexami v tabuľke `%s`';
$strIndexWarningUnique = 'Na stĺpec `%s` by nemal byť nastavený UNIQUE a zároveň INDEX kľúč';
$strInnoDBAutoextendIncrementDesc = ' Veľkosť, o ktorú je zväčšený automaticky sa zväčšujúci priestor tabuľky pri zaplnení.';
$strInnoDBAutoextendIncrement = 'Navýšenie pri automatickom zväčšovaní';
$strInnoDBBufferPoolSizeDesc = 'Veľkosť pamäte, ktorú InnoDB používa pre cachovanie dát a indexov tabuliek.';
$strInnoDBBufferPoolSize = 'Veľkosť vyrovnávacej pamäte';
$strInnoDBDataFilePath = 'Súbory s dátami';
$strInnoDBDataHomeDirDesc = 'Spoločná časť cesty k adresáru s InnoDB súbormi s dátami.';
$strInnoDBDataHomeDir = 'Domovský adresár pre dáta';
$strInnoDBPages = 'stránok';
$strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Konfiguračný súbor obsahuje nastavenia (root bez hesla), ktoré zodpovedajú predvolenému privilegovanému MySQL účtu. Ak MySQL server beží s týmto nastavením, nie je zabezpečený proti napadnutiu, táto bezpečnostná chyba by mala byť urýchlene odstránená.';
$strInsertAsNewRow = 'Vložiť ako nový riadok';
$strInsertedRowId = 'Id vloženého riadku:';
$strInsertedRows = 'Vložené riadky:';
$strInsertNewRow = 'Vložiť nový riadok';
$strInsert = 'Vložiť';
$strInternalNotNecessary = '* Vnútorný vzťah nie je nutný ak už vzťah existuje v InnoDB.';
$strInternalRelations = 'Interné vzťahy';
$strInUse = 'práve sa používa';
$strInvalidAuthMethod = 'V konfigurácii je nastavená nesprávna autentifikačná metóda:';
$strInvalidColumn = 'Bol zadaný chybný stĺpec (%s)!';
$strInvalidColumnCount = 'Počet stĺpcov musí byť väčší ako nula.';
$strInvalidFieldAddCount = 'Musíte pridať aspoň jeden stĺpec.';
$strInvalidFieldCount = 'Tabuľka musí obsahovať aspoň jeden stĺpec.';
$strInvalidLDIImport = 'Tento plug-in nepodporuje import komprimovaných súborov!';
$strInvalidRowNumber = '%d nie je platné číslo riadku.';
 
$strJapanese = 'Japončina';
$strJoins = 'Zjednotenia';
$strJumpToDB = 'Na databázu &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Odstránení&quot; používatelia budú mať k serveru ako predtým až do znovunačítania práv.';
$strJustDelete = 'Iba odstrániť používateľlov z tabuliek práv.';
 
$strKeepPass = 'Nezmeniť heslo';
$strKeyCache = 'Vyrovnávacia pamäť kľúčov';
$strKeyname = 'Kľúčový názov';
$strKill = 'Zabiť';
$strKorean = 'Kórejčina';
 
$strLandscape = 'Na šírku';
$strLatchedPages = 'Uzavretých stránok';
$strLatexCaption = 'Nadpis tabuľky';
$strLatexContent = 'Obsah tabuľky __TABLE__';
$strLatexContinuedCaption = 'Nadpis pokračovania tabuľky';
$strLatexContinued = '(pokračovanie)';
$strLatexIncludeCaption = 'Zahrnúť nadpis tabuľky';
$strLatexLabel = 'Návestie';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastavenia LaTeX';
$strLatexStructure = 'Štruktúra tabuľky __TABLE__';
$strLatvian = 'Lotyšstina';
$strLDI = 'CSV pomocou LOAD DATA';
$strLDIImportOptions = 'Nastavenia CSV importu pomocou LOAD DATA';
$strLDILocal = 'Použiť kľúčové slovo LOCAL';
$strLengthSet = 'Dĺžka/Nastaviť*';
$strLimitNumRows = 'záznamov na stránku';
$strLinesTerminatedBy = 'Riadky ukončené';
$strLinkNotFound = 'Linka nebola nájdená';
$strLinksTo = 'Linkovať na';
$strLithuanian = 'Litovsky';
$strLocalhost = 'Lokálny';
$strLocationTextfile = 'Lokácia textového súboru';
$strLoginInformation = 'Prihlásenie';
$strLogin = 'Login';
$strLogout = 'Odhlásiť sa';
$strLogPassword = 'Heslo:';
$strLogServer = 'Server';
$strLogUsername = 'Používateľ:';
$strLongOperation = 'Táto operácia môže trvať veľmi dlho. Chcete ju aj napriek tomu vykonať?';
 
$strMaxConnects = 'max. súčasných pripojení';
$strMaximalQueryLength = 'Maximálna veľkosť vytvoreného príkazu';
$strMaximumSize = 'Maximálna veľkosť: %s%s';
$strMbExtensionMissing = 'Mbstring rozšírenie pre PHP nebolo nájdené a zjavne používate viacbajtovú znakovú sadu. Bez tohto rozšírenia nie je phpMyAdmin schopný korektne rozdeľovať reťazce kódované v týchto znakových sadách a môže to viesť k nečakaným výsledkom.';
$strMbOverloadWarning = 'V nastavení PHP je aktívna funkcia mbstring.func_overload, ktorá nie je kompatibilná s phpMyAdmin-om a môže spôsobiť stratu dát!';
$strMIME_available_mime = 'Dostupné MIME typy';
$strMIME_available_transform = 'Dostupné transformácie';
$strMIME_description = 'Popis';
$strMIME_MIMEtype = 'MIME typ';
$strMIME_nodescription = 'Nie je dostupný žiadny popis pre túto transformáciu.<br />Kontaktujte autora, ktorý %s vytára.';
$strMIME_transformation_note = 'Pre zoznam dostupných parametrov a ich MIME typov kliknite na %spopisy transformácií';
$strMIME_transformation_options_note = 'Prosím zadajte hodnoty pre parametre transformácie v nasledujúcom tvare: \'a\',\'b\',\'c\'...<br />Ak potrebujete použiť spätné lomítko ("\") alebo jednoduché úvodzovky ("\'") medzi týmito hodnotami, vložte pred nich spätné lomítko (napr. \'\\\\xyz\' alebo \'a\\\'b\').';
$strMIME_transformation_options = 'Parametre transformácie';
$strMIME_transformation = 'Transformácia pri prehliadaní';
$strMIMETypesForTable = 'MIME TYPY PRE TABUĽKU';
$strMIME_without = 'MIME typy zobrazené kurzívou nemajú vlastnú transformačnú funkciu';
$strModifications = 'Zmeny boli uložené';
$strModifyIndexTopic = 'Modifikovať index';
$strModify = 'Zmeniť';
$strMoveTableOK = 'Tabuľka %s bola presunutá do %s.';
$strMoveTable = 'Presunúť tabuľku do (databáza<b>.</b>tabuľka):';
$strMoveTableSameNames = 'Nedá sa presunúť tabuľka sama do seba!';
$strMultilingual = 'mnohojazyčný';
$strMyISAMDataPointerSizeDesc = 'Prednastavená veľkosť smerníka na dáta v bajtoch, používaná pri vytváraní MyISAM tabuliek príkazom CREATE TABLE, v prípade keď nie je zadaná hodnota MAX_ROWS.';
$strMyISAMDataPointerSize = 'Veľkosť smerníka na dáta';
$strMyISAMMaxExtraSortFileSizeDesc = 'Ak je veľkosť dočasného súboru, použitého pre rýchlejšie vytváranie MyISAM indexov, väčšia ako pri použití cache, použije sa metóda cachovania indexu.';
$strMyISAMMaxExtraSortFileSize = 'Maximálna veľkosť dočasných súborov pre vytvorenie indexu';
$strMyISAMMaxSortFileSizeDesc = 'Maximálna veľkosť dočasného súboru, ktorý môže MySQL použiť pri obnove MyISAM indexu (počas vykonávania príkazov REPAIR TABLE, ALTER TABLE alebo LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximálna veľkosť dočasných zoraďovacích súborov';
$strMyISAMRecoverOptionsDesc = 'Režim automatickej obnovy poškodených MyISAM tabuliek, ktorý sa dá nastaviť parametrom --myisam-recover pri spúšťaní servra.';
$strMyISAMRecoverOptions = 'Režim automatickej obnovy';
$strMyISAMRepairThreadsDesc = 'Ak je táto hodnota vyššia ako 1, počas procesu Opravy Zoradením sú indexy MyISAM tabuľky vytvárané paralelne (každý index vo svojom vlákne).';
$strMyISAMRepairThreads = 'Opravné vlákna';
$strMyISAMSortBufferSizeDesc = 'Pamäť, ktorá je alokovaná pri zoraďovaní MyISAM indexov počas vykonávania príkazu REPAIR TABLE, alebo pri vytváraní indexov príkazmi CREATE INDEX alebo ALTER TABLE.';
$strMyISAMSortBufferSize = 'Veľkosť zoraďovacej pamäte';
$strMySQLCharset = 'Znaková sada v MySQL';
$strMySQLConnectionCollation = 'Overenie MySQL spojenia';
$strMySQLSaid = 'MySQL hlási: ';
$strMySQLShowProcess = 'Zobraziť procesy';
$strMySQLShowStatus = 'Zobraziť MySQL informácie o behu';
$strMySQLShowVars = 'Zobraziť MySQL systémové premenné';
 
$strName = 'Názov';
$strNext = 'Ďalší';
$strNoActivity = 'Boli ste neaktívni viac ako %s sekúnd, prihláste sa prosím znovu';
$strNoDatabases = 'Žiadne databázy';
$strNoDatabasesSelected = 'Neboli vybrané žiadne databázy.';
$strNoDescription = 'bez Popisu';
$strNoDetailsForEngine = 'Pre tento úložný systém nie sú dostupné žiadne podrobnejšie informácie.';
$strNoDropDatabases = 'Možnosť "DROP DATABASE" vypnutá.';
$strNoExplain = 'Preskočiť vysvetlenie SQL';
$strNoFilesFoundInZip = 'V ZIP archíve neboli nájdené žiadne súbory!';
$strNoFrames = 'phpMyAdmin funguje lepšie s prehliadačmi podporujúcimi <b>rámy</b>.';
$strNoIndex = 'Nebol definovaný žiadny index!';
$strNoIndexPartsDefined = 'Časti indexu neboli definované!';
$strNoModification = 'Žiadna zmena';
$strNone = 'Žiadny';
$strNo = 'Nie';
$strNoOptions = 'Tento formát nemá žiadne nastavenia';
$strNoPassword = 'Žiadne heslo';
$strNoPermission = 'Web server nemá oprávenia na uloženie do súboru %s.';
$strNoPhp = 'bez PHP kódu';
$strNoPrivileges = 'Žiadne oprávnenia';
$strNoRights = 'Nemáte dostatočné práva na vykonanie tejto akcie!';
$strNoRowsSelected = 'Nebol vybraný žiadny riadok';
$strNoSpace = 'Nedostatok miesta pre uloženie súboru %s.';
$strNoTablesFound = 'Neboli nájdené žiadne tabuľky v tejto datábaze.';
$strNoThemeSupport = 'Zmena vzhľadu nie je podporovaná, skontrolujte si nastavenia a vzhľady v adresári %s.';
$strNothingToImport = 'Neboli zadané žiadne dáta na import!';
$strNotNumber = 'Toto nie je číslo!';
$strNotOK = 'chyba';
$strNotSet = 'Tabuľka <b>%s</b> nebola nájdená alebo nie je nastavená v %s';
$strNoUsersFound = 'Nebol nájdený žiadny používateľ.';
$strNoValidateSQL = 'Preskočiť potvrdenie platnosti SQL';
$strNull = 'Nulový';
$strNumberOfFields = 'Počet polí';
$strNumSearchResultsInTable = '%s výskyt(ov)v tabuľke <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkovo:</b> <i>%s</i> výskyt(ov)';
$strNumTables = 'Tabuľky';
 
$strOK = 'OK';
$strOperations = 'Operácie';
$strOperator = 'Operátor';
$strOptimizeTable = 'Optimalizovať tabuľku';
$strOr = 'alebo';
$strOverhead = 'Naviac';
$strOverwriteExisting = 'Prepísať existujúci súbor(y)';
 
$strPageNumber = 'Číslo stránky:';
$strPagesToBeFlushed = 'Stránok určených k uvoľneniu';
$strPaperSize = 'Veľkosť stránky';
$strPartialImport = 'Čiastočný import';
$strPartialText = 'Čiastočné texty';
$strPasswordChanged = 'Heslo pre %s bolo úspešne zmenené.';
$strPasswordEmpty = 'Heslo je prázdne!';
$strPasswordHashing = 'Hashovanie hesla';
$strPassword = 'Heslo';
$strPasswordNotSame = 'Heslá sa nezhodujú!';
$strPdfDbSchema = 'Schéma databázy "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabuľka "%s" neexistuje!';
$strPdfNoTables = 'Žiadne tabuľky';
$strPerHour = 'za hodinu';
$strPerMinute = 'za minútu';
$strPerSecond = 'za sekundu';
$strPersian = 'Perština';
$strPhoneBook = 'adresár';
$strPHP40203 = 'Používate PHP 4.2.3, ktoré ma vážnu chybu pri práci s viac bajtovými znakmi (mbstring). V PHP je táto chyba zdokumentovaná pod číslom 19404. Nedoporučuje sa používať túto verziu PHP s phpMyAdminom.';
$strPHPVersion = 'Verzia PHP';
$strPhp = 'Vytvoriť PHP kód';
$strPmaDocumentation = 'phpMyAdmin Dokumentácia';
$strPmaUriError = 'Direktíva <tt>$cfg[\'PmaAbsoluteUri\']</tt> v konfiguračnom súbore MUSÍ byť nastavená!';
$strPolish = 'Poľština';
$strPortrait = 'Na výšku';
$strPos1 = 'Začiatok';
$strPrevious = 'Predchádzajúci';
$strPrimaryKeyHasBeenDropped = 'Primárny kľúč bol zrušený';
$strPrimaryKeyName = 'Názov primárneho kľúča musí byť... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musí</b> byť <b>iba</b> meno primárneho kľúča!)';
$strPrimary = 'Primárny';
$strPrintViewFull = 'Náhľad tlače (s kompletnými textami)';
$strPrintView = 'Náhľad k tlači';
$strPrint = 'Vytlačiť';
$strPrivDescAllPrivileges = 'Všetky oprávnenia okrem GRANT.';
$strPrivDescAlter = 'Povolí meniť štruktúru existujúcich tabuliek.';
$strPrivDescAlterRoutine = 'Umožňuje upravovať a odstraňovať uložené procedúry.';
$strPrivDescCreateDb = 'Povolí vytváranie nových databáz a tabuliek.';
$strPrivDescCreateRoutine = 'Umožňuje vytvárať uložené procedúry.';
$strPrivDescCreateTbl = 'Povolí vytváranie nových tabuliek.';
$strPrivDescCreateTmpTable = 'Povolí vytváranie dočasných tabuliek.';
$strPrivDescCreateUser = 'Umožňuje vytvárať, odstraňovať a premenovávať užívateľské kontá.';
$strPrivDescCreateView = 'Umožňuje vytvárať nové náhľady.';
$strPrivDescDelete = 'Povolí mazanie dát.';
$strPrivDescDropDb = 'Povolí odstraňovanie databáz a tabuliek.';
$strPrivDescDropTbl = 'Povolí odstraňovanie tabuliek.';
$strPrivDescExecute5 = 'Umožňuje spúšťať uložené procedúry.';
$strPrivDescExecute = 'Povolí spúšťanie uložených procedúr. Nefunguje v tejto verzii MySQL.';
$strPrivDescFile = 'Povolí importovanie a exportovanie dát zo/do súborov na serveri.';
$strPrivDescGrant = 'Povolí pridávanie uživatelov a práv bez znovunačítania tabuliek práv.';
$strPrivDescIndex = 'Povolí vytváranie a mazanie indexov.';
$strPrivDescInsert = 'Povolí vkladanie a nahradzovanie dát.';
$strPrivDescLockTables = 'Povolí zmaknutie tabuliek pre aktuálne vlákno.';
$strPrivDescMaxConnections = 'Obmedzí počet nových spojení, ktoré môže používateľ vytvoriť za hodinu.';
$strPrivDescMaxQuestions = 'Obmedzí počet dotazov, ktoré môže používateľ odoslať za hodinu.';
$strPrivDescMaxUpdates = 'Obmedzí počet príkazov meniacich tabuľku alebo databázu, ktorá môže používateľ odoslať za hodinu.';
$strPrivDescMaxUserConnections = 'Obmedzuje počet simultánnych pripojení užívateľa.';
$strPrivDescProcess3 = 'Povolí zabíjanie procesov iným používateľlom.';
$strPrivDescProcess4 = 'Povolí prezeranie kompletných dotazov v zozname procesov.';
$strPrivDescReferences = 'Nefunguje v tejto verzii MySQL.';
$strPrivDescReload = 'Povolí znovunačítanie nastavení a vyprázdňovanie vyrovnávacích pamätí serveru.';
$strPrivDescReplClient = 'Povolí používateľovi zistiť kde je hlavný / pomocný server.';
$strPrivDescReplSlave = 'Potrebné pre replikáciu pomocných serverov.';
$strPrivDescSelect = 'Povolí čítanie dát.';
$strPrivDescShowDb = 'Povolí prístup ku kompletnému zoznamu databáz.';
$strPrivDescShowView = 'Umožňuje spúšťať príkazy so SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Povolí vypnutie serveru.';
$strPrivDescSuper = 'Povolí spojenie aj v prípade, že bol dosiahnutý maximálny počet spojení. Potrebné pre väčšinu operácií pri správe serveru ako nastavovanie globálny premenných alebo zabíjanie procesov iných používateľov.';
$strPrivDescUpdate = 'Povolí menenie dát.';
$strPrivDescUsage = 'Žiadne práva.';
$strPrivileges = 'Oprávnenia';
$strPrivilegesReloaded = 'Práva boli úspešne znovunačítané.';
$strProcesslist = 'Zoznam procesov';
$strPutColNames = 'Pridať názvy polí na prvý riadok';
 
$strQBEDel = 'Zmazať';
$strQBE = 'Dotaz podľa príkladu';
$strQBEIns = 'Vložiť';
$strQueryCache = 'Vyrovnávacia pamäť príkazov';
$strQueryFrame = 'SQL okno';
$strQueryOnDb = ' SQL dotaz v databáze <b>%s</b>:';
$strQuerySQLHistory = 'SQL história';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'Dotaz zabral %01.4f sek.';
$strQueryType = 'Typ dotazu';
$strQueryWindowLock = 'Neprepisovať tento dotaz z hlavného okna';
 
$strReadRequests = 'Požiadavkov na čítanie';
$strReceived = 'Prijaté';
$strRecords = 'Záznamov';
$strReferentialIntegrity = 'Skontrolovať referenčnú integritu:';
$strRefresh = 'Obnoviť';
$strRelationalSchema = 'Relačná schéma';
$strRelationNotWorking = 'Prídavné vlastnosti pre prácu s prepojenými tabuľkami boli deaktivované. Ak chcete zistiť prečo, kliknite %ssem%s.';
$strRelationsForTable = 'VZŤAHY PRE TABUĽKU';
$strRelations = 'Prepojenia';
$strRelationView = 'Zobraziť spojitosti';
$strReloadingThePrivileges = 'Znovunačítanie práv';
$strReloadMySQL = 'Znovu-načítať MySQL';
$strRemoveSelectedUsers = 'Odstrániť vybraných používateľov';
$strRenameDatabaseOK = 'Databáza %s bola premenovaná na %s';
$strRenameTableOK = 'Tabuľka %s bola premenovaná na %s';
$strRenameTable = 'Premenovať tabuľku na';
$strRepairTable = 'Opraviť tabuľku';
$strReplaceNULLBy = 'Nahradiť NULL hodnoty';
$strReplaceTable = 'Nahradiť dáta v tabuľke súborom';
$strReplication = 'Replikácia';
$strReset = 'Pôvodné (Reset)';
$strResourceLimits = 'Obmedzenie zdrojov';
$strReType = 'Potvrdiť';
$strRevokeAndDeleteDescr = 'Užívatelia budú mať stále právo USAGE (používanie) až do znovunačítania práv.';
$strRevokeAndDelete = 'Odobranie všetkých aktívnych práv používateľom a ich následné odstránenie.';
$strRevokeMessage = 'Boli zrušené oprávnenia pre %s';
$strRevoke = 'Zrušiť';
$strRomanian = 'Rumunština';
$strRowLength = 'Dĺžka riadku';
$strRowsFrom = 'riadky začínajú od';
$strRowSize = ' Veľkosť riadku ';
$strRowsModeFlippedHorizontal = 'vodorovnom (otočené hlavičky)';
$strRowsModeHorizontal = 'horizontálnom';
$strRowsModeOptions = 'v(o) %s móde a opakovať hlavičky po každých %s bunkách';
$strRowsModeVertical = 'vertikálnom';
$strRows = 'Riadkov';
$strRowsStatistic = 'Štatistika riadku';
$strRunning = 'beží na %s';
$strRunQuery = 'Odošli dotaz';
$strRunSQLQueryOnServer = 'Spustiť SQL príkaz(y) na servri %s';
$strRunSQLQuery = 'Spustiť SQL dotaz/dotazy na databázu %s';
$strRussian = 'Ruština';
 
$strSaveOnServer = 'Uložiť na server do adresára %s';
$strSave = 'Uložiť';
$strScaleFactorSmall = 'Mierka je príliš mala na roztiahnutie schémy na stránku';
$strSearchFormTitle = 'Hľadať v databáze';
$strSearch = 'Hľadať';
$strSearchInTables = 'V tabuľke(ách):';
$strSearchNeedle = 'Slovo(á) alebo hodnotu(y), ktoré chcete vyhľadať (nahradzujúci znak: "%"):';
$strSearchOption1 = 'najmenej jedno zo slov';
$strSearchOption2 = 'všetky slová';
$strSearchOption3 = 'presný výraz';
$strSearchOption4 = 'ako regulárny výraz';
$strSearchResultsFor = 'Prehľadať výsledky na "<i>%s</i>" %s:';
$strSearchType = 'Nájdi:';
$strSecretRequired = 'Nastavte prosím kľúč pre šifrovanie cookies v konfiguračnom súbore (blowfish_secret).';
$strSelectADb = 'Prosím vyberte si databázu';
$strSelectAll = 'Označiť všetko';
$strSelectBinaryLog = 'Vyberte binárny log na zobrazenie';
$strSelectFields = 'Zvoliť pole (najmenej jedno):';
$strSelectNumRows = 'v dotaze';
$strSelectTables = 'Vybrať Tabuľky';
$strSend = 'Pošli';
$strSent = 'Odoslané';
$strServerChoice = 'Voľba serveru';
$strServerNotResponding = 'Server neodpovedá';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Odložené vloženia';
$strServerStatus = 'Stav serveru';
$strServerStatusUptime = 'Tento server beží %s. Bol spustený %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Premenné';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Premenné a nastavenia serveru';
$strServerVersion = 'Verzia serveru';
$strSessionValue = 'Hodnota sedenia';
$strSetEnumVal = 'Ak je pole typu "enum" alebo "set", prosím zadávajte hodnoty v tvare: \'a\',\'b\',\'c\'...<br />Ak dokonca potrebujete zadať spätné lomítko ("\") alebo apostrof ("\'") pri týchto hodnotách, zadajte ich napríklad takto \'\\\\xyz\' alebo \'a\\\'b\'.';
$strShowAll = 'Zobraziť všetko';
$strShowColor = 'Zobraziť farbu';
$strShowDatadictAs = 'Formát dátového slovníka';
$strShowFullQueries = 'Zobraziť kompletné dotazy';
$strShowGrid = 'Zobraziť mriežku';
$strShowingBookmark = 'Zobrazujem obľúbený príkaz';
$strShowingRecords = 'Ukázať záznamy ';
$strShowOpenTables = 'Zobraziť otvorené tabuľky';
$strShowPHPInfo = 'Zobraziť informácie o PHP';
$strShowSlaveHosts = 'Zobraziť podriadené hosty';
$strShowSlaveStatus = 'Zobraziť stav podriadených hostov';
$strShowStatusBinlog_cache_disk_useDescr = 'Počet transakcií, ktoré využili dočasnú vyrovnávaciu pamäť binárneho logu, ale zároveň prekročili hodnotu binlog_cache_size a museli tak použiť dočasný súbor na uloženie príkazov transakcie.';
$strShowStatusBinlog_cache_useDescr = 'Počet transakcií, ktoré využili vyrovnávaciu pamäť binárneho logu.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Počet dočasných tabuliek automaticky vytvorených servrom pri vykonávaní príkazov. Ak je hodnota Created_tmp_disk_tables príliš vysoká, môžte zvýšiť hodnotu tmp_table_size, aby boli dočasné tabuľky ukladané do pamäte a nie na disk.';
$strShowStatusCreated_tmp_filesDescr = 'Počet dočasných súborov vytvorených servrom mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Počet dočasných, v pamäti uložených tabuliek, vytvorených servrom pri vykonávaní príkazov.';
$strShowStatusDelayed_errorsDescr = 'Počet riadkov pridaných príkazom INSERT DELAYED, pri ktorých sa vyskytla chyba (pravdepodobne opakujúci sa kľúč).';
$strShowStatusDelayed_insert_threadsDescr = 'Počet vlákien používaných príkazmi INSERT DELAYED. Každá samostatná tabuľka, na ktorú je použitý príkaz INSERT DELAYED, ma svoje vlastné vlákno.';
$strShowStatusDelayed_writesDescr = 'Počet riadkov vložených príkazom INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Počet vykonaných príkazov FLUSH.';
$strShowStatusHandler_commitDescr = 'Počet interných príkazov COMMIT.';
$strShowStatusHandler_deleteDescr = 'Koľkokrát bol z tabuľky odstránený riadok.';
$strShowStatusHandler_discoverDescr = 'MySQL server môže zaslať požiadavku NDB Clustru, či nevie o existencii tabuľky s daným menom. Tento proces sa nazýva objavovanie. Handler_discover zobrazuje počet doposiaľ objavených tabuliek.';
$strShowStatusHandler_read_firstDescr = 'Počet prečítaní prvej položky indexu. Ak je táto hodnota príliš vysoká, znamená to že server vykonáva príliš veľa kompletných prechádzaní indexov; napríklad, SELECT col1 FROM foo, za predpokladu že col1 je indexovaný.';
$strShowStatusHandler_read_keyDescr = 'Počet požiadavkov na načítanie riadku podľa kľúča. Ak je táto hodnota vysoká, je to dobrým znamením že sú príkazy a tabuľky správne indexované.';
$strShowStatusHandler_read_nextDescr = 'Počet požiadavkov na načítanie nasledujúceho riadku v poradí podľa kľúča. Táto hodnota sa zvyšuje ak sa načítava indexovaný stĺpec v danom rozsahu alebo ak sa vykonáva prehľadávanie indexu.';
$strShowStatusHandler_read_prevDescr = 'Počet požiadavkov na načítanie predchádzajúceho riadku podľa kľúča. Táto čítacia metóda sa použiva hlavne na optimalizáciu príkazov typu ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Počet požiadavkov na načítanie riadku na základe určitej pozície. Táto hodnota je vysoká, ak sa vykonáva veľa príkazov, ktoré si vyžadujú zoradenie výsledku. Pravdepodobne sa použiva veľa príkazov, kvôli ktorým musí MySQL kompletne prehľadávať tabuľky, alebo sa používajú zjednotenia, ktoré správne nevyužívajú kľúče.';
$strShowStatusHandler_read_rnd_nextDescr = 'Počet požiadavkov na načítanie nasledujúceho riadku. Táto hodnota je vysoká, ak sa vykonáva veľa kompletných prehľadávaní tabuliek. Znamená to že buď tabuľky nie sú správne indexované alebo príkazy nedostatočne využívajú dostupné indexy.';
$strShowStatusHandler_rollbackDescr = 'Počet interných príkazov ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Počet požiadavkov na zmenu záznamu (riadku) v tabuľke.';
$strShowStatusHandler_writeDescr = 'Počet požiadavkov na vloženie nového záznamu (riadku) do tabuľky.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Počet stránok obsahujúcich dáta (nečistých aj čistých).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Počet nečistých stránok.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Počet stránok, na ktoré je požiadavka na vyprázdnenie.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Počet voľných stránok.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Počet uzamknutých stránok v InnoDB vyrovnávacej pamäti. Z týchto stránok sa momentálne číta alebo zapisuje, prípadne nemôžu byť vyprázdnené ani odstránené z nejakého iného dôvodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Počet momentálne neprístupných stránok z dôvodu účasti na administratívnych účeloch ako napr. uzamkýnanie riadkov alebo adaptívny hash index. Táto hodnota sa tiež môže vypočítať ako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Celkový počet stránok vo vyrovnávacej pamäti InnoDB.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Počet "náhodných" predčítaní vykonaných InnoDB. Táto situácia nastáva pri príkazoch, ktoré prehľadávajú veľkú časť tabuľky, ale v náhodnom poradí.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Počet sekvenčných predčítaní vykonaných InnoDB. Táto situácia nastáva pri vykonávaní sekvenčného prehľadávania celej tabuľky.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Počet požiadavkov na logické načítavanie.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Počet logických načítaní, ktoré sa nemohli vykonať z vyrovnávacej pamäte a namiesto toho bolo vykonané načítanie celej jednej stránky.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normálne sa zápis do vyrovnávacej pamäte InnoDB vykonáva v pozadí. Ak však nie sú pri požiadavke na načítanie alebo vytvorenie stránky dostupné žiadne čisté stránky, je potrebné počkať na ich vyčistenie. Táto hodnota zobrazuje počet týchto čakaní a ak bola správne nastavená veľkosť vyrovnávacej pamäte, mala by byť nízka.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Počet zápisov do vyrovnávacej pamäte InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Počet vykonaných fsync() operácií.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktuálny počet prebiehajúcich fsync() operácií.';
$strShowStatusInnodb_data_pending_readsDescr = 'Počet aktuálne prebiehajúcich načítavaní.';
$strShowStatusInnodb_data_pending_writesDescr = 'Počet aktuálne prebiehajúcich zápisov.';
$strShowStatusInnodb_data_readDescr = 'Množstvo už načítaných dát, v bajtoch.';
$strShowStatusInnodb_data_readsDescr = 'Celkový počet načítaní dát.';
$strShowStatusInnodb_data_writesDescr = 'Celkový počet zápisov dát.';
$strShowStatusInnodb_data_writtenDescr = 'Množstvo už zapísaných dát, v bajtoch.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Počet vykonaných dvojitých zápisov a počet stránok zapísaných pre tento účel.';
$strShowStatusInnodb_dblwr_writesDescr = 'Počet vykonaných dvojitých zápisov a počet stránok zapísaných pre tento účel.';
$strShowStatusInnodb_log_waitsDescr = 'Počet čakaní na vyprázdnenie vyrovnávacej pamäte logu z dôvodu jej zaplnenia.';
$strShowStatusInnodb_log_write_requestsDescr = 'Počet požiadaviek na zápis do logovacieho súboru.';
$strShowStatusInnodb_log_writesDescr = 'Počet fyzických zápisov do logovacieho súboru.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Počet fsync zápisov vykonaných na logovacom súbore.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Počet prebiehajúcich synchronizácií logovacieho súboru.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Počet prebiehajúcich zápisov do logovacieho súboru.';
$strShowStatusInnodb_os_log_writtenDescr = 'Množstvo bajtov zapísaných do logovacieho súboru.';
$strShowStatusInnodb_pages_createdDescr = 'Počet vytvorených stránok.';
$strShowStatusInnodb_page_sizeDescr = 'Veľkosť nakompilovanej InnoDB stránky (prednastavených je 16KB). Viacero hodnôt sa udáva v stránkach; pomocou veľkosti stránky je možné ich premeniť na bajty.';
$strShowStatusInnodb_pages_readDescr = 'Počet načítaných stránok.';
$strShowStatusInnodb_pages_writtenDescr = 'Počet zapísaných stránok.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Počet zámkov na riadky, na ktoré sa čaká.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Priemerný čas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový čas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximálny čas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Koľkokrát sa muselo čakať na zámok na riadok.';
$strShowStatusInnodb_rows_deletedDescr = 'Počet záznamov (riadkov) odstránených z InnoDB tabuliek.';
$strShowStatusInnodb_rows_insertedDescr = 'Počet záznamov (riadkov) vložených do InnoDB tabuliek.';
$strShowStatusInnodb_rows_readDescr = 'Počet načítaných záznamov (riadkov) z InnoDB tabuliek.';
$strShowStatusInnodb_rows_updatedDescr = 'Počet upravených záznamov (riadkov) v InnoDB tabuľkách.';
$strShowStatusKey_blocks_not_flushedDescr = 'Počet zmenených kľúčových blokov vo vyrovnávacej pamäti kľúčov, ktoré ešte neboli zapísané na disk. Predtým sa táto hodnota nazývala Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Počet nevyužitých blokov vo vyrovnávacej pamäti kľúčov. Z tejto hodnoty môžete zistiť koľko vyrovnávacej pamäte sa práve používa.';
$strShowStatusKey_blocks_usedDescr = 'Počet využitých blokov vo vyrovnávacej pamäti kľúčov. Táto hodnota určuje najväčšie množstvo blokov, ktoré kedy naraz použité.';
$strShowStatusKey_read_requestsDescr = 'Počet požiadavkov na načítanie kľúčového bloku z vyrovnávacej pamäti.';
$strShowStatusKey_readsDescr = 'Počet načítaní kľúčového bloku priamo z disku. Ak je táto hodnota príliš veľká, väčšinou to znamená, že veľkosť vyrovnávacej pamäti (key_buffer_size) je príliš malá. Úspešnosť vyrovnávacej pamäte si môžte vypočítať zo vzťahu Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Počet požiadavkov na zápis kľúčového bloku do vyrovnávacej pamäti.';
$strShowStatusKey_writesDescr = 'Počet fyzických zápisov kľúčového bloku na disk.';
$strShowStatusLast_query_costDescr = 'Celkové náklady na posledný kompilovaný príkaz, vypočítané optimizérom príkazov. Užitočné na porovnávanie nákladov na rôzne príkazy pre tú istú požiadavku. Prednastavená hodnota 0 znamená, že doposiaľ neboli skompilované žiadne príkazy.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Počet riadkov čakajúcich na zápis cez INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Počet doposiaľ otvorených tabuliek. Ak je táto hodnota príliš vysoká, pravdepodobne je vyrovnávacia pamäť pre tabuľky príliš malá.';
$strShowStatusOpen_filesDescr = 'Počet otvorených súborov.';
$strShowStatusOpen_streamsDescr = 'Počet otvorených streamov (väčšinou využívané na logovanie).';
$strShowStatusOpen_tablesDescr = 'Počet práve otvorených tabuliek.';
$strShowStatusQcache_free_blocksDescr = 'Množstvo voľných pamäťových blokov vo vyrovnávacej pamäti príkazov.';
$strShowStatusQcache_free_memoryDescr = 'Veľkosť voľnej pamäti pre vyrovnávaciu pamäť príkazov.';
$strShowStatusQcache_hitsDescr = 'Počet zásahov vyrovnávacej pamäti.';
$strShowStatusQcache_insertsDescr = 'Počet príkazov pridaných do vyrovnávacej pamäti.';
$strShowStatusQcache_lowmem_prunesDescr = 'Počet príkazov, ktoré boli odstránené z vyrovnácej pamäti na uvoľnenie pamäti pre nové príkazy. Táto hodnota vám môže pomôcť pri upravovaní veľkosti vyrovnávacej pamäti príkazov. Na výber príkazov na odstránenie z vyrovnávacej pamäti sa používa stratégia LRU (tzn. najdlhšie nepoužité príkazy budú odstránené ako prvé).';
$strShowStatusQcache_not_cachedDescr = 'Počet príkazov neumiestnených do vyrovnávacej pamäti (nie sú cachovateľné alebo nevyhovujú nastaveniu query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Počet príkazov registrovaných vo vyrovnávacej pamäti.';
$strShowStatusQcache_total_blocksDescr = 'Celkové množstvo blokov vo vyrovnávacej pamäti príkazov.';
$strShowStatusReset = 'Vynulovať';
$strShowStatusRpl_statusDescr = 'Stav failsafe replikácie (zatiaľ neimplementované).';
$strShowStatusSelect_full_joinDescr = 'Počet spojení, ktoré nevyužívajú indexy. Ak sa táto hodnota nerovná 0, mali by ste starostlivo skontrolovať indexy vašich tabuliek.';
$strShowStatusSelect_full_range_joinDescr = 'Počet spojení, ktoré na referenčnej tabuľke využili intervalové vyhľadávanie.';
$strShowStatusSelect_range_checkDescr = 'Počet spojení bez kľúčov, ktoré kontrolovali použitie kľúča na každom riadku (ak táto hodnota nie je 0, mali by ste starostlivo skontrolovať indexy vašich tabuliek).';
$strShowStatusSelect_rangeDescr = 'Počet spojení, ktoré na prvej tabuľke využili intervalové vyhľadávanie (táto hodnota nie je kritická ani v prípade, že je vysoká).';
$strShowStatusSelect_scanDescr = 'Počet spojení, ktoré vykonali kompletné prehľadanie prvej tabuľky.';
$strShowStatusSlave_open_temp_tablesDescr = 'Počet dočasných tabuliek, otvorených podriadeným SQL vláknom.';
$strShowStatusSlave_retried_transactionsDescr = 'Celkový počet (od spustenia) pokusov replikačného podriadeného SQL vlákna o znovuobnovenie transakcie.';
$strShowStatusSlave_runningDescr = 'Táto položka obsahuje hodnotu ON ak je tento server podriadeným a je pripojený k prislúchajúcemu nadriadenému servru.';
$strShowStatusSlow_launch_threadsDescr = 'Počet vlákien, ktorých vytvorenie zabralo viac ako je hodnota slow_launch_time.';
$strShowStatusSlow_queriesDescr = 'Počet príkazov, ktorých vykonanie zabralo viac ako je hodnota long_query_time.';
$strShowStatusSort_merge_passesDescr = 'Počet zlučovacích prechodov, ktoré musel vykonať zoraďovací algoritmus. Ak je táto hodnota prílis veľká, mali by ste pouvažovať nad zvýšením hodnoty systémového nastavania sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Počet rozsahom obmedzených zoraďovaní.';
$strShowStatusSort_rowsDescr = 'Počet zoradených riadkov.';
$strShowStatusSort_scanDescr = 'Počet zoradení uskutočnených prehľadávaním tabuľky.';
$strShowStatusTable_locks_immediateDescr = 'Počet zámkov tabuliek, ktoré boli získané okamžite.';
$strShowStatusTable_locks_waitedDescr = 'Počet prípadov keď sa zámok tabuľky nedal získať okamžite a bolo nutné vyčkať. Ak je táto hodnota vysoká a máte problémy s výkonom, mali by ste najprv optimalizovať vaše príkazy a potom buď rozdeliť tabuľku/tabuľky alebo použiť replikáciu.';
$strShowStatusThreads_cachedDescr = 'Počet vlákien vo vyrovnávacej pamäti. Úspešnosť tejto vyrovnávacej pamäti sa dá vypočítať zo vzťahu Threads_created/Connections. Ak je táto hodnota v červenom, mali by ste zvýšiť hodnotu thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Počet momentálne otvorených spojení.';
$strShowStatusThreads_createdDescr = 'Počet vlákien vytvorených na zaobchádzanie so spojeniami. Ak je hodnota Threads_created vysoká, mohli by ste zvýšiť hodnotu thread_cache_size (to však nespôsobí žiadnu citeľnú zmenu ak máte vlákna dobre implementované).';
$strShowStatusThreads_runningDescr = 'Počet aktívnych (nespiacich) vlákien.';
$strShowTableDimension = 'Zobraziť rozmery tabuliek';
$strShowTables = 'Zobraziť tabuľky';
$strShowThisQuery = ' Zobraziť tento dotaz znovu ';
$strShow = 'Ukázať';
$strSimplifiedChinese = 'Zjednodušená Čínština';
$strSingly = '(po jednom)';
$strSize = 'Veľkosť';
$strSkipQueries = 'Počet záznamov (príkazov), ktoré sa majú zo začiatku preskočiť';
$strSlovak = 'Slovenčina';
$strSlovenian = 'Slovinčina';
$strSocketProblem = '(alebo soket lokálneho MySQL servra nie je správne nastavený)';
$strSortByKey = 'Zoradiť podľa kľúča';
$strSorting = 'Zoraďovanie';
$strSort = 'Triediť';
$strSpaceUsage = 'Zabrané miesto';
$strSpanish = 'Španielsky';
$strSplitWordsWithSpace = 'Slová sú rozdelené medzerou (" ").';
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvorených dotazov';
$strSQLOptions = 'SQL nastavenia';
$strSQLParserBugMessage = 'Je možné, že ste našli chybu v SQL syntaktickom analyzátore. Preskúmajte podrobne SQL dotaz, predovšetkým správnosť umiestnenia úvodzoviek. Ďalšia možnosť je, že nahrávate súbor s binárnymi dátami nezapísanými v úvodzovkách. Môžete tiež vyskúšať použiť príkazový riadok MySQL na odstránenie problému. Pokial stále máte problémy alebo syntaktický analyzátor SQL stále hlási chybu v dotaze, ktorý v príkazovom riadku funguje, prosím pokúste sa zredukovať dotaz na čo najmenší, v ktorom sa problém ešte vyskytuje a ohláste chybu na stránke phpMyAdmina spolu so sekciou VÝPIS uvedenú nižšie:';
$strSQLParserUserError = 'Vyskytla sa chyba v SQL dotaze. Nižšie uvedený MySQL výstup (ak je nejaký) Vám môže pomôcť odstrániť problém';
$strSQLQuery = 'SQL dotaz';
$strSQLResult = 'výsledok SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Neplatný identifikátor';
$strSQPBugUnclosedQuote = 'Neuzatvorené úvodzovky';
$strSQPBugUnknownPunctuation = 'Neznámy interpunkčný reťazec';
$strStatCheckTime = 'Posledná kontrola';
$strStatCreateTime = 'Vytvorenie';
$strStatement = 'Údaj';
$strStatUpdateTime = 'Posledná zmena';
$strStatus = 'Stav';
$strStorageEngine = 'Úložný Systém';
$strStorageEngines = 'Úložné Systémy';
$strStrucCSV = 'CSV dáta';
$strStrucData = 'Štruktúru a dáta';
$strStrucDrop = 'Pridaj \'vymaž tabuľku\'';
$strStrucExcelCSV = 'CSV pre MS Excel dáta';
$strStrucNativeExcel = 'Natívne dáta MS Excel';
$strStrucOnly = 'Iba štruktúru';
$strStructPropose = 'Navrhnúť štruktúru tabuľky';
$strStructure = 'Štruktúra';
$strSubmit = 'Odošli';
$strSuccess = 'SQL dotaz bol úspešne vykonaný';
$strSum = 'Celkom';
$strSwedish = 'Švédsky';
$strSwitchToDatabase = 'Prepnúť na skopírovanú databázu';
$strSwitchToTable = 'Prepnúť na skopírovanú tabuľku';
 
$strTableAlreadyExists = 'Tabuľka %s už existuje!';
$strTableComments = 'Komentár k tabuľke';
$strTableEmpty = 'Tabuľka je prázdna!';
$strTableHasBeenDropped = 'Tabuľka %s bola odstránená';
$strTableHasBeenEmptied = 'Tabuľka %s bola vyprázdená';
$strTableHasBeenFlushed = 'Tabuľka %s bola vyprázdnená';
$strTableMaintenance = 'Údržba tabuľky';
$strTableOfContents = 'Obsah';
$strTableOptions = 'Parametre tabuľky';
$strTables = '%s tabuľka(y)';
$strTableStructure = 'Štruktúra tabuľky pre tabuľku';
$strTable = 'Tabuľka';
$strTableType = 'Typ tabuľky';
$strTakeIt = 'zvoliť';
$strTblPrivileges = 'Oprávnenia pre jednotlivé tabuľky';
$strTempData = 'Dočasné dáta';
$strTextAreaLength = ' Toto možno nepôjde upraviť,<br /> kvôli svojej dĺžke ';
$strThai = 'Thajčina';
$strTheme = 'Vzhľad';
$strThisHost = 'Tento počítač';
$strThisNotDirectory = 'Nebol zadaný adresár';
$strThreads = 'Počet vlákien';
$strThreadSuccessfullyKilled = 'Vlákno %s bol úspešne zabité.';
$strTime = 'Čas';
$strTimeoutInfo = 'Predchádzajúcemu importu vypršal časový limit. Po znovuodoslaní formulára sa bude pokračovať od pozície %d.';
$strTimeoutNothingParsed = 'Avšak pri poslednom pokuse neboli prijaté žiadne dáta, čo obvykle znamená, že phpMyAdmin nebude schopný dokončiť tento import, pokiaľ nebude zvýšený časový limit behu skriptu v php.';
$strTimeoutPassed = 'Časový limit behu skriptu vypršal. Ak chcete import súboru dokončiť, odošlite znova formulár a import bude pokračovať.';
$strToggleScratchboard = 'zobraziť grafický návrh';
$strTotal = 'celkovo';
$strTotalUC = 'Celkom';
$strTraditionalChinese = 'Tradičná Čínština';
$strTraditionalSpanish = 'Tradičná Španielčina';
$strTraffic = 'Prevádzka';
$strTransactionCoordinator = 'Koordinátor transakcií';
$strTransformation_application_octetstream__download = 'Zobrazí odkaz na stiahnutie dát. Prvý parameter je meno súboru, druhý je meno stĺpca v tabuľke obsahujúci meno súboru. Ak zadáte druhý parameter, prvý musí byť prázdny.';
$strTransformation_application_octetstream__hex = 'Zobrazí dáta v ich hexadecimálnej forme.';
$strTransformation_image_jpeg__inline = 'Zobrazí náhľad obrázku s odkazom na obrázok; parametre šírka a výška v bodoch (pomer strán obrázku zostane zachovaný)';
$strTransformation_image_jpeg__link = 'Zobrazí odkaz na obrázok (napr. stiahnutie poľa blob).';
$strTransformation_image_png__inline = 'Zobrazí image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Zobrazí dátum alebo čas (TIME, TIMESTAMP alebo DATETIME) podľa miestneho nastavenia. Prvý parameter je posun (v hodinách), ktorá bude pridaný k zadanému času (predvolený je 0). Druhý parameter je formátovací reťazec pre php funkciu strftime().';
$strTransformation_text_plain__external = 'PLATÍ IBA PRE LINUX: Spustí externú aplikáciu, na jej štandardný vstup pošle pole a zobrazí výstup programu. Predvolený program je Tidy, ktorý pekne sformátuje HTML. Z bezpečnostných dôvodov musíte ručne upraviť obsah súboru libraries/transformations/text_plain__external.inc.php a pridať do neho povolené aplikácie. Prvý parameter je číslo aplikácie, ktorú chcete použiť a druhý parametre sú parametre tejto aplikácie. Ak je tretí parameter nastavený na 1, výstup bude skonvertovaný funkciou htmlspecialchars() (predvolený je 1). Štvrtý parameter v prípade, že je nastavený na 1 pridá k výstupnému textu parameter NOWRAP, čím zabezpečí zachovanie formátovania (predvolený je 1)';
$strTransformation_text_plain__formatted = 'Zachová pôvodné formátovanie poľa tak ako je uložené v databáze.';
$strTransformation_text_plain__imagelink = 'Zobrazí obrázok a odkaz z poľa obsahujúceho odkaz na obrázok. Prvý parameter je prefix URL (napr. "http://domena.sk/"), druhý a tretí parameter určujú šírku a výšku obrázku.';
$strTransformation_text_plain__link = 'Zobrazí odkaz z poľa obsahujúceho odkaz. Prvý parameter je prefix URL (napr. "http://domena.sk/"), druhý parameter je text odkazu.';
$strTransformation_text_plain__sql = 'Formátuje text ako SQL príkaz pomocou syntaxového zvýrazňovania.';
$strTransformation_text_plain__substr = 'Zobrazí iba časť reťazca. Prvý parameter je posun od začiatku (predvolený je 0) a druhý určuje dĺžku textu, ktorá sa ma zobraziť, ak nie je zadaný bude zobrazený zvyšok textu. Tretí parameter určuje znaky, ktoré budú pridané na koniec skráteného textu (predvolené je ...).';
$strTruncateQueries = 'Zobraziť skrátene dotazy';
$strTurkish = 'Turecky';
$strType = 'Typ';
 
$strUkrainian = 'Ukrajinsky';
$strUncheckAll = 'Odznačiť všetko';
$strUnicode = 'Unicode';
$strUnique = 'Unikátny';
$strUnknown = 'neznámy';
$strUnselectAll = 'Odznačiť všetko';
$strUnsupportedCompressionDetected = 'Pokúsili ste sa načítať súbor s nepodporovanou kompresiou (%s). Buď nie je zahrnutá podpora tejto kompresie alebo bola deaktivovaná v konfigurácii.';
$strUpdatePrivMessage = 'Boli aktualizované oprávnenia pre %s.';
$strUpdateProfileMessage = 'Profil bol aktualizovaný.';
$strUpdateQuery = 'Aktualizovať dotaz';
$strUpdComTab = 'Prosím prečítajte si dokumentáciu ako aktualizovať tabuľku s informáciami o stĺpcoch (Column_comments Table)';
$strUpgrade = 'Mali by ste aktualizovať %s na verziu %s alebo vyššiu.';
$strUploadLimit = 'Pravdepodobne ste sa pokúsili uploadnuť príliš veľký súbor. Prečítajte si prosím %sdokumentáciu%s, ako sa dá toto obmedzenie obísť.';
$strUsage = 'Využitie';
$strUseBackquotes = ' Použiť opačný apostrof pri názvoch tabuliek a polí ';
$strUseHostTable = 'Použiť tabuľku s hostiteľmi';
$strUserAlreadyExists = 'Používateľ %s už existuje!';
$strUserEmpty = 'Meno používateľa je prázdne!';
$strUserName = 'Meno používateľa';
$strUserNotFound = 'Zvolený používateľ nebol nájdený v tabuľke práv.';
$strUserOverview = 'Prehľad užívatelov';
$strUser = 'Používateľ';
$strUsersDeleted = 'Vybraní užívatelia bol úspešne odstránený.';
$strUsersHavingAccessToDb = 'Používatelia majúci prístup k &quot;%s&quot;';
$strUseTabKey = 'Pre pohyb medzi hodnotami použite klávesu TAB alebo pre pohyb všetkými smermi klávesy CTRL+šípky';
$strUseTables = 'Použiť tabuľky';
$strUseTextField = 'Požiť textové pole';
$strUseThisValue = 'Použiť túto hodnotu';
 
$strValidateSQL = 'Potvrdiť platnosť SQL';
$strValidatorError = 'SQL validator nemohol byť inicializovaný. Prosím skontrolujte, či sú nainštalované všetky potrebné rozšírenia php, tak ako sú popísané v %sdocumentation%s.';
$strValue = 'Hodnota';
$strVar = 'Premenná';
$strVersionInformation = 'Informácie o verzii';
$strViewDumpDatabases = 'Export databáz';
$strViewDumpDB = 'Zobraziť dump (schému) databázy';
$strViewDump = 'Zobraziť dump (schému) tabuľky';
$strViewHasBeenDropped = 'Náhľad %s bol odstránený';
$strView = 'Náhľad';
 
$strWebServerUploadDirectoryError = 'Adresár určený pre upload súborov sa nedá otvoriť';
$strWebServerUploadDirectory = 'upload adresár web serveru';
$strWelcome = 'Vitajte v %s';
$strWestEuropean = 'Západná Európa';
$strWildcard = 'nahradzujúci znak';
$strWindowNotFound = 'Cieľové okno prehliadača nemohlo byť aktualizované. Možno ste zatvorili rodičovské okno, alebo prehliadač blokuje operácie medzi oknami z dôvodu bezpečnostných nastavení';
$strWithChecked = 'Výber:';
$strWriteRequests = 'Požiadavkov na zápis';
$strWritingCommentNotPossible = 'Komentár sa nedá zapísať';
$strWritingRelationNotPossible = 'Vzťah sa nedá zapísať';
$strWrongUser = 'Zlé používateľské meno alebo heslo. Prístup zamietnutý.';
 
$strXML = 'XML';
 
$strYes = 'Áno';
 
$strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.';
$strZip = '"zo zipované"';
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/slovak-windows-1250.inc.php
0,0 → 1,979
<?php
/* $Id: slovak-windows-1250.inc.php,v 2.123.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/* By: lubos klokner <erkac@vault-tec.sk> */
/* and Ivan Kuriscak <shylauda69@yahoo.com> */
 
$charset = 'windows-1250';
$text_dir = 'ltr';
$left_font_family = '"verdana ce", "arial ce", verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, "verdana ce", "arial ce", helvetica, arial, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bajtov', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ne', 'Po', 'Út', 'St', 'Št', 'Pi', 'So');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Máj', 'Jún', 'Júl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%B, %Y - %H:%M';
$timespanfmt = '%s dní, %s hodín, %s minút a %s sekúnd';
 
$strAbortedClients = 'Prerušené';
$strAbsolutePathToDocSqlDir = 'Prosím zadajte absolútnu cestu k adresáru docSQL na serveri.';
$strAccessDeniedExplanation = 'phpMyAdmin sa pokúsil pripoji k MySQL serveru ale ten spojenie odmietol. Skontrolujte prosím meno serveru, používate¾ské meno a heslo v súbore config.inc.php a s tým, ktoré ste dostali o administrátora MySQL servera.';
$strAccessDenied = 'Prístup zamietnutý';
$strAction = 'Akcia';
$strAddAutoIncrement = 'Prida hodnotu AUTO_INCREMENT';
$strAddConstraints = 'Prida obmedzenia';
$strAddDeleteColumn = 'Prida/Odobra polia ståpcov';
$strAddDeleteRow = 'Prida/Odobra kritéria riadku';
$strAddDropDatabase = 'Prida DROP DATABASE';
$strAddedColumnComment = 'Pridaný komentár k ståpcu';
$strAddedColumnRelation = 'Pridaný vzah pre ståpec';
$strAddFields = 'Prida %s položiek';
$strAddHeaderComment = 'Prida vlastný komentár do hlavièky (\\n odde¾uje riadky)';
$strAddIfNotExists = 'Prida IF NOT EXISTS';
$strAddIntoComments = 'Prida do komentárov';
$strAddNewField = 'Prida nové pole';
$strAddPrivilegesOnDb = 'Prida oprávnenia pre nasledujúcu databázu';
$strAddPrivilegesOnTbl = 'Prida oprávnenia pre nasledujúcu tabu¾ku';
$strAddSearchConditions = 'Prida vyh¾adávacie parametre (obsah dotazu po "where" príkaze):';
$strAddToIndex = 'Prida do indexu &nbsp;%s&nbsp;ståpec';
$strAddUserMessage = 'Používate¾ bol pridaný.';
$strAddUser = 'Prida nového používate¾a';
$strAdministration = 'Administrácia';
$strAffectedRows = ' Ovplyvnené riadky: ';
$strAfterInsertBack = 'Spä';
$strAfterInsertNewInsert = 'Vloži nový záznam';
$strAfterInsertNext = 'Upravi nasledujúci riadok';
$strAfterInsertSame = 'Spä na túto stránku';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Povoli prerušenie importu v prípade, že sa blíži èasový limit behu skriptu. Týmto spôsobom sa môžu importova aj ve¾ké súbory, ale môže to zároveò spôsobi problémy s transakciami.';
$strAllTableSameWidth = 'zobrazi všetky tabu¾ky s rovnakou šírkou?';
$strAll = 'Všetko';
$strAlterOrderBy = 'Zmeni poradie tabu¾ky pod¾a';
$strAnalyzeTable = 'Analyzova tabu¾ku';
$strAnd = 'a';
$strAndThen = 'a potom';
$strAnIndex = 'Bol pridaný index pre %s';
$strAny = 'Akýko¾vek';
$strAnyHost = 'Akýko¾vek hostite¾';
$strAnyUser = 'Akýko¾vek používate¾';
$strApproximateCount = 'Môže by nepresné. Pozri FAQ 3.11';
$strAPrimaryKey = 'Bol pridaný primárny k¾úè pre %s';
$strArabic = 'Arabština';
$strArmenian = 'Arménština';
$strAscending = 'Vzostupne';
$strAtBeginningOfTable = 'Na zaèiatku tabu¾ky';
$strAtEndOfTable = 'Na konci tabu¾ky';
$strAttr = 'Atribúty';
$strAutodetect = 'Automaticky zisti';
$strAutomaticLayout = 'Automatické rozvrhnutie';
 
$strBack = 'Spä';
$strBaltic = 'Baltické';
$strBeginCut = 'ZAÈIATOK VÝSEKU';
$strBeginRaw = 'ZAÈIATOK TOKU';
$strBinary = 'Binárny';
$strBinaryDoNotEdit = 'Binárny - neupravujte ';
$strBinaryLog = 'Binárny log';
$strBinLogEventType = 'Typ udalosti';
$strBinLogInfo = 'Informácia';
$strBinLogName = 'Názov logu';
$strBinLogOriginalPosition = 'Pôvodná pozícia';
$strBinLogPosition = 'Pozícia';
$strBinLogServerId = 'ID servra';
$strBookmarkAllUsers = 'Dovoli používa túto položku všetkým používate¾om';
$strBookmarkCreated = 'Príkaz %s bol zaradený medzi ob¾úbené';
$strBookmarkDeleted = 'Záznam z ob¾úbených bol zmazaný.';
$strBookmarkLabel = 'Názov';
$strBookmarkQuery = 'Ob¾úbený SQL dotaz';
$strBookmarkReplace = 'Prepísa existujúci príkaz s rovnakým menom';
$strBookmarkThis = 'Prida tento SQL dotaz do ob¾úbených';
$strBookmarkView = 'Iba prezrie';
$strBrowseForeignValues = 'Prejs hodnoty cudzích k¾úèov';
$strBrowse = 'Prechádza';
$strBufferPoolActivity = 'Aktivita Vyrovnávacej Pamäte';
$strBufferPoolUsage = 'Využitie Vyrovnávacej Pamäte';
$strBufferPool = 'Vyrovnávacia Pamä';
$strBufferReadMissesInPercent = 'Výpadkov pri èítaní v %';
$strBufferReadMisses = 'Výpadkov pri èítaní';
$strBufferWriteWaits = 'Èakaní na zápis';
$strBufferWriteWaitsInPercent = 'Èakaní na zápis v %';
$strBulgarian = 'Bulharsky';
$strBusyPages = 'Spracovávaných stránok';
$strBzError = 'nepodarilo sa skomprimova výstup z dôvodu chybného rozšírenia pre kompresiu Bz2 v tejto verzii php. Doporuèuje sa nastavi <code>$cfg[\'BZipDump\']</code> v konfigurácii phpMyAdmin na <code>FALSE</code>. Ak si želáte používa kompresiu Bz2 mali by ste nainštalova novšiu verziu php. Viac informácií získate z popisu chyby: %s.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Kalendár';
$strCanNotLoadImportPlugins = 'Nebolo možné naèíta importovacie pluginy, skontrolujte prosím vašu inštaláciu!';
$strCannotLogin = 'Nedá sa prihlási k MySQL serveru';
$strCantLoad = 'nedá sa nahra rozšírenie %s,<br />prosím skontrolujte konfiguráciu PHP';
$strCantLoadRecodeIconv = 'Nie je možné nahra rozšírenie iconv alebo recode potrebné pre prevod znakových sad. Upravte nastavenie php tak aby umožòovalo použi tieto rozšírenia alebo vypnite túto vlastnos v konfigurácii phpMyAdmina.';
$strCantRenameIdxToPrimary = 'Nie je možné premenova index na PRIMARY!';
$strCantUseRecodeIconv = 'Nie je možné použi funkcie iconv,libiconv a recode_string aj napriek tomu, že rozšírenia sú nahrané. Skontrolujte prosím nastavenie PHP.';
$strCardinality = 'Mohutnos';
$strCaseInsensitive = 'nerozlišova ve¾ké a malé písmená';
$strCaseSensitive = 'rozlišova ve¾ké a malé písmená';
$strCentralEuropean = 'Stredná Európa';
$strChangeCopyModeCopy = '... zachova pôvodného používate¾a.';
$strChangeCopyModeDeleteAndReload = ' ... zmaza pôvodného používate¾a z tabuliek používate¾ov a potom znovunaèíta oprávnenia.';
$strChangeCopyModeJustDelete = ' ... zmaza pôvodného používate¾a z tabuliek používate¾ov.';
$strChangeCopyModeRevoke = ' ... odobra všetky oprávnenia pôvodnému používate¾ovi a následne ho zmaza.';
$strChangeCopyMode = 'Vytvori používate¾a s rovnakými právami a...';
$strChangeCopyUser = 'Zmeni informácie o používate¾ovi / Kopírova používate¾a';
$strChangeDisplay = 'Zvolte, ktoré pole zobrazi';
$strChangePassword = 'Zmeni heslo';
$strChange = 'Zmeni';
$strCharsetOfFile = 'Znaková sada súboru:';
$strCharsetsAndCollations = 'Znakové sady a porovnávanie';
$strCharsets = 'Znakové sady';
$strCharset = 'Znaková sada';
$strCheckAll = 'Oznaèi všetko';
$strCheckOverhead = 'Zvoli neoptimálne';
$strCheckPrivsLong = 'Skontrolova oprávnenia pre databázu &quot;%s&quot;.';
$strCheckPrivs = 'Skontrolova oprávnenia';
$strCheckTable = 'Skontrolova tabu¾ku';
$strChoosePage = 'Prosím zvolte si Stránku, ktorú chcete upravi';
$strColComFeat = 'Zobrazova komentáre ståpcov';
$strCollation = 'Porovnávanie';
$strColumnNames = 'Názvy ståpcov';
$strColumnPrivileges = 'Oprávnenia pre jednotlivé ståpce';
$strCommand = 'Príkaz';
$strCommentsForTable = 'KOMENTÁRE PRE TABU¼KU';
$strComments = 'Komentáre';
$strCompatibleHashing = 'Kompatibilné s&nbsp;MySQL&nbsp;4.0';
$strCompleteInserts = 'Úplné vloženie';
$strCompression = 'Kompresia';
$strCompressionWillBeDetected = 'Kompresia importovaného súboru bude rozpoznaná automaticky. Podporované: %s';
$strConfigFileError = 'phpMyAdmin nebol schopný naèíta konfiguraèný súbor!<br />Tento problém sa zvyèajne vyskytne ak súbor obsahuje chybu alebo ho php nemohlo nájs.<br />Zavolajte browserom tento súbor priamo použitím nasledujúceho odkazu na získanie chybových hlášok, ktoré sú ním spôsobené. Väèšinou sa jedná o chýbajúcu úvodzovku alebo bodkoèiarku.<br />Ak dostanete iba prázdnu stránku, všetko je v poriadku.';
$strConfigureTableCoord = 'Prosím skonfigurujte koordináty pre tabu¾ku %s';
$strConnectionError = 'Nepodarilo sa pripoji: chybné nastavenia.';
$strConnections = 'Spojenia';
$strConstraintsForDumped = 'Obmedzenie pre exportované tabu¾ky';
$strConstraintsForTable = 'Obmedzenie pre tabu¾ku';
$strCookiesRequired = 'Cookies musia by povolené, pokia¾ chcete pokraèova.';
$strCopyDatabaseOK = 'Databáza %s bola skopírovaná na %s';
$strCopy = 'Kopírova';
$strCopyTableOK = 'Tabu¾ka %s bola skorírovaná do %s.';
$strCopyTableSameNames = 'Nedá sa skopírova tabu¾ka sama do seba!';
$strCopyTable = 'Skopírova tabu¾ku do (databáza<b>.</b>tabu¾ka):';
$strCouldNotKill = 'Neporadilo za zabi vlákno %s. Jeho beh bol pravdepodobne už ukonèený.';
$strCreateDatabaseBeforeCopying = 'Vytvori databázu (CREATE DATABASE) pred kopírovaním';
$strCreateIndexTopic = 'Vytvori nový index';
$strCreateIndex = 'Vytvori index na&nbsp;%s&nbsp;ståpcoch';
$strCreateNewDatabase = 'Vytvori novú databázu';
$strCreateNewTable = 'Vytvori novú tabu¾ku v databáze %s';
$strCreatePage = 'Vytvori novú Stránku';
$strCreatePdfFeat = 'Vytváranie PDF';
$strCreate = 'Vytvori';
$strCreationDates = 'Dátum vytvorenia, poslednej zmeny a kontroly';
$strCriteria = 'Kritéria';
$strCroatian = 'Chorvátsky';
$strCSV = 'CSV';
$strCSVImportOptions = 'Možnosti CSV';
$strCSVOptions = 'CSV nastavenia';
$strCyrillic = 'Cyrilika';
$strCzech = 'Èesky';
$strCzechSlovak = 'Èeština/Slovenèina';
 
$strDanish = 'Dánsky';
$strDatabase = 'Databáza';
$strDatabaseEmpty = 'Meno databázy je prázdne!';
$strDatabaseExportOptions = 'Nastavenia exportu databáz';
$strDatabaseHasBeenDropped = 'Databáza %s bola zmazaná.';
$strDatabaseNoTable = 'Táto databáza neobsahuje žiadne tabu¾ky!';
$strDatabases = 'databáz(y)';
$strDatabasesDropped = 'Úspešne zrušených databáz: %s.';
$strDatabasesStatsDisable = 'Skry štatistiky';
$strDatabasesStatsEnable = 'Zobrazi štatistiky';
$strDatabasesStatsHeavyTraffic = 'Poznámka: Aktivovanie štatistík databázy môže spôsobi znaèné zvýšenie sieovej prevádzky medzi databázou a web serverom.';
$strDatabasesStats = 'Štatistiky databázy';
$strDataDict = 'Dátový slovník';
$strData = 'Dáta';
$strDataOnly = 'Iba dáta';
$strDataPages = 'Stránky obsahujúce dáta';
$strDBComment = 'Komentár k databáze: ';
$strDBCopy = 'Skopírova databázu na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Zásahov';
$strDBGLine = 'Riadok';
$strDBGMaxTimeMs = 'Max. èas, ms';
$strDBGMinTimeMs = 'Min èas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Èas/Zásah, ms';
$strDBGTotalTimeMs = 'Celkový èas, ms';
$strDbPrivileges = 'Oprávnenia pre jednotlivé databázy';
$strDBRename = 'Premenova databázu na';
$strDbSpecific = 'závislé na databáze';
$strDefaultEngine = 'Na tomto MySQL servri je prednastaveným úložným systémom %s.';
$strDefault = 'Predvolené';
$strDefaultValueHelp = 'Pre predvolené hodnoty, prosím zadajte iba jednu hodnotu bez úvodzoviek alebo uvádzacích znakov, napr.: a';
$strDefragment = 'Defragmentova tabu¾ku';
$strDelayedInserts = 'Použi oneskorené vloženia';
$strDeleteAndFlushDescr = 'Toto je najèistejšie riešenie, ale znovunaèítanie práv môže chví¾u trva.';
$strDeleteAndFlush = 'Odstráni používate¾ov a znovunaèíta práva.';
$strDeleted = 'Riadok bol zmazaný';
$strDeletedRows = 'Zmazané riadky:';
$strDeleteNoUsersSelected = 'Na odstránenie neboli vybraní žiadni užívatelia!';
$strDelete = 'Zmaza';
$strDeleting = 'Odstraòuje sa %s';
$strDelOld = 'Aktuálna stránka sa odkazuje na tabu¾ky, ktoré už neexistujú, želáte si odstráni tieto odkazy?';
$strDescending = 'Zostupne';
$strDescription = 'Popis';
$strDictionary = 'slovník';
$strDirtyPages = 'Zmenených stránok';
$strDisabled = 'Vypnuté';
$strDisableForeignChecks = 'Vypnú kontrolu cudzích k¾úèov';
$strDisplayFeat = 'Zobrazi vlastnosti';
$strDisplayOrder = 'Zobrazi zoradené:';
$strDisplayPDF = 'Zobrazi schému PDF';
$strDoAQuery = 'Vykona "dotaz pod¾a príkladu" (nahradzujúci znak: "%")';
$strDocu = 'Dokumentácia';
$strDoYouReally = 'Skutoène chcete vykona príkaz ';
$strDropDatabaseStrongWarning = 'Chystáte sa ZRUŠI celú databázu!';
$strDrop = 'Odstráni';
$strDropUsersDb = 'Odstráni databázy s rovnakým menom ako majú používatelia.';
$strDumpingData = 'Sahujem dáta pre tabu¾ku';
$strDumpSaved = 'Dump (schéma) bol uložený do súboru %s.';
$strDumpXRows = 'Zobrazi %s riadkov od riadku %s.';
$strDynamic = 'dynamický';
 
$strEditPDFPages = 'Upravi PDF Stránky';
$strEditPrivileges = 'Upravi oprávnenia';
$strEdit = 'Upravi';
$strEffective = 'Efektívny';
$strEmptyResultSet = 'MySQL vrátil prázdny výsledok (tj. nulový poèet riadkov).';
$strEmpty = 'Vyprázdni';
$strEnabled = 'Zapnuté';
$strEncloseInTransaction = 'Uzatvori príkazy v transakcii';
$strEndCut = 'KONIEC VÝSEKU';
$strEnd = 'Koniec';
$strEndRaw = 'KONIEC TOKU';
$strEngineAvailable = 'Úložný systém %s je na tomto MySQL servri dostupný.';
$strEngineDisabled = 'Úložný systém %s bol na tomto MySQL servri deaktivovaný.';
$strEngines = 'Systémy';
$strEngineUnsupported = 'Tento MySQL server nepodporuje úložný systém %s.';
$strEnglish = 'Anglicky';
$strEnglishPrivileges = ' Poznámka: názvy MySQL oprávnení sú uvádzané v angliètine. ';
$strError = 'Chyba';
$strErrorInZipFile = 'Chyba v ZIP archíve:';
$strEscapeWildcards = 'Náhradzujúcim znakom _ a % by mal predchádza znak \, pokia¾ ich nechcete použi doslovne';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estónsky';
$strExcelEdition = 'Verzia Excelu';
$strExcelOptions = 'Nastavenie exportu do Excelu';
$strExecuteBookmarked = 'Spusti ob¾úbený dotaz';
$strExplain = 'Vysvetli SQL';
$strExport = 'Exportova';
$strExtendedInserts = 'Rozšírené vkladanie';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Nepodarených pokusov';
$strFieldHasBeenDropped = 'Pole %s bolo odstránené';
$strField = 'Pole';
$strFieldsEmpty = ' Poèet polí je prázdny! ';
$strFieldsEnclosedBy = 'Polia uzatvorené';
$strFieldsEscapedBy = 'Polia uvedené pomocou';
$strFields = 'Polia';
$strFieldsTerminatedBy = 'Polia ukonèené';
$strFileAlreadyExists = 'Súbor %s už existuje na servery, zmente názov súboru alebo zvolte prepísanie súboru.';
$strFileCouldNotBeRead = 'Súbor sa nedá preèíta';
$strFileNameTemplateRemember = 'zapamäta si vzor';
$strFileNameTemplate = 'Vzor pre názov súboru';
$strFileToImport = 'Súbor na importovanie';
$strFixed = 'pevný';
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získava práva používate¾ov priamo z tabuliek MySQL. Obsah týchto tabuliek sa môže líši od práv, ktoré používa server, ak boli tieto tabu¾ky ruène upravené. V tomto prípade sa odporúèa vykona %sznovunaèítanie práv%s predtým ako budete pokraèova.';
$strFlushQueryCache = 'Vyprázdni vyrovnávaciu pamä príkazov';
$strFlushTables = 'Vyprázdni (uzavrie) všetky tabu¾ky';
$strFlushTable = 'Vyprázdni tabu¾ku ("FLUSH")';
$strFormat = 'Formát';
$strFormEmpty = 'Chýbajúca položka vo formulári !';
$strFreePages = 'Prázdnych stránok';
$strFullText = 'Plné texty';
$strFunction = 'Funkcia';
 
$strGenBy = 'Vygenerované';
$strGeneralRelationFeat = 'Možnosti všeobecných vzahov';
$strGeneratePassword = 'Vytvori Heslo';
$strGenerate = 'Vytvori';
$strGenTime = 'Vygenerované:';
$strGeorgian = 'Gruzínèina';
$strGerman = 'Nemecky';
$strGlobal = 'globálny';
$strGlobalPrivileges = 'Globálne práva';
$strGlobalValue = 'Globálna hodnota';
$strGo = 'Vykonaj';
$strGrantOption = 'Prideli';
$strGreek = 'Gréètina';
$strGzip = '"gzip-ované"';
 
$strHandler = 'Manipulaèná Rutina';
$strHasBeenAltered = 'bola zmenená.';
$strHasBeenCreated = 'bola vytvorená.';
$strHaveToShow = 'Zvolte prosím aspoò jeden ståpec, ktorý chcete zobrazi';
$strHebrew = 'Hebrejsky';
$strHexForBinary = 'Binárne pole vypisova v šestnástkovej sústave';
$strHome = 'Domov';
$strHomepageOfficial = 'Oficiálne stránky phpMyAdmin-a';
$strHostEmpty = 'Názov hostite¾a je prázdny!';
$strHost = 'Hostite¾';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Možnosti exportu pre Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Možnosti exportu pre Microsoft Word 2000';
$strHungarian = 'Maïarsky';
 
$strIcelandic = 'Islandèina';
$strId = 'ID';
$strIdxFulltext = 'Celý text';
$strIgnoreDuplicates = 'Ignorova opakujúce sa riadky';
$strIgnore = 'Ignorova';
$strIgnoreInserts = 'Použi IGNORE';
$strIgnoringFile = 'Ignorujem súbor %s';
$strImportDocSQL = 'Importova súbory docSQL';
$strImportFiles = 'Importova súbory';
$strImportFormat = 'Formát importovaného súboru';
$strImport = 'Import';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index pre %s bol odstránený';
$strIndex = 'Index';
$strIndexName = 'Meno indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
$strIndexWarningMultiple = 'Pre ståpec `%s` je vytvorený viac ako jeden %s k¾úè';
$strIndexWarningPrimary = 'Na ståpec `%s` by nemal by nastavený PRIMARY a zároveò INDEX k¾úè';
$strIndexWarningTable = 'Problémy s indexami v tabu¾ke `%s`';
$strIndexWarningUnique = 'Na ståpec `%s` by nemal by nastavený UNIQUE a zároveò INDEX k¾úè';
$strInnoDBAutoextendIncrementDesc = ' Ve¾kos, o ktorú je zväèšený automaticky sa zväèšujúci priestor tabu¾ky pri zaplnení.';
$strInnoDBAutoextendIncrement = 'Navýšenie pri automatickom zväèšovaní';
$strInnoDBBufferPoolSizeDesc = 'Ve¾kos pamäte, ktorú InnoDB používa pre cachovanie dát a indexov tabuliek.';
$strInnoDBBufferPoolSize = 'Ve¾kos vyrovnávacej pamäte';
$strInnoDBDataFilePath = 'Súbory s dátami';
$strInnoDBDataHomeDirDesc = 'Spoloèná èas cesty k adresáru s InnoDB súbormi s dátami.';
$strInnoDBDataHomeDir = 'Domovský adresár pre dáta';
$strInnoDBPages = 'stránok';
$strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Konfiguraèný súbor obsahuje nastavenia (root bez hesla), ktoré zodpovedajú predvolenému privilegovanému MySQL úètu. Ak MySQL server beží s týmto nastavením, nie je zabezpeèený proti napadnutiu, táto bezpeènostná chyba by mala by urýchlene odstránená.';
$strInsertAsNewRow = 'Vloži ako nový riadok';
$strInsertedRowId = 'Id vloženého riadku:';
$strInsertedRows = 'Vložené riadky:';
$strInsertNewRow = 'Vloži nový riadok';
$strInsert = 'Vloži';
$strInternalNotNecessary = '* Vnútorný vzah nie je nutný ak už vzah existuje v InnoDB.';
$strInternalRelations = 'Interné vzahy';
$strInUse = 'práve sa používa';
$strInvalidAuthMethod = 'V konfigurácii je nastavená nesprávna autentifikaèná metóda:';
$strInvalidColumn = 'Bol zadaný chybný ståpec (%s)!';
$strInvalidColumnCount = 'Poèet ståpcov musí by väèší ako nula.';
$strInvalidFieldAddCount = 'Musíte prida aspoò jeden ståpec.';
$strInvalidFieldCount = 'Tabu¾ka musí obsahova aspoò jeden ståpec.';
$strInvalidLDIImport = 'Tento plug-in nepodporuje import komprimovaných súborov!';
$strInvalidRowNumber = '%d nie je platné èíslo riadku.';
 
$strJapanese = 'Japonèina';
$strJoins = 'Zjednotenia';
$strJumpToDB = 'Na databázu &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Odstránení&quot; používatelia budú ma k serveru ako predtým až do znovunaèítania práv.';
$strJustDelete = 'Iba odstráni používate¾lov z tabuliek práv.';
 
$strKeepPass = 'Nezmeni heslo';
$strKeyCache = 'Vyrovnávacia pamä k¾úèov';
$strKeyname = 'K¾úèový názov';
$strKill = 'Zabi';
$strKorean = 'Kórejèina';
 
$strLandscape = 'Na šírku';
$strLatchedPages = 'Uzavretých stránok';
$strLatexCaption = 'Nadpis tabu¾ky';
$strLatexContent = 'Obsah tabu¾ky __TABLE__';
$strLatexContinuedCaption = 'Nadpis pokraèovania tabu¾ky';
$strLatexContinued = '(pokraèovanie)';
$strLatexIncludeCaption = 'Zahrnú nadpis tabu¾ky';
$strLatexLabel = 'Návestie';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastavenia LaTeX';
$strLatexStructure = 'Štruktúra tabu¾ky __TABLE__';
$strLatvian = 'Lotyšstina';
$strLDI = 'CSV pomocou LOAD DATA';
$strLDIImportOptions = 'Nastavenia CSV importu pomocou LOAD DATA';
$strLDILocal = 'Použi k¾úèové slovo LOCAL';
$strLengthSet = 'Dåžka/Nastavi*';
$strLimitNumRows = 'záznamov na stránku';
$strLinesTerminatedBy = 'Riadky ukonèené';
$strLinkNotFound = 'Linka nebola nájdená';
$strLinksTo = 'Linkova na';
$strLithuanian = 'Litovsky';
$strLocalhost = 'Lokálny';
$strLocationTextfile = 'Lokácia textového súboru';
$strLoginInformation = 'Prihlásenie';
$strLogin = 'Login';
$strLogout = 'Odhlási sa';
$strLogPassword = 'Heslo:';
$strLogServer = 'Server';
$strLogUsername = 'Používate¾:';
$strLongOperation = 'Táto operácia môže trva ve¾mi dlho. Chcete ju aj napriek tomu vykona?';
 
$strMaxConnects = 'max. súèasných pripojení';
$strMaximalQueryLength = 'Maximálna ve¾kos vytvoreného príkazu';
$strMaximumSize = 'Maximálna ve¾kos: %s%s';
$strMbExtensionMissing = 'Mbstring rozšírenie pre PHP nebolo nájdené a zjavne používate viacbajtovú znakovú sadu. Bez tohto rozšírenia nie je phpMyAdmin schopný korektne rozde¾ova reazce kódované v týchto znakových sadách a môže to vies k neèakaným výsledkom.';
$strMbOverloadWarning = 'V nastavení PHP je aktívna funkcia mbstring.func_overload, ktorá nie je kompatibilná s phpMyAdmin-om a môže spôsobi stratu dát!';
$strMIME_available_mime = 'Dostupné MIME typy';
$strMIME_available_transform = 'Dostupné transformácie';
$strMIME_description = 'Popis';
$strMIME_MIMEtype = 'MIME typ';
$strMIME_nodescription = 'Nie je dostupný žiadny popis pre túto transformáciu.<br />Kontaktujte autora, ktorý %s vytára.';
$strMIME_transformation_note = 'Pre zoznam dostupných parametrov a ich MIME typov kliknite na %spopisy transformácií';
$strMIME_transformation_options_note = 'Prosím zadajte hodnoty pre parametre transformácie v nasledujúcom tvare: \'a\',\'b\',\'c\'...<br />Ak potrebujete použi spätné lomítko ("\") alebo jednoduché úvodzovky ("\'") medzi týmito hodnotami, vložte pred nich spätné lomítko (napr. \'\\\\xyz\' alebo \'a\\\'b\').';
$strMIME_transformation_options = 'Parametre transformácie';
$strMIME_transformation = 'Transformácia pri prehliadaní';
$strMIMETypesForTable = 'MIME TYPY PRE TABU¼KU';
$strMIME_without = 'MIME typy zobrazené kurzívou nemajú vlastnú transformaènú funkciu';
$strModifications = 'Zmeny boli uložené';
$strModifyIndexTopic = 'Modifikova index';
$strModify = 'Zmeni';
$strMoveTableOK = 'Tabu¾ka %s bola presunutá do %s.';
$strMoveTable = 'Presunú tabu¾ku do (databáza<b>.</b>tabu¾ka):';
$strMoveTableSameNames = 'Nedá sa presunú tabu¾ka sama do seba!';
$strMultilingual = 'mnohojazyèný';
$strMyISAMDataPointerSizeDesc = 'Prednastavená ve¾kos smerníka na dáta v bajtoch, používaná pri vytváraní MyISAM tabuliek príkazom CREATE TABLE, v prípade keï nie je zadaná hodnota MAX_ROWS.';
$strMyISAMDataPointerSize = 'Ve¾kos smerníka na dáta';
$strMyISAMMaxExtraSortFileSizeDesc = 'Ak je ve¾kos doèasného súboru, použitého pre rýchlejšie vytváranie MyISAM indexov, väèšia ako pri použití cache, použije sa metóda cachovania indexu.';
$strMyISAMMaxExtraSortFileSize = 'Maximálna ve¾kos doèasných súborov pre vytvorenie indexu';
$strMyISAMMaxSortFileSizeDesc = 'Maximálna ve¾kos doèasného súboru, ktorý môže MySQL použi pri obnove MyISAM indexu (poèas vykonávania príkazov REPAIR TABLE, ALTER TABLE alebo LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximálna ve¾kos doèasných zoraïovacích súborov';
$strMyISAMRecoverOptionsDesc = 'Režim automatickej obnovy poškodených MyISAM tabuliek, ktorý sa dá nastavi parametrom --myisam-recover pri spúšaní servra.';
$strMyISAMRecoverOptions = 'Režim automatickej obnovy';
$strMyISAMRepairThreadsDesc = 'Ak je táto hodnota vyššia ako 1, poèas procesu Opravy Zoradením sú indexy MyISAM tabu¾ky vytvárané paralelne (každý index vo svojom vlákne).';
$strMyISAMRepairThreads = 'Opravné vlákna';
$strMyISAMSortBufferSizeDesc = 'Pamä, ktorá je alokovaná pri zoraïovaní MyISAM indexov poèas vykonávania príkazu REPAIR TABLE, alebo pri vytváraní indexov príkazmi CREATE INDEX alebo ALTER TABLE.';
$strMyISAMSortBufferSize = 'Ve¾kos zoraïovacej pamäte';
$strMySQLCharset = 'Znaková sada v MySQL';
$strMySQLConnectionCollation = 'Overenie MySQL spojenia';
$strMySQLSaid = 'MySQL hlási: ';
$strMySQLShowProcess = 'Zobrazi procesy';
$strMySQLShowStatus = 'Zobrazi MySQL informácie o behu';
$strMySQLShowVars = 'Zobrazi MySQL systémové premenné';
 
$strName = 'Názov';
$strNext = 'Ïalší';
$strNoActivity = 'Boli ste neaktívni viac ako %s sekúnd, prihláste sa prosím znovu';
$strNoDatabases = 'Žiadne databázy';
$strNoDatabasesSelected = 'Neboli vybrané žiadne databázy.';
$strNoDescription = 'bez Popisu';
$strNoDetailsForEngine = 'Pre tento úložný systém nie sú dostupné žiadne podrobnejšie informácie.';
$strNoDropDatabases = 'Možnos "DROP DATABASE" vypnutá.';
$strNoExplain = 'Preskoèi vysvetlenie SQL';
$strNoFilesFoundInZip = 'V ZIP archíve neboli nájdené žiadne súbory!';
$strNoFrames = 'phpMyAdmin funguje lepšie s prehliadaèmi podporujúcimi <b>rámy</b>.';
$strNoIndex = 'Nebol definovaný žiadny index!';
$strNoIndexPartsDefined = 'Èasti indexu neboli definované!';
$strNoModification = 'Žiadna zmena';
$strNone = 'Žiadny';
$strNo = 'Nie';
$strNoOptions = 'Tento formát nemá žiadne nastavenia';
$strNoPassword = 'Žiadne heslo';
$strNoPermission = 'Web server nemá oprávenia na uloženie do súboru %s.';
$strNoPhp = 'bez PHP kódu';
$strNoPrivileges = 'Žiadne oprávnenia';
$strNoRights = 'Nemáte dostatoèné práva na vykonanie tejto akcie!';
$strNoRowsSelected = 'Nebol vybraný žiadny riadok';
$strNoSpace = 'Nedostatok miesta pre uloženie súboru %s.';
$strNoTablesFound = 'Neboli nájdené žiadne tabu¾ky v tejto datábaze.';
$strNoThemeSupport = 'Zmena vzh¾adu nie je podporovaná, skontrolujte si nastavenia a vzh¾ady v adresári %s.';
$strNothingToImport = 'Neboli zadané žiadne dáta na import!';
$strNotNumber = 'Toto nie je èíslo!';
$strNotOK = 'chyba';
$strNotSet = 'Tabu¾ka <b>%s</b> nebola nájdená alebo nie je nastavená v %s';
$strNoUsersFound = 'Nebol nájdený žiadny používate¾.';
$strNoValidateSQL = 'Preskoèi potvrdenie platnosti SQL';
$strNull = 'Nulový';
$strNumberOfFields = 'Poèet polí';
$strNumSearchResultsInTable = '%s výskyt(ov)v tabu¾ke <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkovo:</b> <i>%s</i> výskyt(ov)';
$strNumTables = 'Tabu¾ky';
 
$strOK = 'OK';
$strOperations = 'Operácie';
$strOperator = 'Operátor';
$strOptimizeTable = 'Optimalizova tabu¾ku';
$strOr = 'alebo';
$strOverhead = 'Naviac';
$strOverwriteExisting = 'Prepísa existujúci súbor(y)';
 
$strPageNumber = 'Èíslo stránky:';
$strPagesToBeFlushed = 'Stránok urèených k uvo¾neniu';
$strPaperSize = 'Ve¾kos stránky';
$strPartialImport = 'Èiastoèný import';
$strPartialText = 'Èiastoèné texty';
$strPasswordChanged = 'Heslo pre %s bolo úspešne zmenené.';
$strPasswordEmpty = 'Heslo je prázdne!';
$strPasswordHashing = 'Hashovanie hesla';
$strPassword = 'Heslo';
$strPasswordNotSame = 'Heslá sa nezhodujú!';
$strPdfDbSchema = 'Schéma databázy "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabu¾ka "%s" neexistuje!';
$strPdfNoTables = 'Žiadne tabu¾ky';
$strPerHour = 'za hodinu';
$strPerMinute = 'za minútu';
$strPerSecond = 'za sekundu';
$strPersian = 'Perština';
$strPhoneBook = 'adresár';
$strPHP40203 = 'Používate PHP 4.2.3, ktoré ma vážnu chybu pri práci s viac bajtovými znakmi (mbstring). V PHP je táto chyba zdokumentovaná pod èíslom 19404. Nedoporuèuje sa používa túto verziu PHP s phpMyAdminom.';
$strPHPVersion = 'Verzia PHP';
$strPhp = 'Vytvori PHP kód';
$strPmaDocumentation = 'phpMyAdmin Dokumentácia';
$strPmaUriError = 'Direktíva <tt>$cfg[\'PmaAbsoluteUri\']</tt> v konfiguraènom súbore MUSÍ by nastavená!';
$strPolish = 'Po¾ština';
$strPortrait = 'Na výšku';
$strPos1 = 'Zaèiatok';
$strPrevious = 'Predchádzajúci';
$strPrimaryKeyHasBeenDropped = 'Primárny k¾úè bol zrušený';
$strPrimaryKeyName = 'Názov primárneho k¾úèa musí by... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musí</b> by <b>iba</b> meno primárneho k¾úèa!)';
$strPrimary = 'Primárny';
$strPrintViewFull = 'Náh¾ad tlaèe (s kompletnými textami)';
$strPrintView = 'Náh¾ad k tlaèi';
$strPrint = 'Vytlaèi';
$strPrivDescAllPrivileges = 'Všetky oprávnenia okrem GRANT.';
$strPrivDescAlter = 'Povolí meni štruktúru existujúcich tabuliek.';
$strPrivDescAlterRoutine = 'Umožòuje upravova a odstraòova uložené procedúry.';
$strPrivDescCreateDb = 'Povolí vytváranie nových databáz a tabuliek.';
$strPrivDescCreateRoutine = 'Umožòuje vytvára uložené procedúry.';
$strPrivDescCreateTbl = 'Povolí vytváranie nových tabuliek.';
$strPrivDescCreateTmpTable = 'Povolí vytváranie doèasných tabuliek.';
$strPrivDescCreateUser = 'Umožòuje vytvára, odstraòova a premenováva užívate¾ské kontá.';
$strPrivDescCreateView = 'Umožòuje vytvára nové náh¾ady.';
$strPrivDescDelete = 'Povolí mazanie dát.';
$strPrivDescDropDb = 'Povolí odstraòovanie databáz a tabuliek.';
$strPrivDescDropTbl = 'Povolí odstraòovanie tabuliek.';
$strPrivDescExecute5 = 'Umožòuje spúša uložené procedúry.';
$strPrivDescExecute = 'Povolí spúšanie uložených procedúr. Nefunguje v tejto verzii MySQL.';
$strPrivDescFile = 'Povolí importovanie a exportovanie dát zo/do súborov na serveri.';
$strPrivDescGrant = 'Povolí pridávanie uživatelov a práv bez znovunaèítania tabuliek práv.';
$strPrivDescIndex = 'Povolí vytváranie a mazanie indexov.';
$strPrivDescInsert = 'Povolí vkladanie a nahradzovanie dát.';
$strPrivDescLockTables = 'Povolí zmaknutie tabuliek pre aktuálne vlákno.';
$strPrivDescMaxConnections = 'Obmedzí poèet nových spojení, ktoré môže používate¾ vytvori za hodinu.';
$strPrivDescMaxQuestions = 'Obmedzí poèet dotazov, ktoré môže používate¾ odosla za hodinu.';
$strPrivDescMaxUpdates = 'Obmedzí poèet príkazov meniacich tabu¾ku alebo databázu, ktorá môže používate¾ odosla za hodinu.';
$strPrivDescMaxUserConnections = 'Obmedzuje poèet simultánnych pripojení užívate¾a.';
$strPrivDescProcess3 = 'Povolí zabíjanie procesov iným používate¾lom.';
$strPrivDescProcess4 = 'Povolí prezeranie kompletných dotazov v zozname procesov.';
$strPrivDescReferences = 'Nefunguje v tejto verzii MySQL.';
$strPrivDescReload = 'Povolí znovunaèítanie nastavení a vyprázdòovanie vyrovnávacích pamätí serveru.';
$strPrivDescReplClient = 'Povolí používate¾ovi zisti kde je hlavný / pomocný server.';
$strPrivDescReplSlave = 'Potrebné pre replikáciu pomocných serverov.';
$strPrivDescSelect = 'Povolí èítanie dát.';
$strPrivDescShowDb = 'Povolí prístup ku kompletnému zoznamu databáz.';
$strPrivDescShowView = 'Umožòuje spúša príkazy so SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Povolí vypnutie serveru.';
$strPrivDescSuper = 'Povolí spojenie aj v prípade, že bol dosiahnutý maximálny poèet spojení. Potrebné pre väèšinu operácií pri správe serveru ako nastavovanie globálny premenných alebo zabíjanie procesov iných používate¾ov.';
$strPrivDescUpdate = 'Povolí menenie dát.';
$strPrivDescUsage = 'Žiadne práva.';
$strPrivileges = 'Oprávnenia';
$strPrivilegesReloaded = 'Práva boli úspešne znovunaèítané.';
$strProcesslist = 'Zoznam procesov';
$strPutColNames = 'Prida názvy polí na prvý riadok';
 
$strQBEDel = 'Zmaza';
$strQBE = 'Dotaz pod¾a príkladu';
$strQBEIns = 'Vloži';
$strQueryCache = 'Vyrovnávacia pamä príkazov';
$strQueryFrame = 'SQL okno';
$strQueryOnDb = ' SQL dotaz v databáze <b>%s</b>:';
$strQuerySQLHistory = 'SQL história';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'Dotaz zabral %01.4f sek.';
$strQueryType = 'Typ dotazu';
$strQueryWindowLock = 'Neprepisova tento dotaz z hlavného okna';
 
$strReadRequests = 'Požiadavkov na èítanie';
$strReceived = 'Prijaté';
$strRecords = 'Záznamov';
$strReferentialIntegrity = 'Skontrolova referenènú integritu:';
$strRefresh = 'Obnovi';
$strRelationalSchema = 'Relaèná schéma';
$strRelationNotWorking = 'Prídavné vlastnosti pre prácu s prepojenými tabu¾kami boli deaktivované. Ak chcete zisti preèo, kliknite %ssem%s.';
$strRelationsForTable = 'VZAHY PRE TABU¼KU';
$strRelations = 'Prepojenia';
$strRelationView = 'Zobrazi spojitosti';
$strReloadingThePrivileges = 'Znovunaèítanie práv';
$strReloadMySQL = 'Znovu-naèíta MySQL';
$strRemoveSelectedUsers = 'Odstráni vybraných používate¾ov';
$strRenameDatabaseOK = 'Databáza %s bola premenovaná na %s';
$strRenameTableOK = 'Tabu¾ka %s bola premenovaná na %s';
$strRenameTable = 'Premenova tabu¾ku na';
$strRepairTable = 'Opravi tabu¾ku';
$strReplaceNULLBy = 'Nahradi NULL hodnoty';
$strReplaceTable = 'Nahradi dáta v tabu¾ke súborom';
$strReplication = 'Replikácia';
$strReset = 'Pôvodné (Reset)';
$strResourceLimits = 'Obmedzenie zdrojov';
$strReType = 'Potvrdi';
$strRevokeAndDeleteDescr = 'Užívatelia budú ma stále právo USAGE (používanie) až do znovunaèítania práv.';
$strRevokeAndDelete = 'Odobranie všetkých aktívnych práv používate¾om a ich následné odstránenie.';
$strRevokeMessage = 'Boli zrušené oprávnenia pre %s';
$strRevoke = 'Zruši';
$strRomanian = 'Rumunština';
$strRowLength = 'Dåžka riadku';
$strRowsFrom = 'riadky zaèínajú od';
$strRowSize = ' Ve¾kos riadku ';
$strRowsModeFlippedHorizontal = 'vodorovnom (otoèené hlavièky)';
$strRowsModeHorizontal = 'horizontálnom';
$strRowsModeOptions = 'v(o) %s móde a opakova hlavièky po každých %s bunkách';
$strRowsModeVertical = 'vertikálnom';
$strRows = 'Riadkov';
$strRowsStatistic = 'Štatistika riadku';
$strRunning = 'beží na %s';
$strRunQuery = 'Odošli dotaz';
$strRunSQLQueryOnServer = 'Spusti SQL príkaz(y) na servri %s';
$strRunSQLQuery = 'Spusti SQL dotaz/dotazy na databázu %s';
$strRussian = 'Ruština';
 
$strSaveOnServer = 'Uloži na server do adresára %s';
$strSave = 'Uloži';
$strScaleFactorSmall = 'Mierka je príliš mala na roztiahnutie schémy na stránku';
$strSearchFormTitle = 'H¾ada v databáze';
$strSearch = 'H¾ada';
$strSearchInTables = 'V tabu¾ke(ách):';
$strSearchNeedle = 'Slovo(á) alebo hodnotu(y), ktoré chcete vyh¾ada (nahradzujúci znak: "%"):';
$strSearchOption1 = 'najmenej jedno zo slov';
$strSearchOption2 = 'všetky slová';
$strSearchOption3 = 'presný výraz';
$strSearchOption4 = 'ako regulárny výraz';
$strSearchResultsFor = 'Preh¾ada výsledky na "<i>%s</i>" %s:';
$strSearchType = 'Nájdi:';
$strSecretRequired = 'Nastavte prosím k¾úè pre šifrovanie cookies v konfiguraènom súbore (blowfish_secret).';
$strSelectADb = 'Prosím vyberte si databázu';
$strSelectAll = 'Oznaèi všetko';
$strSelectBinaryLog = 'Vyberte binárny log na zobrazenie';
$strSelectFields = 'Zvoli pole (najmenej jedno):';
$strSelectNumRows = 'v dotaze';
$strSelectTables = 'Vybra Tabu¾ky';
$strSend = 'Pošli';
$strSent = 'Odoslané';
$strServerChoice = 'Vo¾ba serveru';
$strServerNotResponding = 'Server neodpovedá';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Odložené vloženia';
$strServerStatus = 'Stav serveru';
$strServerStatusUptime = 'Tento server beží %s. Bol spustený %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Premenné';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Premenné a nastavenia serveru';
$strServerVersion = 'Verzia serveru';
$strSessionValue = 'Hodnota sedenia';
$strSetEnumVal = 'Ak je pole typu "enum" alebo "set", prosím zadávajte hodnoty v tvare: \'a\',\'b\',\'c\'...<br />Ak dokonca potrebujete zada spätné lomítko ("\") alebo apostrof ("\'") pri týchto hodnotách, zadajte ich napríklad takto \'\\\\xyz\' alebo \'a\\\'b\'.';
$strShowAll = 'Zobrazi všetko';
$strShowColor = 'Zobrazi farbu';
$strShowDatadictAs = 'Formát dátového slovníka';
$strShowFullQueries = 'Zobrazi kompletné dotazy';
$strShowGrid = 'Zobrazi mriežku';
$strShowingBookmark = 'Zobrazujem ob¾úbený príkaz';
$strShowingRecords = 'Ukáza záznamy ';
$strShowOpenTables = 'Zobrazi otvorené tabu¾ky';
$strShowPHPInfo = 'Zobrazi informácie o PHP';
$strShowSlaveHosts = 'Zobrazi podriadené hosty';
$strShowSlaveStatus = 'Zobrazi stav podriadených hostov';
$strShowStatusBinlog_cache_disk_useDescr = 'Poèet transakcií, ktoré využili doèasnú vyrovnávaciu pamä binárneho logu, ale zároveò prekroèili hodnotu binlog_cache_size a museli tak použi doèasný súbor na uloženie príkazov transakcie.';
$strShowStatusBinlog_cache_useDescr = 'Poèet transakcií, ktoré využili vyrovnávaciu pamä binárneho logu.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Poèet doèasných tabuliek automaticky vytvorených servrom pri vykonávaní príkazov. Ak je hodnota Created_tmp_disk_tables príliš vysoká, môžte zvýši hodnotu tmp_table_size, aby boli doèasné tabu¾ky ukladané do pamäte a nie na disk.';
$strShowStatusCreated_tmp_filesDescr = 'Poèet doèasných súborov vytvorených servrom mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Poèet doèasných, v pamäti uložených tabuliek, vytvorených servrom pri vykonávaní príkazov.';
$strShowStatusDelayed_errorsDescr = 'Poèet riadkov pridaných príkazom INSERT DELAYED, pri ktorých sa vyskytla chyba (pravdepodobne opakujúci sa k¾úè).';
$strShowStatusDelayed_insert_threadsDescr = 'Poèet vlákien používaných príkazmi INSERT DELAYED. Každá samostatná tabu¾ka, na ktorú je použitý príkaz INSERT DELAYED, ma svoje vlastné vlákno.';
$strShowStatusDelayed_writesDescr = 'Poèet riadkov vložených príkazom INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Poèet vykonaných príkazov FLUSH.';
$strShowStatusHandler_commitDescr = 'Poèet interných príkazov COMMIT.';
$strShowStatusHandler_deleteDescr = 'Ko¾kokrát bol z tabu¾ky odstránený riadok.';
$strShowStatusHandler_discoverDescr = 'MySQL server môže zasla požiadavku NDB Clustru, èi nevie o existencii tabu¾ky s daným menom. Tento proces sa nazýva objavovanie. Handler_discover zobrazuje poèet doposia¾ objavených tabuliek.';
$strShowStatusHandler_read_firstDescr = 'Poèet preèítaní prvej položky indexu. Ak je táto hodnota príliš vysoká, znamená to že server vykonáva príliš ve¾a kompletných prechádzaní indexov; napríklad, SELECT col1 FROM foo, za predpokladu že col1 je indexovaný.';
$strShowStatusHandler_read_keyDescr = 'Poèet požiadavkov na naèítanie riadku pod¾a k¾úèa. Ak je táto hodnota vysoká, je to dobrým znamením že sú príkazy a tabu¾ky správne indexované.';
$strShowStatusHandler_read_nextDescr = 'Poèet požiadavkov na naèítanie nasledujúceho riadku v poradí pod¾a k¾úèa. Táto hodnota sa zvyšuje ak sa naèítava indexovaný ståpec v danom rozsahu alebo ak sa vykonáva preh¾adávanie indexu.';
$strShowStatusHandler_read_prevDescr = 'Poèet požiadavkov na naèítanie predchádzajúceho riadku pod¾a k¾úèa. Táto èítacia metóda sa použiva hlavne na optimalizáciu príkazov typu ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Poèet požiadavkov na naèítanie riadku na základe urèitej pozície. Táto hodnota je vysoká, ak sa vykonáva ve¾a príkazov, ktoré si vyžadujú zoradenie výsledku. Pravdepodobne sa použiva ve¾a príkazov, kvôli ktorým musí MySQL kompletne preh¾adáva tabu¾ky, alebo sa používajú zjednotenia, ktoré správne nevyužívajú k¾úèe.';
$strShowStatusHandler_read_rnd_nextDescr = 'Poèet požiadavkov na naèítanie nasledujúceho riadku. Táto hodnota je vysoká, ak sa vykonáva ve¾a kompletných preh¾adávaní tabuliek. Znamená to že buï tabu¾ky nie sú správne indexované alebo príkazy nedostatoène využívajú dostupné indexy.';
$strShowStatusHandler_rollbackDescr = 'Poèet interných príkazov ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Poèet požiadavkov na zmenu záznamu (riadku) v tabu¾ke.';
$strShowStatusHandler_writeDescr = 'Poèet požiadavkov na vloženie nového záznamu (riadku) do tabu¾ky.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Poèet stránok obsahujúcich dáta (neèistých aj èistých).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Poèet neèistých stránok.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Poèet stránok, na ktoré je požiadavka na vyprázdnenie.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Poèet vo¾ných stránok.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Poèet uzamknutých stránok v InnoDB vyrovnávacej pamäti. Z týchto stránok sa momentálne èíta alebo zapisuje, prípadne nemôžu by vyprázdnené ani odstránené z nejakého iného dôvodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Poèet momentálne neprístupných stránok z dôvodu úèasti na administratívnych úèeloch ako napr. uzamkýnanie riadkov alebo adaptívny hash index. Táto hodnota sa tiež môže vypoèíta ako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Celkový poèet stránok vo vyrovnávacej pamäti InnoDB.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Poèet "náhodných" predèítaní vykonaných InnoDB. Táto situácia nastáva pri príkazoch, ktoré preh¾adávajú ve¾kú èas tabu¾ky, ale v náhodnom poradí.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Poèet sekvenèných predèítaní vykonaných InnoDB. Táto situácia nastáva pri vykonávaní sekvenèného preh¾adávania celej tabu¾ky.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Poèet požiadavkov na logické naèítavanie.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Poèet logických naèítaní, ktoré sa nemohli vykona z vyrovnávacej pamäte a namiesto toho bolo vykonané naèítanie celej jednej stránky.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normálne sa zápis do vyrovnávacej pamäte InnoDB vykonáva v pozadí. Ak však nie sú pri požiadavke na naèítanie alebo vytvorenie stránky dostupné žiadne èisté stránky, je potrebné poèka na ich vyèistenie. Táto hodnota zobrazuje poèet týchto èakaní a ak bola správne nastavená ve¾kos vyrovnávacej pamäte, mala by by nízka.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Poèet zápisov do vyrovnávacej pamäte InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Poèet vykonaných fsync() operácií.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktuálny poèet prebiehajúcich fsync() operácií.';
$strShowStatusInnodb_data_pending_readsDescr = 'Poèet aktuálne prebiehajúcich naèítavaní.';
$strShowStatusInnodb_data_pending_writesDescr = 'Poèet aktuálne prebiehajúcich zápisov.';
$strShowStatusInnodb_data_readDescr = 'Množstvo už naèítaných dát, v bajtoch.';
$strShowStatusInnodb_data_readsDescr = 'Celkový poèet naèítaní dát.';
$strShowStatusInnodb_data_writesDescr = 'Celkový poèet zápisov dát.';
$strShowStatusInnodb_data_writtenDescr = 'Množstvo už zapísaných dát, v bajtoch.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Poèet vykonaných dvojitých zápisov a poèet stránok zapísaných pre tento úèel.';
$strShowStatusInnodb_dblwr_writesDescr = 'Poèet vykonaných dvojitých zápisov a poèet stránok zapísaných pre tento úèel.';
$strShowStatusInnodb_log_waitsDescr = 'Poèet èakaní na vyprázdnenie vyrovnávacej pamäte logu z dôvodu jej zaplnenia.';
$strShowStatusInnodb_log_write_requestsDescr = 'Poèet požiadaviek na zápis do logovacieho súboru.';
$strShowStatusInnodb_log_writesDescr = 'Poèet fyzických zápisov do logovacieho súboru.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Poèet fsync zápisov vykonaných na logovacom súbore.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Poèet prebiehajúcich synchronizácií logovacieho súboru.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Poèet prebiehajúcich zápisov do logovacieho súboru.';
$strShowStatusInnodb_os_log_writtenDescr = 'Množstvo bajtov zapísaných do logovacieho súboru.';
$strShowStatusInnodb_pages_createdDescr = 'Poèet vytvorených stránok.';
$strShowStatusInnodb_page_sizeDescr = 'Ve¾kos nakompilovanej InnoDB stránky (prednastavených je 16KB). Viacero hodnôt sa udáva v stránkach; pomocou ve¾kosti stránky je možné ich premeni na bajty.';
$strShowStatusInnodb_pages_readDescr = 'Poèet naèítaných stránok.';
$strShowStatusInnodb_pages_writtenDescr = 'Poèet zapísaných stránok.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Poèet zámkov na riadky, na ktoré sa èaká.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Priemerný èas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový èas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximálny èas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Ko¾kokrát sa muselo èaka na zámok na riadok.';
$strShowStatusInnodb_rows_deletedDescr = 'Poèet záznamov (riadkov) odstránených z InnoDB tabuliek.';
$strShowStatusInnodb_rows_insertedDescr = 'Poèet záznamov (riadkov) vložených do InnoDB tabuliek.';
$strShowStatusInnodb_rows_readDescr = 'Poèet naèítaných záznamov (riadkov) z InnoDB tabuliek.';
$strShowStatusInnodb_rows_updatedDescr = 'Poèet upravených záznamov (riadkov) v InnoDB tabu¾kách.';
$strShowStatusKey_blocks_not_flushedDescr = 'Poèet zmenených k¾úèových blokov vo vyrovnávacej pamäti k¾úèov, ktoré ešte neboli zapísané na disk. Predtým sa táto hodnota nazývala Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Poèet nevyužitých blokov vo vyrovnávacej pamäti k¾úèov. Z tejto hodnoty môžete zisti ko¾ko vyrovnávacej pamäte sa práve používa.';
$strShowStatusKey_blocks_usedDescr = 'Poèet využitých blokov vo vyrovnávacej pamäti k¾úèov. Táto hodnota urèuje najväèšie množstvo blokov, ktoré kedy naraz použité.';
$strShowStatusKey_read_requestsDescr = 'Poèet požiadavkov na naèítanie k¾úèového bloku z vyrovnávacej pamäti.';
$strShowStatusKey_readsDescr = 'Poèet naèítaní k¾úèového bloku priamo z disku. Ak je táto hodnota príliš ve¾ká, väèšinou to znamená, že ve¾kos vyrovnávacej pamäti (key_buffer_size) je príliš malá. Úspešnos vyrovnávacej pamäte si môžte vypoèíta zo vzahu Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Poèet požiadavkov na zápis k¾úèového bloku do vyrovnávacej pamäti.';
$strShowStatusKey_writesDescr = 'Poèet fyzických zápisov k¾úèového bloku na disk.';
$strShowStatusLast_query_costDescr = 'Celkové náklady na posledný kompilovaný príkaz, vypoèítané optimizérom príkazov. Užitoèné na porovnávanie nákladov na rôzne príkazy pre tú istú požiadavku. Prednastavená hodnota 0 znamená, že doposia¾ neboli skompilované žiadne príkazy.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Poèet riadkov èakajúcich na zápis cez INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Poèet doposia¾ otvorených tabuliek. Ak je táto hodnota príliš vysoká, pravdepodobne je vyrovnávacia pamä pre tabu¾ky príliš malá.';
$strShowStatusOpen_filesDescr = 'Poèet otvorených súborov.';
$strShowStatusOpen_streamsDescr = 'Poèet otvorených streamov (väèšinou využívané na logovanie).';
$strShowStatusOpen_tablesDescr = 'Poèet práve otvorených tabuliek.';
$strShowStatusQcache_free_blocksDescr = 'Množstvo vo¾ných pamäových blokov vo vyrovnávacej pamäti príkazov.';
$strShowStatusQcache_free_memoryDescr = 'Ve¾kos vo¾nej pamäti pre vyrovnávaciu pamä príkazov.';
$strShowStatusQcache_hitsDescr = 'Poèet zásahov vyrovnávacej pamäti.';
$strShowStatusQcache_insertsDescr = 'Poèet príkazov pridaných do vyrovnávacej pamäti.';
$strShowStatusQcache_lowmem_prunesDescr = 'Poèet príkazov, ktoré boli odstránené z vyrovnácej pamäti na uvo¾nenie pamäti pre nové príkazy. Táto hodnota vám môže pomôc pri upravovaní ve¾kosti vyrovnávacej pamäti príkazov. Na výber príkazov na odstránenie z vyrovnávacej pamäti sa používa stratégia LRU (tzn. najdlhšie nepoužité príkazy budú odstránené ako prvé).';
$strShowStatusQcache_not_cachedDescr = 'Poèet príkazov neumiestnených do vyrovnávacej pamäti (nie sú cachovate¾né alebo nevyhovujú nastaveniu query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Poèet príkazov registrovaných vo vyrovnávacej pamäti.';
$strShowStatusQcache_total_blocksDescr = 'Celkové množstvo blokov vo vyrovnávacej pamäti príkazov.';
$strShowStatusReset = 'Vynulova';
$strShowStatusRpl_statusDescr = 'Stav failsafe replikácie (zatia¾ neimplementované).';
$strShowStatusSelect_full_joinDescr = 'Poèet spojení, ktoré nevyužívajú indexy. Ak sa táto hodnota nerovná 0, mali by ste starostlivo skontrolova indexy vašich tabuliek.';
$strShowStatusSelect_full_range_joinDescr = 'Poèet spojení, ktoré na referenènej tabu¾ke využili intervalové vyh¾adávanie.';
$strShowStatusSelect_range_checkDescr = 'Poèet spojení bez k¾úèov, ktoré kontrolovali použitie k¾úèa na každom riadku (ak táto hodnota nie je 0, mali by ste starostlivo skontrolova indexy vašich tabuliek).';
$strShowStatusSelect_rangeDescr = 'Poèet spojení, ktoré na prvej tabu¾ke využili intervalové vyh¾adávanie (táto hodnota nie je kritická ani v prípade, že je vysoká).';
$strShowStatusSelect_scanDescr = 'Poèet spojení, ktoré vykonali kompletné preh¾adanie prvej tabu¾ky.';
$strShowStatusSlave_open_temp_tablesDescr = 'Poèet doèasných tabuliek, otvorených podriadeným SQL vláknom.';
$strShowStatusSlave_retried_transactionsDescr = 'Celkový poèet (od spustenia) pokusov replikaèného podriadeného SQL vlákna o znovuobnovenie transakcie.';
$strShowStatusSlave_runningDescr = 'Táto položka obsahuje hodnotu ON ak je tento server podriadeným a je pripojený k prislúchajúcemu nadriadenému servru.';
$strShowStatusSlow_launch_threadsDescr = 'Poèet vlákien, ktorých vytvorenie zabralo viac ako je hodnota slow_launch_time.';
$strShowStatusSlow_queriesDescr = 'Poèet príkazov, ktorých vykonanie zabralo viac ako je hodnota long_query_time.';
$strShowStatusSort_merge_passesDescr = 'Poèet zluèovacích prechodov, ktoré musel vykona zoraïovací algoritmus. Ak je táto hodnota prílis ve¾ká, mali by ste pouvažova nad zvýšením hodnoty systémového nastavania sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Poèet rozsahom obmedzených zoraïovaní.';
$strShowStatusSort_rowsDescr = 'Poèet zoradených riadkov.';
$strShowStatusSort_scanDescr = 'Poèet zoradení uskutoènených preh¾adávaním tabu¾ky.';
$strShowStatusTable_locks_immediateDescr = 'Poèet zámkov tabuliek, ktoré boli získané okamžite.';
$strShowStatusTable_locks_waitedDescr = 'Poèet prípadov keï sa zámok tabu¾ky nedal získa okamžite a bolo nutné vyèka. Ak je táto hodnota vysoká a máte problémy s výkonom, mali by ste najprv optimalizova vaše príkazy a potom buï rozdeli tabu¾ku/tabu¾ky alebo použi replikáciu.';
$strShowStatusThreads_cachedDescr = 'Poèet vlákien vo vyrovnávacej pamäti. Úspešnos tejto vyrovnávacej pamäti sa dá vypoèíta zo vzahu Threads_created/Connections. Ak je táto hodnota v èervenom, mali by ste zvýši hodnotu thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Poèet momentálne otvorených spojení.';
$strShowStatusThreads_createdDescr = 'Poèet vlákien vytvorených na zaobchádzanie so spojeniami. Ak je hodnota Threads_created vysoká, mohli by ste zvýši hodnotu thread_cache_size (to však nespôsobí žiadnu cite¾nú zmenu ak máte vlákna dobre implementované).';
$strShowStatusThreads_runningDescr = 'Poèet aktívnych (nespiacich) vlákien.';
$strShowTableDimension = 'Zobrazi rozmery tabuliek';
$strShowTables = 'Zobrazi tabu¾ky';
$strShowThisQuery = ' Zobrazi tento dotaz znovu ';
$strShow = 'Ukáza';
$strSimplifiedChinese = 'Zjednodušená Èínština';
$strSingly = '(po jednom)';
$strSize = 'Ve¾kos';
$strSkipQueries = 'Poèet záznamov (príkazov), ktoré sa majú zo zaèiatku preskoèi';
$strSlovak = 'Slovenèina';
$strSlovenian = 'Slovinèina';
$strSocketProblem = '(alebo soket lokálneho MySQL servra nie je správne nastavený)';
$strSortByKey = 'Zoradi pod¾a k¾úèa';
$strSorting = 'Zoraïovanie';
$strSort = 'Triedi';
$strSpaceUsage = 'Zabrané miesto';
$strSpanish = 'Španielsky';
$strSplitWordsWithSpace = 'Slová sú rozdelené medzerou (" ").';
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvorených dotazov';
$strSQLOptions = 'SQL nastavenia';
$strSQLParserBugMessage = 'Je možné, že ste našli chybu v SQL syntaktickom analyzátore. Preskúmajte podrobne SQL dotaz, predovšetkým správnos umiestnenia úvodzoviek. Ïalšia možnos je, že nahrávate súbor s binárnymi dátami nezapísanými v úvodzovkách. Môžete tiež vyskúša použi príkazový riadok MySQL na odstránenie problému. Pokial stále máte problémy alebo syntaktický analyzátor SQL stále hlási chybu v dotaze, ktorý v príkazovom riadku funguje, prosím pokúste sa zredukova dotaz na èo najmenší, v ktorom sa problém ešte vyskytuje a ohláste chybu na stránke phpMyAdmina spolu so sekciou VÝPIS uvedenú nižšie:';
$strSQLParserUserError = 'Vyskytla sa chyba v SQL dotaze. Nižšie uvedený MySQL výstup (ak je nejaký) Vám môže pomôc odstráni problém';
$strSQLQuery = 'SQL dotaz';
$strSQLResult = 'výsledok SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Neplatný identifikátor';
$strSQPBugUnclosedQuote = 'Neuzatvorené úvodzovky';
$strSQPBugUnknownPunctuation = 'Neznámy interpunkèný reazec';
$strStatCheckTime = 'Posledná kontrola';
$strStatCreateTime = 'Vytvorenie';
$strStatement = 'Údaj';
$strStatUpdateTime = 'Posledná zmena';
$strStatus = 'Stav';
$strStorageEngine = 'Úložný Systém';
$strStorageEngines = 'Úložné Systémy';
$strStrucCSV = 'CSV dáta';
$strStrucData = 'Štruktúru a dáta';
$strStrucDrop = 'Pridaj \'vymaž tabu¾ku\'';
$strStrucExcelCSV = 'CSV pre MS Excel dáta';
$strStrucNativeExcel = 'Natívne dáta MS Excel';
$strStrucOnly = 'Iba štruktúru';
$strStructPropose = 'Navrhnú štruktúru tabu¾ky';
$strStructure = 'Štruktúra';
$strSubmit = 'Odošli';
$strSuccess = 'SQL dotaz bol úspešne vykonaný';
$strSum = 'Celkom';
$strSwedish = 'Švédsky';
$strSwitchToDatabase = 'Prepnú na skopírovanú databázu';
$strSwitchToTable = 'Prepnú na skopírovanú tabu¾ku';
 
$strTableAlreadyExists = 'Tabu¾ka %s už existuje!';
$strTableComments = 'Komentár k tabu¾ke';
$strTableEmpty = 'Tabu¾ka je prázdna!';
$strTableHasBeenDropped = 'Tabu¾ka %s bola odstránená';
$strTableHasBeenEmptied = 'Tabu¾ka %s bola vyprázdená';
$strTableHasBeenFlushed = 'Tabu¾ka %s bola vyprázdnená';
$strTableMaintenance = 'Údržba tabu¾ky';
$strTableOfContents = 'Obsah';
$strTableOptions = 'Parametre tabu¾ky';
$strTables = '%s tabu¾ka(y)';
$strTableStructure = 'Štruktúra tabu¾ky pre tabu¾ku';
$strTable = 'Tabu¾ka';
$strTableType = 'Typ tabu¾ky';
$strTakeIt = 'zvoli';
$strTblPrivileges = 'Oprávnenia pre jednotlivé tabu¾ky';
$strTempData = 'Doèasné dáta';
$strTextAreaLength = ' Toto možno nepôjde upravi,<br /> kvôli svojej dåžke ';
$strThai = 'Thajèina';
$strTheme = 'Vzh¾ad';
$strThisHost = 'Tento poèítaè';
$strThisNotDirectory = 'Nebol zadaný adresár';
$strThreads = 'Poèet vlákien';
$strThreadSuccessfullyKilled = 'Vlákno %s bol úspešne zabité.';
$strTime = 'Èas';
$strTimeoutInfo = 'Predchádzajúcemu importu vypršal èasový limit. Po znovuodoslaní formulára sa bude pokraèova od pozície %d.';
$strTimeoutNothingParsed = 'Avšak pri poslednom pokuse neboli prijaté žiadne dáta, èo obvykle znamená, že phpMyAdmin nebude schopný dokonèi tento import, pokia¾ nebude zvýšený èasový limit behu skriptu v php.';
$strTimeoutPassed = 'Èasový limit behu skriptu vypršal. Ak chcete import súboru dokonèi, odošlite znova formulár a import bude pokraèova.';
$strToggleScratchboard = 'zobrazi grafický návrh';
$strTotal = 'celkovo';
$strTotalUC = 'Celkom';
$strTraditionalChinese = 'Tradièná Èínština';
$strTraditionalSpanish = 'Tradièná Španielèina';
$strTraffic = 'Prevádzka';
$strTransactionCoordinator = 'Koordinátor transakcií';
$strTransformation_application_octetstream__download = 'Zobrazí odkaz na stiahnutie dát. Prvý parameter je meno súboru, druhý je meno ståpca v tabu¾ke obsahujúci meno súboru. Ak zadáte druhý parameter, prvý musí by prázdny.';
$strTransformation_application_octetstream__hex = 'Zobrazí dáta v ich hexadecimálnej forme.';
$strTransformation_image_jpeg__inline = 'Zobrazí náh¾ad obrázku s odkazom na obrázok; parametre šírka a výška v bodoch (pomer strán obrázku zostane zachovaný)';
$strTransformation_image_jpeg__link = 'Zobrazí odkaz na obrázok (napr. stiahnutie po¾a blob).';
$strTransformation_image_png__inline = 'Zobrazí image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Zobrazí dátum alebo èas (TIME, TIMESTAMP alebo DATETIME) pod¾a miestneho nastavenia. Prvý parameter je posun (v hodinách), ktorá bude pridaný k zadanému èasu (predvolený je 0). Druhý parameter je formátovací reazec pre php funkciu strftime().';
$strTransformation_text_plain__external = 'PLATÍ IBA PRE LINUX: Spustí externú aplikáciu, na jej štandardný vstup pošle pole a zobrazí výstup programu. Predvolený program je Tidy, ktorý pekne sformátuje HTML. Z bezpeènostných dôvodov musíte ruène upravi obsah súboru libraries/transformations/text_plain__external.inc.php a prida do neho povolené aplikácie. Prvý parameter je èíslo aplikácie, ktorú chcete použi a druhý parametre sú parametre tejto aplikácie. Ak je tretí parameter nastavený na 1, výstup bude skonvertovaný funkciou htmlspecialchars() (predvolený je 1). Štvrtý parameter v prípade, že je nastavený na 1 pridá k výstupnému textu parameter NOWRAP, èím zabezpeèí zachovanie formátovania (predvolený je 1)';
$strTransformation_text_plain__formatted = 'Zachová pôvodné formátovanie po¾a tak ako je uložené v databáze.';
$strTransformation_text_plain__imagelink = 'Zobrazí obrázok a odkaz z po¾a obsahujúceho odkaz na obrázok. Prvý parameter je prefix URL (napr. "http://domena.sk/"), druhý a tretí parameter urèujú šírku a výšku obrázku.';
$strTransformation_text_plain__link = 'Zobrazí odkaz z po¾a obsahujúceho odkaz. Prvý parameter je prefix URL (napr. "http://domena.sk/"), druhý parameter je text odkazu.';
$strTransformation_text_plain__sql = 'Formátuje text ako SQL príkaz pomocou syntaxového zvýrazòovania.';
$strTransformation_text_plain__substr = 'Zobrazí iba èas reazca. Prvý parameter je posun od zaèiatku (predvolený je 0) a druhý urèuje dåžku textu, ktorá sa ma zobrazi, ak nie je zadaný bude zobrazený zvyšok textu. Tretí parameter urèuje znaky, ktoré budú pridané na koniec skráteného textu (predvolené je ...).';
$strTruncateQueries = 'Zobrazi skrátene dotazy';
$strTurkish = 'Turecky';
$strType = 'Typ';
 
$strUkrainian = 'Ukrajinsky';
$strUncheckAll = 'Odznaèi všetko';
$strUnicode = 'Unicode';
$strUnique = 'Unikátny';
$strUnknown = 'neznámy';
$strUnselectAll = 'Odznaèi všetko';
$strUnsupportedCompressionDetected = 'Pokúsili ste sa naèíta súbor s nepodporovanou kompresiou (%s). Buï nie je zahrnutá podpora tejto kompresie alebo bola deaktivovaná v konfigurácii.';
$strUpdatePrivMessage = 'Boli aktualizované oprávnenia pre %s.';
$strUpdateProfileMessage = 'Profil bol aktualizovaný.';
$strUpdateQuery = 'Aktualizova dotaz';
$strUpdComTab = 'Prosím preèítajte si dokumentáciu ako aktualizova tabu¾ku s informáciami o ståpcoch (Column_comments Table)';
$strUpgrade = 'Mali by ste aktualizova %s na verziu %s alebo vyššiu.';
$strUploadLimit = 'Pravdepodobne ste sa pokúsili uploadnu príliš ve¾ký súbor. Preèítajte si prosím %sdokumentáciu%s, ako sa dá toto obmedzenie obís.';
$strUsage = 'Využitie';
$strUseBackquotes = ' Použi opaèný apostrof pri názvoch tabuliek a polí ';
$strUseHostTable = 'Použi tabu¾ku s hostite¾mi';
$strUserAlreadyExists = 'Používate¾ %s už existuje!';
$strUserEmpty = 'Meno používate¾a je prázdne!';
$strUserName = 'Meno používate¾a';
$strUserNotFound = 'Zvolený používate¾ nebol nájdený v tabu¾ke práv.';
$strUserOverview = 'Preh¾ad užívatelov';
$strUser = 'Používate¾';
$strUsersDeleted = 'Vybraní užívatelia bol úspešne odstránený.';
$strUsersHavingAccessToDb = 'Používatelia majúci prístup k &quot;%s&quot;';
$strUseTabKey = 'Pre pohyb medzi hodnotami použite klávesu TAB alebo pre pohyb všetkými smermi klávesy CTRL+šípky';
$strUseTables = 'Použi tabu¾ky';
$strUseTextField = 'Poži textové pole';
$strUseThisValue = 'Použi túto hodnotu';
 
$strValidateSQL = 'Potvrdi platnos SQL';
$strValidatorError = 'SQL validator nemohol by inicializovaný. Prosím skontrolujte, èi sú nainštalované všetky potrebné rozšírenia php, tak ako sú popísané v %sdocumentation%s.';
$strValue = 'Hodnota';
$strVar = 'Premenná';
$strVersionInformation = 'Informácie o verzii';
$strViewDumpDatabases = 'Export databáz';
$strViewDumpDB = 'Zobrazi dump (schému) databázy';
$strViewDump = 'Zobrazi dump (schému) tabu¾ky';
$strViewHasBeenDropped = 'Náh¾ad %s bol odstránený';
$strView = 'Náh¾ad';
 
$strWebServerUploadDirectoryError = 'Adresár urèený pre upload súborov sa nedá otvori';
$strWebServerUploadDirectory = 'upload adresár web serveru';
$strWelcome = 'Vitajte v %s';
$strWestEuropean = 'Západná Európa';
$strWildcard = 'nahradzujúci znak';
$strWindowNotFound = 'Cie¾ové okno prehliadaèa nemohlo by aktualizované. Možno ste zatvorili rodièovské okno, alebo prehliadaè blokuje operácie medzi oknami z dôvodu bezpeènostných nastavení';
$strWithChecked = 'Výber:';
$strWriteRequests = 'Požiadavkov na zápis';
$strWritingCommentNotPossible = 'Komentár sa nedá zapísa';
$strWritingRelationNotPossible = 'Vzah sa nedá zapísa';
$strWrongUser = 'Zlé používate¾ské meno alebo heslo. Prístup zamietnutý.';
 
$strXML = 'XML';
 
$strYes = 'Áno';
 
$strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.';
$strZip = '"zo zipované"';
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/slovenian-iso-8859-2.inc.php
0,0 → 1,978
<?php
/* $Id: slovenian-iso-8859-2.inc.php,v 2.117.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/* By: urska.colner, agenda d.o.o. <urska.colner@agenda.si>, uros kositer, agenda d.o.o. <urosh@agenda.si> */
 
$charset = 'iso-8859-2';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', 'Èet', 'Pet', 'Sob');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Avg', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y ob %I:%M %p';
$timespanfmt = '%s dni, %s ur, %s minut in %s sekund';
 
$strAPrimaryKey = 'Na %s je dodan primarni kljuè';
$strAbortedClients = 'Prekinjeno';
$strAbsolutePathToDocSqlDir = 'Vnesite absolutno pot do docSQL mape na stre¾niku';
$strAccessDenied = 'Dostop zavrnjen';
$strAccessDeniedExplanation = 'phpMyAdmin se je posku¹al povezati na MySQL stre¾nik, ki je zavrnil povezavo. Preverite, ali gostitelj, uporabni¹ko ime in geslo v datoteki config.inc.php ustrezajo podatkom administratorja MySQL stre¾nika.';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrednost';
$strAddConstraints = 'Dodaj omejitve';
$strAddDeleteColumn = 'Dodaj/Odstrani stolpec \'Polje\'';
$strAddDeleteRow = 'Dodaj/Odstrani vrstico \'Kriterij\'';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddHeaderComment = 'Dodaj prilagojen komentar v glavo (\\n prelomi vrstice)';
$strAddIfNotExists = 'Dodaj ÈE NE OBSTAJA';
$strAddIntoComments = 'Dodaj med komentarje';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na naslednji podatkovni bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na naslednji tabeli';
$strAddSearchConditions = 'Dodaj iskalne pogoje (telo "where" stavka):';
$strAddToIndex = 'Dodaj indeksu &nbsp;%s&nbsp;stolpec(ce)';
$strAddUser = 'Dodaj novega uporabnika';
$strAddUserMessage = 'Dodali ste novega uporabnika.';
$strAddedColumnComment = 'Dodan komentar za stolpec';
$strAddedColumnRelation = 'Dodana relacija za stolpec';
$strAdministration = 'Administracija';
$strAffectedRows = 'Spremenjene vrstice:';
$strAfter = 'Po %s';
$strAfterInsertBack = 'Nazaj na prej¹njo stran';
$strAfterInsertNewInsert = 'Vstavi ¹e eno novo vrstico';
$strAfterInsertSame = 'Pojdi nazaj na stran';
$strAll = 'Vse/Vsi';
$strAllTableSameWidth = 'prika¾em vse tabele enake ¹irine?';
$strAlterOrderBy = 'Spremeni vrstni red prikaza tabele za';
$strAnIndex = 'Na %s je dodan indeks';
$strAnalyzeTable = 'Analiziraj tabelo';
$strAnd = 'In';
$strAny = 'Katerikoli';
$strAnyHost = 'Katerikoli gostitelj';
$strAnyUser = 'Katerikoli uporabnik';
$strArabic = 'Arabsko';
$strArmenian = 'Armensko';
$strAscending = 'Nara¹èajoèe';
$strAtBeginningOfTable = 'Na zaèetku tabele';
$strAtEndOfTable = 'Na koncu tabele';
$strAttr = 'Atributi';
$strAutodetect = 'Samodejno zaznaj';
$strAutomaticLayout = 'Samodejna postavitev';
 
$strBack = 'Nazaj';
$strBaltic = 'Baltsko';
$strBeginCut = 'ZAÈETEK IZREZA';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binarno';
$strBinaryDoNotEdit = 'Binarno - ne urejaj';
$strBookmarkAllUsers = 'Dovoli dostop do zaznamka vsem uporabnikom';
$strBookmarkDeleted = 'Zaznamek je odstranjen.';
$strBookmarkLabel = 'Nalepka';
$strBookmarkQuery = 'Oznaèena SQL-poizvedba';
$strBookmarkThis = 'Oznaèi to SQL-poizvedbo';
$strBookmarkView = 'Samo pogled';
$strBrowse = 'Prebrskaj';
$strBrowseForeignValues = 'Prebrskaj tuje vrednosti';
$strBulgarian = 'Bolgarsko';
$strBzError = 'phpMyAdmin ni uspel stisniti odlo¾enih podatkov zaradi neuporabne konènice Bz2 v tej razlièici php. Zelo dobro bi bilo, da v konfiguracijski datoteki za phpMyAdmin spremenite ukaz <code>$cfg[\'BZipDump\']</code> v <code>FALSE</code>. Èe ¾elite izvajati stiskanje s pomoèjo Bz2, boste morali posodobiti php v novej¹o razlièico. Za podrobnosti si oglejte php poroèilo o napaki %s.';
$strBzip = '"bzipano"';
 
$strCSVOptions = 'CSV mo¾nosti';
$strCalendar = 'Koledar';
$strCannotLogin = 'Ne morem se prijaviti v MySQL stre¾nik';
$strCantLoad = 'ne morem nalo¾iti podalj¹ka %s,<br />prosim preverite PHP konfiguracijo';
$strCantLoadRecodeIconv = 'Ni mogoèe nalo¾iti iconv ali recode ekstenzij, ki so potrebne za pretvorbe kodnih tabel, konfigurirajte php tako, da bo omogoèal uporabo teh ekstenzij ali onemogoèite pretvarjanje kodnih tabel v phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Indeksa ni mogoèe preimenovati v PRIMARY!';
$strCantUseRecodeIconv = 'Ni mogoèe uporabljati iconv, libiconv ali recode_string funkcij, èeprav so ekstenzije normalno nalo¾ene. Preverite konfiguracijo php.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'ne razlikuj velikih in malih èrk';
$strCaseSensitive = 'razlikuj velike in male èrke';
$strCentralEuropean = 'Centralno evropsko';
$strChange = 'Spremeni';
$strChangeCopyMode = 'Ustvari novega uporabnika z enakimi pravicami in ...';
$strChangeCopyModeCopy = '... obdr¾i starega.';
$strChangeCopyModeDeleteAndReload = ' ... izbri¹i starega uporabnika s seznama uporabnikov ter ponovno nalo¾i njegove pravice.';
$strChangeCopyModeJustDelete = ' ... izbri¹i starega s seznama uporabnikov.';
$strChangeCopyModeRevoke = ' ... preklièi vse aktivne pravice starega uporabnika ter jih izbri¹i.';
$strChangeCopyUser = 'Spremeni prijavne informacije / Kopiraj uporabnika';
$strChangeDisplay = 'Izberite polje za prikaz';
$strChangePassword = 'Spremeni geslo';
$strCharset = 'Nabor znakov';
$strCharsetOfFile = 'Nabor znakov datoteke:';
$strCharsets = 'Nabori znakov';
$strCharsetsAndCollations = 'Nabori znakov in pravila za razvr¹èanje znakov';
$strCheckAll = 'Oznaèi vse';
$strCheckOverhead = 'Preveri prekoraèene';
$strCheckPrivs = 'Preveri privilegije';
$strCheckPrivsLong = 'Preveri privilegije za podatkovno bazo &quot;%s&quot;.';
$strCheckTable = 'Preveri tabelo';
$strChoosePage = 'Izberite stran za urejanje';
$strColComFeat = 'Prikazovanje komentarjev stolpcev';
$strCollation = 'Pravilo za razvr¹èanje znakov';
$strColumnNames = 'Imena stolpcev';
$strColumnPrivileges = 'Privilegiji tipièni za stolpec';
$strCommand = 'Ukaz';
$strComments = 'Komentarji';
$strCommentsForTable = 'KOMENTARJI ZA TABELO';
$strCompleteInserts = 'Popolne \'insert\' poizvedbe';
$strCompression = 'Stiskanje';
$strConfigFileError = 'phpMyAdmin ni mogel prebrati konfiguracijske datoteke!<br />To se lahko zgodi, èe php pri prevajanju konfiguracijske datoteke najde napako ali pa ne najde datoteke.<br />Prosimo, odprite konfiguracijsko datoteko s povezavo, ki je navedena spodaj in preberite dobljeno sporoèilo o napaki. V veèini primerov gre za manjkajoèi narekovaj ali podpièje.<br />Èe dobite prazno stran, je vse v redu.';
$strConfigureTableCoord = 'Prosimo, konfigurirajte koordinate za tabelo %s';
$strConnectionError = 'Povezava ni mogoèa: neveljavne nastavitve.';
$strConnections = 'Povezave';
$strConstraintsForDumped = 'Omejitve tabel za povzetek stanja';
$strConstraintsForTable = 'Omejitve za tabelo';
$strCookiesRequired = 'Èe ¾elite ¹e dalje uporabljati program, morate omogoèiti pi¹kotke.';
$strCopyTable = 'Kopiraj tabelo v (podatkovna_baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je skopirana v %s.';
$strCopyTableSameNames = 'Tabele ni mogoèe kopirati same vase!';
$strCouldNotKill = 'phpMyAdmin ni uspel prekiniti teme %s. Verjetno je ¾e prekinjena.';
$strCreate = 'Ustvari';
$strCreateIndex = 'Ustvari indeks na&nbsp;%s&nbsp;stolpcih';
$strCreateIndexTopic = 'Ustvari nov indeks';
$strCreateNewDatabase = 'Ustvari novo podatkovno bazo';
$strCreateNewTable = 'Ustvari novo tabelo v podatkovni bazi %s';
$strCreatePage = 'Ustvari novo stran';
$strCreatePdfFeat = 'Ustvarjanje PDF datotek';
$strCreationDates = 'Datumi za ustvarjeno/posodobljeno/preverjeno';
$strCriteria = 'Kriteriji';
$strCroatian = 'Hrva¹ko';
$strCyrillic = 'Cirilica';
$strCzech = 'Èe¹ko';
$strCzechSlovak = 'Èe¹koslova¹ko';
 
$strDBComment = 'Komentar zbirke podatkov: ';
$strDBGContext = 'Kontekst';
$strDBGContextID = 'Kontekst ID';
$strDBGHits = 'Zadetki';
$strDBGLine = 'Vrstica';
$strDBGMaxTimeMs = 'Najveèji èas, ms';
$strDBGMinTimeMs = 'Najmanj¹i èas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Èas/Zadetek, ms';
$strDBGTotalTimeMs = 'Skupni èas, ms';
$strDBRename = 'Preimenuj podatkovno bazo v';
$strDanish = 'Dansko';
$strData = 'Podatki';
$strDataDict = 'Podatkovni slovar';
$strDataOnly = 'Samo podatki';
$strDatabase = 'Podatkovna baza';
$strDatabaseEmpty = 'Ime podatkovne baze je prazno!';
$strDatabaseExportOptions = 'Mo¾nosti za izvoz baze podatkov';
$strDatabaseHasBeenDropped = 'Podatkovna baza %s je zavr¾ena.';
$strDatabaseNoTable = 'Ta baza podatkov ne vsebuje tabele!!';
$strDatabases = 'podatkovne baze';
$strDatabasesDropped = '%s podatkovne baze so uspe¹no zavr¾ene.';
$strDatabasesStats = 'Statistika podatkovnih baz';
$strDatabasesStatsDisable = 'Onemogoèi statistiko';
$strDatabasesStatsEnable = 'Omogoèi statistiko';
$strDatabasesStatsHeavyTraffic = 'Obvestilo: Omogoèitev statistike podatkovne baze lahko povzroèi moèno poveèan promet med spletnim in podatkovnim stre¾nikom.';
$strDbPrivileges = 'Privilegiji tipièni za podatkovno bazo';
$strDbSpecific = 'glede na zbirko podatkov';
$strDefault = 'Privzeto';
$strDefaultValueHelp = 'Za privzete vrednosti vnesite samo vrednosti, brez po¹evnice nazaj ali narekovaja, npr.: a';
$strDelOld = 'Trenutna stran vsebuje sklice na tabele, ki ne obstajajo veè. Ali ¾elite izbrisati te sklice?';
$strDelayedInserts = 'Uporabi zakasnjeno vstavljanje';
$strDelete = 'Izbri¹i';
$strDeleteAndFlush = 'Izbri¹i uporabnike in potem osve¾i privilegije.';
$strDeleteAndFlushDescr = 'To je najbolj¹i naèin, vendar lahko osve¾evanje privilegijev traja nekaj èasa.';
$strDeleted = 'Vrstica je izbrisana';
$strDeletedRows = 'Izbrisane vrstice:';
$strDeleting = 'Bri¹em %s';
$strDescending = 'Padajoèe';
$strDescription = 'Opis';
$strDictionary = 'slovar';
$strDisabled = 'Onemogoèeno';
$strDisplayFeat = 'Prika¾i lastnosti';
$strDisplayOrder = 'Vrstni red prikaza:';
$strDisplayPDF = 'Prika¾i PDF shemo';
$strDoAQuery = 'Izvedi "query by example" (nadomestni znak: "%")';
$strDoYouReally = 'Ali res ¾elite ';
$strDocu = 'Dokumentacija';
$strDrop = 'Zavr¾i';
$strDropDatabaseStrongWarning = 'S tem dejanjem boste UNIÈILI celotno bazo podatkov!';
$strDropUsersDb = 'Izbri¹i podatkovne baze, ki imajo enako ime kot uporabniki.';
$strDumpSaved = 'Dump je shranjen v datoteko %s.';
$strDumpXRows = 'Odlo¾i %s vrstic, zaèni z zapisom # %s.';
$strDumpingData = 'Odlo¾i podatke za tabelo';
$strDynamic = 'dinamièno';
 
$strEdit = 'Uredi';
$strEditPDFPages = 'Uredi PDF strani';
$strEditPrivileges = 'Uredi privilegije';
$strEffective = 'Uèinkovito';
$strEmpty = 'Izprazni';
$strEmptyResultSet = 'MySQL je vrnil kot rezultat prazno mno¾ico (npr. niè vrstic).';
$strEnabled = 'Omogoèeno';
$strEncloseInTransaction = 'Vkljuèi izvoz v transakcijo';
$strEnd = 'Konec';
$strEndCut = 'KONEC IZREZA';
$strEndRaw = 'END RAW';
$strEnglish = 'Angle¹ko';
$strEnglishPrivileges = ' Opomba: Imena MySQL privilegijev so zapisana v angle¹èini ';
$strError = 'Napaka';
$strEstonian = 'Estonsko';
$strExcelEdition = 'Izdaja za Excel';
$strExcelOptions = 'Mo¾nosti za Excel';
$strExecuteBookmarked = 'Izvedi izbrano poizvedbo';
$strExplain = 'Razlo¾i SQL stavek';
$strExport = 'Izvozi';
$strExtendedInserts = 'Raz¹irjene \'insert\' poizvedbe';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspeli poizkusi';
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s je zavr¾eno';
$strFields = 'Polja';
$strFieldsEmpty = ' ©tevec polj je prazen! ';
$strFieldsEnclosedBy = 'Polja obdana z';
$strFieldsEscapedBy = 'Polja izognjena z';
$strFieldsTerminatedBy = 'Polja zakljuèena z';
$strFileAlreadyExists = 'Datoteka %s ¾e obstaja na stre¾niku, spremenite ime novi ali prepi¹ite obstojeèo datoteko.';
$strFileCouldNotBeRead = 'Ne morem prebrati datoteke';
$strFileNameTemplate = 'Predloga datoteke';
$strFileNameTemplateRemember = 'Shrani predlogo';
$strFixed = 'fiksno';
$strFlushPrivilegesNote = 'Obvestilo: phpMyAdmin dobi podatke o uporabnikovih privilegijih iz MySQL tabel privilegijev. Vsebina teh tabel se lahko razlikuje od privilegijev, ki jih uporablja stre¾nik, èe so bile tabele roèno spremenjene. V tem primeru morate, preden nadaljujete, osve¾iti privilegije.';
$strFlushTable = 'Poèisti tabelo ("FLUSH")';
$strFormEmpty = 'V obliki manjka vrednost !';
$strFormat = 'Oblika';
$strFullText = 'Polna besedila';
$strFunction = 'Funkcija';
 
$strGenBy = 'Ustvaril';
$strGenTime = 'Èas nastanka';
$strGeneralRelationFeat = 'Splo¹ne lastnosti relacij';
$strGeorgian = 'Gruzijsko';
$strGerman = 'Nem¹ko';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalni privilegiji';
$strGlobalValue = 'Skupna vrednost';
$strGo = 'Izvedi';
$strGrantOption = 'Dovoli';
$strGreek = 'Gr¹ko';
$strGzip = '"gzipano"';
 
$strHasBeenAltered = 'je bil spremenjen(a).';
$strHasBeenCreated = 'je bil ustvarjen(a).';
$strHaveToShow = 'Za prikaz morate izbrati morate vsaj en stolpec';
$strHebrew = 'Hebrejsko';
$strHome = 'Domov';
$strHomepageOfficial = 'Uradna domaèa stran phpMyAdmin';
$strHost = 'Gostitelj';
$strHostEmpty = 'Ime gostitelja je prazno!';
$strHungarian = 'Mad¾arsko';
 
$strId = 'ID';
$strIdxFulltext = 'Polno besedilo';
$strIgnore = 'Prezri';
$strIgnoreInserts = 'Uporabi mo¾nost prezri vstavke';
$strIgnoringFile = 'Prezrl sem datoteko %s';
$strImportDocSQL = 'Uvozi docSQL datoteke';
$strImportFiles = 'Uvozi datoteke';
$strInUse = 'v uporabi';
$strIndex = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s je zavr¾en';
$strIndexName = 'Ime indeksa&nbsp;:';
$strIndexType = 'Vrsta indeksa&nbsp;:';
$strIndexes = 'Indeksi';
$strInnodbStat = 'InnoDB stanje';
$strInsecureMySQL = 'Konfiguracijska datoteka vsebuje nastavitve (uporabnik root brez gesla), ki odgovarjajo privzetemu privlegiranemu raèunu MySQLa. MySQL stre¾nik teèe s privzetimi nastavitvami, zato je izpostavljen vdorom. Èimprej odpravite ti dve varnostni luknji.';
$strInsert = 'Vstavi';
$strInsertAsNewRow = 'Vstavi kot novo vrstico';
$strInsertNewRow = 'Vstavi novo vrstico';
$strInsertedRowId = 'Vstavljen id vrstice:';
$strInsertedRows = 'Vstavljene vrstice:';
$strInternalNotNecessary = '* Notranja relacija je nepotrebna, èe obstaja tudi v InnoDB.';
$strInternalRelations = 'Notranje relacije';
 
$strJapanese = 'Japonsko';
$strJumpToDB = 'Preskoèi na podatkovno bazo &quot;%s&quot;.';
$strJustDelete = 'Samo izbri¹i uporabnike iz tabel privilegijev.';
$strJustDeleteDescr = '&quot;Izbrisani&quot; uporabniki lahko ¹e vedno normalno dostopajo do stre¾nika, dokler ne osve¾ite privilegijev';
 
$strKeepPass = 'Ne spreminjaj gesla';
$strKeyname = 'Ime kljuèa';
$strKill = 'Prekini proces';
$strKorean = 'Korejsko';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Mo¾nosti za LaTeX';
$strLandscape = 'Le¾eèe';
$strLatexCaption = 'Ime tabele';
$strLatexContent = 'Vsebina tabele __TABLE__';
$strLatexContinued = '(nadaljevanje)';
$strLatexContinuedCaption = 'Nadaljevanje imena tabele';
$strLatexIncludeCaption = 'Vkljuèi ime tabele';
$strLatexLabel = 'Oznaèi kljuè';
$strLatexStructure = 'Struktura tabele __TABLE__';
$strLengthSet = 'Dol¾ina/Vrednosti*';
$strLimitNumRows = '©tevilo vrstic na stran';
$strLinesTerminatedBy = 'Vrstice zakljuèene z';
$strLinkNotFound = 'Povezave ni mogoèe najti';
$strLinksTo = 'Povezave z';
$strLithuanian = 'Litvansko';
$strLocalhost = 'Lokalno';
$strLocationTextfile = 'Lokacija datoteke z besedilom';
$strLogPassword = 'Geslo:';
$strLogServer = 'Stre¾nik';
$strLogUsername = 'Uporabni¹ko ime:';
$strLogin = 'Prijava';
$strLoginInformation = 'Podatki o prijavi';
$strLogout = 'Odjava';
 
$strMIMETypesForTable = 'VRSTE MIME ZA TABELO';
$strMIME_MIMEtype = 'MIME-vrsta';
$strMIME_available_mime = 'Razpolo¾ljive MIME-vrste';
$strMIME_available_transform = 'Razpolo¾ljive pretvorbe';
$strMIME_description = 'Opis';
$strMIME_nodescription = 'Za to pretvorbo ni na voljo opisa.<br />Za funkcije %s se pozanimajte pri avtorju.';
$strMIME_transformation = 'Pretvorba z brskalnikom';
$strMIME_transformation_note = 'Seznam razpolo¾ljivih mo¾nosti pretvorbe in pretvorbe MIME-vrst boste videli, èe kliknete na %sopise transformacij%s';
$strMIME_transformation_options = 'Mo¾nosti pretvorbe';
$strMIME_transformation_options_note = 'Vrednosti za mo¾nosti pretvorbe vnesite v naslednji obliki: \'a\',\'b\',\'c\'...<br />Èe ¾elite med vrednosti vnesti po¹evnico nazaj ("\") ali enojni narekovaj ("\'"), morate pred ta znak postaviti (¹e eno) po¹evnico nazaj (npr. \'\\\\xyz\' ali \'a\\\'b\').';
$strMIME_without = 'MIME-vrste, ki so napisano le¾eèe, nimajo lastne pretvorbene funkcije';
$strMaximumSize = 'Najveèja velikost: %s%s';
$strModifications = 'Spremembe so shranjene';
$strModify = 'Spremeni';
$strModifyIndexTopic = 'Spremeni indeks';
$strMoveTable = 'Premakni tabelo v (podatkovna_baza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s je bila premaknjena v %s.';
$strMoveTableSameNames = 'Tabele ni mogoèe premakniti same vase!';
$strMultilingual = 'veèjezièno';
$strMySQLCharset = 'MySQL kodna tabela';
$strMySQLSaid = 'MySQL je vrnil: ';
$strMySQLShowProcess = 'Poka¾i procese';
$strMySQLShowStatus = 'Poka¾i tekoèe informacije o MySQL';
$strMySQLShowVars = 'Poka¾i sistemske spremenljivke MySQL';
 
$strName = 'Ime';
$strNext = 'Naslednji';
$strNo = 'Ne';
$strNoDatabases = 'Brez podatkovnih baz';
$strNoDatabasesSelected = 'Ni izbranih podatkovnih baz.';
$strNoDescription = 'brez opisa';
$strNoDropDatabases = '"DROP DATABASE" poizvedbe so izkljuèene.';
$strNoExplain = 'Preskoèi razlago SQL stavka';
$strNoFrames = 'phpMyAdmin je prijaznej¹i z brskalnikom, ki podpira okvirje.';
$strNoIndex = 'Ni definiranega indeksa!';
$strNoIndexPartsDefined = 'Ni definiranega dela indeksa!';
$strNoModification = 'Brez sprememb';
$strNoOptions = 'Za to obliko ni mo¾nosti';
$strNoPassword = 'Brez gesla';
$strNoPermission = 'Spletni stre¾nik nima dovoljenja za shranjevanje datoteke %s';
$strNoPhp = 'Brez kode PHP';
$strNoPrivileges = 'Brez privilegijev';
$strNoRights = 'Nimate dovolj pravic, da bi bili sedaj tukaj!';
$strNoSpace = 'Ni dovolj prostora za shranjevanje datoteke %s.';
$strNoTablesFound = 'V podatkovni bazi ni mogoèe najti tabel.';
$strNoUsersFound = 'Ni mogoèe najti uporabnika(ov).';
$strNoValidateSQL = 'Preskoèi preverjanje pravilnosti SQL stavka';
$strNone = 'Brez';
$strNotNumber = 'To ni ¹tevilo!';
$strNotOK = 'Ni v redu';
$strNotSet = 'Tabele <b>%s</b> ni mogoèe najti ali pa ni v %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s zadetek(ov) v tabeli <i>%s</i>';
$strNumSearchResultsTotal = '<b>Skupaj:</b> <i>%s</i> zadetek(ov)';
$strNumTables = 'Ttabel';
 
$strOK = 'V redu';
$strOperations = 'Operacije';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiraj tabelo';
$strOr = 'Ali';
$strOverhead = 'Prese¾ek';
$strOverwriteExisting = 'Prepi¹i obstojeèo(e) datoteko(e)';
 
$strPHP40203 = 'Uporabljate PHP 4.2.3, ki ima resne te¾ave z veèbitnimi stavki (mbstring). Glej PHP poroèilo o hro¹èu 19404. Ta verzija PHP ni priporoèljiva za uporabo s phpMyAdmin.';
$strPHPVersion = 'Razlièica PHP';
$strPageNumber = '©tevilka strani:';
$strPaperSize = 'Velikost papirja';
$strPartialText = 'Delna besedila';
$strPassword = 'Geslo';
$strPasswordChanged = 'Geslo za %s je uspe¹no spremenjeno.';
$strPasswordEmpty = 'Geslo je prazno!';
$strPasswordNotSame = 'Gesli se ne ujemata!';
$strPdfDbSchema = 'Shema podatkovne baze "%s" - Stran %s';
$strPdfInvalidTblName = 'Tabela "%s" ne obstaja!';
$strPdfNoTables = 'Ni tabel';
$strPerHour = 'na uro';
$strPerMinute = 'na minuto';
$strPerSecond = 'na sekundo';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Ustvari PHP kodo';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = 'Ukaz <tt>$cfg[\'PmaAbsoluteUri\']</tt> mora biti definiran v konfiguracijski datoteki!';
$strPortrait = 'Pokonèno';
$strPos1 = 'Zaèetek';
$strPrevious = 'Prej¹nji';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni kljuè je zavr¾en';
$strPrimaryKeyName = 'Ime primarnega kljuèa mora biti... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnega kljuèa!)';
$strPrint = 'Natisni';
$strPrintView = 'Pogled postavitve tiskanja';
$strPrintViewFull = 'Pogled za tiskanje (s polnimi besedili)';
$strPrivDescAllPrivileges = 'Vsebuje vse privilegije razen GRANT.';
$strPrivDescAlter = 'Omogoèa spreminjanje strukture obstojeèih tabel.';
$strPrivDescCreateDb = 'Omogoèa ustvarjanje novih podatkovnih baz in tabel.';
$strPrivDescCreateTbl = 'Omogoèa ustvarjanje novih tabel.';
$strPrivDescCreateTmpTable = 'Omogoèa ustvarjanje zaèasnih tabel.';
$strPrivDescDelete = 'Omogoèa brisanje podatkov.';
$strPrivDescDropDb = 'Omogoèa brisanje podatkovnih baz in tabel.';
$strPrivDescDropTbl = 'Omogoèa brisanje tabel.';
$strPrivDescExecute = 'Omogoèa poganjanje shranjenih postopkov; V tej verziji MySQL nima pomena.';
$strPrivDescFile = 'Omogoèa uva¾anje in izva¾anje podatkov v datoteke.';
$strPrivDescGrant = 'Omogoèa dodajanje uporabnikov in privilegijev brez osve¾evanja privilegijev.';
$strPrivDescIndex = 'Omogoèa ustvarjanje in brisanje indeksov.';
$strPrivDescInsert = 'Omogoèa vstavljanje in zamenjavo podatkov.';
$strPrivDescLockTables = 'Omogoèa zaklepanje tabel za trenutno temo.';
$strPrivDescMaxConnections = 'Omeji ¹tevilo povezav, ki jih uporabnik lahko odpre v eni uri.';
$strPrivDescMaxQuestions = 'Omeji ¹tevilo poizved, ki jih uporabnik lahko po¹lje stre¾niku v eni uri.';
$strPrivDescMaxUpdates = 'Omeji ¹tevilo ukazov za spremembo tabel ali podatkovne baze, ki jih uporabnik lahko izvr¹i v eni uri.';
$strPrivDescProcess3 = 'Omogoèa ukinjanje procesov drugih uporabnikov.';
$strPrivDescProcess4 = 'Omogoèa pregled popolnih poizvedb v spisku procesov.';
$strPrivDescReferences = 'V tej verziji MySQL nima pomena.';
$strPrivDescReload = 'Omogoèa osve¾evanje stre¾nikovih nastavitev in praznjenje stre¾nikovih predpomnilnikov.';
$strPrivDescReplClient = 'Da uporabniku pravico poizvedovati kje so njegovi nadrejeni / podrjeni stre¾niki.';
$strPrivDescReplSlave = 'Potrebno za podrejene stre¾nike pri replikaciji.';
$strPrivDescSelect = 'Omogoèa branje podatkov.';
$strPrivDescShowDb = 'Omogoèa dostop do popolnega spiska podatkovnih baz';
$strPrivDescShutdown = 'Omogoèa uga¹anje stre¾nika.';
$strPrivDescSuper = 'Omogoèa priklaplanje tudi èe je ¾e dose¾eno najveèje dovoljeno ¹tevilo priklopov; Potrebno za veèino administrativnih nalog kot sta postavljanje globalnih spremenljivk in ukinjanje procesov drugih uporabnikov.';
$strPrivDescUpdate = 'Omogoèa spreminjanje podatkov.';
$strPrivDescUsage = 'Brez privilegijev.';
$strPrivileges = 'Privilegiji';
$strPrivilegesReloaded = 'Uspe¹no sem osve¾il privilegije.';
$strProcesslist = 'Seznam procesov';
$strPutColNames = 'Postavi imena polj v prvo vrstico';
 
$strQBE = 'Poizvedba';
$strQBEDel = 'Bri¹i';
$strQBEIns = 'Vstavi';
$strQueryFrame = 'Okno za iskanje';
$strQueryOnDb = 'SQL-poizvedba na podatkovni bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL-zgodovina';
$strQueryStatistics = '<b>Statistika poizvedbe</b>: Od zagona je bilo stre¾niku poslanih %s poizvedb.';
$strQueryTime = 'Poizvedba je potrebovala %01.4f s';
$strQueryType = 'Vrsta poizvedbe';
$strQueryWindowLock = 'Ne prepi¹i te poizvedbe od zunaj';
 
$strReType = 'Ponovno vnesi';
$strReceived = 'Prejeto';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Preveri referenèno integriteto:';
$strRelationNotWorking = 'Dodatne funkcije za delo s povezanimi tabelami so bile izkjuèene. Èe ¾elite izvedeti zakaj, kliknite %stukaj%s.';
$strRelationView = 'Pogled relacij';
$strRelationalSchema = 'Relacijska shema';
$strRelations = 'Relacije';
$strRelationsForTable = 'RELACIJE ZA TABELO';
$strReloadMySQL = 'Ponovno nalo¾i MySQL';
$strReloadingThePrivileges = 'Osve¾ujem privilegije';
$strRemoveSelectedUsers = 'Izbri¹i izbrane uporabnike';
$strRenameDatabaseOK = 'Baza podatkov %s je preimenovana v %s';
$strRenameTable = 'Preimenuj tabelo v';
$strRenameTableOK = 'Tabela %s je preimenovana v %s';
$strRepairTable = 'Popravi tabelo';
$strReplaceNULLBy = 'Zamenjaj NULL z';
$strReplaceTable = 'Podatke v tabeli zamenjaj z datoteko';
$strReset = 'Ponastavi';
$strResourceLimits = 'Omejitve virov';
$strRevoke = 'Odvzemi';
$strRevokeAndDelete = 'Odvzemi uporabnikom aktivne privilegije in jih potem izbri¹i.';
$strRevokeAndDeleteDescr = 'Uporabniki bodo ¹e vedno imeli USAGE privilegije, dokler ne osve¾ite privilegijev.';
$strRevokeMessage = 'Odvzeli ste privilegije za %s';
$strRowLength = 'Dol¾ina vrstice';
$strRowSize = ' Velikost vrstice ';
$strRows = 'Vrstice';
$strRowsFrom = 'vrstice naprej od zapisa #';
$strRowsModeFlippedHorizontal = 'vodoravno (zasukani naslovi)';
$strRowsModeHorizontal = 'vodoravnem';
$strRowsModeOptions = 'v %s naèinu in ponovi glavo po %s celicah';
$strRowsModeVertical = 'navpiènem';
$strRowsStatistic = 'Statistika vrstic';
$strRunQuery = 'Izvedi poizvedbo';
$strRunSQLQuery = 'Izvedi SQL poizvedbo/poizvedbe na podatkovni bazi %s';
$strRunning = 'teèe na %s';
$strRussian = 'Rusko';
 
$strSQL = 'SQL';
$strSQLExportType = 'Vrsta izvoza';
$strSQLOptions = 'SQL mo¾nosti';
$strSQLParserBugMessage = 'Obstaja mo¾nost, da ste v SQL razèlenjevalniku naleteli na hro¹èa. Temeljito preglejte poizvedbo in preverite, èe so citati pravilni in èe se ujemajo. Mo¾no je tudi, da prena¹ate binarno datoteko, ki je izven podroèja besedila citata. Poizvedbo lahko preizkusite tudi na vmesniku ukazne vrstice MySQL. Èe je stre¾nik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju te¾av. Èe se bodo te¾ave nadaljevale, ali èe razèlenjevalniku ne uspe tam, kjer vmesniku ukazne vrstice uspe, potem zmanj¹ajte vne¹eno SQL poizvedbo na tisto poizvedbo, ki povzroèa te¾ave in po¹ljite poroèilo o napaki skupaj s podatki iz spodnjega odseka IZREZA.';
$strSQLParserUserError = 'Izgleda, da je v SQL poizvedbi pri¹lo do napake. Èe je stre¾nik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju te¾av.';
$strSQLQuery = 'SQL-poizvedba';
$strSQLResult = 'Rezultat SQL';
$strSQPBugInvalidIdentifer = 'Neveljavni identifikator';
$strSQPBugUnclosedQuote = 'Odprt citat';
$strSQPBugUnknownPunctuation = 'Neznan niz loèil';
$strSave = 'Shrani';
$strSaveOnServer = 'Shrani na stre¾nik, v imenik %s';
$strScaleFactorSmall = 'Faktor poveèava je premajhen, da bi spravili shemo na eno stran';
$strSearch = 'Iskanje';
$strSearchFormTitle = 'I¹èi v podatkovni bazi';
$strSearchInTables = 'V tabelah:';
$strSearchNeedle = 'Iskane besede ali vrednosti (nadomestni znak: "%"):';
$strSearchOption1 = 'katerokoli besedo';
$strSearchOption2 = 'vse besede';
$strSearchOption3 = 'toèno doloèeno frazo';
$strSearchOption4 = 'kot \'regular expression\'';
$strSearchResultsFor = 'Rezultati iskanja "<i>%s</i>" %s:';
$strSearchType = 'Najdi:';
$strSecretRequired = 'Konfiguracijski datoteki morate sedaj doloèiti skrivno geslo (blowfish_secret).';
$strSelectADb = 'Prosimo, izberite podatkovno bazo';
$strSelectAll = 'Izberi vse';
$strSelectFields = 'Izberite polja (vsaj eno):';
$strSelectNumRows = 'in poizvedba';
$strSelectTables = 'Izberi tabele';
$strSend = 'Shrani kot datoteko';
$strSent = 'Poslano';
$strServer = 'Stre¾nik';
$strServerChoice = 'Izbira stre¾nika';
$strServerStatus = 'Podatki o izvajanju';
$strServerStatusUptime = 'MySQL stre¾nik deluje ¾e %s. Zagnal se je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Spremenljivke';
$strServerTrafficNotes = '<b>Promet na stre¾niku</b>: V teh tabelah je prikazana statistika obremenitve omre¾ja za ta MySQL stre¾nik, odkar je bil zagnan.';
$strServerVars = 'Spremenljivke in nastavitve stre¾nika';
$strServerVersion = 'Razlièica stre¾nika';
$strSessionValue = 'Vrednost seje';
$strSetEnumVal = 'Èe je polje vrste "enum" ali "set", navedite vrednosti v obliki: \'a\',\'b\',\'c\'...<br /> Èe ¾elite med vrednostmi uporabiti po¹evnico ("\") ali enojni narekovaj ("\'"), pred tem znakom vnesite po¹evnico (n.pr. \'\\\\xyz\' ali \'a\\\'b\').';
$strShow = 'Poka¾i';
$strShowAll = 'Poka¾i vse';
$strShowColor = 'Poka¾i barvo';
$strShowDatadictAs = 'Oblika podatkovnega slovarja';
$strShowFullQueries = 'Poka¾i celotne poizvedbe';
$strShowGrid = 'Poka¾i mre¾o';
$strShowPHPInfo = 'Poka¾i podatke o PHP';
$strShowTableDimension = 'Poka¾i dimenzije tabel';
$strShowTables = 'Poka¾i tabele';
$strShowThisQuery = ' Ponovno poka¾i poizvedbo v tem oknu ';
$strShowingRecords = 'Prikazujem vrstice';
$strSimplifiedChinese = 'Poenostavljeno kitajsko';
$strSingly = '(posamezno)';
$strSize = 'Velikost';
$strSort = 'Sortiraj';
$strSortByKey = 'Uredi po kljuèu';
$strSpaceUsage = 'Poraba prostora';
$strSplitWordsWithSpace = 'Besede so loèene s presledkom (" ").';
$strStatCheckTime = 'Zadnjiè pregledano';
$strStatCreateTime = 'Ustvarjeno';
$strStatUpdateTime = 'Zadnjiè posodobljeno';
$strStatement = 'Izjave';
$strStatus = 'Stanje';
$strStrucCSV = 'CSV podatki';
$strStrucData = 'Struktura in podatki';
$strStrucDrop = 'Dodaj DROP TABLE poizvedbo';
$strStrucExcelCSV = 'CSV podatki za MS Excel';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predlagaj strukturo tabele';
$strStructure = 'Struktura';
$strSubmit = 'Po¹lji';
$strSuccess = 'SQL-poizvedba je bila uspe¹no izvedena';
$strSum = 'Vsota';
$strSwedish = '©vedsko';
$strSwitchToTable = 'Preklopi na kopirano tabelo';
 
$strTable = 'Tabela';
$strTableComments = 'Komentar tabele';
$strTableEmpty = 'Ime tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je zavr¾ena';
$strTableHasBeenEmptied = 'Tabela %s je izpraznjena';
$strTableHasBeenFlushed = 'Tabela %s je osve¾ena';
$strTableMaintenance = 'Vzdr¾evanje tabele';
$strTableOfContents = 'Vsebina';
$strTableOptions = 'Mo¾nosti tabele';
$strTableStructure = 'Struktura tabele';
$strTableType = 'Vrsta tabele';
$strTables = '%s tabel';
$strTblPrivileges = 'Privilegiji tipièni za tabelo';
$strTextAreaLength = ' Zaradi njegove dol¾ine<br /> polja ne bo mogoèe urejati ';
$strThai = 'Tajsko';
$strThisHost = 'Ta stre¾nik';
$strThisNotDirectory = 'To ni bila mapa';
$strThreadSuccessfullyKilled = 'Tema %s je bila prekinjena.';
$strTime = 'Èas';
$strToggleScratchboard = 'preklopi odlo¾i¹èe (scratchboard)';
$strTotal = 'skupaj';
$strTotalUC = 'Skupaj';
$strTraditionalChinese = 'Tradicionalno kitajsko';
$strTraffic = 'Promet';
$strTransformation_application_octetstream__download = 'Prika¾i povezavo za prenos binarnih podatkov polja. Prva mo¾nost je ime binarne datoteke. Druga mo¾nost je mo¾no ime polja v vrstici tabele, ki vsebuje to ime datoteke. Èe vnesete drugo mo¾nost, mora biti prva mo¾nost prazna';
$strTransformation_image_jpeg__inline = 'Prika¾e slièico, na katero lahko kliknete; mo¾nosti: ¹irina, vi¹ina v slikovnih pikah (obdr¾i prvotna razmerja)';
$strTransformation_image_jpeg__link = 'Poka¾e povezavo na grafiko (neposredni BLOB prenos, ipd.).';
$strTransformation_image_png__inline = 'Poka¾i sliko/jpeg: vkljuèeno';
$strTransformation_text_plain__dateformat = 'Oblikuje polje TIME, TIMESTAMP ali DATETIME glede na lokalne oblike za prikaz èasa. Prva mo¾nost je odmik (v urah), ki bo dodan polju timestamp (Privzeto: 0). Druga mo¾nost je drugaèna oblika prikaza datuma, glede na parametre za PHP strftime().';
$strTransformation_text_plain__external = 'SAMO ZA LINUX: Za¾ene zunanjo aplikacijo in podaja podatke za fielddata preko standardnega vhoda. Vrne standardni izhod aplikacije. Privzeto je Tidy, za tiskanje HTML-kode. Zaradi varnostnih razlogov morate roèno urediti datoteko libraries/transformations/text_plain__external.inc.php in vstaviti orodja za zaganjanje. Prva mo¾nost je ¹tevilka programa, ki ga ¾elite uporabiti, druga mo¾nost pa so parametri za program. Èe tretji parameter nastavite na 1, bo s pomoèjo htmlspecialchars() pretvoril izhod (Privzeto: 1). Èe nastavite èetrti parameter na 1, bo v celico z vsebino (content cell) vnesel NOWRAP in tako prikazal celoten izhod brez preoblikovanja (Privzeto: 1)';
$strTransformation_text_plain__formatted = 'Ohrani izvirno oblikovanje polja, brez izgubljanja vsebine.';
$strTransformation_text_plain__imagelink = 'Prika¾e sliko in povezavo, polje vsebuje ime datoteke; najprej je predpona, npr. "http://domena.com/", druga mo¾nost je ¹irina v slikovnih pikah, tretja pa vi¹ina.';
$strTransformation_text_plain__link = 'Prika¾e povezavo, polje vsebuje ime datoteke; prva mo¾nost je predpona, npr. "http://domena.com/", druga pa ime povezave.';
$strTransformation_text_plain__substr = 'Vrne le del niza. Prva mo¾nost je odmik, ki doloèa, kje se bo zaèelo prikazano besedilo (Privzeto: 0). Druga mo¾nost je odmik, ki pove, koliko besedila bo prikazanega. Èe ni doloèen, bo izpisano vse preostalo besedilo. Tretja mo¾nost pa doloèa, kateri znaki bodo pripeti vrnjenemu podnizu (Privzeto: ...) .';
$strTruncateQueries = 'Skrèi prikazane poizvedbe';
$strTurkish = 'Tur¹ko';
$strType = 'Vrsta';
 
$strUkrainian = 'Ukrajinsko';
$strUncheckAll = 'Odznaèi vse';
$strUnicode = 'Unicode';
$strUnique = 'Unikaten';
$strUnknown = 'neznano';
$strUnselectAll = 'Preklièi izbor vsega';
$strUpdComTab = 'Navodila za posodobitev tabele Column_comments\' najdete v dokumentaciji';
$strUpdatePrivMessage = 'Posodobili ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je posodobljen.';
$strUpdateQuery = 'Osve¾i poizvedbo';
$strUpgrade = '%s bi morali nadgraditi v verzijo %s ali novej¹o.';
$strUsage = 'Uporaba';
$strUseBackquotes = 'Obdaj imena tabel in polj z enojnimi po¹evnimi narekovaji';
$strUseHostTable = 'Uporabi tabelo gostiteljev';
$strUseTables = 'Uporabi tabele';
$strUseTextField = 'Uporabi tekstovno polje';
$strUseThisValue = 'Uporabi to vrednost';
$strUser = 'Uporabnik';
$strUserAlreadyExists = 'Uporabnik %s ¾e obstaja!';
$strUserEmpty = 'Uporabni¹ko ime je prazno!';
$strUserName = 'Uporabni¹ko ime';
$strUserNotFound = 'Izbranega uporabnika v tabelah privilegijev nisem na¹el.';
$strUserOverview = 'Pregled uporabnikov';
$strUsersDeleted = 'Uspe¹no sem izbrisal izbrane uporabnike.';
$strUsersHavingAccessToDb = 'Uporabni¹ki dostop do &quot;%s&quot;';
 
$strValidateSQL = 'Preveri pravilnost SQL stavka';
$strValidatorError = 'Ne morem inicializirati SQL validatorja. Prosim preverite, èe so name¹èeni vsi php raz¹iritve, kot je navedeno v %dokumenaciji%.';
$strValue = 'Vrednost';
$strVar = 'Spremenljivka';
$strViewDump = 'Preglej povzetek stanja tabele';
$strViewDumpDB = 'Preglej povzetek stanja podatkovne baze';
$strViewDumpDatabases = 'Poka¾i povzetek stanja podatkovnih baz';
 
$strWebServerUploadDirectory = 'imenik za nalaganje datotek';
$strWebServerUploadDirectoryError = 'Imenik, ki ste ga doloèili za nalaganje, je nedosegljiv';
$strWelcome = 'Dobrodo¹li v %s';
$strWestEuropean = 'Zahodno evropsko';
$strWildcard = 'nadomestni znak';
$strWindowNotFound = 'Ciljnega okna ni bilo mogoèe osve¾iti. Morda ste zaprli nadrejeno okno ali pa va¹ brskalnik blokira osve¾evanje varnostnih parametrov med okni.';
$strWithChecked = 'Z oznaèenim:';
$strWritingCommentNotPossible = 'Zapisovanje komentarjev ni mogoèe';
$strWritingRelationNotPossible = 'Zapisovanje relacij ni mogoèe';
$strWrongUser = 'Napaèno uporabni¹ko ime/geslo. Dostop zavrnjen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Obvestilo: Èe postavite vrednost na 0 (niè), boste odstranili omejitev.';
$strZip = '"zipano"';
 
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/slovenian-utf-8.inc.php
0,0 → 1,979
<?php
/* $Id: slovenian-utf-8.inc.php,v 2.119.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/* By: urska.colner, agenda d.o.o. <urska.colner@agenda.si>, uros kositer, agenda d.o.o. <urosh@agenda.si> */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', 'Čet', 'Pet', 'Sob');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Avg', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y ob %I:%M %p';
$timespanfmt = '%s dni, %s ur, %s minut in %s sekund';
 
$strAPrimaryKey = 'Na %s je dodan primarni ključ';
$strAbortedClients = 'Prekinjeno';
$strAbsolutePathToDocSqlDir = 'Vnesite absolutno pot do docSQL mape na strežniku';
$strAccessDenied = 'Dostop zavrnjen';
$strAccessDeniedExplanation = 'phpMyAdmin se je poskušal povezati na MySQL strežnik, ki je zavrnil povezavo. Preverite, ali gostitelj, uporabniško ime in geslo v datoteki config.inc.php ustrezajo podatkom administratorja MySQL strežnika.';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrednost';
$strAddConstraints = 'Dodaj omejitve';
$strAddDeleteColumn = 'Dodaj/Odstrani stolpec \'Polje\'';
$strAddDeleteRow = 'Dodaj/Odstrani vrstico \'Kriterij\'';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddHeaderComment = 'Dodaj prilagojen komentar v glavo (\\n prelomi vrstice)';
$strAddIfNotExists = 'Dodaj ČE NE OBSTAJA';
$strAddIntoComments = 'Dodaj med komentarje';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na naslednji podatkovni bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na naslednji tabeli';
$strAddSearchConditions = 'Dodaj iskalne pogoje (telo "where" stavka):';
$strAddToIndex = 'Dodaj indeksu &nbsp;%s&nbsp;stolpec(ce)';
$strAddUser = 'Dodaj novega uporabnika';
$strAddUserMessage = 'Dodali ste novega uporabnika.';
$strAddedColumnComment = 'Dodan komentar za stolpec';
$strAddedColumnRelation = 'Dodana relacija za stolpec';
$strAdministration = 'Administracija';
$strAffectedRows = 'Spremenjene vrstice:';
$strAfter = 'Po %s';
$strAfterInsertBack = 'Nazaj na prejšnjo stran';
$strAfterInsertNewInsert = 'Vstavi še eno novo vrstico';
$strAfterInsertSame = 'Pojdi nazaj na stran';
$strAll = 'Vse/Vsi';
$strAllTableSameWidth = 'prikažem vse tabele enake širine?';
$strAlterOrderBy = 'Spremeni vrstni red prikaza tabele za';
$strAnIndex = 'Na %s je dodan indeks';
$strAnalyzeTable = 'Analiziraj tabelo';
$strAnd = 'In';
$strAny = 'Katerikoli';
$strAnyHost = 'Katerikoli gostitelj';
$strAnyUser = 'Katerikoli uporabnik';
$strArabic = 'Arabsko';
$strArmenian = 'Armensko';
$strAscending = 'Naraščajoče';
$strAtBeginningOfTable = 'Na začetku tabele';
$strAtEndOfTable = 'Na koncu tabele';
$strAttr = 'Atributi';
$strAutodetect = 'Samodejno zaznaj';
$strAutomaticLayout = 'Samodejna postavitev';
 
$strBack = 'Nazaj';
$strBaltic = 'Baltsko';
$strBeginCut = 'ZAČETEK IZREZA';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binarno';
$strBinaryDoNotEdit = 'Binarno - ne urejaj';
$strBookmarkAllUsers = 'Dovoli dostop do zaznamka vsem uporabnikom';
$strBookmarkDeleted = 'Zaznamek je odstranjen.';
$strBookmarkLabel = 'Nalepka';
$strBookmarkQuery = 'Označena SQL-poizvedba';
$strBookmarkThis = 'Označi to SQL-poizvedbo';
$strBookmarkView = 'Samo pogled';
$strBrowse = 'Prebrskaj';
$strBrowseForeignValues = 'Prebrskaj tuje vrednosti';
$strBulgarian = 'Bolgarsko';
$strBzError = 'phpMyAdmin ni uspel stisniti odloženih podatkov zaradi neuporabne končnice Bz2 v tej različici php. Zelo dobro bi bilo, da v konfiguracijski datoteki za phpMyAdmin spremenite ukaz <code>$cfg[\'BZipDump\']</code> v <code>FALSE</code>. Če želite izvajati stiskanje s pomočjo Bz2, boste morali posodobiti php v novejšo različico. Za podrobnosti si oglejte php poročilo o napaki %s.';
$strBzip = '"bzipano"';
 
$strCSVOptions = 'CSV možnosti';
$strCalendar = 'Koledar';
$strCannotLogin = 'Ne morem se prijaviti v MySQL strežnik';
$strCantLoad = 'ne morem naložiti podaljška %s,<br />prosim preverite PHP konfiguracijo';
$strCantLoadRecodeIconv = 'Ni mogoče naložiti iconv ali recode ekstenzij, ki so potrebne za pretvorbe kodnih tabel, konfigurirajte php tako, da bo omogočal uporabo teh ekstenzij ali onemogočite pretvarjanje kodnih tabel v phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Indeksa ni mogoče preimenovati v PRIMARY!';
$strCantUseRecodeIconv = 'Ni mogoče uporabljati iconv, libiconv ali recode_string funkcij, čeprav so ekstenzije normalno naložene. Preverite konfiguracijo php.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'ne razlikuj velikih in malih črk';
$strCaseSensitive = 'razlikuj velike in male črke';
$strCentralEuropean = 'Centralno evropsko';
$strChange = 'Spremeni';
$strChangeCopyMode = 'Ustvari novega uporabnika z enakimi pravicami in ...';
$strChangeCopyModeCopy = '... obdrži starega.';
$strChangeCopyModeDeleteAndReload = ' ... izbriši starega uporabnika s seznama uporabnikov ter ponovno naloži njegove pravice.';
$strChangeCopyModeJustDelete = ' ... izbriši starega s seznama uporabnikov.';
$strChangeCopyModeRevoke = ' ... prekliči vse aktivne pravice starega uporabnika ter jih izbriši.';
$strChangeCopyUser = 'Spremeni prijavne informacije / Kopiraj uporabnika';
$strChangeDisplay = 'Izberite polje za prikaz';
$strChangePassword = 'Spremeni geslo';
$strCharset = 'Nabor znakov';
$strCharsetOfFile = 'Nabor znakov datoteke:';
$strCharsets = 'Nabori znakov';
$strCharsetsAndCollations = 'Nabori znakov in pravila za razvrščanje znakov';
$strCheckAll = 'Označi vse';
$strCheckOverhead = 'Preveri prekoračene';
$strCheckPrivs = 'Preveri privilegije';
$strCheckPrivsLong = 'Preveri privilegije za podatkovno bazo &quot;%s&quot;.';
$strCheckTable = 'Preveri tabelo';
$strChoosePage = 'Izberite stran za urejanje';
$strColComFeat = 'Prikazovanje komentarjev stolpcev';
$strCollation = 'Pravilo za razvrščanje znakov';
$strColumnNames = 'Imena stolpcev';
$strColumnPrivileges = 'Privilegiji tipični za stolpec';
$strCommand = 'Ukaz';
$strComments = 'Komentarji';
$strCommentsForTable = 'KOMENTARJI ZA TABELO';
$strCompleteInserts = 'Popolne \'insert\' poizvedbe';
$strCompression = 'Stiskanje';
$strConfigFileError = 'phpMyAdmin ni mogel prebrati konfiguracijske datoteke!<br />To se lahko zgodi, če php pri prevajanju konfiguracijske datoteke najde napako ali pa ne najde datoteke.<br />Prosimo, odprite konfiguracijsko datoteko s povezavo, ki je navedena spodaj in preberite dobljeno sporočilo o napaki. V večini primerov gre za manjkajoči narekovaj ali podpičje.<br />Če dobite prazno stran, je vse v redu.';
$strConfigureTableCoord = 'Prosimo, konfigurirajte koordinate za tabelo %s';
$strConnectionError = 'Povezava ni mogoča: neveljavne nastavitve.';
$strConnections = 'Povezave';
$strConstraintsForDumped = 'Omejitve tabel za povzetek stanja';
$strConstraintsForTable = 'Omejitve za tabelo';
$strCookiesRequired = 'Če želite še dalje uporabljati program, morate omogočiti piškotke.';
$strCopyTable = 'Kopiraj tabelo v (podatkovna_baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je skopirana v %s.';
$strCopyTableSameNames = 'Tabele ni mogoče kopirati same vase!';
$strCouldNotKill = 'phpMyAdmin ni uspel prekiniti teme %s. Verjetno je že prekinjena.';
$strCreate = 'Ustvari';
$strCreateIndex = 'Ustvari indeks na&nbsp;%s&nbsp;stolpcih';
$strCreateIndexTopic = 'Ustvari nov indeks';
$strCreateNewDatabase = 'Ustvari novo podatkovno bazo';
$strCreateNewTable = 'Ustvari novo tabelo v podatkovni bazi %s';
$strCreatePage = 'Ustvari novo stran';
$strCreatePdfFeat = 'Ustvarjanje PDF datotek';
$strCreationDates = 'Datumi za ustvarjeno/posodobljeno/preverjeno';
$strCriteria = 'Kriteriji';
$strCroatian = 'Hrvaško';
$strCyrillic = 'Cirilica';
$strCzech = 'Češko';
$strCzechSlovak = 'Češkoslovaško';
 
$strDBComment = 'Komentar zbirke podatkov: ';
$strDBGContext = 'Kontekst';
$strDBGContextID = 'Kontekst ID';
$strDBGHits = 'Zadetki';
$strDBGLine = 'Vrstica';
$strDBGMaxTimeMs = 'Največji čas, ms';
$strDBGMinTimeMs = 'Najmanjši čas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Čas/Zadetek, ms';
$strDBGTotalTimeMs = 'Skupni čas, ms';
$strDBRename = 'Preimenuj podatkovno bazo v';
$strDanish = 'Dansko';
$strData = 'Podatki';
$strDataDict = 'Podatkovni slovar';
$strDataOnly = 'Samo podatki';
$strDatabase = 'Podatkovna baza';
$strDatabaseEmpty = 'Ime podatkovne baze je prazno!';
$strDatabaseExportOptions = 'Možnosti za izvoz baze podatkov';
$strDatabaseHasBeenDropped = 'Podatkovna baza %s je zavržena.';
$strDatabaseNoTable = 'Ta baza podatkov ne vsebuje tabele!!';
$strDatabases = 'podatkovne baze';
$strDatabasesDropped = '%s podatkovne baze so uspešno zavržene.';
$strDatabasesStats = 'Statistika podatkovnih baz';
$strDatabasesStatsDisable = 'Onemogoči statistiko';
$strDatabasesStatsEnable = 'Omogoči statistiko';
$strDatabasesStatsHeavyTraffic = 'Obvestilo: Omogočitev statistike podatkovne baze lahko povzroči močno povečan promet med spletnim in podatkovnim strežnikom.';
$strDbPrivileges = 'Privilegiji tipični za podatkovno bazo';
$strDbSpecific = 'glede na zbirko podatkov';
$strDefault = 'Privzeto';
$strDefaultValueHelp = 'Za privzete vrednosti vnesite samo vrednosti, brez poševnice nazaj ali narekovaja, npr.: a';
$strDelOld = 'Trenutna stran vsebuje sklice na tabele, ki ne obstajajo več. Ali želite izbrisati te sklice?';
$strDelayedInserts = 'Uporabi zakasnjeno vstavljanje';
$strDelete = 'Izbriši';
$strDeleteAndFlush = 'Izbriši uporabnike in potem osveži privilegije.';
$strDeleteAndFlushDescr = 'To je najboljši način, vendar lahko osveževanje privilegijev traja nekaj časa.';
$strDeleted = 'Vrstica je izbrisana';
$strDeletedRows = 'Izbrisane vrstice:';
$strDeleting = 'Brišem %s';
$strDescending = 'Padajoče';
$strDescription = 'Opis';
$strDictionary = 'slovar';
$strDisabled = 'Onemogočeno';
$strDisplayFeat = 'Prikaži lastnosti';
$strDisplayOrder = 'Vrstni red prikaza:';
$strDisplayPDF = 'Prikaži PDF shemo';
$strDoAQuery = 'Izvedi "query by example" (nadomestni znak: "%")';
$strDoYouReally = 'Ali res želite ';
$strDocu = 'Dokumentacija';
$strDrop = 'Zavrži';
$strDropDatabaseStrongWarning = 'S tem dejanjem boste UNIČILI celotno bazo podatkov!';
$strDropUsersDb = 'Izbriši podatkovne baze, ki imajo enako ime kot uporabniki.';
$strDumpSaved = 'Dump je shranjen v datoteko %s.';
$strDumpXRows = 'Odloži %s vrstic, začni z zapisom # %s.';
$strDumpingData = 'Odloži podatke za tabelo';
$strDynamic = 'dinamično';
 
$strEdit = 'Uredi';
$strEditPDFPages = 'Uredi PDF strani';
$strEditPrivileges = 'Uredi privilegije';
$strEffective = 'Učinkovito';
$strEmpty = 'Izprazni';
$strEmptyResultSet = 'MySQL je vrnil kot rezultat prazno množico (npr. nič vrstic).';
$strEnabled = 'Omogočeno';
$strEncloseInTransaction = 'Vključi izvoz v transakcijo';
$strEnd = 'Konec';
$strEndCut = 'KONEC IZREZA';
$strEndRaw = 'END RAW';
$strEnglish = 'Angleško';
$strEnglishPrivileges = ' Opomba: Imena MySQL privilegijev so zapisana v angleščini ';
$strError = 'Napaka';
$strEstonian = 'Estonsko';
$strExcelEdition = 'Izdaja za Excel';
$strExcelOptions = 'Možnosti za Excel';
$strExecuteBookmarked = 'Izvedi izbrano poizvedbo';
$strExplain = 'Razloži SQL stavek';
$strExport = 'Izvozi';
$strExtendedInserts = 'Razširjene \'insert\' poizvedbe';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspeli poizkusi';
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s je zavrženo';
$strFields = 'Polja';
$strFieldsEmpty = ' Števec polj je prazen! ';
$strFieldsEnclosedBy = 'Polja obdana z';
$strFieldsEscapedBy = 'Polja izognjena z';
$strFieldsTerminatedBy = 'Polja zaključena z';
$strFileAlreadyExists = 'Datoteka %s že obstaja na strežniku, spremenite ime novi ali prepišite obstoječo datoteko.';
$strFileCouldNotBeRead = 'Ne morem prebrati datoteke';
$strFileNameTemplate = 'Predloga datoteke';
$strFileNameTemplateRemember = 'Shrani predlogo';
$strFixed = 'fiksno';
$strFlushPrivilegesNote = 'Obvestilo: phpMyAdmin dobi podatke o uporabnikovih privilegijih iz MySQL tabel privilegijev. Vsebina teh tabel se lahko razlikuje od privilegijev, ki jih uporablja strežnik, če so bile tabele ročno spremenjene. V tem primeru morate, preden nadaljujete, osvežiti privilegije.';
$strFlushTable = 'Počisti tabelo ("FLUSH")';
$strFormEmpty = 'V obliki manjka vrednost !';
$strFormat = 'Oblika';
$strFullText = 'Polna besedila';
$strFunction = 'Funkcija';
 
$strGenBy = 'Ustvaril';
$strGenTime = 'Čas nastanka';
$strGeneralRelationFeat = 'Splošne lastnosti relacij';
$strGeorgian = 'Gruzijsko';
$strGerman = 'Nemško';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalni privilegiji';
$strGlobalValue = 'Skupna vrednost';
$strGo = 'Izvedi';
$strGrantOption = 'Dovoli';
$strGreek = 'Grško';
$strGzip = '"gzipano"';
 
$strHasBeenAltered = 'je bil spremenjen(a).';
$strHasBeenCreated = 'je bil ustvarjen(a).';
$strHaveToShow = 'Za prikaz morate izbrati morate vsaj en stolpec';
$strHebrew = 'Hebrejsko';
$strHome = 'Domov';
$strHomepageOfficial = 'Uradna domača stran phpMyAdmin';
$strHost = 'Gostitelj';
$strHostEmpty = 'Ime gostitelja je prazno!';
$strHungarian = 'Madžarsko';
 
$strId = 'ID';
$strIdxFulltext = 'Polno besedilo';
$strIgnore = 'Prezri';
$strIgnoreInserts = 'Uporabi možnost prezri vstavke';
$strIgnoringFile = 'Prezrl sem datoteko %s';
$strImportDocSQL = 'Uvozi docSQL datoteke';
$strImportFiles = 'Uvozi datoteke';
$strInUse = 'v uporabi';
$strIndex = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s je zavržen';
$strIndexName = 'Ime indeksa&nbsp;:';
$strIndexType = 'Vrsta indeksa&nbsp;:';
$strIndexes = 'Indeksi';
$strInnodbStat = 'InnoDB stanje';
$strInsecureMySQL = 'Konfiguracijska datoteka vsebuje nastavitve (uporabnik root brez gesla), ki odgovarjajo privzetemu privlegiranemu računu MySQLa. MySQL strežnik teče s privzetimi nastavitvami, zato je izpostavljen vdorom. Čimprej odpravite ti dve varnostni luknji.';
$strInsert = 'Vstavi';
$strInsertAsNewRow = 'Vstavi kot novo vrstico';
$strInsertNewRow = 'Vstavi novo vrstico';
$strInsertedRowId = 'Vstavljen id vrstice:';
$strInsertedRows = 'Vstavljene vrstice:';
$strInternalNotNecessary = '* Notranja relacija je nepotrebna, če obstaja tudi v InnoDB.';
$strInternalRelations = 'Notranje relacije';
 
$strJapanese = 'Japonsko';
$strJumpToDB = 'Preskoči na podatkovno bazo &quot;%s&quot;.';
$strJustDelete = 'Samo izbriši uporabnike iz tabel privilegijev.';
$strJustDeleteDescr = '&quot;Izbrisani&quot; uporabniki lahko še vedno normalno dostopajo do strežnika, dokler ne osvežite privilegijev';
 
$strKeepPass = 'Ne spreminjaj gesla';
$strKeyname = 'Ime ključa';
$strKill = 'Prekini proces';
$strKorean = 'Korejsko';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Možnosti za LaTeX';
$strLandscape = 'Ležeče';
$strLatexCaption = 'Ime tabele';
$strLatexContent = 'Vsebina tabele __TABLE__';
$strLatexContinued = '(nadaljevanje)';
$strLatexContinuedCaption = 'Nadaljevanje imena tabele';
$strLatexIncludeCaption = 'Vključi ime tabele';
$strLatexLabel = 'Označi ključ';
$strLatexStructure = 'Struktura tabele __TABLE__';
$strLengthSet = 'Dolžina/Vrednosti*';
$strLimitNumRows = 'Število vrstic na stran';
$strLinesTerminatedBy = 'Vrstice zaključene z';
$strLinkNotFound = 'Povezave ni mogoče najti';
$strLinksTo = 'Povezave z';
$strLithuanian = 'Litvansko';
$strLocalhost = 'Lokalno';
$strLocationTextfile = 'Lokacija datoteke z besedilom';
$strLogPassword = 'Geslo:';
$strLogServer = 'Strežnik';
$strLogUsername = 'Uporabniško ime:';
$strLogin = 'Prijava';
$strLoginInformation = 'Podatki o prijavi';
$strLogout = 'Odjava';
 
$strMIMETypesForTable = 'VRSTE MIME ZA TABELO';
$strMIME_MIMEtype = 'MIME-vrsta';
$strMIME_available_mime = 'Razpoložljive MIME-vrste';
$strMIME_available_transform = 'Razpoložljive pretvorbe';
$strMIME_description = 'Opis';
$strMIME_nodescription = 'Za to pretvorbo ni na voljo opisa.<br />Za funkcije %s se pozanimajte pri avtorju.';
$strMIME_transformation = 'Pretvorba z brskalnikom';
$strMIME_transformation_note = 'Seznam razpoložljivih možnosti pretvorbe in pretvorbe MIME-vrst boste videli, če kliknete na %sopise transformacij%s';
$strMIME_transformation_options = 'Možnosti pretvorbe';
$strMIME_transformation_options_note = 'Vrednosti za možnosti pretvorbe vnesite v naslednji obliki: \'a\',\'b\',\'c\'...<br />Če želite med vrednosti vnesti poševnico nazaj ("\") ali enojni narekovaj ("\'"), morate pred ta znak postaviti (še eno) poševnico nazaj (npr. \'\\\\xyz\' ali \'a\\\'b\').';
$strMIME_without = 'MIME-vrste, ki so napisano ležeče, nimajo lastne pretvorbene funkcije';
$strMaximumSize = 'Največja velikost: %s%s';
$strModifications = 'Spremembe so shranjene';
$strModify = 'Spremeni';
$strModifyIndexTopic = 'Spremeni indeks';
$strMoveTable = 'Premakni tabelo v (podatkovna_baza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s je bila premaknjena v %s.';
$strMoveTableSameNames = 'Tabele ni mogoče premakniti same vase!';
$strMultilingual = 'večjezično';
$strMySQLCharset = 'MySQL kodna tabela';
$strMySQLSaid = 'MySQL je vrnil: ';
$strMySQLShowProcess = 'Pokaži procese';
$strMySQLShowStatus = 'Pokaži tekoče informacije o MySQL';
$strMySQLShowVars = 'Pokaži sistemske spremenljivke MySQL';
 
$strName = 'Ime';
$strNext = 'Naslednji';
$strNo = 'Ne';
$strNoDatabases = 'Brez podatkovnih baz';
$strNoDatabasesSelected = 'Ni izbranih podatkovnih baz.';
$strNoDescription = 'brez opisa';
$strNoDropDatabases = '"DROP DATABASE" poizvedbe so izključene.';
$strNoExplain = 'Preskoči razlago SQL stavka';
$strNoFrames = 'phpMyAdmin je prijaznejši z brskalnikom, ki podpira okvirje.';
$strNoIndex = 'Ni definiranega indeksa!';
$strNoIndexPartsDefined = 'Ni definiranega dela indeksa!';
$strNoModification = 'Brez sprememb';
$strNoOptions = 'Za to obliko ni možnosti';
$strNoPassword = 'Brez gesla';
$strNoPermission = 'Spletni strežnik nima dovoljenja za shranjevanje datoteke %s';
$strNoPhp = 'Brez kode PHP';
$strNoPrivileges = 'Brez privilegijev';
$strNoRights = 'Nimate dovolj pravic, da bi bili sedaj tukaj!';
$strNoSpace = 'Ni dovolj prostora za shranjevanje datoteke %s.';
$strNoTablesFound = 'V podatkovni bazi ni mogoče najti tabel.';
$strNoUsersFound = 'Ni mogoče najti uporabnika(ov).';
$strNoValidateSQL = 'Preskoči preverjanje pravilnosti SQL stavka';
$strNone = 'Brez';
$strNotNumber = 'To ni število!';
$strNotOK = 'Ni v redu';
$strNotSet = 'Tabele <b>%s</b> ni mogoče najti ali pa ni v %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s zadetek(ov) v tabeli <i>%s</i>';
$strNumSearchResultsTotal = '<b>Skupaj:</b> <i>%s</i> zadetek(ov)';
$strNumTables = 'Ttabel';
 
$strOK = 'V redu';
$strOperations = 'Operacije';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiraj tabelo';
$strOr = 'Ali';
$strOverhead = 'Presežek';
$strOverwriteExisting = 'Prepiši obstoječo(e) datoteko(e)';
 
$strPHP40203 = 'Uporabljate PHP 4.2.3, ki ima resne težave z večbitnimi stavki (mbstring). Glej PHP poročilo o hrošču 19404. Ta verzija PHP ni priporočljiva za uporabo s phpMyAdmin.';
$strPHPVersion = 'Različica PHP';
$strPageNumber = 'Številka strani:';
$strPaperSize = 'Velikost papirja';
$strPartialText = 'Delna besedila';
$strPassword = 'Geslo';
$strPasswordChanged = 'Geslo za %s je uspešno spremenjeno.';
$strPasswordEmpty = 'Geslo je prazno!';
$strPasswordNotSame = 'Gesli se ne ujemata!';
$strPdfDbSchema = 'Shema podatkovne baze "%s" - Stran %s';
$strPdfInvalidTblName = 'Tabela "%s" ne obstaja!';
$strPdfNoTables = 'Ni tabel';
$strPerHour = 'na uro';
$strPerMinute = 'na minuto';
$strPerSecond = 'na sekundo';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Ustvari PHP kodo';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = 'Ukaz <tt>$cfg[\'PmaAbsoluteUri\']</tt> mora biti definiran v konfiguracijski datoteki!';
$strPortrait = 'Pokončno';
$strPos1 = 'Začetek';
$strPrevious = 'Prejšnji';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni ključ je zavržen';
$strPrimaryKeyName = 'Ime primarnega ključa mora biti... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnega ključa!)';
$strPrint = 'Natisni';
$strPrintView = 'Pogled postavitve tiskanja';
$strPrintViewFull = 'Pogled za tiskanje (s polnimi besedili)';
$strPrivDescAllPrivileges = 'Vsebuje vse privilegije razen GRANT.';
$strPrivDescAlter = 'Omogoča spreminjanje strukture obstoječih tabel.';
$strPrivDescCreateDb = 'Omogoča ustvarjanje novih podatkovnih baz in tabel.';
$strPrivDescCreateTbl = 'Omogoča ustvarjanje novih tabel.';
$strPrivDescCreateTmpTable = 'Omogoča ustvarjanje začasnih tabel.';
$strPrivDescDelete = 'Omogoča brisanje podatkov.';
$strPrivDescDropDb = 'Omogoča brisanje podatkovnih baz in tabel.';
$strPrivDescDropTbl = 'Omogoča brisanje tabel.';
$strPrivDescExecute = 'Omogoča poganjanje shranjenih postopkov; V tej verziji MySQL nima pomena.';
$strPrivDescFile = 'Omogoča uvažanje in izvažanje podatkov v datoteke.';
$strPrivDescGrant = 'Omogoča dodajanje uporabnikov in privilegijev brez osveževanja privilegijev.';
$strPrivDescIndex = 'Omogoča ustvarjanje in brisanje indeksov.';
$strPrivDescInsert = 'Omogoča vstavljanje in zamenjavo podatkov.';
$strPrivDescLockTables = 'Omogoča zaklepanje tabel za trenutno temo.';
$strPrivDescMaxConnections = 'Omeji število povezav, ki jih uporabnik lahko odpre v eni uri.';
$strPrivDescMaxQuestions = 'Omeji število poizved, ki jih uporabnik lahko pošlje strežniku v eni uri.';
$strPrivDescMaxUpdates = 'Omeji število ukazov za spremembo tabel ali podatkovne baze, ki jih uporabnik lahko izvrši v eni uri.';
$strPrivDescProcess3 = 'Omogoča ukinjanje procesov drugih uporabnikov.';
$strPrivDescProcess4 = 'Omogoča pregled popolnih poizvedb v spisku procesov.';
$strPrivDescReferences = 'V tej verziji MySQL nima pomena.';
$strPrivDescReload = 'Omogoča osveževanje strežnikovih nastavitev in praznjenje strežnikovih predpomnilnikov.';
$strPrivDescReplClient = 'Da uporabniku pravico poizvedovati kje so njegovi nadrejeni / podrjeni strežniki.';
$strPrivDescReplSlave = 'Potrebno za podrejene strežnike pri replikaciji.';
$strPrivDescSelect = 'Omogoča branje podatkov.';
$strPrivDescShowDb = 'Omogoča dostop do popolnega spiska podatkovnih baz';
$strPrivDescShutdown = 'Omogoča ugašanje strežnika.';
$strPrivDescSuper = 'Omogoča priklaplanje tudi če je že doseženo največje dovoljeno število priklopov; Potrebno za večino administrativnih nalog kot sta postavljanje globalnih spremenljivk in ukinjanje procesov drugih uporabnikov.';
$strPrivDescUpdate = 'Omogoča spreminjanje podatkov.';
$strPrivDescUsage = 'Brez privilegijev.';
$strPrivileges = 'Privilegiji';
$strPrivilegesReloaded = 'Uspešno sem osvežil privilegije.';
$strProcesslist = 'Seznam procesov';
$strPutColNames = 'Postavi imena polj v prvo vrstico';
 
$strQBE = 'Poizvedba';
$strQBEDel = 'Briši';
$strQBEIns = 'Vstavi';
$strQueryFrame = 'Okno za iskanje';
$strQueryOnDb = 'SQL-poizvedba na podatkovni bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL-zgodovina';
$strQueryStatistics = '<b>Statistika poizvedbe</b>: Od zagona je bilo strežniku poslanih %s poizvedb.';
$strQueryTime = 'Poizvedba je potrebovala %01.4f s';
$strQueryType = 'Vrsta poizvedbe';
$strQueryWindowLock = 'Ne prepiši te poizvedbe od zunaj';
 
$strReType = 'Ponovno vnesi';
$strReceived = 'Prejeto';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Preveri referenčno integriteto:';
$strRelationNotWorking = 'Dodatne funkcije za delo s povezanimi tabelami so bile izkjučene. Če želite izvedeti zakaj, kliknite %stukaj%s.';
$strRelationView = 'Pogled relacij';
$strRelationalSchema = 'Relacijska shema';
$strRelations = 'Relacije';
$strRelationsForTable = 'RELACIJE ZA TABELO';
$strReloadMySQL = 'Ponovno naloži MySQL';
$strReloadingThePrivileges = 'Osvežujem privilegije';
$strRemoveSelectedUsers = 'Izbriši izbrane uporabnike';
$strRenameDatabaseOK = 'Baza podatkov %s je preimenovana v %s';
$strRenameTable = 'Preimenuj tabelo v';
$strRenameTableOK = 'Tabela %s je preimenovana v %s';
$strRepairTable = 'Popravi tabelo';
$strReplaceNULLBy = 'Zamenjaj NULL z';
$strReplaceTable = 'Podatke v tabeli zamenjaj z datoteko';
$strReset = 'Ponastavi';
$strResourceLimits = 'Omejitve virov';
$strRevoke = 'Odvzemi';
$strRevokeAndDelete = 'Odvzemi uporabnikom aktivne privilegije in jih potem izbriši.';
$strRevokeAndDeleteDescr = 'Uporabniki bodo še vedno imeli USAGE privilegije, dokler ne osvežite privilegijev.';
$strRevokeMessage = 'Odvzeli ste privilegije za %s';
$strRowLength = 'Dolžina vrstice';
$strRowSize = ' Velikost vrstice ';
$strRows = 'Vrstice';
$strRowsFrom = 'vrstice naprej od zapisa #';
$strRowsModeFlippedHorizontal = 'vodoravno (zasukani naslovi)';
$strRowsModeHorizontal = 'vodoravnem';
$strRowsModeOptions = 'v %s načinu in ponovi glavo po %s celicah';
$strRowsModeVertical = 'navpičnem';
$strRowsStatistic = 'Statistika vrstic';
$strRunQuery = 'Izvedi poizvedbo';
$strRunSQLQuery = 'Izvedi SQL poizvedbo/poizvedbe na podatkovni bazi %s';
$strRunning = 'teče na %s';
$strRussian = 'Rusko';
 
$strSQL = 'SQL';
$strSQLExportType = 'Vrsta izvoza';
$strSQLOptions = 'SQL možnosti';
$strSQLParserBugMessage = 'Obstaja možnost, da ste v SQL razčlenjevalniku naleteli na hrošča. Temeljito preglejte poizvedbo in preverite, če so citati pravilni in če se ujemajo. Možno je tudi, da prenašate binarno datoteko, ki je izven področja besedila citata. Poizvedbo lahko preizkusite tudi na vmesniku ukazne vrstice MySQL. Če je strežnik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju težav. Če se bodo težave nadaljevale, ali če razčlenjevalniku ne uspe tam, kjer vmesniku ukazne vrstice uspe, potem zmanjšajte vnešeno SQL poizvedbo na tisto poizvedbo, ki povzroča težave in pošljite poročilo o napaki skupaj s podatki iz spodnjega odseka IZREZA.';
$strSQLParserUserError = 'Izgleda, da je v SQL poizvedbi prišlo do napake. Če je strežnik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju težav.';
$strSQLQuery = 'SQL-poizvedba';
$strSQLResult = 'Rezultat SQL';
$strSQPBugInvalidIdentifer = 'Neveljavni identifikator';
$strSQPBugUnclosedQuote = 'Odprt citat';
$strSQPBugUnknownPunctuation = 'Neznan niz ločil';
$strSave = 'Shrani';
$strSaveOnServer = 'Shrani na strežnik, v imenik %s';
$strScaleFactorSmall = 'Faktor povečava je premajhen, da bi spravili shemo na eno stran';
$strSearch = 'Iskanje';
$strSearchFormTitle = 'Išči v podatkovni bazi';
$strSearchInTables = 'V tabelah:';
$strSearchNeedle = 'Iskane besede ali vrednosti (nadomestni znak: "%"):';
$strSearchOption1 = 'katerokoli besedo';
$strSearchOption2 = 'vse besede';
$strSearchOption3 = 'točno določeno frazo';
$strSearchOption4 = 'kot \'regular expression\'';
$strSearchResultsFor = 'Rezultati iskanja "<i>%s</i>" %s:';
$strSearchType = 'Najdi:';
$strSecretRequired = 'Konfiguracijski datoteki morate sedaj določiti skrivno geslo (blowfish_secret).';
$strSelectADb = 'Prosimo, izberite podatkovno bazo';
$strSelectAll = 'Izberi vse';
$strSelectFields = 'Izberite polja (vsaj eno):';
$strSelectNumRows = 'in poizvedba';
$strSelectTables = 'Izberi tabele';
$strSend = 'Shrani kot datoteko';
$strSent = 'Poslano';
$strServer = 'Strežnik';
$strServerChoice = 'Izbira strežnika';
$strServerStatus = 'Podatki o izvajanju';
$strServerStatusUptime = 'MySQL strežnik deluje že %s. Zagnal se je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Spremenljivke';
$strServerTrafficNotes = '<b>Promet na strežniku</b>: V teh tabelah je prikazana statistika obremenitve omrežja za ta MySQL strežnik, odkar je bil zagnan.';
$strServerVars = 'Spremenljivke in nastavitve strežnika';
$strServerVersion = 'Različica strežnika';
$strSessionValue = 'Vrednost seje';
$strSetEnumVal = 'Če je polje vrste "enum" ali "set", navedite vrednosti v obliki: \'a\',\'b\',\'c\'...<br /> Če želite med vrednostmi uporabiti poševnico ("\") ali enojni narekovaj ("\'"), pred tem znakom vnesite poševnico (n.pr. \'\\\\xyz\' ali \'a\\\'b\').';
$strShow = 'Pokaži';
$strShowAll = 'Pokaži vse';
$strShowColor = 'Pokaži barvo';
$strShowDatadictAs = 'Oblika podatkovnega slovarja';
$strShowFullQueries = 'Pokaži celotne poizvedbe';
$strShowGrid = 'Pokaži mrežo';
$strShowPHPInfo = 'Pokaži podatke o PHP';
$strShowTableDimension = 'Pokaži dimenzije tabel';
$strShowTables = 'Pokaži tabele';
$strShowThisQuery = ' Ponovno pokaži poizvedbo v tem oknu ';
$strShowingRecords = 'Prikazujem vrstice';
$strSimplifiedChinese = 'Poenostavljeno kitajsko';
$strSingly = '(posamezno)';
$strSize = 'Velikost';
$strSort = 'Sortiraj';
$strSortByKey = 'Uredi po ključu';
$strSpaceUsage = 'Poraba prostora';
$strSplitWordsWithSpace = 'Besede so ločene s presledkom (" ").';
$strStatCheckTime = 'Zadnjič pregledano';
$strStatCreateTime = 'Ustvarjeno';
$strStatUpdateTime = 'Zadnjič posodobljeno';
$strStatement = 'Izjave';
$strStatus = 'Stanje';
$strStrucCSV = 'CSV podatki';
$strStrucData = 'Struktura in podatki';
$strStrucDrop = 'Dodaj DROP TABLE poizvedbo';
$strStrucExcelCSV = 'CSV podatki za MS Excel';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predlagaj strukturo tabele';
$strStructure = 'Struktura';
$strSubmit = 'Pošlji';
$strSuccess = 'SQL-poizvedba je bila uspešno izvedena';
$strSum = 'Vsota';
$strSwedish = 'Švedsko';
$strSwitchToTable = 'Preklopi na kopirano tabelo';
 
$strTable = 'Tabela';
$strTableComments = 'Komentar tabele';
$strTableEmpty = 'Ime tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je zavržena';
$strTableHasBeenEmptied = 'Tabela %s je izpraznjena';
$strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Vzdrževanje tabele';
$strTableOfContents = 'Vsebina';
$strTableOptions = 'Možnosti tabele';
$strTableStructure = 'Struktura tabele';
$strTableType = 'Vrsta tabele';
$strTables = '%s tabel';
$strTblPrivileges = 'Privilegiji tipični za tabelo';
$strTextAreaLength = ' Zaradi njegove dolžine<br /> polja ne bo mogoče urejati ';
$strThai = 'Tajsko';
$strThisHost = 'Ta strežnik';
$strThisNotDirectory = 'To ni bila mapa';
$strThreadSuccessfullyKilled = 'Tema %s je bila prekinjena.';
$strTime = 'Čas';
$strToggleScratchboard = 'preklopi odložišče (scratchboard)';
$strTotal = 'skupaj';
$strTotalUC = 'Skupaj';
$strTraditionalChinese = 'Tradicionalno kitajsko';
$strTraffic = 'Promet';
$strTransformation_application_octetstream__download = 'Prikaži povezavo za prenos binarnih podatkov polja. Prva možnost je ime binarne datoteke. Druga možnost je možno ime polja v vrstici tabele, ki vsebuje to ime datoteke. Če vnesete drugo možnost, mora biti prva možnost prazna';
$strTransformation_image_jpeg__inline = 'Prikaže sličico, na katero lahko kliknete; možnosti: širina, višina v slikovnih pikah (obdrži prvotna razmerja)';
$strTransformation_image_jpeg__link = 'Pokaže povezavo na grafiko (neposredni BLOB prenos, ipd.).';
$strTransformation_image_png__inline = 'Pokaži sliko/jpeg: vključeno';
$strTransformation_text_plain__dateformat = 'Oblikuje polje TIME, TIMESTAMP ali DATETIME glede na lokalne oblike za prikaz časa. Prva možnost je odmik (v urah), ki bo dodan polju timestamp (Privzeto: 0). Druga možnost je drugačna oblika prikaza datuma, glede na parametre za PHP strftime().';
$strTransformation_text_plain__external = 'SAMO ZA LINUX: Zažene zunanjo aplikacijo in podaja podatke za fielddata preko standardnega vhoda. Vrne standardni izhod aplikacije. Privzeto je Tidy, za tiskanje HTML-kode. Zaradi varnostnih razlogov morate ročno urediti datoteko libraries/transformations/text_plain__external.inc.php in vstaviti orodja za zaganjanje. Prva možnost je številka programa, ki ga želite uporabiti, druga možnost pa so parametri za program. Če tretji parameter nastavite na 1, bo s pomočjo htmlspecialchars() pretvoril izhod (Privzeto: 1). Če nastavite četrti parameter na 1, bo v celico z vsebino (content cell) vnesel NOWRAP in tako prikazal celoten izhod brez preoblikovanja (Privzeto: 1)';
$strTransformation_text_plain__formatted = 'Ohrani izvirno oblikovanje polja, brez izgubljanja vsebine.';
$strTransformation_text_plain__imagelink = 'Prikaže sliko in povezavo, polje vsebuje ime datoteke; najprej je predpona, npr. "http://domena.com/", druga možnost je širina v slikovnih pikah, tretja pa višina.';
$strTransformation_text_plain__link = 'Prikaže povezavo, polje vsebuje ime datoteke; prva možnost je predpona, npr. "http://domena.com/", druga pa ime povezave.';
$strTransformation_text_plain__substr = 'Vrne le del niza. Prva možnost je odmik, ki določa, kje se bo začelo prikazano besedilo (Privzeto: 0). Druga možnost je odmik, ki pove, koliko besedila bo prikazanega. Če ni določen, bo izpisano vse preostalo besedilo. Tretja možnost pa določa, kateri znaki bodo pripeti vrnjenemu podnizu (Privzeto: ...) .';
$strTruncateQueries = 'Skrči prikazane poizvedbe';
$strTurkish = 'Turško';
$strType = 'Vrsta';
 
$strUkrainian = 'Ukrajinsko';
$strUncheckAll = 'Odznači vse';
$strUnicode = 'Unicode';
$strUnique = 'Unikaten';
$strUnknown = 'neznano';
$strUnselectAll = 'Prekliči izbor vsega';
$strUpdComTab = 'Navodila za posodobitev tabele Column_comments\' najdete v dokumentaciji';
$strUpdatePrivMessage = 'Posodobili ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je posodobljen.';
$strUpdateQuery = 'Osveži poizvedbo';
$strUpgrade = '%s bi morali nadgraditi v verzijo %s ali novejšo.';
$strUsage = 'Uporaba';
$strUseBackquotes = 'Obdaj imena tabel in polj z enojnimi poševnimi narekovaji';
$strUseHostTable = 'Uporabi tabelo gostiteljev';
$strUseTables = 'Uporabi tabele';
$strUseTextField = 'Uporabi tekstovno polje';
$strUseThisValue = 'Uporabi to vrednost';
$strUser = 'Uporabnik';
$strUserAlreadyExists = 'Uporabnik %s že obstaja!';
$strUserEmpty = 'Uporabniško ime je prazno!';
$strUserName = 'Uporabniško ime';
$strUserNotFound = 'Izbranega uporabnika v tabelah privilegijev nisem našel.';
$strUserOverview = 'Pregled uporabnikov';
$strUsersDeleted = 'Uspešno sem izbrisal izbrane uporabnike.';
$strUsersHavingAccessToDb = 'Uporabniški dostop do &quot;%s&quot;';
 
$strValidateSQL = 'Preveri pravilnost SQL stavka';
$strValidatorError = 'Ne morem inicializirati SQL validatorja. Prosim preverite, če so nameščeni vsi php razširitve, kot je navedeno v %dokumenaciji%.';
$strValue = 'Vrednost';
$strVar = 'Spremenljivka';
$strViewDump = 'Preglej povzetek stanja tabele';
$strViewDumpDB = 'Preglej povzetek stanja podatkovne baze';
$strViewDumpDatabases = 'Pokaži povzetek stanja podatkovnih baz';
 
$strWebServerUploadDirectory = 'imenik za nalaganje datotek';
$strWebServerUploadDirectoryError = 'Imenik, ki ste ga določili za nalaganje, je nedosegljiv';
$strWelcome = 'Dobrodošli v %s';
$strWestEuropean = 'Zahodno evropsko';
$strWildcard = 'nadomestni znak';
$strWindowNotFound = 'Ciljnega okna ni bilo mogoče osvežiti. Morda ste zaprli nadrejeno okno ali pa vaš brskalnik blokira osveževanje varnostnih parametrov med okni.';
$strWithChecked = 'Z označenim:';
$strWritingCommentNotPossible = 'Zapisovanje komentarjev ni mogoče';
$strWritingRelationNotPossible = 'Zapisovanje relacij ni mogoče';
$strWrongUser = 'Napačno uporabniško ime/geslo. Dostop zavrnjen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Obvestilo: Če postavite vrednost na 0 (nič), boste odstranili omejitev.';
$strZip = '"zipano"';
 
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/slovenian-windows-1250.inc.php
0,0 → 1,978
<?php
/* $Id: slovenian-windows-1250.inc.php,v 2.117.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/* By: urska.colner, agenda d.o.o. <urska.colner@agenda.si>, uros kositer, agenda d.o.o. <urosh@agenda.si> */
 
$charset = 'windows-1250';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', 'Èet', 'Pet', 'Sob');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Avg', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y ob %I:%M %p';
$timespanfmt = '%s dni, %s ur, %s minut in %s sekund';
 
$strAPrimaryKey = 'Na %s je dodan primarni kljuè';
$strAbortedClients = 'Prekinjeno';
$strAbsolutePathToDocSqlDir = 'Vnesite absolutno pot do docSQL mape na strežniku';
$strAccessDenied = 'Dostop zavrnjen';
$strAccessDeniedExplanation = 'phpMyAdmin se je poskušal povezati na MySQL strežnik, ki je zavrnil povezavo. Preverite, ali gostitelj, uporabniško ime in geslo v datoteki config.inc.php ustrezajo podatkom administratorja MySQL strežnika.';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrednost';
$strAddConstraints = 'Dodaj omejitve';
$strAddDeleteColumn = 'Dodaj/Odstrani stolpec \'Polje\'';
$strAddDeleteRow = 'Dodaj/Odstrani vrstico \'Kriterij\'';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddHeaderComment = 'Dodaj prilagojen komentar v glavo (\\n prelomi vrstice)';
$strAddIfNotExists = 'Dodaj ÈE NE OBSTAJA';
$strAddIntoComments = 'Dodaj med komentarje';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na naslednji podatkovni bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na naslednji tabeli';
$strAddSearchConditions = 'Dodaj iskalne pogoje (telo "where" stavka):';
$strAddToIndex = 'Dodaj indeksu &nbsp;%s&nbsp;stolpec(ce)';
$strAddUser = 'Dodaj novega uporabnika';
$strAddUserMessage = 'Dodali ste novega uporabnika.';
$strAddedColumnComment = 'Dodan komentar za stolpec';
$strAddedColumnRelation = 'Dodana relacija za stolpec';
$strAdministration = 'Administracija';
$strAffectedRows = 'Spremenjene vrstice:';
$strAfter = 'Po %s';
$strAfterInsertBack = 'Nazaj na prejšnjo stran';
$strAfterInsertNewInsert = 'Vstavi še eno novo vrstico';
$strAfterInsertSame = 'Pojdi nazaj na stran';
$strAll = 'Vse/Vsi';
$strAllTableSameWidth = 'prikažem vse tabele enake širine?';
$strAlterOrderBy = 'Spremeni vrstni red prikaza tabele za';
$strAnIndex = 'Na %s je dodan indeks';
$strAnalyzeTable = 'Analiziraj tabelo';
$strAnd = 'In';
$strAny = 'Katerikoli';
$strAnyHost = 'Katerikoli gostitelj';
$strAnyUser = 'Katerikoli uporabnik';
$strArabic = 'Arabsko';
$strArmenian = 'Armensko';
$strAscending = 'Narašèajoèe';
$strAtBeginningOfTable = 'Na zaèetku tabele';
$strAtEndOfTable = 'Na koncu tabele';
$strAttr = 'Atributi';
$strAutodetect = 'Samodejno zaznaj';
$strAutomaticLayout = 'Samodejna postavitev';
 
$strBack = 'Nazaj';
$strBaltic = 'Baltsko';
$strBeginCut = 'ZAÈETEK IZREZA';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binarno';
$strBinaryDoNotEdit = 'Binarno - ne urejaj';
$strBookmarkAllUsers = 'Dovoli dostop do zaznamka vsem uporabnikom';
$strBookmarkDeleted = 'Zaznamek je odstranjen.';
$strBookmarkLabel = 'Nalepka';
$strBookmarkQuery = 'Oznaèena SQL-poizvedba';
$strBookmarkThis = 'Oznaèi to SQL-poizvedbo';
$strBookmarkView = 'Samo pogled';
$strBrowse = 'Prebrskaj';
$strBrowseForeignValues = 'Prebrskaj tuje vrednosti';
$strBulgarian = 'Bolgarsko';
$strBzError = 'phpMyAdmin ni uspel stisniti odloženih podatkov zaradi neuporabne konènice Bz2 v tej razlièici php. Zelo dobro bi bilo, da v konfiguracijski datoteki za phpMyAdmin spremenite ukaz <code>$cfg[\'BZipDump\']</code> v <code>FALSE</code>. Èe želite izvajati stiskanje s pomoèjo Bz2, boste morali posodobiti php v novejšo razlièico. Za podrobnosti si oglejte php poroèilo o napaki %s.';
$strBzip = '"bzipano"';
 
$strCSVOptions = 'CSV možnosti';
$strCalendar = 'Koledar';
$strCannotLogin = 'Ne morem se prijaviti v MySQL strežnik';
$strCantLoad = 'ne morem naložiti podaljška %s,<br />prosim preverite PHP konfiguracijo';
$strCantLoadRecodeIconv = 'Ni mogoèe naložiti iconv ali recode ekstenzij, ki so potrebne za pretvorbe kodnih tabel, konfigurirajte php tako, da bo omogoèal uporabo teh ekstenzij ali onemogoèite pretvarjanje kodnih tabel v phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Indeksa ni mogoèe preimenovati v PRIMARY!';
$strCantUseRecodeIconv = 'Ni mogoèe uporabljati iconv, libiconv ali recode_string funkcij, èeprav so ekstenzije normalno naložene. Preverite konfiguracijo php.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'ne razlikuj velikih in malih èrk';
$strCaseSensitive = 'razlikuj velike in male èrke';
$strCentralEuropean = 'Centralno evropsko';
$strChange = 'Spremeni';
$strChangeCopyMode = 'Ustvari novega uporabnika z enakimi pravicami in ...';
$strChangeCopyModeCopy = '... obdrži starega.';
$strChangeCopyModeDeleteAndReload = ' ... izbriši starega uporabnika s seznama uporabnikov ter ponovno naloži njegove pravice.';
$strChangeCopyModeJustDelete = ' ... izbriši starega s seznama uporabnikov.';
$strChangeCopyModeRevoke = ' ... preklièi vse aktivne pravice starega uporabnika ter jih izbriši.';
$strChangeCopyUser = 'Spremeni prijavne informacije / Kopiraj uporabnika';
$strChangeDisplay = 'Izberite polje za prikaz';
$strChangePassword = 'Spremeni geslo';
$strCharset = 'Nabor znakov';
$strCharsetOfFile = 'Nabor znakov datoteke:';
$strCharsets = 'Nabori znakov';
$strCharsetsAndCollations = 'Nabori znakov in pravila za razvršèanje znakov';
$strCheckAll = 'Oznaèi vse';
$strCheckOverhead = 'Preveri prekoraèene';
$strCheckPrivs = 'Preveri privilegije';
$strCheckPrivsLong = 'Preveri privilegije za podatkovno bazo &quot;%s&quot;.';
$strCheckTable = 'Preveri tabelo';
$strChoosePage = 'Izberite stran za urejanje';
$strColComFeat = 'Prikazovanje komentarjev stolpcev';
$strCollation = 'Pravilo za razvršèanje znakov';
$strColumnNames = 'Imena stolpcev';
$strColumnPrivileges = 'Privilegiji tipièni za stolpec';
$strCommand = 'Ukaz';
$strComments = 'Komentarji';
$strCommentsForTable = 'KOMENTARJI ZA TABELO';
$strCompleteInserts = 'Popolne \'insert\' poizvedbe';
$strCompression = 'Stiskanje';
$strConfigFileError = 'phpMyAdmin ni mogel prebrati konfiguracijske datoteke!<br />To se lahko zgodi, èe php pri prevajanju konfiguracijske datoteke najde napako ali pa ne najde datoteke.<br />Prosimo, odprite konfiguracijsko datoteko s povezavo, ki je navedena spodaj in preberite dobljeno sporoèilo o napaki. V veèini primerov gre za manjkajoèi narekovaj ali podpièje.<br />Èe dobite prazno stran, je vse v redu.';
$strConfigureTableCoord = 'Prosimo, konfigurirajte koordinate za tabelo %s';
$strConnectionError = 'Povezava ni mogoèa: neveljavne nastavitve.';
$strConnections = 'Povezave';
$strConstraintsForDumped = 'Omejitve tabel za povzetek stanja';
$strConstraintsForTable = 'Omejitve za tabelo';
$strCookiesRequired = 'Èe želite še dalje uporabljati program, morate omogoèiti piškotke.';
$strCopyTable = 'Kopiraj tabelo v (podatkovna_baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je skopirana v %s.';
$strCopyTableSameNames = 'Tabele ni mogoèe kopirati same vase!';
$strCouldNotKill = 'phpMyAdmin ni uspel prekiniti teme %s. Verjetno je že prekinjena.';
$strCreate = 'Ustvari';
$strCreateIndex = 'Ustvari indeks na&nbsp;%s&nbsp;stolpcih';
$strCreateIndexTopic = 'Ustvari nov indeks';
$strCreateNewDatabase = 'Ustvari novo podatkovno bazo';
$strCreateNewTable = 'Ustvari novo tabelo v podatkovni bazi %s';
$strCreatePage = 'Ustvari novo stran';
$strCreatePdfFeat = 'Ustvarjanje PDF datotek';
$strCreationDates = 'Datumi za ustvarjeno/posodobljeno/preverjeno';
$strCriteria = 'Kriteriji';
$strCroatian = 'Hrvaško';
$strCyrillic = 'Cirilica';
$strCzech = 'Èeško';
$strCzechSlovak = 'Èeškoslovaško';
 
$strDBComment = 'Komentar zbirke podatkov: ';
$strDBGContext = 'Kontekst';
$strDBGContextID = 'Kontekst ID';
$strDBGHits = 'Zadetki';
$strDBGLine = 'Vrstica';
$strDBGMaxTimeMs = 'Najveèji èas, ms';
$strDBGMinTimeMs = 'Najmanjši èas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Èas/Zadetek, ms';
$strDBGTotalTimeMs = 'Skupni èas, ms';
$strDBRename = 'Preimenuj podatkovno bazo v';
$strDanish = 'Dansko';
$strData = 'Podatki';
$strDataDict = 'Podatkovni slovar';
$strDataOnly = 'Samo podatki';
$strDatabase = 'Podatkovna baza';
$strDatabaseEmpty = 'Ime podatkovne baze je prazno!';
$strDatabaseExportOptions = 'Možnosti za izvoz baze podatkov';
$strDatabaseHasBeenDropped = 'Podatkovna baza %s je zavržena.';
$strDatabaseNoTable = 'Ta baza podatkov ne vsebuje tabele!!';
$strDatabases = 'podatkovne baze';
$strDatabasesDropped = '%s podatkovne baze so uspešno zavržene.';
$strDatabasesStats = 'Statistika podatkovnih baz';
$strDatabasesStatsDisable = 'Onemogoèi statistiko';
$strDatabasesStatsEnable = 'Omogoèi statistiko';
$strDatabasesStatsHeavyTraffic = 'Obvestilo: Omogoèitev statistike podatkovne baze lahko povzroèi moèno poveèan promet med spletnim in podatkovnim strežnikom.';
$strDbPrivileges = 'Privilegiji tipièni za podatkovno bazo';
$strDbSpecific = 'glede na zbirko podatkov';
$strDefault = 'Privzeto';
$strDefaultValueHelp = 'Za privzete vrednosti vnesite samo vrednosti, brez poševnice nazaj ali narekovaja, npr.: a';
$strDelOld = 'Trenutna stran vsebuje sklice na tabele, ki ne obstajajo veè. Ali želite izbrisati te sklice?';
$strDelayedInserts = 'Uporabi zakasnjeno vstavljanje';
$strDelete = 'Izbriši';
$strDeleteAndFlush = 'Izbriši uporabnike in potem osveži privilegije.';
$strDeleteAndFlushDescr = 'To je najboljši naèin, vendar lahko osveževanje privilegijev traja nekaj èasa.';
$strDeleted = 'Vrstica je izbrisana';
$strDeletedRows = 'Izbrisane vrstice:';
$strDeleting = 'Brišem %s';
$strDescending = 'Padajoèe';
$strDescription = 'Opis';
$strDictionary = 'slovar';
$strDisabled = 'Onemogoèeno';
$strDisplayFeat = 'Prikaži lastnosti';
$strDisplayOrder = 'Vrstni red prikaza:';
$strDisplayPDF = 'Prikaži PDF shemo';
$strDoAQuery = 'Izvedi "query by example" (nadomestni znak: "%")';
$strDoYouReally = 'Ali res želite ';
$strDocu = 'Dokumentacija';
$strDrop = 'Zavrži';
$strDropDatabaseStrongWarning = 'S tem dejanjem boste UNIÈILI celotno bazo podatkov!';
$strDropUsersDb = 'Izbriši podatkovne baze, ki imajo enako ime kot uporabniki.';
$strDumpSaved = 'Dump je shranjen v datoteko %s.';
$strDumpXRows = 'Odloži %s vrstic, zaèni z zapisom # %s.';
$strDumpingData = 'Odloži podatke za tabelo';
$strDynamic = 'dinamièno';
 
$strEdit = 'Uredi';
$strEditPDFPages = 'Uredi PDF strani';
$strEditPrivileges = 'Uredi privilegije';
$strEffective = 'Uèinkovito';
$strEmpty = 'Izprazni';
$strEmptyResultSet = 'MySQL je vrnil kot rezultat prazno množico (npr. niè vrstic).';
$strEnabled = 'Omogoèeno';
$strEncloseInTransaction = 'Vkljuèi izvoz v transakcijo';
$strEnd = 'Konec';
$strEndCut = 'KONEC IZREZA';
$strEndRaw = 'END RAW';
$strEnglish = 'Angleško';
$strEnglishPrivileges = ' Opomba: Imena MySQL privilegijev so zapisana v anglešèini ';
$strError = 'Napaka';
$strEstonian = 'Estonsko';
$strExcelEdition = 'Izdaja za Excel';
$strExcelOptions = 'Možnosti za Excel';
$strExecuteBookmarked = 'Izvedi izbrano poizvedbo';
$strExplain = 'Razloži SQL stavek';
$strExport = 'Izvozi';
$strExtendedInserts = 'Razširjene \'insert\' poizvedbe';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspeli poizkusi';
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s je zavrženo';
$strFields = 'Polja';
$strFieldsEmpty = ' Števec polj je prazen! ';
$strFieldsEnclosedBy = 'Polja obdana z';
$strFieldsEscapedBy = 'Polja izognjena z';
$strFieldsTerminatedBy = 'Polja zakljuèena z';
$strFileAlreadyExists = 'Datoteka %s že obstaja na strežniku, spremenite ime novi ali prepišite obstojeèo datoteko.';
$strFileCouldNotBeRead = 'Ne morem prebrati datoteke';
$strFileNameTemplate = 'Predloga datoteke';
$strFileNameTemplateRemember = 'Shrani predlogo';
$strFixed = 'fiksno';
$strFlushPrivilegesNote = 'Obvestilo: phpMyAdmin dobi podatke o uporabnikovih privilegijih iz MySQL tabel privilegijev. Vsebina teh tabel se lahko razlikuje od privilegijev, ki jih uporablja strežnik, èe so bile tabele roèno spremenjene. V tem primeru morate, preden nadaljujete, osvežiti privilegije.';
$strFlushTable = 'Poèisti tabelo ("FLUSH")';
$strFormEmpty = 'V obliki manjka vrednost !';
$strFormat = 'Oblika';
$strFullText = 'Polna besedila';
$strFunction = 'Funkcija';
 
$strGenBy = 'Ustvaril';
$strGenTime = 'Èas nastanka';
$strGeneralRelationFeat = 'Splošne lastnosti relacij';
$strGeorgian = 'Gruzijsko';
$strGerman = 'Nemško';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalni privilegiji';
$strGlobalValue = 'Skupna vrednost';
$strGo = 'Izvedi';
$strGrantOption = 'Dovoli';
$strGreek = 'Grško';
$strGzip = '"gzipano"';
 
$strHasBeenAltered = 'je bil spremenjen(a).';
$strHasBeenCreated = 'je bil ustvarjen(a).';
$strHaveToShow = 'Za prikaz morate izbrati morate vsaj en stolpec';
$strHebrew = 'Hebrejsko';
$strHome = 'Domov';
$strHomepageOfficial = 'Uradna domaèa stran phpMyAdmin';
$strHost = 'Gostitelj';
$strHostEmpty = 'Ime gostitelja je prazno!';
$strHungarian = 'Madžarsko';
 
$strId = 'ID';
$strIdxFulltext = 'Polno besedilo';
$strIgnore = 'Prezri';
$strIgnoreInserts = 'Uporabi možnost prezri vstavke';
$strIgnoringFile = 'Prezrl sem datoteko %s';
$strImportDocSQL = 'Uvozi docSQL datoteke';
$strImportFiles = 'Uvozi datoteke';
$strInUse = 'v uporabi';
$strIndex = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s je zavržen';
$strIndexName = 'Ime indeksa&nbsp;:';
$strIndexType = 'Vrsta indeksa&nbsp;:';
$strIndexes = 'Indeksi';
$strInnodbStat = 'InnoDB stanje';
$strInsecureMySQL = 'Konfiguracijska datoteka vsebuje nastavitve (uporabnik root brez gesla), ki odgovarjajo privzetemu privlegiranemu raèunu MySQLa. MySQL strežnik teèe s privzetimi nastavitvami, zato je izpostavljen vdorom. Èimprej odpravite ti dve varnostni luknji.';
$strInsert = 'Vstavi';
$strInsertAsNewRow = 'Vstavi kot novo vrstico';
$strInsertNewRow = 'Vstavi novo vrstico';
$strInsertedRowId = 'Vstavljen id vrstice:';
$strInsertedRows = 'Vstavljene vrstice:';
$strInternalNotNecessary = '* Notranja relacija je nepotrebna, èe obstaja tudi v InnoDB.';
$strInternalRelations = 'Notranje relacije';
 
$strJapanese = 'Japonsko';
$strJumpToDB = 'Preskoèi na podatkovno bazo &quot;%s&quot;.';
$strJustDelete = 'Samo izbriši uporabnike iz tabel privilegijev.';
$strJustDeleteDescr = '&quot;Izbrisani&quot; uporabniki lahko še vedno normalno dostopajo do strežnika, dokler ne osvežite privilegijev';
 
$strKeepPass = 'Ne spreminjaj gesla';
$strKeyname = 'Ime kljuèa';
$strKill = 'Prekini proces';
$strKorean = 'Korejsko';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Možnosti za LaTeX';
$strLandscape = 'Ležeèe';
$strLatexCaption = 'Ime tabele';
$strLatexContent = 'Vsebina tabele __TABLE__';
$strLatexContinued = '(nadaljevanje)';
$strLatexContinuedCaption = 'Nadaljevanje imena tabele';
$strLatexIncludeCaption = 'Vkljuèi ime tabele';
$strLatexLabel = 'Oznaèi kljuè';
$strLatexStructure = 'Struktura tabele __TABLE__';
$strLengthSet = 'Dolžina/Vrednosti*';
$strLimitNumRows = 'Število vrstic na stran';
$strLinesTerminatedBy = 'Vrstice zakljuèene z';
$strLinkNotFound = 'Povezave ni mogoèe najti';
$strLinksTo = 'Povezave z';
$strLithuanian = 'Litvansko';
$strLocalhost = 'Lokalno';
$strLocationTextfile = 'Lokacija datoteke z besedilom';
$strLogPassword = 'Geslo:';
$strLogServer = 'Strežnik';
$strLogUsername = 'Uporabniško ime:';
$strLogin = 'Prijava';
$strLoginInformation = 'Podatki o prijavi';
$strLogout = 'Odjava';
 
$strMIMETypesForTable = 'VRSTE MIME ZA TABELO';
$strMIME_MIMEtype = 'MIME-vrsta';
$strMIME_available_mime = 'Razpoložljive MIME-vrste';
$strMIME_available_transform = 'Razpoložljive pretvorbe';
$strMIME_description = 'Opis';
$strMIME_nodescription = 'Za to pretvorbo ni na voljo opisa.<br />Za funkcije %s se pozanimajte pri avtorju.';
$strMIME_transformation = 'Pretvorba z brskalnikom';
$strMIME_transformation_note = 'Seznam razpoložljivih možnosti pretvorbe in pretvorbe MIME-vrst boste videli, èe kliknete na %sopise transformacij%s';
$strMIME_transformation_options = 'Možnosti pretvorbe';
$strMIME_transformation_options_note = 'Vrednosti za možnosti pretvorbe vnesite v naslednji obliki: \'a\',\'b\',\'c\'...<br />Èe želite med vrednosti vnesti poševnico nazaj ("\") ali enojni narekovaj ("\'"), morate pred ta znak postaviti (še eno) poševnico nazaj (npr. \'\\\\xyz\' ali \'a\\\'b\').';
$strMIME_without = 'MIME-vrste, ki so napisano ležeèe, nimajo lastne pretvorbene funkcije';
$strMaximumSize = 'Najveèja velikost: %s%s';
$strModifications = 'Spremembe so shranjene';
$strModify = 'Spremeni';
$strModifyIndexTopic = 'Spremeni indeks';
$strMoveTable = 'Premakni tabelo v (podatkovna_baza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s je bila premaknjena v %s.';
$strMoveTableSameNames = 'Tabele ni mogoèe premakniti same vase!';
$strMultilingual = 'veèjezièno';
$strMySQLCharset = 'MySQL kodna tabela';
$strMySQLSaid = 'MySQL je vrnil: ';
$strMySQLShowProcess = 'Pokaži procese';
$strMySQLShowStatus = 'Pokaži tekoèe informacije o MySQL';
$strMySQLShowVars = 'Pokaži sistemske spremenljivke MySQL';
 
$strName = 'Ime';
$strNext = 'Naslednji';
$strNo = 'Ne';
$strNoDatabases = 'Brez podatkovnih baz';
$strNoDatabasesSelected = 'Ni izbranih podatkovnih baz.';
$strNoDescription = 'brez opisa';
$strNoDropDatabases = '"DROP DATABASE" poizvedbe so izkljuèene.';
$strNoExplain = 'Preskoèi razlago SQL stavka';
$strNoFrames = 'phpMyAdmin je prijaznejši z brskalnikom, ki podpira okvirje.';
$strNoIndex = 'Ni definiranega indeksa!';
$strNoIndexPartsDefined = 'Ni definiranega dela indeksa!';
$strNoModification = 'Brez sprememb';
$strNoOptions = 'Za to obliko ni možnosti';
$strNoPassword = 'Brez gesla';
$strNoPermission = 'Spletni strežnik nima dovoljenja za shranjevanje datoteke %s';
$strNoPhp = 'Brez kode PHP';
$strNoPrivileges = 'Brez privilegijev';
$strNoRights = 'Nimate dovolj pravic, da bi bili sedaj tukaj!';
$strNoSpace = 'Ni dovolj prostora za shranjevanje datoteke %s.';
$strNoTablesFound = 'V podatkovni bazi ni mogoèe najti tabel.';
$strNoUsersFound = 'Ni mogoèe najti uporabnika(ov).';
$strNoValidateSQL = 'Preskoèi preverjanje pravilnosti SQL stavka';
$strNone = 'Brez';
$strNotNumber = 'To ni število!';
$strNotOK = 'Ni v redu';
$strNotSet = 'Tabele <b>%s</b> ni mogoèe najti ali pa ni v %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s zadetek(ov) v tabeli <i>%s</i>';
$strNumSearchResultsTotal = '<b>Skupaj:</b> <i>%s</i> zadetek(ov)';
$strNumTables = 'Ttabel';
 
$strOK = 'V redu';
$strOperations = 'Operacije';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiraj tabelo';
$strOr = 'Ali';
$strOverhead = 'Presežek';
$strOverwriteExisting = 'Prepiši obstojeèo(e) datoteko(e)';
 
$strPHP40203 = 'Uporabljate PHP 4.2.3, ki ima resne težave z veèbitnimi stavki (mbstring). Glej PHP poroèilo o hrošèu 19404. Ta verzija PHP ni priporoèljiva za uporabo s phpMyAdmin.';
$strPHPVersion = 'Razlièica PHP';
$strPageNumber = 'Številka strani:';
$strPaperSize = 'Velikost papirja';
$strPartialText = 'Delna besedila';
$strPassword = 'Geslo';
$strPasswordChanged = 'Geslo za %s je uspešno spremenjeno.';
$strPasswordEmpty = 'Geslo je prazno!';
$strPasswordNotSame = 'Gesli se ne ujemata!';
$strPdfDbSchema = 'Shema podatkovne baze "%s" - Stran %s';
$strPdfInvalidTblName = 'Tabela "%s" ne obstaja!';
$strPdfNoTables = 'Ni tabel';
$strPerHour = 'na uro';
$strPerMinute = 'na minuto';
$strPerSecond = 'na sekundo';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Ustvari PHP kodo';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = 'Ukaz <tt>$cfg[\'PmaAbsoluteUri\']</tt> mora biti definiran v konfiguracijski datoteki!';
$strPortrait = 'Pokonèno';
$strPos1 = 'Zaèetek';
$strPrevious = 'Prejšnji';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni kljuè je zavržen';
$strPrimaryKeyName = 'Ime primarnega kljuèa mora biti... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnega kljuèa!)';
$strPrint = 'Natisni';
$strPrintView = 'Pogled postavitve tiskanja';
$strPrintViewFull = 'Pogled za tiskanje (s polnimi besedili)';
$strPrivDescAllPrivileges = 'Vsebuje vse privilegije razen GRANT.';
$strPrivDescAlter = 'Omogoèa spreminjanje strukture obstojeèih tabel.';
$strPrivDescCreateDb = 'Omogoèa ustvarjanje novih podatkovnih baz in tabel.';
$strPrivDescCreateTbl = 'Omogoèa ustvarjanje novih tabel.';
$strPrivDescCreateTmpTable = 'Omogoèa ustvarjanje zaèasnih tabel.';
$strPrivDescDelete = 'Omogoèa brisanje podatkov.';
$strPrivDescDropDb = 'Omogoèa brisanje podatkovnih baz in tabel.';
$strPrivDescDropTbl = 'Omogoèa brisanje tabel.';
$strPrivDescExecute = 'Omogoèa poganjanje shranjenih postopkov; V tej verziji MySQL nima pomena.';
$strPrivDescFile = 'Omogoèa uvažanje in izvažanje podatkov v datoteke.';
$strPrivDescGrant = 'Omogoèa dodajanje uporabnikov in privilegijev brez osveževanja privilegijev.';
$strPrivDescIndex = 'Omogoèa ustvarjanje in brisanje indeksov.';
$strPrivDescInsert = 'Omogoèa vstavljanje in zamenjavo podatkov.';
$strPrivDescLockTables = 'Omogoèa zaklepanje tabel za trenutno temo.';
$strPrivDescMaxConnections = 'Omeji število povezav, ki jih uporabnik lahko odpre v eni uri.';
$strPrivDescMaxQuestions = 'Omeji število poizved, ki jih uporabnik lahko pošlje strežniku v eni uri.';
$strPrivDescMaxUpdates = 'Omeji število ukazov za spremembo tabel ali podatkovne baze, ki jih uporabnik lahko izvrši v eni uri.';
$strPrivDescProcess3 = 'Omogoèa ukinjanje procesov drugih uporabnikov.';
$strPrivDescProcess4 = 'Omogoèa pregled popolnih poizvedb v spisku procesov.';
$strPrivDescReferences = 'V tej verziji MySQL nima pomena.';
$strPrivDescReload = 'Omogoèa osveževanje strežnikovih nastavitev in praznjenje strežnikovih predpomnilnikov.';
$strPrivDescReplClient = 'Da uporabniku pravico poizvedovati kje so njegovi nadrejeni / podrjeni strežniki.';
$strPrivDescReplSlave = 'Potrebno za podrejene strežnike pri replikaciji.';
$strPrivDescSelect = 'Omogoèa branje podatkov.';
$strPrivDescShowDb = 'Omogoèa dostop do popolnega spiska podatkovnih baz';
$strPrivDescShutdown = 'Omogoèa ugašanje strežnika.';
$strPrivDescSuper = 'Omogoèa priklaplanje tudi èe je že doseženo najveèje dovoljeno število priklopov; Potrebno za veèino administrativnih nalog kot sta postavljanje globalnih spremenljivk in ukinjanje procesov drugih uporabnikov.';
$strPrivDescUpdate = 'Omogoèa spreminjanje podatkov.';
$strPrivDescUsage = 'Brez privilegijev.';
$strPrivileges = 'Privilegiji';
$strPrivilegesReloaded = 'Uspešno sem osvežil privilegije.';
$strProcesslist = 'Seznam procesov';
$strPutColNames = 'Postavi imena polj v prvo vrstico';
 
$strQBE = 'Poizvedba';
$strQBEDel = 'Briši';
$strQBEIns = 'Vstavi';
$strQueryFrame = 'Okno za iskanje';
$strQueryOnDb = 'SQL-poizvedba na podatkovni bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL-zgodovina';
$strQueryStatistics = '<b>Statistika poizvedbe</b>: Od zagona je bilo strežniku poslanih %s poizvedb.';
$strQueryTime = 'Poizvedba je potrebovala %01.4f s';
$strQueryType = 'Vrsta poizvedbe';
$strQueryWindowLock = 'Ne prepiši te poizvedbe od zunaj';
 
$strReType = 'Ponovno vnesi';
$strReceived = 'Prejeto';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Preveri referenèno integriteto:';
$strRelationNotWorking = 'Dodatne funkcije za delo s povezanimi tabelami so bile izkjuèene. Èe želite izvedeti zakaj, kliknite %stukaj%s.';
$strRelationView = 'Pogled relacij';
$strRelationalSchema = 'Relacijska shema';
$strRelations = 'Relacije';
$strRelationsForTable = 'RELACIJE ZA TABELO';
$strReloadMySQL = 'Ponovno naloži MySQL';
$strReloadingThePrivileges = 'Osvežujem privilegije';
$strRemoveSelectedUsers = 'Izbriši izbrane uporabnike';
$strRenameDatabaseOK = 'Baza podatkov %s je preimenovana v %s';
$strRenameTable = 'Preimenuj tabelo v';
$strRenameTableOK = 'Tabela %s je preimenovana v %s';
$strRepairTable = 'Popravi tabelo';
$strReplaceNULLBy = 'Zamenjaj NULL z';
$strReplaceTable = 'Podatke v tabeli zamenjaj z datoteko';
$strReset = 'Ponastavi';
$strResourceLimits = 'Omejitve virov';
$strRevoke = 'Odvzemi';
$strRevokeAndDelete = 'Odvzemi uporabnikom aktivne privilegije in jih potem izbriši.';
$strRevokeAndDeleteDescr = 'Uporabniki bodo še vedno imeli USAGE privilegije, dokler ne osvežite privilegijev.';
$strRevokeMessage = 'Odvzeli ste privilegije za %s';
$strRowLength = 'Dolžina vrstice';
$strRowSize = ' Velikost vrstice ';
$strRows = 'Vrstice';
$strRowsFrom = 'vrstice naprej od zapisa #';
$strRowsModeFlippedHorizontal = 'vodoravno (zasukani naslovi)';
$strRowsModeHorizontal = 'vodoravnem';
$strRowsModeOptions = 'v %s naèinu in ponovi glavo po %s celicah';
$strRowsModeVertical = 'navpiènem';
$strRowsStatistic = 'Statistika vrstic';
$strRunQuery = 'Izvedi poizvedbo';
$strRunSQLQuery = 'Izvedi SQL poizvedbo/poizvedbe na podatkovni bazi %s';
$strRunning = 'teèe na %s';
$strRussian = 'Rusko';
 
$strSQL = 'SQL';
$strSQLExportType = 'Vrsta izvoza';
$strSQLOptions = 'SQL možnosti';
$strSQLParserBugMessage = 'Obstaja možnost, da ste v SQL razèlenjevalniku naleteli na hrošèa. Temeljito preglejte poizvedbo in preverite, èe so citati pravilni in èe se ujemajo. Možno je tudi, da prenašate binarno datoteko, ki je izven podroèja besedila citata. Poizvedbo lahko preizkusite tudi na vmesniku ukazne vrstice MySQL. Èe je strežnik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju težav. Èe se bodo težave nadaljevale, ali èe razèlenjevalniku ne uspe tam, kjer vmesniku ukazne vrstice uspe, potem zmanjšajte vnešeno SQL poizvedbo na tisto poizvedbo, ki povzroèa težave in pošljite poroèilo o napaki skupaj s podatki iz spodnjega odseka IZREZA.';
$strSQLParserUserError = 'Izgleda, da je v SQL poizvedbi prišlo do napake. Èe je strežnik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju težav.';
$strSQLQuery = 'SQL-poizvedba';
$strSQLResult = 'Rezultat SQL';
$strSQPBugInvalidIdentifer = 'Neveljavni identifikator';
$strSQPBugUnclosedQuote = 'Odprt citat';
$strSQPBugUnknownPunctuation = 'Neznan niz loèil';
$strSave = 'Shrani';
$strSaveOnServer = 'Shrani na strežnik, v imenik %s';
$strScaleFactorSmall = 'Faktor poveèava je premajhen, da bi spravili shemo na eno stran';
$strSearch = 'Iskanje';
$strSearchFormTitle = 'Išèi v podatkovni bazi';
$strSearchInTables = 'V tabelah:';
$strSearchNeedle = 'Iskane besede ali vrednosti (nadomestni znak: "%"):';
$strSearchOption1 = 'katerokoli besedo';
$strSearchOption2 = 'vse besede';
$strSearchOption3 = 'toèno doloèeno frazo';
$strSearchOption4 = 'kot \'regular expression\'';
$strSearchResultsFor = 'Rezultati iskanja "<i>%s</i>" %s:';
$strSearchType = 'Najdi:';
$strSecretRequired = 'Konfiguracijski datoteki morate sedaj doloèiti skrivno geslo (blowfish_secret).';
$strSelectADb = 'Prosimo, izberite podatkovno bazo';
$strSelectAll = 'Izberi vse';
$strSelectFields = 'Izberite polja (vsaj eno):';
$strSelectNumRows = 'in poizvedba';
$strSelectTables = 'Izberi tabele';
$strSend = 'Shrani kot datoteko';
$strSent = 'Poslano';
$strServer = 'Strežnik';
$strServerChoice = 'Izbira strežnika';
$strServerStatus = 'Podatki o izvajanju';
$strServerStatusUptime = 'MySQL strežnik deluje že %s. Zagnal se je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Spremenljivke';
$strServerTrafficNotes = '<b>Promet na strežniku</b>: V teh tabelah je prikazana statistika obremenitve omrežja za ta MySQL strežnik, odkar je bil zagnan.';
$strServerVars = 'Spremenljivke in nastavitve strežnika';
$strServerVersion = 'Razlièica strežnika';
$strSessionValue = 'Vrednost seje';
$strSetEnumVal = 'Èe je polje vrste "enum" ali "set", navedite vrednosti v obliki: \'a\',\'b\',\'c\'...<br /> Èe želite med vrednostmi uporabiti poševnico ("\") ali enojni narekovaj ("\'"), pred tem znakom vnesite poševnico (n.pr. \'\\\\xyz\' ali \'a\\\'b\').';
$strShow = 'Pokaži';
$strShowAll = 'Pokaži vse';
$strShowColor = 'Pokaži barvo';
$strShowDatadictAs = 'Oblika podatkovnega slovarja';
$strShowFullQueries = 'Pokaži celotne poizvedbe';
$strShowGrid = 'Pokaži mrežo';
$strShowPHPInfo = 'Pokaži podatke o PHP';
$strShowTableDimension = 'Pokaži dimenzije tabel';
$strShowTables = 'Pokaži tabele';
$strShowThisQuery = ' Ponovno pokaži poizvedbo v tem oknu ';
$strShowingRecords = 'Prikazujem vrstice';
$strSimplifiedChinese = 'Poenostavljeno kitajsko';
$strSingly = '(posamezno)';
$strSize = 'Velikost';
$strSort = 'Sortiraj';
$strSortByKey = 'Uredi po kljuèu';
$strSpaceUsage = 'Poraba prostora';
$strSplitWordsWithSpace = 'Besede so loèene s presledkom (" ").';
$strStatCheckTime = 'Zadnjiè pregledano';
$strStatCreateTime = 'Ustvarjeno';
$strStatUpdateTime = 'Zadnjiè posodobljeno';
$strStatement = 'Izjave';
$strStatus = 'Stanje';
$strStrucCSV = 'CSV podatki';
$strStrucData = 'Struktura in podatki';
$strStrucDrop = 'Dodaj DROP TABLE poizvedbo';
$strStrucExcelCSV = 'CSV podatki za MS Excel';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predlagaj strukturo tabele';
$strStructure = 'Struktura';
$strSubmit = 'Pošlji';
$strSuccess = 'SQL-poizvedba je bila uspešno izvedena';
$strSum = 'Vsota';
$strSwedish = 'Švedsko';
$strSwitchToTable = 'Preklopi na kopirano tabelo';
 
$strTable = 'Tabela';
$strTableComments = 'Komentar tabele';
$strTableEmpty = 'Ime tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je zavržena';
$strTableHasBeenEmptied = 'Tabela %s je izpraznjena';
$strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Vzdrževanje tabele';
$strTableOfContents = 'Vsebina';
$strTableOptions = 'Možnosti tabele';
$strTableStructure = 'Struktura tabele';
$strTableType = 'Vrsta tabele';
$strTables = '%s tabel';
$strTblPrivileges = 'Privilegiji tipièni za tabelo';
$strTextAreaLength = ' Zaradi njegove dolžine<br /> polja ne bo mogoèe urejati ';
$strThai = 'Tajsko';
$strThisHost = 'Ta strežnik';
$strThisNotDirectory = 'To ni bila mapa';
$strThreadSuccessfullyKilled = 'Tema %s je bila prekinjena.';
$strTime = 'Èas';
$strToggleScratchboard = 'preklopi odložišèe (scratchboard)';
$strTotal = 'skupaj';
$strTotalUC = 'Skupaj';
$strTraditionalChinese = 'Tradicionalno kitajsko';
$strTraffic = 'Promet';
$strTransformation_application_octetstream__download = 'Prikaži povezavo za prenos binarnih podatkov polja. Prva možnost je ime binarne datoteke. Druga možnost je možno ime polja v vrstici tabele, ki vsebuje to ime datoteke. Èe vnesete drugo možnost, mora biti prva možnost prazna';
$strTransformation_image_jpeg__inline = 'Prikaže slièico, na katero lahko kliknete; možnosti: širina, višina v slikovnih pikah (obdrži prvotna razmerja)';
$strTransformation_image_jpeg__link = 'Pokaže povezavo na grafiko (neposredni BLOB prenos, ipd.).';
$strTransformation_image_png__inline = 'Pokaži sliko/jpeg: vkljuèeno';
$strTransformation_text_plain__dateformat = 'Oblikuje polje TIME, TIMESTAMP ali DATETIME glede na lokalne oblike za prikaz èasa. Prva možnost je odmik (v urah), ki bo dodan polju timestamp (Privzeto: 0). Druga možnost je drugaèna oblika prikaza datuma, glede na parametre za PHP strftime().';
$strTransformation_text_plain__external = 'SAMO ZA LINUX: Zažene zunanjo aplikacijo in podaja podatke za fielddata preko standardnega vhoda. Vrne standardni izhod aplikacije. Privzeto je Tidy, za tiskanje HTML-kode. Zaradi varnostnih razlogov morate roèno urediti datoteko libraries/transformations/text_plain__external.inc.php in vstaviti orodja za zaganjanje. Prva možnost je številka programa, ki ga želite uporabiti, druga možnost pa so parametri za program. Èe tretji parameter nastavite na 1, bo s pomoèjo htmlspecialchars() pretvoril izhod (Privzeto: 1). Èe nastavite èetrti parameter na 1, bo v celico z vsebino (content cell) vnesel NOWRAP in tako prikazal celoten izhod brez preoblikovanja (Privzeto: 1)';
$strTransformation_text_plain__formatted = 'Ohrani izvirno oblikovanje polja, brez izgubljanja vsebine.';
$strTransformation_text_plain__imagelink = 'Prikaže sliko in povezavo, polje vsebuje ime datoteke; najprej je predpona, npr. "http://domena.com/", druga možnost je širina v slikovnih pikah, tretja pa višina.';
$strTransformation_text_plain__link = 'Prikaže povezavo, polje vsebuje ime datoteke; prva možnost je predpona, npr. "http://domena.com/", druga pa ime povezave.';
$strTransformation_text_plain__substr = 'Vrne le del niza. Prva možnost je odmik, ki doloèa, kje se bo zaèelo prikazano besedilo (Privzeto: 0). Druga možnost je odmik, ki pove, koliko besedila bo prikazanega. Èe ni doloèen, bo izpisano vse preostalo besedilo. Tretja možnost pa doloèa, kateri znaki bodo pripeti vrnjenemu podnizu (Privzeto: ...) .';
$strTruncateQueries = 'Skrèi prikazane poizvedbe';
$strTurkish = 'Turško';
$strType = 'Vrsta';
 
$strUkrainian = 'Ukrajinsko';
$strUncheckAll = 'Odznaèi vse';
$strUnicode = 'Unicode';
$strUnique = 'Unikaten';
$strUnknown = 'neznano';
$strUnselectAll = 'Preklièi izbor vsega';
$strUpdComTab = 'Navodila za posodobitev tabele Column_comments\' najdete v dokumentaciji';
$strUpdatePrivMessage = 'Posodobili ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je posodobljen.';
$strUpdateQuery = 'Osveži poizvedbo';
$strUpgrade = '%s bi morali nadgraditi v verzijo %s ali novejšo.';
$strUsage = 'Uporaba';
$strUseBackquotes = 'Obdaj imena tabel in polj z enojnimi poševnimi narekovaji';
$strUseHostTable = 'Uporabi tabelo gostiteljev';
$strUseTables = 'Uporabi tabele';
$strUseTextField = 'Uporabi tekstovno polje';
$strUseThisValue = 'Uporabi to vrednost';
$strUser = 'Uporabnik';
$strUserAlreadyExists = 'Uporabnik %s že obstaja!';
$strUserEmpty = 'Uporabniško ime je prazno!';
$strUserName = 'Uporabniško ime';
$strUserNotFound = 'Izbranega uporabnika v tabelah privilegijev nisem našel.';
$strUserOverview = 'Pregled uporabnikov';
$strUsersDeleted = 'Uspešno sem izbrisal izbrane uporabnike.';
$strUsersHavingAccessToDb = 'Uporabniški dostop do &quot;%s&quot;';
 
$strValidateSQL = 'Preveri pravilnost SQL stavka';
$strValidatorError = 'Ne morem inicializirati SQL validatorja. Prosim preverite, èe so namešèeni vsi php razširitve, kot je navedeno v %dokumenaciji%.';
$strValue = 'Vrednost';
$strVar = 'Spremenljivka';
$strViewDump = 'Preglej povzetek stanja tabele';
$strViewDumpDB = 'Preglej povzetek stanja podatkovne baze';
$strViewDumpDatabases = 'Pokaži povzetek stanja podatkovnih baz';
 
$strWebServerUploadDirectory = 'imenik za nalaganje datotek';
$strWebServerUploadDirectoryError = 'Imenik, ki ste ga doloèili za nalaganje, je nedosegljiv';
$strWelcome = 'Dobrodošli v %s';
$strWestEuropean = 'Zahodno evropsko';
$strWildcard = 'nadomestni znak';
$strWindowNotFound = 'Ciljnega okna ni bilo mogoèe osvežiti. Morda ste zaprli nadrejeno okno ali pa vaš brskalnik blokira osveževanje varnostnih parametrov med okni.';
$strWithChecked = 'Z oznaèenim:';
$strWritingCommentNotPossible = 'Zapisovanje komentarjev ni mogoèe';
$strWritingRelationNotPossible = 'Zapisovanje relacij ni mogoèe';
$strWrongUser = 'Napaèno uporabniško ime/geslo. Dostop zavrnjen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Obvestilo: Èe postavite vrednost na 0 (niè), boste odstranili omejitev.';
$strZip = '"zipano"';
 
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/sort_lang.sh
0,0 → 1,83
#!/bin/sh
# $Id: sort_lang.sh,v 2.1 2003/11/26 20:42:58 nijel Exp $
##
# Shell script to make each language file neat and tidy
#
# Robin Johnson <robbat2@users.sourceforge.net>
# August 9, 2002
##
 
specialsort()
{
in=$1
out=$2
 
STRINGORDER="A B C D E F G H I J K L M N O P Q R S T U V W X Y Z"
for i in $STRINGORDER;
do
egrep '^\$str'$i $in | sort >> $out
echo >> $out
done
}
 
sortlang()
{
f=$1
targetdir=tmp-$f
mkdir -p $targetdir
 
TRANSLATIONSTRING='//.*translate.*$'
STRINGSTRING='^\$str[[:alnum:]_]+'
WHITESPACE='^[[:blank:]]*$'
CVSID='/\* \$Id: sort_lang.sh,v 2.1 2003/11/26 20:42:58 nijel Exp $ \*/'
 
echo -n "Extracting:"
echo -n " head"
egrep -i -v $TRANSLATIONSTRING $f | \
egrep -v "$STRINGSTRING|$CVSID|\?>|<\?php" >> $targetdir/head
 
echo -n " cvs"
egrep "$CVSID" $f >>$targetdir/cvs
 
echo -n " strings"
egrep -i -v "$WHITESPACE|$TRANSLATIONSTRING" $f | \
egrep $STRINGSTRING > $targetdir/tmp-tosort
 
echo -n " pending_translations"
egrep -i "$STRINGSTRING.*$TRANSLATIONSTRING" $f > $targetdir/tmp-translate
echo
 
echo -n "Building:"
echo -n " strings"
specialsort $targetdir/tmp-tosort $targetdir/sort
 
echo -n " pending_translations"
if [ -s $targetdir/tmp-translate ] ; then
echo '// To translate:' > $targetdir/translate
specialsort $targetdir/tmp-translate $targetdir/translate
else
echo -n > $targetdir/translate
fi
echo
 
echo "Assembling final"
echo "<?php" > $f
cat $targetdir/cvs $targetdir/head $targetdir/sort $targetdir/translate \
| uniq >> $f
echo "?>" >> $f
 
rm -rf $targetdir
}
 
echo "-------------------------------------------------------------------"
for i in "$@";
do
if [ ! -f $i ] ; then
echo "$i is not a file, skipping"
else
echo "Sorting $i"
sortlang $i
fi
echo "-------------------------------------------------------------------"
done;
/Web/Maintenance/phpMyAdmin/lang/spanish-iso-8859-1.inc.php
0,0 → 1,976
<?php
/* $Id: spanish-iso-8859-1.inc.php,v 2.131.2.4 2006/03/23 17:42:15 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab');
$month = array('Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic');
// Ver http://www.php.net/manual/es/function.strftime.php para definir
// la variable siguiente
$datefmt = '%d-%m-%Y a las %H:%M:%S';
$timespanfmt = '%s días, %s horas, %s minutos y %s segundos';
 
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Por favor, escriba la ruta absoluta del servidor que lleve al directorio docSQL';
$strAccessDenied = 'Acceso denegado ';
$strAccessDeniedCreateConfig = 'La razón más probable es que usted no creó un archivo de configuración. Utilice %1$ssetup script%2$s para crear una.';
$strAccessDeniedExplanation = 'phpMyAdmin intentó conectarse con el servidor MySQL, y el servidor rechazó esta conexión. Deberá revisar el host, nombre de usuario y contraseña en config.inc.php y asegurarse que corresponden con la información provista por el administrador del servidor MySQL.';
$strAction = 'Acción';
$strAddAutoIncrement = 'Añadir el valor AUTO_INCREMENT';
$strAddConstraints = 'Añadir restricciones';
$strAddDeleteColumn = 'Añadir/borrar columna de criterio';
$strAddDeleteRow = 'Añadir/borrar fila de criterio';
$strAddDropDatabase = 'Añadir DROP DATABASE';
$strAddedColumnComment = 'Se añadió un comentario para la columna';
$strAddedColumnRelation = 'Se añadió una relación para la columna';
$strAddFields = 'Añadir %s campo(s)';
$strAddHeaderComment = 'Añadir su propio comentario en el encabezado (\\n segmenta las oraciones)';
$strAddIfNotExists = 'Añadir IF NOT EXISTS';
$strAddIntoComments = 'Añadir en los comentarios';
$strAddNewField = 'Insertar nuevo campo';
$strAddPrivilegesOnDb = 'Añadir privilegios a esta base de datos';
$strAddPrivilegesOnTbl = 'Añadir privilegios a esta tabla';
$strAddSearchConditions = 'Insertar las condiciones de búsqueda (cuerpo de la cláusula "where"):';
$strAddToIndex = 'Añadir al índice &nbsp;%s&nbsp;columna(s)';
$strAddUser = 'Agregar un nuevo usuario';
$strAddUserMessage = 'Ha agregado un nuevo usuario.';
$strAdministration = 'Administración';
$strAffectedRows = 'Filas afectadas: ';
$strAfter = 'Después de %s';
$strAfterInsertBack = 'Volver';
$strAfterInsertNewInsert = 'Insertar un nuevo registro';
$strAfterInsertNext = 'Editar la siguiente fila';
$strAfterInsertSame = 'Volver a esta página';
$strAllowInterrupt = 'Permita la interrupción de la importación en el caso de que el script detecte que se ha acercado a su límite de tiempo. Esto podría ser un buen método para importar archivos grandes; sin embargo, puede dañar las transacciones.';
$strAllTableSameWidth = '¿Mostrar todas las tablas que tienen el mismo ancho?';
$strAll = 'Todos/as';
$strAlterOrderBy = 'Modificar el ORDER BY de la tabla';
$strAnalyzeTable = 'Analizar la tabla';
$strAndThen = 'y luego';
$strAnd = 'y luego';
$strAnIndex = 'Se añadió un índice en %s';
$strAny = 'cualquiera';
$strAnyHost = 'Cualquier servidor';
$strAnyUser = 'Cualquier usuario';
$strApproximateCount = 'Podría ser aproximado. Léase la FAQ 3.11';
$strAPrimaryKey = 'Se añadió una clave primaria en %s';
$strArabic = 'Árabe';
$strArmenian = 'Armenio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'Al comienzo de la tabla';
$strAtEndOfTable = 'Al final de la tabla';
$strAttr = 'Atributos';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Diseño automático';
 
$strBack = 'Volver';
$strBaltic = 'Báltico';
$strBeginCut = 'INICIO DEL CORTE';
$strBeginRaw = 'INICIO DEL VOLCADO';
$strBinary = ' Binario ';
$strBinaryDoNotEdit = ' Binario - ¡no editar! ';
$strBinaryLog = 'Log binario';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Información';
$strBinLogName = 'Nombre con el cual se registró';
$strBinLogOriginalPosition = 'Posición original';
$strBinLogPosition = 'Posición';
$strBinLogServerId = 'ID del servidor';
$strBookmarkAllUsers = 'Permitir que todo usuario pueda acceder a este favorito';
$strBookmarkCreated = 'El favorito %s fue creado';
$strBookmarkDeleted = 'El favorito ha sido borrado.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Consulta guardada en favoritos';
$strBookmarkReplace = 'Reemplazar el favorito existente que tenga el mismo nombre';
$strBookmarkThis = 'Guardar esta consulta en favoritos';
$strBookmarkView = 'Solamente ver';
$strBrowseDistinctValues = 'Navegar los valores distintivos';
$strBrowse = 'Examinar';
$strBrowseForeignValues = 'Mostrar los valores extranjeros';
$strBufferPoolActivity = 'Actividad de la memoria (búfer) de tránsito común';
$strBufferPool = 'Total de memoria del búfer';
$strBufferPoolUsage = 'Total de memoria del búfer consumido';
$strBufferReadMissesInPercent = 'Leer los fallos en %';
$strBufferReadMisses = 'Leer los fallos';
$strBufferWriteWaits = 'Escribir las esperas';
$strBufferWriteWaitsInPercent = 'Escribir las esperas en %';
$strBulgarian = 'Búlgaro';
$strBusyPages = 'Páginas activas';
$strBzError = 'Si desea usar las opciones de compresión Bz2, deberá actualizar su php a una versión más reciente. phpMyAdmin no fue capaz de comprimir el dump debido a que está dañada o inaccesible la extensión Bz2 en esta versión de php. Le recomendamos que cambie el parámetro <code>$cfg[\'BZipDump\']</code> en su archivo de configuración phpMyAdmin a <code>FALSE</code>. Lea el reporte de "bugs" de php %s para mayor información.';
$strBzip = '"Comprimido con bzip"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'No se pudieron cargar los plugins de importación, por favor revise su instalación';
$strCannotLogin = 'El servidor MySQL no autorizó su ingreso';
$strCantLoad = 'no se pudo cargar la extensión %s,<br />por favor revise su configuración de PHP.';
$strCantLoadRecodeIconv = 'No se puede cargar iconv o recodificar una extensión necesaria para la conversión de juegos de caracteres, configure php para permitir el uso de estas extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'No puede cambiar el nombre del índice a ¡PRIMARY!';
$strCantUseRecodeIconv = 'No se puede utilizar iconv ni libiconv ni la función recode_string mientras se carga la extensión de informes. Comprueba la configuración de php.';
$strCardinality = 'Cardinalidad';
$strCaseInsensitive = 'independiente de mayúsculas y minúsculas';
$strCaseSensitive = 'dependiente de mayúsculas y minúsculas';
$strCentralEuropean = 'Europeo central';
$strChange = 'Cambiar';
$strChangeCopyModeCopy = '...mantener el anterior.';
$strChangeCopyMode = 'Crear un nuevo usuario con los mismos privilegios y...';
$strChangeCopyModeDeleteAndReload = ' ...borrar el viejo de las tablas de usuario y luego volver a cargar los privilegios.';
$strChangeCopyModeJustDelete = ' ...borrar el viejo de las tablas de usuario.';
$strChangeCopyModeRevoke = ' ...revocar todos los privilegios activos del viejo y eliminarlo después.';
$strChangeCopyUser = 'Cambiar la información de la cuenta / Copiar el usuario';
$strChangeDisplay = 'Elegir el campo a mostrar';
$strChangePassword = 'Cambio de contraseña';
$strCharset = 'Juego de caracteres';
$strCharsetOfFile = 'Juego de caracteres del archivo:';
$strCharsetsAndCollations = 'Juego de caracteres y sus cotejamientos';
$strCharsets = 'Juegos de caracteres';
$strCheckAll = 'Marcar todos/as';
$strCheckOverhead = 'Marcar las tablas con residuo a depurar';
$strCheckPrivsLong = 'Revisar los privilegios para la base de datos &quot;%s&quot;.';
$strCheckPrivs = 'Revisar los privilegios';
$strCheckTable = 'Revisar la tabla';
$strChoosePage = 'Elegir la página a editar';
$strColComFeat = 'Mostrando los comentarios de la columna';
$strCollation = 'Cotejamiento';
$strColumnNames = 'Nombre de las columnas';
$strColumnPrivileges = 'Privilegios específicos para la columna';
$strCommand = 'Comando';
$strComments = 'Comentarios';
$strCommentsForTable = 'COMENTARIOS PARA LA TABLA';
$strCompatibleHashing = 'Compatible con MySQL&nbsp;4.0';
$strCompleteInserts = 'Completar los INSERTS';
$strCompression = 'Compresión';
$strCompressionWillBeDetected = 'La compresión escogida para el archivo a importar se detectará automáticamente de: %s';
$strConfigDefaultFileError = 'No fue posible cargar la configuración predeterminada desde: "%1$s"';
$strConfigFileError = '¡phpMyAdmin no puede leer el fichero de configuración!<br />Esto puede suceder si php encuentra un error sintáctico en él o bien php no puede encontrar el fichero.<br />Intente acceder al fichero de configuración directamente mediante el siguiente enlace y compruebe el(los) mensaje(s) de error que reciba. En muchas ocasiones falta una coma o punto y coma en algún sitio.<br />Si recibe una página en blanco, todo está correcto.';
$strConfigureTableCoord = 'Configure las coordenadas para la tabla %s';
$strConnectionError = 'No se estableció la conexión: los parámetros están incorrectos.';
$strConnections = 'Conexiones';
$strConstraintsForDumped = 'Filtros para las tablas descargadas (dump)';
$strConstraintsForTable = 'Filtros para la tabla';
$strCookiesRequired = 'Las "cookies" deben estar habilitadas.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'La base de datos %s ha sido copiada a %s';
$strCopyTable = 'Copiar la tabla a (base de datos<b>.</b>tabla):';
$strCopyTableOK = 'La tabla %s se copió a %s.';
$strCopyTableSameNames = '¡No es posible copiar la tabla a la misma!';
$strCouldNotKill = 'phpMyAdmin no fue capaz de destruir el proceso %s. Probablemente ya ha sido cerrado.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREAR BASE DE DATOS antes de copiar';
$strCreateIndex = 'Crear un índice en&nbsp;%s&nbsp;columna(s)';
$strCreateIndexTopic = 'Crear un nuevo índice';
$strCreateNewDatabase = 'Crear nueva base de datos';
$strCreateNewTable = 'Crear nueva tabla en la base de datos %s';
$strCreatePage = 'Crear una nueva página';
$strCreatePdfFeat = 'Creación de los PDF';
$strCreationDates = 'Fechas de creación/actualización/revisión';
$strCriteria = 'Criterio';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opciones CSV';
$strCSVOptions = 'Opciones CSV';
$strCyrillic = 'Cirílico';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
 
$strDanish = 'Danés';
$strDatabase = 'Base de datos';
$strDatabaseEmpty = '¡El nombre de la base de datos está vacío!';
$strDatabaseExportOptions = 'Opciones de exportación de la base de datos';
$strDatabaseHasBeenDropped = 'La base de datos %s ha sido eliminada.';
$strDatabaseNoTable = '¡Esta base de datos no contiene tablas!';
$strDatabases = 'Bases de datos';
$strDatabasesDropped = '%s bases de datos han sido eliminadas exitosamente.';
$strDatabasesStatsDisable = 'Desactivar las estadísticas';
$strDatabasesStatsEnable = 'Activar las estadísticas';
$strDatabasesStats = 'Estadísticas de la base';
$strDatabasesStatsHeavyTraffic = 'Nota: Activar aquí las estadísticas de la base de datos podría causar tráfico pesado entre el servidor web y el servidor MySQL.';
$strData = 'Datos';
$strDataDict = 'Diccionario de datos';
$strDataOnly = 'Solamente datos';
$strDataPages = 'Páginas que contienen datos';
$strDBComment = 'Comentario de la base de datos: ';
$strDBCopy = 'Copiar la base de datos a';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID del contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Línea';
$strDBGMaxTimeMs = 'Tiempo máximo, ms';
$strDBGMinTimeMs = 'Tiempo mínimo, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tiempo/Hit, ms';
$strDBGTotalTimeMs = 'Tiempo total, ms';
$strDbPrivileges = 'Privilegios específicos para la base de datos';
$strDBRename = 'Cambiar el nombre de la base de datos a';
$strDbSpecific = 'específico para la base de datos';
$strDefaultEngine = '%s es el motor de almacenamiento predeterminado en este servidor MySQL.';
$strDefault = 'Predeterminado';
$strDefaultValueHelp = 'Para valores predeterminados, por favor ingrese solamente un valor, sin caracteres de escape \"\\\" ni comillas, usando este formato: a';
$strDefragment = 'Defragmentar la tabla';
$strDelayedInserts = 'Usar "inserts" con retraso';
$strDeleteAndFlush = 'Borrar a los usuarios y luego volver a cargar los privilegios.';
$strDeleteAndFlushDescr = 'Este es el modo más limpio, pero volver a cargar los privilegios puede tomar tiempo.';
$strDelete = 'Borrar';
$strDeleted = 'La fila se ha borrado';
$strDeletedRows = 'Filas borradas: ';
$strDeleteNoUsersSelected = '¡No se han seleccionado usuarios para eliminar!';
$strDeleting = 'Borrando %s';
$strDelOld = 'La página actual tiene referencias a tablas que ya no existen. ¿Desea eliminar esas referencias?';
$strDescending = 'Descendente';
$strDescription = 'Descripción';
$strDictionary = 'diccionario';
$strDirtyPages = 'Páginas que requieren ser depuradas';
$strDisabled = 'Deshabilitado';
$strDisableForeignChecks = 'Deshabilitar la revisión de las llaves extranjeras (foreign keys)';
$strDisplayFeat = 'Mostrar las opciones'; //Features = ¿opciones, componentes?
$strDisplayOrder = 'Mostrar en este orden:';
$strDisplayPDF = 'Mostrar esquema PDF';
$strDoAQuery = 'Hacer una consulta (comodín: "%")';
$strDocu = 'Documentación';
$strDoYouReally = 'Realmente desea ';
$strDropDatabaseStrongWarning = '¡Está a punto de DESTRUIR una base de datos completa!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar las bases de datos que tienen los mismos nombres que los usuarios.';
$strDumpingData = 'Volcar la base de datos para la tabla';
$strDumpSaved = 'Su archivo (MySQL dump) ha sido guardado con el nombre %s.';
$strDumpXRows = 'Volcar %s filas empezando por la fila %s.';
$strDynamic = 'dinámico/a';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar las páginas PDF';
$strEditPrivileges = 'Editar los privilegios';
$strEffective = 'Efectivo/a';
$strEmptyResultSet = 'MySQL ha devuelto un valor vacío (i.e., cero columnas).';
$strEmpty = 'Vaciar';
$strEnabled = 'Habilitado';
$strEncloseInTransaction = 'Incluir lo exportado en una transacción';
$strEndCut = 'FIN DEL CORTE';
$strEnd = 'Fin';
$strEndRaw = 'FIN DEL VOLCADO';
$strEngineAvailable = '%s está disponible en este servidor MySQL.';
$strEngineDisabled = '%s ha sido deshabilitado para este motor de almacenamiento.';
$strEngines = 'Motores';
$strEngineUnsupported = 'Este servidor MySQL no es compatible con el motor de almacenamiento %s.';
$strEnglish = 'Inglés';
$strEnglishPrivileges = ' Nota: Los nombres de los privilegios de MySQL están expresados en inglés ';
$strError = 'Error';
$strErrorInZipFile = 'Error en el archivo ZIP:';
$strEscapeWildcards = 'Los comodines _ y % deben acompañarse de \ para usarlos de manera literal';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonio';
$strExcelEdition = 'Edición Excel';
$strExcelOptions = 'Opciones de Excel';
$strExecuteBookmarked = 'Ejecute la consulta marcada previamente';
$strExplain = 'Explicar el SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'INSERTs extendidos';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Intentos fallidos';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Se eliminó el campo %s';
$strFields = 'Campos';
$strFieldsEmpty = 'El número de campos está ¡vacío!';
$strFieldsEnclosedBy = 'Campos encerrados por';
$strFieldsEscapedBy = 'Caracter de escape';
$strFieldsTerminatedBy = 'Campos terminados en';
$strFileAlreadyExists = 'El archivo %s ya existe en el servidor, cambie el nombre del archivo o revise la opción de sobreescritura.';
$strFileCouldNotBeRead = 'No fue posible leer el archivo';
$strFileNameTemplateDescriptionDatabase = 'nombre de la base de datos';
$strFileNameTemplateDescription = 'Este valor es interpretado usando %1$sstrftime%2$s; así, usted puede usar cadenas de caracteres para formatear el tiempo. De manera adicional, sucederán las siguientes transformaciones: %3$s. El texto restante se mantendrá como está.';
$strFileNameTemplateDescriptionServer = 'nombre del servidor';
$strFileNameTemplateDescriptionTable = 'nombre de la tabla';
$strFileNameTemplate = 'Plantilla del nombre del archivo';
$strFileNameTemplateRemember = 'recordar la plantilla';
$strFileToImport = 'Archivo a importar';
$strFixed = 'fijo';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin obtiene los privilegios de los usuarios \'directamente de las tablas de privilegios MySQL\'. El contenido de estas tablas puede diferir de los privilegios que usa el servidor si es que se han realizado cambios manuales en él. En este caso, nuevamente deberá %scargar la página de privilegios%s antes de continuar.';
$strFlushQueryCache = 'Vaciar el cache de consultas';
$strFlushTables = 'Vaciar el cache de todas las tablas';
$strFlushTable = 'Vaciar el caché de la tabla ("FLUSH")';
$strFormat = 'Formato';
$strFormEmpty = '¡Falta un valor en el formulario!';
$strFreePages = 'Páginas libres';
$strFullText = 'Textos completos';
$strFunction = 'Función';
 
$strGenBy = 'Generado por';
$strGeneralRelationFeat = 'Opciones de relación general'; //Features = ¿opciones, componentes?
$strGenerate = 'Generar';
$strGeneratePassword = 'Generar la contraseña';
$strGenTime = 'Tiempo de generación';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemán';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilegios globales';
$strGlobalValue = 'Valor global';
$strGo = 'Continuar';
$strGrantOption = 'Conceder';
$strGreek = 'Griego';
$strGzip = '"Comprimido con gzip"';
 
$strHandler = 'Gestor';
$strHasBeenAltered = 'fue modificada.';
$strHasBeenCreated = 'se creó.';
$strHaveToShow = 'Debe elegir al menos una columna para mostrar';
$strHebrew = 'Hebreo';
$strHexForBinary = 'Usar hexadecimal para campos binarios';
$strHomepageOfficial = 'Página oficial de phpMyAdmin';
$strHome = 'Página de inicio';
$strHostEmpty = '¡¡El nombre del servidor está vacío!!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opciones de exportación Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opciones de exportación Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandés';
$strId = 'Identificación';
$strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignore las filas duplicadas';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar la opción ignore inserts';
$strIgnoringFile = 'Ignorando el archivo %s';
$strImportDocSQL = 'Importar archivos docSQL';
$strImportFiles = 'Importar archivos';
$strImportFormat = 'Formato del archivo importado';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'La importación se ejecutó exitosamente, se ejecutaron %d consultas.';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'El índice %s ha sido eliminado';
$strIndexName = 'Nombre del índice&nbsp;:';
$strIndex = 'Índice';
$strIndexType = 'Tipo de índice&nbsp;:';
$strIndexWarningMultiple = 'Se creó más de una clave %s para la columna `%s`';
$strIndexWarningPrimary = 'Las claves PRIMARIA e ÍNDICE no deben seleccionarse juntas para la columna `%s`';
$strIndexWarningTable = 'Problemas con los índices de la tabla `%s`';
$strIndexWarningUnique = 'Las claves UNICA e ÍNDICE no deben seleccionarse juntas para la columna `%s`';
$strInnoDBAutoextendIncrementDesc = 'El tamaño a incrementar para que se extienda el ancho de una tabla capaz de autoextenderse cuando se llena.';
$strInnoDBAutoextendIncrement = 'Incremente el valor AUTOEXTEND';
$strInnoDBBufferPoolSizeDesc = 'El tamaño de la memoria intermedia (búfer) usado por InnoDB para almacenar, en el cache, los datos e índices de sus tablas.';
$strInnoDBBufferPoolSize = 'Tamaño de la memoria (búfer) de tránsito común';
$strInnoDBDataFilePath = 'Archivos de datos';
$strInnoDBDataHomeDirDesc = 'La parte constante de la ruta del directorio para todos los archivos de datos InnoDB.';
$strInnoDBDataHomeDir = 'Directorio raíz de los datos';
$strInnoDBPages = 'páginas';
$strInnodbStat = 'Estado del InnoDB';
$strInsecureMySQL = 'Su archivo de configuración contiene parámetros (root sin contraseña) que corresponden a la cuenta privilegiada predeterminada de MySQL. Su servidor de MySQL está usando estos valores, lo que constituye una vulnerabilidad. Se le recomienda corregir esta brecha de seguridad. Por ejemplo, desde la página de inicio de phpMyAdmin seleccione Privilegios y agregue la contraseña a root@localhost. Deberá escribir la misma contraseña en config.inc.php de phpMyAdmin';
$strInsertAsNewRow = 'Insertar como una nueva fila';
$strInsertedRowId = 'Se insertó la ID de la fila:';
$strInsertedRows = 'Filas insertadas:';
$strInsert = 'Insertar';
$strInsertNewRow = 'Insertar nueva fila';
$strInternalNotNecessary = '* No es necesaria una relación interna cuando también existe en InnoDB.';
$strInternalRelations = 'Relaciones internas';
$strInUse = 'en uso';
$strInvalidAuthMethod = 'El método de autenticación no es válido en la configuración actual:';
$strInvalidColumnCount = 'El número de columnas debe ser superior a cero.';
$strInvalidColumn = '¡Las columnas especificadas (%s) no son válidas!';
$strInvalidCSVFieldCount = 'El número de campos de los datos CSV en la línea %d no es válido.';
$strInvalidCSVFormat = 'El formato de los datos CSV en la línea %d no es válido.';
$strInvalidCSVParameter = 'Parámetro no válido para importar CSV: %s';
$strInvalidFieldAddCount = 'Debe añadir al menos un campo.';
$strInvalidFieldCount = 'La tabla debe tener al menos un campo.';
$strInvalidLDIImport = '¡Este plugin no tiene soporte para importaciones comprimidas!';
$strInvalidRowNumber = '%d no es un número de fila válido.';
$strInvalidServerHostname = 'El nombre del host no es válido para el servidor %1$s. Por favor, revise su configuración.';
$strInvalidServerIndex = 'No es válido el índice del servidor: "%s"';
 
$strJapanese = 'Japonés';
$strJoins = 'Vínculos (Joins)';
$strJumpToDB = 'Saltar a la base de datos &quot;%s&quot;.';
$strJustDeleteDescr = 'Los usuarios &quot;borrados&quot; aún podrán acceder al servidor de manera usual hasta que los privilegios se hayan vuelto a cargar.';
$strJustDelete = 'Solamente borrar a los usuarios de la tabla de privilegios.';
 
$strKeepPass = 'No cambiar la contraseña';
$strKeyCache = 'Cache principal';
$strKeyname = 'Nombre de la clave';
$strKill = 'Matar el proceso';
$strKorean = 'Coreano';
 
$strLandscape = 'Orientación horizontal';
$strLanguageFileNotFound = 'No se halló el archivo de idioma "%1$s".';
$strLanguageUnknown = 'Idioma desconocido: %1$s.';
$strLatchedPages = 'Páginas vinculadas';
$strLatexCaption = 'Subtitulado de la tabla';
$strLatexContent = 'Contenido de la tabla __TABLE__';
$strLatexContinuedCaption = 'Continuación del subtitulado de la tabla';
$strLatexContinued = '(continúa)';
$strLatexIncludeCaption = 'Incluir el subtitulado de la tabla';
$strLatexLabel = 'Clave de la etiqueta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'opciones LaTeX';
$strLatexStructure = 'Estructura de la tabla __TABLE__';
$strLatvian = 'Letón';
$strLDI = 'CSV usando LOAD DATA';
$strLDIImportOptions = 'Las opciones para la importación CSV usando LOAD DATA';
$strLDILocal = 'Use la palabra clave LOCAL';
$strLengthSet = 'Longitud/Valores*';
$strLimitNumRows = 'registros por página';
$strLinesTerminatedBy = 'Líneas terminadas en';
$strLinkNotFound = 'No se encontró el enlace';
$strLinksTo = 'Enlaces a';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localización del archivo de texto';
$strLoginInformation = 'Información de la cuenta';
$strLogin = 'Iniciar sesión';
$strLogout = 'Salir';
$strLogPassword = 'Contraseña:';
$strLogServer = 'Servidor';
$strLogUsername = 'Usuario:';
$strLongOperation = 'Esta operación podría tomar algún tiempo. ¿Proceder de todas formas?';
 
$strMaxConnects = 'Número máx. de conexiones concurrentes';
$strMaximalQueryLength = 'Longitud máxima de la consulta creada';
$strMaximumSize = 'Tamaño máximo: %s%s';
$strMbExtensionMissing = 'No se halló la extensión PHP mbstring y al parecer usted está usando tipografía multibyte. phpMyAdmin no puede cortar correctamente las cadenas de caracteres sin la extensión mbstring y podría dar resultados inesperados.';
$strMbOverloadWarning = 'Usted ha activado mbstring.func_overload en su configuración PHP. ¡Esta opción es incompatible con phpMyAdmin y podría causar la pérdida de algunos datos!';
$strMIME_available_mime = 'MIME-types disponibles';
$strMIME_available_transform = 'Transformaciones disponibles';
$strMIME_description = 'Descripción';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'No hay una descripción disponible para esta transformación.<br />Por favor pregunte al autor lo que %s hace.';
$strMIME_transformation_note = 'Para una lista de opciones de transformación disponibles y sus transformaciones MIME-type transformations, dé clic en %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Por favor ingrese los valores para las opciones de transformación usando este formato: \'a\',\'b\',\'c\'...<br />Si alguna vez requiere insertar un Backslash ("\") o comilla sencilla ("\'") entre esos valores, use backslash (por ejemplo \'\\\\xyz\' o \'a\\\'b\').';
$strMIME_transformation_options = 'Opciones de transformación';
$strMIME_transformation = 'Transformación del navegador';
$strMIMETypesForTable = 'TIPOS MIME PARA LA TABLA';
$strMIME_without = 'MIME-types impresos en itálicas no tienen una función de transformación adicional';
$strModifications = 'Se han guardado las modificaciones';
$strModifyIndexTopic = 'Modificar un índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover tabla a (Base de datos<b>.</b>tabla):';
$strMoveTableOK = 'La tabla %s ha sido movida a %s.';
$strMoveTableSameNames = '¡No es posible mover la tabla a la misma!';
$strMultilingual = 'multilingüe';
$strMyISAMDataPointerSizeDesc = 'El tamaño predeterminado del puntero de datos en bytes, para su uso en CREATE TABLE para las tablas MyISAM cuando no se ha especificado la opción MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamaño del puntero de datos';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si el archivo temporal usado para la generación rápida de índices MyISAM fuese mayor que el uso del key cache por la cantidad especificada aquí, preferir el método key cache.';
$strMyISAMMaxExtraSortFileSize = 'Tamaño máximo de los archivos temporales durante la generación del índice';
$strMyISAMMaxSortFileSizeDesc = 'El tamaño máximo del archivo temporal que MySQL puede generar mientras genera un nuevo índice MyISAM del archivo temporal (durante REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamaño máximo para los archivos temporales generados durante la organización';
$strMyISAMRecoverOptionsDesc = 'La modalidad para la recuperación automática de tablas MyISAM caídas catastróficamente, como fuera determinado mediante la opción al arranque del servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modalidad de recuperación automática';
$strMyISAMRepairThreadsDesc = 'Si este valor es superior a 1, se generan en paralelo los índices de las tablas MyISAM (cada índice con su propio proceso) durante el proceso \"Reparar mediante organización\".';
$strMyISAMRepairThreads = 'Reparar los procesos';
$strMyISAMSortBufferSizeDesc = 'La cantidad de memoria que se asigna para organizar los índices MyISAM durante la operación REPAIR TABLE o cuando se generan índices con CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Organizar el tamaño del búfer de memoria';
$strMySQLCharset = 'Juegos de caracteres de MySQL';
$strMysqlClientVersion = 'Versión del cliente';
$strMySQLConnectionCollation = 'Cotejamiento de las conexiones MySQL';
$strMySQLSaid = 'MySQL ha dicho: ';
$strMySQLShowProcess = 'Mostrar procesos';
$strMySQLShowStatus = 'Mostrar información de tiempo de ejecución de MySQL';
$strMySQLShowVars = 'Mostrar las variables del sistema MySQL';
 
$strName = 'Nombre';
$strNext = 'Próxima';
$strNoActivity = 'No ha habido actividad desde hace %s o más segundos, por favor reingrese al sitio';
$strNoDatabases = 'No hay bases de datos';
$strNoDatabasesSelected = 'No se seleccionaron bases de datos.';
$strNoDescription = 'Sin descripción';
$strNoDetailsForEngine = 'No existe información detallada acerca de las condiciones en que se encuentra este motor de almacenamiento.';
$strNoDropDatabases = 'Los enunciados \"DROP DATABASE\" están deshabilitados.';
$strNoExplain = 'Salir de la explicación del SQL';
$strNoFilesFoundInZip = '¡No se hallaron archivos dentro del archivo ZIP!';
$strNoFrames = 'phpMyAdmin funciona mejor con un navegador que <b>reconoce frames</b>.';
$strNoIndex = '¡No se ha definido el índice!';
$strNoIndexPartsDefined = '¡No se han definido las partes del índice!';
$strNoModification = 'Sin cambios';
$strNone = 'Ninguna';
$strNo = 'No';
$strNoOptions = 'Este formato no tiene opciones';
$strNoPassword = 'Sin contraseña';
$strNoPermission = 'El servidor web no tiene permiso para guardar el archivo %s.';
$strNoPhp = 'Sin código PHP';
$strNoPrivileges = 'Sin privilegios';
$strNoRights = '¡Usted no tiene suficientes privilegios para estar aquí ahora!';
$strNoRowsSelected = 'No se seleccionaron filas';
$strNoSpace = 'No hay suficiente espacio para guardar el archivo %s.';
$strNoTablesFound = 'No se han encontrado tablas en la base de datos.';
$strNoThemeSupport = 'No existe soporte para Diseños personalizados (Themes), por favor, revise su configuración y/o sus temas en el directorio %s.';
$strNothingToImport = '¡Usted no seleccionó datos para importar!';
$strNotNumber = '¡Ésto no es un número!';
$strNotOK = 'no recibió el OK';
$strNotSet = 'La tabla <b>%s</b> no fue hallada o no fue definida en %s';
$strNoUsersFound = 'Usuario(s) no encontrado(s).';
$strNoValidateSQL = 'Salir de la validación del SQL';
$strNull = 'Nulo';
$strNumberOfFields = 'Número de campos';
$strNumSearchResultsInTable = '%s resultado(s) en la tabla <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tablas';
 
$strOK = 'OK';
$strOpenNewWindow = 'Abrir nueva ventana de phpMyAdmin';
$strOperations = 'Operaciones';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimizar la tabla';
$strOr = 'O';
$strOverhead = 'Residuo a depurar';
$strOverwriteExisting = 'Sobreescribir el(los) archivo(s) existente(s)';
 
$strPageNumber = 'Número de página:';
$strPagesToBeFlushed = 'Páginas que serán eliminadas';
$strPaperSize = 'Tamaño del papel';
$strPartialImport = 'Importación parcial';
$strPartialText = 'Textos parciales';
$strPasswordChanged = 'La contraseña para %s se cambió exitosamente.';
$strPassword = 'Contraseña';
$strPasswordEmpty = '¡La contraseña está vacía!';
$strPasswordHashing = 'Hashing de la contraseña';
$strPasswordNotSame = '¡Las contraseñas no coinciden!';
$strPdfDbSchema = 'Esquema de la base de datos "%s" - Página %s';
$strPdfInvalidTblName = '¡La tabla "%s" no existe!';
$strPdfNoTables = 'No existen tablas';
$strPDFOptions = 'Opciones del PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Título del reporte';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Persa';
$strPhoneBook = 'directorio telefónico';
$strPHP40203 = 'Usted está usando PHP 4.2.3, el cual tiene un error de codificación en cuanto a las "cadenas de caracteres multi-byte" (mbstring). Lea el reporte 19404 de PHP. No se recomienda el uso de phpMyAdmin con esta versión de PHP.';
$strPhp = 'Crear código PHP';
$strPHPVersion = 'Versión de PHP';
$strPmaDocumentation = 'Documentación de phpMyAdmin';
$strPmaUriError = 'El contenido de <tt>$cfg[\'PmaAbsoluteUri\']</tt> ¡DEBE constar en config.inc.php!';
$strPolish = 'Polaco';
$strPortrait = 'Orientación vertical';
$strPos1 = 'Empezar';
$strPrevious = 'Previo';
$strPrimaryKeyHasBeenDropped = 'La clave primaria ha sido eliminada';
$strPrimaryKeyName = 'El nombre de la clave primaria debe ser \"PRIMARY\"';
$strPrimaryKeyWarning = '("PRIMARY" <b>exclusivamente debe</b> ser el nombre de ¡una clave primaria!)';
$strPrimary = 'Primaria';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Previsualización para imprimir (documento completo)';
$strPrintView = 'Vista de impresión';
$strPrivDescAllPrivileges = 'Incluye todos los privilegios excepto GRANT (CONCEDER).';
$strPrivDescAlter = 'Permite alterar la estructura de las tablas existentes.';
$strPrivDescAlterRoutine = 'Permite alterar y eliminar las rutinas almacenadas.';
$strPrivDescCreateDb = 'Permite crear nuevas bases de datos y tablas.';
$strPrivDescCreateRoutine = 'Permite crear el almacenamiento de rutinas.';
$strPrivDescCreateTbl = 'Permite la creación de tablas nuevas.';
$strPrivDescCreateTmpTable = 'Permite la creación de tablas temporales.';
$strPrivDescCreateUser = 'Permite crear, eliminar y cambiar el nombre de las cuentas de usuario.';
$strPrivDescCreateView = 'Permite crear nuevas vistas.';
$strPrivDescDelete = 'Permite borrar datos.';
$strPrivDescDropDb = 'Permite eliminar bases de datos y tablas.';
$strPrivDescDropTbl = 'Permite eliminar tablas.';
$strPrivDescExecute5 = 'Permite ejecutar las rutinas almacenadas.';
$strPrivDescExecute = 'Permite ejecutar procedimientos guardados; no tiene efecto en esta versión de MySQL.';
$strPrivDescFile = 'Permite importar y exportar datos de y hacia archivos.';
$strPrivDescGrant = 'Permite añadir usuarios y privilegios sin conectarse nuevamente a la tabla de privilegios.';
$strPrivDescIndex = 'Permite crear y eliminar índices.';
$strPrivDescInsert = 'Permite insertar y reemplazar datos.';
$strPrivDescLockTables = 'Permite poner candados a las tablas para el proceso actual.';
$strPrivDescMaxConnections = 'Limita el número de conexiones nuevas que el usuario puede abrir por hora.';
$strPrivDescMaxQuestions = 'Limita el número de consultas que el usuario puede enviar al servidor por hora.';
$strPrivDescMaxUpdates = 'Limita el número de comandos que cambian cualquier tabla o base de datos que el usuario puede ejecutar por hora.';
$strPrivDescMaxUserConnections = 'Limita el número de conexiones simultáneas que el usuario pueda tener.';
$strPrivDescProcess3 = 'Permite eliminar los procesos de otros usuarios.';
$strPrivDescProcess4 = 'Permite ver las consultas completas en la lista de procesos.';
$strPrivDescReferences = 'No tiene efecto en esta versión de MySQL.';
$strPrivDescReload = 'Permite volver a cargar los parámetros del servidor y depurar los cachés del servidor.';
$strPrivDescReplClient = 'Da el derecho al usuario para preguntar dónde están los "esclavos / masters".';
$strPrivDescReplSlave = 'Necesario para los "esclavos" de replicación.';
$strPrivDescSelect = 'Permite leer los datos.';
$strPrivDescShowDb = 'Concede acceso a la lista completa de bases de datos.';
$strPrivDescShowView = 'Permite llevar a cabo las consultas SHOW CREATE VIEW (MOSTRAR CREAR VER).';
$strPrivDescShutdown = 'Permite desconectar el servidor.';
$strPrivDescSuper = 'Permite la conexión, incluso si el número máximo de conexiones ha sido alcanzado; Necesario para la mayor parte de operaciones administrativas tales como montar parámetros de variables globales o matar procesos de otros usuarios.';
$strPrivDescUpdate = 'Permite cambiar los datos.';
$strPrivDescUsage = 'Sin privilegios.';
$strPrivileges = 'Privilegios';
$strPrivilegesReloaded = 'Los privilegios fueron cargados nuevamente de manera exitosa.';
$strProcesslist = 'Lista de procesos';
$strProtocolVersion = 'Versión del protocolo';
$strPutColNames = 'Poner los nombres de campo en la primera hilera';
 
$strQBEDel = 'Borrar';
$strQBE = 'Generar una consulta';
$strQBEIns = 'Insertar';
$strQueryCache = 'Cache de consultas';
$strQueryFrame = 'Ventana de consulta';
$strQueryOnDb = 'Consulta a la base de datos <b>%s</b>:';
$strQuerySQLHistory = 'Historial-SQL';
$strQueryStatistics = '<b>Estadísticas de consulta</b>: Desde su inicio, %s consultas han sido enviadas al servidor.';
$strQueryTime = 'La consulta tardó %01.4f seg';
$strQueryType = 'Tipo de consulta';
$strQueryWindowLock = 'No sobreescribir esta consulta desde fuera de la ventana';
 
$strReadRequests = 'Lea las solicitudes';
$strReceived = 'Recibido';
$strRecords = 'Registros';
$strReferentialIntegrity = 'Comprobar la integridad referencial:';
$strRefresh = 'Actualizar';
$strRelationalSchema = 'Esquema relacionado';
$strRelationNotWorking = 'Las opciones adicionales para trabajar con tablas vinculadas fueron desactivadas. Para saber porqué, dé clic %saquí%s.'; //Features = ¿opciones, componentes?
$strRelationsForTable = 'RELACIONES PARA LA TABLA';
$strRelations = 'Relaciones';
$strRelationView = 'Vista de relaciones';
$strReloadingThePrivileges = 'Cargando los privilegios nuevamente';
$strReloadMySQL = 'Reinicio de MySQL';
$strRemoveSelectedUsers = 'Eliminar a los usuarios seleccionados';
$strRenameDatabaseOK = 'La base de datos %s ha sido cambiada de nombre a %s';
$strRenameTable = 'Cambiar el nombre de la tabla a';
$strRenameTableOK = 'Tabla %s ahora se llama %s';
$strRepairTable = 'Reparar la tabla';
$strReplaceNULLBy = 'Reemplazar NULL con';
$strReplaceTable = 'Reemplazar los datos de la tabla con los del archivo';
$strReplication = 'Replicación';
$strReset = 'Reiniciar';
$strResourceLimits = 'Límites de recursos';
$strReType = 'Debe volver a escribir';
$strRevokeAndDeleteDescr = 'Los usuarios aún tendrán el privilegio "USAGE" hasta que los privilegios se hayan vuelto a cargar.';
$strRevokeAndDelete = 'Revocar todos los privilegios activos de los usuarios y borrarlos después.';
$strRevokeMessage = 'Ha revocado los privilegios para %s';
$strRevoke = 'Revocar';
$strRomanian = 'Rumano';
$strRowLength = 'Longitud de la fila';
$strRows = 'Filas';
$strRowsFrom = 'filas empezando de';
$strRowSize = ' Tamaño de la fila ';
$strRowsModeFlippedHorizontal = 'horizontal (encabezados rotados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en modo %s y repetir los encabezados cada %s celdas';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estadísticas de la fila';
$strRunning = 'ejecutándose en %s';
$strRunQuery = 'Ejecutar la consulta';
$strRunSQLQuery = 'Ejecutar la(s) consulta(s) SQL en la base de datos %s';
$strRunSQLQueryOnServer = 'Ejecute la o las consultas SQL en el servidor %s';
$strRussian = 'Ruso';
 
$strSave = 'Grabar';
$strSaveOnServer = 'Guardar en el servidor, en el directorio %s ';
$strScaleFactorSmall = 'El factor de la escala es demasiado pequeño para poner el esquema en una página';
$strSearch = 'Buscar';
$strSearchFormTitle = 'Buscar en la base de datos';
$strSearchInTables = 'En la(s) tabla(s):';
$strSearchNeedle = 'Palabra(s) o valor(es) a buscar (comodín: "%"):';
$strSearchOption1 = 'al menos una de estas palabras';
$strSearchOption2 = 'Todas las palabras';
$strSearchOption3 = 'La frase exacta';
$strSearchOption4 = 'como expresión regular';
$strSearchResultsFor = 'Resultados de la búsqueda por "<i>%s</i>" %s:';
$strSearchType = 'Encontrado:';
$strSecretRequired = 'El archivo de configuración ahora necesita salvoconducto (una frase secreta) (blowfish_secret).';
$strSelectADb = 'Seleccionar una base de datos';
$strSelectAll = 'Seleccionar todo';
$strSelectBinaryLog = 'Seleccionar el log binario que desea examinar';
$strSelectFields = 'Seleccionar campos (al menos uno):';
$strSelectNumRows = 'en la consulta';
$strSelectTables = 'Seleccionar tablas';
$strSend = 'Enviar (genera un archivo descargable)';
$strSent = 'Enviado';
$strServerChoice = 'Elección del servidor';
$strServerNotResponding = 'El servidor no está respondiendo';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Información acerca del tiempo de ejecución del proceso principal';
$strServerStatusUptime = 'Este servidor MySQL ha estado activo durante %s. Se inició en %s.';
$strServerTabProcesslist = 'Procesos';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Tráfico del servidor</b>: Estas tablas muestran las estadísticas de tráfico en la red de este servidor MySQL desde su inicio.';
$strServerVars = 'Variables y parámetros del servidor';
$strServerVersion = 'Versión del servidor';
$strSessionValue = 'Valor de la sesión';
$strSetEnumVal = 'Si el tipo de campo es "enum" o "set", por favor ingrese los valores usando este formato: \'a\',\'b\',\'c\'...<br />Si alguna vez necesita poner una barra invertida("\") o una comilla simple ("\'") entre esos valores, siempre ponga una barra invertida. (Por ejemplo \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostrar todo';
$strShowColor = 'Mostrar color';
$strShowDatadictAs = 'Formato del Diccionario de Datos';
$strShowFullQueries = 'Mostrar las consultas enteras';
$strShowGrid = 'Mostrar la cuadrícula';
$strShowingBookmark = 'Mostrando el favorito';
$strShowingRecords = 'Mostrando registros ';
$strShow = 'Mostrar';
$strShowOpenTables = 'Mostrar las tablas que están abiertas';
$strShowPHPInfo = 'Mostrar la información de PHP';
$strShowSlaveHosts = 'Mostrar los hosts esclavos';
$strShowSlaveStatus = 'Mostrar el estado del esclavo';
$strShowStatusBinlog_cache_disk_useDescr = 'El número de transacciones que usaron el cache de log binario temporal pero que excedieron el valor del binlog_cache_size y usaron un archivo temporal para almacenar los enunciados de la transacción.';
$strShowStatusBinlog_cache_useDescr = 'El número de transacciones que usaron el cache de log binario temporal.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'El número de tablas temporales en el disco que fueron creados automáticamente por el servidor mientras ejecuta los enunciados. Si las tablas Created_tmp_disk_tables es grande, puede incrementar el valor de tmp_table_size para hacer que las tablas temporales se basen en memoria en lugar de basarse en disco.';
$strShowStatusCreated_tmp_filesDescr = 'El número de archivos temporales que fueron creados por mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'El número de tablas temporales in-memory creadas automáticamente por el servidor mientras se ejecutaban los enunciados.';
$strShowStatusDelayed_errorsDescr = 'El número de filas escritas con INSERT DELAYED en los cuales ocurrió algún error (probablemente una llave duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'El número de procesos gestores INSERT DELAYED en uso. Cada tabla diferente en la cual uno usa INSERT DELAYED recibe su propio proceso.';
$strShowStatusDelayed_writesDescr = 'El número de filas INSERT DELAYED escritas.';
$strShowStatusFlush_commandsDescr = 'El número de enunciados FLUSH ejecutados.';
$strShowStatusHandler_commitDescr = 'El número de enunciados COMMIT internos.';
$strShowStatusHandler_deleteDescr = 'El número de veces que una fila fue eliminada de una tabla.';
$strShowStatusHandler_discoverDescr = 'El servidor MySQL puede solicitar al motor de almacenamiento NDB Cluster si conoce acerca de una tabla con un nombre dado. Esto se llama descubrimiento. Handler_discover indica el número ocasiones que las tablas han sido descubiertas.';
$strShowStatusHandler_read_firstDescr = 'El número de veces en que el primer registro ha sido leído desde un índice. Si este valor es alto, sugiere que el servidor está haciendo gran cantidad de escaneos completos del índice; por ejemplo, SELECT col1 FROM foo, asumiendo que col1 está indizado.';
$strShowStatusHandler_read_keyDescr = 'El número de solicitudes hechas para leer una fila basado en una llave. Si este valor es alto, es una buena indicación de que sus consultas y tablas están indizadas apropiadamente.';
$strShowStatusHandler_read_nextDescr = 'El número de solicitudes hechas para leer la siguiente fila en un orden clave. Este se incrementa si usted está consultando una columna índice con un limitante de rango o si usted está haciendo un escaneo del índice.';
$strShowStatusHandler_read_prevDescr = 'El número de solicitudes hechas para leer la fila previa en un orden clave. Este método de lectura se usa principalmente para optimizar a ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'El número de solicitudes hechas para leer una fila basado en una posición fija. Este es alto si usted está haciendo muchas consultas que requieren el reordenamiento del resultado. Usted probablemente tiene muchas consultas que requieren que MySQL escanee tablas enteras o usted debe tener vínculos (joins) que no usan las llaves de manera apropiada.';
$strShowStatusHandler_read_rnd_nextDescr = 'El número de solicitudes hechas para leer la siguiente fila en el archivo de datos. Este es alto si usted está haciendo muchos escaneos de tablas. Generalmente, esto sugiere que sus tablas no están indizadas apropiadamente o que sus consultas no están escritas para tomar ventaja de los índices que tiene.';
$strShowStatusHandler_rollbackDescr = 'El número de enunciados ROLLBACK internos.';
$strShowStatusHandler_updateDescr = 'El número de solicitudes hechas para actualizar una fila en una tabla.';
$strShowStatusHandler_writeDescr = 'El número de solicitudes hechas para insertar una fila en una tabla.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'El número de páginas conteniendo datos (sucias o limpias).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'El número de páginas actualmente sucias.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'El número de páginas en la memoria (búfer) de tránsito común que se ha solicitado sean vaciadas.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'El número de páginas libres.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'El número de páginas aseguradas en la memoria (búfer) de tránsito común InnoDB. Estas son páginas en fase de lectura o escritura o que no pueden ser vaciadas o removidas por alguna otra razón.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'El número de páginas ocupadas porque han sido asignadas para overhead administrativo tales como row locks o el índice hash adaptativo. Este valor también puede ser calculado como Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamaño total de la memoria (búfer) de tránsito común, en páginas.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'El número de read-aheads InnoDB "aleatorias" iniciadas. Esto sucede cuando una consulta va a escanear una gran porción de una tabla pero en orden aleatorio.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'El número de read-aheads InnoDB secuenciales iniciadas. Esto sucede cuando InnoDB hace un escaneo secuencial de la tabla completa.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'El número de solicitudes de lectura lógica hechas por InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'El número de lecturas lógicas que InnoDB no pudo satisfacer de la memoria (búfer) de tránsito común y donde fue necesario hacer lectura de página sencilla.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente, las escrituras a la memoria de tránsito común InnoDB suceden en el trasfondo. Sin embargo, de ser necesario leer o crear una página y existen páginas limpias disponibles, es necesario esperar que las páginas sean vaciadas previamente. Este contador cuenta las instancias de estas esperas. Si los parámetros del tamaño de la memoria de tránsito común se fijaron apropiadamente, este valor será pequeño.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'El número de escrituras hechas a la memoria de tránsito común InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'El número de operaciones fsync() hechas hasta el momento.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'El número actual de operaciones fsync() pendientes.';
$strShowStatusInnodb_data_pending_readsDescr = 'El número actual de lecturas pendientes.';
$strShowStatusInnodb_data_pending_writesDescr = 'El número actual de escrituras pendientess.';
$strShowStatusInnodb_data_readDescr = 'El número de datos leídos hasta el momento, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'El número total de lectura de datos.';
$strShowStatusInnodb_data_writesDescr = 'El número total de escritura de datos.';
$strShowStatusInnodb_data_writtenDescr = 'La cantidad de datos escritas hasta el momento, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'El número de escrituras doublewrite que se han ejecutado y el número de páginas escritas con este propósito.';
$strShowStatusInnodb_dblwr_writesDescr = 'El número de escrituras doublewrite que se han ejecutado y el número de páginas escritas con este propósito.';
$strShowStatusInnodb_log_waitsDescr = 'El número de esperas generadas porque la memoria (búfer) log fue demasiado pequeña y hubo que esperar a que fuera vaciada antes de continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'El número de solicitudes de escritura al log.';
$strShowStatusInnodb_log_writesDescr = 'El número de escrituras físicas al archivo log.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'El número de escrituras fsyncs hechas al archivo log.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'El número de fsyncs pendientes al archivo log.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escrituras pendientes al archivo log.';
$strShowStatusInnodb_os_log_writtenDescr = 'El número de bytes escritos al archivo log.';
$strShowStatusInnodb_pages_createdDescr = 'El número de páginas creadas.';
$strShowStatusInnodb_page_sizeDescr = 'El tamaño de página InnDB precompilado (por omisión 16KB). Muchos valores son contados por páginas; el tamaño de la página permite que pueda convertirse fácilmente a bytes.';
$strShowStatusInnodb_pages_readDescr = 'El número de páginas leídas.';
$strShowStatusInnodb_pages_writtenDescr = 'El número de páginas escritas.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'El número de row locks que actualmente están en espera.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'El tiempo promedio para adquirir un row lock, en milisegundos.';
$strShowStatusInnodb_row_lock_timeDescr = 'El total de tiempo invertido para adquirir los row locks, en milisegundos.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'El tiempo máximo para adquirir un row lock, en milisegundos.';
$strShowStatusInnodb_row_lock_waitsDescr = 'El número de veces que un row lock tuvo que esperarse.';
$strShowStatusInnodb_rows_deletedDescr = 'El número de filas eliminadas de tablas InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'El número de filas insertadas en tablas InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'El número de filas leídas de las tablas InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'El número de filas actualizadas en tablas InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'El número de key blocks en el key cache que han cambiado pero que aún no han sido vaciados al disco. Antes se conocía como Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'El número de bloques sin usar en el key cache. Puede usar este valor para determinar cuánto del key cache está en uso.';
$strShowStatusKey_blocks_usedDescr = 'El número de bloques usados en el key cache. Este valor es un marcador de desbordamiento que indica el número máximo de bloques que algún momento se llegaron a usar.';
$strShowStatusKey_read_requestsDescr = 'El número de solicitudes para leer un key block desde el cache.';
$strShowStatusKey_readsDescr = 'El número de lecturas físicas del key block desde el disco. Si el Key_reads es grande, entonces el valor key_buffer_size probablemente es demasiado pequeño. La tasa de fallos en el cache puede calcularse como Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'El número de solicitudes para escribir un key block al cache.';
$strShowStatusKey_writesDescr = 'El número de escrituras físicas a un key block al disco.';
$strShowStatusLast_query_costDescr = 'El costo total de la última consulta compilada como fuera computada por el optimizador de consultas. Es útil para comparar el costo de diferentes planes de consulta para una misma consulta. El valor por omisión de 0 significa que ninguna consulta ha sido compilada todavía.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'El número de filas esperando ser escritas en las colas INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'El número de tablas que han sido abiertas. Si el número de tablas abiertas es grande, su valor del cache de tabla probablemente es muy pequeño.';
$strShowStatusOpen_filesDescr = 'El número de archivos que están abiertos.';
$strShowStatusOpen_streamsDescr = 'El número de flujos de datos que están abiertos (usado principalmente para alimentar a los logs).';
$strShowStatusOpen_tablesDescr = 'El número de tablas que están abiertas.';
$strShowStatusQcache_free_blocksDescr = 'El número de bloques de memoria libre en el cache de consultas.';
$strShowStatusQcache_free_memoryDescr = 'La cantidad de memoria libre para el cache de consultas.';
$strShowStatusQcache_hitsDescr = 'El número de hits al cache.';
$strShowStatusQcache_insertsDescr = 'El número de consultas añadidos al cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'El número de consultas que han sido removidos del cache para liberar la memoria para poner nuevas consultas en el cache. Esta información puede ayudar a afinar el tamaño del cache de consultas. El cache de consultas usa la estrategia Least Recently Used (LRU) para decidir cuáles consultas deben ser removidas del cache.';
$strShowStatusQcache_not_cachedDescr = 'El número de consultas que no ingresaron al cache (porque no es posible o porque el parámetro no está activado en query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'El número de consultas registradas en el cache.';
$strShowStatusQcache_total_blocksDescr = 'El número total de bloques en el cache de consultas.';
$strShowStatusReset = 'Resetear';
$strShowStatusRpl_statusDescr = 'El estado de la replicación a prueba de fallos (aún no ha sido implementada).';
$strShowStatusSelect_full_joinDescr = 'El número de vínculos (joins) que no usan índices. Si este valor no es 0, deberá revisar los índices de sus tablas cuidadosamente.';
$strShowStatusSelect_full_range_joinDescr = 'El número de vínculos (joins) que usaron búsqueda por rangos en una tabla de referencias.';
$strShowStatusSelect_range_checkDescr = 'El número de vínculos (joins) sin keys que revisan el uso de key luego de cada fila. (Si no es 0, deberá revisar los índices de sus tablas cuidadosamente.)';
$strShowStatusSelect_rangeDescr = 'El número de vínculos (joins) que usaron rangos en la primera tabla. (Normalmente no es crítico aun cuando sea grande.)';
$strShowStatusSelect_scanDescr = 'El número de vínculos (joins) que hicieron un escaneo completo de la primera tabla.';
$strShowStatusSlave_open_temp_tablesDescr = 'El número de tablas temporales actualmente abiertas por el proceso SQL esclavo.';
$strShowStatusSlave_retried_transactionsDescr = 'Número total de veces (desde el arranque) que el proceso SQL esclavo de replicación ha reintentado hacer transacciones.';
$strShowStatusSlave_runningDescr = 'Está ENCENDIDO si este servidor es un esclavo que está conectado a un master.';
$strShowStatusSlow_launch_threadsDescr = 'El número de procesos que han tomado más de los segundos registrados en slow_launch_time para crear.';
$strShowStatusSlow_queriesDescr = 'El número de consultas que han tomado más segundos que los registrados en long_query_time.';
$strShowStatusSort_merge_passesDescr = 'El número de pasadas de fusión (merge) que el algoritmo organizar ha debido hacer. Si este valor es grande, debe considerar incrementar el valor de la varible de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'El número de consultas organizar que se ejecutaron con rangos.';
$strShowStatusSort_rowsDescr = 'El número de filas sorted.';
$strShowStatusSort_scanDescr = 'El número de consultas organizar que se hicieron escaneando la tabla.';
$strShowStatusTable_locks_immediateDescr = 'El número de veces que un table lock fue adquirido inmediatamente.';
$strShowStatusTable_locks_waitedDescr = 'El número de veces que un table lock no pudo adquirirse inmediatamente y fue necesaria una espera. Si este valor es alto, y hay problemas de rendimiento, primero deberá optimizar sus consultas, y luego, ya sea partir sus tablas o usar replicación.';
$strShowStatusThreads_cachedDescr = 'El número de procesos en el cache de procesos. La tasa de hits al cache puede calcularse como Threads_created/Connections. Si este valor es rojo, debe incrementar su thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'El número de conexiones abiertas actualmente.';
$strShowStatusThreads_createdDescr = 'El número de procesos creados para manejar las conexiones. Si Threads_created es grande, querrá incrementar el valor thread_cache_size. (Normalmente esto no aporta una mejoría notable en el rendimiento si usted tiene una buena implementación de procesos.)';
$strShowStatusThreads_runningDescr = 'El número de procesos que no están en reposo.';
$strShowTableDimension = 'Mostrar la dimensión de las tablas';
$strShowTables = 'Mostrar las tablas';
$strShowThisQuery = ' Mostrar esta consulta otra vez ';
$strSimplifiedChinese = 'Chino simplificado';
$strSingly = '(solamente)';
$strSize = 'Tamaño';
$strSkipQueries = 'Número de registros (consultas) a saltarse desde el inicio';
$strSlovak = 'Eslovaco';
$strSlovenian = 'Esloveno';
$strSocketProblem = '(o el socket del servidor MySQL local no está configurado correctamente)';
$strSortByKey = 'Organizar según la clave';
$strSorting = 'Organizando (sorting)';
$strSort = 'Ordenar';
$strSpaceUsage = 'Espacio utilizado';
$strSpanish = 'Español';
$strSplitWordsWithSpace = 'Palabras separadas por un espacio (" ").';
$strSQLExportCompatibility = 'Compatibilidad con exportación SQL';
$strSQLExportType = 'Tipo de exportación';
$strSQLImportOptions = 'Opciones SQL';
$strSQLOptions = 'Opciones SQL';
$strSQLParserBugMessage = 'Hay la posibilidad de que usted haya encontrado un error en el intérprete de SQL. Por favor examine cuidadosamente su consulta, y verifique que las comillas están siendo usadas adecuadamente y hacen juego. Otra posible causa del fallo es que usted este subiendo un archivo con datos binarios por fuera del área de texto delimitado. Intente su consulta en la interfaz de comandos de MySQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema. Si aún tiene problemas o el intérprete falla en tanto que en la interfaz de comandos funciona, por favor reduzca la salida de su consulta de SQL a la consulta que genera el problema, y envíe un reporte de error con la cadena de datos en la sección de CORTE indicada abajo:';
$strSQLParserUserError = 'Parece haber un error en su consulta de SQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema.';
$strSQLQuery = 'consulta SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'El identificador no es válido';
$strSQPBugUnclosedQuote = 'Comillas sin cerrar';
$strSQPBugUnknownPunctuation = 'Signo de puntuación desconocido';
$strStatCheckTime = 'Última revisión';
$strStatCreateTime = 'Creación';
$strStatement = 'Enunciado';
$strStatisticsOverrun = 'En un servidor que se encuentra ejecutando procesos, los contadores de bytes pueden excederse. Por tanto, las estadísticas reportadas por el servidor MySQL pueden estar incorrectas.';
$strStatUpdateTime = 'Última actualización';
$strStatus = 'Estado actual';
$strStorageEngine = 'Motor de almacenamiento';
$strStorageEngines = 'Motores de almacenamiento';
$strStrucCSV = 'Datos CSV ';
$strStrucData = 'Estructura y datos';
$strStrucDrop = 'Añadir DROP TABLE';
$strStrucExcelCSV = 'CSV para datos de MS Excel';
$strStrucNativeExcel = 'Datos de MS Excel en formato nativo';
$strStrucOnly = 'Únicamente la estructura ';
$strStructPropose = 'Planteamiento de la estructura de tabla';
$strStructure = 'Estructura';
$strSubmit = 'Enviar';
$strSuccess = 'Su consulta se ejecutó con éxito';
$strSum = 'Número de filas';
$strSwedish = 'Sueco';
$strSwitchToDatabase = 'Seleccionar la base de datos copiada';
$strSwitchToTable = 'Cambiar (switch) a la tabla copiada';
 
$strTableAlreadyExists = '¡La tabla %s ya existe!';
$strTableComments = 'Comentarios de la tabla';
$strTableEmpty = '¡El nombre de la tabla está vacío!';
$strTableHasBeenDropped = 'Se ha eliminado la tabla %s';
$strTableHasBeenEmptied = 'Se ha vaciado la tabla %s';
$strTableHasBeenFlushed = 'Se ha vaciado el caché de la tabla %s';
$strTableMaintenance = 'Mantenimiento de la tabla';
$strTableOfContents = 'Tabla de contenidos';
$strTableOptions = 'Opciones de la tabla';
$strTables = '%s tabla(s)';
$strTableStructure = 'Estructura de tabla para la tabla';
$strTable = 'Tabla';
$strTableType = 'Tipo de tabla';
$strTakeIt = 'tómelo';
$strTblPrivileges = 'Privilegios específicos para la tabla';
$strTempData = 'Datos temporales';
$strTextAreaLength = ' Debido a su longitud,<br /> este campo podría no ser editable ';
$strThai = 'Tailandés';
$strThemeDefaultNotFound = '¡No se halló la plantilla de interfaz (theme) predeterminada %s!';
$strThemeNoPreviewAvailable = 'No existe una previsualización disponible.';
$strThemeNotFound = '¡No se halló la plantilla de interfaz (theme) %s!';
$strThemeNoValidImgPath = '¡No se halló la ruta de imágenes para la plantilla de interfaz (theme) %s!';
$strThemePathNotFound = '¡No se halló la ruta de la plantilla de interfaz (theme) para la plantilla %s!';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Este Host';
$strThisNotDirectory = 'Esto no es un directorio';
$strThreads = 'Procesos';
$strThreadSuccessfullyKilled = 'El proceso %s fue destruido exitosamente.';
$strTimeoutInfo = 'Se agotó el tiempo de ejecución en la importación previa; si lo reenvía continuará desde la posición %d.';
$strTimeoutNothingParsed = 'Sin embargo, en la ejecución más reciente no se procesaron datos. Esto usualmente significa que phpMyAdmin no será capaz de completar esta importación a menos que usted incremente el tiempo de ejecución de php.';
$strTimeoutPassed = 'Se ha agotado el tiempo de ejecución del script; si desea completar la importación, por favor, reenvíe el mismo archivo y la importación continuará.';
$strTime = 'Tiempo';
$strToggleScratchboard = 'cambiar el estado del scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chino tradicional';
$strTraditionalSpanish = 'Español tradicional';
$strTraffic = 'Tráfico';
$strTransactionCoordinator = 'Coordinador de transacción';
$strTransformation_application_octetstream__download = 'Mostrar un enlace para descargar los datos binarios de un campo. La primera opción es el nombre del archivo binario. La segunda opción es un nombre de campo factible de una fila de la tabla que contiene el nombre del campo. Si usted aporta una segunda opción, necesariamente deberá consignar la primera opción a una cadena de caracteres vacía';
$strTransformation_application_octetstream__hex = 'Muestra los datos en representación hexadecimal.';
$strTransformation_image_jpeg__inline = 'Muestra un thumbnail que puede abrirse mediante un clic; opciones: width, height en píxeles (mantiene la proporción original)';
$strTransformation_image_jpeg__link = 'Muestra un enlace a esta imagen (i.e., blob descarga directa).';
$strTransformation_image_png__inline = 'Ver imagen/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Toma un campo TIME, TIMESTAMP o DATETIME y lo formatea usando su formato de fechas local. La primera opción es el offset (en horas) que se añadirá al timestamp (Predeterminado: 0). La segunda opción es un dateformat diferente de acuerdo con los parámetros disponibles para el strftime() del PHP.';
$strTransformation_text_plain__external = 'LINUX SOLAMENTE: Ejecuta una aplicación externa y alimenta el fielddata mediante input estándar. Retorna el output estándar de la aplicación. El predeterminado es Tidy, para mostrar código HTML agradable para la impresión. Por razones de seguridad, debe editar manualmente el archivo libraries/transformations/text_plain__external.inc.php e insertar las herramientas que permitirá se ejecuten. La primera opción será el número del programa que querrá utilizar y la segunda opción son los parámetros para el programa. El tercer parámetro, de ser 1 convertirá el output usando htmlspecialchars() (el predeterminado es 1). Un cuarto parámetro, de ser 1 pondrá un NOWRAP a la celda de contenido para que todo el output se muestre sin reformatear (Predeterminado 1)';
$strTransformation_text_plain__formatted = 'Mantiene el formato original del campo. No se puede hacer Escape.';
$strTransformation_text_plain__imagelink = 'Muestra una imagen y un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es el ancho en píxeles, el tercero es el alto.';
$strTransformation_text_plain__link = 'Muestra un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es un título para el enlace.';
$strTransformation_text_plain__sql = 'Formatea el texto como una consulta SQL y resalta la sintaxis.';
$strTransformation_text_plain__substr = 'Muestra una parte de una cadena de caracteres. La primera opción es el número de caracteres a pasar por alto desde el principio de la cadena de caracteres (Predeterminado: 0). La segunda opción es el número de caracteres a mostrar (Predeterminado: hasta el final de la cadena de caracteres). La tercera opción es la cadena de caracteres a adjuntar y/o anteponer cuando haya truncamiento (Predeterminado: "...").';
$strTruncateQueries = 'Truncar las consultas que ya se han mostrado';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Desmarcar todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconocido';
$strUnselectAll = 'Deseleccionar todo';
$strUnsupportedCompressionDetected = 'Usted intentó cargar un archivo con un tipo de compresión desconocido (%s). Este tipo de compresión puede no estar implementado o quizá no ha sido habilitado en su archivo de configuración.';
$strUpdatePrivMessage = 'Ha actualizado los privilegios para %s.';
$strUpdateProfileMessage = 'Se actualizó el perfil.';
$strUpdateQuery = 'Modificar la consulta';
$strUpdComTab = 'Para actualizar su tabla Columna_comentarios (Column_comments), por favor revise la documentación';
$strUpgrade = 'Usted debería actualizar su %s a la versión %s o más reciente.';
$strUploadLimit = 'Usted probablemente intentó cargar un archivo demasiado grande. Por favor, refiérase a %sdocumentation%s para hallar modos de superar esta limitante.';
$strUsage = 'Uso';
$strUseBackquotes = 'Usar "backquotes" con tablas y nombres de campo';
$strUsedPhpExtensions = 'Extensiones PHP utilizadas';
$strUseHostTable = 'Usar la tabla Anfitrión (Host)';
$strUserAlreadyExists = '¡El usuario %s ya existe!';
$strUserEmpty = '¡El nombre de usuario está vacío!';
$strUserName = 'Nombre de usuario';
$strUserNotFound = 'El usuario que seleccionó no se halló en la tabla de privilegios.';
$strUserOverview = 'Vista global de usuarios';
$strUsersDeleted = 'Los usuarios seleccionados fueron borrados exitosamente.';
$strUsersHavingAccessToDb = 'Usuarios con acceso a &quot;%s&quot;';
$strUser = 'Usuario';
$strUseTabKey = 'Use la tecla TAB para saltar de un valor a otro, o CTRL+flechas para moverse a cualquier parte';
$strUseTables = 'Usar tablas';
$strUseTextField = 'Use el campo de texto';
$strUseThisValue = 'Use este valor';
 
$strValidateSQL = 'Validar el SQL';
$strValidatorError = 'El validador de SQL no pudo inicializarse. Por favor revise si ha instalado las extensiones php necesarias, como están descritas en la %sdocumentación%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Acerca de esta versión';
$strViewDumpDatabases = 'Ver el volcado (schema) de la base de datos';
$strViewDumpDB = 'Ver el volcado esquema de la base de datos';
$strViewDump = 'Mostrar el volcado esquema de la tabla';
$strViewHasBeenDropped = 'Se descartó el modo de visualización %s';
$strViewMaxExactCount = 'Esta visualización tiene más de %s filas. Por favor, refiérase a la %sdocumentation%s.';
$strView = 'Visualizar';
 
$strWebServerUploadDirectory = 'directorio en el servidor web para subir los archivos';
$strWebServerUploadDirectoryError = 'No está disponible el directorio que usted habilitó para subir las tareas';
$strWelcome = 'Bienvenido a %s';
$strWestEuropean = 'Europea occidental';
$strWildcard = 'comodín';
$strWindowNotFound = 'La ventana del navegador no pudo actualizarse. Quizá cerró la ventana principal o su navegador está bloqueando las actualizaciones en ventanas múltiples debido a sus parámetros de seguridad.';
$strWithChecked = 'Para los elementos que están marcados:';
$strWriteRequests = 'Escribir las solicitudes';
$strWritingCommentNotPossible = 'No fue posible escribir el comentario';
$strWritingRelationNotPossible = 'No fue posible escribir la relación';
$strWrongUser = 'El nombre de usuario o la contraseña está equivocado. El acceso fue denegado.';
 
$strXML = 'XML';
 
$strYes = 'Sí';
 
$strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.';
$strZip = '"comprimido con zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/spanish-iso-8859-15.inc.php
0,0 → 1,976
<?php
/* $Id: spanish-iso-8859-15.inc.php,v 2.54.2.4 2006/03/23 17:42:15 lem9 Exp $ */
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab');
$month = array('Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic');
// Ver http://www.php.net/manual/es/function.strftime.php para definir
// la variable siguiente
$datefmt = '%d-%m-%Y a las %H:%M:%S';
$timespanfmt = '%s días, %s horas, %s minutos y %s segundos';
 
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Por favor, escriba la ruta absoluta del servidor que lleve al directorio docSQL';
$strAccessDenied = 'Acceso denegado ';
$strAccessDeniedCreateConfig = 'La razón más probable es que usted no creó un archivo de configuración. Utilice %1$ssetup script%2$s para crear una.';
$strAccessDeniedExplanation = 'phpMyAdmin intentó conectarse con el servidor MySQL, y el servidor rechazó esta conexión. Deberá revisar el host, nombre de usuario y contraseña en config.inc.php y asegurarse que corresponden con la información provista por el administrador del servidor MySQL.';
$strAction = 'Acción';
$strAddAutoIncrement = 'Añadir el valor AUTO_INCREMENT';
$strAddConstraints = 'Añadir restricciones';
$strAddDeleteColumn = 'Añadir/borrar columna de criterio';
$strAddDeleteRow = 'Añadir/borrar fila de criterio';
$strAddDropDatabase = 'Añadir DROP DATABASE';
$strAddedColumnComment = 'Se añadió un comentario para la columna';
$strAddedColumnRelation = 'Se añadió una relación para la columna';
$strAddFields = 'Añadir %s campo(s)';
$strAddHeaderComment = 'Añadir su propio comentario en el encabezado (\\n segmenta las oraciones)';
$strAddIfNotExists = 'Añadir IF NOT EXISTS';
$strAddIntoComments = 'Añadir en los comentarios';
$strAddNewField = 'Insertar nuevo campo';
$strAddPrivilegesOnDb = 'Añadir privilegios a esta base de datos';
$strAddPrivilegesOnTbl = 'Añadir privilegios a esta tabla';
$strAddSearchConditions = 'Insertar las condiciones de búsqueda (cuerpo de la cláusula "where"):';
$strAddToIndex = 'Añadir al índice &nbsp;%s&nbsp;columna(s)';
$strAddUser = 'Agregar un nuevo usuario';
$strAddUserMessage = 'Ha agregado un nuevo usuario.';
$strAdministration = 'Administración';
$strAffectedRows = 'Filas afectadas: ';
$strAfter = 'Después de %s';
$strAfterInsertBack = 'Volver';
$strAfterInsertNewInsert = 'Insertar un nuevo registro';
$strAfterInsertNext = 'Editar la siguiente fila';
$strAfterInsertSame = 'Volver a esta página';
$strAllowInterrupt = 'Permita la interrupción de la importación en el caso de que el script detecte que se ha acercado a su límite de tiempo. Esto podría ser un buen método para importar archivos grandes; sin embargo, puede dañar las transacciones.';
$strAllTableSameWidth = '¿Mostrar todas las tablas que tienen el mismo ancho?';
$strAll = 'Todos/as';
$strAlterOrderBy = 'Modificar el ORDER BY de la tabla';
$strAnalyzeTable = 'Analizar la tabla';
$strAndThen = 'y luego';
$strAnd = 'y luego';
$strAnIndex = 'Se añadió un índice en %s';
$strAny = 'cualquiera';
$strAnyHost = 'Cualquier servidor';
$strAnyUser = 'Cualquier usuario';
$strApproximateCount = 'Podría ser aproximado. Léase la FAQ 3.11';
$strAPrimaryKey = 'Se añadió una clave primaria en %s';
$strArabic = 'Árabe';
$strArmenian = 'Armenio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'Al comienzo de la tabla';
$strAtEndOfTable = 'Al final de la tabla';
$strAttr = 'Atributos';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Diseño automático';
 
$strBack = 'Volver';
$strBaltic = 'Báltico';
$strBeginCut = 'INICIO DEL CORTE';
$strBeginRaw = 'INICIO DEL VOLCADO';
$strBinary = ' Binario ';
$strBinaryDoNotEdit = ' Binario - ¡no editar! ';
$strBinaryLog = 'Log binario';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Información';
$strBinLogName = 'Nombre con el cual se registró';
$strBinLogOriginalPosition = 'Posición original';
$strBinLogPosition = 'Posición';
$strBinLogServerId = 'ID del servidor';
$strBookmarkAllUsers = 'Permitir que todo usuario pueda acceder a este favorito';
$strBookmarkCreated = 'El favorito %s fue creado';
$strBookmarkDeleted = 'El favorito ha sido borrado.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Consulta guardada en favoritos';
$strBookmarkReplace = 'Reemplazar el favorito existente que tenga el mismo nombre';
$strBookmarkThis = 'Guardar esta consulta en favoritos';
$strBookmarkView = 'Solamente ver';
$strBrowseDistinctValues = 'Navegar los valores distintivos';
$strBrowse = 'Examinar';
$strBrowseForeignValues = 'Mostrar los valores extranjeros';
$strBufferPoolActivity = 'Actividad de la memoria (búfer) de tránsito común';
$strBufferPool = 'Total de memoria del búfer';
$strBufferPoolUsage = 'Total de memoria del búfer consumido';
$strBufferReadMissesInPercent = 'Leer los fallos en %';
$strBufferReadMisses = 'Leer los fallos';
$strBufferWriteWaits = 'Escribir las esperas';
$strBufferWriteWaitsInPercent = 'Escribir las esperas en %';
$strBulgarian = 'Búlgaro';
$strBusyPages = 'Páginas activas';
$strBzError = 'Si desea usar las opciones de compresión Bz2, deberá actualizar su php a una versión más reciente. phpMyAdmin no fue capaz de comprimir el dump debido a que está dañada o inaccesible la extensión Bz2 en esta versión de php. Le recomendamos que cambie el parámetro <code>$cfg[\'BZipDump\']</code> en su archivo de configuración phpMyAdmin a <code>FALSE</code>. Lea el reporte de "bugs" de php %s para mayor información.';
$strBzip = '"Comprimido con bzip"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'No se pudieron cargar los plugins de importación, por favor revise su instalación';
$strCannotLogin = 'El servidor MySQL no autorizó su ingreso';
$strCantLoad = 'no se pudo cargar la extensión %s,<br />por favor revise su configuración de PHP.';
$strCantLoadRecodeIconv = 'No se puede cargar iconv o recodificar una extensión necesaria para la conversión de juegos de caracteres, configure php para permitir el uso de estas extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'No puede cambiar el nombre del índice a ¡PRIMARY!';
$strCantUseRecodeIconv = 'No se puede utilizar iconv ni libiconv ni la función recode_string mientras se carga la extensión de informes. Comprueba la configuración de php.';
$strCardinality = 'Cardinalidad';
$strCaseInsensitive = 'independiente de mayúsculas y minúsculas';
$strCaseSensitive = 'dependiente de mayúsculas y minúsculas';
$strCentralEuropean = 'Europeo central';
$strChange = 'Cambiar';
$strChangeCopyModeCopy = '...mantener el anterior.';
$strChangeCopyMode = 'Crear un nuevo usuario con los mismos privilegios y...';
$strChangeCopyModeDeleteAndReload = ' ...borrar el viejo de las tablas de usuario y luego volver a cargar los privilegios.';
$strChangeCopyModeJustDelete = ' ...borrar el viejo de las tablas de usuario.';
$strChangeCopyModeRevoke = ' ...revocar todos los privilegios activos del viejo y eliminarlo después.';
$strChangeCopyUser = 'Cambiar la información de la cuenta / Copiar el usuario';
$strChangeDisplay = 'Elegir el campo a mostrar';
$strChangePassword = 'Cambio de contraseña';
$strCharset = 'Juego de caracteres';
$strCharsetOfFile = 'Juego de caracteres del archivo:';
$strCharsetsAndCollations = 'Juego de caracteres y sus cotejamientos';
$strCharsets = 'Juegos de caracteres';
$strCheckAll = 'Marcar todos/as';
$strCheckOverhead = 'Marcar las tablas con residuo a depurar';
$strCheckPrivsLong = 'Revisar los privilegios para la base de datos &quot;%s&quot;.';
$strCheckPrivs = 'Revisar los privilegios';
$strCheckTable = 'Revisar la tabla';
$strChoosePage = 'Elegir la página a editar';
$strColComFeat = 'Mostrando los comentarios de la columna';
$strCollation = 'Cotejamiento';
$strColumnNames = 'Nombre de las columnas';
$strColumnPrivileges = 'Privilegios específicos para la columna';
$strCommand = 'Comando';
$strComments = 'Comentarios';
$strCommentsForTable = 'COMENTARIOS PARA LA TABLA';
$strCompatibleHashing = 'Compatible con MySQL&nbsp;4.0';
$strCompleteInserts = 'Completar los INSERTS';
$strCompression = 'Compresión';
$strCompressionWillBeDetected = 'La compresión escogida para el archivo a importar se detectará automáticamente de: %s';
$strConfigDefaultFileError = 'No fue posible cargar la configuración predeterminada desde: "%1$s"';
$strConfigFileError = '¡phpMyAdmin no puede leer el fichero de configuración!<br />Esto puede suceder si php encuentra un error sintáctico en él o bien php no puede encontrar el fichero.<br />Intente acceder al fichero de configuración directamente mediante el siguiente enlace y compruebe el(los) mensaje(s) de error que reciba. En muchas ocasiones falta una coma o punto y coma en algún sitio.<br />Si recibe una página en blanco, todo está correcto.';
$strConfigureTableCoord = 'Configure las coordenadas para la tabla %s';
$strConnectionError = 'No se estableció la conexión: los parámetros están incorrectos.';
$strConnections = 'Conexiones';
$strConstraintsForDumped = 'Filtros para las tablas descargadas (dump)';
$strConstraintsForTable = 'Filtros para la tabla';
$strCookiesRequired = 'Las "cookies" deben estar habilitadas.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'La base de datos %s ha sido copiada a %s';
$strCopyTable = 'Copiar la tabla a (base de datos<b>.</b>tabla):';
$strCopyTableOK = 'La tabla %s se copió a %s.';
$strCopyTableSameNames = '¡No es posible copiar la tabla a la misma!';
$strCouldNotKill = 'phpMyAdmin no fue capaz de destruir el proceso %s. Probablemente ya ha sido cerrado.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREAR BASE DE DATOS antes de copiar';
$strCreateIndex = 'Crear un índice en&nbsp;%s&nbsp;columna(s)';
$strCreateIndexTopic = 'Crear un nuevo índice';
$strCreateNewDatabase = 'Crear nueva base de datos';
$strCreateNewTable = 'Crear nueva tabla en la base de datos %s';
$strCreatePage = 'Crear una nueva página';
$strCreatePdfFeat = 'Creación de los PDF';
$strCreationDates = 'Fechas de creación/actualización/revisión';
$strCriteria = 'Criterio';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opciones CSV';
$strCSVOptions = 'Opciones CSV';
$strCyrillic = 'Cirílico';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
 
$strDanish = 'Danés';
$strDatabase = 'Base de datos';
$strDatabaseEmpty = '¡El nombre de la base de datos está vacío!';
$strDatabaseExportOptions = 'Opciones de exportación de la base de datos';
$strDatabaseHasBeenDropped = 'La base de datos %s ha sido eliminada.';
$strDatabaseNoTable = '¡Esta base de datos no contiene tablas!';
$strDatabases = 'Bases de datos';
$strDatabasesDropped = '%s bases de datos han sido eliminadas exitosamente.';
$strDatabasesStatsDisable = 'Desactivar las estadísticas';
$strDatabasesStatsEnable = 'Activar las estadísticas';
$strDatabasesStats = 'Estadísticas de la base';
$strDatabasesStatsHeavyTraffic = 'Nota: Activar aquí las estadísticas de la base de datos podría causar tráfico pesado entre el servidor web y el servidor MySQL.';
$strData = 'Datos';
$strDataDict = 'Diccionario de datos';
$strDataOnly = 'Solamente datos';
$strDataPages = 'Páginas que contienen datos';
$strDBComment = 'Comentario de la base de datos: ';
$strDBCopy = 'Copiar la base de datos a';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID del contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Línea';
$strDBGMaxTimeMs = 'Tiempo máximo, ms';
$strDBGMinTimeMs = 'Tiempo mínimo, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tiempo/Hit, ms';
$strDBGTotalTimeMs = 'Tiempo total, ms';
$strDbPrivileges = 'Privilegios específicos para la base de datos';
$strDBRename = 'Cambiar el nombre de la base de datos a';
$strDbSpecific = 'específico para la base de datos';
$strDefaultEngine = '%s es el motor de almacenamiento predeterminado en este servidor MySQL.';
$strDefault = 'Predeterminado';
$strDefaultValueHelp = 'Para valores predeterminados, por favor ingrese solamente un valor, sin caracteres de escape \"\\\" ni comillas, usando este formato: a';
$strDefragment = 'Defragmentar la tabla';
$strDelayedInserts = 'Usar "inserts" con retraso';
$strDeleteAndFlush = 'Borrar a los usuarios y luego volver a cargar los privilegios.';
$strDeleteAndFlushDescr = 'Este es el modo más limpio, pero volver a cargar los privilegios puede tomar tiempo.';
$strDelete = 'Borrar';
$strDeleted = 'La fila se ha borrado';
$strDeletedRows = 'Filas borradas: ';
$strDeleteNoUsersSelected = '¡No se han seleccionado usuarios para eliminar!';
$strDeleting = 'Borrando %s';
$strDelOld = 'La página actual tiene referencias a tablas que ya no existen. ¿Desea eliminar esas referencias?';
$strDescending = 'Descendente';
$strDescription = 'Descripción';
$strDictionary = 'diccionario';
$strDirtyPages = 'Páginas que requieren ser depuradas';
$strDisabled = 'Deshabilitado';
$strDisableForeignChecks = 'Deshabilitar la revisión de las llaves extranjeras (foreign keys)';
$strDisplayFeat = 'Mostrar las opciones'; //Features = ¿opciones, componentes?
$strDisplayOrder = 'Mostrar en este orden:';
$strDisplayPDF = 'Mostrar esquema PDF';
$strDoAQuery = 'Hacer una consulta (comodín: "%")';
$strDocu = 'Documentación';
$strDoYouReally = 'Realmente desea ';
$strDropDatabaseStrongWarning = '¡Está a punto de DESTRUIR una base de datos completa!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar las bases de datos que tienen los mismos nombres que los usuarios.';
$strDumpingData = 'Volcar la base de datos para la tabla';
$strDumpSaved = 'Su archivo (MySQL dump) ha sido guardado con el nombre %s.';
$strDumpXRows = 'Volcar %s filas empezando por la fila %s.';
$strDynamic = 'dinámico/a';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar las páginas PDF';
$strEditPrivileges = 'Editar los privilegios';
$strEffective = 'Efectivo/a';
$strEmptyResultSet = 'MySQL ha devuelto un valor vacío (i.e., cero columnas).';
$strEmpty = 'Vaciar';
$strEnabled = 'Habilitado';
$strEncloseInTransaction = 'Incluir lo exportado en una transacción';
$strEndCut = 'FIN DEL CORTE';
$strEnd = 'Fin';
$strEndRaw = 'FIN DEL VOLCADO';
$strEngineAvailable = '%s está disponible en este servidor MySQL.';
$strEngineDisabled = '%s ha sido deshabilitado para este motor de almacenamiento.';
$strEngines = 'Motores';
$strEngineUnsupported = 'Este servidor MySQL no es compatible con el motor de almacenamiento %s.';
$strEnglish = 'Inglés';
$strEnglishPrivileges = ' Nota: Los nombres de los privilegios de MySQL están expresados en inglés ';
$strError = 'Error';
$strErrorInZipFile = 'Error en el archivo ZIP:';
$strEscapeWildcards = 'Los comodines _ y % deben acompañarse de \ para usarlos de manera literal';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonio';
$strExcelEdition = 'Edición Excel';
$strExcelOptions = 'Opciones de Excel';
$strExecuteBookmarked = 'Ejecute la consulta marcada previamente';
$strExplain = 'Explicar el SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'INSERTs extendidos';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Intentos fallidos';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Se eliminó el campo %s';
$strFields = 'Campos';
$strFieldsEmpty = 'El número de campos está ¡vacío!';
$strFieldsEnclosedBy = 'Campos encerrados por';
$strFieldsEscapedBy = 'Caracter de escape';
$strFieldsTerminatedBy = 'Campos terminados en';
$strFileAlreadyExists = 'El archivo %s ya existe en el servidor, cambie el nombre del archivo o revise la opción de sobreescritura.';
$strFileCouldNotBeRead = 'No fue posible leer el archivo';
$strFileNameTemplateDescriptionDatabase = 'nombre de la base de datos';
$strFileNameTemplateDescription = 'Este valor es interpretado usando %1$sstrftime%2$s; así, usted puede usar cadenas de caracteres para formatear el tiempo. De manera adicional, sucederán las siguientes transformaciones: %3$s. El texto restante se mantendrá como está.';
$strFileNameTemplateDescriptionServer = 'nombre del servidor';
$strFileNameTemplateDescriptionTable = 'nombre de la tabla';
$strFileNameTemplate = 'Plantilla del nombre del archivo';
$strFileNameTemplateRemember = 'recordar la plantilla';
$strFileToImport = 'Archivo a importar';
$strFixed = 'fijo';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin obtiene los privilegios de los usuarios \'directamente de las tablas de privilegios MySQL\'. El contenido de estas tablas puede diferir de los privilegios que usa el servidor si es que se han realizado cambios manuales en él. En este caso, nuevamente deberá %scargar la página de privilegios%s antes de continuar.';
$strFlushQueryCache = 'Vaciar el cache de consultas';
$strFlushTables = 'Vaciar el cache de todas las tablas';
$strFlushTable = 'Vaciar el caché de la tabla ("FLUSH")';
$strFormat = 'Formato';
$strFormEmpty = '¡Falta un valor en el formulario!';
$strFreePages = 'Páginas libres';
$strFullText = 'Textos completos';
$strFunction = 'Función';
 
$strGenBy = 'Generado por';
$strGeneralRelationFeat = 'Opciones de relación general'; //Features = ¿opciones, componentes?
$strGenerate = 'Generar';
$strGeneratePassword = 'Generar la contraseña';
$strGenTime = 'Tiempo de generación';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemán';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilegios globales';
$strGlobalValue = 'Valor global';
$strGo = 'Continuar';
$strGrantOption = 'Conceder';
$strGreek = 'Griego';
$strGzip = '"Comprimido con gzip"';
 
$strHandler = 'Gestor';
$strHasBeenAltered = 'fue modificada.';
$strHasBeenCreated = 'se creó.';
$strHaveToShow = 'Debe elegir al menos una columna para mostrar';
$strHebrew = 'Hebreo';
$strHexForBinary = 'Usar hexadecimal para campos binarios';
$strHomepageOfficial = 'Página oficial de phpMyAdmin';
$strHome = 'Página de inicio';
$strHostEmpty = '¡¡El nombre del servidor está vacío!!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opciones de exportación Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opciones de exportación Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandés';
$strId = 'Identificación';
$strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignore las filas duplicadas';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar la opción ignore inserts';
$strIgnoringFile = 'Ignorando el archivo %s';
$strImportDocSQL = 'Importar archivos docSQL';
$strImportFiles = 'Importar archivos';
$strImportFormat = 'Formato del archivo importado';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'La importación se ejecutó exitosamente, se ejecutaron %d consultas.';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'El índice %s ha sido eliminado';
$strIndexName = 'Nombre del índice&nbsp;:';
$strIndex = 'Índice';
$strIndexType = 'Tipo de índice&nbsp;:';
$strIndexWarningMultiple = 'Se creó más de una clave %s para la columna `%s`';
$strIndexWarningPrimary = 'Las claves PRIMARIA e ÍNDICE no deben seleccionarse juntas para la columna `%s`';
$strIndexWarningTable = 'Problemas con los índices de la tabla `%s`';
$strIndexWarningUnique = 'Las claves UNICA e ÍNDICE no deben seleccionarse juntas para la columna `%s`';
$strInnoDBAutoextendIncrementDesc = 'El tamaño a incrementar para que se extienda el ancho de una tabla capaz de autoextenderse cuando se llena.';
$strInnoDBAutoextendIncrement = 'Incremente el valor AUTOEXTEND';
$strInnoDBBufferPoolSizeDesc = 'El tamaño de la memoria intermedia (búfer) usado por InnoDB para almacenar, en el cache, los datos e índices de sus tablas.';
$strInnoDBBufferPoolSize = 'Tamaño de la memoria (búfer) de tránsito común';
$strInnoDBDataFilePath = 'Archivos de datos';
$strInnoDBDataHomeDirDesc = 'La parte constante de la ruta del directorio para todos los archivos de datos InnoDB.';
$strInnoDBDataHomeDir = 'Directorio raíz de los datos';
$strInnoDBPages = 'páginas';
$strInnodbStat = 'Estado del InnoDB';
$strInsecureMySQL = 'Su archivo de configuración contiene parámetros (root sin contraseña) que corresponden a la cuenta privilegiada predeterminada de MySQL. Su servidor de MySQL está usando estos valores, lo que constituye una vulnerabilidad. Se le recomienda corregir esta brecha de seguridad. Por ejemplo, desde la página de inicio de phpMyAdmin seleccione Privilegios y agregue la contraseña a root@localhost. Deberá escribir la misma contraseña en config.inc.php de phpMyAdmin';
$strInsertAsNewRow = 'Insertar como una nueva fila';
$strInsertedRowId = 'Se insertó la ID de la fila:';
$strInsertedRows = 'Filas insertadas:';
$strInsert = 'Insertar';
$strInsertNewRow = 'Insertar nueva fila';
$strInternalNotNecessary = '* No es necesaria una relación interna cuando también existe en InnoDB.';
$strInternalRelations = 'Relaciones internas';
$strInUse = 'en uso';
$strInvalidAuthMethod = 'El método de autenticación no es válido en la configuración actual:';
$strInvalidColumnCount = 'El número de columnas debe ser superior a cero.';
$strInvalidColumn = '¡Las columnas especificadas (%s) no son válidas!';
$strInvalidCSVFieldCount = 'El número de campos de los datos CSV en la línea %d no es válido.';
$strInvalidCSVFormat = 'El formato de los datos CSV en la línea %d no es válido.';
$strInvalidCSVParameter = 'Parámetro no válido para importar CSV: %s';
$strInvalidFieldAddCount = 'Debe añadir al menos un campo.';
$strInvalidFieldCount = 'La tabla debe tener al menos un campo.';
$strInvalidLDIImport = '¡Este plugin no tiene soporte para importaciones comprimidas!';
$strInvalidRowNumber = '%d no es un número de fila válido.';
$strInvalidServerHostname = 'El nombre del host no es válido para el servidor %1$s. Por favor, revise su configuración.';
$strInvalidServerIndex = 'No es válido el índice del servidor: "%s"';
 
$strJapanese = 'Japonés';
$strJoins = 'Vínculos (Joins)';
$strJumpToDB = 'Saltar a la base de datos &quot;%s&quot;.';
$strJustDeleteDescr = 'Los usuarios &quot;borrados&quot; aún podrán acceder al servidor de manera usual hasta que los privilegios se hayan vuelto a cargar.';
$strJustDelete = 'Solamente borrar a los usuarios de la tabla de privilegios.';
 
$strKeepPass = 'No cambiar la contraseña';
$strKeyCache = 'Cache principal';
$strKeyname = 'Nombre de la clave';
$strKill = 'Matar el proceso';
$strKorean = 'Coreano';
 
$strLandscape = 'Orientación horizontal';
$strLanguageFileNotFound = 'No se halló el archivo de idioma "%1$s".';
$strLanguageUnknown = 'Idioma desconocido: %1$s.';
$strLatchedPages = 'Páginas vinculadas';
$strLatexCaption = 'Subtitulado de la tabla';
$strLatexContent = 'Contenido de la tabla __TABLE__';
$strLatexContinuedCaption = 'Continuación del subtitulado de la tabla';
$strLatexContinued = '(continúa)';
$strLatexIncludeCaption = 'Incluir el subtitulado de la tabla';
$strLatexLabel = 'Clave de la etiqueta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'opciones LaTeX';
$strLatexStructure = 'Estructura de la tabla __TABLE__';
$strLatvian = 'Letón';
$strLDI = 'CSV usando LOAD DATA';
$strLDIImportOptions = 'Las opciones para la importación CSV usando LOAD DATA';
$strLDILocal = 'Use la palabra clave LOCAL';
$strLengthSet = 'Longitud/Valores*';
$strLimitNumRows = 'registros por página';
$strLinesTerminatedBy = 'Líneas terminadas en';
$strLinkNotFound = 'No se encontró el enlace';
$strLinksTo = 'Enlaces a';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localización del archivo de texto';
$strLoginInformation = 'Información de la cuenta';
$strLogin = 'Iniciar sesión';
$strLogout = 'Salir';
$strLogPassword = 'Contraseña:';
$strLogServer = 'Servidor';
$strLogUsername = 'Usuario:';
$strLongOperation = 'Esta operación podría tomar algún tiempo. ¿Proceder de todas formas?';
 
$strMaxConnects = 'Número máx. de conexiones concurrentes';
$strMaximalQueryLength = 'Longitud máxima de la consulta creada';
$strMaximumSize = 'Tamaño máximo: %s%s';
$strMbExtensionMissing = 'No se halló la extensión PHP mbstring y al parecer usted está usando tipografía multibyte. phpMyAdmin no puede cortar correctamente las cadenas de caracteres sin la extensión mbstring y podría dar resultados inesperados.';
$strMbOverloadWarning = 'Usted ha activado mbstring.func_overload en su configuración PHP. ¡Esta opción es incompatible con phpMyAdmin y podría causar la pérdida de algunos datos!';
$strMIME_available_mime = 'MIME-types disponibles';
$strMIME_available_transform = 'Transformaciones disponibles';
$strMIME_description = 'Descripción';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'No hay una descripción disponible para esta transformación.<br />Por favor pregunte al autor lo que %s hace.';
$strMIME_transformation_note = 'Para una lista de opciones de transformación disponibles y sus transformaciones MIME-type transformations, dé clic en %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Por favor ingrese los valores para las opciones de transformación usando este formato: \'a\',\'b\',\'c\'...<br />Si alguna vez requiere insertar un Backslash ("\") o comilla sencilla ("\'") entre esos valores, use backslash (por ejemplo \'\\\\xyz\' o \'a\\\'b\').';
$strMIME_transformation_options = 'Opciones de transformación';
$strMIME_transformation = 'Transformación del navegador';
$strMIMETypesForTable = 'TIPOS MIME PARA LA TABLA';
$strMIME_without = 'MIME-types impresos en itálicas no tienen una función de transformación adicional';
$strModifications = 'Se han guardado las modificaciones';
$strModifyIndexTopic = 'Modificar un índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover tabla a (Base de datos<b>.</b>tabla):';
$strMoveTableOK = 'La tabla %s ha sido movida a %s.';
$strMoveTableSameNames = '¡No es posible mover la tabla a la misma!';
$strMultilingual = 'multilingüe';
$strMyISAMDataPointerSizeDesc = 'El tamaño predeterminado del puntero de datos en bytes, para su uso en CREATE TABLE para las tablas MyISAM cuando no se ha especificado la opción MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamaño del puntero de datos';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si el archivo temporal usado para la generación rápida de índices MyISAM fuese mayor que el uso del key cache por la cantidad especificada aquí, preferir el método key cache.';
$strMyISAMMaxExtraSortFileSize = 'Tamaño máximo de los archivos temporales durante la generación del índice';
$strMyISAMMaxSortFileSizeDesc = 'El tamaño máximo del archivo temporal que MySQL puede generar mientras genera un nuevo índice MyISAM del archivo temporal (durante REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamaño máximo para los archivos temporales generados durante la organización';
$strMyISAMRecoverOptionsDesc = 'La modalidad para la recuperación automática de tablas MyISAM caídas catastróficamente, como fuera determinado mediante la opción al arranque del servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modalidad de recuperación automática';
$strMyISAMRepairThreadsDesc = 'Si este valor es superior a 1, se generan en paralelo los índices de las tablas MyISAM (cada índice con su propio proceso) durante el proceso \"Reparar mediante organización\".';
$strMyISAMRepairThreads = 'Reparar los procesos';
$strMyISAMSortBufferSizeDesc = 'La cantidad de memoria que se asigna para organizar los índices MyISAM durante la operación REPAIR TABLE o cuando se generan índices con CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Organizar el tamaño del búfer de memoria';
$strMySQLCharset = 'Juegos de caracteres de MySQL';
$strMysqlClientVersion = 'Versión del cliente';
$strMySQLConnectionCollation = 'Cotejamiento de las conexiones MySQL';
$strMySQLSaid = 'MySQL ha dicho: ';
$strMySQLShowProcess = 'Mostrar procesos';
$strMySQLShowStatus = 'Mostrar información de tiempo de ejecución de MySQL';
$strMySQLShowVars = 'Mostrar las variables del sistema MySQL';
 
$strName = 'Nombre';
$strNext = 'Próxima';
$strNoActivity = 'No ha habido actividad desde hace %s o más segundos, por favor reingrese al sitio';
$strNoDatabases = 'No hay bases de datos';
$strNoDatabasesSelected = 'No se seleccionaron bases de datos.';
$strNoDescription = 'Sin descripción';
$strNoDetailsForEngine = 'No existe información detallada acerca de las condiciones en que se encuentra este motor de almacenamiento.';
$strNoDropDatabases = 'Los enunciados \"DROP DATABASE\" están deshabilitados.';
$strNoExplain = 'Salir de la explicación del SQL';
$strNoFilesFoundInZip = '¡No se hallaron archivos dentro del archivo ZIP!';
$strNoFrames = 'phpMyAdmin funciona mejor con un navegador que <b>reconoce frames</b>.';
$strNoIndex = '¡No se ha definido el índice!';
$strNoIndexPartsDefined = '¡No se han definido las partes del índice!';
$strNoModification = 'Sin cambios';
$strNone = 'Ninguna';
$strNo = 'No';
$strNoOptions = 'Este formato no tiene opciones';
$strNoPassword = 'Sin contraseña';
$strNoPermission = 'El servidor web no tiene permiso para guardar el archivo %s.';
$strNoPhp = 'Sin código PHP';
$strNoPrivileges = 'Sin privilegios';
$strNoRights = '¡Usted no tiene suficientes privilegios para estar aquí ahora!';
$strNoRowsSelected = 'No se seleccionaron filas';
$strNoSpace = 'No hay suficiente espacio para guardar el archivo %s.';
$strNoTablesFound = 'No se han encontrado tablas en la base de datos.';
$strNoThemeSupport = 'No existe soporte para Diseños personalizados (Themes), por favor, revise su configuración y/o sus temas en el directorio %s.';
$strNothingToImport = '¡Usted no seleccionó datos para importar!';
$strNotNumber = '¡Ésto no es un número!';
$strNotOK = 'no recibió el OK';
$strNotSet = 'La tabla <b>%s</b> no fue hallada o no fue definida en %s';
$strNoUsersFound = 'Usuario(s) no encontrado(s).';
$strNoValidateSQL = 'Salir de la validación del SQL';
$strNull = 'Nulo';
$strNumberOfFields = 'Número de campos';
$strNumSearchResultsInTable = '%s resultado(s) en la tabla <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tablas';
 
$strOK = 'OK';
$strOpenNewWindow = 'Abrir nueva ventana de phpMyAdmin';
$strOperations = 'Operaciones';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimizar la tabla';
$strOr = 'O';
$strOverhead = 'Residuo a depurar';
$strOverwriteExisting = 'Sobreescribir el(los) archivo(s) existente(s)';
 
$strPageNumber = 'Número de página:';
$strPagesToBeFlushed = 'Páginas que serán eliminadas';
$strPaperSize = 'Tamaño del papel';
$strPartialImport = 'Importación parcial';
$strPartialText = 'Textos parciales';
$strPasswordChanged = 'La contraseña para %s se cambió exitosamente.';
$strPassword = 'Contraseña';
$strPasswordEmpty = '¡La contraseña está vacía!';
$strPasswordHashing = 'Hashing de la contraseña';
$strPasswordNotSame = '¡Las contraseñas no coinciden!';
$strPdfDbSchema = 'Esquema de la base de datos "%s" - Página %s';
$strPdfInvalidTblName = '¡La tabla "%s" no existe!';
$strPdfNoTables = 'No existen tablas';
$strPDFOptions = 'Opciones del PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Título del reporte';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Persa';
$strPhoneBook = 'directorio telefónico';
$strPHP40203 = 'Usted está usando PHP 4.2.3, el cual tiene un error de codificación en cuanto a las "cadenas de caracteres multi-byte" (mbstring). Lea el reporte 19404 de PHP. No se recomienda el uso de phpMyAdmin con esta versión de PHP.';
$strPhp = 'Crear código PHP';
$strPHPVersion = 'Versión de PHP';
$strPmaDocumentation = 'Documentación de phpMyAdmin';
$strPmaUriError = 'El contenido de <tt>$cfg[\'PmaAbsoluteUri\']</tt> ¡DEBE constar en config.inc.php!';
$strPolish = 'Polaco';
$strPortrait = 'Orientación vertical';
$strPos1 = 'Empezar';
$strPrevious = 'Previo';
$strPrimaryKeyHasBeenDropped = 'La clave primaria ha sido eliminada';
$strPrimaryKeyName = 'El nombre de la clave primaria debe ser \"PRIMARY\"';
$strPrimaryKeyWarning = '("PRIMARY" <b>exclusivamente debe</b> ser el nombre de ¡una clave primaria!)';
$strPrimary = 'Primaria';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Previsualización para imprimir (documento completo)';
$strPrintView = 'Vista de impresión';
$strPrivDescAllPrivileges = 'Incluye todos los privilegios excepto GRANT (CONCEDER).';
$strPrivDescAlter = 'Permite alterar la estructura de las tablas existentes.';
$strPrivDescAlterRoutine = 'Permite alterar y eliminar las rutinas almacenadas.';
$strPrivDescCreateDb = 'Permite crear nuevas bases de datos y tablas.';
$strPrivDescCreateRoutine = 'Permite crear el almacenamiento de rutinas.';
$strPrivDescCreateTbl = 'Permite la creación de tablas nuevas.';
$strPrivDescCreateTmpTable = 'Permite la creación de tablas temporales.';
$strPrivDescCreateUser = 'Permite crear, eliminar y cambiar el nombre de las cuentas de usuario.';
$strPrivDescCreateView = 'Permite crear nuevas vistas.';
$strPrivDescDelete = 'Permite borrar datos.';
$strPrivDescDropDb = 'Permite eliminar bases de datos y tablas.';
$strPrivDescDropTbl = 'Permite eliminar tablas.';
$strPrivDescExecute5 = 'Permite ejecutar las rutinas almacenadas.';
$strPrivDescExecute = 'Permite ejecutar procedimientos guardados; no tiene efecto en esta versión de MySQL.';
$strPrivDescFile = 'Permite importar y exportar datos de y hacia archivos.';
$strPrivDescGrant = 'Permite añadir usuarios y privilegios sin conectarse nuevamente a la tabla de privilegios.';
$strPrivDescIndex = 'Permite crear y eliminar índices.';
$strPrivDescInsert = 'Permite insertar y reemplazar datos.';
$strPrivDescLockTables = 'Permite poner candados a las tablas para el proceso actual.';
$strPrivDescMaxConnections = 'Limita el número de conexiones nuevas que el usuario puede abrir por hora.';
$strPrivDescMaxQuestions = 'Limita el número de consultas que el usuario puede enviar al servidor por hora.';
$strPrivDescMaxUpdates = 'Limita el número de comandos que cambian cualquier tabla o base de datos que el usuario puede ejecutar por hora.';
$strPrivDescMaxUserConnections = 'Limita el número de conexiones simultáneas que el usuario pueda tener.';
$strPrivDescProcess3 = 'Permite eliminar los procesos de otros usuarios.';
$strPrivDescProcess4 = 'Permite ver las consultas completas en la lista de procesos.';
$strPrivDescReferences = 'No tiene efecto en esta versión de MySQL.';
$strPrivDescReload = 'Permite volver a cargar los parámetros del servidor y depurar los cachés del servidor.';
$strPrivDescReplClient = 'Da el derecho al usuario para preguntar dónde están los "esclavos / masters".';
$strPrivDescReplSlave = 'Necesario para los "esclavos" de replicación.';
$strPrivDescSelect = 'Permite leer los datos.';
$strPrivDescShowDb = 'Concede acceso a la lista completa de bases de datos.';
$strPrivDescShowView = 'Permite llevar a cabo las consultas SHOW CREATE VIEW (MOSTRAR CREAR VER).';
$strPrivDescShutdown = 'Permite desconectar el servidor.';
$strPrivDescSuper = 'Permite la conexión, incluso si el número máximo de conexiones ha sido alcanzado; Necesario para la mayor parte de operaciones administrativas tales como montar parámetros de variables globales o matar procesos de otros usuarios.';
$strPrivDescUpdate = 'Permite cambiar los datos.';
$strPrivDescUsage = 'Sin privilegios.';
$strPrivileges = 'Privilegios';
$strPrivilegesReloaded = 'Los privilegios fueron cargados nuevamente de manera exitosa.';
$strProcesslist = 'Lista de procesos';
$strProtocolVersion = 'Versión del protocolo';
$strPutColNames = 'Poner los nombres de campo en la primera hilera';
 
$strQBEDel = 'Borrar';
$strQBE = 'Generar una consulta';
$strQBEIns = 'Insertar';
$strQueryCache = 'Cache de consultas';
$strQueryFrame = 'Ventana de consulta';
$strQueryOnDb = 'Consulta a la base de datos <b>%s</b>:';
$strQuerySQLHistory = 'Historial-SQL';
$strQueryStatistics = '<b>Estadísticas de consulta</b>: Desde su inicio, %s consultas han sido enviadas al servidor.';
$strQueryTime = 'La consulta tardó %01.4f seg';
$strQueryType = 'Tipo de consulta';
$strQueryWindowLock = 'No sobreescribir esta consulta desde fuera de la ventana';
 
$strReadRequests = 'Lea las solicitudes';
$strReceived = 'Recibido';
$strRecords = 'Registros';
$strReferentialIntegrity = 'Comprobar la integridad referencial:';
$strRefresh = 'Actualizar';
$strRelationalSchema = 'Esquema relacionado';
$strRelationNotWorking = 'Las opciones adicionales para trabajar con tablas vinculadas fueron desactivadas. Para saber porqué, dé clic %saquí%s.'; //Features = ¿opciones, componentes?
$strRelationsForTable = 'RELACIONES PARA LA TABLA';
$strRelations = 'Relaciones';
$strRelationView = 'Vista de relaciones';
$strReloadingThePrivileges = 'Cargando los privilegios nuevamente';
$strReloadMySQL = 'Reinicio de MySQL';
$strRemoveSelectedUsers = 'Eliminar a los usuarios seleccionados';
$strRenameDatabaseOK = 'La base de datos %s ha sido cambiada de nombre a %s';
$strRenameTable = 'Cambiar el nombre de la tabla a';
$strRenameTableOK = 'Tabla %s ahora se llama %s';
$strRepairTable = 'Reparar la tabla';
$strReplaceNULLBy = 'Reemplazar NULL con';
$strReplaceTable = 'Reemplazar los datos de la tabla con los del archivo';
$strReplication = 'Replicación';
$strReset = 'Reiniciar';
$strResourceLimits = 'Límites de recursos';
$strReType = 'Debe volver a escribir';
$strRevokeAndDeleteDescr = 'Los usuarios aún tendrán el privilegio "USAGE" hasta que los privilegios se hayan vuelto a cargar.';
$strRevokeAndDelete = 'Revocar todos los privilegios activos de los usuarios y borrarlos después.';
$strRevokeMessage = 'Ha revocado los privilegios para %s';
$strRevoke = 'Revocar';
$strRomanian = 'Rumano';
$strRowLength = 'Longitud de la fila';
$strRows = 'Filas';
$strRowsFrom = 'filas empezando de';
$strRowSize = ' Tamaño de la fila ';
$strRowsModeFlippedHorizontal = 'horizontal (encabezados rotados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en modo %s y repetir los encabezados cada %s celdas';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estadísticas de la fila';
$strRunning = 'ejecutándose en %s';
$strRunQuery = 'Ejecutar la consulta';
$strRunSQLQuery = 'Ejecutar la(s) consulta(s) SQL en la base de datos %s';
$strRunSQLQueryOnServer = 'Ejecute la o las consultas SQL en el servidor %s';
$strRussian = 'Ruso';
 
$strSave = 'Grabar';
$strSaveOnServer = 'Guardar en el servidor, en el directorio %s ';
$strScaleFactorSmall = 'El factor de la escala es demasiado pequeño para poner el esquema en una página';
$strSearch = 'Buscar';
$strSearchFormTitle = 'Buscar en la base de datos';
$strSearchInTables = 'En la(s) tabla(s):';
$strSearchNeedle = 'Palabra(s) o valor(es) a buscar (comodín: "%"):';
$strSearchOption1 = 'al menos una de estas palabras';
$strSearchOption2 = 'Todas las palabras';
$strSearchOption3 = 'La frase exacta';
$strSearchOption4 = 'como expresión regular';
$strSearchResultsFor = 'Resultados de la búsqueda por "<i>%s</i>" %s:';
$strSearchType = 'Encontrado:';
$strSecretRequired = 'El archivo de configuración ahora necesita salvoconducto (una frase secreta) (blowfish_secret).';
$strSelectADb = 'Seleccionar una base de datos';
$strSelectAll = 'Seleccionar todo';
$strSelectBinaryLog = 'Seleccionar el log binario que desea examinar';
$strSelectFields = 'Seleccionar campos (al menos uno):';
$strSelectNumRows = 'en la consulta';
$strSelectTables = 'Seleccionar tablas';
$strSend = 'Enviar (genera un archivo descargable)';
$strSent = 'Enviado';
$strServerChoice = 'Elección del servidor';
$strServerNotResponding = 'El servidor no está respondiendo';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Información acerca del tiempo de ejecución del proceso principal';
$strServerStatusUptime = 'Este servidor MySQL ha estado activo durante %s. Se inició en %s.';
$strServerTabProcesslist = 'Procesos';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Tráfico del servidor</b>: Estas tablas muestran las estadísticas de tráfico en la red de este servidor MySQL desde su inicio.';
$strServerVars = 'Variables y parámetros del servidor';
$strServerVersion = 'Versión del servidor';
$strSessionValue = 'Valor de la sesión';
$strSetEnumVal = 'Si el tipo de campo es "enum" o "set", por favor ingrese los valores usando este formato: \'a\',\'b\',\'c\'...<br />Si alguna vez necesita poner una barra invertida("\") o una comilla simple ("\'") entre esos valores, siempre ponga una barra invertida. (Por ejemplo \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostrar todo';
$strShowColor = 'Mostrar color';
$strShowDatadictAs = 'Formato del Diccionario de Datos';
$strShowFullQueries = 'Mostrar las consultas enteras';
$strShowGrid = 'Mostrar la cuadrícula';
$strShowingBookmark = 'Mostrando el favorito';
$strShowingRecords = 'Mostrando registros ';
$strShow = 'Mostrar';
$strShowOpenTables = 'Mostrar las tablas que están abiertas';
$strShowPHPInfo = 'Mostrar la información de PHP';
$strShowSlaveHosts = 'Mostrar los hosts esclavos';
$strShowSlaveStatus = 'Mostrar el estado del esclavo';
$strShowStatusBinlog_cache_disk_useDescr = 'El número de transacciones que usaron el cache de log binario temporal pero que excedieron el valor del binlog_cache_size y usaron un archivo temporal para almacenar los enunciados de la transacción.';
$strShowStatusBinlog_cache_useDescr = 'El número de transacciones que usaron el cache de log binario temporal.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'El número de tablas temporales en el disco que fueron creados automáticamente por el servidor mientras ejecuta los enunciados. Si las tablas Created_tmp_disk_tables es grande, puede incrementar el valor de tmp_table_size para hacer que las tablas temporales se basen en memoria en lugar de basarse en disco.';
$strShowStatusCreated_tmp_filesDescr = 'El número de archivos temporales que fueron creados por mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'El número de tablas temporales in-memory creadas automáticamente por el servidor mientras se ejecutaban los enunciados.';
$strShowStatusDelayed_errorsDescr = 'El número de filas escritas con INSERT DELAYED en los cuales ocurrió algún error (probablemente una llave duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'El número de procesos gestores INSERT DELAYED en uso. Cada tabla diferente en la cual uno usa INSERT DELAYED recibe su propio proceso.';
$strShowStatusDelayed_writesDescr = 'El número de filas INSERT DELAYED escritas.';
$strShowStatusFlush_commandsDescr = 'El número de enunciados FLUSH ejecutados.';
$strShowStatusHandler_commitDescr = 'El número de enunciados COMMIT internos.';
$strShowStatusHandler_deleteDescr = 'El número de veces que una fila fue eliminada de una tabla.';
$strShowStatusHandler_discoverDescr = 'El servidor MySQL puede solicitar al motor de almacenamiento NDB Cluster si conoce acerca de una tabla con un nombre dado. Esto se llama descubrimiento. Handler_discover indica el número ocasiones que las tablas han sido descubiertas.';
$strShowStatusHandler_read_firstDescr = 'El número de veces en que el primer registro ha sido leído desde un índice. Si este valor es alto, sugiere que el servidor está haciendo gran cantidad de escaneos completos del índice; por ejemplo, SELECT col1 FROM foo, asumiendo que col1 está indizado.';
$strShowStatusHandler_read_keyDescr = 'El número de solicitudes hechas para leer una fila basado en una llave. Si este valor es alto, es una buena indicación de que sus consultas y tablas están indizadas apropiadamente.';
$strShowStatusHandler_read_nextDescr = 'El número de solicitudes hechas para leer la siguiente fila en un orden clave. Este se incrementa si usted está consultando una columna índice con un limitante de rango o si usted está haciendo un escaneo del índice.';
$strShowStatusHandler_read_prevDescr = 'El número de solicitudes hechas para leer la fila previa en un orden clave. Este método de lectura se usa principalmente para optimizar a ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'El número de solicitudes hechas para leer una fila basado en una posición fija. Este es alto si usted está haciendo muchas consultas que requieren el reordenamiento del resultado. Usted probablemente tiene muchas consultas que requieren que MySQL escanee tablas enteras o usted debe tener vínculos (joins) que no usan las llaves de manera apropiada.';
$strShowStatusHandler_read_rnd_nextDescr = 'El número de solicitudes hechas para leer la siguiente fila en el archivo de datos. Este es alto si usted está haciendo muchos escaneos de tablas. Generalmente, esto sugiere que sus tablas no están indizadas apropiadamente o que sus consultas no están escritas para tomar ventaja de los índices que tiene.';
$strShowStatusHandler_rollbackDescr = 'El número de enunciados ROLLBACK internos.';
$strShowStatusHandler_updateDescr = 'El número de solicitudes hechas para actualizar una fila en una tabla.';
$strShowStatusHandler_writeDescr = 'El número de solicitudes hechas para insertar una fila en una tabla.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'El número de páginas conteniendo datos (sucias o limpias).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'El número de páginas actualmente sucias.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'El número de páginas en la memoria (búfer) de tránsito común que se ha solicitado sean vaciadas.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'El número de páginas libres.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'El número de páginas aseguradas en la memoria (búfer) de tránsito común InnoDB. Estas son páginas en fase de lectura o escritura o que no pueden ser vaciadas o removidas por alguna otra razón.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'El número de páginas ocupadas porque han sido asignadas para overhead administrativo tales como row locks o el índice hash adaptativo. Este valor también puede ser calculado como Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamaño total de la memoria (búfer) de tránsito común, en páginas.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'El número de read-aheads InnoDB "aleatorias" iniciadas. Esto sucede cuando una consulta va a escanear una gran porción de una tabla pero en orden aleatorio.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'El número de read-aheads InnoDB secuenciales iniciadas. Esto sucede cuando InnoDB hace un escaneo secuencial de la tabla completa.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'El número de solicitudes de lectura lógica hechas por InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'El número de lecturas lógicas que InnoDB no pudo satisfacer de la memoria (búfer) de tránsito común y donde fue necesario hacer lectura de página sencilla.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente, las escrituras a la memoria de tránsito común InnoDB suceden en el trasfondo. Sin embargo, de ser necesario leer o crear una página y existen páginas limpias disponibles, es necesario esperar que las páginas sean vaciadas previamente. Este contador cuenta las instancias de estas esperas. Si los parámetros del tamaño de la memoria de tránsito común se fijaron apropiadamente, este valor será pequeño.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'El número de escrituras hechas a la memoria de tránsito común InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'El número de operaciones fsync() hechas hasta el momento.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'El número actual de operaciones fsync() pendientes.';
$strShowStatusInnodb_data_pending_readsDescr = 'El número actual de lecturas pendientes.';
$strShowStatusInnodb_data_pending_writesDescr = 'El número actual de escrituras pendientess.';
$strShowStatusInnodb_data_readDescr = 'El número de datos leídos hasta el momento, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'El número total de lectura de datos.';
$strShowStatusInnodb_data_writesDescr = 'El número total de escritura de datos.';
$strShowStatusInnodb_data_writtenDescr = 'La cantidad de datos escritas hasta el momento, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'El número de escrituras doublewrite que se han ejecutado y el número de páginas escritas con este propósito.';
$strShowStatusInnodb_dblwr_writesDescr = 'El número de escrituras doublewrite que se han ejecutado y el número de páginas escritas con este propósito.';
$strShowStatusInnodb_log_waitsDescr = 'El número de esperas generadas porque la memoria (búfer) log fue demasiado pequeña y hubo que esperar a que fuera vaciada antes de continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'El número de solicitudes de escritura al log.';
$strShowStatusInnodb_log_writesDescr = 'El número de escrituras físicas al archivo log.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'El número de escrituras fsyncs hechas al archivo log.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'El número de fsyncs pendientes al archivo log.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escrituras pendientes al archivo log.';
$strShowStatusInnodb_os_log_writtenDescr = 'El número de bytes escritos al archivo log.';
$strShowStatusInnodb_pages_createdDescr = 'El número de páginas creadas.';
$strShowStatusInnodb_page_sizeDescr = 'El tamaño de página InnDB precompilado (por omisión 16KB). Muchos valores son contados por páginas; el tamaño de la página permite que pueda convertirse fácilmente a bytes.';
$strShowStatusInnodb_pages_readDescr = 'El número de páginas leídas.';
$strShowStatusInnodb_pages_writtenDescr = 'El número de páginas escritas.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'El número de row locks que actualmente están en espera.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'El tiempo promedio para adquirir un row lock, en milisegundos.';
$strShowStatusInnodb_row_lock_timeDescr = 'El total de tiempo invertido para adquirir los row locks, en milisegundos.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'El tiempo máximo para adquirir un row lock, en milisegundos.';
$strShowStatusInnodb_row_lock_waitsDescr = 'El número de veces que un row lock tuvo que esperarse.';
$strShowStatusInnodb_rows_deletedDescr = 'El número de filas eliminadas de tablas InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'El número de filas insertadas en tablas InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'El número de filas leídas de las tablas InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'El número de filas actualizadas en tablas InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'El número de key blocks en el key cache que han cambiado pero que aún no han sido vaciados al disco. Antes se conocía como Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'El número de bloques sin usar en el key cache. Puede usar este valor para determinar cuánto del key cache está en uso.';
$strShowStatusKey_blocks_usedDescr = 'El número de bloques usados en el key cache. Este valor es un marcador de desbordamiento que indica el número máximo de bloques que algún momento se llegaron a usar.';
$strShowStatusKey_read_requestsDescr = 'El número de solicitudes para leer un key block desde el cache.';
$strShowStatusKey_readsDescr = 'El número de lecturas físicas del key block desde el disco. Si el Key_reads es grande, entonces el valor key_buffer_size probablemente es demasiado pequeño. La tasa de fallos en el cache puede calcularse como Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'El número de solicitudes para escribir un key block al cache.';
$strShowStatusKey_writesDescr = 'El número de escrituras físicas a un key block al disco.';
$strShowStatusLast_query_costDescr = 'El costo total de la última consulta compilada como fuera computada por el optimizador de consultas. Es útil para comparar el costo de diferentes planes de consulta para una misma consulta. El valor por omisión de 0 significa que ninguna consulta ha sido compilada todavía.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'El número de filas esperando ser escritas en las colas INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'El número de tablas que han sido abiertas. Si el número de tablas abiertas es grande, su valor del cache de tabla probablemente es muy pequeño.';
$strShowStatusOpen_filesDescr = 'El número de archivos que están abiertos.';
$strShowStatusOpen_streamsDescr = 'El número de flujos de datos que están abiertos (usado principalmente para alimentar a los logs).';
$strShowStatusOpen_tablesDescr = 'El número de tablas que están abiertas.';
$strShowStatusQcache_free_blocksDescr = 'El número de bloques de memoria libre en el cache de consultas.';
$strShowStatusQcache_free_memoryDescr = 'La cantidad de memoria libre para el cache de consultas.';
$strShowStatusQcache_hitsDescr = 'El número de hits al cache.';
$strShowStatusQcache_insertsDescr = 'El número de consultas añadidos al cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'El número de consultas que han sido removidos del cache para liberar la memoria para poner nuevas consultas en el cache. Esta información puede ayudar a afinar el tamaño del cache de consultas. El cache de consultas usa la estrategia Least Recently Used (LRU) para decidir cuáles consultas deben ser removidas del cache.';
$strShowStatusQcache_not_cachedDescr = 'El número de consultas que no ingresaron al cache (porque no es posible o porque el parámetro no está activado en query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'El número de consultas registradas en el cache.';
$strShowStatusQcache_total_blocksDescr = 'El número total de bloques en el cache de consultas.';
$strShowStatusReset = 'Resetear';
$strShowStatusRpl_statusDescr = 'El estado de la replicación a prueba de fallos (aún no ha sido implementada).';
$strShowStatusSelect_full_joinDescr = 'El número de vínculos (joins) que no usan índices. Si este valor no es 0, deberá revisar los índices de sus tablas cuidadosamente.';
$strShowStatusSelect_full_range_joinDescr = 'El número de vínculos (joins) que usaron búsqueda por rangos en una tabla de referencias.';
$strShowStatusSelect_range_checkDescr = 'El número de vínculos (joins) sin keys que revisan el uso de key luego de cada fila. (Si no es 0, deberá revisar los índices de sus tablas cuidadosamente.)';
$strShowStatusSelect_rangeDescr = 'El número de vínculos (joins) que usaron rangos en la primera tabla. (Normalmente no es crítico aun cuando sea grande.)';
$strShowStatusSelect_scanDescr = 'El número de vínculos (joins) que hicieron un escaneo completo de la primera tabla.';
$strShowStatusSlave_open_temp_tablesDescr = 'El número de tablas temporales actualmente abiertas por el proceso SQL esclavo.';
$strShowStatusSlave_retried_transactionsDescr = 'Número total de veces (desde el arranque) que el proceso SQL esclavo de replicación ha reintentado hacer transacciones.';
$strShowStatusSlave_runningDescr = 'Está ENCENDIDO si este servidor es un esclavo que está conectado a un master.';
$strShowStatusSlow_launch_threadsDescr = 'El número de procesos que han tomado más de los segundos registrados en slow_launch_time para crear.';
$strShowStatusSlow_queriesDescr = 'El número de consultas que han tomado más segundos que los registrados en long_query_time.';
$strShowStatusSort_merge_passesDescr = 'El número de pasadas de fusión (merge) que el algoritmo organizar ha debido hacer. Si este valor es grande, debe considerar incrementar el valor de la varible de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'El número de consultas organizar que se ejecutaron con rangos.';
$strShowStatusSort_rowsDescr = 'El número de filas sorted.';
$strShowStatusSort_scanDescr = 'El número de consultas organizar que se hicieron escaneando la tabla.';
$strShowStatusTable_locks_immediateDescr = 'El número de veces que un table lock fue adquirido inmediatamente.';
$strShowStatusTable_locks_waitedDescr = 'El número de veces que un table lock no pudo adquirirse inmediatamente y fue necesaria una espera. Si este valor es alto, y hay problemas de rendimiento, primero deberá optimizar sus consultas, y luego, ya sea partir sus tablas o usar replicación.';
$strShowStatusThreads_cachedDescr = 'El número de procesos en el cache de procesos. La tasa de hits al cache puede calcularse como Threads_created/Connections. Si este valor es rojo, debe incrementar su thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'El número de conexiones abiertas actualmente.';
$strShowStatusThreads_createdDescr = 'El número de procesos creados para manejar las conexiones. Si Threads_created es grande, querrá incrementar el valor thread_cache_size. (Normalmente esto no aporta una mejoría notable en el rendimiento si usted tiene una buena implementación de procesos.)';
$strShowStatusThreads_runningDescr = 'El número de procesos que no están en reposo.';
$strShowTableDimension = 'Mostrar la dimensión de las tablas';
$strShowTables = 'Mostrar las tablas';
$strShowThisQuery = ' Mostrar esta consulta otra vez ';
$strSimplifiedChinese = 'Chino simplificado';
$strSingly = '(solamente)';
$strSize = 'Tamaño';
$strSkipQueries = 'Número de registros (consultas) a saltarse desde el inicio';
$strSlovak = 'Eslovaco';
$strSlovenian = 'Esloveno';
$strSocketProblem = '(o el socket del servidor MySQL local no está configurado correctamente)';
$strSortByKey = 'Organizar según la clave';
$strSorting = 'Organizando (sorting)';
$strSort = 'Ordenar';
$strSpaceUsage = 'Espacio utilizado';
$strSpanish = 'Español';
$strSplitWordsWithSpace = 'Palabras separadas por un espacio (" ").';
$strSQLExportCompatibility = 'Compatibilidad con exportación SQL';
$strSQLExportType = 'Tipo de exportación';
$strSQLImportOptions = 'Opciones SQL';
$strSQLOptions = 'Opciones SQL';
$strSQLParserBugMessage = 'Hay la posibilidad de que usted haya encontrado un error en el intérprete de SQL. Por favor examine cuidadosamente su consulta, y verifique que las comillas están siendo usadas adecuadamente y hacen juego. Otra posible causa del fallo es que usted este subiendo un archivo con datos binarios por fuera del área de texto delimitado. Intente su consulta en la interfaz de comandos de MySQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema. Si aún tiene problemas o el intérprete falla en tanto que en la interfaz de comandos funciona, por favor reduzca la salida de su consulta de SQL a la consulta que genera el problema, y envíe un reporte de error con la cadena de datos en la sección de CORTE indicada abajo:';
$strSQLParserUserError = 'Parece haber un error en su consulta de SQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema.';
$strSQLQuery = 'consulta SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'El identificador no es válido';
$strSQPBugUnclosedQuote = 'Comillas sin cerrar';
$strSQPBugUnknownPunctuation = 'Signo de puntuación desconocido';
$strStatCheckTime = 'Última revisión';
$strStatCreateTime = 'Creación';
$strStatement = 'Enunciado';
$strStatisticsOverrun = 'En un servidor que se encuentra ejecutando procesos, los contadores de bytes pueden excederse. Por tanto, las estadísticas reportadas por el servidor MySQL pueden estar incorrectas.';
$strStatUpdateTime = 'Última actualización';
$strStatus = 'Estado actual';
$strStorageEngine = 'Motor de almacenamiento';
$strStorageEngines = 'Motores de almacenamiento';
$strStrucCSV = 'Datos CSV ';
$strStrucData = 'Estructura y datos';
$strStrucDrop = 'Añadir DROP TABLE';
$strStrucExcelCSV = 'CSV para datos de MS Excel';
$strStrucNativeExcel = 'Datos de MS Excel en formato nativo';
$strStrucOnly = 'Únicamente la estructura ';
$strStructPropose = 'Planteamiento de la estructura de tabla';
$strStructure = 'Estructura';
$strSubmit = 'Enviar';
$strSuccess = 'Su consulta se ejecutó con éxito';
$strSum = 'Número de filas';
$strSwedish = 'Sueco';
$strSwitchToDatabase = 'Seleccionar la base de datos copiada';
$strSwitchToTable = 'Cambiar (switch) a la tabla copiada';
 
$strTableAlreadyExists = '¡La tabla %s ya existe!';
$strTableComments = 'Comentarios de la tabla';
$strTableEmpty = '¡El nombre de la tabla está vacío!';
$strTableHasBeenDropped = 'Se ha eliminado la tabla %s';
$strTableHasBeenEmptied = 'Se ha vaciado la tabla %s';
$strTableHasBeenFlushed = 'Se ha vaciado el caché de la tabla %s';
$strTableMaintenance = 'Mantenimiento de la tabla';
$strTableOfContents = 'Tabla de contenidos';
$strTableOptions = 'Opciones de la tabla';
$strTables = '%s tabla(s)';
$strTableStructure = 'Estructura de tabla para la tabla';
$strTable = 'Tabla';
$strTableType = 'Tipo de tabla';
$strTakeIt = 'tómelo';
$strTblPrivileges = 'Privilegios específicos para la tabla';
$strTempData = 'Datos temporales';
$strTextAreaLength = ' Debido a su longitud,<br /> este campo podría no ser editable ';
$strThai = 'Tailandés';
$strThemeDefaultNotFound = '¡No se halló la plantilla de interfaz (theme) predeterminada %s!';
$strThemeNoPreviewAvailable = 'No existe una previsualización disponible.';
$strThemeNotFound = '¡No se halló la plantilla de interfaz (theme) %s!';
$strThemeNoValidImgPath = '¡No se halló la ruta de imágenes para la plantilla de interfaz (theme) %s!';
$strThemePathNotFound = '¡No se halló la ruta de la plantilla de interfaz (theme) para la plantilla %s!';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Este Host';
$strThisNotDirectory = 'Esto no es un directorio';
$strThreads = 'Procesos';
$strThreadSuccessfullyKilled = 'El proceso %s fue destruido exitosamente.';
$strTimeoutInfo = 'Se agotó el tiempo de ejecución en la importación previa; si lo reenvía continuará desde la posición %d.';
$strTimeoutNothingParsed = 'Sin embargo, en la ejecución más reciente no se procesaron datos. Esto usualmente significa que phpMyAdmin no será capaz de completar esta importación a menos que usted incremente el tiempo de ejecución de php.';
$strTimeoutPassed = 'Se ha agotado el tiempo de ejecución del script; si desea completar la importación, por favor, reenvíe el mismo archivo y la importación continuará.';
$strTime = 'Tiempo';
$strToggleScratchboard = 'cambiar el estado del scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chino tradicional';
$strTraditionalSpanish = 'Español tradicional';
$strTraffic = 'Tráfico';
$strTransactionCoordinator = 'Coordinador de transacción';
$strTransformation_application_octetstream__download = 'Mostrar un enlace para descargar los datos binarios de un campo. La primera opción es el nombre del archivo binario. La segunda opción es un nombre de campo factible de una fila de la tabla que contiene el nombre del campo. Si usted aporta una segunda opción, necesariamente deberá consignar la primera opción a una cadena de caracteres vacía';
$strTransformation_application_octetstream__hex = 'Muestra los datos en representación hexadecimal.';
$strTransformation_image_jpeg__inline = 'Muestra un thumbnail que puede abrirse mediante un clic; opciones: width, height en píxeles (mantiene la proporción original)';
$strTransformation_image_jpeg__link = 'Muestra un enlace a esta imagen (i.e., blob descarga directa).';
$strTransformation_image_png__inline = 'Ver imagen/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Toma un campo TIME, TIMESTAMP o DATETIME y lo formatea usando su formato de fechas local. La primera opción es el offset (en horas) que se añadirá al timestamp (Predeterminado: 0). La segunda opción es un dateformat diferente de acuerdo con los parámetros disponibles para el strftime() del PHP.';
$strTransformation_text_plain__external = 'LINUX SOLAMENTE: Ejecuta una aplicación externa y alimenta el fielddata mediante input estándar. Retorna el output estándar de la aplicación. El predeterminado es Tidy, para mostrar código HTML agradable para la impresión. Por razones de seguridad, debe editar manualmente el archivo libraries/transformations/text_plain__external.inc.php e insertar las herramientas que permitirá se ejecuten. La primera opción será el número del programa que querrá utilizar y la segunda opción son los parámetros para el programa. El tercer parámetro, de ser 1 convertirá el output usando htmlspecialchars() (el predeterminado es 1). Un cuarto parámetro, de ser 1 pondrá un NOWRAP a la celda de contenido para que todo el output se muestre sin reformatear (Predeterminado 1)';
$strTransformation_text_plain__formatted = 'Mantiene el formato original del campo. No se puede hacer Escape.';
$strTransformation_text_plain__imagelink = 'Muestra una imagen y un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es el ancho en píxeles, el tercero es el alto.';
$strTransformation_text_plain__link = 'Muestra un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es un título para el enlace.';
$strTransformation_text_plain__sql = 'Formatea el texto como una consulta SQL y resalta la sintaxis.';
$strTransformation_text_plain__substr = 'Muestra una parte de una cadena de caracteres. La primera opción es el número de caracteres a pasar por alto desde el principio de la cadena de caracteres (Predeterminado: 0). La segunda opción es el número de caracteres a mostrar (Predeterminado: hasta el final de la cadena de caracteres). La tercera opción es la cadena de caracteres a adjuntar y/o anteponer cuando haya truncamiento (Predeterminado: "...").';
$strTruncateQueries = 'Truncar las consultas que ya se han mostrado';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Desmarcar todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconocido';
$strUnselectAll = 'Deseleccionar todo';
$strUnsupportedCompressionDetected = 'Usted intentó cargar un archivo con un tipo de compresión desconocido (%s). Este tipo de compresión puede no estar implementado o quizá no ha sido habilitado en su archivo de configuración.';
$strUpdatePrivMessage = 'Ha actualizado los privilegios para %s.';
$strUpdateProfileMessage = 'Se actualizó el perfil.';
$strUpdateQuery = 'Modificar la consulta';
$strUpdComTab = 'Para actualizar su tabla Columna_comentarios (Column_comments), por favor revise la documentación';
$strUpgrade = 'Usted debería actualizar su %s a la versión %s o más reciente.';
$strUploadLimit = 'Usted probablemente intentó cargar un archivo demasiado grande. Por favor, refiérase a %sdocumentation%s para hallar modos de superar esta limitante.';
$strUsage = 'Uso';
$strUseBackquotes = 'Usar "backquotes" con tablas y nombres de campo';
$strUsedPhpExtensions = 'Extensiones PHP utilizadas';
$strUseHostTable = 'Usar la tabla Anfitrión (Host)';
$strUserAlreadyExists = '¡El usuario %s ya existe!';
$strUserEmpty = '¡El nombre de usuario está vacío!';
$strUserName = 'Nombre de usuario';
$strUserNotFound = 'El usuario que seleccionó no se halló en la tabla de privilegios.';
$strUserOverview = 'Vista global de usuarios';
$strUsersDeleted = 'Los usuarios seleccionados fueron borrados exitosamente.';
$strUsersHavingAccessToDb = 'Usuarios con acceso a &quot;%s&quot;';
$strUser = 'Usuario';
$strUseTabKey = 'Use la tecla TAB para saltar de un valor a otro, o CTRL+flechas para moverse a cualquier parte';
$strUseTables = 'Usar tablas';
$strUseTextField = 'Use el campo de texto';
$strUseThisValue = 'Use este valor';
 
$strValidateSQL = 'Validar el SQL';
$strValidatorError = 'El validador de SQL no pudo inicializarse. Por favor revise si ha instalado las extensiones php necesarias, como están descritas en la %sdocumentación%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Acerca de esta versión';
$strViewDumpDatabases = 'Ver el volcado (schema) de la base de datos';
$strViewDumpDB = 'Ver el volcado esquema de la base de datos';
$strViewDump = 'Mostrar el volcado esquema de la tabla';
$strViewHasBeenDropped = 'Se descartó el modo de visualización %s';
$strViewMaxExactCount = 'Esta visualización tiene más de %s filas. Por favor, refiérase a la %sdocumentation%s.';
$strView = 'Visualizar';
 
$strWebServerUploadDirectory = 'directorio en el servidor web para subir los archivos';
$strWebServerUploadDirectoryError = 'No está disponible el directorio que usted habilitó para subir las tareas';
$strWelcome = 'Bienvenido a %s';
$strWestEuropean = 'Europea occidental';
$strWildcard = 'comodín';
$strWindowNotFound = 'La ventana del navegador no pudo actualizarse. Quizá cerró la ventana principal o su navegador está bloqueando las actualizaciones en ventanas múltiples debido a sus parámetros de seguridad.';
$strWithChecked = 'Para los elementos que están marcados:';
$strWriteRequests = 'Escribir las solicitudes';
$strWritingCommentNotPossible = 'No fue posible escribir el comentario';
$strWritingRelationNotPossible = 'No fue posible escribir la relación';
$strWrongUser = 'El nombre de usuario o la contraseña está equivocado. El acceso fue denegado.';
 
$strXML = 'XML';
 
$strYes = 'Sí';
 
$strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.';
$strZip = '"comprimido con zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/spanish-utf-8.inc.php
0,0 → 1,977
<?php
/* $Id: spanish-utf-8.inc.php,v 2.131.2.4 2006/03/23 17:42:16 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab');
$month = array('Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic');
// Ver http://www.php.net/manual/es/function.strftime.php para definir
// la variable siguiente
$datefmt = '%d-%m-%Y a las %H:%M:%S';
$timespanfmt = '%s días, %s horas, %s minutos y %s segundos';
 
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Por favor, escriba la ruta absoluta del servidor que lleve al directorio docSQL';
$strAccessDenied = 'Acceso denegado ';
$strAccessDeniedCreateConfig = 'La razón más probable es que usted no creó un archivo de configuración. Utilice %1$ssetup script%2$s para crear una.';
$strAccessDeniedExplanation = 'phpMyAdmin intentó conectarse con el servidor MySQL, y el servidor rechazó esta conexión. Deberá revisar el host, nombre de usuario y contraseña en config.inc.php y asegurarse que corresponden con la información provista por el administrador del servidor MySQL.';
$strAction = 'Acción';
$strAddAutoIncrement = 'Añadir el valor AUTO_INCREMENT';
$strAddConstraints = 'Añadir restricciones';
$strAddDeleteColumn = 'Añadir/borrar columna de criterio';
$strAddDeleteRow = 'Añadir/borrar fila de criterio';
$strAddDropDatabase = 'Añadir DROP DATABASE';
$strAddedColumnComment = 'Se añadió un comentario para la columna';
$strAddedColumnRelation = 'Se añadió una relación para la columna';
$strAddFields = 'Añadir %s campo(s)';
$strAddHeaderComment = 'Añadir su propio comentario en el encabezado (\\n segmenta las oraciones)';
$strAddIfNotExists = 'Añadir IF NOT EXISTS';
$strAddIntoComments = 'Añadir en los comentarios';
$strAddNewField = 'Insertar nuevo campo';
$strAddPrivilegesOnDb = 'Añadir privilegios a esta base de datos';
$strAddPrivilegesOnTbl = 'Añadir privilegios a esta tabla';
$strAddSearchConditions = 'Insertar las condiciones de búsqueda (cuerpo de la cláusula "where"):';
$strAddToIndex = 'Añadir al índice &nbsp;%s&nbsp;columna(s)';
$strAddUser = 'Agregar un nuevo usuario';
$strAddUserMessage = 'Ha agregado un nuevo usuario.';
$strAdministration = 'Administración';
$strAffectedRows = 'Filas afectadas: ';
$strAfter = 'Después de %s';
$strAfterInsertBack = 'Volver';
$strAfterInsertNewInsert = 'Insertar un nuevo registro';
$strAfterInsertNext = 'Editar la siguiente fila';
$strAfterInsertSame = 'Volver a esta página';
$strAllowInterrupt = 'Permita la interrupción de la importación en el caso de que el script detecte que se ha acercado a su límite de tiempo. Esto podría ser un buen método para importar archivos grandes; sin embargo, puede dañar las transacciones.';
$strAllTableSameWidth = '¿Mostrar todas las tablas que tienen el mismo ancho?';
$strAll = 'Todos/as';
$strAlterOrderBy = 'Modificar el ORDER BY de la tabla';
$strAnalyzeTable = 'Analizar la tabla';
$strAndThen = 'y luego';
$strAnd = 'y luego';
$strAnIndex = 'Se añadió un índice en %s';
$strAny = 'cualquiera';
$strAnyHost = 'Cualquier servidor';
$strAnyUser = 'Cualquier usuario';
$strApproximateCount = 'Podría ser aproximado. Léase la FAQ 3.11';
$strAPrimaryKey = 'Se añadió una clave primaria en %s';
$strArabic = 'Árabe';
$strArmenian = 'Armenio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'Al comienzo de la tabla';
$strAtEndOfTable = 'Al final de la tabla';
$strAttr = 'Atributos';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Diseño automático';
 
$strBack = 'Volver';
$strBaltic = 'Báltico';
$strBeginCut = 'INICIO DEL CORTE';
$strBeginRaw = 'INICIO DEL VOLCADO';
$strBinary = ' Binario ';
$strBinaryDoNotEdit = ' Binario - ¡no editar! ';
$strBinaryLog = 'Log binario';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Información';
$strBinLogName = 'Nombre con el cual se registró';
$strBinLogOriginalPosition = 'Posición original';
$strBinLogPosition = 'Posición';
$strBinLogServerId = 'ID del servidor';
$strBookmarkAllUsers = 'Permitir que todo usuario pueda acceder a este favorito';
$strBookmarkCreated = 'El favorito %s fue creado';
$strBookmarkDeleted = 'El favorito ha sido borrado.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Consulta guardada en favoritos';
$strBookmarkReplace = 'Reemplazar el favorito existente que tenga el mismo nombre';
$strBookmarkThis = 'Guardar esta consulta en favoritos';
$strBookmarkView = 'Solamente ver';
$strBrowseDistinctValues = 'Navegar los valores distintivos';
$strBrowse = 'Examinar';
$strBrowseForeignValues = 'Mostrar los valores extranjeros';
$strBufferPoolActivity = 'Actividad de la memoria (búfer) de tránsito común';
$strBufferPool = 'Total de memoria del búfer';
$strBufferPoolUsage = 'Total de memoria del búfer consumido';
$strBufferReadMissesInPercent = 'Leer los fallos en %';
$strBufferReadMisses = 'Leer los fallos';
$strBufferWriteWaits = 'Escribir las esperas';
$strBufferWriteWaitsInPercent = 'Escribir las esperas en %';
$strBulgarian = 'Búlgaro';
$strBusyPages = 'Páginas activas';
$strBzError = 'Si desea usar las opciones de compresión Bz2, deberá actualizar su php a una versión más reciente. phpMyAdmin no fue capaz de comprimir el dump debido a que está dañada o inaccesible la extensión Bz2 en esta versión de php. Le recomendamos que cambie el parámetro <code>$cfg[\'BZipDump\']</code> en su archivo de configuración phpMyAdmin a <code>FALSE</code>. Lea el reporte de "bugs" de php %s para mayor información.';
$strBzip = '"Comprimido con bzip"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'No se pudieron cargar los plugins de importación, por favor revise su instalación';
$strCannotLogin = 'El servidor MySQL no autorizó su ingreso';
$strCantLoad = 'no se pudo cargar la extensión %s,<br />por favor revise su configuración de PHP.';
$strCantLoadRecodeIconv = 'No se puede cargar iconv o recodificar una extensión necesaria para la conversión de juegos de caracteres, configure php para permitir el uso de estas extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'No puede cambiar el nombre del índice a ¡PRIMARY!';
$strCantUseRecodeIconv = 'No se puede utilizar iconv ni libiconv ni la función recode_string mientras se carga la extensión de informes. Comprueba la configuración de php.';
$strCardinality = 'Cardinalidad';
$strCaseInsensitive = 'independiente de mayúsculas y minúsculas';
$strCaseSensitive = 'dependiente de mayúsculas y minúsculas';
$strCentralEuropean = 'Europeo central';
$strChange = 'Cambiar';
$strChangeCopyModeCopy = '...mantener el anterior.';
$strChangeCopyMode = 'Crear un nuevo usuario con los mismos privilegios y...';
$strChangeCopyModeDeleteAndReload = ' ...borrar el viejo de las tablas de usuario y luego volver a cargar los privilegios.';
$strChangeCopyModeJustDelete = ' ...borrar el viejo de las tablas de usuario.';
$strChangeCopyModeRevoke = ' ...revocar todos los privilegios activos del viejo y eliminarlo después.';
$strChangeCopyUser = 'Cambiar la información de la cuenta / Copiar el usuario';
$strChangeDisplay = 'Elegir el campo a mostrar';
$strChangePassword = 'Cambio de contraseña';
$strCharset = 'Juego de caracteres';
$strCharsetOfFile = 'Juego de caracteres del archivo:';
$strCharsetsAndCollations = 'Juego de caracteres y sus cotejamientos';
$strCharsets = 'Juegos de caracteres';
$strCheckAll = 'Marcar todos/as';
$strCheckOverhead = 'Marcar las tablas con residuo a depurar';
$strCheckPrivsLong = 'Revisar los privilegios para la base de datos &quot;%s&quot;.';
$strCheckPrivs = 'Revisar los privilegios';
$strCheckTable = 'Revisar la tabla';
$strChoosePage = 'Elegir la página a editar';
$strColComFeat = 'Mostrando los comentarios de la columna';
$strCollation = 'Cotejamiento';
$strColumnNames = 'Nombre de las columnas';
$strColumnPrivileges = 'Privilegios específicos para la columna';
$strCommand = 'Comando';
$strComments = 'Comentarios';
$strCommentsForTable = 'COMENTARIOS PARA LA TABLA';
$strCompatibleHashing = 'Compatible con MySQL&nbsp;4.0';
$strCompleteInserts = 'Completar los INSERTS';
$strCompression = 'Compresión';
$strCompressionWillBeDetected = 'La compresión escogida para el archivo a importar se detectará automáticamente de: %s';
$strConfigDefaultFileError = 'No fue posible cargar la configuración predeterminada desde: "%1$s"';
$strConfigFileError = '¡phpMyAdmin no puede leer el fichero de configuración!<br />Esto puede suceder si php encuentra un error sintáctico en él o bien php no puede encontrar el fichero.<br />Intente acceder al fichero de configuración directamente mediante el siguiente enlace y compruebe el(los) mensaje(s) de error que reciba. En muchas ocasiones falta una coma o punto y coma en algún sitio.<br />Si recibe una página en blanco, todo está correcto.';
$strConfigureTableCoord = 'Configure las coordenadas para la tabla %s';
$strConnectionError = 'No se estableció la conexión: los parámetros están incorrectos.';
$strConnections = 'Conexiones';
$strConstraintsForDumped = 'Filtros para las tablas descargadas (dump)';
$strConstraintsForTable = 'Filtros para la tabla';
$strCookiesRequired = 'Las "cookies" deben estar habilitadas.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'La base de datos %s ha sido copiada a %s';
$strCopyTable = 'Copiar la tabla a (base de datos<b>.</b>tabla):';
$strCopyTableOK = 'La tabla %s se copió a %s.';
$strCopyTableSameNames = '¡No es posible copiar la tabla a la misma!';
$strCouldNotKill = 'phpMyAdmin no fue capaz de destruir el proceso %s. Probablemente ya ha sido cerrado.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREAR BASE DE DATOS antes de copiar';
$strCreateIndex = 'Crear un índice en&nbsp;%s&nbsp;columna(s)';
$strCreateIndexTopic = 'Crear un nuevo índice';
$strCreateNewDatabase = 'Crear nueva base de datos';
$strCreateNewTable = 'Crear nueva tabla en la base de datos %s';
$strCreatePage = 'Crear una nueva página';
$strCreatePdfFeat = 'Creación de los PDF';
$strCreationDates = 'Fechas de creación/actualización/revisión';
$strCriteria = 'Criterio';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opciones CSV';
$strCSVOptions = 'Opciones CSV';
$strCyrillic = 'Cirílico';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
 
$strDanish = 'Danés';
$strDatabase = 'Base de datos';
$strDatabaseEmpty = '¡El nombre de la base de datos está vacío!';
$strDatabaseExportOptions = 'Opciones de exportación de la base de datos';
$strDatabaseHasBeenDropped = 'La base de datos %s ha sido eliminada.';
$strDatabaseNoTable = '¡Esta base de datos no contiene tablas!';
$strDatabases = 'Bases de datos';
$strDatabasesDropped = '%s bases de datos han sido eliminadas exitosamente.';
$strDatabasesStatsDisable = 'Desactivar las estadísticas';
$strDatabasesStatsEnable = 'Activar las estadísticas';
$strDatabasesStats = 'Estadísticas de la base';
$strDatabasesStatsHeavyTraffic = 'Nota: Activar aquí las estadísticas de la base de datos podría causar tráfico pesado entre el servidor web y el servidor MySQL.';
$strData = 'Datos';
$strDataDict = 'Diccionario de datos';
$strDataOnly = 'Solamente datos';
$strDataPages = 'Páginas que contienen datos';
$strDBComment = 'Comentario de la base de datos: ';
$strDBCopy = 'Copiar la base de datos a';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID del contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Línea';
$strDBGMaxTimeMs = 'Tiempo máximo, ms';
$strDBGMinTimeMs = 'Tiempo mínimo, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tiempo/Hit, ms';
$strDBGTotalTimeMs = 'Tiempo total, ms';
$strDbPrivileges = 'Privilegios específicos para la base de datos';
$strDBRename = 'Cambiar el nombre de la base de datos a';
$strDbSpecific = 'específico para la base de datos';
$strDefaultEngine = '%s es el motor de almacenamiento predeterminado en este servidor MySQL.';
$strDefault = 'Predeterminado';
$strDefaultValueHelp = 'Para valores predeterminados, por favor ingrese solamente un valor, sin caracteres de escape \"\\\" ni comillas, usando este formato: a';
$strDefragment = 'Defragmentar la tabla';
$strDelayedInserts = 'Usar "inserts" con retraso';
$strDeleteAndFlush = 'Borrar a los usuarios y luego volver a cargar los privilegios.';
$strDeleteAndFlushDescr = 'Este es el modo más limpio, pero volver a cargar los privilegios puede tomar tiempo.';
$strDelete = 'Borrar';
$strDeleted = 'La fila se ha borrado';
$strDeletedRows = 'Filas borradas: ';
$strDeleteNoUsersSelected = '¡No se han seleccionado usuarios para eliminar!';
$strDeleting = 'Borrando %s';
$strDelOld = 'La página actual tiene referencias a tablas que ya no existen. ¿Desea eliminar esas referencias?';
$strDescending = 'Descendente';
$strDescription = 'Descripción';
$strDictionary = 'diccionario';
$strDirtyPages = 'Páginas que requieren ser depuradas';
$strDisabled = 'Deshabilitado';
$strDisableForeignChecks = 'Deshabilitar la revisión de las llaves extranjeras (foreign keys)';
$strDisplayFeat = 'Mostrar las opciones'; //Features = ¿opciones, componentes?
$strDisplayOrder = 'Mostrar en este orden:';
$strDisplayPDF = 'Mostrar esquema PDF';
$strDoAQuery = 'Hacer una consulta (comodín: "%")';
$strDocu = 'Documentación';
$strDoYouReally = 'Realmente desea ';
$strDropDatabaseStrongWarning = '¡Está a punto de DESTRUIR una base de datos completa!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar las bases de datos que tienen los mismos nombres que los usuarios.';
$strDumpingData = 'Volcar la base de datos para la tabla';
$strDumpSaved = 'Su archivo (MySQL dump) ha sido guardado con el nombre %s.';
$strDumpXRows = 'Volcar %s filas empezando por la fila %s.';
$strDynamic = 'dinámico/a';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar las páginas PDF';
$strEditPrivileges = 'Editar los privilegios';
$strEffective = 'Efectivo/a';
$strEmptyResultSet = 'MySQL ha devuelto un valor vacío (i.e., cero columnas).';
$strEmpty = 'Vaciar';
$strEnabled = 'Habilitado';
$strEncloseInTransaction = 'Incluir lo exportado en una transacción';
$strEndCut = 'FIN DEL CORTE';
$strEnd = 'Fin';
$strEndRaw = 'FIN DEL VOLCADO';
$strEngineAvailable = '%s está disponible en este servidor MySQL.';
$strEngineDisabled = '%s ha sido deshabilitado para este motor de almacenamiento.';
$strEngines = 'Motores';
$strEngineUnsupported = 'Este servidor MySQL no es compatible con el motor de almacenamiento %s.';
$strEnglish = 'Inglés';
$strEnglishPrivileges = ' Nota: Los nombres de los privilegios de MySQL están expresados en inglés ';
$strError = 'Error';
$strErrorInZipFile = 'Error en el archivo ZIP:';
$strEscapeWildcards = 'Los comodines _ y % deben acompañarse de \ para usarlos de manera literal';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonio';
$strExcelEdition = 'Edición Excel';
$strExcelOptions = 'Opciones de Excel';
$strExecuteBookmarked = 'Ejecute la consulta marcada previamente';
$strExplain = 'Explicar el SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'INSERTs extendidos';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Intentos fallidos';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Se eliminó el campo %s';
$strFields = 'Campos';
$strFieldsEmpty = 'El número de campos está ¡vacío!';
$strFieldsEnclosedBy = 'Campos encerrados por';
$strFieldsEscapedBy = 'Caracter de escape';
$strFieldsTerminatedBy = 'Campos terminados en';
$strFileAlreadyExists = 'El archivo %s ya existe en el servidor, cambie el nombre del archivo o revise la opción de sobreescritura.';
$strFileCouldNotBeRead = 'No fue posible leer el archivo';
$strFileNameTemplateDescriptionDatabase = 'nombre de la base de datos';
$strFileNameTemplateDescription = 'Este valor es interpretado usando %1$sstrftime%2$s; así, usted puede usar cadenas de caracteres para formatear el tiempo. De manera adicional, sucederán las siguientes transformaciones: %3$s. El texto restante se mantendrá como está.';
$strFileNameTemplateDescriptionServer = 'nombre del servidor';
$strFileNameTemplateDescriptionTable = 'nombre de la tabla';
$strFileNameTemplate = 'Plantilla del nombre del archivo';
$strFileNameTemplateRemember = 'recordar la plantilla';
$strFileToImport = 'Archivo a importar';
$strFixed = 'fijo';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin obtiene los privilegios de los usuarios \'directamente de las tablas de privilegios MySQL\'. El contenido de estas tablas puede diferir de los privilegios que usa el servidor si es que se han realizado cambios manuales en él. En este caso, nuevamente deberá %scargar la página de privilegios%s antes de continuar.';
$strFlushQueryCache = 'Vaciar el cache de consultas';
$strFlushTables = 'Vaciar el cache de todas las tablas';
$strFlushTable = 'Vaciar el caché de la tabla ("FLUSH")';
$strFormat = 'Formato';
$strFormEmpty = '¡Falta un valor en el formulario!';
$strFreePages = 'Páginas libres';
$strFullText = 'Textos completos';
$strFunction = 'Función';
 
$strGenBy = 'Generado por';
$strGeneralRelationFeat = 'Opciones de relación general'; //Features = ¿opciones, componentes?
$strGenerate = 'Generar';
$strGeneratePassword = 'Generar la contraseña';
$strGenTime = 'Tiempo de generación';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemán';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilegios globales';
$strGlobalValue = 'Valor global';
$strGo = 'Continuar';
$strGrantOption = 'Conceder';
$strGreek = 'Griego';
$strGzip = '"Comprimido con gzip"';
 
$strHandler = 'Gestor';
$strHasBeenAltered = 'fue modificada.';
$strHasBeenCreated = 'se creó.';
$strHaveToShow = 'Debe elegir al menos una columna para mostrar';
$strHebrew = 'Hebreo';
$strHexForBinary = 'Usar hexadecimal para campos binarios';
$strHomepageOfficial = 'Página oficial de phpMyAdmin';
$strHome = 'Página de inicio';
$strHostEmpty = '¡¡El nombre del servidor está vacío!!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opciones de exportación Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opciones de exportación Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandés';
$strId = 'Identificación';
$strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignore las filas duplicadas';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar la opción ignore inserts';
$strIgnoringFile = 'Ignorando el archivo %s';
$strImportDocSQL = 'Importar archivos docSQL';
$strImportFiles = 'Importar archivos';
$strImportFormat = 'Formato del archivo importado';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'La importación se ejecutó exitosamente, se ejecutaron %d consultas.';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'El índice %s ha sido eliminado';
$strIndexName = 'Nombre del índice&nbsp;:';
$strIndex = 'Índice';
$strIndexType = 'Tipo de índice&nbsp;:';
$strIndexWarningMultiple = 'Se creó más de una clave %s para la columna `%s`';
$strIndexWarningPrimary = 'Las claves PRIMARIA e ÍNDICE no deben seleccionarse juntas para la columna `%s`';
$strIndexWarningTable = 'Problemas con los índices de la tabla `%s`';
$strIndexWarningUnique = 'Las claves UNICA e ÍNDICE no deben seleccionarse juntas para la columna `%s`';
$strInnoDBAutoextendIncrementDesc = 'El tamaño a incrementar para que se extienda el ancho de una tabla capaz de autoextenderse cuando se llena.';
$strInnoDBAutoextendIncrement = 'Incremente el valor AUTOEXTEND';
$strInnoDBBufferPoolSizeDesc = 'El tamaño de la memoria intermedia (búfer) usado por InnoDB para almacenar, en el cache, los datos e índices de sus tablas.';
$strInnoDBBufferPoolSize = 'Tamaño de la memoria (búfer) de tránsito común';
$strInnoDBDataFilePath = 'Archivos de datos';
$strInnoDBDataHomeDirDesc = 'La parte constante de la ruta del directorio para todos los archivos de datos InnoDB.';
$strInnoDBDataHomeDir = 'Directorio raíz de los datos';
$strInnoDBPages = 'páginas';
$strInnodbStat = 'Estado del InnoDB';
$strInsecureMySQL = 'Su archivo de configuración contiene parámetros (root sin contraseña) que corresponden a la cuenta privilegiada predeterminada de MySQL. Su servidor de MySQL está usando estos valores, lo que constituye una vulnerabilidad. Se le recomienda corregir esta brecha de seguridad. Por ejemplo, desde la página de inicio de phpMyAdmin seleccione Privilegios y agregue la contraseña a root@localhost. Deberá escribir la misma contraseña en config.inc.php de phpMyAdmin';
$strInsertAsNewRow = 'Insertar como una nueva fila';
$strInsertedRowId = 'Se insertó la ID de la fila:';
$strInsertedRows = 'Filas insertadas:';
$strInsert = 'Insertar';
$strInsertNewRow = 'Insertar nueva fila';
$strInternalNotNecessary = '* No es necesaria una relación interna cuando también existe en InnoDB.';
$strInternalRelations = 'Relaciones internas';
$strInUse = 'en uso';
$strInvalidAuthMethod = 'El método de autenticación no es válido en la configuración actual:';
$strInvalidColumnCount = 'El número de columnas debe ser superior a cero.';
$strInvalidColumn = '¡Las columnas especificadas (%s) no son válidas!';
$strInvalidCSVFieldCount = 'El número de campos de los datos CSV en la línea %d no es válido.';
$strInvalidCSVFormat = 'El formato de los datos CSV en la línea %d no es válido.';
$strInvalidCSVParameter = 'Parámetro no válido para importar CSV: %s';
$strInvalidFieldAddCount = 'Debe añadir al menos un campo.';
$strInvalidFieldCount = 'La tabla debe tener al menos un campo.';
$strInvalidLDIImport = '¡Este plugin no tiene soporte para importaciones comprimidas!';
$strInvalidRowNumber = '%d no es un número de fila válido.';
$strInvalidServerHostname = 'El nombre del host no es válido para el servidor %1$s. Por favor, revise su configuración.';
$strInvalidServerIndex = 'No es válido el índice del servidor: "%s"';
 
$strJapanese = 'Japonés';
$strJoins = 'Vínculos (Joins)';
$strJumpToDB = 'Saltar a la base de datos &quot;%s&quot;.';
$strJustDeleteDescr = 'Los usuarios &quot;borrados&quot; aún podrán acceder al servidor de manera usual hasta que los privilegios se hayan vuelto a cargar.';
$strJustDelete = 'Solamente borrar a los usuarios de la tabla de privilegios.';
 
$strKeepPass = 'No cambiar la contraseña';
$strKeyCache = 'Cache principal';
$strKeyname = 'Nombre de la clave';
$strKill = 'Matar el proceso';
$strKorean = 'Coreano';
 
$strLandscape = 'Orientación horizontal';
$strLanguageFileNotFound = 'No se halló el archivo de idioma "%1$s".';
$strLanguageUnknown = 'Idioma desconocido: %1$s.';
$strLatchedPages = 'Páginas vinculadas';
$strLatexCaption = 'Subtitulado de la tabla';
$strLatexContent = 'Contenido de la tabla __TABLE__';
$strLatexContinuedCaption = 'Continuación del subtitulado de la tabla';
$strLatexContinued = '(continúa)';
$strLatexIncludeCaption = 'Incluir el subtitulado de la tabla';
$strLatexLabel = 'Clave de la etiqueta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'opciones LaTeX';
$strLatexStructure = 'Estructura de la tabla __TABLE__';
$strLatvian = 'Letón';
$strLDI = 'CSV usando LOAD DATA';
$strLDIImportOptions = 'Las opciones para la importación CSV usando LOAD DATA';
$strLDILocal = 'Use la palabra clave LOCAL';
$strLengthSet = 'Longitud/Valores*';
$strLimitNumRows = 'registros por página';
$strLinesTerminatedBy = 'Líneas terminadas en';
$strLinkNotFound = 'No se encontró el enlace';
$strLinksTo = 'Enlaces a';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localización del archivo de texto';
$strLoginInformation = 'Información de la cuenta';
$strLogin = 'Iniciar sesión';
$strLogout = 'Salir';
$strLogPassword = 'Contraseña:';
$strLogServer = 'Servidor';
$strLogUsername = 'Usuario:';
$strLongOperation = 'Esta operación podría tomar algún tiempo. ¿Proceder de todas formas?';
 
$strMaxConnects = 'Número máx. de conexiones concurrentes';
$strMaximalQueryLength = 'Longitud máxima de la consulta creada';
$strMaximumSize = 'Tamaño máximo: %s%s';
$strMbExtensionMissing = 'No se halló la extensión PHP mbstring y al parecer usted está usando tipografía multibyte. phpMyAdmin no puede cortar correctamente las cadenas de caracteres sin la extensión mbstring y podría dar resultados inesperados.';
$strMbOverloadWarning = 'Usted ha activado mbstring.func_overload en su configuración PHP. ¡Esta opción es incompatible con phpMyAdmin y podría causar la pérdida de algunos datos!';
$strMIME_available_mime = 'MIME-types disponibles';
$strMIME_available_transform = 'Transformaciones disponibles';
$strMIME_description = 'Descripción';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'No hay una descripción disponible para esta transformación.<br />Por favor pregunte al autor lo que %s hace.';
$strMIME_transformation_note = 'Para una lista de opciones de transformación disponibles y sus transformaciones MIME-type transformations, dé clic en %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Por favor ingrese los valores para las opciones de transformación usando este formato: \'a\',\'b\',\'c\'...<br />Si alguna vez requiere insertar un Backslash ("\") o comilla sencilla ("\'") entre esos valores, use backslash (por ejemplo \'\\\\xyz\' o \'a\\\'b\').';
$strMIME_transformation_options = 'Opciones de transformación';
$strMIME_transformation = 'Transformación del navegador';
$strMIMETypesForTable = 'TIPOS MIME PARA LA TABLA';
$strMIME_without = 'MIME-types impresos en itálicas no tienen una función de transformación adicional';
$strModifications = 'Se han guardado las modificaciones';
$strModifyIndexTopic = 'Modificar un índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover tabla a (Base de datos<b>.</b>tabla):';
$strMoveTableOK = 'La tabla %s ha sido movida a %s.';
$strMoveTableSameNames = '¡No es posible mover la tabla a la misma!';
$strMultilingual = 'multilingüe';
$strMyISAMDataPointerSizeDesc = 'El tamaño predeterminado del puntero de datos en bytes, para su uso en CREATE TABLE para las tablas MyISAM cuando no se ha especificado la opción MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamaño del puntero de datos';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si el archivo temporal usado para la generación rápida de índices MyISAM fuese mayor que el uso del key cache por la cantidad especificada aquí, preferir el método key cache.';
$strMyISAMMaxExtraSortFileSize = 'Tamaño máximo de los archivos temporales durante la generación del índice';
$strMyISAMMaxSortFileSizeDesc = 'El tamaño máximo del archivo temporal que MySQL puede generar mientras genera un nuevo índice MyISAM del archivo temporal (durante REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamaño máximo para los archivos temporales generados durante la organización';
$strMyISAMRecoverOptionsDesc = 'La modalidad para la recuperación automática de tablas MyISAM caídas catastróficamente, como fuera determinado mediante la opción al arranque del servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modalidad de recuperación automática';
$strMyISAMRepairThreadsDesc = 'Si este valor es superior a 1, se generan en paralelo los índices de las tablas MyISAM (cada índice con su propio proceso) durante el proceso \"Reparar mediante organización\".';
$strMyISAMRepairThreads = 'Reparar los procesos';
$strMyISAMSortBufferSizeDesc = 'La cantidad de memoria que se asigna para organizar los índices MyISAM durante la operación REPAIR TABLE o cuando se generan índices con CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Organizar el tamaño del búfer de memoria';
$strMySQLCharset = 'Juegos de caracteres de MySQL';
$strMysqlClientVersion = 'Versión del cliente';
$strMySQLConnectionCollation = 'Cotejamiento de las conexiones MySQL';
$strMySQLSaid = 'MySQL ha dicho: ';
$strMySQLShowProcess = 'Mostrar procesos';
$strMySQLShowStatus = 'Mostrar información de tiempo de ejecución de MySQL';
$strMySQLShowVars = 'Mostrar las variables del sistema MySQL';
 
$strName = 'Nombre';
$strNext = 'Próxima';
$strNoActivity = 'No ha habido actividad desde hace %s o más segundos, por favor reingrese al sitio';
$strNoDatabases = 'No hay bases de datos';
$strNoDatabasesSelected = 'No se seleccionaron bases de datos.';
$strNoDescription = 'Sin descripción';
$strNoDetailsForEngine = 'No existe información detallada acerca de las condiciones en que se encuentra este motor de almacenamiento.';
$strNoDropDatabases = 'Los enunciados \"DROP DATABASE\" están deshabilitados.';
$strNoExplain = 'Salir de la explicación del SQL';
$strNoFilesFoundInZip = '¡No se hallaron archivos dentro del archivo ZIP!';
$strNoFrames = 'phpMyAdmin funciona mejor con un navegador que <b>reconoce frames</b>.';
$strNoIndex = '¡No se ha definido el índice!';
$strNoIndexPartsDefined = '¡No se han definido las partes del índice!';
$strNoModification = 'Sin cambios';
$strNone = 'Ninguna';
$strNo = 'No';
$strNoOptions = 'Este formato no tiene opciones';
$strNoPassword = 'Sin contraseña';
$strNoPermission = 'El servidor web no tiene permiso para guardar el archivo %s.';
$strNoPhp = 'Sin código PHP';
$strNoPrivileges = 'Sin privilegios';
$strNoRights = '¡Usted no tiene suficientes privilegios para estar aquí ahora!';
$strNoRowsSelected = 'No se seleccionaron filas';
$strNoSpace = 'No hay suficiente espacio para guardar el archivo %s.';
$strNoTablesFound = 'No se han encontrado tablas en la base de datos.';
$strNoThemeSupport = 'No existe soporte para Diseños personalizados (Themes), por favor, revise su configuración y/o sus temas en el directorio %s.';
$strNothingToImport = '¡Usted no seleccionó datos para importar!';
$strNotNumber = '¡Ésto no es un número!';
$strNotOK = 'no recibió el OK';
$strNotSet = 'La tabla <b>%s</b> no fue hallada o no fue definida en %s';
$strNoUsersFound = 'Usuario(s) no encontrado(s).';
$strNoValidateSQL = 'Salir de la validación del SQL';
$strNull = 'Nulo';
$strNumberOfFields = 'Número de campos';
$strNumSearchResultsInTable = '%s resultado(s) en la tabla <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tablas';
 
$strOK = 'OK';
$strOpenNewWindow = 'Abrir nueva ventana de phpMyAdmin';
$strOperations = 'Operaciones';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimizar la tabla';
$strOr = 'O';
$strOverhead = 'Residuo a depurar';
$strOverwriteExisting = 'Sobreescribir el(los) archivo(s) existente(s)';
 
$strPageNumber = 'Número de página:';
$strPagesToBeFlushed = 'Páginas que serán eliminadas';
$strPaperSize = 'Tamaño del papel';
$strPartialImport = 'Importación parcial';
$strPartialText = 'Textos parciales';
$strPasswordChanged = 'La contraseña para %s se cambió exitosamente.';
$strPassword = 'Contraseña';
$strPasswordEmpty = '¡La contraseña está vacía!';
$strPasswordHashing = 'Hashing de la contraseña';
$strPasswordNotSame = '¡Las contraseñas no coinciden!';
$strPdfDbSchema = 'Esquema de la base de datos "%s" - Página %s';
$strPdfInvalidTblName = '¡La tabla "%s" no existe!';
$strPdfNoTables = 'No existen tablas';
$strPDFOptions = 'Opciones del PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Título del reporte';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Persa';
$strPhoneBook = 'directorio telefónico';
$strPHP40203 = 'Usted está usando PHP 4.2.3, el cual tiene un error de codificación en cuanto a las "cadenas de caracteres multi-byte" (mbstring). Lea el reporte 19404 de PHP. No se recomienda el uso de phpMyAdmin con esta versión de PHP.';
$strPhp = 'Crear código PHP';
$strPHPVersion = 'Versión de PHP';
$strPmaDocumentation = 'Documentación de phpMyAdmin';
$strPmaUriError = 'El contenido de <tt>$cfg[\'PmaAbsoluteUri\']</tt> ¡DEBE constar en config.inc.php!';
$strPolish = 'Polaco';
$strPortrait = 'Orientación vertical';
$strPos1 = 'Empezar';
$strPrevious = 'Previo';
$strPrimaryKeyHasBeenDropped = 'La clave primaria ha sido eliminada';
$strPrimaryKeyName = 'El nombre de la clave primaria debe ser \"PRIMARY\"';
$strPrimaryKeyWarning = '("PRIMARY" <b>exclusivamente debe</b> ser el nombre de ¡una clave primaria!)';
$strPrimary = 'Primaria';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Previsualización para imprimir (documento completo)';
$strPrintView = 'Vista de impresión';
$strPrivDescAllPrivileges = 'Incluye todos los privilegios excepto GRANT (CONCEDER).';
$strPrivDescAlter = 'Permite alterar la estructura de las tablas existentes.';
$strPrivDescAlterRoutine = 'Permite alterar y eliminar las rutinas almacenadas.';
$strPrivDescCreateDb = 'Permite crear nuevas bases de datos y tablas.';
$strPrivDescCreateRoutine = 'Permite crear el almacenamiento de rutinas.';
$strPrivDescCreateTbl = 'Permite la creación de tablas nuevas.';
$strPrivDescCreateTmpTable = 'Permite la creación de tablas temporales.';
$strPrivDescCreateUser = 'Permite crear, eliminar y cambiar el nombre de las cuentas de usuario.';
$strPrivDescCreateView = 'Permite crear nuevas vistas.';
$strPrivDescDelete = 'Permite borrar datos.';
$strPrivDescDropDb = 'Permite eliminar bases de datos y tablas.';
$strPrivDescDropTbl = 'Permite eliminar tablas.';
$strPrivDescExecute5 = 'Permite ejecutar las rutinas almacenadas.';
$strPrivDescExecute = 'Permite ejecutar procedimientos guardados; no tiene efecto en esta versión de MySQL.';
$strPrivDescFile = 'Permite importar y exportar datos de y hacia archivos.';
$strPrivDescGrant = 'Permite añadir usuarios y privilegios sin conectarse nuevamente a la tabla de privilegios.';
$strPrivDescIndex = 'Permite crear y eliminar índices.';
$strPrivDescInsert = 'Permite insertar y reemplazar datos.';
$strPrivDescLockTables = 'Permite poner candados a las tablas para el proceso actual.';
$strPrivDescMaxConnections = 'Limita el número de conexiones nuevas que el usuario puede abrir por hora.';
$strPrivDescMaxQuestions = 'Limita el número de consultas que el usuario puede enviar al servidor por hora.';
$strPrivDescMaxUpdates = 'Limita el número de comandos que cambian cualquier tabla o base de datos que el usuario puede ejecutar por hora.';
$strPrivDescMaxUserConnections = 'Limita el número de conexiones simultáneas que el usuario pueda tener.';
$strPrivDescProcess3 = 'Permite eliminar los procesos de otros usuarios.';
$strPrivDescProcess4 = 'Permite ver las consultas completas en la lista de procesos.';
$strPrivDescReferences = 'No tiene efecto en esta versión de MySQL.';
$strPrivDescReload = 'Permite volver a cargar los parámetros del servidor y depurar los cachés del servidor.';
$strPrivDescReplClient = 'Da el derecho al usuario para preguntar dónde están los "esclavos / masters".';
$strPrivDescReplSlave = 'Necesario para los "esclavos" de replicación.';
$strPrivDescSelect = 'Permite leer los datos.';
$strPrivDescShowDb = 'Concede acceso a la lista completa de bases de datos.';
$strPrivDescShowView = 'Permite llevar a cabo las consultas SHOW CREATE VIEW (MOSTRAR CREAR VER).';
$strPrivDescShutdown = 'Permite desconectar el servidor.';
$strPrivDescSuper = 'Permite la conexión, incluso si el número máximo de conexiones ha sido alcanzado; Necesario para la mayor parte de operaciones administrativas tales como montar parámetros de variables globales o matar procesos de otros usuarios.';
$strPrivDescUpdate = 'Permite cambiar los datos.';
$strPrivDescUsage = 'Sin privilegios.';
$strPrivileges = 'Privilegios';
$strPrivilegesReloaded = 'Los privilegios fueron cargados nuevamente de manera exitosa.';
$strProcesslist = 'Lista de procesos';
$strProtocolVersion = 'Versión del protocolo';
$strPutColNames = 'Poner los nombres de campo en la primera hilera';
 
$strQBEDel = 'Borrar';
$strQBE = 'Generar una consulta';
$strQBEIns = 'Insertar';
$strQueryCache = 'Cache de consultas';
$strQueryFrame = 'Ventana de consulta';
$strQueryOnDb = 'Consulta a la base de datos <b>%s</b>:';
$strQuerySQLHistory = 'Historial-SQL';
$strQueryStatistics = '<b>Estadísticas de consulta</b>: Desde su inicio, %s consultas han sido enviadas al servidor.';
$strQueryTime = 'La consulta tardó %01.4f seg';
$strQueryType = 'Tipo de consulta';
$strQueryWindowLock = 'No sobreescribir esta consulta desde fuera de la ventana';
 
$strReadRequests = 'Lea las solicitudes';
$strReceived = 'Recibido';
$strRecords = 'Registros';
$strReferentialIntegrity = 'Comprobar la integridad referencial:';
$strRefresh = 'Actualizar';
$strRelationalSchema = 'Esquema relacionado';
$strRelationNotWorking = 'Las opciones adicionales para trabajar con tablas vinculadas fueron desactivadas. Para saber porqué, dé clic %saquí%s.'; //Features = ¿opciones, componentes?
$strRelationsForTable = 'RELACIONES PARA LA TABLA';
$strRelations = 'Relaciones';
$strRelationView = 'Vista de relaciones';
$strReloadingThePrivileges = 'Cargando los privilegios nuevamente';
$strReloadMySQL = 'Reinicio de MySQL';
$strRemoveSelectedUsers = 'Eliminar a los usuarios seleccionados';
$strRenameDatabaseOK = 'La base de datos %s ha sido cambiada de nombre a %s';
$strRenameTable = 'Cambiar el nombre de la tabla a';
$strRenameTableOK = 'Tabla %s ahora se llama %s';
$strRepairTable = 'Reparar la tabla';
$strReplaceNULLBy = 'Reemplazar NULL con';
$strReplaceTable = 'Reemplazar los datos de la tabla con los del archivo';
$strReplication = 'Replicación';
$strReset = 'Reiniciar';
$strResourceLimits = 'Límites de recursos';
$strReType = 'Debe volver a escribir';
$strRevokeAndDeleteDescr = 'Los usuarios aún tendrán el privilegio "USAGE" hasta que los privilegios se hayan vuelto a cargar.';
$strRevokeAndDelete = 'Revocar todos los privilegios activos de los usuarios y borrarlos después.';
$strRevokeMessage = 'Ha revocado los privilegios para %s';
$strRevoke = 'Revocar';
$strRomanian = 'Rumano';
$strRowLength = 'Longitud de la fila';
$strRows = 'Filas';
$strRowsFrom = 'filas empezando de';
$strRowSize = ' Tamaño de la fila ';
$strRowsModeFlippedHorizontal = 'horizontal (encabezados rotados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en modo %s y repetir los encabezados cada %s celdas';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estadísticas de la fila';
$strRunning = 'ejecutándose en %s';
$strRunQuery = 'Ejecutar la consulta';
$strRunSQLQuery = 'Ejecutar la(s) consulta(s) SQL en la base de datos %s';
$strRunSQLQueryOnServer = 'Ejecute la o las consultas SQL en el servidor %s';
$strRussian = 'Ruso';
 
$strSave = 'Grabar';
$strSaveOnServer = 'Guardar en el servidor, en el directorio %s ';
$strScaleFactorSmall = 'El factor de la escala es demasiado pequeño para poner el esquema en una página';
$strSearch = 'Buscar';
$strSearchFormTitle = 'Buscar en la base de datos';
$strSearchInTables = 'En la(s) tabla(s):';
$strSearchNeedle = 'Palabra(s) o valor(es) a buscar (comodín: "%"):';
$strSearchOption1 = 'al menos una de estas palabras';
$strSearchOption2 = 'Todas las palabras';
$strSearchOption3 = 'La frase exacta';
$strSearchOption4 = 'como expresión regular';
$strSearchResultsFor = 'Resultados de la búsqueda por "<i>%s</i>" %s:';
$strSearchType = 'Encontrado:';
$strSecretRequired = 'El archivo de configuración ahora necesita salvoconducto (una frase secreta) (blowfish_secret).';
$strSelectADb = 'Seleccionar una base de datos';
$strSelectAll = 'Seleccionar todo';
$strSelectBinaryLog = 'Seleccionar el log binario que desea examinar';
$strSelectFields = 'Seleccionar campos (al menos uno):';
$strSelectNumRows = 'en la consulta';
$strSelectTables = 'Seleccionar tablas';
$strSend = 'Enviar (genera un archivo descargable)';
$strSent = 'Enviado';
$strServerChoice = 'Elección del servidor';
$strServerNotResponding = 'El servidor no está respondiendo';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Información acerca del tiempo de ejecución del proceso principal';
$strServerStatusUptime = 'Este servidor MySQL ha estado activo durante %s. Se inició en %s.';
$strServerTabProcesslist = 'Procesos';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Tráfico del servidor</b>: Estas tablas muestran las estadísticas de tráfico en la red de este servidor MySQL desde su inicio.';
$strServerVars = 'Variables y parámetros del servidor';
$strServerVersion = 'Versión del servidor';
$strSessionValue = 'Valor de la sesión';
$strSetEnumVal = 'Si el tipo de campo es "enum" o "set", por favor ingrese los valores usando este formato: \'a\',\'b\',\'c\'...<br />Si alguna vez necesita poner una barra invertida("\") o una comilla simple ("\'") entre esos valores, siempre ponga una barra invertida. (Por ejemplo \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostrar todo';
$strShowColor = 'Mostrar color';
$strShowDatadictAs = 'Formato del Diccionario de Datos';
$strShowFullQueries = 'Mostrar las consultas enteras';
$strShowGrid = 'Mostrar la cuadrícula';
$strShowingBookmark = 'Mostrando el favorito';
$strShowingRecords = 'Mostrando registros ';
$strShow = 'Mostrar';
$strShowOpenTables = 'Mostrar las tablas que están abiertas';
$strShowPHPInfo = 'Mostrar la información de PHP';
$strShowSlaveHosts = 'Mostrar los hosts esclavos';
$strShowSlaveStatus = 'Mostrar el estado del esclavo';
$strShowStatusBinlog_cache_disk_useDescr = 'El número de transacciones que usaron el cache de log binario temporal pero que excedieron el valor del binlog_cache_size y usaron un archivo temporal para almacenar los enunciados de la transacción.';
$strShowStatusBinlog_cache_useDescr = 'El número de transacciones que usaron el cache de log binario temporal.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'El número de tablas temporales en el disco que fueron creados automáticamente por el servidor mientras ejecuta los enunciados. Si las tablas Created_tmp_disk_tables es grande, puede incrementar el valor de tmp_table_size para hacer que las tablas temporales se basen en memoria en lugar de basarse en disco.';
$strShowStatusCreated_tmp_filesDescr = 'El número de archivos temporales que fueron creados por mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'El número de tablas temporales in-memory creadas automáticamente por el servidor mientras se ejecutaban los enunciados.';
$strShowStatusDelayed_errorsDescr = 'El número de filas escritas con INSERT DELAYED en los cuales ocurrió algún error (probablemente una llave duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'El número de procesos gestores INSERT DELAYED en uso. Cada tabla diferente en la cual uno usa INSERT DELAYED recibe su propio proceso.';
$strShowStatusDelayed_writesDescr = 'El número de filas INSERT DELAYED escritas.';
$strShowStatusFlush_commandsDescr = 'El número de enunciados FLUSH ejecutados.';
$strShowStatusHandler_commitDescr = 'El número de enunciados COMMIT internos.';
$strShowStatusHandler_deleteDescr = 'El número de veces que una fila fue eliminada de una tabla.';
$strShowStatusHandler_discoverDescr = 'El servidor MySQL puede solicitar al motor de almacenamiento NDB Cluster si conoce acerca de una tabla con un nombre dado. Esto se llama descubrimiento. Handler_discover indica el número ocasiones que las tablas han sido descubiertas.';
$strShowStatusHandler_read_firstDescr = 'El número de veces en que el primer registro ha sido leído desde un índice. Si este valor es alto, sugiere que el servidor está haciendo gran cantidad de escaneos completos del índice; por ejemplo, SELECT col1 FROM foo, asumiendo que col1 está indizado.';
$strShowStatusHandler_read_keyDescr = 'El número de solicitudes hechas para leer una fila basado en una llave. Si este valor es alto, es una buena indicación de que sus consultas y tablas están indizadas apropiadamente.';
$strShowStatusHandler_read_nextDescr = 'El número de solicitudes hechas para leer la siguiente fila en un orden clave. Este se incrementa si usted está consultando una columna índice con un limitante de rango o si usted está haciendo un escaneo del índice.';
$strShowStatusHandler_read_prevDescr = 'El número de solicitudes hechas para leer la fila previa en un orden clave. Este método de lectura se usa principalmente para optimizar a ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'El número de solicitudes hechas para leer una fila basado en una posición fija. Este es alto si usted está haciendo muchas consultas que requieren el reordenamiento del resultado. Usted probablemente tiene muchas consultas que requieren que MySQL escanee tablas enteras o usted debe tener vínculos (joins) que no usan las llaves de manera apropiada.';
$strShowStatusHandler_read_rnd_nextDescr = 'El número de solicitudes hechas para leer la siguiente fila en el archivo de datos. Este es alto si usted está haciendo muchos escaneos de tablas. Generalmente, esto sugiere que sus tablas no están indizadas apropiadamente o que sus consultas no están escritas para tomar ventaja de los índices que tiene.';
$strShowStatusHandler_rollbackDescr = 'El número de enunciados ROLLBACK internos.';
$strShowStatusHandler_updateDescr = 'El número de solicitudes hechas para actualizar una fila en una tabla.';
$strShowStatusHandler_writeDescr = 'El número de solicitudes hechas para insertar una fila en una tabla.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'El número de páginas conteniendo datos (sucias o limpias).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'El número de páginas actualmente sucias.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'El número de páginas en la memoria (búfer) de tránsito común que se ha solicitado sean vaciadas.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'El número de páginas libres.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'El número de páginas aseguradas en la memoria (búfer) de tránsito común InnoDB. Estas son páginas en fase de lectura o escritura o que no pueden ser vaciadas o removidas por alguna otra razón.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'El número de páginas ocupadas porque han sido asignadas para overhead administrativo tales como row locks o el índice hash adaptativo. Este valor también puede ser calculado como Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamaño total de la memoria (búfer) de tránsito común, en páginas.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'El número de read-aheads InnoDB "aleatorias" iniciadas. Esto sucede cuando una consulta va a escanear una gran porción de una tabla pero en orden aleatorio.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'El número de read-aheads InnoDB secuenciales iniciadas. Esto sucede cuando InnoDB hace un escaneo secuencial de la tabla completa.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'El número de solicitudes de lectura lógica hechas por InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'El número de lecturas lógicas que InnoDB no pudo satisfacer de la memoria (búfer) de tránsito común y donde fue necesario hacer lectura de página sencilla.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente, las escrituras a la memoria de tránsito común InnoDB suceden en el trasfondo. Sin embargo, de ser necesario leer o crear una página y existen páginas limpias disponibles, es necesario esperar que las páginas sean vaciadas previamente. Este contador cuenta las instancias de estas esperas. Si los parámetros del tamaño de la memoria de tránsito común se fijaron apropiadamente, este valor será pequeño.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'El número de escrituras hechas a la memoria de tránsito común InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'El número de operaciones fsync() hechas hasta el momento.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'El número actual de operaciones fsync() pendientes.';
$strShowStatusInnodb_data_pending_readsDescr = 'El número actual de lecturas pendientes.';
$strShowStatusInnodb_data_pending_writesDescr = 'El número actual de escrituras pendientess.';
$strShowStatusInnodb_data_readDescr = 'El número de datos leídos hasta el momento, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'El número total de lectura de datos.';
$strShowStatusInnodb_data_writesDescr = 'El número total de escritura de datos.';
$strShowStatusInnodb_data_writtenDescr = 'La cantidad de datos escritas hasta el momento, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'El número de escrituras doublewrite que se han ejecutado y el número de páginas escritas con este propósito.';
$strShowStatusInnodb_dblwr_writesDescr = 'El número de escrituras doublewrite que se han ejecutado y el número de páginas escritas con este propósito.';
$strShowStatusInnodb_log_waitsDescr = 'El número de esperas generadas porque la memoria (búfer) log fue demasiado pequeña y hubo que esperar a que fuera vaciada antes de continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'El número de solicitudes de escritura al log.';
$strShowStatusInnodb_log_writesDescr = 'El número de escrituras físicas al archivo log.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'El número de escrituras fsyncs hechas al archivo log.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'El número de fsyncs pendientes al archivo log.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escrituras pendientes al archivo log.';
$strShowStatusInnodb_os_log_writtenDescr = 'El número de bytes escritos al archivo log.';
$strShowStatusInnodb_pages_createdDescr = 'El número de páginas creadas.';
$strShowStatusInnodb_page_sizeDescr = 'El tamaño de página InnDB precompilado (por omisión 16KB). Muchos valores son contados por páginas; el tamaño de la página permite que pueda convertirse fácilmente a bytes.';
$strShowStatusInnodb_pages_readDescr = 'El número de páginas leídas.';
$strShowStatusInnodb_pages_writtenDescr = 'El número de páginas escritas.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'El número de row locks que actualmente están en espera.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'El tiempo promedio para adquirir un row lock, en milisegundos.';
$strShowStatusInnodb_row_lock_timeDescr = 'El total de tiempo invertido para adquirir los row locks, en milisegundos.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'El tiempo máximo para adquirir un row lock, en milisegundos.';
$strShowStatusInnodb_row_lock_waitsDescr = 'El número de veces que un row lock tuvo que esperarse.';
$strShowStatusInnodb_rows_deletedDescr = 'El número de filas eliminadas de tablas InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'El número de filas insertadas en tablas InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'El número de filas leídas de las tablas InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'El número de filas actualizadas en tablas InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'El número de key blocks en el key cache que han cambiado pero que aún no han sido vaciados al disco. Antes se conocía como Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'El número de bloques sin usar en el key cache. Puede usar este valor para determinar cuánto del key cache está en uso.';
$strShowStatusKey_blocks_usedDescr = 'El número de bloques usados en el key cache. Este valor es un marcador de desbordamiento que indica el número máximo de bloques que algún momento se llegaron a usar.';
$strShowStatusKey_read_requestsDescr = 'El número de solicitudes para leer un key block desde el cache.';
$strShowStatusKey_readsDescr = 'El número de lecturas físicas del key block desde el disco. Si el Key_reads es grande, entonces el valor key_buffer_size probablemente es demasiado pequeño. La tasa de fallos en el cache puede calcularse como Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'El número de solicitudes para escribir un key block al cache.';
$strShowStatusKey_writesDescr = 'El número de escrituras físicas a un key block al disco.';
$strShowStatusLast_query_costDescr = 'El costo total de la última consulta compilada como fuera computada por el optimizador de consultas. Es útil para comparar el costo de diferentes planes de consulta para una misma consulta. El valor por omisión de 0 significa que ninguna consulta ha sido compilada todavía.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'El número de filas esperando ser escritas en las colas INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'El número de tablas que han sido abiertas. Si el número de tablas abiertas es grande, su valor del cache de tabla probablemente es muy pequeño.';
$strShowStatusOpen_filesDescr = 'El número de archivos que están abiertos.';
$strShowStatusOpen_streamsDescr = 'El número de flujos de datos que están abiertos (usado principalmente para alimentar a los logs).';
$strShowStatusOpen_tablesDescr = 'El número de tablas que están abiertas.';
$strShowStatusQcache_free_blocksDescr = 'El número de bloques de memoria libre en el cache de consultas.';
$strShowStatusQcache_free_memoryDescr = 'La cantidad de memoria libre para el cache de consultas.';
$strShowStatusQcache_hitsDescr = 'El número de hits al cache.';
$strShowStatusQcache_insertsDescr = 'El número de consultas añadidos al cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'El número de consultas que han sido removidos del cache para liberar la memoria para poner nuevas consultas en el cache. Esta información puede ayudar a afinar el tamaño del cache de consultas. El cache de consultas usa la estrategia Least Recently Used (LRU) para decidir cuáles consultas deben ser removidas del cache.';
$strShowStatusQcache_not_cachedDescr = 'El número de consultas que no ingresaron al cache (porque no es posible o porque el parámetro no está activado en query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'El número de consultas registradas en el cache.';
$strShowStatusQcache_total_blocksDescr = 'El número total de bloques en el cache de consultas.';
$strShowStatusReset = 'Resetear';
$strShowStatusRpl_statusDescr = 'El estado de la replicación a prueba de fallos (aún no ha sido implementada).';
$strShowStatusSelect_full_joinDescr = 'El número de vínculos (joins) que no usan índices. Si este valor no es 0, deberá revisar los índices de sus tablas cuidadosamente.';
$strShowStatusSelect_full_range_joinDescr = 'El número de vínculos (joins) que usaron búsqueda por rangos en una tabla de referencias.';
$strShowStatusSelect_range_checkDescr = 'El número de vínculos (joins) sin keys que revisan el uso de key luego de cada fila. (Si no es 0, deberá revisar los índices de sus tablas cuidadosamente.)';
$strShowStatusSelect_rangeDescr = 'El número de vínculos (joins) que usaron rangos en la primera tabla. (Normalmente no es crítico aun cuando sea grande.)';
$strShowStatusSelect_scanDescr = 'El número de vínculos (joins) que hicieron un escaneo completo de la primera tabla.';
$strShowStatusSlave_open_temp_tablesDescr = 'El número de tablas temporales actualmente abiertas por el proceso SQL esclavo.';
$strShowStatusSlave_retried_transactionsDescr = 'Número total de veces (desde el arranque) que el proceso SQL esclavo de replicación ha reintentado hacer transacciones.';
$strShowStatusSlave_runningDescr = 'Está ENCENDIDO si este servidor es un esclavo que está conectado a un master.';
$strShowStatusSlow_launch_threadsDescr = 'El número de procesos que han tomado más de los segundos registrados en slow_launch_time para crear.';
$strShowStatusSlow_queriesDescr = 'El número de consultas que han tomado más segundos que los registrados en long_query_time.';
$strShowStatusSort_merge_passesDescr = 'El número de pasadas de fusión (merge) que el algoritmo organizar ha debido hacer. Si este valor es grande, debe considerar incrementar el valor de la varible de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'El número de consultas organizar que se ejecutaron con rangos.';
$strShowStatusSort_rowsDescr = 'El número de filas sorted.';
$strShowStatusSort_scanDescr = 'El número de consultas organizar que se hicieron escaneando la tabla.';
$strShowStatusTable_locks_immediateDescr = 'El número de veces que un table lock fue adquirido inmediatamente.';
$strShowStatusTable_locks_waitedDescr = 'El número de veces que un table lock no pudo adquirirse inmediatamente y fue necesaria una espera. Si este valor es alto, y hay problemas de rendimiento, primero deberá optimizar sus consultas, y luego, ya sea partir sus tablas o usar replicación.';
$strShowStatusThreads_cachedDescr = 'El número de procesos en el cache de procesos. La tasa de hits al cache puede calcularse como Threads_created/Connections. Si este valor es rojo, debe incrementar su thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'El número de conexiones abiertas actualmente.';
$strShowStatusThreads_createdDescr = 'El número de procesos creados para manejar las conexiones. Si Threads_created es grande, querrá incrementar el valor thread_cache_size. (Normalmente esto no aporta una mejoría notable en el rendimiento si usted tiene una buena implementación de procesos.)';
$strShowStatusThreads_runningDescr = 'El número de procesos que no están en reposo.';
$strShowTableDimension = 'Mostrar la dimensión de las tablas';
$strShowTables = 'Mostrar las tablas';
$strShowThisQuery = ' Mostrar esta consulta otra vez ';
$strSimplifiedChinese = 'Chino simplificado';
$strSingly = '(solamente)';
$strSize = 'Tamaño';
$strSkipQueries = 'Número de registros (consultas) a saltarse desde el inicio';
$strSlovak = 'Eslovaco';
$strSlovenian = 'Esloveno';
$strSocketProblem = '(o el socket del servidor MySQL local no está configurado correctamente)';
$strSortByKey = 'Organizar según la clave';
$strSorting = 'Organizando (sorting)';
$strSort = 'Ordenar';
$strSpaceUsage = 'Espacio utilizado';
$strSpanish = 'Español';
$strSplitWordsWithSpace = 'Palabras separadas por un espacio (" ").';
$strSQLExportCompatibility = 'Compatibilidad con exportación SQL';
$strSQLExportType = 'Tipo de exportación';
$strSQLImportOptions = 'Opciones SQL';
$strSQLOptions = 'Opciones SQL';
$strSQLParserBugMessage = 'Hay la posibilidad de que usted haya encontrado un error en el intérprete de SQL. Por favor examine cuidadosamente su consulta, y verifique que las comillas están siendo usadas adecuadamente y hacen juego. Otra posible causa del fallo es que usted este subiendo un archivo con datos binarios por fuera del área de texto delimitado. Intente su consulta en la interfaz de comandos de MySQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema. Si aún tiene problemas o el intérprete falla en tanto que en la interfaz de comandos funciona, por favor reduzca la salida de su consulta de SQL a la consulta que genera el problema, y envíe un reporte de error con la cadena de datos en la sección de CORTE indicada abajo:';
$strSQLParserUserError = 'Parece haber un error en su consulta de SQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema.';
$strSQLQuery = 'consulta SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'El identificador no es válido';
$strSQPBugUnclosedQuote = 'Comillas sin cerrar';
$strSQPBugUnknownPunctuation = 'Signo de puntuación desconocido';
$strStatCheckTime = 'Última revisión';
$strStatCreateTime = 'Creación';
$strStatement = 'Enunciado';
$strStatisticsOverrun = 'En un servidor que se encuentra ejecutando procesos, los contadores de bytes pueden excederse. Por tanto, las estadísticas reportadas por el servidor MySQL pueden estar incorrectas.';
$strStatUpdateTime = 'Última actualización';
$strStatus = 'Estado actual';
$strStorageEngine = 'Motor de almacenamiento';
$strStorageEngines = 'Motores de almacenamiento';
$strStrucCSV = 'Datos CSV ';
$strStrucData = 'Estructura y datos';
$strStrucDrop = 'Añadir DROP TABLE';
$strStrucExcelCSV = 'CSV para datos de MS Excel';
$strStrucNativeExcel = 'Datos de MS Excel en formato nativo';
$strStrucOnly = 'Únicamente la estructura ';
$strStructPropose = 'Planteamiento de la estructura de tabla';
$strStructure = 'Estructura';
$strSubmit = 'Enviar';
$strSuccess = 'Su consulta se ejecutó con éxito';
$strSum = 'Número de filas';
$strSwedish = 'Sueco';
$strSwitchToDatabase = 'Seleccionar la base de datos copiada';
$strSwitchToTable = 'Cambiar (switch) a la tabla copiada';
 
$strTableAlreadyExists = '¡La tabla %s ya existe!';
$strTableComments = 'Comentarios de la tabla';
$strTableEmpty = '¡El nombre de la tabla está vacío!';
$strTableHasBeenDropped = 'Se ha eliminado la tabla %s';
$strTableHasBeenEmptied = 'Se ha vaciado la tabla %s';
$strTableHasBeenFlushed = 'Se ha vaciado el caché de la tabla %s';
$strTableMaintenance = 'Mantenimiento de la tabla';
$strTableOfContents = 'Tabla de contenidos';
$strTableOptions = 'Opciones de la tabla';
$strTables = '%s tabla(s)';
$strTableStructure = 'Estructura de tabla para la tabla';
$strTable = 'Tabla';
$strTableType = 'Tipo de tabla';
$strTakeIt = 'tómelo';
$strTblPrivileges = 'Privilegios específicos para la tabla';
$strTempData = 'Datos temporales';
$strTextAreaLength = ' Debido a su longitud,<br /> este campo podría no ser editable ';
$strThai = 'Tailandés';
$strThemeDefaultNotFound = '¡No se halló la plantilla de interfaz (theme) predeterminada %s!';
$strThemeNoPreviewAvailable = 'No existe una previsualización disponible.';
$strThemeNotFound = '¡No se halló la plantilla de interfaz (theme) %s!';
$strThemeNoValidImgPath = '¡No se halló la ruta de imágenes para la plantilla de interfaz (theme) %s!';
$strThemePathNotFound = '¡No se halló la ruta de la plantilla de interfaz (theme) para la plantilla %s!';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Este Host';
$strThisNotDirectory = 'Esto no es un directorio';
$strThreads = 'Procesos';
$strThreadSuccessfullyKilled = 'El proceso %s fue destruido exitosamente.';
$strTimeoutInfo = 'Se agotó el tiempo de ejecución en la importación previa; si lo reenvía continuará desde la posición %d.';
$strTimeoutNothingParsed = 'Sin embargo, en la ejecución más reciente no se procesaron datos. Esto usualmente significa que phpMyAdmin no será capaz de completar esta importación a menos que usted incremente el tiempo de ejecución de php.';
$strTimeoutPassed = 'Se ha agotado el tiempo de ejecución del script; si desea completar la importación, por favor, reenvíe el mismo archivo y la importación continuará.';
$strTime = 'Tiempo';
$strToggleScratchboard = 'cambiar el estado del scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chino tradicional';
$strTraditionalSpanish = 'Español tradicional';
$strTraffic = 'Tráfico';
$strTransactionCoordinator = 'Coordinador de transacción';
$strTransformation_application_octetstream__download = 'Mostrar un enlace para descargar los datos binarios de un campo. La primera opción es el nombre del archivo binario. La segunda opción es un nombre de campo factible de una fila de la tabla que contiene el nombre del campo. Si usted aporta una segunda opción, necesariamente deberá consignar la primera opción a una cadena de caracteres vacía';
$strTransformation_application_octetstream__hex = 'Muestra los datos en representación hexadecimal.';
$strTransformation_image_jpeg__inline = 'Muestra un thumbnail que puede abrirse mediante un clic; opciones: width, height en píxeles (mantiene la proporción original)';
$strTransformation_image_jpeg__link = 'Muestra un enlace a esta imagen (i.e., blob descarga directa).';
$strTransformation_image_png__inline = 'Ver imagen/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Toma un campo TIME, TIMESTAMP o DATETIME y lo formatea usando su formato de fechas local. La primera opción es el offset (en horas) que se añadirá al timestamp (Predeterminado: 0). La segunda opción es un dateformat diferente de acuerdo con los parámetros disponibles para el strftime() del PHP.';
$strTransformation_text_plain__external = 'LINUX SOLAMENTE: Ejecuta una aplicación externa y alimenta el fielddata mediante input estándar. Retorna el output estándar de la aplicación. El predeterminado es Tidy, para mostrar código HTML agradable para la impresión. Por razones de seguridad, debe editar manualmente el archivo libraries/transformations/text_plain__external.inc.php e insertar las herramientas que permitirá se ejecuten. La primera opción será el número del programa que querrá utilizar y la segunda opción son los parámetros para el programa. El tercer parámetro, de ser 1 convertirá el output usando htmlspecialchars() (el predeterminado es 1). Un cuarto parámetro, de ser 1 pondrá un NOWRAP a la celda de contenido para que todo el output se muestre sin reformatear (Predeterminado 1)';
$strTransformation_text_plain__formatted = 'Mantiene el formato original del campo. No se puede hacer Escape.';
$strTransformation_text_plain__imagelink = 'Muestra una imagen y un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es el ancho en píxeles, el tercero es el alto.';
$strTransformation_text_plain__link = 'Muestra un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es un título para el enlace.';
$strTransformation_text_plain__sql = 'Formatea el texto como una consulta SQL y resalta la sintaxis.';
$strTransformation_text_plain__substr = 'Muestra una parte de una cadena de caracteres. La primera opción es el número de caracteres a pasar por alto desde el principio de la cadena de caracteres (Predeterminado: 0). La segunda opción es el número de caracteres a mostrar (Predeterminado: hasta el final de la cadena de caracteres). La tercera opción es la cadena de caracteres a adjuntar y/o anteponer cuando haya truncamiento (Predeterminado: "...").';
$strTruncateQueries = 'Truncar las consultas que ya se han mostrado';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Desmarcar todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconocido';
$strUnselectAll = 'Deseleccionar todo';
$strUnsupportedCompressionDetected = 'Usted intentó cargar un archivo con un tipo de compresión desconocido (%s). Este tipo de compresión puede no estar implementado o quizá no ha sido habilitado en su archivo de configuración.';
$strUpdatePrivMessage = 'Ha actualizado los privilegios para %s.';
$strUpdateProfileMessage = 'Se actualizó el perfil.';
$strUpdateQuery = 'Modificar la consulta';
$strUpdComTab = 'Para actualizar su tabla Columna_comentarios (Column_comments), por favor revise la documentación';
$strUpgrade = 'Usted debería actualizar su %s a la versión %s o más reciente.';
$strUploadLimit = 'Usted probablemente intentó cargar un archivo demasiado grande. Por favor, refiérase a %sdocumentation%s para hallar modos de superar esta limitante.';
$strUsage = 'Uso';
$strUseBackquotes = 'Usar "backquotes" con tablas y nombres de campo';
$strUsedPhpExtensions = 'Extensiones PHP utilizadas';
$strUseHostTable = 'Usar la tabla Anfitrión (Host)';
$strUserAlreadyExists = '¡El usuario %s ya existe!';
$strUserEmpty = '¡El nombre de usuario está vacío!';
$strUserName = 'Nombre de usuario';
$strUserNotFound = 'El usuario que seleccionó no se halló en la tabla de privilegios.';
$strUserOverview = 'Vista global de usuarios';
$strUsersDeleted = 'Los usuarios seleccionados fueron borrados exitosamente.';
$strUsersHavingAccessToDb = 'Usuarios con acceso a &quot;%s&quot;';
$strUser = 'Usuario';
$strUseTabKey = 'Use la tecla TAB para saltar de un valor a otro, o CTRL+flechas para moverse a cualquier parte';
$strUseTables = 'Usar tablas';
$strUseTextField = 'Use el campo de texto';
$strUseThisValue = 'Use este valor';
 
$strValidateSQL = 'Validar el SQL';
$strValidatorError = 'El validador de SQL no pudo inicializarse. Por favor revise si ha instalado las extensiones php necesarias, como están descritas en la %sdocumentación%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Acerca de esta versión';
$strViewDumpDatabases = 'Ver el volcado (schema) de la base de datos';
$strViewDumpDB = 'Ver el volcado esquema de la base de datos';
$strViewDump = 'Mostrar el volcado esquema de la tabla';
$strViewHasBeenDropped = 'Se descartó el modo de visualización %s';
$strViewMaxExactCount = 'Esta visualización tiene más de %s filas. Por favor, refiérase a la %sdocumentation%s.';
$strView = 'Visualizar';
 
$strWebServerUploadDirectory = 'directorio en el servidor web para subir los archivos';
$strWebServerUploadDirectoryError = 'No está disponible el directorio que usted habilitó para subir las tareas';
$strWelcome = 'Bienvenido a %s';
$strWestEuropean = 'Europea occidental';
$strWildcard = 'comodín';
$strWindowNotFound = 'La ventana del navegador no pudo actualizarse. Quizá cerró la ventana principal o su navegador está bloqueando las actualizaciones en ventanas múltiples debido a sus parámetros de seguridad.';
$strWithChecked = 'Para los elementos que están marcados:';
$strWriteRequests = 'Escribir las solicitudes';
$strWritingCommentNotPossible = 'No fue posible escribir el comentario';
$strWritingRelationNotPossible = 'No fue posible escribir la relación';
$strWrongUser = 'El nombre de usuario o la contraseña está equivocado. El acceso fue denegado.';
 
$strXML = 'XML';
 
$strYes = 'Sí';
 
$strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.';
$strZip = '"comprimido con zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/swedish-iso-8859-1.inc.php
0,0 → 1,980
<?php
/* $Id: swedish-iso-8859-1.inc.php,v 2.127.2.5 2006/03/23 17:42:16 lem9 Exp $ */
 
/*
* Translated by Björn T. Hallberg <bjornth at users.sourceforge.net>
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bytes', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sön', 'Mån', 'Tis', 'Ons', 'Tors', 'Fre', 'Lör');
$month = array('januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y kl %H:%M';
$timespanfmt = '%s dagar, %s timmar, %s minuter och %s sekunder';
 
$strAbortedClients = 'Avbrutna';
$strAbsolutePathToDocSqlDir = 'Ange absolut sökväg på webbservern till docSQL-katalog';
$strAccessDenied = 'Åtkomst nekad';
$strAccessDeniedCreateConfig = 'Trolig orsak till detta är att du inte skapade en konfigurationsfil. Du vill kanske använda %1$suppsättningsskript%2$s för att skapa en.';
$strAccessDeniedExplanation = 'phpMyAdmin försökte skapa en förbindelse till MySQL-servern, men servern nekade uppkopplingen. Kontrollera värd, användarnamn och lösenord i config.inc.php och förvissa dig om att de stämmer överens med informationen från administratören av MySQL-servern.';
$strAction = 'Åtgärd';
$strAddAutoIncrement = 'Lägg till AUTO_INCREMENT-värde';
$strAddConstraints = 'Lägg till restriktioner';
$strAddDeleteColumn = 'Lägg till/ta bort fältkolumner';
$strAddDeleteRow = 'Lägg till/ta bort villkorsrader';
$strAddDropDatabase = 'Lägg till DROP DATABASE';
$strAddedColumnComment = 'La till kommentar för kolumn';
$strAddedColumnRelation = 'La till relation för kolumn';
$strAddFields = 'Lägg till %s fält';
$strAddHeaderComment = 'Lägg till egen kommentar i huvud (\\n delar rader)';
$strAddIfNotExists = 'Lägg till IF NOT EXISTS';
$strAddIntoComments = 'Lägg till i kommentarer';
$strAddNewField = 'Lägg till fält';
$strAddPrivilegesOnDb = 'Lägg till privilegier till följande databas';
$strAddPrivilegesOnTbl = 'Lägg till privilegier till följande tabell';
$strAddSearchConditions = 'Lägg till sökvillkor (uttryck i "where"-sats):';
$strAddToIndex = 'Lägg till&nbsp;%s&nbsp;kolumn(er) till index';
$strAddUser = 'Lägg till ny användare';
$strAddUserMessage = 'Du har lagt till en ny användare.';
$strAdministration = 'Administration';
$strAffectedRows = 'Påverkade rader:';
$strAfter = 'Efter %s';
$strAfterInsertBack = 'Gå tillbaka till föregående sida';
$strAfterInsertNewInsert = 'Lägg till ytterligare en ny rad';
$strAfterInsertNext = 'Ändra nästa rad';
$strAfterInsertSame = 'Gå tillbaka till denna sida';
$strAll = 'Alla';
$strAllowInterrupt = 'Tillåt avbrott av import ifall skriptet upptäcker att det är nära tidsbegränsningen. Detta kan vara ett bra sätt att importera stora filer, men det kan bryta transaktioner.';
$strAllTableSameWidth = 'Visa alla tabeller med samma bredd';
$strAlterOrderBy = 'Sortera om tabellen efter';
$strAnalyzeTable = 'Analysera tabell';
$strAnd = 'Och';
$strAndThen = 'och sedan';
$strAnIndex = 'Ett index har lagts till för %s';
$strAnyHost = 'Vilken värd som helst';
$strAnyUser = 'Vilken användare som helst';
$strAny = 'Vem som helst';
$strApproximateCount = 'Kan vara ungefärligt. Se FAQ 3.11';
$strAPrimaryKey = 'En primär nyckel har lagts till för %s';
$strArabic = 'Arabisk';
$strArmenian = 'Armenisk';
$strAscending = 'Stigande';
$strAtBeginningOfTable = 'I början av tabellen';
$strAtEndOfTable = 'I slutet av tabellen';
$strAttr = 'Attribut';
$strAutodetect = 'Autodetektera';
$strAutomaticLayout = 'Automatisk layout';
 
$strBack = 'Bakåt';
$strBaltic = 'Baltisk';
$strBeginCut = 'START URKLIPP';
$strBeginRaw = 'START RÅTEXT';
$strBinary = 'Binär';
$strBinaryDoNotEdit = 'Binär - ändra inte';
$strBinaryLog = 'Binär logg';
$strBinLogEventType = 'Typ av händelse';
$strBinLogInfo = 'Information';
$strBinLogName = 'Loggnamn';
$strBinLogOriginalPosition = 'Ursprunglig position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server-ID';
$strBookmarkAllUsers = 'Låt varje användare få tillgång till detta bokmärke';
$strBookmarkCreated = 'Bokmärket %s har skapats';
$strBookmarkDeleted = 'Bokmärket har tagits bort.';
$strBookmarkLabel = 'Etikett';
$strBookmarkQuery = 'Bokmärkt SQL-fråga';
$strBookmarkReplace = 'Ersätt befintligt bokmärke med samma namn';
$strBookmarkThis = 'Skapa bokmärke för den här SQL-frågan';
$strBookmarkView = 'Visa endast';
$strBrowseDistinctValues = 'Visa distinkta värden';
$strBrowseForeignValues = 'Visa främmande värden';
$strBrowse = 'Visa';
$strBufferPoolActivity = 'Buffertaktivitet';
$strBufferPool = 'Buffertutrymme';
$strBufferPoolUsage = 'Buffertanvändning';
$strBufferReadMissesInPercent = 'Läsmissar i %';
$strBufferReadMisses = 'Läsmissar';
$strBufferWriteWaitsInPercent = 'Skrivväntanden i %';
$strBufferWriteWaits = 'Skrivväntanden';
$strBulgarian = 'Bulgarisk';
$strBusyPages = 'Upptagna sidor';
$strBzError = 'phpMyAdmin kunde inte komprimera SQL-satserna på grund av ett trasigt Bz2-tillägg i denna PHP-version. Det rekommenderas starkt att sätta direktivet <code>$cfg[\'BZipDump\']</code> i din phpMyAdmin-konfigurationsfil till <code>FALSE</code>. Om du vill använda Bz2-komprimering, bör du uppgradera till en senare PHP-version. Se PHP:s buggrapport %s för detaljer.';
$strBzip = '"bzippad"';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Kunde inte ladda tillägg för import. Kontrollera din installation!';
$strCannotLogin = 'Kan ej logga in på MySQL-server';
$strCantLoad = 'kan inte ladda %s-tillägg,<br />var god kontrollera PHP-konfigurationen.';
$strCantLoadRecodeIconv = 'Kan inte ladda tilläggen iconv eller recode som behövs för teckenuppsättningsomvandling. Antingen konfigurera PHP för att tillåta dessa tillägg eller inaktivera teckenuppsättningsomvandling i phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kan inte byta namn på index till "PRIMARY"!';
$strCantUseRecodeIconv = 'Kan inte använda varken funktionen iconv, libiconv eller recode_string, fastän de nödvändiga tilläggen verkar vara laddade. Kontrollera din PHP-konfiguration.';
$strCardinality = 'Kardinalitet';
$strCaseInsensitive = 'skiftlägesokänsligt';
$strCaseSensitive = 'skiftlägeskänsligt';
$strCentralEuropean = 'Centraleuropeisk';
$strChange = 'Ändra';
$strChangeCopyModeCopy = '... behåll den gamla.';
$strChangeCopyModeDeleteAndReload = ' ... ta bort den gamla från användartabellerna och ladda om privilegierna efteråt.';
$strChangeCopyModeJustDelete = ' ... ta bort den gamla från användartabellerna.';
$strChangeCopyModeRevoke = ' ... upphäv alla aktiva privilegier från dan gamla och ta bort den efteråt.';
$strChangeCopyMode = 'Skapa en ny användare med samma privilegier och ...';
$strChangeCopyUser = 'Ändra inloggningsinformation / Kopiera användare';
$strChangeDisplay = 'Välj fält som ska visas';
$strChangePassword = 'Byt lösenord';
$strCharsetOfFile = 'Filens teckenuppsättning:';
$strCharsetsAndCollations = 'Teckenuppsättningar och kollationeringar';
$strCharsets = 'Teckenuppsättningar';
$strCharset = 'Teckenuppsättning';
$strCheckAll = 'Markera alla';
$strCheckOverhead = 'Markera ooptimerade';
$strCheckPrivs = 'Kontrollera privilegier';
$strCheckPrivsLong = 'Kontrollera privilegier för databas &quot;%s&quot;.';
$strCheckTable = 'Kontrollera tabell';
$strChoosePage = 'Välj en sida att redigera';
$strColComFeat = 'Visning av kolumnkommentarer';
$strCollation = 'Kollationering';
$strColumnNames = 'Kolumn-namn';
$strColumnPrivileges = 'Kolumnspecifika privilegier';
$strCommand = 'Kommando';
$strCommentsForTable = 'KOMMENTARER FÖR TABELL';
$strComments = 'Kommentarer';
$strCompatibleHashing = 'Kompatibel med MySQL&nbsp;4.0';
$strCompleteInserts = 'Kompletta infogningar';
$strCompression = 'Komprimering';
$strCompressionWillBeDetected = 'Importerad fils komprimering kommer automatiskt detekteras från: %s';
$strConfigDefaultFileError = 'Kunde inte ladda standardkonfiguration från: "%1$s"';
$strConfigFileError = 'phpMyAdmin kunde inte läsa din konfigurationsfil!<br />Detta kan inträffa om PHP hittar ett fel i den eller om PHP inte hittar filen.<br />Anropa konfigurationsfilen direkt mha länken nedan och läs PHP:s felmeddelande(n) som du erhåller. I de flesta fall saknas ett citationstecken eller ett semikolon någonstans.<br />Om du erhåller en tom sida är allt bra.';
$strConfigureTableCoord = 'Var god ange koordinaterna för tabellen %s';
$strConnectionError = 'Kan ej skapa förbindelse: ogiltiga inställningar.';
$strConnections = 'Uppkopplingar';
$strConstraintsForDumped = 'Restriktioner för dumpade tabeller';
$strConstraintsForTable = 'Restriktioner för tabell';
$strCookiesRequired = 'Kakor (cookies) måste tillåtas för att gå vidare.';
$strCopyDatabaseOK = 'Databas %s har kopierats till %s';
$strCopy = 'Kopiera';
$strCopyTable = 'Kopiera tabellen till (databas<b>.</b>tabell):';
$strCopyTableOK = 'Tabellen %s har kopierats till %s.';
$strCopyTableSameNames = 'Kan inte kopiera tabell till samma namn!';
$strCouldNotKill = 'phpMyAdmin kunde inte döda tråd %s. Troligtvis har den redan avslutats.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE före kopiering';
$strCreateIndex = 'Skapa ett index för&nbsp;%s&nbsp;kolumn(er)';
$strCreateIndexTopic = 'Skapa ett nytt index';
$strCreateNewDatabase = 'Skapa ny databas';
$strCreateNewTable = 'Skapa ny tabell i databas %s';
$strCreatePage = 'Skapa en ny sida';
$strCreatePdfFeat = 'Skapande av PDF-sidor';
$strCreate = 'Skapa';
$strCreationDates = 'Skapad/Uppdaterad/Kontrollerad datum';
$strCriteria = 'Villkor';
$strCroatian = 'Kroatisk';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV-alternativ';
$strCSVOptions = 'CSV-alternativ';
$strCyrillic = 'Kyrillisk';
$strCzechSlovak = 'Tjeckisk-Slovakisk';
$strCzech = 'Tjeckisk';
 
$strDanish = 'Dansk';
$strDatabase = 'Databas';
$strDatabaseEmpty = 'Databasens namn är tomt!';
$strDatabaseExportOptions = 'Exportalternativ för databas';
$strDatabaseHasBeenDropped = 'Databasen %s har tagits bort.';
$strDatabaseNoTable = 'Denna databas innehåller ingen tabell!';
$strDatabases = 'Databaser';
$strDatabasesDropped = '%s databaser har tagits bort.';
$strDatabasesStats = 'Databas-statistik';
$strDatabasesStatsDisable = 'Stäng av statistik';
$strDatabasesStatsEnable = 'Slå på statistik';
$strDatabasesStatsHeavyTraffic = 'Anm: Att slå på databasstatistik här kan orsaka tung trafik mellan webb- och MySQL-servern.';
$strData = 'Data';
$strDataDict = 'Datalexikon';
$strDataOnly = 'Enbart data';
$strDataPages = 'Sidor innehållande data';
$strDBComment = 'Databaskommentar: ';
$strDBCopy = 'Kopiera databas till';
$strDBGContextID = 'Innehålls-ID';
$strDBGContext = 'Innehåll';
$strDBGHits = 'Träffar';
$strDBGLine = 'Rad';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/träff, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Databasspecifika privilegier';
$strDBRename = 'Döp om databasen till';
$strDbSpecific = 'databasspecifik';
$strDefaultEngine = '%s är standardlagringsmotorn på denna MySQL-server.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'För standardvärden, ange endast ett enstaka värde, utan bakåtstreck eller citattecken, enligt formatet: a';
$strDefragment = 'Defragmentera tabell';
$strDelayedInserts = 'Använd fördröjda infogningar';
$strDeleteAndFlushDescr = 'Detta är det renaste sättet, men omladdning av privilegierna kan ta en stund.';
$strDeleteAndFlush = 'Ta bort användarna och ladda om privilegierna efteråt.';
$strDeleted = 'Raden har raderats';
$strDeletedRows = 'Raderade rader';
$strDeleteNoUsersSelected = 'Inga användare valda för borttagning!';
$strDelete = 'Radera';
$strDeleting = 'Tar bort %s';
$strDelOld = 'Nuvarande sida har referenser till tabeller som inte längre existerar. Vill du ta bort dessa referenser?';
$strDescending = 'Fallande';
$strDescription = 'Beskrivning';
$strDictionary = 'lexikon';
$strDirtyPages = 'Orena sidor';
$strDisabled = 'Inaktiverat';
$strDisableForeignChecks = 'Stäng av kontroll av främmande nycklar';
$strDisplayFeat = 'Visningsfunktionaliteter';
$strDisplayOrder = 'Visningsordning:';
$strDisplayPDF = 'Visa PDF-schema';
$strDoAQuery = 'Utför en "Query By Example" (jokertecken: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Vill du verkligen ';
$strDropDatabaseStrongWarning = 'Du håller på att FÖRGÖRA en hel databas!';
$strDrop = 'Radera';
$strDropUsersDb = 'Ta bort databaserna med samma namn som användarna.';
$strDumpingData = 'Data i tabell';
$strDumpSaved = 'SQL-satserna har sparats till filen %s.';
$strDumpXRows = 'Visa %s rader med början på rad %s.';
$strDynamic = 'dynamisk';
 
$strEdit = 'Ändra';
$strEditPDFPages = 'Redigera PDF-sidor';
$strEditPrivileges = 'Ändra privilegier';
$strEffective = 'Effektivt';
$strEmptyResultSet = 'MySQL returnerade ett tomt resultat (dvs inga rader).';
$strEmpty = 'Töm';
$strEnabled = 'Aktiverat';
$strEncloseInTransaction = 'Inneslut export i en transaktion';
$strEndCut = 'SLUT URKLIPP';
$strEndRaw = 'SLUT RÅTEXT';
$strEnd = 'Slutet';
$strEngineAvailable = '%s är tillgänglig på denna MySQL-server.';
$strEngineDisabled = '%s har inaktiverats på denna MySQL-server.';
$strEngines = 'Motorer';
$strEngineUnsupported = 'Denna MySQL-server har inte stöd för lagringsmotorn %s.';
$strEnglish = 'Engelsk';
$strEnglishPrivileges = ' Obs! MySQL-privilegiumnamn anges på engelska ';
$strError = 'Fel';
$strErrorInZipFile = 'Fel i ZIP-arkiv:';
$strEscapeWildcards = 'Jokerteknen _ och % måste föregås av ett \ för att användas i egentlig betydelse';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estnisk';
$strExcelEdition = 'Excel-version';
$strExcelOptions = 'Excel-alternativ';
$strExecuteBookmarked = 'Utför bokmärkt fråga';
$strExplain = 'Förklara SQL-kod';
$strExport = 'Exportera';
$strExtendedInserts = 'Utökade infogningar';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Misslyckade försök';
$strField = 'Fält';
$strFieldHasBeenDropped = 'Fältet %s har tagits bort';
$strFieldsEmpty = ' Antalet fält är noll! ';
$strFieldsEnclosedBy = 'Fälten omges av';
$strFieldsEscapedBy = 'Specialtecken i fält föregås av';
$strFields = 'Fält';
$strFieldsTerminatedBy = 'Fälten avslutas med';
$strFileAlreadyExists = 'Filen %s finns redan på servern. Ändra filnamnet eller kryssa i skriv över-alternativet.';
$strFileCouldNotBeRead = 'Filen kunde inte läsas';
$strFileNameTemplateDescriptionDatabase = 'databasnamn';
$strFileNameTemplateDescription = 'Detta värde tolkas mha %1$sstrftime%2$s, så du kan använda strängar med tidsformatering. Dessutom kommer följande omvandlingar att ske: %3$s. Övrig text behålls som den är.';
$strFileNameTemplateDescriptionServer = 'servernamn';
$strFileNameTemplateDescriptionTable = 'tabellnamn';
$strFileNameTemplate = 'Mall för filnamn';
$strFileNameTemplateRemember = 'kom ihåg mall';
$strFileToImport = 'Fil att importera';
$strFixed = 'fast';
$strFlushPrivilegesNote = 'Anm: phpMyAdmin hämtar användarnas privilegier direkt från MySQL:s privilegiumtabeller. Innehållet i dessa tabeller kan skilja sig från privilegierna som servern använder ifall manuella ändringar har gjorts. I detta fall bör du %sladda om privilegierna%s innan du fortsätter.';
$strFlushQueryCache = 'Rensa frågecache';
$strFlushTable = 'Rensa tabell';
$strFlushTables = 'Stäng alla tabeller';
$strFormat = 'Format';
$strFormEmpty = 'Värde saknas i formuläret!';
$strFreePages = 'Fria sidor';
$strFullText = 'Fullständiga texter';
$strFunction = 'Funktion';
 
$strGenBy = 'Genererad av';
$strGeneralRelationFeat = 'Allmänna relationsfunktionaliteter';
$strGenerate = 'Generera';
$strGeneratePassword = 'Generera lösenord';
$strGenTime = 'Skapad';
$strGeorgian = 'Georgisk';
$strGerman = 'Tysk';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globala privilegier';
$strGlobalValue = 'Globalt värde';
$strGo = 'Kör';
$strGrantOption = 'Grant';
$strGreek = 'Grekisk';
$strGzip = '"gzippad"';
 
$strHandler = 'Hanterare';
$strHasBeenAltered = 'har ändrats.';
$strHasBeenCreated = 'har skapats.';
$strHaveToShow = 'Du måste välja minst en kolumn som ska visas';
$strHebrew = 'Hebreisk';
$strHexForBinary = 'Använd hexadecimalt för binära fält';
$strHome = 'Hem';
$strHomepageOfficial = 'phpMyAdmin:s officiella hemsida';
$strHostEmpty = 'Värdnamnet är tomt!';
$strHost = 'Värd';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 exportalternativ';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 exportalternativ';
$strHungarian = 'Ungersk';
 
$strIcelandic = 'Isländska';
$strId = 'ID';
$strIdxFulltext = 'Heltext';
$strIgnoreDuplicates = 'Ignorera dubblerade rader';
$strIgnore = 'Ignorera';
$strIgnoreInserts = 'Använd IGNORE i infogningar';
$strIgnoringFile = 'Ignorerar fil %s';
$strImportDocSQL = 'Importera docSQL-filer';
$strImportFiles = 'Importera filer';
$strImportFormat = 'Format på importerad fil';
$strImport = 'Importera';
$strImportSuccessfullyFinished = 'Importen har avslutats korrekt, %d frågor utförda.';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'Index %s har tagits bort';
$strIndex = 'Index';
$strIndexName = 'Indexnamn&nbsp;:';
$strIndexType = 'Indextyp&nbsp;:';
$strIndexWarningMultiple = 'Mer än en %s-nyckel skapades för kolumn `%s`';
$strIndexWarningPrimary = 'PRIMARY- och INDEX-nycklar skall inte båda sättas för kolumn `%s`';
$strIndexWarningTable = 'Problem med index för tabell `%s`';
$strIndexWarningUnique = 'UNIQUE- och INDEX-nycklar skall inte båda sättas för kolumn `%s`';
$strInnoDBAutoextendIncrement = 'Automatisk utökningsstorlek';
$strInnoDBAutoextendIncrementDesc = 'Tillökningsstorleken vid automatisk utökning av tabellutrymme när det blir fullt.';
$strInnoDBBufferPoolSize = 'Buffertstorlek';
$strInnoDBBufferPoolSizeDesc = 'Storleken på minnesbufferten som InnoDB använder för cache av data och index till sina tabeller.';
$strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDirDesc = 'Den gemensamma delen av sökvägen för alla InnoDB-datafiler.';
$strInnoDBDataHomeDir = 'Hemkatalog för data';
$strInnoDBPages = 'sidor';
$strInnodbStat = 'InnoDB-status';
$strInsecureMySQL = 'Din konfigurationsfil innehåller inställningar (root-konto utan lösenord) som motsvarar MySQL:s privilegierade standardkonto. Din MySQL-server körs med denna standardinställning och är öppen för intrång, så du bör verkligen täppa till detta säkerhetshål.';
$strInsertAsNewRow = 'Lägg till som ny rad';
$strInsertedRowId = 'Tillagd rads id:';
$strInsertedRows = 'Tillagda rader:';
$strInsert = 'Lägg till';
$strInsertNewRow = 'Lägg till ny rad';
$strInternalNotNecessary = '* En intern relation är inte nödvändig när den även finns i InnoDB.';
$strInternalRelations = 'Interna relationer';
$strInUse = 'används';
$strInvalidAuthMethod = 'Ogiltig metod för autentisering angiven i konfiguration:';
$strInvalidColumnCount = 'Antalet kolumner måste vara större än noll.';
$strInvalidColumn = 'Ogiltig kolumn (%s) angiven!';
$strInvalidCSVFieldCount = 'Ogiltigt antal fält i CSV-indata på rad %d.';
$strInvalidCSVFormat = 'Ogiltigt format i CSV-indata på rad %d.';
$strInvalidCSVParameter = 'Ogiltig parameter för CSV-import: %s';
$strInvalidFieldAddCount = 'Du måste lägga till åtminstone ett fält.';
$strInvalidFieldCount = 'Tabell måste ha åtminstone ett fält.';
$strInvalidLDIImport = 'Detta tillägg stöder inte komprimerade importer!';
$strInvalidRowNumber = '%d är inte ett giltigt radnummer.';
$strInvalidServerHostname = 'Ogiltigt värdnamn för server %1$s. Var god granska din konfiguration.';
$strInvalidServerIndex = 'Ogiltigt serverindex: "%s"';
 
$strJapanese = 'Japansk';
$strJoins = 'Föreningar';
$strJumpToDB = 'Hoppa till databas &quot;%s&quot;.';
$strJustDeleteDescr = 'De &quot;borttagna&quot; användarna kommer fortfarande kunna komma åt servern som vanligt tills privilegierna laddas om.';
$strJustDelete = 'Ta endast bort användarna från privilegiumtabellerna.';
 
$strKeepPass = 'Ändra inte lösenordet';
$strKeyCache = 'Nyckelcache';
$strKeyname = 'Nyckel';;
$strKill = 'Döda';
$strKorean = 'Koreansk';
 
$strLandscape = 'Liggande';
$strLanguageFileNotFound = 'Språkfil "%1$s" hittades inte.';
$strLanguageUnknown = 'Okänt språk: %1$s.';
$strLatchedPages = 'Låsta sidor';
$strLatexCaption = 'Tabellrubrik';
$strLatexContent = 'Innehåll i tabell __TABLE__';
$strLatexContinuedCaption = 'Fortsatt tabellrubrik';
$strLatexContinued = '(fortsättning)';
$strLatexIncludeCaption = 'Inkludera tabellrubrik';
$strLatexLabel = 'Etikett';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-alternativ';
$strLatexStructure = 'Struktur för tabell __TABLE__';
$strLatvian = 'Lettiska';
$strLDI = 'CSV mha LOAD DATA';
$strLDIImportOptions = 'Alternativ för CSV-import mha LOAD DATA';
$strLDILocal = 'Använd nyckelordet LOCAL';
$strLengthSet = 'Längd/Värden*';
$strLimitNumRows = 'Rader per sida';
$strLinesTerminatedBy = 'Raderna avslutas med';
$strLinkNotFound = 'Länk ej funnen';
$strLinksTo = 'Länkar till';
$strLithuanian = 'Litauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Textfilens plats';
$strLoginInformation = 'Inloggningsinformation';
$strLogin = 'Logga in';
$strLogout = 'Logga ut';
$strLogPassword = 'Lösenord:';
$strLogServer = 'Server';
$strLogUsername = 'Användarnamn:';
$strLongOperation = 'Denna operation kan ta lång tid. Försätt ändå?';
 
$strMaxConnects = 'Max. samtidiga förbindelser';
$strMaximalQueryLength = 'Maximal längd på skapad fråga';
$strMaximumSize = 'Maximal storlek: %s%s';
$strMbExtensionMissing = 'PHP-tillägget mbstring kunde inte hittas och det verkar som om du använder flerbitars teckenuppsättning. phpMyAdmin kan inte dela upp strängar korrekt utan tillägget mbstring, vilket kan leda till oväntade resultat.';
$strMbOverloadWarning = 'Du har aktiverat mbstring.func_overload i din PHP-konfiguration. Detta alternativ är inkompatibelt med phpMyAdmin och kan orsaka att en del data förstörs!';
$strMIME_available_mime = 'Tillgängliga MIME-typer';
$strMIME_available_transform = 'Tillgängliga omvandlingar';
$strMIME_description = 'Beskrivning';
$strMIME_MIMEtype = 'MIME-typ';
$strMIME_nodescription = 'Ingen beskrivning för denna omvandling finns tillgänglig.<br />Vänligen fråga upphovsmannen vad %s gör.';
$strMIME_transformation_note = 'För en lista med tillgängliga omvandlingsparametrar och deras MIME-typomvandlingar, klicka på %somvandlingsbeskrivningar%s';
$strMIME_transformation_options_note = 'Ange värdena för omvandlingsparametrar enligt följande format: \'a\',\'b\',\'c\'...<br />Om du behöver lägga till ett bakåtstreck ("\") eller ett enkelcitat ("\'") i värdena, skriv ett bakåtstreck före tecknet (t.ex. \'\\\\xyz\' eller \'a\\\'b\').';
$strMIME_transformation_options = 'Omvandlingsparametrar';
$strMIME_transformation = 'Webbläsaromvandling';
$strMIMETypesForTable = 'MIME-TYPER FÖR TABELL';
$strMIME_without = 'Kursiverade MIME-typer har inte någon separat omvandlingsfunktion';
$strModifications = 'Ändringarna har sparats';
$strModify = 'Ändra';
$strModifyIndexTopic = 'Ändra ett index';
$strMoveTable = 'Flytta tabellen till (databas<b>.</b>tabell):';
$strMoveTableOK = 'Tabellen %s har flyttats till %s.';
$strMoveTableSameNames = 'Kan inte flytta tabell till samma namn!';
$strMultilingual = 'flerspråkig';
$strMyISAMDataPointerSizeDesc = 'Standardpekarens storlek i bytes, vilken används av CREATE TABLE för MyISAM-tabeller när inget MAX_ROWS-alternativ är specificerat.';
$strMyISAMDataPointerSize = 'Storlek för datapekare';
$strMyISAMMaxExtraSortFileSizeDesc = 'Om den temporära filen som används för snabbt skapande av MyISAM-index skulle vara större än att använda nyckelcachen vars storlek specificeras här, så föredras metoden med nyckelcachen.';
$strMyISAMMaxExtraSortFileSize = 'Maximal storlek för temporära filer vid skapande av index';
$strMyISAMMaxSortFileSizeDesc = 'Denna maximala storleken för den temporära filen som MySQL är tillåten att använda under återskapande av MyISAM-index (vid REPAIR TABLE, ALTER TABLE, eller LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximal storlek för temporära sorteringsfiler';
$strMyISAMRecoverOptions = 'Automatisk återställning';
$strMyISAMRecoverOptionsDesc = 'Inställningen för automatisk återställning av kraschade MyISAM-tabeller, som satts via serverns startparameter --myisam-recover.';
$strMyISAMRepairThreadsDesc = 'Om detta värde är större än 1 skapas MyISAM-tabellindex parallellt (varje index i sin egen tråd) under reparationen vid sorteringsprocess.';
$strMyISAMRepairThreads = 'Reparera trådar';
$strMyISAMSortBufferSizeDesc = 'Bufferten som allokeras vid sortering av MyISAM-index under REPAIR TABLE eller vid skapande av index med CREATE INDEX eller ALTER TABLE.';
$strMyISAMSortBufferSize = 'Storlek för sorteringsbuffert';
$strMySQLCharset = 'MySQL teckenuppsättning';
$strMysqlClientVersion = 'MySQL klientversion';
$strMySQLConnectionCollation = 'Kollation för MySQL-uppkoppling';
$strMySQLSaid = 'MySQL sa: ';
$strMySQLShowProcess = 'Visa processer';
$strMySQLShowStatus = 'Visa MySQL-körningsinformation';
$strMySQLShowVars = 'Visa MySQL:s systemvariabler';
 
$strName = 'Namn';
$strNext = 'Nästa';
$strNoActivity = 'Ingen aktivitet sedan %s sekunder eller mer. Var god logga in igen';
$strNoDatabases = 'Inga databaser';
$strNoDatabasesSelected = 'Inga databaser markerade.';
$strNoDescription = 'Ingen beskrivning';
$strNoDetailsForEngine = 'Det finns ingen tillgänglig detaljerad statusinformation för denna lagringsmotor.';
$strNoDropDatabases = '"DROP DATABASE"-satser är inaktiverade.';
$strNoExplain = 'Utan SQL-förklaring';
$strNoFilesFoundInZip = 'Inga filer hittades i ZIP-arkivet!';
$strNoFrames = 'phpMyAdmin fungerar tyvärr endast med webbläsare som hanterar ramar.';
$strNoIndex = 'Inga index är definierade!';
$strNoIndexPartsDefined = 'Inga delar av index är definierade!';
$strNoModification = 'Ingen förändring';
$strNone = 'Inget';
$strNo = 'Nej';
$strNoOptions = 'Detta format har inga alternativ';
$strNoPassword = 'Inget lösenord';
$strNoPermission = 'Webbservern har inte tillåtelse att spara filen %s.';
$strNoPhp = 'Utan PHP-kod';
$strNoPrivileges = 'Inga privilegier';
$strNoRights = 'Du har inte tillräcklig behörighet för att vara här nu!';
$strNoRowsSelected = 'Inga rader valda';
$strNoSpace = 'Otillräckligt utrymme för att spara filen %s.';
$strNoTablesFound = 'Inga tabeller funna i databasen.';
$strNoThemeSupport = 'Stöd för teman saknas. Kontrollera din konfiguration och/eller dina teman i katalog %s.';
$strNothingToImport = 'Du fyllde inte i några data att importera!';
$strNotNumber = 'Det är inte ett nummer!';
$strNotOK = 'Inte OK';
$strNotSet = '<b>%s</b>-tabellen ej funnen eller ej angiven i %s';
$strNoUsersFound = 'Hittade ingen användare.';
$strNoValidateSQL = 'Utan SQL-validering';
$strNull = 'Null';
$strNumberOfFields = 'Antal fält';
$strNumSearchResultsInTable = '%s träff(ar) i tabell <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totalt:</b> <i>%s</i> träff(ar)';
$strNumTables = 'Tabeller';
 
$strOK = 'OK';
$strOpenNewWindow = 'Öppna nytt phpMyAdmin-fönster';
$strOperations = 'Operationer';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimera tabell';
$strOr = 'Eller';
$strOverhead = 'Outnyttjat';
$strOverwriteExisting = 'Skriv över befintlig fil(er)';
 
$strPageNumber = 'Sida:';
$strPagesToBeFlushed = 'Sidor att rensa';
$strPaperSize = 'Pappersstorlek';
$strPartialImport = 'Partiell import';
$strPartialText = 'Avkortade texter';
$strPasswordChanged = 'Lösenordet för %s har ändrats.';
$strPasswordEmpty = 'Lösenordet är tomt!';
$strPasswordHashing = 'Hashning av lösenord';
$strPassword = 'Lösenord';
$strPasswordNotSame = 'Lösenorden är inte lika!';
$strPdfDbSchema = 'Schema för databasen "%s" - Sidan %s';
$strPdfInvalidTblName = 'Tabellen "%s" finns inte!';
$strPdfNoTables = 'Inga tabeller';
$strPDFOptions = 'PDF-alternativ';
$strPDF = 'PDF';
$strPDFReportTitle = 'Rapportrubrik';
$strPerHour = 'per timme';
$strPerMinute = 'per minut';
$strPerSecond = 'per sekund';
$strPersian = 'Persiska';
$strPhoneBook = 'telefonbok';
$strPHP40203 = 'Du använder PHP 4.2.3, vilken har en allvarlig bugg med multi-byte-strängar (mbstring). Se PHP:s buggrapport 19404. Denna version av PHP är inte rekommenderad för användning tillsammans med phpMyAdmin.';
$strPhp = 'Skapa PHP-kod';
$strPHPVersion = 'PHP-version';
$strPmaDocumentation = 'phpMyAdmin dokumentation';
$strPmaUriError = 'Variabeln <tt>$cfg[\'PmaAbsoluteUri\']</tt> MÅSTE anges i din konfigurationsfil!';
$strPolish = 'Polska';
$strPortrait = 'Stående';
$strPos1 = 'Början';
$strPrevious = 'Föregående';
$strPrimaryKeyHasBeenDropped = 'Den primära nyckeln har tagits bort';
$strPrimaryKeyName = 'Primärnyckelns namn måste vara "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>måste</b> vara namnet på och <b>endast på</b> en primärnyckel!)';
$strPrimary = 'Primär';
$strPrint = 'Skriv ut';
$strPrintViewFull = 'Utskriftsvänlig visning (med fullständiga texter)';
$strPrintView = 'Utskriftsvänlig visning';
$strPrivDescAllPrivileges = 'Inkluderar alla privilegier utom GRANT.';
$strPrivDescAlterRoutine = 'Tillåter ändring och borttagning av lagrade rutiner.';
$strPrivDescAlter = 'Tillåter ändring av befintliga tabellers struktur.';
$strPrivDescCreateDb = 'Tillåter skapande av nya databaser och tabeller.';
$strPrivDescCreateRoutine = 'Tillåter skapande av lagrade rutiner.';
$strPrivDescCreateTbl = 'Tillåter skapande av nya tabeller.';
$strPrivDescCreateTmpTable = 'Tillåter skapande av temporära tabeller.';
$strPrivDescCreateUser = 'Tillåter skapande, borttagning och omdöpning av användarkonton.';
$strPrivDescCreateView = 'Tillåter skapande av nya vyer.';
$strPrivDescDelete = 'Tillåter borttagning av data.';
$strPrivDescDropDb = 'Tillåter borttagning av databaser och tabeller.';
$strPrivDescDropTbl = 'Tillåter borttagning av tabeller.';
$strPrivDescExecute5 = 'Tillåter utförande av lagrade rutiner.';
$strPrivDescExecute = 'Tillåter körning av lagrade procedurer; Har ingen verkan i denna MySQL-version.';
$strPrivDescFile = 'Tillåter import av data från och export av data till filer.';
$strPrivDescGrant = 'Tillåter tillägg av användare och privilegier utan omladdning av privilegiumtabellerna.';
$strPrivDescIndex = 'Tillåter skapande och borttagning av index.';
$strPrivDescInsert = 'Tillåter infogning och ersättning av data.';
$strPrivDescLockTables = 'Tillåter låsning av tabeller för gällande tråd.';
$strPrivDescMaxConnections = 'Begränsar antalet nya förbindelser användaren kan öppna per timme.';
$strPrivDescMaxQuestions = 'Begränsar antalet frågor användaren kan skicka till servern per timme.';
$strPrivDescMaxUpdates = 'Begränsar antalet kommandon, vilka ändrar någon tabell eller databas, som användaren kan utföra per timme.';
$strPrivDescMaxUserConnections = 'Begränsar antalet samtidiga förbindelser som användaren kan ha.';
$strPrivDescProcess3 = 'Tillåter dödande av andra användares processer.';
$strPrivDescProcess4 = 'Tillåter visning av fullständiga frågor i processlistan.';
$strPrivDescReferences = 'Har ingen verkan i denna MySQL-version.';
$strPrivDescReload = 'Tillåter omladdning av serverinställningar och rensning av serverns cache.';
$strPrivDescReplClient = 'Ger användaren rätt att fråga var slav- / huvudservrarna är.';
$strPrivDescReplSlave = 'Nödvändigt för replikeringsslavar.';
$strPrivDescSelect = 'Tillåter läsning av data.';
$strPrivDescShowDb = 'Ger tillgång till den fullständiga databaslistan.';
$strPrivDescShowView = 'Tillåter utförande av SHOW CREATE VIEW-frågor.';
$strPrivDescShutdown = 'Tillåter avstängning av servern.';
$strPrivDescSuper = 'Tillåter uppkoppling, även om maximala antalet förbindelser är nådd. Nödvändig för de flesta administrativa funktioner, som att sätta globala variabler eller döda andra användares trådar.';
$strPrivDescUpdate = 'Tillåter ändring av data.';
$strPrivDescUsage = 'Inga privilegier.';
$strPrivileges = 'Privilegier';
$strPrivilegesReloaded = 'Privilegierna har laddats om.';
$strProcesslist = 'Processlista';
$strProtocolVersion = 'Protokollversion';
$strPutColNames = 'Ange fältnamn på första raden';
 
$strQBEDel = 'Ta bort';
$strQBEIns = 'Infoga';
$strQBE = 'Skapa fråga';
$strQueryCache = 'Frågecache';
$strQueryFrame = 'Frågefönster';
$strQueryOnDb = 'SQL-fråga i databas <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historik';
$strQueryStatistics = '<b>Frågestatistik</b>: %s frågor har skickats till servern sedan den startade.';
$strQueryTime = 'Frågan tog %01.4f sek';
$strQueryType = 'Typ av fråga';
$strQueryWindowLock = 'Skriv inte över denna fråga utifrån detta fönster';
 
$strReadRequests = 'Läsefterfrågningar';
$strReceived = 'Mottagna';
$strRecords = 'Rader';
$strReferentialIntegrity = 'Kontrollera referensintegritet:';
$strRefresh = 'Uppdatera';
$strRelationalSchema = 'Relationsschema';
$strRelationNotWorking = 'Den extra funktionaliteten för att hantera länkade tabeller har inaktiverats. %sVisa orsaken%s.';
$strRelationsForTable = 'RELATIONER FÖR TABELL';
$strRelations = 'Relationer';
$strRelationView = 'Visa relationer';
$strReloadingThePrivileges = 'Laddar om privilegierna';
$strReloadMySQL = 'Ladda om MySQL';
$strRemoveSelectedUsers = 'Ta bort markerade användare';
$strRenameDatabaseOK = 'Databas %s har döpts om till %s';
$strRenameTable = 'Döp om tabellen till';
$strRenameTableOK = 'Tabell %s har döpts om till %s';
$strRepairTable = 'Reparera tabell';
$strReplaceNULLBy = 'Ersätt NULL med';
$strReplaceTable = 'Ersätt data i tabell';
$strReplication = 'Replikering';
$strReset = 'Nollställ';
$strResourceLimits = 'Resursbegränsningar';
$strReType = 'Skriv igen';
$strRevokeAndDeleteDescr = 'Användarna kommer fortfarande ha kvar privilegiet USAGE tills privilegierna laddas om.';
$strRevokeAndDelete = 'Upphäv användarnas alla aktiva privilegier och ta bort användarna efteråt.';
$strRevokeMessage = 'Du har upphävt privilegierna för %s';
$strRevoke = 'Upphäv';
$strRomanian = 'Rumänska';
$strRowLength = 'Radlängd';
$strRowsFrom = 'rader med början från';
$strRowSize = 'Radstorlek';
$strRowsModeFlippedHorizontal = 'vågrätt (roterade rubriker)';
$strRowsModeHorizontal = 'vågrätt';
$strRowsModeOptions = 'i %s format och upprepa rubrikerna efter %s celler';
$strRowsModeVertical = 'lodrätt';
$strRows = 'Rader';
$strRowsStatistic = 'Radstatistik';
$strRunning = 'körs på %s';
$strRunQuery = 'Kör fråga';
$strRunSQLQuery = 'Kör SQL-fråga/frågor i databasen %s';
$strRunSQLQueryOnServer = 'Kör SQL-fråga/frågor på server %s';
$strRussian = 'Rysk';
 
$strSaveOnServer = 'Spara på servern i katalogen %s';
$strSave = 'Spara';
$strScaleFactorSmall = 'Skalfaktorn är för liten för att schemat ska få plats på en sida';
$strSearchFormTitle = 'Sök i databas';
$strSearchInTables = 'I tabell(er):';
$strSearchNeedle = 'Ord eller värde(n) att söka efter (jokertecken: "%"):';
$strSearchOption1 = 'minst ett av orden';
$strSearchOption2 = 'alla ord';
$strSearchOption3 = 'den exakta frasen';
$strSearchOption4 = 'som reguljärt uttryck';
$strSearchResultsFor = 'Resultat av sökning efter "<i>%s</i>" %s:';
$strSearch = 'Sök';
$strSearchType = 'Hitta:';
$strSecretRequired = 'Konfigurationsfilen behöver nu ett hemligt lösenord (blowfish_secret).';
$strSelectADb = 'Välj en databas';
$strSelectAll = 'Markera alla';
$strSelectBinaryLog = 'Välj binär logg att visa';
$strSelectFields = 'Välj fält (minst ett):';
$strSelectNumRows = 'i fråga';
$strSelectTables = 'Välj tabeller';
$strSend = 'Spara som fil';
$strSent = 'Skickade';
$strServerChoice = 'Serverval';
$strServerNotResponding = 'Servern svarar inte';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Fördröjda infogningar';
$strServerStatus = 'Körningsinformation';
$strServerStatusUptime = 'Denna MySQL-server har körts i %s. Den startade den %s.';
$strServerTabProcesslist = 'Processer';
$strServerTabVariables = 'Variabler';
$strServerTrafficNotes = '<b>Servertrafik</b>: Dessa tabeller visar statistik för nätverkstrafiken hos denna MySQL-server sedan den startade.';
$strServerVars = 'Servervariabler och inställningar';
$strServerVersion = 'Serverversion';
$strSessionValue = 'Sessionsvärde';
$strSetEnumVal = 'Om en fälttyp är "enum" eller "set", ange värden enligt följande format: \'a\',\'b\',\'c\'...<br />Om du behöver lägga till ett bakåtstreck ("\") eller ett enkelcitat ("\'") i värdena, skriv ett bakåtstreck före tecknet (t.ex. \'\\\\xyz\' eller \'a\\\'b\').';
$strShowAll = 'Visa alla';
$strShowColor = 'Visa färger';
$strShowDatadictAs = 'Format för datalexikon';
$strShowFullQueries = 'Visa fullständiga frågor';
$strShowGrid = 'Visa rutnät';
$strShowingBookmark = 'Visar bokmärke';
$strShowingRecords = 'Visar rader ';
$strShowOpenTables = 'Visa öppna tabeller';
$strShowPHPInfo = 'Visa PHP-information';
$strShowSlaveHosts = 'Visa slav-värdar';
$strShowSlaveStatus = 'Visa slav-status';
$strShowStatusBinlog_cache_disk_useDescr = 'Antalet transaktioner som använde den temporära binära loggcachen, men som överskred värdet binlog_cache_size och använde en temporär fil för att lagra satser från transaktionen.';
$strShowStatusBinlog_cache_useDescr = 'Antalet transaktioner som använde den temporära binära loggcachen.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Antalet temporära tabeller på disk skapade automatiskt av servern under utförande av satser. Om värdet Created_tmp_disk_tables är stort vill du kanske öka värdet tmp_table_size för att åstadkomma att temporära tabeller lagras i minne istället för på disk.';
$strShowStatusCreated_tmp_filesDescr = 'Antalet temporära filer som mysqld har skapat.';
$strShowStatusCreated_tmp_tablesDescr = 'Antalet temporära tabeller i minne skapade automatiskt av servern under utförande av satser.';
$strShowStatusDelayed_errorsDescr = 'Antalet rader skrivna med INSERT DELAYED för vilka något fel uppstod (förmodligen dubblerad nyckel).';
$strShowStatusDelayed_insert_threadsDescr = 'Antalet INSERT DELAYED-hanteringstrådar i bruk. Varje tabell på vilken man använder INSERT DELAYED får sin egen tråd.';
$strShowStatusDelayed_writesDescr = 'Antalet skrivna rader med INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Antalet utförda FLUSH-satser.';
$strShowStatusHandler_commitDescr = 'Antalet interna COMMIT-satser.';
$strShowStatusHandler_deleteDescr = 'Antalet gånger en rad togs bort från en tabell.';
$strShowStatusHandler_discoverDescr = 'MySQL-servern kan fråga lagringsmotorn NDB Cluster om den känner till en tabell med ett givet namn. Detta kallas upptäckt. Handler_discover indikerar antalet gånger tabeller har upptäckts.';
$strShowStatusHandler_read_firstDescr = 'Antalet gånger första posten lästes från ett index. Om detta värde är högt tyder det på att servern gör många helindex-avsökningar; t.ex. SELECT col1 FROM foo, under förutsättning att col1 är indexerad.';
$strShowStatusHandler_read_keyDescr = 'Antalet efterfrågningar att läsa en rad baserat på en nyckel. Om detta värde är högt är det en bra indikation på att dina frågor och tabeller är riktigt indexerade.';
$strShowStatusHandler_read_nextDescr = 'Antalet efterfrågningar att läsa den följande raden i nyckelordning. Detta värde ökas om du frågar en indexkolumn med en urvalsbegränsning eller om du gör en indexavsökning.';
$strShowStatusHandler_read_prevDescr = 'Antalet efterfrågningar att läsa den föregående raden i nyckelordning. Denna läsmetod används huvudsakligen för att optimera ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Antalet efterfrågningar att läsa en rad baserat på en fix position. Detta värde är högt om du ställer många frågor som kräver sortering av resultatet. Du har förmodligen många frågor som kräver att MySQL avsöker hela tabeller eller du har föreningar som inte använder nycklar på rätt sätt.';
$strShowStatusHandler_read_rnd_nextDescr = 'Antalet efterfrågningar att läsa den följande raden i datafilen. Detta värde är högt om du gör många tabellavsökningar. I allmänhet antyder detta att dina tabeller inte är riktigt indexerade eller att dina frågor inte är skrivna för att dra nytta av de index du har.';
$strShowStatusHandler_rollbackDescr = 'Antalet interna ROLLBACK-satser.';
$strShowStatusHandler_updateDescr = 'Antalet efterfrågningar att uppdatera en rad i en tabell.';
$strShowStatusHandler_writeDescr = 'Antalet efterfrågningar att lägga till en rad i en tabell.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Antalet sidor innehållande data (orena eller rena).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Antalet sidor för närvarande orena.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Antalet buffert-sidor som har efterfrågats om att bli rensade.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Antalet fria sidor.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Antalet låsta sidor i InnoDB-buffert. Dessa är sidor som för närvarande läses eller skrivs eller som inte kan rensas eller tas bort av någon annan anledning.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Antalet upptagna sidor pga att de har blivit allokerade som administrativt extrautrymme för bl.a. radlås eller adaptivt hashindex. Detta värde kan också beräknas som Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total storlek på buffert, i sidor.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Antalet "slumpmässiga" läsningar i förväg som InnoDB initierat. Detta sker när en fråga ska avsöka en stor del av en tabell men i slumpmässig ordning.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Antalet sekventiella läsningar i förväg som InnoDB initierat. Detta sker när InnoDB gör en sekventiell avsökning av en hel tabell.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Antalet logiska läsefterfrågningar som InnoDB har gjort.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Antalet logiska läsningar som InnoDB inte kunde uppfylla från buffert och fick göra en enkelsidig läsning.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalt sker skrivningar till InnoDB-bufferten i bakgrunden. Dock om det behövs läsas eller skapas en sida och inga rena sidor finns tillgängliga, så är det nödvändigt att vänta på att sidor rensas först. Denna räknare räknar fall med dessa väntanden. Om buffertstorleken var riktigt satt ska detta värde vara litet.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Antalet skrivningar gjorda till InnoDB-bufferten.';
$strShowStatusInnodb_data_fsyncsDescr = 'Antalet fsync()-operationer hittills.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Nuvarande antal pågående fsync()-operationer.';
$strShowStatusInnodb_data_pending_readsDescr = 'Nuvarande antal pågående läsningar.';
$strShowStatusInnodb_data_pending_writesDescr = 'Nuvarande antal pågående skrivningar.';
$strShowStatusInnodb_data_readDescr = 'Mängden data läst hittills, i bytes.';
$strShowStatusInnodb_data_readsDescr = 'Totalt antal läsningar av data.';
$strShowStatusInnodb_data_writesDescr = 'Totalt antal skrivningar av data.';
$strShowStatusInnodb_data_writtenDescr = 'Mängden data skriven hittills, i bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Antalet dubbelskrivningar som har utförts och antalet sidor som har skrivits för detta ändamål.';
$strShowStatusInnodb_dblwr_writesDescr = 'Antalet dubbelskrivningar som har utförts och antalet sidor som har skrivits för detta ändamål.';
$strShowStatusInnodb_log_waitsDescr = 'Antalet väntanden pga loggbufferten var för liten och vi behövde vänta på att den skulle rensas innan kunde fortsätta.';
$strShowStatusInnodb_log_write_requestsDescr = 'Antalet efterfrågningar att skriva till logg.';
$strShowStatusInnodb_log_writesDescr = 'Antalet fysiska skrivningar till loggfilen.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Antalet fsync()-skrivningar gjorda till loggfilen.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Antalet pågående fsync() av loggfil.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pågående skrivningar till loggfil.';
$strShowStatusInnodb_os_log_writtenDescr = 'Antalet bytes skrivna till loggfilen.';
$strShowStatusInnodb_pages_createdDescr = 'Antalet skapade sidor.';
$strShowStatusInnodb_page_sizeDescr = 'Den inkompilerade InnoDB-sidstorleken (standard 16kB). Många värden räknas i sidor; sidstorleken tillåter dem att enkelt omvandlas till bytes.';
$strShowStatusInnodb_pages_readDescr = 'Antalet lästa sidor.';
$strShowStatusInnodb_pages_writtenDescr = 'Antalet skrivna sidor.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Antalet radlås som för närvarande väntas på.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Genomsnittlig tid för att skaffa ett radlås, i millisekunder.';
$strShowStatusInnodb_row_lock_timeDescr = 'Total tid spenderad på att skaffa radlås, i millisekunder.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximal tid för att skaffa ett radlås, i millisekunder.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Antalet gånger ett radlås behövde väntas på.';
$strShowStatusInnodb_rows_deletedDescr = 'Antalet rader borttagna från InnoDB-tabeller.';
$strShowStatusInnodb_rows_insertedDescr = 'Antalet rader tillagda i InnoDB-tabeller.';
$strShowStatusInnodb_rows_readDescr = 'Antalet rader lästa från InnoDB-tabeller.';
$strShowStatusInnodb_rows_updatedDescr = 'Antalet rader uppdaterade i InnoDB-tabeller.';
$strShowStatusKey_blocks_not_flushedDescr = 'Antalet nyckelblock i nyckelcachen som har ändrats men inte ännu överförts till disk. Det brukade vara känt som Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Antalet oanvända block i nyckelcachen. Du kan använda detta värde för att avgöra hur stor del av nyckelcachen som används.';
$strShowStatusKey_blocks_usedDescr = 'Antalet använda block i nyckelcachen. Detta värde är ett högvattenmärke som indikerar maximala antalet block som någonsin använts vid ett tillfälle.';
$strShowStatusKey_read_requestsDescr = 'Antalet efterfrågningar att läsa ett nyckelblock från cachen.';
$strShowStatusKey_readsDescr = 'Antalet fysiska läsningar av ett nyckelblock från disk. Om värdet Key_reads är stort, då är förmodligen ditt värde key_buffer_size för litet. Cachens missfrekvens kan beräknas som Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Antalet efterfrågningar att skriva ett nyckelblock till cachen.';
$strShowStatusKey_writesDescr = 'Antalet fysiska skrivningar av ett nyckelblock till disk.';
$strShowStatusLast_query_costDescr = 'Den totala kostnaden för den senaste kompilerade frågan enligt beräkning av frågeoptimeraren. Användbart vid jämförelse av kostnad för olika frågesätt av samma fråga. Standardvärdet 0 innebär att ingen fråga har kompilerats ännu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Antalet rader som väntar på att skrivas i INSERT DELAYED-köer.';
$strShowStatusOpened_tablesDescr = 'Antalet tabeller som har öppnats. Om antalet öppnade tabeller är stort är förmodligen ditt tabellcache-värde för litet.';
$strShowStatusOpen_filesDescr = 'Antalet filer som är öppna.';
$strShowStatusOpen_streamsDescr = 'Antalet strömmar som är öppna (används huvudsakligen för loggning).';
$strShowStatusOpen_tablesDescr = 'Antalet tabeller som är öppna.';
$strShowStatusQcache_free_blocksDescr = 'Antalet fria minnesblock i frågecachen.';
$strShowStatusQcache_free_memoryDescr = 'Mängden fritt minne för frågecache.';
$strShowStatusQcache_hitsDescr = 'Antalet cache-träffar.';
$strShowStatusQcache_insertsDescr = 'Antalet frågor tillagda i cachen.';
$strShowStatusQcache_lowmem_prunesDescr = 'Antalet frågor som har tagits bort från cachen för att frigöra minne för cachning av nya frågor. Denna information kan hjälpa dig att ställa in storleken på frågecachen. Frågecachen använder strategin minst nyligen använd (LRU) för att bestämma vilka frågor som ska tas bort från cachen.';
$strShowStatusQcache_not_cachedDescr = 'Antalet icke-cachade frågor (inte möjliga att cacha eller inte cachade pga inställningen query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Antalet frågor registrerade i cachen.';
$strShowStatusQcache_total_blocksDescr = 'Totala antalet block i frågecachen.';
$strShowStatusReset = 'Återställ';
$strShowStatusRpl_statusDescr = 'Status för felsäker replikering (ännu inte implementerat).';
$strShowStatusSelect_full_joinDescr = 'Antalet föreningar som inte använder index. Om detta värde inte är 0, bör du noggrant kontrollera index för dina tabeller.';
$strShowStatusSelect_full_range_joinDescr = 'Antalet föreningar som använde en urvalssökning på en referenstabell.';
$strShowStatusSelect_range_checkDescr = 'Antalet föreningar utan nycklar som kontrollerar nyckelanvändning efter varje rad. (Om detta värde inte är 0, bör du noggrant kontrollera index för dina tabeller.)';
$strShowStatusSelect_rangeDescr = 'Antalet föreningar som använde urval på den första tabellen. (Det är normalt inte kritiskt även om detta är stort.)';
$strShowStatusSelect_scanDescr = 'Antalet föreningar som gjorde en fullständig avsökning av första tabellen.';
$strShowStatusSlave_open_temp_tablesDescr = 'Antalet temporära tabeller för närvarande öppna av slavens SQL-tråd.';
$strShowStatusSlave_retried_transactionsDescr = 'Totalt (sedan start) antal gånger som replikeringsslavens SQL-tråd har omprövat transaktioner.';
$strShowStatusSlave_runningDescr = 'Denna är ON ifall denna server är en slav som är förbunden till en huvudserver.';
$strShowStatusSlow_launch_threadsDescr = 'Antalet frågor som har tagit mer än slow_launch_time sekunder att skapa.';
$strShowStatusSlow_queriesDescr = 'Antalet frågor som har tagit mer än long_query_time sekunder.';
$strShowStatusSort_merge_passesDescr = 'Antalet sammanslagningar som sorteringsalgoritmen har behövt utföra. Om detta värde är stort bör du överväga att öka värdet i systemvariabeln sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Antalet sorteringar som gjordes med urval.';
$strShowStatusSort_rowsDescr = 'Antalet sorterade rader.';
$strShowStatusSort_scanDescr = 'Antalet sorteringar som har gjorts genom avsökning av tabellen.';
$strShowStatusTable_locks_immediateDescr = 'Antalet gånger som ett tabellås förvärvades omedelbart.';
$strShowStatusTable_locks_waitedDescr = 'Antalet gånger som ett tabellås inte kunde förvärvas omedelbart och en väntan var nödvändig. Om detta värde är högt och du har prestandaproblem bör du först optimera dina frågor och antingen dela upp din tabell eller tabeller eller använda replikering.';
$strShowStatusThreads_cachedDescr = 'Antalet trådar i trådcachen. Cachens träffrekvens kan beräknas som Threads_created/Connections. Om detta värde är rött bör du öka värdet thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Antalet för närvarande öppna förbindelser.';
$strShowStatusThreads_createdDescr = 'Antalet trådar skapade för att hantera förbindelser. Om värdet Threads_created är stort, vill du kanske öka värdet thread_cache_size. (Normalt ger detta inte någon märkbar prestandaförbättring om du har en bra trådimplementering.)';
$strShowStatusThreads_runningDescr = 'Antalet trådar som inte är vilande.';
$strShowTableDimension = 'Visa tabellers dimensioner';
$strShowTables = 'Visa tabeller';
$strShowThisQuery = ' Visa frågan här igen ';
$strShow = 'Visa';
$strSimplifiedChinese = 'Förenklad kinesiska';
$strSingly = '(ensam)';
$strSize = 'Storlek';
$strSkipQueries = 'Antal poster (rader) att hoppa över från början';
$strSlovak = 'Slovakiska';
$strSlovenian = 'Slovenska';
$strSocketProblem = '(eller den lokala MySQL-serverns socket är inte korrekt konfigurerad)';
$strSortByKey = 'Sortera efter nyckel';
$strSorting = 'Sortering';
$strSort = 'Sortering';
$strSpaceUsage = 'Utrymmesanvändning';
$strSpanish = 'Spanska';
$strSplitWordsWithSpace = 'Ord separeras med mellanslag (" ").';
$strSQLExportCompatibility = 'SQL-export-kompatibilitet';
$strSQLExportType = 'Export-typ';
$strSQLImportOptions = 'SQL-alternativ';
$strSQLOptions = 'SQL-alternativ';
$strSQLParserBugMessage = 'Det är möjligt att du har hittat en bugg i SQL-analysatorn. Var god granska din fråga noga och kontrollera att citationstecknen är korrekta och matchar varandra. En annan möjlig felorsak kan vara att du överför en fil med binärkod som inte ligger inom citationstecken. Du kan även testa din fråga i MySQL:s kommandoradsgränssnitt. Felmeddelandet från MySQL-servern nedan, om det finns något, kan också hjälpa dig att analysera problemet. Om du fortfarande har problem eller om SQL-analysatorn misslyckas när kommandoradsgränssnittet lyckas, var vänlig reducera din inmatning av SQL-frågor till den enda fråga som orsakar problem och skicka en buggrapport med datastycket i URKLIPP-sektionen nedan:';
$strSQLParserUserError = 'Det verkar vara ett fel i din SQL-fråga. Felmeddelandet från MySQL-servern nedan, om det finns något, kan också hjälpa dig att analysera problemet.';
$strSQLQuery = 'SQL-fråga';
$strSQLResult = 'SQL-resultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ogiltig identifierare';
$strSQPBugUnclosedQuote = 'Oavslutat citat';
$strSQPBugUnknownPunctuation = 'Okänd interpunktion i sträng';
$strStatCheckTime = 'Senaste kontroll';
$strStatCreateTime = 'Skapades';
$strStatement = 'Uppgift';
$strStatisticsOverrun = 'På en upptagen server kan byte-räknare spåra ur, varför denna statistik som rapporterats från MySQL-servern kan vara felaktig.';
$strStatUpdateTime = 'Senaste uppdatering';
$strStatus = 'Status';
$strStorageEngine = 'Lagringsmotor';
$strStorageEngines = 'Lagringsmotorer';
$strStrucCSV = 'CSV';
$strStrucData = 'Struktur och data';
$strStrucDrop = 'Lägg till DROP TABLE';
$strStrucExcelCSV = 'CSV för MS Excel';
$strStrucNativeExcel = 'Naturlig MS Excel-data';
$strStrucOnly = 'Enbart struktur';
$strStructPropose = 'Föreslå tabellstruktur';
$strStructure = 'Struktur';
$strSubmit = 'Sänd';
$strSuccess = 'Din SQL-fråga utfördes korrekt';
$strSum = 'Summa';
$strSwedish = 'Svensk';
$strSwitchToDatabase = 'Byt till kopierad databas';
$strSwitchToTable = 'Byt till kopierad tabell';
 
$strTableAlreadyExists = 'Tabell %s finns redan!';
$strTableComments = 'Tabellkommentarer';
$strTableEmpty = 'Tabellnamnet är tomt!';
$strTableHasBeenDropped = 'Tabellen %s har tagits bort';
$strTableHasBeenEmptied = 'Tabellen %s har tömts';
$strTableHasBeenFlushed = 'Tabellen %s har rensats';
$strTableMaintenance = 'Tabellunderhåll';
$strTableOfContents = 'Innehållsförteckning';
$strTableOptions = 'Tabellalternativ';
$strTables = '%s tabell(er)';
$strTableStructure = 'Struktur för tabell';
$strTable = 'Tabell';
$strTableType = 'Tabelltyp';
$strTakeIt = 'använd detta';
$strTblPrivileges = 'Tabellspecifika privilegier';
$strTempData = 'Temporära data';
$strTextAreaLength = ' På grund av dess längd,<br /> kanske detta fält inte kan redigeras ';
$strThai = 'Thailändsk';
$strThemeDefaultNotFound = 'Standardtema %s hittades inte!';
$strThemeNoPreviewAvailable = 'Ingen förhandsgranskning tillgänglig.';
$strThemeNotFound = 'Tema %s hittades inte!';
$strThemeNoValidImgPath = 'Ingen giltig sökväg till bilder för tema %s hittades!';
$strThemePathNotFound = 'Temats sökväg för tema %s hittades inte!';
$strTheme = 'Tema / Stil';
$strThisHost = 'Denna värd';
$strThisNotDirectory = 'Detta var inte en katalog';
$strThreads = 'Trådar';
$strThreadSuccessfullyKilled = 'Tråd %s dödades med framgång.';
$strTimeoutInfo = 'Tidsbegränsningen överskreds vid föregående import. Efter återupptagning av importen kommer den fortsätta från position %d.';
$strTimeoutNothingParsed = 'Dock blev inga data bearbetade i senaste körningen. Detta betyder vanligtvis att phpMyAdmin inte kan slutföra denna import såvida du inte ökar php:s tidsbegränsningar.';
$strTimeoutPassed = 'Skriptets tidsbegränsning har överskridits. Om du vill slutföra importen, importera samma fil igen så kommer importen att återupptas.';
$strTime = 'Tid';
$strToggleScratchboard = 'Visa/dölj skisstavla';
$strTotal = 'totalt';
$strTotalUC = 'Totalt';
$strTraditionalChinese = 'Traditionell kinesiska';
$strTraditionalSpanish = 'Traditionell Spanska';
$strTraffic = 'Trafik';
$strTransactionCoordinator = 'Transaktionssamordnare';
$strTransformation_application_octetstream__download = 'Visar en länk för att ladda ner fältets binära data. Du kan använda första parametern för att ange filnamnet eller använda den andra parametern för att ange fältnamnet för en tabellkolumn som innehåller filnamn. Om du anger andra parametern så måste första parametern sättas till en tom sträng.';
$strTransformation_application_octetstream__hex = 'Visar hexadecimal representation av data. Valfri första parameter anger hur ofta mellanslag läggs till (standardvärde: 2 tecken).';
$strTransformation_image_jpeg__inline = 'Visar en klickbar tumnagelbild. Parametrarna är maximal bredd och höjd i pixlar. Bildens ursprungliga proportioner bibehålls.';
$strTransformation_image_jpeg__link = 'Visar en länk för att ladda ner denna bild.';
$strTransformation_image_png__inline = 'Se image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Visar ett TIME, TIMESTAMP eller DATETIME-fält enligt ditt lokala datum-/tidsformat. Första parametern är förskjutningen (i timmar) som kommer att läggas till tidsstämpeln (standardvärde: 0). Använd andra parametern för att ange ett annat datum-/tidsformat; se dokumentationen för PHP:s funktion strftime().';
$strTransformation_text_plain__external = 'ENDAST LINUX: Startar en extern applikation och skickar fältdata till den via standard-indata. Returnerar applikationens standard-utdata. Standard är Tidy, för att snygga till HTML-kod. Av säkerhetsskäl måste du manuellt redigera filen libraries/transformations/text_plain__external.inc.php och infoga verktygen du vill tillåta ska få köras. Den första parametern är då numret för det program som du vill använda och den andra parametern är parametrarna för programmet. Om den tredje parametern sätts till 1 kommer utdata konverteras mha htmlspecialchars() (standardvärde: 1). Om den fjärde parametern sätts till 1 kommer radbrytning att undvikas så att all utdata kommer att visas på en rad (standardvärde: 1).';
$strTransformation_text_plain__formatted = 'Visar innehållet i fältet som det är, utan att köra det genom htmlspecialchars(). Det innebär att fältet antas innehålla korrekt HTML-kod.';
$strTransformation_text_plain__imagelink = 'Visar en bild och en länk; fältet innehåller filnamnet. Första parametern är ett URL-prefix såsom "http://www.example.com/". Andra och tredje parametern är bredden och höjden i pixlar.';
$strTransformation_text_plain__link = 'Visar en länk; fältet innehåller filnamnet. Första parametern är ett URL-prefix såsom "http://www.example.com/". Andra parametern är en titel för länken.';
$strTransformation_text_plain__sql = 'Formaterar text som en SQL-fråga med markerade satser.';
$strTransformation_text_plain__substr = 'Visar del av en sträng. Första parametern är antalet tecken att hoppa över från början på strängen (standardvärde: 0). Andra parametern är antalet tecken som ska returneras (standardvärde: till slutet på strängen). Den tredje parametern är en sträng som läggs till i slutet och/eller början när trunkering utförs (standardvärde: "...").';
$strTruncateQueries = 'Korta av visade frågor';
$strTurkish = 'Turkisk';
$strType = 'Typ';
 
$strUkrainian = 'Ukrainsk';
$strUncheckAll = 'Avmarkera alla';
$strUnicode = 'Unicode';
$strUnique = 'Unik';
$strUnknown = 'okänd';
$strUnselectAll = 'Avmarkera alla';
$strUnsupportedCompressionDetected = 'Du försökta ladda en fil med komprimering (%s) som inte stöds. Antingen är stöd för det inte implementerat eller inaktiverat i din konfiguration.';
$strUpdatePrivMessage = 'Du har uppdaterat privilegierna för %s.';
$strUpdateProfileMessage = 'Profilen har uppdaterats.';
$strUpdateQuery = 'Uppdatera fråga';
$strUpdComTab = 'Se dokumentationen för uppdatering av din tabell column_comments';
$strUpgrade = 'Du bör uppgradera till %s %s eller senare.';
$strUploadLimit = 'Du försökte förmodligen ladda upp en för stor fil. Se %sdokumentationen%s för metoder att gå runt denna begränsning.';
$strUsage = 'Användning';
$strUseBackquotes = 'Använd bakåtcitat runt tabell- och fältnamn';
$strUsedPhpExtensions = 'Använda PHP-tillägg';
$strUseHostTable = 'Använd värdtabell';
$strUserAlreadyExists = 'Användaren %s finns redan!';
$strUser = 'Användare';
$strUserEmpty = 'Användarnamnet är tomt!';
$strUserName = 'Användarnamn';
$strUserNotFound = 'Den markerade användaren kunde inte hittas i privilegiumtabellen.';
$strUserOverview = 'Användaröversikt';
$strUsersDeleted = 'De markerade användarna har tagits bort.';
$strUsersHavingAccessToDb = 'Användare som har tillgång till &quot;%s&quot;';
$strUseTabKey = 'Använd TAB-tangenten för att flytta från värde till värde, eller CTRL+pil för att flytta vart som helst';
$strUseTables = 'Använd tabeller';
$strUseTextField = 'Använd textfältet';
$strUseThisValue = 'Använd detta värde';
 
$strValidateSQL = 'Validera SQL-kod';
$strValidatorError = 'SQL-validatorn kunde inte initieras. Kontrollera om du har installerat de nödvändiga PHP-tilläggen enligt %sdokumentationen%s.';
$strValue = 'Värde';
$strVar = 'Variabel';
$strVersionInformation = 'Versionsinformation';
$strViewDumpDatabases = 'Visa SQL-satser för databaser';
$strViewDumpDB = 'Visa SQL-satser för databasen';
$strViewDump = 'Visa SQL-satser för tabellen';
$strViewHasBeenDropped = 'Vyn %s har tagits bort';
$strViewMaxExactCount = 'Denna vy har mer än %s rader. Var god se %sdokumentationen%s.';
$strView = 'Vy';
 
$strWebServerUploadDirectoryError = 'Katalogen som du konfigurerat för uppladdning kan inte nås';
$strWebServerUploadDirectory = 'Uppladdningskatalog på webbserver';
$strWelcome = 'Välkommen till %s';
$strWestEuropean = 'Västeuropeisk';
$strWildcard = 'jokertecken';
$strWindowNotFound = 'Målfönstret kunde inte uppdateras. Orsaken kan vara att du stängt föräldrafönstret eller att din webbläsares säkerhetsinställningar blockerar uppdateringar mellan fönster.';
$strWithChecked = 'Med markerade:';
$strWriteRequests = 'Skrivefterfrågningar';
$strWritingCommentNotPossible = 'Skrivning av kommentar inte möjlig';
$strWritingRelationNotPossible = 'Skrivning av relation inte möjlig';
$strWrongUser = 'Fel användarnamn/lösenord. Åtkomst nekad.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.';
$strZip = '"zippad"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/swedish-utf-8.inc.php
0,0 → 1,981
<?php
/* $Id: swedish-utf-8.inc.php,v 2.130.2.5 2006/03/23 17:42:16 lem9 Exp $ */
 
/*
* Translated by Björn T. Hallberg <bjornth at users.sourceforge.net>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bytes', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sön', 'Mån', 'Tis', 'Ons', 'Tors', 'Fre', 'Lör');
$month = array('januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y kl %H:%M';
$timespanfmt = '%s dagar, %s timmar, %s minuter och %s sekunder';
 
$strAbortedClients = 'Avbrutna';
$strAbsolutePathToDocSqlDir = 'Ange absolut sökväg på webbservern till docSQL-katalog';
$strAccessDenied = 'Åtkomst nekad';
$strAccessDeniedCreateConfig = 'Trolig orsak till detta är att du inte skapade en konfigurationsfil. Du vill kanske använda %1$suppsättningsskript%2$s för att skapa en.';
$strAccessDeniedExplanation = 'phpMyAdmin försökte skapa en förbindelse till MySQL-servern, men servern nekade uppkopplingen. Kontrollera värd, användarnamn och lösenord i config.inc.php och förvissa dig om att de stämmer överens med informationen från administratören av MySQL-servern.';
$strAction = 'Åtgärd';
$strAddAutoIncrement = 'Lägg till AUTO_INCREMENT-värde';
$strAddConstraints = 'Lägg till restriktioner';
$strAddDeleteColumn = 'Lägg till/ta bort fältkolumner';
$strAddDeleteRow = 'Lägg till/ta bort villkorsrader';
$strAddDropDatabase = 'Lägg till DROP DATABASE';
$strAddedColumnComment = 'La till kommentar för kolumn';
$strAddedColumnRelation = 'La till relation för kolumn';
$strAddFields = 'Lägg till %s fält';
$strAddHeaderComment = 'Lägg till egen kommentar i huvud (\\n delar rader)';
$strAddIfNotExists = 'Lägg till IF NOT EXISTS';
$strAddIntoComments = 'Lägg till i kommentarer';
$strAddNewField = 'Lägg till fält';
$strAddPrivilegesOnDb = 'Lägg till privilegier till följande databas';
$strAddPrivilegesOnTbl = 'Lägg till privilegier till följande tabell';
$strAddSearchConditions = 'Lägg till sökvillkor (uttryck i "where"-sats):';
$strAddToIndex = 'Lägg till&nbsp;%s&nbsp;kolumn(er) till index';
$strAddUser = 'Lägg till ny användare';
$strAddUserMessage = 'Du har lagt till en ny användare.';
$strAdministration = 'Administration';
$strAffectedRows = 'Påverkade rader:';
$strAfter = 'Efter %s';
$strAfterInsertBack = 'Gå tillbaka till föregående sida';
$strAfterInsertNewInsert = 'Lägg till ytterligare en ny rad';
$strAfterInsertNext = 'Ändra nästa rad';
$strAfterInsertSame = 'Gå tillbaka till denna sida';
$strAll = 'Alla';
$strAllowInterrupt = 'Tillåt avbrott av import ifall skriptet upptäcker att det är nära tidsbegränsningen. Detta kan vara ett bra sätt att importera stora filer, men det kan bryta transaktioner.';
$strAllTableSameWidth = 'Visa alla tabeller med samma bredd';
$strAlterOrderBy = 'Sortera om tabellen efter';
$strAnalyzeTable = 'Analysera tabell';
$strAnd = 'Och';
$strAndThen = 'och sedan';
$strAnIndex = 'Ett index har lagts till för %s';
$strAnyHost = 'Vilken värd som helst';
$strAnyUser = 'Vilken användare som helst';
$strAny = 'Vem som helst';
$strApproximateCount = 'Kan vara ungefärligt. Se FAQ 3.11';
$strAPrimaryKey = 'En primär nyckel har lagts till för %s';
$strArabic = 'Arabisk';
$strArmenian = 'Armenisk';
$strAscending = 'Stigande';
$strAtBeginningOfTable = 'I början av tabellen';
$strAtEndOfTable = 'I slutet av tabellen';
$strAttr = 'Attribut';
$strAutodetect = 'Autodetektera';
$strAutomaticLayout = 'Automatisk layout';
 
$strBack = 'Bakåt';
$strBaltic = 'Baltisk';
$strBeginCut = 'START URKLIPP';
$strBeginRaw = 'START RÅTEXT';
$strBinary = 'Binär';
$strBinaryDoNotEdit = 'Binär - ändra inte';
$strBinaryLog = 'Binär logg';
$strBinLogEventType = 'Typ av händelse';
$strBinLogInfo = 'Information';
$strBinLogName = 'Loggnamn';
$strBinLogOriginalPosition = 'Ursprunglig position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server-ID';
$strBookmarkAllUsers = 'Låt varje användare få tillgång till detta bokmärke';
$strBookmarkCreated = 'Bokmärket %s har skapats';
$strBookmarkDeleted = 'Bokmärket har tagits bort.';
$strBookmarkLabel = 'Etikett';
$strBookmarkQuery = 'Bokmärkt SQL-fråga';
$strBookmarkReplace = 'Ersätt befintligt bokmärke med samma namn';
$strBookmarkThis = 'Skapa bokmärke för den här SQL-frågan';
$strBookmarkView = 'Visa endast';
$strBrowseDistinctValues = 'Visa distinkta värden';
$strBrowseForeignValues = 'Visa främmande värden';
$strBrowse = 'Visa';
$strBufferPoolActivity = 'Buffertaktivitet';
$strBufferPool = 'Buffertutrymme';
$strBufferPoolUsage = 'Buffertanvändning';
$strBufferReadMissesInPercent = 'Läsmissar i %';
$strBufferReadMisses = 'Läsmissar';
$strBufferWriteWaitsInPercent = 'Skrivväntanden i %';
$strBufferWriteWaits = 'Skrivväntanden';
$strBulgarian = 'Bulgarisk';
$strBusyPages = 'Upptagna sidor';
$strBzError = 'phpMyAdmin kunde inte komprimera SQL-satserna på grund av ett trasigt Bz2-tillägg i denna PHP-version. Det rekommenderas starkt att sätta direktivet <code>$cfg[\'BZipDump\']</code> i din phpMyAdmin-konfigurationsfil till <code>FALSE</code>. Om du vill använda Bz2-komprimering, bör du uppgradera till en senare PHP-version. Se PHP:s buggrapport %s för detaljer.';
$strBzip = '"bzippad"';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Kunde inte ladda tillägg för import. Kontrollera din installation!';
$strCannotLogin = 'Kan ej logga in på MySQL-server';
$strCantLoad = 'kan inte ladda %s-tillägg,<br />var god kontrollera PHP-konfigurationen.';
$strCantLoadRecodeIconv = 'Kan inte ladda tilläggen iconv eller recode som behövs för teckenuppsättningsomvandling. Antingen konfigurera PHP för att tillåta dessa tillägg eller inaktivera teckenuppsättningsomvandling i phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kan inte byta namn på index till "PRIMARY"!';
$strCantUseRecodeIconv = 'Kan inte använda varken funktionen iconv, libiconv eller recode_string, fastän de nödvändiga tilläggen verkar vara laddade. Kontrollera din PHP-konfiguration.';
$strCardinality = 'Kardinalitet';
$strCaseInsensitive = 'skiftlägesokänsligt';
$strCaseSensitive = 'skiftlägeskänsligt';
$strCentralEuropean = 'Centraleuropeisk';
$strChange = 'Ändra';
$strChangeCopyModeCopy = '... behåll den gamla.';
$strChangeCopyModeDeleteAndReload = ' ... ta bort den gamla från användartabellerna och ladda om privilegierna efteråt.';
$strChangeCopyModeJustDelete = ' ... ta bort den gamla från användartabellerna.';
$strChangeCopyModeRevoke = ' ... upphäv alla aktiva privilegier från dan gamla och ta bort den efteråt.';
$strChangeCopyMode = 'Skapa en ny användare med samma privilegier och ...';
$strChangeCopyUser = 'Ändra inloggningsinformation / Kopiera användare';
$strChangeDisplay = 'Välj fält som ska visas';
$strChangePassword = 'Byt lösenord';
$strCharsetOfFile = 'Filens teckenuppsättning:';
$strCharsetsAndCollations = 'Teckenuppsättningar och kollationeringar';
$strCharsets = 'Teckenuppsättningar';
$strCharset = 'Teckenuppsättning';
$strCheckAll = 'Markera alla';
$strCheckOverhead = 'Markera ooptimerade';
$strCheckPrivs = 'Kontrollera privilegier';
$strCheckPrivsLong = 'Kontrollera privilegier för databas &quot;%s&quot;.';
$strCheckTable = 'Kontrollera tabell';
$strChoosePage = 'Välj en sida att redigera';
$strColComFeat = 'Visning av kolumnkommentarer';
$strCollation = 'Kollationering';
$strColumnNames = 'Kolumn-namn';
$strColumnPrivileges = 'Kolumnspecifika privilegier';
$strCommand = 'Kommando';
$strCommentsForTable = 'KOMMENTARER FÖR TABELL';
$strComments = 'Kommentarer';
$strCompatibleHashing = 'Kompatibel med MySQL&nbsp;4.0';
$strCompleteInserts = 'Kompletta infogningar';
$strCompression = 'Komprimering';
$strCompressionWillBeDetected = 'Importerad fils komprimering kommer automatiskt detekteras från: %s';
$strConfigDefaultFileError = 'Kunde inte ladda standardkonfiguration från: "%1$s"';
$strConfigFileError = 'phpMyAdmin kunde inte läsa din konfigurationsfil!<br />Detta kan inträffa om PHP hittar ett fel i den eller om PHP inte hittar filen.<br />Anropa konfigurationsfilen direkt mha länken nedan och läs PHP:s felmeddelande(n) som du erhåller. I de flesta fall saknas ett citationstecken eller ett semikolon någonstans.<br />Om du erhåller en tom sida är allt bra.';
$strConfigureTableCoord = 'Var god ange koordinaterna för tabellen %s';
$strConnectionError = 'Kan ej skapa förbindelse: ogiltiga inställningar.';
$strConnections = 'Uppkopplingar';
$strConstraintsForDumped = 'Restriktioner för dumpade tabeller';
$strConstraintsForTable = 'Restriktioner för tabell';
$strCookiesRequired = 'Kakor (cookies) måste tillåtas för att gå vidare.';
$strCopyDatabaseOK = 'Databas %s har kopierats till %s';
$strCopy = 'Kopiera';
$strCopyTable = 'Kopiera tabellen till (databas<b>.</b>tabell):';
$strCopyTableOK = 'Tabellen %s har kopierats till %s.';
$strCopyTableSameNames = 'Kan inte kopiera tabell till samma namn!';
$strCouldNotKill = 'phpMyAdmin kunde inte döda tråd %s. Troligtvis har den redan avslutats.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE före kopiering';
$strCreateIndex = 'Skapa ett index för&nbsp;%s&nbsp;kolumn(er)';
$strCreateIndexTopic = 'Skapa ett nytt index';
$strCreateNewDatabase = 'Skapa ny databas';
$strCreateNewTable = 'Skapa ny tabell i databas %s';
$strCreatePage = 'Skapa en ny sida';
$strCreatePdfFeat = 'Skapande av PDF-sidor';
$strCreate = 'Skapa';
$strCreationDates = 'Skapad/Uppdaterad/Kontrollerad datum';
$strCriteria = 'Villkor';
$strCroatian = 'Kroatisk';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV-alternativ';
$strCSVOptions = 'CSV-alternativ';
$strCyrillic = 'Kyrillisk';
$strCzechSlovak = 'Tjeckisk-Slovakisk';
$strCzech = 'Tjeckisk';
 
$strDanish = 'Dansk';
$strDatabase = 'Databas';
$strDatabaseEmpty = 'Databasens namn är tomt!';
$strDatabaseExportOptions = 'Exportalternativ för databas';
$strDatabaseHasBeenDropped = 'Databasen %s har tagits bort.';
$strDatabaseNoTable = 'Denna databas innehåller ingen tabell!';
$strDatabases = 'Databaser';
$strDatabasesDropped = '%s databaser har tagits bort.';
$strDatabasesStats = 'Databas-statistik';
$strDatabasesStatsDisable = 'Stäng av statistik';
$strDatabasesStatsEnable = 'Slå på statistik';
$strDatabasesStatsHeavyTraffic = 'Anm: Att slå på databasstatistik här kan orsaka tung trafik mellan webb- och MySQL-servern.';
$strData = 'Data';
$strDataDict = 'Datalexikon';
$strDataOnly = 'Enbart data';
$strDataPages = 'Sidor innehållande data';
$strDBComment = 'Databaskommentar: ';
$strDBCopy = 'Kopiera databas till';
$strDBGContextID = 'Innehålls-ID';
$strDBGContext = 'Innehåll';
$strDBGHits = 'Träffar';
$strDBGLine = 'Rad';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/träff, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Databasspecifika privilegier';
$strDBRename = 'Döp om databasen till';
$strDbSpecific = 'databasspecifik';
$strDefaultEngine = '%s är standardlagringsmotorn på denna MySQL-server.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'För standardvärden, ange endast ett enstaka värde, utan bakåtstreck eller citattecken, enligt formatet: a';
$strDefragment = 'Defragmentera tabell';
$strDelayedInserts = 'Använd fördröjda infogningar';
$strDeleteAndFlushDescr = 'Detta är det renaste sättet, men omladdning av privilegierna kan ta en stund.';
$strDeleteAndFlush = 'Ta bort användarna och ladda om privilegierna efteråt.';
$strDeleted = 'Raden har raderats';
$strDeletedRows = 'Raderade rader';
$strDeleteNoUsersSelected = 'Inga användare valda för borttagning!';
$strDelete = 'Radera';
$strDeleting = 'Tar bort %s';
$strDelOld = 'Nuvarande sida har referenser till tabeller som inte längre existerar. Vill du ta bort dessa referenser?';
$strDescending = 'Fallande';
$strDescription = 'Beskrivning';
$strDictionary = 'lexikon';
$strDirtyPages = 'Orena sidor';
$strDisabled = 'Inaktiverat';
$strDisableForeignChecks = 'Stäng av kontroll av främmande nycklar';
$strDisplayFeat = 'Visningsfunktionaliteter';
$strDisplayOrder = 'Visningsordning:';
$strDisplayPDF = 'Visa PDF-schema';
$strDoAQuery = 'Utför en "Query By Example" (jokertecken: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Vill du verkligen ';
$strDropDatabaseStrongWarning = 'Du håller på att FÖRGÖRA en hel databas!';
$strDrop = 'Radera';
$strDropUsersDb = 'Ta bort databaserna med samma namn som användarna.';
$strDumpingData = 'Data i tabell';
$strDumpSaved = 'SQL-satserna har sparats till filen %s.';
$strDumpXRows = 'Visa %s rader med början på rad %s.';
$strDynamic = 'dynamisk';
 
$strEdit = 'Ändra';
$strEditPDFPages = 'Redigera PDF-sidor';
$strEditPrivileges = 'Ändra privilegier';
$strEffective = 'Effektivt';
$strEmptyResultSet = 'MySQL returnerade ett tomt resultat (dvs inga rader).';
$strEmpty = 'Töm';
$strEnabled = 'Aktiverat';
$strEncloseInTransaction = 'Inneslut export i en transaktion';
$strEndCut = 'SLUT URKLIPP';
$strEndRaw = 'SLUT RÅTEXT';
$strEnd = 'Slutet';
$strEngineAvailable = '%s är tillgänglig på denna MySQL-server.';
$strEngineDisabled = '%s har inaktiverats på denna MySQL-server.';
$strEngines = 'Motorer';
$strEngineUnsupported = 'Denna MySQL-server har inte stöd för lagringsmotorn %s.';
$strEnglish = 'Engelsk';
$strEnglishPrivileges = ' Obs! MySQL-privilegiumnamn anges på engelska ';
$strError = 'Fel';
$strErrorInZipFile = 'Fel i ZIP-arkiv:';
$strEscapeWildcards = 'Jokerteknen _ och % måste föregås av ett \ för att användas i egentlig betydelse';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estnisk';
$strExcelEdition = 'Excel-version';
$strExcelOptions = 'Excel-alternativ';
$strExecuteBookmarked = 'Utför bokmärkt fråga';
$strExplain = 'Förklara SQL-kod';
$strExport = 'Exportera';
$strExtendedInserts = 'Utökade infogningar';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Misslyckade försök';
$strField = 'Fält';
$strFieldHasBeenDropped = 'Fältet %s har tagits bort';
$strFieldsEmpty = ' Antalet fält är noll! ';
$strFieldsEnclosedBy = 'Fälten omges av';
$strFieldsEscapedBy = 'Specialtecken i fält föregås av';
$strFields = 'Fält';
$strFieldsTerminatedBy = 'Fälten avslutas med';
$strFileAlreadyExists = 'Filen %s finns redan på servern. Ändra filnamnet eller kryssa i skriv över-alternativet.';
$strFileCouldNotBeRead = 'Filen kunde inte läsas';
$strFileNameTemplateDescriptionDatabase = 'databasnamn';
$strFileNameTemplateDescription = 'Detta värde tolkas mha %1$sstrftime%2$s, så du kan använda strängar med tidsformatering. Dessutom kommer följande omvandlingar att ske: %3$s. Övrig text behålls som den är.';
$strFileNameTemplateDescriptionServer = 'servernamn';
$strFileNameTemplateDescriptionTable = 'tabellnamn';
$strFileNameTemplate = 'Mall för filnamn';
$strFileNameTemplateRemember = 'kom ihåg mall';
$strFileToImport = 'Fil att importera';
$strFixed = 'fast';
$strFlushPrivilegesNote = 'Anm: phpMyAdmin hämtar användarnas privilegier direkt från MySQL:s privilegiumtabeller. Innehållet i dessa tabeller kan skilja sig från privilegierna som servern använder ifall manuella ändringar har gjorts. I detta fall bör du %sladda om privilegierna%s innan du fortsätter.';
$strFlushQueryCache = 'Rensa frågecache';
$strFlushTable = 'Rensa tabell';
$strFlushTables = 'Stäng alla tabeller';
$strFormat = 'Format';
$strFormEmpty = 'Värde saknas i formuläret!';
$strFreePages = 'Fria sidor';
$strFullText = 'Fullständiga texter';
$strFunction = 'Funktion';
 
$strGenBy = 'Genererad av';
$strGeneralRelationFeat = 'Allmänna relationsfunktionaliteter';
$strGenerate = 'Generera';
$strGeneratePassword = 'Generera lösenord';
$strGenTime = 'Skapad';
$strGeorgian = 'Georgisk';
$strGerman = 'Tysk';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globala privilegier';
$strGlobalValue = 'Globalt värde';
$strGo = 'Kör';
$strGrantOption = 'Grant';
$strGreek = 'Grekisk';
$strGzip = '"gzippad"';
 
$strHandler = 'Hanterare';
$strHasBeenAltered = 'har ändrats.';
$strHasBeenCreated = 'har skapats.';
$strHaveToShow = 'Du måste välja minst en kolumn som ska visas';
$strHebrew = 'Hebreisk';
$strHexForBinary = 'Använd hexadecimalt för binära fält';
$strHome = 'Hem';
$strHomepageOfficial = 'phpMyAdmin:s officiella hemsida';
$strHostEmpty = 'Värdnamnet är tomt!';
$strHost = 'Värd';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 exportalternativ';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 exportalternativ';
$strHungarian = 'Ungersk';
 
$strIcelandic = 'Isländska';
$strId = 'ID';
$strIdxFulltext = 'Heltext';
$strIgnoreDuplicates = 'Ignorera dubblerade rader';
$strIgnore = 'Ignorera';
$strIgnoreInserts = 'Använd IGNORE i infogningar';
$strIgnoringFile = 'Ignorerar fil %s';
$strImportDocSQL = 'Importera docSQL-filer';
$strImportFiles = 'Importera filer';
$strImportFormat = 'Format på importerad fil';
$strImport = 'Importera';
$strImportSuccessfullyFinished = 'Importen har avslutats korrekt, %d frågor utförda.';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'Index %s har tagits bort';
$strIndex = 'Index';
$strIndexName = 'Indexnamn&nbsp;:';
$strIndexType = 'Indextyp&nbsp;:';
$strIndexWarningMultiple = 'Mer än en %s-nyckel skapades för kolumn `%s`';
$strIndexWarningPrimary = 'PRIMARY- och INDEX-nycklar skall inte båda sättas för kolumn `%s`';
$strIndexWarningTable = 'Problem med index för tabell `%s`';
$strIndexWarningUnique = 'UNIQUE- och INDEX-nycklar skall inte båda sättas för kolumn `%s`';
$strInnoDBAutoextendIncrement = 'Automatisk utökningsstorlek';
$strInnoDBAutoextendIncrementDesc = 'Tillökningsstorleken vid automatisk utökning av tabellutrymme när det blir fullt.';
$strInnoDBBufferPoolSize = 'Buffertstorlek';
$strInnoDBBufferPoolSizeDesc = 'Storleken på minnesbufferten som InnoDB använder för cache av data och index till sina tabeller.';
$strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDirDesc = 'Den gemensamma delen av sökvägen för alla InnoDB-datafiler.';
$strInnoDBDataHomeDir = 'Hemkatalog för data';
$strInnoDBPages = 'sidor';
$strInnodbStat = 'InnoDB-status';
$strInsecureMySQL = 'Din konfigurationsfil innehåller inställningar (root-konto utan lösenord) som motsvarar MySQL:s privilegierade standardkonto. Din MySQL-server körs med denna standardinställning och är öppen för intrång, så du bör verkligen täppa till detta säkerhetshål.';
$strInsertAsNewRow = 'Lägg till som ny rad';
$strInsertedRowId = 'Tillagd rads id:';
$strInsertedRows = 'Tillagda rader:';
$strInsert = 'Lägg till';
$strInsertNewRow = 'Lägg till ny rad';
$strInternalNotNecessary = '* En intern relation är inte nödvändig när den även finns i InnoDB.';
$strInternalRelations = 'Interna relationer';
$strInUse = 'används';
$strInvalidAuthMethod = 'Ogiltig metod för autentisering angiven i konfiguration:';
$strInvalidColumnCount = 'Antalet kolumner måste vara större än noll.';
$strInvalidColumn = 'Ogiltig kolumn (%s) angiven!';
$strInvalidCSVFieldCount = 'Ogiltigt antal fält i CSV-indata på rad %d.';
$strInvalidCSVFormat = 'Ogiltigt format i CSV-indata på rad %d.';
$strInvalidCSVParameter = 'Ogiltig parameter för CSV-import: %s';
$strInvalidFieldAddCount = 'Du måste lägga till åtminstone ett fält.';
$strInvalidFieldCount = 'Tabell måste ha åtminstone ett fält.';
$strInvalidLDIImport = 'Detta tillägg stöder inte komprimerade importer!';
$strInvalidRowNumber = '%d är inte ett giltigt radnummer.';
$strInvalidServerHostname = 'Ogiltigt värdnamn för server %1$s. Var god granska din konfiguration.';
$strInvalidServerIndex = 'Ogiltigt serverindex: "%s"';
 
$strJapanese = 'Japansk';
$strJoins = 'Föreningar';
$strJumpToDB = 'Hoppa till databas &quot;%s&quot;.';
$strJustDeleteDescr = 'De &quot;borttagna&quot; användarna kommer fortfarande kunna komma åt servern som vanligt tills privilegierna laddas om.';
$strJustDelete = 'Ta endast bort användarna från privilegiumtabellerna.';
 
$strKeepPass = 'Ändra inte lösenordet';
$strKeyCache = 'Nyckelcache';
$strKeyname = 'Nyckel';;
$strKill = 'Döda';
$strKorean = 'Koreansk';
 
$strLandscape = 'Liggande';
$strLanguageFileNotFound = 'Språkfil "%1$s" hittades inte.';
$strLanguageUnknown = 'Okänt språk: %1$s.';
$strLatchedPages = 'Låsta sidor';
$strLatexCaption = 'Tabellrubrik';
$strLatexContent = 'Innehåll i tabell __TABLE__';
$strLatexContinuedCaption = 'Fortsatt tabellrubrik';
$strLatexContinued = '(fortsättning)';
$strLatexIncludeCaption = 'Inkludera tabellrubrik';
$strLatexLabel = 'Etikett';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-alternativ';
$strLatexStructure = 'Struktur för tabell __TABLE__';
$strLatvian = 'Lettiska';
$strLDI = 'CSV mha LOAD DATA';
$strLDIImportOptions = 'Alternativ för CSV-import mha LOAD DATA';
$strLDILocal = 'Använd nyckelordet LOCAL';
$strLengthSet = 'Längd/Värden*';
$strLimitNumRows = 'Rader per sida';
$strLinesTerminatedBy = 'Raderna avslutas med';
$strLinkNotFound = 'Länk ej funnen';
$strLinksTo = 'Länkar till';
$strLithuanian = 'Litauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Textfilens plats';
$strLoginInformation = 'Inloggningsinformation';
$strLogin = 'Logga in';
$strLogout = 'Logga ut';
$strLogPassword = 'Lösenord:';
$strLogServer = 'Server';
$strLogUsername = 'Användarnamn:';
$strLongOperation = 'Denna operation kan ta lång tid. Försätt ändå?';
 
$strMaxConnects = 'Max. samtidiga förbindelser';
$strMaximalQueryLength = 'Maximal längd på skapad fråga';
$strMaximumSize = 'Maximal storlek: %s%s';
$strMbExtensionMissing = 'PHP-tillägget mbstring kunde inte hittas och det verkar som om du använder flerbitars teckenuppsättning. phpMyAdmin kan inte dela upp strängar korrekt utan tillägget mbstring, vilket kan leda till oväntade resultat.';
$strMbOverloadWarning = 'Du har aktiverat mbstring.func_overload i din PHP-konfiguration. Detta alternativ är inkompatibelt med phpMyAdmin och kan orsaka att en del data förstörs!';
$strMIME_available_mime = 'Tillgängliga MIME-typer';
$strMIME_available_transform = 'Tillgängliga omvandlingar';
$strMIME_description = 'Beskrivning';
$strMIME_MIMEtype = 'MIME-typ';
$strMIME_nodescription = 'Ingen beskrivning för denna omvandling finns tillgänglig.<br />Vänligen fråga upphovsmannen vad %s gör.';
$strMIME_transformation_note = 'För en lista med tillgängliga omvandlingsparametrar och deras MIME-typomvandlingar, klicka på %somvandlingsbeskrivningar%s';
$strMIME_transformation_options_note = 'Ange värdena för omvandlingsparametrar enligt följande format: \'a\',\'b\',\'c\'...<br />Om du behöver lägga till ett bakåtstreck ("\") eller ett enkelcitat ("\'") i värdena, skriv ett bakåtstreck före tecknet (t.ex. \'\\\\xyz\' eller \'a\\\'b\').';
$strMIME_transformation_options = 'Omvandlingsparametrar';
$strMIME_transformation = 'Webbläsaromvandling';
$strMIMETypesForTable = 'MIME-TYPER FÖR TABELL';
$strMIME_without = 'Kursiverade MIME-typer har inte någon separat omvandlingsfunktion';
$strModifications = 'Ändringarna har sparats';
$strModify = 'Ändra';
$strModifyIndexTopic = 'Ändra ett index';
$strMoveTable = 'Flytta tabellen till (databas<b>.</b>tabell):';
$strMoveTableOK = 'Tabellen %s har flyttats till %s.';
$strMoveTableSameNames = 'Kan inte flytta tabell till samma namn!';
$strMultilingual = 'flerspråkig';
$strMyISAMDataPointerSizeDesc = 'Standardpekarens storlek i bytes, vilken används av CREATE TABLE för MyISAM-tabeller när inget MAX_ROWS-alternativ är specificerat.';
$strMyISAMDataPointerSize = 'Storlek för datapekare';
$strMyISAMMaxExtraSortFileSizeDesc = 'Om den temporära filen som används för snabbt skapande av MyISAM-index skulle vara större än att använda nyckelcachen vars storlek specificeras här, så föredras metoden med nyckelcachen.';
$strMyISAMMaxExtraSortFileSize = 'Maximal storlek för temporära filer vid skapande av index';
$strMyISAMMaxSortFileSizeDesc = 'Denna maximala storleken för den temporära filen som MySQL är tillåten att använda under återskapande av MyISAM-index (vid REPAIR TABLE, ALTER TABLE, eller LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximal storlek för temporära sorteringsfiler';
$strMyISAMRecoverOptions = 'Automatisk återställning';
$strMyISAMRecoverOptionsDesc = 'Inställningen för automatisk återställning av kraschade MyISAM-tabeller, som satts via serverns startparameter --myisam-recover.';
$strMyISAMRepairThreadsDesc = 'Om detta värde är större än 1 skapas MyISAM-tabellindex parallellt (varje index i sin egen tråd) under reparationen vid sorteringsprocess.';
$strMyISAMRepairThreads = 'Reparera trådar';
$strMyISAMSortBufferSizeDesc = 'Bufferten som allokeras vid sortering av MyISAM-index under REPAIR TABLE eller vid skapande av index med CREATE INDEX eller ALTER TABLE.';
$strMyISAMSortBufferSize = 'Storlek för sorteringsbuffert';
$strMySQLCharset = 'MySQL teckenuppsättning';
$strMysqlClientVersion = 'MySQL klientversion';
$strMySQLConnectionCollation = 'Kollation för MySQL-uppkoppling';
$strMySQLSaid = 'MySQL sa: ';
$strMySQLShowProcess = 'Visa processer';
$strMySQLShowStatus = 'Visa MySQL-körningsinformation';
$strMySQLShowVars = 'Visa MySQL:s systemvariabler';
 
$strName = 'Namn';
$strNext = 'Nästa';
$strNoActivity = 'Ingen aktivitet sedan %s sekunder eller mer. Var god logga in igen';
$strNoDatabases = 'Inga databaser';
$strNoDatabasesSelected = 'Inga databaser markerade.';
$strNoDescription = 'Ingen beskrivning';
$strNoDetailsForEngine = 'Det finns ingen tillgänglig detaljerad statusinformation för denna lagringsmotor.';
$strNoDropDatabases = '"DROP DATABASE"-satser är inaktiverade.';
$strNoExplain = 'Utan SQL-förklaring';
$strNoFilesFoundInZip = 'Inga filer hittades i ZIP-arkivet!';
$strNoFrames = 'phpMyAdmin fungerar tyvärr endast med webbläsare som hanterar ramar.';
$strNoIndex = 'Inga index är definierade!';
$strNoIndexPartsDefined = 'Inga delar av index är definierade!';
$strNoModification = 'Ingen förändring';
$strNone = 'Inget';
$strNo = 'Nej';
$strNoOptions = 'Detta format har inga alternativ';
$strNoPassword = 'Inget lösenord';
$strNoPermission = 'Webbservern har inte tillåtelse att spara filen %s.';
$strNoPhp = 'Utan PHP-kod';
$strNoPrivileges = 'Inga privilegier';
$strNoRights = 'Du har inte tillräcklig behörighet för att vara här nu!';
$strNoRowsSelected = 'Inga rader valda';
$strNoSpace = 'Otillräckligt utrymme för att spara filen %s.';
$strNoTablesFound = 'Inga tabeller funna i databasen.';
$strNoThemeSupport = 'Stöd för teman saknas. Kontrollera din konfiguration och/eller dina teman i katalog %s.';
$strNothingToImport = 'Du fyllde inte i några data att importera!';
$strNotNumber = 'Det är inte ett nummer!';
$strNotOK = 'Inte OK';
$strNotSet = '<b>%s</b>-tabellen ej funnen eller ej angiven i %s';
$strNoUsersFound = 'Hittade ingen användare.';
$strNoValidateSQL = 'Utan SQL-validering';
$strNull = 'Null';
$strNumberOfFields = 'Antal fält';
$strNumSearchResultsInTable = '%s träff(ar) i tabell <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totalt:</b> <i>%s</i> träff(ar)';
$strNumTables = 'Tabeller';
 
$strOK = 'OK';
$strOpenNewWindow = 'Öppna nytt phpMyAdmin-fönster';
$strOperations = 'Operationer';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimera tabell';
$strOr = 'Eller';
$strOverhead = 'Outnyttjat';
$strOverwriteExisting = 'Skriv över befintlig fil(er)';
 
$strPageNumber = 'Sida:';
$strPagesToBeFlushed = 'Sidor att rensa';
$strPaperSize = 'Pappersstorlek';
$strPartialImport = 'Partiell import';
$strPartialText = 'Avkortade texter';
$strPasswordChanged = 'Lösenordet för %s har ändrats.';
$strPasswordEmpty = 'Lösenordet är tomt!';
$strPasswordHashing = 'Hashning av lösenord';
$strPassword = 'Lösenord';
$strPasswordNotSame = 'Lösenorden är inte lika!';
$strPdfDbSchema = 'Schema för databasen "%s" - Sidan %s';
$strPdfInvalidTblName = 'Tabellen "%s" finns inte!';
$strPdfNoTables = 'Inga tabeller';
$strPDFOptions = 'PDF-alternativ';
$strPDF = 'PDF';
$strPDFReportTitle = 'Rapportrubrik';
$strPerHour = 'per timme';
$strPerMinute = 'per minut';
$strPerSecond = 'per sekund';
$strPersian = 'Persiska';
$strPhoneBook = 'telefonbok';
$strPHP40203 = 'Du använder PHP 4.2.3, vilken har en allvarlig bugg med multi-byte-strängar (mbstring). Se PHP:s buggrapport 19404. Denna version av PHP är inte rekommenderad för användning tillsammans med phpMyAdmin.';
$strPhp = 'Skapa PHP-kod';
$strPHPVersion = 'PHP-version';
$strPmaDocumentation = 'phpMyAdmin dokumentation';
$strPmaUriError = 'Variabeln <tt>$cfg[\'PmaAbsoluteUri\']</tt> MÅSTE anges i din konfigurationsfil!';
$strPolish = 'Polska';
$strPortrait = 'Stående';
$strPos1 = 'Början';
$strPrevious = 'Föregående';
$strPrimaryKeyHasBeenDropped = 'Den primära nyckeln har tagits bort';
$strPrimaryKeyName = 'Primärnyckelns namn måste vara "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>måste</b> vara namnet på och <b>endast på</b> en primärnyckel!)';
$strPrimary = 'Primär';
$strPrint = 'Skriv ut';
$strPrintViewFull = 'Utskriftsvänlig visning (med fullständiga texter)';
$strPrintView = 'Utskriftsvänlig visning';
$strPrivDescAllPrivileges = 'Inkluderar alla privilegier utom GRANT.';
$strPrivDescAlterRoutine = 'Tillåter ändring och borttagning av lagrade rutiner.';
$strPrivDescAlter = 'Tillåter ändring av befintliga tabellers struktur.';
$strPrivDescCreateDb = 'Tillåter skapande av nya databaser och tabeller.';
$strPrivDescCreateRoutine = 'Tillåter skapande av lagrade rutiner.';
$strPrivDescCreateTbl = 'Tillåter skapande av nya tabeller.';
$strPrivDescCreateTmpTable = 'Tillåter skapande av temporära tabeller.';
$strPrivDescCreateUser = 'Tillåter skapande, borttagning och omdöpning av användarkonton.';
$strPrivDescCreateView = 'Tillåter skapande av nya vyer.';
$strPrivDescDelete = 'Tillåter borttagning av data.';
$strPrivDescDropDb = 'Tillåter borttagning av databaser och tabeller.';
$strPrivDescDropTbl = 'Tillåter borttagning av tabeller.';
$strPrivDescExecute5 = 'Tillåter utförande av lagrade rutiner.';
$strPrivDescExecute = 'Tillåter körning av lagrade procedurer; Har ingen verkan i denna MySQL-version.';
$strPrivDescFile = 'Tillåter import av data från och export av data till filer.';
$strPrivDescGrant = 'Tillåter tillägg av användare och privilegier utan omladdning av privilegiumtabellerna.';
$strPrivDescIndex = 'Tillåter skapande och borttagning av index.';
$strPrivDescInsert = 'Tillåter infogning och ersättning av data.';
$strPrivDescLockTables = 'Tillåter låsning av tabeller för gällande tråd.';
$strPrivDescMaxConnections = 'Begränsar antalet nya förbindelser användaren kan öppna per timme.';
$strPrivDescMaxQuestions = 'Begränsar antalet frågor användaren kan skicka till servern per timme.';
$strPrivDescMaxUpdates = 'Begränsar antalet kommandon, vilka ändrar någon tabell eller databas, som användaren kan utföra per timme.';
$strPrivDescMaxUserConnections = 'Begränsar antalet samtidiga förbindelser som användaren kan ha.';
$strPrivDescProcess3 = 'Tillåter dödande av andra användares processer.';
$strPrivDescProcess4 = 'Tillåter visning av fullständiga frågor i processlistan.';
$strPrivDescReferences = 'Har ingen verkan i denna MySQL-version.';
$strPrivDescReload = 'Tillåter omladdning av serverinställningar och rensning av serverns cache.';
$strPrivDescReplClient = 'Ger användaren rätt att fråga var slav- / huvudservrarna är.';
$strPrivDescReplSlave = 'Nödvändigt för replikeringsslavar.';
$strPrivDescSelect = 'Tillåter läsning av data.';
$strPrivDescShowDb = 'Ger tillgång till den fullständiga databaslistan.';
$strPrivDescShowView = 'Tillåter utförande av SHOW CREATE VIEW-frågor.';
$strPrivDescShutdown = 'Tillåter avstängning av servern.';
$strPrivDescSuper = 'Tillåter uppkoppling, även om maximala antalet förbindelser är nådd. Nödvändig för de flesta administrativa funktioner, som att sätta globala variabler eller döda andra användares trådar.';
$strPrivDescUpdate = 'Tillåter ändring av data.';
$strPrivDescUsage = 'Inga privilegier.';
$strPrivileges = 'Privilegier';
$strPrivilegesReloaded = 'Privilegierna har laddats om.';
$strProcesslist = 'Processlista';
$strProtocolVersion = 'Protokollversion';
$strPutColNames = 'Ange fältnamn på första raden';
 
$strQBEDel = 'Ta bort';
$strQBEIns = 'Infoga';
$strQBE = 'Skapa fråga';
$strQueryCache = 'Frågecache';
$strQueryFrame = 'Frågefönster';
$strQueryOnDb = 'SQL-fråga i databas <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historik';
$strQueryStatistics = '<b>Frågestatistik</b>: %s frågor har skickats till servern sedan den startade.';
$strQueryTime = 'Frågan tog %01.4f sek';
$strQueryType = 'Typ av fråga';
$strQueryWindowLock = 'Skriv inte över denna fråga utifrån detta fönster';
 
$strReadRequests = 'Läsefterfrågningar';
$strReceived = 'Mottagna';
$strRecords = 'Rader';
$strReferentialIntegrity = 'Kontrollera referensintegritet:';
$strRefresh = 'Uppdatera';
$strRelationalSchema = 'Relationsschema';
$strRelationNotWorking = 'Den extra funktionaliteten för att hantera länkade tabeller har inaktiverats. %sVisa orsaken%s.';
$strRelationsForTable = 'RELATIONER FÖR TABELL';
$strRelations = 'Relationer';
$strRelationView = 'Visa relationer';
$strReloadingThePrivileges = 'Laddar om privilegierna';
$strReloadMySQL = 'Ladda om MySQL';
$strRemoveSelectedUsers = 'Ta bort markerade användare';
$strRenameDatabaseOK = 'Databas %s har döpts om till %s';
$strRenameTable = 'Döp om tabellen till';
$strRenameTableOK = 'Tabell %s har döpts om till %s';
$strRepairTable = 'Reparera tabell';
$strReplaceNULLBy = 'Ersätt NULL med';
$strReplaceTable = 'Ersätt data i tabell';
$strReplication = 'Replikering';
$strReset = 'Nollställ';
$strResourceLimits = 'Resursbegränsningar';
$strReType = 'Skriv igen';
$strRevokeAndDeleteDescr = 'Användarna kommer fortfarande ha kvar privilegiet USAGE tills privilegierna laddas om.';
$strRevokeAndDelete = 'Upphäv användarnas alla aktiva privilegier och ta bort användarna efteråt.';
$strRevokeMessage = 'Du har upphävt privilegierna för %s';
$strRevoke = 'Upphäv';
$strRomanian = 'Rumänska';
$strRowLength = 'Radlängd';
$strRowsFrom = 'rader med början från';
$strRowSize = 'Radstorlek';
$strRowsModeFlippedHorizontal = 'vågrätt (roterade rubriker)';
$strRowsModeHorizontal = 'vågrätt';
$strRowsModeOptions = 'i %s format och upprepa rubrikerna efter %s celler';
$strRowsModeVertical = 'lodrätt';
$strRows = 'Rader';
$strRowsStatistic = 'Radstatistik';
$strRunning = 'körs på %s';
$strRunQuery = 'Kör fråga';
$strRunSQLQuery = 'Kör SQL-fråga/frågor i databasen %s';
$strRunSQLQueryOnServer = 'Kör SQL-fråga/frågor på server %s';
$strRussian = 'Rysk';
 
$strSaveOnServer = 'Spara på servern i katalogen %s';
$strSave = 'Spara';
$strScaleFactorSmall = 'Skalfaktorn är för liten för att schemat ska få plats på en sida';
$strSearchFormTitle = 'Sök i databas';
$strSearchInTables = 'I tabell(er):';
$strSearchNeedle = 'Ord eller värde(n) att söka efter (jokertecken: "%"):';
$strSearchOption1 = 'minst ett av orden';
$strSearchOption2 = 'alla ord';
$strSearchOption3 = 'den exakta frasen';
$strSearchOption4 = 'som reguljärt uttryck';
$strSearchResultsFor = 'Resultat av sökning efter "<i>%s</i>" %s:';
$strSearch = 'Sök';
$strSearchType = 'Hitta:';
$strSecretRequired = 'Konfigurationsfilen behöver nu ett hemligt lösenord (blowfish_secret).';
$strSelectADb = 'Välj en databas';
$strSelectAll = 'Markera alla';
$strSelectBinaryLog = 'Välj binär logg att visa';
$strSelectFields = 'Välj fält (minst ett):';
$strSelectNumRows = 'i fråga';
$strSelectTables = 'Välj tabeller';
$strSend = 'Spara som fil';
$strSent = 'Skickade';
$strServerChoice = 'Serverval';
$strServerNotResponding = 'Servern svarar inte';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Fördröjda infogningar';
$strServerStatus = 'Körningsinformation';
$strServerStatusUptime = 'Denna MySQL-server har körts i %s. Den startade den %s.';
$strServerTabProcesslist = 'Processer';
$strServerTabVariables = 'Variabler';
$strServerTrafficNotes = '<b>Servertrafik</b>: Dessa tabeller visar statistik för nätverkstrafiken hos denna MySQL-server sedan den startade.';
$strServerVars = 'Servervariabler och inställningar';
$strServerVersion = 'Serverversion';
$strSessionValue = 'Sessionsvärde';
$strSetEnumVal = 'Om en fälttyp är "enum" eller "set", ange värden enligt följande format: \'a\',\'b\',\'c\'...<br />Om du behöver lägga till ett bakåtstreck ("\") eller ett enkelcitat ("\'") i värdena, skriv ett bakåtstreck före tecknet (t.ex. \'\\\\xyz\' eller \'a\\\'b\').';
$strShowAll = 'Visa alla';
$strShowColor = 'Visa färger';
$strShowDatadictAs = 'Format för datalexikon';
$strShowFullQueries = 'Visa fullständiga frågor';
$strShowGrid = 'Visa rutnät';
$strShowingBookmark = 'Visar bokmärke';
$strShowingRecords = 'Visar rader ';
$strShowOpenTables = 'Visa öppna tabeller';
$strShowPHPInfo = 'Visa PHP-information';
$strShowSlaveHosts = 'Visa slav-värdar';
$strShowSlaveStatus = 'Visa slav-status';
$strShowStatusBinlog_cache_disk_useDescr = 'Antalet transaktioner som använde den temporära binära loggcachen, men som överskred värdet binlog_cache_size och använde en temporär fil för att lagra satser från transaktionen.';
$strShowStatusBinlog_cache_useDescr = 'Antalet transaktioner som använde den temporära binära loggcachen.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Antalet temporära tabeller på disk skapade automatiskt av servern under utförande av satser. Om värdet Created_tmp_disk_tables är stort vill du kanske öka värdet tmp_table_size för att åstadkomma att temporära tabeller lagras i minne istället för på disk.';
$strShowStatusCreated_tmp_filesDescr = 'Antalet temporära filer som mysqld har skapat.';
$strShowStatusCreated_tmp_tablesDescr = 'Antalet temporära tabeller i minne skapade automatiskt av servern under utförande av satser.';
$strShowStatusDelayed_errorsDescr = 'Antalet rader skrivna med INSERT DELAYED för vilka något fel uppstod (förmodligen dubblerad nyckel).';
$strShowStatusDelayed_insert_threadsDescr = 'Antalet INSERT DELAYED-hanteringstrådar i bruk. Varje tabell på vilken man använder INSERT DELAYED får sin egen tråd.';
$strShowStatusDelayed_writesDescr = 'Antalet skrivna rader med INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Antalet utförda FLUSH-satser.';
$strShowStatusHandler_commitDescr = 'Antalet interna COMMIT-satser.';
$strShowStatusHandler_deleteDescr = 'Antalet gånger en rad togs bort från en tabell.';
$strShowStatusHandler_discoverDescr = 'MySQL-servern kan fråga lagringsmotorn NDB Cluster om den känner till en tabell med ett givet namn. Detta kallas upptäckt. Handler_discover indikerar antalet gånger tabeller har upptäckts.';
$strShowStatusHandler_read_firstDescr = 'Antalet gånger första posten lästes från ett index. Om detta värde är högt tyder det på att servern gör många helindex-avsökningar; t.ex. SELECT col1 FROM foo, under förutsättning att col1 är indexerad.';
$strShowStatusHandler_read_keyDescr = 'Antalet efterfrågningar att läsa en rad baserat på en nyckel. Om detta värde är högt är det en bra indikation på att dina frågor och tabeller är riktigt indexerade.';
$strShowStatusHandler_read_nextDescr = 'Antalet efterfrågningar att läsa den följande raden i nyckelordning. Detta värde ökas om du frågar en indexkolumn med en urvalsbegränsning eller om du gör en indexavsökning.';
$strShowStatusHandler_read_prevDescr = 'Antalet efterfrågningar att läsa den föregående raden i nyckelordning. Denna läsmetod används huvudsakligen för att optimera ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Antalet efterfrågningar att läsa en rad baserat på en fix position. Detta värde är högt om du ställer många frågor som kräver sortering av resultatet. Du har förmodligen många frågor som kräver att MySQL avsöker hela tabeller eller du har föreningar som inte använder nycklar på rätt sätt.';
$strShowStatusHandler_read_rnd_nextDescr = 'Antalet efterfrågningar att läsa den följande raden i datafilen. Detta värde är högt om du gör många tabellavsökningar. I allmänhet antyder detta att dina tabeller inte är riktigt indexerade eller att dina frågor inte är skrivna för att dra nytta av de index du har.';
$strShowStatusHandler_rollbackDescr = 'Antalet interna ROLLBACK-satser.';
$strShowStatusHandler_updateDescr = 'Antalet efterfrågningar att uppdatera en rad i en tabell.';
$strShowStatusHandler_writeDescr = 'Antalet efterfrågningar att lägga till en rad i en tabell.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Antalet sidor innehållande data (orena eller rena).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Antalet sidor för närvarande orena.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Antalet buffert-sidor som har efterfrågats om att bli rensade.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Antalet fria sidor.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Antalet låsta sidor i InnoDB-buffert. Dessa är sidor som för närvarande läses eller skrivs eller som inte kan rensas eller tas bort av någon annan anledning.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Antalet upptagna sidor pga att de har blivit allokerade som administrativt extrautrymme för bl.a. radlås eller adaptivt hashindex. Detta värde kan också beräknas som Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total storlek på buffert, i sidor.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Antalet "slumpmässiga" läsningar i förväg som InnoDB initierat. Detta sker när en fråga ska avsöka en stor del av en tabell men i slumpmässig ordning.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Antalet sekventiella läsningar i förväg som InnoDB initierat. Detta sker när InnoDB gör en sekventiell avsökning av en hel tabell.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Antalet logiska läsefterfrågningar som InnoDB har gjort.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Antalet logiska läsningar som InnoDB inte kunde uppfylla från buffert och fick göra en enkelsidig läsning.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalt sker skrivningar till InnoDB-bufferten i bakgrunden. Dock om det behövs läsas eller skapas en sida och inga rena sidor finns tillgängliga, så är det nödvändigt att vänta på att sidor rensas först. Denna räknare räknar fall med dessa väntanden. Om buffertstorleken var riktigt satt ska detta värde vara litet.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Antalet skrivningar gjorda till InnoDB-bufferten.';
$strShowStatusInnodb_data_fsyncsDescr = 'Antalet fsync()-operationer hittills.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Nuvarande antal pågående fsync()-operationer.';
$strShowStatusInnodb_data_pending_readsDescr = 'Nuvarande antal pågående läsningar.';
$strShowStatusInnodb_data_pending_writesDescr = 'Nuvarande antal pågående skrivningar.';
$strShowStatusInnodb_data_readDescr = 'Mängden data läst hittills, i bytes.';
$strShowStatusInnodb_data_readsDescr = 'Totalt antal läsningar av data.';
$strShowStatusInnodb_data_writesDescr = 'Totalt antal skrivningar av data.';
$strShowStatusInnodb_data_writtenDescr = 'Mängden data skriven hittills, i bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Antalet dubbelskrivningar som har utförts och antalet sidor som har skrivits för detta ändamål.';
$strShowStatusInnodb_dblwr_writesDescr = 'Antalet dubbelskrivningar som har utförts och antalet sidor som har skrivits för detta ändamål.';
$strShowStatusInnodb_log_waitsDescr = 'Antalet väntanden pga loggbufferten var för liten och vi behövde vänta på att den skulle rensas innan kunde fortsätta.';
$strShowStatusInnodb_log_write_requestsDescr = 'Antalet efterfrågningar att skriva till logg.';
$strShowStatusInnodb_log_writesDescr = 'Antalet fysiska skrivningar till loggfilen.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Antalet fsync()-skrivningar gjorda till loggfilen.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Antalet pågående fsync() av loggfil.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pågående skrivningar till loggfil.';
$strShowStatusInnodb_os_log_writtenDescr = 'Antalet bytes skrivna till loggfilen.';
$strShowStatusInnodb_pages_createdDescr = 'Antalet skapade sidor.';
$strShowStatusInnodb_page_sizeDescr = 'Den inkompilerade InnoDB-sidstorleken (standard 16kB). Många värden räknas i sidor; sidstorleken tillåter dem att enkelt omvandlas till bytes.';
$strShowStatusInnodb_pages_readDescr = 'Antalet lästa sidor.';
$strShowStatusInnodb_pages_writtenDescr = 'Antalet skrivna sidor.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Antalet radlås som för närvarande väntas på.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Genomsnittlig tid för att skaffa ett radlås, i millisekunder.';
$strShowStatusInnodb_row_lock_timeDescr = 'Total tid spenderad på att skaffa radlås, i millisekunder.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximal tid för att skaffa ett radlås, i millisekunder.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Antalet gånger ett radlås behövde väntas på.';
$strShowStatusInnodb_rows_deletedDescr = 'Antalet rader borttagna från InnoDB-tabeller.';
$strShowStatusInnodb_rows_insertedDescr = 'Antalet rader tillagda i InnoDB-tabeller.';
$strShowStatusInnodb_rows_readDescr = 'Antalet rader lästa från InnoDB-tabeller.';
$strShowStatusInnodb_rows_updatedDescr = 'Antalet rader uppdaterade i InnoDB-tabeller.';
$strShowStatusKey_blocks_not_flushedDescr = 'Antalet nyckelblock i nyckelcachen som har ändrats men inte ännu överförts till disk. Det brukade vara känt som Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Antalet oanvända block i nyckelcachen. Du kan använda detta värde för att avgöra hur stor del av nyckelcachen som används.';
$strShowStatusKey_blocks_usedDescr = 'Antalet använda block i nyckelcachen. Detta värde är ett högvattenmärke som indikerar maximala antalet block som någonsin använts vid ett tillfälle.';
$strShowStatusKey_read_requestsDescr = 'Antalet efterfrågningar att läsa ett nyckelblock från cachen.';
$strShowStatusKey_readsDescr = 'Antalet fysiska läsningar av ett nyckelblock från disk. Om värdet Key_reads är stort, då är förmodligen ditt värde key_buffer_size för litet. Cachens missfrekvens kan beräknas som Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Antalet efterfrågningar att skriva ett nyckelblock till cachen.';
$strShowStatusKey_writesDescr = 'Antalet fysiska skrivningar av ett nyckelblock till disk.';
$strShowStatusLast_query_costDescr = 'Den totala kostnaden för den senaste kompilerade frågan enligt beräkning av frågeoptimeraren. Användbart vid jämförelse av kostnad för olika frågesätt av samma fråga. Standardvärdet 0 innebär att ingen fråga har kompilerats ännu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Antalet rader som väntar på att skrivas i INSERT DELAYED-köer.';
$strShowStatusOpened_tablesDescr = 'Antalet tabeller som har öppnats. Om antalet öppnade tabeller är stort är förmodligen ditt tabellcache-värde för litet.';
$strShowStatusOpen_filesDescr = 'Antalet filer som är öppna.';
$strShowStatusOpen_streamsDescr = 'Antalet strömmar som är öppna (används huvudsakligen för loggning).';
$strShowStatusOpen_tablesDescr = 'Antalet tabeller som är öppna.';
$strShowStatusQcache_free_blocksDescr = 'Antalet fria minnesblock i frågecachen.';
$strShowStatusQcache_free_memoryDescr = 'Mängden fritt minne för frågecache.';
$strShowStatusQcache_hitsDescr = 'Antalet cache-träffar.';
$strShowStatusQcache_insertsDescr = 'Antalet frågor tillagda i cachen.';
$strShowStatusQcache_lowmem_prunesDescr = 'Antalet frågor som har tagits bort från cachen för att frigöra minne för cachning av nya frågor. Denna information kan hjälpa dig att ställa in storleken på frågecachen. Frågecachen använder strategin minst nyligen använd (LRU) för att bestämma vilka frågor som ska tas bort från cachen.';
$strShowStatusQcache_not_cachedDescr = 'Antalet icke-cachade frågor (inte möjliga att cacha eller inte cachade pga inställningen query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Antalet frågor registrerade i cachen.';
$strShowStatusQcache_total_blocksDescr = 'Totala antalet block i frågecachen.';
$strShowStatusReset = 'Återställ';
$strShowStatusRpl_statusDescr = 'Status för felsäker replikering (ännu inte implementerat).';
$strShowStatusSelect_full_joinDescr = 'Antalet föreningar som inte använder index. Om detta värde inte är 0, bör du noggrant kontrollera index för dina tabeller.';
$strShowStatusSelect_full_range_joinDescr = 'Antalet föreningar som använde en urvalssökning på en referenstabell.';
$strShowStatusSelect_range_checkDescr = 'Antalet föreningar utan nycklar som kontrollerar nyckelanvändning efter varje rad. (Om detta värde inte är 0, bör du noggrant kontrollera index för dina tabeller.)';
$strShowStatusSelect_rangeDescr = 'Antalet föreningar som använde urval på den första tabellen. (Det är normalt inte kritiskt även om detta är stort.)';
$strShowStatusSelect_scanDescr = 'Antalet föreningar som gjorde en fullständig avsökning av första tabellen.';
$strShowStatusSlave_open_temp_tablesDescr = 'Antalet temporära tabeller för närvarande öppna av slavens SQL-tråd.';
$strShowStatusSlave_retried_transactionsDescr = 'Totalt (sedan start) antal gånger som replikeringsslavens SQL-tråd har omprövat transaktioner.';
$strShowStatusSlave_runningDescr = 'Denna är ON ifall denna server är en slav som är förbunden till en huvudserver.';
$strShowStatusSlow_launch_threadsDescr = 'Antalet frågor som har tagit mer än slow_launch_time sekunder att skapa.';
$strShowStatusSlow_queriesDescr = 'Antalet frågor som har tagit mer än long_query_time sekunder.';
$strShowStatusSort_merge_passesDescr = 'Antalet sammanslagningar som sorteringsalgoritmen har behövt utföra. Om detta värde är stort bör du överväga att öka värdet i systemvariabeln sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Antalet sorteringar som gjordes med urval.';
$strShowStatusSort_rowsDescr = 'Antalet sorterade rader.';
$strShowStatusSort_scanDescr = 'Antalet sorteringar som har gjorts genom avsökning av tabellen.';
$strShowStatusTable_locks_immediateDescr = 'Antalet gånger som ett tabellås förvärvades omedelbart.';
$strShowStatusTable_locks_waitedDescr = 'Antalet gånger som ett tabellås inte kunde förvärvas omedelbart och en väntan var nödvändig. Om detta värde är högt och du har prestandaproblem bör du först optimera dina frågor och antingen dela upp din tabell eller tabeller eller använda replikering.';
$strShowStatusThreads_cachedDescr = 'Antalet trådar i trådcachen. Cachens träffrekvens kan beräknas som Threads_created/Connections. Om detta värde är rött bör du öka värdet thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Antalet för närvarande öppna förbindelser.';
$strShowStatusThreads_createdDescr = 'Antalet trådar skapade för att hantera förbindelser. Om värdet Threads_created är stort, vill du kanske öka värdet thread_cache_size. (Normalt ger detta inte någon märkbar prestandaförbättring om du har en bra trådimplementering.)';
$strShowStatusThreads_runningDescr = 'Antalet trådar som inte är vilande.';
$strShowTableDimension = 'Visa tabellers dimensioner';
$strShowTables = 'Visa tabeller';
$strShowThisQuery = ' Visa frågan här igen ';
$strShow = 'Visa';
$strSimplifiedChinese = 'Förenklad kinesiska';
$strSingly = '(ensam)';
$strSize = 'Storlek';
$strSkipQueries = 'Antal poster (rader) att hoppa över från början';
$strSlovak = 'Slovakiska';
$strSlovenian = 'Slovenska';
$strSocketProblem = '(eller den lokala MySQL-serverns socket är inte korrekt konfigurerad)';
$strSortByKey = 'Sortera efter nyckel';
$strSorting = 'Sortering';
$strSort = 'Sortering';
$strSpaceUsage = 'Utrymmesanvändning';
$strSpanish = 'Spanska';
$strSplitWordsWithSpace = 'Ord separeras med mellanslag (" ").';
$strSQLExportCompatibility = 'SQL-export-kompatibilitet';
$strSQLExportType = 'Export-typ';
$strSQLImportOptions = 'SQL-alternativ';
$strSQLOptions = 'SQL-alternativ';
$strSQLParserBugMessage = 'Det är möjligt att du har hittat en bugg i SQL-analysatorn. Var god granska din fråga noga och kontrollera att citationstecknen är korrekta och matchar varandra. En annan möjlig felorsak kan vara att du överför en fil med binärkod som inte ligger inom citationstecken. Du kan även testa din fråga i MySQL:s kommandoradsgränssnitt. Felmeddelandet från MySQL-servern nedan, om det finns något, kan också hjälpa dig att analysera problemet. Om du fortfarande har problem eller om SQL-analysatorn misslyckas när kommandoradsgränssnittet lyckas, var vänlig reducera din inmatning av SQL-frågor till den enda fråga som orsakar problem och skicka en buggrapport med datastycket i URKLIPP-sektionen nedan:';
$strSQLParserUserError = 'Det verkar vara ett fel i din SQL-fråga. Felmeddelandet från MySQL-servern nedan, om det finns något, kan också hjälpa dig att analysera problemet.';
$strSQLQuery = 'SQL-fråga';
$strSQLResult = 'SQL-resultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ogiltig identifierare';
$strSQPBugUnclosedQuote = 'Oavslutat citat';
$strSQPBugUnknownPunctuation = 'Okänd interpunktion i sträng';
$strStatCheckTime = 'Senaste kontroll';
$strStatCreateTime = 'Skapades';
$strStatement = 'Uppgift';
$strStatisticsOverrun = 'På en upptagen server kan byte-räknare spåra ur, varför denna statistik som rapporterats från MySQL-servern kan vara felaktig.';
$strStatUpdateTime = 'Senaste uppdatering';
$strStatus = 'Status';
$strStorageEngine = 'Lagringsmotor';
$strStorageEngines = 'Lagringsmotorer';
$strStrucCSV = 'CSV';
$strStrucData = 'Struktur och data';
$strStrucDrop = 'Lägg till DROP TABLE';
$strStrucExcelCSV = 'CSV för MS Excel';
$strStrucNativeExcel = 'Naturlig MS Excel-data';
$strStrucOnly = 'Enbart struktur';
$strStructPropose = 'Föreslå tabellstruktur';
$strStructure = 'Struktur';
$strSubmit = 'Sänd';
$strSuccess = 'Din SQL-fråga utfördes korrekt';
$strSum = 'Summa';
$strSwedish = 'Svensk';
$strSwitchToDatabase = 'Byt till kopierad databas';
$strSwitchToTable = 'Byt till kopierad tabell';
 
$strTableAlreadyExists = 'Tabell %s finns redan!';
$strTableComments = 'Tabellkommentarer';
$strTableEmpty = 'Tabellnamnet är tomt!';
$strTableHasBeenDropped = 'Tabellen %s har tagits bort';
$strTableHasBeenEmptied = 'Tabellen %s har tömts';
$strTableHasBeenFlushed = 'Tabellen %s har rensats';
$strTableMaintenance = 'Tabellunderhåll';
$strTableOfContents = 'Innehållsförteckning';
$strTableOptions = 'Tabellalternativ';
$strTables = '%s tabell(er)';
$strTableStructure = 'Struktur för tabell';
$strTable = 'Tabell';
$strTableType = 'Tabelltyp';
$strTakeIt = 'använd detta';
$strTblPrivileges = 'Tabellspecifika privilegier';
$strTempData = 'Temporära data';
$strTextAreaLength = ' På grund av dess längd,<br /> kanske detta fält inte kan redigeras ';
$strThai = 'Thailändsk';
$strThemeDefaultNotFound = 'Standardtema %s hittades inte!';
$strThemeNoPreviewAvailable = 'Ingen förhandsgranskning tillgänglig.';
$strThemeNotFound = 'Tema %s hittades inte!';
$strThemeNoValidImgPath = 'Ingen giltig sökväg till bilder för tema %s hittades!';
$strThemePathNotFound = 'Temats sökväg för tema %s hittades inte!';
$strTheme = 'Tema / Stil';
$strThisHost = 'Denna värd';
$strThisNotDirectory = 'Detta var inte en katalog';
$strThreads = 'Trådar';
$strThreadSuccessfullyKilled = 'Tråd %s dödades med framgång.';
$strTimeoutInfo = 'Tidsbegränsningen överskreds vid föregående import. Efter återupptagning av importen kommer den fortsätta från position %d.';
$strTimeoutNothingParsed = 'Dock blev inga data bearbetade i senaste körningen. Detta betyder vanligtvis att phpMyAdmin inte kan slutföra denna import såvida du inte ökar php:s tidsbegränsningar.';
$strTimeoutPassed = 'Skriptets tidsbegränsning har överskridits. Om du vill slutföra importen, importera samma fil igen så kommer importen att återupptas.';
$strTime = 'Tid';
$strToggleScratchboard = 'Visa/dölj skisstavla';
$strTotal = 'totalt';
$strTotalUC = 'Totalt';
$strTraditionalChinese = 'Traditionell kinesiska';
$strTraditionalSpanish = 'Traditionell Spanska';
$strTraffic = 'Trafik';
$strTransactionCoordinator = 'Transaktionssamordnare';
$strTransformation_application_octetstream__download = 'Visar en länk för att ladda ner fältets binära data. Du kan använda första parametern för att ange filnamnet eller använda den andra parametern för att ange fältnamnet för en tabellkolumn som innehåller filnamn. Om du anger andra parametern så måste första parametern sättas till en tom sträng.';
$strTransformation_application_octetstream__hex = 'Visar hexadecimal representation av data. Valfri första parameter anger hur ofta mellanslag läggs till (standardvärde: 2 tecken).';
$strTransformation_image_jpeg__inline = 'Visar en klickbar tumnagelbild. Parametrarna är maximal bredd och höjd i pixlar. Bildens ursprungliga proportioner bibehålls.';
$strTransformation_image_jpeg__link = 'Visar en länk för att ladda ner denna bild.';
$strTransformation_image_png__inline = 'Se image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Visar ett TIME, TIMESTAMP eller DATETIME-fält enligt ditt lokala datum-/tidsformat. Första parametern är förskjutningen (i timmar) som kommer att läggas till tidsstämpeln (standardvärde: 0). Använd andra parametern för att ange ett annat datum-/tidsformat; se dokumentationen för PHP:s funktion strftime().';
$strTransformation_text_plain__external = 'ENDAST LINUX: Startar en extern applikation och skickar fältdata till den via standard-indata. Returnerar applikationens standard-utdata. Standard är Tidy, för att snygga till HTML-kod. Av säkerhetsskäl måste du manuellt redigera filen libraries/transformations/text_plain__external.inc.php och infoga verktygen du vill tillåta ska få köras. Den första parametern är då numret för det program som du vill använda och den andra parametern är parametrarna för programmet. Om den tredje parametern sätts till 1 kommer utdata konverteras mha htmlspecialchars() (standardvärde: 1). Om den fjärde parametern sätts till 1 kommer radbrytning att undvikas så att all utdata kommer att visas på en rad (standardvärde: 1).';
$strTransformation_text_plain__formatted = 'Visar innehållet i fältet som det är, utan att köra det genom htmlspecialchars(). Det innebär att fältet antas innehålla korrekt HTML-kod.';
$strTransformation_text_plain__imagelink = 'Visar en bild och en länk; fältet innehåller filnamnet. Första parametern är ett URL-prefix såsom "http://www.example.com/". Andra och tredje parametern är bredden och höjden i pixlar.';
$strTransformation_text_plain__link = 'Visar en länk; fältet innehåller filnamnet. Första parametern är ett URL-prefix såsom "http://www.example.com/". Andra parametern är en titel för länken.';
$strTransformation_text_plain__sql = 'Formaterar text som en SQL-fråga med markerade satser.';
$strTransformation_text_plain__substr = 'Visar del av en sträng. Första parametern är antalet tecken att hoppa över från början på strängen (standardvärde: 0). Andra parametern är antalet tecken som ska returneras (standardvärde: till slutet på strängen). Den tredje parametern är en sträng som läggs till i slutet och/eller början när trunkering utförs (standardvärde: "...").';
$strTruncateQueries = 'Korta av visade frågor';
$strTurkish = 'Turkisk';
$strType = 'Typ';
 
$strUkrainian = 'Ukrainsk';
$strUncheckAll = 'Avmarkera alla';
$strUnicode = 'Unicode';
$strUnique = 'Unik';
$strUnknown = 'okänd';
$strUnselectAll = 'Avmarkera alla';
$strUnsupportedCompressionDetected = 'Du försökta ladda en fil med komprimering (%s) som inte stöds. Antingen är stöd för det inte implementerat eller inaktiverat i din konfiguration.';
$strUpdatePrivMessage = 'Du har uppdaterat privilegierna för %s.';
$strUpdateProfileMessage = 'Profilen har uppdaterats.';
$strUpdateQuery = 'Uppdatera fråga';
$strUpdComTab = 'Se dokumentationen för uppdatering av din tabell column_comments';
$strUpgrade = 'Du bör uppgradera till %s %s eller senare.';
$strUploadLimit = 'Du försökte förmodligen ladda upp en för stor fil. Se %sdokumentationen%s för metoder att gå runt denna begränsning.';
$strUsage = 'Användning';
$strUseBackquotes = 'Använd bakåtcitat runt tabell- och fältnamn';
$strUsedPhpExtensions = 'Använda PHP-tillägg';
$strUseHostTable = 'Använd värdtabell';
$strUserAlreadyExists = 'Användaren %s finns redan!';
$strUser = 'Användare';
$strUserEmpty = 'Användarnamnet är tomt!';
$strUserName = 'Användarnamn';
$strUserNotFound = 'Den markerade användaren kunde inte hittas i privilegiumtabellen.';
$strUserOverview = 'Användaröversikt';
$strUsersDeleted = 'De markerade användarna har tagits bort.';
$strUsersHavingAccessToDb = 'Användare som har tillgång till &quot;%s&quot;';
$strUseTabKey = 'Använd TAB-tangenten för att flytta från värde till värde, eller CTRL+pil för att flytta vart som helst';
$strUseTables = 'Använd tabeller';
$strUseTextField = 'Använd textfältet';
$strUseThisValue = 'Använd detta värde';
 
$strValidateSQL = 'Validera SQL-kod';
$strValidatorError = 'SQL-validatorn kunde inte initieras. Kontrollera om du har installerat de nödvändiga PHP-tilläggen enligt %sdokumentationen%s.';
$strValue = 'Värde';
$strVar = 'Variabel';
$strVersionInformation = 'Versionsinformation';
$strViewDumpDatabases = 'Visa SQL-satser för databaser';
$strViewDumpDB = 'Visa SQL-satser för databasen';
$strViewDump = 'Visa SQL-satser för tabellen';
$strViewHasBeenDropped = 'Vyn %s har tagits bort';
$strViewMaxExactCount = 'Denna vy har mer än %s rader. Var god se %sdokumentationen%s.';
$strView = 'Vy';
 
$strWebServerUploadDirectoryError = 'Katalogen som du konfigurerat för uppladdning kan inte nås';
$strWebServerUploadDirectory = 'Uppladdningskatalog på webbserver';
$strWelcome = 'Välkommen till %s';
$strWestEuropean = 'Västeuropeisk';
$strWildcard = 'jokertecken';
$strWindowNotFound = 'Målfönstret kunde inte uppdateras. Orsaken kan vara att du stängt föräldrafönstret eller att din webbläsares säkerhetsinställningar blockerar uppdateringar mellan fönster.';
$strWithChecked = 'Med markerade:';
$strWriteRequests = 'Skrivefterfrågningar';
$strWritingCommentNotPossible = 'Skrivning av kommentar inte möjlig';
$strWritingRelationNotPossible = 'Skrivning av relation inte möjlig';
$strWrongUser = 'Fel användarnamn/lösenord. Åtkomst nekad.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.';
$strZip = '"zippad"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/sync_lang.sh
0,0 → 1,281
#!/bin/sh
# $Id: sync_lang.sh,v 2.22 2005/12/07 23:03:46 nijel Exp $
##
# Shell script that synchronises all translations in phpMyAdmin
##
# Any parameters (except --iconv/--recode) will be passed to grep to filter
# processed translation, for example: './sync_lang.sh czech' will process only
# czech translation, './sync_lang.sh -e czech -e english' will process czech
# and english translations.
##
# Written by Michal Cihar <nijel at users.sourceforge.net>
##
# Changes:
# 2005-12-08
# * less verbose output to allow quick overview
# 2005-11-29
# * hack for multibyte chars, so that \'; at the end will not fool PHP
# 2004-09-22
# * default to iconv, as it doesn't break things as recode does
# 2004-09-03
# * hack for hebrew
# 2003-11-18
# * switch php3 -> php
# 2003-04-14
# * convert only files that are needed to convert (checks mtime), --force to
# avoid this checking
# * get charset from filename when reading from file failed
# * report failed translations at the end
# 2002-09-18
# * now accepts parameters --iconv/--recode for specifying which convertor
# to use
# 2002-08-13
# * support for synchronisation only for selected language(s)
# 2002-07-18
# * can exclude some languages from conversion
# 2002-07-17
# * support for multiple convertors (recode added)
##
 
##
# convertor setup
##
# CONVERTOR_PARAMS is used for printf and it also receives two params: source
# and target charset
#
 
case "$1" in
--iconv)
echo Using iconv on user request
CONVERTOR=iconv
# the space on following is REQUIRED
CONVERTOR_PARAMS=" -f %s -t %s"
shift
;;
--recode)
echo Using recode on user request
echo '(please use iconv for arabic)'
CONVERTOR=recode
CONVERTOR_PARAMS=" -f %s..%s"
shift
;;
*)
echo Using iconv as default, force with --iconv/--recode
CONVERTOR=iconv
# the space on following is REQUIRED
CONVERTOR_PARAMS=" -f %s -t %s"
;;
esac
 
if [ "$1" = "--force" ] ; then
FORCE=1
shift
else
FORCE=0
fi
 
 
##
# names of translations to process
##
# Here should be listed all translations for which conversion should be done.
# The name is filename without inc.php.
#
BASE_TRANSLATIONS="afrikaans-iso-8859-1
albanian-iso-8859-1
arabic-windows-1256
azerbaijani-iso-8859-9
basque-iso-8859-1
belarusian_cyrillic-windows-1251
belarusian_latin-utf-8
bosnian-windows-1250
brazilian_portuguese-iso-8859-1
bulgarian-utf-8
catalan-iso-8859-1
chinese_traditional-utf-8
chinese_simplified-gb2312
croatian-iso-8859-2
czech-utf-8
danish-iso-8859-1
dutch-iso-8859-1
english-iso-8859-1
estonian-iso-8859-1
finnish-iso-8859-1
french-iso-8859-1
galician-iso-8859-1
german-utf-8
greek-iso-8859-7
hebrew-iso-8859-8-i
hungarian-iso-8859-2
indonesian-iso-8859-1
italian-iso-8859-1
japanese-utf-8
korean-euc-kr
latvian-windows-1257
lithuanian-windows-1257
malay-iso-8859-1
norwegian-iso-8859-1
persian-windows-1256
polish-iso-8859-2
portuguese-iso-8859-1
romanian-iso-8859-1
russian-windows-1251
serbian_cyrillic-windows-1251
serbian_latin-windows-1250
slovenian-iso-8859-2
slovak-iso-8859-2
spanish-iso-8859-1
swedish-iso-8859-1
tatarish-iso-8859-9
thai-tis-620
turkish-utf-8
ukrainian-windows-1251"
 
##
# which translations should not be translated to utf-8
##
# List here any translation that should not be converted to utf-8. The name is
# same as above.
#
IGNORE_UTF=""
 
##
# which translations should not be automatically generated
##
# List here any translation should not be automatically generated from base
# translation for that language (usually for those which are not correctly
# supported by convertor).
#
IGNORE_TRANSLATIONS="
russian-cp-866"
 
##
# end of configuration, you hopefully won't need to edit anything bellow
##
 
TEMPFILE=`mktemp /tmp/pma-sync-lang.XXXXXX`
 
cleanup() {
rm -f $TEMPFILE
}
 
trap cleanup INT ABRT TERM
 
FAILED=""
 
echo "-------------------------------------------------------------------"
# go through all file we should process
for base in $BASE_TRANSLATIONS ; do
if [ "$#" -gt 0 ] ; then
if ( echo $base | grep -q "$@" ) ; then
true
else
continue
fi
fi
# grep language from basename
lang=$(echo $base|sed 's%-.*%%')
# which files will we create from current?
create_files=$(ls --color=none -1 $lang*.inc.php|grep -v $base.inc.php)
 
for ignore in $IGNORE_TRANSLATIONS ; do
create_files=$(echo "$create_files" | grep -v $ignore)
done
 
# charset of source file
src_charset=$(grep '\$charset' $base.inc.php | sed "s%^[^'\"]*['\"]\\([^'\"]*\\)['\"][^'\"]*$%\\1%")
replace_charset=$src_charset
# special case for hebrew
if [ $src_charset = 'iso-8859-8-i' ] ; then
src_charset=iso-8859-8
fi
echo -n "$base [charset $src_charset]"
 
# do we already have utf-8 translation?
if [ $src_charset = 'utf-8' ] ; then
is_utf=yes
else
is_utf=no
fi
 
# at first update existing translations
for file in $create_files ; do
# charset of destination file
 
# grepping from file causes problems when it is empty...
charset=$(grep '\$charset' $file | sed "s%^[^'\"]*['\"]\\([^'\"]*\\)['\"][^'\"]*$%\\1%")
if [ -z "$charset" ] ; then
charset=$(echo $file | sed -e 's/^[^-]*-//' -e 's/\.inc\.php\?$//')
fi
 
if [ $charset = 'utf-8' ] ; then
is_utf=yes
fi
 
# check whether we need to update translation
if [ ! "$base.inc.php" -nt "$file" -a "$FORCE" -eq 0 -a -s "$file" ] ; then
echo -n " ($file:ok)"
continue
fi
 
echo -n " ($file:to $charset:"
if [ $charset = 'utf-8' ] ; then
# if we convert to utf-8, we should add allow_recoding
is_utf=yes
$CONVERTOR $(printf "$CONVERTOR_PARAMS" $src_charset $charset) < $base.inc.php| sed -e "s/$replace_charset/$charset/" -e '/\$charset/a\
$allow_recoding = TRUE;' > $TEMPFILE
elif [ $src_charset = 'utf-8' ] ; then
is_utf=yes
# if we convert from utf-8, we should remove allow_recoding
$CONVERTOR $(printf "$CONVERTOR_PARAMS" $src_charset $charset) < $base.inc.php| grep -v allow_recoding | sed "s/$replace_charset/$charset/" > $TEMPFILE
else
# just convert
$CONVERTOR $(printf "$CONVERTOR_PARAMS" $src_charset $charset) < $base.inc.php| sed "s/$replace_charset/$charset/" > $TEMPFILE
fi
if [ -s $TEMPFILE ] ; then
sed "s/\\\\';[[:space:]]*$/\\\\\\\\';/" $TEMPFILE > $file
echo -n 'done)'
else
FAILED="$FAILED $file"
echo -n 'FAILED)'
fi
done
 
# now check whether we found utf-8 translation
if [ $is_utf = no ] ; then
if ( echo $IGNORE_UTF | grep -q $base ) ; then
# utf-8 should not be created
true
else
# we should create utf-8 translation
charset=utf-8
file=$lang-$charset.inc.php
echo -n " [$file:$charset:"
$CONVERTOR $(printf "$CONVERTOR_PARAMS" $src_charset $charset) < $base.inc.php| sed -e "s/$replace_charset/$charset/" -e '/\$charset/a\
$allow_recoding = TRUE;' > $TEMPFILE
if [ -s $TEMPFILE ] ; then
cat $TEMPFILE > $file
echo -n 'done)'
else
FAILED="$FAILED $file"
echo -n 'FAILED)'
fi
fi
fi
echo
done
 
echo "-------------------------------------------------------------------"
 
if [ -z "$FAILED" ] ; then
echo "Everything seems to went okay"
else
echo "!!!SOME CONVERSION FAILED!!!"
echo "Following file were NOT updated:"
echo
echo "$FAILED"
echo
echo "!!!SOME CONVERSION FAILED!!!"
fi
 
cleanup
/Web/Maintenance/phpMyAdmin/lang/tatarish-iso-8859-9.inc.php
0,0 → 1,980
<?php
/* $Id: tatarish-iso-8859-9.inc.php,v 1.48.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
$charset = 'iso-8859-9';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bayt', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ykþ', 'Dþm', 'Sþm', 'Çrþ', 'Pnc', 'Cmð', 'Þmb');
$month = array('Ðín', 'Feb', 'Mar', 'Äpr', 'May', 'Yün', 'Yül', 'Aug', 'Sen', 'Ökt', 'Nöy', 'Dek');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y, %H:%M';
$timespanfmt = '%s kön, %s säðät, %s minut ta %s sekund';
 
$strAPrimaryKey = '"%s" öçen töp açqýç qorýldý';
$strAbortedClients = 'Özderelde';
$strAbsolutePathToDocSqlDir = 'Serverdä docSQL törgägenä kiterü yulýn kertäse';
$strAccessDenied = 'Ýreþep Bulmadý';
$strAccessDeniedExplanation = 'phpMyAdmin bu MySQL servergä totaþýlýp qaraðaç, server bu totaþýluýn özep quydý. Xäzer, "config.inc.php" biremendä kertelgän sanaqisem/ireþisem/sersüzlär tikäserep, alarný MySQL idäräçese birgän mäðlümät belän çaðýþtýrýp qarísý qala.';
$strAction = 'Ðämäl';
$strAddAutoIncrement = '"AUTO_INCREMENT" bäyäsen östise';
$strAddConstraints = 'Çikläwlär östise';
$strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = '"DROP DATABASE" östise';
$strAddFields = '%s alan östäw';
$strAddHeaderComment = 'Baþlýqqa östämä tawír östäw (yullar \\n belän ayýrýla)';
$strAddIfNotExists = '"IF NOT EXISTS" östise';
$strAddIntoComments = 'Taswírlar eçenä östise';
$strAddNewField = 'Yaña alan östäw';
$strAddPrivilegesOnDb = 'Kiläse biremleklärgä xoquqlar östäw';
$strAddPrivilegesOnTbl = 'Kiläse table\'larða xoquqlar östäw';
$strAddSearchConditions = 'Ezläw þartýn östäw ("WHERE" eçtälege):';
$strAddToIndex = 'Açqýçqa taðýn &nbsp;%s&nbsp;alan östise';
$strAddUser = 'Yaña qullanuçý Östäw';
$strAddUserMessage = 'Yana qullanuçý östälände.';
$strAddedColumnComment = 'Kiläse alanða taswír östälende';
$strAddedColumnRelation = 'Kiläse alanða bäyläneþ östälende';
$strAdministration = 'Ýdärä';
$strAffectedRows = 'Affected rows:';
$strAfter = '%s artýnnan';
$strAfterInsertBack = 'Aldaðý bitkä qaytu';
$strAfterInsertNewInsert = 'Taðýn ber kertem östäw';
$strAfterInsertNext = 'Edit next row';
$strAfterInsertSame = 'Bu bitkä kire qayt';
$strAll = 'Barýsý';
$strAllTableSameWidth = 'display all Tables with same width?';
$strAlterOrderBy = 'Table eçtälegen bolay tezü';
$strAnIndex = '"%s" öçen ber açqýç qorýldý';
$strAnalyzeTable = 'Table centekläw';
$strAnd = 'Wä';
$strAny = 'Här';
$strAnyHost = 'Bar bulðan host';
$strAnyUser = 'Bar bulðan qullanuçý';
$strApproximateCount = 'Törle bula ala. YBS 3.11 qarísý';
$strArabic = 'Çäräpçä';
$strArmenian = 'Ärmänçä';
$strAscending = 'Artýp';
$strAtBeginningOfTable = 'Table Baþýna';
$strAtEndOfTable = 'Table azaðýna';
$strAttr = 'Üzençälek';
$strAutodetect = 'Zihenle saylaw';
$strAutomaticLayout = 'Zihenle urnaþtýru';
 
$strBack = 'Kire';
$strBaltic = 'Baltíq';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinLogEventType = 'Waqíða töre';
$strBinLogInfo = 'Mäðlümät';
$strBinLogName = 'Log name';
$strBinLogOriginalPosition = 'Tärtip buyýnça urýn';
$strBinLogPosition = 'Urýn';
$strBinLogServerId = 'Server ID\'e';
$strBinary = 'Binar';
$strBinaryDoNotEdit = 'Binar - üzgärtmäslek';
$strBinaryLog = 'Binar köndälek';
$strBookmarkAllUsers = 'Bu tamðaný bar qullanuçýða da ireþüle itäse';
$strBookmarkDeleted = 'Tamða beterelde.';
$strBookmarkLabel = 'Yarlýq';
$strBookmarkQuery = 'Tamðalanðan SQL-soraw';
$strBookmarkThis = 'Bu SQL-sorawða tamða quy';
$strBookmarkView = 'Kürü genä';
$strBrowse = 'Küzätü';
$strBrowseForeignValues = 'Browse foreign values';
$strBufferPool = 'Bufer Pulý';
$strBufferPoolActivity = 'Bufer Pul Terelege';
$strBufferPoolUsage = 'Bufer Pul Totýlðanlýðý';
$strBufferReadMisses = 'Uñýþsýz uqu';
$strBufferReadMissesInPercent = 'Uñýþsýz uqu, % öçen';
$strBufferWriteWaits = 'Yazðanda kötterü';
$strBufferWriteWaitsInPercent = 'Yazðanda kötterü, % öçen';
$strBulgarian = 'Bulgarça';
$strBusyPages = 'Eþtä bit';
$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.';
$strBzip = '"bziple"';
 
$strCSVOptions = 'CSV köyläwläre';
$strCalendar = 'Täqwim';
$strCannotLogin = 'MySQL servergä totaþýlýp bulmadý';
$strCantLoad = '"%s" yöklämäsen cibärep bulmadý,<br />PHP Caylawýn tikþerçe';
$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.';
$strCantRenameIdxToPrimary = 'Açqýçný "PRIMARY" itep atap bulmí!';
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
$strCardinality = 'Qabatlanu saný';
$strCaseInsensitive = 'keþe/olý sizmäw';
$strCaseSensitive = 'keþe/olý sizü';
$strCentralEuropean = 'Üzäk Awrupý';
$strChange = 'Üzgärt';
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
$strChangeCopyModeCopy = '... keep the old one.';
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
$strChangeCopyUser = 'Change Login Information / Copy User';
$strChangeDisplay = 'Kürsätäse Alan saylaw';
$strChangePassword = 'Sersüz üzgärtü';
$strCharset = 'Bilgelämä';
$strCharsetOfFile = 'Þul biremneñ bilgelämäse:';
$strCharsets = 'Bilgelämä';
$strCharsetsAndCollations = 'Bilgelämä berlän Tezü tärtibe';
$strCheckAll = 'Saylap Beter';
$strCheckOverhead = 'Check overheaded';
$strCheckPrivs = 'Xoquqlar Tikþerü';
$strCheckPrivsLong = '"%s" biremlege öçen xoquqlar tikþerü.';
$strCheckTable = 'Table Tikþerü';
$strChoosePage = 'Tözätü öçen Bit sayla';
$strColComFeat = 'Baðana Taswírlarýn Kürsätäse';
$strCollation = 'Tezü tärtibe';
$strColumnNames = 'Alan iseme';
$strColumnPrivileges = 'Berär baðana öçen xoquqlar';
$strCommand = 'Ämer';
$strComments = 'Taswírlar';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 öçen yaraqlý';
$strCompleteInserts = 'Tulayým kertü';
$strCompression = 'Qýsu';
$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.';
$strConfigureTableCoord = 'Please configure the coordinates for table %s';
$strConnectionError = 'Totaþa almím: yaraqsýz köyläwlär.';
$strConnections = 'Totaþular';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strCopyDatabaseOK = 'Database %s has been copied to %s';
$strCopyTable = 'Boña kübäyt (biremlek<b>.</b>table):';
$strCopyTableOK = 'Table %s has been copied to %s.';
$strCopyTableSameNames = 'Can\'t copy table to same one!';
$strCouldNotKill = 'phpMyAdmin %s ceben üterä almadý. Bälki ul yabýlðan bulðan da inde.';
$strCreate = 'Yasa';
$strCreateIndex = '%s alanýna açqýç qoru';
$strCreateIndexTopic = 'Yaña açqýç qoru';
$strCreateNewDatabase = 'Yaña biremlek qoru';
$strCreateNewTable = '%s biremlegendä yaña table qoru';
$strCreatePage = 'Yaña Bit yasa';
$strCreatePdfFeat = 'PDF\'lar yasaw';
$strCreationDates = 'Yasalu/Üzgärtelü/Tikþerü zamannarý';
$strCriteria = 'Þart';
$strCroatian = 'Krovatça';
$strCyrillic = 'Urýsälif';
$strCzech = 'Çexçä';
$strCzechSlovak = 'Çex-Slovak';
 
$strDBComment = 'Biremlek taswírý:';
$strDBCopy = 'Biremlekne boña küplä';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hit';
$strDBGLine = 'Yul';
$strDBGMaxTimeMs = 'Max waqýt, ms';
$strDBGMinTimeMs = 'Min waqýt, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Waqýt/Hit, ms';
$strDBGTotalTimeMs = 'Tulayým waqýt, ms';
$strDBRename = 'Biremlekne bolay ata';
$strDanish = 'Daniça';
$strData = 'Eçtälek';
$strDataDict = 'Eçtälek Süzlege';
$strDataOnly = 'Eçtälegen genä';
$strDataPages = 'Eçtälekle bitlär';
$strDatabase = 'Biremlek';
$strDatabaseEmpty = 'Biremlek iseme buþ!';
$strDatabaseExportOptions = 'Biremlekne export köyläwläre';
$strDatabaseHasBeenDropped = '%s biremlege beterelde.';
$strDatabaseNoTable = 'Bu biremlektä ber genä dä table yuq!';
$strDatabases = 'Biremleklär';
$strDatabasesDropped = '"%s" biremlegen beterü uñýþlý uzdý.';
$strDatabasesStats = 'Biremlek nöfüsläre';
$strDatabasesStatsDisable = 'Nöfüse Sünderü';
$strDatabasesStatsEnable = 'Nöfüsne Cibärü';
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';
$strDbPrivileges = 'Berär biremlekkä qaðýlýþlý xoquqlar';
$strDbSpecific = 'berär biremlekkä qaðýlýþlý';
$strDefault = 'Ðädäti';
$strDefaultEngine = 'Bu MySQL serverdä saqlaw engine bularaq ðädäti itterep %s saylanðan.';
$strDefaultValueHelp = 'Gädäti bäyä kertkändä, kireawýþtýru da, quote eçenä salu da kiräk tügel. Bolayraq kertäse:: a';
$strDefragment = 'Table kisäklären berläþterü';
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
$strDelayedInserts = 'Kötterep östise';
$strDelete = 'Sal';
$strDeleteAndFlush = 'Betergäç, xoquqlarný yañadan yöklise.';
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
$strDeleted = 'Bu yazma salýnðan buldý';
$strDeletedRows = 'Salýnðan yul:';
$strDeleting = '"%s" Beterü';
$strDescending = 'Kimep';
$strDescription = 'Taswír';
$strDictionary = 'süzlek';
$strDirtyPages = 'Üzgärtelgän bit';
$strDisableForeignChecks = 'Çit açqýçlar tikþerüne sünder';
$strDisabled = 'Sünek';
$strDisplayFeat = 'Mömkinleklär Kürsätü';
$strDisplayOrder = 'Kürsätü tärtibe:';
$strDisplayPDF = 'PDF schema kürsätü';
$strDoAQuery = '"Ürnäk buyýnça soraw" eþkärtü (almaþtýrma: "%")';
$strDoYouReally = 'Sin çýnlap ta boný eþlärgä teliseñme: ';
$strDocu = 'Qullanma';
$strDrop = 'Beter';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDropUsersDb = 'Biremleklärneñ adý qullanuçý adýna tiñ bulsa, beteräse alarný.';
$strDumpSaved = 'Eçtälege "%s" biremenä saqlandý.';
$strDumpXRows = 'Eçtälek: %s kerem, #%s keremnän baþlap.';
$strDumpingData = 'Table eçtälegen çýðaru';
$strDynamic = 'dynamic';
 
$strEdit = 'Tözätü';
$strEditPDFPages = 'PDF Bitlär Üzgärtü';
$strEditPrivileges = 'Xoquqlar Üzgärtü';
$strEffective = 'Näticäle';
$strEmpty = 'Buþat';
$strEmptyResultSet = 'MySQL sorawða buþ cawap, yäðni nül kertem qaytarttý.';
$strEnabled = 'Açýq';
$strEncloseInTransaction = 'Çýðaruný transaksí eçendä ütkärergä';
$strEnd = 'Azaq';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = 'Bu MySQL serverdä %s bar.';
$strEngineDisabled = 'Bu MySQL serverdä %s sünderelgän bulðan.';
$strEngineUnsupported = 'Bu MySQL server %s saqlaw enginen totmí.';
$strEngines = 'Engine';
$strEnglish = 'Ýnglizçä';
$strEnglishPrivileges = ' Bel: MySQL\'da xoquqlar iseme Ýnglizçä kertelä!';
$strError = 'Xata';
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
$strEstonian = 'Estonça';
$strExcelEdition = 'Excel yuramasý';
$strExcelOptions = 'Excel köyläwläre';
$strExecuteBookmarked = 'Tamðalanðan soraw cibärü';
$strExplain = 'SQL Centekläw';
$strExport = 'Export';
$strExtendedInserts = 'Kiñäytelgän kertü';
$strExtra = 'Östämä';
 
$strFailedAttempts = 'Failed attempts';
$strField = 'Alan';
$strFieldHasBeenDropped = '%s isemle alan beterelde';
$strFields = 'Alan';
$strFieldsEmpty = ' Alan küläme buþ!';
$strFieldsEnclosedBy = 'Alan yabu bilgese';
$strFieldsEscapedBy = 'Alan uzdýru bilgese';
$strFieldsTerminatedBy = 'Alan arasýnda bilge';
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplate = 'Birem isemeneñ qalýbý';
$strFileNameTemplateRemember = 'qalýpný yatla';
$strFixed = 'berketelgän';
$strFlushPrivilegesNote = 'Bel: phpMyAdmin bu qullanuçý xoquqlarýn MySQL\'nýñ eçke table eçennän ala. Server qullana torðan xoquqlar qul belän üzgärtelgän bulsa, bu table eçtälege alardan ayýrýla ala. Andí çaqlarda, dawam itü aldýnnan, %sxoquqlarný yañadan yöklärgä%s kiräk.';
$strFlushTable = 'Table\'ný awdar ("FLUSH")';
$strFormEmpty = 'Bu formýda bäyä kertelmi qalðan!';
$strFormat = 'Qalýp';
$strFreePages = 'Buþ bit';
$strFullText = 'Tulý Mätennär';
$strFunction = 'Funksí';
 
$strGenBy = 'Ürçätkeç:';
$strGenTime = 'Ürçäw Zamaný';
$strGeneralRelationFeat = 'Bäyläneþlär buyýnça töp mömkinleklär';
$strGeorgian = 'Görciçä';
$strGerman = 'Almança';
$strGlobal = 'ðömümi';
$strGlobalPrivileges = 'Ðömümi xoquqlar';
$strGlobalValue = 'Ðömümi bäyä';
$strGo = 'Äydä';
$strGrantOption = 'Xoquq';
$strGreek = 'Yunança';
$strGzip = '"gziple"';
 
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 kebek çýðaru köyläwe';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 kebek çýðaru köyläwe';
$strHasBeenAltered = 'üzgärtelde.';
$strHasBeenCreated = 'yasaldý.';
$strHaveToShow = 'You have to choose at least one Column to display';
$strHebrew = 'Yähüdçä';
$strHexForBinary = 'Binar alan kertkändä 16\'lý san qullanasý';
$strHome = 'Baþbit';
$strHomepageOfficial = 'phpMyAdmin säxifäse';
$strHost = 'Host';
$strHostEmpty = 'Host iseme buþ!';
$strHungarian = 'Macarça';
 
$strIcelandic = 'Ýclandça';
$strId = 'ID';
$strIdxFulltext = 'Tulýmäten';
$strIgnore = 'Qarama';
$strIgnoreInserts = '"IGNORE" belän kertäse';
$strIgnoringFile = '"%s" bireme ütelä';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Biremdän alu';
$strInUse = 'totýla';
$strIndex = 'Açqýç';
$strIndexHasBeenDropped = '"%s" açqýçý salýndý';
$strIndexName = 'Açqýç iseme&nbsp;:';
$strIndexType = 'Açqýç töre&nbsp;:';
$strIndexWarningMultiple = '`%s` alanýna berdän artýq %s açqýç bar';
$strIndexWarningPrimary = '`%s` alanýna PRIMARY da, INDEX da açqýçlarýn bergä yasap bulmí';
$strIndexWarningTable = '`%s` table açqýçlarý belän nidider qíýnlýqlar bar';
$strIndexWarningUnique = '`%s` alanýna UNIQUE da, INDEX da açqýçlarýn bergä yasap bulmí';
$strIndexes = 'Açqýçlar';
$strInnoDBAutoextendIncrement = 'Biremlek olýlaytu adýmý';
$strInnoDBAutoextendIncrementDesc = 'Table alaný tulðan bulðanda, aný olýlaytu adým olýlýðý bu.';
$strInnoDBBufferPoolSize = 'Bufer pul olýlýðý';
$strInnoDBBufferPoolSizeDesc = 'InnoDB üz table öçen alxäter belän açqýçlar urnaþtýrðanda bu olýlýqta bulðan bufer qullana.';
$strInnoDBDataFilePath = 'Eçtälek bireme';
$strInnoDBDataHomeDir = 'Biremnär törgäge';
$strInnoDBDataHomeDirDesc = 'InnoDB biremnäre öçen törgäk yulýnýñ töp öleþe bu.';
$strInnoDBPages = 'bit';
$strInnodbStat = 'InnoDB Xäläte';
$strInsecureMySQL = 'Caylaw biremeñdä, MySQL\'ða ireþü öçen ðädäti xísap kertelgän (sersüzsez "root"). MySQL-servereñ þul ðädäti caylawlar belän açýlðan, andí xäl iminlikneñ citdi tiþege tip sanala.';
$strInsert = 'Östäw';
$strInsertAsNewRow = 'Yaña kertem kert tä';
$strInsertNewRow = 'Yaña kertem týðu';
$strInsertedRowId = 'Kertelgän yazmanýñ id:';
$strInsertedRows = 'Kertelgän yazma:';
$strInternalNotNecessary = '* InnoDB eçendä bulðan eçke bäyläneþlär qabatlaw kiräk tügel.';
$strInternalRelations = 'Eçke bäyläneþlär';
 
$strJapanese = 'Japança';
$strJumpToDB = '&quot;%s&quot; biremlegenä küç.';
$strJustDelete = 'Xoquqlar table eçennän genä beteräse.';
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';
 
$strKeepPass = 'Sersüz üzgärtäse tügel';
$strKeyname = 'Açqýç iseme';
$strKill = 'Üter';
$strKorean = 'Koreyça';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX köyläwläre';
$strLandscape = 'Yatqýrýp';
$strLatchedPages = 'Berketelgän bit';
$strLatexCaption = 'Table baþlýðý';
$strLatexContent = '__TABLE__ table eçtälege';
$strLatexContinued = '(dawamlý)';
$strLatexContinuedCaption = 'Table dawamýnýñ baþlýðý';
$strLatexIncludeCaption = 'Table baþlýðýn östise';
$strLatexLabel = 'Açqýç yazmasý';
$strLatexStructure = '__TABLE__ table tözeleþe';
$strLatvian = 'Latça';
$strLengthSet = 'Ozýnlýq/Bäyä*';
$strLimitNumRows = 'Bit sayýn Kertem saný';
$strLinesTerminatedBy = 'Yul ara bilgese';
$strLinkNotFound = 'Bäyläneþ tabýlmadý';
$strLinksTo = 'Boný belän bäyläneþ:';
$strLithuanian = 'Lithuança';
$strLocalhost = 'Cirle';
$strLocationTextfile = 'Mäten biremeneñ urnaþýluý';
$strLogPassword = 'Sersüz:';
$strLogServer = 'Server';
$strLogUsername = 'Atama:';
$strLogin = 'Kereþ';
$strLoginInformation = 'Kereþ Turýnda';
$strLogout = 'Çýðýþ';
$strLongOperation = 'Bu eþ ozaqqa suzýla ala. Barýber eþliseme?';
 
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_MIMEtype = 'MIME-törläre';
$strMIME_available_mime = 'Barlýq MIME-törlär';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Taswír';
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';
$strMIME_transformation_options = 'Transformation options';
$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, backslash it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
$strMaximumSize = 'Max: %s%s';
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!';
$strModifications = 'Üzgärtülär saqlandý';
$strModify = 'Üzgärt';
$strModifyIndexTopic = 'Açqýç üzgärtü';
$strMoveTable = 'Boña küçerü (biremlek<b>.</b>table):';
$strMoveTableOK = '"%s" atlý table "%s" keek ataldý.';
$strMoveTableSameNames = 'Ber ük at belän table küçerep bulmí!';
$strMultilingual = 'küptelle';
$strMyISAMDataPointerSize = 'Data pointer olýlýðý';
$strMyISAMDataPointerSizeDesc = 'MAX_ROWS köylämäse bäyälängän oçraqta, CREATE TABLE aþa MyISAM table qorðanda qullanasý pointerneñ baytlý olýlýðý.';
$strMyISAMMaxExtraSortFileSize = 'Açqýç yasaw öçen waqýtlý birem olýlýðýn çýläw';
$strMyISAMMaxExtraSortFileSizeDesc = 'Bu waqýtlý birem tiz MyISAM açqýç qorðanda qullanýla ikän, ul monda bilgelängän açqýç alxäterennän olýraq bulýrða tieþ, þul açqýç alxäterläw ýsulýna qarap.';
$strMyISAMMaxSortFileSize = 'Tezü öçen waqýtlý birem olýlýðýn çýläw';
$strMyISAMMaxSortFileSizeDesc = 'MyISAM açqýçýn yañadan qorðanda (REPAIR TABLE, ALTER TABLE, yä LOAD DATA INFILE aþa), MySQL qullanýrlýq waqýtlý birem olýlýðýn çikläw bu.';
$strMyISAMRecoverOptions = 'Üzennän tözälü ýsulý';
$strMyISAMRecoverOptionsDesc = 'Cimerelgän MyISAM table üzennän tözälü ýsulý, serverne --myisam-recover köylämäse belän cibärgän çaqta kebek.';
$strMyISAMRepairThreads = 'Tözätü cebe';
$strMyISAMRepairThreadsDesc = 'Bu bäyä 1dän dä olýraq ikän, MyISAM table tezüle Tözätü eþe belän bergä açqýçlar qoru eþe dä cibäreler (açqýç sayýn ber ayýrým cep).';
$strMyISAMSortBufferSize = 'Tezü bufer küläme';
$strMyISAMSortBufferSizeDesc = 'REPAIR TABLE aþa MyISAM-açqýç tözätkändä dä, CREATE INDEX yä ALTER TABLE aþa açqýç östägändä dä yasala torðan bufer bu.';
$strMySQLCharset = 'MySQL bilgelämäse';
$strMySQLConnectionCollation = 'MySQL ilä totaþunýñ tezü tärtibe';
$strMySQLSaid = 'MySQL cawabý:';
$strMySQLShowProcess = 'Proseslar kürü';
$strMySQLShowStatus = 'MySQL eþwaqýtý';
$strMySQLShowVars = 'MySQL üzgärmäläre';
 
$strName = 'Ýsem';
$strNext = 'Kiläse';
$strNo = 'yuq';
$strNoActivity = 'No activity since %s seconds or more, please login again';
$strNoDatabases = 'Biremleklär yuq';
$strNoDatabasesSelected = 'Biremlek saylanmaðan.';
$strNoDescription = 'Taswírlawsýz';
$strNoDetailsForEngine = 'Bu saqlaw engine öçen xälät turýnda centekle belem yuq.';
$strNoDropDatabases = '"DROP DATABASE" cönläläre sünderelgän.';
$strNoExplain = 'SQL Centeklämäskä';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoIndex = 'Açqýç bilgelänmäde!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'Üzgärtsez';
$strNoOptions = 'Bu qalýpnýñ köyläwlär yuq';
$strNoPassword = 'Sersüzsez';
$strNoPermission = 'The web server does not have permission to save the file %s.';
$strNoPhp = 'PHP Kodýsýz';
$strNoPrivileges = 'Xoquqsýz';
$strNoRights = 'Bonda bulu öçen, xoquqlarýñ citmi!';
$strNoRowsSelected = 'Kertemnär sayladý';
$strNoSpace = '"%s" biremen saqlaw öçen buþ ara citmi.';
$strNoTablesFound = 'Bu biremlektä ber genä dä table yuq.';
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';
$strNoUsersFound = 'Qullanuçý yuq.';
$strNoValidateSQL = 'SQL Tikþermäskä';
$strNone = 'Yuq';
$strNotNumber = 'San tügel bu!';
$strNotOK = 'OK tügel';
$strNotSet = '<b>%s</b> atlý table yuq, yä ki "%s" tezmäsenä kermi';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s kileþü bar <i>%s</i> table\'da';
$strNumSearchResultsTotal = '<b>Tulayým:</b> <i>%s</i> kileþü';
$strNumTables = 'Table';
 
$strOK = 'OK';
$strOperations = 'Ðämäl';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimize table';
$strOr = 'Yä';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Birem bar bulsa, östän yazdýrasý';
 
$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.';
$strPHPVersion = 'PHP Yuramasý';
$strPageNumber = 'Bitneñ saný:';
$strPagesToBeFlushed = 'Buþatasý bit';
$strPaperSize = 'Qäðäz zuqlýðý';
$strPartialText = 'Partial Texts';
$strPassword = 'Sersüz';
$strPasswordChanged = '"%s" öçen sezsüz üzgärtü uñýþlý uzdý.';
$strPasswordEmpty = 'Sersüzeñ buþ!';
$strPasswordHashing = 'Sersüz Hash\'law';
$strPasswordNotSame = 'Sersüzlär berbersenä kileþmi!';
$strPdfDbSchema = '"%s" biremlek tözeleþe - %s. bit';
$strPdfInvalidTblName = '"%s" atlý table yuq äle!';
$strPdfNoTables = 'Berär genä dä table yuq';
$strPerHour = 'säðät sayýn';
$strPerMinute = 'minut sayýn';
$strPerSecond = 'sekund sayýn';
$strPersian = 'Farsíça';
$strPhoneBook = 'telefon däftäre';
$strPhp = 'PHP-Kod yasa';
$strPmaDocumentation = 'phpMyAdmin qullanmasý';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPolish = 'Polça';
$strPortrait = 'Batýrýp';
$strPos1 = 'Baþlawða';
$strPrevious = 'Uzðan';
$strPrimary = 'Töp';
$strPrimaryKeyHasBeenDropped = 'Töp açqýç beterelde';
$strPrimaryKeyName = 'Bu töp açqýçnýñ adý "PRIMARY" bulýrða tieþ!';
$strPrimaryKeyWarning = '(Töp açqýçnýñ <b>ðýna</b> adý "PRIMARY" bulýrða <b>tieþ</b>!)';
$strPrint = 'Bastýr';
$strPrintView = 'Bastýru küreneþe';
$strPrintViewFull = 'Bastýru küreneþe (bar mätennär belän)';
$strPrivDescAllPrivileges = 'GRANT\'tan basqa bar xoquqlar da bar.';
$strPrivDescAlter = 'Biredä bulðan table tözeleþen üzgärtü xoquqý.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
$strPrivDescCreateDb = 'Yaña biremlek/table yasaw xoquqý.';
$strPrivDescCreateRoutine = 'Saqlanðan funksílar qorýrða birä.';
$strPrivDescCreateTbl = 'Yaña table yasaw xoquqý.';
$strPrivDescCreateTmpTable = 'Waqýtlý table yasaw xoquqý.';
$strPrivDescCreateUser = 'Qullanuçý xísabýn qoru/salu/ataw eþen qýlýrða birä.';
$strPrivDescCreateView = 'Yaña qaraþ qorýrða birä.';
$strPrivDescDelete = 'Eçtälek beterü xoquqý.';
$strPrivDescDropDb = 'Biremlek/table beterü xoquqý.';
$strPrivDescDropTbl = 'Table beterü xoquqý.';
$strPrivDescExecute = 'Eçke prosedur cibärü xoquqý; MySQL\'nýñ bu yuramasýnda yuq äle ul.';
$strPrivDescExecute5 = 'Eçke funksílar eþlätterergä birä.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Açqýçlarný qoru/beterü xoquqý.';
$strPrivDescInsert = 'Eçtälek östäw/almaþtýru xoquqý.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Eçtälekne uqu xoquqý.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShowView = 'SHOW CREATE VIEW sorawlarýn eþläterlek itä.';
$strPrivDescShutdown = 'Serverne tuqtatu xoquqý.';
$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.';
$strPrivDescUpdate = 'Eçtälek üzgärtü xoquqý.';
$strPrivDescUsage = 'Xoquqlar yuq.';
$strPrivileges = 'Xoquqlar';
$strPrivilegesReloaded = 'Bu xoquqlarný yökläw uñýþlý uzdý.';
$strProcesslist = 'Proses isemlege';
$strPutColNames = 'Berençe yulda alannarnýñ iseme çýðarasý';
 
$strQBE = 'Soraw';
$strQBEDel = 'Sal';
$strQBEIns = 'Týq';
$strQueryFrame = 'Soraw täräzäse';
$strQueryOnDb = '<b>%s</b> biremlegenä SQL-soraw:';
$strQuerySQLHistory = 'SQL-taríxý';
$strQueryStatistics = '<b>Soraw nöfüse</b>: Bu serverneñ yöklänüdän soñ, aña %s soraw birelgän bulðan.';
$strQueryTime = 'Soraw eþkärtü %01.4f sek aldý';
$strQueryType = 'Soraw töre';
$strQueryWindowLock = 'Bu sorawný, täräzä týþýnda bulðaný belän almaþtýrasý tügel';
 
$strReType = 'Qabatla';
$strReadRequests = 'Uquða soraw';
$strReceived = 'Caytarýndý';
$strRecords = 'Yazma';
$strReferentialIntegrity = 'Bäyläneþlärne döreslekkä tikþerü:';
$strRefresh = 'Yañart';
$strRelationNotWorking = 'Bäyläneþkän Table belän eþläw öçen, östämä mömkinleklär sünek tora. Aný qabýzu öçen, %sbonda tört%s.';
$strRelationView = 'Bäyläneþlär qaraw';
$strRelationalSchema = 'Bäyläneþlär sxeme';
$strRelations = 'Bäyläneþlär';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReloadMySQL = 'MySQL\'ný yañadan cibär';
$strReloadingThePrivileges = 'Bu xoquqlarný yöklä';
$strRemoveSelectedUsers = 'Saylanðan qullanuçý beterü';
$strRenameDatabaseOK = '"%s" biremlegenä "%s" atý quþýldý';
$strRenameTable = 'Table ismen üzgärtü';
$strRenameTableOK = '"%s" table\'na "%s" atý quþýldý';
$strRepairTable = 'Table tözetü';
$strReplaceNULLBy = 'NULL\'ný almaþtýrasý:';
$strReplaceTable = 'Table eçtälegen bu biremlektäge belän alamþtýrasý';
$strReset = 'Awdar';
$strResourceLimits = 'Resurs çikläwläre';
$strRevoke = 'Töþer';
$strRevokeAndDelete = 'Bu qullanuçýlarnýñ xoquqlarýn awdarýp beteräse.';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRomanian = 'Romança';
$strRowLength = 'Kertem ozýnlýðý';
$strRowSize = ' Kerem zurlýðý';
$strRows = 'Kerem';
$strRowsFrom = 'kerem, täwgese #';
$strRowsModeFlippedHorizontal = 'horizontal (baþlýqlar almaþýp)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = '%s ýsulý belän; baþlýqný %s yul sayýn qabatlísý';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Kerem Nöfüse';
$strRunQuery = 'Yulla Saylawný';
$strRunSQLQuery = 'SQL-sorawný %s biremlegendä eþkärt';
$strRunning = 'Sanaq: %s';
$strRussian = 'Urýsça';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL yuramasýn yaraqlaþtýru';
$strSQLExportType = 'Çýðaru ýsulý';
$strSQLOptions = 'SQL köyläwläre';
$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:';
$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';
$strSQLQuery = 'SQL-soraw';
$strSQLResult = 'SQL näticäse';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Yabýlmaðan quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strSave = 'Saqla';
$strSaveOnServer = 'Serverneñ "%s" törgägendä saqla';
$strScaleFactorSmall = 'Bu sxemný ber bittä urnaþtýru öçen, olýlýq saný bik keçe';
$strSearch = 'Ezläw';
$strSearchFormTitle = 'Ezläw, biremlektä: ';
$strSearchInTables = 'Bu table eçendä:';
$strSearchNeedle = 'Kiläsen ezläw öçen süz/bäyälär (almaþtýrma: "%"):';
$strSearchOption1 = 'bu süzlärneñ berärse bulsa';
$strSearchOption2 = 'bar süzlärne';
$strSearchOption3 = 'süztezmäne tögäl';
$strSearchOption4 = 'regexp kebek';
$strSearchResultsFor = '"<i>%s</i>" ezläw näticäse %s:';
$strSearchType = 'Ezlä:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'Berär biremlek saylísý';
$strSelectAll = 'Saylap Beter';
$strSelectBinaryLog = 'Qaraw öçen binar köndälek saylaw';
$strSelectFields = 'Alannar saylísý (iñ kimendä ber):';
$strSelectNumRows = 'sorawda';
$strSelectTables = 'Table Sayla';
$strSend = 'Biremgä saqla';
$strSent = 'Cibärelde';
$strServer = 'Server';
$strServerChoice = 'Server Saylaw';
$strServerNotResponding = 'Bu server endäþmi';
$strServerStatus = 'Eþçorý Turýnda';
$strServerStatusUptime = 'Bu MySQL-server %s eþli. Ul %s zamanýnda cibärelgän bulðan.';
$strServerTabProcesslist = 'Proseslar';
$strServerTabVariables = 'Üzgärmälär';
$strServerTrafficNotes = '<b>Server taþýmý</b>: Bondaðý table eçendä, MySQL servereneñ cibärelüdän soñ, þul server belän çeltär arasýnda bulðan taþým turýnda belem birelä.';
$strServerVars = 'Serverneñ üzgärmä/köyläwläre';
$strServerVersion = 'Server yuramasý';
$strSessionValue = 'Sessi bäyäse';
$strSetEnumVal = 'Alan töre "enum/set" bulsa, bäyäsen bu qalýpta kertäse: \'a\',\'b\',\'c\'...<br />Bäyä eçenä kireawýþ ("\") yä sýñarquote ("\'") kertäse bulsa, aný kireawýþtýrasý bula (ürnäk: \'\\\\xyz\' yä ki \'a\\\'b\').';
$strShow = 'Kürsät';
$strShowAll = 'Barýsýn kürsät';
$strShowColor = 'Show color';
$strShowDatadictAs = 'Eçtälek Süzlegeneñ Formatý';
$strShowFullQueries = 'Tulý Sorawlar Kürsät';
$strShowGrid = 'Show grid';
$strShowPHPInfo = 'PHP turýnda';
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables';
$strShowThisQuery = ' Bu sorawný bonda taðýn kürsätäse';
$strShowingRecords = 'Kertem:';
$strSimplifiedChinese = 'Ciñel Çinçä';
$strSingly = '(sýñar)';
$strSize = 'Zurlýq';
$strSlovak = 'Slovakça';
$strSlovenian = 'Slovença';
$strSocketProblem = '(yä bu cirle MySQL server soketý döres köylänmägän ide)';
$strSort = 'Tezü';
$strSortByKey = 'Sort by key';
$strSpaceUsage = 'Ara qullanu';
$strSpanish = 'Spanish';
$strSplitWordsWithSpace = 'Süzlär buþlýq bilgese belän ayýrýlðan (" ").';
$strStatCheckTime = 'Soñðý tikþerü';
$strStatCreateTime = 'Yasalu';
$strStatUpdateTime = 'Soñðý yañartýlu';
$strStatement = 'Cömlä';
$strStatus = 'Status';
$strStorageEngine = 'Saqlaw Engine';
$strStorageEngines = 'Saqlaw Engine';
$strStrucCSV = 'CSV bireme';
$strStrucData = 'Tözeleþen dä, eçtälegen dä';
$strStrucDrop = '"DROP TABLE" östise';
$strStrucExcelCSV = 'CSV bireme, MS Excel öçen';
$strStrucNativeExcel = 'MS Excel\'nýñ üz formatý';
$strStrucOnly = 'Tözeleþen genä';
$strStructPropose = 'Table tözeleþenä küzätü';
$strStructure = 'Tözeleþ';
$strSubmit = 'Yulla';
$strSuccess = 'SQL-sorawýñ uñýþlý eþkärtelde';
$strSum = 'Sum';
$strSwedish = 'Ýswäcçä';
$strSwitchToDatabase = 'Küplängän biremlekkä küçäse';
$strSwitchToTable = 'Küplängän table\'ða küçäse';
 
$strTable = 'table';
$strTableComments = 'Table täfsire';
$strTableEmpty = 'Table adý kertelmi qaldý!';
$strTableHasBeenDropped = '"%s" atlý table beterelde';
$strTableHasBeenEmptied = '"%s" atlý table buþatýldý';
$strTableHasBeenFlushed = '"%s" atlý table awdarýldý';
$strTableMaintenance = 'Table eþkärtü';
$strTableOfContents = 'Eçtälek isemlege';
$strTableOptions = 'Table köyläwe';
$strTableStructure = 'Table tözeleþe';
$strTableType = 'Table töre';
$strTables = '%s table';
$strTakeIt = 'boný sayla';
$strTblPrivileges = 'Berär table öçen xoquqlar';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable';
$strThai = 'Tayça';
$strTheme = 'Týþlaw / Bizäleþ';
$strThisHost = 'Bu Sanaq';
$strThisNotDirectory = 'Törgäk tügel ul';
$strThreadSuccessfullyKilled = '%s cebe uñýþlý üterelgän buldý.';
$strTime = 'Waqýt';
$strToggleScratchboard = 'Toggle scratchboard';
$strTotal = 'tulayým';
$strTotalUC = 'Tulayým';
$strTraditionalChinese = 'Ðädäti Çinçä';
$strTraditionalSpanish = 'Ðädäti Íspança';
$strTraffic = 'Taþým';
$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';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$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().';
$strTransformation_text_plain__external = 'LINUX ÐIÑA: 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)';
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';
$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.';
$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.';
$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: ...) .';
$strTruncateQueries = 'Sorawný Qýsqartýp Kürsätäse';
$strTurkish = 'Törekçä';
$strType = 'Töre';
 
$strUkrainian = 'Ukrainça';
$strUncheckAll = 'Saylanuný Beter';
$strUnicode = 'Unicode';
$strUnique = 'Qabatsýz';
$strUnknown = 'belgesez';
$strUnselectAll = 'Saylanuný Töþer';
$strUpdComTab = 'Sineñ Column_comments Table yañartu eþe turýnda Qullanmada qarísý';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Sorawný Yañart';
$strUpgrade = 'You should upgrade to %s %s or later.';
$strUsage = 'Totýlu';
$strUseBackquotes = 'Table/alan isemnären kirequote eçenä salasý';
$strUseHostTable = 'Host Table eçennän';
$strUseTabKey = 'Ber bäyädän ikençegä küçü öçen TAB töymäsen qullanasý, baþqa cirgä küçü öçen, CTRL+uq töymäläre bar';
$strUseTables = 'Use Tables';
$strUseTextField = 'Bu mätennän';
$strUseThisValue = 'Bu bäyä belän';
$strUser = 'Qullanuçý';
$strUserAlreadyExists = '"%s" atlý qullanuçý bar inde!';
$strUserEmpty = 'Atama buþ!';
$strUserName = 'Ýreþü iseme';
$strUserNotFound = 'Bu qullanuçý xoquqlar table eçendä tabýlmadý.';
$strUserOverview = 'Qullanuçýlar isemlege';
$strUsersDeleted = 'Saylanðan qullanuçýný beterü uñýþlý uzðan.';
$strUsersHavingAccessToDb = '"%s" belän eþläw xoquqý bulðan qullanuçýlar';
 
$strValidateSQL = 'SQL\'ný Tikþer';
$strValidatorError = 'SQL-tikþerüçe köylänmägän. Bu kiräk bulðan php-yöklämäne köyläw turýnda %squllanmada%s uqýp bula.';
$strValue = 'Bäyä';
$strVar = 'Üzgärelmä';
$strVersionInformation = 'Yurama turýnda';
$strView = 'Qaraþ';
$strViewDump = 'Table eçtälegen (tözeleþen) çýðaru';
$strViewDumpDB = 'Biremlek eçtälegen (tözeleþen) çýðaru';
$strViewDumpDatabases = 'Biremleklärneñ eçtälegen (tözeleþen) çýðaru';
$strViewHasBeenDropped = '"%s" atlý Qaraþ beterelgän buldý';
 
$strWebServerUploadDirectory = 'web-server\'neñ yökläw törgäge';
$strWebServerUploadDirectoryError = 'Yökläw öçen bigelängän törgäkne uqýp bulmí';
$strWelcome = 'Räxim it äytä: %s';
$strWestEuropean = 'Batýþ Awrupý';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Browsernýñ maqsat täräzäse yañartýlmí qaldý. Ana-täräzä yabýlðan bulðan bälki, yä browsernýñ iminlek caylawýnda, täräzä-ara yañartuða tíýlu bar.';
$strWithChecked = 'Saylanðanný:';
$strWriteRequests = 'Yazuða soraw';
$strWritingCommentNotPossible = 'Taswír östäw mömkin tügel';
$strWritingRelationNotPossible = 'Bäyläneþ kertü mömkin tügel';
$strWrongUser = 'Atama/sersüzeñ yalðýþ. Ýreþep Bulmadý.';
 
$strXML = 'XML';
 
$strYes = 'Äye';
 
$strZeroRemovesTheLimit = 'Bel: Monda 0 (Nül) kertelsä, çikläw betereler.';
$strZip = '"ziple"';
 
// To translate:
 
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
 
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/tatarish-utf-8.inc.php
0,0 → 1,981
<?php
/* $Id: tatarish-utf-8.inc.php,v 1.48.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bayt', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ykş', 'Dşm', 'Sşm', 'Çrş', 'Pnc', 'Cmğ', 'Şmb');
$month = array('Ğín', 'Feb', 'Mar', 'Äpr', 'May', 'Yün', 'Yül', 'Aug', 'Sen', 'Ökt', 'Nöy', 'Dek');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y, %H:%M';
$timespanfmt = '%s kön, %s säğät, %s minut ta %s sekund';
 
$strAPrimaryKey = '"%s" öçen töp açqıç qorıldı';
$strAbortedClients = 'Özderelde';
$strAbsolutePathToDocSqlDir = 'Serverdä docSQL törgägenä kiterü yulın kertäse';
$strAccessDenied = 'İreşep Bulmadı';
$strAccessDeniedExplanation = 'phpMyAdmin bu MySQL servergä totaşılıp qarağaç, server bu totaşıluın özep quydı. Xäzer, "config.inc.php" biremendä kertelgän sanaqisem/ireşisem/sersüzlär tikäserep, alarnı MySQL idäräçese birgän mäğlümät belän çağıştırıp qarísı qala.';
$strAction = 'Ğämäl';
$strAddAutoIncrement = '"AUTO_INCREMENT" bäyäsen östise';
$strAddConstraints = 'Çikläwlär östise';
$strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = '"DROP DATABASE" östise';
$strAddFields = '%s alan östäw';
$strAddHeaderComment = 'Başlıqqa östämä tawír östäw (yullar \\n belän ayırıla)';
$strAddIfNotExists = '"IF NOT EXISTS" östise';
$strAddIntoComments = 'Taswírlar eçenä östise';
$strAddNewField = 'Yaña alan östäw';
$strAddPrivilegesOnDb = 'Kiläse biremleklärgä xoquqlar östäw';
$strAddPrivilegesOnTbl = 'Kiläse table\'larğa xoquqlar östäw';
$strAddSearchConditions = 'Ezläw şartın östäw ("WHERE" eçtälege):';
$strAddToIndex = 'Açqıçqa tağın &nbsp;%s&nbsp;alan östise';
$strAddUser = 'Yaña qullanuçı Östäw';
$strAddUserMessage = 'Yana qullanuçı östälände.';
$strAddedColumnComment = 'Kiläse alanğa taswír östälende';
$strAddedColumnRelation = 'Kiläse alanğa bäyläneş östälende';
$strAdministration = 'İdärä';
$strAffectedRows = 'Affected rows:';
$strAfter = '%s artınnan';
$strAfterInsertBack = 'Aldağı bitkä qaytu';
$strAfterInsertNewInsert = 'Tağın ber kertem östäw';
$strAfterInsertNext = 'Edit next row';
$strAfterInsertSame = 'Bu bitkä kire qayt';
$strAll = 'Barısı';
$strAllTableSameWidth = 'display all Tables with same width?';
$strAlterOrderBy = 'Table eçtälegen bolay tezü';
$strAnIndex = '"%s" öçen ber açqıç qorıldı';
$strAnalyzeTable = 'Table centekläw';
$strAnd = 'Wä';
$strAny = 'Här';
$strAnyHost = 'Bar bulğan host';
$strAnyUser = 'Bar bulğan qullanuçı';
$strApproximateCount = 'Törle bula ala. YBS 3.11 qarísı';
$strArabic = 'Çäräpçä';
$strArmenian = 'Ärmänçä';
$strAscending = 'Artıp';
$strAtBeginningOfTable = 'Table Başına';
$strAtEndOfTable = 'Table azağına';
$strAttr = 'Üzençälek';
$strAutodetect = 'Zihenle saylaw';
$strAutomaticLayout = 'Zihenle urnaştıru';
 
$strBack = 'Kire';
$strBaltic = 'Baltíq';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinLogEventType = 'Waqíğa töre';
$strBinLogInfo = 'Mäğlümät';
$strBinLogName = 'Log name';
$strBinLogOriginalPosition = 'Tärtip buyınça urın';
$strBinLogPosition = 'Urın';
$strBinLogServerId = 'Server ID\'e';
$strBinary = 'Binar';
$strBinaryDoNotEdit = 'Binar - üzgärtmäslek';
$strBinaryLog = 'Binar köndälek';
$strBookmarkAllUsers = 'Bu tamğanı bar qullanuçığa da ireşüle itäse';
$strBookmarkDeleted = 'Tamğa beterelde.';
$strBookmarkLabel = 'Yarlıq';
$strBookmarkQuery = 'Tamğalanğan SQL-soraw';
$strBookmarkThis = 'Bu SQL-sorawğa tamğa quy';
$strBookmarkView = 'Kürü genä';
$strBrowse = 'Küzätü';
$strBrowseForeignValues = 'Browse foreign values';
$strBufferPool = 'Bufer Pulı';
$strBufferPoolActivity = 'Bufer Pul Terelege';
$strBufferPoolUsage = 'Bufer Pul Totılğanlığı';
$strBufferReadMisses = 'Uñışsız uqu';
$strBufferReadMissesInPercent = 'Uñışsız uqu, % öçen';
$strBufferWriteWaits = 'Yazğanda kötterü';
$strBufferWriteWaitsInPercent = 'Yazğanda kötterü, % öçen';
$strBulgarian = 'Bulgarça';
$strBusyPages = 'Eştä bit';
$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.';
$strBzip = '"bziple"';
 
$strCSVOptions = 'CSV köyläwläre';
$strCalendar = 'Täqwim';
$strCannotLogin = 'MySQL servergä totaşılıp bulmadı';
$strCantLoad = '"%s" yöklämäsen cibärep bulmadı,<br />PHP Caylawın tikşerçe';
$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.';
$strCantRenameIdxToPrimary = 'Açqıçnı "PRIMARY" itep atap bulmí!';
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
$strCardinality = 'Qabatlanu sanı';
$strCaseInsensitive = 'keşe/olı sizmäw';
$strCaseSensitive = 'keşe/olı sizü';
$strCentralEuropean = 'Üzäk Awrupı';
$strChange = 'Üzgärt';
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
$strChangeCopyModeCopy = '... keep the old one.';
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
$strChangeCopyUser = 'Change Login Information / Copy User';
$strChangeDisplay = 'Kürsätäse Alan saylaw';
$strChangePassword = 'Sersüz üzgärtü';
$strCharset = 'Bilgelämä';
$strCharsetOfFile = 'Şul biremneñ bilgelämäse:';
$strCharsets = 'Bilgelämä';
$strCharsetsAndCollations = 'Bilgelämä berlän Tezü tärtibe';
$strCheckAll = 'Saylap Beter';
$strCheckOverhead = 'Check overheaded';
$strCheckPrivs = 'Xoquqlar Tikşerü';
$strCheckPrivsLong = '"%s" biremlege öçen xoquqlar tikşerü.';
$strCheckTable = 'Table Tikşerü';
$strChoosePage = 'Tözätü öçen Bit sayla';
$strColComFeat = 'Bağana Taswírların Kürsätäse';
$strCollation = 'Tezü tärtibe';
$strColumnNames = 'Alan iseme';
$strColumnPrivileges = 'Berär bağana öçen xoquqlar';
$strCommand = 'Ämer';
$strComments = 'Taswírlar';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 öçen yaraqlı';
$strCompleteInserts = 'Tulayım kertü';
$strCompression = 'Qısu';
$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.';
$strConfigureTableCoord = 'Please configure the coordinates for table %s';
$strConnectionError = 'Totaşa almím: yaraqsız köyläwlär.';
$strConnections = 'Totaşular';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strCopyDatabaseOK = 'Database %s has been copied to %s';
$strCopyTable = 'Boña kübäyt (biremlek<b>.</b>table):';
$strCopyTableOK = 'Table %s has been copied to %s.';
$strCopyTableSameNames = 'Can\'t copy table to same one!';
$strCouldNotKill = 'phpMyAdmin %s ceben üterä almadı. Bälki ul yabılğan bulğan da inde.';
$strCreate = 'Yasa';
$strCreateIndex = '%s alanına açqıç qoru';
$strCreateIndexTopic = 'Yaña açqıç qoru';
$strCreateNewDatabase = 'Yaña biremlek qoru';
$strCreateNewTable = '%s biremlegendä yaña table qoru';
$strCreatePage = 'Yaña Bit yasa';
$strCreatePdfFeat = 'PDF\'lar yasaw';
$strCreationDates = 'Yasalu/Üzgärtelü/Tikşerü zamannarı';
$strCriteria = 'Şart';
$strCroatian = 'Krovatça';
$strCyrillic = 'Urısälif';
$strCzech = 'Çexçä';
$strCzechSlovak = 'Çex-Slovak';
 
$strDBComment = 'Biremlek taswírı:';
$strDBCopy = 'Biremlekne boña küplä';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hit';
$strDBGLine = 'Yul';
$strDBGMaxTimeMs = 'Max waqıt, ms';
$strDBGMinTimeMs = 'Min waqıt, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Waqıt/Hit, ms';
$strDBGTotalTimeMs = 'Tulayım waqıt, ms';
$strDBRename = 'Biremlekne bolay ata';
$strDanish = 'Daniça';
$strData = 'Eçtälek';
$strDataDict = 'Eçtälek Süzlege';
$strDataOnly = 'Eçtälegen genä';
$strDataPages = 'Eçtälekle bitlär';
$strDatabase = 'Biremlek';
$strDatabaseEmpty = 'Biremlek iseme buş!';
$strDatabaseExportOptions = 'Biremlekne export köyläwläre';
$strDatabaseHasBeenDropped = '%s biremlege beterelde.';
$strDatabaseNoTable = 'Bu biremlektä ber genä dä table yuq!';
$strDatabases = 'Biremleklär';
$strDatabasesDropped = '"%s" biremlegen beterü uñışlı uzdı.';
$strDatabasesStats = 'Biremlek nöfüsläre';
$strDatabasesStatsDisable = 'Nöfüse Sünderü';
$strDatabasesStatsEnable = 'Nöfüsne Cibärü';
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';
$strDbPrivileges = 'Berär biremlekkä qağılışlı xoquqlar';
$strDbSpecific = 'berär biremlekkä qağılışlı';
$strDefault = 'Ğädäti';
$strDefaultEngine = 'Bu MySQL serverdä saqlaw engine bularaq ğädäti itterep %s saylanğan.';
$strDefaultValueHelp = 'Gädäti bäyä kertkändä, kireawıştıru da, quote eçenä salu da kiräk tügel. Bolayraq kertäse:: a';
$strDefragment = 'Table kisäklären berläşterü';
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
$strDelayedInserts = 'Kötterep östise';
$strDelete = 'Sal';
$strDeleteAndFlush = 'Betergäç, xoquqlarnı yañadan yöklise.';
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
$strDeleted = 'Bu yazma salınğan buldı';
$strDeletedRows = 'Salınğan yul:';
$strDeleting = '"%s" Beterü';
$strDescending = 'Kimep';
$strDescription = 'Taswír';
$strDictionary = 'süzlek';
$strDirtyPages = 'Üzgärtelgän bit';
$strDisableForeignChecks = 'Çit açqıçlar tikşerüne sünder';
$strDisabled = 'Sünek';
$strDisplayFeat = 'Mömkinleklär Kürsätü';
$strDisplayOrder = 'Kürsätü tärtibe:';
$strDisplayPDF = 'PDF schema kürsätü';
$strDoAQuery = '"Ürnäk buyınça soraw" eşkärtü (almaştırma: "%")';
$strDoYouReally = 'Sin çınlap ta bonı eşlärgä teliseñme: ';
$strDocu = 'Qullanma';
$strDrop = 'Beter';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDropUsersDb = 'Biremleklärneñ adı qullanuçı adına tiñ bulsa, beteräse alarnı.';
$strDumpSaved = 'Eçtälege "%s" biremenä saqlandı.';
$strDumpXRows = 'Eçtälek: %s kerem, #%s keremnän başlap.';
$strDumpingData = 'Table eçtälegen çığaru';
$strDynamic = 'dynamic';
 
$strEdit = 'Tözätü';
$strEditPDFPages = 'PDF Bitlär Üzgärtü';
$strEditPrivileges = 'Xoquqlar Üzgärtü';
$strEffective = 'Näticäle';
$strEmpty = 'Buşat';
$strEmptyResultSet = 'MySQL sorawğa buş cawap, yäğni nül kertem qaytarttı.';
$strEnabled = 'Açıq';
$strEncloseInTransaction = 'Çığarunı transaksí eçendä ütkärergä';
$strEnd = 'Azaq';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = 'Bu MySQL serverdä %s bar.';
$strEngineDisabled = 'Bu MySQL serverdä %s sünderelgän bulğan.';
$strEngineUnsupported = 'Bu MySQL server %s saqlaw enginen totmí.';
$strEngines = 'Engine';
$strEnglish = 'İnglizçä';
$strEnglishPrivileges = ' Bel: MySQL\'da xoquqlar iseme İnglizçä kertelä!';
$strError = 'Xata';
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
$strEstonian = 'Estonça';
$strExcelEdition = 'Excel yuraması';
$strExcelOptions = 'Excel köyläwläre';
$strExecuteBookmarked = 'Tamğalanğan soraw cibärü';
$strExplain = 'SQL Centekläw';
$strExport = 'Export';
$strExtendedInserts = 'Kiñäytelgän kertü';
$strExtra = 'Östämä';
 
$strFailedAttempts = 'Failed attempts';
$strField = 'Alan';
$strFieldHasBeenDropped = '%s isemle alan beterelde';
$strFields = 'Alan';
$strFieldsEmpty = ' Alan küläme buş!';
$strFieldsEnclosedBy = 'Alan yabu bilgese';
$strFieldsEscapedBy = 'Alan uzdıru bilgese';
$strFieldsTerminatedBy = 'Alan arasında bilge';
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplate = 'Birem isemeneñ qalıbı';
$strFileNameTemplateRemember = 'qalıpnı yatla';
$strFixed = 'berketelgän';
$strFlushPrivilegesNote = 'Bel: phpMyAdmin bu qullanuçı xoquqların MySQL\'nıñ eçke table eçennän ala. Server qullana torğan xoquqlar qul belän üzgärtelgän bulsa, bu table eçtälege alardan ayırıla ala. Andí çaqlarda, dawam itü aldınnan, %sxoquqlarnı yañadan yöklärgä%s kiräk.';
$strFlushTable = 'Table\'nı awdar ("FLUSH")';
$strFormEmpty = 'Bu formıda bäyä kertelmi qalğan!';
$strFormat = 'Qalıp';
$strFreePages = 'Buş bit';
$strFullText = 'Tulı Mätennär';
$strFunction = 'Funksí';
 
$strGenBy = 'Ürçätkeç:';
$strGenTime = 'Ürçäw Zamanı';
$strGeneralRelationFeat = 'Bäyläneşlär buyınça töp mömkinleklär';
$strGeorgian = 'Görciçä';
$strGerman = 'Almança';
$strGlobal = 'ğömümi';
$strGlobalPrivileges = 'Ğömümi xoquqlar';
$strGlobalValue = 'Ğömümi bäyä';
$strGo = 'Äydä';
$strGrantOption = 'Xoquq';
$strGreek = 'Yunança';
$strGzip = '"gziple"';
 
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 kebek çığaru köyläwe';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 kebek çığaru köyläwe';
$strHasBeenAltered = 'üzgärtelde.';
$strHasBeenCreated = 'yasaldı.';
$strHaveToShow = 'You have to choose at least one Column to display';
$strHebrew = 'Yähüdçä';
$strHexForBinary = 'Binar alan kertkändä 16\'lı san qullanası';
$strHome = 'Başbit';
$strHomepageOfficial = 'phpMyAdmin säxifäse';
$strHost = 'Host';
$strHostEmpty = 'Host iseme buş!';
$strHungarian = 'Macarça';
 
$strIcelandic = 'İclandça';
$strId = 'ID';
$strIdxFulltext = 'Tulımäten';
$strIgnore = 'Qarama';
$strIgnoreInserts = '"IGNORE" belän kertäse';
$strIgnoringFile = '"%s" bireme ütelä';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Biremdän alu';
$strInUse = 'totıla';
$strIndex = 'Açqıç';
$strIndexHasBeenDropped = '"%s" açqıçı salındı';
$strIndexName = 'Açqıç iseme&nbsp;:';
$strIndexType = 'Açqıç töre&nbsp;:';
$strIndexWarningMultiple = '`%s` alanına berdän artıq %s açqıç bar';
$strIndexWarningPrimary = '`%s` alanına PRIMARY da, INDEX da açqıçların bergä yasap bulmí';
$strIndexWarningTable = '`%s` table açqıçları belän nidider qíınlıqlar bar';
$strIndexWarningUnique = '`%s` alanına UNIQUE da, INDEX da açqıçların bergä yasap bulmí';
$strIndexes = 'Açqıçlar';
$strInnoDBAutoextendIncrement = 'Biremlek olılaytu adımı';
$strInnoDBAutoextendIncrementDesc = 'Table alanı tulğan bulğanda, anı olılaytu adım olılığı bu.';
$strInnoDBBufferPoolSize = 'Bufer pul olılığı';
$strInnoDBBufferPoolSizeDesc = 'InnoDB üz table öçen alxäter belän açqıçlar urnaştırğanda bu olılıqta bulğan bufer qullana.';
$strInnoDBDataFilePath = 'Eçtälek bireme';
$strInnoDBDataHomeDir = 'Biremnär törgäge';
$strInnoDBDataHomeDirDesc = 'InnoDB biremnäre öçen törgäk yulınıñ töp öleşe bu.';
$strInnoDBPages = 'bit';
$strInnodbStat = 'InnoDB Xäläte';
$strInsecureMySQL = 'Caylaw biremeñdä, MySQL\'ğa ireşü öçen ğädäti xísap kertelgän (sersüzsez "root"). MySQL-servereñ şul ğädäti caylawlar belän açılğan, andí xäl iminlikneñ citdi tişege tip sanala.';
$strInsert = 'Östäw';
$strInsertAsNewRow = 'Yaña kertem kert tä';
$strInsertNewRow = 'Yaña kertem tığu';
$strInsertedRowId = 'Kertelgän yazmanıñ id:';
$strInsertedRows = 'Kertelgän yazma:';
$strInternalNotNecessary = '* InnoDB eçendä bulğan eçke bäyläneşlär qabatlaw kiräk tügel.';
$strInternalRelations = 'Eçke bäyläneşlär';
 
$strJapanese = 'Japança';
$strJumpToDB = '&quot;%s&quot; biremlegenä küç.';
$strJustDelete = 'Xoquqlar table eçennän genä beteräse.';
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';
 
$strKeepPass = 'Sersüz üzgärtäse tügel';
$strKeyname = 'Açqıç iseme';
$strKill = 'Üter';
$strKorean = 'Koreyça';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX köyläwläre';
$strLandscape = 'Yatqırıp';
$strLatchedPages = 'Berketelgän bit';
$strLatexCaption = 'Table başlığı';
$strLatexContent = '__TABLE__ table eçtälege';
$strLatexContinued = '(dawamlı)';
$strLatexContinuedCaption = 'Table dawamınıñ başlığı';
$strLatexIncludeCaption = 'Table başlığın östise';
$strLatexLabel = 'Açqıç yazması';
$strLatexStructure = '__TABLE__ table tözeleşe';
$strLatvian = 'Latça';
$strLengthSet = 'Ozınlıq/Bäyä*';
$strLimitNumRows = 'Bit sayın Kertem sanı';
$strLinesTerminatedBy = 'Yul ara bilgese';
$strLinkNotFound = 'Bäyläneş tabılmadı';
$strLinksTo = 'Bonı belän bäyläneş:';
$strLithuanian = 'Lithuança';
$strLocalhost = 'Cirle';
$strLocationTextfile = 'Mäten biremeneñ urnaşıluı';
$strLogPassword = 'Sersüz:';
$strLogServer = 'Server';
$strLogUsername = 'Atama:';
$strLogin = 'Kereş';
$strLoginInformation = 'Kereş Turında';
$strLogout = 'Çığış';
$strLongOperation = 'Bu eş ozaqqa suzıla ala. Barıber eşliseme?';
 
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_MIMEtype = 'MIME-törläre';
$strMIME_available_mime = 'Barlıq MIME-törlär';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Taswír';
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';
$strMIME_transformation_options = 'Transformation options';
$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, backslash it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
$strMaximumSize = 'Max: %s%s';
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!';
$strModifications = 'Üzgärtülär saqlandı';
$strModify = 'Üzgärt';
$strModifyIndexTopic = 'Açqıç üzgärtü';
$strMoveTable = 'Boña küçerü (biremlek<b>.</b>table):';
$strMoveTableOK = '"%s" atlı table "%s" keek ataldı.';
$strMoveTableSameNames = 'Ber ük at belän table küçerep bulmí!';
$strMultilingual = 'küptelle';
$strMyISAMDataPointerSize = 'Data pointer olılığı';
$strMyISAMDataPointerSizeDesc = 'MAX_ROWS köylämäse bäyälängän oçraqta, CREATE TABLE aşa MyISAM table qorğanda qullanası pointerneñ baytlı olılığı.';
$strMyISAMMaxExtraSortFileSize = 'Açqıç yasaw öçen waqıtlı birem olılığın çıläw';
$strMyISAMMaxExtraSortFileSizeDesc = 'Bu waqıtlı birem tiz MyISAM açqıç qorğanda qullanıla ikän, ul monda bilgelängän açqıç alxäterennän olıraq bulırğa tieş, şul açqıç alxäterläw ısulına qarap.';
$strMyISAMMaxSortFileSize = 'Tezü öçen waqıtlı birem olılığın çıläw';
$strMyISAMMaxSortFileSizeDesc = 'MyISAM açqıçın yañadan qorğanda (REPAIR TABLE, ALTER TABLE, yä LOAD DATA INFILE aşa), MySQL qullanırlıq waqıtlı birem olılığın çikläw bu.';
$strMyISAMRecoverOptions = 'Üzennän tözälü ısulı';
$strMyISAMRecoverOptionsDesc = 'Cimerelgän MyISAM table üzennän tözälü ısulı, serverne --myisam-recover köylämäse belän cibärgän çaqta kebek.';
$strMyISAMRepairThreads = 'Tözätü cebe';
$strMyISAMRepairThreadsDesc = 'Bu bäyä 1dän dä olıraq ikän, MyISAM table tezüle Tözätü eşe belän bergä açqıçlar qoru eşe dä cibäreler (açqıç sayın ber ayırım cep).';
$strMyISAMSortBufferSize = 'Tezü bufer küläme';
$strMyISAMSortBufferSizeDesc = 'REPAIR TABLE aşa MyISAM-açqıç tözätkändä dä, CREATE INDEX yä ALTER TABLE aşa açqıç östägändä dä yasala torğan bufer bu.';
$strMySQLCharset = 'MySQL bilgelämäse';
$strMySQLConnectionCollation = 'MySQL ilä totaşunıñ tezü tärtibe';
$strMySQLSaid = 'MySQL cawabı:';
$strMySQLShowProcess = 'Proseslar kürü';
$strMySQLShowStatus = 'MySQL eşwaqıtı';
$strMySQLShowVars = 'MySQL üzgärmäläre';
 
$strName = 'İsem';
$strNext = 'Kiläse';
$strNo = 'yuq';
$strNoActivity = 'No activity since %s seconds or more, please login again';
$strNoDatabases = 'Biremleklär yuq';
$strNoDatabasesSelected = 'Biremlek saylanmağan.';
$strNoDescription = 'Taswírlawsız';
$strNoDetailsForEngine = 'Bu saqlaw engine öçen xälät turında centekle belem yuq.';
$strNoDropDatabases = '"DROP DATABASE" cönläläre sünderelgän.';
$strNoExplain = 'SQL Centeklämäskä';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoIndex = 'Açqıç bilgelänmäde!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'Üzgärtsez';
$strNoOptions = 'Bu qalıpnıñ köyläwlär yuq';
$strNoPassword = 'Sersüzsez';
$strNoPermission = 'The web server does not have permission to save the file %s.';
$strNoPhp = 'PHP Kodısız';
$strNoPrivileges = 'Xoquqsız';
$strNoRights = 'Bonda bulu öçen, xoquqlarıñ citmi!';
$strNoRowsSelected = 'Kertemnär sayladı';
$strNoSpace = '"%s" biremen saqlaw öçen buş ara citmi.';
$strNoTablesFound = 'Bu biremlektä ber genä dä table yuq.';
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';
$strNoUsersFound = 'Qullanuçı yuq.';
$strNoValidateSQL = 'SQL Tikşermäskä';
$strNone = 'Yuq';
$strNotNumber = 'San tügel bu!';
$strNotOK = 'OK tügel';
$strNotSet = '<b>%s</b> atlı table yuq, yä ki "%s" tezmäsenä kermi';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s kileşü bar <i>%s</i> table\'da';
$strNumSearchResultsTotal = '<b>Tulayım:</b> <i>%s</i> kileşü';
$strNumTables = 'Table';
 
$strOK = 'OK';
$strOperations = 'Ğämäl';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimize table';
$strOr = 'Yä';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Birem bar bulsa, östän yazdırası';
 
$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.';
$strPHPVersion = 'PHP Yuraması';
$strPageNumber = 'Bitneñ sanı:';
$strPagesToBeFlushed = 'Buşatası bit';
$strPaperSize = 'Qäğäz zuqlığı';
$strPartialText = 'Partial Texts';
$strPassword = 'Sersüz';
$strPasswordChanged = '"%s" öçen sezsüz üzgärtü uñışlı uzdı.';
$strPasswordEmpty = 'Sersüzeñ buş!';
$strPasswordHashing = 'Sersüz Hash\'law';
$strPasswordNotSame = 'Sersüzlär berbersenä kileşmi!';
$strPdfDbSchema = '"%s" biremlek tözeleşe - %s. bit';
$strPdfInvalidTblName = '"%s" atlı table yuq äle!';
$strPdfNoTables = 'Berär genä dä table yuq';
$strPerHour = 'säğät sayın';
$strPerMinute = 'minut sayın';
$strPerSecond = 'sekund sayın';
$strPersian = 'Farsíça';
$strPhoneBook = 'telefon däftäre';
$strPhp = 'PHP-Kod yasa';
$strPmaDocumentation = 'phpMyAdmin qullanması';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPolish = 'Polça';
$strPortrait = 'Batırıp';
$strPos1 = 'Başlawğa';
$strPrevious = 'Uzğan';
$strPrimary = 'Töp';
$strPrimaryKeyHasBeenDropped = 'Töp açqıç beterelde';
$strPrimaryKeyName = 'Bu töp açqıçnıñ adı "PRIMARY" bulırğa tieş!';
$strPrimaryKeyWarning = '(Töp açqıçnıñ <b>ğına</b> adı "PRIMARY" bulırğa <b>tieş</b>!)';
$strPrint = 'Bastır';
$strPrintView = 'Bastıru küreneşe';
$strPrintViewFull = 'Bastıru küreneşe (bar mätennär belän)';
$strPrivDescAllPrivileges = 'GRANT\'tan basqa bar xoquqlar da bar.';
$strPrivDescAlter = 'Biredä bulğan table tözeleşen üzgärtü xoquqı.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
$strPrivDescCreateDb = 'Yaña biremlek/table yasaw xoquqı.';
$strPrivDescCreateRoutine = 'Saqlanğan funksílar qorırğa birä.';
$strPrivDescCreateTbl = 'Yaña table yasaw xoquqı.';
$strPrivDescCreateTmpTable = 'Waqıtlı table yasaw xoquqı.';
$strPrivDescCreateUser = 'Qullanuçı xísabın qoru/salu/ataw eşen qılırğa birä.';
$strPrivDescCreateView = 'Yaña qaraş qorırğa birä.';
$strPrivDescDelete = 'Eçtälek beterü xoquqı.';
$strPrivDescDropDb = 'Biremlek/table beterü xoquqı.';
$strPrivDescDropTbl = 'Table beterü xoquqı.';
$strPrivDescExecute = 'Eçke prosedur cibärü xoquqı; MySQL\'nıñ bu yuramasında yuq äle ul.';
$strPrivDescExecute5 = 'Eçke funksílar eşlätterergä birä.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Açqıçlarnı qoru/beterü xoquqı.';
$strPrivDescInsert = 'Eçtälek östäw/almaştıru xoquqı.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Eçtälekne uqu xoquqı.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShowView = 'SHOW CREATE VIEW sorawların eşläterlek itä.';
$strPrivDescShutdown = 'Serverne tuqtatu xoquqı.';
$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.';
$strPrivDescUpdate = 'Eçtälek üzgärtü xoquqı.';
$strPrivDescUsage = 'Xoquqlar yuq.';
$strPrivileges = 'Xoquqlar';
$strPrivilegesReloaded = 'Bu xoquqlarnı yökläw uñışlı uzdı.';
$strProcesslist = 'Proses isemlege';
$strPutColNames = 'Berençe yulda alannarnıñ iseme çığarası';
 
$strQBE = 'Soraw';
$strQBEDel = 'Sal';
$strQBEIns = 'Tıq';
$strQueryFrame = 'Soraw täräzäse';
$strQueryOnDb = '<b>%s</b> biremlegenä SQL-soraw:';
$strQuerySQLHistory = 'SQL-taríxı';
$strQueryStatistics = '<b>Soraw nöfüse</b>: Bu serverneñ yöklänüdän soñ, aña %s soraw birelgän bulğan.';
$strQueryTime = 'Soraw eşkärtü %01.4f sek aldı';
$strQueryType = 'Soraw töre';
$strQueryWindowLock = 'Bu sorawnı, täräzä tışında bulğanı belän almaştırası tügel';
 
$strReType = 'Qabatla';
$strReadRequests = 'Uquğa soraw';
$strReceived = 'Caytarındı';
$strRecords = 'Yazma';
$strReferentialIntegrity = 'Bäyläneşlärne döreslekkä tikşerü:';
$strRefresh = 'Yañart';
$strRelationNotWorking = 'Bäyläneşkän Table belän eşläw öçen, östämä mömkinleklär sünek tora. Anı qabızu öçen, %sbonda tört%s.';
$strRelationView = 'Bäyläneşlär qaraw';
$strRelationalSchema = 'Bäyläneşlär sxeme';
$strRelations = 'Bäyläneşlär';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReloadMySQL = 'MySQL\'nı yañadan cibär';
$strReloadingThePrivileges = 'Bu xoquqlarnı yöklä';
$strRemoveSelectedUsers = 'Saylanğan qullanuçı beterü';
$strRenameDatabaseOK = '"%s" biremlegenä "%s" atı quşıldı';
$strRenameTable = 'Table ismen üzgärtü';
$strRenameTableOK = '"%s" table\'na "%s" atı quşıldı';
$strRepairTable = 'Table tözetü';
$strReplaceNULLBy = 'NULL\'nı almaştırası:';
$strReplaceTable = 'Table eçtälegen bu biremlektäge belän alamştırası';
$strReset = 'Awdar';
$strResourceLimits = 'Resurs çikläwläre';
$strRevoke = 'Töşer';
$strRevokeAndDelete = 'Bu qullanuçılarnıñ xoquqların awdarıp beteräse.';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRomanian = 'Romança';
$strRowLength = 'Kertem ozınlığı';
$strRowSize = ' Kerem zurlığı';
$strRows = 'Kerem';
$strRowsFrom = 'kerem, täwgese #';
$strRowsModeFlippedHorizontal = 'horizontal (başlıqlar almaşıp)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = '%s ısulı belän; başlıqnı %s yul sayın qabatlísı';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Kerem Nöfüse';
$strRunQuery = 'Yulla Saylawnı';
$strRunSQLQuery = 'SQL-sorawnı %s biremlegendä eşkärt';
$strRunning = 'Sanaq: %s';
$strRussian = 'Urısça';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL yuramasın yaraqlaştıru';
$strSQLExportType = 'Çığaru ısulı';
$strSQLOptions = 'SQL köyläwläre';
$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:';
$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';
$strSQLQuery = 'SQL-soraw';
$strSQLResult = 'SQL näticäse';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Yabılmağan quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strSave = 'Saqla';
$strSaveOnServer = 'Serverneñ "%s" törgägendä saqla';
$strScaleFactorSmall = 'Bu sxemnı ber bittä urnaştıru öçen, olılıq sanı bik keçe';
$strSearch = 'Ezläw';
$strSearchFormTitle = 'Ezläw, biremlektä: ';
$strSearchInTables = 'Bu table eçendä:';
$strSearchNeedle = 'Kiläsen ezläw öçen süz/bäyälär (almaştırma: "%"):';
$strSearchOption1 = 'bu süzlärneñ berärse bulsa';
$strSearchOption2 = 'bar süzlärne';
$strSearchOption3 = 'süztezmäne tögäl';
$strSearchOption4 = 'regexp kebek';
$strSearchResultsFor = '"<i>%s</i>" ezläw näticäse %s:';
$strSearchType = 'Ezlä:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'Berär biremlek saylísı';
$strSelectAll = 'Saylap Beter';
$strSelectBinaryLog = 'Qaraw öçen binar köndälek saylaw';
$strSelectFields = 'Alannar saylísı (iñ kimendä ber):';
$strSelectNumRows = 'sorawda';
$strSelectTables = 'Table Sayla';
$strSend = 'Biremgä saqla';
$strSent = 'Cibärelde';
$strServer = 'Server';
$strServerChoice = 'Server Saylaw';
$strServerNotResponding = 'Bu server endäşmi';
$strServerStatus = 'Eşçorı Turında';
$strServerStatusUptime = 'Bu MySQL-server %s eşli. Ul %s zamanında cibärelgän bulğan.';
$strServerTabProcesslist = 'Proseslar';
$strServerTabVariables = 'Üzgärmälär';
$strServerTrafficNotes = '<b>Server taşımı</b>: Bondağı table eçendä, MySQL servereneñ cibärelüdän soñ, şul server belän çeltär arasında bulğan taşım turında belem birelä.';
$strServerVars = 'Serverneñ üzgärmä/köyläwläre';
$strServerVersion = 'Server yuraması';
$strSessionValue = 'Sessi bäyäse';
$strSetEnumVal = 'Alan töre "enum/set" bulsa, bäyäsen bu qalıpta kertäse: \'a\',\'b\',\'c\'...<br />Bäyä eçenä kireawış ("\") yä sıñarquote ("\'") kertäse bulsa, anı kireawıştırası bula (ürnäk: \'\\\\xyz\' yä ki \'a\\\'b\').';
$strShow = 'Kürsät';
$strShowAll = 'Barısın kürsät';
$strShowColor = 'Show color';
$strShowDatadictAs = 'Eçtälek Süzlegeneñ Formatı';
$strShowFullQueries = 'Tulı Sorawlar Kürsät';
$strShowGrid = 'Show grid';
$strShowPHPInfo = 'PHP turında';
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables';
$strShowThisQuery = ' Bu sorawnı bonda tağın kürsätäse';
$strShowingRecords = 'Kertem:';
$strSimplifiedChinese = 'Ciñel Çinçä';
$strSingly = '(sıñar)';
$strSize = 'Zurlıq';
$strSlovak = 'Slovakça';
$strSlovenian = 'Slovença';
$strSocketProblem = '(yä bu cirle MySQL server soketı döres köylänmägän ide)';
$strSort = 'Tezü';
$strSortByKey = 'Sort by key';
$strSpaceUsage = 'Ara qullanu';
$strSpanish = 'Spanish';
$strSplitWordsWithSpace = 'Süzlär buşlıq bilgese belän ayırılğan (" ").';
$strStatCheckTime = 'Soñğı tikşerü';
$strStatCreateTime = 'Yasalu';
$strStatUpdateTime = 'Soñğı yañartılu';
$strStatement = 'Cömlä';
$strStatus = 'Status';
$strStorageEngine = 'Saqlaw Engine';
$strStorageEngines = 'Saqlaw Engine';
$strStrucCSV = 'CSV bireme';
$strStrucData = 'Tözeleşen dä, eçtälegen dä';
$strStrucDrop = '"DROP TABLE" östise';
$strStrucExcelCSV = 'CSV bireme, MS Excel öçen';
$strStrucNativeExcel = 'MS Excel\'nıñ üz formatı';
$strStrucOnly = 'Tözeleşen genä';
$strStructPropose = 'Table tözeleşenä küzätü';
$strStructure = 'Tözeleş';
$strSubmit = 'Yulla';
$strSuccess = 'SQL-sorawıñ uñışlı eşkärtelde';
$strSum = 'Sum';
$strSwedish = 'İswäcçä';
$strSwitchToDatabase = 'Küplängän biremlekkä küçäse';
$strSwitchToTable = 'Küplängän table\'ğa küçäse';
 
$strTable = 'table';
$strTableComments = 'Table täfsire';
$strTableEmpty = 'Table adı kertelmi qaldı!';
$strTableHasBeenDropped = '"%s" atlı table beterelde';
$strTableHasBeenEmptied = '"%s" atlı table buşatıldı';
$strTableHasBeenFlushed = '"%s" atlı table awdarıldı';
$strTableMaintenance = 'Table eşkärtü';
$strTableOfContents = 'Eçtälek isemlege';
$strTableOptions = 'Table köyläwe';
$strTableStructure = 'Table tözeleşe';
$strTableType = 'Table töre';
$strTables = '%s table';
$strTakeIt = 'bonı sayla';
$strTblPrivileges = 'Berär table öçen xoquqlar';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable';
$strThai = 'Tayça';
$strTheme = 'Tışlaw / Bizäleş';
$strThisHost = 'Bu Sanaq';
$strThisNotDirectory = 'Törgäk tügel ul';
$strThreadSuccessfullyKilled = '%s cebe uñışlı üterelgän buldı.';
$strTime = 'Waqıt';
$strToggleScratchboard = 'Toggle scratchboard';
$strTotal = 'tulayım';
$strTotalUC = 'Tulayım';
$strTraditionalChinese = 'Ğädäti Çinçä';
$strTraditionalSpanish = 'Ğädäti Íspança';
$strTraffic = 'Taşım';
$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';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$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().';
$strTransformation_text_plain__external = 'LINUX ĞIÑA: 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)';
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';
$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.';
$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.';
$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: ...) .';
$strTruncateQueries = 'Sorawnı Qısqartıp Kürsätäse';
$strTurkish = 'Törekçä';
$strType = 'Töre';
 
$strUkrainian = 'Ukrainça';
$strUncheckAll = 'Saylanunı Beter';
$strUnicode = 'Unicode';
$strUnique = 'Qabatsız';
$strUnknown = 'belgesez';
$strUnselectAll = 'Saylanunı Töşer';
$strUpdComTab = 'Sineñ Column_comments Table yañartu eşe turında Qullanmada qarísı';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Sorawnı Yañart';
$strUpgrade = 'You should upgrade to %s %s or later.';
$strUsage = 'Totılu';
$strUseBackquotes = 'Table/alan isemnären kirequote eçenä salası';
$strUseHostTable = 'Host Table eçennän';
$strUseTabKey = 'Ber bäyädän ikençegä küçü öçen TAB töymäsen qullanası, başqa cirgä küçü öçen, CTRL+uq töymäläre bar';
$strUseTables = 'Use Tables';
$strUseTextField = 'Bu mätennän';
$strUseThisValue = 'Bu bäyä belän';
$strUser = 'Qullanuçı';
$strUserAlreadyExists = '"%s" atlı qullanuçı bar inde!';
$strUserEmpty = 'Atama buş!';
$strUserName = 'İreşü iseme';
$strUserNotFound = 'Bu qullanuçı xoquqlar table eçendä tabılmadı.';
$strUserOverview = 'Qullanuçılar isemlege';
$strUsersDeleted = 'Saylanğan qullanuçını beterü uñışlı uzğan.';
$strUsersHavingAccessToDb = '"%s" belän eşläw xoquqı bulğan qullanuçılar';
 
$strValidateSQL = 'SQL\'nı Tikşer';
$strValidatorError = 'SQL-tikşerüçe köylänmägän. Bu kiräk bulğan php-yöklämäne köyläw turında %squllanmada%s uqıp bula.';
$strValue = 'Bäyä';
$strVar = 'Üzgärelmä';
$strVersionInformation = 'Yurama turında';
$strView = 'Qaraş';
$strViewDump = 'Table eçtälegen (tözeleşen) çığaru';
$strViewDumpDB = 'Biremlek eçtälegen (tözeleşen) çığaru';
$strViewDumpDatabases = 'Biremleklärneñ eçtälegen (tözeleşen) çığaru';
$strViewHasBeenDropped = '"%s" atlı Qaraş beterelgän buldı';
 
$strWebServerUploadDirectory = 'web-server\'neñ yökläw törgäge';
$strWebServerUploadDirectoryError = 'Yökläw öçen bigelängän törgäkne uqıp bulmí';
$strWelcome = 'Räxim it äytä: %s';
$strWestEuropean = 'Batış Awrupı';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Browsernıñ maqsat täräzäse yañartılmí qaldı. Ana-täräzä yabılğan bulğan bälki, yä browsernıñ iminlek caylawında, täräzä-ara yañartuğa tíılu bar.';
$strWithChecked = 'Saylanğannı:';
$strWriteRequests = 'Yazuğa soraw';
$strWritingCommentNotPossible = 'Taswír östäw mömkin tügel';
$strWritingRelationNotPossible = 'Bäyläneş kertü mömkin tügel';
$strWrongUser = 'Atama/sersüzeñ yalğış. İreşep Bulmadı.';
 
$strXML = 'XML';
 
$strYes = 'Äye';
 
$strZeroRemovesTheLimit = 'Bel: Monda 0 (Nül) kertelsä, çikläw betereler.';
$strZip = '"ziple"';
 
// To translate:
 
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
 
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/thai-tis-620.inc.php
0,0 → 1,1001
<?php
/* $Id: thai-tis-620.inc.php,v 2.117.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
// first created 2002/04/29 Arthit Suriyawongkul & Warit Wanasathian
// last modified 2004/08/22 Arthit Suriyawongkul
 
$charset = 'tis-620';
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('亵ì', '¡ÔâÅ亵ì', 'àÁ¡¡Ð亵ì', '¡Ô¡Ð亵ì', 'à·ÍÃÒ亵ì', 'ྵµÐ亵ì', 'àÍ¡«Ð亵ì');
 
$day_of_week = array('ÍÒ.', '¨.', 'Í.', '¾.', '¾Ä.', 'È.', 'Ê.');
$month = array('Á.¤.', '¡.¾.', 'ÁÕ.¤.', 'àÁ.Â.', '¾.¤.', 'ÁÔ.Â.', '¡.¤.', 'Ê.¤.', '¡.Â.', 'µ.¤.', '¾.Â.', '¸.¤.');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y %R¹.';
 
$timespanfmt = '%s Çѹ, %s ªÑèÇâÁ§, %s ¹Ò·Õ, %s ÇÔ¹Ò·Õ';
 
$strAPrimaryKey = 'ä´éà¾ÔèÁä¾ÃÁÒÃÕ¤ÕÂìáÅéÇã¹ %s';
$strAbortedClients = '¡àÅÔ¡';
$strAbsolutePathToDocSqlDir = '¡ÃسÒãÊè absolute path ¢Í§ä´àá·ÍÃÕ docSQL º¹àÇçºà«ÔÃì¿àÇÍÃì';
$strAccessDenied = 'äÁè͹حҵãËéãªé§Ò¹';
$strAction = '¡ÃзӡÒÃ';
$strAddAutoIncrement = 'à¾ÔèÁ¤èÒ AUTO_INCREMENT';
$strAddDeleteColumn = 'à¾ÔèÁ/ź ¤ÍÅÑÁ¹ì (¿ÔÅ´ì)';
$strAddDeleteRow = 'à¾ÔèÁ/ź á¶Ç';
$strAddNewField = 'à¾ÔèÁ¿ÔÅ´ìãËÁè';
$strAddPrivilegesOnDb = 'à¾ÔèÁÊÔ·¸Ô¢Í§°Ò¹¢éÍÁÙŵèÍ仹Õé';
$strAddPrivilegesOnTbl = 'à¾ÔèÁÊÔ·¸Ô¢Í§µÒÃÒ§µèÍ仹Õé';
$strAddSearchConditions = 'à¾ÔèÁà§×è͹ä¢ã¹¡Òäé¹ËÒ:';
$strAddToIndex = 'à¾ÔèÁ´Ñª¹Õ¤ÍÅÑÁ¹ì %s';
$strAddUser = 'à¾ÔèÁ¼ÙéãªéãËÁè';
$strAddUserMessage = 'à¾ÔèÁ¼ÙéãªéãËÁèàÃÕºÃéÍÂáÅéÇ';
$strAddedColumnComment = 'à¾ÔèÁ ËÁÒÂà赯 ÊÓËÃѺ¤ÍÅÑÁ¹ì';
$strAddedColumnRelation = 'à¾ÔèÁ ÃÕàŪѹ ÊÓËÃѺ¤ÍÅÑÁ¹ì';
$strAdministration = '¡ÒôÙáÅÃкº';
$strAffectedRows = 'á¶Ç·ÕèÁÕ¼Å:';
$strAfter = 'ËÅѧ %s';
$strAfterInsertBack = 'Ê觡ÅѺ';
$strAfterInsertNewInsert = 'á·Ã¡ÃÐàºÕ¹ãËÁè';
$strAll = '·Ñé§ËÁ´';
$strAllTableSameWidth = 'ãËéáÊ´§µÒÃÒ§·Ø¡Íѹ ´éǤÇÒÁ¡ÇéÒ§à·èҡѹËÃ×ÍäÁè?';
$strAlterOrderBy = 'àÃÕ§¤èÒã¹µÒÃÒ§µÒÁ';
$strAnIndex = 'ä´éà¾ÔèÁ´Ñª¹ÕáÅéÇã¹ %s';
$strAnalyzeTable = 'ÇÔà¤ÃÒÐËìµÒÃÒ§';
$strAnd = 'áÅÐ';
$strAny = 'ã´æ';
$strAnyHost = 'âÎʵìã´æ';
$strAnyUser = '¼Ùéãªéã´æ';
$strArabic = 'ÍÒúԤ';
$strArmenian = 'ÍÒÃìàÁà¹ÕÂ';
$strAscending = '¹éÍÂä»ÁÒ¡';
$strAtBeginningOfTable = '·Õè¨Ø´àÃÔèÁµé¹¢Í§µÒÃÒ§';
$strAtEndOfTable = '·Õè¨Ø´ÊØ´·éÒ¢ͧµÒÃÒ§';
$strAttr = 'á͵·ÃÔºÔǵì';
$strAutodetect = 'µÃǨËÒÍѵâ¹ÁѵÔ';
$strAutomaticLayout = '¨Ñ´µÓá˹è§Íѵâ¹ÁѵÔ';
 
$strBack = 'Âé͹¡ÅѺ';
$strBaltic = 'ºÍŵԡ';
$strBeginCut = 'àÃÔèÁ¨Ø´µÑ´';
$strBeginRaw = 'àÃÔèÁ¢éÍÁÙÅ´Ôº';
$strBinary = ' ¢éÍÁÙÅ亹ÒÃÕ ';
$strBinaryDoNotEdit = ' ¢éÍÁÙÅ亹ÒÃÕ - ËéÒÁá¡éä¢ ';
$strBookmarkDeleted = 'ź¤Ó¤é¹·Õ訴äÇéàÃÕºÃéÍÂáÅéÇ';
$strBookmarkLabel = '»éÒª×èÍ';
$strBookmarkQuery = '¤Ó¤é¹¹Õé¶Ù¡¨´äÇéáÅéÇ';
$strBookmarkThis = '¨´¤Ó¤é¹¹ÕéäÇé';
$strBookmarkView = '´ÙÍÂèÒ§à´ÕÂÇ';
$strBrowse = 'à»Ô´´Ù';
$strBulgarian = 'ºÑÅà¡àÃÕÂ';
$strBzError = 'phpMyAdmin äÁèÊÒÁÒöºÕºÍÑ´¢éÍÁÙÅ dump ä´é à¹×èͧ¨Ò¡Êèǹ¢ÂÒ Bz2 ã¹ php ÃØè¹¹Õé¹Ñé¹àÊÕÂ. ¢Íá¹Ð¹Óà»ç¹ÍÂèÒ§ÂÔè§ãËéµÑé§ä´àá·Õ¿ <code>$cfg[\'BZipDump\']</code> ã¹ä¿Åì¤Í¹¿Ô¡¢Í§ phpMyAdmin à»ç¹ <code>FALSE</code>. ¶éҤسµéͧ¡Ò÷Õè¨Ðãªé¤ÇÒÁÊÒÁÒö¢Í§Êèǹ¢ÂÒ¡ÒúպÍÑ´ Bz2, ¤Ø³¤ÇèÐÍѾà¡Ã´ php à»ç¹ÃØ蹶Ѵä». ÃÒÂÅÐàÍÕ´´Ùä´é·Õè php bug report %s.';
$strBzip = '"bzipped"';
 
$strCSVOptions = 'µÑÇàÅ×Í¡ CSV';
$strCalendar = '»¯Ô·Ô¹';
$strCannotLogin = 'äÁèÊÒÁÒöÅçÍ¡ÍÔ¹à¢éÒà«ÔÃì¿àÇÍÃì MySQL ä´é';
$strCantLoad = 'äÁèÊÒÁÒöàÃÕ¡Êèǹ¢ÂÒ %s,<br />¡ÃسҵÃǨÊͺ¡ÒõÑ駤èҢͧ PHP';
$strCantLoadRecodeIconv = 'äÁèÊÒÁÒöàÃÕ¡ãªéµÑǪèÇ iconv ËÃ×Í recode à¾×èÍá»Å§ªØ´µÑÇÍÑ¡ÉÃ, ·Ò§àÅ×Í¡: 1) µÑ駤èÒãËé PHP ÊÒÁÒöãªéµÑǪèÇÂàËÅèÒ¹Õéä´é ËÃ×Í 2) µÑ駤èÒãËé phpMyAdmin äÁèµéͧá»Å§ªØ´µÑÇÍÑ¡ÉÃ';
$strCantRenameIdxToPrimary = 'à»ÅÕ蹪×èʹѪ¹Õà»ç¹ PRIMARY äÁèä´é!';
$strCantUseRecodeIconv = 'äÁèÊÒÁÒöãªé¿Ñ§¡ìªÑè¹ iconv ËÃ×Í libiconv ËÃ×Í recode_string ·Ñé§æ ·ÕèÊÒÁÒöàÃÕ¡µÑǪèÇ ÊÓËÃѺ¿Ñ§¡ìªÑè¹àËÅèÒ¹Ñé¹¢Öé¹ÁÒä´éáÅéÇ. ÅͧµÃǨÊͺ¡ÒõÑ駤èҢͧ PHP';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'äÁèʹ㨵ÑÇàÅ硵ÑÇãË­è';
$strCaseSensitive = 'ʹ㨵ÑÇàÅ硵ÑÇãË­è';
$strCentralEuropean = 'ÂØâû¡ÅÒ§';
$strChange = 'à»ÅÕè¹';
$strChangeCopyMode = 'ÊÃéÒ§¼ÙéãªéãËÁè ãËéÁÕÊÔ·¸ÔàËÁ×͹¡Ñ¹ áÅÐ ...';
$strChangeCopyModeCopy = '... à¡çº¢Í§à¡èÒäÇé.';
$strChangeCopyModeDeleteAndReload = ' ... ź¢Í§à¡èÒ¨Ò¡µÒÃÒ§¼Ùéãªé áÅéÇàÃÕ¡ãªéÃÒ¡ÒÃÊÔ·¸ÔìãËÁèËÅѧ¨Ò¡¹Ñé¹.';
$strChangeCopyModeJustDelete = ' ... ź¢Í§à¡èÒ·Ôé§ä»¨Ò¡µÒÃÒ§¼Ùéãªé.';
$strChangeCopyModeRevoke = ' ... àÃÕ¡¤×¹ÊÔ·¸Ôì·Ñé§ËÁ´¨Ò¡à´ÔÁ áÅéÇźÁѹËÅѧ¨Ò¡¹Ñé¹.';
$strChangeCopyUser = 'à»ÅÕè¹¢éÍÁÙÅÅçÍ¡ÍÔ¹ / ·ÓÊÓà¹Ò¼Ùéãªé';
$strChangeDisplay = 'àÅ×Í¡¿ÔÅ´ì·Õèµéͧ¡ÒÃáÊ´§';
$strChangePassword = 'à»ÅÕè¹ÃËÑʼèÒ¹';
$strCharset = 'ªØ´µÑÇÍÑ¡ÉÃ';
$strCharsetOfFile = 'ªØ´ÍÑ¡¢ÃТͧä¿Åì (character set):';
$strCharsets = 'ªØ´µÑÇÍÑ¡ÉÃ';
$strCharsetsAndCollations = 'ªØ´µÑÇÍÑ¡Éà áÅСÒÃàÃÕ§ÅӴѺ';
$strCheckAll = 'àÅ×Í¡·Ñé§ËÁ´';
$strCheckPrivs = 'µÃǨÊͺÊÔ·¸Ô';
$strCheckPrivsLong = 'µÃǨÊͺÊÔ·¸ÔÊÓËÃѺ°Ò¹¢éÍÁÙÅ &quot;%s&quot;.';
$strCheckTable = 'µÃǨÊͺµÒÃÒ§';
$strChoosePage = 'àÅ×͡˹éÒ·Õèµéͧ¡ÒÃá¡éä¢';
$strColComFeat = 'áÊ´§ËÁÒÂà˵آͧ¤ÍÅÑÁ¹ì';
$strCollation = '¡ÒÃàÃÕ§ÅӴѺ';
$strColumnNames = 'ª×èͤÍÅÑÁ¹ì';
$strColumnPrivileges = 'ÊÔ·¸Ô੾ÒФÍÅÑÁ¹ì';
$strCommand = '¤ÓÊÑè§';
$strComments = 'ËÁÒÂà˵Ø';
$strCompleteInserts = '¤ÓÊÑè§ INSERT àµçÁÃٻẺ';
$strCompression = 'ºÕºÍÑ´¢éÍÁÙÅ';
$strConfigFileError = 'phpMyAdmin äÁèÊÒÁÒöÍèÒ¹á¿éÁ¤Í¹¿Ô¡ÙàêÑ蹢ͧ¤Ø³ä´é<br />â´Â»¡µÔ ÍÒ¨¨Ðà»ç¹à¾ÃÒеÑÇ PHP ËÒä¿ÅìäÁèà¨Í ËÃ×ÍäÁèÊÒÁÒö»ÃÐÁÇżŠ(parse) ä¿Åìä´é<br />ÅͧàÃÕ¡ä¿Åì¤Í¹¿Ô¡ÙàêÑè¹¢Öé¹ÁÒâ´ÂµÃ§ (¡´ÅÔ§¤ì´éÒ¹ÅèÒ§) áÅдÙÇèÒÁÕ error message ÍÐäÃËÃ×ÍäÁè ÅͧµÃǨÊͺ´Ùà¤Ã×èͧËÁÒ quote ËÃ×Í semicolon ÇèÒãÊè¤ÃºËÃ×Íà»ÅèÒ<br />¶éҤسàËç¹Ë¹éÒÇèÒ§æ áÊ´§ÇèÒ·Ø¡ÍÂèÒ§à»ç¹»¡µÔ´Õ';
$strConfigureTableCoord = '¡ÃسҵÑ駤èÒâ¤ÍÍÃì´Ô๵¢Í§µÒÃÒ§ %s';
$strConnections = '¡ÒÃàª×èÍÁµèÍ';
$strCookiesRequired = 'µéͧ͹حҵãªéãªé \'¤Øê¡¡Õé\' (cookie) àÊÕ¡è͹ ¨Ö§¨Ð¼èÒ¹¨Ø´¹Õéä»ä´é';
$strCopyTable = '¤Ñ´ÅÍ¡µÒÃÒ§ä»Âѧ (°Ò¹¢éÍÁÙÅ<b>.</b>µÒÃÒ§):';
$strCopyTableOK = '¤Ñ´ÅÍ¡µÒÃÒ§ %s ä»à¡çºã¹ª×èÍ %s àÃÕºÃéÍÂáÅéÇ.';
$strCopyTableSameNames = '¤Ñ´ÅÍ¡µÒÃҧ价Õèà´ÔÁäÁèä´é';
$strCouldNotKill = 'phpMyAdmin äÁèÊÒÁÒö¦èÒà¸Ã´ %s. ºÒ§·ÕÁѹÍÒ¨¨Ð¶Ù¡»Ô´ä»áÅéÇ¡çä´é.';
$strCreate = 'ÊÃéÒ§';
$strCreateIndex = 'ÊÃéÒ§´Ñª¹Õâ´Â¤ÍÅÑÁ¹ì %s';
$strCreateIndexTopic = 'ÊÃéÒ§´Ñª¹ÕãËÁè';
$strCreateNewDatabase = 'ÊÃéÒ§°Ò¹¢éÍÁÙÅãËÁè';
$strCreateNewTable = 'ÊÃéÒ§µÒÃҧ㹰ҹ¢éÍÁÙŹÕé %s';
$strCreatePage = 'àÃÔèÁ˹éÒãËÁè';
$strCreatePdfFeat = '¡ÒÃÊÃéÒ§àÍ¡ÊÒà PDF';
$strCriteria = 'à§×è͹ä¢';
$strCroatian = 'â¤ÃàÍàªÕÂ';
$strCyrillic = '«ÔÃÔÅÔ¤';
$strCzech = 'àªç¤';
$strCzechSlovak = 'àªç¤-ÊâÅÇÑ¡';
 
$strDBComment = 'ËÁÒÂà˵آͧ°Ò¹¢éÍÁÙÅ: ';
$strDBGContext = '¤Í¹à·ç¡«ì';
$strDBGContextID = 'ËÁÒÂàÅ¢¤Í¹à·ç¡«ì';
$strDBGHits = 'ÎÔµ';
$strDBGLine = 'ºÃ÷Ѵ';
$strDBGMaxTimeMs = 'àÇÅÒÁÒ¡ÊØ´, ÁÔÅÅÔÇÔ¹Ò·Õ';
$strDBGMinTimeMs = 'àÇÅÒ¹éÍÂÊØ´, ÁÔÅÅÔÇÔ¹Ò·Õ';
$strDBGModule = 'âÁ´ÙÅ';
$strDBGTimePerHitMs = 'àÇÅÒ/ÎÔµ, ÁÔÅÅÔÇÔ¹Ò·Õ';
$strDBGTotalTimeMs = 'àÇÅÒ·Ñé§ËÁ´, ÁÔÅÅÔÇÔ¹Ò·Õ';
$strDBRename = 'à»ÅÕ蹪×èÍ°Ò¹¢éÍÁÙÅà»ç¹';
$strDanish = 'à´¹ÁÒÃì¡';
$strData = '¢éÍÁÙÅ';
$strDataDict = '¾¨¹Ò¹Ø¡ÃÁ¢éÍÁÙÅ';
$strDataOnly = '੾ÒТéÍÁÙÅ';
$strDatabase = '°Ò¹¢éÍÁÙÅ';
$strDatabaseHasBeenDropped = 'â¹°Ò¹¢éÍÁÙÅ %s ·Ôé§ä»àÃÕºÃéÍÂáÅéÇ';
$strDatabases = '°Ò¹¢éÍÁÙÅ';
$strDatabasesDropped = '%s °Ò¹¢éÍÁÙÅä´é¶Ù¡·Ôé§ä»àÃÕºÃéÍÂáÅéÇ.';
$strDatabasesStats = 'ʶԵ԰ҹ¢éÍÁÙÅ';
$strDatabasesStatsDisable = '¡àÅÔ¡¡ÒÃà¡çºÊ¶ÔµÔ';
$strDatabasesStatsEnable = 'ãËéÁÕ¡ÒÃà¡çºÊ¶ÔµÔ';
$strDatabasesStatsHeavyTraffic = 'â»Ã´·ÃÒº: ¡ÒÃà»Ô´ãªé¡ÒÃà¡çºÊ¶ÔµÔ¢Í§°Ò¹¢éÍÁÙÅ ÍÒ¨¨Ð·ÓãËéÁÕ»ÃÔÁÒ³¡ÒöèÒÂâ͹¢éÍÁÙŨӹǹÁÒ¡ ÃÐËÇèÒ§àÇçºà«ÔÃì¿àÇÍÃì áÅÐà«ÔÃì¿àÇÍÃì MySQL.';
$strDbPrivileges = 'ÊÔ·¸Ôà¨ÒШ§à©¾Òаҹ¢éÍÁÙÅ';
$strDbSpecific = '੾Òаҹ¢éÍÁÙÅ';
$strDefault = '¤èÒ»ÃÔÂÒÂ';
$strDefragment = '¨Ñ´ÃÐàºÕºµÒÃÒ§';
$strDelete = 'ź';
$strDeleteAndFlush = 'ź¼Ùéãªé áÅÐàÃÕ¡ãªéÃÒ¡ÒÃÊÔ·¸ÔìãËÁèËÅѧ¨Ò¡¹Ñé¹.';
$strDeleteAndFlushDescr = '¹Õèà»ç¹ÇÔ¸Õ·ÕèËÁ´¨´·ÕèÊØ´ áµè¡ÒÃâËÅ´ÊÔ·¸Ôãªé§Ò¹ãËÁè ¨ÐµéͧãªéàÇÅÒÊÑ¡ÃÐÂÐ.';
$strDeleted = 'źàÃÕºÃéÍÂáÅéÇ';
$strDeletedRows = 'á¶Ç·Õè¶Ù¡Åº:';
$strDeleting = '¡ÓÅѧź %s';
$strDescending = 'Áҡ仹éÍÂ';
$strDescription = 'ÃÒÂÅÐàÍÕ´';
$strDictionary = '¾¨¹Ò¹Ø¡ÃÁ';
$strDisabled = 'ÃЧѺ¡ÒÃãªéÍÂÙè';
$strDisplayFeat = '¤ÇÒÁÊÒÁÒö´éÒ¹¡ÒÃáÊ´§¼Å';
$strDisplayOrder = 'ÅӴѺ¡ÒÃáÊ´§:';
$strDisplayPDF = 'áÊ´§Ê¡ÕÁҢͧ PDF';
$strDoAQuery = '·Ó "¤Ó¤é¹¨Ò¡µÑÇÍÂèÒ§" (wildcard: "%")';
$strDoYouReally = 'µéͧ¡ÒèР';
$strDocu = 'àÍ¡ÊÒÃÍéÒ§ÍÔ§';
$strDrop = 'â¹·Ôé§';
$strDropUsersDb = 'â¹°Ò¹¢éÍÁÙÅ·ÕèÁÕª×èÍà´ÕÂǡѺ¼Ùéãªé·Ôé§.';
$strDumpXRows = '´ÑÁ¾ìá¶Ç %s á¶Ç àÃÔèÁ·Õèá¶Ç %s';
$strDumpingData = 'dump µÒÃÒ§';
$strDynamic = 'äÁ褧·Õè';
 
$strEdit = 'á¡éä¢';
$strEditPDFPages = 'á¡éä¢Ë¹éÒ PDF';
$strEditPrivileges = 'á¡éä¢ÊÔ·¸Ô';
$strEffective = 'ÁÕ¼Å';
$strEmpty = 'ź¢éÍÁÙÅ';
$strEmptyResultSet = 'MySQL ¤×¹¼ÅÅѾ¸ìÇèÒ§à»ÅèÒ¡ÅѺÁÒ (null / 0 á¶Ç).';
$strEnabled = 'à»Ô´ãªéÍÂÙè';
$strEnd = '·éÒÂÊØ´';
$strEndCut = 'ÊÔé¹ÊØ´¨Ø´µÑ´';
$strEndRaw = 'ÊÔé¹ÊØ´¢éÍÁÙÅ´Ôº';
$strEnglish = 'Íѧ¡ÄÉ';
$strEnglishPrivileges = ' â»Ã´·ÃÒº: ª×èͧ͢ÊÔ·¸Ôã¹ MySQL ¨ÐáÊ´§à»ç¹ÀÒÉÒÍѧ¡ÄÉ ';
$strError = '¼Ô´¾ÅÒ´';
$strEstonian = 'àÍÊâµà¹ÕÂ';
$strExcelOptions = 'µÑÇàÅ×Í¡ Excel';
$strExplain = '͸ԺÒ SQL';
$strExport = 'Êè§ÍÍ¡';
$strExtendedInserts = 'á·Ã¡ËÅÒÂÃÐàºÕ¹㹤ÃÒÇà´ÕÂÇ';
$strExtra = 'à¾ÔèÁàµÔÁ';
 
$strFailedAttempts = '¤ÇÒÁ¾ÂÒÂÒÁÅéÁàËÅÇ';
$strField = '¿ÔÅ´ì';
$strFieldHasBeenDropped = '⹿ÔÅ´ì %s ·Ôé§ä»àÃÕºÃéÍÂáÅéÇ';
$strFields = '¨Ó¹Ç¹¿ÔÅ´ì';
$strFieldsEmpty = ' ¨Ó¹Ç¹¿ÔÅ´ì¤×Í ÇèÒ§à»ÅèÒ! ';
$strFieldsEnclosedBy = '¤ÃèÍÁ¿ÔÅ´ì´éÇÂ';
$strFieldsEscapedBy = 'à¤Ã×èͧËÁÒÂÊÓËÃѺ escape char';
$strFieldsTerminatedBy = '¨º¿ÔÅ´ì´éÇÂ';
$strFileCouldNotBeRead = 'ÍèÒ¹ä¿ÅìäÁèä´é';
$strFileNameTemplate = 'ÃٻẺ¢Í§ª×èÍä¿Åì';
$strFileNameTemplateRemember = '¨ÓÃٻẺ';
$strFixed = '¤§·Õè';
$strFlushTable = 'ÅéÒ§µÒÃÒ§ (flush)';
$strFormEmpty = '¤èÒã¹áºº¿ÍÃìÁËÒÂä» !';
$strFormat = 'ÃٻẺ';
$strFullText = '·Ñ駢éͤÇÒÁ';
$strFunction = '¿Ñ§¡ìªÑè¹';
 
$strGenBy = 'ÊÃéÒ§â´Â';
$strGenTime = 'àÇÅÒ㹡ÒÃÊÃéÒ§';
$strGeneralRelationFeat = '¤ÇÒÁÊÒÁÒö´éÒ¹ÃÕàŪѹ·ÑèÇä»';
$strGeorgian = '¨ÍÃìà¨ÕÂ';
$strGerman = 'àÂÍÃÁѹ';
$strGlobal = 'â¡ÅºÍÅ';
$strGlobalPrivileges = 'ÊÔ·¸ÔẺâ¡ÅºÍÅ';
$strGlobalValue = '¤èÒẺâ¡ÅºÍÅ';
$strGo = 'ŧÁ×Í';
$strGrantOption = 'ÁͺÊÔ·¸Ô';
$strGreek = '¡ÃÕ¡';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'à»ÅÕè¹àÊÃç¨áÅéÇ';
$strHasBeenCreated = 'ÊÃéÒ§àÊÃç¨áÅéÇ';
$strHaveToShow = 'µéͧàÅ×Í¡ãËéáÊ´§ÍÂèÒ§¹éÍÂ˹Ö觤ÍÅÑÁ¹ì';
$strHebrew = 'ÎÔºÃÙ';
$strHexForBinary = 'ãªéàÅ¢°Ò¹ÊԺˡÊÓËÃѺªèͧ¢éÍÁÙÅ亹ÒÃÕ';
$strHome = '˹éÒºéÒ¹';
$strHomepageOfficial = 'âÎÁྨÍÂèÒ§à»ç¹·Ò§¡Òâͧ phpMyAdmin';
$strHost = 'âÎʵì';
$strHostEmpty = 'ª×èÍâÎʵìÂѧÇèÒ§ÍÂÙè!';
$strHungarian = 'Îѧ¡ÒÃÕ';
 
$strIcelandic = 'äÍ«ìᏴì';
$strId = 'ID';
$strIdxFulltext = '¢éͤÇÒÁàµçÁ (fulltext)';
$strIgnore = 'äÁèʹã¨';
$strIgnoringFile = 'äÁèʹã¨ä¿Åì %s';
$strImportDocSQL = '¹Óà¢éÒä¿Åì docSQL';
$strImportFiles = '¹Óà¢éÒä¿Åì';
$strInUse = 'ãªéÍÂÙè';
$strIndex = '´Ñª¹Õ';
$strIndexHasBeenDropped = '⹴Ѫ¹Õ %s ·Ôé§ä»àÃÕºÃéÍÂáÅéÇ';
$strIndexName = 'ª×èʹѪ¹Õ :';
$strIndexType = 'ª¹Ô´¢Í§´Ñª¹Õ :';
$strIndexes = '´Ñª¹Õ';
$strInnodbStat = 'ʶҹТͧ InnoDB';
$strInsecureMySQL = '¨Ò¡ä¿Åìà¡çº¤èÒ¡Ó˹´¢Í§¤Ø³ ¤Ø³äÁèä´éµÑé§ÃËÑʼèÒ¹ÊÓËÃѺ root «Ö觨ж١ãªéà»ç¹ª×èÍ»ÃÔÂÒ«Öè§ÁÕÊÔ·¸Ô¾ÔàÈÉ. à«ÔÃì¿àÇÍÃì MySQL ·Õè·Ó§Ò¹´éǤèÒ»ÃÔÂÒ¹Õé ÍÒ¨¶Ù¡ºØ¡ÃØ¡ä´é ¤Ø³¤ÇèÐá¡éä¢ÃÙÃÑèÇÍѹ¹Õé·Ñ¹·Õ à¾×èͤÇÒÁ»ÅÍ´ÀÑÂ';
$strInsert = 'á·Ã¡';
$strInsertAsNewRow = 'á·Ã¡à»ç¹á¶ÇãËÁè';
$strInsertNewRow = 'á·Ã¡á¶ÇãËÁè';
$strInsertedRowId = 'á·Ã¡àÅ¢»ÃШÓá¶Ç:';
$strInsertedRows = 'á¶Ç·Õè¶Ù¡á·Ã¡:';
$strInternalRelations = 'ÃÕàŪѹÀÒÂã¹';
 
$strJapanese = '­Õè»Øè¹';
$strJumpToDB = '¡ÃÐâ´´ä»·Õè°Ò¹¢éÍÁÙÅ &quot;%s&quot;.';
$strJustDelete = 'á¤èź¼ÙéãªéÍÍ¡¨Ò¡µÒÃÒ§áÊ´§ÊÔ·¸Ôà¢éÒ¶Ö§';
 
$strKeepPass = '¡ÃسÒÍÂèÒà»ÅÕè¹ÃËÑʼèÒ¹';
$strKeyname = 'ª×èͤÕÂì';
$strKill = '¦èÒ·Ôé§';
$strKorean = 'à¡ÒËÅÕ';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'µÑÇàÅ×Í¡ LaTeX';
$strLandscape = 'á¹Ç¹Í¹';
$strLatexCaption = '¤Ó͸ԺÒµÒÃÒ§';
$strLatexContinued = '(µèÍ)';
$strLatvian = 'ÅѵàÇÕÂ';
$strLengthSet = '¤ÇÒÁÂÒÇ/૵*';
$strLimitNumRows = 'ÃÐàºÕ¹µèÍ˹éÒ';
$strLinesTerminatedBy = '¨ºá¶Ç´éÇÂ';
$strLinkNotFound = 'äÁ辺ÅÔ§¡ì';
$strLinksTo = 'àª×èÍÁä»Âѧ';
$strLithuanian = 'ÅÔ¸ÑÇà¹ÕÂ';
$strLocalhost = 'âŤÍÅ';
$strLocationTextfile = 'àÅ×Í¡ä¿Åì¢éͤÇÒÁ¨Ò¡';
$strLogPassword = 'ÃËÑʼèÒ¹:';
$strLogServer = 'à«ÔÃì¿àÇÍÃì';
$strLogUsername = 'ª×èͼÙéãªé:';
$strLogin = 'à¢éÒÊÙèÃкº';
$strLoginInformation = '¢éÍÁÙÅÅçÍ¡ÍÔ¹';
$strLogout = 'ÍÍ¡¨Ò¡Ãкº';
 
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'MIME-types ·ÕèÁÕÍÂÙè';
$strMIME_available_transform = '¡ÒÃá»Å§·ÕèàÃÕ¡ãªéä´é';
$strMIME_description = 'ÃÒÂÅÐàÍÕ´';
$strMIME_nodescription = 'äÁè»ÃÒ¡¯ÃÒÂÅÐàÍÕ´ÊÓËÃѺ¡ÒÃá»Å§¹Õé.<br />¡ÃسÒÊͺ¶ÒÁ¼Ùéà¢Õ¹ÇèÒ, %s ·ÓÍÐäÃ.';
$strMIME_transformation_options = 'µÑÇàÅ×Í¡¡ÒÃá»Å§';
$strMaximumSize = '¢¹Ò´ãË­èÊØ´: %s%s';
$strModifications = 'ºÑ¹·Ö¡¡ÒÃá¡éä¢àÃÕºÃéÍÂáÅéÇ';
$strModify = 'á¡éä¢';
$strModifyIndexTopic = 'á¡é䢴Ѫ¹Õ';
$strMoveTable = 'ÂéÒµÒÃÒ§ä» (database<b>.</b>table):';
$strMoveTableOK = 'µÒÃÒ§ %s ¶Ù¡ÂéÒÂä» %s áÅéÇ';
$strMoveTableSameNames = 'ÂéÒµÒÃҧ价Õèà´ÔÁäÁèä´é';
$strMultilingual = 'ËÅÒÂÀÒÉÒ';
$strMySQLCharset = 'ªØ´µÑÇÍÑ¡Éà (charset) ¢Í§ MySQL';
$strMySQLSaid = 'MySQL áÊ´§: ';
$strMySQLShowProcess = 'áÊ´§§Ò¹·Õè·ÓÍÂÙè¢Í§ MySQL';
$strMySQLShowStatus = 'áÊ´§Ê¶Ò¹Ð¢Í§ MySQL';
$strMySQLShowVars = 'áÊ´§µÑÇá»ÃÃкº¢Í§ MySQL';
 
$strName = 'ª×èÍ';
$strNext = 'µèÍä»';
$strNo = 'äÁè';
$strNoDatabases = 'äÁèÁÕ°Ò¹¢éÍÁÙÅ';
$strNoDatabasesSelected = 'ÂѧäÁèä´éàÅ×Í¡°Ò¹¢éÍÁÙÅ.';
$strNoDescription = 'äÁèÁÕÃÒÂÅÐàÍÕ´';
$strNoDropDatabases = '¤ÓÊÑè§ "DROP DATABASE" ¶Ù¡»Ô´äÇé';
$strNoExplain = 'äÁèµéͧ͸ԺÒ SQL';
$strNoFrames = 'àºÃÒà«ÍÃì·Õè<b>ãªéà¿ÃÁä´é</b> ¨ÐªèÇÂãËéãªé phpMyAdmin ä´é§èÒ¢Öé¹';
$strNoIndex = 'ÂѧäÁèä´é¡Ó˹´´Ñª¹Õã´æ!';
$strNoIndexPartsDefined = 'äÁèä´é¡Ó˹´Êèǹã´æ ¢Í§´Ñª¹Õ!';
$strNoModification = 'äÁèÁÕ¡ÒÃà»ÅÕè¹á»Å§';
$strNoOptions = 'ÃٻẺ¹ÕéäÁèÁÕµÑÇàÅ×Í¡';
$strNoPassword = 'äÁèÁÕÃËÑʼèÒ¹';
$strNoPhp = 'äÁèàÍÒâ¤é´ PHP';
$strNoPrivileges = 'äÁèÁÕÊÔ·¸Ô';
$strNoRights = '¤Ø³äÁèÁÕÊÔ·¸Ô·Õè¨Ðà¢éÒÁҵç¹Õé!';
$strNoRowsSelected = 'ÂѧäÁèä´éàÅ×Í¡á¶Ç';
$strNoTablesFound = 'äÁ辺µÒÃҧ㴠æ ã¹°Ò¹¢éÍÁÙÅ';
$strNoUsersFound = 'äÁ辺¼Ùéãªéã´æ.';
$strNoValidateSQL = 'äÁèµéͧµÃǨÊͺ SQL';
$strNone = 'äÁèÁÕ';
$strNotNumber = '¤èÒ¹ÕéäÁèãªèµÑÇàÅ¢!';
$strNotOK = 'äÁ赡ŧ';
$strNotSet = 'äÁ辺µÒÃÒ§ <b>%s</b> ã¹ %s';
$strNull = 'ÇèÒ§à»ÅèÒ (null)';
$strNumSearchResultsInTable = '¾º %s ¼ÅÅѾ¸ì·ÕèµÃ§ã¹µÒÃÒ§ <i>%s</i>';
$strNumSearchResultsTotal = '<b>ÃÇÁ:</b> <i>%s</i> ¼ÅÅѾ¸ì·ÕèµÃ§';
$strNumTables = 'µÒÃÒ§';
 
$strOK = 'µ¡Å§';
$strOperations = '¡Ãкǹ¡ÒÃ';
$strOptimizeTable = '»ÃѺáµè§µÒÃÒ§';
$strOr = 'ËÃ×Í';
$strOverhead = 'à¡Ô¹¤ÇÒÁ¨Óà»ç¹';
$strOverwriteExisting = 'à¢Õ¹·Ñºá¿éÁ·ÕèÁÕÍÂÙèáÅéÇ';
 
$strPHP40203 = '¤Ø³¡ÓÅѧãªé PHP ÃØè¹ 4.2.3, «Öè§ÁÕºÑê¡ÃéÒÂáçà¡ÕèÂǡѺ multi-byte strings (mbstring). ¡ÃسҴÙÃÒ§ҹºÑê¡ PHP ËÁÒÂàÅ¢ 19404. àÃÒäÁèá¹Ð¹ÓãËé¤Ø³ãªé PHP ÃØè¹¹Õé¡Ñº phpMyAdmin.';
$strPHPVersion = 'ÃØ蹢ͧ PHP';
$strPageNumber = 'ËÁÒÂàŢ˹éÒ:';
$strPaperSize = '¢¹Ò´¡ÃдÒÉ';
$strPartialText = '¢éͤÇÒÁºÒ§Êèǹ';
$strPassword = 'ÃËÑʼèÒ¹';
$strPasswordChanged = 'à»ÅÕè¹ÃËÑʼèÒ¹¢Í§ %s àÃÕºÃéÍÂáÅéÇ';
$strPasswordEmpty = 'ÃËÑʼèÒ¹ÂѧÇèÒ§ÍÂÙè!';
$strPasswordNotSame = 'ÃËÑʼèÒ¹äÁèµÃ§¡Ñ¹!';
$strPdfDbSchema = 'schema ¢Í§°Ò¹¢éÍÁÙÅ "%s" - ˹éÒ %s';
$strPdfInvalidTblName = 'äÁèÁÕµÒÃÒ§ "%s"!';
$strPdfNoTables = 'äÁèÁÕµÒÃÒ§';
$strPerHour = 'µèͪÑèÇâÁ§';
$strPerMinute = 'µè͹ҷÕ';
$strPerSecond = 'µèÍÇÔ¹Ò·Õ';
$strPhoneBook = 'ÊÁØ´â·ÃÈѾ·ì';
$strPhp = 'ÊÃéÒ§â¤é´ PHP';
$strPmaDocumentation = 'àÍ¡ÊÒáÒÃãªé phpMyAdmin';
$strPmaUriError = '<b>µéͧ</b>¡Ó˹´¤èÒ <tt>$cfg[\'PmaAbsoluteUri\']</tt> ã¹ä¿Åì¤Í¹¿Ô¡ÙàêÑè¹àÊÕ¡è͹';
$strPolish = 'â»áŹ´ì';
$strPortrait = 'á¹ÇµÑé§';
$strPos1 = '¨Ø´àÃÔèÁµé¹';
$strPrevious = '¡è͹˹éÒ';
$strPrimary = 'ä¾ÃÁÒÃÕ';
$strPrimaryKeyHasBeenDropped = 'â¹ä¾ÃÁÒÃÕ¤ÕÂì·Ôé§ä»àÃÕºÃéÍÂáÅéÇ';
$strPrimaryKeyName = 'ª×èͧ͢ä¾ÃÁÒÃÕ¤ÕÂì ¨Ðµéͧà»ç¹ PRIMARY à·èÒ¹Ñé¹';
$strPrimaryKeyWarning = '(ª×èͧ͢ä¾ÃÁÒÃÕ¤ÕÂì<b>¨Ðµéͧà»ç¹</b> "PRIMARY" à·èÒ¹Ñé¹!)';
$strPrint = '¾ÔÁ¾ì';
$strPrintView = 'áÊ´§';
$strPrivDescAllPrivileges = 'ãËéÊÔ·¸Ô·Ø¡ÍÂèÒ§ ¡àÇ鹡ÒÃãËéÊÔ·¸Ôá¡è¼ÙéÍ×è¹ (GRANT).';
$strPrivDescAlter = '͹حҵãËéà»ÅÕè¹â¤Ã§ÊÃéÒ§¢Í§µÒÃÒ§·ÕèÁÕÍÂÙèà´ÔÁ.';
$strPrivDescCreateDb = '͹حҵãËéÊÃéÒ§°Ò¹¢éÍÁÙÅ áÅеÒÃÒ§ãËÁè.';
$strPrivDescCreateTbl = '͹حҵãËéÊÃéÒ§µÒÃÒ§ãËÁè.';
$strPrivDescCreateTmpTable = '͹حҵãËéÊÃéÒ§µÒÃÒ§ªÑèǤÃÒÇ.';
$strPrivDescDelete = '͹حҵãËéź¢éÍÁÙÅ';
$strPrivDescDropDb = '͹حҵãËé·Ô駰ҹ¢éÍÁÙÅ áÅеÒÃÒ§';
$strPrivDescDropTbl = '͹حҵãËé·Ô駵ÒÃÒ§';
$strPrivDescExecute = '͹حҵãËéÃѹ stored procedure (äÁèÁÕ¼Åã¹ MySQL ÃØè¹¹Õé)';
$strPrivDescFile = '͹حҵãËé¹Óà¢éÒ¢éÍÁÙÅ áÅÐÊè§ÍÍ¡¢éÍÁÙÅ ä»·Õèä¿Åì';
$strPrivDescGrant = '͹حҵãËéà¾ÔèÁ¼Ùéãªé áÅÐÊÔ·¸Ôà¢éÒ¶Ö§ â´ÂäÁèµéͧàÃÕ¡ãªéµÒÃÒ§ÊÔ·¸ÔãËÁè';
$strPrivDescIndex = '͹حҵãËéÊÃéÒ§ áÅзÔé§ ´Ñª¹Õ';
$strPrivDescInsert = '͹حҵãËéà¾ÔèÁ áÅÐá·¹·Õè ¢éÍÁÙÅ';
$strPrivDescLockTables = '͹حҵãËéÅçÍ¡µÒÃÒ§ÊÓËÃѺà¸Ã´»Ñ¨¨ØºÑ¹';
$strPrivDescMaxConnections = '¨Ó¡Ñ´¨Ó¹Ç¹¡ÒÃàª×èÍÁµèÍãËÁè ·Õè¼Ùéãªé¨ÐÊÒÁÒöà»Ô´ä´é µèͪÑèÇâÁ§';
$strPrivDescMaxQuestions = '¨Ó¡Ñ´¨Ó¹Ç¹¢Í§¤Ó¤é¹ ·Õè¼Ùéãªé¨ÐÊÒÁÒöÊè§ÁÒ·Õèà«ÔÃì¿àÇÍÃìä´é µèͪÑèÇâÁ§';
$strPrivDescMaxUpdates = '¨Ó¡Ñ´¨Ó¹Ç¹¢Í§¤ÓÊÑè§ ·Õè¨Ðà»ÅÕè¹á»Å§µÒÃÒ§ ËÃ×Í°Ò¹¢éÍÁÙÅã´æ ·Õè¼Ùéãªé¨ÐÊÒÁÒöÊÑè§ä´é µèͪÑèÇâÁ§';
$strPrivDescProcess3 = '͹حҵãËé·ÓÅÒÂâ¾Ãà«Ê¢Í§¼ÙéãªéÍ×è¹';
$strPrivDescProcess4 = '͹حҵãËé´Ù¤Ó¤é¹·Ñé§ËÁ´ã¹ÃÒ¡ÒÃâ¾Ãà«Ê';
$strPrivDescReferences = 'äÁèÁÕ¼Åã¹ MySQL ÃØè¹¹Õé';
$strPrivDescReload = '͹حҵãËéàÃÕ¡ãªé¤èÒ¡Ó˹´¢Í§à«ÔÃì¿àÇÍÃìãËÁè áÅÐÅéҧᤪ¢Í§à«ÔÃì¿àÇÍÃì';
$strPrivDescReplClient = 'ÁͺÊÔ·¸ÔãËé¼Ùéãªé 㹡ÒöÒÁÇèÒ slaves ËÃ×Í masters ÍÂÙè·Õèä˹.';
$strPrivDescSelect = '͹حҵãËéÍèÒ¹¢éÍÁÙÅä´é.';
$strPrivDescShowDb = 'ÊÒÁÒöàÃÕ¡´ÙÃÒ¡Òðҹ¢éÍÁÙÅ·Ñé§ËÁ´ä´é';
$strPrivDescShutdown = '͹حҵãËé»Ô´à«ÔÃì¿àÇÍÃìä´é';
$strPrivDescUpdate = '͹حҵãËéà»ÅÕè¹¢éÍÁÙÅä´é.';
$strPrivDescUsage = 'äÁèÁÕÊÔ·¸Ôã´æ.';
$strPrivileges = 'ÊÔ·¸Ô';
$strPrivilegesReloaded = 'ÊÔ·¸Ôä´é¶Ù¡àÃÕ¡ãªéãËÁèàÃÕºÃéÍÂáÅéÇ';
$strProcesslist = 'ÃÒ¡ÒÃâ¾Ãà«Ê';
$strPutColNames = 'ãÊèª×èÍ¿ÔÅ´ì·Õèá¶Çáá';
 
$strQBE = '¤Ó¤é¹¨Ò¡µÑÇÍÂèÒ§';
$strQBEDel = 'ź';
$strQBEIns = 'à¾ÔèÁ';
$strQueryFrame = '˹éÒµèÒ§¤Ó¤é¹';
$strQueryOnDb = '¤Ó¤é¹º¹°Ò¹¢éÍÁÙÅ <b>%s</b>:';
$strQuerySQLHistory = 'SQL-history';
$strQueryStatistics = '<b>ʶԵԤӤé¹</b>: ÁÕ %s ¤Ó¤é¹ ¶Ù¡Êè§ä»·Õèà«ÔÃì¿àÇÍÃì ¹ÑºµÑé§áµèàÃÔèÁÃкº.';
$strQueryTime = '¤Ó¤é¹ãªéàÇÅÒ %01.4f ÇÔ¹Ò·Õ';
$strQueryType = 'ª¹Ô´¤Ó¤é¹';
 
$strReType = '¾ÔÁ¾ìãËÁè';
$strReceived = 'ä´éÃѺ';
$strRecords = 'ÃÐàºÕ¹';
$strReferentialIntegrity = 'µÃǨÊͺ¤ÇÒÁÊÁºÙóì¢Í§¡ÒÃÍéÒ§¶Ö§:';
$strRefresh = 'àÃÕ¡ãËÁè';
$strRelationNotWorking = '¤ÇÒÁÊÒÁÒöà¾ÔèÁàµÔÁÊÓËÃѺ linked Tables ä´é¶Ù¡ÃЧѺàÍÒäÇé µÒÁà˵ؼŷÕèá¨é§äÇéã¹ %shere%s';
$strRelationView = 'ÁØÁÁͧÃÕàŪѹ';
$strRelationalSchema = 'ÃÕàŪѹá¹Å Ê¡ÕÁÒ';
$strRelations = 'ÃÕàŪѹ';
$strReloadMySQL = 'ÃÕâËÅ´ MySQL ãËÁè';
$strReloadingThePrivileges = '»ÃѺ»ÃاÊÔ·¸Ôà¢éÒ¶Ö§ãËÁèÍÕ¡Ãͺ';
$strRemoveSelectedUsers = '¶Í¹¼Ùéãªé·ÕèàÅ×Í¡';
$strRenameTable = 'à»ÅÕ蹪×è͵ÒÃÒ§à»ç¹';
$strRenameTableOK = 'µÒÃÒ§ %s ä´é¶Ù¡à»ÅÕ蹪×èÍà»ç¹ %s';
$strRepairTable = '«èÍÁá«ÁµÒÃÒ§';
$strReplaceNULLBy = 'á·¹·Õè NULL à»ç¹';
$strReplaceTable = 'à¢Õ¹·Ñº´éÇ¢éÍÁÙŨҡä¿Åì';
$strReset = 'àÃÔèÁãËÁè';
$strResourceLimits = '¢Õ´¨Ó¡Ñ´¢Í§·ÃѾÂÒ¡Ã';
$strRevoke = 'à¾Ô¡¶Í¹';
$strRevokeAndDelete = 'à¾Ô¡¶Í¹ active privileges ·Ñé§ËÁ´¨Ò¡¼Ùéãªé áÅÐź¼Ùéãªé·Ôé§ËÅѧ¨Ò¡¹Ñé¹.';
$strRevokeAndDeleteDescr = '¼ÙéãªéµèÒ§æ Âѧ¤§ÁÕÊÔ·¸Ô USAGE ¨¹¡ÇèÒ ¢éÍÁÙÅÊÔ·¸Ô ¨Ð¶Ù¡àÃÕ¡ãªéãËÁèÍÕ¡·Õ.';
$strRevokeMessage = '¤Ø³ä´éà¾Ô¡¶Í¹ÊÔ·¸Ô¢Í§ %s';
$strRomanian = 'âÃÁÒà¹ÕÂ';
$strRowLength = '¤ÇÒÁÂÒÇá¶Ç';
$strRowSize = ' ¢¹Ò´á¶Ç ';
$strRows = 'á¶Ç';
$strRowsFrom = 'á¶Ç àÃÔèÁ¨Ò¡á¶Ç·Õè';
$strRowsModeFlippedHorizontal = 'á¹Ç¹Í¹ (ËÁعËÑÇàÃ×èͧ)';
$strRowsModeHorizontal = 'á¹Ç¹Í¹';
$strRowsModeOptions = 'ÍÂÙèã¹ %s áÅЫéÓËÑÇá¶Ç·Ø¡æ %s à«ÅÅì';
$strRowsModeVertical = 'á¹ÇµÑé§';
$strRowsStatistic = 'ʶԵԢͧá¶Ç';
$strRunQuery = '»ÃÐÁÇżŤӤé¹';
$strRunSQLQuery = '»ÃÐÁÇżŤӤ鹺¹°Ò¹¢éÍÁÙÅ %s';
$strRunning = '·Ó§Ò¹ÍÂÙ躹 %s';
$strRussian = 'ÃÑÊà«ÕÂ';
 
$strSQL = 'SQL';
$strSQLOptions = 'µÑÇàÅ×Í¡ SQL';
$strSQLParserBugMessage = 'ÍÒ¨¨ÐÁÕ¡ÒÃà»ÅÕè¹á»Å§ºÒ§ÍÂèÒ§ ·Õè¤Ø³¾ºÇèÒÁѹà»ç¹¢éͼԴ¾ÅÒ´¢Í§µÑÇÍèÒ¹¤ÓÊÑè§ SQL. ¡ÃسҵÃǨÊͺ¤Ó¤é¹¢Í§¤Ø³ãËé¶Õè¶éǹ â´Â੾ÒСÒÃà»Ô´/»Ô´à¤Ã×èͧËÁÒ¤Ӿٴ (quotes) ãËé¶Ù¡µéͧ. ÍÕ¡ÊÒà˵Ø˹Ö觷Õèà»ç¹ä»ä´é¤×Í ¤Ø³ÍÒ¨¨ÐÍѾâËÅ´á¿éÁ亹ÒÃÕ¢éÒ§¹Í¡ªèǧ¢Í§à¤Ã×èͧËÁÒ¤Ӿٴ. ¤Ø³ÊÒÁÒö·Õè¨ÐÅͧ¤Ó¤é¹¢Í§¤Ø³·Õè¤ÍÁÁÒ¹´ìäŹì¢Í§ MySQL «Ö觤سÍÒ¨¨Ð¾º¢éͼԴ¾ÅÒ´ºÒ§ÍÂèҧ㹹Ñé¹. ËÒ¡à«ÔÃì¿àÇÍÃì MySQL á¨é§¢éͼԴ¾ÅÒ´ÁÒ, ãËéÅͧÍèÒ¹´Ù ÁѹÍÒ¨¨ÐªèÇÂãËé¤Ø³ÇÔ¹Ô¨©Ñ»ѭËÒä´é´Õ¢Öé¹. ¶éҤسÂѧ¾º»Ñ­ËҡѺ parser ã¹ phpMyAdmin ÍÂÙè áµèäÁ辺»Ñ­ËҡѺ parser 㹤ÍÁÁÒ¹´ìäŹì, ãËéÅͧŴ¤ÇÒÁÂÒǢͧ¤Ó¤é¹ SQL ŧ ¨¹¡ÃзÑè§àËÅ×Í¤Ó¤é¹ SQL à´ÕèÂÇæ ·ÕèÂѧ·ÓãËéà¡Ô´»Ñ­ËÒÍÂÙèÍÕ¡, áÅéÇá¨é§¢éͼԴ¾ÅÒ´´Ñ§¡ÅèÒÇÁÒ·ÕèàÃÒ, Êè§ÁѹÁÒ¾ÃéÍÁ¡ÑºµÑÇ¢éÍÁÙÅ·Õè¤Ø³¤é¹ «Öè§ä´é¨Ò¡Êèǹ¢Í§ CUT ´éÒ¹ÅèÒ§.';
$strSQLParserUserError = 'ÍÒ¨¨ÐÁÕ¢éͼԴ¾ÅÒ´ºÒ§ÍÂèÒ§ã¹¤Ó¤é¹ SQL ¢Í§¤Ø³. ËÒ¡ MySQL server ä´éá¨é§¢éͼԴ¾ÅÒ´ÁÒ´éÒ¹ÅèÒ§¹Õé ãËéÅͧÍèÒ¹´Ù ÁѹÍÒ¨¨ÐªèÇÂãËé¤Ø³ÇÔ¹Ô¨©Ñ»ѭËÒä´é´Õ¢Öé¹';
$strSQLQuery = '¤Ó¤é¹ SQL';
$strSQLResult = '¼ÅÅѾ¸ì SQL';
$strSQPBugInvalidIdentifer = 'ª×è͵ÑÇá»ÃäÁè¶Ù¡µéͧ';
$strSQPBugUnclosedQuote = 'äÁèä´é»Ô´à¤Ã×èͧËÁÒ¤Ӿٴ';
$strSQPBugUnknownPunctuation = 'ÁÕà¤Ã×èͧËÁÒÂÇÃäµÍ¹·ÕèäÁèÃÙé¨Ñ¡';
$strSave = 'ºÑ¹·Ö¡';
$strScaleFactorSmall = 'ÍѵÃÒÂè͹éÍÂà¡Ô¹ä» ·Õè¨Ð¨Ñ´ãËéÊ¡ÕÁÒÍÂÙèã¹Ë¹éÒà´ÕÂÇ';
$strSearch = '¤é¹ËÒ';
$strSearchFormTitle = '¤é¹ËÒã¹°Ò¹¢éÍÁÙÅ';
$strSearchInTables = 'ã¹µÒÃÒ§:';
$strSearchNeedle = '¤Ó ËÃ×Í ¤èÒ·Õèµéͧ¡Òäé¹ËÒ (wildcard: "%"):';
$strSearchOption1 = 'ÍÂèÒ§¹éÍÂ˹Ö觤Ó';
$strSearchOption2 = '·Ø¡¤Ó';
$strSearchOption3 = 'àËÁ×͹·Ñé§ÇÅÕ';
$strSearchOption4 = 'ÃٻẺ¤Ó¾éͧ (regular expression)';
$strSearchResultsFor = '¼Å¡Òäé¹ËÒ "<i>%s</i>" %s:';
$strSearchType = '¤é¹:';
$strSelectADb = 'â»Ã´àÅ×Í¡°Ò¹¢éÍÁÙÅ';
$strSelectAll = 'àÅ×Í¡·Ñé§ËÁ´';
$strSelectFields = 'àÅ×Í¡¿ÔÅ´ì (ÍÂèÒ§¹éÍÂ˹Ö觿ÔÅ´ì):';
$strSelectNumRows = '㹤Ӥé¹';
$strSelectTables = 'àÅ×Í¡µÒÃÒ§';
$strSend = 'Êè§ÁÒà»ç¹ä¿Åì';
$strSent = '¶Ù¡Êè§';
$strServer = 'à«ÔÃì¿àÇÍÃì';
$strServerChoice = 'µÑÇàÅ×Í¡à«ÔÃì¿àÇÍÃì';
$strServerNotResponding = 'à«ÔÃì¿àÇÍÃì´Ñ§¡ÅèÒÇäÁèµÍºÊ¹Í§';
$strServerStatus = '¢éÍÁÙÅÃѹä·Áì';
$strServerStatusUptime = 'à«ÔÃì¿àÇÍÃì MySQL ¹ÕéÃѹÁÒà»ç¹àÇÅÒ %s. àÃÔèÁµÍ¹ %s.';
$strServerTabProcesslist = 'â¾Ãà«Ê';
$strServerTabVariables = 'µÑÇá»Ã';
$strServerTrafficNotes = '<b>¡ÒèÃҨâͧà«ÔÃì¿àÇÍÃì</b>: µÒÃÒ§¹ÕéáÊ´§Ê¶ÔµÔ¢Í§¡ÒèÃҨú¹à¤Ã×Í¢èÒ ÊÓËÃѺà«ÔÃì¿àÇÍÃì MySQL ¹Õé µÑé§áµèÁѹàÃÔèÁ·Ó§Ò¹.';
$strServerVars = 'µÑÇá»Ã áÅФèÒ¡Ó˹´ ¢Í§à«ÔÃì¿àÇÍÃì';
$strServerVersion = 'ÃØ蹢ͧà«ÔÃì¿àÇÍÃì';
$strSessionValue = '¤èÒà«ÊªÑè¹';
$strSetEnumVal = '¶éÒª¹Ô´¢Í§¿ÔÅ´ìà»ç¹ "enum" ËÃ×Í "set" â»Ã´ãÊè¤èÒµÒÁÃٻẺ: \'a\',\'b\',\'c\'...<br />¶éÒµéͧ¡ÒÃãÊèà¤Ã×èͧËÁÒ backslash ("\\") ËÃ×Í ÍÑ­»ÃСÒÈà´ÕèÂÇ ("\'") à¢éÒä»ã¹¤èÒàËÅèÒ¹Ñé¹ ãËéãÊèà¤Ã×èͧËÁÒ áºê¡áÊŪ ¹Ó˹éÒ (µÑÇÍÂèÒ§: \'\\\\xyz\' or \'a\\\'b\')';
$strShow = 'áÊ´§';
$strShowAll = 'áÊ´§·Ñé§ËÁ´';
$strShowColor = 'áÊ´§ÊÕ';
$strShowDatadictAs = 'ÃٻẺ¾¨¹Ò¹Ø¡ÃÁ¢éÍÁÙÅ';
$strShowFullQueries = 'áÊ´§¤Ó¤é¹áººàµçÁ';
$strShowGrid = 'áÊ´§¡ÃÔ´';
$strShowPHPInfo = 'áÊ´§¢éÍÁÙŢͧ PHP';
$strShowTableDimension = 'áÊ´§ÁԵԢͧµÒÃÒ§';
$strShowTables = 'áÊ´§µÒÃÒ§';
$strShowThisQuery = ' áÊ´§¤Ó¤é¹¹ÕéÍÕ¡·Õ ';
$strShowingRecords = 'áÊ´§ÃÐàºÕ¹·Õè ';
$strSimplifiedChinese = '¨Õ¹ (á¼è¹´Ô¹ãË­è)';
$strSingly = '(à´ÕèÂÇ)';
$strSize = '¢¹Ò´';
$strSlovak = 'ÊâÅÇÑ¡';
$strSlovenian = 'ÊâÅàÇà¹ÕÂ';
$strSort = 'àÃÕ§';
$strSortByKey = 'àÃÕ§â´Â¤ÕÂì';
$strSpaceUsage = 'à¹×éÍ·Õè·Õèãªé';
$strSpanish = 'Ê໹';
$strSplitWordsWithSpace = '¤Ó¶Ù¡áºè§´éǪèͧÇèÒ§ (" ").';
$strStatCheckTime = 'µÃǨÊͺ¤ÃÑé§ÊØ´·éÒÂàÁ×èÍ';
$strStatCreateTime = 'ÊÃéÒ§àÁ×èÍ';
$strStatUpdateTime = '»ÃѺ»Ãا¤ÃÑé§ÊØ´·éÒÂàÁ×èÍ';
$strStatement = '¤ÓÊÑè§';
$strStatus = 'ʶҹÐ';
$strStrucCSV = '¢éÍÁÙÅ CSV (¤Ñè¹´éÇÂà¤Ã×èͧËÁÒÂÅÙ¡¹éÓ ",")';
$strStrucData = '·Ñé§â¤Ã§ÊÃéÒ§áÅТéÍÁÙÅ';
$strStrucDrop = 'à¾ÔèÁ¤ÓÊÑè§ DROP TABLE';
$strStrucExcelCSV = '¢éÍÁÙÅ CSV ÊÓËÃѺäÁâ¤Ã«Í¿µìàÍç¡à«Å';
$strStrucOnly = '੾ÒÐâ¤Ã§ÊÃéÒ§';
$strStructPropose = 'àʹÍâ¤Ã§ÊÃéÒ§µÒÃÒ§';
$strStructure = 'â¤Ã§ÊÃéÒ§';
$strSubmit = '揤';
$strSuccess = '·Ó¤Ó¤é¹àÊÃç¨àÃÕºÃéÍÂáÅéÇ';
$strSum = '¼ÅÃÇÁ';
$strSwedish = 'ÊÇÕà´¹';
$strSwitchToTable = 'ÊÅѺ价ÕèµÒÃÒ§·Õè¶Ù¡·ÓÊÓà¹ÒäÇé';
 
$strTable = 'µÒÃÒ§ ';
$strTableComments = 'ËÁÒÂà˵آͧµÒÃÒ§';
$strTableEmpty = 'ª×è͵ÒÃÒ§ÂѧÇèÒ§ÍÂÙè!';
$strTableHasBeenDropped = 'â¹µÒÃÒ§ %s ·Ôé§ä»àÃÕºÃéÍÂáÅéÇ';
$strTableHasBeenEmptied = 'ź¢éÍÁÙÅã¹µÒÃÒ§ %s àÃÕºÃéÍÂáÅéÇ';
$strTableHasBeenFlushed = 'ÅéÒ§µÒÃÒ§ %s àÃÕºÃéÍÂáÅéÇ';
$strTableMaintenance = '¡ÒôÙáÅÃÑ¡ÉÒµÒÃÒ§';
$strTableOfContents = 'ÊÒúѭ';
$strTableOptions = 'µÑÇàÅ×Í¡µÒÃÒ§';
$strTableStructure = 'â¤Ã§ÊÃéÒ§µÒÃÒ§';
$strTableType = 'ª¹Ô´µÒÃÒ§';
$strTables = '%s µÒÃÒ§';
$strTblPrivileges = 'ÊÔ·¸Ôà¨ÒШ§à©¾ÒеÒÃÒ§';
$strTextAreaLength = 'à¹×èͧ¨Ò¡¤ÇÒÁÂÒǢͧÁѹ <br />¿ÔÅ´ì¹Õé äÁèÍÒ¨á¡éä¢ä´é';
$strThai = 'ä·Â';
$strTheme = '˹éÒµÒ';
$strThisHost = 'âÎʵì¹Õé';
$strThisNotDirectory = '¹ÕèäÁèãªèä´àá·ÍÃÕ';
$strThreadSuccessfullyKilled = 'à¸Ã´ %s ¶Ù¡·ÓÅÒÂàÃÕºÃéÍÂáÅéÇ.';
$strTime = 'àÇÅÒ';
$strTotal = '·Ñé§ËÁ´';
$strTotalUC = 'ÃÇÁ';
$strTraditionalChinese = '¨Õ¹ (äµéËÇѹ)';
$strTraditionalSpanish = 'Ê໹ (´Ñé§à´ÔÁ)';
$strTraffic = '¡ÒèÃÒ¨Ã';
$strTransformation_image_jpeg__inline = 'áÊ´§ÃÙ»¢¹Ò´àÅç¡·Õè¡´à¢éÒä»´ÙÀÒ¾ãË­èä´é; µÑÇàÅ×Í¡: ¤ÇÒÁ¡ÇéÒ§, ¤ÇÒÁÊÙ§ ˹èÇÂà»ç¹¾Ô¡à«Å (¤§ÊÑ´Êèǹà´ÔÁ)';
$strTransformation_image_jpeg__link = 'áÊ´§ÅÔ§¡ìä»ÂѧÃÙ» (´ÒǹìâËÅ´¢éÍÁÙÅ亹ÒÃÕâ´ÂµÃ§/blob).';
$strTransformation_image_png__inline = '´ÙÃÙ»ª¹Ô´ image/jpeg ·Ñ¹·Õ';
$strTransformation_text_plain__formatted = 'ʧǹ¡ÒèѴÃٻẺà´ÔÁ㹿ÔÅ´ìäÇé -- äÁèá·Ã¡ escape character.';
$strTruncateQueries = 'µÑ´·Í¹¤Ó¤é¹·ÕèáÊ´§';
$strTurkish = 'µØáÕ';
$strType = 'ª¹Ô´';
 
$strUkrainian = 'ÂÙà¤Ã¹';
$strUncheckAll = 'äÁèàÅ×Í¡àÅÂ';
$strUnicode = 'ÂÙ¹Ôâ¤é´';
$strUnique = 'àÍ¡Åѡɳì';
$strUnknown = 'äÁèÃкØ';
$strUnselectAll = 'äÁèàÅ×Í¡àÅÂ';
$strUpdComTab = 'â»Ã´ÍèÒ¹àÍ¡ÊÒÃà¡ÕèÂǡѺ ÇÔ¸Õ¡ÒûÃѺ»ÃاµÒÃÒ§ Column_comments (à¡çºËÁÒÂà˵آͧ¤ÍÅÑÁ¹ì) ¢Í§¤Ø³';
$strUpdatePrivMessage = '¤Ø³ä´é»ÃѺ»ÃاÊÔ·¸ÔÊÓËÃѺ %s áÅéÇ';
$strUpdateProfileMessage = '»ÃѺ»Ãاâ¾Ãä¿ÅìàÃÕºÃéÍÂáÅéÇ';
$strUpdateQuery = '»ÃѺ»Ãا¤Ó¤é¹';
$strUsage = 'ãªé§Ò¹';
$strUseBackquotes = 'ãÊè \'backqoute\' ãËé¡Ñºª×è͵ÒÃÒ§áÅпÔÅ´ì';
$strUseTables = 'ãªéµÒÃÒ§';
$strUseTextField = 'ãªéªèͧãÊè¢éͤÇÒÁ (text field)';
$strUseThisValue = 'ãªé¤èÒ¹Õé';
$strUser = '¼Ùéãªé';
$strUserAlreadyExists = 'ÁÕ¼Ùéãªé %s ÍÂÙèáÅéÇ!';
$strUserEmpty = 'ª×èͼÙéãªéÂѧÇèÒ§ÍÂÙè!';
$strUserName = 'ª×èͼÙéãªé';
$strUserNotFound = 'äÁ辺¼Ùéãªé·ÕèàÅ×Í¡ã¹µÒÃÒ§áÊ´§ÊÔ·¸Ô';
$strUserOverview = '¢éÍÁÙÅ·ÑèÇ仢ͧ¼Ùéãªé';
$strUsersDeleted = 'ź¼Ùéãªé·ÕèàÅ×Í¡äÇéàÃÕºÃéÍÂáÅéÇ.';
$strUsersHavingAccessToDb = '¼ÙéãªéÁÕÊÔ·¸Ôà¢éÒ¶Ö§°Ò¹¢éÍÁÙÅ &quot;%s&quot;';
 
$strValidateSQL = 'µÃǨÊͺ SQL';
$strValidatorError = 'äÁèÊÒÁÒöàÃÔèÁµÑǵÃǨÊͺ SQL ä´é. ¡ÃسҵÃǨÊͺÇèÒ ¤Ø³ä´éµÔ´µÑé§ php extensions ·Õè¨Óà»ç¹ ´Ñ§·Õè͸ԺÒÂäÇéã¹ %sdocumentation%s àÃÕºÃéÍÂáÅéÇ';
$strValue = '¤èÒ';
$strVar = 'µÑÇá»Ã';
$strViewDump = '´Ùâ¤Ã§ÊÃéÒ§¢Í§µÒÃÒ§';
$strViewDumpDB = '´Ùâ¤Ã§ÊÃéÒ§¢Í§°Ò¹¢éÍÁÙÅ';
 
$strWebServerUploadDirectory = 'ä´àá·ÍÃÕÊÓËÃѺÍѾâËÅ´ ·ÕèàÇçºà«ÔÃì¿àÇÍÃì';
$strWebServerUploadDirectoryError = 'äÁèÊÒÁÒöãªé§Ò¹ ä´àá·ÍÃÕ·ÕèµÑé§äÇéÊÓËÃѺÍѾâËÅ´ä´é';
$strWelcome = '%s ÂÔ¹´Õµé͹ÃѺ';
$strWestEuropean = 'ÂØâûµÐÇѹµ¡';
$strWildcard = 'äÇÅì¡ÒÃì´';
$strWithChecked = '·Ó¡Ñº·ÕèàÅ×Í¡:';
$strWritingCommentNotPossible = '¡ÒÃà¢Õ¹ËÁÒÂà˵عÑé¹à»ç¹ä»äÁèä´é';
$strWritingRelationNotPossible = '¡ÒÃà¢Õ¹ÃÕàŪѹ¹Ñé¹à»ç¹ä»äÁèä´é';
$strWrongUser = '͹حҵãËéà¢éÒãªéäÁèä´é ª×èͼÙéãªéËÃ×ÍÃËÑʼèÒ¹¼Ô´';
 
$strXML = 'XML';
 
$strYes = 'ãªè';
 
$strZeroRemovesTheLimit = 'â»Ã´·ÃÒº: ¶éÒà»ÅÕ蹤èÒàËÅèÒ¹Õéà»ç¹ 0 (ÈÙ¹Âì) ¨ÐËÁÒ¶֧ äÁèÁÕ¢Õ´¨Ó¡Ñ´.';
$strZip = '"¶Ù¡ºÕºÍÑ´ÍÂÙè (zip)"';
 
// To translate:
$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.'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strAddIntoComments = 'Add into comments';//to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
 
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
 
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
 
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDelayedInserts = 'ãªé delayed inserts'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFlushPrivilegesNote = 'â»Ã´·ÃÒº: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this 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
 
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
 
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
 
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
 
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$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
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
 
$strOperator = 'Operator'; //to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSuper = '͹حҵãËéàª×èÍÁµèÍ, áÁéÇèҨӹǹ¡ÒÃàª×èÍÁµèͨж֧ÃдѺÊÙ§ÊØ´áÅéÇ; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
 
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
 
$strSQLExportType = 'Export type'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strStrucNativeExcel = '¢éÍÁÙÅ Native MS Excel'; //to translate
 
$strTakeIt = 'take it'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$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
$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
$strTransformation_text_plain__external = 'ÊÓËÃѺ Åչء«ì à·èÒ¹Ñé¹: 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
$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
$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
$strTransformation_text_plain__substr = 'áÊ´§¢éͤÇÒÁºÒ§Êèǹà·èÒ¹Ñé¹. 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
 
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseHostTable = 'ãªé Host Table'; //to translate
 
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
 
$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'; //to translate
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/thai-utf-8.inc.php
0,0 → 1,1002
<?php
/* $Id: thai-utf-8.inc.php,v 2.117.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
// first created 2002/04/29 Arthit Suriyawongkul & Warit Wanasathian
// last modified 2004/08/22 Arthit Suriyawongkul
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('ไบต์', 'กิโลไบต์', 'เมกกะไบต์', 'กิกะไบต์', 'เทอราไบต์', 'เพตตะไบต์', 'เอกซะไบต์');
 
$day_of_week = array('อา.', 'จ.', 'อ.', 'พ.', 'พฤ.', 'ศ.', 'ส.');
$month = array('ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y %Rน.';
 
$timespanfmt = '%s วัน, %s ชั่วโมง, %s นาที, %s วินาที';
 
$strAPrimaryKey = 'ได้เพิ่มไพรมารีคีย์แล้วใน %s';
$strAbortedClients = 'ยกเลิก';
$strAbsolutePathToDocSqlDir = 'กรุณาใส่ absolute path ของไดเรกทอรี docSQL บนเว็บเซิร์ฟเวอร์';
$strAccessDenied = 'ไม่อนุญาตให้ใช้งาน';
$strAction = 'กระทำการ';
$strAddAutoIncrement = 'เพิ่มค่า AUTO_INCREMENT';
$strAddDeleteColumn = 'เพิ่ม/ลบ คอลัมน์ (ฟิลด์)';
$strAddDeleteRow = 'เพิ่ม/ลบ แถว';
$strAddNewField = 'เพิ่มฟิลด์ใหม่';
$strAddPrivilegesOnDb = 'เพิ่มสิทธิของฐานข้อมูลต่อไปนี้';
$strAddPrivilegesOnTbl = 'เพิ่มสิทธิของตารางต่อไปนี้';
$strAddSearchConditions = 'เพิ่มเงื่อนไขในการค้นหา:';
$strAddToIndex = 'เพิ่มดัชนีคอลัมน์ %s';
$strAddUser = 'เพิ่มผู้ใช้ใหม่';
$strAddUserMessage = 'เพิ่มผู้ใช้ใหม่เรียบร้อยแล้ว';
$strAddedColumnComment = 'เพิ่ม หมายเหตุ สำหรับคอลัมน์';
$strAddedColumnRelation = 'เพิ่ม รีเลชัน สำหรับคอลัมน์';
$strAdministration = 'การดูแลระบบ';
$strAffectedRows = 'แถวที่มีผล:';
$strAfter = 'หลัง %s';
$strAfterInsertBack = 'ส่งกลับ';
$strAfterInsertNewInsert = 'แทรกระเบียนใหม่';
$strAll = 'ทั้งหมด';
$strAllTableSameWidth = 'ให้แสดงตารางทุกอัน ด้วยความกว้างเท่ากันหรือไม่?';
$strAlterOrderBy = 'เรียงค่าในตารางตาม';
$strAnIndex = 'ได้เพิ่มดัชนีแล้วใน %s';
$strAnalyzeTable = 'วิเคราะห์ตาราง';
$strAnd = 'และ';
$strAny = 'ใดๆ';
$strAnyHost = 'โฮสต์ใดๆ';
$strAnyUser = 'ผู้ใช้ใดๆ';
$strArabic = 'อารบิค';
$strArmenian = 'อาร์เมเนีย';
$strAscending = 'น้อยไปมาก';
$strAtBeginningOfTable = 'ที่จุดเริ่มต้นของตาราง';
$strAtEndOfTable = 'ที่จุดสุดท้ายของตาราง';
$strAttr = 'แอตทริบิวต์';
$strAutodetect = 'ตรวจหาอัตโนมัติ';
$strAutomaticLayout = 'จัดตำแหน่งอัตโนมัติ';
 
$strBack = 'ย้อนกลับ';
$strBaltic = 'บอลติก';
$strBeginCut = 'เริ่มจุดตัด';
$strBeginRaw = 'เริ่มข้อมูลดิบ';
$strBinary = ' ข้อมูลไบนารี ';
$strBinaryDoNotEdit = ' ข้อมูลไบนารี - ห้ามแก้ไข ';
$strBookmarkDeleted = 'ลบคำค้นที่จดไว้เรียบร้อยแล้ว';
$strBookmarkLabel = 'ป้ายชื่อ';
$strBookmarkQuery = 'คำค้นนี้ถูกจดไว้แล้ว';
$strBookmarkThis = 'จดคำค้นนี้ไว้';
$strBookmarkView = 'ดูอย่างเดียว';
$strBrowse = 'เปิดดู';
$strBulgarian = 'บัลเกเรีย';
$strBzError = 'phpMyAdmin ไม่สามารถบีบอัดข้อมูล dump ได้ เนื่องจากส่วนขยาย Bz2 ใน php รุ่นนี้นั้นเสีย. ขอแนะนำเป็นอย่างยิ่งให้ตั้งไดเรกทีฟ <code>$cfg[\'BZipDump\']</code> ในไฟล์คอนฟิกของ phpMyAdmin เป็น <code>FALSE</code>. ถ้าคุณต้องการที่จะใช้ความสามารถของส่วนขยายการบีบอัด Bz2, คุณควรจะอัพเกรด php เป็นรุ่นถัดไป. รายละเอียดดูได้ที่ php bug report %s.';
$strBzip = '"bzipped"';
 
$strCSVOptions = 'ตัวเลือก CSV';
$strCalendar = 'ปฏิทิน';
$strCannotLogin = 'ไม่สามารถล็อกอินเข้าเซิร์ฟเวอร์ MySQL ได้';
$strCantLoad = 'ไม่สามารถเรียกส่วนขยาย %s,<br />กรุณาตรวจสอบการตั้งค่าของ PHP';
$strCantLoadRecodeIconv = 'ไม่สามารถเรียกใช้ตัวช่วย iconv หรือ recode เพื่อแปลงชุดตัวอักษร, ทางเลือก: 1) ตั้งค่าให้ PHP สามารถใช้ตัวช่วยเหล่านี้ได้ หรือ 2) ตั้งค่าให้ phpMyAdmin ไม่ต้องแปลงชุดตัวอักษร';
$strCantRenameIdxToPrimary = 'เปลี่ยนชื่อดัชนีเป็น PRIMARY ไม่ได้!';
$strCantUseRecodeIconv = 'ไม่สามารถใช้ฟังก์ชั่น iconv หรือ libiconv หรือ recode_string ทั้งๆ ที่สามารถเรียกตัวช่วย สำหรับฟังก์ชั่นเหล่านั้นขึ้นมาได้แล้ว. ลองตรวจสอบการตั้งค่าของ PHP';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'ไม่สนใจตัวเล็กตัวใหญ่';
$strCaseSensitive = 'สนใจตัวเล็กตัวใหญ่';
$strCentralEuropean = 'ยุโรปกลาง';
$strChange = 'เปลี่ยน';
$strChangeCopyMode = 'สร้างผู้ใช้ใหม่ ให้มีสิทธิเหมือนกัน และ ...';
$strChangeCopyModeCopy = '... เก็บของเก่าไว้.';
$strChangeCopyModeDeleteAndReload = ' ... ลบของเก่าจากตารางผู้ใช้ แล้วเรียกใช้รายการสิทธิ์ใหม่หลังจากนั้น.';
$strChangeCopyModeJustDelete = ' ... ลบของเก่าทิ้งไปจากตารางผู้ใช้.';
$strChangeCopyModeRevoke = ' ... เรียกคืนสิทธิ์ทั้งหมดจากเดิม แล้วลบมันหลังจากนั้น.';
$strChangeCopyUser = 'เปลี่ยนข้อมูลล็อกอิน / ทำสำเนาผู้ใช้';
$strChangeDisplay = 'เลือกฟิลด์ที่ต้องการแสดง';
$strChangePassword = 'เปลี่ยนรหัสผ่าน';
$strCharset = 'ชุดตัวอักษร';
$strCharsetOfFile = 'ชุดอักขระของไฟล์ (character set):';
$strCharsets = 'ชุดตัวอักษร';
$strCharsetsAndCollations = 'ชุดตัวอักษร และการเรียงลำดับ';
$strCheckAll = 'เลือกทั้งหมด';
$strCheckPrivs = 'ตรวจสอบสิทธิ';
$strCheckPrivsLong = 'ตรวจสอบสิทธิสำหรับฐานข้อมูล &quot;%s&quot;.';
$strCheckTable = 'ตรวจสอบตาราง';
$strChoosePage = 'เลือกหน้าที่ต้องการแก้ไข';
$strColComFeat = 'แสดงหมายเหตุของคอลัมน์';
$strCollation = 'การเรียงลำดับ';
$strColumnNames = 'ชื่อคอลัมน์';
$strColumnPrivileges = 'สิทธิเฉพาะคอลัมน์';
$strCommand = 'คำสั่ง';
$strComments = 'หมายเหตุ';
$strCompleteInserts = 'คำสั่ง INSERT เต็มรูปแบบ';
$strCompression = 'บีบอัดข้อมูล';
$strConfigFileError = 'phpMyAdmin ไม่สามารถอ่านแฟ้มคอนฟิกูเรชั่นของคุณได้<br />โดยปกติ อาจจะเป็นเพราะตัว PHP หาไฟล์ไม่เจอ หรือไม่สามารถประมวลผล (parse) ไฟล์ได้<br />ลองเรียกไฟล์คอนฟิกูเรชั่นขึ้นมาโดยตรง (กดลิงค์ด้านล่าง) และดูว่ามี error message อะไรหรือไม่ ลองตรวจสอบดูเครื่องหมาย quote หรือ semicolon ว่าใส่ครบหรือเปล่า<br />ถ้าคุณเห็นหน้าว่างๆ แสดงว่าทุกอย่างเป็นปกติดี';
$strConfigureTableCoord = 'กรุณาตั้งค่าโคออร์ดิเนตของตาราง %s';
$strConnections = 'การเชื่อมต่อ';
$strCookiesRequired = 'ต้องอนุญาตใช้ใช้ \'คุ๊กกี้\' (cookie) เสียก่อน จึงจะผ่านจุดนี้ไปได้';
$strCopyTable = 'คัดลอกตารางไปยัง (ฐานข้อมูล<b>.</b>ตาราง):';
$strCopyTableOK = 'คัดลอกตาราง %s ไปเก็บในชื่อ %s เรียบร้อยแล้ว.';
$strCopyTableSameNames = 'คัดลอกตารางไปที่เดิมไม่ได้';
$strCouldNotKill = 'phpMyAdmin ไม่สามารถฆ่าเธรด %s. บางทีมันอาจจะถูกปิดไปแล้วก็ได้.';
$strCreate = 'สร้าง';
$strCreateIndex = 'สร้างดัชนีโดยคอลัมน์ %s';
$strCreateIndexTopic = 'สร้างดัชนีใหม่';
$strCreateNewDatabase = 'สร้างฐานข้อมูลใหม่';
$strCreateNewTable = 'สร้างตารางในฐานข้อมูลนี้ %s';
$strCreatePage = 'เริ่มหน้าใหม่';
$strCreatePdfFeat = 'การสร้างเอกสาร PDF';
$strCriteria = 'เงื่อนไข';
$strCroatian = 'โครเอเชีย';
$strCyrillic = 'ซิริลิค';
$strCzech = 'เช็ค';
$strCzechSlovak = 'เช็ค-สโลวัก';
 
$strDBComment = 'หมายเหตุของฐานข้อมูล: ';
$strDBGContext = 'คอนเท็กซ์';
$strDBGContextID = 'หมายเลขคอนเท็กซ์';
$strDBGHits = 'ฮิต';
$strDBGLine = 'บรรทัด';
$strDBGMaxTimeMs = 'เวลามากสุด, มิลลิวินาที';
$strDBGMinTimeMs = 'เวลาน้อยสุด, มิลลิวินาที';
$strDBGModule = 'โมดูล';
$strDBGTimePerHitMs = 'เวลา/ฮิต, มิลลิวินาที';
$strDBGTotalTimeMs = 'เวลาทั้งหมด, มิลลิวินาที';
$strDBRename = 'เปลี่ยนชื่อฐานข้อมูลเป็น';
$strDanish = 'เดนมาร์ก';
$strData = 'ข้อมูล';
$strDataDict = 'พจนานุกรมข้อมูล';
$strDataOnly = 'เฉพาะข้อมูล';
$strDatabase = 'ฐานข้อมูล';
$strDatabaseHasBeenDropped = 'โยนฐานข้อมูล %s ทิ้งไปเรียบร้อยแล้ว';
$strDatabases = 'ฐานข้อมูล';
$strDatabasesDropped = '%s ฐานข้อมูลได้ถูกทิ้งไปเรียบร้อยแล้ว.';
$strDatabasesStats = 'สถิติฐานข้อมูล';
$strDatabasesStatsDisable = 'ยกเลิกการเก็บสถิติ';
$strDatabasesStatsEnable = 'ให้มีการเก็บสถิติ';
$strDatabasesStatsHeavyTraffic = 'โปรดทราบ: การเปิดใช้การเก็บสถิติของฐานข้อมูล อาจจะทำให้มีปริมาณการถ่ายโอนข้อมูลจำนวนมาก ระหว่างเว็บเซิร์ฟเวอร์ และเซิร์ฟเวอร์ MySQL.';
$strDbPrivileges = 'สิทธิเจาะจงเฉพาะฐานข้อมูล';
$strDbSpecific = 'เฉพาะฐานข้อมูล';
$strDefault = 'ค่าปริยาย';
$strDefragment = 'จัดระเบียบตาราง';
$strDelete = 'ลบ';
$strDeleteAndFlush = 'ลบผู้ใช้ และเรียกใช้รายการสิทธิ์ใหม่หลังจากนั้น.';
$strDeleteAndFlushDescr = 'นี่เป็นวิธีที่หมดจดที่สุด แต่การโหลดสิทธิใช้งานใหม่ จะต้องใช้เวลาสักระยะ.';
$strDeleted = 'ลบเรียบร้อยแล้ว';
$strDeletedRows = 'แถวที่ถูกลบ:';
$strDeleting = 'กำลังลบ %s';
$strDescending = 'มากไปน้อย';
$strDescription = 'รายละเอียด';
$strDictionary = 'พจนานุกรม';
$strDisabled = 'ระงับการใช้อยู่';
$strDisplayFeat = 'ความสามารถด้านการแสดงผล';
$strDisplayOrder = 'ลำดับการแสดง:';
$strDisplayPDF = 'แสดงสกีมาของ PDF';
$strDoAQuery = 'ทำ "คำค้นจากตัวอย่าง" (wildcard: "%")';
$strDoYouReally = 'ต้องการจะ ';
$strDocu = 'เอกสารอ้างอิง';
$strDrop = 'โยนทิ้ง';
$strDropUsersDb = 'โยนฐานข้อมูลที่มีชื่อเดียวกับผู้ใช้ทิ้ง.';
$strDumpXRows = 'ดัมพ์แถว %s แถว เริ่มที่แถว %s';
$strDumpingData = 'dump ตาราง';
$strDynamic = 'ไม่คงที่';
 
$strEdit = 'แก้ไข';
$strEditPDFPages = 'แก้ไขหน้า PDF';
$strEditPrivileges = 'แก้ไขสิทธิ';
$strEffective = 'มีผล';
$strEmpty = 'ลบข้อมูล';
$strEmptyResultSet = 'MySQL คืนผลลัพธ์ว่างเปล่ากลับมา (null / 0 แถว).';
$strEnabled = 'เปิดใช้อยู่';
$strEnd = 'ท้ายสุด';
$strEndCut = 'สิ้นสุดจุดตัด';
$strEndRaw = 'สิ้นสุดข้อมูลดิบ';
$strEnglish = 'อังกฤษ';
$strEnglishPrivileges = ' โปรดทราบ: ชื่อของสิทธิใน MySQL จะแสดงเป็นภาษาอังกฤษ ';
$strError = 'ผิดพลาด';
$strEstonian = 'เอสโตเนีย';
$strExcelOptions = 'ตัวเลือก Excel';
$strExplain = 'อธิบาย SQL';
$strExport = 'ส่งออก';
$strExtendedInserts = 'แทรกหลายระเบียนในคราวเดียว';
$strExtra = 'เพิ่มเติม';
 
$strFailedAttempts = 'ความพยายามล้มเหลว';
$strField = 'ฟิลด์';
$strFieldHasBeenDropped = 'โยนฟิลด์ %s ทิ้งไปเรียบร้อยแล้ว';
$strFields = 'จำนวนฟิลด์';
$strFieldsEmpty = ' จำนวนฟิลด์คือ ว่างเปล่า! ';
$strFieldsEnclosedBy = 'คร่อมฟิลด์ด้วย';
$strFieldsEscapedBy = 'เครื่องหมายสำหรับ escape char';
$strFieldsTerminatedBy = 'จบฟิลด์ด้วย';
$strFileCouldNotBeRead = 'อ่านไฟล์ไม่ได้';
$strFileNameTemplate = 'รูปแบบของชื่อไฟล์';
$strFileNameTemplateRemember = 'จำรูปแบบ';
$strFixed = 'คงที่';
$strFlushTable = 'ล้างตาราง (flush)';
$strFormEmpty = 'ค่าในแบบฟอร์มหายไป !';
$strFormat = 'รูปแบบ';
$strFullText = 'ทั้งข้อความ';
$strFunction = 'ฟังก์ชั่น';
 
$strGenBy = 'สร้างโดย';
$strGenTime = 'เวลาในการสร้าง';
$strGeneralRelationFeat = 'ความสามารถด้านรีเลชันทั่วไป';
$strGeorgian = 'จอร์เจีย';
$strGerman = 'เยอรมัน';
$strGlobal = 'โกลบอล';
$strGlobalPrivileges = 'สิทธิแบบโกลบอล';
$strGlobalValue = 'ค่าแบบโกลบอล';
$strGo = 'ลงมือ';
$strGrantOption = 'มอบสิทธิ';
$strGreek = 'กรีก';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'เปลี่ยนเสร็จแล้ว';
$strHasBeenCreated = 'สร้างเสร็จแล้ว';
$strHaveToShow = 'ต้องเลือกให้แสดงอย่างน้อยหนึ่งคอลัมน์';
$strHebrew = 'ฮิบรู';
$strHexForBinary = 'ใช้เลขฐานสิบหกสำหรับช่องข้อมูลไบนารี';
$strHome = 'หน้าบ้าน';
$strHomepageOfficial = 'โฮมเพจอย่างเป็นทางการของ phpMyAdmin';
$strHost = 'โฮสต์';
$strHostEmpty = 'ชื่อโฮสต์ยังว่างอยู่!';
$strHungarian = 'ฮังการี';
 
$strIcelandic = 'ไอซ์แลนด์';
$strId = 'ID';
$strIdxFulltext = 'ข้อความเต็ม (fulltext)';
$strIgnore = 'ไม่สนใจ';
$strIgnoringFile = 'ไม่สนใจไฟล์ %s';
$strImportDocSQL = 'นำเข้าไฟล์ docSQL';
$strImportFiles = 'นำเข้าไฟล์';
$strInUse = 'ใช้อยู่';
$strIndex = 'ดัชนี';
$strIndexHasBeenDropped = 'โยนดัชนี %s ทิ้งไปเรียบร้อยแล้ว';
$strIndexName = 'ชื่อดัชนี :';
$strIndexType = 'ชนิดของดัชนี :';
$strIndexes = 'ดัชนี';
$strInnodbStat = 'สถานะของ InnoDB';
$strInsecureMySQL = 'จากไฟล์เก็บค่ากำหนดของคุณ คุณไม่ได้ตั้งรหัสผ่านสำหรับ root ซึ่งจะถูกใช้เป็นชื่อปริยายซึ่งมีสิทธิพิเศษ. เซิร์ฟเวอร์ MySQL ที่ทำงานด้วยค่าปริยายนี้ อาจถูกบุกรุกได้ คุณควรจะแก้ไขรูรั่วอันนี้ทันที เพื่อความปลอดภัย';
$strInsert = 'แทรก';
$strInsertAsNewRow = 'แทรกเป็นแถวใหม่';
$strInsertNewRow = 'แทรกแถวใหม่';
$strInsertedRowId = 'แทรกเลขประจำแถว:';
$strInsertedRows = 'แถวที่ถูกแทรก:';
$strInternalRelations = 'รีเลชันภายใน';
 
$strJapanese = 'ญี่ปุ่น';
$strJumpToDB = 'กระโดดไปที่ฐานข้อมูล &quot;%s&quot;.';
$strJustDelete = 'แค่ลบผู้ใช้ออกจากตารางแสดงสิทธิเข้าถึง';
 
$strKeepPass = 'กรุณาอย่าเปลี่ยนรหัสผ่าน';
$strKeyname = 'ชื่อคีย์';
$strKill = 'ฆ่าทิ้ง';
$strKorean = 'เกาหลี';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'ตัวเลือก LaTeX';
$strLandscape = 'แนวนอน';
$strLatexCaption = 'คำอธิบายตาราง';
$strLatexContinued = '(ต่อ)';
$strLatvian = 'ลัตเวีย';
$strLengthSet = 'ความยาว/เซต*';
$strLimitNumRows = 'ระเบียนต่อหน้า';
$strLinesTerminatedBy = 'จบแถวด้วย';
$strLinkNotFound = 'ไม่พบลิงก์';
$strLinksTo = 'เชื่อมไปยัง';
$strLithuanian = 'ลิธัวเนีย';
$strLocalhost = 'โลคอล';
$strLocationTextfile = 'เลือกไฟล์ข้อความจาก';
$strLogPassword = 'รหัสผ่าน:';
$strLogServer = 'เซิร์ฟเวอร์';
$strLogUsername = 'ชื่อผู้ใช้:';
$strLogin = 'เข้าสู่ระบบ';
$strLoginInformation = 'ข้อมูลล็อกอิน';
$strLogout = 'ออกจากระบบ';
 
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'MIME-types ที่มีอยู่';
$strMIME_available_transform = 'การแปลงที่เรียกใช้ได้';
$strMIME_description = 'รายละเอียด';
$strMIME_nodescription = 'ไม่ปรากฏรายละเอียดสำหรับการแปลงนี้.<br />กรุณาสอบถามผู้เขียนว่า, %s ทำอะไร.';
$strMIME_transformation_options = 'ตัวเลือกการแปลง';
$strMaximumSize = 'ขนาดใหญ่สุด: %s%s';
$strModifications = 'บันทึกการแก้ไขเรียบร้อยแล้ว';
$strModify = 'แก้ไข';
$strModifyIndexTopic = 'แก้ไขดัชนี';
$strMoveTable = 'ย้ายตารางไป (database<b>.</b>table):';
$strMoveTableOK = 'ตาราง %s ถูกย้ายไป %s แล้ว';
$strMoveTableSameNames = 'ย้ายตารางไปที่เดิมไม่ได้';
$strMultilingual = 'หลายภาษา';
$strMySQLCharset = 'ชุดตัวอักษร (charset) ของ MySQL';
$strMySQLSaid = 'MySQL แสดง: ';
$strMySQLShowProcess = 'แสดงงานที่ทำอยู่ของ MySQL';
$strMySQLShowStatus = 'แสดงสถานะของ MySQL';
$strMySQLShowVars = 'แสดงตัวแปรระบบของ MySQL';
 
$strName = 'ชื่อ';
$strNext = 'ต่อไป';
$strNo = 'ไม่';
$strNoDatabases = 'ไม่มีฐานข้อมูล';
$strNoDatabasesSelected = 'ยังไม่ได้เลือกฐานข้อมูล.';
$strNoDescription = 'ไม่มีรายละเอียด';
$strNoDropDatabases = 'คำสั่ง "DROP DATABASE" ถูกปิดไว้';
$strNoExplain = 'ไม่ต้องอธิบาย SQL';
$strNoFrames = 'เบราเซอร์ที่<b>ใช้เฟรมได้</b> จะช่วยให้ใช้ phpMyAdmin ได้ง่ายขึ้น';
$strNoIndex = 'ยังไม่ได้กำหนดดัชนีใดๆ!';
$strNoIndexPartsDefined = 'ไม่ได้กำหนดส่วนใดๆ ของดัชนี!';
$strNoModification = 'ไม่มีการเปลี่ยนแปลง';
$strNoOptions = 'รูปแบบนี้ไม่มีตัวเลือก';
$strNoPassword = 'ไม่มีรหัสผ่าน';
$strNoPhp = 'ไม่เอาโค้ด PHP';
$strNoPrivileges = 'ไม่มีสิทธิ';
$strNoRights = 'คุณไม่มีสิทธิที่จะเข้ามาตรงนี้!';
$strNoRowsSelected = 'ยังไม่ได้เลือกแถว';
$strNoTablesFound = 'ไม่พบตารางใด ๆ ในฐานข้อมูล';
$strNoUsersFound = 'ไม่พบผู้ใช้ใดๆ.';
$strNoValidateSQL = 'ไม่ต้องตรวจสอบ SQL';
$strNone = 'ไม่มี';
$strNotNumber = 'ค่านี้ไม่ใช่ตัวเลข!';
$strNotOK = 'ไม่ตกลง';
$strNotSet = 'ไม่พบตาราง <b>%s</b> ใน %s';
$strNull = 'ว่างเปล่า (null)';
$strNumSearchResultsInTable = 'พบ %s ผลลัพธ์ที่ตรงในตาราง <i>%s</i>';
$strNumSearchResultsTotal = '<b>รวม:</b> <i>%s</i> ผลลัพธ์ที่ตรง';
$strNumTables = 'ตาราง';
 
$strOK = 'ตกลง';
$strOperations = 'กระบวนการ';
$strOptimizeTable = 'ปรับแต่งตาราง';
$strOr = 'หรือ';
$strOverhead = 'เกินความจำเป็น';
$strOverwriteExisting = 'เขียนทับแฟ้มที่มีอยู่แล้ว';
 
$strPHP40203 = 'คุณกำลังใช้ PHP รุ่น 4.2.3, ซึ่งมีบั๊กร้ายแรงเกี่ยวกับ multi-byte strings (mbstring). กรุณาดูรายงานบั๊ก PHP หมายเลข 19404. เราไม่แนะนำให้คุณใช้ PHP รุ่นนี้กับ phpMyAdmin.';
$strPHPVersion = 'รุ่นของ PHP';
$strPageNumber = 'หมายเลขหน้า:';
$strPaperSize = 'ขนาดกระดาษ';
$strPartialText = 'ข้อความบางส่วน';
$strPassword = 'รหัสผ่าน';
$strPasswordChanged = 'เปลี่ยนรหัสผ่านของ %s เรียบร้อยแล้ว';
$strPasswordEmpty = 'รหัสผ่านยังว่างอยู่!';
$strPasswordNotSame = 'รหัสผ่านไม่ตรงกัน!';
$strPdfDbSchema = 'schema ของฐานข้อมูล "%s" - หน้า %s';
$strPdfInvalidTblName = 'ไม่มีตาราง "%s"!';
$strPdfNoTables = 'ไม่มีตาราง';
$strPerHour = 'ต่อชั่วโมง';
$strPerMinute = 'ต่อนาที';
$strPerSecond = 'ต่อวินาที';
$strPhoneBook = 'สมุดโทรศัพท์';
$strPhp = 'สร้างโค้ด PHP';
$strPmaDocumentation = 'เอกสารการใช้ phpMyAdmin';
$strPmaUriError = '<b>ต้อง</b>กำหนดค่า <tt>$cfg[\'PmaAbsoluteUri\']</tt> ในไฟล์คอนฟิกูเรชั่นเสียก่อน';
$strPolish = 'โปแลนด์';
$strPortrait = 'แนวตั้ง';
$strPos1 = 'จุดเริ่มต้น';
$strPrevious = 'ก่อนหน้า';
$strPrimary = 'ไพรมารี';
$strPrimaryKeyHasBeenDropped = 'โยนไพรมารีคีย์ทิ้งไปเรียบร้อยแล้ว';
$strPrimaryKeyName = 'ชื่อของไพรมารีคีย์ จะต้องเป็น PRIMARY เท่านั้น';
$strPrimaryKeyWarning = '(ชื่อของไพรมารีคีย์<b>จะต้องเป็น</b> "PRIMARY" เท่านั้น!)';
$strPrint = 'พิมพ์';
$strPrintView = 'แสดง';
$strPrivDescAllPrivileges = 'ให้สิทธิทุกอย่าง ยกเว้นการให้สิทธิแก่ผู้อื่น (GRANT).';
$strPrivDescAlter = 'อนุญาตให้เปลี่ยนโครงสร้างของตารางที่มีอยู่เดิม.';
$strPrivDescCreateDb = 'อนุญาตให้สร้างฐานข้อมูล และตารางใหม่.';
$strPrivDescCreateTbl = 'อนุญาตให้สร้างตารางใหม่.';
$strPrivDescCreateTmpTable = 'อนุญาตให้สร้างตารางชั่วคราว.';
$strPrivDescDelete = 'อนุญาตให้ลบข้อมูล';
$strPrivDescDropDb = 'อนุญาตให้ทิ้งฐานข้อมูล และตาราง';
$strPrivDescDropTbl = 'อนุญาตให้ทิ้งตาราง';
$strPrivDescExecute = 'อนุญาตให้รัน stored procedure (ไม่มีผลใน MySQL รุ่นนี้)';
$strPrivDescFile = 'อนุญาตให้นำเข้าข้อมูล และส่งออกข้อมูล ไปที่ไฟล์';
$strPrivDescGrant = 'อนุญาตให้เพิ่มผู้ใช้ และสิทธิเข้าถึง โดยไม่ต้องเรียกใช้ตารางสิทธิใหม่';
$strPrivDescIndex = 'อนุญาตให้สร้าง และทิ้ง ดัชนี';
$strPrivDescInsert = 'อนุญาตให้เพิ่ม และแทนที่ ข้อมูล';
$strPrivDescLockTables = 'อนุญาตให้ล็อกตารางสำหรับเธรดปัจจุบัน';
$strPrivDescMaxConnections = 'จำกัดจำนวนการเชื่อมต่อใหม่ ที่ผู้ใช้จะสามารถเปิดได้ ต่อชั่วโมง';
$strPrivDescMaxQuestions = 'จำกัดจำนวนของคำค้น ที่ผู้ใช้จะสามารถส่งมาที่เซิร์ฟเวอร์ได้ ต่อชั่วโมง';
$strPrivDescMaxUpdates = 'จำกัดจำนวนของคำสั่ง ที่จะเปลี่ยนแปลงตาราง หรือฐานข้อมูลใดๆ ที่ผู้ใช้จะสามารถสั่งได้ ต่อชั่วโมง';
$strPrivDescProcess3 = 'อนุญาตให้ทำลายโพรเซสของผู้ใช้อื่น';
$strPrivDescProcess4 = 'อนุญาตให้ดูคำค้นทั้งหมดในรายการโพรเซส';
$strPrivDescReferences = 'ไม่มีผลใน MySQL รุ่นนี้';
$strPrivDescReload = 'อนุญาตให้เรียกใช้ค่ากำหนดของเซิร์ฟเวอร์ใหม่ และล้างแคชของเซิร์ฟเวอร์';
$strPrivDescReplClient = 'มอบสิทธิให้ผู้ใช้ ในการถามว่า slaves หรือ masters อยู่ที่ไหน.';
$strPrivDescSelect = 'อนุญาตให้อ่านข้อมูลได้.';
$strPrivDescShowDb = 'สามารถเรียกดูรายการฐานข้อมูลทั้งหมดได้';
$strPrivDescShutdown = 'อนุญาตให้ปิดเซิร์ฟเวอร์ได้';
$strPrivDescUpdate = 'อนุญาตให้เปลี่ยนข้อมูลได้.';
$strPrivDescUsage = 'ไม่มีสิทธิใดๆ.';
$strPrivileges = 'สิทธิ';
$strPrivilegesReloaded = 'สิทธิได้ถูกเรียกใช้ใหม่เรียบร้อยแล้ว';
$strProcesslist = 'รายการโพรเซส';
$strPutColNames = 'ใส่ชื่อฟิลด์ที่แถวแรก';
 
$strQBE = 'คำค้นจากตัวอย่าง';
$strQBEDel = 'ลบ';
$strQBEIns = 'เพิ่ม';
$strQueryFrame = 'หน้าต่างคำค้น';
$strQueryOnDb = 'คำค้นบนฐานข้อมูล <b>%s</b>:';
$strQuerySQLHistory = 'SQL-history';
$strQueryStatistics = '<b>สถิติคำค้น</b>: มี %s คำค้น ถูกส่งไปที่เซิร์ฟเวอร์ นับตั้งแต่เริ่มระบบ.';
$strQueryTime = 'คำค้นใช้เวลา %01.4f วินาที';
$strQueryType = 'ชนิดคำค้น';
 
$strReType = 'พิมพ์ใหม่';
$strReceived = 'ได้รับ';
$strRecords = 'ระเบียน';
$strReferentialIntegrity = 'ตรวจสอบความสมบูรณ์ของการอ้างถึง:';
$strRefresh = 'เรียกใหม่';
$strRelationNotWorking = 'ความสามารถเพิ่มเติมสำหรับ linked Tables ได้ถูกระงับเอาไว้ ตามเหตุผลที่แจ้งไว้ใน %shere%s';
$strRelationView = 'มุมมองรีเลชัน';
$strRelationalSchema = 'รีเลชันแนล สกีมา';
$strRelations = 'รีเลชัน';
$strReloadMySQL = 'รีโหลด MySQL ใหม่';
$strReloadingThePrivileges = 'ปรับปรุงสิทธิเข้าถึงใหม่อีกรอบ';
$strRemoveSelectedUsers = 'ถอนผู้ใช้ที่เลือก';
$strRenameTable = 'เปลี่ยนชื่อตารางเป็น';
$strRenameTableOK = 'ตาราง %s ได้ถูกเปลี่ยนชื่อเป็น %s';
$strRepairTable = 'ซ่อมแซมตาราง';
$strReplaceNULLBy = 'แทนที่ NULL เป็น';
$strReplaceTable = 'เขียนทับด้วยข้อมูลจากไฟล์';
$strReset = 'เริ่มใหม่';
$strResourceLimits = 'ขีดจำกัดของทรัพยากร';
$strRevoke = 'เพิกถอน';
$strRevokeAndDelete = 'เพิกถอน active privileges ทั้งหมดจากผู้ใช้ และลบผู้ใช้ทิ้งหลังจากนั้น.';
$strRevokeAndDeleteDescr = 'ผู้ใช้ต่างๆ ยังคงมีสิทธิ USAGE จนกว่า ข้อมูลสิทธิ จะถูกเรียกใช้ใหม่อีกที.';
$strRevokeMessage = 'คุณได้เพิกถอนสิทธิของ %s';
$strRomanian = 'โรมาเนีย';
$strRowLength = 'ความยาวแถว';
$strRowSize = ' ขนาดแถว ';
$strRows = 'แถว';
$strRowsFrom = 'แถว เริ่มจากแถวที่';
$strRowsModeFlippedHorizontal = 'แนวนอน (หมุนหัวเรื่อง)';
$strRowsModeHorizontal = 'แนวนอน';
$strRowsModeOptions = 'อยู่ใน %s และซ้ำหัวแถวทุกๆ %s เซลล์';
$strRowsModeVertical = 'แนวตั้ง';
$strRowsStatistic = 'สถิติของแถว';
$strRunQuery = 'ประมวลผลคำค้น';
$strRunSQLQuery = 'ประมวลผลคำค้นบนฐานข้อมูล %s';
$strRunning = 'ทำงานอยู่บน %s';
$strRussian = 'รัสเซีย';
 
$strSQL = 'SQL';
$strSQLOptions = 'ตัวเลือก SQL';
$strSQLParserBugMessage = 'อาจจะมีการเปลี่ยนแปลงบางอย่าง ที่คุณพบว่ามันเป็นข้อผิดพลาดของตัวอ่านคำสั่ง SQL. กรุณาตรวจสอบคำค้นของคุณให้ถี่ถ้วน โดยเฉพาะการเปิด/ปิดเครื่องหมายคำพูด (quotes) ให้ถูกต้อง. อีกสาเหตุหนึ่งที่เป็นไปได้คือ คุณอาจจะอัพโหลดแฟ้มไบนารีข้างนอกช่วงของเครื่องหมายคำพูด. คุณสามารถที่จะลองคำค้นของคุณที่คอมมานด์ไลน์ของ MySQL ซึ่งคุณอาจจะพบข้อผิดพลาดบางอย่างในนั้น. หากเซิร์ฟเวอร์ MySQL แจ้งข้อผิดพลาดมา, ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น. ถ้าคุณยังพบปัญหากับ parser ใน phpMyAdmin อยู่ แต่ไม่พบปัญหากับ parser ในคอมมานด์ไลน์, ให้ลองลดความยาวของคำค้น SQL ลง จนกระทั่งเหลือคำค้น SQL เดี่ยวๆ ที่ยังทำให้เกิดปัญหาอยู่อีก, แล้วแจ้งข้อผิดพลาดดังกล่าวมาที่เรา, ส่งมันมาพร้อมกับตัวข้อมูลที่คุณค้น ซึ่งได้จากส่วนของ CUT ด้านล่าง.';
$strSQLParserUserError = 'อาจจะมีข้อผิดพลาดบางอย่างในคำค้น SQL ของคุณ. หาก MySQL server ได้แจ้งข้อผิดพลาดมาด้านล่างนี้ ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น';
$strSQLQuery = 'คำค้น SQL';
$strSQLResult = 'ผลลัพธ์ SQL';
$strSQPBugInvalidIdentifer = 'ชื่อตัวแปรไม่ถูกต้อง';
$strSQPBugUnclosedQuote = 'ไม่ได้ปิดเครื่องหมายคำพูด';
$strSQPBugUnknownPunctuation = 'มีเครื่องหมายวรรคตอนที่ไม่รู้จัก';
$strSave = 'บันทึก';
$strScaleFactorSmall = 'อัตราย่อน้อยเกินไป ที่จะจัดให้สกีมาอยู่ในหน้าเดียว';
$strSearch = 'ค้นหา';
$strSearchFormTitle = 'ค้นหาในฐานข้อมูล';
$strSearchInTables = 'ในตาราง:';
$strSearchNeedle = 'คำ หรือ ค่าที่ต้องการค้นหา (wildcard: "%"):';
$strSearchOption1 = 'อย่างน้อยหนึ่งคำ';
$strSearchOption2 = 'ทุกคำ';
$strSearchOption3 = 'เหมือนทั้งวลี';
$strSearchOption4 = 'รูปแบบคำพ้อง (regular expression)';
$strSearchResultsFor = 'ผลการค้นหา "<i>%s</i>" %s:';
$strSearchType = 'ค้น:';
$strSelectADb = 'โปรดเลือกฐานข้อมูล';
$strSelectAll = 'เลือกทั้งหมด';
$strSelectFields = 'เลือกฟิลด์ (อย่างน้อยหนึ่งฟิลด์):';
$strSelectNumRows = 'ในคำค้น';
$strSelectTables = 'เลือกตาราง';
$strSend = 'ส่งมาเป็นไฟล์';
$strSent = 'ถูกส่ง';
$strServer = 'เซิร์ฟเวอร์';
$strServerChoice = 'ตัวเลือกเซิร์ฟเวอร์';
$strServerNotResponding = 'เซิร์ฟเวอร์ดังกล่าวไม่ตอบสนอง';
$strServerStatus = 'ข้อมูลรันไทม์';
$strServerStatusUptime = 'เซิร์ฟเวอร์ MySQL นี้รันมาเป็นเวลา %s. เริ่มตอน %s.';
$strServerTabProcesslist = 'โพรเซส';
$strServerTabVariables = 'ตัวแปร';
$strServerTrafficNotes = '<b>การจราจรของเซิร์ฟเวอร์</b>: ตารางนี้แสดงสถิติของการจราจรบนเครือข่าย สำหรับเซิร์ฟเวอร์ MySQL นี้ ตั้งแต่มันเริ่มทำงาน.';
$strServerVars = 'ตัวแปร และค่ากำหนด ของเซิร์ฟเวอร์';
$strServerVersion = 'รุ่นของเซิร์ฟเวอร์';
$strSessionValue = 'ค่าเซสชั่น';
$strSetEnumVal = 'ถ้าชนิดของฟิลด์เป็น "enum" หรือ "set" โปรดใส่ค่าตามรูปแบบ: \'a\',\'b\',\'c\'...<br />ถ้าต้องการใส่เครื่องหมาย backslash ("\\") หรือ อัญประกาศเดี่ยว ("\'") เข้าไปในค่าเหล่านั้น ให้ใส่เครื่องหมาย แบ๊กแสลช นำหน้า (ตัวอย่าง: \'\\\\xyz\' or \'a\\\'b\')';
$strShow = 'แสดง';
$strShowAll = 'แสดงทั้งหมด';
$strShowColor = 'แสดงสี';
$strShowDatadictAs = 'รูปแบบพจนานุกรมข้อมูล';
$strShowFullQueries = 'แสดงคำค้นแบบเต็ม';
$strShowGrid = 'แสดงกริด';
$strShowPHPInfo = 'แสดงข้อมูลของ PHP';
$strShowTableDimension = 'แสดงมิติของตาราง';
$strShowTables = 'แสดงตาราง';
$strShowThisQuery = ' แสดงคำค้นนี้อีกที ';
$strShowingRecords = 'แสดงระเบียนที่ ';
$strSimplifiedChinese = 'จีน (แผ่นดินใหญ่)';
$strSingly = '(เดี่ยว)';
$strSize = 'ขนาด';
$strSlovak = 'สโลวัก';
$strSlovenian = 'สโลเวเนีย';
$strSort = 'เรียง';
$strSortByKey = 'เรียงโดยคีย์';
$strSpaceUsage = 'เนื้อที่ที่ใช้';
$strSpanish = 'สเปน';
$strSplitWordsWithSpace = 'คำถูกแบ่งด้วยช่องว่าง (" ").';
$strStatCheckTime = 'ตรวจสอบครั้งสุดท้ายเมื่อ';
$strStatCreateTime = 'สร้างเมื่อ';
$strStatUpdateTime = 'ปรับปรุงครั้งสุดท้ายเมื่อ';
$strStatement = 'คำสั่ง';
$strStatus = 'สถานะ';
$strStrucCSV = 'ข้อมูล CSV (คั่นด้วยเครื่องหมายลูกน้ำ ",")';
$strStrucData = 'ทั้งโครงสร้างและข้อมูล';
$strStrucDrop = 'เพิ่มคำสั่ง DROP TABLE';
$strStrucExcelCSV = 'ข้อมูล CSV สำหรับไมโครซอฟต์เอ็กเซล';
$strStrucOnly = 'เฉพาะโครงสร้าง';
$strStructPropose = 'เสนอโครงสร้างตาราง';
$strStructure = 'โครงสร้าง';
$strSubmit = 'ส่ง';
$strSuccess = 'ทำคำค้นเสร็จเรียบร้อยแล้ว';
$strSum = 'ผลรวม';
$strSwedish = 'สวีเดน';
$strSwitchToTable = 'สลับไปที่ตารางที่ถูกทำสำเนาไว้';
 
$strTable = 'ตาราง ';
$strTableComments = 'หมายเหตุของตาราง';
$strTableEmpty = 'ชื่อตารางยังว่างอยู่!';
$strTableHasBeenDropped = 'โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว';
$strTableHasBeenEmptied = 'ลบข้อมูลในตาราง %s เรียบร้อยแล้ว';
$strTableHasBeenFlushed = 'ล้างตาราง %s เรียบร้อยแล้ว';
$strTableMaintenance = 'การดูแลรักษาตาราง';
$strTableOfContents = 'สารบัญ';
$strTableOptions = 'ตัวเลือกตาราง';
$strTableStructure = 'โครงสร้างตาราง';
$strTableType = 'ชนิดตาราง';
$strTables = '%s ตาราง';
$strTblPrivileges = 'สิทธิเจาะจงเฉพาะตาราง';
$strTextAreaLength = 'เนื่องจากความยาวของมัน <br />ฟิลด์นี้ ไม่อาจแก้ไขได้';
$strThai = 'ไทย';
$strTheme = 'หน้าตา';
$strThisHost = 'โฮสต์นี้';
$strThisNotDirectory = 'นี่ไม่ใช่ไดเรกทอรี';
$strThreadSuccessfullyKilled = 'เธรด %s ถูกทำลายเรียบร้อยแล้ว.';
$strTime = 'เวลา';
$strTotal = 'ทั้งหมด';
$strTotalUC = 'รวม';
$strTraditionalChinese = 'จีน (ไต้หวัน)';
$strTraditionalSpanish = 'สเปน (ดั้งเดิม)';
$strTraffic = 'การจราจร';
$strTransformation_image_jpeg__inline = 'แสดงรูปขนาดเล็กที่กดเข้าไปดูภาพใหญ่ได้; ตัวเลือก: ความกว้าง, ความสูง หน่วยเป็นพิกเซล (คงสัดส่วนเดิม)';
$strTransformation_image_jpeg__link = 'แสดงลิงก์ไปยังรูป (ดาวน์โหลดข้อมูลไบนารีโดยตรง/blob).';
$strTransformation_image_png__inline = 'ดูรูปชนิด image/jpeg ทันที';
$strTransformation_text_plain__formatted = 'สงวนการจัดรูปแบบเดิมในฟิลด์ไว้ -- ไม่แทรก escape character.';
$strTruncateQueries = 'ตัดทอนคำค้นที่แสดง';
$strTurkish = 'ตุรกี';
$strType = 'ชนิด';
 
$strUkrainian = 'ยูเครน';
$strUncheckAll = 'ไม่เลือกเลย';
$strUnicode = 'ยูนิโค้ด';
$strUnique = 'เอกลักษณ์';
$strUnknown = 'ไม่ระบุ';
$strUnselectAll = 'ไม่เลือกเลย';
$strUpdComTab = 'โปรดอ่านเอกสารเกี่ยวกับ วิธีการปรับปรุงตาราง Column_comments (เก็บหมายเหตุของคอลัมน์) ของคุณ';
$strUpdatePrivMessage = 'คุณได้ปรับปรุงสิทธิสำหรับ %s แล้ว';
$strUpdateProfileMessage = 'ปรับปรุงโพรไฟล์เรียบร้อยแล้ว';
$strUpdateQuery = 'ปรับปรุงคำค้น';
$strUsage = 'ใช้งาน';
$strUseBackquotes = 'ใส่ \'backqoute\' ให้กับชื่อตารางและฟิลด์';
$strUseTables = 'ใช้ตาราง';
$strUseTextField = 'ใช้ช่องใส่ข้อความ (text field)';
$strUseThisValue = 'ใช้ค่านี้';
$strUser = 'ผู้ใช้';
$strUserAlreadyExists = 'มีผู้ใช้ %s อยู่แล้ว!';
$strUserEmpty = 'ชื่อผู้ใช้ยังว่างอยู่!';
$strUserName = 'ชื่อผู้ใช้';
$strUserNotFound = 'ไม่พบผู้ใช้ที่เลือกในตารางแสดงสิทธิ';
$strUserOverview = 'ข้อมูลทั่วไปของผู้ใช้';
$strUsersDeleted = 'ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว.';
$strUsersHavingAccessToDb = 'ผู้ใช้มีสิทธิเข้าถึงฐานข้อมูล &quot;%s&quot;';
 
$strValidateSQL = 'ตรวจสอบ SQL';
$strValidatorError = 'ไม่สามารถเริ่มตัวตรวจสอบ SQL ได้. กรุณาตรวจสอบว่า คุณได้ติดตั้ง php extensions ที่จำเป็น ดังที่อธิบายไว้ใน %sdocumentation%s เรียบร้อยแล้ว';
$strValue = 'ค่า';
$strVar = 'ตัวแปร';
$strViewDump = 'ดูโครงสร้างของตาราง';
$strViewDumpDB = 'ดูโครงสร้างของฐานข้อมูล';
 
$strWebServerUploadDirectory = 'ไดเรกทอรีสำหรับอัพโหลด ที่เว็บเซิร์ฟเวอร์';
$strWebServerUploadDirectoryError = 'ไม่สามารถใช้งาน ไดเรกทอรีที่ตั้งไว้สำหรับอัพโหลดได้';
$strWelcome = '%s ยินดีต้อนรับ';
$strWestEuropean = 'ยุโรปตะวันตก';
$strWildcard = 'ไวล์การ์ด';
$strWithChecked = 'ทำกับที่เลือก:';
$strWritingCommentNotPossible = 'การเขียนหมายเหตุนั้นเป็นไปไม่ได้';
$strWritingRelationNotPossible = 'การเขียนรีเลชันนั้นเป็นไปไม่ได้';
$strWrongUser = 'อนุญาตให้เข้าใช้ไม่ได้ ชื่อผู้ใช้หรือรหัสผ่านผิด';
 
$strXML = 'XML';
 
$strYes = 'ใช่';
 
$strZeroRemovesTheLimit = 'โปรดทราบ: ถ้าเปลี่ยนค่าเหล่านี้เป็น 0 (ศูนย์) จะหมายถึง ไม่มีขีดจำกัด.';
$strZip = '"ถูกบีบอัดอยู่ (zip)"';
 
// To translate:
$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.'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strAddIntoComments = 'Add into comments';//to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
 
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
 
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
 
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDelayedInserts = 'ใช้ delayed inserts'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFlushPrivilegesNote = 'โปรดทราบ: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this 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
 
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
 
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
 
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
 
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$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
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
 
$strOperator = 'Operator'; //to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSuper = 'อนุญาตให้เชื่อมต่อ, แม้ว่าจำนวนการเชื่อมต่อจะถึงระดับสูงสุดแล้ว; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
 
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
 
$strSQLExportType = 'Export type'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strStrucNativeExcel = 'ข้อมูล Native MS Excel'; //to translate
 
$strTakeIt = 'take it'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$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
$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
$strTransformation_text_plain__external = 'สำหรับ ลีนุกซ์ เท่านั้น: 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
$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
$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
$strTransformation_text_plain__substr = 'แสดงข้อความบางส่วนเท่านั้น. 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
 
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseHostTable = 'ใช้ Host Table'; //to translate
 
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
 
$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'; //to translate
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/translatecount.sh
0,0 → 1,31
#!/bin/sh
# $Id: translatecount.sh,v 2.0 2003/11/18 15:20:42 nijel Exp $
##
# Shell script to produce counts of just how out of date the translations are!
##
# Accepts optional parameters of a list of files to produce counts from
# Defaults to using all files
##
# Written by Robin Johnson <robbat2 at users.sourceforge.net>
##
srcfilelist=${@}
destfilelist=""
translationmatch='//to translate'
suffixtoremove='.inc.php'
added=0
if [ -z "${srcfilelist}" ]; then
srcfilelist="*.inc.php"
added=1
fi;
for i in ${srcfilelist}; do
if [ ! -e ${i} ]; then
$i=`eval ${i}*php3`
fi
if [ -e ${i} ]; then
destfilelist="${destfilelist} ${i}"
fi;
done;
destfilelist=`echo ${destfilelist} | xargs -n1 | egrep '.inc.php$'`
if [ ! -z "${destfilelist}" ]; then
grep -c -- "${translationmatch}" ${destfilelist} | sort -t':' -n +1 | sed -e "s/${suffixtoremove}//g" | xargs -n1 | egrep -v ':0$'
fi;
/Web/Maintenance/phpMyAdmin/lang/turkish-iso-8859-9.inc.php
0,0 → 1,1006
<?php
/* $Id: turkish-iso-8859-9.inc.php,v 2.125.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
// son güncelleme:28.08.2005 (in nova roma)
// Türkçe Çeviri ® Bora Alioðlu
// mail: boralioglu[at]gmail.{com}
// icq uin: 20940178
// #######################################################
// çeviri hakkýndaki her türlü düzeltme ve önerileriniz
// için benimle temasa geçebilirsiniz...
// #######################################################
// son güncelleme:28.08.2005 (in nova roma)
//
// "o temporas o mores"
 
$charset = 'iso-8859-9';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
 
$byteUnits = array('Byte', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$day_of_week = array('Pazar', 'Pazartesi', 'Salý', 'Çarþamba', 'Perþembe', 'Cuma', 'Cumartesi');
$month = array('Ocak', 'Þubat', 'Mart', 'Nisan', 'Mayýs', 'Haziran', 'Temmuz', 'Aðustos', 'Eylül', 'Ekim', 'Kasým', 'Aralýk');
 
// Aþaðýdaki deðiþkenin tanýmlanmasý hakkýnda daha fazla bilgi için
// http://www.php.net/manual/en/function.strftime.php sitesine gözatýnýz
 
$datefmt = '%B %d, %Y at %I:%M %p';
 
$timespanfmt = '%s gün, %s saat, %s dakika ve %s saniye';
 
//new translations begin here
 
 
 
 
 
 
 
 
$strAbortedClients = 'Ýptal edildi';
$strAbsolutePathToDocSqlDir = 'Lütfen web sunucusu üzerinde docSQL dizinine giden tam yolu giriniz ';
$strAccessDenied = 'Eriþim engellendi';
$strAccessDeniedExplanation = 'phpMyAdmin MySQL sunucusuna baðlanmayý denedi sunucu baðlantýyý reddetti. config.inc içerisindeki bilgisayar adresini(host) , kullanýcý adýný ve þifreyi kontrol edin ve MySQL sunucusunun yöneticisi tarafýndan size verilen bilgiyle uyuþtuðundan emin olun.';
$strAction = 'Eylem';
$strAddAutoIncrement = 'Otomatik artma ekle';
$strAddConstraints = 'Sýnýrlama ekle';
$strAddDeleteColumn = 'Sütun alaný Ekle/Sil';
$strAddDeleteRow = 'Kriter satýrý Ekle/Sil';
$strAddDropDatabase = '<b>DROP DATABASE</b> ekle';
$strAddedColumnComment = 'Sütun için eklenmiþ yorum';
$strAddedColumnRelation = 'Sütun için eklenmiþ iliþki';
$strAddFields = '%s alan(lar) ekle';
$strAddHeaderComment = 'Baþlýða yorum ekle (\\n satýr atlar)';
$strAddIfNotExists = 'IF NOT EXISTS ekle';
$strAddIntoComments = 'Yorumlara ekle';
$strAddNewField = 'Yeni alan ekle';
$strAddPrivilegesOnDb = 'Bir sonraki veritabaný üzerinde yetki ekle';
$strAddPrivilegesOnTbl = 'Bir sonraki tablo üzerinde yetki ekle';
$strAddSearchConditions = 'Arama durumu ekle ("where" komutu için):';
$strAddToIndex = '%s indeks satýrý ekle';
$strAddUserMessage = 'Yeni bir kullanýcý eklediniz.';
$strAddUser = 'Yeni kullanýcý ekle';
$strAdministration = 'Yönetim';
$strAffectedRows = 'Etkilenen satýrlar:';
$strAfterInsertBack = 'Önceki sayfaya geri dön';
$strAfterInsertNewInsert = 'Yeni kayýt ekle';
$strAfterInsertNext = 'Sonraki satýrý düzenle';
$strAfterInsertSame = 'Bu sayfaya geri dön';
$strAfter = '%s tablosundan sonra';
$strAllTableSameWidth = 'Bütün tablolarý ayný geniþlikte göster';
$strAll = 'Tümü';
$strAlterOrderBy = 'Tablo sýralamasýný þuna göre deðiþtir';
$strAnalyzeTable = 'Tabloyu analiz et';
$strAndThen = 've';
$strAnd = 'Ve';
$strAnIndex = '%s üzerinde yeni bir indeks eklendi';
$strAny = 'Herhangi';
$strAnyHost = 'Herhangi sunucu';
$strAnyUser = 'Herhangi kullanýcý';
$strApproximateCount = 'Tahmini olmalý. Ayrýntýlý bilgi için 3.11 FAQ\' süne bakýnýz ';
$strAPrimaryKey = '%s üzerinde birincil indeks eklendi';
$strArabic = 'Arapça';
$strArmenian = 'Ermenice';
$strAscending = 'Artan';
$strAtBeginningOfTable = 'Tablo baþýnda';
$strAtEndOfTable = 'Tablo sonunda';
$strAttr = 'Özellikler';
$strAutodetect = 'Otomatik';
$strAutomaticLayout = 'Otomatik düzen';
 
$strBack = 'Geri';
$strBaltic = 'Baltýk';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binari';
$strBinaryDoNotEdit = 'Binari - düzenlemeyiniz';
$strBinaryLog = 'Binary kayýt';
$strBinLogEventType = 'Kayýt olay tipi';
$strBinLogInfo = 'Bilgi';
$strBinLogName = 'Kayýt ismi';
$strBinLogOriginalPosition = 'Orjinal kayýt yeri';
$strBinLogPosition = 'Kayýt yeri';
$strBinLogServerId = 'Sunucu ID\`si';
$strBookmarkAllUsers = 'Bütün kullanýcýlarýn bu bookmark\'a eriþimlerine izin ver';
$strBookmarkDeleted = 'Bookmark silindi.';
$strBookmarkLabel = 'Etiket';
$strBookmarkQuery = ' SQL sorgusu';
$strBookmarkThis = 'Bu SQL sorgusunu iþaretle';
$strBookmarkView = 'Sadece gözat';
$strBrowseForeignValues = 'Foreign(yabancý) deðerleri tara';
$strBrowse = 'Tara';
$strBufferPool = 'Ara Bellek Havuzu';
$strBufferPoolUsage = 'Ara Bellek Havuzu Kullanýmý';
$strBulgarian = 'Bulgarca';
$strBusyPages = 'Meþgul Sayfalar';
$strBzError = 'phpMyAdmin dump dosyasýný bu php versiyonundaki bozuk bir Bz2 uzantýsý nedeniyle sýkýþtýrýmadý. phpMyAdmin dizinindeki configurasyon dosyasý içindeki <code>$cfg[\'BZipDump\']</code> yönergesini <code>FALSE</code> \'a deðiþtirmeniz gerekmektedir. Bz2 sýkýþtýrma özelliklerini kullanmak istiyorsanýz ,bir sonraki php sürümüne güncelleme yapmanýz gerekmektedir.php hata raporu %s\' e bakýnýz ';
$strBzip = '"bzip"';
 
$strCalendar = 'Takvim';
$strCannotLogin = 'MySQL seçenekleri';
$strCantLoadRecodeIconv = 'Karakter seti dönüþümü için gerekli olan Iconv veya recode uzantýlarýný yükleyenemiyor. Php\'nin bu uzantýlara izin vermesini saðlayýn veya phpMyAdmin içinde karakter dönüþümünü devre dýþý býrakýnýz...';
$strCantLoad = '%s uzantýsý yüklenemiyor,<br />PHP konfigurasyon dosyasýný kontrol ediniz.';
$strCantRenameIdxToPrimary = 'Indeks\'i PRIMARY olarak adlandýrýmazsýnýz!';
$strCantUseRecodeIconv = 'Uzantý raporlarý yüklenmiþken , ne iconv,ne libinconv,ne de recode_string fonksiyonu kullanýlamaz. Php ayarlarýnýzý kontrol ediniz.';
$strCardinality = 'En önemli';
$strCaseInsensitive = 'büyük küçük harf duyarsýz';
$strCaseSensitive = 'büyük küçük harf duyarlý';
$strCentralEuropean = 'Orta Avrupa';
$strChangeCopyMode = 'Ayný yetkilerle yeni bir kullanýcý yarat ve :';
$strChangeCopyModeCopy = 'eski kullanýcýyý muhafaza et.';
$strChangeCopyModeDeleteAndReload = 'eski kullanýcýyý kullanýcý tablolarýndan sil ve sonra yetkileri yeniden yükle.';
$strChangeCopyModeJustDelete = 'eski kullanýcýyý kullanýcý tablolarýndan sil.';
$strChangeCopyModeRevoke = 'eskiden kalan bütün aktif yetkileri iptal et ve sil.';
$strChangeCopyUser = 'Login bilgisini deðiþtir / Kullanýcý kopyala';
$strChange = 'Deðiþtir';
$strChangeDisplay = 'Görmek istediðiniz alaný seçiniz';
$strChangePassword = 'Þifre Deðiþtir';
$strCharset = 'Karakter seti';
$strCharsetOfFile = 'Dosyanýn karakter seti:';
$strCharsetsAndCollations = 'Karakter setleri ve karþýlaþtýrmalar';
$strCharsets = 'Karakter setleri';
$strCheckAll = 'Tümünü seç';
$strCheckOverhead = 'Baþtan aþaðýya kontrol et';
$strCheckPrivsLong = '&quot;%s&quot; veritabaný için yetkileri kontrol et.';
$strCheckPrivs = 'Ýmtiyazlarý kontrol et';
$strCheckTable = 'Tabloyu kontrol et';
$strChoosePage = 'Lütfen düzenlemek istediðiniz sayfayý seçin';
$strColComFeat = 'Sütun yorumlarý gösteriliyor';
$strCollation = 'Karþýlaþtýrma';
$strColumnNames = 'Sütun adlarý';
$strColumnPrivileges = 'Sütuna özgü yetkiler';
$strCommand = 'Komut';
$strCommentsForTable = 'TABLO YORUMLARI';
$strComments = 'Sütun yorum,iliþki ve MIME tiplerini içer.';
$strCompatibleHashing = 'MySQL&nbsp;4.0 uyumlu';
$strCompleteInserts = 'Her INSERT komutunda sütun adlarýný ekle';
$strCompression = 'Sýkýþtýrma';
$strConfigFileError ='phpMyAdmin konfigurasyon dosyanýzý okuyamadý....<br /> Bu php yorumlama hatasý bulduðu zaman veya dosyayý bulamadýðý zaman meydana gelebilir..<br /> Lütfen aþaðýdaki linki kullanarak dosyayý direkt olarak çaðýrýn ve aldýðýnýz php hata mesajlarýný okuyunuz.Çoðu durumda herhangi bir yerde týrnak veya noktalý virgül eksiktir<br /> Boþ bir sayfayla karþýlaþýrsanýz ,herþey yolunda demektir.';
$strConfigureTableCoord = ' Lütfen %s tablosu için koordinatlarý yapýlandýrýnýz';
$strConnectionError = 'Baðlanamýyor: geçersiz ayarlar.';
$strConnections = 'Baðlantýlar';
$strConstraintsForDumped = 'Dökümü yapýlmýþ tablolar için kýsýtlamalar';
$strConstraintsForTable = 'Tablo için kýsýtlamalar';
$strCookiesRequired = 'Cookieler açýk olmalýdýr.';
$strCopyDatabaseOK = '%s veritabaný %s\` e kopyalandý.';
$strCopy = 'Kopyala';
$strCopyTableOK = '%s tablosu %s üzerine kopyalandý.';
$strCopyTableSameNames = 'Tabloyu aynýsýna kopyalayamýyor!';
$strCopyTable = 'Tabloyu (veritabaný<b>.</b>tablo) kopyala :';
$strCouldNotKill = 'phpMyAdmin %s iþlemini kapatamadý. Büyük ihtimalle daha önceden kapatýlmýþ.';
$strCreateDatabaseBeforeCopying = 'Kopyalamadan önce CREATE DATABASE (Veritabaný Yarat)';
$strCreate = 'Git';
$strCreateIndex = '%s. sütunda yeni bir indeks oluþtur.';
$strCreateIndexTopic = 'Yeni bir indeks oluþtur';
$strCreateNewDatabase = 'Yeni veritabaný oluþtur';
$strCreateNewTable = '<b>%s</b> veritabaný üzerinde yeni bir tablo oluþtur';
$strCreatePage = 'Yeni sayfa oluþtur';
$strCreatePdfFeat = 'PDF\'lerin oluþturulmasý';
$strCreationDates = 'Oluþturulma/Güncelleme/Kontrol tarihleri';
$strCriteria = 'Kriter';
$strCroatian = 'Hýrvatça';
$strCSVOptions = 'CSV seçenekleri';
$strCyrillic = 'Kiril';
$strCzech = 'Çekçe';
$strCzechSlovak = 'Çekçe-Slovakça';
 
$strDanish = 'Danimarkaca';
$strDatabaseEmpty = 'Veritabaný adý boþ!';
$strDatabaseExportOptions = 'Veritabaný dönüþüm ayarlarý';
$strDatabaseHasBeenDropped = '%s veritabaný kaldýrýldý.';
$strDatabaseNoTable = 'Bu veritabaný tablo içermiyor!';
$strDatabasesDropped = '%s veritabanlarý baþarýyla kaldýrýldý.';
$strDatabasesStatsDisable = 'Ýstatistikleri kapat';
$strDatabasesStatsEnable = 'Ýstatistikleri aç';
$strDatabasesStatsHeavyTraffic = 'Not: Burada veritabaný istatistiklerini açmak Web Sunucusu ile MySQL arasýnda yüksek trafiðe yol açabilir.';
$strDatabasesStats = 'Veritabaný istatistikleri';
$strDatabases = 'Veritabanlarý';
$strDatabase = 'Veritabaný';
$strDataDict = 'Veri sözlüðü';
$strDataOnly = 'Sadece veri';
$strDataPages = 'Veri içeren sayfalar';
$strData = 'Veri';
$strDBComment = 'Veritabaný yorumu:';
$strDBCopy = 'Veritabanýný þuraya kopyala:';
$strDBGContextID = 'Ýçerik ID';
$strDBGContext = 'Ýçerik';
$strDBGHits = 'Giriþler(hit)';
$strDBGLine = 'Satýr';
$strDBGMaxTimeMs = 'Max zaman, ms';
$strDBGMinTimeMs = 'Min zaman, ms';
$strDBGModule = 'Modül';
$strDBGTimePerHitMs = 'Zaman/Giriþ, ms';
$strDBGTotalTimeMs = 'Toplam zaman, ms';
$strDbPrivileges = 'Veritabanýna özgü yetkiler';
$strDBRename = 'Veritabanýný yeniden adlandýr';
$strDbSpecific = 'Veritabanýna özgü';
$strDefaultEngine = '%s bu MySQL sunucusunun üzerindeki varsayýlan depolama motorudur.';
$strDefaultValueHelp = 'Varsayýlan deðerler için týrnak iþareti veya slash koymak yerine tek deðer giriniz.Mesela : a';
$strDefault = 'Varsayýlan';
$strDefragment = 'Tabloyu birleþtir';
$strDelayedInserts = 'Gecikmiþ kayýt eklemeleri kullan';
$strDeleteAndFlushDescr = 'Bu en kýsa yoldur fakat yetkileri yeniden yüklemek zaman alabilir.';
$strDeleteAndFlush = 'Kullanýcýlarý sonra da yetkileri sil.';
$strDeletedRows = 'Silinen satýrlar:';
$strDeleted = 'Satýr silindi.';
$strDelete = 'Sil';
$strDeleting = '%s siliniyor';
$strDelOld = 'Sayfada kullanýlmayan tablolara verilmiþ referanslar bulunuyor. Bu referanslarý silmek ister misiniz?';
$strDescending = 'Azalan';
$strDescription = 'Tanýmlama';
$strDictionary = 'sözlük';
$strDirtyPages = 'Bozuk Sayfalar'; // not the actual translation i need some help
$strDisabled = 'Etkin deðil';
$strDisableForeignChecks = 'Yabancý anahtar iþaretlerini seçilemez kýl';
$strDisplayFeat = 'Özellikleri Göster';
$strDisplayOrder = 'Görünüm düzeni:';
$strDisplayPDF = 'PDF þemasýný göster';
$strDoAQuery = '<br /><br />"Örnekle sorgu" yap. (joker:%) <br />';
$strDocu = 'Yardým';
$strDoYouReally = 'Aþaðýdaki komutu uygulamak istediðinizden emin misiniz? ';
$strDropDatabaseStrongWarning = 'Bütün bir veritabanýný YOK ETMEK üzeresiniz!';
$strDrop = 'Kaldýr';
$strDropUsersDb = 'Kullanýcýlarla ayný isimlerde olan veritabanlarýný kaldýr.';
$strDumpingData = 'Tablo döküm verisi';
$strDumpSaved = 'Döküm dosyasý %s dosyasýna kaydedildi';
$strDumpXRows = 'Satýr sayýsý : %s %s .satýrdan baþlayarak.';
$strDynamic = 'deðiþken';
 
$strEdit = 'Düzenle';
$strEditPDFPages = ' PDF Sayfalarýný düzenle';
$strEditPrivileges = 'Öncelikleri Düzenle';
$strEffective = 'Efektif';
$strEmpty = 'Boþalt';
$strEmptyResultSet = 'MySQL boþ bir sonuç kümesi döndürdü ( sýfýr satýr).';
$strEnabled = 'Etkin';
$strEncloseInTransaction = 'Ýþlemlerde dönüþtürü ekle';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnd = 'Son';
$strEngineAvailable = '%s bu MySQL sunucusu üzerinde bulunmaktadýr.'; $strEngineUnsupported = 'Bu MySQL sunucusu %s depolama motorunu desteklememektedir.';
$strEngineDisabled = '%s bu MySQL sunucusu için devre dýþý býrakýlmýþtýr.';
$strEngines = 'Motorlar';
$strEnglishPrivileges = ' Not: MySQL yetki adlarý Ýngilizce olarak belirtilmiþtir ';
$strEnglish = 'Ýngilizce';
$strError = 'Hata';
$strEscapeWildcards = '_ ve % jokerleri harfi harfine kullanýlmak isteniyorsa \ ile beraber kullanýlmalýdýr.';
$strEstonian = 'Estonyaca';
$strExcelEdition = 'Excel tipi';
$strExcelOptions = 'Excel ayarlarý';
$strExecuteBookmarked = 'Ýþaretlenmiþ sorguyu çalýþtýr';
$strExplain = 'SQL\'i açýkla';
$strExport = 'Dönüþtür';
$strExtendedInserts = 'Tablo ismini ve INSERT deyimini sadece bir kez kullan';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Baþarýsýz denemeler';
$strField = 'Alan';
$strFieldHasBeenDropped = '%s alaný kaldýrýlmýþtýr';
$strFields = 'Alanlar';
$strFieldsEmpty = ' Alan sayýsý boþ! ';
$strFieldsEnclosedBy = 'Kapatma karakteri';
$strFieldsEscapedBy = 'Kaçýþ karakteri';
$strFieldsTerminatedBy = 'Alan sonu karakteri';
$strFileAlreadyExists = '%s dosyasý zaten serverda mevcut, dosya adýný deðiþtirin veya üzerine yaz seçeneðini seçin! ';
$strFileCouldNotBeRead = 'Dosya okunamadý';
$strFileNameTemplate = 'Dosya ismi þablonu';
$strFileNameTemplateRemember = 'þablonu hatýrla';
$strFixed = 'Sabit';
$strFlushPrivilegesNote = 'Not: phpMyAdmin kullanýcýlarýn yetkilerini direkt olarak MySQL\'ün yetki tablolarýndan alýr.Bu tablolarýn içerikleri eðer elle deðiþiklik yapýlmýþsa sunucunun kullandýðý yetkilerden farklý olabilir.Bu durumda devam etmeden önce %syetkileri yeniden yüklemeniz gerekir%s .';
$strFlushTable = 'Tabloyu yeniden yükle("FLUSH")';
$strFormat = 'Biçim';
$strFormEmpty = 'Form\'da eksik deðer !';
$strFreePages = 'Serbest Sayfalar';
$strFullText = 'Tüm metinler';
$strFunction = 'Fonksiyon';
 
$strGenBy = 'üretildi:';
$strGeneralRelationFeat = 'Genel iliþki özellikleri';
$strGenerate = 'Oluþtur';
$strGeneratePassword = 'Þifre Oluþtur';
$strGenTime = 'Çýktý Tarihi';
$strGeorgian = 'Gürcüce';
$strGerman = 'Almanca';
$strGlobal = 'genel';
$strGlobalPrivileges = 'Global yetkiler';
$strGlobalValue = 'Global deðer';
$strGo = 'Git';
$strGrantOption = 'Hak';
$strGreek = 'Yunanca';
$strGzip = '"gzip"';
 
$strHasBeenAltered = 'düzenlendi.';
$strHasBeenCreated = 'yaratýldý.';
$strHaveToShow = 'Görüntülemek için en az bir sütun seçmelisiniz';
$strHebrew = 'Ýbranice';
$strHexForBinary = 'Binari alanlarý için onaltýlýk sayý sistemini kullan.';
$strHome = 'Ana Sayfa';
$strHomepageOfficial = 'phpMyAdmin Web Sayfasý';
$strHostEmpty = 'Sunucu ismi alaný boþ!';
$strHost = 'Sunucu';
$strHungarian = 'Macarca';
 
$strIcelandic = 'Ýzlandaca';
$strId = 'ID';
$strIdxFulltext = 'Tüm metinler';
$strIgnoreInserts = 'Kayýt eklemeleri yoksayý kullan';
$strIgnore = 'Yoksay';
$strIgnoringFile = '%s dosyasýný yoksayýyor';
$strImportDocSQL = 'docSQL dosyalarýný dönüþtür ';
$strImportFiles = 'Dosyalarý dönüþtür';
$strIndexes = 'Ýndeksler';
$strIndexHasBeenDropped = '%s indeks\'i silindi.';
$strIndexName = 'Ýndeks ismi :';
$strIndexType = 'Ýndeks tipi :';
$strIndexWarningMultiple = '`%s` sütunu için birden fazla %s anahtarý yaratýldý. ';
$strIndexWarningPrimary = 'PRIMARY ve INDEX anahtarlarýnýn ikisine birden `%s` sütunu için deðer verilemez.';
$strIndexWarningTable = '`%s` tablosunun indexleri ile ilgili sorunlar';
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
$strIndex = 'Ýndeks';
$strInnoDBAutoextendIncrement = 'Artýþ miktarýný otomatik olarak arttýr';
$strInnoDBAutoextendIncrementDesc = ' Otomatik geniþleyen tablo boyutu boþ olduðunda otomatik geniþleyen tablo boþluðunun boyutun artýþ miktarý.';
$strInnoDBDataFilePath = 'Veri dosyalarý';
$strInnoDBDataHomeDirDesc = 'InnoDB veri dosyalarý için dizin yolunun ortak kullanýlan kýsmý.';
$strInnoDBDataHomeDir = 'Veri ana dizini ';
$strInnodbStat = 'InnoDB durumu';
$strInsecureMySQL = 'Konfigurasyon dosyanýz (þifresiz root) varsayýlan MySQL yetki dosyasýyla aynen uyuþan ayarlar içeriyor.MySQL sunucunuz bu varsayýlan ayarlarla çalýþýyor,dýþardan giriþe açýk,ve bu güvenlik açýðýný hemen düzeltmeniz gerekmektedir.';
$strInsertAsNewRow = 'Yeni satýr olarak ekle';
$strInsertedRowId = 'Satýr id\'si eklendi:';
$strInsertedRows = 'Eklenen satýrlar:';
$strInsert = 'Ekle';
$strInsertNewRow = 'Yeni satýr ekle';
$strInternalNotNecessary = '* InnoDb\'nin içinde zaten bir iç iliþki var ise gerekli deðildir.';
$strInternalRelations = 'Ýç iliþkiler';
$strInUse = 'kullanýmda';
$strInvalidColumnCount = 'Sütun sayýsý sýfýrdan büyük olmalý.';
$strInvalidFieldAddCount = 'En azýndan bir alan eklemeniz gerekmektedir..';
$strInvalidFieldCount = 'Tablonun en az bir alaný olmalý.';
$strInvalidRowNumber = '%d geçerli bir satýr sayýsý deðil.';
 
$strJapanese = 'Japonca';
$strJumpToDB = '&quot;%s&quot; veritabanýna git.';
$strJustDeleteDescr = '&quot;silinmiþ&quot; kullanýcýlar, yetkiler yeniden yüklenmedikçe ,hala sunucuya normaldeki gibi eriþilebilecek ';
$strJustDelete = 'Kullanýcýlarý yetki tablolarýndan sil .';
 
$strKeepPass = 'Þifreyi deðiþtirme';
$strKeyname = 'Anahtar ismi';
$strKill = 'Kapat';
$strKorean = 'Korece';
 
$strLandscape = 'Peyzaj';
$strLatchedPages = 'Mandallanmýþ Sayfalar'; //also this
$strLatexCaption = 'Tablo baþlýðý';
$strLatexContent = '__TABLE__ tablosunun içeriði';
$strLatexContinuedCaption = 'devam eden tablo baþlýðý';
$strLatexContinued = '(devam eden)';
$strLatexIncludeCaption = 'Tablo baþlýðýný içer';
$strLatexLabel = 'Etiket anahtarý';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX seçenekleri';
$strLatexStructure = '__TABLE__ tablosunun yapýsý';
$strLatvian = 'Litvanyaca';
$strLengthSet = 'Boyut/Deðerler*';
$strLimitNumRows = 'Sayfa baþýna kayýt sayýsý :';
$strLinesTerminatedBy = 'Satýr sonu';
$strLinkNotFound = 'Link bulunamadý';
$strLinksTo = 'Linkler->';
$strLithuanian = 'Litvanyaca';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Dosyadan yükle';
$strLoginInformation = 'Login bilgisi';
$strLogin = 'Login';
$strLogout = 'Çýkýþ';
$strLogPassword = 'Þifre:';
$strLogServer = 'Sunucu';
$strLogUsername = 'Kullanýcý Adý:';
$strLongOperation = 'Bu iþlem çok uzun sürebilir. Devam etmek istediðiniz emin misiniz?';
 
$strMaximumSize = 'En büyük boyut: %s%s';
$strMbExtensionMissing = 'mbstring PHP uzantýsý bulunamadý ve multibyte karakter seti kullanmaktasýnýz. Eðer mbstring uzantýsý bulunmazsa phpMyAdmin karakter dizilerini düzgün bir þekilde bölemeyeceði için beklenmeyen sonuçlar oluþabilir.';
$strMbOverloadWarning = 'mbstring.func_overload PHP konfigürasyon dosyanýzda etkinleþtirilmiþ durumda. Bu seçenek phpMyAdmin ile uyumsuzluk göstermekte ve bazý verilerin bozulmasýna yol açabilir!';
$strMIME_available_mime = 'Uygun MIME-tipleri';
$strMIME_available_transform = 'Uygun dönüþümler';
$strMIME_description = 'Tanýmlama';
$strMIME_MIMEtype = 'MIME-tip';
$strMIME_nodescription = 'Bu dönüþüm için uygun bilgi bulunmamaktadýr.<br />Lütfen yazara %s ne yapar diye sorun';
$strMIME_transformation_note = 'Uygun dönüþüm seçeneklerinin listesi ve onlarýn MIME-tip dönüþümleri için, %sdönüþüm tanýmlamarý%s\'na týklayýn';
$strMIME_transformation_options = 'Dönüþüm seçenekleri';
$strMIME_transformation_options_note = 'Lütfen dönüþüm seçenekleri için deðerleri bu þekili kullanarak giriniz: \'a\',\'b\',\'c\'...<br />Backslash ("\") veya tek týrnak ("\'") kullamanýz gerekiyorsa, þu þekilde kullanýn : \'\\\\xyz\' veya \'a\\\'b\').';
$strMIME_transformation = 'Tarayýcý dönüþümü';
$strMIMETypesForTable = 'TABLO MIME TÝPLERÝ';
$strMIME_without = 'Ýtalik olarak yazýlmýþ MIME-tipleri ayrý bir dönüþüm fonksiyonuna sahip deðildir.';
$strModifications = 'Deðiþiklikler kaydedildi';
$strModify = 'Deðiþtir';
$strModifyIndexTopic = 'Indeks düzenle';
$strMoveTableOK = '%s tablosu %s üzerine taþýndý.';
$strMoveTableSameNames = 'Tabloyu aynýsýna taþýyamýyor!';
$strMoveTable = 'Tabloyu (veritabaný<b>.</b>tablo) taþý :';
$strMultilingual = 'çoklu dil';
$strMyISAMDataPointerSizeDesc = 'MAX_ROWS seçeneði belirtilmediði durumlarda MyISAM tablolarý için CREATE TABLE komutuyla kullanýlacak olan varsayýlan iþaretçi boyutu (Byte olarak).';
$strMyISAMDataPointerSize = 'Veri iþaretçi boyutu';
$strMyISAMMaxExtraSortFileSizeDesc = 'Hýzlý MyISAM indeksi oluþturulmasý sýrasýnda kullanýlan geçici dosya belirtilen boyutta anahtar önbellek kullanýlmasý durumunda oluþacak olan dosyadan büyük olacaksa, anahtar önbellek metodunu seçiniz.';
$strMyISAMMaxExtraSortFileSize = 'Ýndeks oluþturmada kullanýlan maksimum geçici dosyalar boyutu';
$strMyISAMMaxSortFileSizeDesc = 'MySQL\’in bir MyISAM indeksini yeniden oluþtururken kullandýðý geçici dosyanýn maksimum boyutu (REPAIR TABLE, ALTER TABLE, ya da LOAD DATA INFILE sýrasýnda).';
$strMyISAMMaxSortFileSize = 'Maksimum geçici sýralama dosyalarý boyutu.';
$strMyISAMRecoverOptions = 'Otomatik Kurtarma Modu'; $strMyISAMRecoverOptionsDesc = '-myisam-recover þeklinde sunucu baþlangýç komutu olarak ayarlanabilen ve çöken MyISAM tablolarýný otomatik olarak kurtarmak amacýyla kullanýlan mod,.';
$strMyISAMRepairThreadsDesc = 'Bu deðer 1\’den büyükse, iþlem sýralama yoluyla yapýlan Onarým (Repair) sýrasýnda MyISAM tablosu indeksleri (her bir indeks kendi iþlemi içinde ) paralel olarak yaratýlýr. ';
$strMyISAMRepairThreads = 'Ýþlemleri Onar';
$strMyISAMSortBufferSizeDesc = 'Bir REPAIR TABLE komutuyla MyISAM indeksleri sýralanýrken ya da CREATE INDEX ya da ALTER TABLE komutuyla indekslerin oluþturulmasý sýrasýnda için ayrýlan ara bellek miktarý.';
$strMyISAMSortBufferSize = 'Listeleme ara bellek boyutu';
$strMySQLCharset = 'MySQL karakter seti';
$strMySQLConnectionCollation = 'MySQL baðlantý karþýlaþtýrmasý';
$strMySQLSaid = 'MySQL çýktýsý: ';
$strMySQLShowProcess = 'Ýþlemleri göster';
$strMySQLShowStatus = 'MySQL çalýþma zamaný bilgisini göster';
$strMySQLShowVars = 'MySQL sistem deðiþkenlerini göster';
 
$strName = 'Ýsim';
$strNext = 'Sonraki';
$strNoActivity = '%s veya daha fazla saniye boyunca hiçbir iþlem yapýlmadý, lütfen yeniden giriþ yapýnýz';
$strNoDatabasesSelected = 'Veritabaný seçilmedi.';
$strNoDatabases = 'Veritabaný yok';
$strNoDescription = 'Tanýmlama yok';
$strNoDetailsForEngine = 'Bu depolama motoru için detaylý durum bilgisi bulunmamaktadýr.';
$strNoDropDatabases = '"DROP DATABASE" cümlesi burada kullanýlamaz.';
$strNoExplain = 'SQL açýklamasýný yapma';
$strNoFrames = 'phpMyAdmin frame destekli bir tarayýcý ile daha iyi çalýþmaktadýr...';
$strNo = 'Hayýr';
$strNoIndex = 'Indeks tanýmlanmadý!';
$strNoIndexPartsDefined = 'Indeks kýsmý tanýmlanmadý!';
$strNoModification = 'Deðiþiklik yok';
$strNone = 'Hiçbiri';
$strNoOptions = 'Bu düzenin seçeði yok';
$strNoPassword = 'Þifre yok';
$strNoPermission = 'Web sunucusu %s dosyasýný kaydetmek için izne sahip deðil.';
$strNoPhp = ' PHP kodsuz';
$strNoPrivileges = 'Buna yetkiniz yok';
$strNoRights = 'Burada bulunmak için yeterli haklara sahip deðilsiniz!';
$strNoRowsSelected = 'Satýr seçilmedi';
$strNoSpace = '%s dosyasýný kaydetmek için yeterli alan yok.';
$strNoTablesFound = 'Veritabanýnda tablo bulunamadý.';
$strNoThemeSupport = 'Tema desteði bulunmuyor,lütfen ayarlarý ve/veya %s dizinindeki temalarýnýzý kontrol ediniz';
$strNotNumber = 'Lütfen bir sayý giriniz!';
$strNotOK = 'Tamam deðil';
$strNotSet = '<b>%s</b> tablosu bulunamadý veya %s içinde tanýmlanmadý';
$strNoUsersFound = 'Kullanýcý(lar) bulunamadý.';
$strNoValidateSQL = 'SQL doðrulamasýný yapma';
$strNull = 'Boþ';
$strNumberOfFields = 'Alan Sayýsý';
$strNumSearchResultsInTable = '<b><font color=\'blue\'>%s</font></b> ( <b>%s</b> tablosu içinde aramanýza uyan kayýt sayýsý ) ';
$strNumSearchResultsTotal = 'Toplam: %s eþleþim';
$strNumTables = 'Tablolar';
 
$strOK = 'Tamam';
$strOperations = 'Ýþlemler';
$strOperator = 'Ýþlemci';
$strOptimizeTable = 'Tabloyu optimize et';
$strOr = 'veya';
$strOverhead = 'Kullanýlamayan Veri';
$strOverwriteExisting = 'Mevcut dosyalarýn üzerine yaz!';
 
$strPageNumber = 'Sayfa numarasý:';
$strPagesToBeFlushed = 'Yeniden yüklenecek sayfalarý göster (flush)';
$strPaperSize = 'Kaðýt boyu';
$strPartialText = 'Kýsmi Metinler';
$strPasswordChanged = '%s için þifre baþarýyla deðiþtirildi.';
$strPasswordEmpty = 'Þifre alaný doldurulmadý!';
$strPasswordHashing = 'Þifre Hash yöntemi';
$strPasswordNotSame = 'Girilen þifreler uyuþmuyor!';
$strPassword = 'Þifre';
$strPdfDbSchema = ' "%s" veritabanýnýn þemasý - Sayfa %s';
$strPdfInvalidTblName = ' "%s" tablosu bulunamýyor !';
$strPdfNoTables = 'Tablo yok';
$strPerHour = 'saat baþýna';
$strPerMinute = 'dakika baþýna';
$strPerSecond = 'saniye baþýna';
$strPersian = 'Farsça';
$strPhoneBook = 'telefon defteri';
$strPHP40203 = ' Ciddi bir multi-byte karakter dizisi (mbstring) hatasýna sahip olan PHP 4.2.3 kullanýyorsunuz,. PHP hata raporu 19404\' e bakýnýz. Bu sürümün phpMyAdmin\'le kullanýlmasý önerilmez.';
$strPhp = 'PHP kodu oluþtur';
$strPHPVersion = 'PHP Sürümü';
$strPmaDocumentation = 'phpMyAdmin yardým';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt>\' nin deðeri konfigurasyon dosyasýnýn içinde verilmelidir!';
$strPolish = 'Lehce';
$strPortrait = 'Portre';
$strPos1 = 'Baþlangýç';
$strPrevious = 'Önceki';
$strPrimary = 'Birincil';
$strPrimaryKeyHasBeenDropped = 'Birincil anahtar silindi';
$strPrimaryKeyName = 'PRIMARY KEY TEK olmalýdýr!';
$strPrimaryKeyWarning = '# PRIMARY <b>sadece</b> birincil bir anahtarýn ismi <b>olmalýdýr!</b>';
$strPrintViewFull = 'Yazýcý görüntüsü (tüm metin)';
$strPrintView = 'Yazýcý görüntüsü';
$strPrint = 'Yazdýr';
$strPrivDescAllPrivileges = 'GRANT hariç tüm yetkileri içerir.';
$strPrivDescAlter = 'Varolan tablonun yapýsýnýn deðiþtirilmesine izin verir.';
$strPrivDescCreateDb = 'Yeni veritabanlarý ve tablolarýn oluþturulmasýna izin verir.';
$strPrivDescCreateTbl = 'Yeni tablolarýn oluþturulmasýna izin verir.';
$strPrivDescCreateTmpTable = 'Geçici tablolara oluþturulmasýna izin verir.';
$strPrivDescDelete = 'Veri silinmesine izin verir.';
$strPrivDescDropDb = 'Veritabanlarý ve tablolarýn kaldýrýlmasýna izin verir.';
$strPrivDescDropTbl = 'Tablolarýn kaldýrýlmasýna izin verir.';
$strPrivDescExecute = 'Kaydedilmiþ yordamlarýn çalýþtýrýlmasýna izin verir.; Bu MySQL sürümünde etkisi yoktur.';
$strPrivDescFile = 'Data import ve export\'una izin verir.';
$strPrivDescGrant = 'Ýmtiyaz tablolarýný yeniden yüklemeden yeni kullanýcý ve yetki eklenmesine izin verir.';
$strPrivDescIndex = 'Ýndekslerin yaratýlmasýna ve kaldýrýlmasýna izin verir.';
$strPrivDescInsert = 'Verinin eklenmesine ve yer deðiþtirilmesine izin verir.';
$strPrivDescLockTables = 'Geçerli iþlem için tablolarýn kilitlenmesine izin verir.';
$strPrivDescMaxConnections = 'Kullanýcýnýn saat baþýna açabileceði baðlantýyý sýnýrlar.';
$strPrivDescMaxQuestions = 'Kullanýcýnýn saat baþýna sunucuya gönderebileceði sorgu sayýsýný sýnýrlar.';
$strPrivDescMaxUpdates = 'Kullanýcýnýn,saat baþýna çalýþtýrabileceði,herhangi bir tablo veya veritabaný deðiþtiren komut sayýsýný sýnýrlar.';
$strPrivDescProcess3 = 'Diðer kullanýcýlarýn iþlemlerinin kapatýlmasýna izin verir.';
$strPrivDescProcess4 = 'Ýþlem listesindeki bütün sorgularýn görüntülenmesine izin verir.';
$strPrivDescReferences = 'Bu MySQL sürümünde etkisi yoktur.';
$strPrivDescReload = 'Sunucu ayarlarýnýn yeniden yüklenmesine ve önbelleðin silinmesine izin verir';
$strPrivDescReplClient = 'Kullanýcýlara Slave ve Master\'larýn nerede olduðunu sorma hakkýný verir.';
$strPrivDescReplSlave = 'Kopya slave\'ler için gerekli.';
$strPrivDescSelect = 'Veri okunmasýna izin ver.';
$strPrivDescShowDb = 'Bütün veritabanlarý listesine eriþim verir.';
$strPrivDescShutdown = 'Sunucunun kapatýlmasýna izin ver.';
$strPrivDescSuper = 'Maksimum baðlantý sayýsý aþýlsa bile baðlanmasýna izin ver;Global deðiþkenleri saptamak veya diðer kullanýcýlarýn iþlemlerini sonlandýrmak gibi bir çok yönetim iþlemi için gereklidir.';
$strPrivDescUpdate = 'Veri deðiþtirilmesine izin ver.';
$strPrivDescUsage = 'Ýmtiyaz yok.';
$strPrivilegesReloaded = 'Ayrýcalýklar baþarýyla yüklendi.';
$strPrivileges = 'Ýmtiyazlar';
$strProcesslist = 'Ýþlem listesi';
$strPutColNames = 'Ýlk satýrda alan isimlerini koy';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = ' Sorgula';
$strQueryFrame = 'Sorgu penceresi';
$strQueryOnDb = '<b>%s</b> veritabanýnda SQL sorgusu&nbsp;:';
$strQuerySQLHistory = 'SQL geçmiþi';
$strQueryStatistics = '<b>Sorgu istatistikleri</b>: Baþlangýçtan bu yana sunucuya <b>%s</b> sorgu gönderildi.';
$strQueryTime = 'Sorgu %01.4f san sürdü';
$strQueryType = 'Sorgu þekli';
$strQueryWindowLock = 'Pencere dýþýndan bu sorgunun üzerine yazma';
 
$strReceived = 'Alýndý';
$strRecords = 'Kayýtlar';
$strReferentialIntegrity = 'Referans bütünlüðünü kontrol et.';
$strRefresh = 'Yenile';
$strRelationalSchema = 'Ýliþki þemasý';
$strRelationNotWorking = 'Ýliþkili tablolarla çalýþmada kullanýlan ekstra özellikler kapatýldý.Nedenini öðrenmek için %sburaya%s týklayýnýz...';
$strRelationsForTable = 'TABLO ÝLÝÞKÝLERÝ';
$strRelations = 'Ýliþkiler';
$strRelationView = 'Ýliþki görünümü';
$strReloadingThePrivileges = 'Ýmtiyazlarý yeniden yüklüyor';
$strReloadMySQL = 'MySQL\' i yeniden yükle';
$strRemoveSelectedUsers = 'Seçili kullanýcýlarý kaldýr';
$strRenameDatabaseOK = '%s veritabaný %s olarak yeniden adlandýrýldý';
$strRenameTableOK = '%s tablosu %s olarak yeniden adlandýrýldý';
$strRenameTable = 'Tabloyu yeniden adlandýr';
$strRepairTable = 'Tablo\'yu onar';
$strReplaceNULLBy = 'NULL \' u bununla yerdeðiþtir';
$strReplaceTable = 'Tablo verisini bir dosyadaki ile deðiþtir';
$strReset = 'Sýfýrla';
$strResourceLimits = 'Kaynak sýnýrlarý';
$strReType = 'Yeniden gir';
$strRevokeAndDeleteDescr = 'Kullanýcýlar yeniden yüklenene kadar hala KULLANIM ayrýcalýðýna sahip olacaklar.';
$strRevokeAndDelete = 'Kullanýcýlardaki tüm etkin yetkileri geçersiz kýl ve sonra sil..';
$strRevoke = 'Geçersiz kýl';
$strRevokeMessage = '%s\'in önceliklerini kaldýrdýnýz';
$strRomanian = 'Romence';
$strRowLength = 'Satýr boyu';
$strRowsFrom = 'kayýt : Baþlayacaðý kayýt :';
$strRowSize = ' Satýr boyutu ';
$strRowsModeFlippedHorizontal = 'yatay (döndürülmüþ baþlýklar)';
$strRowsModeHorizontal = 'yatay';
$strRowsModeOptions = '%s olarak göster ve %s hücre sonra baþlýðý tekrarla.';
$strRowsModeVertical = 'dikey';
$strRows = 'Satýr';
$strRowsStatistic = 'Satýr istatistiði';
$strRunning = '# %s üzerinde çalýþýyor...';
$strRunQuery = 'Sorguyu çalýþtýr';
$strRunSQLQuery = '<b>%s</b> veritabaný üzerinde sorgu çalýþtýr';
$strRussian = 'Rusça';
 
$strSave = 'Kaydet';
$strSaveOnServer = 'Sunucuda %s dizininin içinde kaydet';
$strScaleFactorSmall = 'Çarpan faktörü sayfadaki þema için çok küçük';
$strSearch = 'Ara';
$strSearchFormTitle = 'Veritabanýnda ara';
$strSearchInTables = 'Tablo içinde ara :';
$strSearchNeedle = 'Aranacak kelime veya deðerler ( joker: "%" ):';
$strSearchOption1 = 'kelimelerin en azýndan biri';
$strSearchOption2 = 'bütün kelimeler';
$strSearchOption3 = 'tam eþleþim';
$strSearchOption4 = 'normal deyim';
$strSearchResultsFor = ' "%s" %s için arama sonuçlarý:';
$strSearchType = '<b>BUL </b> :';
$strSecretRequired = 'Ayar dosyasý için gizli bir þifre gerekiyor (blowfish_secret).';
$strSelectADb = ' Lütfen bir veritabaný seçiniz';
$strSelectAll = 'Tümünü seç';
$strSelectBinaryLog = 'Görüntülemek istediðiniz binari kaydýný seçiniz';
$strSelectFields = 'Alan seç (en az bir)';
$strSelectNumRows = 'sorgu içerisinde';
$strSelectTables = 'Tablolarý seç';
$strSend = 'Dosya olarak kaydet';
$strSent = 'Gönderildi';
$strServerChoice = 'Server seçimi';
$strServerNotResponding = 'Sunucu yanýt vermiyor';
$strServerStatus = 'Çalýþma bilgisi';
$strServerStatusUptime = 'Bu MySQL sunucusunun çalýþma süresi : %s <br /> Baþlama Zamaný: %s ';
$strServer = 'Sunucusu';
$strServerTabProcesslist = 'Ýþlemler';
$strServerTabVariables = 'Deðiþkenler';
$strServerTrafficNotes = '<b>Sunucu Yoðunluðu</b>: Bu tablolar baþlama zamanýndan bu yana MySQL sunucusunun network yoðunluðunu gösterir.';
$strServerVars = 'Sunucu deðiþkenleri ve ayarlarý';
$strServerVersion = 'Server sürümü';
$strSessionValue = 'Oturum deðeri';
$strSetEnumVal = 'Eðer alan tipi "enum" veya "set" ise verileri þu formata göre giriniz: \'a\',\'b\',\'c\'...<br />Eðer bu deðerler arasýna backslash ("\") veya tek týrnak koymanýz gerekirse (\'),bunun için backslash kullanýn.Mesela: \'\\\\xyz\' veya \'a\\\'b\') gibi.';
$strShowAll = 'Tümünü göster';
$strShowColor = 'Rengi göster';
$strShowDatadictAs = 'Veri sözlüðü formatý';
$strShowFullQueries = 'Sorgularýn tümünü göster';
$strShow = 'Göster';
$strShowGrid = 'Izgarayý göster';
$strShowingRecords = 'Kayýtlarý gösteriyor...';
$strShowPHPInfo = 'PHP bilgisini göster';
$strShowTableDimension = 'Tablolarýn';
$strShowTables = 'Tablolarý göster';
$strShowThisQuery = 'Sorguyu burada yine göster.';
$strSimplifiedChinese = 'Basitleþtirilmiþ Çince';
$strSingly = '( birer birer )';
$strSize = 'Boyut';
$strSlovak = 'Slovakça';
$strSlovenian = 'Slovence';
$strSocketProblem = '(ya da lokal MySQL sunucusu soketi düzgün bir þekilde ayarlanmamýþ.)';
$strSortByKey = 'Anahtara göre sýrala';
$strSort = 'Sýrala';
$strSpaceUsage = 'Kullanýlan alan';
$strSpanish = 'Ýspanyolca';
$strSplitWordsWithSpace = 'Kelimelerin arasýnda boþluk olmalýdýr (" ").';
$strSQLExportCompatibility = 'SQL\’e dönüþtürme uyumluluðu';
$strSQLExportType = 'Export tipi';
$strSQLOptions = 'SQL seçenekleri';
$strSQLParserBugMessage = 'SQL yorumlayýcýsýnda bir hata bulma ihtimaliniz var.Lütfen sorgunuzu dikkatli bir þekilde gözden geçiriniz,ve týrnaklar doðru ve yanlýþ yazýlmamýþ kontrol ediniz.Diðer olasý hata nedenleri metin alanýna alabileceði boyuttan daha büyük bir dosya yüklüyor olma ihtimalinizdir.Sorgunuzu MySQL komut satýrý arayüzünde de deneyebilirsiniz..MySQL sunucu hata çýktýsý,var ise,hatayý manýzda size yardýmcý olabilir.Hala sorunlarýnýz varsa veya komut satýrý arayüzü çalýþýrken,yorumlayýcý hata veriyorsa,lütfen SQL sorgu giriþinizi hata yaratan tek bir sorguya indirgeyin,ve aþaðýdaki CUT bölümü veri yýðýný ile birlikte hata raporunu bildiriniz:';
$strSQLParserUserError = 'SQL sorgunuzda bir hata varmýþ gibi gözüküyor.MySQL sunucu hata çýktýsý,var ise,hatayý bulmanýzda size yardýmcý olabilir.';
$strSQLQuery = 'SQL sorgusu';
$strSQLResult = 'SQL sonucu';
$strSQL = 'SQL sorgusu';
$strSQPBugInvalidIdentifer = 'Geçersiz tanýmlayýcý';
$strSQPBugUnclosedQuote = 'Kapatýlmamýþ týrnak';
$strSQPBugUnknownPunctuation = 'Bilinmeyen noktalama iþareti';
$strStatCheckTime = 'Son kontrol';
$strStatCreateTime = 'Oluþturulma';
$strStatement = 'Durum';
$strStatUpdateTime = 'Son güncellenme';
$strStatus = 'Durum';
$strStorageEngine = 'Depolama Motoru';
$strStorageEngines = 'Depolama Motorlarý';
$strStrucCSV = 'CSV verisi';
$strStrucData = 'Yapý ve Veri';
$strStrucDrop = 'DROP TABLE ekle';
$strStrucExcelCSV = 'MS Excel verisi için CSV';
$strStrucNativeExcel = 'MS Excel verisi';
$strStrucOnly = 'Sadece yapý';
$strStructPropose = 'Tablo yapýsýný analiz et.';
$strStructure = 'Yapý';
$strSubmit = 'Onayla';
$strSuccess = 'SQL sorgunuz baþarýyla çalýþtýrýlmýþtýr';
$strSum = 'toplam';
$strSwedish = 'Ýsveçce';
$strSwitchToDatabase = 'Kopyalanmýþ veritabanýný kullan.';
$strSwitchToTable = 'Kopyalanmýþ tabloya geç';
 
$strTableComments = 'Tablo yorumlarý';
$strTableEmpty = 'Tablo ismi boþ!';
$strTableHasBeenDropped = '%s tablosu kaldýrýlmýþtýr';
$strTableHasBeenEmptied = '%s tablosu boþaltýlmýþtýr';
$strTableHasBeenFlushed = '%s tablosu baþarýyla kapatýlmýþtýr.';
$strTableMaintenance = 'Tablo bakýmý';
$strTableOfContents = 'Ýçerik tablosu';
$strTableOptions = 'Tablo ayarlarý';
$strTables = '%s tablo';
$strTableStructure = 'Tablo yapýsý :';
$strTable = 'Tablo:';
$strTableType = 'Tablo tipi';
$strTakeIt = 'Seç';
$strTblPrivileges = 'Tabloya özgü yetkiler';
$strTextAreaLength = 'Boyutu nedeniyle,<br /> bu alan düzenlenmeyebilir ';
$strThai = 'Thai';
$strTheme = 'Tema / Sitil';
$strThisHost = 'Bu host ';
$strThisNotDirectory = 'Bu bir dizin deðildi';
$strThreadSuccessfullyKilled = '%s iþlemi baþarýyla sonlandýrýldý.';
$strTime = 'Zaman';
$strToggleScratchboard = 'scratchboard\a geç';
$strTotal = 'toplam';
$strTotalUC = 'Toplam';
$strTraditionalChinese = 'Geleneksel Çince';
$strTraditionalSpanish = 'Geleneksel Ýspanyolca';
$strTraffic = 'Yoðunluk';
$strTransformation_application_octetstream__download = 'Bir alandaki binari veriyi yüklemek için link göster.Ýlk seçenek binari dosya adýdýr.Ýkinci seçenek ise dosya adýný içeren tablo satýrýrýn olasý alan adýdýr.Ýkinci bir seçenek istiyorsanýz ilk seçeneði boþ býrakmalýsýnýz.';
$strTransformation_application_octetstream__hex = 'Verinin hexadesimal sunumunu gösterir.';
$strTransformation_image_jpeg__inline = 'Týklanabilir bir thumbnail gösterir; seçenekler: pixel olarak geniþlik,yükseklik (orijinal oran korunur)';
$strTransformation_image_jpeg__link = 'Bu resime direkt bir link gösterir (direct blob yüklemesi...).';
$strTransformation_image_png__inline = 'jpeg resmini gör: satýriçi';
$strTransformation_text_plain__dateformat = 'Bir TIME, TIMESTAMP veya DATETIME alaný alýr ve varsayýlan tarih formatý bilgilerinizle onu yeniden biçimlendirir.Ýlk seçenek zamangösterimi(timestamp)\'ne eklenecek bir offset(saat olarak)\'tir.(Varsayýlan: 0).Ýkinci seçenek PHP\'nin strftime() fonksiyonu için uygun olan parametrelere göre farklý bir zamangösterimi(timestamp)\'dir.';
$strTransformation_text_plain__external = 'Dýþ bir uygulama çalýþtýrýr ve alanverisini standart giriþ yoluyla besler.Uygulamanýn standart çýktýsý döner.Varsayýlan hoþ bir HTML çýktýsý veren Tidy(Düzenli)\'dir..Güvenlik nedeniyle libraries/transformations/text_plain__external.inc.php dosyasýný elle düzenlemeniz ve çalýþmasýna izin vereceðiniz araçlarý eklemeniz gerekir.Ýlk seçenek;çalýþtýrmak istediðiniz program sayýsý,ikinci seçenek ise program için gerekli olan parametrelerdir.Üçüncü parametre ,eðer 1\'e setlenmiþse htmlspecialchars() fonksiyonunu kullanarak çýktýyý dönüþtürecektir(Varsayýlan: 1).Dördüncü bir parametre ise ,eðer 1\'e setlenmiþse NOWRAP(kaydýrma yok) kodu tüm hücreye eklenecek ve bütün çýktý yeniden düzenlenmeden görünecektir.(Varsayýlan :1)';
$strTransformation_text_plain__formatted = 'Alanýn orijinal biçimlendirmesini korur.Escaping(kaçýþ) yapýlmaz..';
$strTransformation_text_plain__imagelink = 'Bir resim ve bir link gösterir,alan dosya ismini içerir;ilk seçenek "http://domain.com/" gibi bir yazým,ikinci seçenek pixel olarak geniþlik,üçüncüsü ise yüksekliktir.';
$strTransformation_text_plain__link = 'Bir link ve dosya ismini içeren alaný gösterir;ilk seçenek "http://domain.com/" gibi bir gösterim,ikincisi ise link için bir baþlýktýr.';
$strTransformation_text_plain__substr = 'Bir karakter dizisinin bir kýsmýný gösterir. Ýlk seçenek dizinin baþlangýcýndan ne kadar uzaða gideceðidir (Varsayýlan 0). Ýkinci seçenek kaç karakter alýnacaðýdýr (Varsayýlan: dizinin sonuna kadar). Üçüncü seçenek ise dizide kesilme olacaksa eklenecek ya da çýkartýlacak diziyi belirtir (Varsayýlan: "...").';
$strTruncateQueries = 'Görülen sorgularý kýsalt';
$strTurkish = 'Türkçe';
$strType = 'Tip';
 
$strUkrainian = 'Ukraynaca';
$strUncheckAll = 'Hiçbirisini Seçme';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'bilinmeyen';
$strUnselectAll = 'Hiçbirisini seçme';
$strUpdatePrivMessage = '%s için olan yetkileri güncellediniz.';
$strUpdateProfileMessage = 'Profil güncellendi.';
$strUpdateQuery = 'Sorguyu güncelle';
$strUpdComTab = 'Sütun_Yorumlarý tablosunun nasýl güncellendiðini öðrenmek istiyorsanýz Dökümanlara bakýnýz.';
$strUpgrade = '%s %s veya daha sonraki bir sürüme yükseltme yapmanýz gereklidir.';
$strUsage = 'Kullaným';
$strUseBackquotes = 'Tablo ve alan isimleri için ters týrnak " ` " iþaretini kullan';
$strUseHostTable = 'Host tablosunu kullan';
$strUserAlreadyExists = '%s kullanýcýsý zaten mevcut!';
$strUserEmpty = 'Kullanýcý ismi alaný doldurulmadý!';
$strUser = 'Kullanýcý';
$strUserName = 'Kullanýcý ismi';
$strUserNotFound = 'Seçili kullanýcý yetki tablosunda bulunamadý.';
$strUserOverview = 'Kullanýcý gözlem';
$strUsersDeleted = 'Seçili kullanýcýlar baþarýyla silindi.';
$strUsersHavingAccessToDb = '&quot;%s&quot; veritabanýna eriþimi olan kullanýcýlar';
$strUseTabKey = 'Deðerden deðere geçmek için TAB tuþunu istediðiniz herhangi bir yere gitmek için CTRL+OK TUÞLARI\`ný kullanýn.';
$strUseTables = 'Tablolarý kullan';
$strUseTextField = 'Metin alanýný kullan';
$strUseThisValue = 'Bu deðeri kullan';
 
$strValidateSQL = 'SQL\'i doðrula';
$strValidatorError = 'SQL onaylayýcýsý baþlatýlamadý.%sdökümanlar%s\'da belirtildiði gibi,gerekli php uzantýlarýnýn yüklenip yüklenilmediðini kontrol ediniz.';
$strValue = 'Deðer';
$strVar = 'Deðiþken';
$strVersionInformation = 'Sürüm bilgisi';
$strViewDumpDatabases = 'Veritabanlarý döküm þemasý';
$strViewDumpDB = 'Veritabaný döküm þemasý';
$strViewDump = 'Tablo döküm þemasý';
$strView = 'Görüntü';
$strViewHasBeenDropped = '%s görüntüsü kaldýrýldý';
 
$strWebServerUploadDirectoryError = 'Yükleme için belirttiðiniz dizine ulaþýlamýyor.';
$strWebServerUploadDirectory = 'web sunucu yükleme dizini';
$strWelcome = '%s sürümüne HOÞGELDÝNÝZ....';
$strWestEuropean = 'Batý Avrupa';
$strWildcard = 'joker';
$strWindowNotFound = 'Tarayý penceresi güncellenemiyor...Baðlantýsý olan pencereyi kapattýnýz veya tarayýcýnýzýn güvenlik ayarlarý buna izin vermiyor';
$strWithChecked = 'Seçilileri:';
$strWritingCommentNotPossible = 'Yorum yazýlmasý mümkün deðil.';
$strWritingRelationNotPossible = 'Ýliþki yazýlmasý mümkün deðil.';
$strWrongUser = 'Hatalý kullanýcý adý/parola. Eriþim engellendi.';
 
$strXML = 'XML';
 
$strYes = 'Evet';
 
$strZeroRemovesTheLimit = 'Not: Bu seçeneklerin 0\'a ayarlanmasý sýnýrý kaldýrýr..';
$strZip = '"ziplenmiþ"';
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/turkish-utf-8.inc.php
0,0 → 1,1007
<?php
/* $Id: turkish-utf-8.inc.php,v 2.123.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
// son güncelleme:28.08.2005 (in nova roma)
// Türkçe Çeviri ® Bora Alioğlu
// mail: boralioglu[at]gmail.{com}
// icq uin: 20940178
// #######################################################
// çeviri hakkındaki her türlü düzeltme ve önerileriniz
// için benimle temasa geçebilirsiniz...
// #######################################################
// son güncelleme:28.08.2005 (in nova roma)
//
// "o temporas o mores"
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
 
$byteUnits = array('Byte', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$day_of_week = array('Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi');
$month = array('Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık');
 
// Aşağıdaki değişkenin tanımlanması hakkında daha fazla bilgi için
// http://www.php.net/manual/en/function.strftime.php sitesine gözatınız
 
$datefmt = '%B %d, %Y at %I:%M %p';
 
$timespanfmt = '%s gün, %s saat, %s dakika ve %s saniye';
 
//new translations begin here
 
 
 
 
 
 
 
 
$strAbortedClients = 'İptal edildi';
$strAbsolutePathToDocSqlDir = 'Lütfen web sunucusu üzerinde docSQL dizinine giden tam yolu giriniz ';
$strAccessDenied = 'Erişim engellendi';
$strAccessDeniedExplanation = 'phpMyAdmin MySQL sunucusuna bağlanmayı denedi sunucu bağlantıyı reddetti. config.inc içerisindeki bilgisayar adresini(host) , kullanıcı adını ve şifreyi kontrol edin ve MySQL sunucusunun yöneticisi tarafından size verilen bilgiyle uyuştuğundan emin olun.';
$strAction = 'Eylem';
$strAddAutoIncrement = 'Otomatik artma ekle';
$strAddConstraints = 'Sınırlama ekle';
$strAddDeleteColumn = 'Sütun alanı Ekle/Sil';
$strAddDeleteRow = 'Kriter satırı Ekle/Sil';
$strAddDropDatabase = '<b>DROP DATABASE</b> ekle';
$strAddedColumnComment = 'Sütun için eklenmiş yorum';
$strAddedColumnRelation = 'Sütun için eklenmiş ilişki';
$strAddFields = '%s alan(lar) ekle';
$strAddHeaderComment = 'Başlığa yorum ekle (\\n satır atlar)';
$strAddIfNotExists = 'IF NOT EXISTS ekle';
$strAddIntoComments = 'Yorumlara ekle';
$strAddNewField = 'Yeni alan ekle';
$strAddPrivilegesOnDb = 'Bir sonraki veritabanı üzerinde yetki ekle';
$strAddPrivilegesOnTbl = 'Bir sonraki tablo üzerinde yetki ekle';
$strAddSearchConditions = 'Arama durumu ekle ("where" komutu için):';
$strAddToIndex = '%s indeks satırı ekle';
$strAddUserMessage = 'Yeni bir kullanıcı eklediniz.';
$strAddUser = 'Yeni kullanıcı ekle';
$strAdministration = 'Yönetim';
$strAffectedRows = 'Etkilenen satırlar:';
$strAfterInsertBack = 'Önceki sayfaya geri dön';
$strAfterInsertNewInsert = 'Yeni kayıt ekle';
$strAfterInsertNext = 'Sonraki satırı düzenle';
$strAfterInsertSame = 'Bu sayfaya geri dön';
$strAfter = '%s tablosundan sonra';
$strAllTableSameWidth = 'Bütün tabloları aynı genişlikte göster';
$strAll = 'Tümü';
$strAlterOrderBy = 'Tablo sıralamasını şuna göre değiştir';
$strAnalyzeTable = 'Tabloyu analiz et';
$strAndThen = 've';
$strAnd = 'Ve';
$strAnIndex = '%s üzerinde yeni bir indeks eklendi';
$strAny = 'Herhangi';
$strAnyHost = 'Herhangi sunucu';
$strAnyUser = 'Herhangi kullanıcı';
$strApproximateCount = 'Tahmini olmalı. Ayrıntılı bilgi için 3.11 FAQ\' süne bakınız ';
$strAPrimaryKey = '%s üzerinde birincil indeks eklendi';
$strArabic = 'Arapça';
$strArmenian = 'Ermenice';
$strAscending = 'Artan';
$strAtBeginningOfTable = 'Tablo başında';
$strAtEndOfTable = 'Tablo sonunda';
$strAttr = 'Özellikler';
$strAutodetect = 'Otomatik';
$strAutomaticLayout = 'Otomatik düzen';
 
$strBack = 'Geri';
$strBaltic = 'Baltık';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binari';
$strBinaryDoNotEdit = 'Binari - düzenlemeyiniz';
$strBinaryLog = 'Binary kayıt';
$strBinLogEventType = 'Kayıt olay tipi';
$strBinLogInfo = 'Bilgi';
$strBinLogName = 'Kayıt ismi';
$strBinLogOriginalPosition = 'Orjinal kayıt yeri';
$strBinLogPosition = 'Kayıt yeri';
$strBinLogServerId = 'Sunucu ID\`si';
$strBookmarkAllUsers = 'Bütün kullanıcıların bu bookmark\'a erişimlerine izin ver';
$strBookmarkDeleted = 'Bookmark silindi.';
$strBookmarkLabel = 'Etiket';
$strBookmarkQuery = ' SQL sorgusu';
$strBookmarkThis = 'Bu SQL sorgusunu işaretle';
$strBookmarkView = 'Sadece gözat';
$strBrowseForeignValues = 'Foreign(yabancı) değerleri tara';
$strBrowse = 'Tara';
$strBufferPool = 'Ara Bellek Havuzu';
$strBufferPoolUsage = 'Ara Bellek Havuzu Kullanımı';
$strBulgarian = 'Bulgarca';
$strBusyPages = 'Meşgul Sayfalar';
$strBzError = 'phpMyAdmin dump dosyasını bu php versiyonundaki bozuk bir Bz2 uzantısı nedeniyle sıkıştırımadı. phpMyAdmin dizinindeki configurasyon dosyası içindeki <code>$cfg[\'BZipDump\']</code> yönergesini <code>FALSE</code> \'a değiştirmeniz gerekmektedir. Bz2 sıkıştırma özelliklerini kullanmak istiyorsanız ,bir sonraki php sürümüne güncelleme yapmanız gerekmektedir.php hata raporu %s\' e bakınız ';
$strBzip = '"bzip"';
 
$strCalendar = 'Takvim';
$strCannotLogin = 'MySQL seçenekleri';
$strCantLoadRecodeIconv = 'Karakter seti dönüşümü için gerekli olan Iconv veya recode uzantılarını yükleyenemiyor. Php\'nin bu uzantılara izin vermesini sağlayın veya phpMyAdmin içinde karakter dönüşümünü devre dışı bırakınız...';
$strCantLoad = '%s uzantısı yüklenemiyor,<br />PHP konfigurasyon dosyasını kontrol ediniz.';
$strCantRenameIdxToPrimary = 'Indeks\'i PRIMARY olarak adlandırımazsınız!';
$strCantUseRecodeIconv = 'Uzantı raporları yüklenmişken , ne iconv,ne libinconv,ne de recode_string fonksiyonu kullanılamaz. Php ayarlarınızı kontrol ediniz.';
$strCardinality = 'En önemli';
$strCaseInsensitive = 'büyük küçük harf duyarsız';
$strCaseSensitive = 'büyük küçük harf duyarlı';
$strCentralEuropean = 'Orta Avrupa';
$strChangeCopyMode = 'Aynı yetkilerle yeni bir kullanıcı yarat ve :';
$strChangeCopyModeCopy = 'eski kullanıcıyı muhafaza et.';
$strChangeCopyModeDeleteAndReload = 'eski kullanıcıyı kullanıcı tablolarından sil ve sonra yetkileri yeniden yükle.';
$strChangeCopyModeJustDelete = 'eski kullanıcıyı kullanıcı tablolarından sil.';
$strChangeCopyModeRevoke = 'eskiden kalan bütün aktif yetkileri iptal et ve sil.';
$strChangeCopyUser = 'Login bilgisini değiştir / Kullanıcı kopyala';
$strChange = 'Değiştir';
$strChangeDisplay = 'Görmek istediğiniz alanı seçiniz';
$strChangePassword = 'Şifre Değiştir';
$strCharset = 'Karakter seti';
$strCharsetOfFile = 'Dosyanın karakter seti:';
$strCharsetsAndCollations = 'Karakter setleri ve karşılaştırmalar';
$strCharsets = 'Karakter setleri';
$strCheckAll = 'Tümünü seç';
$strCheckOverhead = 'Baştan aşağıya kontrol et';
$strCheckPrivsLong = '&quot;%s&quot; veritabanı için yetkileri kontrol et.';
$strCheckPrivs = 'İmtiyazları kontrol et';
$strCheckTable = 'Tabloyu kontrol et';
$strChoosePage = 'Lütfen düzenlemek istediğiniz sayfayı seçin';
$strColComFeat = 'Sütun yorumları gösteriliyor';
$strCollation = 'Karşılaştırma';
$strColumnNames = 'Sütun adları';
$strColumnPrivileges = 'Sütuna özgü yetkiler';
$strCommand = 'Komut';
$strCommentsForTable = 'TABLO YORUMLARI';
$strComments = 'Sütun yorum,ilişki ve MIME tiplerini içer.';
$strCompatibleHashing = 'MySQL&nbsp;4.0 uyumlu';
$strCompleteInserts = 'Her INSERT komutunda sütun adlarını ekle';
$strCompression = 'Sıkıştırma';
$strConfigFileError ='phpMyAdmin konfigurasyon dosyanızı okuyamadı....<br /> Bu php yorumlama hatası bulduğu zaman veya dosyayı bulamadığı zaman meydana gelebilir..<br /> Lütfen aşağıdaki linki kullanarak dosyayı direkt olarak çağırın ve aldığınız php hata mesajlarını okuyunuz.Çoğu durumda herhangi bir yerde tırnak veya noktalı virgül eksiktir<br /> Boş bir sayfayla karşılaşırsanız ,herşey yolunda demektir.';
$strConfigureTableCoord = ' Lütfen %s tablosu için koordinatları yapılandırınız';
$strConnectionError = 'Bağlanamıyor: geçersiz ayarlar.';
$strConnections = 'Bağlantılar';
$strConstraintsForDumped = 'Dökümü yapılmış tablolar için kısıtlamalar';
$strConstraintsForTable = 'Tablo için kısıtlamalar';
$strCookiesRequired = 'Cookieler açık olmalıdır.';
$strCopyDatabaseOK = '%s veritabanı %s\` e kopyalandı.';
$strCopy = 'Kopyala';
$strCopyTableOK = '%s tablosu %s üzerine kopyalandı.';
$strCopyTableSameNames = 'Tabloyu aynısına kopyalayamıyor!';
$strCopyTable = 'Tabloyu (veritabanı<b>.</b>tablo) kopyala :';
$strCouldNotKill = 'phpMyAdmin %s işlemini kapatamadı. Büyük ihtimalle daha önceden kapatılmış.';
$strCreateDatabaseBeforeCopying = 'Kopyalamadan önce CREATE DATABASE (Veritabanı Yarat)';
$strCreate = 'Git';
$strCreateIndex = '%s. sütunda yeni bir indeks oluştur.';
$strCreateIndexTopic = 'Yeni bir indeks oluştur';
$strCreateNewDatabase = 'Yeni veritabanı oluştur';
$strCreateNewTable = '<b>%s</b> veritabanı üzerinde yeni bir tablo oluştur';
$strCreatePage = 'Yeni sayfa oluştur';
$strCreatePdfFeat = 'PDF\'lerin oluşturulması';
$strCreationDates = 'Oluşturulma/Güncelleme/Kontrol tarihleri';
$strCriteria = 'Kriter';
$strCroatian = 'Hırvatça';
$strCSVOptions = 'CSV seçenekleri';
$strCyrillic = 'Kiril';
$strCzech = 'Çekçe';
$strCzechSlovak = 'Çekçe-Slovakça';
 
$strDanish = 'Danimarkaca';
$strDatabaseEmpty = 'Veritabanı adı boş!';
$strDatabaseExportOptions = 'Veritabanı dönüşüm ayarları';
$strDatabaseHasBeenDropped = '%s veritabanı kaldırıldı.';
$strDatabaseNoTable = 'Bu veritabanı tablo içermiyor!';
$strDatabasesDropped = '%s veritabanları başarıyla kaldırıldı.';
$strDatabasesStatsDisable = 'İstatistikleri kapat';
$strDatabasesStatsEnable = 'İstatistikleri aç';
$strDatabasesStatsHeavyTraffic = 'Not: Burada veritabanı istatistiklerini açmak Web Sunucusu ile MySQL arasında yüksek trafiğe yol açabilir.';
$strDatabasesStats = 'Veritabanı istatistikleri';
$strDatabases = 'Veritabanları';
$strDatabase = 'Veritabanı';
$strDataDict = 'Veri sözlüğü';
$strDataOnly = 'Sadece veri';
$strDataPages = 'Veri içeren sayfalar';
$strData = 'Veri';
$strDBComment = 'Veritabanı yorumu:';
$strDBCopy = 'Veritabanını şuraya kopyala:';
$strDBGContextID = 'İçerik ID';
$strDBGContext = 'İçerik';
$strDBGHits = 'Girişler(hit)';
$strDBGLine = 'Satır';
$strDBGMaxTimeMs = 'Max zaman, ms';
$strDBGMinTimeMs = 'Min zaman, ms';
$strDBGModule = 'Modül';
$strDBGTimePerHitMs = 'Zaman/Giriş, ms';
$strDBGTotalTimeMs = 'Toplam zaman, ms';
$strDbPrivileges = 'Veritabanına özgü yetkiler';
$strDBRename = 'Veritabanını yeniden adlandır';
$strDbSpecific = 'Veritabanına özgü';
$strDefaultEngine = '%s bu MySQL sunucusunun üzerindeki varsayılan depolama motorudur.';
$strDefaultValueHelp = 'Varsayılan değerler için tırnak işareti veya slash koymak yerine tek değer giriniz.Mesela : a';
$strDefault = 'Varsayılan';
$strDefragment = 'Tabloyu birleştir';
$strDelayedInserts = 'Gecikmiş kayıt eklemeleri kullan';
$strDeleteAndFlushDescr = 'Bu en kısa yoldur fakat yetkileri yeniden yüklemek zaman alabilir.';
$strDeleteAndFlush = 'Kullanıcıları sonra da yetkileri sil.';
$strDeletedRows = 'Silinen satırlar:';
$strDeleted = 'Satır silindi.';
$strDelete = 'Sil';
$strDeleting = '%s siliniyor';
$strDelOld = 'Sayfada kullanılmayan tablolara verilmiş referanslar bulunuyor. Bu referansları silmek ister misiniz?';
$strDescending = 'Azalan';
$strDescription = 'Tanımlama';
$strDictionary = 'sözlük';
$strDirtyPages = 'Bozuk Sayfalar'; // not the actual translation i need some help
$strDisabled = 'Etkin değil';
$strDisableForeignChecks = 'Yabancı anahtar işaretlerini seçilemez kıl';
$strDisplayFeat = 'Özellikleri Göster';
$strDisplayOrder = 'Görünüm düzeni:';
$strDisplayPDF = 'PDF şemasını göster';
$strDoAQuery = '<br /><br />"Örnekle sorgu" yap. (joker:%) <br />';
$strDocu = 'Yardım';
$strDoYouReally = 'Aşağıdaki komutu uygulamak istediğinizden emin misiniz? ';
$strDropDatabaseStrongWarning = 'Bütün bir veritabanını YOK ETMEK üzeresiniz!';
$strDrop = 'Kaldır';
$strDropUsersDb = 'Kullanıcılarla aynı isimlerde olan veritabanlarını kaldır.';
$strDumpingData = 'Tablo döküm verisi';
$strDumpSaved = 'Döküm dosyası %s dosyasına kaydedildi';
$strDumpXRows = 'Satır sayısı : %s %s .satırdan başlayarak.';
$strDynamic = 'değişken';
 
$strEdit = 'Düzenle';
$strEditPDFPages = ' PDF Sayfalarını düzenle';
$strEditPrivileges = 'Öncelikleri Düzenle';
$strEffective = 'Efektif';
$strEmpty = 'Boşalt';
$strEmptyResultSet = 'MySQL boş bir sonuç kümesi döndürdü ( sıfır satır).';
$strEnabled = 'Etkin';
$strEncloseInTransaction = 'İşlemlerde dönüştürü ekle';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnd = 'Son';
$strEngineAvailable = '%s bu MySQL sunucusu üzerinde bulunmaktadır.'; $strEngineUnsupported = 'Bu MySQL sunucusu %s depolama motorunu desteklememektedir.';
$strEngineDisabled = '%s bu MySQL sunucusu için devre dışı bırakılmıştır.';
$strEngines = 'Motorlar';
$strEnglishPrivileges = ' Not: MySQL yetki adları İngilizce olarak belirtilmiştir ';
$strEnglish = 'İngilizce';
$strError = 'Hata';
$strEscapeWildcards = '_ ve % jokerleri harfi harfine kullanılmak isteniyorsa \ ile beraber kullanılmalıdır.';
$strEstonian = 'Estonyaca';
$strExcelEdition = 'Excel tipi';
$strExcelOptions = 'Excel ayarları';
$strExecuteBookmarked = 'İşaretlenmiş sorguyu çalıştır';
$strExplain = 'SQL\'i açıkla';
$strExport = 'Dönüştür';
$strExtendedInserts = 'Tablo ismini ve INSERT deyimini sadece bir kez kullan';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Başarısız denemeler';
$strField = 'Alan';
$strFieldHasBeenDropped = '%s alanı kaldırılmıştır';
$strFields = 'Alanlar';
$strFieldsEmpty = ' Alan sayısı boş! ';
$strFieldsEnclosedBy = 'Kapatma karakteri';
$strFieldsEscapedBy = 'Kaçış karakteri';
$strFieldsTerminatedBy = 'Alan sonu karakteri';
$strFileAlreadyExists = '%s dosyası zaten serverda mevcut, dosya adını değiştirin veya üzerine yaz seçeneğini seçin! ';
$strFileCouldNotBeRead = 'Dosya okunamadı';
$strFileNameTemplate = 'Dosya ismi şablonu';
$strFileNameTemplateRemember = 'şablonu hatırla';
$strFixed = 'Sabit';
$strFlushPrivilegesNote = 'Not: phpMyAdmin kullanıcıların yetkilerini direkt olarak MySQL\'ün yetki tablolarından alır.Bu tabloların içerikleri eğer elle değişiklik yapılmışsa sunucunun kullandığı yetkilerden farklı olabilir.Bu durumda devam etmeden önce %syetkileri yeniden yüklemeniz gerekir%s .';
$strFlushTable = 'Tabloyu yeniden yükle("FLUSH")';
$strFormat = 'Biçim';
$strFormEmpty = 'Form\'da eksik değer !';
$strFreePages = 'Serbest Sayfalar';
$strFullText = 'Tüm metinler';
$strFunction = 'Fonksiyon';
 
$strGenBy = 'üretildi:';
$strGeneralRelationFeat = 'Genel ilişki özellikleri';
$strGenerate = 'Oluştur';
$strGeneratePassword = 'Şifre Oluştur';
$strGenTime = 'Çıktı Tarihi';
$strGeorgian = 'Gürcüce';
$strGerman = 'Almanca';
$strGlobal = 'genel';
$strGlobalPrivileges = 'Global yetkiler';
$strGlobalValue = 'Global değer';
$strGo = 'Git';
$strGrantOption = 'Hak';
$strGreek = 'Yunanca';
$strGzip = '"gzip"';
 
$strHasBeenAltered = 'düzenlendi.';
$strHasBeenCreated = 'yaratıldı.';
$strHaveToShow = 'Görüntülemek için en az bir sütun seçmelisiniz';
$strHebrew = 'İbranice';
$strHexForBinary = 'Binari alanları için onaltılık sayı sistemini kullan.';
$strHome = 'Ana Sayfa';
$strHomepageOfficial = 'phpMyAdmin Web Sayfası';
$strHostEmpty = 'Sunucu ismi alanı boş!';
$strHost = 'Sunucu';
$strHungarian = 'Macarca';
 
$strIcelandic = 'İzlandaca';
$strId = 'ID';
$strIdxFulltext = 'Tüm metinler';
$strIgnoreInserts = 'Kayıt eklemeleri yoksayı kullan';
$strIgnore = 'Yoksay';
$strIgnoringFile = '%s dosyasını yoksayıyor';
$strImportDocSQL = 'docSQL dosyalarını dönüştür ';
$strImportFiles = 'Dosyaları dönüştür';
$strIndexes = 'İndeksler';
$strIndexHasBeenDropped = '%s indeks\'i silindi.';
$strIndexName = 'İndeks ismi :';
$strIndexType = 'İndeks tipi :';
$strIndexWarningMultiple = '`%s` sütunu için birden fazla %s anahtarı yaratıldı. ';
$strIndexWarningPrimary = 'PRIMARY ve INDEX anahtarlarının ikisine birden `%s` sütunu için değer verilemez.';
$strIndexWarningTable = '`%s` tablosunun indexleri ile ilgili sorunlar';
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
$strIndex = 'İndeks';
$strInnoDBAutoextendIncrement = 'Artış miktarını otomatik olarak arttır';
$strInnoDBAutoextendIncrementDesc = ' Otomatik genişleyen tablo boyutu boş olduğunda otomatik genişleyen tablo boşluğunun boyutun artış miktarı.';
$strInnoDBDataFilePath = 'Veri dosyaları';
$strInnoDBDataHomeDirDesc = 'InnoDB veri dosyaları için dizin yolunun ortak kullanılan kısmı.';
$strInnoDBDataHomeDir = 'Veri ana dizini ';
$strInnodbStat = 'InnoDB durumu';
$strInsecureMySQL = 'Konfigurasyon dosyanız (şifresiz root) varsayılan MySQL yetki dosyasıyla aynen uyuşan ayarlar içeriyor.MySQL sunucunuz bu varsayılan ayarlarla çalışıyor,dışardan girişe açık,ve bu güvenlik açığını hemen düzeltmeniz gerekmektedir.';
$strInsertAsNewRow = 'Yeni satır olarak ekle';
$strInsertedRowId = 'Satır id\'si eklendi:';
$strInsertedRows = 'Eklenen satırlar:';
$strInsert = 'Ekle';
$strInsertNewRow = 'Yeni satır ekle';
$strInternalNotNecessary = '* InnoDb\'nin içinde zaten bir iç ilişki var ise gerekli değildir.';
$strInternalRelations = 'İç ilişkiler';
$strInUse = 'kullanımda';
$strInvalidColumnCount = 'Sütun sayısı sıfırdan büyük olmalı.';
$strInvalidFieldAddCount = 'En azından bir alan eklemeniz gerekmektedir..';
$strInvalidFieldCount = 'Tablonun en az bir alanı olmalı.';
$strInvalidRowNumber = '%d geçerli bir satır sayısı değil.';
 
$strJapanese = 'Japonca';
$strJumpToDB = '&quot;%s&quot; veritabanına git.';
$strJustDeleteDescr = '&quot;silinmiş&quot; kullanıcılar, yetkiler yeniden yüklenmedikçe ,hala sunucuya normaldeki gibi erişilebilecek ';
$strJustDelete = 'Kullanıcıları yetki tablolarından sil .';
 
$strKeepPass = 'Şifreyi değiştirme';
$strKeyname = 'Anahtar ismi';
$strKill = 'Kapat';
$strKorean = 'Korece';
 
$strLandscape = 'Peyzaj';
$strLatchedPages = 'Mandallanmış Sayfalar'; //also this
$strLatexCaption = 'Tablo başlığı';
$strLatexContent = '__TABLE__ tablosunun içeriği';
$strLatexContinuedCaption = 'devam eden tablo başlığı';
$strLatexContinued = '(devam eden)';
$strLatexIncludeCaption = 'Tablo başlığını içer';
$strLatexLabel = 'Etiket anahtarı';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX seçenekleri';
$strLatexStructure = '__TABLE__ tablosunun yapısı';
$strLatvian = 'Litvanyaca';
$strLengthSet = 'Boyut/Değerler*';
$strLimitNumRows = 'Sayfa başına kayıt sayısı :';
$strLinesTerminatedBy = 'Satır sonu';
$strLinkNotFound = 'Link bulunamadı';
$strLinksTo = 'Linkler->';
$strLithuanian = 'Litvanyaca';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Dosyadan yükle';
$strLoginInformation = 'Login bilgisi';
$strLogin = 'Login';
$strLogout = 'Çıkış';
$strLogPassword = 'Şifre:';
$strLogServer = 'Sunucu';
$strLogUsername = 'Kullanıcı Adı:';
$strLongOperation = 'Bu işlem çok uzun sürebilir. Devam etmek istediğiniz emin misiniz?';
 
$strMaximumSize = 'En büyük boyut: %s%s';
$strMbExtensionMissing = 'mbstring PHP uzantısı bulunamadı ve multibyte karakter seti kullanmaktasınız. Eğer mbstring uzantısı bulunmazsa phpMyAdmin karakter dizilerini düzgün bir şekilde bölemeyeceği için beklenmeyen sonuçlar oluşabilir.';
$strMbOverloadWarning = 'mbstring.func_overload PHP konfigürasyon dosyanızda etkinleştirilmiş durumda. Bu seçenek phpMyAdmin ile uyumsuzluk göstermekte ve bazı verilerin bozulmasına yol açabilir!';
$strMIME_available_mime = 'Uygun MIME-tipleri';
$strMIME_available_transform = 'Uygun dönüşümler';
$strMIME_description = 'Tanımlama';
$strMIME_MIMEtype = 'MIME-tip';
$strMIME_nodescription = 'Bu dönüşüm için uygun bilgi bulunmamaktadır.<br />Lütfen yazara %s ne yapar diye sorun';
$strMIME_transformation_note = 'Uygun dönüşüm seçeneklerinin listesi ve onların MIME-tip dönüşümleri için, %sdönüşüm tanımlamarı%s\'na tıklayın';
$strMIME_transformation_options = 'Dönüşüm seçenekleri';
$strMIME_transformation_options_note = 'Lütfen dönüşüm seçenekleri için değerleri bu şekili kullanarak giriniz: \'a\',\'b\',\'c\'...<br />Backslash ("\") veya tek tırnak ("\'") kullamanız gerekiyorsa, şu şekilde kullanın : \'\\\\xyz\' veya \'a\\\'b\').';
$strMIME_transformation = 'Tarayıcı dönüşümü';
$strMIMETypesForTable = 'TABLO MIME TİPLERİ';
$strMIME_without = 'İtalik olarak yazılmış MIME-tipleri ayrı bir dönüşüm fonksiyonuna sahip değildir.';
$strModifications = 'Değişiklikler kaydedildi';
$strModify = 'Değiştir';
$strModifyIndexTopic = 'Indeks düzenle';
$strMoveTableOK = '%s tablosu %s üzerine taşındı.';
$strMoveTableSameNames = 'Tabloyu aynısına taşıyamıyor!';
$strMoveTable = 'Tabloyu (veritabanı<b>.</b>tablo) taşı :';
$strMultilingual = 'çoklu dil';
$strMyISAMDataPointerSizeDesc = 'MAX_ROWS seçeneği belirtilmediği durumlarda MyISAM tabloları için CREATE TABLE komutuyla kullanılacak olan varsayılan işaretçi boyutu (Byte olarak).';
$strMyISAMDataPointerSize = 'Veri işaretçi boyutu';
$strMyISAMMaxExtraSortFileSizeDesc = 'Hızlı MyISAM indeksi oluşturulması sırasında kullanılan geçici dosya belirtilen boyutta anahtar önbellek kullanılması durumunda oluşacak olan dosyadan büyük olacaksa, anahtar önbellek metodunu seçiniz.';
$strMyISAMMaxExtraSortFileSize = 'İndeks oluşturmada kullanılan maksimum geçici dosyalar boyutu';
$strMyISAMMaxSortFileSizeDesc = 'MySQL\’in bir MyISAM indeksini yeniden oluştururken kullandığı geçici dosyanın maksimum boyutu (REPAIR TABLE, ALTER TABLE, ya da LOAD DATA INFILE sırasında).';
$strMyISAMMaxSortFileSize = 'Maksimum geçici sıralama dosyaları boyutu.';
$strMyISAMRecoverOptions = 'Otomatik Kurtarma Modu'; $strMyISAMRecoverOptionsDesc = '-myisam-recover şeklinde sunucu başlangıç komutu olarak ayarlanabilen ve çöken MyISAM tablolarını otomatik olarak kurtarmak amacıyla kullanılan mod,.';
$strMyISAMRepairThreadsDesc = 'Bu değer 1\’den büyükse, işlem sıralama yoluyla yapılan Onarım (Repair) sırasında MyISAM tablosu indeksleri (her bir indeks kendi işlemi içinde ) paralel olarak yaratılır. ';
$strMyISAMRepairThreads = 'İşlemleri Onar';
$strMyISAMSortBufferSizeDesc = 'Bir REPAIR TABLE komutuyla MyISAM indeksleri sıralanırken ya da CREATE INDEX ya da ALTER TABLE komutuyla indekslerin oluşturulması sırasında için ayrılan ara bellek miktarı.';
$strMyISAMSortBufferSize = 'Listeleme ara bellek boyutu';
$strMySQLCharset = 'MySQL karakter seti';
$strMySQLConnectionCollation = 'MySQL bağlantı karşılaştırması';
$strMySQLSaid = 'MySQL çıktısı: ';
$strMySQLShowProcess = 'İşlemleri göster';
$strMySQLShowStatus = 'MySQL çalışma zamanı bilgisini göster';
$strMySQLShowVars = 'MySQL sistem değişkenlerini göster';
 
$strName = 'İsim';
$strNext = 'Sonraki';
$strNoActivity = '%s veya daha fazla saniye boyunca hiçbir işlem yapılmadı, lütfen yeniden giriş yapınız';
$strNoDatabasesSelected = 'Veritabanı seçilmedi.';
$strNoDatabases = 'Veritabanı yok';
$strNoDescription = 'Tanımlama yok';
$strNoDetailsForEngine = 'Bu depolama motoru için detaylı durum bilgisi bulunmamaktadır.';
$strNoDropDatabases = '"DROP DATABASE" cümlesi burada kullanılamaz.';
$strNoExplain = 'SQL açıklamasını yapma';
$strNoFrames = 'phpMyAdmin frame destekli bir tarayıcı ile daha iyi çalışmaktadır...';
$strNo = 'Hayır';
$strNoIndex = 'Indeks tanımlanmadı!';
$strNoIndexPartsDefined = 'Indeks kısmı tanımlanmadı!';
$strNoModification = 'Değişiklik yok';
$strNone = 'Hiçbiri';
$strNoOptions = 'Bu düzenin seçeği yok';
$strNoPassword = 'Şifre yok';
$strNoPermission = 'Web sunucusu %s dosyasını kaydetmek için izne sahip değil.';
$strNoPhp = ' PHP kodsuz';
$strNoPrivileges = 'Buna yetkiniz yok';
$strNoRights = 'Burada bulunmak için yeterli haklara sahip değilsiniz!';
$strNoRowsSelected = 'Satır seçilmedi';
$strNoSpace = '%s dosyasını kaydetmek için yeterli alan yok.';
$strNoTablesFound = 'Veritabanında tablo bulunamadı.';
$strNoThemeSupport = 'Tema desteği bulunmuyor,lütfen ayarları ve/veya %s dizinindeki temalarınızı kontrol ediniz';
$strNotNumber = 'Lütfen bir sayı giriniz!';
$strNotOK = 'Tamam değil';
$strNotSet = '<b>%s</b> tablosu bulunamadı veya %s içinde tanımlanmadı';
$strNoUsersFound = 'Kullanıcı(lar) bulunamadı.';
$strNoValidateSQL = 'SQL doğrulamasını yapma';
$strNull = 'Boş';
$strNumberOfFields = 'Alan Sayısı';
$strNumSearchResultsInTable = '<b><font color=\'blue\'>%s</font></b> ( <b>%s</b> tablosu içinde aramanıza uyan kayıt sayısı ) ';
$strNumSearchResultsTotal = 'Toplam: %s eşleşim';
$strNumTables = 'Tablolar';
 
$strOK = 'Tamam';
$strOperations = 'İşlemler';
$strOperator = 'İşlemci';
$strOptimizeTable = 'Tabloyu optimize et';
$strOr = 'veya';
$strOverhead = 'Kullanılamayan Veri';
$strOverwriteExisting = 'Mevcut dosyaların üzerine yaz!';
 
$strPageNumber = 'Sayfa numarası:';
$strPagesToBeFlushed = 'Yeniden yüklenecek sayfaları göster (flush)';
$strPaperSize = 'Kağıt boyu';
$strPartialText = 'Kısmi Metinler';
$strPasswordChanged = '%s için şifre başarıyla değiştirildi.';
$strPasswordEmpty = 'Şifre alanı doldurulmadı!';
$strPasswordHashing = 'Şifre Hash yöntemi';
$strPasswordNotSame = 'Girilen şifreler uyuşmuyor!';
$strPassword = 'Şifre';
$strPdfDbSchema = ' "%s" veritabanının şeması - Sayfa %s';
$strPdfInvalidTblName = ' "%s" tablosu bulunamıyor !';
$strPdfNoTables = 'Tablo yok';
$strPerHour = 'saat başına';
$strPerMinute = 'dakika başına';
$strPerSecond = 'saniye başına';
$strPersian = 'Farsça';
$strPhoneBook = 'telefon defteri';
$strPHP40203 = ' Ciddi bir multi-byte karakter dizisi (mbstring) hatasına sahip olan PHP 4.2.3 kullanıyorsunuz,. PHP hata raporu 19404\' e bakınız. Bu sürümün phpMyAdmin\'le kullanılması önerilmez.';
$strPhp = 'PHP kodu oluştur';
$strPHPVersion = 'PHP Sürümü';
$strPmaDocumentation = 'phpMyAdmin yardım';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt>\' nin değeri konfigurasyon dosyasının içinde verilmelidir!';
$strPolish = 'Lehce';
$strPortrait = 'Portre';
$strPos1 = 'Başlangıç';
$strPrevious = 'Önceki';
$strPrimary = 'Birincil';
$strPrimaryKeyHasBeenDropped = 'Birincil anahtar silindi';
$strPrimaryKeyName = 'PRIMARY KEY TEK olmalıdır!';
$strPrimaryKeyWarning = '# PRIMARY <b>sadece</b> birincil bir anahtarın ismi <b>olmalıdır!</b>';
$strPrintViewFull = 'Yazıcı görüntüsü (tüm metin)';
$strPrintView = 'Yazıcı görüntüsü';
$strPrint = 'Yazdır';
$strPrivDescAllPrivileges = 'GRANT hariç tüm yetkileri içerir.';
$strPrivDescAlter = 'Varolan tablonun yapısının değiştirilmesine izin verir.';
$strPrivDescCreateDb = 'Yeni veritabanları ve tabloların oluşturulmasına izin verir.';
$strPrivDescCreateTbl = 'Yeni tabloların oluşturulmasına izin verir.';
$strPrivDescCreateTmpTable = 'Geçici tablolara oluşturulmasına izin verir.';
$strPrivDescDelete = 'Veri silinmesine izin verir.';
$strPrivDescDropDb = 'Veritabanları ve tabloların kaldırılmasına izin verir.';
$strPrivDescDropTbl = 'Tabloların kaldırılmasına izin verir.';
$strPrivDescExecute = 'Kaydedilmiş yordamların çalıştırılmasına izin verir.; Bu MySQL sürümünde etkisi yoktur.';
$strPrivDescFile = 'Data import ve export\'una izin verir.';
$strPrivDescGrant = 'İmtiyaz tablolarını yeniden yüklemeden yeni kullanıcı ve yetki eklenmesine izin verir.';
$strPrivDescIndex = 'İndekslerin yaratılmasına ve kaldırılmasına izin verir.';
$strPrivDescInsert = 'Verinin eklenmesine ve yer değiştirilmesine izin verir.';
$strPrivDescLockTables = 'Geçerli işlem için tabloların kilitlenmesine izin verir.';
$strPrivDescMaxConnections = 'Kullanıcının saat başına açabileceği bağlantıyı sınırlar.';
$strPrivDescMaxQuestions = 'Kullanıcının saat başına sunucuya gönderebileceği sorgu sayısını sınırlar.';
$strPrivDescMaxUpdates = 'Kullanıcının,saat başına çalıştırabileceği,herhangi bir tablo veya veritabanı değiştiren komut sayısını sınırlar.';
$strPrivDescProcess3 = 'Diğer kullanıcıların işlemlerinin kapatılmasına izin verir.';
$strPrivDescProcess4 = 'İşlem listesindeki bütün sorguların görüntülenmesine izin verir.';
$strPrivDescReferences = 'Bu MySQL sürümünde etkisi yoktur.';
$strPrivDescReload = 'Sunucu ayarlarının yeniden yüklenmesine ve önbelleğin silinmesine izin verir';
$strPrivDescReplClient = 'Kullanıcılara Slave ve Master\'ların nerede olduğunu sorma hakkını verir.';
$strPrivDescReplSlave = 'Kopya slave\'ler için gerekli.';
$strPrivDescSelect = 'Veri okunmasına izin ver.';
$strPrivDescShowDb = 'Bütün veritabanları listesine erişim verir.';
$strPrivDescShutdown = 'Sunucunun kapatılmasına izin ver.';
$strPrivDescSuper = 'Maksimum bağlantı sayısı aşılsa bile bağlanmasına izin ver;Global değişkenleri saptamak veya diğer kullanıcıların işlemlerini sonlandırmak gibi bir çok yönetim işlemi için gereklidir.';
$strPrivDescUpdate = 'Veri değiştirilmesine izin ver.';
$strPrivDescUsage = 'İmtiyaz yok.';
$strPrivilegesReloaded = 'Ayrıcalıklar başarıyla yüklendi.';
$strPrivileges = 'İmtiyazlar';
$strProcesslist = 'İşlem listesi';
$strPutColNames = 'İlk satırda alan isimlerini koy';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = ' Sorgula';
$strQueryFrame = 'Sorgu penceresi';
$strQueryOnDb = '<b>%s</b> veritabanında SQL sorgusu&nbsp;:';
$strQuerySQLHistory = 'SQL geçmişi';
$strQueryStatistics = '<b>Sorgu istatistikleri</b>: Başlangıçtan bu yana sunucuya <b>%s</b> sorgu gönderildi.';
$strQueryTime = 'Sorgu %01.4f san sürdü';
$strQueryType = 'Sorgu şekli';
$strQueryWindowLock = 'Pencere dışından bu sorgunun üzerine yazma';
 
$strReceived = 'Alındı';
$strRecords = 'Kayıtlar';
$strReferentialIntegrity = 'Referans bütünlüğünü kontrol et.';
$strRefresh = 'Yenile';
$strRelationalSchema = 'İlişki şeması';
$strRelationNotWorking = 'İlişkili tablolarla çalışmada kullanılan ekstra özellikler kapatıldı.Nedenini öğrenmek için %sburaya%s tıklayınız...';
$strRelationsForTable = 'TABLO İLİŞKİLERİ';
$strRelations = 'İlişkiler';
$strRelationView = 'İlişki görünümü';
$strReloadingThePrivileges = 'İmtiyazları yeniden yüklüyor';
$strReloadMySQL = 'MySQL\' i yeniden yükle';
$strRemoveSelectedUsers = 'Seçili kullanıcıları kaldır';
$strRenameDatabaseOK = '%s veritabanı %s olarak yeniden adlandırıldı';
$strRenameTableOK = '%s tablosu %s olarak yeniden adlandırıldı';
$strRenameTable = 'Tabloyu yeniden adlandır';
$strRepairTable = 'Tablo\'yu onar';
$strReplaceNULLBy = 'NULL \' u bununla yerdeğiştir';
$strReplaceTable = 'Tablo verisini bir dosyadaki ile değiştir';
$strReset = 'Sıfırla';
$strResourceLimits = 'Kaynak sınırları';
$strReType = 'Yeniden gir';
$strRevokeAndDeleteDescr = 'Kullanıcılar yeniden yüklenene kadar hala KULLANIM ayrıcalığına sahip olacaklar.';
$strRevokeAndDelete = 'Kullanıcılardaki tüm etkin yetkileri geçersiz kıl ve sonra sil..';
$strRevoke = 'Geçersiz kıl';
$strRevokeMessage = '%s\'in önceliklerini kaldırdınız';
$strRomanian = 'Romence';
$strRowLength = 'Satır boyu';
$strRowsFrom = 'kayıt : Başlayacağı kayıt :';
$strRowSize = ' Satır boyutu ';
$strRowsModeFlippedHorizontal = 'yatay (döndürülmüş başlıklar)';
$strRowsModeHorizontal = 'yatay';
$strRowsModeOptions = '%s olarak göster ve %s hücre sonra başlığı tekrarla.';
$strRowsModeVertical = 'dikey';
$strRows = 'Satır';
$strRowsStatistic = 'Satır istatistiği';
$strRunning = '# %s üzerinde çalışıyor...';
$strRunQuery = 'Sorguyu çalıştır';
$strRunSQLQuery = '<b>%s</b> veritabanı üzerinde sorgu çalıştır';
$strRussian = 'Rusça';
 
$strSave = 'Kaydet';
$strSaveOnServer = 'Sunucuda %s dizininin içinde kaydet';
$strScaleFactorSmall = 'Çarpan faktörü sayfadaki şema için çok küçük';
$strSearch = 'Ara';
$strSearchFormTitle = 'Veritabanında ara';
$strSearchInTables = 'Tablo içinde ara :';
$strSearchNeedle = 'Aranacak kelime veya değerler ( joker: "%" ):';
$strSearchOption1 = 'kelimelerin en azından biri';
$strSearchOption2 = 'bütün kelimeler';
$strSearchOption3 = 'tam eşleşim';
$strSearchOption4 = 'normal deyim';
$strSearchResultsFor = ' "%s" %s için arama sonuçları:';
$strSearchType = '<b>BUL </b> :';
$strSecretRequired = 'Ayar dosyası için gizli bir şifre gerekiyor (blowfish_secret).';
$strSelectADb = ' Lütfen bir veritabanı seçiniz';
$strSelectAll = 'Tümünü seç';
$strSelectBinaryLog = 'Görüntülemek istediğiniz binari kaydını seçiniz';
$strSelectFields = 'Alan seç (en az bir)';
$strSelectNumRows = 'sorgu içerisinde';
$strSelectTables = 'Tabloları seç';
$strSend = 'Dosya olarak kaydet';
$strSent = 'Gönderildi';
$strServerChoice = 'Server seçimi';
$strServerNotResponding = 'Sunucu yanıt vermiyor';
$strServerStatus = 'Çalışma bilgisi';
$strServerStatusUptime = 'Bu MySQL sunucusunun çalışma süresi : %s <br /> Başlama Zamanı: %s ';
$strServer = 'Sunucusu';
$strServerTabProcesslist = 'İşlemler';
$strServerTabVariables = 'Değişkenler';
$strServerTrafficNotes = '<b>Sunucu Yoğunluğu</b>: Bu tablolar başlama zamanından bu yana MySQL sunucusunun network yoğunluğunu gösterir.';
$strServerVars = 'Sunucu değişkenleri ve ayarları';
$strServerVersion = 'Server sürümü';
$strSessionValue = 'Oturum değeri';
$strSetEnumVal = 'Eğer alan tipi "enum" veya "set" ise verileri şu formata göre giriniz: \'a\',\'b\',\'c\'...<br />Eğer bu değerler arasına backslash ("\") veya tek tırnak koymanız gerekirse (\'),bunun için backslash kullanın.Mesela: \'\\\\xyz\' veya \'a\\\'b\') gibi.';
$strShowAll = 'Tümünü göster';
$strShowColor = 'Rengi göster';
$strShowDatadictAs = 'Veri sözlüğü formatı';
$strShowFullQueries = 'Sorguların tümünü göster';
$strShow = 'Göster';
$strShowGrid = 'Izgarayı göster';
$strShowingRecords = 'Kayıtları gösteriyor...';
$strShowPHPInfo = 'PHP bilgisini göster';
$strShowTableDimension = 'Tabloların';
$strShowTables = 'Tabloları göster';
$strShowThisQuery = 'Sorguyu burada yine göster.';
$strSimplifiedChinese = 'Basitleştirilmiş Çince';
$strSingly = '( birer birer )';
$strSize = 'Boyut';
$strSlovak = 'Slovakça';
$strSlovenian = 'Slovence';
$strSocketProblem = '(ya da lokal MySQL sunucusu soketi düzgün bir şekilde ayarlanmamış.)';
$strSortByKey = 'Anahtara göre sırala';
$strSort = 'Sırala';
$strSpaceUsage = 'Kullanılan alan';
$strSpanish = 'İspanyolca';
$strSplitWordsWithSpace = 'Kelimelerin arasında boşluk olmalıdır (" ").';
$strSQLExportCompatibility = 'SQL\’e dönüştürme uyumluluğu';
$strSQLExportType = 'Export tipi';
$strSQLOptions = 'SQL seçenekleri';
$strSQLParserBugMessage = 'SQL yorumlayıcısında bir hata bulma ihtimaliniz var.Lütfen sorgunuzu dikkatli bir şekilde gözden geçiriniz,ve tırnaklar doğru ve yanlış yazılmamış kontrol ediniz.Diğer olası hata nedenleri metin alanına alabileceği boyuttan daha büyük bir dosya yüklüyor olma ihtimalinizdir.Sorgunuzu MySQL komut satırı arayüzünde de deneyebilirsiniz..MySQL sunucu hata çıktısı,var ise,hatayı manızda size yardımcı olabilir.Hala sorunlarınız varsa veya komut satırı arayüzü çalışırken,yorumlayıcı hata veriyorsa,lütfen SQL sorgu girişinizi hata yaratan tek bir sorguya indirgeyin,ve aşağıdaki CUT bölümü veri yığını ile birlikte hata raporunu bildiriniz:';
$strSQLParserUserError = 'SQL sorgunuzda bir hata varmış gibi gözüküyor.MySQL sunucu hata çıktısı,var ise,hatayı bulmanızda size yardımcı olabilir.';
$strSQLQuery = 'SQL sorgusu';
$strSQLResult = 'SQL sonucu';
$strSQL = 'SQL sorgusu';
$strSQPBugInvalidIdentifer = 'Geçersiz tanımlayıcı';
$strSQPBugUnclosedQuote = 'Kapatılmamış tırnak';
$strSQPBugUnknownPunctuation = 'Bilinmeyen noktalama işareti';
$strStatCheckTime = 'Son kontrol';
$strStatCreateTime = 'Oluşturulma';
$strStatement = 'Durum';
$strStatUpdateTime = 'Son güncellenme';
$strStatus = 'Durum';
$strStorageEngine = 'Depolama Motoru';
$strStorageEngines = 'Depolama Motorları';
$strStrucCSV = 'CSV verisi';
$strStrucData = 'Yapı ve Veri';
$strStrucDrop = 'DROP TABLE ekle';
$strStrucExcelCSV = 'MS Excel verisi için CSV';
$strStrucNativeExcel = 'MS Excel verisi';
$strStrucOnly = 'Sadece yapı';
$strStructPropose = 'Tablo yapısını analiz et.';
$strStructure = 'Yapı';
$strSubmit = 'Onayla';
$strSuccess = 'SQL sorgunuz başarıyla çalıştırılmıştır';
$strSum = 'toplam';
$strSwedish = 'İsveçce';
$strSwitchToDatabase = 'Kopyalanmış veritabanını kullan.';
$strSwitchToTable = 'Kopyalanmış tabloya geç';
 
$strTableComments = 'Tablo yorumları';
$strTableEmpty = 'Tablo ismi boş!';
$strTableHasBeenDropped = '%s tablosu kaldırılmıştır';
$strTableHasBeenEmptied = '%s tablosu boşaltılmıştır';
$strTableHasBeenFlushed = '%s tablosu başarıyla kapatılmıştır.';
$strTableMaintenance = 'Tablo bakımı';
$strTableOfContents = 'İçerik tablosu';
$strTableOptions = 'Tablo ayarları';
$strTables = '%s tablo';
$strTableStructure = 'Tablo yapısı :';
$strTable = 'Tablo:';
$strTableType = 'Tablo tipi';
$strTakeIt = 'Seç';
$strTblPrivileges = 'Tabloya özgü yetkiler';
$strTextAreaLength = 'Boyutu nedeniyle,<br /> bu alan düzenlenmeyebilir ';
$strThai = 'Thai';
$strTheme = 'Tema / Sitil';
$strThisHost = 'Bu host ';
$strThisNotDirectory = 'Bu bir dizin değildi';
$strThreadSuccessfullyKilled = '%s işlemi başarıyla sonlandırıldı.';
$strTime = 'Zaman';
$strToggleScratchboard = 'scratchboard\a geç';
$strTotal = 'toplam';
$strTotalUC = 'Toplam';
$strTraditionalChinese = 'Geleneksel Çince';
$strTraditionalSpanish = 'Geleneksel İspanyolca';
$strTraffic = 'Yoğunluk';
$strTransformation_application_octetstream__download = 'Bir alandaki binari veriyi yüklemek için link göster.İlk seçenek binari dosya adıdır.İkinci seçenek ise dosya adını içeren tablo satırırın olası alan adıdır.İkinci bir seçenek istiyorsanız ilk seçeneği boş bırakmalısınız.';
$strTransformation_application_octetstream__hex = 'Verinin hexadesimal sunumunu gösterir.';
$strTransformation_image_jpeg__inline = 'Tıklanabilir bir thumbnail gösterir; seçenekler: pixel olarak genişlik,yükseklik (orijinal oran korunur)';
$strTransformation_image_jpeg__link = 'Bu resime direkt bir link gösterir (direct blob yüklemesi...).';
$strTransformation_image_png__inline = 'jpeg resmini gör: satıriçi';
$strTransformation_text_plain__dateformat = 'Bir TIME, TIMESTAMP veya DATETIME alanı alır ve varsayılan tarih formatı bilgilerinizle onu yeniden biçimlendirir.İlk seçenek zamangösterimi(timestamp)\'ne eklenecek bir offset(saat olarak)\'tir.(Varsayılan: 0).İkinci seçenek PHP\'nin strftime() fonksiyonu için uygun olan parametrelere göre farklı bir zamangösterimi(timestamp)\'dir.';
$strTransformation_text_plain__external = 'Dış bir uygulama çalıştırır ve alanverisini standart giriş yoluyla besler.Uygulamanın standart çıktısı döner.Varsayılan hoş bir HTML çıktısı veren Tidy(Düzenli)\'dir..Güvenlik nedeniyle libraries/transformations/text_plain__external.inc.php dosyasını elle düzenlemeniz ve çalışmasına izin vereceğiniz araçları eklemeniz gerekir.İlk seçenek;çalıştırmak istediğiniz program sayısı,ikinci seçenek ise program için gerekli olan parametrelerdir.Üçüncü parametre ,eğer 1\'e setlenmişse htmlspecialchars() fonksiyonunu kullanarak çıktıyı dönüştürecektir(Varsayılan: 1).Dördüncü bir parametre ise ,eğer 1\'e setlenmişse NOWRAP(kaydırma yok) kodu tüm hücreye eklenecek ve bütün çıktı yeniden düzenlenmeden görünecektir.(Varsayılan :1)';
$strTransformation_text_plain__formatted = 'Alanın orijinal biçimlendirmesini korur.Escaping(kaçış) yapılmaz..';
$strTransformation_text_plain__imagelink = 'Bir resim ve bir link gösterir,alan dosya ismini içerir;ilk seçenek "http://domain.com/" gibi bir yazım,ikinci seçenek pixel olarak genişlik,üçüncüsü ise yüksekliktir.';
$strTransformation_text_plain__link = 'Bir link ve dosya ismini içeren alanı gösterir;ilk seçenek "http://domain.com/" gibi bir gösterim,ikincisi ise link için bir başlıktır.';
$strTransformation_text_plain__substr = 'Bir karakter dizisinin bir kısmını gösterir. İlk seçenek dizinin başlangıcından ne kadar uzağa gideceğidir (Varsayılan 0). İkinci seçenek kaç karakter alınacağıdır (Varsayılan: dizinin sonuna kadar). Üçüncü seçenek ise dizide kesilme olacaksa eklenecek ya da çıkartılacak diziyi belirtir (Varsayılan: "...").';
$strTruncateQueries = 'Görülen sorguları kısalt';
$strTurkish = 'Türkçe';
$strType = 'Tip';
 
$strUkrainian = 'Ukraynaca';
$strUncheckAll = 'Hiçbirisini Seçme';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'bilinmeyen';
$strUnselectAll = 'Hiçbirisini seçme';
$strUpdatePrivMessage = '%s için olan yetkileri güncellediniz.';
$strUpdateProfileMessage = 'Profil güncellendi.';
$strUpdateQuery = 'Sorguyu güncelle';
$strUpdComTab = 'Sütun_Yorumları tablosunun nasıl güncellendiğini öğrenmek istiyorsanız Dökümanlara bakınız.';
$strUpgrade = '%s %s veya daha sonraki bir sürüme yükseltme yapmanız gereklidir.';
$strUsage = 'Kullanım';
$strUseBackquotes = 'Tablo ve alan isimleri için ters tırnak " ` " işaretini kullan';
$strUseHostTable = 'Host tablosunu kullan';
$strUserAlreadyExists = '%s kullanıcısı zaten mevcut!';
$strUserEmpty = 'Kullanıcı ismi alanı doldurulmadı!';
$strUser = 'Kullanıcı';
$strUserName = 'Kullanıcı ismi';
$strUserNotFound = 'Seçili kullanıcı yetki tablosunda bulunamadı.';
$strUserOverview = 'Kullanıcı gözlem';
$strUsersDeleted = 'Seçili kullanıcılar başarıyla silindi.';
$strUsersHavingAccessToDb = '&quot;%s&quot; veritabanına erişimi olan kullanıcılar';
$strUseTabKey = 'Değerden değere geçmek için TAB tuşunu istediğiniz herhangi bir yere gitmek için CTRL+OK TUŞLARI\`nı kullanın.';
$strUseTables = 'Tabloları kullan';
$strUseTextField = 'Metin alanını kullan';
$strUseThisValue = 'Bu değeri kullan';
 
$strValidateSQL = 'SQL\'i doğrula';
$strValidatorError = 'SQL onaylayıcısı başlatılamadı.%sdökümanlar%s\'da belirtildiği gibi,gerekli php uzantılarının yüklenip yüklenilmediğini kontrol ediniz.';
$strValue = 'Değer';
$strVar = 'Değişken';
$strVersionInformation = 'Sürüm bilgisi';
$strViewDumpDatabases = 'Veritabanları döküm şeması';
$strViewDumpDB = 'Veritabanı döküm şeması';
$strViewDump = 'Tablo döküm şeması';
$strView = 'Görüntü';
$strViewHasBeenDropped = '%s görüntüsü kaldırıldı';
 
$strWebServerUploadDirectoryError = 'Yükleme için belirttiğiniz dizine ulaşılamıyor.';
$strWebServerUploadDirectory = 'web sunucu yükleme dizini';
$strWelcome = '%s sürümüne HOŞGELDİNİZ....';
$strWestEuropean = 'Batı Avrupa';
$strWildcard = 'joker';
$strWindowNotFound = 'Tarayı penceresi güncellenemiyor...Bağlantısı olan pencereyi kapattınız veya tarayıcınızın güvenlik ayarları buna izin vermiyor';
$strWithChecked = 'Seçilileri:';
$strWritingCommentNotPossible = 'Yorum yazılması mümkün değil.';
$strWritingRelationNotPossible = 'İlişki yazılması mümkün değil.';
$strWrongUser = 'Hatalı kullanıcı adı/parola. Erişim engellendi.';
 
$strXML = 'XML';
 
$strYes = 'Evet';
 
$strZeroRemovesTheLimit = 'Not: Bu seçeneklerin 0\'a ayarlanması sınırı kaldırır..';
$strZip = '"ziplenmiş"';
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/ukrainian-utf-8.inc.php
0,0 → 1,982
<?php
/* $Id: ukrainian-utf-8.inc.php,v 2.117.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('Байт', 'кБ', 'МБ', 'ГБ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Нд', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб');
$month = array('Січ', 'Лют', 'Бер', 'Квт', 'Трв', 'Чрв', 'Лип', 'Сер', 'Вер', 'Жов', 'Лис', 'Гру');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d %Y р., %H:%M';
 
$timespanfmt = '%s днів, %s годин, %s хвилин і %s секунд';
 
$strAPrimaryKey = 'Було додано первинний ключ до %s';
$strAbortedClients = 'Перервано';
$strAbsolutePathToDocSqlDir = 'Прошу задати абсолютний шлях на веб-сервері до каталогу docSQL';
$strAccessDenied = 'Доступ заборонено';
$strAccessDeniedExplanation = 'phpMyAdmin спробував з\'єднатися з MySQL сервером, але сервер не дозволив під\'єднання. Прошу перевірити значення host, username та password у файлі config.inc.php та впевнитися, що вони відповідають даним отриманим Вами від адміністратора MySQL сервера.';
$strAction = 'Дія';
$strAddDeleteColumn = 'Додати/забрати колонку критерію';
$strAddDeleteRow = 'Додати/забрати рядок критерію';
$strAddDropDatabase = 'Додати DROP DATABASE';
$strAddIntoComments = 'Додати коментар';
$strAddNewField = 'Додати нове поле';
$strAddPrivilegesOnDb = 'Додати права для цієї бази даних';
$strAddPrivilegesOnTbl = 'Додати права для цієї таблиці';
$strAddSearchConditions = 'Додати умови пошуку (тіло для умови "where"):';
$strAddToIndex = 'Додати до індексу&nbsp;%s&nbsp;колоноку(и)';
$strAddUser = 'Додати нового користувача';
$strAddUserMessage = 'Було додано нового користувача.';
$strAddedColumnComment = 'Додано коментар до колонки';
$strAddedColumnRelation = 'Додано зв\'язок для колонки';
$strAdministration = 'Адміністратор';
$strAffectedRows = 'Задіяні рядки:';
$strAfter = 'Після %s';
$strAfterInsertBack = 'Повернутись';
$strAfterInsertNewInsert = 'Вставити новий запис';
$strAll = 'Все';
$strAllTableSameWidth = 'показувати всі таблиці однакової ширини?';
$strAlterOrderBy = 'Змінити порядок таблиці';
$strAnIndex = 'Було додано індекс для %s';
$strAnalyzeTable = 'Аналіз таблиці';
$strAnd = 'І';
$strAny = 'Довільний';
$strAnyHost = 'Довільний хост';
$strAnyUser = 'Довільний користувач';
$strArabic = 'Арабське';
$strArmenian = 'Вірменське';
$strAscending = 'Зростаючий';
$strAtBeginningOfTable = 'На початку таблиці';
$strAtEndOfTable = 'У кінці таблиці';
$strAttr = 'Атрибути';
$strAutodetect = 'Автовизначення';
$strAutomaticLayout = 'Автоматичний layout';
 
$strBack = 'Назад';
$strBaltic = 'Балтійське';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' Двійковий ';
$strBinaryDoNotEdit = ' Двійкові дані - не редагуються ';
$strBookmarkDeleted = 'Закладку було видалено.';
$strBookmarkLabel = 'Мітка';
$strBookmarkQuery = 'Закладка на SQL-запит';
$strBookmarkThis = 'Закладка на даний SQL-запит';
$strBookmarkView = 'Лише перегляд';
$strBrowse = 'Переглянути';
$strBulgarian = 'Болгарське';
$strBzError = 'phpMyAdmin не може скомпресувати dump через пошкоджене Bz2 доповнення у цій версії PHP. Наполегливо рекомендуєм встановити у конфіґураційному файлі Вашого phpMyAdmin директиву <code>$cfg[\'BZipDump\']</code> на <code>FALSE</code>. Якщо Ви хочете використовувати можливості Bz2 компресування, Вам необхідно поновити версію PHP. Див. детальніше у повідомленнях про помилки %s.';
$strBzip = 'запакувати в "bzip"';
 
$strCSVOptions = 'CSV опції';
$strCannotLogin = 'Не можу зареєструватися на MySQL сервері';
$strCantLoad = 'не можу завантажити %s,<br />прошу перевірити конфігурацію PHP.';
$strCantLoadRecodeIconv = 'Не можу завантажити iconv чи recode extension необхідні для зміни charset-у, сконфігуруйте php так, щоб можна було використовувати ці extensions, або забороніть зміну charset-у у phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Неможливо перейменувати індекс в PRIMARY!';
$strCantUseRecodeIconv = 'Не можу використати ні/або iconv, ні/або libiconv, ні/або функцію recode_string поки буде завантажено extension reports. Перевірте Вашу php конфігурацію.';
$strCardinality = 'Кількість елементів';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'СхідноЄвропейське';
$strChange = 'Змінити';
$strChangeCopyMode = 'Створити нового користувача з такими ж правами і ...';
$strChangeCopyModeCopy = '... залишити старого.';
$strChangeCopyModeDeleteAndReload = ' ... знищити старого з таблиці користувачів та перевантажити права після того.';
$strChangeCopyModeJustDelete = ' ... знищити старого з таблиці користувачів.';
$strChangeCopyModeRevoke = ' ... анулювати всі активні права старого користувача, знищивши його після того.';
$strChangeCopyUser = 'Змінити реєстраційні дані / Копіювати користувача';
$strChangeDisplay = 'Виберіть поля для відображення';
$strChangePassword = 'Змінити пароль';
$strCharset = 'Набір символів';
$strCharsetOfFile = 'Кодування файлу:';
$strCharsets = 'Кодування';
$strCharsetsAndCollations = 'Набори символів та схеми';
$strCheckAll = 'Відмітити все';
$strCheckPrivs = 'Перевірити права';
$strCheckPrivsLong = 'Перевірити права для бази даних &quot;%s&quot;.';
$strCheckTable = 'Перевірити таблицю';
$strChoosePage = 'Прошу вибрати сторінку для редагування';
$strColComFeat = 'Показувати коментарі стовпців';
$strCollation = 'Порівняння';
$strColumnNames = 'Назви колонок';
$strColumnPrivileges = 'Права, які стосуються колонок таблиці';
$strCommand = 'Команда';
$strComments = 'Коментарі';
$strCompleteInserts = 'Повна вставка';
$strCompression = 'Стискання';
$strConfigFileError = 'phpMyAdmin не може прочитати конфігураційний файл <br />Це може статися у тому випадку, коли php натрапить на синтаксичну помилку (parse error) у ньому, або не може знайти самого файлу.<br />Завантажте конфігураційний файл безпосередньо за допомогою посилання поданого нижче і прочитайте отримані повідомлення про помилки (php error messages). Найчастіше десь у файлі просто бракує лапок чи двокрапки. <br />Якщо Ви отримаєте порожню сторінку, - значить все в порядку.';
$strConfigureTableCoord = 'Прошу сконфіґурувати координати таблиці %s';
$strConnections = 'З\'єднань';
$strCookiesRequired = 'З цього моменту Cookies повинні бути дозволені.';
$strCopyTable = 'Скопіювати таблицю в (база даних<b>.</b>таблиця):';
$strCopyTableOK = 'Таблицю %s було скопійовано в %s.';
$strCopyTableSameNames = 'Не можу скопіювати таблицю саму в себе!';
$strCouldNotKill = 'phpMyAdmin не може припинити процес %s. Він вже напевно був зупинений.';
$strCreate = 'Створити';
$strCreateIndex = 'Створити індекс на&nbsp;%s&nbsp;колонках';
$strCreateIndexTopic = 'Створити новий індекс';
$strCreateNewDatabase = 'Створити нову БД';
$strCreateNewTable = 'Створити нову таблицю в БД %s';
$strCreatePage = 'Створити нову сторінку';
$strCreatePdfFeat = 'Створити PDF-файл';
$strCriteria = 'Критерій';
$strCroatian = 'Кроатське';
$strCyrillic = 'Кириличне';
$strCzech = 'Чеське';
 
$strDBComment = 'Коментар бази даних: ';
$strDBGContext = 'Контекст';
$strDBGContextID = 'Контекст ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Рядок';
$strDBGMaxTimeMs = 'Макс час, мс';
$strDBGMinTimeMs = 'Мін час, мс';
$strDBGModule = 'Модуль';
$strDBGTimePerHitMs = 'Time/Hit, мс';
$strDBGTotalTimeMs = 'Загальний час, мс';
$strDanish = 'Данське';
$strData = 'Дані';
$strDataDict = 'Словник даних';
$strDataOnly = 'Лише дані';
$strDatabase = 'БД';
$strDatabaseExportOptions = 'Налаштування експорту бази даних';
$strDatabaseHasBeenDropped = 'Базу даних %s знищено.';
$strDatabaseNoTable = 'Ця база даних не містить таблиць!';
$strDatabases = 'Бази Даних';
$strDatabasesDropped = '%s баз(а\и) даних успішно знищено.';
$strDatabasesStats = 'Статистика баз даних';
$strDatabasesStatsDisable = 'Заборонити статистику';
$strDatabasesStatsEnable = 'Дозволити статистику';
$strDatabasesStatsHeavyTraffic = 'Примітка: Активізація збору статистики бази даних може спричинити значний трафік між веб сервером та базою даних MySQL.';
$strDbPrivileges = 'Права, які стосуються бази даних';
$strDbSpecific = 'специфічний для бази даних';
$strDefault = 'По замовчуванню';
$strDefaultValueHelp = 'Для значень за замовчуванням, введіть лише значення, без використання зворотніх слешів чи лапок, у такому форматі: a';
$strDelOld = 'Ця сторінка має посилання на таблицю, якої вже немає. Бажаєте видалити ці посилання?';
$strDelete = 'Видалити';
$strDeleteAndFlush = 'Усунути користувачів і перезавантажити права після цього.';
$strDeleteAndFlushDescr = 'Це кращий спосіб, проте перезавантаження прав може потривати певний час.';
$strDeleted = 'Рядок видалено';
$strDeletedRows = 'Видалено наступні рядки:';
$strDeleting = 'Усунути %s';
$strDescending = 'Спадаючий';
$strDescription = 'Опис';
$strDictionary = 'словник';
$strDisabled = 'заблоковано';
$strDisplayFeat = 'Показати можливості';
$strDisplayOrder = 'Порядок перегляду:';
$strDisplayPDF = 'Показати PDF схему';
$strDoAQuery = 'Виконати "запит згідно прикладу" (символ підставновки: "%")';
$strDoYouReally = 'Ви насправді хочете ';
$strDocu = 'Документація';
$strDrop = 'Знищити';
$strDropUsersDb = 'Усунути бази даних, які мають такі ж назви як імена користувачів.';
$strDumpSaved = 'Dump збережено у файл %s.';
$strDumpXRows = 'Зґенерувати дамп %s рядків починаючи з %s -го.';
$strDumpingData = 'Дамп даних таблиці';
$strDynamic = 'динамічний';
 
$strEdit = 'Редагувати';
$strEditPDFPages = 'Редагувати PDF Сторінки';
$strEditPrivileges = 'Редагування привілеїв';
$strEffective = 'Ефективність';
$strEmpty = 'Очистити';
$strEmptyResultSet = 'MySQL повернула пустий результат (тобто нуль рядків).';
$strEnabled = 'дозволено';
$strEnd = 'Кінець';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'Англійське';
$strEnglishPrivileges = ' Зауваження: привілеї MySQL задаються по-англійськи ';
$strError = 'Помилка';
$strEstonian = 'Естонське';
$strExcelOptions = 'налаштування Excel';
$strExecuteBookmarked = 'Виконати збережений запит';
$strExplain = 'Тлумачити SQL';
$strExport = 'Експорт';
$strExtendedInserts = 'Розширена вставка';
$strExtra = 'Додатково';
 
$strFailedAttempts = 'Невдалих спроб';
$strField = 'Поле';
$strFieldHasBeenDropped = 'Поле %s було видалено';
$strFields = 'Поля';
$strFieldsEmpty = ' Порожній перелік полів! ';
$strFieldsEnclosedBy = 'Поля взято в';
$strFieldsEscapedBy = 'Поля екрануються';
$strFieldsTerminatedBy = 'Поля розділені';
$strFileAlreadyExists = 'Файл %s існує на сервері, прошу змінити назву файлу, або відмітити опцію заміни існуючих файлів.';
$strFileCouldNotBeRead = 'Неможливо прочитати файл';
$strFileNameTemplate = 'Шаблон назви файлу';
$strFileNameTemplateRemember = 'запам\'ятати шаблон';
$strFixed = 'фіксований';
$strFlushPrivilegesNote = 'Примітка: phpMyAdmin отримує права користувачів безпосередньо з таблиці прав MySQL. Зміст цієї таблиці може відрізнятися від прав, які використовуються сервером, якщо в цю таблицю вносилися зміни вручну. У цьому випадку Вам необхідно %sперезавантажити права%s перед продовженням.';
$strFlushTable = 'Очистити кеш таблиці ("FLUSH")';
$strFormEmpty = 'Не задано значення для форми!';
$strFormat = 'Формат';
$strFullText = 'Повні тексти';
$strFunction = 'Функція';
 
$strGenBy = 'Згенеровано';
$strGenTime = 'Час створення';
$strGeneralRelationFeat = 'Загальні можливості';
$strGerman = 'Німецьке';
$strGlobal = 'глобальний';
$strGlobalPrivileges = 'Глобальні права';
$strGlobalValue = 'Загальне значення';
$strGo = 'Вперед';
$strGrantOption = 'Grant';
$strGreek = 'Грецьке';
$strGzip = 'запакувати в "gzip"';
 
$strHasBeenAltered = 'була змінена.';
$strHasBeenCreated = 'була створена.';
$strHaveToShow = 'Необхідно вибрати принаймі один Стовпчик для показу';
$strHebrew = 'Іврит';
$strHome = 'На початок';
$strHomepageOfficial = 'Офіційна сторінка phpMyAdmin';
$strHost = 'Хост';
$strHostEmpty = 'Порожнє ім\'я хоста!';
$strHungarian = 'Мадярське';
 
$strId = 'ID';
$strIdxFulltext = 'ПовнТекст';
$strIgnore = 'Ігноруровати';
$strIgnoringFile = 'Проіґноровано файл %s';
$strImportDocSQL = 'Імпортувати docSQL файли';
$strImportFiles = 'Імпорт файлів';
$strInUse = 'використовується';
$strIndex = 'Індекс';
$strIndexHasBeenDropped = 'Індекс %s було знищено';
$strIndexName = 'Назва індекса&nbsp;:';
$strIndexType = 'Тип індекса&nbsp;:';
$strIndexes = 'Індекси';
$strInnodbStat = 'Статус InnoDB';
$strInsecureMySQL = 'Ваш файл конфіґурації містить параметри (root без паролю) які відповідають привілейованому користувачу MySQL. Ваш MySQL сервер у цьому випадку відкритий для вторгнення і тому Вам обов\'язково слід виправити цю прогалину у безпеці.';
$strInsert = 'Вставити';
$strInsertAsNewRow = 'Вставити як новий рядок';
$strInsertNewRow = 'Вставити новий рядок';
$strInsertedRowId = 'Вставлено рядок id:';
$strInsertedRows = 'Додані рядки:';
 
$strJapanese = 'Японське';
$strJumpToDB = 'Перейти до бази даних &quot;%s&quot;.';
$strJustDelete = 'Щойно усунуто користувачів з таблиці прав.';
$strJustDeleteDescr = '&quot;Усунуті&quot; користувачі все ще матимуть доступ до сервера до тих пір, поки не будуть перезавантажені права.';
 
$strKeepPass = 'Не змінювати пароль';
$strKeyname = 'Ім\'я ключа';
$strKill = 'Вбити';
$strKorean = 'Корейське';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'опції LaTeX';
$strLandscape = 'Landscape';
$strLengthSet = 'Довжини/Значення*';
$strLimitNumRows = 'записів на сторінці';
$strLinesTerminatedBy = 'Рядки розділено';
$strLinkNotFound = 'Лінк не знайдено';
$strLinksTo = 'Лінки до';
$strLithuanian = 'Литовське';
$strLocalhost = 'Локальний';
$strLocationTextfile = 'вкажіть розташування текстового файлу';
$strLogPassword = 'Пароль:';
$strLogUsername = 'Ім\'я користувача:';
$strLogin = 'Вхід в систему';
$strLoginInformation = 'Вхідна інформація (Login)';
$strLogout = 'Вийти з системи';
 
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Доступні MIME-types';
$strMIME_available_transform = 'Доступні перетворення';
$strMIME_description = 'Опис';
$strMIME_nodescription = 'Немає опису для цього перетворення.<br />Прошу питатися автора, що робить %s.';
$strMIME_transformation = 'Перетворення МІМЕ-типу бровзером';
$strMIME_transformation_note = 'Щоб отримати список можливих опцій і їх MIME-type перетворень, натисніть %sописи перетворень%s';
$strMIME_transformation_options = 'Опції перетворення';
$strMIME_transformation_options_note = 'Прошу вписати значення опцій перетворення у такому форматі: \'a\',\'b\',\'c\'...<br />Якщо необхідно подати зворотній слеш ("\") чи поодинокі лапки ("\'") у цих значеннях, поставте перед ними додатковий зворотній слеш (наприклад \'\\\\xyz\' чи \'a\\\'b\').';
$strMIME_without = 'MIME-types подані курсивом не мають окремих функцій перетворення';
$strModifications = 'Модифікації було збережено';
$strModify = 'Змінити';
$strModifyIndexTopic = 'Змінити індекс';
$strMoveTable = 'Перенести таблицю в (база даних<b>.</b>таблиця):';
$strMoveTableOK = 'Таблицю %s було перенесено в %s.';
$strMoveTableSameNames = 'Не можу перенести таблицю саму в себе!';
$strMultilingual = 'багатомовні';
$strMySQLCharset = 'MySQL Charset';
$strMySQLSaid = 'Відповідь MySQL: ';
$strMySQLShowProcess = 'Показати процеси';
$strMySQLShowStatus = 'Показати стан MySQL';
$strMySQLShowVars = 'Показати системні змінні MySQL';
 
$strName = 'Назва';
$strNext = 'Дальше';
$strNo = 'Ні';
$strNoDatabases = 'БД відсутні';
$strNoDatabasesSelected = 'Не вибрано бази даних.';
$strNoDescription = 'без опису';
$strNoDropDatabases = 'Оператори "DROP DATABASE" заборонені.';
$strNoExplain = 'Не тлумачити SQL';
$strNoFrames = 'Для роботи phpMyAdmin потрібно браузер з підтримкою <b>фреймів</b>.';
$strNoIndex = 'Індекс не визначено!';
$strNoIndexPartsDefined = 'Не визначено частини індекса!';
$strNoModification = 'Змін немає';
$strNoOptions = 'Цей формат не має опцій';
$strNoPassword = 'Без паролю';
$strNoPermission = 'Веб-сервер не має привілеїв для збереження файлу %s.';
$strNoPhp = 'без PHP коду';
$strNoPrivileges = 'Без привілеїв';
$strNoRights = 'Ви для цього маєте недостатньо прав!';
$strNoSpace = 'Бракує місця для збереження файлу %s.';
$strNoTablesFound = 'В БД не виявлено таблиць.';
$strNoUsersFound = 'Не знайдено користувача.';
$strNoValidateSQL = 'Не перевіряти SQL';
$strNone = 'Немає';
$strNotNumber = 'Це не число!';
$strNotOK = 'не OK';
$strNotSet = 'Таблицю <b>%s</b> не знайдено або не визначено у %s';
$strNull = 'Нуль';
$strNumSearchResultsInTable = '%s співпадіння у таблиці <i>%s</i>';
$strNumSearchResultsTotal = '<b>Разом:</b> <i>%s</i> співпадіння';
$strNumTables = 'Таблиць';
 
$strOK = 'OK';
$strOperations = 'Операцій';
$strOptimizeTable = 'Оптимізувати таблицю';
$strOr = 'або';
$strOverhead = 'Надмірні видатки';
$strOverwriteExisting = 'Заміняти існуючі файли';
 
$strPHP40203 = 'Ви використовуєте версію PHP 4.2.3, яка має серйозну помилку при роботі з multi-byte strings (mbstring). Див PHP bug report 19404. Цю версію PHP не рекомендується використовувати з phpMyAdmin.';
$strPHPVersion = 'Версія PHP';
$strPageNumber = 'Номер сторінки:';
$strPaperSize = 'Формат паперу';
$strPartialText = 'Часткові тексти';
$strPassword = 'Пароль';
$strPasswordChanged = 'Пароль для %s успішно змінено.';
$strPasswordEmpty = 'Порожній пароль!';
$strPasswordNotSame = 'Паролі не однакові!';
$strPdfDbSchema = 'Схема бази даних "%s" - Сторінка %s';
$strPdfInvalidTblName = 'Таблиці "%s" не існує!';
$strPdfNoTables = 'Таблиць немає';
$strPerHour = 'за годину';
$strPerMinute = 'за хвилину';
$strPerSecond = 'за секунду';
$strPhoneBook = 'телефонна книга';
$strPhp = 'Створити PHP код';
$strPmaDocumentation = 'Документація по phpMyAdmin';
$strPmaUriError = 'Змінна <tt>$cfg[\'PmaAbsoluteUri\']</tt> ПОВИННА бути встановлена у Вашому конфіґураційному файлі!';
$strPortrait = 'Portrait';
$strPos1 = 'Початок';
$strPrevious = 'Назад';
$strPrimary = 'Первинний';
$strPrimaryKeyHasBeenDropped = 'Первинний ключ було знищено';
$strPrimaryKeyName = 'Ім\'я первинного ключа повинно бути PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>повинно</b> бути іменем <b>лише</b> первинного ключа!)';
$strPrint = 'Друк';
$strPrintView = 'Версія для друку';
$strPrivDescAllPrivileges = 'Дозволити всі права за винятком GRANT.';
$strPrivDescAlter = 'Дозволити змінювати структуру наявних таблиць.';
$strPrivDescCreateDb = 'Дозволити створювати нові бази даних та таблиці.';
$strPrivDescCreateTbl = 'Дозволити створювати нові таблиці.';
$strPrivDescCreateTmpTable = 'Дозволити створювати тимчасові таблиці.';
$strPrivDescDelete = 'Дозволити знищувати дані з таблиць.';
$strPrivDescDropDb = 'Дозволити знищувати бази даних та таблиці.';
$strPrivDescDropTbl = 'Дозволити знищувати таблиці.';
$strPrivDescExecute = 'Дозволити виконання збережених процедур; Неефективно для цієї версії MySQL.';
$strPrivDescFile = 'Дозволити імпорт даних з файлів, та експорт у файли.';
$strPrivDescGrant = 'Дозволити додавання користувачів та прав без перезавантаження таблиці прав.';
$strPrivDescIndex = 'Дозволити створення та знищення індексів.';
$strPrivDescInsert = 'Дозволити вставку та заміну даних.';
$strPrivDescLockTables = 'Дозволити блокування таблиць для біжучих потоків.';
$strPrivDescMaxConnections = 'Обмежити кількість нових під\'єднань, які користувач може створювати протягом години.';
$strPrivDescMaxQuestions = 'Обмежити кількість запитів, які користувач може надіслати серверу протягом години.';
$strPrivDescMaxUpdates = 'Обмежити кількість команд, що вносять зміни до будь-якої таблиці чи бази даних, які користувач може виконати протягом години.';
$strPrivDescProcess3 = 'Дозволити припиняти процеси інших користувачів.';
$strPrivDescProcess4 = 'Дозволити перегляд повних запитів у списку процесів.';
$strPrivDescReferences = 'Неефективно для цієї версії MySQL.';
$strPrivDescReload = 'Дозволити перезавантаження установок та очищення кешу сервера.';
$strPrivDescReplClient = 'Надати користувачу право запитувати де є slaves / masters.';
$strPrivDescReplSlave = 'Необхідно для реплікації slaves.';
$strPrivDescSelect = 'Дозволити читання даних.';
$strPrivDescShowDb = 'Надати доступ до повного списку баз даних.';
$strPrivDescShutdown = 'Дозволити вимкнення сервера.';
$strPrivDescSuper = 'Дозволити під\'єднання, навіть якщо досягнуто максимальної кількості під\'єднань; Обов\'язково для більшості адміністративних операцій таких як встановлення ґлобальних змінних чи припинення процесів інших користувачів.';
$strPrivDescUpdate = 'Дозволити зміну даних.';
$strPrivDescUsage = 'Немає прав.';
$strPrivileges = 'Привілеї';
$strPrivilegesReloaded = 'Права успішно перезавантажено.';
$strProcesslist = 'Список процесів';
$strPutColNames = 'Дати назви полів у першому рядку';
 
$strQBE = 'Запит згідно прикладу';
$strQBEDel = 'Видалити';
$strQBEIns = 'Вставити';
$strQueryFrame = 'Вікно запиту';
$strQueryOnDb = 'SQL-запит до БД <b>%s</b>:';
$strQuerySQLHistory = 'SQL-history';
$strQueryStatistics = '<b>Статистика запитів</b>: З моменту запуску, до сервера було надіслано %s запитів.';
$strQueryTime = 'Запит виконувався %01.4f сек';
$strQueryType = 'Тип запиту';
$strQueryWindowLock = 'Не перекривати цей запит в інших вікнах';
 
$strReType = 'Підтвердження';
$strReceived = 'Отримано';
$strRecords = 'Записи';
$strReferentialIntegrity = 'Перевір цілісність даних на рівні посилань:';
$strRelationNotWorking = 'Додаткова можливість роботи із залінкованими таблицями деактивована. Для того, щоб довідатись чому, натисніть %sтут%s.';
$strRelationView = 'Перегляд залежностей';
$strRelationalSchema = 'Схема зв\'язків';
$strRelations = 'Зв\'язки';
$strReloadMySQL = 'Перезавантажити MySQL';
$strReloadingThePrivileges = 'Перезавантаження прав';
$strRemoveSelectedUsers = 'Усунути відмічених користувачів';
$strRenameTable = 'Перейменувати таблицю в';
$strRenameTableOK = 'Таблицю %s було перейменовано в %s';
$strRepairTable = 'Ремонтувати таблицю';
$strReplaceNULLBy = 'Замінити NULL на';
$strReplaceTable = 'Замінити дані таблиці даними з файлу';
$strReset = 'Перевстановити';
$strResourceLimits = 'Обмеження ресурсів';
$strRevoke = 'Відмінити';
$strRevokeAndDelete = 'Відмінити всі активні права користувачів та усунути їх після цього.';
$strRevokeAndDeleteDescr = 'Користувачі все ще будуть мати право КОРИСТУВАННЯ (USAGE) до тих пір, поки не будуть перезавантажені права.';
$strRevokeMessage = 'Ви змінили привілеї для %s';
$strRowLength = 'Довжина рядка';
$strRowSize = ' Розмір рядка ';
$strRows = 'Рядки';
$strRowsFrom = 'рядків з';
$strRowsModeFlippedHorizontal = 'горизонтально (rotated headers)';
$strRowsModeHorizontal = ' горизонтально ';
$strRowsModeOptions = '-го %s і дублювати заголовки через кожні %s рядків ';
$strRowsModeVertical = ' вертикально ';
$strRowsStatistic = 'Статистика рядка';
$strRunQuery = 'Виконати запит';
$strRunSQLQuery = 'Виконати SQL запит(и) до БД %і';
$strRunning = 'на %s';
$strRussian = 'Російське';
 
$strSQL = 'SQL';
$strSQLOptions = 'SQL опції';
$strSQLParserBugMessage = 'Можливо Ви знайшли помилку в парсері SQL. Прошу детальніше перевірити чи коректно вжиті і не пропущені лапки у Вашому запиті. Іншою можливою причиною помилки може бути те що Ви завантажили файл з двійковими даними розміщеними поза взятим в лапки текстом. Спробуйте виконати Ваш запит за допомогою оболонки MySQL з командної стрічки. Повідомлення MySQL сервера про помилку подане нижче (якщо є таке) також може допомогти Вам у визначенні проблеми. Якщо у Вас все ще виникають проблеми чи парсер видає помилку, а з командної стрічки запити виконуються, прошу скоротити Ваш ввідний SQL запит до одного запиту, який власне і викликає проблеми, і відішліть повідомлення про помилку з порцією даних у розділі CUT нижче:';
$strSQLParserUserError = 'There seems to be an error in your SQL query. Повідомлення MySQL сервера про помилку подане нижче (якщо є таке) також може допомогти Вам у визначенні проблеми.';
$strSQLQuery = 'SQL-запит';
$strSQLResult = 'SQL result';
$strSQPBugInvalidIdentifer = 'Некоректний ідентифікатор';
$strSQPBugUnclosedQuote = 'Не закриті лапки';
$strSQPBugUnknownPunctuation = 'Невідомий символ пунктуації';
$strSave = 'Зберегти';
$strSaveOnServer = 'Зберегти на сервері в каталогу %s ';
$strScaleFactorSmall = 'Занадто малий масштаб щоб схема займала цілу сторінку';
$strSearch = 'Шукати';
$strSearchFormTitle = 'Шукати в базі даних';
$strSearchInTables = 'Всередині таблиць:';
$strSearchNeedle = 'Слова чи значення, які потрібно знайти (маска: "%"):';
$strSearchOption1 = 'принаймі одне з слів';
$strSearchOption2 = 'всі слова';
$strSearchOption3 = 'точну фразу';
$strSearchOption4 = 'регулярний вираз';
$strSearchResultsFor = 'Результати пошуку "<i>%s</i>" %s:';
$strSearchType = 'Знайти:';
$strSecretRequired = 'Конфігураційний файл потребує секретну фразу (пароль).';
$strSelectADb = 'Прошу вибрати БД';
$strSelectAll = 'Відмітити все';
$strSelectFields = 'Вибрати поля (щонайменше одне):';
$strSelectNumRows = 'по запиту';
$strSelectTables = 'Вибрати таблиці';
$strSend = 'Відіслати';
$strSent = 'Відправлено';
$strServer = 'Сервер';
$strServerChoice = 'Вибір сервера';
$strServerStatus = 'Інформація про роботу сервера';
$strServerStatusUptime = 'Цей MySQL сервер працює %s. Стартував %s.';
$strServerTabProcesslist = 'Процеси';
$strServerTabVariables = 'Змінні';
$strServerTrafficNotes = '<b>Трафік сервера</b>: таблиці показують статистику завантаження мережі цим MySQL сервером з моменту його запуску.';
$strServerVars = 'Змінні сервера та налаштування';
$strServerVersion = 'Версія сервера';
$strSessionValue = 'Значення сесії';
$strSetEnumVal = 'Для типів поля "enum" та "set", введіть значення згідно такого формату: \'a\',\'b\',\'c\'...<br />Якщо вам буде потрібно ввести зворотню косу риску ("\"") або поодинокі лапки ("\'") посеред цих значень, поставте перед ними зворотню косу риску (наприклад, \'\\\\xyz\' чи \'a\\\'b\').';
$strShow = 'Показати';
$strShowAll = 'Показати все';
$strShowColor = 'Показати колір';
$strShowDatadictAs = 'Формат словника';
$strShowFullQueries = 'Показати повні запити';
$strShowGrid = 'Показати сітку';
$strShowPHPInfo = 'Показати інформацію про PHP';
$strShowTableDimension = 'Показати розміри таблиць';
$strShowTables = 'Показати таблиці';
$strShowThisQuery = ' Показати даний запит знову ';
$strShowingRecords = 'Показано записи ';
$strSimplifiedChinese = 'Китайське Спрощене';
$strSingly = '(окремо)';
$strSize = 'Розмір';
$strSort = 'Посортувати';
$strSpaceUsage = 'Простір, що використовується';
$strSplitWordsWithSpace = 'Слова розділені пробілом (" ").';
$strStatCheckTime = 'Перевірено';
$strStatCreateTime = 'Створено';
$strStatUpdateTime = 'Поновлено';
$strStatement = 'Параметр';
$strStatus = 'Статус';
$strStrucCSV = 'CSV дані';
$strStrucData = 'Структуру і дані';
$strStrucDrop = 'Додати видалення таблиці';
$strStrucExcelCSV = 'CSV для даних MS Excel';
$strStrucOnly = 'Лише структуру';
$strStructPropose = 'Запропонувати структуру таблиці';
$strStructure = 'Структура';
$strSubmit = 'Виконати';
$strSuccess = 'Ваш SQL-запит було успішно виконано';
$strSum = 'Всього';
$strSwedish = 'Шведське';
$strSwitchToTable = 'Перейти до скопійованої таблиці';
 
$strTable = 'таблиця ';
$strTableComments = 'Коментар до таблиці';
$strTableEmpty = 'Порожня назва таблиці!';
$strTableHasBeenDropped = 'Таблицю %s було знищено';
$strTableHasBeenEmptied = 'Таблицю %s було очищено';
$strTableHasBeenFlushed = 'Було очищено кеш таблиці %s';
$strTableMaintenance = 'Обслговування таблиці';
$strTableOfContents = 'Зміст';
$strTableOptions = 'Налаштування таблиці';
$strTableStructure = 'Структура таблиці';
$strTableType = 'Тип таблиці';
$strTables = '%s таблиц(і)';
$strTblPrivileges = 'Права, які стосуються таблиці';
$strTextAreaLength = ' Через велику довжину,<br /> це поле не може бути відредаговано ';
$strThai = 'Тайське';
$strThisHost = 'Цей хост';
$strThisNotDirectory = 'Це не каталог';
$strThreadSuccessfullyKilled = 'Процес %s припинено.';
$strTime = 'Час';
$strToggleScratchboard = 'ввімкнути чорновик (scratchboard)';
$strTotal = 'всього';
$strTotalUC = 'Разом';
$strTraditionalChinese = 'Китайське Традиційне';
$strTraffic = 'Трафік';
$strTransformation_image_jpeg__inline = 'Відображає clickable thumbnail; опції: ширина, висота у пікселах (зберігає початкові пропорції)';
$strTransformation_image_jpeg__link = 'Відображає лінк до цього малюнку (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'Див. image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Взяти поле TIME, TIMESTAMP чи DATETIME і сформатувати його відповідно до локального формату дати. Перша опція - це інтервал (в годинах) який буде додано до часової мітки (за замовчуванням: 0). Друга опція - інший формат дати відповідно до параметрів заданих для PHP strftime().';
$strTransformation_text_plain__external = 'LINUX ONLY: Запускає зовнішню програму і подає дані через стандартний ввід. Повертає снаддартний вивід програми. За замовчуванням програмою є Tidy, яка гарно друкує HTML код. З міркувань безпеки, Вам потрібно самостійно відредагувати файл libraries/transformations/text_plain__external.inc.php та вписати програми дозволені для запуску. У такому випадку, перша опція - кількість програм, які Ви бажаєте використовувати і друга - параметри для програм. Третя опція, встановлена в 1, буде ковертувати вивід використовуючи htmlspecialchars() (за замовчуванням: 1). Четверта опція, встановлена в 1, буде додавати NOWRAP до кожної комірки контенту, так що веси вивід буде показано без переформатування (за замовчуванням: 1)';
$strTransformation_text_plain__formatted = 'Зберігає початкове форматування поля. Не вносяться модифікації.';
$strTransformation_text_plain__imagelink = 'Показує малюнок і лінк, поле містить назву файлу; перша опція - префікс, подібно до "http://domain.com/", друга - ширина в пікселах, третя - висота.';
$strTransformation_text_plain__link = 'Показує лінк, поле містить назву файлу; перша опція - префікс, подібно до "http://domain.com/", друга опція - title для лінку.';
$strTransformation_text_plain__substr = 'Показує лише частину тексту. Перша опція - це відступ який визначає з якого місця повинен початися вивід тексту (за замовчуванням: 0). Друга опція - визначає скільки тексту буде виведено. Якщо вона порожня - виводиться решта всього тексту. Третя опція - визначає які символи буде додано після виведеного текстового сегменту (за замовчуванням: ...) .';
$strTruncateQueries = 'Обрізати показані запити';
$strTurkish = 'Турецьке';
$strType = 'Тип';
 
$strUkrainian = 'Українське';
$strUncheckAll = 'Зняти усі відмітки';
$strUnicode = 'Юнікод';
$strUnique = 'Унікальне';
$strUnknown = 'невідоме';
$strUnselectAll = 'Зняти всі відмітки';
$strUpdComTab = 'За інформацією як поновити Вашу таблицю Column_comments прошу дивитись у Документації';
$strUpdatePrivMessage = 'Було змінено привілеї для';
$strUpdateProfileMessage = 'Профіль було поновлено.';
$strUpdateQuery = 'Доповнити запит';
$strUsage = 'Використання';
$strUseBackquotes = 'Зворотні лапки в назвах таблиць і полів';
$strUseHostTable = 'Використовувати Таблицю Хостів';
$strUseTables = 'Використовувати таблиці';
$strUseTextField = 'Використовувати текстове поле';
$strUser = 'Користувач';
$strUserAlreadyExists = 'Користувач %s вже існує!';
$strUserEmpty = 'Порожнє і\'мя користувача!';
$strUserName = 'Ім\'я користувача';
$strUserNotFound = 'Вказаного користувача не знайдено в таблиці прав.';
$strUserOverview = 'Огляд користувачів';
$strUsersDeleted = 'Відмічених користувачів успішно усунуто.';
$strUsersHavingAccessToDb = 'Користувачі, котрі мають доступ до &quot;%s&quot;';
 
$strValidateSQL = 'Перевірити SQL';
$strValidatorError = 'Не можу запустити перевірку SQL. Прошу проконтролювати чи заінстальовано необхідні php extensions як описано в %sдокументації%s.';
$strValue = 'Значення';
$strVar = 'Змінна';
$strViewDump = 'Переглянути дамп (схему) таблиці';
$strViewDumpDB = 'Переглянути дамп (схему) БД';
$strViewDumpDatabases = 'Переглянути dump (схему) баз даних';
 
$strWebServerUploadDirectory = 'каталог веб-сервера для завантаження файлів (upload directory)';
$strWebServerUploadDirectoryError = 'Встановлений Вами каталог для завантаження файлів недоступний';
$strWelcome = 'Ласкаво просимо до %s';
$strWestEuropean = 'Західно Європейське';
$strWildcard = 'шаблон';
$strWithChecked = 'З відміченими:';
$strWritingCommentNotPossible = 'Неможливо додати коментар';
$strWritingRelationNotPossible = 'Неможливо додати зв\'язок';
$strWrongUser = 'Невірний логін/пароль. Доступ не дозволено.';
 
$strXML = 'XML';
 
$strYes = 'Так';
 
$strZeroRemovesTheLimit = 'Примітка: Встановлення цієї опції у 0 (нуль) знімає обмеження.';
$strZip = 'запакувати в "zip"';
// To translate
 
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
 
$strUseThisValue = 'Use this value'; //to translate
$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'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/ukrainian-windows-1251.inc.php
0,0 → 1,981
<?php
/* $Id: ukrainian-windows-1251.inc.php,v 2.115.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
$charset = 'windows-1251';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('Áàéò', 'êÁ', 'ÌÁ', 'ÃÁ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Íä', 'Ïí', 'Âò', 'Ñð', '×ò', 'Ïò', 'Ñá');
$month = array('ѳ÷', 'Ëþò', 'Áåð', 'Êâò', 'Òðâ', '×ðâ', 'Ëèï', 'Ñåð', 'Âåð', 'Æîâ', 'Ëèñ', 'Ãðó');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d %Y ð., %H:%M';
 
$timespanfmt = '%s äí³â, %s ãîäèí, %s õâèëèí ³ %s ñåêóíä';
 
$strAPrimaryKey = 'Áóëî äîäàíî ïåðâèííèé êëþ÷ äî %s';
$strAbortedClients = 'Ïåðåðâàíî';
$strAbsolutePathToDocSqlDir = 'Ïðîøó çàäàòè àáñîëþòíèé øëÿõ íà âåá-ñåðâåð³ äî êàòàëîãó docSQL';
$strAccessDenied = 'Äîñòóï çàáîðîíåíî';
$strAccessDeniedExplanation = 'phpMyAdmin ñïðîáóâàâ ç\'ºäíàòèñÿ ç MySQL ñåðâåðîì, àëå ñåðâåð íå äîçâîëèâ ï³ä\'ºäíàííÿ. Ïðîøó ïåðåâ³ðèòè çíà÷åííÿ host, username òà password ó ôàéë³ config.inc.php òà âïåâíèòèñÿ, ùî âîíè â³äïîâ³äàþòü äàíèì îòðèìàíèì Âàìè â³ä àäì³í³ñòðàòîðà MySQL ñåðâåðà.';
$strAction = 'ijÿ';
$strAddDeleteColumn = 'Äîäàòè/çàáðàòè êîëîíêó êðèòåð³þ';
$strAddDeleteRow = 'Äîäàòè/çàáðàòè ðÿäîê êðèòåð³þ';
$strAddDropDatabase = 'Äîäàòè DROP DATABASE';
$strAddIntoComments = 'Äîäàòè êîìåíòàð';
$strAddNewField = 'Äîäàòè íîâå ïîëå';
$strAddPrivilegesOnDb = 'Äîäàòè ïðàâà äëÿ ö³º¿ áàçè äàíèõ';
$strAddPrivilegesOnTbl = 'Äîäàòè ïðàâà äëÿ ö³º¿ òàáëèö³';
$strAddSearchConditions = 'Äîäàòè óìîâè ïîøóêó (ò³ëî äëÿ óìîâè "where"):';
$strAddToIndex = 'Äîäàòè äî ³íäåêñó&nbsp;%s&nbsp;êîëîíîêó(è)';
$strAddUser = 'Äîäàòè íîâîãî êîðèñòóâà÷à';
$strAddUserMessage = 'Áóëî äîäàíî íîâîãî êîðèñòóâà÷à.';
$strAddedColumnComment = 'Äîäàíî êîìåíòàð äî êîëîíêè';
$strAddedColumnRelation = 'Äîäàíî çâ\'ÿçîê äëÿ êîëîíêè';
$strAdministration = 'Àäì³í³ñòðàòîð';
$strAffectedRows = 'Çàä³ÿí³ ðÿäêè:';
$strAfter = 'ϳñëÿ %s';
$strAfterInsertBack = 'Ïîâåðíóòèñü';
$strAfterInsertNewInsert = 'Âñòàâèòè íîâèé çàïèñ';
$strAll = 'Âñå';
$strAllTableSameWidth = 'ïîêàçóâàòè âñ³ òàáëèö³ îäíàêîâî¿ øèðèíè?';
$strAlterOrderBy = 'Çì³íèòè ïîðÿäîê òàáëèö³';
$strAnIndex = 'Áóëî äîäàíî ³íäåêñ äëÿ %s';
$strAnalyzeTable = 'Àíàë³ç òàáëèö³';
$strAnd = '²';
$strAny = 'Äîâ³ëüíèé';
$strAnyHost = 'Äîâ³ëüíèé õîñò';
$strAnyUser = 'Äîâ³ëüíèé êîðèñòóâà÷';
$strArabic = 'Àðàáñüêå';
$strArmenian = '³ðìåíñüêå';
$strAscending = 'Çðîñòàþ÷èé';
$strAtBeginningOfTable = 'Íà ïî÷àòêó òàáëèö³';
$strAtEndOfTable = 'Ó ê³íö³ òàáëèö³';
$strAttr = 'Àòðèáóòè';
$strAutodetect = 'Àâòîâèçíà÷åííÿ';
$strAutomaticLayout = 'Àâòîìàòè÷íèé layout';
 
$strBack = 'Íàçàä';
$strBaltic = 'Áàëò³éñüêå';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' Äâ³éêîâèé ';
$strBinaryDoNotEdit = ' Äâ³éêîâ³ äàí³ - íå ðåäàãóþòüñÿ ';
$strBookmarkDeleted = 'Çàêëàäêó áóëî âèäàëåíî.';
$strBookmarkLabel = '̳òêà';
$strBookmarkQuery = 'Çàêëàäêà íà SQL-çàïèò';
$strBookmarkThis = 'Çàêëàäêà íà äàíèé SQL-çàïèò';
$strBookmarkView = 'Ëèøå ïåðåãëÿä';
$strBrowse = 'Ïåðåãëÿíóòè';
$strBulgarian = 'Áîëãàðñüêå';
$strBzError = 'phpMyAdmin íå ìîæå ñêîìïðåñóâàòè dump ÷åðåç ïîøêîäæåíå Bz2 äîïîâíåííÿ ó ö³é âåðñ³¿ PHP. Íàïîëåãëèâî ðåêîìåíäóºì âñòàíîâèòè ó êîíô³´óðàö³éíîìó ôàéë³ Âàøîãî phpMyAdmin äèðåêòèâó <code>$cfg[\'BZipDump\']</code> íà <code>FALSE</code>. ßêùî Âè õî÷åòå âèêîðèñòîâóâàòè ìîæëèâîñò³ Bz2 êîìïðåñóâàííÿ, Âàì íåîáõ³äíî ïîíîâèòè âåðñ³þ PHP. Äèâ. äåòàëüí³øå ó ïîâ³äîìëåííÿõ ïðî ïîìèëêè %s.';
$strBzip = 'çàïàêóâàòè â "bzip"';
 
$strCSVOptions = 'CSV îïö³¿';
$strCannotLogin = 'Íå ìîæó çàðåºñòðóâàòèñÿ íà MySQL ñåðâåð³';
$strCantLoad = 'íå ìîæó çàâàíòàæèòè %s,<br />ïðîøó ïåðåâ³ðèòè êîíô³ãóðàö³þ PHP.';
$strCantLoadRecodeIconv = 'Íå ìîæó çàâàíòàæèòè iconv ÷è recode extension íåîáõ³äí³ äëÿ çì³íè charset-ó, ñêîíô³ãóðóéòå php òàê, ùîá ìîæíà áóëî âèêîðèñòîâóâàòè ö³ extensions, àáî çàáîðîí³òü çì³íó charset-ó ó phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Íåìîæëèâî ïåðåéìåíóâàòè ³íäåêñ â PRIMARY!';
$strCantUseRecodeIconv = 'Íå ìîæó âèêîðèñòàòè í³/àáî iconv, í³/àáî libiconv, í³/àáî ôóíêö³þ recode_string ïîêè áóäå çàâàíòàæåíî extension reports. Ïåðåâ³ðòå Âàøó php êîíô³ãóðàö³þ.';
$strCardinality = 'ʳëüê³ñòü åëåìåíò³â';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Ñõ³äíîªâðîïåéñüêå';
$strChange = 'Çì³íèòè';
$strChangeCopyMode = 'Ñòâîðèòè íîâîãî êîðèñòóâà÷à ç òàêèìè æ ïðàâàìè ³ ...';
$strChangeCopyModeCopy = '... çàëèøèòè ñòàðîãî.';
$strChangeCopyModeDeleteAndReload = ' ... çíèùèòè ñòàðîãî ç òàáëèö³ êîðèñòóâà÷³â òà ïåðåâàíòàæèòè ïðàâà ï³ñëÿ òîãî.';
$strChangeCopyModeJustDelete = ' ... çíèùèòè ñòàðîãî ç òàáëèö³ êîðèñòóâà÷³â.';
$strChangeCopyModeRevoke = ' ... àíóëþâàòè âñ³ àêòèâí³ ïðàâà ñòàðîãî êîðèñòóâà÷à, çíèùèâøè éîãî ï³ñëÿ òîãî.';
$strChangeCopyUser = 'Çì³íèòè ðåºñòðàö³éí³ äàí³ / Êîï³þâàòè êîðèñòóâà÷à';
$strChangeDisplay = 'Âèáåð³òü ïîëÿ äëÿ â³äîáðàæåííÿ';
$strChangePassword = 'Çì³íèòè ïàðîëü';
$strCharset = 'Íàá³ð ñèìâîë³â';
$strCharsetOfFile = 'Êîäóâàííÿ ôàéëó:';
$strCharsets = 'Êîäóâàííÿ';
$strCharsetsAndCollations = 'Íàáîðè ñèìâîë³â òà ñõåìè';
$strCheckAll = '³äì³òèòè âñå';
$strCheckPrivs = 'Ïåðåâ³ðèòè ïðàâà';
$strCheckPrivsLong = 'Ïåðåâ³ðèòè ïðàâà äëÿ áàçè äàíèõ &quot;%s&quot;.';
$strCheckTable = 'Ïåðåâ³ðèòè òàáëèöþ';
$strChoosePage = 'Ïðîøó âèáðàòè ñòîð³íêó äëÿ ðåäàãóâàííÿ';
$strColComFeat = 'Ïîêàçóâàòè êîìåíòàð³ ñòîâïö³â';
$strCollation = 'Ïîð³âíÿííÿ';
$strColumnNames = 'Íàçâè êîëîíîê';
$strColumnPrivileges = 'Ïðàâà, ÿê³ ñòîñóþòüñÿ êîëîíîê òàáëèö³';
$strCommand = 'Êîìàíäà';
$strComments = 'Êîìåíòàð³';
$strCompleteInserts = 'Ïîâíà âñòàâêà';
$strCompression = 'Ñòèñêàííÿ';
$strConfigFileError = 'phpMyAdmin íå ìîæå ïðî÷èòàòè êîíô³ãóðàö³éíèé ôàéë <br />Öå ìîæå ñòàòèñÿ ó òîìó âèïàäêó, êîëè php íàòðàïèòü íà ñèíòàêñè÷íó ïîìèëêó (parse error) ó íüîìó, àáî íå ìîæå çíàéòè ñàìîãî ôàéëó.<br />Çàâàíòàæòå êîíô³ãóðàö³éíèé ôàéë áåçïîñåðåäíüî çà äîïîìîãîþ ïîñèëàííÿ ïîäàíîãî íèæ÷å ³ ïðî÷èòàéòå îòðèìàí³ ïîâ³äîìëåííÿ ïðî ïîìèëêè (php error messages). Íàé÷àñò³øå äåñü ó ôàéë³ ïðîñòî áðàêóº ëàïîê ÷è äâîêðàïêè. <br />ßêùî Âè îòðèìàºòå ïîðîæíþ ñòîð³íêó, - çíà÷èòü âñå â ïîðÿäêó.';
$strConfigureTableCoord = 'Ïðîøó ñêîíô³´óðóâàòè êîîðäèíàòè òàáëèö³ %s';
$strConnections = 'Ç\'ºäíàíü';
$strCookiesRequired = 'Ç öüîãî ìîìåíòó Cookies ïîâèíí³ áóòè äîçâîëåí³.';
$strCopyTable = 'Ñêîï³þâàòè òàáëèöþ â (áàçà äàíèõ<b>.</b>òàáëèöÿ):';
$strCopyTableOK = 'Òàáëèöþ %s áóëî ñêîï³éîâàíî â %s.';
$strCopyTableSameNames = 'Íå ìîæó ñêîï³þâàòè òàáëèöþ ñàìó â ñåáå!';
$strCouldNotKill = 'phpMyAdmin íå ìîæå ïðèïèíèòè ïðîöåñ %s. ³í âæå íàïåâíî áóâ çóïèíåíèé.';
$strCreate = 'Ñòâîðèòè';
$strCreateIndex = 'Ñòâîðèòè ³íäåêñ íà&nbsp;%s&nbsp;êîëîíêàõ';
$strCreateIndexTopic = 'Ñòâîðèòè íîâèé ³íäåêñ';
$strCreateNewDatabase = 'Ñòâîðèòè íîâó ÁÄ';
$strCreateNewTable = 'Ñòâîðèòè íîâó òàáëèöþ â ÁÄ %s';
$strCreatePage = 'Ñòâîðèòè íîâó ñòîð³íêó';
$strCreatePdfFeat = 'Ñòâîðèòè PDF-ôàéë';
$strCriteria = 'Êðèòåð³é';
$strCroatian = 'Êðîàòñüêå';
$strCyrillic = 'Êèðèëè÷íå';
$strCzech = '×åñüêå';
 
$strDBComment = 'Êîìåíòàð áàçè äàíèõ: ';
$strDBGContext = 'Êîíòåêñò';
$strDBGContextID = 'Êîíòåêñò ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Ðÿäîê';
$strDBGMaxTimeMs = 'Ìàêñ ÷àñ, ìñ';
$strDBGMinTimeMs = '̳í ÷àñ, ìñ';
$strDBGModule = 'Ìîäóëü';
$strDBGTimePerHitMs = 'Time/Hit, ìñ';
$strDBGTotalTimeMs = 'Çàãàëüíèé ÷àñ, ìñ';
$strDanish = 'Äàíñüêå';
$strData = 'Äàí³';
$strDataDict = 'Ñëîâíèê äàíèõ';
$strDataOnly = 'Ëèøå äàí³';
$strDatabase = 'ÁÄ';
$strDatabaseExportOptions = 'Íàëàøòóâàííÿ åêñïîðòó áàçè äàíèõ';
$strDatabaseHasBeenDropped = 'Áàçó äàíèõ %s çíèùåíî.';
$strDatabaseNoTable = 'Öÿ áàçà äàíèõ íå ì³ñòèòü òàáëèöü!';
$strDatabases = 'Áàçè Äàíèõ';
$strDatabasesDropped = '%s áàç(à\è) äàíèõ óñï³øíî çíèùåíî.';
$strDatabasesStats = 'Ñòàòèñòèêà áàç äàíèõ';
$strDatabasesStatsDisable = 'Çàáîðîíèòè ñòàòèñòèêó';
$strDatabasesStatsEnable = 'Äîçâîëèòè ñòàòèñòèêó';
$strDatabasesStatsHeavyTraffic = 'Ïðèì³òêà: Àêòèâ³çàö³ÿ çáîðó ñòàòèñòèêè áàçè äàíèõ ìîæå ñïðè÷èíèòè çíà÷íèé òðàô³ê ì³æ âåá ñåðâåðîì òà áàçîþ äàíèõ MySQL.';
$strDbPrivileges = 'Ïðàâà, ÿê³ ñòîñóþòüñÿ áàçè äàíèõ';
$strDbSpecific = 'ñïåöèô³÷íèé äëÿ áàçè äàíèõ';
$strDefault = 'Ïî çàìîâ÷óâàííþ';
$strDefaultValueHelp = 'Äëÿ çíà÷åíü çà çàìîâ÷óâàííÿì, ââåä³òü ëèøå çíà÷åííÿ, áåç âèêîðèñòàííÿ çâîðîòí³õ ñëåø³â ÷è ëàïîê, ó òàêîìó ôîðìàò³: a';
$strDelOld = 'Öÿ ñòîð³íêà ìຠïîñèëàííÿ íà òàáëèöþ, ÿêî¿ âæå íåìàº. Áàæàºòå âèäàëèòè ö³ ïîñèëàííÿ?';
$strDelete = 'Âèäàëèòè';
$strDeleteAndFlush = 'Óñóíóòè êîðèñòóâà÷³â ³ ïåðåçàâàíòàæèòè ïðàâà ï³ñëÿ öüîãî.';
$strDeleteAndFlushDescr = 'Öå êðàùèé ñïîñ³á, ïðîòå ïåðåçàâàíòàæåííÿ ïðàâ ìîæå ïîòðèâàòè ïåâíèé ÷àñ.';
$strDeleted = 'Ðÿäîê âèäàëåíî';
$strDeletedRows = 'Âèäàëåíî íàñòóïí³ ðÿäêè:';
$strDeleting = 'Óñóíóòè %s';
$strDescending = 'Ñïàäàþ÷èé';
$strDescription = 'Îïèñ';
$strDictionary = 'ñëîâíèê';
$strDisabled = 'çàáëîêîâàíî';
$strDisplayFeat = 'Ïîêàçàòè ìîæëèâîñò³';
$strDisplayOrder = 'Ïîðÿäîê ïåðåãëÿäó:';
$strDisplayPDF = 'Ïîêàçàòè PDF ñõåìó';
$strDoAQuery = 'Âèêîíàòè "çàïèò çã³äíî ïðèêëàäó" (ñèìâîë ï³äñòàâíîâêè: "%")';
$strDoYouReally = 'Âè íàñïðàâä³ õî÷åòå ';
$strDocu = 'Äîêóìåíòàö³ÿ';
$strDrop = 'Çíèùèòè';
$strDropUsersDb = 'Óñóíóòè áàçè äàíèõ, ÿê³ ìàþòü òàê³ æ íàçâè ÿê ³ìåíà êîðèñòóâà÷³â.';
$strDumpSaved = 'Dump çáåðåæåíî ó ôàéë %s.';
$strDumpXRows = 'Ç´åíåðóâàòè äàìï %s ðÿäê³â ïî÷èíàþ÷è ç %s -ãî.';
$strDumpingData = 'Äàìï äàíèõ òàáëèö³';
$strDynamic = 'äèíàì³÷íèé';
 
$strEdit = 'Ðåäàãóâàòè';
$strEditPDFPages = 'Ðåäàãóâàòè PDF Ñòîð³íêè';
$strEditPrivileges = 'Ðåäàãóâàííÿ ïðèâ³ëå¿â';
$strEffective = 'Åôåêòèâí³ñòü';
$strEmpty = 'Î÷èñòèòè';
$strEmptyResultSet = 'MySQL ïîâåðíóëà ïóñòèé ðåçóëüòàò (òîáòî íóëü ðÿäê³â).';
$strEnabled = 'äîçâîëåíî';
$strEnd = 'ʳíåöü';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'Àíãë³éñüêå';
$strEnglishPrivileges = ' Çàóâàæåííÿ: ïðèâ³ëå¿ MySQL çàäàþòüñÿ ïî-àíãë³éñüêè ';
$strError = 'Ïîìèëêà';
$strEstonian = 'Åñòîíñüêå';
$strExcelOptions = 'íàëàøòóâàííÿ Excel';
$strExecuteBookmarked = 'Âèêîíàòè çáåðåæåíèé çàïèò';
$strExplain = 'Òëóìà÷èòè SQL';
$strExport = 'Åêñïîðò';
$strExtendedInserts = 'Ðîçøèðåíà âñòàâêà';
$strExtra = 'Äîäàòêîâî';
 
$strFailedAttempts = 'Íåâäàëèõ ñïðîá';
$strField = 'Ïîëå';
$strFieldHasBeenDropped = 'Ïîëå %s áóëî âèäàëåíî';
$strFields = 'Ïîëÿ';
$strFieldsEmpty = ' Ïîðîæí³é ïåðåë³ê ïîë³â! ';
$strFieldsEnclosedBy = 'Ïîëÿ âçÿòî â';
$strFieldsEscapedBy = 'Ïîëÿ åêðàíóþòüñÿ';
$strFieldsTerminatedBy = 'Ïîëÿ ðîçä³ëåí³';
$strFileAlreadyExists = 'Ôàéë %s ³ñíóº íà ñåðâåð³, ïðîøó çì³íèòè íàçâó ôàéëó, àáî â³äì³òèòè îïö³þ çàì³íè ³ñíóþ÷èõ ôàéë³â.';
$strFileCouldNotBeRead = 'Íåìîæëèâî ïðî÷èòàòè ôàéë';
$strFileNameTemplate = 'Øàáëîí íàçâè ôàéëó';
$strFileNameTemplateRemember = 'çàïàì\'ÿòàòè øàáëîí';
$strFixed = 'ô³êñîâàíèé';
$strFlushPrivilegesNote = 'Ïðèì³òêà: phpMyAdmin îòðèìóº ïðàâà êîðèñòóâà÷³â áåçïîñåðåäíüî ç òàáëèö³ ïðàâ MySQL. Çì³ñò ö³º¿ òàáëèö³ ìîæå â³äð³çíÿòèñÿ â³ä ïðàâ, ÿê³ âèêîðèñòîâóþòüñÿ ñåðâåðîì, ÿêùî â öþ òàáëèöþ âíîñèëèñÿ çì³íè âðó÷íó. Ó öüîìó âèïàäêó Âàì íåîáõ³äíî %sïåðåçàâàíòàæèòè ïðàâà%s ïåðåä ïðîäîâæåííÿì.';
$strFlushTable = 'Î÷èñòèòè êåø òàáëèö³ ("FLUSH")';
$strFormEmpty = 'Íå çàäàíî çíà÷åííÿ äëÿ ôîðìè!';
$strFormat = 'Ôîðìàò';
$strFullText = 'Ïîâí³ òåêñòè';
$strFunction = 'Ôóíêö³ÿ';
 
$strGenBy = 'Çãåíåðîâàíî';
$strGenTime = '×àñ ñòâîðåííÿ';
$strGeneralRelationFeat = 'Çàãàëüí³ ìîæëèâîñò³';
$strGerman = 'ͳìåöüêå';
$strGlobal = 'ãëîáàëüíèé';
$strGlobalPrivileges = 'Ãëîáàëüí³ ïðàâà';
$strGlobalValue = 'Çàãàëüíå çíà÷åííÿ';
$strGo = 'Âïåðåä';
$strGrantOption = 'Grant';
$strGreek = 'Ãðåöüêå';
$strGzip = 'çàïàêóâàòè â "gzip"';
 
$strHasBeenAltered = 'áóëà çì³íåíà.';
$strHasBeenCreated = 'áóëà ñòâîðåíà.';
$strHaveToShow = 'Íåîáõ³äíî âèáðàòè ïðèíàéì³ îäèí Ñòîâï÷èê äëÿ ïîêàçó';
$strHebrew = '²âðèò';
$strHome = 'Íà ïî÷àòîê';
$strHomepageOfficial = 'Îô³ö³éíà ñòîð³íêà phpMyAdmin';
$strHost = 'Õîñò';
$strHostEmpty = 'Ïîðîæíº ³ì\'ÿ õîñòà!';
$strHungarian = 'Ìàäÿðñüêå';
 
$strId = 'ID';
$strIdxFulltext = 'ÏîâíÒåêñò';
$strIgnore = '²ãíîðóðîâàòè';
$strIgnoringFile = 'Ïðî³´íîðîâàíî ôàéë %s';
$strImportDocSQL = '²ìïîðòóâàòè docSQL ôàéëè';
$strImportFiles = '²ìïîðò ôàéë³â';
$strInUse = 'âèêîðèñòîâóºòüñÿ';
$strIndex = '²íäåêñ';
$strIndexHasBeenDropped = '²íäåêñ %s áóëî çíèùåíî';
$strIndexName = 'Íàçâà ³íäåêñà&nbsp;:';
$strIndexType = 'Òèï ³íäåêñà&nbsp;:';
$strIndexes = '²íäåêñè';
$strInnodbStat = 'Ñòàòóñ InnoDB';
$strInsecureMySQL = 'Âàø ôàéë êîíô³´óðàö³¿ ì³ñòèòü ïàðàìåòðè (root áåç ïàðîëþ) ÿê³ â³äïîâ³äàþòü ïðèâ³ëåéîâàíîìó êîðèñòóâà÷ó MySQL. Âàø MySQL ñåðâåð ó öüîìó âèïàäêó â³äêðèòèé äëÿ âòîðãíåííÿ ³ òîìó Âàì îáîâ\'ÿçêîâî ñë³ä âèïðàâèòè öþ ïðîãàëèíó ó áåçïåö³.';
$strInsert = 'Âñòàâèòè';
$strInsertAsNewRow = 'Âñòàâèòè ÿê íîâèé ðÿäîê';
$strInsertNewRow = 'Âñòàâèòè íîâèé ðÿäîê';
$strInsertedRowId = 'Âñòàâëåíî ðÿäîê id:';
$strInsertedRows = 'Äîäàí³ ðÿäêè:';
 
$strJapanese = 'ßïîíñüêå';
$strJumpToDB = 'Ïåðåéòè äî áàçè äàíèõ &quot;%s&quot;.';
$strJustDelete = 'Ùîéíî óñóíóòî êîðèñòóâà÷³â ç òàáëèö³ ïðàâ.';
$strJustDeleteDescr = '&quot;Óñóíóò³&quot; êîðèñòóâà÷³ âñå ùå ìàòèìóòü äîñòóï äî ñåðâåðà äî òèõ ï³ð, ïîêè íå áóäóòü ïåðåçàâàíòàæåí³ ïðàâà.';
 
$strKeepPass = 'Íå çì³íþâàòè ïàðîëü';
$strKeyname = '²ì\'ÿ êëþ÷à';
$strKill = 'Âáèòè';
$strKorean = 'Êîðåéñüêå';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'îïö³¿ LaTeX';
$strLandscape = 'Landscape';
$strLengthSet = 'Äîâæèíè/Çíà÷åííÿ*';
$strLimitNumRows = 'çàïèñ³â íà ñòîð³íö³';
$strLinesTerminatedBy = 'Ðÿäêè ðîçä³ëåíî';
$strLinkNotFound = '˳íê íå çíàéäåíî';
$strLinksTo = '˳íêè äî';
$strLithuanian = 'Ëèòîâñüêå';
$strLocalhost = 'Ëîêàëüíèé';
$strLocationTextfile = 'âêàæ³òü ðîçòàøóâàííÿ òåêñòîâîãî ôàéëó';
$strLogPassword = 'Ïàðîëü:';
$strLogUsername = '²ì\'ÿ êîðèñòóâà÷à:';
$strLogin = 'Âõ³ä â ñèñòåìó';
$strLoginInformation = 'Âõ³äíà ³íôîðìàö³ÿ (Login)';
$strLogout = 'Âèéòè ç ñèñòåìè';
 
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Äîñòóïí³ MIME-types';
$strMIME_available_transform = 'Äîñòóïí³ ïåðåòâîðåííÿ';
$strMIME_description = 'Îïèñ';
$strMIME_nodescription = 'Íåìຠîïèñó äëÿ öüîãî ïåðåòâîðåííÿ.<br />Ïðîøó ïèòàòèñÿ àâòîðà, ùî ðîáèòü %s.';
$strMIME_transformation = 'Ïåðåòâîðåííÿ ̲ÌÅ-òèïó áðîâçåðîì';
$strMIME_transformation_note = 'Ùîá îòðèìàòè ñïèñîê ìîæëèâèõ îïö³é ³ ¿õ MIME-type ïåðåòâîðåíü, íàòèñí³òü %sîïèñè ïåðåòâîðåíü%s';
$strMIME_transformation_options = 'Îïö³¿ ïåðåòâîðåííÿ';
$strMIME_transformation_options_note = 'Ïðîøó âïèñàòè çíà÷åííÿ îïö³é ïåðåòâîðåííÿ ó òàêîìó ôîðìàò³: \'a\',\'b\',\'c\'...<br />ßêùî íåîáõ³äíî ïîäàòè çâîðîòí³é ñëåø ("\") ÷è ïîîäèíîê³ ëàïêè ("\'") ó öèõ çíà÷åííÿõ, ïîñòàâòå ïåðåä íèìè äîäàòêîâèé çâîðîòí³é ñëåø (íàïðèêëàä \'\\\\xyz\' ÷è \'a\\\'b\').';
$strMIME_without = 'MIME-types ïîäàí³ êóðñèâîì íå ìàþòü îêðåìèõ ôóíêö³é ïåðåòâîðåííÿ';
$strModifications = 'Ìîäèô³êàö³¿ áóëî çáåðåæåíî';
$strModify = 'Çì³íèòè';
$strModifyIndexTopic = 'Çì³íèòè ³íäåêñ';
$strMoveTable = 'Ïåðåíåñòè òàáëèöþ â (áàçà äàíèõ<b>.</b>òàáëèöÿ):';
$strMoveTableOK = 'Òàáëèöþ %s áóëî ïåðåíåñåíî â %s.';
$strMoveTableSameNames = 'Íå ìîæó ïåðåíåñòè òàáëèöþ ñàìó â ñåáå!';
$strMultilingual = 'áàãàòîìîâí³';
$strMySQLCharset = 'MySQL Charset';
$strMySQLSaid = '³äïîâ³äü MySQL: ';
$strMySQLShowProcess = 'Ïîêàçàòè ïðîöåñè';
$strMySQLShowStatus = 'Ïîêàçàòè ñòàí MySQL';
$strMySQLShowVars = 'Ïîêàçàòè ñèñòåìí³ çì³íí³ MySQL';
 
$strName = 'Íàçâà';
$strNext = 'Äàëüøå';
$strNo = 'ͳ';
$strNoDatabases = 'ÁÄ â³äñóòí³';
$strNoDatabasesSelected = 'Íå âèáðàíî áàçè äàíèõ.';
$strNoDescription = 'áåç îïèñó';
$strNoDropDatabases = 'Îïåðàòîðè "DROP DATABASE" çàáîðîíåí³.';
$strNoExplain = 'Íå òëóìà÷èòè SQL';
$strNoFrames = 'Äëÿ ðîáîòè phpMyAdmin ïîòð³áíî áðàóçåð ç ï³äòðèìêîþ <b>ôðåéì³â</b>.';
$strNoIndex = '²íäåêñ íå âèçíà÷åíî!';
$strNoIndexPartsDefined = 'Íå âèçíà÷åíî ÷àñòèíè ³íäåêñà!';
$strNoModification = 'Çì³í íåìàº';
$strNoOptions = 'Öåé ôîðìàò íå ìຠîïö³é';
$strNoPassword = 'Áåç ïàðîëþ';
$strNoPermission = 'Âåá-ñåðâåð íå ìຠïðèâ³ëå¿â äëÿ çáåðåæåííÿ ôàéëó %s.';
$strNoPhp = 'áåç PHP êîäó';
$strNoPrivileges = 'Áåç ïðèâ³ëå¿â';
$strNoRights = 'Âè äëÿ öüîãî ìàºòå íåäîñòàòíüî ïðàâ!';
$strNoSpace = 'Áðàêóº ì³ñöÿ äëÿ çáåðåæåííÿ ôàéëó %s.';
$strNoTablesFound = 'Â ÁÄ íå âèÿâëåíî òàáëèöü.';
$strNoUsersFound = 'Íå çíàéäåíî êîðèñòóâà÷à.';
$strNoValidateSQL = 'Íå ïåðåâ³ðÿòè SQL';
$strNone = 'Íåìàº';
$strNotNumber = 'Öå íå ÷èñëî!';
$strNotOK = 'íå OK';
$strNotSet = 'Òàáëèöþ <b>%s</b> íå çíàéäåíî àáî íå âèçíà÷åíî ó %s';
$strNull = 'Íóëü';
$strNumSearchResultsInTable = '%s ñï³âïàä³ííÿ ó òàáëèö³ <i>%s</i>';
$strNumSearchResultsTotal = '<b>Ðàçîì:</b> <i>%s</i> ñï³âïàä³ííÿ';
$strNumTables = 'Òàáëèöü';
 
$strOK = 'OK';
$strOperations = 'Îïåðàö³é';
$strOptimizeTable = 'Îïòèì³çóâàòè òàáëèöþ';
$strOr = 'àáî';
$strOverhead = 'Íàäì³ðí³ âèäàòêè';
$strOverwriteExisting = 'Çàì³íÿòè ³ñíóþ÷³ ôàéëè';
 
$strPHP40203 = 'Âè âèêîðèñòîâóºòå âåðñ³þ PHP 4.2.3, ÿêà ìຠñåðéîçíó ïîìèëêó ïðè ðîáîò³ ç multi-byte strings (mbstring). Äèâ PHP bug report 19404. Öþ âåðñ³þ PHP íå ðåêîìåíäóºòüñÿ âèêîðèñòîâóâàòè ç phpMyAdmin.';
$strPHPVersion = 'Âåðñ³ÿ PHP';
$strPageNumber = 'Íîìåð ñòîð³íêè:';
$strPaperSize = 'Ôîðìàò ïàïåðó';
$strPartialText = '×àñòêîâ³ òåêñòè';
$strPassword = 'Ïàðîëü';
$strPasswordChanged = 'Ïàðîëü äëÿ %s óñï³øíî çì³íåíî.';
$strPasswordEmpty = 'Ïîðîæí³é ïàðîëü!';
$strPasswordNotSame = 'Ïàðîë³ íå îäíàêîâ³!';
$strPdfDbSchema = 'Ñõåìà áàçè äàíèõ "%s" - Ñòîð³íêà %s';
$strPdfInvalidTblName = 'Òàáëèö³ "%s" íå ³ñíóº!';
$strPdfNoTables = 'Òàáëèöü íåìàº';
$strPerHour = 'çà ãîäèíó';
$strPerMinute = 'çà õâèëèíó';
$strPerSecond = 'çà ñåêóíäó';
$strPhoneBook = 'òåëåôîííà êíèãà';
$strPhp = 'Ñòâîðèòè PHP êîä';
$strPmaDocumentation = 'Äîêóìåíòàö³ÿ ïî phpMyAdmin';
$strPmaUriError = 'Çì³ííà <tt>$cfg[\'PmaAbsoluteUri\']</tt> ÏÎÂÈÍÍÀ áóòè âñòàíîâëåíà ó Âàøîìó êîíô³´óðàö³éíîìó ôàéë³!';
$strPortrait = 'Portrait';
$strPos1 = 'Ïî÷àòîê';
$strPrevious = 'Íàçàä';
$strPrimary = 'Ïåðâèííèé';
$strPrimaryKeyHasBeenDropped = 'Ïåðâèííèé êëþ÷ áóëî çíèùåíî';
$strPrimaryKeyName = '²ì\'ÿ ïåðâèííîãî êëþ÷à ïîâèííî áóòè PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ïîâèííî</b> áóòè ³ìåíåì <b>ëèøå</b> ïåðâèííîãî êëþ÷à!)';
$strPrint = 'Äðóê';
$strPrintView = 'Âåðñ³ÿ äëÿ äðóêó';
$strPrivDescAllPrivileges = 'Äîçâîëèòè âñ³ ïðàâà çà âèíÿòêîì GRANT.';
$strPrivDescAlter = 'Äîçâîëèòè çì³íþâàòè ñòðóêòóðó íàÿâíèõ òàáëèöü.';
$strPrivDescCreateDb = 'Äîçâîëèòè ñòâîðþâàòè íîâ³ áàçè äàíèõ òà òàáëèö³.';
$strPrivDescCreateTbl = 'Äîçâîëèòè ñòâîðþâàòè íîâ³ òàáëèö³.';
$strPrivDescCreateTmpTable = 'Äîçâîëèòè ñòâîðþâàòè òèì÷àñîâ³ òàáëèö³.';
$strPrivDescDelete = 'Äîçâîëèòè çíèùóâàòè äàí³ ç òàáëèöü.';
$strPrivDescDropDb = 'Äîçâîëèòè çíèùóâàòè áàçè äàíèõ òà òàáëèö³.';
$strPrivDescDropTbl = 'Äîçâîëèòè çíèùóâàòè òàáëèö³.';
$strPrivDescExecute = 'Äîçâîëèòè âèêîíàííÿ çáåðåæåíèõ ïðîöåäóð; Íååôåêòèâíî äëÿ ö³º¿ âåðñ³¿ MySQL.';
$strPrivDescFile = 'Äîçâîëèòè ³ìïîðò äàíèõ ç ôàéë³â, òà åêñïîðò ó ôàéëè.';
$strPrivDescGrant = 'Äîçâîëèòè äîäàâàííÿ êîðèñòóâà÷³â òà ïðàâ áåç ïåðåçàâàíòàæåííÿ òàáëèö³ ïðàâ.';
$strPrivDescIndex = 'Äîçâîëèòè ñòâîðåííÿ òà çíèùåííÿ ³íäåêñ³â.';
$strPrivDescInsert = 'Äîçâîëèòè âñòàâêó òà çàì³íó äàíèõ.';
$strPrivDescLockTables = 'Äîçâîëèòè áëîêóâàííÿ òàáëèöü äëÿ á³æó÷èõ ïîòîê³â.';
$strPrivDescMaxConnections = 'Îáìåæèòè ê³ëüê³ñòü íîâèõ ï³ä\'ºäíàíü, ÿê³ êîðèñòóâà÷ ìîæå ñòâîðþâàòè ïðîòÿãîì ãîäèíè.';
$strPrivDescMaxQuestions = 'Îáìåæèòè ê³ëüê³ñòü çàïèò³â, ÿê³ êîðèñòóâà÷ ìîæå íàä³ñëàòè ñåðâåðó ïðîòÿãîì ãîäèíè.';
$strPrivDescMaxUpdates = 'Îáìåæèòè ê³ëüê³ñòü êîìàíä, ùî âíîñÿòü çì³íè äî áóäü-ÿêî¿ òàáëèö³ ÷è áàçè äàíèõ, ÿê³ êîðèñòóâà÷ ìîæå âèêîíàòè ïðîòÿãîì ãîäèíè.';
$strPrivDescProcess3 = 'Äîçâîëèòè ïðèïèíÿòè ïðîöåñè ³íøèõ êîðèñòóâà÷³â.';
$strPrivDescProcess4 = 'Äîçâîëèòè ïåðåãëÿä ïîâíèõ çàïèò³â ó ñïèñêó ïðîöåñ³â.';
$strPrivDescReferences = 'Íååôåêòèâíî äëÿ ö³º¿ âåðñ³¿ MySQL.';
$strPrivDescReload = 'Äîçâîëèòè ïåðåçàâàíòàæåííÿ óñòàíîâîê òà î÷èùåííÿ êåøó ñåðâåðà.';
$strPrivDescReplClient = 'Íàäàòè êîðèñòóâà÷ó ïðàâî çàïèòóâàòè äå º slaves / masters.';
$strPrivDescReplSlave = 'Íåîáõ³äíî äëÿ ðåïë³êàö³¿ slaves.';
$strPrivDescSelect = 'Äîçâîëèòè ÷èòàííÿ äàíèõ.';
$strPrivDescShowDb = 'Íàäàòè äîñòóï äî ïîâíîãî ñïèñêó áàç äàíèõ.';
$strPrivDescShutdown = 'Äîçâîëèòè âèìêíåííÿ ñåðâåðà.';
$strPrivDescSuper = 'Äîçâîëèòè ï³ä\'ºäíàííÿ, íàâ³òü ÿêùî äîñÿãíóòî ìàêñèìàëüíî¿ ê³ëüêîñò³ ï³ä\'ºäíàíü; Îáîâ\'ÿçêîâî äëÿ á³ëüøîñò³ àäì³í³ñòðàòèâíèõ îïåðàö³é òàêèõ ÿê âñòàíîâëåííÿ ´ëîáàëüíèõ çì³ííèõ ÷è ïðèïèíåííÿ ïðîöåñ³â ³íøèõ êîðèñòóâà÷³â.';
$strPrivDescUpdate = 'Äîçâîëèòè çì³íó äàíèõ.';
$strPrivDescUsage = 'Íåìຠïðàâ.';
$strPrivileges = 'Ïðèâ³ëå¿';
$strPrivilegesReloaded = 'Ïðàâà óñï³øíî ïåðåçàâàíòàæåíî.';
$strProcesslist = 'Ñïèñîê ïðîöåñ³â';
$strPutColNames = 'Äàòè íàçâè ïîë³â ó ïåðøîìó ðÿäêó';
 
$strQBE = 'Çàïèò çã³äíî ïðèêëàäó';
$strQBEDel = 'Âèäàëèòè';
$strQBEIns = 'Âñòàâèòè';
$strQueryFrame = '³êíî çàïèòó';
$strQueryOnDb = 'SQL-çàïèò äî ÁÄ <b>%s</b>:';
$strQuerySQLHistory = 'SQL-history';
$strQueryStatistics = '<b>Ñòàòèñòèêà çàïèò³â</b>: Ç ìîìåíòó çàïóñêó, äî ñåðâåðà áóëî íàä³ñëàíî %s çàïèò³â.';
$strQueryTime = 'Çàïèò âèêîíóâàâñÿ %01.4f ñåê';
$strQueryType = 'Òèï çàïèòó';
$strQueryWindowLock = 'Íå ïåðåêðèâàòè öåé çàïèò â ³íøèõ â³êíàõ';
 
$strReType = 'ϳäòâåðäæåííÿ';
$strReceived = 'Îòðèìàíî';
$strRecords = 'Çàïèñè';
$strReferentialIntegrity = 'Ïåðåâ³ð ö³ë³ñí³ñòü äàíèõ íà ð³âí³ ïîñèëàíü:';
$strRelationNotWorking = 'Äîäàòêîâà ìîæëèâ³ñòü ðîáîòè ³ç çàë³íêîâàíèìè òàáëèöÿìè äåàêòèâîâàíà. Äëÿ òîãî, ùîá äîâ³äàòèñü ÷îìó, íàòèñí³òü %sòóò%s.';
$strRelationView = 'Ïåðåãëÿä çàëåæíîñòåé';
$strRelationalSchema = 'Ñõåìà çâ\'ÿçê³â';
$strRelations = 'Çâ\'ÿçêè';
$strReloadMySQL = 'Ïåðåçàâàíòàæèòè MySQL';
$strReloadingThePrivileges = 'Ïåðåçàâàíòàæåííÿ ïðàâ';
$strRemoveSelectedUsers = 'Óñóíóòè â³äì³÷åíèõ êîðèñòóâà÷³â';
$strRenameTable = 'Ïåðåéìåíóâàòè òàáëèöþ â';
$strRenameTableOK = 'Òàáëèöþ %s áóëî ïåðåéìåíîâàíî â %s';
$strRepairTable = 'Ðåìîíòóâàòè òàáëèöþ';
$strReplaceNULLBy = 'Çàì³íèòè NULL íà';
$strReplaceTable = 'Çàì³íèòè äàí³ òàáëèö³ äàíèìè ç ôàéëó';
$strReset = 'Ïåðåâñòàíîâèòè';
$strResourceLimits = 'Îáìåæåííÿ ðåñóðñ³â';
$strRevoke = '³äì³íèòè';
$strRevokeAndDelete = '³äì³íèòè âñ³ àêòèâí³ ïðàâà êîðèñòóâà÷³â òà óñóíóòè ¿õ ï³ñëÿ öüîãî.';
$strRevokeAndDeleteDescr = 'Êîðèñòóâà÷³ âñå ùå áóäóòü ìàòè ïðàâî ÊÎÐÈÑÒÓÂÀÍÍß (USAGE) äî òèõ ï³ð, ïîêè íå áóäóòü ïåðåçàâàíòàæåí³ ïðàâà.';
$strRevokeMessage = 'Âè çì³íèëè ïðèâ³ëå¿ äëÿ %s';
$strRowLength = 'Äîâæèíà ðÿäêà';
$strRowSize = ' Ðîçì³ð ðÿäêà ';
$strRows = 'Ðÿäêè';
$strRowsFrom = 'ðÿäê³â ç';
$strRowsModeFlippedHorizontal = 'ãîðèçîíòàëüíî (rotated headers)';
$strRowsModeHorizontal = ' ãîðèçîíòàëüíî ';
$strRowsModeOptions = '-ãî %s ³ äóáëþâàòè çàãîëîâêè ÷åðåç êîæí³ %s ðÿäê³â ';
$strRowsModeVertical = ' âåðòèêàëüíî ';
$strRowsStatistic = 'Ñòàòèñòèêà ðÿäêà';
$strRunQuery = 'Âèêîíàòè çàïèò';
$strRunSQLQuery = 'Âèêîíàòè SQL çàïèò(è) äî ÁÄ %³';
$strRunning = 'íà %s';
$strRussian = 'Ðîñ³éñüêå';
 
$strSQL = 'SQL';
$strSQLOptions = 'SQL îïö³¿';
$strSQLParserBugMessage = 'Ìîæëèâî Âè çíàéøëè ïîìèëêó â ïàðñåð³ SQL. Ïðîøó äåòàëüí³øå ïåðåâ³ðèòè ÷è êîðåêòíî âæèò³ ³ íå ïðîïóùåí³ ëàïêè ó Âàøîìó çàïèò³. ²íøîþ ìîæëèâîþ ïðè÷èíîþ ïîìèëêè ìîæå áóòè òå ùî Âè çàâàíòàæèëè ôàéë ç äâ³éêîâèìè äàíèìè ðîçì³ùåíèìè ïîçà âçÿòèì â ëàïêè òåêñòîì. Ñïðîáóéòå âèêîíàòè Âàø çàïèò çà äîïîìîãîþ îáîëîíêè MySQL ç êîìàíäíî¿ ñòð³÷êè. Ïîâ³äîìëåííÿ MySQL ñåðâåðà ïðî ïîìèëêó ïîäàíå íèæ÷å (ÿêùî º òàêå) òàêîæ ìîæå äîïîìîãòè Âàì ó âèçíà÷åíí³ ïðîáëåìè. ßêùî ó Âàñ âñå ùå âèíèêàþòü ïðîáëåìè ÷è ïàðñåð âèäຠïîìèëêó, à ç êîìàíäíî¿ ñòð³÷êè çàïèòè âèêîíóþòüñÿ, ïðîøó ñêîðîòèòè Âàø ââ³äíèé SQL çàïèò äî îäíîãî çàïèòó, ÿêèé âëàñíå ³ âèêëèêຠïðîáëåìè, ³ â³ä³øë³òü ïîâ³äîìëåííÿ ïðî ïîìèëêó ç ïîðö³ºþ äàíèõ ó ðîçä³ë³ CUT íèæ÷å:';
$strSQLParserUserError = 'There seems to be an error in your SQL query. Ïîâ³äîìëåííÿ MySQL ñåðâåðà ïðî ïîìèëêó ïîäàíå íèæ÷å (ÿêùî º òàêå) òàêîæ ìîæå äîïîìîãòè Âàì ó âèçíà÷åíí³ ïðîáëåìè.';
$strSQLQuery = 'SQL-çàïèò';
$strSQLResult = 'SQL result';
$strSQPBugInvalidIdentifer = 'Íåêîðåêòíèé ³äåíòèô³êàòîð';
$strSQPBugUnclosedQuote = 'Íå çàêðèò³ ëàïêè';
$strSQPBugUnknownPunctuation = 'Íåâ³äîìèé ñèìâîë ïóíêòóàö³¿';
$strSave = 'Çáåðåãòè';
$strSaveOnServer = 'Çáåðåãòè íà ñåðâåð³ â êàòàëîãó %s ';
$strScaleFactorSmall = 'Çàíàäòî ìàëèé ìàñøòàá ùîá ñõåìà çàéìàëà ö³ëó ñòîð³íêó';
$strSearch = 'Øóêàòè';
$strSearchFormTitle = 'Øóêàòè â áàç³ äàíèõ';
$strSearchInTables = 'Âñåðåäèí³ òàáëèöü:';
$strSearchNeedle = 'Ñëîâà ÷è çíà÷åííÿ, ÿê³ ïîòð³áíî çíàéòè (ìàñêà: "%"):';
$strSearchOption1 = 'ïðèíàéì³ îäíå ç ñë³â';
$strSearchOption2 = 'âñ³ ñëîâà';
$strSearchOption3 = 'òî÷íó ôðàçó';
$strSearchOption4 = 'ðåãóëÿðíèé âèðàç';
$strSearchResultsFor = 'Ðåçóëüòàòè ïîøóêó "<i>%s</i>" %s:';
$strSearchType = 'Çíàéòè:';
$strSecretRequired = 'Êîíô³ãóðàö³éíèé ôàéë ïîòðåáóº ñåêðåòíó ôðàçó (ïàðîëü).';
$strSelectADb = 'Ïðîøó âèáðàòè ÁÄ';
$strSelectAll = '³äì³òèòè âñå';
$strSelectFields = 'Âèáðàòè ïîëÿ (ùîíàéìåíøå îäíå):';
$strSelectNumRows = 'ïî çàïèòó';
$strSelectTables = 'Âèáðàòè òàáëèö³';
$strSend = '³ä³ñëàòè';
$strSent = '³äïðàâëåíî';
$strServer = 'Ñåðâåð';
$strServerChoice = 'Âèá³ð ñåðâåðà';
$strServerStatus = '²íôîðìàö³ÿ ïðî ðîáîòó ñåðâåðà';
$strServerStatusUptime = 'Öåé MySQL ñåðâåð ïðàöþº %s. Ñòàðòóâàâ %s.';
$strServerTabProcesslist = 'Ïðîöåñè';
$strServerTabVariables = 'Çì³íí³';
$strServerTrafficNotes = '<b>Òðàô³ê ñåðâåðà</b>: òàáëèö³ ïîêàçóþòü ñòàòèñòèêó çàâàíòàæåííÿ ìåðåæ³ öèì MySQL ñåðâåðîì ç ìîìåíòó éîãî çàïóñêó.';
$strServerVars = 'Çì³íí³ ñåðâåðà òà íàëàøòóâàííÿ';
$strServerVersion = 'Âåðñ³ÿ ñåðâåðà';
$strSessionValue = 'Çíà÷åííÿ ñåñ³¿';
$strSetEnumVal = 'Äëÿ òèï³â ïîëÿ "enum" òà "set", ââåä³òü çíà÷åííÿ çã³äíî òàêîãî ôîðìàòó: \'a\',\'b\',\'c\'...<br />ßêùî âàì áóäå ïîòð³áíî ââåñòè çâîðîòíþ êîñó ðèñêó ("\"") àáî ïîîäèíîê³ ëàïêè ("\'") ïîñåðåä öèõ çíà÷åíü, ïîñòàâòå ïåðåä íèìè çâîðîòíþ êîñó ðèñêó (íàïðèêëàä, \'\\\\xyz\' ÷è \'a\\\'b\').';
$strShow = 'Ïîêàçàòè';
$strShowAll = 'Ïîêàçàòè âñå';
$strShowColor = 'Ïîêàçàòè êîë³ð';
$strShowDatadictAs = 'Ôîðìàò ñëîâíèêà';
$strShowFullQueries = 'Ïîêàçàòè ïîâí³ çàïèòè';
$strShowGrid = 'Ïîêàçàòè ñ³òêó';
$strShowPHPInfo = 'Ïîêàçàòè ³íôîðìàö³þ ïðî PHP';
$strShowTableDimension = 'Ïîêàçàòè ðîçì³ðè òàáëèöü';
$strShowTables = 'Ïîêàçàòè òàáëèö³';
$strShowThisQuery = ' Ïîêàçàòè äàíèé çàïèò çíîâó ';
$strShowingRecords = 'Ïîêàçàíî çàïèñè ';
$strSimplifiedChinese = 'Êèòàéñüêå Ñïðîùåíå';
$strSingly = '(îêðåìî)';
$strSize = 'Ðîçì³ð';
$strSort = 'Ïîñîðòóâàòè';
$strSpaceUsage = 'Ïðîñò³ð, ùî âèêîðèñòîâóºòüñÿ';
$strSplitWordsWithSpace = 'Ñëîâà ðîçä³ëåí³ ïðîá³ëîì (" ").';
$strStatCheckTime = 'Ïåðåâ³ðåíî';
$strStatCreateTime = 'Ñòâîðåíî';
$strStatUpdateTime = 'Ïîíîâëåíî';
$strStatement = 'Ïàðàìåòð';
$strStatus = 'Ñòàòóñ';
$strStrucCSV = 'CSV äàí³';
$strStrucData = 'Ñòðóêòóðó ³ äàí³';
$strStrucDrop = 'Äîäàòè âèäàëåííÿ òàáëèö³';
$strStrucExcelCSV = 'CSV äëÿ äàíèõ MS Excel';
$strStrucOnly = 'Ëèøå ñòðóêòóðó';
$strStructPropose = 'Çàïðîïîíóâàòè ñòðóêòóðó òàáëèö³';
$strStructure = 'Ñòðóêòóðà';
$strSubmit = 'Âèêîíàòè';
$strSuccess = 'Âàø SQL-çàïèò áóëî óñï³øíî âèêîíàíî';
$strSum = 'Âñüîãî';
$strSwedish = 'Øâåäñüêå';
$strSwitchToTable = 'Ïåðåéòè äî ñêîï³éîâàíî¿ òàáëèö³';
 
$strTable = 'òàáëèöÿ ';
$strTableComments = 'Êîìåíòàð äî òàáëèö³';
$strTableEmpty = 'Ïîðîæíÿ íàçâà òàáëèö³!';
$strTableHasBeenDropped = 'Òàáëèöþ %s áóëî çíèùåíî';
$strTableHasBeenEmptied = 'Òàáëèöþ %s áóëî î÷èùåíî';
$strTableHasBeenFlushed = 'Áóëî î÷èùåíî êåø òàáëèö³ %s';
$strTableMaintenance = 'Îáñëãîâóâàííÿ òàáëèö³';
$strTableOfContents = 'Çì³ñò';
$strTableOptions = 'Íàëàøòóâàííÿ òàáëèö³';
$strTableStructure = 'Ñòðóêòóðà òàáëèö³';
$strTableType = 'Òèï òàáëèö³';
$strTables = '%s òàáëèö(³)';
$strTblPrivileges = 'Ïðàâà, ÿê³ ñòîñóþòüñÿ òàáëèö³';
$strTextAreaLength = ' ×åðåç âåëèêó äîâæèíó,<br /> öå ïîëå íå ìîæå áóòè â³äðåäàãîâàíî ';
$strThai = 'Òàéñüêå';
$strThisHost = 'Öåé õîñò';
$strThisNotDirectory = 'Öå íå êàòàëîã';
$strThreadSuccessfullyKilled = 'Ïðîöåñ %s ïðèïèíåíî.';
$strTime = '×àñ';
$strToggleScratchboard = 'ââ³ìêíóòè ÷îðíîâèê (scratchboard)';
$strTotal = 'âñüîãî';
$strTotalUC = 'Ðàçîì';
$strTraditionalChinese = 'Êèòàéñüêå Òðàäèö³éíå';
$strTraffic = 'Òðàô³ê';
$strTransformation_image_jpeg__inline = '³äîáðàæຠclickable thumbnail; îïö³¿: øèðèíà, âèñîòà ó ï³êñåëàõ (çáåð³ãຠïî÷àòêîâ³ ïðîïîðö³¿)';
$strTransformation_image_jpeg__link = '³äîáðàæຠë³íê äî öüîãî ìàëþíêó (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'Äèâ. image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Âçÿòè ïîëå TIME, TIMESTAMP ÷è DATETIME ³ ñôîðìàòóâàòè éîãî â³äïîâ³äíî äî ëîêàëüíîãî ôîðìàòó äàòè. Ïåðøà îïö³ÿ - öå ³íòåðâàë (â ãîäèíàõ) ÿêèé áóäå äîäàíî äî ÷àñîâî¿ ì³òêè (çà çàìîâ÷óâàííÿì: 0). Äðóãà îïö³ÿ - ³íøèé ôîðìàò äàòè â³äïîâ³äíî äî ïàðàìåòð³â çàäàíèõ äëÿ PHP strftime().';
$strTransformation_text_plain__external = 'LINUX ONLY: Çàïóñêຠçîâí³øíþ ïðîãðàìó ³ ïîäຠäàí³ ÷åðåç ñòàíäàðòíèé ââ³ä. Ïîâåðòຠñíàääàðòíèé âèâ³ä ïðîãðàìè. Çà çàìîâ÷óâàííÿì ïðîãðàìîþ º Tidy, ÿêà ãàðíî äðóêóº HTML êîä. Ç ì³ðêóâàíü áåçïåêè, Âàì ïîòð³áíî ñàìîñò³éíî â³äðåäàãóâàòè ôàéë libraries/transformations/text_plain__external.inc.php òà âïèñàòè ïðîãðàìè äîçâîëåí³ äëÿ çàïóñêó. Ó òàêîìó âèïàäêó, ïåðøà îïö³ÿ - ê³ëüê³ñòü ïðîãðàì, ÿê³ Âè áàæàºòå âèêîðèñòîâóâàòè ³ äðóãà - ïàðàìåòðè äëÿ ïðîãðàì. Òðåòÿ îïö³ÿ, âñòàíîâëåíà â 1, áóäå êîâåðòóâàòè âèâ³ä âèêîðèñòîâóþ÷è htmlspecialchars() (çà çàìîâ÷óâàííÿì: 1). ×åòâåðòà îïö³ÿ, âñòàíîâëåíà â 1, áóäå äîäàâàòè NOWRAP äî êîæíî¿ êîì³ðêè êîíòåíòó, òàê ùî âåñè âèâ³ä áóäå ïîêàçàíî áåç ïåðåôîðìàòóâàííÿ (çà çàìîâ÷óâàííÿì: 1)';
$strTransformation_text_plain__formatted = 'Çáåð³ãຠïî÷àòêîâå ôîðìàòóâàííÿ ïîëÿ. Íå âíîñÿòüñÿ ìîäèô³êàö³¿.';
$strTransformation_text_plain__imagelink = 'Ïîêàçóº ìàëþíîê ³ ë³íê, ïîëå ì³ñòèòü íàçâó ôàéëó; ïåðøà îïö³ÿ - ïðåô³êñ, ïîä³áíî äî "http://domain.com/", äðóãà - øèðèíà â ï³êñåëàõ, òðåòÿ - âèñîòà.';
$strTransformation_text_plain__link = 'Ïîêàçóº ë³íê, ïîëå ì³ñòèòü íàçâó ôàéëó; ïåðøà îïö³ÿ - ïðåô³êñ, ïîä³áíî äî "http://domain.com/", äðóãà îïö³ÿ - title äëÿ ë³íêó.';
$strTransformation_text_plain__substr = 'Ïîêàçóº ëèøå ÷àñòèíó òåêñòó. Ïåðøà îïö³ÿ - öå â³äñòóï ÿêèé âèçíà÷ຠç ÿêîãî ì³ñöÿ ïîâèíåí ïî÷àòèñÿ âèâ³ä òåêñòó (çà çàìîâ÷óâàííÿì: 0). Äðóãà îïö³ÿ - âèçíà÷ຠñê³ëüêè òåêñòó áóäå âèâåäåíî. ßêùî âîíà ïîðîæíÿ - âèâîäèòüñÿ ðåøòà âñüîãî òåêñòó. Òðåòÿ îïö³ÿ - âèçíà÷ຠÿê³ ñèìâîëè áóäå äîäàíî ï³ñëÿ âèâåäåíîãî òåêñòîâîãî ñåãìåíòó (çà çàìîâ÷óâàííÿì: ...) .';
$strTruncateQueries = 'Îáð³çàòè ïîêàçàí³ çàïèòè';
$strTurkish = 'Òóðåöüêå';
$strType = 'Òèï';
 
$strUkrainian = 'Óêðà¿íñüêå';
$strUncheckAll = 'Çíÿòè óñ³ â³äì³òêè';
$strUnicode = 'Þí³êîä';
$strUnique = 'Óí³êàëüíå';
$strUnknown = 'íåâ³äîìå';
$strUnselectAll = 'Çíÿòè âñ³ â³äì³òêè';
$strUpdComTab = 'Çà ³íôîðìàö³ºþ ÿê ïîíîâèòè Âàøó òàáëèöþ Column_comments ïðîøó äèâèòèñü ó Äîêóìåíòàö³¿';
$strUpdatePrivMessage = 'Áóëî çì³íåíî ïðèâ³ëå¿ äëÿ';
$strUpdateProfileMessage = 'Ïðîô³ëü áóëî ïîíîâëåíî.';
$strUpdateQuery = 'Äîïîâíèòè çàïèò';
$strUsage = 'Âèêîðèñòàííÿ';
$strUseBackquotes = 'Çâîðîòí³ ëàïêè â íàçâàõ òàáëèöü ³ ïîë³â';
$strUseHostTable = 'Âèêîðèñòîâóâàòè Òàáëèöþ Õîñò³â';
$strUseTables = 'Âèêîðèñòîâóâàòè òàáëèö³';
$strUseTextField = 'Âèêîðèñòîâóâàòè òåêñòîâå ïîëå';
$strUser = 'Êîðèñòóâà÷';
$strUserAlreadyExists = 'Êîðèñòóâà÷ %s âæå ³ñíóº!';
$strUserEmpty = 'Ïîðîæíº ³\'ìÿ êîðèñòóâà÷à!';
$strUserName = '²ì\'ÿ êîðèñòóâà÷à';
$strUserNotFound = 'Âêàçàíîãî êîðèñòóâà÷à íå çíàéäåíî â òàáëèö³ ïðàâ.';
$strUserOverview = 'Îãëÿä êîðèñòóâà÷³â';
$strUsersDeleted = '³äì³÷åíèõ êîðèñòóâà÷³â óñï³øíî óñóíóòî.';
$strUsersHavingAccessToDb = 'Êîðèñòóâà÷³, êîòð³ ìàþòü äîñòóï äî &quot;%s&quot;';
 
$strValidateSQL = 'Ïåðåâ³ðèòè SQL';
$strValidatorError = 'Íå ìîæó çàïóñòèòè ïåðåâ³ðêó SQL. Ïðîøó ïðîêîíòðîëþâàòè ÷è çà³íñòàëüîâàíî íåîáõ³äí³ php extensions ÿê îïèñàíî â %säîêóìåíòàö³¿%s.';
$strValue = 'Çíà÷åííÿ';
$strVar = 'Çì³ííà';
$strViewDump = 'Ïåðåãëÿíóòè äàìï (ñõåìó) òàáëèö³';
$strViewDumpDB = 'Ïåðåãëÿíóòè äàìï (ñõåìó) ÁÄ';
$strViewDumpDatabases = 'Ïåðåãëÿíóòè dump (ñõåìó) áàç äàíèõ';
 
$strWebServerUploadDirectory = 'êàòàëîã âåá-ñåðâåðà äëÿ çàâàíòàæåííÿ ôàéë³â (upload directory)';
$strWebServerUploadDirectoryError = 'Âñòàíîâëåíèé Âàìè êàòàëîã äëÿ çàâàíòàæåííÿ ôàéë³â íåäîñòóïíèé';
$strWelcome = 'Ëàñêàâî ïðîñèìî äî %s';
$strWestEuropean = 'Çàõ³äíî ªâðîïåéñüêå';
$strWildcard = 'øàáëîí';
$strWithChecked = 'Ç â³äì³÷åíèìè:';
$strWritingCommentNotPossible = 'Íåìîæëèâî äîäàòè êîìåíòàð';
$strWritingRelationNotPossible = 'Íåìîæëèâî äîäàòè çâ\'ÿçîê';
$strWrongUser = 'Íåâ³ðíèé ëîã³í/ïàðîëü. Äîñòóï íå äîçâîëåíî.';
 
$strXML = 'XML';
 
$strYes = 'Òàê';
 
$strZeroRemovesTheLimit = 'Ïðèì³òêà: Âñòàíîâëåííÿ ö³º¿ îïö³¿ ó 0 (íóëü) çí³ìຠîáìåæåííÿ.';
$strZip = 'çàïàêóâàòè â "zip"';
// To translate
 
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
 
$strUseThisValue = 'Use this value'; //to translate
$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'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$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
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>